Update description of visiting multiple files with the command line.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7e971261
RS
12001-05-20 Richard M. Stallman <rms@gnu.org>
2
3 * startup.el (command-line-1): When >2 files visited,
4 leave the last one visible, and make that the selected window.
5
7c5312b2
GM
62001-05-20 Gerd Moellmann <gerd@gnu.org>
7
8 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
9
310e9a21
EZ
102001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
11
8dacfbde
EZ
12 * international/ccl.el (define-ccl-program): Fix a typo. From
13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
14
15 * international/mule.el (decode-char): Fix a typo. From Pavel
16 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
17
18 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
19 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
20
310e9a21
EZ
21 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
22 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
23
ef55aa6c
SS
242001-05-18 Sam Steingold <sds@gnu.org>
25
26 * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer'
27 and [RET] to `cvs-mode-find-file'.
28
c9f3bebe
JW
292001-05-18 John Wiegley <johnw@gnu.org>
30
31 * eshell/esh-ext.el (eshell-explicit-command-char): A new
32 configuration variable, which determines the initial character
33 that forces use of an external version of a command. The default
34 is *, but may be set to \, for example.
35
36 * eshell/esh-ext.el (eshell-explicit-command):
37 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 38
c9f3bebe
JW
39 * eshell/esh-cmd.el (eshell/which):
40 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 41
7c5312b2
GM
42 * eshell/em-cmpl.el (eshell-completion-command-name)
43 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
44 instead of ?*.
45
1c66d9fb
GM
462001-05-18 Gerd Moellmann <gerd@gnu.org>
47
a724ed38
GM
48 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
49 subst-char-in-string.
50 (ange-ftp-after-parse-ls-hook): New variable.
51 (ange-ftp-ls): Run that hook.
52 From Peter Milliken <Peter.Milliken@GTECH.COM>.
53
0595722b
GM
54 * tmm.el (tmm-get-keymap): Fix handling of :filter.
55 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
56 text into *Completions*.
57
1c66d9fb
GM
58 * net/goto-addr.el (goto-address-at-point): Deal with URLs
59 part of which look like email addresses.
60
c5bdb93d
AI
612001-05-18 Andrew Innes <andrewi@gnu.org>
62
63 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD): Use
64 . instead of absolute path for lisp dir, to avoid bug in W2K
65 cmd.exe's handling of FOR loops.
66 (autoloads): Set find-file-suppress-same-file-warnings to t to
67 avoid slew of spurious messages.
68
9a1211f2
GM
692001-05-18 Simon Josefsson <simon@josefsson.org>
70
71 * mail/smtpmail.el (maybe-append-domain): Renamed to
72 `smtpmail-maybe-append-domain'.
73 (smtpmail-via-smtp): Use the new name.
74
29148a3f
GM
75 * net/browse-url.el (browse-url-browser-function): Add kde.
76 (browse-url-kde-program, browse-url-kde-args): New variables.
77 (browse-url-kde): New function.
78
9ab59a1a
MB
792001-05-18 Miles Bader <miles@gnu.org>
80
81 * simple.el (delete-horizontal-space, just-one-space): Use
82 `constrain-to-field' instead of `field-end'/`field-beginning',
83 because it's more efficient for large files.
84
cebf1b97
GM
852001-05-17 Gerd Moellmann <gerd@gnu.org>
86
f90c23ca
GM
87 * mail/rmail.el (rmail-require-mime-maybe): New function.
88 (rmail): Use it.
89 (rmail-mode): Handle the case of finding Rmail files.
90
cebf1b97
GM
91 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
92 functions.
93
df22166e
SM
942001-05-17 Stefan Monnier <monnier@cs.yale.edu>
95
96 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
97 text-property after moving to the beginning of line and regardless
98 of the value of font-lock-multiline.
99
2ca0d5f1
GM
1002001-05-17 Gerd Moellmann <gerd@gnu.org>
101
e85e809a
GM
102 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
103
2ca0d5f1
GM
104 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
105 last coding system used before calling set-buffer-modified-p
106 because that function changes last-coding-system.
107
4c6a4739
EZ
1082001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
109
110 * files.el (switch-to-buffer-other-window)
111 (switch-to-buffer-other-frame): Add an xref to display-buffer in
112 the doc string.
113
f08cf35b
GM
1142001-05-17 Gerd Moellmann <gerd@gnu.org>
115
116 * language/slovak.el, language/czech.el: New maintainer.
117
2180ea97
SS
1182001-05-16 Sam Steingold <sds@gnu.org>
119
f08cf35b 120 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
121 sub-form of `defgeneric' correctly.
122
9bae8781
GM
1232001-05-16 Gerd Moellmann <gerd@gnu.org>
124
a90b3d3c
GM
125 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
126 of `c'.
127
1b7818b4 128 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
129 condition-case, test what outline-level returns instead, to
130 ease debugging.
1b7818b4 131
9bae8781
GM
132 * international/mule.el (auto-coding-regexp-alist): New user-option.
133 (auto-coding-from-file-contents): New function.
134 (set-auto-coding): Use it to determine a coding system.
135
7644c605
GM
1362001-05-15 Gerd Moellmann <gerd@gnu.org>
137
18a0a39e
GM
138 * mouse.el (mouse-delete-other-windows): Doc fix.
139
df22166e
SM
140 * emacs-lisp/lisp-mode.el (lisp-mode):
141 Make font-lock-keywords-case-fold-search a buffer-local variable with
142 make-local-variable before setting it.
7644c605 143
940cf42e
EZ
1442001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
145
146 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
147 prefixes.
148
557f7c34
GM
1492001-05-14 Gerd Moellmann <gerd@gnu.org>
150
151 * hexl.el (hexl-current-address): Print a message when called
152 interactively.
153
14d9b141
SM
1542001-05-11 Stefan Monnier <monnier@cs.yale.edu>
155
156 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
157
158 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
159
160 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
161
7bd2d083
GM
1622001-05-11 Gerd Moellmann <gerd@gnu.org>
163
47e72862
GM
164 * startup.el (command-line): If parameters have been changed in
165 the init files which influence font selection, clear the face
166 cache so that faces get realized with the new parameters.
167
14d9b141 168 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 169
0f49941f
SM
1702001-05-10 Stefan Monnier <monnier@cs.yale.edu>
171
172 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
173
cbeed4a8
EZ
1742001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
175
176 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
177 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
178
ff9aa2ca
GM
1792001-05-10 Gerd Moellmann <gerd@gnu.org>
180
181 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 182 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 183
b2c99950
JW
1842001-05-09 John Wiegley <johnw@gnu.org>
185
0f49941f
SM
186 * eshell/esh-util.el (eshell-convert-numeric-arguments):
187 Annotated the documentation string to tell users about
3cb27fd7
JW
188 `eshell-no-numeric-conversions'.
189
c26f6b27
JW
190 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
191 conversions if a Lisp function has the property
192 `eshell-no-numeric-conversions' set to a non-nil value.
193
194 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
195 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
196 property `eshell-no-numeric-conversions' on the following
197 functions (which all deal with filesystem entities, and never Lisp
198 numerical values): eshell/cd, eshell/pushd, eshell/popd,
199 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
200 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
201 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
202 eshell/which, eshell/addpath.
203
2042001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 205
d089e299
JW
206 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
207 encountered as an argument, don't convert it right away, but tag
208 the first character of the string with the text properties
209 `number', which signifies to `eshell-lisp-command' that the
210 argument should be passed through `string-to-number' if it is
211 actually used in the call to a Lisp function.
212
213 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
214 function, convert any string arguments that have been tagged as
215 "numbers", by calling string-to-number.
216
217 * eshell/esh-util.el (eshell-number-regexp): Now that number
218 conversions only happen for Lisp function calls, the number regexp
219 should now match all integer and floating point forms.
220
221 * eshell/esh-proc.el: Disable `eshell-stop-process' and
222 `eshell-continue-process', since they are both nonfunctional at
223 the moment.
224 (eshell-proc-initialize): Don't bind keys for
225 `eshell-stop-process' or `eshell-continue-process'.
226
0f49941f
SM
227 * eshell/em-unix.el (eshell-shuffle-files):
228 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
229
230 * eshell/em-hist.el (eshell-add-to-history): Reference to
231 `eshell-history-ring' needed to be `eshell-history-index'.
232
0f49941f
SM
233 * calendar/timeclock.el (timeclock-find-discrep):
234 Initialize `elapsed' to 0.
cb89da0f
JW
235 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
236 it's still nil.
b2c99950 237
ff39b9a1
SM
2382001-05-09 Stefan Monnier <monnier@cs.yale.edu>
239
240 * arc-mode.el (archive-int-to-mode): Construct the string directly.
241 (archive-mode): Use capitalize.
242 (archive-unique-fname): Use make-temp-file.
243
9e53a675
GM
2442001-05-09 Gerd Moellmann <gerd@gnu.org>
245
246 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
247
c8224de6
EZ
2482001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
249
c533a7e2
EZ
250 * tar-mode.el (tar-extract): Pay attention to the value of
251 coding-system-for-read, if it is non-nil.
252
ff39b9a1
SM
253 * calendar/holidays.el (holidays): Add an autoload cookie.
254 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 255
1c8c9fb8
JW
2562001-05-08 John Wiegley <johnw@gnu.org>
257
ff39b9a1
SM
258 * calendar/timeclock.el (timeclock-workday-remaining):
259 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
260 (timeclock-workday-elapsed): Don't accept a "relative" argument
261 for the current day's elapsed time. What could that have meant?
ff39b9a1 262 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
263 (timeclock-when-to-leave): Changed logic, similarly to what was
264 done for `timeclock-workday-remaining'.
265 (timeclock-find-discrep): Removed "today-only" argument, which had
266 no meaning. Fixed some more math problems. The function now
267 returns a three member list: (TOTAL-TIME-DISCREPANCY
268 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
269
5f47fb28
EZ
2702001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
271
272 * w32-fns.el (convert-standard-filename): Start replacing slashes
273 from the beginning of the file name, not from where the last
274 invalid character was. From "Andrew Maguire (SWW)"
275 <Andrew.Maguire@Smallworld.co.uk>
276
6da5c7da
GM
2772001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
278
279 The following changes are to provide infrastructure for handling
280 MIME messages to rmail. They don't affect the original behaviour
281 if rmail-enable-mime is nil.
282
283 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
284 (rmail-search-mime-message-function)
285 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
286 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
287 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
288 `rmail-view-buffer' is hidden.
6da5c7da
GM
289 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
290 call rmai-show-mime-function.
291 (rmail-display-labels): If rmail-enable-mime is non-nil, update
292 mode-line-process of rmail-view-buffer.
293 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
294 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
295 buffer.
ff39b9a1
SM
296 (rmail-next-message, rmail-next-undeleted-message): Be sure to
297 set-buffer to the Rmail buffer.
6da5c7da
GM
298 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
299 rmail-search-mime-header-function.
300 (rmail-search-message): New function.
301 (rmail-search): Call rmail-search-message to check if a message
302 matches REGEXP, lastly update point after calling
303 rmail-show-message.
ff39b9a1
SM
304 (rmail-undelete-previous-message, rmail-expunge-confirmed)
305 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
306 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
307 header region, refer to rmail-msgref-vector while setting the
308 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
309 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
310 If rmail-enable-mime is non-nil, call
6da5c7da
GM
311 rmail-insert-mime-forwarded-message-function instead of inserting
312 forwarded message by itself.
313
314 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
315 Rmail buffer.
316 (rmail-set-label, rmail-next-labeled-message): Likewise.
317
318 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
319 set-buffer to the Rmail buffer.
320 (rmail-output-to-rmail-file): Likewise.
321 (rmail-output): Likewise.
322
323 * mail/rmailsum.el (rmail-message-subject-p): Process the result
324 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
325 (rmail-new-summary): Be sure to go to the Rmail buffer.
326 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
327 rmail-view-buffer to nil.
328 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
329 rmail-view-buffer.
330 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
331 rmail-buffer.
332 (rmail-summary-scroll-msg-down): Likewise.
333 (rmail-summary-beginning-of-message): Likewise.
334 (rmail-summary-wipe): Likewise.
335 (rmail-summary-toggle-header): Use save-window-excursion, not
336 save-excursion. Update point in rmail-view-buffer, not in
337 rmail-buffer.
338 (rmail-summary-reply): Before calling rmail-reply, set buffer to
339 rmail-view-buffer, not rmail-buffer.
340
5092477a
GM
3412001-05-07 Gerd Moellmann <gerd@gnu.org>
342
1e9fc92e
GM
343 * cus-edit.el (custom-file): Signal an error if user-init-file is
344 nil (running -q).
345
1d053370
GM
346 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
347
ff39b9a1
SM
348 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
349 Add :version.
350
351 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
352 New option.
1b62b062
GM
353 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
354 only if smtpmail-warn-about-unknown-extensions is set.
355
f851a71c
GM
356 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
357 instead of rmail-sort-by-keywords.
358
ff39b9a1 359 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
360 rmail-sort-by-keywords.
361
ff39b9a1
SM
362 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
363 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
364 (rmail-summary-mode): Doc fix.
365
5092477a
GM
366 * mail/rmail.el (rmail-edit): New Custom group.
367
368 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
369 (rmail-edit-mode-hook): New user-option.
370
05be3833
RS
3712001-05-05 Richard M. Stallman <rms@gnu.org>
372
373 * help.el (help-xref-symbol-regexp): Recognize "source of"
374 and friends, meaning make a link to the source file.
375 (help-make-xrefs): Handle "source of" and friends
376 by constructing a link that visits the source file.
377
378 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
379
7dfb000f
SM
3802001-05-04 Stefan Monnier <monnier@cs.yale.edu>
381
5efe6a56
SM
382 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
383 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
384 Renamed from perl-font-lock-keywords to avoid clashes.
385 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
386 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
387 Updated correspondingly.
388
7dfb000f
SM
389 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
390 Typo `nonexistant' -> `nonexistent'.
391
88bbb8cb
EZ
3922001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
393
7dfb000f
SM
394 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
395 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
396 `c-electric-delete-forward' always deletes forward and
397 `c-electric-delete' only contains the code necessary for XEmacs to
398 choose between backward and forward deletion.
7dfb000f 399
88bbb8cb
EZ
400 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
401 get the electric behavior on that key too.
402 (c-fill-paragraph): Fixed bogus direct use of
403 c-comment-prefix-regexp, which caused an error when it's a list.
404
a1af8dcf
EZ
4052001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
406
407 * dired-aux.el (dired-diff): Doc fix.
408
409 * dired.el (dired-diff): Likewise.
410
ddfb4005
EZ
4112001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
412
413 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
414
b36581fb
SM
4152001-05-02 Stefan Monnier <monnier@cs.yale.edu>
416
80a00b6a
SM
417 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
418 if both the buffer and the file are read-only.
419
b36581fb
SM
420 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
421 rather than font-lock-string-face.
422 (sh-get-indent-info): Treat heredocs like strings.
423
470bbe9b
GM
4242001-05-02 Gerd Moellmann <gerd@gnu.org>
425
b36581fb
SM
426 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
427 a newline following `}'.
3356df63
GM
428 (texinfo-format-email): New function.
429 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
430 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
431 Add `display'.
3356df63
GM
432 (texinfo-sort-region): Goto point-min before sorting.
433 (texinfo-set): Remove leading white space from value.
434 From yagi@is.titech.ac.jp.
435
470bbe9b
GM
436 * replace.el (query-replace-regexp-eval): Doc fix.
437
a9d2fd1d
SM
4382001-05-01 Stefan Monnier <monnier@cs.yale.edu>
439
440 * diff-mode.el (diff-nonexistant-face): New face.
441 (diff-font-lock-keywords): Use it.
442
2b3e941a
EZ
4432001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
444
22cd6fd3
EZ
445 * font-lock.el (font-lock-mode): Doc fix.
446
2b3e941a
EZ
447 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
448 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
449
50df7214
GM
4502001-04-30 Gerd Moellmann <gerd@gnu.org>
451
a9d2fd1d
SM
452 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
453 backslash at the start of the here-document delimiter.
a9793e45
GM
454 (sh-font-lock-syntactic-keywords): Likewise.
455
50df7214
GM
456 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
457
e2f599e9
EZ
4582001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
459
460 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
461 (tty-color-translate, tty-color-by-index, tty-color-values)
462 (tty-color-desc): Doc fix.
463
dcaf31d3
EZ
4642001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
465
466 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
467 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
468 Mention dired-dwim-target in the doc string.
dcaf31d3 469
a6a06429
MB
4702001-04-28 Miles Bader <miles@gnu.org>
471
472 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
473 (dabbrev--find-expansion): Use it.
474 (dabbrev--select-buffers): Don't select ignored buffers.
475
5a5d9185
GM
4762001-04-27 Gerd Moellmann <gerd@gnu.org>
477
a9d2fd1d 478 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 479
c5b82005
RS
4802001-04-26 Richard M. Stallman <rms@gnu.org>
481
482 * dabbrev.el: Add doc strings for some functions.
483 (dabbrev--eliminate-newlines): New variable.
484 (dabbrev--substitute-expansion): Convert newlines to spaces
485 if dabbrev--eliminate-newlines is set.
486 If abbrev and expansion are both all-lower-case,
487 leave dabbrev--last-case-pattern nil.
488
7cff9c6f
GM
4892001-04-26 Gerd Moellmann <gerd@gnu.org>
490
491 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
492 if necessary, like in rmail-show-message.
493
efa89c1f
GM
4942001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
495
496 * ps-print.el: Color specified by number is forced to be float number.
497 (ps-print-version): New version number (6.5.1.1).
498 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
499 initialization.
500 (ps-prefix-quote): New internal var.
501 (ps-print-quote): New fun.
502 (ps-setup, ps-output-frame-properties, ps-float-format)
503 (ps-format-color): Code fix.
a9d2fd1d
SM
504 (ps-plot-region): Eliminate redundant foreground color text setting.
505
d3111e5a
EZ
5062001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
507
508 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
509
a728644c
GM
5102001-04-25 Gerd Moellmann <gerd@gnu.org>
511
512 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
513
4ecdf04d
EZ
5142001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
515
4645bb68
EZ
516 * info.el (Info-additional-directory-list): Doc fix.
517
4ecdf04d 518 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
519 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
520 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 521
7cd512f2
SM
5222001-04-25 Stefan Monnier <monnier@cs.yale.edu>
523
1dc64fca
SM
524 * progmodes/make-mode.el (makefile-font-lock-keywords):
525 Rationalize the rules for includes and conditionals and use the
526 keyword face for them.
527
7cd512f2
SM
528 * faces.el (modify-face): Add compatibility for non-interactive use.
529
ffeb5c1c
JW
5302001-04-24 John Wiegley <johnw@gnu.org>
531
532 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
533 fix from last night, since it wasn't finding eshell/cd.
534
35f901fa
GM
5352001-04-24 Gerd Moellmann <gerd@gnu.org>
536
537 * rect.el (string-rectangle): Revert to 20.x behaviour.
538 (replace-rectangle): Make it an alias for string-rectangle.
539 (string-insert-rectangle): New function.
540
c7b1b508
JW
5412001-04-23 John Wiegley <johnw@gnu.org>
542
543 * eshell/em-unix.el (eshell/diff): Fixed problems that were
544 occurring with Emacs 21's diff.el/compile.el interaction layer.
545
5462001-04-23 Colin Walters <walters@cis.ohio-state.edu>
547
548 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
549 case where the function was defined in a file, but not part of an
550 eshell module.
551
157975e3
JW
5522001-04-23 John Wiegley <johnw@gnu.org>
553
554 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
555 code to work around a redisplay problem I've been having.
556
3dc630b9
JW
5572001-04-23 John Wiegley <johnw@gnu.org>
558
559 * calendar/timeclock.el (timeclock-day-required): If the time
560 required for a particular day is not set, use `timeclock-workday'.
561 (timeclock-find-discrep): Added some sample code in a comment.
562
563 * eshell/eshell.el (eshell-command): Made a few changes so that
564 `eshell-command' could be called programmatically.
565
7cd512f2 566 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 567
7cd512f2 568 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 569
3ae14dd9 5702001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
571
572 * calendar/timeclock.el: Updated copyright.
573 (timeclock-generate-report): Don't report the daily or two-week
574 total, if no time has been worked in that period.
575 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
576 final computational form, which was unnecessary; corrected a
577 parsing problem when timeclock-relative was nil.
578
3ae14dd9 5792001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
580
581 * calendar/timeclock.el (timeclock-modeline-display): Check if
582 `list-entry' is null.
583 (timeclock-use-display-time): The first argument to `set-variable'
584 must be a symbol.
585
53e1a74c
EZ
5862001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
587
588 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
589 (calendar-today-marker, calendar-holiday-marker):
590 Use display-color-p instead of window-system.
53e1a74c
EZ
591 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
592 instead of window-system.
593 (calendar-hide-window): Use display-multi-frame-p instead of
594 window-system.
595
596 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
597 (calendar-only-one-frame-setup, calendar-one-frame-setup):
598 Use display-multi-frame-p instead of window-system.
53e1a74c 599
23b809c2
GM
6002001-04-23 Gerd Moellmann <gerd@gnu.org>
601
1d14e80c
GM
602 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
603
23b809c2
GM
604 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
605 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
606
b5eeaa1d
GM
6072001-04-23 Alex Schroeder <alex@gnu.org>
608
609 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
610 line-end-position a defalias is used for point-at-bol and point-at-eol.
611
b5eeaa1d
GM
6122001-04-23 Alex Schroeder <alex@gnu.org>
613
614 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 615 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 616
ac1470eb
EZ
6172001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
618
619 * textmodes/paragraphs.el (sentence-end): Doc fix.
620
624ef9b3
GM
6212001-04-20 Alex Schroeder <alex@gnu.org>
622
623 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 624 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
625
6262001-04-20 Alex Schroeder <alex@gnu.org>
627
628 * sql.el (sql-db2-program): New option.
629 (sql-db2-options): New option.
630 (sql-db2): New function.
631
6322001-04-20 Alex Schroeder <alex@gnu.org>
633
634 * sql.el (sql-mode-menu): Added highlighting entries.
635 (sql-highlight-oracle-keywords): New function.
636 (sql-highlight-postgres-keywords): New function.
637 (sql-highlight-ansi-keywords): New function.
638
6392001-04-20 Alex Schroeder <alex@gnu.org>
640
641 * sql.el (sql-help): Doc change.
642
2a83a11d
SM
6432001-04-19 Stefan Monnier <monnier@cs.yale.edu>
644
645 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
646
6f4dd4dc
GM
6472001-04-18 Gerd Moellmann <gerd@gnu.org>
648
0f8d6dc7
GM
649 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
650 for defmethod.
651
6f4dd4dc
GM
652 * comint.el (comint-cr-magic): New function.
653 (toplevel): Add it to comint-preoutput-filter-functions.
654
90200fcc
AI
6552001-04-18 Andrew Innes <andrewi@gnu.org>
656
657 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 658 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
659 (recompile): Remove stuff to set EMACSLOADPATH.
660
daa66f34
GM
6612001-04-18 Gerd Moellmann <gerd@gnu.org>
662
edc5c81d
GM
663 * language/slovak.el ("Slovak"): Add tutorial entry.
664
daa66f34
GM
665 * net/browse-url.el (browse-url-new-window-flag): Renamed from
666 browse-url-new-window-p.
667
5d5845dc
EZ
6682001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
669
670 * info.el (Info-menu-update): When there are no menus and/or no
671 cross references in the node, make the respective items of the
672 Info menu-bar menu inactive.
673
1c8addd0
GM
6742001-04-17 Gerd Moellmann <gerd@gnu.org>
675
f4f480bd
GM
676 * indent.el (indent-for-tab-command): Call indent-line-function
677 with no argument if PREFIX-ARG is non-nil.
678
1c8addd0
GM
679 * frame.el (delete-other-frames): Handle minibuffer-only frames.
680
8f9ab403
EZ
6812001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
682
683 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
684 an async subprocess if start-process is unavailable. Suggested by
685 Tim Van Holder <tim.van.holder@pandora.be>.
686
60322163
EZ
6872001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
688
689 * info.el (Info-additional-directory-list): Doc fix. Suggested by
690 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
691
e372bc67
EZ
6922001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
695 manual.
696
28037ecf
SM
6972001-04-13 Stefan Monnier <monnier@cs.yale.edu>
698
699 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
700 (cvs-menu): Add a few entries.
701
702 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
703 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
704 lock file appears to be reachable from Emacs.
705 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
706 (cvs-mode-find-file): Look for cvs-header-face rather than
707 cvs-dirname-face (which doesn't exist).
708 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
709
710 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
711
5d5e7f53
EZ
7122001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
713
714 * emulation/pc-select.el (pc-selection-mode): Don't turn on
715 normal-erase-is-backspace on a tty. Instead, bind some keys such
716 as [delete] directly, like pc-select.el did before
717 normal-erase-is-backspace was invented.
718
118562e1 7192001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
720
721 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
722
6c9e58c4
JW
7232001-04-11 John Wiegley <johnw@gnu.org>
724
28037ecf
SM
725 * eshell/em-ls.el (eshell-ls-insert-directory):
726 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
727 buffers, if Eshell's ls is being used.
728
118562e1 7292001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 730
28037ecf
SM
731 * calendar/timeclock.el (timeclock-completing-read): New function.
732 (timeclock-ask-for-project, timeclock-ask-for-reason):
733 Call `timeclock-completing-read'.
978bd3ea
JW
734
735 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
736 required where `member' was being used.
737
118562e1 7382001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 739
28037ecf
SM
740 * eshell/em-hist.el (eshell-previous-matching-input):
741 Don't display "History item" if the the minibuffer is active.
978bd3ea 742
30cb0001
GM
7432001-04-11 Gerd Moellmann <gerd@gnu.org>
744
745 * startup.el (command-line): Output a newline after printing
746 an error from loading the window system's init file.
747
e38af9bd
EZ
7482001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
749
28037ecf
SM
750 * textmodes/texinfo.el (texinfo-font-lock-keywords):
751 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
752 @inforef. Add an OVERRIDE of `keep' to highlight specs of
753 keywords whose arguments routinely include @@.
754
bbf63a7b
GM
7552001-04-10 Gerd Moellmann <gerd@gnu.org>
756
28037ecf
SM
757 * emacs-lisp/advice.el (ad-make-advised-definition):
758 Construct advice for subrs differently.
afffeb57 759
3fe35f35 760 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 761 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 762
c8d6d636 763 * simple.el (completion-list-mode-finish): New function.
28037ecf 764 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 765
2a52f40e 766 * language/european.el ("Polish"): Change sample text.
28037ecf 767 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 768
cf8b1bef
GM
769 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
770 parameter.
771
bbf63a7b
GM
772 * faces.el (menu): Doc fix.
773
719d83ad 7742001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
775
776 * ps-print.el: Footer implementation. Doc fix.
777 (ps-print-version): New version number (6.5.1).
778 (ps-header-frame-alist): New customization var for header frame
779 properties.
780 (ps-line-number-color): New customization var for line number color.
781 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
782 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
783 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
784 (ps-right-footer): New customization vars for footers.
785 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
786 footers.
787 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
788 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
789 Code fix.
319acba0
GM
790 (ps-prologue-file): Indentation fix.
791 (ps-print-quote): Fun eliminated.
792 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
793 (ps-output-frame-properties): New fun.
794 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
795 (ps-skip-newline): Replace defun by defsubst.
28037ecf 796
e372bc67 7972001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
798
799 * eshell/eshell.el (eshell-command): Needed a "%s" format
800 specifier, in case the buffer contains percent characters.
801
e372bc67 8022001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
803
804 * calendar/timeclock.el (timeclock-generate-report): Added a
805 missing insert of the project name.
806
9f9a5e7a
GM
8072001-04-09 Gerd Moellmann <gerd@gnu.org>
808
9170e5d4 809 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 810
865e97c1 811 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 812 (finder-data): Use it instead of `setwins'.
865e97c1
GM
813 From: Dave Love <fx@gnu.org>.
814
cf3885ac 815 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
816 (server-visit-files): Run server-visit-hook after going to
817 line 1 so that the hook can set point as it sees fit.
818
9f9a5e7a
GM
819 * bindings.el (mode-line-modified): Unify help messages.
820
51f32106
EZ
8212001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
822
823 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
824 All callers changed.
825
e02160a3
EZ
8262001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
827
8e6bb0d0
EZ
828 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
829 long file names aren't supported, truncate the file names in
830 quail-misc-package-ext-info to 8+3 before matching them against
831 FILENAME.
832
833 * dos-fns.el (dos-truncate-to-8+3): New function.
834
ec321d77
EZ
835 * progmodes/compile.el (grep-compute-defaults): Use null-device
836 instead of literal /dev/null. Reported by Jens Schmidt
837 <schmidt@mathematik.uni-kl.de>.
838
e02160a3
EZ
839 * simple.el (normal-erase-is-backspace-mode): Doc fix.
840
cf3885ac
SM
8412001-04-06 Stefan Monnier <monnier@cs.yale.edu>
842
843 * textmodes/sgml-mode.el: Add unknown maintainer.
844 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
845 (html-mode-map): Use set-keymap-parent.
846
3ffb33bb
DL
8472001-04-06 Dave Love <fx@gnu.org>
848
849 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
850 Remove redundant string-to-list.
851
8f625692
SM
8522001-04-05 Stefan Monnier <monnier@cs.yale.edu>
853
854 * composite.el (reference-point-alist): Doc fix.
855
1087f198
SS
8562001-04-05 Sam Steingold <sds@gnu.org>
857
8f625692
SM
858 * font-lock.el (font-lock-keywords-case-fold-search):
859 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
860 file made font-lock case-insensitive.
861
a55e4e68
GM
8622001-04-05 Gerd Moellmann <gerd@gnu.org>
863
0e4892e2
GM
864 * faces.el (defface menu): Doc fix.
865
4d664b04
GM
866 * wid-edit.el (widget-color-sample-face-get): Don't make
867 faces for undefined colors.
868
a55e4e68
GM
869 * version.el (emacs-version): Include LessTif/Motif version info.
870
f383cd0d
GM
8712001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
872
873 * ps-mule.el: Eliminate cl package dependence.
874 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
875 if they aren't defined yet.
876 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
877 Eliminate cl package dependence.
878
de28797f
SM
8792001-04-04 Stefan Monnier <monnier@cs.yale.edu>
880
881 * progmodes/cc-cmds.el (c-outline-level):
882 Bind buffer-invisibility-spec. Originally from Dave Love, but
883 got lost when incorporating version 5.26.
884
32df8b47
EZ
8852001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
886
de28797f
SM
887 * emulation/pc-select.el (pc-selection-mode):
888 Call normal-erase-is-backspace-mode instead of binding
889 keys individually.
58e4f61d 890
7f62656b
EZ
891 * cus-load.el (normal-erase-is-backspace): Use it instead of
892 delete-key-deletes-forward.
893
894 * startup.el (command-line): Use normal-erase-is-backspace and
895 normal-erase-is-backspace-mode.
896
897 * simple.el (normal-erase-is-backspace): Rename from
898 delete-key-deletes-forward. Doc fix.
899 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
900 delete-key-deletes-forward-mode. Doc fix.
901 Run normal-erase-is-backspace-hook.
7f62656b 902
32df8b47 903 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
904 ``human-readable'' format produced by GNU `ls'.
905 (dired-move-to-filename-regexp): Recognize ISO format dates.
906 From Paul Eggert <eggert@twinsun.com>.
32df8b47 907
5efa6032
GM
9082001-04-04 Gerd Moellmann <gerd@gnu.org>
909
910 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
911 New functions.
de28797f
SM
912 (lm-verify): Check keywords.
913 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 914
d757aac1
EL
9152001-04-03 Eric M. Ludlam <eric@siege-engine.com>
916
917 * speedbar.el (speedbar-insert-image-button-maybe): Check for
918 `xemacs' feature instead of for the function `set-extent-property'.
919
9832760a
SM
9202001-04-03 Stefan Monnier <monnier@cs.yale.edu>
921
922 * mail/mh-utils.el (mh-folder-hist): New var.
923 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
924
d565f6aa
EZ
9252001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
928 region, position point on the first or last 16-byte group.
929 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
930 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
931 hexl-beginning-of-line.
932
24c0fd39
GM
9332001-04-03 Gerd Moellmann <gerd@gnu.org>
934
5efa6032
GM
935 * icomplete.el (icomplete-mode): Treat an argument like other
936 modes do.
937
b3f6107b
GM
938 * startup.el (fancy-splash-head): Use splash8.xpm for color
939 depth 8.
940
24d451c5
SM
941 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
942 Add an antry for ``converts''.
476bf681 943
24d451c5
SM
944 * language/slovak.el ("Slovak"): Add documentation string.
945 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 946
450f6970
GM
947 * language/czech.el ("Czech"): Add documentation string.
948 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
949
24d451c5
SM
950 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
951 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
952
9532001-04-02 Stefan Monnier <monnier@cs.yale.edu>
954
955 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
956 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
957 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
958 Use `defsubst' rather than a macro to ease debugging.
959 (mail-extr-last): Remove (use `last' instead).
960 (mail-extract-address-components): Properly reset the syntax-table
961 after parsing an address. Use `last' rather than mail-extr-last.
962 Make sure the end marker stays at the very end.
24c0fd39 963
2b908342
EZ
9642001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
965
966 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
967 last change.
968
acfb077d
GM
9692001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
970
971 * ps-print.el: Line and paragraph spacing feature. Region to cut
972 out when printing. Doc fix.
973 (ps-print-version): New version number (6.5).
24d451c5
SM
974 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
975 New vars. Line and paragraph spacing feature.
acfb077d
GM
976 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
977 out when printing.
978 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
979 (ps-get-font-size, ps-begin-job, ps-continue-line)
980 (ps-plot-region): Code fix.
981 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
982 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
983 New internal vars.
acfb077d
GM
984 (ps-get-size): New fun.
985 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
986 (ps-next-line): Replace defun by defsubst.
987 (ps-mule-plot-string): Autoload doc fix.
988
989 * ps-bdf.el: XEmacs compatibility. Doc fix.
990 (installation-directory, coding-system-for-read): Declare vars if
991 it's not declared yet.
992 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
993
994 * ps-mule.el: XEmacs compatibility. Doc fix.
995 (leading-code-private-22): Declare var if it's not declared yet.
996 (charset-bytes, charset-dimension, charset-id, charset-width)
997 (find-charset-region, split-char, char-width, chars-in-region)
998 (forward-point, decompose-composite-char, encode-coding-string)
999 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1000 Define funs if not defined yet.
1001 (encode-composition-rule, find-composition): Define funs if not
1002 loaded yet.
1003 (ps-mule-prologue): PostScript code fix.
1004
10052001-04-02 Kenichi Handa <handa@etl.go.jp>
1006
1007 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1008 non-nil, generate font for the header strings.
1009 (ps-mule-prepare-font): Likewise.
1010 (ps-mule-generate-glyphs): Likewise.
1011 (ps-mule-string-encoding): Likewise.
1012 (ps-mule-header-charsets): New variable.
1013 (ps-mule-encode-header-string): New function.
1014 (ps-mule-header-string-charsets): New function.
1015 (ps-mule-begin-job): Check charsets in the header strings. If there
1016 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1017
1018 * ps-print.el (ps-generate-header-line): Encode the header string by
1019 ps-mule-encode-header-string.
1020 (ps-mule-encode-header-string): Declare autoload.
1021
c0eb3c10
GM
10222001-04-02 Gerd Moellmann <gerd@gnu.org>
1023
24d451c5
SM
1024 * frame.el (cursor-in-non-selected-windows):
1025 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1026
a3d0b0e0
KH
10272001-03-31 Kenichi Handa <handa@etl.go.jp>
1028
1029 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1030 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1031 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1032 (tsang-quick-converter): New function.
24d451c5
SM
1033 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1034 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1035 (miscdic-convert, batch-miscdic-convert): New functions.
1036
55f7832c
KH
10372001-03-30 Kenichi Handa <handa@etl.go.jp>
1038
a2217cd8
KH
1039 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1040 eight-bit-control chars.
1041
55f7832c 1042 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1043 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1044
911a2406
EZ
10452001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1048 string as well.
1049
1a518f2c
AS
10502001-03-30 Andreas Schwab <schwab@suse.de>
1051
1052 * files.el (backup-directory-alist): Fix typo.
1053
ef080b16
EZ
10542001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1057 <eggert@twinsun.com>.
1058
e4174a55
DL
10592001-03-30 Dave Love <fx@gnu.org>
1060
1061 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1062
9d5d1075
EZ
10632001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1064
1065 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1066
a27b451e
MB
10672001-03-30 Miles Bader <miles@gnu.org>
1068
1069 * subr.el (interactive-form): Fix paren typo.
1070
aea51abe
EZ
10712001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1072
1073 * emacs-lisp/profile.el: Say that it's obsolete in the header
1074 line, so that finder.el puts that into its data-base.
1075 Suggested by Alex Schroeder <alex@gnu.org>.
1076
249dd409
EZ
10772001-03-29 Paul Eggert <eggert@twinsun.com>
1078
1079 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1080 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1081
1ac1fa96
SM
10822001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1083
1084 * generic.el (generic-mode-set-comments): Use "" rather than nil
1085 for comment-end.
1086
e2b8a830
GM
10872001-03-29 Gerd Moellmann <gerd@gnu.org>
1088
1ac1fa96
SM
1089 * emacs-lisp/advice.el (ad-make-advised-definition):
1090 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1091
1092 * subr.el (interactive-form): New function.
1093
8b2375e7
AS
10942001-03-29 Andre Spiegel <spiegel@gnu.org>
1095
1096 * vc-sccs.el (vc-sccs-register): Use relative file names.
1097
f827b862
GM
10982001-03-28 Gerd Moellmann <gerd@gnu.org>
1099
e59d0e9d
GM
1100 * bookmark.el (bookmark-get-bookmark): Handle case that
1101 BOOKMARK is not a string.
1102
deb2613a
GM
1103 * image.el (image-type-regexps): Change type for PS files
1104 to `postscript'.
1105
f827b862
GM
1106 * subr.el (read-passwd): Clear command history after each
1107 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1108
3c9449d0
KH
11092001-03-27 Kenichi Handa <handa@etl.go.jp>
1110
1111 * international/kkc.el (kkc-save-init-file): Locally bind
1112 print-length to nil.
1113
e6b13c74
GM
11142001-03-26 Gerd Moellmann <gerd@gnu.org>
1115
e120bebf
GM
1116 * textmodes/flyspell.el: Some doc fixes.
1117 (flyspell-maybe-correct-transposition)
1118 (flyspell-maybe-correct-doubling): Use a temporary buffer
1119
1120 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1121
5f6c5771 1122 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1123 (byte-optimize-form-code-walker): Diagnose too few arguments
1124 for `if' and `while'.
1125
2b984c45
KH
11262001-03-26 Kenichi Handa <handa@etl.go.jp>
1127
1128 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1129 Prepend `\' to "\<quail-translation-docstring>".
1130
bf2150fa
GM
11312001-03-26 Gerd Moellmann <gerd@gnu.org>
1132
5f6c5771
SM
1133 * autorevert.el (global-auto-revert-non-file-buffers):
1134 Remove duplicate defcustom.
bf2150fa 1135
a0d59316
MB
11362001-03-26 Miles Bader <miles@gnu.org>
1137
5f6c5771
SM
1138 * international/latin1-disp.el (latin1-char-displayable-p):
1139 Add leading "-" for X font pattern.
a0d59316 1140
9edbff6c
KH
11412001-03-26 Kenichi Handa <handa@etl.go.jp>
1142
5f6c5771
SM
1143 * international/mule-diag.el (describe-coding-system):
1144 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1145 charsets they can encode.
1146
50b57199
EZ
11472001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1148
1149 * help.el (view-lossage): Mention open-dribble-file in the doc
1150 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1151
5b83f9c0
SM
11522001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1153
1154 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1155 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1156
e0ecbf5c
KH
11572001-03-23 Kenichi Handa <handa@etl.go.jp>
1158
5b83f9c0
SM
1159 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1160 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1161 multibyte sequence can work correctly.
1162 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1163 property of the coding system.
1164
1cc218de
SM
11652001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1166
1167 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1168 Fix transcription typo.
1169
a3db02ad
RV
11702001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1171
1172 * whitespace.el: Add buffer local variables to toggle testing of
1173 whitespaces in buffers without affecting the default values.
a3db02ad 1174 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1175 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1176 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1177 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1178
83c9cb8e
SM
11792001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1180
1181 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1182
180d5509
GM
11832001-03-21 Gerd Moellmann <gerd@gnu.org>
1184
eeb5b5c1
GM
1185 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1186 bs-cycle-configuration-name. From Juanma Barranquero
1187 <lektu@uol.com.br>.
1188
170a9e70
GM
1189 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1190 and cc-vars.el.
1191
180d5509
GM
1192 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1193 headers. Always invoke sendmail with option -t.
1194
130c507e
GM
11952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1196
1197 * Release of cc-mode 5.28.
1198
11992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1200
1201 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1202 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1203 It's instead taken care of by the default value for c-default-style.
130c507e 1204
130c507e
GM
12052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1206
1207 * cc-align.el (c-lineup-math): Fix bug where lineup was
1208 triggered by equal signs in string literals.
1209
12102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1211
1212 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1213 limit detection when at the ends of the buffer.
1214
1215 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1216 "for" statement clause in case 7F; a better one is done
1217 earlier in case 7D anyway.
1218
12192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1220
1221 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1222 somewhat more and did a small optimization.
1223
12242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1225
1226 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1227 Use the limit argument only to limit the syntactic context
1228 search, not to limit the actual movement.
1229
1230 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1231 inside multiline strings, just like in comments. Also various
1232 fixes to the paragraph and comment prefix recognition, block
1233 comment ender handling etc.
1234
12352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1236
1237 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1238 the relative position of the point.
1239
1240 * cc-cmds.el (c-electric-continued-statement): New function to
1241 use as abbrev hook to reindent for keywords such as "else"
1242 that continues an earlier statement.
1243
1244 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1245 like classes.
1246
1247 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1248 (pike-mode): Populate the default abbrev tables to reindent for
1249 keywords such as "else" that can continue earlier statements.
1250 Abbrev mode is therefore turned on by default now. (Note that
1251 this doesn't apply to idl-mode, since IDL afaik doesn't have
1252 statements at all.)
1253
12542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1255
1256 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1257 bracelists where the declaration contains template arguments.
1258
12592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1260
83c9cb8e
SM
1261 * cc-cmds.el (c-comment-indent):
1262 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1263 syntactic indentation. Fixes bug with lineup functions that
1264 return vectors.
1265
1266 * cc-engine.el (c-get-syntactic-indentation): Split the
1267 indentation sum calculation from `c-indent-line' to a separate
1268 function.
1269
12702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1271
1272 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1273 Fixed places where it was assumed that preprocessor directives
1274 have to start in column zero.
1275
1276 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1277 template arguments after a class identifier properly.
1278
1279 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1280 lists for `new Foo[]' constructs in Java as expressions and
1281 not top level definition brace lists on the top level, so that
1282 they'll get indented consistently with the same type of
1283 expression in a normal block.
1284
12852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1286
1287 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1288 whether the adaptive filling package fails to keep the comment
1289 prefix is now kludged further to check for filladapt-mode
1290 which doesn't have that problem. This is really icky, but it's
1291 the only way that works with the current misfeatures/bugs in
1292 both adaptive-fill-mode and filladapt-mode.
1293
1294 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1295 around point is recognized more robust.
1296
12972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1298
1299 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1300 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1301 (c-lit-type): Fixed all internal variables used dynamically so
1302 that they are always bound.
1303
1304 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1305 errors:
1306
1307 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1308 the region is fully reindented even when an error occurs.
1309 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1310 whole lot of code that tried to optimize indentation of whole
1311 sexps but in reality accomplishes nothing.
1312
1313 (c-indent-sexp): Use c-indent-region.
1314
1315 (c-parsing-error): Changed this variable to hold the message
1316 for any syntactic error that is discovered.
1317
1318 (c-parse-state): Search backward from point instead of the bod
1319 position when the latter is invalid. This makes CC Mode
1320 recover faster when there are unbalanced close braces.
1321
1322 (c-backward-to-start-of-if): Use c-parsing-error to report
1323 dangling "else" clauses instead of throwing an error, and fall
1324 back to a reasonable position.
1325
83c9cb8e 1326 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1327
83c9cb8e 1328 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1329
13302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1331
1332 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1333 paragraph recognition when moving by sentence in literals.
1334
83c9cb8e
SM
1335 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1336 start regexp for javadoc to recognize javadoc markup in general instead
1337 of a specific set of keywords, to be more future-safe.
130c507e
GM
1338
1339 (c-Pike-pikedoc-paragraph-start)
1340 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1341 pikedoc markup.
1342
83c9cb8e 1343 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1344
83c9cb8e 1345 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1346
1347 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1348
1349 (c-comment-prefix-regexp): Made it possible to use an
1350 association list on this to specify mode specific regexps.
1351 The default value now use a special regexp in Pike mode to
1352 recognize pikedoc markup.
1353
1354 (c-current-comment-prefix): New variable containing the actual
1355 regexp from c-comment-prefix-regexp for the current buffer.
1356
13572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1358
1359 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1360 lists: We can't look at the syntax, since a brace list can get
1361 recognized as a plain statement-cont.
1362
1363 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1364 special brace list opener broken over two lines got recognized
1365 as a statement on the second line. Case 9A changed.
1366
13672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1368
1369 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1370 adjustment after line is reindented.
1371
13722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1373
1374 * cc-defs.el (c-point): Added optional argument for position
1375 to use instead of the current point.
1376
1377 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1378 the in-expression block symbols when the construct starts at
1379 boi, to avoid the extra level of indentation in that case.
1380 Cases 4, 16A and 17E affected.
1381
13822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1383
1384 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1385 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1386
1387 * cc-engine.el (c-indent-line): Use the syntax already bound
1388 to `c-syntactic-context', if there is any.
1389
13902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1391
1392 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1393 wasn't added up correctly when a lineup function returned nil.
1394
13952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1396
1397 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1398 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1399
14002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1401
1402 * cc-align.el (c-lineup-dont-change): Return an absolute
1403 indentation column to work correctly in the case when several
1404 syntactic elements are processed for the same line.
1405
1406 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1407 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1408 (c-set-offset): Added absolute indentation column settings by
1409 using the vector type.
1410
130c507e
GM
14112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1412
1413 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1414 Implemented two new cleanups `space-before-funcall' and
1415 `compact-empty-funcall'.
1416
130c507e
GM
14172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1418
1419 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1420 helping building regexps.
1421
1422 * cc-engine.el (c-on-identifier): New function for detecting
1423 identifiers. It takes keywords into account.
1424
1425 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1426 lists. `c-keywords' is set to a regexp matching all keywords
1427 in the current language.
1428
14292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1430
1431 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1432 list of characters to skip backwards over at the beginning of
1433 a statement, since it can precede string literals in Pike.
1434
14352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1436
1437 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1438 recognition when standing on the last line in a C++ comment
1439 with nothing but whitespace after the prefix.
1440
1441 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1442 given no limit argument.
1443
14442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1445
1446 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1447 recognition for the `[]= operator symbol in Pike.
1448
14492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1450
1451 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1452 around a bug in `eval-when-compile' in the byte compiler.
1453
1454 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1455 value when count is zero and there's no token start within the limit.
130c507e
GM
1456
1457 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1458 "prefix comments", i.e. comments which are followed by code on
1459 the same line.
1460
1461 * cc-mode-19.el: Fixes so that checks that must be done at
1462 compile time also are done then.
1463
14642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1465
1466 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1467 time and at runtime, and only when it's needed.
1468
14692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1470
1471 Major cleanup for less error prone and more warning free
1472 compilation, including some fixes for bugs due to different
1473 compilation orders. Thanks to Martin Buchholz for providing
1474 the basis for all this.
1475
1476 * cc-bytecomp.el: New file that provides some byte compilation
1477 features: It ensures that files always are loaded from the
1478 current source directory during compilation, and it provides a
1479 set of macros to turn off specific compiler warnings for
1480 specific symbols. (It's not CC Mode specific in any way.)
1481
1482 Fixed a nearly acyclic dependency tree (both runtime and
1483 compile-time) between all files.
1484
1485 * cc-defs.el: Separated all macros before the inline functions,
1486 to ensure correct compilation.
1487
1488 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1489 cc-defs.el to cc-engine.el and made it a function instead.
1490
1491 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1492 about char-after.
1493
1494 * cc-vars.el: Cope even when there isn't a custom package
1495 containing defcustom available.
1496
1497 * cc-make.el: Removed since it's no longer necessary.
1498
1499 README: Updated installation instructions.
1500
15012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1502
1503 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1504 improve the modularity: Moved all mode init stuff from
1505 cc-langs.el to cc-mode.el, including the keymap
1506 initialization; cc-langs now only contains the various
1507 variables for configuring the language syntax.
1508
83c9cb8e
SM
1509 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1510 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1511 dependency analysis suggests they belong there (which also
83c9cb8e 1512 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1513
15142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1515
1516 * cc-cmds.el (c-fn-region-is-active-p): New function that
1517 wraps the corresponding macro, for use in places that aren't
1518 compiled. Thanks to Martin Buchholz for pointing out this.
1519
83c9cb8e 1520 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1521
1522 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1523 add things to the bug report.
1524
15252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1526
1527 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1528 returned prefix could contain a newline when the search for a
1529 good prefix line failed.
1530
15312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1532
1533 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1534 (c-toggle-auto-hungry-state): Made the argument optional, as
1535 the documentation says it is.
1536
15372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1538
1539 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1540 multiline string syntax, #"...", as a cpp macro.
1541
7008ccac
GM
15422001-03-21 Paul Eggert <eggert@twinsun.com>
1543
83c9cb8e
SM
1544 * international/mule-cmds.el (set-locale-environment):
1545 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1546 caller specifies a non-nil locale name.
3c9449d0 1547
c2478129 15482001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1549
1550 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1551 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1552
117e4b0c
GM
15532001-03-20 Gerd Moellmann <gerd@gnu.org>
1554
7194219d
GM
1555 * follow.el (follow-avoid-tail-recenter): Doc fix.
1556
5721ae13
GM
1557 * custom.el (custom-set-variables): Avoid reversing the list
1558 of args needlessly.
1559
7b8bbf72
GM
1560 * startup.el (fancy-splash-head): Don't change the colors of the
1561 XPM image on a dark background.
1562
a91ad7c9
GM
1563 * comint.el (comint-exec-1): Set columns of the terminal to
1564 window-width instead of frame-width.
1565
fa88947e
GM
1566 * info.el (Info-scroll-down): Add missing WINDOW arg for
1567 pos-visible-in-window-p.
1568
1741905c
GM
1569 * ehelp.el (electric-help-mode-hook): Add defcustom.
1570
117e4b0c
GM
1571 * mail/sendmail.el (mail-mode): Activate case-folding in
1572 font-lock-defaults.
1573
e84c695d
SM
15742001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1575
1576 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1577 (completion-ignored-extensions): Remove duplicate ".class".
1578
fc774041
AS
15792001-03-19 Andreas Schwab <schwab@suse.de>
1580
83c9cb8e
SM
1581 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1582 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1583
c2c097cc
GM
15842001-03-19 Gerd Moellmann <gerd@gnu.org>
1585
1586 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1587 methods since there are not prefix input methods.
1588
fbe2e958
KH
15892001-03-19 Kenichi Handa <handa@etl.go.jp>
1590
83c9cb8e
SM
1591 * international/mule-cmds.el (read-input-method-name):
1592 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1593
da47e491
SM
15942001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1595
1596 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1597
4986c2c6 15982001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1599
4986c2c6
MK
1600 * ediff-util.el: Copyright years.
1601 (ediff-choose-syntax-table): New function.
1602 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1603
4986c2c6
MK
1604 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1605 with-syntax-table.
83c9cb8e 1606
4986c2c6 1607 * ediff.el: Date of last update, copyright years.
83c9cb8e 1608
4986c2c6 1609 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1610
4986c2c6
MK
1611 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1612 of Scott Bronson.
1613 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1614 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1615 Deleted functions.
1616 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1617 ex-token-list.
83c9cb8e 1618
4986c2c6 1619 * viper-util.el: Spaces, indentation.
83c9cb8e 1620
4986c2c6 1621 * viper.el: Changed version, modification time.
83c9cb8e 1622
3c799aec 16232001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1624
1625 * calendar/timeclock.el (timeclock-workday-remaining):
1626 Check whether `discrep' is non-null before using it.
3c799aec 1627
ae3ce418
JW
16282001-03-16 John Wiegley <johnw@gnu.org>
1629
1630 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1631 first-time checkins.
1632 (timeclock-log-data): Fixed problem with reading timelog log file.
1633 Resulting data in the "day list" was incorrect.
1634 (timeclock-find-discrep): Check if `timeclock-file' is readable
1635 before opening it.
1636 (timeclock-time-less-p): New function.
1637 (timeclock-day-base): New function.
1638 (timeclock-geometric-mean): New function.
1639 (timeclock-generate-report): Generate a summary report based on
1640 the contents of the log file. This uses `timeclock-log-data', and
1641 is an example of writing a timelog manipulation function.
1642 (timeclock-visit-timelog): A quick command for opening the timelog
1643 file.
1644 (timeclock-log-data): Bound the variable event.
1645
c8d4a9bb
KH
16462001-03-16 Kenichi Handa <handa@etl.go.jp>
1647
83c9cb8e
SM
1648 * international/mule-cmds.el (select-safe-coding-system):
1649 Fix typo: symbol-name -> symbol-value.
11d56c64 1650
c8d4a9bb
KH
1651 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1652 before substitute-in-file-name to handle double slashes in FILE
1653 correctly.
1654
c899e7e6
GM
16552001-03-15 Gerd Moellmann <gerd@gnu.org>
1656
1657 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1658 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1659
819dce0f
GM
16602001-03-14 Gerd Moellmann <gerd@gnu.org>
1661
697617d9
GM
1662 * bindings.el (features): Add `md5' and `overlay' to the list.
1663
819dce0f
GM
1664 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1665 bound before using it. It's not bound when configured without X,
1666 for instance.
1667
e0067a9d
TTN
16682001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1669
1670 * progmodes/hideshow.el: Update copyright.
1671 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1672 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1673
afcdc0a1
GM
16742001-03-13 Gerd Moellmann <gerd@gnu.org>
1675
e0067a9d 1676 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1677 a non-list.
1678
30564c48
EZ
16792001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1680
1681 * startup.el (fancy-splash-tail, command-line-1): Fix the
1682 copyright year.
1683
2b8e24b3
KH
16842001-03-13 Kenichi Handa <handa@etl.go.jp>
1685
1686 * term.el: These changes are based on a patch sent from Yong Lu
1687 <lyongu@yahoo.com>.
1688 (term-set-escape-char): Bind M-x to execute-extended-command in
1689 term-raw-escape-map.
1690 (term-move-columns): Don't try to move to negagive column.
1691 (term-emulate-terminal): Insert a string before deleting a text to
1692 overwrite.
1693
789b6186
GM
16942001-03-12 Gerd Moellmann <gerd@gnu.org>
1695
b0778a31
GM
1696 * play/life.el (life): Rearrange code so that all calls to
1697 life-display-generation are in a catch-form.
1698
04528cda
GM
1699 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1700 file that isn't interesting. In an interesting file, push the old
1701 value of point on the mark ring.
1702
760cefb5
GM
1703 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1704 New function.
1705 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1706 Use it.
1707
83c9cb8e
SM
1708 * emacs-lisp/autoload.el (generate-file-autoloads):
1709 Remove warning about line lengths.
789b6186 1710
a2ffbafe
FP
17112001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1712
1713 * progmodes/etags.el (tags-compression-info-list): New variable.
1714 (find-tag-in-order): Use it to deal with compressed source files.
1715 (tag-file-name-match-p): New function.
1716 (etags-recognize-tags-table): Use it for better match of file names.
1717
5c9d9d92
KH
17182001-03-12 Kenichi Handa <handa@etl.go.jp>
1719
ba3e9b9b
KH
1720 * international/mule-cmds.el (register-input-method): Doc fix.
1721
5c9d9d92
KH
1722 * international/quail.el (quail-translate-key): Fix condition to
1723 check if there's another breaking point in the current key.
1724
40beecee
EZ
17252001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1726
1727 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1728 Babyl header to the newly-created output file, bind
1729 coding-system-for-write to either rmail-file-coding-system or
1730 emacs-mule-unix.
1731
75c6cb7f
SM
17322001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1733
1734 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1735 Fix the name and regexp used for subsubsections.
1736
5ec17636
DL
17372001-03-10 Dave Love <fx@gnu.org>
1738
1739 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1740 and save-buffer if buffer-file-name non-nil. From rms.
1741
6d2e2c02
AS
17422001-03-10 Andre Spiegel <spiegel@gnu.org>
1743
1744 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1745 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1746 to reflect that.
1747 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1748 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1749 variable bindings that might affect the diff command.
1750 (vc-print-log): Don't switch to the *vc* buffer before the
1751 command, so that local variable bindings are preserved.
1752
789b6186 1753 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1754 not the current buffer.
1755 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1756
789b6186 1757 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1758 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1759
b18f5523
SM
17602001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1761
1762 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1763 so ^, $, *, ? and + are interpreted correctly.
1764
3cfd8357
GM
17652001-03-09 Gerd Moellmann <gerd@gnu.org>
1766
c085b77c 1767 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1768 mode-line-key-binding. Handle any event on a string.
1769 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1770
3cfd8357
GM
1771 * comint.el (comint-insert-clicked-input): Use the last key
1772 from this-command-keys to lookup the global key definition.
1773
348f797a
KH
17742001-03-09 Kenichi Handa <handa@etl.go.jp>
1775
3ebf3717
KH
1776 * international/characters.el: Add category `j' for
1777 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1778
348f797a
KH
1779 * international/mule-conf.el (no-conversion): Fix docstring.
1780 (raw-text): Fix docstring.
1781
e1fbabaf
GM
17822001-03-08 Gerd Moellmann <gerd@gnu.org>
1783
96e8e603
GM
1784 * simple.el (choose-completion-string): When not leaving the
1785 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1786 is set.
1787
e1fbabaf
GM
1788 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1789 parameter `(minibuffer . t)'.
1790
f9db8f19
SM
17912001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1792
1793 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1794 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1795 (sh-mode): Remove `make-local-variable' for unused var
1796 `font-lock-unfontify-region-function'.
1797
02756877
RS
17982001-03-07 Richard M. Stallman <rms@gnu.org>
1799
132bf46d
RS
1800 * info.el (Info-scroll-down): Fix previous change.
1801
02756877
RS
1802 * mail/rmail.el (rmail-toggle-header): Use a window which
1803 is showing the Rmail buffer, rather than the selected window.
1804
eeb24429
DL
18052001-03-07 Dave Love <fx@gnu.org>
1806
1807 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1808 now, to avoid problems with binding imenu directly to a mouse event.
1809
3bdf2660
GM
18102001-03-07 Gerd Moellmann <gerd@gnu.org>
1811
1812 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1813 second arg t.
1814
18152001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1816
1817 * log-edit.el (log-edit-common-indent): New var.
1818 (log-edit-set-common-indentation): Renamed from
1819 log-edit-delete-common-indentation. Use the new var.
1820 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1821
1822 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1823 (cvs-mode-add-change-log-entry-other-window):
1824 Don't presume change-log-default-name is defined.
1825
1826 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1827
1828 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1829 the "tree" operation as well.
1830
1831 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1832
1833 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1834 to match paragraph-start.
1835
1836 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1837 comment-start-skip and set comment-end-skip as well.
1838 (sgml-comment-indent): Fix for new value of comment-start-skip.
1839 (html-autoview-mode): Don't bother using make-local-hook.
1840
2ad02767
GM
18412001-03-07 Gerd Moellmann <gerd@gnu.org>
1842
189638d5 1843 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1844 variables, otherwise long Custom entries would make them ineffective.
189638d5 1845
2ad02767
GM
1846 * uniquify.el: Set maintainer to FSF.
1847
656f8cae
EZ
18482001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1849
1850 * dired-aux.el (dired-do-shell-command): Doc fix.
1851
c83965c4
SM
18522001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1853
04af43bc
SM
1854 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1855
1856 * which-func.el (which-func-modes): Add cperl-mode.
1857 (which-func-mode-global): Use define-minor-mode.
1858
1859 * info-look.el: Docstring fixes and dead code eliminated.
1860 (cperl-mode): Add support.
1861 (emacs-lisp-mode): List all entries from elisp manual, whether
1862 or not they are currently (f)bound or not. Update regexp.
1863
1864 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1865
c83965c4
SM
1866 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1867 so that C-h m shows the correct information.
1868 Use make-local-variable rather than make-variable-buffer-local.
1869 (cperl-info-buffer, cperl-setup-tmp-buf):
1870 Use make-local-variable rather than make-variable-buffer-local.
1871 (cperl-msb-fix, cperl-get-help-defer):
1872 Check major-mode for `cperl-mode' as well.
1873
1874 * progmodes/cperl-mode.el: Updated to author version 4.23.
1875 (cperl-electric-pod): SYNOPSIS was misspelled.
1876 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1877 (cperl-after-expr-p): Make true after __END__.
1878
f16a7aa5
GM
18792001-03-06 Gerd Moellmann <gerd@gnu.org>
1880
157ae273 1881 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1882 bookmark-completion-ignore-case is t.
157ae273 1883
f16a7aa5
GM
1884 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1885 switch, like xterm, and concat resource strings, with a newline
1886 between them.
1887
abaddb98
EZ
18882001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1889
a2ffbafe 1890 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1891 (cp773-decode-table, cp774-decode-table): New variables.
1892
abaddb98
EZ
1893 * man.el (Man-hyphenated-reference-regexp): New variable.
1894 (Man-build-references-alist): Use it to search for referenced
1895 manpages. If hyphenated is non-nil, record a concatenated word in
1896 Man-refpages-alist only if it matches Man-reference-regexp.
1897 Update word's length when it is concatenated. Reverse the list,
1898 to get the first manpage at the head.
1899 (Man-possibly-hyphenated-word): New function.
1900 (Man-follow-manual-reference): Use it instead of current-word to
1901 find a manpage at point, in a way that accounts for hyphenated
1902 references.
1903
eb3f61dd
GM
19042001-03-06 Alex Schroeder <alex@gnu.org>
1905
1906 * sql.el (sql-interbase): New function.
1907 (sql-interbase-program): New option.
1908 (sql-interbase-options): New option.
1909 And some typos fixed: "customise" to "customize".
1910
fa84f42a
DL
19112001-03-06 Dave Love <fx@gnu.org>
1912
83c9cb8e
SM
1913 * textmodes/flyspell.el (flyspell-region):
1914 Set up flyspell-local-mouse-map.
fa84f42a 1915
fda3411d
RS
19162001-03-05 Richard M. Stallman <rms@gnu.org>
1917
a2ffbafe 1918 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1919 Don't call rmail-beginning-of-message.
1920 Don't discard From: field. Do discard Received: field.
1921 Use unwind-protect to re-prune.
1922 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1923
e972ab1f
KH
19242001-03-06 Kenichi Handa <handa@etl.go.jp>
1925
1926 * international/quail.el (quail-title): Add autoload cookie.
1927
335db3c1
DL
19282001-03-05 Dave Love <fx@gnu.org>
1929
1930 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1931 new defs.
1932
278dd6ac
KH
19332001-03-05 Kenichi Handa <handa@etl.go.jp>
1934
83c9cb8e
SM
1935 * language/ethio-util.el (ethio-toggle-space):
1936 Update current-input-method-title if necessary.
36d5e61d
KH
1937 (ethio-toggle-punctuation): Likewise.
1938
341cd4f0
KH
1939 * international/quail.el (quail-title): Fix for the case that a
1940 title of an input method is specified by a list of the same form
1941 as used in mode-line-format.
1942
83c9cb8e
SM
1943 * international/mule-cmds.el (activate-input-method):
1944 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1945 respect that value.
1946
10ebaeb6
GM
19472001-03-05 Gerd Moellmann <gerd@gnu.org>
1948
1949 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1950
7a65c85c
GM
19512001-03-05 Alex Schroeder <alex@gnu.org>
1952
1953 * sql.el (sql-sybase): Fix typo (was: query user about server two
1954 times instead of server and database).
1955
1956 * sql.el (sql-sybase): Doc change.
1957 (sql-mysql): Doc change.
1958 (sql-postgres): Doc change.
1959
b86644f2
KH
19602001-03-05 Kenichi Handa <handa@etl.go.jp>
1961
83c9cb8e
SM
1962 * international/mule-conf.el (emacs-mule, raw-text):
1963 Docstring modified.
b86644f2 1964
e30bd7b7
EZ
19652001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1966
1967 * term/internal.el: Update copyright notice.
1968
1969 * term/pc-win.el: Update copyright notice.
1970
7e365285
DL
19712001-03-02 Dave Love <fx@gnu.org>
1972
83c9cb8e
SM
1973 * files.el (insert-file-contents-literally):
1974 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1975 not jka-compr-compression-info-list.
7e365285 1976
75ed43a6
SM
19772001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1978
1979 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1980 spaces in default comment-start-skip settings rather than \s-.
1981
53c4b1e6
EZ
19822001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1983
1984 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1985 default-frame-alist as well.
1986
028d739a
DL
19872001-03-01 Dave Love <fx@gnu.org>
1988
1989 * textmodes/reftex.el (defvar): Wrap some defvars in
1990 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1991
1992 * subr.el (event-basic-type): Doc fix.
1993
1994 * international/quail.el: Doc fixes.
1995
1996 * international/utf-8.el: Doc fixes.
1997
1998 * international/mule-cmds.el: Doc fixes.
1999 (leim-list-header): Fix header text.
2000
2001 * international/mule.el (coding-system-category): Doc fix.
2002
2003 * international/ccl.el (ccl-compile): Doc fix.
2004
15d1caef
SM
20052001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2006
2007 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2008 rather than (before|after)-change-functions.
2009
f84ff02c
GM
20102001-03-01 Gerd Moellmann <gerd@gnu.org>
2011
2012 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2013 scroll-left and scroll-right being called interactively so that
2014 they set the window's min_hscroll.
2015
e0c1e774
EZ
20162001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2017
2018 * info.el (info-insert-file-contents-1): Accept an additional
2019 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2020 `suffix'; otherwise use the complicated MS-DOS code.
2021 All callers changed.
e0c1e774
EZ
2022 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2023 can access long file names, try the long file-name version of
2024 `info-insert-file-contents-1', then the short file-name version.
2025
b8b2ea31 20262001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2027
af122766
KH
2028 * language/ethio-util.el (setup-ethiopic-environment-internal):
2029 Change bindings of functions keys to conform to "Emacs Lisp Coding
2030 Convention".
2031
2032 * language/ethiopic.el ("Ethiopic"): Add documentation.
2033
b8b2ea31
KH
20342001-02-28 Kenichi Handa <handa@etl.go.jp>
2035
1d64e2ad
KH
2036 * international/utf-8.el (mule-utf-8): Set coding-category
2037 property to coding-category-utf-8.
2038
91cb6e51
RS
20392001-02-27 Richard M. Stallman <rms@gnu.org>
2040
2041 * lpr.el (lpr-page-header-switches, print-region-1):
2042 Undo 2000-07-06 change.
7298f3f7
RS
2043 (lpr-add-switches): Default to t on gnu/linux.
2044
c0cb1027
GM
20452001-02-27 Gerd Moellmann <gerd@gnu.org>
2046
2047 * bs.el (bs-attributes-list): Doc fix.
2048
01459648
GM
20492001-02-26 Gerd Moellmann <gerd@gnu.org>
2050
baebd8a5 2051 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2052
01459648
GM
2053 * help.el (view-order-manuals): Use goto-address.
2054
2055 * startup.el (command-line-1): Add info about ordering manuals
2056 to the not so fancy splash screens.
2057
f93e614e
AS
20582001-02-26 Andre Spiegel <spiegel@gnu.org>
2059
01459648
GM
2060 * vc.el (vc-default-workfile-unchanged-p)
2061 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2062
12435002
GM
20632001-02-26 Gerd Moellmann <gerd@gnu.org>
2064
a2ffbafe 2065 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2066 fontify in the right buffer.
2067
12435002
GM
2068 * allout.el (outline-flag-region): Move macro in front of first
2069 use to avoid a run-time error.
2070
425de386
AI
20712001-02-24 Andrew Innes <andrewi@gnu.org>
2072
2073 * makefile.w32-in: Fix copyright notice.
2074
66c56ed1
KH
20752001-02-24 Kenichi Handa <handa@etl.go.jp>
2076
4c1593ce
KH
2077 * international/utf-8.el (mule-utf-8): Set correct value for
2078 valid-codes property.
2079
66c56ed1
KH
2080 * international/fontset.el (x-complement-fontset-spec): In the
2081 case that we use ASCII font for the other charsets, use only
15d1caef 2082 family and registry part of it.
66c56ed1 2083
119171dd
EZ
20842001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2085
2086 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2087 (shrink-window-if-larger-than-buffer): Doc fix.
2088
932c309e
SM
20892001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2090
2091 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2092 predicate passed to completing-read.
2093
9b760e36
EZ
20942001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2095
2096 * startup.el (command-line): Fix last change.
2097
5c39a60f
JR
20982001-02-23 Jason Rumney <jasonr@gnu.org>
2099
2100 * startup.el (tool-bar-originally-present): New variable.
2101 (command-line): Set it if the tool-bar is switched on at startup.
2102
2103 * frame.el (frame-notice-user-settings): Only adjust frame height
2104 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2105 From E. Jay Berkenbilt.
5c39a60f 2106
cb91b2c7
SM
21072001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2108
39b557e8
SM
2109 * server.el (server-switch-buffer): Only switch window if the
2110 current one is dedicated.
2111
cb91b2c7
SM
2112 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2113 rather than using (match-beginning 0) when searching for break point.
2114
9238a8df
EZ
21152001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2116
2117 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2118 @ follows an accent command such as @'. Support optional braces
2119 in commands that insert accents, like makeinfo does.
2120
3473f362
GM
21212001-02-22 Gerd Moellmann <gerd@gnu.org>
2122
2123 * startup.el (fancy-splash-text): Add a line for ordering
2124 manuals. Reverse order of splash screens shown.
2125 (use-fancy-splash-screens-p): Adapt to the text line added.
2126
2127 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2128 manuals from the FSF.
2129
2130 * help.el (view-order-manuals): New function.
2131 (toplevel): Bind C-h C-m to this function.
2132
76a4de07
SM
21332001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2134
2135 * newcomment.el (comment-forward): Skip the comment-start before
2136 searching for the comment-end.
2137
75b71d85
DL
21382001-02-21 Dave Love <fx@gnu.org>
2139
2f4c9a87
DL
2140 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2141
75b71d85
DL
2142 * international/mule-cmds.el, international/mule.el: Doc fixes.
2143
2144 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2145 (fortune) <defgroup>: Add :link.
2146 (fortune-from-region): Use eq, not eql.
2147
ffc9ff0c
GM
21482001-02-21 Gerd Moellmann <gerd@gnu.org>
2149
2150 * startup.el (fancy-splash-screens): Use display-hourglass
2151 instead of display-busy-cursor.
2152
2153 * frame.el (display-hourglass): Renamed from busy-cursor.
2154 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2155 (show-cursor-in-non-selected-windows): Doc fix.
2156
f34eb373
DL
21572001-02-20 Dave Love <fx@gnu.org>
2158
2159 * international/utf-8.el: Doc and commentary fixes.
2160
f55e4a7e
EZ
21612001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2162
2163 * ehelp.el (with-electric-help): Doc fix.
2164
fa97adf6
GM
21652001-02-20 Gerd Moellmann <gerd@gnu.org>
2166
2167 * msb.el (msb-mode): Call the update-buffers function explicitly
2168 with a FORCE argument.
2169
2170 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2171 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2172 returns nil.
2173
54ed3bd2
GM
21742001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2175
2176 * ps-print.el: Timestamp package replacement. Some enhancements.
2177 Some XEmacs compatibility. Doc fix.
2178 (ps-print-version): New version number (6.4).
2179 (ps-printer-name): Initialization fix.
2180 (ps-zebra-stripe-follow): Funcionality enhancement.
2181 (ps-prologue-file): Code enhancement.
2182 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2183 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2184 (ps-get-page-dimensions)
54ed3bd2
GM
2185 (ps-generate-header, ps-begin-file, ps-begin-job)
2186 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2187 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2188 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2189 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2190
e8ebf97d
MB
21912001-02-20 Miles Bader <miles@gnu.org>
2192
2193 * image-file.el (image-file-name-extensions): Add "tif".
2194
136b27c5
GM
21952001-02-19 Gerd Moellmann <gerd@gnu.org>
2196
2197 * wid-edit.el (widget-button-click): Save the selected window
2198 around the code handling clicks on buttons.
2199
6ebbcf59
DL
22002001-02-18 Dave Love <fx@gnu.org>
2201
2202 * imenu.el (imenu--generic-function): Use mapc to iterate over
2203 syntax characters.
2204
595ded73
RS
22052001-02-17 Richard M. Stallman <rms@gnu.org>
2206
b9fe3dc8
RS
2207 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2208
595ded73
RS
2209 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2210
f3f053f3
GM
22112001-02-16 Gerd Moellmann <gerd@gnu.org>
2212
2213 * mouse.el (mouse-save-then-kill): If the distance from the new
2214 point to the mark is equal to the distance of point from the new
2215 point, move point instead of the mark.
2216
11570a8f
DL
22172001-02-16 Dave Love <fx@gnu.org>
2218
2219 * textmodes/flyspell.el (flyspell-get-word): Return string without
2220 properties.
2221
fb339cd5
EZ
22222001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2223
2224 * generic.el (generic-find-file-regexp): Doc fix.
2225 (generic-ignore-files-regexp): New defcustom.
2226 (generic-mode-find-file-hook): If the file's name matches the
2227 regexp in `generic-ignore-files-regexp', don't enter
2228 default-generic-mode. Doc fix.
2229
c56b1c1b
GM
22302001-02-16 Gerd Moellmann <gerd@gnu.org>
2231
a2ffbafe 2232 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2233 Add autoload cookies.
2234
a2ffbafe 2235 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2236 of cal-tex-24.
2237
0d140e65
EZ
22382001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2239
81558867
EZ
2240 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2241
0d140e65
EZ
2242 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2243 the character class after the (optional) drive, to support file
2244 names with embedded blanks.
2245
713f7b15
SS
22462001-02-15 Sam Steingold <sds@gnu.org>
2247
2248 * textmodes/tex-mode.el (tex-shell-running):
2249 Check the process buffer too.
2250
9a2a6f73
DL
22512001-02-15 Dave Love <fx@gnu.org>
2252
2253 * battery.el (battery-status-function): Fix doc, :type.
2254
15d1caef 2255 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2256
fe10cef0
GM
22572001-02-15 Gerd Moellmann <gerd@gnu.org>
2258
2259 * subr.el (read-passwd): Clear Lisp memory holding password.
2260
126f5d4d
MB
22612001-02-15 Miles Bader <miles@gnu.org>
2262
2263 * info.el (Info-copy-current-node-name): New function.
2264 (Info-mode-menu): Add it to the menu.
2265
92e98d63
RS
22662001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2267
2268 * international/mule-cmds.el (toggle-input-method): Doc fix.
2269
dd4e0e55
SM
22702001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2271
2272 * replace.el (occur): Stop at end of buffer.
2273
402dbbd1
EZ
22742001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2275
2276 * international/mule-cmds.el (set-input-method): Another doc fix.
2277
e9fcba3d
GM
22782001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2279
2280 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2281
78ad1cd5
MB
22822001-02-13 Miles Bader <miles@gnu.org>
2283
713f7b15 2284 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2285 (set-face-stipple): Treat a value of nil as being `unspecified'.
2286
fce9d9dc
DL
22872001-02-12 Dave Love <d.love@dl.ac.uk>
2288
2289 * international/latin1-disp.el: Doc fixes.
2290 (latin1-display) <defgroup>: Add :link.
2291 (latin1-display) <function>: Set variable latin1-display.
2292
bc406911
EZ
22932001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2294
2295 * international/mule-cmds.el (set-input-method): Doc fix.
2296
68514d48
EL
22972001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2298
2299 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2300 (speedbar-line-file): Return nil if not a file.
2301 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2302
513bea45 23032001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2304
513bea45
MK
2305 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2306 for remote files.
bc406911 2307 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2308 with raw-text.
713f7b15 2309
513bea45 2310 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2311
83c9cb8e
SM
2312 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2313 Better handling of the diff mode.
713f7b15 2314
513bea45 2315 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2316
bc406911 2317 * viper.texi: Fix typos.
713f7b15 2318
521d4010
DL
23192001-02-11 Dave Love <fx@gnu.org>
2320
36fd8e17
DL
2321 * shadowfile.el: Doc fixes.
2322 (shadow) <defgroup>: Add :link.
2323 (shadowfile-unload-hook): New function.
2324 (shadow-initialize): Use defalias, not fset.
2325 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2326 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2327
521d4010
DL
2328 * international/mule.el: Doc and message fixes.
2329
36fd8e17
DL
2330 * international/ccl.el (define-ccl-program): Doc fix.
2331
92395bbe
KH
23322001-02-11 Kenichi Handa <handa@etl.go.jp>
2333
2334 * faces.el (mode-line): Set :line-width property to -1.
2335
103db06c
RS
23362001-02-10 Richard M. Stallman <rms@gnu.org>
2337
08b78974
RS
2338 * complete.el (partial-completion-mode): Doc fix.
2339
103db06c
RS
2340 * simple.el (delete-key-deletes-forward-mode):
2341 Change `let' to `let*' to fix gross bug in last change.
2342
2343 * repeat.el (repeat): Don't let execute-kbd-macro alter
2344 real-last-command.
2345
a6a1ee53
EZ
23462001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2347
2348 * simple.el (eval-expression): Doc fix.
2349
d2f288c6
DL
23502001-02-09 Dave Love <fx@gnu.org>
2351
038f4ae3
DL
2352 * imenu.el (imenu-generic-expression): Doc fix.
2353
83c9cb8e
SM
2354 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2355 From Juanma Barranquero.
038f4ae3 2356
15d1caef 2357 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2358
9804b846
KH
23592001-02-09 Kenichi Handa <handa@etl.go.jp>
2360
2361 * faces.el (set-face-attribute): Describe the case of a negative
2362 value specified for :line-width.
2363
532f5197
SM
23642001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2365
2366 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2367 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2368
1d279666
DL
23692001-02-08 Dave Love <fx@gnu.org>
2370
4681ca3a
DL
2371 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2372 widget-plist-value-type.
2373 (widget-alist-convert-widget): Replace binding of
2374 widget-alist-value-type.
2375
1d279666
DL
2376 * textmodes/paragraphs.el (sentence-end): Doc fix.
2377
83c9cb8e
SM
2378 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2379 Remove `backward-line'.
1d279666 2380
532f5197
SM
2381 * play/pong.el (pong-blank-color, pong-bat-color)
2382 (pong-ball-color, pong-border-color, pong-left-key)
2383 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2384 (pong-pause-key, pong-resume-key, pong-timer-delay):
2385 * mail/mh-comp.el (mh-compose-letter-function):
2386 * eshell/esh-mode.el (eshell-skip-prompt-function):
2387 * emulation/viper-ex.el (ex-unix-type-shell-options):
2388 * recentf.el (recentf-menu-filter):
2389 * ps-print.el (ps-print-region-function):
2390 * lpr.el (print-region-function):
2391 * forms.el (forms-mode-hooks):
2392 * dirtrack.el (dirtrack-directory-change-hook):
2393 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2394 * textmodes/spell.el (spell-filter):
2395 * textmodes/fill.el (adaptive-fill-function):
2396 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2397 * progmodes/etags.el (find-tag-default-function):
2398 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2399 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2400
6f676109
EZ
24012001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2402
751d3bc4
EZ
2403 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2404 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2405 Meyering <jim@meyering.net>.
2406
6f676109
EZ
2407 * loadup.el: Revert last change.
2408
d3c26cdf
KH
24092001-02-07 Kenichi Handa <handa@etl.go.jp>
2410
83c9cb8e
SM
2411 * international/mule.el (transform-make-coding-system-args):
2412 Make it work also for coding systems not using CCL.
d3c26cdf 2413
44806980
EZ
24142001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2415
9889af08
EZ
2416 * simple.el (previous-matching-history-element)
2417 (next-matching-history-element): Doc fix.
2418
44806980
EZ
2419 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2420 specific part.
2421
1e36ff68
DL
24222001-02-06 Dave Love <fx@gnu.org>
2423
713f7b15 2424 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2425 (add-log-buffer-file-name-function, add-log-file-name-function):
2426 Fix :type.
2427 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2428
c7ca58df
EZ
24292001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2430
fecd556a
EZ
2431 * info.el (info-initialize): Remove the test for system-type when
2432 invocation-directory is non-nil.
2433
c7ca58df
EZ
2434 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2435 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2436
587b5737
AI
24372001-02-06 Andrew Innes <andrewi@gnu.org>
2438
2439 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2440 absolute.
2441
baf7eee4
GM
24422001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2443
2444 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2445 buffers. When hi-lock turned on rather than only checking current
2446 buffer for regexps, all buffers are checked. Moved activation of
2447 font-lock to hi-lock-refontify. When font-lock turned off rather
2448 than removing added highlighting just in current buffer, remove it
2449 in all buffers. Changed edit menu text from "Automatic
2450 Highlighting" to "Regexp Highlighting" Documentation for
2451 highlighting phrases, minor documentation changes.
2452 (hi-lock-set-file-patterns): Execute only if there are new or
2453 existing file patterns.
2454 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2455 unfontify and, if a support mode is active, will not refontify the
2456 whole buffer. If necessary, turn on font lock. (Removed
2457 font-lock-unfontify and font-lock support-mode-specific calls,
2458 such as lazy-lock-fontify-window.)
2459 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2460 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2461 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2462 (hi-lock-face-phrase-buffer): New function. Also added related
2463 menu item and keybinding.
2464 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2465 (hi-lock-process-phrase): New function.
2466 (hi-lock-line-face-buffer): Doc fixes.
2467 (hi-lock-face-buffer): Doc fixes.
2468 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2469
36710aa6
GM
24702001-02-06 Gerd Moellmann <gerd@gnu.org>
2471
2472 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2473 dabbrev-ignored-regexps.
2474
d3f22784
EZ
24752001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2476
2477 * simple.el (kill-line): Doc fix.
2478
5cb3c8d4
DL
24792001-02-05 Dave Love <fx@gnu.org>
2480
2481 * loadup.el: Revert last two changes -- bootstrapping works with
2482 regenerated loaddefs.
2483
e6297e7d
EZ
24842001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2485
1e14b095
EZ
2486 * isearch.el (isearch-forward): Doc fix.
2487
e6297e7d
EZ
2488 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2489 of font-lock-defaults to backward-paragraph.
2490
e16f52ce
GM
24912001-02-05 Gerd Moellmann <gerd@gnu.org>
2492
2493 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2494 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2495
01d19dd7
GM
24962001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2497
2498 * ebnf2ps.el: Eliminate time-stamp functions.
2499 (ebnf-version): New version (3.5).
2500 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2501 format-time-string.
2502
24886813
GM
25032001-02-05 Gerd Moellmann <gerd@gnu.org>
2504
2505 * simple.el (next-line): Goto end-of-line before inserting a newline.
2506
65e70fc4
MB
25072001-02-05 Miles Bader <miles@gnu.org>
2508
2509 * image-file.el (insert-image-file): When visiting an image, also
2510 set `truncate-lines' to t so that any fringe arrow looks correct.
2511
482f06c9
KH
25122001-02-05 Kenichi Handa <handa@etl.go.jp>
2513
2514 * isearch.el (isearch-forward): Add description about input method
2515 in the docsting.
2516
02399da7
SM
25172001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2518
2519 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2520
2c366083
EZ
25212001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2522
2523 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2524 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2525
bdadfce3
GM
25262001-02-02 Gerd Moellmann <gerd@gnu.org>
2527
79fb38c0
GM
2528 * wid-edit.el (widget-button-click): Fix last change.
2529
bdadfce3
GM
2530 * frame.el (frame-notice-user-settings): When resizing the initial
2531 frame because the tool bar is off, also change the frame's top
2532 position if a negative top position was specified.
2533
33155ffb
MB
25342001-02-02 Miles Bader <miles@gnu.org>
2535
2536 * image-file.el (insert-image-file): When visiting an image,
2537 suppress the cursor in the image buffer.
2538
1355ba0c
DL
25392001-02-01 Dave Love <fx@gnu.org>
2540
2541 * progmodes/f90.el (f90-mode): Remove startup message.
2542
fb758d2d 2543 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2544
01acdb05
GM
25452001-02-01 Gerd Moellmann <gerd@gnu.org>
2546
2547 * startup.el (command-line): Fix code determining whether or not
2548 to use delete-key-deletes-forward-mode.
2549
5b1ee316
AS
25502001-02-01 Andre Spiegel <spiegel@gnu.org>
2551
2552 * vc.el (vc-diff-switches): New user option.
2553 (vc-version-diff): Use it.
2554 (vc-diff-switches-list): New macro.
2555
83c9cb8e
SM
2556 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2557 New customization options.
5b1ee316
AS
2558 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2559
2560 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2561
00b1e7a1
GM
25622001-02-01 Gerd Moellmann <gerd@gnu.org>
2563
2564 * msb.el (toplevel): Quote hook symbols.
2565
85827036
KH
25662001-02-01 Kenichi Handa <handa@etl.go.jp>
2567
8e028499 2568 * international/mule.el (make-coding-system): Add description
3c948dde 2569 about recognized properties in the docstring.
8e028499 2570
85827036
KH
2571 * international/mule-conf.el: Remove unused charsets
2572 mac-roman-lower and mac-roman-upper.
2573
7ccf7ab9
GM
25742001-01-31 Gerd Moellmann <gerd@gnu.org>
2575
2441692d
GM
2576 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2577 is in front of the left-margin, if any.
2578
ee5cece0
GM
2579 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2580 like `delete'.
2581
83c9cb8e 2582 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2583
7ccf7ab9
GM
2584 * term/w32-win.el (mouse-set-font): Doc fix.
2585
b4f30ec5 25862001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2587
b4f30ec5
GM
2588 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2589 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2590 on already.
2591
03e0fe6e
GM
25922001-01-31 Markus Rost <rost@math.ohio-state.edu>
2593
2594 * files.el (save-buffer): Don't give message if (buffer-file-name)
2595 returns nil.
713f7b15 2596
8f289acc
EZ
25972001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2598
cb4aae04
EZ
2599 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2600
dbd98b19
EZ
2601 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2602 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2603
8f289acc
EZ
2604 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2605 display problems.
2606
c12553c1
KH
26072001-01-31 Kenichi Handa <handa@etl.go.jp>
2608
c7bf5db9
KH
2609 * international/mule.el (charset-info): Fix docstring.
2610
2611 * international/mule-diag.el (describe-character-set): Check final
2612 char valid before printing it.
c12553c1 2613
14f16b9c
GM
26142001-01-30 Gerd Moellmann <gerd@gnu.org>
2615
efaa080b
GM
2616 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2617
eef93f99
GM
2618 * frame.el (frame-notice-user-settings): Do the tool-bar
2619 stuff only for graphical displays. Fix a braino.
713f7b15 2620
14f16b9c
GM
2621 * frame.el (frame-initialize): Create initial frame visible.
2622 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2623 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2624
2625 * startup.el (command-line): Remove manipulation of frame
2626 height for tool bars.
2627
4ad25e43
EZ
26282001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2629
2630 * lpr.el: Compatibility with XEmacs and doc fixes.
2631 (lpr-windows-system, lpr-lp-system): New vars.
2632 (lpr-printer-switch): New defcustom.
2633 (printer-name, lpr-command): Customization fix.
2634 (print-region-1): Code fix.
2635 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2636 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2637 New functions.
4ad25e43 2638
e8f044a0
GM
26392001-01-29 Gerd Moellmann <gerd@gnu.org>
2640
2641 * msb.el (toplevel): Fix the eval-after-load.
2642
850d5045
GM
26432001-01-29 Dave Love <fx@gnu.org>
2644
762fe76e
DL
2645 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2646
2647 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2648
83c9cb8e 2649 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2650 (tcl-using-emacs-19-23): Consider Emacs 21+.
2651 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2652 (tcl-add-emacs-menu): Supply menu name.
2653 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2654
3a768251
GM
26552001-01-29 Gerd Moellmann <gerd@gnu.org>
2656
2657 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2658
274d02f7
SM
26592001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2660
2661 * pcvs.el (cvs-mark-fis-dead): New function.
2662 (cvs-mode-add): Use it.
2663 (cvs-mode-add-change-log-entry-other-window):
2664 Rebind change-log-default-name to itself rather than to nil.
2665
ed5d446e
SS
26662001-01-29 Sam Steingold <sds@gnu.org>
2667
efaa080b 2668 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2669 `autoload' statements.
2670
e2a80284
EZ
26712001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2672
8e1db7b3
EZ
2673 * files.el (confirm-kill-emacs): Doc fix.
2674
ff2a1c79
EZ
2675 * frame.el (frame-initialize): Doc fix.
2676
e7b0deaf
EZ
2677 * time-stamp.el (time-stamp-string): Doc fix.
2678
83c9cb8e
SM
2679 * woman.el (WoMan-log-1): Make the log buffer writable.
2680 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2681
005913e4
GM
26822001-01-29 Gerd Moellmann <gerd@gnu.org>
2683
2684 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2685 the `make-variable-buffer-local'.
2686
58622cc5
GM
26872001-01-29 Dave Love <fx@gnu.org>
2688
2689 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2690 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2691 Add autoload cookie.
58622cc5
GM
2692 (ansi-color-apply-sequence): Fix typo.
2693
0404d031
GM
26942001-01-29 Gerd Moellmann <gerd@gnu.org>
2695
ed5d446e 2696 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2697 Postscript printing in black and white.
2698
0404d031
GM
2699 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2700 X-Mailman-Version, Precedence, List-Help, List-Post,
2701 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2702 Content-Type, Content-Length.
2703
3b6ed359
DL
27042001-01-29 Dave Love <fx@gnu.org>
2705
ddd16e7a
DL
2706 * elide-head.el (elide-head): Make overlay evaporate.
2707
83c9cb8e 2708 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2709
8005142f
EZ
27102001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2711
2712 * isearch.el (isearch-highlight): Don't punt if the display
2713 doesn't support colors, since isearch faces are defined for
2714 monochrome displays as well.
2715
84728570
SS
27162001-01-27 Sam Steingold <sds@gnu.org>
2717
2718 * shell.el (shell-write-history-on-exit): Make sure that we are in
2719 the shell buffer (M-x tex-file RET inserted the error message into
2720 the TeX buffer).
2721
e26f9ced
EZ
27222001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2723
2724 * simple.el (transient-mark-mode): Doc fix.
2725
dc0274bd
GM
27262001-01-27 Gerd Moellmann <gerd@gnu.org>
2727
83c9cb8e 2728 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2729
c1acacc4
EZ
27302001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2731
f5058b96
EZ
2732 * shell.el (shell-unquote-argument): If the shell is one of the
2733 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2734 quote character.
2735 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2736 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2737
c1acacc4 2738 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2739 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2740
103db06c 27412001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2742
84728570 2743 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2744 Treat a one-capital-letter abbrev as "not all upper case",
2745 so as to force preservation of the expansion's pattern
2746 if the expansion starts with a capital letter.
2747
cfa70244
EZ
27482001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2749
cfee9de7
EZ
2750 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2751 Doc fix.
2752
cfa70244
EZ
2753 * simple.el (transient-mark-mode): Document the fact that many
2754 commands act on the region when mark is active.
2755
17d90d6b
KH
27562001-01-27 Kenichi Handa <handa@etl.go.jp>
2757
2758 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2759 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2760 (quail-show-guidance-buf): Make the multibyteness of current
2761 buffer inherited to Quail guidance buffer.
2762 (quail-help): Make the multibyteness of current buffer inherited
2763 to Quail help buffer.
2764
61076b20
DL
27652001-01-26 Dave Love <fx@gnu.org>
2766
c47e2c68
DL
2767 * time-stamp.el: Doc fixes.
2768
84728570 2769 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2770 (delphi-keyword-face, delphi-other-face): Fix :type.
2771
940f14b4
DL
2772 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2773
2774 * mail/feedmail.el (feedmail): Add :link.
2775 (feedmail-send-it): Doc fix.
2776
2777 * mail/sendmail.el: Doc fixes.
2778 (sendmail-send-it): Fix the non-ASCII regexp and use
2779 rfc2047-encode-string.
2780
61076b20
DL
2781 * dired.el, dired-aux.el: Revert last change.
2782
6c317bd2
GM
27832001-01-26 Gerd Moellmann <gerd@gnu.org>
2784
2785 * makefile.w32-in (DONTCOMPILE): Add various term files.
2786
27872001-01-26 Dave Love <fx@gnu.org>
2788
2789 * Makefile.in (DONTCOMPILE): Add various term files.
2790
1c636b5f
GM
27912001-01-26 Gerd Moellmann <gerd@gnu.org>
2792
af900b23
GM
2793 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2794
15fa6db0 2795 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2796 the echo area is resized to fit the size of the startup message.
15fa6db0 2797
1c636b5f
GM
2798 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2799 part of which is a constant.
2800
9b1adbd5
EZ
28012001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2802
83c9cb8e 2803 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2804
103db06c 28052001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2806
2807 * simple.el (next-line): Don't let `newline' expand abbrevs.
2808 Simplify slightly.
2809 (open-line): Don't let `newline' expand abbrevs.
2810
219227ea
JW
28112001-01-25 John Wiegley <johnw@gnu.org>
2812
2813 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2814 to `repeat' in the :type field.
2815
2816 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2817 allow a choice of regexp or nil.
d2906bf8 2818 (pcomplete-dir-ignore): Same.
219227ea
JW
2819
2820 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2821 a command) to always fail.
2822
ceba0dac
GM
28232001-01-25 Gerd Moellmann <gerd@gnu.org>
2824
2825 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2826 discard the result.
2827 (iswitchb-to-end): Likewise.
2828
9b0630e5
SS
28292001-01-25 Sam Steingold <sds@gnu.org>
2830
2831 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2832 Require vc.
9b0630e5 2833
a2ed9670
SM
28342001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2835
f0c1adab
SM
2836 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2837
a2ed9670
SM
2838 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2839
34ac3367
DL
28402001-01-25 Dave Love <fx@gnu.org>
2841
61076b20
DL
2842 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2843 (describe-coding-system): Tweak the English text.
2844
34ac3367
DL
2845 * loadup.el: Preload international/ccl for utf-8.
2846
4685e6b7
EZ
28472001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2848
2849 * mail/rmail.el (rmail-redecode-body): Doc fix.
2850
0fdb4475
KH
28512001-01-25 Kenichi Handa <handa@etl.go.jp>
2852
83c9cb8e
SM
2853 * international/mule-cmds.el (reset-language-environment):
2854 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2855
83c9cb8e
SM
2856 * international/mule-conf.el (coding-category-utf-8):
2857 Initialize to mule-utf-8.
0fdb4475 2858
9b0630e5 2859 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2860
2861 * international/utf-8.el: New file.
2862
245ed2b1
SM
28632001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2864
2865 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2866
e95b0c08
SS
28672001-01-24 Sam Steingold <sds@gnu.org>
2868
2869 * dired.el (dired-replace-in-string): Removed.
2870 (dired-sort-toggle): Use `replace-regexps-in-string'
2871 instead of `dired-replace-in-string'.
9b0630e5 2872
ceba0dac
GM
2873 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2874 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2875
e95b0c08
SS
2876 * gs.el (gs-replace-in-string): Removed.
2877 (gs-options): Use `replace-regexps-in-string'
2878 instead of `gs-replace-in-string'.
2879
c3902c3e
EZ
28802001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2881
2882 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2883 bug report is mailed to an email list and posted to a news group.
2884
b66b6aeb
GM
28852001-01-24 Gerd Moellmann <gerd@gnu.org>
2886
83c9cb8e
SM
2887 * comint.el (comint-replace-by-expanded-history-before-point):
2888 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2889
b66b6aeb
GM
2890 * startup.el (tool-bar-images-pixel-height): New variable.
2891 (command-line): After loading the user's init file, when
2892 tool-bar-mode is on, increase the frame's size by some lines for
2893 the tool-bar.
2894
2895 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2896
ff890e66
SZ
28972001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2898
2899 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2900 (chinese-big5): MIME:Big5.
2901
04363179
GM
29022001-01-24 Gerd Moellmann <gerd@gnu.org>
2903
e95b0c08 2904 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2905 Handle commands with prefix args.
2906
d56aaa64
GM
29072001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2908
2909 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2910 being a list of numbers.
2911 (diary-mail-entries): Rewritten.
2912
99858627
DL
29132001-01-23 Dave Love <fx@gnu.org>
2914
7aeb1fa9
DL
2915 * international/mule.el (make-coding-system): Fix typo.
2916
83c9cb8e
SM
2917 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2918 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2919
5a43decf
EZ
29202001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2921
2922 * font-lock.el (font-lock-mode): Doc fix.
2923
b0e98867
KH
29242001-01-23 Kenichi Handa <handa@etl.go.jp>
2925
2926 * international/mule.el (make-translation-table): Fix docstring.
2927
9c8acefd
EZ
29282001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2929
fd4976b8
EZ
2930 * mail/rmail.el (rmail-redecode-body): New function.
2931
9c8acefd
EZ
2932 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2933
871e0439
GM
29342001-01-22 Gerd Moellmann <gerd@gnu.org>
2935
21c2bbe0
GM
2936 * isearch.el (isearch-lazy-highlight-case-fold-search)
2937 (isearch-lazy-highlight-regexp): New variables.
2938 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2939 case-fold search or regexp search has been toggled.
2940
5710730c
GM
2941 * wid-edit.el (widget-button-click): Avoid a save-excursion
2942 around running a global binding.
2943
871e0439
GM
2944 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2945 to 0.25.
2946
d0554957
MB
29472001-01-20 Miles Bader <miles@gnu.org>
2948
2949 * cus-edit.el (custom-face-save): Do post-processing on the face's
2950 new value like `custom-face-set' does.
2951
1519f618
EZ
29522001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2953
ccd87890
EZ
2954 * mail/emacsbug.el (report-emacs-bug): Report the value of
2955 LC_CTYPE, not LC_TYPE.
2956
1519f618
EZ
2957 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2958 isearch-toggle-regexp and isearch-edit-string to doc string.
2959
9724173b
GM
29602001-01-19 Gerd Moellmann <gerd@gnu.org>
2961
48bb9196
GM
2962 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2963 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2964
e95b0c08 2965 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2966 font-lock-beginning-of-syntax-function to nil.
2967
dc81f8a2
EZ
29682001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2969
2970 * mail/emacsbug.el (report-emacs-bug): Report values of
2971 locale-coding-system, default-enable-multibyte-characters, and the
2972 environment variables LC_ALL, LC_TYPE, and LANG.
2973
99327974
GM
29742001-01-19 Gerd Moellmann <gerd@gnu.org>
2975
83c9cb8e 2976 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2977
2be6ecc6
GM
2978 * font-lock.el (font-lock-multiline): Default to nil.
2979 (font-lock-default-fontify-region): If font-lock-multiline is
2980 nil, don't check the property `font-lock-multiline'.
2981
99327974
GM
2982 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2983 is nil, don't check the `font-lock-multiline' text property.
2984
2550055a
MK
29852001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2986
0a949811 2987 * viper.el: Call initial-major-mode on startup.
e95b0c08 2988
0a949811 2989 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2990
8501998a 2991 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2992
2550055a 29932001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2994
0a949811 2995 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2996 diff mode, if available.
e95b0c08 2997
0a949811 29982001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2999
8501998a 3000 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3001
2550055a
MK
3002 * ediff-init.el (subst-char-in-string): Define and use it, unless
3003 it's already defined.
e95b0c08 3004
8962e303
GM
30052001-01-18 Gerd Moellmann <gerd@gnu.org>
3006
3007 * tooltip.el (tooltip-hide-delay): New user-option.
3008 (tooltip-show): Use tooltip-hide-delay instead of the default.
3009
6b453381
KH
30102001-01-18 Kenichi Handa <handa@etl.go.jp>
3011
3012 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3013 kill-local-variable doesn't work for enable-multibyte-characters.
3014
9eaf396b
DL
30152001-01-17 Dave Love <fx@gnu.org>
3016
cebd37ce
DL
3017 * ediff-init.el (ediff-before-setup-hook)
3018 (ediff-merge-filename-prefix): Add :version.
3019
9eaf396b
DL
3020 * international/latin1-disp.el: Require disp-table.
3021 (latin1-display): Fix :set.
3022
3023 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3024
f864120f
GM
30252001-01-17 Gerd Moellmann <gerd@gnu.org>
3026
3027 * isearch.el (isearch-lazy-highlight-initial-delay)
3028 (isearch-lazy-highlight-interval): Default to 0.
3029
30302001-01-17 Bob Glickstein <bobg@zanshin.com>
3031
3032 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3033 1 here rather than each time through
3034 isearch-lazy-highlight-new-loop.
3035 (isearch-lazy-highlight-max): Variable deleted.
3036 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3037 isearch-lazy-highlight-max but controls a single invocation of
3038 isearch-lazy-highlight-update.
3039 (isearch-lazy-highlight-wrapped): Variable recreated.
3040 (isearch-lazy-highlight-window-start): New variable.
3041 (isearch-lazy-highlight-cleanup): Restored to behavior of
3042 before 2-Jan.
3043 (isearch-lazy-highlight-remove-overlays): Function deleted;
3044 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3045 behavior removed.
3046 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3047 isearch-lazy-highlight-update in a loop rather than just once.
3048 Test isearch-invalid-regexp here and decide not to start a new
3049 loop, rather than testing it each time through
3050 isearch-lazy-highlight-update.
3051 (isearch-lazy-highlight-search): Function restored.
3052 (isearch-lazy-highlight-update): Get called in a timer loop again,
3053 but this time highlight more than one match each time through.
83c9cb8e
SM
3054 Only highlight matches in the visible part of the window.
3055 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3056 the edge of the window. Use sit-for to force redisplay and ensure
3057 window-start is credible. "Face suppressing" behavior removed;
3058 overlay priorities should make it unnecessary, right?
3059 (isearch-highlight): Face suppressing behavior removed.
3060 (isearch-dehighlight): Face suppressing behavior removed.
3061 (isearch-set-lazy-highlight-faces-at): Removed.
3062
076ec540
KH
30632001-01-17 Kenichi Handa <handa@etl.go.jp>
3064
3065 * language/european.el ("Latin-1"): Make the format of description
3066 about additional language environments same as that of Latin-2.
3067
92328ec5
DL
30682001-01-16 Dave Love <fx@gnu.org>
3069
39f2174e
DL
3070 * isearch.el (isearch-lazy-highlight): Add :version.
3071
92328ec5
DL
3072 * simple.el (backward-delete-char-untabify-method)
3073 (next-line-add-newlines): Add :version.
3074
f251459d
GM
30752001-01-16 Gerd Moellmann <gerd@gnu.org>
3076
9d4850e5
GM
3077 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3078 Don't bind <delete> otherwise.
3079
3080 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3081 and <delete> via function-key-map.
3082
f251459d
GM
3083 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3084 Subject line only if point is after the `Subject:'.
3085
771ffcf7
KH
30862001-01-16 Kenichi Handa <handa@etl.go.jp>
3087
bda6b481
KH
3088 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3089 japanese-jisx0213-2 in `charset' property of this lang. env.
3090
35793af7
KH
3091 * language/european.el ("Latin-1"): Add description for Dutch and
3092 Spanish lang. env.
3093
771ffcf7
KH
3094 * international/mule.el (decode-char): Fix conditions.
3095 (encode-char): Handle eight-bit-control too.
1c8102ff 3096 (transform-make-coding-system-args): New function.
50c29104
KH
3097 (make-coding-system): Accept XEmacs style arguments for CCL base
3098 coding system.
771ffcf7 3099
e1cf67b6
GM
31002001-01-15 Gerd Moellmann <gerd@gnu.org>
3101
3102 * progmodes/etags.el (find-tag-noselect): Save the value of
3103 tags-file-name before switching buffers, for the case it has a
3104 buffer-local value.
3105
b3287acf
GM
31062001-01-15 Alex Schroeder <alex@gnu.org>
3107
9eaf396b
DL
3108 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3109 From Dave Love <fx@gnu.org>.
b3287acf
GM
3110 (ansi-color-for-comint-mode): Fix :version.
3111
31122001-01-15 Alex Schroeder <alex@gnu.org>
3113
3114 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3115
8d7ff9c8
EZ
31162001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3117
3118 * dired.el (dired-insert-directory): If file-system-info fails,
3119 remove the " free " part, but don't signal an error.
3120
dbe99ae9
SS
31212001-01-12 Sam Steingold <sds@gnu.org>
3122
3123 * bookmark.el (bookmark-maybe-historicize-string):
3124 Use new backquote syntax.
3125
103db06c 31262001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3127
3128 * subr.el (last): Handle a list that doesn't end in nil.
3129
ca2ddd8e
SS
31302001-01-12 Sam Steingold <sds@gnu.org>
3131
3132 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3133 to `backward-delete-char-untabify'.
3134
1751c874
DL
31352001-01-12 Dave Love <fx@gnu.org>
3136
3137 * cus-edit.el (customize-menu-create): Fix the :filter following
3138 easymenu change.
3139
3140 * wid-edit.el (function): Add :match-alternatives.
3141 (widget-color-action): Doc fix.
3142
3cccce8d
GM
31432001-01-12 Gerd Moellmann <gerd@gnu.org>
3144
3145 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3146
18bfd6b5
KH
31472001-01-12 Kenichi Handa <handa@etl.go.jp>
3148
83c9cb8e 3149 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3150
18bfd6b5
KH
3151 * international/ccl.el (define-ccl-program): Fix docstring.
3152
562e00da
DL
31532001-01-11 Dave Love <fx@gnu.org>
3154
14fd0da3
DL
3155 * international/mule-cmds.el (standard-display-european-internal):
3156 Set display table for 2208 as for 160.
3157
3158 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3159
562e00da
DL
3160 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3161 entry for custom-menu-create change.
3162 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3163 don't cons it in the search loop.
3164
3165 * imenu.el (imenu--truncate-items): Revert last change.
3166
6e961dcd
EZ
31672001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3168
3169 * info.el (Info-setup-header-line): If the node header includes
3170 either Next: or Prev: links, don't show the File: and Node: parts
3171 in the header line.
3172
2c2ff7f2
GM
31732001-01-11 Gerd Moellmann <gerd@gnu.org>
3174
a7ee2d2e
GM
3175 * comint.el (comint-goto-process-mark): Don't print a message
3176 when running in batch mode.
3177
c5348233
GM
3178 * isearch.el (isearch-search): In the condition-case handler for
3179 `error', set isearch-invalid-regexp to the whole error message.
3180
422717d1
GM
3181 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3182 ensure that eval-after-load works for files dumped with Emacs.
3183
3184 * help.el (load-symbol-file-load-history): New function extracted
3185 from function symbol-file.
3186 (symbol-file): Use it.
3187
83c9cb8e 3188 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3189
926861fb
EZ
31902001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3191
3192 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3193 behave as if there were no prefix argument.
3194 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3195 argument were nil.
3196
afa1f52c
RS
31972001-01-11 Richard M. Stallman <rms@gnu.org>
3198
ca2ddd8e 3199 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3200 Don't look for more potential matches once maximum is exceeded.
3201 Use overlays-in to check correctly for overlap with current match.
3202 Ignore empty matches.
3203
47a9f362
MB
32042001-01-11 Miles Bader <miles@gnu.org>
3205
3206 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3207 (ispell-overlay-window, ispell-help, ispell-show-choices)
3208 (ispell-command-loop): Use it instead of `window-height'.
3209
d196f58d
GM
32102001-01-10 Gerd Moellmann <gerd@gnu.org>
3211
cf523f0e
GM
3212 * files.el (confirm-kill-emacs): New user-option.
3213 (save-buffers-kill-emacs): Ask for final confirmation before
3214 killing Emacs.
3215
d196f58d
GM
3216 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3217 to nil.
3218
7c6c3d8e
GM
32192001-01-10 Dave Love <fx@gnu.org>
3220
1f8be15d
DL
3221 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3222
83c9cb8e 3223 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3224
3225 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3226
3227 * calculator.el (calculator-number-digits): Fix :type.
3228
0d5184de
DL
3229 * vc-cvs.el (vc-cvs-header): Fix :type.
3230 * vc-rcs.el (vc-rcs-header): Fix :type.
3231 * vc-sccs.el (vc-sccs-header): Fix :type.
3232
3233 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3234
7c6c3d8e
GM
3235 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3236
8c9f73a2
GM
3237 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3238
457b792c
GM
32392001-01-10 Gerd Moellmann <gerd@gnu.org>
3240
3241 * simple.el (set-variable): Force a thorough redisplay for the
3242 case that the variable has an effect on the display, like
3243 `tab-width' has.
3244
d2622d08
AS
32452001-01-10 Andre Spiegel <spiegel@gnu.org>
3246
3247 * vc.el: Add documentation for backend interface.
3248
ae4b5f4f
KH
32492001-01-10 Kenichi Handa <handa@etl.go.jp>
3250
e0844717
KH
3251 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3252
ae4b5f4f
KH
3253 * international/mule-conf.el (latin-extra-code-table): Set to t
3254 for \223 and \224.
3255
3184082b
KH
32562001-01-09 Kenichi Handa <handa@etl.go.jp>
3257
3258 * international/mule-cmds.el (locale-language-names): Map "es" to
3259 "Spanish" and "nl" to "Dutch".
3260
732b9cdd
GM
32612001-01-09 Gerd Moellmann <gerd@gnu.org>
3262
1dfca644
GM
3263 * bindings.el (global-map): Bind <home> to beginning-of-line,
3264 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3265 C-<end> to end-of-buffer.
3266
732b9cdd
GM
3267 * language/european.el: Add Dutch and Spanish language info
3268 to be able to use the appropriate tutorials.
3269
32702001-01-09 Alex Schroeder <alex@gnu.org>
3271
3272 * ansi-color.el (ansi-color-process-output): Use markers instead
3273 of positions for start and end of region.
3274 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3275 Previously, occasional mistakes happend when fontifying many
3276 chunks of output (eg. ls --color=yes /dev). This happened
3277 whenever an overlay was created up to the end of the region, which
3278 coincided with the process-mark. New text would then be added
3279 within that overlay instead of after it.
3280 (ansi-color-make-extent): Overlays are created with the property
3281 `modification-hooks' set to '(ansi-color-freeze-overlay).
3282 (ansi-color-freeze-overlay): New function. When inserting text at
3283 the end of the overlay, the overlay will resize.
3284
32852000-01-09 Alex Schroeder <alex@gnu.org>
3286
3287 * ansi-color.el (ansi-color-process-output): Doc change.
3288 (ansi-color-unfontify-region): Doc change. No longer installed
3289 automatically in font-lock-unfontify-region-function.
3290 (ansi-color-apply): Doc change.
3291 (ansi-color-apply-on-region): Use extents or overlays instead of
3292 text-properties.
3293 (ansi-color-make-extent): New function.
3294 (ansi-color-set-extent-face): New function.
3295
32962000-01-09 Alex Schroeder <alex@gnu.org>
3297
3298 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3299 both use ansi-color-process-output, now.
3300 (ansi-color-process-output): Doesn't return string anymore. It is
3301 installed in comint-output-filter-functions for both Emacs and
3302 XEmacs, now.
3303 (ansi-color-unfontify-region): Simplified code removing variables
3304 pos and start-ansi.
3305 (ansi-color-apply): Put text-property ansi-color before putting
3306 text-property face because ansi-color-unfontify-region is called
3307 immediately after the call to put-text-property.
3308 (ansi-color-context-region): Doc change.
3309 (ansi-color-filter-region): Simplified code.
3310 (ansi-color-apply-on-region): Changed start to start-marker, using
3311 a marker explicitly. Put text-property ansi-color before putting
3312 text-property face because ansi-color-unfontify-region is called
3313 immediately after the call to put-text-property.
3314
33152000-01-09 Alex Schroeder <alex@gnu.org>
3316
3317 * ansi-color.el (ansi-color-faces-vector): Doc change.
3318 (ansi-color-for-comint-mode): Changed :type property to choice.
3319 (ansi-color-last-context): Removed.
3320 (ansi-color-process-output): Don't use ansi-color-last-context, as
3321 the main functions will store their context now.
3322 (ansi-color-context): Doc change.
3323 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3324 Uses ansi-color-context such that repeated calls will strip
3325 partial escape sequences, too.
3326 (ansi-color-apply): Simplified code. Colorize end of string if
3327 face is not null. Store context in new (FACE STRING) format, such
3328 that repeated calls will strip partial escape sequences, too.
3329 Append faces to face property using ansi-color-apply-sequence such
3330 that cumulative mode actually works.
3331 (ansi-color-context-region): New variable.
3332 (ansi-color-filter-region): Rewrote it based on
3333 ansi-color-apply-on-region. Uses ansi-color-context-region such
3334 that repeated calls will strip partial escape sequences, too.
3335 (ansi-color-apply-on-region): Simplified code. Colorize end of
3336 region if face is not null. Store context in new (FACE POS)
3337 format, such that repeated calls will strip partial escape
3338 sequences, too. Append faces to face property using
83c9cb8e 3339 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3340 (ansi-color-apply-sequence): New function.
3341 (ansi-color-get-face): When the default face is added to the list
3342 of faces, all previous settings are discarded and the list of
3343 faces is set to '(default).
3344
33452000-01-09 Alex Schroeder <alex@gnu.org>
3346
3347 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3348 face, such that ansi-color-apply and ansi-color-apply-on-region
3349 will do the right thing.
3350 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3351 returns nil, set the list of faces back to nil instead of
83c9cb8e 3352 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3353
33542000-01-09 Alex Schroeder <alex@gnu.org>
3355
3356 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3357 (ansi-color-process): Doc change.
3358 (ansi-color-last-context): New buffer-local variable.
3359 (ansi-color-process-output): New function. It is automatically
3360 added to comint-output-filter-functions if this is XEmacs.
3361 (ansi-color-unfontify-region): New optional parameter for XEmacs
3362 compatibility. Check wether font-lock-syntactic-keywords is
3363 boundp before removing the syntax table text property, as XEmacs
3364 doesn't have it.
3365 (ansi-color-filter-region): Doc change.
3366 (ansi-color-apply-on-region): Doc change.
3367 (ansi-color-make-face): New function. Compatibility layer for
3368 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3369 (ansi-color-make-color-map): Use ansi-color-make-face.
3370 (ansi-color-get-face): Avoid face text property '(nil) as results
3371 in an errow for XEmacs.
3372
33732000-01-09 Alex Schroeder <alex@gnu.org>
3374
83c9cb8e
SM
3375 * ansi-color.el (ansi-color-unfontify-region): New function.
3376 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3377 ansi-color. When the package is loaded, a lambda expression is
3378 put onto font-lock-mode-hook. This lambda expression will check
3379 font-lock-unfontify-region-function and replace
83c9cb8e 3380 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3381 (ansi-color-apply): Add text-property ansi-color in addition to
3382 text-property face.
3383 (ansi-color-apply-on-region): Add text-property ansi-color in
3384 addition to text-property face.
3385 (save-buffer-state): Copy of the macro that is also used by
3386 lazy-lock and font-lock.
3387
3388 (ansi-color-for-comint-mode): New option.
3389 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3390 (ansi-color-for-comint-mode-off): Ditto.
3391 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3392 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3393 decide what to do. This function is added to
3394 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3395
3396 (ansi-color-for-shell-mode-set): Removed.
3397 (ansi-color-for-shell-mode): Removed.
3398
33992000-01-09 Alex Schroeder <alex@gnu.org>
3400
3401 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3402 the lambda expression from the ansi-color-for-shell-mode :set
3403 property. Additionally, modify shell-mode-hook to enable or
3404 disable font-lock-mode for future shell buffers.
3405 (ansi-color-for-shell-mode): The :set property calls
3406 ansi-color-for-shell-mode-set instead of a lambda expression.
3407
34082000-01-09 Alex Schroeder <alex@gnu.org>
3409
3410 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3411 (ansi-color-context): New variable.
3412 (ansi-color-apply): Save context between calls.
3413
fb55ff10
EZ
34142001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3415
83c9cb8e
SM
3416 * isearch.el (isearch, isearch-lazy-highlight-face):
3417 New definitions for face colors and attributes.
29910493 3418
fb55ff10
EZ
3419 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3420 of display-mouse-p.
3421
134d6265
KH
34222001-01-09 Kenichi Handa <handa@etl.go.jp>
3423
3424 * international/mule.el (make-coding-system): If the coding system
3425 accepts extra latin codes, register such codes as safe for the
3426 coding system.
3427
103db06c 34282001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3429
984c9f75
RS
3430 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3431 don't mention the file name or the date here, because they are
3432 logged at the start of the file.
3433
34342001-01-08 Richard M. Stallman <rms@gnu.org>
3435
78b8eee8
RS
3436 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3437 Change screen-width to frame-width.
3438
1460e5d4
EZ
34392001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3440
3441 * info.el (Info-search): Print the default as part of the prompt.
3442
56f24bc1
AS
34432001-01-08 Andre Spiegel <spiegel@gnu.org>
3444
ca2ddd8e 3445 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3446 constant implementations in backends.
3447
3448 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3449 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3450
3451 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3452 WRITABLE to EDITABLE.
3453
3454 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3455 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3456 to EDITABLE.
3457
b7812d30
EZ
34582001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3459
3460 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3461 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3462
7e56ea04
GM
34632001-01-08 Gerd Moellmann <gerd@gnu.org>
3464
3465 * isearch.el (isearch-old-signal-hook): Removed.
3466 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3467 instead of setting signal-hook-function.
3468 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3469
a758f97d
GM
34702001-01-08 Kevin Gallagher <kevingal@onramp.net>
3471
3472 * emulation/edt.el: Update to version 4.0. Provide support for
3473 EDT scroll margins at top and bottom of the window. Provide an
3474 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3475 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3476 user when file-related buffer modifications exist.
3477 Provide support for running EDT Emulation in XEmacs.
3478 Provide customize access to some user updatable variables.
3479 Add Commentary section to file header.
3480 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3481
3482 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3483 for detecting a keypress that generates an ASCII key sequence.
3484 (Previously, only a keypress that generates a vector was
3485 recognized.) Embed Window Manager name into name of the generated
3486 EDT Emulation initialization file since the initialization file is
3487 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3488
30db89f9
EZ
34892001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3490
4deb3ba9
EZ
3491 * mail/sendmail.el (mail-mode): Doc fix.
3492
30db89f9
EZ
3493 * info.el (Info-goto-emacs-command-node): Doc fix.
3494 (Info-goto-emacs-key-command-node): Doc fix.
3495
c3f2772b
EZ
34962001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3497
8726e79b 3498 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3499 systems without long file-name support.
3500
0dac6924
AI
35012001-01-06 Andrew Innes <andrewi@gnu.org>
3502
3503 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3504
4e6ef391
EZ
35052001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3506
380866a2
EZ
3507 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3508 (isearch-lazy-highlight-update): Doc fix.
3509
148b5960
EZ
3510 * ffap.el (ffap-bindings): Doc fix.
3511
4e6ef391
EZ
3512 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3513
4cb1bcc2
DL
35142001-01-05 Dave Love <fx@gnu.org>
3515
3516 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3517
3828218c
GM
35182001-01-05 Gerd Moellmann <gerd@gnu.org>
3519
83c9cb8e
SM
3520 * mouse-drag.el (mouse-drag-safe-scroll):
3521 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3522
1f4139d5
GM
3523 * isearch.el (isearch-old-signal-hook): New variable.
3524 (isearch-mode): Set signal-hook-function to isearch-done.
3525 (isearch-done): Restore old signal-hook-function.
3526
3828218c
GM
3527 * info.el (Info-fontify-node): Mark one more char as intangible.
3528
3970013f
KH
35292000-01-05 Kenichi Handa <handa@etl.go.jp>
3530
83c9cb8e
SM
3531 * composite.el (compose-last-chars): New argument COMPONENTS.
3532 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3533 COMPONENTS.
3534
3535 * international/quail.el (quail-input-string-to-events): New function.
3536 (quail-input-method): Convert input string to events here.
3537 (quail-start-translation): Return input string, not event list.
3538 (quail-start-conversion): Likewise.
3539
f3b05e99
GM
35402001-01-04 Gerd Moellmann <gerd@gnu.org>
3541
ca2ddd8e 3542 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3543 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3544 and tooltip-add-timeout.
3545 (tooltip-show): Set border color from faces's foreground.
3546 (tooltip-show-help-function): If called with the same help string
3547 as last time, do nothing.
3548 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3549
0f2ac578
GM
3550 * startup.el (fancy-splash-screens): Don't bind show-help-function
3551 to nil.
3552
f3b05e99
GM
3553 * tooltip.el (tooltip-frame-parameters): Remove colors.
3554 (tooltip): New face
3555 (tooltip-set-param): New function.
3556 (tooltip-show): Set up color frame parameters from face `tooltip'.
3557 Display the tooltip text in face `tooltip'.
3558
8416e94a
DL
35592001-01-04 Dave Love <fx@gnu.org>
3560
3561 * whitespace.el (whitespace-global-mode): Fix typo.
3562
3563 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3564
30db89f9
EZ
35652001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3566
83c9cb8e
SM
3567 * help.el (help-for-help): Fix a typo in a doc string.
3568 From kwzh@gnu.org (Karl Heuer).
30db89f9 3569
b847eb8c
DL
35702001-01-03 Dave Love <fx@gnu.org>
3571
3572 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3573 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3574 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3575 (dired-guess-shell-alist-user): Customize.
3576 (dired-x-help-address): Set to bug-gnu-emacs.
3577 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3578 (dired-default-directory): Renamed from default-directory.
3579
3580 * hl-line.el (hl-line): Doc fix.
3581
43c4b570
KF
35822001-01-03 Karl Fogel <kfogel@red-bean.com>
3583
1bf6b1bf 3584 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3585
984c9f75 35862001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3587
3588 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3589 to remove all the current alternative-match highlighting.
3590 If nil, remove only what's outside the current window.
3591 (isearch-lazy-highlight-remove-overlays): Take optional
3592 region within which NOT to remove them.
3593 (isearch-lazy-highlight-new-loop): Greatly simplified.
3594 (isearch-lazy-highlight-update): Find all the other occurrences
3595 visible in the window, in just one call.
3596 (isearch-lazy-highlight-start): Now holds start of region to scan.
3597 (isearch-lazy-highlight-end): Now holds end of region to scan.
3598 (isearch-lazy-highlight-wrapped): Variable deleted.
3599 (isearch-lazy-highlight-search): Function deleted.
3600
13d6a61c
AI
36012000-01-02 Andrew Innes <andrewi@gnu.org>
3602
3603 * w32-fns.el (convert-standard-filename): Do length check on name
3604 before aref.
3605
064866e7
DL
36062001-01-02 Dave Love <fx@gnu.org>
3607
b33e041b
DL
3608 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3609 value.
3610 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3611
3612 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3613
8166ffd5
DL
3614 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3615 read syntax.
3616
064866e7
DL
3617 * calendar/todo-mode.el (todo): Add :link, :version.
3618 (todo-save-top-priorities): Remove autoload cookie.
3619 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3620 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3621
6dde6abc
GM
36222001-01-02 Gerd Moellmann <gerd@gnu.org>
3623
3624 * comint.el (comint-input-history-ignore): New variable.
3625 (comint-read-input-ring): Ignore entries matching
3626 comint-input-history-ignore.
3627
1a8a9daf
GM
36282001-01-02 Eric M. Ludlam <zappo@gnu.org>
3629
3630 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3631 (lm-copyright-mark): New function.
3632 (lm-crack-copyright): New function.
3633 (lm-verify): Check that the file has a copyright.
3634 Check that the file is copyright Free Software Foundation.
3635
9c92eb53
KH
36362000-12-30 Kenichi Handa <handa@etl.go.jp>
3637
3638 * international/mule-diag.el (print-fontset): Indent font name by
3639 24 columns, not 25.
3640
49172314
GM
36412000-12-29 Gerd Moellmann <gerd@gnu.org>
3642
762a68ec
GM
3643 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3644 in Subject line.
3645
49172314 3646 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3647 Use mail-mode-hook instead of mail-setup-hook.
3648 Otherwise continuing an interrupted message with C-u C-x m for
3649 instance, winds up in Mail mode without abbrevs.
49172314 3650
bd7a2e26
GM
36512000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3652
3653 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3654 non-nil. Adding almost all customization variables on ps-setup.
3655 Doc fix.
bd7a2e26
GM
3656 (ps-print-version): New version number (6.3.3).
3657 (ps-end-with-control-d): Initialization fix.
3658 (ps-lines-printed): New var.
3659 (ps-skip-newline): New fun.
3660 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3661 (ps-next-line, ps-continue-line, ps-plot-region)
3662 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3663
2b3f28a4
KH
36642000-12-29 Kenichi Handa <handa@etl.go.jp>
3665
83c9cb8e
SM
3666 * international/fontset.el (x-complement-fontset-spec):
3667 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3668 registered in x-font-name-charset-alist.
3669 (create-fontset-from-fontset-spec): Adjusted for the above change.
3670 The name of fontset alias should be a unresolved ASCII font name.
3671
2ece9174
GM
36722000-12-28 Gerd Moellmann <gerd@gnu.org>
3673
3674 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3675 and delete in isearch-mode-map.
3676
cbe3ad7a
RS
36772000-12-28 Richard M. Stallman <rms@gnu.org>
3678
ca2ddd8e 3679 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3680 Use xpdf instead of acroread.
3681
a816f1c5
KH
36822000-12-28 Kenichi Handa <handa@etl.go.jp>
3683
f086e73c
KH
3684 * textmodes/artist.el (artist-butlast): Deleted.
3685 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3686 artist-butlast.
f086e73c 3687
a816f1c5
KH
3688 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3689
3690 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3691
b202115b
EZ
36922000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3693
3694 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3695
3696 * ls-lisp.el: Better support for the Mac and MS-Windows.
3697 (ls-lisp): New defgroup.
3698 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3699 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3700 (ls-lisp-support-shell-wildcards): New defcustoms.
3701 (ls-lisp-parse-symlink): New function.
3702 (insert-directory): Code to convert switches to a list and set up
3703 the wildcard argument copied from ls-lisp-insert-directory.
3704 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3705 for -C and -R switches.
3706 (ls-lisp-column-format): New function.
ca2ddd8e 3707 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3708 (ls-lisp-format-time): Add doc strings.
3709 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3710 Support ls-lisp-dirs-first.
3711 (ls-lisp-classify, ls-lisp-extension): New functions.
3712 (ls-lisp-format): Optionally support emulation of symlinks.
3713 Support -i, -s, and -G switches.
3714
6061fbf0
GM
37152000-12-27 Gerd Moellmann <gerd@gnu.org>
3716
5e25feee
GM
3717 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3718
6061fbf0
GM
3719 * version.el (emacs-version): Print X scroll bar information.
3720
3721 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3722 instead of x-toolkit-scroll-bars-p.
3723
3724 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3725 of x-toolkit-scroll-bars-p.
3726
25050dab
EZ
37272000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3728
83c9cb8e 3729 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3730 (ffap-bindings): Doc fix, to reflect the above change.
3731
c1786874
KH
37322000-12-27 Kenichi Handa <handa@etl.go.jp>
3733
3734 * term.el (term-char-mode): Define all non-ascii self-inserting
3735 characters to 'term-send-raw in term-raw-map.
3736
7261ece3 37372000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3738
83c9cb8e 3739 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3740
83c9cb8e
SM
3741 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3742 Changed initialization; use add-hook.
6061fbf0 3743 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3744
6061fbf0 3745 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3746
6061fbf0
GM
3747 * ediff.el (ediff-patch-buffer): Bug fix.
3748 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3749
83f40583
SM
37502000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3751
3752 * subr.el (combine-run-hooks): Remove.
3753
3754 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3755 and remove the rogue second spec.
3756
bdd6d4e8
GM
37572000-12-23 Gerd Moellmann <gerd@gnu.org>
3758
3759 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3760
26736ce3
SM
37612000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3762
0e86b6b0
SM
3763 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3764 Use minibuffer menu prompt for the `=' prefix.
3765 (smerge-command-prefix): Change default to C-^.
6eabfb26 3766 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3767
26736ce3
SM
3768 * skeleton.el (skeleton-internal-1): Make sure the first line of
3769 the region is also re-indented.
d21584d6
SM
3770 (skeleton-end-newline): New var.
3771 (skeleton-end-hook): Use it.
26736ce3 3772
95fa4fd7
MB
37732000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3774
3775 * comint.el (comint-password-prompt-regexp): Support CVS.
3776
f060b834
GM
37772000-12-22 Gerd Moellmann <gerd@gnu.org>
3778
83c9cb8e
SM
3779 * simple.el (delete-key-deletes-forward-mode): Simplify.
3780 Also backspace key combinations, depending on
856ff7a7
GM
3781 delete-key-deletes-forward.
3782
3783 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3784
f060b834
GM
3785 * simple.el (delete-key-deletes-forward): Doc fix.
3786
653558a1
GM
37872000-08-22 Emmanuel Briot <briot@gnat.com>
3788
3789 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3790 white spaces are relevant in the XML file.
653558a1
GM
3791 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3792 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3793 of XML files.
653558a1
GM
3794 (xml-parse-tag): Check that the casing is the same in the start
3795 tag and end tag, since XML is case-sensitive. Allows for spaces
3796 in the end tag, after the name of the tag.
3797 (xml-parse-attlist): Allow for the character '-' in the name of
3798 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3799 the properties in the XML tree, since they are not relevant.
653558a1 3800
3ad93d8d
SM
38012000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3802
3803 * generic.el (generic-read-type): Undo last change, inline into
3804 `generic-mode' and then remove.
3805 (generic-mode): Inline generic-read-type.
3806 (define-generic-mode): Push the symbol name rather than the symbol
3807 onto generic-mode-list.
3808
177f4e88
GM
38092000-12-21 Gerd Moellmann <gerd@gnu.org>
3810
8e15274f
GM
3811 * generic.el (generic-read-type): Build an alist for
3812 completing-read as in 20.7.
3813
3814 * play/landmark.el (lm): Use interactive spec `P'.
3815 (toplevel): Don't set debug-on-error.
3816
83c9cb8e 3817 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3818
6ba384dc
GM
38192000-12-21 Dave Pearson <davep@davep.org>
3820
3821 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3822
647a066c
GM
38232000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3824
3825 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3826 ranges like \177-\237, but accepts the character sequence from \177 to
3827 \237. Doc fix.
3828 (ebnf-version): New version (3.4).
3829 (ebnf-setup): Code fix.
3830 (ebnf-range-regexp): New fun.
3831 (ebnf-8-bit-chars): Const fix.
3832
3833 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3834 entry. Doc fix.
3835 (ebnf-bnf-lex): Code fix.
3836 (ebnf-bnf-comment-chars): Const fix.
3837
3838 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3839 entry. Doc fix.
3840 (ebnf-iso-comment-chars): Const fix.
3841
3842 * ebnf-otz.el: Doc fix.
3843
3844 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3845 entry. Doc fix.
3846 (ebnf-yac-skip-code): Code fix.
3847 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3848
bc22fd18
EZ
38492000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3850
3851 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3852 (recover-file): Use it instead of insert-directory.
3853 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3854
587fc3f9
KH
38552000-12-21 Kenichi Handa <handa@etl.go.jp>
3856
83c9cb8e
SM
3857 * international/mule-cmds.el (select-safe-coding-system):
3858 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3859
587fc3f9
KH
3860 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3861
01860fb9
MB
38622000-12-21 Miles Bader <miles@gnu.org>
3863
83c9cb8e 3864 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3865
3f9d67a6
KH
38662000-12-21 Kenichi Handa <handa@etl.go.jp>
3867
9fd1c1f7
KH
3868 * international/mule-diag.el (describe-char-after): Make *Help*
3869 buffer inherit multibyteness of the current buffer.
3870
3f9d67a6
KH
3871 * international/mule.el (make-char): Docstring adjusted for the
3872 change of make-char-internal.
3873
c9669fac
SM
38742000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3875
3876 * international/iso-cvt.el: Docstrings fix.
3877
19594307
DL
38782000-12-20 Dave Love <fx@gnu.org>
3879
3880 * subr.el (eval-after-load): Doc fix.
3881
b1a447b3
KH
38822000-12-20 Kenichi Handa <handa@etl.go.jp>
3883
3884 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3885 for numbers.
3886
09877d5d
MB
38872000-12-20 Miles Bader <miles@gnu.org>
3888
3889 * international/quail.el (quail-help): Resize the help window
3890 again after it has all its contents. Remove unneeded progn.
3891
71d4497a
GM
38922000-12-19 Gerd Moellmann <gerd@gnu.org>
3893
3894 * pcmpl-linux.el: Fix copy/paste error.
3895
741e56a0
AI
38962000-12-19 Andrew Innes <andrewi@gnu.org>
3897
83c9cb8e 3898 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3899
cc24d91c
CD
39002000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3901
ba4c05aa
CD
3902 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3903
3904 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3905
3906 * progmodes/idlw-shell.el: Fixed copyright notice.
3907
3908 * progmodes/idlwave.el: Fixed copyright notice.
3909
71d4497a 3910 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3911 TAB as key separators.
3912
524c8caf
GM
39132000-12-19 Alex Schroeder <alex@gnu.org>
3914
3915 * sql.el (sql-sybase-options): New option.
3916 (sql-sybase): Use it. Add sql-database to the list of parameters
3917 provided for login. The options -w 2048 -n are not used any more.
3918 (sql-postgres-options): Changed default from "--pset" to "-P".
3919 (sql-mysql-options): Doc change.
3920 (sql-stop): Doc change.
3921
b5fa513d
KH
39222000-12-19 Kenichi Handa <handa@etl.go.jp>
3923
3924 * international/quail.el (quail-input-method): Always hide
3925 the guidance buffer on exiting.
3926
91c9e6ce
GM
39272000-12-18 Gerd Moellmann <gerd@gnu.org>
3928
c6da4eb4
GM
3929 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3930 isn't fboundp.
3931
3d2a0e0b
GM
3932 * server.el (server-buffer-done): Bury the buffer before
3933 killing it.
3934
91c9e6ce
GM
3935 * faces.el (face-spec-set): Interpret a nil in specs for
3936 foreground and background colors as `unspecified', for
3937 compatibility with 20.x.
3938
40fa0008
DL
39392000-12-18 Dave Love <fx@gnu.org>
3940
22adbe54
DL
3941 * simple.el (mail-user-agent): Doc fix.
3942 (input-mode-8-bit): Removed.
3943
3944 * international/mule.el (set-keyboard-coding-system): Doc fix.
3945 (keyboard-coding-system): New option.
3946
40fa0008
DL
3947 * mail/sendmail.el (send-mail-function): Customize.
3948
6f4745e2
EZ
39492000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3950
3951 * international/codepage.el (cp866-decode-table): New table.
3952
82b90229
GM
39532000-12-18 Gerd Moellmann <gerd@gnu.org>
3954
3955 * version.el (emacs-version): Remove `%a' from the time format
3956 because the weekday doesn't fit well into each locale.
3957
5a047002
MB
39582000-12-18 Miles Bader <miles@gnu.org>
3959
7f49aa07
MB
3960 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3961
ca2ddd8e 3962 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3963 Check that emacs-major-version is `=' to 20, not `>='.
3964 (artist-replace-chars): Use `make-string' instead of a loop.
3965
22ea2607
EZ
39662000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3967
3968 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3969 (cvs-execute-single-file): Don't change directory.
3970 Patch from Per Cederqvist.
3971
6c825f8e
EZ
39722000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3973
83c9cb8e
SM
3974 * textmodes/ispell.el (check-ispell-version):
3975 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3976 of -vv.
3977
8ff06845
KH
39782000-12-16 Kenichi Handa <handa@etl.go.jp>
3979
af4bb4c8
KH
3980 * international/mule-diag.el (mule-diag): Insert information about
3981 configure options, multibyte awareness, language env.
3982
8ff06845
KH
3983 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3984 regexp to search for candidates.
3985
b24e84ab
EZ
39862000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3987
3988 * info.el (Info-forward-node): If the node has an
3989 Info-header-line, widen the buffer before searching for "next:"
3990 and "up:" pointers, and set the search limit to stay in the
3991 current node.
3992
7981d89f
MB
39932000-12-16 Miles Bader <miles@gnu.org>
3994
3995 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3996
88ee7917
MB
39972000-12-15 Miles Bader <miles@gnu.org>
3998
3999 * comint.el (comint-send-string, comint-send-region): Also accept
4000 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4001 process-send-string/region.
4002
0c28d842
GM
40032000-12-15 Gerd Moellmann <gerd@gnu.org>
4004
4ea7fdca
GM
4005 * isearch.el (isearch-lazy-highlight-max): New user-option.
4006 (isearch-lazy-highlight-update): Don't highlight more than
4007 isearch-lazy-highlight-max matches.
4008
0c28d842
GM
4009 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4010
984c9f75 40112000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4012
8062e53a
GM
4013 * sort.el (sort-columns): Fix error message.
4014
3ffa545b
GM
4015 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4016 `upcase' or `downcase' or nil.
4017 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4018 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4019 (dabbrev--substitute-expansion): New arg record-case-pattern.
4020 If it is non-nil, set dabbrev--last-case-pattern.
4021 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4022
4023 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4024
c2d7f289
MB
40252000-12-15 Miles Bader <miles@gnu.org>
4026
b6348438
MB
4027 * paths.el (Info-default-directory-list): Don't delete
4028 configure-info-directory from the list of standard info
83c9cb8e 4029 directories when appending it to the end -- their order is important.
b6348438 4030
f9056dd9
MB
4031 * faces.el (read-face-attribute): If there's no entry for the
4032 user's input in VALID, just use it as-is (this will often result
4033 in an error, but it may be OK for e.g. colors using hexadecimal
4034 notation, and at least will yield a better error message).
4035
c2d7f289 4036 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4037 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4038 Variables removed.
4039 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4040 window is really the right size. Use vertical-motion
4041 rather than forward-line.
4042 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4043 (ispell-command-loop, ispell-show-choices): Use the variable
4044 ispell-choices-win-default-height, rather than the function.
4045 (ispell-choices-win-default-height): Function removed.
4046 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4047
8f530b95
SM
40482000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4049
4050 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4051
6d435deb
EZ
40522000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4053
83c9cb8e
SM
4054 * paths.el (Info-default-directory-list):
4055 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4056 put it first in the list; otherwise put it last. Doc string
4057 changed accordingly.
4058
4059 * info.el (Info-directory-list): Change doc string to reflect the
4060 change in Info-default-directory-list.
4061
6d435deb
EZ
4062 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4063 windows-nt as windowed environments, even under -nw.
4064
4065 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4066 if not fboundp. Switch delete-forward mode for the <delete> key
4067 on all PC platforms, even under -nw.
4068
4069 * term/internal.el ([M-delete]): Remap to M-d.
4070
9d7d9263
GM
40712000-12-14 Gerd Moellmann <gerd@gnu.org>
4072
4073 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4074
7cf0153a
EZ
40752000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4078
5e5b3d41
GM
40792000-12-14 Gerd Moellmann <gerd@gnu.org>
4080
5f368d29
GM
4081 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4082 if appropriate.
4083
4084 * simple.el (delete-key-deletes-forward): New user-option.
4085 (delete-key-deletes-forward-mode): New function.
4086
9d7d9263 4087 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4088
83c9cb8e
SM
4089 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4090 Test if symbol is bound before getting its value.
5e5b3d41
GM
4091
4092 * tooltip.el (tooltip-show): If an error is signaled in
4093 x-show-tip, display that error, and display the help in the
4094 echo area.
ca2ddd8e 4095
191b83b6
KH
40962000-12-14 Kenichi Handa <handa@etl.go.jp>
4097
83c9cb8e
SM
4098 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4099 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4100
6192b604
KF
41012000-12-13 Karl Fogel <kfogel@red-bean.com>
4102
4103 * bookmark.el: Provide a generic exit hook, as suggested by
4104 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4105 (bookmark-exit-hook): New var.
4106 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4107 old raw lambda form in `kill-emacs-hook', and runs new
4108 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4109 as logically that feature must have been provided if this function
4110 is running.
4111 Removed ;;;###autoload before the `add-hook' call.
4112
5edf6b55
SM
41132000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4114
4115 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4116 (easy-menu-current-active-maps): New function.
4117 (easy-menu-get-map): Use it.
4118 Make a proper menu entry when creating a new keymap.
4119
16b5e8e6
KH
41202000-12-13 Kenichi Handa <handa@etl.go.jp>
4121
d49fc4eb
KH
4122 * international/characters.el: Fix cases and syntaxes for
4123 mule-unicode-0100-24ff.
4124
3b53d876
KH
4125 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4126 that a Japanese character is not appended after day and year.
4127
16b5e8e6
KH
4128 * info.el (Info-suffix-list): Change format for a command that
4129 requires arguments.
4130 (info-insert-file-contents): Adjusted for the above change.
4131
1df1c518
AS
41322000-12-12 Andreas Schwab <schwab@suse.de>
4133
4134 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4135 on the name of the tar buffer. Verify that the existing buffer is
4136 visiting the same subfile.
4137
a7a07b98
DL
41382000-12-12 Dave Love <fx@gnu.org>
4139
4140 * subdirs.el: Add obsolete.
4141
4fdbd809
GM
41422000-12-12 Gerd Moellmann <gerd@gnu.org>
4143
bfdb75ee
GM
4144 * mail/rmailsum.el (rmail-summary-expunge)
4145 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4146 instead of rmail-confirm-expunge.
4147
4fdbd809
GM
4148 * replace.el (perform-replace): Don't use an empty match adjacent
4149 to a non-empty match when computing the next match before the
4150 replacement is performed.
4151
e9a59cad
GM
41522000-12-12 Milan Zamazal <pdm@freesoft.cz>
4153
4154 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4155 definition (patch by Stefan Monnier).
4156 (glasses-mode): Use jit-lock instead of `after-change-functions'
4157 (patch by Stefan Monnier).
4158
c2def7a0
MB
41592000-12-12 Miles Bader <miles@gnu.org>
4160
4161 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4162 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4163
591b63b4
AC
41642000-12-12 Andrew Choi <akochoi@i-cable.com>
4165
4166 * term/mac-win.el: Remove load for ls-lisp.
4167
a924cf63 4168 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4169
5ff4ba3d
MB
41702000-12-12 Miles Bader <miles@gnu.org>
4171
4172 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4173 Respect field end too.
4174 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4175 (newline-and-indent, reindent-then-newline-and-indent):
4176 Use `delete-horizontal-space'.
5ff4ba3d 4177
d0c679bc
SM
41782000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4179
adf9c994
SM
4180 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4181 (so as to obey the field property in the minibuffer).
4182
4b0cd42d
SM
4183 * obsolete/c-mode.el: Moved from lisp/progmodes.
4184 * obsolete/auto-show.el: Moved from lisp.
4185 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4186
89f85863
CD
41872000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4188
4189 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4190 changes to list them here.
89f85863 4191
83c9cb8e
SM
4192 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4193 Too many changes to list them here.
89f85863 4194
83c9cb8e
SM
4195 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4196 Too many changes to list them here.
89f85863
CD
4197
4198 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4199
3e0d35ce
GM
42002000-12-11 Gerd Moellmann <gerd@gnu.org>
4201
83c9cb8e 4202 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4203
ca2ddd8e 4204 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4205 Comment fix.
4206
3e0d35ce
GM
4207 * hscroll.el: Moved to `obsolete' subdir.
4208
ff904dd6
MB
42092000-12-11 Miles Bader <miles@gnu.org>
4210
4211 * window.el (window-text-height): Function removed (now in C).
4212
fb97d87f
SM
42132000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4214
4215 * log-edit.el (log-edit-parent-buffer): New var.
4216 (log-edit): Set it. Add BUFFER argument.
4217 (log-edit-done): Use char-before.
4218 Don't bother checking validity of vc-comment-ring.
4219 Only bury the buffer if log-edit popped it up.
4220
4221 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4222 (cvs-mode-diff-help): Remove.
4223 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4224 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4225
4226 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4227 Remove binding for ? now made unnecessary.
4228
7de77417
CD
42292000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4230
83c9cb8e 4231 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4232 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4233
4234 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4235 when master file is not open.
4236
4efa209f
SM
42372000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4238
4239 * progmodes/ada-stmt.el: Update `maintainer'.
4240
0a8052bd
GM
42412000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4242
4243 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4244 choices to match documentation string.
4245
a12167c5
MB
42462000-12-09 Miles Bader <miles@gnu.org>
4247
2161605d
MB
4248 * minibuf-eldef.el: New file.
4249
a12167c5
MB
4250 * window.el (fit-window-to-buffer): Don't pass last argument to
4251 pos-visible-in-window-p, now that its meaning is inverted.
4252
9ea8de1b
EZ
42532000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4254
4255 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4256 <ceder@lysator.liu.se>.
4257
5002ddbb
SM
42582000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4259
b6114d80
SM
4260 * autoinsert.el (auto-insert-alist): Add missing final \n.
4261
ee8d23ee
SM
4262 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4263 (cvs-menu-map): Remove.
4264 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4265 (cvs-mode-quit): Turn it back into a plain function.
4266
5002ddbb 4267 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4268 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4269
4270 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4271 file where it's more visible.
4272 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4273 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4274 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4275 (texinfo-inside-macro-p): Only catch `scan-error's.
4276 (texinfo-inside-env-p): Make better use of the match info.
4277 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4278 (texinfo-insert-@end): Slight re-organization.
4279 Also remove useless `looking-at' call.
4280
30cd075d
AI
42812000-12-08 Andrew Innes <andrewi@gnu.org>
4282
4283 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4284 accessible in -nw mode.
4285
4286 * term/w32-win.el: Remove stuff about selection timeout, which is
4287 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4288 it is accessible in -nw mode.
4289
01b91009
DL
42902000-12-08 Dave Love <fx@gnu.org>
4291
83c9cb8e
SM
4292 * emacs-lisp/lisp-mode.el (lisp-mode):
4293 Set font-lock-keywords-case-fold-search.
01b91009 4294
842b2a94
GM
42952000-12-08 Gerd Moellmann <gerd@gnu.org>
4296
4297 * textmodes/ispell.el (ispell): Doc fix.
4298
f9d5f611
KH
42992000-12-08 Kenichi Handa <handa@etl.go.jp>
4300
4301 * international/quail.el (quail-insert-decode-map): Check the
4302 frame width of a window displaying the current buffer, not that of
4303 the selected frame.
4304 (quail-help): Make sure that the help buffer has window before
4305 inserting text in it.
4306
e04d21aa
SS
43072000-12-07 Sam Steingold <sds@gnu.org>
4308
4309 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4310 Backquote is used in isearch.el, so autoloading saves nothing.
4311
fc3e23a4
EZ
43122000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4313
83c9cb8e
SM
4314 * startup.el (normal-top-level-add-subdirs-to-load-path):
4315 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4316
fc3e23a4
EZ
4317 * dired.el (dired-insert-directory): If file-system-info is
4318 fboundp, call it instead of invoking dired-free-space-program.
4319
796ecd10
GM
43202000-12-07 Gerd Moellmann <gerd@gnu.org>
4321
0f5f7c3e
GM
4322 * server.el (server-visit-files): Push files on file-name-history.
4323
3764ba49
GM
4324 * progmodes/cc-langs.el: Update copyright.
4325
8e7931da
GM
4326 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4327
ae0d7485 4328 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4329
796ecd10
GM
4330 * bindings.el (mode-line-mode-menu): Reverse the order
4331 of define-keys so that the menu appears in alphabetical order.
4332
ae0d7485
GM
43332000-12-07 Milan Zamazal <pdm@freesoft.cz>
4334
4335 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4336 of the function.
4337
e2849090
DL
43382000-12-07 Dave Love <fx@gnu.org>
4339
4340 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4341
4342 * facemenu.el (facemenu-unlisted-faces): Fix value.
4343
5c7f629c
SM
43442000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4345
4346 * font-lock.el (font-lock-default-fontify-region):
4347 Include the terminating \n (off-by-one error).
4348 (font-lock-set-defaults): Use dolist.
4349
4350 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4351
73481ae3
KH
43522000-12-07 Kenichi Handa <handa@etl.go.jp>
4353
83c9cb8e
SM
4354 * international/mule-cmds.el (describe-language-environment):
4355 Fix for the case that an input method title is not string but a list.
ffbaa122 4356
73481ae3
KH
4357 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4358 of wrong SIZE record.
4359
e2896b22
DL
43602000-12-06 Dave Love <fx@gnu.org>
4361
67292061
DL
4362 * newcomment.el (comment-region, comment-dwim): Doc fix.
4363
4364 * textmodes/texinfo.el: Require tex-mode when compiling.
4365 (texinfo-update-node): Doc fix.
4366 (texinfo-imenu-generic-expression): Add @anchor.
4367 (texinfo-font-lock-keywords): Add @uref.
4368 (texinfo-inside-macro-p): Don't use ignore-errors.
4369 (texinfo-insert-quote): Match more contexts.
4370
e76938e7
DL
4371 * international/mule.el (decode-char, encode-char): Doc fix.
4372 (auto-coding-alist): Customize.
4373
4374 * files.el (load-file): Fix change of 2000-03-12.
4375
e2896b22
DL
4376 * wid-edit.el (widget-text-keymap): Doc fix.
4377
6610f4b2
AI
43782000-12-06 Andrew Innes <andrewi@gnu.org>
4379
4380 * makefile.w32-in (lisp): Set to an absolute directory, namely
4381 $(CURDIR).
4382
9e3366e4
EZ
43832000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4384
4385 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4386 read generated-autoload-file, and set buffer-file-coding-system to
4387 raw-text-unix after reading the file.
4388
83c9cb8e
SM
4389 * international/mule-conf.el (file-coding-system-alist):
4390 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4391
d94d636f
GM
43922000-12-06 Gerd Moellmann <gerd@gnu.org>
4393
384333ee
GM
4394 * replace.el (occur): Make line-number-width 1 smaller for the
4395 colon following the line number.
4396
83c9cb8e
SM
4397 * startup.el (fancy-splash-text, command-line-1):
4398 Use `File' for the menu name instead of `Files'.
e04d21aa 4399
d4b72d58
GM
4400 * tmm.el: Update copyright.
4401
d94d636f
GM
4402 * cus-start.el: Add entry for even-window-heights.
4403
6e424019
MB
44042000-12-06 Miles Bader <miles@gnu.org>
4405
4406 * faces.el (frame-set-background-mode): Avoid stomping on
4407 locally modified faces.
4408
e6477b58
KH
44092000-12-06 Kenichi Handa <handa@etl.go.jp>
4410
4411 * international/fontset.el: Correct the font registries for
4412 japanese-jisx0213-1 and japanese-jisx0213-2.
4413
21999ab9
GM
44142000-12-05 Gerd Moellmann <gerd@gnu.org>
4415
57d6e381
GM
4416 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4417
21999ab9
GM
4418 * iswitchb.el: Update customization commentary.
4419
7422819c
GM
44202000-12-05 Rob Riepel <riepel@Stanford.EDU>
4421
4422 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4423 (tpu-search-highlight): Fixed comparison of overlay end positions.
4424 (tpu-trim-line-ends): Implemented trimming logic locally.
4425
4426 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4427 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4428
73daff18
KH
44292000-12-05 Kenichi Handa <handa@etl.go.jp>
4430
4431 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4432 to cn-gb.
4433 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4434
6a4cd002
DL
44352000-12-04 Dave Love <fx@gnu.org>
4436
4437 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4438
6452929e
GM
44392000-12-04 Gerd Moellmann <gerd@gnu.org>
4440
e04d21aa 4441 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4442 (rmail-summary-expunge-and-save): Ask for confirmation with
4443 rmail-expunge-confirmed.
4444
4445 * mail/rmail.el (rmail-expunge-confirmed): New function.
4446 (rmail-expunge): Use it.
4447
1790abf4
FP
44482000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4449
0c68ce6f 4450 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4451 (etags-recognize-tags-table, find-tag-in-order):
4452 New functionality: interpret file names as tags.
e04d21aa 4453
7a53d8c8
EZ
44542000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4455
4456 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4457 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4458 the first subnode until the bottom of the current node is visible.
7a53d8c8 4459
caa15ef7
GM
44602000-12-04 Gerd Moellmann <gerd@gnu.org>
4461
4462 * format.el (format-decode): Don't change buffer's undo list.
4463
e225faa7
KH
44642000-12-04 Kenichi Handa <handa@etl.go.jp>
4465
4466 * faces.el (face-font-registry-alternatives): Add entries for CJK
4467 fonts. Doc-string adjusted for the actual usage of this data.
4468
4469 * international/fontset.el: Change the font registries for CJK
4470 fonts in the default fontset. Don't append '*' to registries.
4471
8b262a65
SM
44722000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4473
e04d21aa 4474 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4475 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4476
4477 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4478 (derived-mode-p): New function.
4479 (derived-mode-make-docstring): Add `docstring' argument.
4480 Use it if available and complete it if necessary.
4481
33c4460b
AS
44822000-12-03 Andreas Schwab <schwab@suse.de>
4483
4484 * type-break.el (type-break): Don't make parent of itself.
4485
5c9b3fac
MB
44862000-12-03 Miles Bader <miles@gnu.org>
4487
4488 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4489
27ce741e
SM
44902000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4491
07c16ec4
SM
4492 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4493 (tex-main-file, tex-file): Simplify.
4494 (tex-generate-zap-file-name): Use subst-char-in-string.
4495 (tex-strip-dots): Remove.
4496
c19cc275
SM
4497 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4498
27ce741e
SM
4499 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4500 to check if the match succeeded.
4501
285991dc
GM
45022000-12-02 Gerd Moellmann <gerd@gnu.org>
4503
4504 * startup.el (use-fancy-splash-screens-p): New function.
4505 (command-line-1): Use it to determine whether or not to use
4506 a fancy splash screen.
4507
52dca1b2
AS
45082000-12-02 Andreas Schwab <schwab@suse.de>
4509
4510 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4511
d3e7e7cf
EZ
45122000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4513
2dce2360
EZ
4514 * international/mule.el (make-char): Fix last change.
4515
9768eaa7
EZ
4516 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4517 New defcustoms.
4518 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4519 autoloading tex-mode; instead, do the same manually.
4520 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4521 with numeric argument. Docstring fix.
4522 (toplevel): Require cl when compiling.
e04d21aa 4523
285991dc 4524 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4525
0dd5e255
JR
45262000-12-02 Jason Rumney <jasonr@gnu.org>
4527
4528 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4529 the Emacs Lisp manual)
4530
fbb87147
EZ
45312000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4532
5cbb3e93
EZ
4533 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4534
fbb87147
EZ
4535 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4536 the Emacs Lisp manual).
4537
1636ca09
GM
45382000-12-02 Gerd Moellmann <gerd@gnu.org>
4539
4540 * simple.el (next-line-add-newlines): Change default to nil.
4541
68875f0e
EZ
45422000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4543
83c9cb8e
SM
4544 * files.el (revert-buffer, recover-file):
4545 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4546
fd9ac94c
GM
45472000-12-01 Gerd Moellmann <gerd@gnu.org>
4548
4549 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4550
45450dd5
MB
45512000-12-01 Miles Bader <miles@gnu.org>
4552
4553 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4554
09df8881
KH
45552000-12-01 Kenichi Handa <handa@etl.go.jp>
4556
4557 * international/mule-diag.el (describe-char-after): Fix typo.
4558 (describe-character-set, non-iso-charset-alist): Fix typo.
4559
dea0a87d
MB
45602000-12-01 Miles Bader <miles@gnu.org>
4561
b170205b
MB
4562 * image-file.el (image-file-name-regexp): Automatically add
4563 upper-case variants of each filename extension in
4564 `image-file-name-extensions', since they seem to be common.
4565
e04d21aa 4566 * simple.el (minibuffer-contents)
dea0a87d
MB
4567 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4568 New functions.
4569 * filecache.el (file-cache-directory-name)
4570 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4571
2b69bc11 45722000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4573
dea0a87d
MB
4574 * filecache.el (file-cache-minibuffer-complete): Don't try to
4575 delete the minibuffer prompt.
4576
a8a1b05d
DL
45772000-11-30 Dave Love <fx@gnu.org>
4578
4579 * cus-start.el: Fix read-buffer-function type.
4580
693c4692
GM
45812000-11-30 Gerd Moellmann <gerd@gnu.org>
4582
4583 * md5.el: Removed. There's a built-in function, now.
4584
2c0b1898
GM
45852000-11-30 Markus Rost <rost@math.ohio-state.edu>
4586
4587 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4588 as dummy 0-th char of rmail-deleted-vector.
4589
63dfcf4b
EZ
45902000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4591
4592 * ps-print.el (ps-end-job): Bind case-fold-search only after
4593 switching to ps-spool-buffer.
4594
45952000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4596
4597 * ps-print.el: Line number font customization. PostScript: Lines and
4598 PageCount are initialized on each page. Doc Fix.
4599 (ps-print-version): New version number (6.3.2).
4600 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4601 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4602 (ps-right-header): Customization fix.
4603 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4604 Fix code.
4605 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4606 New vars.
4607
df3aedcf
GM
46082000-11-30 Gerd Moellmann <gerd@gnu.org>
4609
edfb795e
GM
4610 * bs.el: Fix typos and spelling errors.
4611 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4612 (bs-configuration): Doc fix.
e04d21aa 4613
df3aedcf
GM
4614 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4615
8b8a7f01
GM
46162000-11-30 Rob Riepel <riepel@Stanford.EDU>
4617
4618 * emulation/tpu-edt.el (tpu-version): New version.
4619 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4620 (tpu-original-mode-line): Variable deleted.
4621 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4622 (tpu-set-mode-line): Don't redefine mode-line-format.
4623 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4624 (tpu-update-mode-line): New mark flag logic.
4625 (tpu-get): Use find-file-wildcards.
4626 (tpu-search-highlight): Move overlay less, reset overlay properly.
4627 (tpu-unselect): Deactivate mark.
4628 (tpu-lm-replace): Reset overlay properly.
4629 (tpu-forward-line): Use forward-visible-line.
4630 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4631
83c9cb8e 4632 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4633
c069a9d3
GM
46342000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4635
4636 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4637
b02cd40b
GM
46382000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4639
4640 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4641 and skip whitespace and newlines.
e04d21aa 4642
b7a90344
SM
46432000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4644
4645 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4646
be6bbb55
GM
46472000-11-29 Gerd Moellmann <gerd@gnu.org>
4648
0383ed60
GM
4649 * help.el (describe-function-1): Regexp-quote function name
4650 when used as part of a regexp.
4651
83c9cb8e
SM
4652 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4653 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4654 (tool-bar-add-item): Likewise, and handle unspecified colors.
4655
4656 * enriched.el (enriched-face-ans): Use face-attribute instead
4657 of face-foreground and face-background.
4658
4659 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4660 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4661
7423978d
GM
4662 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4663
ef128c78
GM
4664 * play/5x5.el: Remove version info.
4665
a81fc510
GM
4666 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4667
be6bbb55
GM
4668 * frame.el (blink-cursor-mode): Doc fix.
4669
f9396e03
GM
46702000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4671
4672 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4673 to create Makefile rules.
4674 (antlr-tool-command): New user option.
4675 (antlr-ask-about-save): New user option.
4676 (antlr-makefile-specification): New user option.
4677 (antlr-file-formats-alist): New variable.
4678 (antlr-special-file-formats): New variable.
4679 (antlr-unknown-file-formats): New user option.
4680 (antlr-help-unknown-file-text): New variable.
4681 (antlr-help-rules-intro): New variable.
4682 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4683 (antlr-mode-menu): Add entries.
4684 (antlr-file-dependencies): New function.
4685 (antlr-directory-dependencies): New function.
4686 (antlr-superclasses-glibs): New function.
4687 (antlr-run-tool): New command.
4688 (antlr-makefile-insert-variable): New function.
4689 (antlr-insert-makefile-rules): New function.
4690 (antlr-show-makefile-rules): New command.
4691
4692 * antlr-mode.el: More Emacs/XEmacs stuff.
4693 (antlr-no-action-keywords): New constant with value nil.
4694 (antlr-font-lock-keywords-alist): Use it. Old value would break
4695 syntax highlighting in Emacs-21.0.
4696 (antlr-default-directory): Emacs/XEmacs dependend function.
4697 (antlr-read-shell-command): Ditto.
4698 (antlr-with-displaying-help-buffer): Ditto.
4699
47002000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4701
4702 * antlr-mode.el: imenu, parsing and highlighting changes.
4703 (antlr-imenu-create-index-function): Don't create extra submenus
4704 for definitions in different grammar classes. It is not necessary
4705 for the menu and would make command `imenu' awkward to use.
4706 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4707 header actions and more than one.
4708 (antlr-font-lock-tokendef-face): Changed color.
4709 (antlr-font-lock-tokenref-face): Changed color.
4710 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4711 (antlr-mode-syntax-table): New variable.
4712 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4713 (antlr-with-syntax-table): Don't copy syntax table.
4714
47152000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4716
4717 * antlr-mode.el: Minor changes: language setting.
4718 (antlr-language-alist): The value for file option "language" can
4719 be both an identifier and a string.
4720 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4721 (antlr-language-limit-n-regexp): Change accordingly.
4722
47232000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4724
4725 * antlr-mode.el: Minor changes: tabs, hiding.
4726 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4727 (antlr-action-visibility): Also allow value nil to also hide the
4728 braces. Renamed from `antlr-tiny-action-length'.
4729 Suggested by Jay@aol.com.
4730 (antlr-hide-actions): Change accordingly. Hide line if completely
4731 hidden action is on a line of its own.
e04d21aa 4732
6ad948eb
SM
47332000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4734
4735 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4736
4737 * sort.el (sort-columns): Don't concat strings with numbers.
4738
9c6a4107
DL
47392000-11-29 Dave Love <fx@gnu.org>
4740
4741 * cus-edit.el (face): Fix :format.
4742
4743 * mail/feedmail.el: Require smtpmail when compiling.
4744 (mail-do-fcc): Autoload.
4745 (feedmail) <defgroup>: Fix :link.
4746 (feedmail-nuke-body-in-fcc): Fix :type.
4747 (feedmail-send-it): Add autoload cookie.
4748
053b8d35
SM
47492000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4750
4751 * newcomment.el (comment-indent): Save excursion around call to
4752 comment-indent-function.
4753
242c13e8
MB
47542000-11-29 Miles Bader <miles@gnu.org>
4755
4756 * subr.el (member-ignore-case): Return the tail of the list who's
4757 car matches, like `member', not the matching element itself.
4758
8f4b5f28
KH
47592000-11-29 Kenichi Handa <handa@etl.go.jp>
4760
4761 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4762 should not contain `\n'.
4763
bebe4a2c
GM
47642000-11-28 Gerd Moellmann <gerd@gnu.org>
4765
fd9ac94c 4766 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4767
ba7e40eb
GM
4768 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4769
75ab0c79
GM
4770 * dired-aux.el (dired-do-create-files): Construct default file
4771 name for dired-mark-read-file-name so that when the user enters
4772 just RET, the target file will end up in the target directory.
4773
bebe4a2c
GM
4774 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4775 local-abbrev-table before changing buffers because it might
4776 have a buffer-local binding.
4777
fa6d1ca8
MB
47782000-11-28 Miles Bader <miles@gnu.org>
4779
4780 * simple.el (delete-horizontal-space): Handle fields more generally.
4781
8d2c2642
GM
47822000-11-28 Gerd Moellmann <gerd@gnu.org>
4783
4784 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4785
8b31236d
DL
47862000-11-28 Dave Love <fx@gnu.org>
4787
3cbd02d2
DL
4788 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4789 comment-start-skip locally.
4790
8b31236d
DL
4791 * progmodes/fortran.el (fortran-mode): Don't set
4792 fortran-comment-line-start-skip. Set comment-start to
4793 fortran-comment-line-start.
4794 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4795 (fortran-comment-line-start-skip): Simplify slightly.
4796
ae4bf56d
GM
47972000-11-28 Gerd Moellmann <gerd@gnu.org>
4798
17ef7534
GM
4799 * play/5x5.el: Remove RCS keyword.
4800
fd9ac94c 4801 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4802
665b27a6
GM
48032000-11-28 Milan Zamazal <pdm@freesoft.cz>
4804
83c9cb8e
SM
4805 * textmodes/tildify.el (tildify-string-alist):
4806 Add `plain-tex-mode' here.
665b27a6 4807
fe3c2ae3
GM
48082000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4809
4810 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4811 reference.
4812
d970106b
MB
48132000-11-28 Miles Bader <miles@gnu.org>
4814
36b80a0d
MB
4815 * cus-face.el (custom-face-attributes): Add post-filter function
4816 for :box. Make pre-filter function for :box handle all cases.
4817
d970106b
MB
4818 * wid-edit.el (widget-choose): Make sure pop-up window is large
4819 enough to display all the choices, as there's no way to scroll it.
4820
5a2bae6c
KH
48212000-11-28 Kenichi Handa <handa@etl.go.jp>
4822
4823 * international/mule-conf.el: Make the coding system no-conversion
4824 safe for all characters.
4825
9e836e23
DL
48262000-11-27 Dave Love <fx@gnu.org>
4827
8b31236d
DL
4828 * net/ldap.el (ldap) <defgroup>: Add :version.
4829
9e836e23
DL
4830 * tooltip.el (tooltip-use-echo-area): Doc fix.
4831
4832 * cus-start.el <minibuffer-prompt-properties>: Add version.
4833 <read-buffer-function>: Add.
4834
4835 * apropos.el (apropos-print): Add help-echo to active text.
4836
4837 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4838
4a74d071
GM
48392000-11-27 Gerd Moellmann <gerd@gnu.org>
4840
4841 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4842 type, group and version.
4843
76058c27
EZ
48442000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4845
4a74d071 4846 * select.el (x-get-selection): Docstring fix.
76058c27 4847
fd9ac94c 48482000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4849
fd9ac94c 4850 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4851
49060c51
AI
48522000-11-27 Andrew Innes <andrewi@gnu.org>
4853
4854 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4855
4856 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4857
b2a8e429
MB
48582000-11-27 Miles Bader <miles@gnu.org>
4859
4860 * dired.el (dired-get-filename): Return filename verbatim if
4861 LOCALP is `verbatim'.
4862 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4863 `verbatim' so that we don't inadvertently delete a non-existant
4864 directory name.
4865
5ac0366d
KH
48662000-11-27 Kenichi Handa <handa@etl.go.jp>
4867
4868 * international/characters.el: Specify cases and syntaxes for
4869 mule-unicode-0100-24ff.
4870
67f1cf4c
GM
48712000-11-27 Gerd Moellmann <gerd@gnu.org>
4872
4873 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4874 that foreground and/or background colors of the face `tool-bar'
4875 are unspecified.
4876
46c56972
MB
48772000-11-27 Miles Bader <miles@gnu.org>
4878
e04d21aa 4879 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4880 (widget-field-end): Handle widget field `pseudo-overlays'.
4881 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4882 if it's there instead of in `widget-field-list'.
4883
46c56972 4884 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4885 (help-make-xrefs): Delete extraneous newlines at the end of the
4886 docstring.
46c56972 4887
640a9cdd
JR
48882000-11-25 Jason Rumney <jasonr@gnu.org>
4889
4890 * startup.el (command-line): Call set-locale-environment after
4891 Window System init file is read, as it can result in a call to
4892 redraw-frame.
4893
0b3f96d4
EZ
48942000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4895
4896 * simple.el (shell-command): Mention the effect of the prefix
4897 argument in the doc string.
4898
8da6e2a1
MB
48992000-11-25 Miles Bader <miles@gnu.org>
4900
a658d039
MB
4901 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4902
8da6e2a1 4903 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4904 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4905
d3416cca
JR
49062000-11-24 Jason Rumney <jasonr@gnu.org>
4907
4908 * international/mule-cmds.el (locale-language-names): Add "jp" as
4909 a non-standard alternative for Japanese.
4910
17e37f53
AS
49112000-11-24 Andre Spiegel <spiegel@gnu.org>
4912
4913 * vc-hooks.el: Require 'cl during compilation.
4914
9aa5f148
GM
49152000-11-24 Gerd Moellmann <gerd@gnu.org>
4916
ba193890
GM
4917 * faces.el (face-set-after-frame-default): Let face attributes
4918 specified for new frames override frame parameters.
4919
9aa5f148
GM
4920 * startup.el (command-line): Fix computation of the source file
4921 for user-init-file when user-init-file is a compiled file.
4922
51a1edab
MB
49232000-11-24 Miles Bader <miles@gnu.org>
4924
e04d21aa 4925 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4926 (custom-post-filter-face-spec): New functions.
4927 (custom-face-set, custom-face-value-create): Filter the face spec
4928 before and after customization.
4929 (custom-face-set): If VALUE specifies a null face, pass a
4930 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4931 * cus-face.el (custom-face-attributes): Remove SET and GET
4932 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4933 cases they're needed.
4934
1ed74431
MB
4935 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4936 that it's distinguishable from the :off-glyph on dark-background
4937 displays. Set its background color too.
4938
67ee1125
MB
4939 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4940 so that people can easily turn it off.
4941
7d027816 49422000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4943
7d027816 4944 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4945
9aa5f148 4946 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4947
9aa5f148 4948 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4949
9aa5f148 4950 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4951 redundant skip-small-frames test.
e04d21aa 4952
9aa5f148 4953 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4954 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4955
9aa5f148
GM
4956 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4957 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4958 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4959 New functions.
e04d21aa 4960
9aa5f148 4961 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4962
9aa5f148 4963 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4964
f07fa1b8
KH
49652000-11-24 Kenichi Handa <handa@etl.go.jp>
4966
83c9cb8e
SM
4967 * international/mule-diag.el (list-iso-charset-chars):
4968 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4969 (list-non-iso-charset-chars): Fix the `while' condition.
4970
ba8299ff
SM
49712000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4972
79372165
SM
4973 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4974 if the variable is make-variable-buffer-local.
4975
83c9cb8e
SM
4976 * progmodes/ada-stmt.el (ada-template-map):
4977 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4978 (ada-stmt-mode-hook): New function extracted from old code.
4979 Only change the buffer-local side of skeleton-*.
4980 (ada-mode-hook): Use it.
4981
68a887fa
EZ
49822000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4983
4984 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4985 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4986 we expect to be returned by minibuffer-depth once we prompt the
4987 user in the minibuffer.
4988 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4989 as recorded in iswitchb-minibuf-depth, return non-nil.
4990
3b345582
EZ
49912000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4992
4993 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4994 (hscroll-window-maybe): Docstring fix.
4995
595dead2
DL
49962000-11-23 Dave Love <fx@gnu.org>
4997
4998 * rect.el (string-rectangle): Don't test delete-selection-mode.
4999
1e66b27a
GM
50002000-11-23 Gerd Moellmann <gerd@gnu.org>
5001
02790ce2
GM
5002 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5003 is in the tool bar.
5004
1e66b27a 5005 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5006 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5007
a4caa65d
SM
50082000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5009
5010 * textmodes/outline.el (outline-flag-region):
5011 Don't bind inhibit-read-only since we don't modify the buffer.
5012 (outline-isearch-open-invisible): Don't jump to overlay-start
5013 since we're trying to unhide text around point.
5014 (outline-discard-overlays): Use dolist.
5015
5016 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5017
03e757c1
GM
50182000-11-22 Gerd Moellmann <gerd@gnu.org>
5019
83c9cb8e 5020 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5021
1598a961
SM
50222000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5023
5024 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5025 Fix ARG regexp to skip quoted braces.
5026 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5027 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5028 are (correctly) handled separately).
5029 Remove `caption' and `footnote' from `citations': they contain text.
5030 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5031 (latex-skeleton-end-hook): New function.
5032 (latex-mode): Use it.
5033 (tex-start-tex-marker): Remove.
5034 (tex-send-tex-command): Don't set tex-start-tex-marker.
5035 (tex-error-parse-syntax-table): New var.
5036 (tex-compilation-parse-errors): Use it.
5037 Ignore tex-start-tex-marker. Don't bother with marker-position.
5038 (tex-validate-buffer): Don't bother with marker-position.
5039
5040 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5041 (flyspell-generic-progmode-verify): Use it.
1598a961 5042
eaae8106
SS
50432000-11-22 Sam Steingold <sds@gnu.org>
5044
83c9cb8e 5045 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5046
eaae8106 5047 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5048 `ada-remove-trailing-spaces'.
eaae8106 5049 (ada-remove-trailing-spaces): Removed.
e04d21aa 5050
eaae8106 5051 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5052
1598a961
SM
5053 * textmodes/picture.el (picture-clean): Removed.
5054 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5055
a41d49e9
GM
50562000-11-22 Gerd Moellmann <gerd@gnu.org>
5057
e053c60f
GM
5058 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5059
a41d49e9
GM
5060 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5061 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5062 do anything special when jit-lock is active.
a41d49e9
GM
5063 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5064
197615f3
DL
50652000-11-22 Dave Love <fx@gnu.org>
5066
ddbfaa9f
DL
5067 * calendar/todo-mode.el (todo-top-priorities): Use
5068 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5069
ddc3c695
DL
5070 * language/chinese.el, language/cyrillic.el:
5071 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5072 * language/hebrew.el, language/indian.el, language/japanese.el:
5073 * language/korean.el, language/lao.el, language/misc-lang.el:
5074 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5075 Use provide.
5076
fb9fa98d
DL
5077 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5078 (custom-variable-set): Improve validation error mesage.
5079
197615f3
DL
5080 * rect.el (string-rectangle): Revert last change.
5081 (string-rectangle-line): New arg DELETE.
5082 (string-rectangle): Check delete-selection-mode.
5083
5084 * emacs-lisp/edebug.el (edebug-version)
5085 (edebug-maintainer-address): Deleted.
5086 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5087 (edebug-read-function): Account for other `'#' read forms.
5088 (edebug-mode-menus): Make some items toggles.
5089 (edebug-outside-unread-command-event, unread-command-event):
5090 Remove these to avoid warnings.
5091
f4117c4d
GM
50922000-11-22 David Ponce <david@dponce.com>
5093
5094 * recentf.el (recentf-menu-items-for-commands)
5095 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5096 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5097
f4117c4d
GM
5098 (recentf-build-dir-rules, recentf-dump-variable)
5099 (recentf-edit-list, recentf-open-files-item)
5100 (recentf-open-files): Replaced unnecessary `mapcar' with new
5101 built-in `mapc'.
eaae8106 5102
f8e2f3f2
MB
51032000-11-23 Miles Bader <miles@gnu.org>
5104
5105 * faces.el (menu): Make inverse-video on ttys too.
5106
4c4a541d
SM
51072000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * simple.el (comment-line-break-function): Use the new name
5110 indent-new-comment-line -> comment-indent-new-line.
5111 (clone-indirect-buffer): Don't ignore NORECORD.
5112 (next-completion): Properly handle the case where items are adjacent.
5113
5114 * mouse.el (popup-menu): Stupid typo.
5115
980d836e
GM
51162000-11-22 Gerd Moellmann <gerd@gnu.org>
5117
60e8e0a5
GM
5118 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5119 maintainer, keywords tags.
5120
980d836e
GM
5121 * rect.el (replace-rectangle): Don't call string-rectangle-line
5122 with too many arguments.
5123
e08b2069
AS
51242000-11-22 Andre Spiegel <spiegel@gnu.org>
5125
60e8e0a5 5126 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5127 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5128 vc-locking-user, which no longer exists.
5129
5130 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5131
c6779d8d
DL
51322000-11-22 Dave Love <fx@gnu.org>
5133
5134 * md5.el (md5): Provide.
5135 (md5): Fix error call.
5136
e672fdce
MB
51372000-11-22 Miles Bader <miles@gnu.org>
5138
eaae8106 5139 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5140 (refill-fill-paragraph-at): Remove debugging code.
5141
80e24c04
MB
5142 * calendar/calendar.el (generate-calendar-window): When we don't
5143 call `fit-window-to-buffer', make sure the top line is fully visible.
5144
3a17d6cc
MB
5145 * image-file.el (insert-image-file): Don't make `read-only'
5146 property rear-nonsticky.
5147
ae1a21c6
MB
5148 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5149 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5150 stashing away its original value.
5151 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5152 in the recursive edit.
5153 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5154 (isearch-done): Restore `minibuffer-message-timeout'.
5155
e672fdce
MB
5156 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5157
3ea79df8
SM
51582000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5159
5160 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5161
5162 * find-lisp.el (find-lisp-find-files-internal):
5163 Use dolist, when and file-name-as-directory.
5164
980d836e 5165 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5166 (define-derived-mode, define-minor-mode): Add specs.
5167
5168 * window.el: General comment and spacing fixes.
5169 (save-selected-window): Use backquotes.
5170 (window-safely-shrinkable-p): New function.
5171 (shrink-window-if-larger-than-buffer): Use it.
5172
5173 * subr.el (make-local-hook): Docstring fix.
5174
5175 * shell.el (shell-mode): Use define-derived-mode.
5176
5177 * newcomment.el (comment-indent): Insert comment before calling
5178 comment-indent-function. Don't insert in column 0.
5179 (comment-dwim): Indent before inserting comment.
5180
5181 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5182 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5183 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5184 Use mapc rather than map.
5185
5186 * files.el (find-buffer-visiting): Compare all attributes before
5187 declaring two files identical (rather than just their inode-no).
5188 (auto-mode-alist): Use \' rather than $.
5189
5190 * which-func.el: Update maintainer line.
5191
5192 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5193 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5194 (uniquify-buffer-file-name): Use it.
5195
8f62f2b8
MB
51962000-11-22 Miles Bader <miles@gnu.org>
5197
5198 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5199 * simple.el (minibuffer-avoid-prompt): New function.
5200
fb279a6d
GM
52012000-11-21 Gerd Moellmann <gerd@gnu.org>
5202
5203 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5204
867092e9
MB
52052000-11-21 Miles Bader <miles@gnu.org>
5206
ef860850
MB
5207 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5208 inclusion of `track-mouse'.
5209
867092e9
MB
5210 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5211 (refill-adjust-ignorable-overlay): New function.
5212 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5213 only the paragraph's tail if possible.
5214 Update `refill-ignorable-overlay'.
5215 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5216
5217 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5218 point inside the fill-prefix.
5219
5220 * textmodes/refill.el (refill-post-command-function): Don't reset
5221 refill-doit in the case where a self-insertion command doesn't
5222 case a refill. Use `refill-fill-paragraph-at', getting position
5223 from `refill-doit'.
5224 (refill-after-change-function): Set `refill-doit' to END.
5225 (refill-fill-paragraph-at): New function, mostly from old
5226 refill-fill-paragraph.
5227 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5228 (refill-pre-command-function): New function.
5229 (refill-mode): Add it to `pre-command-hook'.
5230
ff9ab414
GM
52312000-11-20 Gerd Moellmann <gerd@gnu.org>
5232
29a01b72
GM
5233 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5234
ff9ab414
GM
5235 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5236 javadoc tags.
eaae8106 5237
885b211b
AS
52382000-11-20 Andre Spiegel <spiegel@gnu.org>
5239
5240 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5241 vc.el).
5242
eaae8106 5243 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5244 require vc.
eaae8106
SS
5245
5246 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5247 checkouts.
eaae8106 5248
d1838556
DL
52492000-11-20 Dave Love <fx@gnu.org>
5250
5251 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5252
2b69bc11 52532000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5254
2b69bc11
GM
5255 * calculator.el (calculator-paste): Use `if' instead of `and'
5256 and `or'.
5257 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5258
b95b34e5
GM
52592000-11-19 Gerd Moellmann <gerd@gnu.org>
5260
030de92f
GM
5261 * info.el (info-menu-5): Doc fix.
5262
b95b34e5
GM
5263 * textmodes/artist.el: New file.
5264
54970452
AS
52652000-11-19 Andre Spiegel <spiegel@gnu.org>
5266
eaae8106 5267 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5268 and differentiate according to checkout model.
5269 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5270 since this function is only concerned with master state.
5271
83c9cb8e
SM
5272 * vc-hooks.el (vc-workfile-unchanged-p)
5273 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5274
83c9cb8e
SM
5275 * vc.el (vc-workfile-unchanged-p)
5276 (vc-default-workfile-unchanged-p): See above.
54970452 5277
e5a9dabf
MB
52782000-11-19 Miles Bader <miles@gnu.org>
5279
5280 * image-file.el (insert-image-file): Make `intangible' and
5281 `read-only' properties rear-nonsticky too.
5282
24127af0
GM
52832000-11-18 Gerd Moellmann <gerd@gnu.org>
5284
d392e9c5 5285 * ps-print.el: Update copyright notice.
eaae8106 5286
d392e9c5
GM
5287 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5288 (tooltip-show): Use the offsets.
5289
24127af0 5290 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5291 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5292 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5293
2b69bc11 52942000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5295
2b69bc11
GM
5296 * ps-print.el (toplevel): Test for find-coding-system being
5297 fboundp before calling ps-x-find-coding-system.
08ea6f17 5298
66321b2f
SM
52992000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5300
5301 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5302 (vc-version-backup-file): Docstring fix.
5303
046110c6
GM
53042000-11-16 Gerd Moellmann <gerd@gnu.org>
5305
4104194e
GM
5306 * files.el (basic-save-buffer): Don't add a newline if
5307 find-file-literally is non-nil.
5308 (find-file-literally): Extend doc string.
5309
046110c6
GM
5310 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5311 sort(1) with the `-f' argument.
5312
6505c16e
AS
53132000-11-16 Andre Spiegel <spiegel@gnu.org>
5314
fd063975
AS
5315 * vc.el: Updated backend documentation.
5316 (vc-default-check-headers): New function.
5317
3d02dd81 5318 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5319
5320 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5321 up-to-date.
eaae8106 5322 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5323 the minibuffer is not active.
fd063975 5324
eaae8106 5325 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5326 `vc-cvs-use-edit' is on.
eaae8106
SS
5327 (vc-cvs-checkout): When this is used for reverting the workfile,
5328 make a backup of the original contents and revert to that in case
8791d617 5329 of error.
eaae8106 5330 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5331 remote repositories.
eaae8106 5332
6505c16e
AS
5333 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5334 for both version and ratio in the minibuffer.
fd063975 5335
eaae8106 5336 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5337 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5338
a13f0660
KH
53392000-11-16 Kenichi Handa <handa@etl.go.jp>
5340
5341 * international/quail.el (quail-start-translation): Don't call
5342 `message' before reading key sequence.
5343
1389a414
MB
53442000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5345
5346 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5347
9256a532
KH
53482000-11-16 Kenichi Handa <handa@etl.go.jp>
5349
5350 * window.el (fit-window-to-buffer): Be sure to acquire at least
5351 one text line even if the buffer is empty.
5352
0e14fe9f
GM
53532000-11-16 Gerd Moellmann <gerd@gnu.org>
5354
eaae8106 5355 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5356 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5357 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5358
da645c53
DL
53592000-11-15 Dave Love <fx@gnu.org>
5360
83c9cb8e
SM
5361 * wid-edit.el (widget-specify-field, widget-specify-button):
5362 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5363 widget-mouse-help.
5364 (widget-mouse-help): New function.
5365 (widget-echo-help): Rewritten for :help-echo functions only taking
5366 a widget arg.
5367
83c9cb8e
SM
5368 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5369 Use display-graphic-p.
b12057b9
DL
5370 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5371 and that JPEG is available.
5372 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5373
da645c53
DL
5374 * international/mule-cmds.el (locale-charset-language-names):
5375 Match @euro.
5376
6d133d1f
GM
53772000-11-15 Gerd Moellmann <gerd@gnu.org>
5378
83c9cb8e
SM
5379 * faces.el (face-set-after-frame-default):
5380 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5381 default face from X resources.
5382
49ac2ac5
EZ
53832000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5384
5385 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5386 Don't set EMACSLOADPATH.
5387
4fb0a34c
EZ
53882000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5389
5390 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5391 texinfo-insert-@url.
5392 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5393 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5394
bb304a7a
SM
53952000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5396
82bc80bf
SM
5397 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5398 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5399 (checkdoc-minor-keymap): Backward compatibility.
5400 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5401 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5402 (checkdoc-this-string-valid-engine): Be a bit more strict
5403 to avoid matching substrings of `...' quoted vars/funs.
5404 (checkdoc-defun-info): Only look for `interactive' if alone.
5405 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5406
e8c87124
SM
5407 * progmodes/compile.el (grep): `tag-default' can be nil.
5408
bb304a7a
SM
5409 * newcomment.el (comment-indent): Paren typo.
5410
8628686a
DL
54112000-11-14 Dave Love <fx@gnu.org>
5412
25c269ef
DL
5413 * calculator.el: New maintainer version.
5414
66321b2f 5415 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5416
8628686a
DL
5417 * cmuscheme.el: Doc fixes.
5418 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5419 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5420
5421 * xscheme.el (scheme-program-name): Don't define here.
5422
5423 * progmodes/scheme.el (scheme-program-name): New variable
5424 (originally in cmuscheme).
5425
88f0a1eb
MB
54262000-11-14 Miles Bader <miles@gnu.org>
5427
5428 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5429 Handle header-lines. Don't loop forever if we can't enlarge the
5430 window anymore. Simplify a bit.
5431
cd9a000c
KH
54322000-11-14 Kenichi Handa <handa@etl.go.jp>
5433
5434 * window.el (fit-window-to-buffer): Don't check
5435 window-text-height. Assure that the last line is fully visible.
5436
83c9cb8e
SM
5437 * international/quail.el (quail-show-guidance-buf):
5438 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5439 buffer.
5440 (quail-update-guidance): Avoid making the guidance buffer shorter.
5441
d3fcda22
SM
54422000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5443
bdbd9606
SM
5444 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5445 rather than `prepend' and add an interesting comment.
5446 (tex-math-face, tex-font-lock-syntactic-face-function):
5447 New face and function to use it.
5448 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5449 than `menu-enable' symbol property.
5450 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5451 (tex-mode): Add some latex-mode commands for auto-selection.
5452 Use tex-font-lock-syntactic-face-function.
5453 (tex-insert-quote): Simplify.
5454 (tex-shell): New mode.
5455 (tex-start-shell): Use it.
5456 (tex-shell-proc, tex-shell-buf): New functions.
5457 (tex-send-command): Use it.
5458 (tex-main-file): Fix the meaning of the new arg REALFILE.
5459 (tex-send-tex-command): New function split from `tex-start-tex'.
5460 Set compilation-last-buffer and compilation-parsing-end.
5461
d3fcda22
SM
5462 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5463 when it follows non-comment text on the line.
5464
5465 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5466 Set font-lock-defaults.
5467 (lisp-mode-shared-map): Init inside the defvar.
5468 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5469 Use define-derived-mode.
5470
bdab1d43
MB
54712000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5472
5473 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5474
936ae731
GM
54752000-11-14 Gerd Moellmann <gerd@gnu.org>
5476
83c9cb8e
SM
5477 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5478 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5479 recursion; see comment there.
5480
1695ca2b
EZ
54812000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5482
5483 * faces.el (face-spec-set-match-display): Revert the change from
5484 2000-10-24. Add a FIXME for after v21.1.
5485
9d348294
MB
54862000-11-13 Miles Bader <miles@gnu.org>
5487
5488 * textmodes/fill.el (skip-line-prefix): New function.
5489 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5490 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5491 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5492 point inside the fill-prefix.
9d348294 5493
b85fa13c
MB
54942000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5495
83c9cb8e
SM
5496 * calendar/calendar.el (generate-calendar-window):
5497 Use `fit-window-to-buffer'.
b85fa13c 5498
a0b47716
SM
54992000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5500
5501 * gud.el (gud-minor-mode): New var.
5502 (gud-symbol, gud-val): New functions.
5503 (gud-find-file): Copy gud-minor-mode to the new buffer.
5504 (gud-menu-map): Include entries for commands that are not always
5505 available, using :enable to (de)activate them.
5506 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5507 (gud-mode-map): New map.
eaae8106 5508 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5509 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5510 Don't set up gud's menu (it's done by the minor-mode).
5511 (gud-minibuffer-local-map): New.
5512 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5513 (gud-query-cmdline): New function.
5514 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5515 (gud-mode): Use define-derived-mode.
5516 Don't set up gud's menu (it's done by the minor-mode).
5517 (gud-chop-words): Remove.
5518 (gud-common-init): Use split-string instead.
5519 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5520
5521 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5522 Add keyword arg :name.
5523
5524 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5525 (diff-count-matches, diff-split-hunk): New functions.
5526 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5527
5528 * pcvs-info.el (cvs-fi-conflict-face): New var.
5529
5530 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5531 Make it into a simple syntax-table, shared among all submodes.
5532 (sh-heredoc-face): Re-introduce.
5533 (sh-font-lock-syntactic-face-function): New function.
5534 (sh-mode): Use it. Also use define-derived-mode.
5535 Remove old bogus setting of indent-region-function.
5536 (sh-set-shell): Don't set the syntax-table any more.
5537 (sh-mode-syntax-table) <defun>: Remove.
5538
f5ed37df
MB
55392000-11-12 Miles Bader <miles@gnu.org>
5540
5541 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5542 message if interactive.
5543
0b074c2f
DL
55442000-11-12 Dave Love <fx@gnu.org>
5545
5546 * mail/feedmail.el: Fix header,
5547 (feedmail) <defgroup>: Add :link.
5548
5549 * view.el: Use local-map property, not keymap on mode-line string.
5550
83c9cb8e
SM
5551 * scroll-all.el (scroll-all-mode): Customize variable.
5552 Add autoload cookie to function.
0b074c2f
DL
5553
5554 * lazy-lock.el: Remove compatibility code.
5555
5556 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5557 (finder-help-echo): New variable.
5558 (finder-mouse-face-on-line): Add help-echo stuff.
5559 (finder-list-keywords, finder-list-matches): Use mapc.
5560
5561 * faces.el (face-font-registry-alternatives): Add :version.
5562
5563 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5564 tags-table-list.
5565
a0b47716 5566 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5567
a0b47716 5568 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5569 (mail-mode): Use [:alnum:] in some regexps.
5570
6d502396
DL
55712000-11-10 Dave Love <fx@gnu.org>
5572
5573 * ediff.el (ediff-regions-internal, ediff-documentation):
5574 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5575 fundamental mode.
5576
5577 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5578 buffer into fundamental mode.
5579 (ediff-set-difference): Use copy-sequence if available.
5580
83c9cb8e
SM
5581 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5582 Check ediff-patch-map non-nil.
6d502396
DL
5583 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5584 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5585 buffer into fundamental mode.
5586
5587 * ediff-merg.el (state-or-merge): Defvar when compiling.
5588
a82fe213
JR
55892000-11-10 Jason Rumney <jasonr@gnu.org>
5590
5591 * w32-fns.el (w32-add-charset-info): New function.
5592 (w32-charset-info-alist): Use it.
5593
52d89894
GM
55942000-11-10 Gerd Moellmann <gerd@gnu.org>
5595
5596 * faces.el (face-font-registry-alternatives): New user-option.
5597
178932de
SM
55982000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5599
d7fa3319
SM
5600 * textmodes/texinfo.el (texinfo-block-default): New var.
5601 (texinfo-insert-block): Use it. Insert a newline if needed.
5602
178932de
SM
5603 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5604 (fill-region-as-paragraph): Use it.
5605
5606 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5607 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5608 Tweak paragraph regexps to allow a leading [ \t]*.
5609 (tex-latex-block): Insert a newline if necessary.
5610 (latex-insert-item): Only insert a newline if necessary.
5611 (tex-guess-main-file): New function.
5612 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5613 Set tex-main-file if TeX-master is provided.
5614 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5615
bd02b8e0
GM
56162000-11-10 Gerd Moellmann <gerd@gnu.org>
5617
5618 * startup.el (command-line): Set the default tooltip-mode
5619 to t for graphical displays which implement x-show-tip.
5620
5621 * tooltip.el (tooltip-mode): Add a comment about startup.el
5622 setting the default value of this user-option.
5623
b29b03eb
SM
56242000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5625
5626 * font-lock.el (font-lock-*-face) <defvar>: Move.
5627 (font-lock-defaults-alist): Mark obsolete.
5628 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5629 (font-lock-mode): Use define-minor-mode.
5630 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5631 (font-lock-turn-off-thing-lock): Be more explicit.
5632 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5633 (font-lock-syntactic-face-function): New var.
5634 (font-lock-fontify-syntactically-region): Use it.
5635 (font-lock-doc-face): New.
5636
5637 * pcvs.el (cvs-enabledp): Ignore errors.
5638 (cvs-commit-filelist): Never query.
5639 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5640 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5641 (cvs-do-removal): Use cvs-partition rather than delete-if.
5642 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5643 cvs-bury-buffer.
5644
5645 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5646 Allow `next' to jump to after the end of the last match.
5647
778fbc46
GM
56482000-11-09 Gerd Moellmann <gerd@gnu.org>
5649
730c746c
GM
5650 * simple.el (byte-compiling-files-p): New function.
5651
5652 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5653 if it is there.
5654
5655 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5656 nil again.
5657
778fbc46
GM
5658 * textmodes/ispell.el (ispell-library-path): Don't call
5659 check-ispell-version when byte-compiling because that starts
5660 an ispell process, and ispell might not be installed.
5661 (toplevel): Don't set up a menu when byte-compiling.
5662
5663 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5664 it, so that a boundp test can be used to determine if we're
5665 currently byte-compiling.
5666
5912c5bb
DL
56672000-11-09 Dave Love <fx@gnu.org>
5668
83c9cb8e 5669 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5670
7bb054a5
GM
56712000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5672
83c9cb8e
SM
5673 * ps-print.el: Patch for variable initialization when spooling.
5674 Doc fix.
7bb054a5
GM
5675 (ps-output-list): Fun eliminated.
5676 (ps-begin-file, ps-begin-job): Code fix.
5677
9db2706e
DL
56782000-11-08 Dave Love <fx@gnu.org>
5679
83c9cb8e 5680 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5681
f7eb32aa
GM
56822000-11-08 Gerd Moellmann <gerd@gnu.org>
5683
5684 * simple.el (shell-command, display-message-or-buffer)
5685 (shell-command-on-region): Mention resize-mini-windows in the doc
5686 string.
5687 (display-message-or-buffer): Take the value of resize-mini-windows
5688 into account.
5689
7b01b08c
GM
56902000-11-07 Gerd Moellmann <gerd@gnu.org>
5691
acad3c0b
GM
5692 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5693
7b01b08c
GM
5694 * dired.el (dired-between-files): Add `^. find' as an alternative
5695 to the regular expression, for find-dired.
5696
6f602bd0
SM
56972000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5698
5699 * textmodes/texnfo-upd.el: Require texinfo.
5700 (defmacro, defgroup): Remove.
5701 (texinfo-section-to-generic-alist): Remove.
5702 Use texinfo-section-list instead (i.e. level is changed string->int).
5703 (texinfo-filter): New function.
5704 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5705 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5706 Use it. And use regexp-opt.
5707 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5708 (texinfo-update-menu-region-beginning)
5709 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5710 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5711 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5712 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5713 (texinfo-sequential-node-update): Remove autoload cookie.
5714
5715 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5716 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5717 (texinfo-chapter-level-regexp): Remove.
5718 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5719
bb216218
DL
57202000-11-06 Dave Love <fx@gnu.org>
5721
6f602bd0 5722 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5723
6f602bd0
SM
5724 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5725 Match defun*.
bb216218 5726
ff8dd5d5
KH
57272000-11-06 Kenichi Handa <handa@etl.go.jp>
5728
5729 * composite.el (composition-function-table): Variable declaration
5730 moved to src/composite.c.
5731 (compose-chars-after): New optional arg object.
5732
e9da51a1
GM
57332000-11-06 Gerd Moellmann <gerd@gnu.org>
5734
e0c12c68
GM
5735 * bindings.el (mode-line-toggle-read-only)
5736 (mode-line-toggle-modified, mode-line-widen)
5737 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5738 (make-mode-line-mouse2-map): Rewritten.
5739 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5740 functions so that C-h k can show something with a doc string.
eaae8106 5741
e9da51a1
GM
5742 * startup.el (fancy-splash-delay): Set to 10 seconds.
5743 (fancy-splash-max-time): New user-option.
5744 (fancy-splash-stop-time): New variable.
5745 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5746 (fancy-splash-screens-1): Throw `stop-splashing' when current
5747 time is greater than fancy-splash-stop-time.
5748
611dbdf0
SM
57492000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5750
4d2806e2
SM
5751 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5752
611dbdf0
SM
5753 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5754 Prompt user for a file rather than raising an error.
5755 (cvs-enabledp): Fix call to cvs-mode-marked.
5756 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5757 (cvs-mode-insert): Use it. Change the init prompt' value.
5758 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5759
5760 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5761 Don't pass default arg to ewoc-locate.
5762 (ewoc-collect): Return result in the right order.
5763
5764 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5765
5766 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5767 (cvs-status-get-tags): Fix regexp.
5768 (cvs-status-trees, cvs-status-cvstrees):
5769 Combine after change hooks and don't sit-for.
4d2806e2
SM
5770 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5771 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5772 Use make-char rather than hard-coded cryptic data.
5773 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5774
5775 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5776
5777 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5778 (cvs-insert-strings): New function.
5779
937b2877
MB
57802000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5781
5782 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5783 `mwheel-scroll-amount'.
5784 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5785 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5786 string-matching against the version string.
5787
c6c97763
KH
57882000-11-06 Kenichi Handa <handa@etl.go.jp>
5789
6eaec747
KH
5790 * language/thai.el ("Thai"): Set a lisp form that produces
5791 composed string in `sample-text' language info.
5792
5793 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5794 composed string in `sample-text' language info.
5795
83c9cb8e
SM
5796 * international/mule-cmds.el (describe-language-environment):
5797 Eval `sample-text' data and insert the result.
6eaec747 5798
c6c97763
KH
5799 * international/mule-conf.el (compound-text): Define this coding
5800 system here. Make x-ctext and ctext aliases of it.
5801
5802 * language/european.el (compound-text, ctext): Moved to
5803 international/mule-conf.el.
5804
d1145f85
AI
58052000-11-05 Andrew Innes <andrewi@gnu.org>
5806
5807 * w32-fns.el (w32-version): New function.
5808
178a6a45
SM
58092000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5810
5811 * progmodes/awk-mode.el: Update copyright.
5812 (awk-mode-abbrev-table): Remove.
5813 (awk-font-lock-keywords): Use regexp-opt.
5814 (awk-mode): Use define-derived-mode.
5815
5816 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5817 when extracting a suffix.
5818
1ba90166
AS
58192000-11-04 Andre Spiegel <spiegel@gnu.org>
5820
5821 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5822 auto-save-mode.
5823
546790cb
JR
58242000-11-04 Jason Rumney <jasonr@gnu.org>
5825
5826 * language/european.el (decode-mac-roman): Test against r1 not r0.
5827
d247e32d
SM
58282000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5829
fbf44f44
SM
5830 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5831 (icon-mode): Define indent-line-function.
5832 (icon-comment-indent): Simplify.
5833 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5834
5835 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5836
5837 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5838 Bind change-log-default-mode to defeat the caching done on it.
5839 Don't bother saving excursion any more.
5840
5841 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5842
5843 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5844 (set-frame-font): Use the new name (and the old for compatibility).
5845
eaae8106
SS
5846 * toolbar/tool-bar.el (tool-bar-mode):
5847 * time.el (display-time-mode):
5848 * recentf.el (recentf-mode):
5849 * paren.el (show-paren-mode):
5850 * mwheel.el (mouse-wheel-mode):
5851 * msb.el (msb-mode):
5852 * jka-compr.el (auto-compression-mode):
5853 * image-file.el (auto-image-file-mode):
5854 * hl-line.el (hl-line-mode):
5855 * delsel.el (delete-selection-mode):
5856 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5857 * complete.el (partial-completion-mode): Drop unneeded positional args.
5858
eaae8106 5859 * info.el (Info-mode):
79372165 5860 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5861
d247e32d
SM
5862 * log-edit.el (log-edit-menu): New menu.
5863
4921558e
MB
58642000-11-03 Miles Bader <miles@gnu.org>
5865
5866 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5867 definition, so that trailing spaces are handled properly.
5868 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5869
1fc02b3c
GM
58702000-11-03 Gerd Moellmann <gerd@gnu.org>
5871
5872 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5873 tab character.
5874 (fancy-splash-screens): Set tab-width to 20.
5875
51d001f7
DL
58762000-11-03 Dave Love <fx@gnu.org>
5877
5878 * comint.el (comint-completion-addsuffix): Fix custom type.
5879
ba22aeff
SM
58802000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5881
5882 * font-lock.el (font-lock-buffers): Remove.
5883 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5884 (font-lock-change-major-mode): Remove.
5885 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5886 (font-lock-default-fontify-region): Extend the multiline
5887 fontification to whole lines.
5888 (font-lock-fontify-anchored-keywords)
5889 (font-lock-fontify-keywords-region): If matching just one
5890 line (with \n) only mark the \n as multiline.
5891
5892 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5893 Correctly handle the case where several :group args are supplied.
5894 Allow :extra-args.
5895 (easy-mmode-define-global-mode): Allow :extra-args.
5896 Correctly handle the case where several :group args are supplied.
5897
9c887ada
MB
58982000-11-02 Miles Bader <miles@gnu.org>
5899
eaae8106 5900 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5901 (holiday-face): Remove dependency on `window-system'.
5902
7f25090d
KR
59032000-11-02 Ken Raeburn <raeburn@gnu.org>
5904
5905 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5906 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5907 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5908
7dd6009c
DL
59092000-11-02 Dave Love <fx@gnu.org>
5910
5911 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5912
94821e4f
EZ
59132000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5914
5915 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5916 punctuation in the warning inserted into the *mail* buffer.
5917
1ac3fc42
GM
59182000-11-02 Gerd Moellmann <gerd@gnu.org>
5919
57731876
GM
5920 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5921 (authors-public-domain-p): New function.
5922 (authors-print): Use it.
5923
975f82c9
GM
5924 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5925
1ac3fc42
GM
5926 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5927
4b3eb10f
GM
59282000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5929
975f82c9 5930 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5931 (ps-print-version): New version number (6.3.1).
5932 (ps-even-or-odd-pages): Customization fix.
5933 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5934 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5935 (ps-page-count): Var replaced by `ps-page-column'.
5936 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5937 (ps-print-sheet-p): New fun.
5938
7da794df
MB
59392000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5940
5941 * tooltip.el (tooltip-gud-tips-setup): New function.
5942 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5943 (tooltip-mode): Call tooltip-gud-tips-setup.
5944 (tooltip-gud-tips): Use `gud-basic-call' instead of
5945 process-send-string, so the prompt gets frobbed appropriately.
5946 Handle nil return value from `tooltip-gud-print-command'.
5947
0e40b809
EL
59482000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5949
5950 * comint.el (comint-add-to-input-history): New function.
5951 (comint-send-input): Use `comint-add-to-input-history'.
5952
50ada0db
MB
59532000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5954
973a3104
MB
5955 * info.el (info-menu-header): New face.
5956 (Info-fontify-menu-headers): New function.
5957 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5958
50ada0db
MB
5959 * info.el (Info-insert-dir): Don't include blank lines at
5960 beginning of additional dir files (one is added automatically).
5961
bff53411
SM
59622000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5963
5964 * emacs-lisp/easy-mmode.el (define-minor-mode):
5965 Revert the latest changes.
5966 Allow the three positional arguments to be skipped and replaced
5967 by keyword arguments.
5968 Add a :toggle argument to determine whether a nil arg means toggle
5969 or means turn-on. The default is unchanged.
5970 Add a call to force-mode-line-update.
5971
6b8a0b2d
DL
59722000-11-01 Dave Love <fx@gnu.org>
5973
83c9cb8e 5974 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5975
5bf99100
MB
59762000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5977
83c9cb8e
SM
5978 * calendar/calendar.el (diary-face, holiday-face):
5979 Add dark-background variants.
5bf99100 5980
a4032611
SS
59812000-10-31 Sam Steingold <sds@gnu.org>
5982
5983 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5984 `tex-main-file' does not have directory in it.
5985
c286608e
SM
59862000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5987
5988 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5989
4836835a
TTN
59902000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5991
5992 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5993 functional change.
5994
26dcb81b
GM
59952000-10-31 Gerd Moellmann <gerd@gnu.org>
5996
5997 * files.el (find-file-noselect): When we expand a wildcard, return
5998 a list of buffers, as we should do according to the doc string.
5999
49fc4500
KR
60002000-10-31 Ken Raeburn <raeburn@gnu.org>
6001
6002 * loadup.el (top level): Adjust load path if program name is
6003 "../src/bootstrap-emacs", in case it's not dumped and thus the
6004 load path adjustment hasn't already been done.
6005
ea0c615d
GM
60062000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6007
83c9cb8e
SM
6008 * ps-print.el: Fix bug on selected pages for printing.
6009 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6010 is on. Try to avoid warning messages when compiling. Doc Fix.
6011 (ps-print-version): New version number (6.3).
6012 (ps-color-device): Use `color-values' to determine if device
6013 supports color.
6014 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6015 (ps-print-page-p): Changed from defsubst to defun.
6016 (ps-page-number): Changed from defmacro to defun.
6017 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6018 printing.
c286608e 6019 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6020 (ps-end-file, ps-dummy-page): Funs eliminated.
6021 (ps-print-color-scale): Changed default value.
6022 (ps-page-n-up, ps-print-page-p): New internal vars.
6023 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6024 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6025
9e20722f
GM
6026 * delim-col.el: Little programming improvement.
6027 (delimit-columns-str): New macro.
6028 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6029
d7a0fd00
KH
60302000-10-31 Kenichi Handa <handa@etl.go.jp>
6031
c286608e
SM
6032 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6033 Moved to european.el.
d7a0fd00
KH
6034 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6035 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6036 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6037 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6038
234be340
DL
60392000-10-30 Dave Love <fx@gnu.org>
6040
6041 * progmodes/cc-menus.el (imenu-generic-expression)
6042 (imenu-progress-message): Only defvar when compiling.
6043
4edc4a39
DL
6044 * emacs-lisp/elp.el (elp-unload-hook): New function.
6045
6046 * loadhist.el (unload-feature): Call elp-restore-function,
6047 checking for symbols; don't use elp-restore-all.
6048 (loadhist-hook-functions): Doc fix.
6049
70c825df
SM
60502000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6051
6052 * log-edit.el (log-edit-confirm): Fix the default.
6053
1d3baf74
GM
60542000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6055
6056 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6057 delimit-columns-format.
6058 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6059
1ec321a7
MB
60602000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6061
6062 * comint.el (comint-replace-by-expanded-history): Don't use
6063 comint-get-old-input (we're not looking at *old* input).
6064 (comint-get-old-input-default): If using fields, signal an error
6065 when the point is not in an input field.
6066
70737ea9
KH
60672000-10-30 Kenichi Handa <handa@etl.go.jp>
6068
6069 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6070 and mule-unicode-e000-ffff.
6071
fa0cb51d 6072 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6073 (make-coding-system): Accept a symbol of translation table as a
6074 value of property `safe-chars'.
6075
6076 * international/mule-cmds.el (encode-coding-char): Check property
6077 safe-chars instead of safe-charsets.
6078
6079 * international/fontset.el (fontset-default): Modified for
6080 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6081 (x-font-name-charset-alist): Likewise.
6082 (ccl-encode-unicode-font): New CCL program. Record it in
6083 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6084
70c825df
SM
6085 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6086 New translation tables.
70737ea9
KH
6087 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6088 programs are modified and moved from mac-win.el.
6089 (mac-roman): Definition of this coding system is modified and
6090 moved from mac-win.el.
4836835a 6091
fda2ce24 60922000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6093
1d3baf74 6094 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6095 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6096
dd4d3cb6
MB
60972000-10-29 Miles Bader <miles@gnu.org>
6098
6099 * custom.el (custom-add-to-group): Allow multiple entries for a
6100 given value OPTION, as long as their widget types are different.
6101 * cus-edit.el (custom-face-value-create): If face name doesn't end
6102 with "face", add such here (similar to custom group widgets).
6103
6104 * comint.el (comint-highlight-prompt): Add :type.
6105
dace60cf
JW
61062000-10-28 John Wiegley <johnw@gnu.org>
6107
dace60cf
JW
6108 * calendar/timeclock.el (timeclock-log): Doc fix.
6109 (timeclock-last-event): Doc fix.
83c9cb8e 6110 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6111 (timeclock-find-discrep): Use a temp buffer to read in the
6112 timelog, instead of visiting the file.
6113 (timeclock-log-data): A new function, along with a host of helper
6114 functions, for the purpose of making timelog data accessible to
6115 programmers.
6116
6117 * eshell/esh-mode.el (window-height test): Make certain that
6118 `eshell-stringify-t' is non-nil.
6119 (eshell-password-prompt-regexp): Changed to a much simpler
6120 password regexp.
6121 (eshell-send-input): If `eshell-invoke-directly' returns t,
6122 directly invoke the parsed command using `eval'. This improves
6123 turn-around time on simple commands by a factor of three or
6124 greater, such as cd, ls, pwd, etc. -- which get used very often.
6125 It also conserves thousands of cons cells per call (since
6126 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6127 in the Pacific Cookie Company).
6128
6129 * eshell/esh-test.el (eshell-test): Whitespace fix.
6130
83c9cb8e
SM
6131 * eshell/em-ls.el (eshell-ls-insert-directory):
6132 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6133
6134 * eshell/em-script.el (eshell-script-initialize): Add names to
6135 `eshell-complex-commands, since `source' and `.' are complex.
6136
0467b076
EZ
6137 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6138 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6139 `eshell-copy-handles'.
6140 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6141 bodies.
6142 (eshell-separate-commands): Whitespace fix.
6143 (eshell-complex-commands): Added a new list of names, for
6144 determining whether a given command is as simple as it looks.
6145 (eshell-invoke-directly): New function. Returns t if a command
6146 should be invoked directly (using `eval'), rather than indirectly
6147 using `eshell-do-eval'.
6148 (eshell-do-eval): Whitespace fix.
6149
6150 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6151 which provides an emulation of the DOS shell behavior of assuming
6152 that cp/mv/ln should copy/move/link to the current directory.
6153 (eshell-remove-entries): Added a doc string.
6154 (eshell-shuffle-files): Removed the check for `target' being null.
6155 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6156 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6157 it to do a smarter check of whether a destination was provided.
6158 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6159 (eshell/ln): Enable `:preserve-args', and use
6160 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6161 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6162 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6163 list after flattening it. This makes it possible to cat files
6164 with numerical names.
6165 (eshell-unix-initialize): Added several names to
6166 `eshell-complex-commands.
6167 (eshell-unix-command-complex-p): Return t if a given command name
6168 may result in external processes being invoked.
6169
6170 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6171 variable nil by default, since it slows down glob processing by a
6172 factor of two or more, and increases memory consumption.
6173
6174 * eshell/em-smart.el: Added a note about how memory consumptive
6175 smart display mode can be (at least this is true in Emacs 21).
6176 (eshell-smart-initialize): Whitespace fix.
6177 (eshell-refresh-windows): Use `if' instead of `when'.
6178 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6179 not necessary.
83c9cb8e 6180 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6181
6182 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6183 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6184 Whitespace fix.
6185 (eshell-ls-exclude-hidden): Added this variable in addition to
6186 `eshell-ls-exclude-regexp'. This one prevents files beginning
6187 with . from even being read, which can improve memory consumption
6188 quite a bit.
6189 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6190 read file entries beginning with a dot. In home directories with
6191 lots of hidden files, fully two-thirds of the time spent in ls is
6192 used to read directory entries that are immediately thrown away.
6193 (eshell-ls-initial-args): Added back this configuration variable,
6194 for specifying default initial arguments to every call to ls.
6195 Much faster than using an alias to do the same thing.
6196 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6197 (eshell-ls-dir): Whitespace change.
6198
6199 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6200
83c9cb8e 6201 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6202 (eshell-stringify-t): Added a customization variable, to indicate
6203 whether `t' should be rendered as a string at all. If not, one
6204 can still determine if the result of an expression is true using
6205 "file-exists-p FILE && echo true".
6206 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6207 stringify t!
6208
6209 * eshell/esh-module.el: Whitespace fix.
6210
83c9cb8e
SM
6211 * eshell/em-alias.el (eshell-alias-initialize):
6212 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6213 (eshell-command-aliased-p): New function that returns t if a
6214 command name names an aliased.
6215
657f9cb8 62162000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6217
0467b076 6218 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6219 redrawing the screen when changing cursor color.
0467b076
EZ
6220 (viper-insert-state-pre-command-sentinel)
6221 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6222 (viper-replace-state-post-command-sentinel):
6223 Use viper-preserve-cursor-color.
657f9cb8
MK
6224 Many functions changed to use viper= instead of = when comparing
6225 characters.
0467b076 6226 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6227 working with characters.
0467b076 6228 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6229 Many functions changed to use viper= instead of = when comparing
6230 characters.
0467b076 6231 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6232
0467b076 6233 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6234 Several typos fixed in various docstrings.
0467b076 6235 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6236 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6237 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6238 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6239 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6240 (ediff-get-selected-buffers): New function.
6241 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6242 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6243 Use save-window-excursion.
0467b076 6244 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6245 termination check in while loop.
0467b076 6246 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6247 dired buffer.
0467b076
EZ
6248 (ediff-files,ediff-merge-files,ediff-files3)
6249 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6250
4f490d99
DL
62512000-10-28 Dave Love <fx@gnu.org>
6252
6253 * info.el (Info-fontify-node): Add help-echo for menu items.
6254
45b84006
EZ
62552000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6256
5ebc02b3
EZ
6257 * startup.el (normal-top-level): If the value of $TERM indicates
6258 we are running from xterm or one of its work-alikes, default to a
6259 light background mode.
6260
45b84006
EZ
6261 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6262 * faces.el (tty-handle-reverse-video): New function.
6263 (tty-create-frame-with-faces): Call it.
6264
6265 * frame.el (frame-notice-user-settings): Don't apply
6266 default-frame-alist and initial-frame-alist to MS-DOS frames.
6267 Call tty-handle-reverse-video, frame-set-background-mode, and
6268 face-set-after-frame-default for non-MS-DOS frames.
6269
6270 * startup.el (tty-long-option-alist): New variable.
6271 (tty-handle-args): New function.
6272 (command-line): Call tty-handle-args.
6273
6274 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6275 startup.el now does that for all character-terminal frames.
6276
eab6e8b9
MB
62772000-10-28 Miles Bader <miles@gnu.org>
6278
83c9cb8e
SM
6279 * emacs-lisp/easy-mmode.el (define-minor-mode):
6280 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6281 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6282 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6283 version using `easy-mmode-define-global-mode'.
6284 Add :conditional-turn-on keyword argument.
eab6e8b9 6285
51a29efc
DL
62862000-10-28 Dave Love <fx@gnu.org>
6287
83c9cb8e
SM
6288 * international/latin1-disp.el (latin1-char-displayable-p):
6289 Don't use window-system.
51a29efc 6290
d71d7114
EZ
62912000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6292
6293 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6294 Don't call find-buffer-file-type-coding-system. Instead, just
6295 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6296 if the file is on an untranslated filesystem.
6297 (add-untranslated-filesystem): Use "D" instead of "f" inside
6298 interactive.
6299
1f9cab4b
DL
63002000-10-27 Dave Love <fx@gnu.org>
6301
70c825df 6302 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6303 (refill-mode): Use it.
6304
70c825df
SM
63052000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6306
6307 * international/quail.el (quail-activate): Don't make-local-hook.
6308
7432cf10
AS
63092000-10-27 Andre Spiegel <spiegel@gnu.org>
6310
4836835a 6311 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6312 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6313 (vc-make-version-backup): Don't do it on MS-DOS without long file
6314 names.
4836835a 6315
7432cf10
AS
6316 * vc.el (vc-version-other-window): If an automatic backup of the
6317 desired version exists, rename it instead of copying it.
6318
4836835a
TTN
6319 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6320 after command. If there's an unexpected error, signal it instead
7432cf10 6321 of being silent.
e1483c38 6322 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6323
05ea7ef2
MB
63242000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6325
fd1035aa
MB
6326 * shell.el (shell): Add BUFFER argument.
6327 * comint.el (make-comint-in-buffer): New function.
6328 (make-comint): Use it.
6329
05ea7ef2
MB
6330 * faces.el (face-spec-choose): Change syntax so that the list of
6331 attribute-value pairs is now the cdr of each clause, not the cadr.
6332 Detect old-style entries, and handle them. Use pop.
6333
835a55fe
SM
63342000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6335
f5ab1cdd
SM
6336 * cus-edit.el (custom-mode-map): Use a sparse map.
6337 (custom-mode): Don't bother with make-local-hook.
6338
6339 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6340
835a55fe
SM
6341 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6342
c13b0ec8
GM
63432000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6344
6345 * ps-print.el: Avoid compilation gripes.
6346 (ps-print-version): New version number (6.2.1).
4836835a 6347
e9f63196
DL
63482000-10-26 Dave Love <fx@gnu.org>
6349
0b95284b
DL
6350 * menu-bar.el: Modify some menu item help strings.
6351 (menu-bar-help-menu): Add link to MORE.STUFF.
6352
e9f63196
DL
6353 * cus-edit.el (custom-mode): Add `special' mode-class property.
6354
6355 * wid-browse.el (widget-browse-mode): Likewise.
6356
6357 * wid-edit.el (widget-specify-field): Revert to using local-map
6358 property, not keymap.
6359
e276a14a
MB
63602000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6361
c1545d88
MB
6362 * wid-edit.el (widget-field-end): When checking for a `boundary'
6363 field, do so in the correct buffer.
6364
3c1b77ca
MB
6365 * simple.el (undo): Correctly distinguish between numeric and
6366 non-numeric prefix args in non-transient-mark-mode, as per the doc
6367 string. When in transient-mark-mode, treat all prefix-args as
6368 numeric.
6369
f5ab1cdd
SM
6370 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6371 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6372
6373 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6374 (comint-mode-map): Reverse order of `comint-write-output' and
6375 `comint-append-output-to-file'.
6376 (comint-append-output-to-file): Reinstate this function, for the
6377 benefit of the menu.
6378
d97151cb
SM
63792000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * vc.el (vc-version-other-window): Bind `file'.
6382
ea7d6f5b
GM
63832000-10-25 Gerd Moellmann <gerd@gnu.org>
6384
f5ab1cdd 6385 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6386
6387 * emacs-lisp/authors.el (batch-update-authors): New function.
6388 (authors-fixed-entries): New defconst.
6389 (authors-add-fixed-entries): New function.
6390 (authors): Call it.: Don't process lispref/.
6391
17c25cea
JR
63922000-10-25 Jason Rumney <jasonr@gnu.org>
6393
6394 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6395 Merge x w32 and mac definitions.
6396
4ecda532
GM
63972000-10-25 Gerd Moellmann <gerd@gnu.org>
6398
6399 * menu-bar.el (menu-bar-options-menu): Add a help string for
6400 `uniquify'.
6401
b6735035
GM
64022000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6403
f5ab1cdd
SM
6404 * time-stamp.el (time-stamp-string-preprocess):
6405 Fix a wrong type argument error.
b6735035 6406
f4cbc7a0
MB
64072000-10-25 Miles Bader <miles@gnu.org>
6408
6409 * recentf.el (recentf-mode): Variable removed.
6410 (recentf-mode): Use `define-minor-mode'.
6411
6412 * mwheel.el (mouse-wheel-mode): New global minor mode.
6413 (mwheel-install): Use `mouse-wheel-mode'.
6414
f4b020f6
DL
64152000-10-25 Dave Love <fx@gnu.org>
6416
f5ab1cdd
SM
6417 * progmodes/cperl-mode.el (cperl-mode):
6418 Set normal-auto-fill-function correctly.
072cb6f9 6419
83c9cb8e
SM
6420 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6421 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6422 bindings.
f4b020f6 6423
ebe2a441
MB
64242000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6425
ff4dcd4b
MB
6426 * wid-edit.el (widget-field-at): New function.
6427 (widget-at, widget-field-activate): Use it.
6428 (widget-tabable-at): Use `widget-at'.
6429 (widget-specify-field): If the terminating character of the widget
6430 field (which is read-only) is a newline, put it into a special
6431 `boundary' field so that C-n/C-p act more naturally.
6432 (widget-field-end): Also don't subtract one if a special
6433 `boundary' field has been added after the widget field.
6434
83c9cb8e
SM
6435 * comint.el (comint-output-filter, comint-send-input):
6436 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6437 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6438
ebe2a441
MB
6439 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6440 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6441 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6442
fe50b6ab
GM
64432000-10-24 Gerd Moellmann <gerd@gnu.org>
6444
53df4dda 6445 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6446 (authors): Set file coding system to iso-2022-7bit.
6447 Add file-local variables to output buffer.
53df4dda 6448
4836835a 6449 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6450 WARN is nil.
6451
53df4dda
GM
64522000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6453
6454 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6455
6456 * delim-col.el: Now there is a column formatting mechanism.
6457 Modified to customization mechanisms convention. Doc fix.
6458 (columns): New group for delim-col.
6459 (delimit-columns-before, delimit-columns-after)
6460 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6461 (delimit-columns-end): New vars.
6462 (delimit-columns-customize, delimit-columns-format): New funs.
6463 (delimit-columns-region, delimit-columns-rectangle)
6464 (delimit-columns-rectangle-line): Modified to support column
6465 formatting.
4836835a 6466
a9839779
DL
64672000-10-24 Dave Love <fx@gnu.org>
6468
6469 * log-edit.el (log-edit): Add :version and a :group for vc.
6470
df0267b8
GM
64712000-10-24 Gerd Moellmann <gerd@gnu.org>
6472
9acc3873
GM
6473 * files.el (after-find-file): Don't print a message ``New file''
6474 if WARN is nil.
6475
83c9cb8e
SM
6476 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6477 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6478 get duplicate tool-bar entries because we'll see the global ones
6479 on more than one path through keymaps.
6480
1946f901
GM
6481 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6482
df0267b8
GM
6483 * progmodes/cmacexp.el: Change Francesco's email address.
6484
ae3b264b
KH
64852000-10-24 Kenichi Handa <handa@etl.go.jp>
6486
6487 * window.el (fit-window-to-buffer): Adjust point of the window
6488 buffer, not that of the current buffer.
6489
23afac01
EZ
64902000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6491
6492 * progmodes/cmacexp.el: Update the euthor's email address.
6493
22d1a4ed
MB
64942000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6495
6496 * faces.el (face-spec-set-match-display): Add `graphic' display
6497 type (the inverse of `tty'). Use `display-graphic-p' instead of
6498 the window-system variable.
6499
f408aa48
KH
65002000-10-24 Kenichi Handa <handa@etl.go.jp>
6501
83c9cb8e
SM
6502 * international/isearch-x.el (isearch-with-input-method):
6503 Call input-method-function with the first event in
f408aa48
KH
6504 unread-command-events.
6505
94fe8a31
MB
65062000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6507
83c9cb8e 6508 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6509
8f47302e
AC
65102000-10-24 Andrew Choi <akochoi@i-cable.com>
6511
6512 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6513 New charsets.
6514
6515 * term/mac-win.el: Remove definitions of mac-roman-lower and
6516 mac-roman-upper, require dired, and define instead of set
6517 mac-ready-for-drag-n-drop to avoid compilation error.
6518
446c097e
AI
65192000-10-23 Andrew Innes <andrewi@gnu.org>
6520
83c9cb8e
SM
6521 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6522 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6523 expand-file-name after convert-standard-filename to ensure
6524 expected directory separators are used.
6525
379b70e7
EZ
65262000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6527
6528 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6529
85c766e9
DL
65302000-10-23 Dave Love <fx@gnu.org>
6531
b7e03a67
DL
6532 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6533 (tool-bar-add-item): Set foreground and background for XBM icons.
6534
83c9cb8e
SM
6535 * international/latin1-disp.el (latin1-char-displayable-p):
6536 New function (from Handa).
b7e03a67
DL
6537 (latin1-display-check-font): Use it.
6538
0dcf8835 6539 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6540 using :key-sequence, making it much more usable.
6541 Use nconc, not append.
0dcf8835
DL
6542 (imenu--create-keymap-1): Avoid append.
6543
85c766e9 6544 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6545
cb3069bb
MB
65462000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6547
6548 [the following changes fix a bug where `define-minor-mode' didn't
6549 correctly generate :require clauses for defcustoms in compiled files]
6550 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6551 (byte-compile-log-file, byte-compile-log-1): Don't set
6552 `byte-compile-current-file' to nil. Instead set
6553 `byte-compile-last-logged-file' to it. Test whether
6554 byte-compile-current-file equals byte-compile-last-logged-file
6555 instead of whether its nil.
3b6542ba 6556 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6557
6db6243b
SM
65582000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6559
6560 * textmodes/refill.el: Fix var names in doc.
6561 (refill-mode): Don't bother with make-local-hook anymore.
6562
98490598
MB
65632000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6564
e01cd227
MB
6565 * faces.el (face-user-default-spec, face-default-spec): New functions.
6566 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6567 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6568 Use `face-user-default-spec'. Simplify code slightly.
6569
4836835a 6570 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6571 (woman-unknown-face): Add dark-background variants.
6572 (woman-default-faces): Renamed from `woman-colour-faces'.
6573 Set using the stored defaults, rather than using hard-wired colors.
6574 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6575 Just make the foreground `unspecified' rather than "black".
6576 (woman-menu): Rename menu entries accordingly.
6577
98490598
MB
6578 * faces.el (header-line): Make more reasonable on mono/grayscale
6579 displays.
6580
1a578e9b
AC
65812000-10-23 Andrew Choi <akochoi@i-cable.com>
6582
6583 * cus-edit.el (custom-button-face): Use 3D look for mac.
6584 (custom-button-pressed-face): Likewise.
6585
6586 * faces.el (set-face-attributes-from-resources): Handle mac frames
6587 in the same way as x and w32 frames.
6588 (face-valid-attribute-values): Likewise.
6589 (read-face-attribute): Likewise.
6590 (defined-colors): Likewise.
6591 (color-defined-p): Likewise.
6592 (color-values): Likewise.
6593 (display-grayscale-p): Likewise.
6594 (face-set-after-frame-default): Likewise.
6595 (mode-line): Same default face as for x and w32.
6596 (tool-bar): Likewise.
6597
6598 * frame.el: Remove call to frame-notice-user-settings at end of
6599 the file.
6600
83c9cb8e 6601 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6602 as for x, pc, and w32 frame types.
6603
6604 * term/mac-win.el: New file.
6605
aaaf7be7
DL
66062000-10-22 Dave Love <fx@gnu.org>
6607
6608 * textmodes/refill.el: New file.
6609
5392d654
AS
66102000-10-22 Andre Spiegel <spiegel@gnu.org>
6611
4836835a 6612 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6613 MANUAL and REGEXP.
4836835a 6614 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6615 New functions.
6616 (vc-before-save): Use the latter.
6617 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6618 confusion.
6619
4836835a 6620 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6621 expected by vc[-hooks].el.
6622
6623 * vc.el (vc-checkout): Added `-p' suffix in call to
6624 vc-make-version-backups-p; use vc-make-version-backup to actually
6625 make the backup.
6626 (vc-version-other-window, vc-version-backup-file): Handle both
6627 automatic and manual backups.
6628 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6629 of all of them.
6630
1e221c16
MB
66312000-10-22 Miles Bader <miles@gnu.org>
6632
7ff4fda5
MB
6633 * comint.el (comint-highlight-input, comint-highlight-prompt):
6634 Renamed, `-face' at end removed.
6635 (comint-send-input, comint-output-filter): Use renamed faces.
6636
3511cde8
MB
6637 * window.el (fit-window-to-buffer): Change defaulting of
6638 MAX-HEIGHT slightly.
6639
1e221c16
MB
6640 * faces.el (color-values, color-defined-p): Use `member', not
6641 `memq', because it works correctly for strings.
6642 (frame-set-background-mode): Actually, "unspecified-fg" and
6643 "unspecified-bg" *are* strings. Use `member', not `memq', and
6644 `equal', not `eq', when a string value is possible.
6645
b6ef4898
EZ
66462000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6647
6648 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6649
34939e2c
SM
66502000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6651
6652 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6653 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6654 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6655 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6656 (sh-font-lock-syntactic-keywords): Use them.
6657 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6658 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6659 (sh-mode): Don't override font-lock-unfontify-region-function.
6660 Use a copy of sh-font-lock-syntactic-keywords.
6661 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6662 Don't call sh-scan-buffer since font-lock does it on the fly.
6663 (sh-get-indent-info): Use `face' rather than `syntax-table'
6664 text-property to detect here-documents.
6665 Replace sh-special-syntax with sh-st-punc.
6666 (sh-prev-line): Use `face' rather than `syntax-table'
6667 text-property to skip over here-documents.
6668 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6669 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6670 (sh-electric-less, sh-set-here-doc-region)
4836835a 6671 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6672 (sh-scan-buffer, sh-rescan-buffer): Remove.
6673
f3d3c491
AI
66742000-10-21 Andrew Innes <andrewi@gnu.org>
6675
6676 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6677 remote (ange-ftp) file names.
6678
b86c791c
MB
66792000-10-21 Miles Bader <miles@gnu.org>
6680
d9c30bdf
MB
6681 * window.el (fit-window-to-buffer): New function.
6682 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6683 (window-text-height): Don't expect minibuffers to have mode-lines.
6684
d9c30bdf 6685 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6686 * international/quail.el (quail-update-guidance):
6687 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6688
617fee5a
MB
6689 * international/quail.el (quail-show-guidance-buf): Make sure
6690 guidance window really has enough room.
6691 (quail-update-guidance): If quail-guidance-win is already shown,
6692 make sure its height is OK.
6693
b86c791c
MB
6694 * window.el (window-text-height, set-window-text-height):
6695 New functions.
6696 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6697 instead of `window-height' & `mode-line-window-height-fudge'.
6698 (mode-line-window-height-fudge): Add FACE parameter.
6699 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6700 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6701
e34850d1
MB
67022000-10-20 Miles Bader <miles@gnu.org>
6703
6704 * window.el (height-affecting-face-attributes): Use `defconst'.
6705
6706 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6707 New function, conditionally aliased to `mode-line-window-height-fudge'.
6708 (ispell-help): Use it.
6709 (ispell-choices-win-default-height): Don't include mode-line fudge.
6710 (ispell-choices-win-default-height): New function.
6711 (ispell-show-choices, ispell-command-loop): Use function
6712 `ispell-choices-win-default-height' instead of variable.
6713
a8b883c2
MB
67142000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6715
8c6e4a58
MB
6716 * window.el (mode-line-window-height-fudge): New variable.
6717 (height-affecting-face-attributes): New variable.
6718 (mode-line-window-height-fudge): New function.
6719 (shrink-window-if-larger-than-buffer): Use it.
6720 * help.el (resize-temp-buffer-window): Likewise.
6721
a8b883c2
MB
6722 * info.el (Info-fontify-node): Add support for @subsubsection
6723 titles, which use `Info-title-4-face'.
6724 (Info-title-4-face): New face.
6725 (Info-title-3-face): Inherit from Info-title-4-face instead of
6726 variable-pitch.
6727
e64c3a75
JR
67282000-10-19 Jason Rumney <jasonr@gnu.org>
6729
6730 * dired.el (dired-insert-directory): Do not let errors signalled by
6731 attempt to run dired-free-space-program prevent dired from working.
6732
c70fe852
SM
67332000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6734
6735 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6736
877cf6b4
GM
67372000-10-19 Gerd Moellmann <gerd@gnu.org>
6738
5de037e0
GM
6739 * dirtrack.el (dirtrack): Fix call to run-hooks.
6740
6deb9af9
GM
6741 * cmuscheme.el (cmuscheme-program-name): Renamed from
6742 scheme-program-name because xscheme.el contains a defcustom with
6743 the same name. As a consequence, customizing group `cmuscheme'
6744 loaded `xscheme' which redefined run-scheme.
6745 (run-scheme): Use cmuscheme-program-name.
6746
83c9cb8e 6747 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6748
e597d8fb 6749 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6750 anonymous address, and add a website for Befrienders International.
4836835a 6751
3e9cb08f
GM
67522000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6753
c70fe852
SM
6754 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6755 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6756 (ps-print-version): New version number (6.2).
6757 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6758 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6759 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6760 (ps-x-extent-priority, ps-x-extent-start-position)
6761 (ps-x-face-font-instance, ps-x-find-coding-system)
6762 (ps-x-font-instance-properties, ps-x-make-color-instance)
6763 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6764 avoid compilation gripes without defining functions.
6765 (ps-e-find-composition): Alias for function find-composition, to have a
6766 suitable function depending on Emacs version.
6767 (ps-color-device, ps-color-values, ps-face-foreground-name)
6768 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6769 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6770 (ps-print-ensure-fontified): Function definitions surrounded by
6771 `eval-and-compile' to avoid compilation gripes.
6772 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6773 by symbol-value to avoid compilation gripes.
6774 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6775 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6776
d8abcd91
MB
67772000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6778
13ab33c4
MB
6779 * startup.el (normal-top-level): Call `frame-set-background-mode'
6780 after `frame-notice-user-settings' because the latter doesn't call
6781 the former on a tty.
6782
d8abcd91
MB
6783 * faces.el (frame-set-background-mode): `unspecified' &c are
6784 symbols, not strings.
6785
e8bce0a9
EZ
67862000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6787
c70fe852
SM
6788 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6789 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6790
c70fe852
SM
6791 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6792 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6793
773272d8
KH
67942000-10-19 Kenichi Handa <handa@etl.go.jp>
6795
c70fe852 6796 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6797 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6798 for ISO10646-1 fonts.
6799 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6800
772139c0
EZ
68012000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6802
6803 * faces.el (frame-set-background-mode): If a tty frame defines a
6804 background color, use that to compute the background mode, instead
6805 of always defaulting to "dark".
6806
d134a19f
MB
68072000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6808
8bb84cb2
MB
6809 * comint.el (comint-write-output): New function.
6810 (comint-mode-map): Add it to the menu.
e40a778f 6811 Bind `C-c C-s' to comint-write-output.
d134a19f 6812
dada41e1
GM
68132000-10-18 Gerd Moellmann <gerd@gnu.org>
6814
6815 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6816 Use fancy-splash-delay.
6817
9b5360aa
GM
68182000-10-18 Alex Schroeder <alex@gnu.org>
6819
6820 * progmodes/sql.el (sql-sybase-options): New option.
6821 (sql-sybase): Use it. Add sql-database to the list of parameters
6822 provided for login. The options -w 2048 -n are not used any more.
6823
9035a35a
GM
6824 * comint.el (comint-read-input-ring): Bugfix such that the first
6825 and the last entry of the input ring file are not lost.
6826
3556c6dd
GM
68272000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6828
6829 * ps-print.el: Internal variable changes to defcustom,
6830 make-local-hook changes to defvar. Doc fix.
6831 (ps-print-version): New version number (6.1).
6832 (ps-setup, ps-do-despool): Code fix.
6833 (ps-printer-name): Customization fix.
6834 (ps-printer-name-option): Now is a defcustom instead of an
6835 internal variable.
6836 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6837 (ps-print-begin-column-hook): Now are defvar instead of
6838 make-local-hook.
4836835a 6839
4e217e50
MB
68402000-10-18 Miles Bader <miles@gnu.org>
6841
6842 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6843 (comint-kill-output): Changed into an alias for `comint-delete-output',
6844 and made obsolete.
6845 (comint-mode-map): Rename references to comint-kill-output.
6846
34460354
EZ
68472000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6848
6849 * diff-mode.el (diff-header-face, diff-file-header-face)
6850 (diff-changed-face): Add bold and italic attributes to tty faces.
6851 (diff-function-face): New face.
6852 (diff-font-lock-keywords): Use it.
6853
17ea3cdb
MB
68542000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6855
6856 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6857 Remove commented-out call to force-mode-line-update.
6858 (comint-kill-output): Use `forward-line 0' instead of
6859 beginning-of-line to make sure we get past the prompt.
6860
9244f2c7
SM
68612000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6862
6863 * diff-mode.el (diff-header-face, diff-file-header-face):
6864 Add specific setting for dark background.
6865 (diff-context-face): Renamed from diff-comment-face.
6866 Set explicitly rather than inheriting from font-lock-comment-face.
6867
1592c1ef
EZ
68682000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6869
6870 * startup.el (command-line): Move the code which sets the default
6871 TTY colors to before before-init-hook.
6872
f86292a9
GM
68732000-10-17 Gerd Moellmann <gerd@gnu.org>
6874
6875 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6876
f7f2e883
EZ
68772000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6878
e854cc22
EZ
6879 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6880 extensions, for MS-DOS.
6881
f7f2e883
EZ
6882 * diff-mode.el (diff-header-face, diff-file-header-face)
6883 (diff-changed-face): Define tty-specific colors.
6884
c7b4f0f9
GM
68852000-10-17 Gerd Moellmann <gerd@gnu.org>
6886
6887 * startup.el (fancy-splash-text): Realign the text.
6888
12a72271
EZ
68892000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6890
6891 * font-lock.el (font-lock-comment-face): Define a separate default
6892 for dark-background tty's.
6893
61dfccfd
MB
68942000-10-17 Miles Bader <miles@gnu.org>
6895
6896 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6897 being obscured by whizzy mode-lines on graphics displays.
6898
333cd59e
EZ
68992000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6900
6901 * info.el (Info-title-1-face, Info-title-2-face)
6902 (Info-title-3-face): Define colors for tty's.
dada41e1 6903 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6904
dbf1fcc1
EZ
69052000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6906
6907 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6908 reverse from the frame parameters, and don't invert foreground and
6909 background colors.
6910
ac629823
MB
69112000-10-16 Miles Bader <miles@gnu.org>
6912
6913 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6914 string "*Info*". Call propertized-buffer-identification to spruce
6915 up the result.
6916
76eebffc
GM
69172000-10-16 Gerd Moellmann <gerd@gnu.org>
6918
3a6b59d9
GM
6919 * help.el: Provide `help' for the sake of define-minor-mode
6920 which generates defcustoms with requires.
6921
6569c3d3
GM
6922 * jit-lock.el (jit-lock-after-change): If we're in text that
6923 matches a multi-line font-lock pattern, make sure the whole text
6924 will be redisplayed.
6925
c2e0a611
GM
6926 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6927 author's name is unknown.
6928
76eebffc
GM
6929 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6930 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6931 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6932 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6933 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6934 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6935 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6936 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6937 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6938 Add author information.
6939
cf1e7b12
MB
69402000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6941
6942 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6943 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6944 full-color version (using the Gimp) to eliminate dithering artifacts.
6945
5586f3eb
SM
69462000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6947
6948 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6949
6950 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6951
ad64a888
DL
69522000-10-15 Dave Love <fx@gnu.org>
6953
83c9cb8e 6954 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6955
6956 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6957
6958 * whitespace.el: Doc fixes.
6959 (top-level): Don't add hooks here.
6960 (whitespace-running-emacs): Deleted.
6961 (timer): Don't require.
6962 (whitespace): Add back :version conditional on xemacs test.
6963 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6964 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6965 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6966 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6967 Avoid specific xemacs test.
6968 (whitespace-global-mode): New option.
6969 (whitespace-global-mode): New command.
6970 (whitespace-unload-hook): New function.
6971
6972 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6973 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6974 (Info-fontify-node): `Goto' goes to `Go to'.
6975 (Info-fontify-node): Add help-echo to xref links.
6976
1ef49fc6
EZ
69772000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6978
6979 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6980
8b7707e1
SM
69812000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6982
b3b7f42f
SM
6983 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6984 Use plist-get and allow :inherit.
6985
6986 * emacs-lisp/cl-macs.el (cl-do-arglist):
6987 Use plist-get and plist-member instead of memq.
6988
3c7fafc7
SM
6989 * emacs-lisp/ewoc.el (ewoc-location): New function.
6990 (ewoc-enter-after, ewoc-enter-before): Document return value.
6991 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6992 Don't need make-local-hook any more.
6993 (cvs-addto-collection): Return the new tin.
6994 (cvs-mode-insert): Jump to the new line.
6995
8b7707e1
SM
6996 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6997
6998 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6999
7000 * font-lock.el (font-lock-syntactically-fontified): New var.
7001 (font-lock-fontify-syntactic-keywords-region): Use it.
7002 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7003
7004 * diff-mode.el (diff-find-file-name): Fix regexp.
7005
7006 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7007 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7008
7009 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7010 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7011 (sh-mode): Don't make all vars local here.
7012 (sh-kw): Reformat.
7013 (sh-set-shell): Use dolist. Don't set indent-region-function.
7014 (sh-mode-syntax-table): Use pop.
7015 (sh-remember-variable): Use push.
7016 (sh-help-string-for-variable): Use memq.
7017 (sh-safe-backward-sexp): Remove.
7018 (sh-safe-forward-sexp): Add ARG.
7019 (sh-get-indent-info, sh-prev-stmt): Use it.
7020 (sh-prev-line): Simplify by using forward-comment.
7021 (sh-this-is-a-continuation): Simplify.
7022 (sh-learn-buffer-indent): Use dolist.
7023 (sh-do-nothing): Remove.
7024 (sh-set-char-syntax, sh-set-here-doc-region):
7025 Use inhibit-modification-hooks.
7026 (sh-name-style): Use mapcar and push.
7027 (sh-load-style): Use dolist.
7028 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7029 (sh-case, sh-while-getopts): Use propertize directly rather
7030 than sh-electric-rparen.
7031
70322000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7033
7034 * textmodes/tex-mode.el: Require CL when compiling.
7035 (tex-mode-syntax-table): Init immediately.
7036 (tex-mode-map): Bind M-RET to latex-insert-item.
7037 (latex-mode): Set indent-line-function to latex-indent.
7038 (tex-common-initialization): Don't setup the syntax-table any more.
7039 (latex-insert-item): New skeleton.
7040 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7041 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7042 (latex-indent, latex-find-indent): New functions.
4836835a 7043 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7044 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7045 (tex-compilation-parse-errors): Use with-syntax-table.
7046
86b7fcbb
MB
70472000-10-15 Miles Bader <miles@gnu.org>
7048
7049 * font-lock.el (font-lock-comment-face): Change dark-background,
7050 color, non-tty, default to `chocolate1'.
7051
57a24508
JW
70522000-10-13 John Wiegley <johnw@gnu.org>
7053
7054 * eshell/esh-util.el (require): Added a missing `require' form,
7055 needed when compiling (for an ange-ftp macro definition).
7056
40ad3db4
DL
70572000-10-13 Dave Love <fx@gnu.org>
7058
7059 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7060
db460189
GM
70612000-10-13 Gerd Moellmann <gerd@gnu.org>
7062
83c9cb8e 7063 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7064
4836835a 7065 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7066 transparent -colors 8).
7067
3b5e21df
GM
70682000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7069
7070 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7071 that breaks with old list format timestamps.
7072 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7073 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7074
16908a3f
JW
70752000-10-13 John Wiegley <johnw@gnu.org>
7076
d7103dda
JW
7077 * align.el, pcomplete.el, calendar/timeclock.el,
7078 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7079
dace60cf 7080 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7081 faulty math, where holiday hours were being computing as seconds.
7082
b6b70cda
JW
70832000-10-13 John Wiegley <johnw@gnu.org>
7084
7085 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7086 specifying what "other" kinds of buffers should be saved.
7087 This used to be hard-coded.
b6b70cda
JW
7088 (desktop-buffer-misc-functions): A global for specifying how
7089 auxiliary data should be determined for special buffer types.
7090 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7091 instead of hard-coding the special buffer types.
7092 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7093 auxiliary data, instead of hard-coding for Info buffers and dired.
7094 (desktop-buffer-info-misc-data): Aux function for determining Info
7095 buffer auxiliary info.
7096 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7097 (desktop-buffer-info): Changed this function to use the info
7098 gathered above.
7099 (desktop-create-buffer): Be a little more careful about what
7100 `minor-mode' means before calling it. This is important for some
7101 buffer types.
7102
8c6b1d83
JW
71032000-10-13 John Wiegley <johnw@gnu.org>
7104
7105 * eshell/esh-util.el: Added a global form which declares an
7106 autoload for `parse-time-string', if that function is not already
7107 defined, and if parse-time.el is available on the user's system.
7108
7109 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7110 to be aware of ange-ftp user info.
83c9cb8e 7111 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7112 (eshell-ls-annotate): Use `eshell-file-attributes'.
7113 (eshell-ls-file): Made the user-id printing code a bit smarter.
7114
7115 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7116 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7117 It's manual, but there's no other way to know when the current user
7118 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7119 (fboundp): Bind `ange-cache'.
7120 (eshell-directory-files-and-attributes): Re-organized the logic a
7121 bit to use `eshell-file-attributes' instead of `file-attributes'.
7122 The former is more sensitive to directories that are read via FTP,
7123 and knows how to use ange-ftp to determine full attribute
7124 information, instead of just the name and last modtime.
7125 (eshell-current-ange-uids): Return the current user id when in a
7126 remote directory.
7127 (eshell-parse-ange-ls): Parse a full directory listing that has
7128 been returned by ange-ftp.
7129 (eshell-file-attributes): This beefed up version of
7130 `file-attributes' is only special if the user is currently in a
7131 remote directory, in which case it does a lot of work to find out
7132 what the real attributes of a file are, as they appear on the
7133 remote machine. This makes usage of remote directories (i.e.,
7134 ange-ftp pathnames) much more useful. You can now use Eshell as a
7135 full-fledged FTP client, with much more manipulation ability than
7136 most other clients.
7137
7138 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7139 variable, which means that Eshell's du should always be preferred
7140 in remote directories.
7141 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7142 just `file-attributes'.
7143 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7144 when reading remote directories. This is an Eshell-specific
7145 variable (not part of ange-ftp).
7146 (eshell/ln): Bind `ange-cache'.
7147 (eshell/du): Added some extra logic for determining when to use
7148 Eshell's du (which is slow), and when to use the external version
7149 (which may or may not exist).
7150
83c9cb8e
SM
7151 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7152 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7153 `get-buffer-process', since backgrounded processes don't count in
7154 the context of this function's logic.
7155
7156 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7157 `forward-char', so that null strings are parsed correctly.
7158
87730e84 71592000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7160
83c9cb8e
SM
7161 * eshell/em-pred.el (eshell-pred-file-type)
7162 (eshell-pred-file-links, eshell-pred-file-size):
7163 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7164
7165 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7166 that remote file globbing is more efficient.
7167
7168 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7169 gathering the files and attributes within a directory.
7170
7171 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7172 the command line is a special file (not a regular file, directory
7173 or symlink), always attempt to call the external version of cat.
7174
87730e84 71752000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7176
7177 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7178 Eshell-friendly version of find-tag.
7179
1c7e37a9
MB
71802000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7181
4836835a 7182 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7183 (image-file-name-regexps): Add autoload cookies.
7184
11a7f341
KH
71852000-10-13 Kenichi Handa <handa@etl.go.jp>
7186
7187 * international/mule-cmds.el (select-safe-coding-system): If FROM
7188 is string, show it in *Warning* buffer.
7189
8ddddcb0
EZ
71902000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7191
7192 * startup.el (normal-top-level): Use display-popup-menus-p instead
7193 of window-system.
7194 (command-line): Use display-graphic-p instead of window-system.
7195 (command-line-1): Use display-popup-menus-p and display-mouse-p
7196 instead of window-system.
7197
72200f89
SS
71982000-10-12 Sam Steingold <sds@gnu.org>
7199
7200 * tooltip.el (tooltip-use-echo-area): New user variable.
7201 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7202
8661c643
DL
72032000-10-12 Dave Love <fx@gnu.org>
7204
d0b40dc1
DL
7205 * recentf.el: Maintainer's checkdoc fixes.
7206
83c9cb8e
SM
7207 * startup.el (normal-top-level-add-subdirs-to-load-path):
7208 Use character class, not ASCII when matching file names.
a622451f
DL
7209 (fancy-splash-head): Add trailing slash to URL.
7210 (command-line): Don't require XPM support for toolbar.
7211
8661c643
DL
7212 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7213 (cperl-invalid-face): Revert last change.
7214 (cperl-init-faces): Quote cperl-invalid-face.
7215
ef2ed8ab
KH
72162000-10-12 Kenichi Handa <handa@etl.go.jp>
7217
7218 * startup.el (fancy-splash-text): Remove superfluous quote.
7219
b0da379e
GM
72202000-10-12 Gerd Moellmann <gerd@gnu.org>
7221
dbeb499b
GM
7222 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7223 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7224 (command-line-1): Don't use fancy-splash-pending-command.
7225 (fancy-splash-screens-1): Goto point-min after inserting text.
7226
d861718a
GM
7227 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7228
b0da379e
GM
7229 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7230 instead of shared-lisp-mode-map.
7231
4fb2ad98
MB
72322000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7233
1cb4393e
MB
7234 * faces.el (header-line): Change tty-variant to use underlining.
7235
4fb2ad98
MB
7236 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7237 (isearch-highlight): Restore lazy-isearch face properties at old
7238 position, and suppress them at new position.
7239 (isearch-dehighlight): Restore lazy-isearch face properties.
7240 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7241 over the real isearch overlay, but in that case, don't give it a
7242 face property. Use `push'.
7243
eb991b25
KH
72442000-10-12 Kenichi Handa <handa@etl.go.jp>
7245
7246 * man.el (Man-getpage-in-background): Fix previous change.
7247 Decode the process output only when we are in multibyte mode.
7248
a818c1c0
DL
72492000-10-11 Dave Love <fx@gnu.org>
7250
c990f53a
DL
7251 * info.el (Info-mode-menu): Fix some help.
7252 (info-tool-bar-map): Add entry for Info-last.
7253
a818c1c0
DL
7254 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7255 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7256 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7257 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7258 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7259 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7260 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7261 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7262 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7263 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7264 Reduce colour requirements to 25 overall. (Probably wants
7265 revisiting from the originals to reduce further.)
7266
c1b096cb
EZ
72672000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7268
7269 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7270 buffer-file-coding-system, instead of raw-text.
7271 (dehexlify-buffer): Bind coding-system-for-read to
7272 buffer-file-coding-system, instead of raw-text.
7273
5c8b7eaf
SS
72742000-10-11 Sam Steingold <sds@gnu.org>
7275
83c9cb8e 7276 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7277 `underline' - fixes the bug introduced on 2000-09-21.
7278
2cfbdb7a
DL
72792000-10-11 Dave Love <fx@gnu.org>
7280
83c9cb8e
SM
7281 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7282 Avoid compiler warnings.
2cfbdb7a
DL
7283 (scheme-mode): Doc fix.
7284 (scheme-font-lock-keywords-1): Match `define-syntax'.
7285
72862000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7287
7288 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7289 face specs as well as default ones. Only do anything if the
7290 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7291 (region): Make dark-background `region' face less in-your-face.
4b33f290 7292
690ec649
SS
72932000-10-10 Sam Steingold <sds@gnu.org>
7294
7295 * chistory.el, ielm.el, ledit.el:
7296 * progmodes/inf-lisp.el, progmodes/scheme.el:
7297 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7298
3b95d6bb
SM
72992000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7300
7301 * textmodes/texinfo.el: Update copyright and fix typo.
7302
7303 * desktop.el (desktop-modes-not-to-save): New var.
7304 (desktop-save-buffer-p): Use it.
a30eb617
DL
7305 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7306 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7307
73082000-10-10 Dave Love <fx@gnu.org>
7309
7310 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7311 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7312
7313 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7314 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7315 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7316 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7317 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7318 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7319 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7320 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7321 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7322 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7323 the .xpms; probably need retouching.
7324
73252000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7326
7327 * subr.el (add-to-list): Add optional argument APPEND.
7328 * battery.el (display-battery): Use `add-to-list'.
7329
73302000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7331
83c9cb8e
SM
7332 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7333 properties.
a30eb617
DL
7334 (zone, zone-when-idle, zone-leave-me-alone)
7335 (zone-pgm-whack-chars): Use new symbol properties.
7336
7337 * battery.el (display-battery): Doc spelling fix.
7338
7339 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7340 property.
7341
73422000-10-09 Dave Love <fx@gnu.org>
7343
7344 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7345 has been initialized before calling tool-bar-setup.
7346 (tool-bar-add-item-from-menu): Add autoload cookie.
7347
73482000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7349
7350 * menu-bar.el (send-mail-item-name): New function.
7351 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7352 of mail-user-agent in the menu. Don't display the "Send Mail"
7353 item if mail-user-agent is nil or its value is ignore.
7354 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7355 if read-mail-command is nil or its value is ignore.
7356
7357 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7358
73592000-10-09 Miles Bader <miles@gnu.org>
7360
7361 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7362 Correct image size.
7363 * toolbar/left_arrow.xpm: Correct image size.
7364
7365 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7366 will be done by the definition of `auto-compression-mode' if
7367 necessary. Move code to uninstall existing file-name handler
7368 before definition of `auto-compression-mode'.
7369
7370 * image-file.el (auto-image-file-mode): Move to the end of the
7371 file, because `define-minor-mode' actually calls the mode-function
7372 if the associated variable is non-nil, which requires that all
7373 needed functions be already defined.
7374
7375 * mouse.el (popup-menu): Balance parens.
7376
73772000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7378
7379 * mouse.el (popup-menu): Move the command call outside the loop
7380 so that popup-menu returns whatever the command returns.
7381
7382 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7383 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7384 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7385 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7386
7387 * vc.el (vc-version-diff): diff-switches can be a list.
7388 Use relative filenames for prettier output.
7389
7390 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7391 (vc-post-command-functions): Remove old-VC compatibility code.
7392
7393 * newcomment.el (comment-indent-default): Autoload.
7394
7395 * font-lock.el (font-lock-defaults): Make buffer-local.
7396 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7397 (font-lock-choose-keywords):
7398 Ignore LEVEL unless KEYWORDS is a list of syms.
7399 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7400 Don't wrap regexp-opt things in \(...\) unnecessarily.
7401
7402 * jit-lock.el: Don't require font-lock any more.
7403 (jit-lock-functions): Make buffer-local.
7404 (jit-lock-saved-fontify-buffer-function): Remove.
7405 (jit-lock-mode): Remove autoload cookie.
7406 Remove font-lock specific code.
7407 (jit-lock-unregister): Don't bother handling complex hooks any more.
7408 (jit-lock-refontify): New function.
7409 (jit-lock-fontify-buffer): Use it.
7410 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7411 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7412 Add optional args START and END.
7413 Never call font-lock-fontify-region directly.
7414 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7415
7416 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7417
74182000-10-08 Dave Love <fx@gnu.org>
7419
7420 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7421
7422 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7423
7424 * play/studly.el (studlify-region, studlify-word): Add autoload
7425 cookie.
7426
7427 * play/morse.el (morse-region, unmorse-region): Add autoload
7428 cookie.
7429
7430 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7431 concat.
7432
7433 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7434 insist on symbols starting with word syntax.
7435 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7436 (eval-defun-1): Doc fix.
7437 (indent-sexp): Use nconc to build up indent-stack.
7438
7439 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7440 Gnus with little use.
7441 (mail-setup-hook): Add mail-abbrevs-setup to options.
7442
7443 * recentf.el: Doc fixes.
7444
7445 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7446 Clean up remainder.
7447
7448 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7449 without timezone and (8) with timezone to enforce some whitespace.
7450 Simplify code somewhat.
7451
7452 * options.el (list-options): Doc that you should use customize.
7453
7454 * iswitchb.el (iswitchb-mode): Add :require.
7455
7456 * info.el (Info-goto-node, Info-menu): Doc fix.
7457 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7458 (info-tool-bar-map): New variable.
7459 (Info-mode): Use it.
7460 (Info-edit-map): Define all in defvar.
7461 (speedbar-attached-frame): Avoid compiler warning.
7462
7463 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7464 (global-map): Bind [tool-bar] to a filtered map.
7465 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7466 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7467 Allow PBM icons.
7468 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7469
7470 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7471 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7472 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7473 icons, except up_arrow, which is left-arrow rotated.
7474
7475 * imenu.el (imenu-add-to-menubar): Fix last change.
7476
74772000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7478
7479 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7480 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7481
74822000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7483
7484 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7485 typos in doc strings.
7486
7487 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7488 the doc strings how to customize Font Lock faces.
7489
7490 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7491 computing growth when dragging the header line.
7492
74932000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7494
7495 * simple.el (kill-line): Doc fix.
7496
74972000-10-08 Miles Bader <miles@gnu.org>
7498
7499 * faces.el (secondary-selection): Make foreground visible on tty.
7500
7501 * jka-compr.el (auto-compression-mode): Move to the end of the
7502 file, because `define-minor-mode' actually calls the mode-function
7503 if the associated variable is non-nil, which requires that all
7504 needed functions be already defined.
7505 (with-auto-compression-mode): Add autoload cookie.
7506
75072000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7508
7509 * files.el (find-backup-file-name) [ms-dos]: If support for long
7510 file names is not available, behave as if version-control were set
7511 to never.
7512
75132000-10-07 Dave Love <fx@gnu.org>
7514
7515 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7516 (browse-url-gnome-moz): New function.
7517 (browse-url-browser-function): Use it.
7518 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7519
75202000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7521
7522 * indent.el (tab-always-indent): New var.
7523 (indent-for-tab-command): Use it.
7524
7525 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7526 raise an error. This way it can still default to a sane value.
7527
75282000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7529
7530 * startup.el (fancy-splash-screens): Use local rather than global map.
7531 Don't use `update-menu-bindings' any more.
7532 Get rid of assumptions about keymap representation.
7533
75342000-10-06 Dave Love <fx@gnu.org>
7535
7536 * textmodes/fill.el (sentence-end-double-space)
7537 (sentence-end-without-period): Doc fix.
7538 (adaptive-fill-regexp): Purecopy.
7539 (unjustify-current-line): Use line-end-position.
7540 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7541
7542 * net/eudc-vars.el (eudc): Add :version, :link.
7543
7544 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7545
7546 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7547 Fix for define-minor-mode.
7548 (function-at-point): Alias to function-called-at-point.
7549
7550 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7551
7552 * simple.el (backward-word): Doc fix.
7553
7554 * image-file.el (image-file-name-regexp): image-file-regexps ->
7555 image-file-name-regexps.
7556 (image-file-name-extensions): Add pbm.
7557
75582000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7559
7560 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7561 and add filename to the names so that diff-mode can jump to source.
7562
7563 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7564 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7565 (tex-font-lock-keywords-1): Remove.
7566 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7567 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7568 (font-lock-default-fontify-region):
7569 Expand beg..end correctly when just following a multiline region.
7570 (font-lock-fontify-anchored-keywords):
7571 Include the anchor text as part of the multiline.
7572
75732000-10-06 Gerd Moellmann <gerd@gnu.org>
7574
7575 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7576 latter needs the autoloaded define-minor-mode macro during the
7577 bootstrap.
7578
7579 * startup.el (command-line): For now, activate tool-bar-mode only
7580 if XPM images are supported.
7581
7582 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7583 window by dragging a header-line at the top of the frame; that's
7584 confusing because the header-line doesn't move.
7585 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7586 of treating the event as a list. Some cleanup.
7587
75882000-10-06 Miles Bader <miles@gnu.org>
7589
7590 * simple.el (display-message-or-buffer): New function.
7591 (shell-command-on-region): Use `display-message-or-buffer'.
7592
7593 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7594 docstring parts.
7595
7596 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7597 (smbclient-prompt-regexp): Add usage note to doc string.
7598 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7599 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7600 Use add-hook for adding the comint filter function, and only do so
7601 if it's not already in the global hook list.
7602 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7603 to `make-local-variable'.
7604 (nslookup-font-lock-keywords): Remove prompt entry.
7605 (nslookup): Don't set the process-filter.
7606 (finger): Exit the loop correctly when the regexps list runs out.
7607 (ftp, smbclient, smbclient-list-shares):
7608 Set the real major mode immediately, not after execing.
7609 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7610
7611 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7612
76132000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7614
7615 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7616
7617 * which-func.el (which-func-format): Remove spurious space.
7618 (which-func-mode): Don't make it permanent-local.
7619 (which-func-ff-hook): Allow which-func-maxout to be nil.
7620 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7621 (which-func-mode): Simplify.
7622 Use post-command-idle-hook rather than post-command-hook.
7623 Go through all buffers and update their state.
7624 (which-function): Also try add-log-current-defun-function.
7625
7626 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7627 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7628 Update call to with-vc-properties accordingly.
7629 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7630 (vc-revert-buffer): More careful about window selection and deletion.
7631 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7632
7633 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7634 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7635 (cvs-dired-action): Change the default to quickdir.
7636
7637 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7638 if comment-indent-function returns nil.
7639 (comment-indent-default): New function.
7640 (comment-indent-function): Use it and document the new semantics.
7641
7642 * image-file.el: Docstring fixes.
7643
7644 * help.el (help-xref-on-pp): Use match-string.
7645 (describe-variable): New arg BUFFER.
7646 Store the current buffer in the help-xref-stack.
7647 (temp-buffer-resize-mode): Use define-minor-mode.
7648
7649 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7650 consistently with its docstring.
7651 Set jit-lock-first-unfontify-pos in an idempotent way.
7652 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7653
76542000-10-05 Alex Schroeder <alex@gnu.org>
7655
7656 * sql.el (sql-mysql-options): New variable.
7657 (sql-mysql): Use it.
7658
76592000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7660
7661 * image.el (image): New group.
7662
7663 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7664 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7665
76662000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7667
7668 * net/net-utils.el (nslookup-font-lock-keywords)
7669 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7670 Ignore the value of wqindow-system; always define keywords
7671
76722000-10-05 Kenichi Handa <handa@etl.go.jp>
7673
7674 * startup.el (fancy-splash-screens): Remove the code for
7675 debugging; `(trace-to-stderr "EXITTT\n")'.
7676
76772000-10-05 Miles Bader <miles@gnu.org>
7678
7679 * diff-mode.el (diff-goto-source): Update call to
7680 `diff-hunk-status-msg' to reflect new REV variable.
7681
76822000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7683
7684 * progmodes/icon.el (icon-mode):
7685 Don't gratuitously override the default for comment-column.
7686
7687 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7688
7689 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7690 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7691 (jit-lock-functions): New var.
7692 (jit-lock-function-1): Use it if non-nil.
7693 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7694 Set the `fontified' property before doing the fontification to avoid
7695 repeatedly going through the same error.
7696 Don't turn errors into messages.
7697 (jit-lock-register, jit-lock-unregister): New functions.
7698
7699 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7700 Use with-current-buffer.
7701
7702 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7703 Turn comment into docstring.
7704
7705 * apropos.el (apropos-mode): Use define-derived-mode.
7706
77072000-10-04 Gerd Moellmann <gerd@gnu.org>
7708
7709 * startup.el (fancy-splash-pending-command): New variable.
7710 (fancy-splash-pre-command): New function.
7711 (fancy-splash-screens): Rewritten.
7712 (command-line-1): If fancy-splash-pending-command is set, call it
7713 interactively.
7714
77152000-10-04 Dave Love <fx@gnu.org>
7716
7717 * toolbar/tool-bar.el (tool-bar-setup): New function.
7718 (tool-bar-mode): Use it.
7719
7720 * subr.el (substitute-key-definition): Doc fix.
7721 (play-sound-file): New command.
7722
77232000-10-04 Andre Spiegel <spiegel@gnu.org>
7724
7725 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7726 vc-version-backup-file-name): New functions.
7727
7728 * files.el (basic-save-buffer): Call vc-before-save before saving.
7729
7730 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7731 vc-cvs-stay-local-p.
7732
7733 * vc.el (vc-revert-buffer): Handle empty diff properly.
7734 (vc-version-backup-file): New function.
7735 (vc-checkout): Create a version backup if necessary.
7736 (vc-checkin): If a version backup file exists, delete it.
7737 (vc-version-diff): Diff locally using version backups, if available.
7738 (vc-revert-file): If there's a version backup, revert locally.
7739 (vc-transfer-file): Use version backup for base version, if
7740 available. If not, ask for confirmation whether to get it from the
7741 server. Update mode line before check-in.
7742
77432000-10-04 Dave Love <fx@gnu.org>
7744
7745 * toolbar/tool-bar.el (tool-bar-setup): New function.
7746 (tool-bar-mode): Use it.
7747
77482000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7749
7750 * net/net-utils.el (nslookup-font-lock-keywords)
7751 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7752 Only set if window-system is non-nil
7753 (net-utils-run-program): Returns buffer.
7754 (network-connection-reconnect): Added this function.
7755
7756 * generic.el:
7757 Incorporates extensive cleanup and docfixes by
7758 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7759 Uses cl compile-time macros.
7760 (generic-mode-name, generic-comment-list)
7761 (generic-keywords-list, generic-font-lock-expressions)
7762 (generic-mode-function-list, generic-mode-syntax-table):
7763 Removed variables.
7764 (generic-mode-alist): Renamed to generic-mode-list.
7765 (generic-find-file-regexp): Default changed to "^#".
7766 (generic-read-type): Uses completing read on generic-mode-list.
7767 (generic-mode-sanity-check): removed this function.
7768 (generic-add-to-auto-mode): Removed this function
7769 (generic-mode-internal): Bind mode-specific definitions
7770 into function instead of putting them in alist.
7771 (generic-mode-set-comments): Reworked extensively.
7772 (generic-mode-find-file-hook): Simplified regexp searching
7773 (generic-make-keywords-list): Omit extra pair of parens
7774
7775 * find-lisp.el (find-lisp-find-files-internal):
7776 Make sure directory name ends with "/".
7777
7778 * generic-x.el (apache-conf-generic-mode):
7779 Regexp now allows leading whitespace.
7780 (rc-generic-mode): Added eval-when-compile
7781 around generic-make-keywords-list.
7782 Deleted duplicate regexp
7783 (rul-generic-mode): Added eval-when-compile
7784 around generic-make-keywords-list.
7785 (etc-fstab-generic-mode): New generic mode.
7786 (rul-generic-mode): Removed one eval-when-compile
7787 which caused a max-specpdl-size exceeded error.
7788
77892000-10-04 Miles Bader <miles@gnu.org>
7790
7791 * simple.el (minibuffer-temporary-goal-position): New variable.
7792 (next-history-element): Try to keep the position of point in the
7793 input string constant.
7794
7795 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7796 (dired-do-create-files): If there's only one file, pass it in as
7797 the DEFAULT arg to dired-mark-read-file-name.
7798
77992000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7800
7801 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7802 (diff-goto-source): Be smarter when choosing REVERSE or not.
7803
7804 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7805 (texinfo-mode-menu): Add an explicit shortcut for update all.
7806
78072000-10-03 Andre Spiegel <spiegel@gnu.org>
7808
7809 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7810 factorize backend-specific code cleanly (this was essentially
7811 conceived by Stefan Monnier).
7812 (vc-unregister): Function removed.
7813 (vc-revert-file): New function.
7814 (vc-revert-buffer): Delegate some of the work to it.
7815
7816 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7817 default branch unconditionally.
7818 (vc-rcs-set-default-branch): New function.
7819 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7820 (vc-rcs-checkin): If an appropriate default branch has been set,
7821 force creation of that branch.
7822 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7823 code (as suggested by Stefan Monnier).
7824
78252000-10-02 Gerd Moellmann <gerd@gnu.org>
7826
7827 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7828 highlighting overlay with a different face over the overlay
7829 isearch uses to highlight the current match because that can lead
7830 to bad face combinations.
7831
7832 * loadup.el (toplevel): Load faces before isearch.
7833
7834 * isearch.el (isearch-faces): New custom group.
7835 (isearch): New defface; was already tested for in the code.
7836 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7837 (isearch-highlight): Always use face `isearch'.
7838
78392000-10-02 Dave Love <fx@gnu.org>
7840
7841 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7842 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7843 comparison of opcode with operand.
7844
78452000-10-03 Miles Bader <miles@gnu.org>
7846
7847 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7848 buffer, since the echo area will now grow to accommodate them.
7849
78502000-10-02 Andre Spiegel <spiegel@gnu.org>
7851
7852 * vc-hooks.el (vc-registered): If FILE used to be registered under
7853 a certain backend, try that one first.
7854
7855 * vc.el (vc-responsible-backend): Undo the previous change in the
7856 argument list. Handle multiple backends correctly.
7857 (vc-find-new-backend): Function removed.
7858 (vc-register): Use vc-responsible-backend, as before.
7859 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7860
78612000-10-02 Gerd Moellmann <gerd@gnu.org>
7862
7863 * startup.el (fancy-splash-head): Change message below the
7864 logo.
7865
78662000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7867
7868 * diff-mode.el (diff-goto-source): Emit a status message.
7869 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7870 (diff-test-hunk): Fix doc string.
7871 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7872 (diff-advance-after-apply-hunk): New variable.
7873 (diff-apply-hunk): Don't return a value.
7874
78752000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7876
7877 * vc.el (vc-editable-p): Minor optimization.
7878 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7879 (vc-find-new-backend): New function split from vc-responsible-backend.
7880 (vc-register): Use it.
7881 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7882 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7883 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7884 (vc-clear-headers): Don't use find-file.
7885 (vc-revert-buffer): Use `and' again (must have been a braino).
7886 (vc-switch-backend): Only prompt if requested.
7887 Short circuit if nothing is to be done.
7888 Don't use vc-resynch-buffer which could lose unsaved editing.
7889 (vc-default-receive-file): Update call to vc-unregister.
7890 (with-vc-file, vc-next-action-on-file):
7891 Use vc-backend rather than vc-registered.
7892 (vc-next-action-on-file): Use intern-soft.
7893 Deal with read-only *vc-diff* buffer.
7894 (vc-transfer-file): Docstring fix.
7895
7896 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7897 (vc-rcs-receive-file): Avoid with-vc-properties.
7898 Update call to vc-unregister.
7899 Use constant `RCS' rather than (dynamically bound) var `backend'.
7900
79012000-10-01 Andre Spiegel <spiegel@gnu.org>
7902
7903 * vc.el (vc-next-action-on-file): Update mode line only if file
7904 is visited.
7905 (vc-start-entry): New argument initial-contents. Don't visit the file
7906 if it isn't already visited. Brought documentation up-to-date.
7907 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7908 (vc-checkin): New optional arg initial-contents, which is passed to
7909 vc-start-entry.
7910 (vc-finish-logentry): Make sure to bury log buffer only if there
7911 really is one. Call `vc-resynch-buffer' on log-file, not
7912 buffer-file-name.
7913 (vc-default-comment-history, vc-default-wash-log): New functions.
7914 (vc-index-of): Removed.
7915 (vc-transfer-file): Make do without the above.
7916 (vc-default-receive-file): Call comment-history unconditionally. Pass
7917 the resulting string to vc-checkin, instead of inserting it into the
7918 comment ring.
7919
7920 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7921 unconditionally. Use the comments as initial contents of the log
7922 entry buffer. Document the trick to force branch creation with no
7923 changes.
7924
79252000-10-01 Miles Bader <miles@gnu.org>
7926
7927 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7928 `recenter' with an arg to prevent redrawing the display.
7929
79302000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7931
7932 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7933
7934 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7935
7936 * progmodes/c-mode.el (c-mode):
7937 Don't gratuitously override the default for comment-column.
7938
7939 * textmodes/tex-mode.el (latex-metasection-list): New var.
7940 (latex-imenu-create-index): Use it.
7941 Move the regexp construction outside loops (and use push).
7942 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7943 (tex-font-lock-keywords): Moved from font-lock.el.
7944 (tex-comment-indent): Remove.
7945 (tex-common-initialization): Don't set comment-indent-function.
7946 (latex-block-default): New var.
7947 (tex-latex-block): Use it to provide a default choice.
7948 Add any unknown choice to latex-block-names.
7949 Insert [...] after {...}.
7950 (tex-last-unended-begin): Simplify regexp.
7951 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7952 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7953 (latex-mode): Set forward-sexp-function.
7954
7955 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7956 Add regexp for @ignore ... @end ignore.
7957 (texinfo-heading-face): New face.
7958 (texinfo-font-lock-keywords): Use it.
7959 (texinfo-mode-menu): New menu.
7960 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7961 New functions.
7962 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7963 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7964 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7965 Remove declaration.
7966 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7967
7968 * delsel.el (delete-selection-mode): Use define-minor-mode.
7969
7970 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7971
79722000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7973
7974 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7975
79762000-09-30 Gerd Moellmann <gerd@gnu.org>
7977
7978 * replace.el (keep-lines-read-args): New function.
7979 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7980 read arguments interactively. Add parameters RSTART and REND.
7981 Operate on the active region in Transient Mark mode.
7982
7983 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7984
7985 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7986 (authors-obsolete-files-regexps): New variable.
7987 (authors-add): Don't record changes in obsolete files.
7988
79892000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7990
7991 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7992
7993 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7994 (comment-indent): Make sure there's a space between code and comment.
7995 Shift comments left to avoid going past fill-column.
7996
79972000-09-29 Gerd Moellmann <gerd@gnu.org>
7998
7999 * startup.el (startup-echo-area-message): New function.
8000 (display-startup-echo-area-message): Use it.
8001 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8002 (fancy-splash-default-action): New function.
8003 (fancy-splash-screens-1): New function.
8004 (fancy-splash-head): Put a help-echo and a keymap under the image.
8005
80062000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8007
8008 * diff-mode.el (diff-add-log-file-name): Remove.
8009 (diff-mode): Use add-log-buffer-file-name-function.
8010
8011 * add-log.el (find-change-log): New arg BUFFER-FILE.
8012 (add-log-file-name): Obey add-log-file-name-function.
8013 (add-log-buffer-file-name-function): New var.
8014 (add-change-log-entry): Use it.
8015
80162000-09-29 Miles Bader <miles@gnu.org>
8017
8018 * image-file.el (image-file-name-extensions): New variable.
8019 (image-file-name-regexps): Renamed from `image-file-regexps'.
8020 New default value is nil. Call `auto-image-file-mode'.
8021 (image-file-name-regexp): New function.
8022 (auto-image-file-mode): New minor mode.
8023 (insert-image-file): Don't make conditional on the image-file
8024 handler being enabled.
8025 (image-file-handler): Make the call here conditional instead.
8026 (set-image-file-handler-enabled, enable-image-file-handler)
8027 (disable-image-file-handler): Functions removed.
8028
8029 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8030 string.
8031
80322000-09-29 Gerd Moellmann <gerd@gnu.org>
8033
8034 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8035 it's a function from CL.
8036 (latex-imenu-create-index): Replace eval-when-compile with progn
8037 because latex-section-alist is not bound while compiling.
8038
80392000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8040
8041 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8042 (outline-mode): Use define-derived-mode.
8043
8044 * progmodes/perl-mode.el (perl-mode):
8045 * progmodes/awk-mode.el (awk-mode):
8046 * progmodes/asm-mode.el (asm-mode):
8047 Don't gratuitously override the default for comment-column.
8048
8049 * emacs-lisp/lisp.el (lisp-complete-symbol):
8050 Distinguish the let-binding case from the funcall case.
8051 (forward-sexp-function): New variable.
8052 (forward-sexp): Use it.
8053
8054 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8055 (easy-mmode-defmap): Remove the now useless autoload.
8056
8057 * time.el (display-time-mode): Use define-minor-mode.
8058
8059 * subr.el (add-minor-mode): Don't eval NAME.
8060 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8061 Use if rather than cond.
8062
8063 * simple.el (read-expression-map): Define more properly.
8064 (comment-indent-hook): Remove.
8065 (string-to-syntax): Bug fix.
8066
8067 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8068 (cvs-ediff-diff): Fix typo.
8069 (cvs-revert-if-needed): Don't bother preserving read-only.
8070
8071 * paren.el (show-paren-mode): Use define-minor-mode.
8072
8073 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8074 (toggle-auto-compression): Remove.
8075 (jka-compr-build-file-regexp): Remove useless grouping.
8076
8077 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8078 Avoid user-reserved bindings.
8079 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8080 (diff-header-face): Revert to grey85.
8081
8082 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8083
8084 * complete.el (partial-completion-mode) <defcustom>: Remove.
8085 (partial-completion-mode): Use define-minor-mode.
8086 (PC-do-completion): Understand `completion-auto-help = delay'
8087 to mean to popup the completion buffer only the second time.
8088 (PC-include-file-all-completions, PC-include-file-all-completions)
8089 (PC-include-file-all-completions): Don't quote lambda.
8090
8091 * comint.el (comint-mode-hook): Docstring fix.
8092 (comint-mode): Use define-derived-mode.
8093 (comint-mode-map): Remove obsolete comment.
8094 (make-comint): Minor stylistic change.
8095 (comint-insert-clicked-input): Be more careful to find the overlay.
8096 Use this-command-keys rather than hardcoding mouse-2.
8097
8098 * font-lock.el: Replace confusing (,@ with ,
8099 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8100 Don't use regexp-opt-depth. Spice up the regexp for args.
8101 Don't distinguish between cmds that can take an opt arg or not.
8102 Use `append' and `prepend' rather than `keep'.
8103
8104 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8105 (latex-outline-regexp): New var.
8106 (latex-outline-level): New fun.
8107 (latex-section-alist): New var.
8108 (latex-imenu-create-index): Use it. Use `push' as well.
8109 (tex-shell-map): Initialize it properly.
8110 (tex-mode): Minor stylistic change.
8111 (plain-tex-mode): Use define-derived-mode.
8112 (latex-mode): Use define-derived-mode.
8113 Construct the paragraph regexps in a more readable way.
8114 Set the buffer-local outline-{level,regexp} vars.
8115 (slitex-mode): Derive from latex-mode.
8116 (tex-common-initialization): Don't kill-all-vars anymore.
8117 Add setting for comment-add and font-lock-defaults.
8118 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8119 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8120 (tex-start-tex): New arg DIR (and send a chdir command for it).
8121 Also display the shell buffer and save it in tex-last-buffer-texed.
8122 (tex-region): Use expand-file-name rather than concat.
8123 Remove code made useless by changes in tex-start-tex.
8124 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8125
8126 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8127
81282000-09-28 Dave Love <fx@gnu.org>
8129
8130 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8131
81322000-09-28 Gerd Moellmann <gerd@gnu.org>
8133
8134 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8135 `append'.
8136
81372000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8138
8139 * info.el (Info-extract-pointer): Undo last change.
8140 Instead, fix the position of the `bound' arg to re-search-backward.
8141
81422000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8143
8144 * info.el (Info-extract-pointer):
8145 Widen more carefully, to avoid finding pointers in other nodes.
8146 (Info-index): Use push.
8147
81482000-09-27 Gerd Moellmann <gerd@gnu.org>
8149
8150 * frame.el (set-frame-font): Remove call to obsolete function
8151 frame-update-faces.
8152 (set-foreground-color, set-background-color): Likewise for
8153 frame-update-face-colors.
8154
81552000-09-27 Miles Bader <miles@gnu.org>
8156
8157 * image-file.el: New file.
8158
81592000-09-27 Gerd Moellmann <gerd@gnu.org>
8160
8161 * frame.el (frame-notice-user-settings): Don't call
8162 frame-update-faces, which is a no-op now.
8163
8164 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8165 tool-bar-lines.
8166
81672000-09-27 Dave Love <fx@gnu.org>
8168
8169 * mouse.el: Fix last change.
8170
81712000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8172
8173 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8174
81752000-09-22 Kenichi Handa <handa@etl.go.jp>
8176
8177 * international/quail.el (quail-help): The output message is
8178 improved.
8179
81802000-09-26 Dave Love <fx@gnu.org>
8181
8182 * mouse.el (popup-menu): If POSITION is nil, set it using
8183 mouse-position.
8184
81852000-09-25 Sam Steingold <sds@gnu.org>
8186
8187 * net/browse-url.el (browse-url-file-url): Check for null maps.
8188
81892000-09-26 Gerd Moellmann <gerd@gnu.org>
8190
8191 * frame.el (frame-notice-user-settings): Don't add a
8192 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8193
8194 * frame.el (frame-notice-user-settings):
8195 Make tool-bar-mode and default-frame-alist consistent.
8196
8197 * toolbar/tool-bar.el (tool-bar-help): New function.
8198
81992000-09-25 Gerd Moellmann <gerd@gnu.org>
8200
8201 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8202 current-load-list in top-level forms. Else this leaks a cons cell
8203 every time a defun is called.
8204
8205 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8206
82072000-09-25 Dave Love <fx@gnu.org>
8208
8209 * startup.el (fancy-splash-head): Check XPM is available.
8210
8211 * autoinsert.el (auto-insert): Doc fix.
8212 (auto-insert-alist): Following GNU notices, don't say `copyright
8213 _by_'. Use line-beginning-position.
8214 (auto-insert): Check buffer-file-name is non-nil before use.
8215
82162000-09-25 Gerd Moellmann <gerd@gnu.org>
8217
8218 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8219 starting with `@def' or `@multitable', in addition to ones
8220 specified by the user in auto-fill-inhibit-regexp.
8221
82222000-09-25 Markus Rost <rost@math.ohio-state.edu>
8223
8224 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8225 rmail-dont-reply-to-names matches the empty string.
8226
82272000-09-25 Gerd Moellmann <gerd@gnu.org>
8228
8229 * startup.el (command-line-1, fancy-splash-text): Change the
8230 text to sound more friendly.
8231
82322000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8233
8234 * progmodes/hideshow.el: Update author email address.
8235 Generally, sync w/ maintainer version 5.22.
8236 (hs-hide-all-non-comment-function): New var.
8237 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8238 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8239 (hs-show-region): Delete this command.
8240 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8241
82422000-09-22 Dave Love <fx@gnu.org>
8243
8244 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8245 (hl-line-highlight): Specify buffer when moving overlay.
8246
8247 * progmodes/fortran.el (fortran-mode): Locally set
8248 normal-auto-fill-function.
8249 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8250 (fortran-mode-map): Adjust auto-fill menu entry.
8251
82522000-09-22 Gerd Moellmann <gerd@gnu.org>
8253
8254 * vc-rcs.el (toplevel): Require `vc' when compiling.
8255
8256 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8257
82582000-09-22 Andre Spiegel <spiegel@gnu.org>
8259
8260 * vc.el (vc-switch-backend): Signal an error if the file is not
8261 registered under the new backend.
8262
8263 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8264 without explicit revision number.
8265
82662000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8267
8268 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8269 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8270 (diff-xor): New function.
8271 (diff-find-source-location): Use it. Fix a stupid name clash.
8272 (diff-hunk-status-msg): New function.
8273 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8274 (diff-test-hunk): Use diff-find-source-location.
8275 (diff-goto-source): Favor the `reverse'.
8276 (diff-hunk-text): Properly handle one-sided context diffs.
8277 (diff-apply-hunk): When done, advance to the next hunk.
8278
82792000-09-21 Gerd Moellmann <gerd@gnu.org>
8280
8281 * startup.el (command-line): If frame was created with a non-zero
8282 tool-bar-lines parameter, switch tool-bar-mode on.
8283
8284 * add-log.el (change-log-date-face, change-log-name-face)
8285 (change-log-email-face, change-log-file-face)
8286 (change-log-list-face, change-log-conditionals-face)
8287 (change-log-function-face, change-log-acknowledgement-face):
8288 New faces, inheriting from font-lock faces.
8289 (change-log-font-lock-keywords): Use them.
8290
82912000-09-21 Dave Love <fx@gnu.org>
8292
8293 * progmodes/cperl-mode.el (top-level): Clean up
8294 `eval-when-compile's and assorted defvars.
8295 (cperl-invalid-face): Don't double-quote value. Change custom
8296 type.
8297 (cperl-mode): Set normal-auto-fill-function and don't zap
8298 auto-fill-function.
8299 (cperl-imenu--function-name-regexp-perl): Renamed from
8300 imenu-example--function-name-regexp-perl.
8301 (cperl-imenu--create-perl-index): Renamed from
8302 imenu-example--create-perl-index.
8303 (cperl-xsub-scan): Don't require cl.
8304
8305 * msb.el (msb-mode-map): Use substitute-key-definition.
8306 (msb-mode): Use msb-mode-map.
8307
83082000-09-21 Andre Spiegel <spiegel@gnu.org>
8309
8310 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8311 New functions.
8312 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8313 (vc-switch-backend): New function.
8314 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8315 (vc-register): Fix prompt.
8316 (vc-unregister, vc-default-unregister): New functions.
8317 (vc-version-diff): Handle empty buffer in sentinel.
8318
8319 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8320 (vc-rcs-state-heuristic): Use it to guess the state of files with
8321 non-strict locking.
8322 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8323 been set with -b, but not created yet.
8324 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8325 contents in order to find the state.
8326 (vc-rcs-checkin): Allow creation of branches with no changes.
8327 (vc-rcs-unregister, vc-rcs-receive-file)
8328 (vc-rcs-set-non-strict-locking): New functions.
8329
8330 * vc-hooks.el (vc-name): Force correct computation of the value
8331 in case it is missing.
8332
83332000-09-21 Gerd Moellmann <gerd@gnu.org>
8334
8335 * startup.el (fancy-splash-tail): Use a different foreground
8336 color on a dark frame background.
8337
83382000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8339
8340 * info.el: Use the correct capitalization when making Info-mode
8341 and Info-edit-mode `special' modes.
8342
83432000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8344
8345 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8346 (diff-mode): Add support for add-log.el.
8347 (diff-hunk-text): Use char offsets rather than line offsets.
8348 (diff-find-source-location): Replace LINE with line-offset (nil
8349 if not found) and always set POS to a meaningful position.
8350 Adapt to the new char-offsets.
8351 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8352 Adapt to the new diff-find-source-location.
8353 (diff-goto-source): Adapt to the new diff-find-source-location.
8354
8355 * add-log.el (add-log-file-name): New function (split out of
8356 add-change-log-entry).
8357 (add-change-log-entry): Use it.
8358 Call add-log-file-name-function with the changelog file name if
8359 the current buffer is not associated with any file.
8360 Avoid find-file if the selected window is dedicated.
8361
8362 * diff-mode.el (diff-find-source-location):
8363 Move code from diff-apply-hunk. Return buffer rather than file.
8364 (diff-apply-hunk): Use the new result from diff-find-source-location.
8365 (diff-goto-source): Use the new diff-find-source-location.
8366
83672000-09-20 Dave Love <fx@gnu.org>
8368
8369 * iswitchb.el: Some doc fixes.
8370 (iswitchb-mode-map): Define completely initially. Inherit
8371 minibuffer-local-map.
8372 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8373 fundamental-mode.
8374 (iswitchb-global-map): New variable.
8375 (iswitchb-summaries-to-end): Amalgamate regexps.
8376 (iswitchb-mode): New.
8377 (iswitchb-mode-hook): New variable.
8378 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8379 `extensions'.
8380
83812000-09-20 Gerd Moellmann <gerd@gnu.org>
8382
8383 * ehelp.el (electric-help): New defgroup.
8384 (electric-help-shrink-window): New user-option.
8385 (with-electric-help): Use it.
8386
8387 * window.el (shrink-window-if-larger-than-buffer): If face
8388 `mode-line' has a :box, and we're on a graphical frame, add 1
8389 to the needed window height.
8390
8391 * frame.el (frame-notice-user-settings): Add a last parameter nil
8392 to a call to `append', because the last list passed to `append' is
8393 not copied, and so subsequent calls to assq-delete-all will modify
8394 default-frame-alist.
8395
8396 * startup.el (fancy-splash-image): Change :type.
8397 (fancy-splash-head): Use an XBM image if appropriate.
8398 (command-line-1): Show splash screens in more cases.
8399
8400 * startup.el (fancy-splash-text): Don't quote faces.
8401
8402 * dired.el (dired-font-lock-keywords): Undo last change.
8403 (dired-readin): Bind indent-tabs-mode to nil.
8404
8405 * startup.el (fancy-splash-head): If frame's background mode
8406 is `dark', change the black background of the image to gray.
8407 (fancy-splash-screens): Display startup echo area message.
8408 (display-startup-echo-area-message): New function.
8409
84102000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8411
8412 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8413
8414 * info.el (info-header-node): Tweak for color ttys.
8415
8416 * faces.el (face-valid-attribute-values): Make sure directories we
8417 search for stipples both exist and are readable before trying to
8418 search them.
8419
8420 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8421 in the dry-run case.
8422
8423 * jka-compr.el (with-auto-compression-mode): New macro.
8424
8425 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8426 (custom-group-tag-face, custom-variable-tag-face): Use relative
8427 :height and inherit from `variable-pitch' face instead of
8428 hardwiring :family.
8429 * hi-lock.el (hi-black-hb): Likewise.
8430
8431 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8432 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8433 toolbar-add-item, if image doesn't have a mask add a `:mask
8434 heuristic'.
8435
84362000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8437
8438 * diff-mode.el: Docstring fixes.
8439 (diff-header-face, diff-comment-face): New faces.
8440 (diff-font-lock-keywords): Highlight a bit differently.
8441 (diff-find-source-location): Don't return SPAN any more.
8442 (diff-hunk-text): Don't bother erasing the temp buffer.
8443 (diff-find-text): Drop argument LINE.
8444 (diff-apply-hunk): Update calls to diff-find-text.
8445 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8446
8447 * calendar/calendar.el: Docstring fixes.
8448 (calendar-make-alist): Don't quote lambda.
8449 (calendar-star-date): Use make-local-variable.
8450
84512000-09-19 Dave Love <fx@gnu.org>
8452
8453 * toolbar/tool-bar.el: Renamed from toolbar.el.
8454 Change `toolbar' to `tool-bar' generally in symbols.
8455 Make some items invisible in `special' major modes.
8456 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8457 Add arg PROPS.
8458
8459 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8460 Add :version here.
8461 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8462
84632000-09-19 Gerd Moellmann <gerd@gnu.org>
8464
8465 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8466
8467 * files.el (find-file-suppress-same-file-warnings): New user-option.
8468 (find-file-noselect): Use it.
8469
8470 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8471 (fancy-splash-screen): Defgroup.
8472
8473 * add-log.el (change-log-font-lock-keywords): Match names
8474 more exactly for the case that font-lock-constant-face is
8475 underlined.
8476
84772000-09-19 Richard M. Stallman <rms@gnu.org>
8478
8479 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8480
84812000-09-19 Andre Spiegel <spiegel@gnu.org>
8482
8483 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8484
84852000-09-19 Gerd Moellmann <gerd@gnu.org>
8486
8487 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8488 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8489 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8490 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8491 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8492 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8493 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8494 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8495 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8496 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8497 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8498 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8499
8500 * startup.el (fancy-splash-text): New variable.
8501 (fancy-splash-delay, fancy-splash-image): New user-options.
8502 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8503 (fancy-splash-screens): New functions.
8504 (command-line-1): If display has a `display' frame parameter, has
8505 colors, and we have XPM support, show more fancy splash screens.
8506
85072000-09-19 Dave Love <fx@gnu.org>
8508
8509 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8510 with null `help'. Use modern backquote syntax.
8511
85122000-09-19 Gerd Moellmann <gerd@gnu.org>
8513
8514 * font-lock.el (font-lock-mode): Change message telling the user
8515 that ``the buffer is too big''.
8516
8517 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8518 for instance for the case that tab-width is 2.
8519
85202000-09-18 Gerd Moellmann <gerd@gnu.org>
8521
8522 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8523 toolbar-add-item, if image doesn't have a mask add a `:mask
8524 heuristic'.
8525
85262000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8527
8528 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8529 and return a cons if it's non-nil.
8530 (diff-apply-hunk): Try to jump to the line in the source text
8531 corresponding to the position of point in the in the hunk.
8532
8533 * info.el (Info-title-3-face, Info-title-2-face)
8534 (Info-title-1-face): Use face inheritance and relative sizes
8535 instead of hard-wiring things.
8536
8537 * faces.el (secondary-selection): Make dark-background variant sane.
8538
85392000-09-16 Andrew Innes <andrewi@gnu.org>
8540
8541 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8542 read-only, since they aren't under VC now.
8543
85442000-09-17 Dave Love <fx@gnu.org>
8545
8546 * tmm.el: Replace mapcar with mapc in several places.
8547
8548 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8549 ad-unadvise.
8550
8551 * international/latin1-disp.el: New file.
8552
8553 * calendar/cal-move.el (scroll-calendar-left)
8554 (scroll-calendar-right): Make arg optional (for active mode line).
8555
8556 * calendar/calendar.el (calendar-mode-line-format): Make fields
8557 mouse-sensitive.
8558 (calendar-read-date, calendar-read-date, calendar-window-list):
8559 Unquote lambda.
8560 (calendar-month-name): Use aref, not sref.
8561
8562 * view.el (minor-mode-alist): Propertize the string.
8563
8564 * international/characters.el (standard-case-table): Add entries
8565 for Greek.
8566
85672000-09-18 Miles Bader <miles@gnu.org>
8568
8569 * info.el (info-node, info-xref): Add dark-background variants.
8570
8571 * faces.el (header-line): Change defaults to be less confusing
8572 when mixed with mode-lines.
8573
8574 * info.el (Info-fontify-node): Make a few cleanups.
8575 Add extra `help-echo' and `local-map' props to node xrefs.
8576 Use header-specific faces for node-names & xrefs.
8577 (Info-use-header-line): New variable.
8578 (info-header-xref, info-header-node): New faces.
8579 (Info-setup-header-line): New function.
8580 (Info-select-node): Call Info-setup-header-line when enabled.
8581 (Info-extract-pointer): Work even if the header line is hidden.
8582 (Info-header-line): New variable.
8583
85842000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8585
8586 * vms-patch.el (print-region-function): Don't quote lambda.
8587
8588 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8589
8590 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8591 (lm-get-header-re): Allow spaces between the header and the colon.
8592 (lm-header): Allow $ in non-RCS headers.
8593 (lm-header-multiline): Put the strings back into order.
8594 Stop at an empty line. Don't require two space chars if the
8595 line is clearly not another header line.
8596
8597 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8598 (popup-menu-popup): Remove.
8599
86002000-09-15 Gerd Moellmann <gerd@gnu.org>
8601
8602 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8603 specification if or if not tool-bar item contains an `:enabled'
8604 property.
8605
8606 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8607 current buffer has no file name.
8608
86092000-09-15 Dave Love <fx@gnu.org>
8610
8611 * strokes.el: Sync with maintainer's current version with changes
8612 for Emacs, but avoid runtime cl and levents.
8613 (toplevel): Change autoloads and compilation requires.
8614 (strokes-version, strokes-bug-address, strokes-lift): Values
8615 changed.
8616 (strokes-xpm-header, strokes-insinuated): New variable.
8617 (strokes): Add :link.
8618 (strokes-mode): Customized.
8619 (strokes-while-inhibiting-garbage-collector): New macro.
8620 (strokes-remassoc): Avoid remove-if.
8621 (strokes-fix-button2-command): Don't use ad-do-it.
8622 (strokes-insinuate): New function.
8623 (strokes-button-press-event-p, strokes-button-release-event-p):
8624 New functions, used instead of non-`strokes-' versions..
8625 (strokes-mouse-event-p): Rewritten.
8626 (strokes-event-closest-point): Avoid event-point.
8627 (strokes-get-grid-position): Avoid cdadr, caadr
8628 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8629 functions.
8630 (strokes-help): Use with-output-to-temp-buffer.
8631 (strokes-window-configuration-changed-p): New function.
8632 (strokes-update-window-configuration): Use buffer-live-p,
8633 strokes-window-configuration-changed-p.
8634 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8635 (strokes-char-face): New face.
8636 (strokes-char-table, strokes-base64-chars): New variable.
8637 (strokes-xpm-for-stroke, strokes-list-strokes)
8638 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8639 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8640 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8641 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8642 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8643 functions.
8644
86452000-09-15 Gerd Moellmann <gerd@gnu.org>
8646
8647 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8648
8649 * image.el (create-image): Doc fix.
8650
8651 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8652 instead of `:heuristic-mask t'.
8653
86542000-09-14 Andrew Innes <andrewi@gnu.org>
8655
8656 * makefile.w32-in: Revert to Unix line endings.
8657
86582000-09-14 Andrew Innes <andrewi@gnu.org>
8659
8660 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8661 when installing.
8662
8663 * makefile.nt (DONTCOMPILE): Fix typo.
8664
8665 * shell.el (shell-write-history-on-exit): New function.
8666 (shell-dumb-shell-regexp): New custom variable.
8667 (shell-mode): Make shell-write-history-on-exit the process
8668 sentinel if shell name matches shell-dumb-shell-regexp.
8669
8670 * w32-fns.el: Comment out before-init-hook function which resets
8671 source-directory based; this breaks bootstrap.
8672
86732000-09-14 Dave Love <fx@gnu.org>
8674
8675 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8676 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8677 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8678 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8679 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8680 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8681 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8682 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8683 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8684
8685 * toolbar/toolbar.el: New.
8686
8687 * subdirs.el: Add toolbar.
8688
86892000-09-14 Gerd Moellmann <gerd@gnu.org>
8690
8691 * indent.el (indent-for-tab-command): Doc fix.
8692
86932000-09-14 Alex Schroeder <alex@gnu.org>
8694
8695 * ansi-color.el (ansi-colors): Doc change.
8696 (ansi-color-get-face): Simplified regexp.
8697 (ansi-color-faces-vector): Added more faces, doc change.
8698 (ansi-color-names-vector): Doc change.
8699 (ansi-color-regexp): Simplified regexp.
8700 (ansi-color-parameter-regexp): New regexp.
8701 (ansi-color-filter-apply): Doc change.
8702 (ansi-color-filter-region): Doc change.
8703 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8704 deal with zero length parameters.
8705 (ansi-color-apply-on-region): Doc change.
8706 (ansi-color-map): Doc change.
8707 (ansi-color-map-update): Removed debugging message.
8708 (ansi-color-get-face-1): Added condition-case to trap
8709 args-out-of-range errors.
8710 (ansi-color-get-face): Doc change.
8711 (ansi-color-make-face): Removed.
8712 (ansi-color-for-shell-mode): New option.
8713
87142000-09-13 Kenichi Handa <handa@etl.go.jp>
8715
8716 * international/quail.el (quail-start-translation): Translate KEY
8717 if necessary even if it doesn't have any mapping in the current
8718 input method.
8719 (quail-start-conversion): Likewise.
8720 (quail-help): The output message is improved.
8721
87222000-09-13 Miles Bader <miles@gnu.org>
8723
8724 * comint.el (comint-output-filter): Revert to using
8725 `insert-before-markers'. Add bletcherous hack to undo damage
8726 caused by `insert-before-markers'. Put `front-sticky' property on
8727 overlays created here so that the field code understands how the
8728 overlay works. Use a let when making comint-last-prompt-overlay,
8729 so that the code is easier to read.
8730
87312000-09-13 Dave Love <fx@gnu.org>
8732
8733 * wid-edit.el (widget-default-format-handler): DTRT when
8734 doc-property is a function.
8735
87362000-09-12 Francesco Potorti` <pot@gnu.org>
8737
8738 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8739 filed name if it's not there.
8740
87412000-09-12 Dave Love <fx@gnu.org>
8742
8743 * simple.el (read-mail-command): Doc fix.
8744 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8745
8746 * vc.el (vc-dired-listing-switches): Fix :version.
8747
8748 * vc-hooks.el: Doc fixes.
8749
8750 * subr.el (add-minor-mode): Use toggle-fun arg.
8751
8752 * speedbar.el: Add :version to several defcustoms.
8753
8754 * imenu.el (imenu--truncate-items, imenu--cleanup)
8755 (imenu--generic-function): Avoid mapcar.
8756 (imenu--replace-spaces): Function removed.
8757 (imenu--completion-buffer): Use subst-char-in-string.
8758 (imenu-add-to-menubar): Use keymap inheritance.
8759
87602000-09-12 Miles Bader <miles@gnu.org>
8761
8762 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8763 (diff-mode-map): Bind `diff-test-hunk'.
8764 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8765
87662000-09-11 Gerd Moellmann <gerd@gnu.org>
8767
8768 * bytecomp.el (byte-compile-defvar): Undo last change
8769 because it breaks '(make-variable-buffer-local (defvar ...)'
8770 which is used at least in dired.
8771
87722000-09-12 Kenichi Handa <handa@etl.go.jp>
8773
8774 * international/quail.el (quail-define-package): Docstring
8775 modified.
8776
87772000-09-12 Kenichi Handa <handa@etl.go.jp>
8778
8779 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8780 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8781 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8782 docstring of "chinese-py".
8783
8784 * international/quail.el (quail-translation-docstring): New
8785 variable.
8786 (quail-show-keyboard-layout): Docstring modified.
8787 (quail-select-current): Likewise.
8788 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8789 infinite recursive call.
8790 (quail-help): Check quail-translation-docstring. Format of the
8791 output changed.
8792 (quail-help-insert-keymap-description): Adjusted for the above
8793 change.
8794
87952000-09-11 Gerd Moellmann <gerd@gnu.org>
8796
8797 * bytecomp.el (byte-compile-defvar): Only cons onto
8798 current-load-list in top-level forms. Else this leaks a cons cell
8799 every time a defun is called.
8800
88012000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8802
8803 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8804 Now understands non-unified diffs. Some functionality moved into
8805 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8806 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8807 modify anything. Only reposition point in the patched file if the
8808 patch succeeds. Only pop up another window if POPUP is true.
8809 Emit a message describing what happened if successful, and at what
8810 line-offset. Automatically detect reversed hunks and do something
8811 appropriate.
8812 (diff-hunk-text, diff-find-text): New functions.
8813 (diff-filter-lines): Function removed.
8814 (diff-test-hunk): New function.
8815 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8816
88172000-09-10 Dave Love <fx@gnu.org>
8818
8819 * textmodes/tildify.el: Minor doc/commentary fixes.
8820 (tildify) <defgroup>: Add :version.
8821
8822 * faces.el (face-x-resources): Make custom type more specific.
8823 (frame-background-mode): Use mapc.
8824 (region) <defcustom>: Add :version.
8825
88262000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8827
8828 * vc-sccs.el (vc-sccs-register):
8829 * vc-rcs.el (vc-rcs-register):
8830 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8831 * vc.el (vc-register): Clear file's properties.
8832
88332000-09-08 Gerd Moellmann <gerd@gnu.org>
8834
8835 * faces.el (face-spec-set): Only face-spec-reset-face when
8836 ATTRS is non-nil.
8837
88382000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8839
8840 * help.el (help-insert-xref-button): Fix a typo in doc string.
8841
88422000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8843
8844 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8845 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8846 methods.
8847
8848 * menu-bar.el (read-mail-item-name): New function.
8849 (menu-bar-tools-menu): Use it to compute and display the package
8850 used to read email.
8851 (menu-bar-tools-menu): Fix typo in GUD's help string.
8852
88532000-09-07 Dave Love <fx@gnu.org>
8854
8855 * diff-mode.el (diff-mouse-goto-source): New function.
8856
8857 * vc-sccs.el: Doc fixes.
8858 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8859
8860 * vc-rcs.el: Doc fixes.
8861 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8862 (vc-rcs-checkout-switches, vc-rcs-header)
8863 (vc-rcs-master-templates): Add or change :version.
8864
8865 * vc-cvs.el: Doc fixes.
8866 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8867 (vc-cvs-stay-local): Add :version.
8868
8869 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8870
88712000-09-07 Kenichi Handa <handa@etl.go.jp>
8872
8873 * international/quail.el (quail-help): Fix previous change.
8874
88752000-09-07 Gerd Moellmann <gerd@gnu.org>
8876
8877 * faces.el (color-values): Doc fix.
8878
8879 * faces.el (frame-set-background-mode): Use frame-parameter
8880 instead of frame-parameters.
8881
8882 * frame.el (filtered-frame-list): Reduce consing.
8883 (frames-on-display-list): Call frame-parameter instead of
8884 frame-parameters.
8885
88862000-09-07 Kenichi Handa <handa@etl.go.jp>
8887
8888 * language/devan-util.el (devanagari-to-indian-region): In the
8889 loop, change the following char, not preceding char.
8890
88912000-09-07 Gerd Moellmann <gerd@gnu.org>
8892
8893 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8894 instead of frame-parameters.
8895
8896 * faces.el (set-face-attribute): Simplify by calling
8897 internal-set-lisp-face-attribute with FRAME being 0.
8898
8899 * vc.el: Remove `Id' version control keyword.
8900
89012000-09-07 Kenichi Handa <handa@etl.go.jp>
8902
8903 * help.el (help-make-xrefs): Adjusted for the change of
8904 help-xref-mule-regexp.
8905 (help-insert-xref-button): New function.
8906
8907 * international/mule-cmds.el (help-xref-mule-regexp-template):
8908 Include the pattern for character set.
8909 (leim): New group.
8910
8911 * international/quail.el: Don't require face.
8912 (quail): New group.
8913 (quail-other-command): Dummy command to make quail-help work better.
8914 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8915 (quail-keyboard-layout-substitution): New variable.
8916 (quail-update-keyboard-layout): New function.
8917 (quail-keyboard-layout-type): New customizable variable.
8918 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8919 (quail-keyboard-translate): Pay attention to
8920 quail-keyboard-layout-substitution.
8921 (quail-insert-kbd-layout): New function.
8922 (quail-show-keyboard-layout): New function.
8923 (quail-get-translation): If the definition is a vector of length
8924 1, and the element is a string of length 1, return the character
8925 in that string.
8926 (quail-update-current-translations): Fix the case of
8927 relative-index out of range.
8928 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8929 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8930 Show key sequences for all available characters.
8931 (quail-help-insert-keymap-description): Don't show such verbose
8932 key bindings as quail-self-insert-command.
8933
8934 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8935 Format changed, and each element now have extra documentations.
8936 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8937 Adjusted for the change of quail-cxterm-package-ext-info.
8938
89392000-09-06 Gerd Moellmann <gerd@gnu.org>
8940
8941 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8942 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8943 during bootstrap.
8944
89452000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8946
8947 * vc.el: (toplevel): Don't require `dired' at run-time.
8948 (vc-dired-resynch-file): Remove autoload cookie.
8949
89502000-09-05 Andre Spiegel <spiegel@gnu.org>
8951
8952 * vc.el: Made several backend functions optional.
8953 (vc-default-responsible-p): New function.
8954 (vc-merge): Use RET for first version to trigger merge-news, not
8955 prefix arg.
8956 (vc-annotate): Handle backends that do not support annotation.
8957 (vc-default-merge-news): Removed. The existence of a merge-news
8958 implementation is now checked on caller sites.
8959
8960 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8961 case.
8962
8963 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8964 special case that has been removed from the default in vc-hooks.el.
8965
89662000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8967
8968 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8969
89702000-09-05 Andre Spiegel <spiegel@gnu.org>
8971
8972 * vc-hooks.el: Require vc during compilation.
8973 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8974 macro `with-vc-properties' in vc.el.
8975 (vc-file-getprop): Doc fix.
8976 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8977
8978 * vc.el: Require dired-aux during compilation.
8979 (vc-name-assoc-file): Moved to vc-sccs.el.
8980 (with-vc-properties): New macro.
8981 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8982 vc-finish-steal): Use it.
8983 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8984 to the backend-specific function is now supposed to do the checkout,
8985 too.
8986 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8987
8988 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8989 set file properties; that gets done in the generic code now.
8990
8991 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8992 Changed parameter list, added code from vc.el that does the
8993 checkout, possibly with a double-take.
8994
8995 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8996 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8997 the above under the new name.
8998 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8999 parameter list, added checkout command.
9000 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9001 properties; that gets done in the generic code now.
9002
90032000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9004
9005 * vc.el: Docstring fixes (courtesy of checkdoc).
9006
90072000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9008
9009 * vc.el (vc-checkout-writable-buffer-hook)
9010 (vc-checkout-writable-buffer): Remove.
9011 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9012 (vc-log-mode): Make it into a clean derived major mode.
9013 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9014 vc-log-mode if log-edit is not available.
9015 (vc-dired-mode-map): Don't set-keymap-parent yet.
9016 (vc-dired-mode): Do set-keymap-parent here.
9017 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9018
90192000-09-05 Gerd Moellmann <gerd@gnu.org>
9020
9021 * faces.el (set-face-attribute, face-spec-reset-face)
9022 (face-spec-set): Avoid consing by removing calls to `apply'.
9023
9024 * frame.el (frame-parameter): Move to C code.
9025
90262000-09-05 Dave Love <fx@gnu.org>
9027
9028 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9029 insert-before-markers-and-inherit. Now checked systematically!
9030
90312000-09-05 Alex Schroeder <alex@gnu.org>
9032
9033 * sql.el (sql-postgres): Use sql-postgres-options.
9034 (sql-postgres-options): New variable.
9035
90362000-09-05 Alex Schroeder <alex@gnu.org>
9037
9038 * sql.el (sql-mode-menu): Work around missing variable mark-active
9039 in XEmacs.
9040 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9041 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9042 compatibility.
9043
90442000-09-04 Gerd Moellmann <gerd@gnu.org>
9045
9046 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9047
9048 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9049
9050 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9051
90522000-09-04 Andre Spiegel <spiegel@gnu.org>
9053
9054 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9055 don't support anything else under SCCS yet.
9056
9057 * vc-hooks.el: Minor doc fixes.
9058
90592000-09-04 Andre Spiegel <spiegel@gnu.org>
9060
9061 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9062 not necessary. If verbose in state `needs-patch', do the same as
9063 under `up-to-date'. When NOT verbose and `needs-patch', check out
9064 latest version instead of `merge-news'.
9065 (vc-next-action-dired): Don't mess with default-directory here; it
9066 breaks other parts of dired. It is the job of the
9067 backend-specific functions to adjust it temporarily if they need it.
9068 (vc-next-action): Remove a special CVS case.
9069 (vc-clear-headers): New optional arg FILE.
9070 (vc-checkin, vc-checkout): Set properties vc-state and
9071 vc-checkout-time properly.
9072 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9073 (vc-print-log): Use new backend function `show-log-entry'.
9074 (vc-cancel-version): Do the checks in a different order. Added a
9075 FIXME concerning RCS-only code.
9076
9077 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9078 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9079
9080 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9081
9082 * vc-hooks.el (vc-default-mode-line-string): Show state
9083 `needs-patch' as a `-' too.
9084
90852000-09-04 Andre Spiegel <spiegel@gnu.org>
9086
9087 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9088 (vc-default-could-register): New function.
9089 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9090 (vc-resynch-buffer): Call vc-dired-resynch-file.
9091 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9092 vc-resynch-buffer instead of vc-resynch-window.
9093 (vc-next-action-dired): Don't redisplay here, that gets done as a
9094 result of the individual file operations.
9095 (vc-retrieve-snapshot): Corrected prompt order.
9096
9097 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9098
9099 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9100 as well.
9101 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9102 hostname regexps. Updated all callers.
9103 (vc-cvs-responsible-p): Handle directories as well.
9104 (vc-cvs-could-register): New function.
9105 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9106 properties up-to-date.
9107
9108 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9109 user whether to create one.
9110
91112000-09-04 Andre Spiegel <spiegel@gnu.org>
9112
9113 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9114 check out a non-existing file.
9115
9116 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9117 workfile does not exist.
9118
9119 * vc.el (vc-version-diff): Use `require' to check for existence of
9120 diff-mode.
9121
91222000-09-04 Andre Spiegel <spiegel@gnu.org>
9123
9124 * vc-cvs.el (vc-cvs-registered): Use new function
9125 vc-cvs-parse-entry to do the actual work.
9126
91272000-09-04 Andre Spiegel <spiegel@gnu.org>
9128
9129 * vc-hooks.el (vc-find-backend-function): If function doesn't
9130 exist, return nil instead of error.
9131 (vc-call-backend): Doc fix.
9132
9133 * vc.el (vc-do-command): Doc fix.
9134 (vc-finish-logentry): When checking in from vc-dired, choose the
9135 right backend for logentry check.
9136 (vc-dired-mode-map): Inherit from dired-mode-map.
9137 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9138 simplified.
9139 (vc-dired-state-info): Removed, updated caller.
9140 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9141 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9142 (vc-dired-listing-switches): New variable.
9143 (vc-directory): Use it, instead of dired-listing-switches.
9144
9145 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9146 (vc-cvs-dir-state): New function.
9147 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9148 (vc-cvs-parse-entry): New function, also to be used in
9149 vc-cvs-registered.
9150
91512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9152
9153 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9154 *or* single-window-frames.
9155
91562000-09-04 Andre Spiegel <spiegel@gnu.org>
9157
9158 * vc.el (vc-update-changelog): Split into generic part and default
9159 implementation. Doc string adapted.
9160 (vc-default-update-changelog): New function. Call the `rcs2log'
9161 script in exec-directory, to fix a long-standing nuisance.
9162
9163 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9164 simply signals an error.
9165
91662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9167
9168 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9169 control-flow more clear and to avoid running `cvs' twice.
9170
9171 * vc.el (vc-next-action-on-file): Doc fix.
9172 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9173 (vc-print-log): Eval `file' before constructing the continuation.
9174
91752000-09-04 Andre Spiegel <spiegel@gnu.org>
9176
9177 * vc.el (vc-next-action-on-file): Corrected several messages.
9178 (vc-merge): Add prefix arg `merge-news'; handle it.
9179
9180 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9181 is not reached. It is.
9182 (vc-cvs-merge): Set state to 'edited after merge.
9183 (vc-cvs-merge-news): Set workfile version to nil if not known.
9184 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9185
9186 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9187 via stdout. (Merge from main line.)
9188
91892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9190
9191 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9192 detection.
9193
91942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9195
9196 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9197 against kill-all-local-variables.
9198 (vc-log-edit): Don't save vc-parent-buffer any more.
9199 (vc-last-comment-match): Initialize to an empty string.
9200 (vc-post-command-functions): New hook.
9201 (vc-do-command): Run it.
9202 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9203 (vc-finish-logentry): Only add the comment to the ring if it's
9204 different from the last comment entered.
9205 (vc-new-comment-index): New function.
9206 (vc-previous-comment): Use it. Make the minibuffer message
9207 slightly less terse.
9208 (vc-comment-search-reverse): Make it work forward as well. Don't
9209 set vc-comment-ring-index if no match is found. Use
9210 vc-new-comment-index.
9211 (vc-comment-search-forward): Use vc-comment-search-reverse.
9212 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9213 define-derived-mode will do it for us. Bind `v' to a keymap that
9214 inherits from vc-prefix-map so that we can bind `vt' without
9215 binding C-x v t.
9216 (vc-retrieve-snapshot): Parenthesis typo.
9217
9218 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9219 to 1. Make sure to switch to *vc* before looking for an error
9220 message. Use vc-parse-buffer.
9221
92222000-09-04 Andre Spiegel <spiegel@gnu.org>
9223
9224 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9225 and NAME.
9226 (vc-retrieve-snapshot): Split into two parts.
9227 (vc-default-retrieve-snapshot): New function.
9228
9229 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9230 (vc-cvs-retrieve-snapshot): New function (untested).
9231 (vc-cvs-stay-local): Default to t.
9232 (vc-cvs-remote-p): New function and property.
9233 (vc-cvs-state): Stay local only if the above is t.
9234 (vc-handle-cvs): Removed.
9235 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9236 done via vc-handled-backends now.
9237 (vc-cvs-header): Escape Id.
9238
92392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9240
9241 * vc.el (vc-do-command): Remove unused commands.
9242 (vc-version-diff): Make sure default-directory ends with a slash.
9243 Move the window commands into a vc-exec-after.
9244 (vc-print-log): Move more of the code into the `vc-exec-after'.
9245
92462000-09-04 Andre Spiegel <spiegel@gnu.org>
9247
9248 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9249 (vc-print-log): Search current revision from beginning of buffer.
9250 (vc-revert-buffer): Clear echo area after the diff is finished.
9251 (vc-prefix-map): Removed definition of "t" for terse display in vc
9252 dired.
9253 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9254 definition of "vt" for terse display.
9255 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9256
92572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9258
9259 * vc.el (vc-exec-after): Avoid caddr.
9260
92612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9262
9263 * vc.el (vc-exec-after): New function.
9264 (vc-do-command): Use it to add a termination message for async
9265 procs.
9266 (vc-checkout): Try to handle a missing-backend situation.
9267 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9268 of a directory with a backend using async diffs.
9269 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9270 present.
9271
9272 * vc-sccs.el (vc-sccs-state-heuristic): Use
9273 file-ownership-preserved-p.
9274
9275 * vc-rcs.el (vc-rcs-state-heuristic): Use
9276 file-ownership-preserved-p.
9277 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9278
92792000-09-04 Andre Spiegel <spiegel@gnu.org>
9280
9281 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9282 vc-do-command.
9283
9284 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9285 when there are no changes.
9286
92872000-09-04 Andre Spiegel <spiegel@gnu.org>
9288
9289 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9290
9291 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9292
92932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9294
9295 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9296
9297 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9298 the `fset' outside of the defvar so that it works even if
9299 vc-prefix-map was already defined.
9300 (vc-setup-buffer): New function, split out of vc-do-command.
9301 (vc-do-command): Allow BUFFER to be t to mean `just use the
9302 current buffer without any fuss'.
9303 (vc-version-diff): Change the `diff' backend operation to just put
9304 the diff in the current buffer without erasing it. Always use
9305 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9306 shrink-window-if-larger-than-buffer.
9307 (vc-print-log): Change the `print-log' backend operation to just
9308 put the log in the current buffer without erasing it. Protect
9309 shrink-window-if-larger-than-buffer.
9310 (vc-update-change-log): Fix setd typo.
9311
9312 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9313 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9314
9315 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9316 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9317 CMP.
9318
9319 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9320 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9321 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9322
93232000-09-04 Andre Spiegel <spiegel@gnu.org>
9324
9325 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9326 not possible, use vc-BACKEND-workfile-unchanged-p.
9327 (vc-default-workfile-unchanged-p): New function. Delegates to a
9328 full vc-BACKEND-diff.
9329
9330 * vc-hooks.el (vc-simple-command): Removed.
9331
9332 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9333 instead of vc-simple-command.
9334 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9335 avoid doing a diff when opening a file.
9336 (vc-rcs-state): Added check for unlocked-changes.
9337 (vc-rcs-header): Escape Id.
9338 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9339 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9340 version.
9341
9342 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9343 (vc-sccs-diff): Remove optional arg CMP.
9344 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9345 SCCS-specific function.
9346
9347 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9348 vc-simple-command.
9349
93502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9351
9352 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9353 (with-vc-file, vc-merge): Use vc-editable-p.
9354 (vc-do-command): Remove unused var vc-file and fix the
9355 doubly-defined `status' var. Add a user message when starting an
9356 async command.
9357 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9358 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9359 Use with-current-buffer.
9360 (vc-buffer-sync): Use unless.
9361 (vc-next-action-on-file): If the file is 'edited by read-only,
9362 make it read-write instead of trying to commit.
9363 (vc-version-diff, vc-update-change-log): Use `setq
9364 default-directory' rather than `cd'.
9365 (vc-log-edit): Don't forget to set default-directory in the
9366 buffer.
9367
9368 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9369 (vc-sccs-state-heuristic): Use file-writable-p instead of
9370 comparing userids.
9371 (vc-sccs-checkout): Use `unless'.
9372
9373 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9374 of comparing userids.
9375 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9376 Simplify the logic by eliminating unreachable code.
9377 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9378 just do a recursive call if we need to retry.
9379 (vc-rcs-checkout): Handle the case where rcs is missing by making
9380 the buffer read-write if requested and re-signalling the error.
9381
9382 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9383
93842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9385
9386 * vc-hooks.el (vc-handled-backends): Docstring change.
9387 (vc-ignore-vc-files): Mark obsolete.
9388 (vc-registered): Check vc-ignore-vc-files.
9389 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9390 vc-ignore-vc-files.
9391
9392 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9393
93942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9395
9396 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9397 files since ange-ftp already has vc-registered return nil.
9398
9399 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9400 (vc-sccs-workfile-version): Use with-temp-buffer and new
9401 vc-parse-buffer and don't bother setting the property.
9402 (vc-sccs-add-triple): Use with-current-buffer and
9403 find-file-noselect.
9404 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9405
9406 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9407 derives from the old vc-parse-buffer but uses the revision number
9408 rather than the date (much easier to compare robustly).
9409 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9410 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9411 locking-user more directly. Check strict locking and set
9412 checkout-model appropriately.
9413 (vc-rcs-parse-locks): Remove.
9414 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9415 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9416 (vc-rcs-system-release): Use with-current-buffer and
9417 vc-parse-buffer.
9418 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9419
9420 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9421 (vc-simple-command): Docstring fix.
9422 (vc-registered): Align the way the file-handler is called with the
9423 way the function itself works.
9424 (vc-file-owner): Remove.
9425
9426 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9427 extraction of fields and call to file-attributes because of a
9428 temporary bug in rcp.el.
9429 (vc-cvs-fetch-status): Use with-current-buffer.
9430
94312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9432
9433 * vc.el (vc-do-command): Use file-relative-name.
9434 (vc-responsible-backend): Use vc-backend if possible.
9435 (vc-create-snapshot): Improve the `interactive' spec. Add support
9436 for branches and dispatch to backend-specific `create-snapshot'.
9437 (vc-default-create-snapshot): New function, containing the bulk of
9438 the old vc-create-snapshot.
9439 (vc-retrieve-snapshot): Improve the interactive spec.
9440
9441 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9442 (vc-backend-hook-functions): Remove.
9443 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9444 (vc-backend): Reintroduce the test for `file = nil' now that I
9445 know why it was there (and added a comment to better remember).
9446
9447 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9448 code from vc-sccs-hooks.el.
9449 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9450 'vc anymore.
9451 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9452 and file-directory-p instead of file-exists-p.
9453 (vc-sccs-check-headers): Simplify the regexp.
9454
9455 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9456 from vc-rcs-hooks.el. Don't require 'vc anymore.
9457 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9458 file-directory-p instead of file-exists-p.
9459
9460 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9461 from vc-cvs-hooks.el.
9462 (proto vc-cvs-registered): Require 'vc-cvs instead of
9463 'vc-cvs-hooks. Don't require 'vc anymore.
9464 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9465 file-directory-p instead of file-exists-p.
9466 (vc-cvs-create-snapshot): New function, replacing
9467 vc-cvs-assign-name.
9468 (vc-cvs-assign-name): Remove.
9469
94702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9471
9472 * vc-cvs.el (vc-cvs-header): New var.
9473
9474 * vc-rcs.el (vc-rcs-exists): Remove.
9475 (vc-rcs-header): New var.
9476
9477 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9478 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9479 (vc-sccs-header): New var.
9480
9481 * vc.el (vc-do-command): Get rid of the `last' argument.
9482 (vc-header-alist): Remove, replaced by vc-X-header.
9483 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9484 (vc-dired-hook): Use expand-file-name instead of concat.
9485 (vc-directory): Use file-name-as-directory.
9486 (vc-snapshot-precondition, vc-create-snapshot)
9487 (vc-retrieve-snapshot): Allow the command to operate on any
9488 directory.
9489
9490 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9491 just removing the 'WORKFILE argument or by removing the 'MASTER
9492 argument and replacing `file' with (vc-name file).
9493
94942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9495
9496 * vc.el: Update Copyright and add a crude list of backend funs.
9497 (vc-writable-p): New function.
9498 (with-vc-file): Use vc-writable-p.
9499 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9500 (vc-register): Avoid vc-name.
9501 (vc-locking-user): Remove.
9502 (vc-steal-lock): Make the `owner' arg non-optional.
9503 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9504 vc-checkout-model.
9505 (vc-default-dired-state-info): Use vc-state instead of
9506 vc-locking-user and return special strings for special states.
9507 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9508 and get rid of one of the special CVS cases.
9509 (vc-cancel-version): prettify error message with \\[...].
9510 (vc-rename-master): New function.
9511 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9512 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9513 the CVS special case generic.
9514 (vc-default-record-rename): Remove.
9515 (vc-file-tree-walk-internal): Only call FUNC for files that are
9516 under control of some VC backend and replace `concat' with
9517 expand-file-name.
9518 (vc-file-tree-walk): Update docstring.
9519 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9520 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9521
9522 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9523 vc-sccs-record-rename. Use `find-file-noselect' rather than
9524 `find-file' and call `vc-rename-master' to do the actual move.
9525 (vc-sccs-diff): Remove unused `backend' variable.
9526
9527 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9528 to delay loading of vc-sccs until it is really used.
9529 (vc-sccs-master-templates): Preload.
9530 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9531 (vc-sccs-project-dir): Remove (merged into
9532 vc-sccs-search-project-dir).
9533 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9534 rather than `concat', make sure it is preloaded and don't bother
9535 to check that the file actually exists.
9536 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9537 `locks' argument (use buffer's content instead) and eliminate n^2
9538 behavior.
9539
9540 * vc-rcs.el: Update Copyright.
9541 (vc-rcs-rename-file): New function.
9542 (vc-rcs-diff): Remove unused `backend' variable.
9543
9544 * vc-hooks.el: Update Copyright.
9545 (vc-backend): Don't accept a nil argument any more.
9546 (vc-up-to-date-p): Turn into a defsubst.
9547 (vc-possible-master): New function.
9548 (vc-check-master-templates): Use `vc-possible-master' and allow
9549 funs in vc-X-master-templates to return a non-existent file.
9550
9551 * vc-cvs.el: Update Copyright.
9552 (vc-cvs-diff): Remove unused `backend' variable.
9553 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9554
9555 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9556
95572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9558
9559 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9560 since it can be called from vc-rcs.el.
9561 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9562
95632000-09-04 Andre Spiegel <spiegel@gnu.org>
9564
9565 * vc.el (vc-version-diff): Expand file name read from the
9566 minibuffer. Handle the case when a previous version number can't
9567 be guessed. Give suitable messages when there were no differences
9568 found.
9569 (vc-clear-headers): Call backend-specific implementation, if one
9570 exists.
9571 (vc-cancel-version): Made error checks generic. When done, clear
9572 headers generically, too.
9573
9574 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9575 from vc-clear-headers in vc.el.
9576
9577 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9578 correctly.
9579 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9580 optional. Handle the case when it's not there.
9581
95822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9583
9584 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9585
95862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9587
9588 * vc-hooks.el (vc-loadup): Remove.
9589 (vc-find-backend-function): Use `require'. Also, handle the case
9590 where vc-BACKEND-hooks.el doesn't exist.
9591 (vc-call-backend): Cleanup.
9592
95932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9594
9595 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9596 vc-rcs-grab-templates)
9597 (vc-rcs-registered): Remove. The default function works as well.
9598 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9599 vc-sccs-grab-templates)
9600 (vc-sccs-registered): Remove. The default function works as well.
9601
9602 * vc.el (vc-version-diff): Left out a vc- in call to
9603 vc-call-backend.
9604 (vc-default-dired-state-info, vc-default-record-rename)
9605 (vc-default-merge-news): Update for the new backend argument.
9606
9607 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9608 using the default function.
9609 (vc-call-backend): If calling the default function, pass it the
9610 backend as first argument. Update the docstring accordingly.
9611 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9612 for the new backend argument.
9613 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9614 (vc-find-backend-function): Use the new name.
9615 (vc-default-registered): New function.
9616
96172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9618
9619 * vc.el (vc-merge): Use vc-find-backend-function.
9620
9621 * vc-hooks.el (vc-backend-functions): Remove.
9622 (vc-loadup): Don't setup 'vc-functions.
9623 (vc-find-backend-function): New function.
9624 (vc-call-backend): Use above fun and populate 'vc-functions
9625 lazily.
9626 (vc-backend-defines): Remove.
9627
96282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9629
9630 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9631 Call vc-call-backend without the leading vc-.
9632 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9633 (vc-check-headers): Call vc-call-backend without the leading vc-.
9634 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9635 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9636 Call vc-call-backend without the leading vc-.
9637
9638 * vc-cvs.el (tail): Provide vc-cvs.
9639 * vc-sccs.el (tail): Provide vc-sccs.
9640 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9641
9642 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9643 (vc-make-backend-function, vc-call): Pass names without leading
9644 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9645 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9646 (vc-call-backend): Always try to load vc-X-hooks.
9647 (vc-registered): Remove vc- in call to vc-call-backend.
9648
96492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9650
9651 * vc.el (vc-process-filter): New function.
9652 (vc-do-command): Setup `vc-process-filter' for the async process.
9653 (vc-maybe-resolve-conflicts): New function to reduce
9654 code-duplication. Additionally, it puts the buffer in
9655 `smerge-mode' if applicable.
9656 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9657 calling `merge-news'.
9658 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9659 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9660 interfacing to log-edit.el.
9661 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9662 log-edit is available.
9663 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9664
96652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9666
9667 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9668 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9669 defvar and the initialization.
9670 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9671
9672 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9673 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9674
9675 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9676
96772000-09-04 Andre Spiegel <spiegel@gnu.org>
9678
9679 * vc.el (vc-file-clear-masterprops): Removed.
9680 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9681 (vc-version-diff): Use buffer-size without argument.
9682 (vc-register): Heed vc-initial-comment.
9683
9684 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9685 default branch.
9686
9687 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9688 file name and workfile version.
9689 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9690
9691 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9692 vc-file-clear-masterprops.
9693
9694 * vc-sccs.el (vc-sccs-checkout): Removed call to
9695 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9696 rather than user login name.
9697
9698
96992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9700
9701 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9702 `want-differences-if-changed' and simplify.
9703 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9704 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9705 output (which is invalid for async vc-diff) to decide whether to
9706 do the revert silently or not.
9707
97082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9709
9710 * vc-hooks.el (vc-loadup): Load files quietly.
9711 (vc-call-backend): Oops, brain fart.
9712
97132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9714
9715 * vc-cvs.el (vc-cvs-state): Typo.
9716 (vc-cvs-merge-news): Return the status code rather than the error msg.
9717
97182000-09-04 Andre Spiegel <spiegel@gnu.org>
9719
9720 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9721 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9722 vc-state or vc-up-to-date-p.
9723 (vc-merge): Use vc-backend-defines to check whether merging is
9724 possible. Set state to 'edited after successful merge.
9725
9726 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9727 return that name. Redocumented.
9728
97292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9730
9731 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9732 new `vc-state' semantics.
9733 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9734 'vc-locking-user to the current user.
9735 (vc-merge): Inline vc-backend-merge. Comment out code that I
9736 don't understand and hence can't adapt to the new `vc-state' and
9737 `vc-locking-user' semantics.
9738 (vc-backend-merge): Remove.
9739
9740 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9741 rather than 'vc-locking-user.
9742
9743 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9744
9745 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9746 (vc-state): Don't use 'reserved any more. Just use the same
9747 convention as the one used for vc-<backend>-state where the
9748 locking user (as a string) is returned.
9749 (vc-locking-user): Update, based on the above convention. The
9750 'vc-locking-user property has disappeared.
9751 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9752
9753 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9754 with a heuristic one.
9755 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9756 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9757 error. That allows us to get to 'needs-merge even in the
9758 stay-local case. There's still no way to detect 'needs-patch in
9759 such a setup (or to force an update for that matter).
9760 (vc-cvs-logentry-check): Remove, the default works as well.
9761
97622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9763
9764 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9765
9766 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9767 major-mode in which the buffer might have been put earlier. Use
9768 `remove' and `when'. Allow `okstatus' to be `async' and use
9769 `start-process' in this case.
9770 (vc-version-diff): Handle the case where the diff looks empty
9771 because of the use of an async process.
9772
97732000-09-04 Andre Spiegel <spiegel@gnu.org>
9774
9775 * vc.el (vc-next-action-on-file): Removed optional parameter
9776 `simple'. Recompute state unconditionally.
9777 (vc-default-toggle-read-only): Removed.
9778
9779 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9780 (vc-toggle-read-only): Undid prev change.
9781
9782 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9783 vc-cvs-simple-toggle. Redocumented.
9784 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9785 (vc-cvs-toggle-read-only): Removed.
9786
97872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9788
9789 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9790 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9791 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9792 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9793 still is. So maybe it should be removed.
9794 (vc-head-version, vc-find-binary): Remove.
9795 (vc-recompute-state): Move from vc-hooks.el.
9796 (vc-next-action-on-file): Add a `simple' argument to allow
9797 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9798 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9799 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9800 (vc-dired-mode-map): Properly defvar it.
9801 (vc-print-log): Call log-view-mode if available.
9802 (small-temporary-file-directory): defvar instead of use boundp.
9803 (vc-merge-news): Moved to vc-cvs.el.
9804 (vc-default-merge-news): New function.
9805
9806 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9807 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9808 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9809 unknown `vc-latest-version' function. It should probably refer to
9810 vc-workfile-version or somesuch, but it's very unclear to me and I
9811 don't have SCCS to test things.
9812
9813 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9814 (vc-sccs-state-heuristic): Fix typo.
9815 (vc-sccs-workfile-unchanged-p): Add missing argument.
9816
9817 * vc-rcs.el: Require vc and vc-rcs-hooks.
9818 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9819 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9820 (vc-release-greater-or-equal-p): Move from vc.
9821 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9822 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9823 (vc-rcs-checkout): Add a missing `new-version' argument in the
9824 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9825
9826 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9827 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9828 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9829 than the apparently unbound `workfile-version'.
9830
9831 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9832 (vc-file-prop-obarray): Use `make-vector'.
9833 (vc-backend-functions): Add new hookable functions
9834 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9835 (vc-loadup): If neither backend nor default functions exist, use
9836 the backend function rather than nil.
9837 (vc-call-backend): If the function if not bound yet, try to load
9838 the non-hook file to see if it provides it.
9839 (vc-call): New macro plus use it wherever possible.
9840 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9841 nor `vc-find-binary' since it's only called from
9842 vc-mistrust-permission which is only used once the backend is known.
9843 (vc-checkout-model): Fix parenthesis.
9844 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9845
9846 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9847 (vc-cvs-release, vc-cvs-system-release): Remove.
9848 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9849 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9850 status symbols.
9851 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9852 (vc-cvs-toggle-read-only): First cut at a function to allow a
9853 cvs-status-free vc-toggle-read-only.
9854 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9855 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9856 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9857 (vc-cvs-checkout): Modify access rights directly if the user
9858 requested not to use `cvs edit'. And refresh the mode line.
9859
9860 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9861 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9862
98632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9864
9865 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9866 workfile' that got lost when the code was extracted from vc.el.
9867 And merged the tail with the rest of the code (not possible in the
9868 old vc.el where the tail was shared among all backends). And
9869 explicitly set the state to 'edited if `writable' is set.
9870
9871 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9872 (vc-cvs-state): Be careful to return the value from
9873 vc-cvs-parse-state.
9874 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9875 property but return it instead. Also be careful to handle a nil
9876 or "" `rev' when workfile is non-nil (it was handled properly when
9877 workfile was nil).
9878
9879 * vc.el: Removed those pesky unnecessary `(function' quotes.
9880 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9881 directly in the defvar.
9882 (vc-do-command): Bind inhibit-read-only so as to properly handle
9883 the case where the destination buffer has been made read-only.
9884 (vc-diff): Delegate to vc-version-diff in all cases.
9885 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9886 (vc-annotate-mode-variables): Removed (code moved partly to
9887 defvars and partly to vc-annotate-add-menu).
9888 (vc-annotate-mode): Turned into a derived-mode.
9889 (vc-annotate-add-menu): Moved in code in
9890 vc-annotate-mode-variables.
9891 (vc-update-change-log): Use make-temp-file if available.
9892
98932000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9894
9895 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9896 `vc-checkout-model' updated to `vc-cvs-update-model'.
9897
98982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9899
9900 * vc.el (vc-next-action-on-file): Added handling of state
9901 `unlocked-changes'.
9902 (vc-checkout-carefully): Is now practically obsolete, unless the
9903 above is too slow to be enabled unconditionally.
9904 (vc-update-change-log): Fixed typo.
9905
9906 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9907
9908 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9909 Now handles state `unlocked-changes'.
9910 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9911
9912 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9913
9914 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9915 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9916 `unlocked-changes'.
9917 (vc-rcs-workfile-unchanged-p): Renamed from
9918 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9919 function yet, but supposed to become one soon.
9920
9921 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9922 `vc-steal-lock'.
9923 (vc-call-backend): Changed error message.
9924 (vc-state): Added description of state `unlocked-changes'.
9925
99262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9927
9928 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9929 always return t in CVS-controlled directories.
9930
9931 * vc.el (vc-responsible-backend): New function.
9932 (vc-register): Largely rewritten.
9933 (vc-admin): Removed (implementation moved into vc-register).
9934 (vc-checkin): Redocumented.
9935 (vc-finish-logentry): If no backend defined yet (because we are in
9936 the process of registering), use the responsible backend.
9937
9938 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9939 Updated function lists.
9940 (vc-call-backend): Fixed typo.
9941
9942 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9943 New functions.
9944 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9945 Removed query option. Redocumented.
9946
99472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9948
9949 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9950
9951 * vc.el: Updated callers of `vc-checkout-required' to use
9952 `vc-checkout-model'.
9953
99542000-09-04 Martin Lorentzson <martinl@gnu.org>
9955
9956 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9957 stuff updated to reference this function instead of the old
9958 `vc-backend-release-p'.
9959
99602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9961
9962 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9963 vc-checkout-model. Return appropriate values. Updated callers.
9964
99652000-09-04 Martin Lorentzson <martinl@gnu.org>
9966
9967 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9968 (vc-backend-revert): Function moved into `vc-revert';
9969 `vc-next-action' must be updated to accomodate this change.
9970 (vc-backend-steal): Function moved into `vc-finish-steal'.
9971 (vc-backend-logentry-check): Function moved into
9972 `vc-finish-logentry'.
9973 (vc-backend-printlog): Function moved into `vc-print-log'.
9974 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9975 (vc-backend-assign-name): Function moved into
9976 `vc-create-snapshot'.
9977
99782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9979
9980 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9981 Rename to vc-checkout-model. Return appropriate values.
9982 Update callers.
9983
9984 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9985 to vc-checkout-model.
9986 (vc-checkout-required): Rename to vc-checkout-model.
9987 Re-implement and re-comment.
9988 (vc-after-save): Use vc-checkout-model.
9989
99902000-09-04 Martin Lorentzson <martinl@gnu.org>
9991
9992 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9993 Update to use the vc-BACKEND-diff functions instead.
9994 `vc-diff' is now working.
9995
9996 * vc-rcs.el (vc-rcs-logentry-check): New function.
9997
9998 * vc-cvs.el (vc-cvs-logentry-check): New function.
9999
10000 * vc-sccs.el (vc-sccs-diff): Function changed name from
10001 `vc-backend-diff'. This makes `vc-diff' work.
10002
10003 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10004 of functions possibly implemented in a vc-BACKEND library.
10005 (vc-checkout-required): Fix bug that caused an error to be
10006 signaled during `vc-after-save'.
10007
10008 * vc.el: Fix typo.
10009 This checkin is made with our new VC code base for the very first time.
10010 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10011
10012 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10013 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10014
10015 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10016 updated to `vc-uses-locking'.
10017 (vc-checkout-required): Call to backend function.
10018 `vc-checkout-required' updated to `vc-uses-locking' instead.
10019
10020 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10021 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10022
10023 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10024 to match the split into various backends.
10025 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10026 (vc-retrieve-snapshot): Bug fix.
10027
100282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10029
10030 * vc-sccs.el (vc-sccs-release): Doc fix.
10031
100322000-09-04 Martin Lorentzson <martinl@gnu.org>
10033
10034 * vc.el (vc-next-action-on-file): Bug found and fixed.
10035 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10036 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10037
10038 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10039 (vc-rcs-checkout): Name space cleaned up. No more revision number
10040 crunching function names that are not prefixed with vc-rcs.
10041 (vc-rcs-checkout-model): Function added. References to
10042 `vc-checkout-model' replaced.
10043
100442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10045
10046 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10047 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10048 still need to be split, and implemented for RCS).
10049
100502000-09-04 Martin Lorentzson <martinl@gnu.org>
10051
10052 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10053
10054 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10055 required by the vc.el file.
10056
10057 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10058 required by the vc.el file.
10059 (vc-rcs-exists): Function added.
10060
10061 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10062 required by the vc.el file.
10063
10064 * vc.el (vc-admin): Updated to handle selection of appropriate
10065 backend. Current implementation is crufty and need re-thinking.
10066
10067 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10068
100692000-09-04 Martin Lorentzson <martinl@gnu.org>
10070
10071 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10072 beginning of annotate buffers correctly.
10073
10074 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10075 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10076 functionality updated quite a lot to support multiple backends.
10077 Variables `vc-annotate-mode', `vc-annotate-buffers',
10078 `vc-annotate-backend' added.
10079
10080 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10081 `vc-annotate-difference' added to supported backend functions.
10082
100832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10084
10085 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10086 Use with-temp-file instead of /bin/sh. Merged from mainline
10087
100882000-09-04 Martin Lorentzson <martinl@gnu.org>
10089
10090 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10091
10092 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10093
10094 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10095
100962000-09-04 Martin Lorentzson <martinl@gnu.org>
10097
10098 * vc-hooks.el: vc-state-heuristic added to
10099 vc-backend-hook-functions.
10100
10101 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10102
10103 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10104
10105 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10106 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10107 state to `reserved'.
10108
10109 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10110 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10111
101122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10113
10114 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10115 untouched.
10116
10117 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10118
10119 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10120 if defined. (Merged from main line, slightly adapted.)
10121
10122 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10123 millenium problem (merged from mainline).
10124
101252000-09-04 Martin Lorentzson <martinl@gnu.org>
10126
10127 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10128 part and moved the non-BACKEND stuff to vc.el.
10129
10130 * vc.el: Split the annotate feature into a BACKEND specific part
10131 and moved it from the vc-cvs.el file to this one.
10132
101332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10134
10135 * vc-hooks.el: Implement new state model.
10136 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10137 (vc-locking-user): Simplify. Now only needed if the file is
10138 locked by somebody else.
10139 (vc-lock-from-permissions): Remove. Functionality is in
10140 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10141 (vc-mode-line-string): New name for former vc-status. Adapted.
10142 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10143
10144 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10145 Various simplifications and adaptations all over the place.
10146
10147 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10148 Simplify and adapt the rest.
10149
10150 * vc.el (vc-resynch-window): Add TODO comment: check for
10151 interaction with view mode according to recent RCS change.
10152 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10153
101542000-09-04 Martin Lorentzson <martinl@gnu.org>
10155
10156 * vc.el: Convert the remaining function comments to docstrings.
10157
101582000-09-04 Martin Lorentzson <martinl@gnu.org>
10159
10160 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10161 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10162 (vc-minor-part, vc-previous-version): Functions that operate and
10163 compare revision numbers got proper documentation. Comments added
10164 about their possible removal.
10165
101662000-09-04 Martin Lorentzson <martinl@gnu.org>
10167
10168 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10169 the vc-backend.el files.
10170
10171 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10172
10173 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10174 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10175 (vc-rcs-previous-version): Functions added.
10176
10177 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10178
10179 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10180
101812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10182
10183 * vc-hooks.el (vc-master-templates): Is really obsolete.
10184 Comment out the definition for now. What is the right procedure
10185 to get rid of it?
10186 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10187 rewritten.
10188 (vc-default-registered): Remove.
10189 (vc-check-master-templates): New function; does mostly what the
10190 above did before.
10191 (vc-locking-user): Don't rely on the backend to set the property.
10192
10193 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10194 Rewrite documentation.
10195 (vc-rcs-templates-grabbed): New variable.
10196 (vc-rcs-grab-templates): New function.
10197 (vc-rcs-registered): Rewrite to use above mechanism.
10198
10199 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10200 Rewrite documentation.
10201 (vc-sccs-templates-grabbed): New variable.
10202 (vc-sccs-grab-templates): New function.
10203 (vc-sccs-registered): Rewrite to use above mechanism.
10204 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10205 Don't throw the result, simply return it.
10206
10207 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10208 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10209 (vc-cvs-registered): Does the check itself now. Simplify.
10210
10211 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10212 from main line.
10213
102142000-09-04 Martin Lorentzson <martinl@gnu.org>
10215
10216 * vc-cvs.el (vc-cvs-diff): New function.
10217
10218 * vc-sccs.el (vc-sccs-diff): New function.
10219
10220 * vc-rcs.el (vc-rcs-diff): New function.
10221 (vc-rcs-checkout): Bug (typo) found and fixed.
10222 (vc-rcs-register-switches): New variable.
10223
10224 * vc.el (vc-backend-diff): Function removed and placed in the
10225 backend files.
10226
102272000-09-04 Martin Lorentzson <martinl@gnu.org>
10228
10229 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10230
10231 * vc.el (vc-backend-checkout): Function removed and replaced in
10232 the vc-backend.el files.
10233
10234 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10235
10236 * vc.el (vc-backend-admin): Removed and replaced in the
10237 vc-backend.el files.
10238
10239 * vc.el (Martin): Removed all the annotate functionality since it
10240 is CVS backend specific.
10241
102422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10243
10244 * spec.txt: Added specification of vc-state.
10245
10246 * vc-sccs-hooks.el (vc-sccs-master-properties):
10247 Remove handling of vc-latest-version and
10248 vc-your-latest-version. What used to be vc-latest-version, is now
10249 returned as vc-workfile-version.
10250 (vc-sccs-workfile-version): Adapt.
10251
102522000-09-04 Dave Love <fx@gnu.org>
10253
10254 * vc.el: [Merged from mainline.]
10255 (vc-dired-mode): Make the dired-move-to-filename-regexp
10256 regexp match the date, to avoid treating date as file size.
10257 Add YYYY S option to WESTERN/
10258
102592000-09-04 Dave Love <fx@gnu.org>
10260
10261 * vc.el: Require `compile' when compiling.
10262 (vc-logentry-check-hook): New option.
10263 (vc-steal-lock): Use compose-mail.
10264 (vc-dired-mode-map): Defvar when compiling.
10265 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10266 vc-sccs.el and renamed. Callers changed.
10267 (vc-backend-checkout, vc-backend-logentry-check)
10268 (vc-backend-merge-news): Doc fix.
10269 (vc-default-logentry-check): New function.
10270 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10271 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10272 (vc-backend-merge): Doc fix. Use backend functions.
10273 (vc-check-headers): Use backend functions.
10274
10275 * vc-cvs.el: Require vc when compiling.
10276 (vc-cvs-register-switches): Doc fix.
10277 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10278 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10279 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10280 New functions (code from vc.el).
10281 (vc-annotate-display-default): Fix interactive spec.
10282 (vc-annotate-time-span): Doc fix.
10283
10284 * vc-rcs.el: Require vc when compiling.
10285 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10286 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10287 (vc-rcs-checkin): New functions (code from vc.el).
10288 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10289 Doc fix.
10290 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10291
10292 * vc-sccs.el: Require vc when compiling.
10293 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10294 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10295 (vc-sccs-revert)
10296 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10297 from vc.el).
10298 (vc-sccs-add-triple, vc-sccs-record-rename)
10299 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10300 (vc-sccs-admin): Doc fix.
10301
103022000-09-04 Martin Lorentzson <martinl@gnu.org>
10303
10304 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10305 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10306 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10307 from vc.el.
10308
10309 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10310
10311 * vc-cvs.el: Moved the annotate functionality from vc.el.
10312 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10313
103142000-09-04 Dave Love <fx@gnu.org>
10315
10316 * vc.el (vc-backend-release): Call vc-system-release.
10317
10318 * vc-sccs.el (vc-sccs-system-release):
10319 Renamed from vc-sccs-backend-release.
10320
10321 * vc-rcs.el (vc-rcs-system-release):
10322 Renamed from vc-rcs-backend-release.
10323
10324 * vc-cvs.el (vc-cvs-system-release):
10325 Renamed from vc-cvs-backend-release.
10326
103272000-09-04 Dave Love <fx@gnu.org>
10328
10329 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10330 backend files.
10331 (vc-backend-release): Dispatch to backend functions.
10332 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10333 probably needs attention.]
10334
10335 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10336 (vc-sccs-backend-release): New function.
10337
10338 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10339 (vc-cvs-backend-release): New function.
10340
10341 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10342 Doc fix.
10343 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10344 (vc-default-dired-state-info): New function.
10345 (vc-dired-state-info): Dispatch to backends.
10346 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10347
10348 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10349 from vc.el and renamed.
10350
103512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10352
10353 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10354 (vc-version-other-window, vc-backend-assign-name): Removed
10355 references to vc-latest-version; sometimes changed into
10356 vc-workfile-version.
10357
10358 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10359 vc-rcs-master-workfile-version.
10360 (vc-rcs-workfile-version): Use the above. Don't call
10361 vc-latest-version (that was unreachable code, anyway).
10362 (vc-rcs-fetch-master-properties): Doc fix.
10363
10364 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10365 (vc-backend-hook-functions): Removed them from this list, too.
10366 (vc-fetch-properties): Removed.
10367 (vc-workfile-version): Doc fix.
10368
10369 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10370 (vc-rcs-workfile-version, vc-rcs-locking-user)
10371 (vc-rcs-uses-locking): Use it.
10372
10373 * vc-hooks.el (vc-consult-rcs-headers):
10374 Moved into vc-rcs-hooks.el, under the name
10375 vc-rcs-consult-headers.
10376
10377 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10378 headers.
10379 (vc-cvs-find-master): Use this name only; correct different
10380 versions of the name.
10381
10382 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10383 New functions.
10384 (vc-sccs-locking-user): Use the latter.
10385
10386 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10387 New functions.
10388
10389 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10390 Moved into both
10391 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10392 functions are implementation details of those two backends.
10393
103942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10395
10396 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10397 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10398
10399 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10400 (vc-sccs-parse-locks): SCCS-specific code moved here from
10401 vc-hooks.
10402
10403 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10404 code moved here from vc-hooks.
10405
10406 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10407 into back-end specific parts and removed. Callers not updated
10408 yet; because I guess these callers will disappear into back-end
10409 specific files anyway.
10410
104112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10412
10413 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10414 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10415 `vc-uses-locking'.
10416
10417 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10418 Store yes/no in the property, and return t/nil. Updated all
10419 callers.
10420
10421 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10422 vc-sccs-uses-locking. Don't set property.
10423 (vc-sccs-locking-user): Don't set property.
10424
10425 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10426 vc-cvs-uses-locking. Don't set property here; leave that to
10427 vc-hooks.
10428 (vc-cvs-locking-user): Reflect above change. Streamlined.
10429
10430 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10431 vc-rcs-uses-locking.
10432 (vc-rcs-locking-user): Reflect above change.
10433
104342000-09-04 Dave Love <fx@gnu.org>
10435
10436 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10437
10438 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10439
10440 * vc-hooks.el (vc-checkout-model): Punt to backends.
10441
10442 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10443
10444 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10445
10446 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10447 New functions.
10448
10449 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10450 New functions.
10451
10452 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10453 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10454
10455 * vc-hooks.el (vc-default-locking-user): New function.
10456 (vc-locking-user, vc-workfile-version): Punt to backends.
10457
104582000-09-04 Dave Love <fx@gnu.org>
10459
10460 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10461 (vc-master-workfile-version): Moved from vc-hooks.
10462
10463 * vc-rcs-hooks.el: Fix duplicate code in last change.
10464
10465 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10466 (vc-rcs-master-templates): Improve :type.
10467 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10468 vc-master-workfile-version): Moved from vc-hooks.
10469
10470 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10471 (vc-sccs-master-templates): Improve :type.
10472 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10473
10474 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10475
10476 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10477 (vc-cvs-master-templates): Improve :type. Use
10478 vc-cvs-find-cvs-master.
10479 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10480 from vc-hooks.
10481 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10482
10483 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10484 Moved to vc-cvs-hooks.
10485
10486 * vc-hooks.el: Add doc strings in various places. Simplify the
10487 minor mode setup.
10488 (vc-handled-backends): New user variable.
10489 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10490 simplification.
10491
104922000-09-04 Dave Love <fx@gnu.org>
10493
10494 * vc.el: Some doc fixes for autoloaded and interactive functions.
10495 Fix compilation warnings from ediff stuff.
10496 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10497
10498 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10499
10500 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10501
10502 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10503
105042000-09-04 Dave Love <fx@gnu.org>
10505
10506 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10507 New variable.
10508 (vc-make-backend-function, vc-loadup, vc-call-backend)
10509 (vc-backend-defines): New functions.
10510
10511 * vc-hooks.el: Various doc fixes.
10512 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10513 (vc-match-substring): Function removed. Callers changed to use
10514 match-string.
10515 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10516 Simplify.
10517
105182000-09-04 Dave Love <fx@gnu.org>
10519
10520 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10521 type.
10522 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10523 (vc-sccs-registered): Doc fix.
10524
10525 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10526 (vc-cvs-registered): Doc fix.
10527
10528 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10529 (vc-rcs-registered): Doc fix.
10530
105312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10532
10533 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10534
10535 * vc-hooks.el: vc-registered has been renamed
10536 vc-default-registered. Some functions have been moved to the
10537 backend specific files. they all support the
10538 vc-BACKEND-registered functions.
10539
105402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10541
10542 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10543
10544 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10545
105462000-09-04 Dave Love <fx@gnu.org>
10547
10548 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10549 menu-bar-update-hook.
10550
10551 * help.el (help-manyarg-func-alist): Add
10552 find-operation-coding-system.
10553
10554 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10555
10556 * custom.el (custom-set-variables): Print message about errors in
10557 setting.
10558
105592000-09-03 Andrew Innes <andrewi@gnu.org>
10560
10561 * makefile.w32-in: Change to DOS line endings.
10562
105632000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10564
10565 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10566 minor-mode keymaps, if they don't have one.
10567
105682000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10569
10570 * eshell/esh-module.el (eval-when-compile): Don't lose if
10571 esh-module.el's file name is truncated to DOS 8+3 limits.
10572
105732000-09-01 John Wiegley <johnw@gnu.org>
10574
10575 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10576 predicate, which caused entries in the completion list to be
10577 doubled.
10578
105792000-08-30 John Wiegley <johnw@gnu.org>
10580
10581 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10582 sending to subprocesses. Also, hook pre-command-hook if
10583 `eshell-send-direct-to-subprocesses' is non-nil.
10584 (eshell-send-direct-to-subprocesses): New config variable. If t,
10585 subprocess input is send immediately.
10586 (eshell-toggle-direct-send): New function.
10587 (eshell-self-insert-command): New function.
10588 (eshell-intercept-commands): New function.
10589 (eshell-send-input): If direct subprocess sending is enabled,
10590 don't echo any input to the Eshell buffer. Let the subprocess
10591 handle that. This requires "stty echo" in bash, for example.
10592
105932000-08-28 John Wiegley <johnw@gnu.org>
10594
10595 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10596 completion function for Eshell's implementation of `unset'.
10597
105982000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10599
10600 * info.el (Info-directory-list): Doc fix.
10601
106022000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10603
10604 * filecache.el (file-cache-add-directory-using-find): Don't quote
10605 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10606
106072000-08-31 Kenichi Handa <handa@etl.go.jp>
10608
10609 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10610 coding systems.
10611
106122000-08-30 Andrew Innes <andrewi@gnu.org>
10613
10614 * timer.el (run-with-idle-timer): Undo last change, so that timer
10615 is not activated immediately if Emacs is already idle. Some
10616 existing code relies on this behaviour.
10617
106182000-08-30 Miles Bader <miles@gnu.org>
10619
10620 * frame.el (set-frame-font): Do completion of font-name for
10621 interactive use.
10622
106232000-08-30 Kenichi Handa <handa@etl.go.jp>
10624
10625 * international/quail.el (quail-start-translation): Bind locally
10626 last-command-event, last-command, and this-command.
10627 (quail-start-conversion): Likewise.
10628 (quail-self-insert-command): Fix docstring.
10629
106302000-08-29 Gerd Moellmann <gerd@gnu.org>
10631
10632 * progmodes/executable.el
10633 (executable-make-buffer-file-executable-if-script-p): Check that
10634 buffer contains at least 2 characters.
10635
106362000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10637
10638 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10639
106402000-08-29 Dave Love <fx@gnu.org>
10641
10642 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10643 (diff-mode-shared-map): Bind mouse-2.
10644 (diff-imenu-generic-expression): New variable.
10645 (diff-mode): Use it.
10646
10647 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10648 (mouse-popup-menubar): Add minor mode menus.
10649 (popup-menu): Check for lookup-key returning number.
10650
106512000-08-29 Miles Bader <miles@gnu.org>
10652
10653 * comint.el (comint-send-input): Create overlays using the proper
10654 front/read-advance arguments.
10655
106562000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10657
10658 * ps-print.el: Even/odd pages printing. Doc fix.
10659 (ps-print-version): New version number (6.0).
10660 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10661 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10662 (ps-print-duplex-feature): Variable eliminated.
10663 (ps-even-or-odd-pages): New variable.
10664
10665 * progmodes/ebnf2ps.el: Doc fix.
10666 (ebnf-version): New version (3.3).
10667 (ebnf-user-arrow): Change variable customization to sexp.
10668 (ebnf-user-arrow): Function eliminated.
10669 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10670
106712000-08-29 Kenichi Handa <handa@etl.go.jp>
10672
10673 * help.el (help-xref-mule-regexp): New variable.
10674 (help-make-xrefs): Handle help-xref-mule-regexp.
10675
10676 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10677 variable.
10678 (describe-input-method): Temporarily activate the specfied input
10679 method to display the information.
10680 (describe-language-environment): Hyperlinks to mule related items.
10681
10682 * international/mule-diag.el (charset-multibyte-form-string): New
10683 function.
10684 (list-character-sets-1): Use charset-multibyte-form-string.
10685 (describe-character-set): New function.
10686 (describe-coding-system): Hyperlinks to safe character sets.
10687
10688 * international/quail.el (quail-help): New arg PACKAGE.
10689 Hyperlinks to mule related items.
10690 (quail-help-insert-keymap-description): Use
10691 substitute-command-keys instead of describe-bindings.
10692 (quail-translation-help): Hyperlinks to mule related items.
10693
106942000-08-28 John Wiegley <johnw@gnu.org>
10695
10696 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10697 have a defsubst call itself. Made `eshell-flatten-list' back into
10698 a function again.
10699
10700 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10701 catch, in case re-centering point at bottom messes up the display.
10702 This happens frequently in Emacs 21, due I believe to variable
10703 line heights.
10704
10705 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10706 to call `find-tag-interactive'.
10707
10708 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10709 the list of remember directories.
10710
107112000-08-28 John Wiegley <johnw@gnu.org>
10712
10713 * align.el: Test align-region-separate to see if it's a symbol.
10714
107152000-08-28 John Wiegley <johnw@gnu.org>
10716
10717 * eshell/esh-util.el (eshell-flatten-list): Made this function
10718 into a defsubst form. It gets used very frequently, although
10719 calls don't occur all that often.
10720
10721 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10722 examining it.
10723
10724 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10725 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10726 `eshell-protect'.
10727 (eshell-copy-handles): Created a new macro for duplicating the
10728 current set of open handles. This is needed by the looping
10729 functions.
10730 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10731 is not incorrectly stomped on.
10732
10733 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10734 declaration for pcomplete-use-paring.
10735 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10736 value of eshell-cmpl-use-paring.
10737 * pcomplete.el (pcomplete-use-paring): New config variable, to
10738 indicate whether paring should be used.
10739 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10740 completion alternatives that have already been used.
10741
10742 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10743 bound to C-c C-y, which will repeat the previous N arguments
10744 (based on prefix argument).
10745 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10746
10747 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10748 if there is no *Help* buffer. This is for XEmacs, which renames
10749 its help buffers uniquely. TODO: Find out what the current buffer
10750 name to delete is.
10751
10752 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10753 first entry that correlates to a passwd/group number. Later
10754 entries (used for group/user name aliasing to multiple IDs) are
10755 ignored.
10756
10757 * eshell/em-xtra.el (eshell/expr):
10758 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10759 (eshell-grep, eshell/diff, eshell/locate):
10760 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10761 argument list, before passing it to the system command.
10762
10763 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10764 `find-tag' for use at final position in Eshell buffers (which
10765 otherwise triggers an error on Emacs 21).
10766 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10767 buffer, if it is currently bound to `find-tag'.
10768
10769 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10770 in the list of matched Makefile names.
10771 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10772 directory, prefer its contents to Makefile.
10773
10774 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10775 directory parts (like "cd old new", or "cd =regexp"), are now case
10776 sensitive on non-Windows/DOS platforms.
10777
10778 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10779 types RET after an open delimiter (like "), display a message
10780 indicating that Eshell is waiting for the closing delimiter.
10781
10782 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10783 environment variables.
10784
10785 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10786 gracefully if the user enters incorrect arguments.
10787
10788 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10789 Eshell buffers.
10790
10791 * eshell/esh-var.el (eshell-interpolate-variable):
10792 * eshell/esh-mode.el (eshell-move-argument):
10793 * eshell/em-unix.el (eshell-du-sum-directory):
10794 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10795 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10796 (not (= ...)).
10797
10798 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10799 to ensure the `preserve' flag gets propagated when doing recursive
10800 directory copies.
10801
108022000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10803
10804 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10805 Don't convert \n into \0177 in memory.
10806 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10807 and back again, when reading and writing.
10808
108092000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10810
10811 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10812 testing of `fboundp' on `processp'.
10813
10814 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10815 (eshell/jobs): Don't call process-list if it is not bound.
10816 (eshell-gather-process-output): Support systems where async
10817 subprocesses aren't supported.
10818 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10819 variables.
10820
10821 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10822 eshell-do-eval returns t.
10823 (eshell-do-pipelines-synchronously): New defmacro.
10824 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10825 when async subprocesses aren't supported.
10826 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10827 if async subprocesses aren't supported.
10828 (eshell-resume-command): Don't assume STATUS is a string.
10829
10830 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10831
10832 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10833 (eshell-close-target, eshell-get-target): Use eshell-processp.
10834 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10835 fix.
10836 (eshell-get-target, eshell-create-handles): Doc fix.
10837
108382000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10839
10840 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10841 criterion to include commands that output something, as long as it
10842 leaves both the command and the end-of-buffer visible when the
10843 command has exited.
10844 (eshell-review-quick-commands): Adjust the help doc string
10845 accordingly.
10846
108472000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10848
10849 * locate.el (locate): Cleaned up locate command's interactive prompting
10850 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10851
10852 * filecache.el (file-cache-case-fold-search): New variable
10853 (file-cache-assoc-function): New variable
10854 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10855 Use file-cache-case-fold-search variable
10856 (file-cache-add-file): Use file-cache-assoc-function
10857 (file-cache-delete-file): likewise
10858 (file-cache-directory-name): likewise
10859 (file-cache-debug-read-from-minibuffer): likewise
10860
108612000-08-28 Gerd Moellmann <gerd@gnu.org>
10862
10863 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10864 (abbrev-table-name): New function.
10865 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10866 If non-nil list local abbrev, only.
10867
108682000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10869
10870 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10871 from Gnus support code, and use special article copy buffer
10872 `(gnus-original-article-buffer)' instead. This allows to get rid
10873 of article-hide-headers usage (which breaks in the latest Gnus
10874 version). Thanks to Detlev Zundel.
10875
108762000-08-28 Kenichi Handa <handa@etl.go.jp>
10877
10878 * international/quail.el (quail-use-package): Hide "... loaded"
10879 message.
10880 (quail-start-translation, quail-start-conversion): Likewise.
10881
10882 * international/kkc.el (kkc-region): Hide "... loaded" message.
10883
108842000-08-27 Dave Love <fx@gnu.org>
10885
10886 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10887
108882000-08-27 Miles Bader <miles@gnu.org>
10889
10890 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10891
108922000-08-27 Kenichi Handa <handa@etl.go.jp>
10893
10894 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10895 'ja-dic-cnv), not (require 'skkdic-cnv).
10896
108972000-08-26 Miles Bader <miles@gnu.org>
10898
10899 * faces.el (face-x-resources): Add entry for :inherit.
10900 * cus-face.el (custom-face-attributes): Add support for :inherit
10901 attribute. Add support for relative face heights.
10902 (custom-face-attributes-get): Treat `nil' as being a default value
10903 for :inherit (as well as `unspecified').
10904
10905 * faces.el (set-face-attribute): Update doc string.
10906 (face-attribute-name-alist): Add :inherit.
10907 (face-valid-attribute-values): Handle :inherit.
10908 (face-read-string): Rephrase prompt to be less confusing.
10909 Assume that DEFAULT is a string, since we must return a string.
10910 (face-read-integer): Use `format' to turn DEFAULT into an
10911 acceptable default for face-read-string. Match NEW-VALUE against
10912 the string "unspecified", not the symbol `unspecified', since
10913 that's what face-read-string returns.
10914 (read-face-attribute): Lookup a name for old-value in valid, and
10915 use it as a default if we find one. Treat all values from
10916 face-read-string as strings. If the default is used, don't do any
10917 more processing on the value, just use the old value directly.
10918 (read-face-and-attribute, modify-face): Tweak prompt.
10919 (read-face-name): Don't assume prompt ends with a space.
10920
10921 * faces.el (describe-face): Add support for :inherit attribute.
10922
109232000-08-25 Kenichi Handa <handa@etl.go.jp>
10924
10925 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10926 concat doesn't accept interger.
10927
10928 * international/kkc.el: Remove SKK from Keywords. Require
10929 ja-dic-utl instead of skkdic-utl.
10930
10931 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10932 Provide ja-dic-cnv instead of skkdic-cnv.
10933 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10934 (iso-2022-7bit-short): Add safe-charsets property.
10935 (skkdic-convert-postfix): Search Japanese chou-on character in
10936 addition to Hiragana character.
10937 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10938 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10939 (batch-skkdic-convert): Likewise.
10940
10941 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10942 Provide ja-dic-utl instead of skkdic-utl.
10943 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10944
109452000-08-24 Dave Love <fx@gnu.org>
10946
10947 * disp-table.el (standard-display-default): Make the test of `l'
10948 useful.
10949
10950 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10951 mod sample text.
10952
10953 * international/iso-ascii.el: Make pilcrow convenient string
10954 consistent with section.
10955 (iso-ascii-display): Set up multibyte characters as well as
10956 unibyte.
10957
109582000-08-24 Kenichi Handa <handa@etl.go.jp>
10959
10960 * international/mule-cmds.el (reset-language-environment): Set
10961 default-process-coding-system to '(undecided . iso-latin-1), which
10962 makes process I/O almost consistent with file I/O. Call this
10963 function when mule-cmds.el[c] is loaded.
10964
109652000-08-22 Andrew Innes <andrewi@gnu.org>
10966
10967 * makefile.w32-in: New file.
10968
109692000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10970
10971 * comint.el (comint-output-filter): Compare end of
10972 comint-last-output-overlay with the start of the newly inserted
10973 text, not the end, when deciding whether to extend it.
10974 Set saved-point's insertion type to advance after insertion.
10975
10976 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10977 since this is now done independently of font-lock mode.
10978
109792000-08-21 Gerd Moellmann <gerd@gnu.org>
10980
10981 * server.el (server-kill-new-buffers): New user option.
10982 (server-existing-buffer): New buffer-local variable.
10983 (server-visit-files): When using an existing buffer, set
10984 server-existing-buffer to t.
10985 (server-buffer-done): If server-kill-new-buffers is t, kill the
10986 buffer, unless it was already present before visiting it with
10987 Emacs server.
10988
109892000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10990
10991 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10992 even if the display doesn't support colors: some displays will
10993 support bold/underline faces.
10994
109952000-08-21 Gerd Moellmann <gerd@gnu.org>
10996
10997 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10998
10999 * startup.el (command-line): If user's init file had an error,
11000 add explanatory text to *Messages*.
11001
110022000-08-21 Kenichi Handa <handa@etl.go.jp>
11003
11004 * man.el (Man-getpage-in-background): Decode the process output by
11005 the system locale coding system.
11006
110072000-08-20 Dave Love <fx@gnu.org>
11008
11009 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11010 Don't test x-popup-menu.
11011 (function) <complete-function>: Complete only fbound symbols.
11012 <validate, value>: New.
11013 (variable) <complete-function>: Complete only bound symbols.
11014 (coding-system): Add :base-only, :complete-function, :validate,
11015 :value, :prompt-match.
11016 (widget-coding-system-prompt-value): Use read-coding-system and
11017 act on :base-only.
11018 (editable-field): Add :help-echo.
11019 (widget-push-button-gui, widget-push-button-cache)
11020 (widget-gui-action, widget-editable-list-gui): COmment out, along
11021 with uses.
11022 (widget-at): Make arg optional.
11023 (widget-echo-help): Adjust for current help-echo calling sequence.
11024 (widget-specify-field, widget-specify-button)
11025 (widget-specify-insert, widget-get-sibling, widget-image-find)
11026 (widget-convert, widget-insert, widget-leave-text)
11027 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11028 (widget-setup, widget-field-find, widget-before-change)
11029 (widget-after-change, widget-default-complete)
11030 (widget-default-create, widget-default-delete)
11031 (widget-push-button-value-create, editable-field)
11032 (widget-field-prompt-value, widget-field-validate)
11033 (widget-choice-value-create, widget-choice-action)
11034 (widget-choice-validate, widget-checklist-add-item)
11035 (widget-radio-add-item, widget-radio-chosen)
11036 (widget-radio-value-inline, widget-editable-list-value-create)
11037 (widget-editable-list-entry-create)
11038 (widget-documentation-link-add)
11039 (widget-documentation-string-value-create)
11040 (widget-regexp-validate, widget-file-complete)
11041 (widget-sexp-validate, widget-plist-convert-widget)
11042 (widget-plist-convert-widget, widget-alist-convert-widget)
11043 (widget-alist-convert-widget, widget-color-complete): Simplify,
11044 particularly to avoid bindings which aren't optimized out.
11045
11046 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11047 Doc fix.
11048 (down-list, backward-up-list, up-list, kill-sexp)
11049 (backward-kill-sexp, mark-sexp): Make arg optional.
11050 (lisp-complete-symbol): Add optional arg PREDICATE.
11051
11052 * cus-start.el: Add display-buffer-reuse-frames,
11053 file-coding-system-alist.
11054
110552000-08-20 Gerd Moellmann <gerd@gnu.org>
11056
11057 * startup.el (command-line): Clear realized faces after
11058 modifying TTY color mappings.
11059
110602000-08-20 Miles Bader <miles@gnu.org>
11061
11062 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11063 merely a subset of FACE's attributes.
11064
110652000-08-19 Miles Bader <miles@gnu.org>
11066
11067 * comint.el (comint-output-filter): Save the point with a marker,
11068 not just a buffer position.
11069
11070 * international/mule.el (set-buffer-process-coding-system): Make
11071 interactive prompt less confusing.
11072
110732000-08-19 Gerd Moellmann <gerd@gnu.org>
11074
11075 * hilit-chg.el: General cleanup of doc strings, comments and
11076 code formatting.
11077
110782000-08-19 Miles Bader <miles@gnu.org>
11079
11080 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11081 Compiler macro removed; beginning-of-line is no longer always
11082 equivalent to forward-line, in the presence of fields.
11083
11084 * comint.el (comint-output-filter): Remove ad-hoc saving of
11085 restriction, and just use save-restriction, now that it works
11086 correctly. Don't adjust comint-last-input-start to account for
11087 our insertion; it shouldn't have moved because we don't use
11088 insert-before-markers anymore. Comment out call to
11089 `force-mode-line-update'; why is it here?
11090
11091 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11092 while checking for prompt to delete. Use `forward-line 0'
11093 instead of beginning-of-line.
11094 (gud-filter): Temporarily widen gud comint buffer while
11095 examining output.
11096
110972000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11098
11099 * progmodes/sh-script.el: Big bag of typos.
11100
11101 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11102 check since ispell-process is not bound when ispell is not yet loaded.
11103
111042000-08-18 Dave Love <fx@gnu.org>
11105
11106 * image.el (find-image): Copy `spec' before using plist-put.
11107
111082000-08-18 Gerd Moellmann <gerd@gnu.org>
11109
11110 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11111 `portugues'.
11112
11113 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11114 backward-kill-sexp, analogous to kill-sexp.
11115
11116 * progmodes/icon.el (icon-indent-line)
11117 (icon-is-continuation-line): Handle comments specially.
11118
111192000-08-17 Ken Stevens <k.stevens@ieee.org>
11120
11121 * ispell.el: Set to standard author/maintainer/keyword fields.
11122 Fine tuning to menu map appearance and operation, and added help.
11123 Remove `start' and `end' error messages when compiling.
11124 (ispell-choices-win-default-height): Fixed comment string.
11125 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11126 castellano8 dictionaries.
11127 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11128 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11129 dictionary, added italiano dictionary.
11130 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11131 word character
11132 (ispell-tex-skip-alists): Added psfig support.
11133 (ispell-skip-html): Renamed from ispell-skip-sgml.
11134 (ispell-begin-skip-region-regexp, ispell-skip-region)
11135 (ispell-minor-check): Improved html skipping support to skip across
11136 code, and recognize `&' commands without propper `;' syntax;
11137 (ispell-process-line): Fix alignment error when manually
11138 correcting spelling.
11139 (ispell): Fix comment string.
11140 (ispell-add-per-file-word-list): Always put word list on new line.
11141
111422000-08-17 Gerd Moellmann <gerd@gnu.org>
11143
11144 * format.el (format-encode-run-method): Fix error message to say
11145 `encode' instead of `decode'. Use save-window-excursion around
11146 shell-command-on-region as in format-decode-run-method because
11147 shell-command-on-region can display a buffer with error output.
11148 (format-decode): Don't record undo information for the decoding.
11149 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11150 that number part of the temporary buffer name so that more than
11151 one decoding using a temporary buffer can happen safely.
11152
11153 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11154 of `A-z' in the regexp.
11155
11156 * hilit-chg.el: Fix typos in commentary.
11157
11158 * help.el (view-emacs-news): Rewritten for new naming scheme
11159 for old NEWS files.
11160
11161 * startup.el (command-line): Pop to *Messages* in case an error
11162 is signaled while loading user-init-file.
11163
111642000-08-17 Andreas Schwab <schwab@suse.de>
11165
11166 * files.el (insert-directory): Don't lose original file name,
11167 undoing an undocumented change.
11168
111692000-08-17 Alex Schroeder <alex@gnu.org>
11170
11171 * sql.el (sql-magic-go): Use comint-bol.
11172 (sql-copy-column): Use comint-line-beginning-position.
11173 (comint-line-beginning-position): Define a replacement for
11174 comint-line-beginning-position if it is not fboundp.
11175
111762000-08-17 Alex Schroeder <alex@gnu.org>
11177
11178 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11179 it didn't have any effect anyway.
11180
111812000-08-17 Alex Schroeder <alex@gnu.org>
11182
11183 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11184 --pset and pager=off instead of sending \\o|cat at the beginning
11185 of the session.
11186
111872000-08-17 Miles Bader <miles@gnu.org>
11188
11189 * progmodes/octave-inf.el: Add compatibility definition of
11190 comint-line-beginning-position.
11191
111922000-08-17 Kenichi Handa <handa@etl.go.jp>
11193
11194 * startup.el (normal-top-level): Look in each dir in load-path for
11195 a leim-list.el file too. This assures of loading leim-list.el
11196 that is created at Emacs installation time even if a user have his
11197 own leim-list.el.
11198
111992000-08-17 Miles Bader <miles@gnu.org>
11200
11201 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11202 foreground color to black if the background is dark.
11203
112042000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11205
11206 * loadhist.el (unload-feature): Typo.
11207
11208 * finder.el (finder-compile-keywords):
11209 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11210 to the generated file.
11211
11212 * mail/mh-e.el (mh-make-local-vars):
11213 Replace make-variable-buffer-local with make-local-variable.
11214
11215 * play/landmark.el:
11216 * options.el (Edit-options-{set,toggle,t,nil}):
11217 * mail/mailabbrev.el (mail-abbrevs-mode):
11218 * textmodes/tex-mode.el (tex-expand-files):
11219 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11220
11221 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11222
11223 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11224 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11225 Allow going past the last element.
11226 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11227 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11228 (cvs-mouse-toggle-mark): Don't move point.
11229 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11230
11231 * progmodes/compile.el (grep): Provide a default set of files.
11232 (next-error): Docstring fix.
11233 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11234
11235 * emacs-lisp/easy-mmode.el (define-minor-mode):
11236 Use `symbol-value' to keep the byte-compiler quiet.
11237
11238 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11239 (diff-find-source-location): New fun, extracted from diff-goto-source.
11240 (diff-goto-source): Use it.
11241 (diff-next-complex-hunk, diff-filter-lines): New function.
11242 (diff-apply-hunk): New command.
11243
11244 * smerge-mode.el (smerge-mode-menu): Doc fix.
11245
11246 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11247
112482000-08-16 Dave Love <fx@gnu.org>
11249
11250 * windmove.el (windmove) <defgroup>: Add :version.
11251
11252 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11253 (goto-address-fontify-p, goto-address-highlight-p)
11254 (goto-address-url-face, goto-address-url-mouse-face)
11255 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11256 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11257 (goto-address-fontify, goto-address-at-mouse): Simplify,
11258 (goto-address-at-point): browse-url-url-at-point,
11259 goto-address-find-address-at-point can return nil.
11260 (goto-address-find-address-at-point): Return nil on failure.
11261
11262 * align.el (align) <defgroup>: Add :version.
11263
11264 * calculator.el (calculator): Add :version.
11265 (calculator): Use two lines for calculator window if `modeline'
11266 face is boxed.
11267
11268 * play/5x5.el: Doc fixes.
11269 (5x5) <defgroup>: Add :version.
11270
11271 * play/fortune.el (fortune) <defgroup>: Add :version.
11272 (fortune-append): Fix error message.
11273 (fortune-from-region): Doc fix.
11274
11275 * play/pong.el (pong): Doc fix.
11276
11277 * play/morse.el: Keywords, commentary, autoloads.
11278
112792000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11280
11281 * desktop.el (desktop-save): Don't look at symbol-value of a
11282 member of minor-mode-alist, unless it is boundp.
11283
112842000-08-16 Sam Steingold <sds@gnu.org>
11285
11286 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11287 `while'; use `with-current-buffer' instead of `save-excursion'.
11288 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11289
112902000-08-16 Kenichi Handa <handa@etl.go.jp>
11291
11292 * international/ccl.el (declare-ccl-program): Docstring modified.
11293 (ccl-execute-with-args): Likewise.
11294
112952000-08-16 Miles Bader <miles@gnu.org>
11296
11297 * progmodes/sql.el: Add compatibility definition of
11298 comint-line-beginning-position.
11299
113002000-08-15 Gerd Moellmann <gerd@gnu.org>
11301
11302 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11303 'buffer-menu' property.
11304 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11305 fails.
11306 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11307 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11308 wasn't killed.
11309
11310 * buff-menu.el (list-buffers-noselect): Don't display the
11311 *Buffer List* buffer.
11312
11313 * font-lock.el: Require jit-lock to prevent a very late
11314 `Loading jit-lock' message.
11315
11316 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11317 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11318 mail address.
11319
113202000-08-15 Miles Bader <miles@gnu.org>
11321
11322 * textmodes/ispell.el (ispell-graphic-p): New constant.
11323 (ispell-choices-win-default-height, ispell-help): Use
11324 `ispell-graphic-p' instead of `xemacsp'.
11325
113262000-08-15 Dave Love <fx@gnu.org>
11327
11328 * simple.el: Autoload widget-convert when compiling.
11329 (mail-user-agent): Doc fix.
11330
11331 * help.el (function-called-at-point, variable-at-point): Use
11332 with-syntax-table.
11333 (help-manyarg-func-alist): Add insert-and-inherit.
11334
11335 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11336
11337 * delsel.el (delsel-unload-hook): New function.
11338
11339 * find-file.el: Doc fixes. Move provide to end.
11340 (ff) <defgroup>: Add :link.
11341 (ff-goto-click): Deleted.
11342 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11343 Use mouse-set-point.
11344
11345 * textmodes/tildify.el: Doc fixes.
11346 (tildify) <defgroup>: Add:version.
11347
11348 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11349 (glasses-custom-set): Use set-default, not set.
11350 (minor-mode-alist): Propertize the lighter.
11351 (glasses-mode): Provide optional arg.
11352
11353 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11354 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11355 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11356 option. Provide :type.
11357 (cwarn-configuration): Provide :type.
11358 (cwarn-mode): Doc fix.
11359
11360 * add-log.el (change-log-merge): Doc fix.
11361 (change-log-redate): New command.
11362
11363 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11364 Doze and Dog.
11365 (browse-url): Use dolist, not mapcar.
11366 (browse-url-at-point): Check for null url.
11367 (browse-url-event-buffer, browse-url-event-point): Functions
11368 deleted.
11369 (browse-url-at-mouse, browse-url-netscape): Simplify.
11370
11371 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11372 modes.
11373 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11374 Fix previous change to mapcan.
11375 (msb--init-file-alist, msb--add-separators)
11376 (msb--make-keymap-menu): Simplify.
11377 (msb--choose-file-menu): Use copy-sequence.
11378 (msb-mode-map): Add title to keymap.
11379 (msb-unload-hook): New function.
11380
11381 * bs.el: Fix indentation.
11382 (bs) <defgroup>: Add :links.
11383 (bs-show): Doc fix.
11384 (bs-apply-sort-faces): Don't use window-system.
11385 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11386
113872000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11388
11389 * calendar/timeclock.el (timeclock-file): Run .timelog through
11390 convert-standard-filename.
11391
113922000-08-14 Gerd Moellmann <gerd@gnu.org>
11393
11394 * emacs-lisp/authors.el: New file.
11395
11396 * paren.el (show-paren-priority): New user option.
11397 (show-paren-function): Set overlay priorities to
11398 show-paren-priority.
11399
114002000-08-14 Miles Bader <miles@gnu.org>
11401
11402 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11403 beginning-of-line with inhibit-field-text-motion bound.
11404
114052000-08-14 Gerd Moellmann <gerd@gnu.org>
11406
11407 * calendar/timeclock.el: New file.
11408
114092000-08-14 David Ponce <david@dponce.com>
11410
11411 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11412 `widget-button-click'. so that one can use left mouse button to
11413 click on dialog buttons.
11414
114152000-08-14 Emmanuel Briot <briot@gnat.com>
11416
11417 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11418 identifiers, since XML is case sensitive
11419
114202000-08-12 Miles Bader <miles@gnu.org>
11421
11422 * comint.el (comint-output-filter): Don't bother frobbing
11423 window-start, it doesn't seem to be necessary.
11424
11425 * comint.el (comint-send-string, comint-send-region): Make into
11426 real functions. Snapshot the prompt before sending.
11427
114282000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11429
11430 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11431 technique similar to Info-index, instead of relying on specific
11432 names of relevant Index nodes.
11433 (Info-goto-emacs-command-node): Bind Info-history to nil when
11434 going to the first node found by Info-find-emacs-command-nodes.
11435
114362000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11437
11438 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11439
114402000-08-10 Miles Bader <miles@gnu.org>
11441
11442 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11443
114442000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11445
11446 * info.el (Info-file-list-for-emacs): More elements for the
11447 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11448 and woman manuals.
11449
114502000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11451
11452 * comint.el (comint-send-input): Make the newline boundary overlay
11453 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11454 (comint-output-filter): Use `insert' instead of
11455 `insert-before-markers'. Extend comint-last-output-overlay when
11456 necessary since we can't rely on insert-before-markers to do it.
11457 * gud.el (gud-filter): Use `with-current-buffer' instead of
11458 save-excursion when inserting the output, so that point gets
11459 updated correctly; the old method relied on a rather dodgy
11460 side-effect of comint-output-filter to avoid the effect of
11461 save-excursion.
11462
114632000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11464
11465 * files.el (recover-file): Call insert-directory instead of
11466 invoking `ls' directly.
11467
114682000-08-10 Miles Bader <miles@gnu.org>
11469
11470 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11471 (comint-last-prompt-overlay): New variables.
11472 (comint-output-filter): Implement prompt highlighting.
11473 (comint-snapshot-last-prompt): New function.
11474 (comint-send-input): Snapshot the last prompt.
11475 Use comint-highlight-input-face.
11476 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11477 Use defface instead of defcustom.
11478 (send-invisible, comint-send-eof): Snapshot the last prompt.
11479 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11480 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11481
114822000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11483
11484 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11485 (regexp-opt-group): Use a list of chars for `letters'.
11486 (regexp-opt-charset): `chars' is now a list of chars.
11487 Use a char-table rather than a vector so it works for multibyte chars.
11488
11489 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11490 Set cvs-minor-current-files to the selected fileinfo.
11491 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11492 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11493
114942000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11495
11496 * files.el (insert-directory): Don't call access-file on
11497 directories on DOS and Windows.
11498
114992000-08-09 Kenichi Handa <handa@etl.go.jp>
11500
11501 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11502 longer if necessary.
11503 (ccl-embed-code): Call ccl-embed-data to store CODE in
11504 ccl-program-vector.
11505
115062000-08-09 Miles Bader <miles@gnu.org>
11507
11508 * comint.el (comint-output-filter): Properly handle the case where
11509 the text surrounded by comint-last-output-overlay was deleted.
11510
115112000-08-08 Gerd Moellmann <gerd@gnu.org>
11512
11513 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11514 non-nil.
11515 (Info-file-list-for-emacs): Remove "info" from the list because
11516 that leads to trying to use the documentation from file `info'
11517 in various situations where it isn't appropriate, for instance
11518 C-h C-k C-h i.
11519
11520 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11521 DIR and/or STRING are nil.
11522
11523 * progmodes/compile.el (compilation-setup): Make variable
11524 compilation-error-screen-columns buffer-local, as some comment
11525 in the code suggests it should be.
11526
11527 * files.el (auto-mode-interpreter-regexp): New variable.
11528 (set-auto-mode): Use it.
11529
11530 * indent.el (indent-for-tab-command): Doc fix.
11531
11532 * mouse-sel.el (mouse-sel-mode): Doc fix.
11533
11534 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11535 labels.
11536
11537 * help.el (print-help-return-message): When
11538 display-buffer-reuse-frames is set, let the help window been quit,
11539 instead of deleting it, which might delete a reused frame.
11540
115412000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11542
11543 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11544 rename a directory to a name that differs only by its letter case.
11545
115462000-08-08 Kenichi Handa <handa@etl.go.jp>
11547
11548 * international/quail.el (quail-define-rules): Handle Quail decode
11549 map correctly. Add code for supporting annotations.
11550 (quail-install-decode-map): New function.
11551 (quail-defrule-internal): New optional arguments decode-map and
11552 props.
11553 (quail-advice): New function.
11554
115552000-08-07 Sam Steingold <sds@gnu.org>
11556
11557 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11558 `defconst', `define-condition', `with-slots'.
11559 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11560
115612000-08-03 Miles Bader <miles@gnu.org>
11562
11563 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11564 New variable.
11565 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11566 comint-use-prompt-regexp-instead-of-fields.
11567 (comint-send-input): Add `input' field property to stuff we send to
11568 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11569 (comint-output-filter): Add `output' field property to process
11570 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11571 (comint-replace-by-expanded-history)
11572 (comint-get-old-input-default, comint-show-output)
11573 (comint-backward-matching-input, comint-forward-matching-input)
11574 (comint-next-prompt, comint-previous-prompt): Use field
11575 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11576 (comint-line-beginning-position): New function.
11577 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11578 (comint-replace-by-expanded-history-before-point): Use
11579 comint-line-beginning-position and line-end-position.
11580 (comint-last-output-overlay): New variable.
11581 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11582
11583 * shell.el (shell-prompt-pattern): Doc change.
11584 (shell-backward-command): Use line-beginning-position.
11585
11586 * gud.el (gud-gdb-complete-command): Use
11587 comint-line-beginning-position.
11588
11589 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11590 comint-bol doesn't actually go to the beginning of the line.
11591
11592 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11593 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11594 (try-expand-line-all-buffers): Likewise.
11595
11596 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11597 explicitly matching comint-prompt-regexp.
11598 (sql-copy-column): Use comint-line-beginning-position instead of
11599 explicitly matching comint-prompt-regexp.
11600
11601 * progmodes/octave-inf.el (inferior-octave-complete): Use
11602 comint-line-beginning-position.
11603
11604 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11605
11606 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11607 looking for a prompt, use `forward-line 0' instead of
11608 `beginning-of-line', to avoid getting caught by an input field.
11609
116102000-08-07 Gerd Moellmann <gerd@gnu.org>
11611
11612 * files.el (shell-quote-wildcard-pattern): Make sure to return
11613 PATTERN, in the Unix case.
11614
116152000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11616
11617 * play/zone.el (zone): Discard any pending input before running
11618 the randomly-chosen pgm.
11619
116202000-08-07 Kenichi Handa <handa@etl.go.jp>
11621
11622 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11623 checking the existence of any multibyte characters.
11624
116252000-08-06 Gerd Moellmann <gerd@gnu.org>
11626
11627 * help.el (describe-mode): Test minor-mode symbol for being
11628 bound before testing its value for being nil.
11629
11630 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11631 `first', `second', and `third'.
11632
11633 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11634 (second): Make it an alias for `cadr'.
11635
116362000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11637
11638 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11639 types of display support faces now.
11640
116412000-08-05 Gerd Moellmann <gerd@gnu.org>
11642
11643 * pcvs.el (require): Require `cl' during compilation, only.
11644
11645 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11646 (toplevel): Remove `remq' and `remove' from autoloads.
11647 (cl-fake-autoloads): New variable. If set, arrange for an error
11648 when CL functions etc. are autoloaded.
11649
116502000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11651
11652 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11653
11654 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11655 popped up, but the user clicks outside the menu, return an empty
11656 regexp (that causes unhighlight-regexp to have no effect).
11657
11658 * menu-bar.el (menu-bar-games-menu): Add Zone.
11659
11660 * hi-lock.el (toplevel): Require font-lock.
11661
116622000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11663
11664 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11665 (ebnf-8-bit-chars): New var for bug fix.
11666 (ebnf-string): Bug fix.
11667
116682000-08-03 Sam Steingold <sds@gnu.org>
11669
11670 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11671 instead of `buffer-string'.
11672 (require 'cl): Always, not just when compiling.
11673 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11674 necessary.
11675
116762000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11677
11678 * international/mule-cmds.el (select-safe-coding-system): Make
11679 the message text about selecting a safe coding system more clear.
11680
116812000-08-02 Gerd Moellmann <gerd@gnu.org>
11682
11683 * hi-lock.el: New file.
11684
11685 * play/zone.el: New file.
11686
11687 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11688 value of tab-width in the original buffer. Choose a line number
11689 format that's a multiple of the original buffer's tab width, so
11690 that lines appear right.
11691
11692 * textmodes/ispell.el (ispell): New function, replacing an alias.
11693 Spell-check active region if in transient-mark-mode and mark
11694 is active; otherwise spell-check buffer.
11695
116962000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11697
11698 * ps-mule.el: Fix a customization problem on
11699 ps-mule-font-info-database-default.
11700
117012000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11702
11703 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11704 display-mouse-p instead of window-system.
11705 (ebrowse-member-mode-map): Ditto.
11706
117072000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11708
11709 * progmodes/ebnf2ps.el: Update ps-print functions call.
11710 Indentation fix. Doc fix.
11711 (ebnf-version): New version number (3.2).
11712 (ebnf-format-color, ebnf-begin-job): Code fix.
11713
117142000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11715
11716 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11717 font lock support on window-system.
11718 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11719
11720 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11721 display-color-p, if fboundp, instead of window-system.
11722
117232000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11724
11725 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11726 instead of window-system.
11727
11728 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11729 window-system.
11730 (widget-choice-mouse-down-action): Use display-popup-menus-p
11731 instead of window-system.
11732
11733 * strokes.el (strokes-file): Run the file name through
11734 convert-standard-filename.
11735 (strokes-mode): Call display-mouse-p instead of looking at
11736 window-system. Change the error message accordingly.
11737
11738 * progmodes/cpp.el (toplevel): Support faces on tty's.
11739
11740 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11741 (lm-plot-square, lm-init-display): Don't use window-system.
11742
11743 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11744 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11745
11746 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11747 instead of looking at window-system.
11748
117492000-07-30 Gerd Moellmann <gerd@gnu.org>
11750
11751 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11752 of testing if iswitchb-prepost-hooks is bound, because the
11753 latter will always be true when invoking a recursive minibuffer
11754 from an active Iswitchb buffer.
11755
117562000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11757
11758 * files.el (shell-quote-wildcard-pattern): New function.
11759 (insert-directory): Call it. Only prepend "\" to command on Unix
11760 and GNU/Linux systems.
11761
117622000-07-30 Gerd Moellmann <gerd@gnu.org>
11763
11764 * eshell/esh-groups.el: Change custom :link file names
11765 from `eshell.info' to `eshell'.
11766
117672000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11768
11769 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11770 correctly in recursive ange-ftp listings.
11771
117722000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11773
11774 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11775 ps-header-font-size-internal and
11776 ps-header-title-font-size-internal variables are not set,
11777 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11778 face text property is (foreground-color . COLOR) or
11779 `(background-color . COLOR)', ps-print crashes. Doc fix.
11780 (ps-print-version): New version number (5.2.4).
11781 (ps-plot-region): Code fix.
11782 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11783 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11784 Bug fix 2.
11785
117862000-07-30 Milan Zamazal <pdm@freesoft.cz>
11787
11788 * glasses.el (glasses-make-readable): Fix uncapitalization of
11789 identifiers like `myXMLDocument'.
11790
117912000-07-28 Karl Fogel <kfogel@red-bean.com>
11792
11793 * mail/mail-hist.el (mail-hist-previous-input)
11794 (mail-hist-next-input): Do the obvious code factorization.
11795 (mail-hist-retrieve-and-insert): New func, contains common
11796 code of above two.
11797 If inserting a message body, leave point at top.
11798
117992000-07-28 Sam Steingold <sds@gnu.org>
11800
11801 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11802 Use `<=', not `<' to compare times!
11803 (ange-ftp-ls): Remove.
11804
118052000-07-27 Gerd Moellmann <gerd@gnu.org>
11806
11807 * play/cookie1.el: Add explanation of how to make cookie.el
11808 compatible with strfile(1) to comment.
11809
11810 * subr.el (remove, remq): New functions.
11811
11812 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11813 escape `*' in regexps.
11814 (midnight-find): Reverse order of arguments in the funcall of
11815 TEST.
11816
11817 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11818 and `.class'.
11819
11820 * play/meese.el: Add Commentary section.
11821
118222000-07-27 Alex Schroeder <alex@gnu.org>
11823
11824 * sql.el (sql-ms): Added autoload cookie.
11825 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11826 (sql-oracle): Ditto.
11827 (sql-help): Doc change.
11828
11829 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11830 types and exceptions.
11831
118322000-07-27 Alex Schroeder <alex@gnu.org>
11833
11834 * sql.el (sql-placeholder-history): New variable.
11835 (sql-query-placeholders-and-send): New function that will query
11836 the user and replace placeholders with user input.
11837 (sql-oracle): If running on NT, set comint-input-sender to
11838 sql-query-placeholders-and-send.
11839
11840 (sql-stop): If in the SQLi buffer, insert stop notification, else
11841 present it as a message.
11842
118432000-07-27 Alex Schroeder <alex@gnu.org>
11844
11845 * sql.el (sql-input-ring-separator): Doc change.
11846 (sql-input-ring-file-name): Doc change.
11847 (sql-interactive-mode): Use `sql-input-ring-separator' and
11848 `sql-input-ring-file-name' to set the comint-mode equivalents
11849 without making them local variables.
11850 (sql-stop): Don't bind `sql-input-ring-separator' and
11851 `sql-input-ring-file-name' dynamically to their comint-mode
11852 equivalents.
11853
118542000-07-27 Kenichi Handa <handa@etl.go.jp>
11855
11856 * international/mule.el (register-char-codings): New function.
11857 (make-coding-system): Handle `safe-chars' specification in the arg
11858 PROPERTY.
11859
11860 * international/mule-cmds.el
11861 (find-coding-systems-region-subset-p): This function deleted.
11862 (sort-coding-systems-predicate): New variable.
11863 (sort-coding-systems): New function.
11864 (find-coding-systems-region): Use
11865 find-coding-systems-region-internal.
11866 (find-coding-systems-string): Use find-coding-systems-region.
11867 (find-coding-systems-for-charsets): Check
11868 char-coding-system-table.
11869 (select-safe-coding-system-accept-default-p): New variable.
11870 (select-safe-coding-system): Mostly rewritten. New argument
11871 ACCEPT-DEFAULT-P.
11872 (select-message-coding-system): Call select-safe-coding-system
11873 with ACCEPT-DEFAULT-P arg.
11874 (reset-language-environment): Reset default-sendmail-coding-system
11875 to the default value iso-latin-1.
11876 (set-language-environment): Don't set the obsolete variable
11877 charset-origin-alist.
11878
11879 * international/codepage.el (cp-coding-system-for-codepage-1):
11880 Give `safe-chars' property to make-coding-system.
11881
11882 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11883 calling select-message-coding-system twice.
11884
11885 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11886 instead of `safe-charsets'.
11887 (cyrillic-alternativnyj): Likewise.
11888 (ccl-encode-alternativnyj): Don't check the charset
11889 cyrillic-iso8859-5.
11890
118912000-07-27 Kenichi Handa <handa@etl.go.jp>
11892
11893 * composite.el (compose-chars-after): Preserve match data.
11894
118952000-07-26 Sam Steingold <sds@gnu.org>
11896
11897 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11898 (ange-ftp-real-file-newer-than-file-p): New function.
11899 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11900 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11901
11902 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11903 * midnight.el (midnight-float-time): Ditto.
11904
119052000-07-26 Andreas Schwab <schwab@suse.de>
11906
11907 * files.el (normal-backup-enable-predicate): Correct
11908 interpretation of the return value of compare-strings.
11909
119102000-07-26 Gerd Moellmann <gerd@gnu.org>
11911
11912 * isearch.el (isearch-resume): New function.
11913 (isearch-done): Add something to command-history to resume
11914 the search.
11915 (isearch-yank-line, isearch-yank-word): Use
11916 buffer-substring-no-properties instead of buffer-substring.
11917
11918 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11919 of flyspell-mouse-map.
11920
11921 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11922 duplicate definition.
11923 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11924
11925 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11926 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11927
119282000-07-25 Sam Steingold <sds@gnu.org>
11929
11930 * net/ange-ftp.el: Get modtime over the net.
11931 (ange-ftp-file-modtime): New function.
11932 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11933 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11934 Use it.
11935 (ange-ftp-dot-to-slash): New function.
11936 (ange-ftp-fix-name-for-vms): Use it.
11937
11938 * midnight.el (midnight-buffer-display-time): Use
11939 `with-current-buffer'.
11940
119412000-07-25 Gerd Moellmann <gerd@gnu.org>
11942
11943 * find-dired.el: Update copyright notice.
11944 (find-dired): Offer to kill a running `find'.
11945
11946 * enriched.el (enriched-face-ans): For a `foreground-color'
11947 property, return '(("x-color" COLOR))' so that COLOR will be
11948 output as a parameter of the x-color annotation. Likewise for the
11949 `background-color' property. In the case of normal face
11950 properties, don't return annotations for unspecified foreground
11951 and background face attributes.
11952
119532000-07-25 Kenichi Handa <handa@etl.go.jp>
11954
11955 * language/japan-util.el (japanese-katakana-region): Fix handling
11956 HANKAKU argument.
11957
119582000-07-25 Miles Bader <miles@gnu.org>
11959
11960 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11961 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11962 constrain-to-field.
11963
119642000-07-24 Andrew Innes <andrewi@gnu.org>
11965
11966 * timer.el (timer-activate-when-idle): Add optional parameter
11967 DONT-WAIT. Update docstring.
11968 (run-with-idle-timer): Specify extra parameter to
11969 timer-activate-when-idle, so that timer will be activated
11970 immediately if Emacs is already idle.
11971
11972 * w32-fns.el (w32-using-nt): Fix docstring.
11973
119742000-07-24 Dave Love <fx@gnu.org>
11975
11976 * mouse.el (popup-menu): Set last-command-event.
11977 (mouse-major-mode-menu-prefix): Declare.
11978
119792000-07-24 Gerd Moellmann <gerd@gnu.org>
11980
11981 * textmodes/flyspell.el: Update to author's version 1.5d.
11982
11983 * progmodes/hideshow.el: Update copyright notice.
11984
11985 * vcursor.el: Set maintainer to FSF, since author cannot
11986 be reached.
11987
119882000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11989
11990 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11991 the prompt.
11992
11993 * mouse.el (popup-menu): Run the keymap through indirect-function,
11994 in case it was defined with define-prefix-key. If the menu is a
11995 list of keymaps, look up the binding of user's choice in each one
11996 of the keymaps.
11997 (mouse-popup-menubar): If the global and local menu-bar keymaps
11998 don't have a prompt string, create one and insert it into the
11999 keymap. Don't barf if current-local-map returns nil.
12000
120012000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12002
12003 * dired.el (dired-sort-R-check): Added to allow recursive listing
12004 to be undone.
12005 (dired-sort-other): Use it.
12006
120072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12008
12009 * Release of cc-mode 5.27
12010
120112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12012
12013 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12014 c-beginning-of-statement-1 that caused a bad case of recursion
12015 which could consume a lot of CPU in large classes in languages
12016 that have in-expression classes (i.e. Java and Pike).
12017
12018 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12019 statements before top level constructs (i.e. case 6 is moved
12020 before case 5 and is now case 4) to catch in-expression
12021 classes in top level expressions correctly.
12022
120232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12024
12025 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12026 objc-method-intro. Case 4 removed and case 5I added.
12027
12028 * cc-langs.el (c-append-paragraph-start): New variable used by
12029 c-common-init to get paragraph-start correct.
12030 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12031 initialize paragraph-start to make it correct both with and
12032 without the javadoc special case.
12033
12034 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12035 initialize paragraph-start for javadoc markup.
12036
12037 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12038 change by defaulting this to t. It's motivated by the
12039 confusing behavior that otherwise arise from the style system
12040 when editing both java and non-java files at the same time
12041 (see the comments about style setting in c-common-init).
12042
120432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12044
12045 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12046 similar to the one in c-fill-paragraph to check the fill
12047 prefix from the adaptive fill function for sanity.
12048
120492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12050
12051 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12052 defun block.
12053
a30eb617
DL
120542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12055
12056 * cc-align.el (c-lineup-multi-inher): Handle lines with
12057 leading comma nicely. Extended to handle member initializers
12058 too.
12059
12060 * cc-engine.el: (c-beginning-of-inheritance-list,
12061 c-guess-basic-syntax): Fixed recognition of inheritance lists
12062 when the lines begins with a comma.
12063
a30eb617
DL
12064 * cc-vars.el (c-offsets-alist): Changed default for
12065 member-init-cont to c-lineup-multi-inher since it now handles
12066 member initializers and indents better for leading commas.
12067
120682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12069
12070 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12071 handling that caused class open lines to be recognized as
12072 statement-conts in some cases.
12073
12074 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12075 guessed by the adaptive fill function unless point is on the
12076 first line of a block comment.
12077
12078 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12079 when the buffer ends with a macro continuation char.
12080
12081 * cc-engine.el (c-guess-basic-syntax): Added support for
12082 function definitions as statements in Pike. The first
12083 statement in a lambda block is now labeled defun-block-intro
12084 instead of statement-block-intro.
12085
12086 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12087 so that the class surrounding point is selected, not the one
12088 innermost in the state.
12089
12090 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12091 recognition of switch labels having hanging multiline
12092 statements.
12093
12094 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12095 some code in c-guess-basic-syntax to a separate function.
12096 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12097 recognition of member inits with multiple line arglists.
12098 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12099 member-init-cont when the commas are in funny places.
12100
121012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12102
12103 * cc-defs.el (c-auto-newline): Removed this macro since it's
12104 not used anymore.
12105
12106 * cc-engine.el (c-looking-at-bos): New helper function.
12107 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12108 inexpr and toplevel classes apart in Pike.
12109
12110 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12111 of case 9A.
12112
12113 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12114 constant, since "class" can introduce an in-expression class
12115 in Pike nowadays.
12116
121172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12118
12119 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12120 indentation on cpp-macro lines.
12121
12122 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12123 a syntax modifier like comment-intro, to make it possible to
12124 get syntactic indentation for preprocessor directives. It's
12125 incompatible wrt to lineup functions on cpp-macro, but it has
12126 no observable effect in the 99.9% common case where cpp-macro
12127 is set to -1000.
12128
121292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12130
12131 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12132 member-init-cont when the preceding arglist is several lines.
12133
121342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12135
12136 * cc-styles.el (c-style-alist): The basic offset for the BSD
12137 style corrected to 8.
12138
121392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12140
12141 * cc-styles.el (c-style-alist): Adjusted the indentation of
12142 brace list openers in the gnu style.
12143
121442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12145
12146 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12147
12148 * cc-cmds.el (c-electric-brace, c-electric-slash,
12149 c-electric-star, c-electric-semi&comma, c-electric-colon,
12150 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12151 when c-syntactic-indentation is nil.
12152
12153 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12154 we were left at comments preceding the first statement when
12155 reaching the beginning of the buffer.
12156
12157 * cc-vars.el (c-syntactic-indentation): New variable to turn
12158 off all syntactic indentation.
12159
121602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12161
12162 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12163 between the text and the block comment ender when it hangs,
12164 depending on how many there are before the fill.
12165
121662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12167
12168 * cc-engine.el (c-beginning-of-closest-statement): New helper
12169 function to go back to the closest preceding statement start,
12170 which could be inside a conditional statement.
12171 * cc-engine.el (c-guess-basic-syntax): Use
12172 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12173
12174 * cc-engine.el (c-guess-basic-syntax): Better handling of
12175 arglist-intro, arglist-cont-nonempty and arglist-close when
12176 the arglist is nested inside parens. Cases 7A, 7C and 7F
12177 changed.
12178
12179 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12180 up-to-date with javadoc 1.2.
12181
121822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12183
12184 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12185 multiline Pike type decls.
12186
121872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12188
12189 * cc-cmds.el (c-indent-new-comment-line): Always break
12190 multiline comments in multiline mode, regardless of
12191 comment-multi-line.
12192
121932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12194
12195 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12196 fully::qualified::names in C++ member init lists. Preamble in
12197 case 5D changed.
12198
121992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12200
12201 * cc-langs.el (c-common-init): Handling of obsolete variables
12202 moved to c-initialize-cc-mode. More compatible style override
12203 when using global style variables.
12204 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12205 variables moved here.
12206
a30eb617
DL
12207 * cc-styles.el (c-make-styles-buffer-local): Flag style
12208 variable localness in c-style-variables-are-local-p to make
12209 the compatibility measure in c-common-init work well.
12210
12211 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12212 longer contain set-from-style.
12213 * cc-styles.el (c-initialize-builtin-style): Don't check for
12214 set-from-style on c-special-indent-hook.
12215 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12216 copy-alist is sufficient now.
12217
12218 * cc-styles.el (c-set-style, c-set-style-1,
12219 c-get-style-variables): Fixes to variable initialization so
12220 that duplicate entries in styles have the same effect
12221 regardless of DONT-OVERRIDE.
12222
12223 * cc-styles.el (c-set-style-2): Fixed bug where the
12224 initialization of inheriting styles failed when the
12225 dont-override flag is set.
12226
12227 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12228 on this.
12229
122302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12231
12232 * cc-defs.el (c-forward-comment): Removed the workaround
12233 introduced in 5.38 since it had worse side-effects. If a line
12234 contains the string "//\"", it regarded the // as a comment
12235 start since the \ temporarily doesn't have escape syntax.
12236
122372000-07-17 Emmanuel Briot <briot@act-europe.fr>
12238
12239 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12240 ada-xref.el before ada-prj.el, so that the Project menu is created
12241 when ada-prj tries to add to it.
12242 (ada-activate-keys-for-case): Suppress the characters that are not
12243 part of the Ada syntax. Better compatibility with else-mode
12244 (ada-adjust-case-interactive): When auto-casing is not active,
12245 correctly insert newlines (used to insert only ^M). Prevent the
12246 syntax table from being changed in case of an error
12247 (or '_' becomes part of a word and some commands are confused).
12248 Do nothing if ada-auto-case is nil.
12249 (ada-after-keyword-p): Ignore keywords that are also attributes
12250 (ada-batch-reformat): Update usage comment
12251 (ada-call-from-contextual-menu): New function
12252 (ada-case-read-exceptions): Reinitialize the casing exception list
12253 first to nil first, so that the casing exception file can be
12254 shared.
12255 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12256 files.
12257 (ada-compile-goto-error): Fix regexp used to detect a file:line
12258 anywhere in the error message
12259 (ada-contextual-menu-last-point): New variable
12260 (ada-create-keymap): If the variable delete-key-deletes-forward is
12261 t on XEmacs, it means that DEL should delete one character
12262 forward.
12263 (ada-create-menu): Use :included instead of :visible for XEmacs.
12264 New submenu "Options".
12265 (ada-end-stmt-re): Correctly indent "select ... then abort"
12266 statements.
12267 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12268 even if they don't match ada-fill-comment-prefix Fix handling of
12269 paragraphs on the first or last line of a file.
12270 (ada-format-paramlist): Fix handling of default parameter values.
12271 (ada-get-body-name): New function.
12272 (ada-get-current-indent): Optimized by searchling directly for an
12273 existing generic part or a statement outside of it. Handle
12274 ada-indent-align-comments when indenting comments Replaced some
12275 regexps by testing directly the next character. This results in a
12276 huge speedup on some files. New indentation scheme for renames
12277 statements. Stop looking for the 'while' or 'for' associated with
12278 a 'loop' at the first semicolon encountered. A "return" can also
12279 match an anonymous access subprogram declaration.
12280 (ada-get-indent-noindent): Ignore strings and comments when
12281 looking for the keywords "record" and "private".
12282 (ada-goto-matching-decl-start): When matching "if", make sure we
12283 are not in fact seeing "end if". Ignore "when" statements except
12284 when initial keyword was "begin". Fix handling of nested
12285 procedures. Add a recursive call to this function to skip over
12286 other 'end' statmts. Fix indentation for "when .. => begin"
12287 (ada-in-open-paren-p): Fix indentation for complex boolean
12288 expressions, where 'and then', 'or else' and parenthesis
12289 statements are mixed up.
12290 (ada-in-paramlist-p): Skip comments while searching for the
12291 beginning Fix handling of operator declarations.
12292 (ada-indent-align-comments): New variable
12293 (ada-indent-current): Change the syntax table only in the
12294 protected section, so that we are sure it is restored correctly.
12295 (ada-indent-on-previous-lines): Use ada-use-indent and
12296 ada-with-indent Correctly indent "select ... then"
12297 (ada-indent-region): Slight speedup.
12298 (ada-indent-renames): New variable.
12299 (ada-last-which-function-subprog, ada-last-which-function-line):
12300 New variables
12301 (ada-looking-at-semi-private): Correctly indent the 'private'
12302 keyword when it is the first word in a package declaration.
12303 (ada-loose-case-word): Stop searching if at the end of the buffer.
12304 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12305 even if point is not initially at the end of the word.
12306 (ada-matching-decl-start-re): Add "when".
12307 (ada-mode): Add support for abbrev-mode, outline-mode and
12308 which-func-mode Override the old find-file.el entry in
12309 ff-special-constructs since it is using the obsolete
12310 ada-spec-suffix variable
12311 (ada-no-auto-case): New function
12312 (ada-scan-paramlist): When parsing the argument type, accept
12313 spaces (as in "X 'Class", generated by Rational Rose).
12314 (ada-other-file-name): No longer loads the other file.
12315 (ada-popup-menu): Save and restore the current buffer and cursor
12316 position before and after displaying the menu.
12317 (ada-search-ignore-complex-boolean): New function.
12318 (ada-uncomment-region): Emacs21 already knows how to delete
12319 comments not starting in the first column.
12320 (ada-use-indent): New variable
12321 (ada-which-function): New function.
12322 (ada-with-indent): New variable
12323 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12324 can be batch-compiled from the command line.
12325
12326 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12327 Add to the menu when the file is loaded, not in ada-mode-hook.
12328 Add -toolbar to the default ddd command Switches moved from
12329 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12330 ada-prj-default-comp-opt
12331 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12332 Reference Manual to the menu
12333 (ada-check-current): rewritten as a call to ada-compile-current
12334 (ada-compile): Removed.
12335 (ada-compile-application, ada-compile-current, ada-check-current):
12336 Set the compilation-search-path so that compile.el automatically
12337 finds the sources in src_dir. Automatic scrollong of the
12338 compilation buffer. C-uC-cC-c asks for confirmation before
12339 compiling
12340 (ada-compile-current): New parameter, prj-field
12341 (ada-complete-identifier): Load the .ali file before doing
12342 processing
12343 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12344 conform to gnatmake's behavior.
12345 (ada-find-file-in-dir): New function
12346 (ada-find-references): Set the environment variables for gnatfind
12347 (ada-find-src-file-in-dir): New function.
12348 (ada-first-non-nil): Removed
12349 (ada-gdb-application): Add support for jdb, the java debugger.
12350 (ada-get-ada-file-name): Load the original-file first if not done
12351 yet.
12352 (ada-get-all-references): Handles the new ali syntax (parent types
12353 are found between <>).
12354 (ada-initialize-runtime-library): New function
12355 (ada-mode-hook): Always load a project file when a file is opened,
12356 so that the casing exceptions are correctly read.
12357 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12358 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12359 to open the project file, since the latter does not work with
12360 speedbar Get default values before loading the prj file, or the
12361 default executable file name is wrong. Use the absolute value of
12362 src_dir to initialize ada-search-directories and
12363 compilation-search-path,... Add the standard runtime library to
12364 the search path for find-file.
12365 (ada-prj-default-debugger): Was missing an opening '{'
12366 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12367 variables.
12368 (ada-prj-default-gnatmake-opt): New variable
12369 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12370 buffers, the project file is the default one Save the windows
12371 configuration before displaying the menu.
12372 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12373 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12374 ...) regexp-quote identifiers names to support operators +,
12375 -,... in regexps.
12376 (ada-remote): New function.
12377 (ada-run-application): Erase the output buffer before starting the
12378 run Support remote execution of the application. Use
12379 call-process, or the arguments are incorrectly parsed
12380 (ada-set-default-project-file): Reread the content of the active
12381 project file, not the one from the current buffer When a project
12382 file is set as the default project, all directories are
12383 automatically associated with it.
12384 (ada-set-environment): New function
12385 (ada-treat-cmd-string): New special variable ${current}
12386 (ada-treat-cmd-string): Revised. The substitution is now done for
12387 any ${...} substring
12388 (ada-xref-current): If no body was found, compiles the spec
12389 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12390 compiler to get rid of command line length limitations.
12391 (ada-xref-get-project-field): New function
12392 (ada-xref-project-files): New variable
12393 (ada-xref-runtime-library-specs-path)
12394 (ada-xref-runtime-library-ali-path): New variables
12395 (ada-xref-set-default-prj-values): Default run command now does a
12396 cd to the build directory. New field: main_unit Provide a default
12397 file name even if the current buffer has no prj file.
12398
12399 * ada-prj.el:
12400 Rewritten to show a tabbed-dialog.
12401 (ada-prj-add-ada-menu): Remove the map and name parameters.
12402 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12403 New function
12404 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12405 (ada-prj-load-from-file): New function
12406 (ada-prj-save): Always save fields that depend on the current buffer
12407 (ada-prj-show-value): New function
12408
12409 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12410 Ada mode. This will allow us to display the Ada menu in any buffer
12411 we want (for project items).
12412 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12413 number of spaces in the header.
12414
124152000-07-24 Dave Love <fx@gnu.org>
12416
12417 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12418
124192000-07-23 Noah Friedman <friedman@splode.com>
12420
12421 * type-break.el (type-break): perform autosave.
12422 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12423 (type-break-do-query): Cancel query schedule while performing
12424 actual query, to avoid possibility of a second query being made
12425 while first one is already in progress.
12426 (type-break-time-stamp-format): New variable.
12427 (type-break-time-stamp): New function.
12428 (type-break-time-warning): Use it.
12429 (type-break-keystroke-warning): Use it.
12430 (type-break-noninteractive-query): Use it.
12431
12432 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12433 cookie.
12434 Use add-minor-mode to set minor-mode-alist, if available.
12435 (eldoc-echo-area-use-multiline-p): New user option.
12436 (eldoc-echo-area-multiline-supported-p): New variable.
12437 (eldoc-docstring-format-sym-doc): Use them.
12438 (eldoc-mode): If not using idle timers, append to local post and
12439 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12440 (eldoc-display-message-no-interference-p): Don't interfere with
12441 edebug.
12442 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12443 (eldoc-function-arglist): New function.
12444 (eldoc-function-argstring): Use it.
12445
12446 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12447 auto save directory exists before calling directory-files.
12448
124492000-07-23 Dave Love <fx@gnu.org>
12450
12451 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12452 ^o, ^u.
12453
124542000-07-21 Dave Love <fx@gnu.org>
12455
12456 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12457 now passed to the function. It now works properly.
12458
12459 * smerge-mode.el (smerge-mode-menu): Fill it out.
12460
124612000-07-20 Gerd Moellmann <gerd@gnu.org>
12462
12463 * info-look.el (info-lookup): If *info* is shown in another frame
12464 on the same display, select that frame, instead of switching to
12465 the Info buffer in another window of the selected frame.
12466
12467 * simple.el (universal-argument-map): Bind numeric keypad keys
12468 kp-0 to kp-9 and kp-subtract.
12469 (digit-argument): Handle these keys.
12470
124712000-07-20 Dave Love <fx@gnu.org>
12472
12473 * net/goto-addr.el (goto-address-fontify): Don't bother with
12474 buffer-modified and read-only stuff -- irrelevant with overlays.
12475 Put an extra property on the overlays and use it to clean up in
12476 case goto-address is re-run.
12477
124782000-07-19 Richard M. Stallman <rms@gnu.org>
12479
12480 * timer.el (run-with-idle-timer): Doc fix.
12481
12482 * mail/mail-utils.el (mail-strip-quoted-names):
12483 Handle case where <...> appears inside "...".
12484 Use replace-match to edit the string more simply.
12485 (rmail-dont-reply-to): Cope with an unmatched ".
12486
124872000-07-19 Dave Love <fx@gnu.org>
12488
12489 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12490 implementation.
12491
12492 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12493 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12494 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12495
124962000-07-19 Gerd Moellmann <gerd@gnu.org>
12497
12498 * textmodes/refer.el: Correct maintainer's email address.
12499
12500 * progmodes/hideif.el: Correct author's email address.
12501 Fix typo in comment.
12502
12503 * xml.el: New file.
12504
12505 * mail/mailheader.el: Correct author's mail address.
12506
12507 * gnus/parse-time.el: Correct author's mail address.
12508
125092000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12510
12511 * comint.el (comint-highlight-input, comint-highlight-face):
12512 New user options.
12513 (comint-input-ring-file-name): Change custom type.
12514 (comint-mode-map): Bind mouse-2.
12515 (comint-insert-clicked-input): New function.
12516 (comint-send-input): Handle input highlighting.
12517
125182000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12519
12520 * mouse.el (popup-menu): New function.
12521 (mouse-major-mode-menu): Use it.
12522
125232000-07-18 Dave Love <fx@gnu.org>
12524
12525 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12526 improvements.
12527
125282000-07-18 Gerd Moellmann <gerd@gnu.org>
12529
12530 * faces.el (face-font-selection-order)
12531 (face-font-family-alternatives): Add custom type.
12532
125332000-07-18 Dave Love <fx@gnu.org>
12534
12535 * cus-edit.el (custom-variable-reset-saved)
12536 (custom-variable-reset-standard): Remove unused bindings.
12537
12538 * rect.el (open-rectangle-line): Remove unused let.
12539
12540 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12541
125422000-07-18 Gerd Moellmann <gerd@gnu.org>
12543
12544 * cdl.el: Fix `Maintainer' keyword.
12545
12546 * play/pong.el: Add author's email address.
12547
125482000-07-17 Sam Steingold <sds@gnu.org>
12549
12550 * files.el (insert-directory): Call `split-string' instead of
12551 re-implementing it.
12552
125532000-07-18 Gerd Moellmann <gerd@gnu.org>
12554
12555 * mail/vms-pmail.el: Change maintainer to FSF.
12556
12557 * net/goto-addr.el: Change maintainer to FSF.
12558
12559 * info.el (Info-title-face-alist): Removed.
12560
125612000-07-18 David Ponce <david@dponce.com>
12562
12563 * recentf.el (recentf-open-files): New command that works like
12564 `recentf-open-more-files', but shows the whole list of files (not just
12565 those omitted from the menu). Useful if you don't use a menu-bar!
12566 (recentf-open-more-files) Modified to use `recentf-open-files'.
12567
12568 (recentf-open-files, recentf-open-more-files)
12569 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12570
12571 (recentf-dialog-mode): New mode for dialogs. You can now just type
12572 "q" to cancel the dialogs.
12573
125742000-07-18 David Ponce <david@dponce.com>
12575
12576 * recentf.el: This is a major update of recentf.el. It adds new
12577 features to better organize the recentf menu and "More..." buffer.
12578
12579 Using new provided menu filtering functions you can now organize the
12580 recent files list:
12581
12582 - by major modes
12583 - by directories
12584 - by user defined rules
12585
12586 Finally, with the new `recentf-filter-changer' customizable filter you
12587 can define a ring of filters and dynamically (via the menu) cycle on
12588 each menu organization in the ring (a la msb).
12589
125902000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12591
12592 * eshell/eshell.el (eshell): Replace links to eshell.info with
12593 links to eshell, to avoid problems on systems where the manual is
12594 installed as `eshell'.
12595 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12596 * eshell/em-smart.el (eshell-smart): Ditto.
12597 * eshell/em-banner.el (eshell-banner): Ditto.
12598 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12599
12600 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12601 same-file check in the MS-DOS version (it does support inodes).
12602
12603 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12604
12605 * eshell/eshell.el (eshell-directory-name):
12606 Run default directory name through convert-standard-filename.
12607
126082000-07-18 Kenichi Handa <handa@etl.go.jp>
12609
12610 * international/mule-cmds.el (select-safe-coding-system):
12611 Fix typo in the comment.
12612
12613 * language/european.el (compound-text):
12614 Force katakana-jisx0201 to be designated to G1.
12615
12616 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12617 Don't translate some national variant characters of latin-jisx0201.
12618 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12619
12620 * international/kkc.el (kkc-after-update-conversion-functions):
12621 New variable.
12622 (kkc-update-conversion): Run functions in it at the tail.
12623
126242000-07-16 John Wiegley <johnw@gnu.org>
12625
12626 * lisp/align.el (align-newline-and-indent):
12627 Adding new function. for auto-aligning blocks of code on RET.
12628 (align-region): Fixed badly formatted minibuffer message.
12629
126302000-07-17 Kenichi Handa <handa@etl.go.jp>
12631
12632 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12633 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12634 the conversion list at first if appropriate.
12635 (kkc-next): Don't update kkc-next-count here.
12636 (kkc-prev): Don't update kkc-prev-count here.
12637 (kkc-show-conversion-list-update): Fix setting up of conversion
12638 list message.
12639
126402000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12641
12642 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12643
126442000-07-16 Dave Love <fx@gnu.org>
12645
12646 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12647 function to be more specific.
12648
12649 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12650 non-string help-echo.
12651 (widget-types-convert-widget): Defsubst it.
12652 (widget-echo-help): Try to cope with a help-echo function of two
12653 possible sorts.
12654
126552000-07-15 Jason Rumney <jasonr@gnu.org>
12656
12657 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12658 Declare as obsolete.
12659
12660 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12661
126622000-07-14 Gerd Moellmann <gerd@gnu.org>
12663
12664 * hilit-chg.el: Fix typo.
12665
126662000-07-14 Dave Love <fx@gnu.org>
12667
12668 * info.el (Info-mode-menu): Fix use of :help, :enable.
12669
126702000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12671
12672 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12673
126742000-07-13 Dave Love <fx@gnu.org>
12675
12676 * emacs-lisp/easymenu.el: Doc fixes.
12677 (easy-menu-remove): Defalias to ignore.
12678
12679 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12680 Call throw correctly.
12681
126822000-07-13 Gerd Moellmann <gerd@gnu.org>
12683
12684 * faces.el (frame-background-mode): Doc fix.
12685
12686 * simple.el (eval-expression-print-length): Change custom type to
12687 allow entering nil as value.
12688
126892000-07-13 Dave Love <fx@gnu.org>
12690
12691 * progmodes/fortran.el (fortran-imenu-generic-expression):
12692 Change definition layout.
12693 (fortran-mode-menu): Reinstate customize entries.
12694
12695 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12696 Use :filter, per old XEmacs code.
12697
126982000-07-12 Gerd Moellmann <gerd@gnu.org>
12699
12700 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12701 event when deciding what to send to the terminal.
12702
127032000-07-12 Dave Love <fx@gnu.org>
12704
12705 * cus-start.el: Add optional version as 4th element of specs and
12706 use it for several things new in v21. Remove load-path. Fix type
12707 of line-number-display-limit.
12708
127092000-07-11 Dave Love <fx@gnu.org>
12710
12711 * progmodes/fortran.el: Don't require easymenu.
12712 Use repeat counts in various regexps.
12713 (fortran-mode-syntax-table): Defvar directly.
12714 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12715 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12716 Use defvar, not defconst.
12717 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12718 (fortran-mode): Set fortran-comment-line-start-skip,
12719 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12720 (fortran-comment-indent): Use defsubst.
12721 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12722 Use fortran-comment-indent, not fortran-comment-indent-function.
12723 (fortran-comment-region, fortran-electric-line-number): Simplify.
12724 (fortran-auto-fill): New function.
12725 (fortran-do-auto-fill): Deleted.
12726 (fortran-find-comment-start-skip):
12727 Check for non-null comment-start-skip.
12728 (fortran-auto-fill-mode, fortran-fill-statement):
12729 Use fortran-auto-fill.
12730 (fortran-fill): Use fortran-auto-fill. Check for null
12731 comment-start-skip. Simplify final clause and use end-of-line finally.
12732
12733 * widget.el (widget-plist-member): New alias.
12734
127352000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12736
12737 * eshell/esh-module.el (toplevel): Reference
12738 byte-compile-current-file only if it is bound.
12739
127402000-07-10 Gerd Moellmann <gerd@gnu.org>
12741
12742 * dired.el: Don't require `dired-aux'.
12743
127442000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12745
12746 * dired-aux.el (dired-show-file-type): New function.
12747 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12748 (dired-show-file-type): Add autoload.
12749
127502000-07-10 Kenichi Handa <handa@etl.go.jp>
12751
12752 * international/mule-diag.el (describe-font): Adjusted for the
12753 change of fontset-info.
12754 (print-fontset): Likewise.
12755
127562000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12757
12758 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12759
127602000-07-07 Gerd Moellmann <gerd@gnu.org>
12761
12762 * bindings.el: Bind `[delete]' to delete-char.
12763
12764 * dired.el (dired-find-alternate-file): New function.
12765 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12766 (toplevel): Require dired-aux when compiling.
12767 (dired-buffers): Move defvar within file to avoid compiler warning.
12768
12769 * info.el (Info-last-search): Variable removed.
12770 (Info-search-history): New variable.
12771 (Info-search): New Info-search-history.
12772
12773 * battery.el, info-look.el: Change author's mail address.
12774
127752000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12776
12777 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12778 if rmail-ignored-headers is nil.
12779 (rmail-retry-failure): Bind rmail-ignored-headers and
12780 rmail-displayed-headers to nil.
12781
127822000-07-06 Gerd Moellmann <gerd@gnu.org>
12783
12784 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12785 (print-region-1): Don't hard code `-h' here.
12786
12787 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12788
127892000-07-01 Francesco Potorti` <pot@gnu.org>
12790
12791 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12792 exim can use "your message" instead of "the message".
12793
127942000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12795
12796 * facemenu.el: Docstrings fixes.
12797 (facemenu-get-face): Don't use internal-find-face.
12798 (facemenu-iterate): Rename arg to match the docstring.
12799
12800 * newcomment.el (uncomment-region): Be more careful when skipping
12801 backwards over `=' not to bump into BOBP.
12802
128032000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12804
12805 * ediff-diff.el (ediff-wordify): Use syntax table.
12806 * ediff-init.el (ediff-has-face-support-p): Use
12807 ediff-color-display-p.
12808 (ediff-color-display-p): Use display-color-p, changed to defun
12809 from defsubst.
12810 Got rid of special cases for NeXT and OS/2.
12811 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12812 face.
12813
128142000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12815
12816 * emacs-lisp/lucid.el: Require CL.
12817 (copy-tree, remprop): Remove, it's provided by CL.
12818 (map-keymap): Define in terms of cl-map-keymap.
12819 (extent-property, set-extent-end-glyph): New functions.
12820
12821 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12822
128232000-07-05 Gerd Moellmann <gerd@gnu.org>
12824
12825 * Makefile.in (DONTCOMPILE): Add comment that the name may
12826 not be changed without changing the make-dist script.
12827
12828 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12829 (cl-mapc): Use mapc instead of cl-old-mapc.
12830
128312000-07-05 Andrew Innes <andrewi@gnu.org>
12832
12833 * makefile.nt: Add support for `bootstrap' and related targets.
12834
128352000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12836
12837 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12838 (easy-menu-do-define): Use `menu-item' format.
12839 Handle case where easy-menu-create-menu returns a symbol.
12840 Manually call the potential top-level filter in the function binding.
12841 (easy-menu-filter-return): New arg NAME.
12842 Convert to a keymap if MENU is an XEmacs menu.
12843 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12844 (easy-menu-converted-items-table, easy-menu-convert-item):
12845 New var and fun to memoize easy-menu-convert-item-1.
12846 (easy-menu-do-add-item): Use it.
12847 (easy-menu-create-menu): Use easy-menu-convert-item.
12848 Wrap easy-menu-filter-return around any :filter specification.
12849 Don't convert the menu if a filter was specified.
12850 Tell easy-menu-make-symbol not to check for MENU being an expression.
12851 (easy-menu-make-symbol): New arg NOEXP.
12852
128532000-07-05 Gerd Moellmann <gerd@gnu.org>
12854
12855 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12856 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12857 (eval-defun): If called with prefix arg, instrument code for
12858 Edebug.
12859
12860 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12861 similar to that of eval-defun.
12862
128632000-07-04 Dave Love <fx@gnu.org>
12864
12865 * hl-line.el (hl-line-overlay): Make it permanent-local.
12866
12867 * calendar/todo-mode.el: Replaced with a working version, based on
12868 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12869
128702000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12871
12872 * paths.el (prune-directory-list): New function.
12873 (Info-default-directory-list): Rewritten to more methodically
12874 enumerate a big list of possible info directories (based on the
12875 list used by the standalone info reader).
12876
12877 * info.el (info-initialize): Use prune-directory-list to remove
12878 non-existent directories from Info-directory-list.
12879
12880 * paths.el (Info-default-directory-list): Try a list of possible
12881 info-directories instead of a single one. Add the possible
12882 info directory "/usr/share/info".
12883
12884 * woman.el (woman-man.conf-path): Explicitly include the debian
12885 man-db config file "/etc/manpath.config".
12886 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12887 are present in `manpath.config'.
12888 (woman-manpath): Include "/usr/share/man".
12889
128902000-07-03 Gerd Moellmann <gerd@gnu.org>
12891
12892 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12893
12894 * startup.el (command-line): Initialize blink-cursor based
12895 on window-system.
12896
12897 * frame.el (blink-cursor): Default to nil if not running under
12898 a window-system.
12899
12900 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12901 (face-x-resources): Remove duplicate entry for :font.
12902
12903 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12904 instead of cycling through windows with next-window.
12905
12906 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12907 of cycling through windows with next-window.
12908
12909 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12910 of cycling through windows with next-window.
12911
12912 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12913 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12914 instead of cycling through windows with next-window.
12915
12916 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12917 instead of cycling through windows with next-window.
12918
12919 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12920 of cycling through windows with next-window.
12921
12922 * terminal.el (te-process-output): Use walk-windows instead of
12923 cycling through windows with next-window.
12924
12925 * server.el (server-switch-buffer): Use some-window instead of
12926 cycling through windows with next-window.
12927
12928 * window.el (some-window): New function.
12929 (walk-windows): Remove reference to walk-windows-start.
12930
12931 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12932
129332000-07-03 Richard Stallman <rms@gnu.org>
12934
12935 * window.el (walk-windows): Guarantee termination by keeping a list
12936 of all the windows already handled.
12937
129382000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12939
12940 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12941 window-system.
12942
12943 * man.el (Man-notify-when-ready): Don't use window-system. If
12944 Man-notify-method is newframe, and the display is not
12945 multi-frame, select the frame created for the man page.
12946 (Man-init-defvars): Doc fix.
12947
129482000-06-28 Gerd Moellmann <gerd@gnu.org>
12949
12950 * faces.el (region): Change background color for light background.
12951
12952 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12953 attribute from mode-line face of Ediff control frame.
12954
12955 * replace.el (query-replace-map): Bind `e' like `E'.
12956
129572000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12958
12959 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12960 Change name to "Select All".
12961
12962 * dos-fns.el (convert-standard-filename): Fix last change.
12963
129642000-06-27 Gerd Moellmann <gerd@gnu.org>
12965
12966 * help.el (describe-variable): Don't insert a second `'s' in front
12967 of the string `value is shown below'. Since the syntax-table is
12968 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12969 an existing `'s', so that this won't be deleted.
12970
12971 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12972 * pcmpl-unix.el: New files.
12973
129742000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12975
12976 * wid-edit.el (widget-member): Use the new plist-member.
12977
129782000-06-26 Gerd Moellmann <gerd@gnu.org>
12979
12980 * replace.el (perform-replace): Undo change of 2000-04-04.
12981 Instead, move backward 1 character at the end of the loop when
12982 necessary.
12983
12984 * faces.el (fringe): Change face for different backgrounds.
12985
12986 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12987 patch from John.
12988
12989 * eshell/*.el: Change spelling of the Free Software Foundation.
12990
12991 * eshell/esh-toggle.el: Removed.
12992
12993 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12994
12995 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12996 interactively.
12997
129982000-06-26 Alex Schroeder <alex@gnu.org>
12999
13000 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13001 `define-key'; instead of checking `(emacs-version)' check for
13002 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13003 for `;' and `o' which might be electric.
13004
13005 (sql-electric-stuff): New user option.
13006 (sql-magic-go): New function which uses `sql-electric-stuff'.
13007 (sql-magic-semicolon): New function which uses
13008 `sql-electric-stuff'.
13009
13010 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13011 is not fboundp.
13012
13013 (sql-oracle-options): New variable.
13014 (sql-oracle): Use it.
13015
13016 (sql-imenu-generic-expression): Doc change.
13017 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13018 is used.
13019
13020 (sql-informix): Added command line parameter "-" to force
13021 sql-informix-program to use stdout.
13022
130232000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13024
13025 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13026 (cp864-decode-table): Doc fix.
13027 (cp720-decode-table): New variable, supports the Arabic OEM
13028 codepage used by Windows.
13029 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13030
130312000-06-23 Dave Love <fx@gnu.org>
13032
13033 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13034 (font-lock-fontify-anchored-keywords): Use
13035 line-beginning-position.
13036 (global-font-lock-mode): Use mapc.
13037
130382000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13039
13040 * eshell/esh-module.el: Require CL when compiling.
13041
130422000-06-23 Gerd Moellmann <gerd@gnu.org>
13043
13044 * comint.el (comint-substitute-in-file-name): Call replace-match
13045 with second and third arg t.
13046
13047 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13048 Specify foreground color.
13049
13050 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13051 color.
13052
13053 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13054
13055 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13056 cddr instead of cdddr.
13057
13058 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13059 instead of copy-list.
13060
13061 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13062 of copy-list.
13063
13064 * subdirs.el: Add eshell subdirectory.
13065
13066 * eshell: New subdirectory containing the Eshell package.
13067
13068 * pcomplete.el: New file.
13069
130702000-06-23 Paul Eggert <eggert@twinsun.com>
13071
13072 * mail/mailpost.el (post-mail-send-it): Make sure file has
13073 proper permissions from birth.
13074
13075 * files.el (basic-save-buffer-2): When temporarily setting
13076 file modes, set them to current modes plus 0200, not to 0777.
13077
13078 * emerge.el (emerge-make-temp-file): Make sure file has proper
13079 permissions from birth.
13080
130812000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13082
13083 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13084 backup file name through convert-standard-filename.
13085
13086 * dos-fns.el (convert-standard-filename): Convert leading
13087 directories as well. When long file names are supported, convert
13088 characters that are invalid in Windows file names.
13089
130902000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13091
13092 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13093 ps-print crashes. New feature: page selection for printing. Create
13094 raw-text-unix coding system for XEmacs. Doc fix.
13095 (ps-print-version): New version number (5.2.3).
13096 (ps-plot-region): Bug fix.
13097 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13098 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13099 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13100 funs.
13101 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13102 (ps-last-page): New vars.
13103
131042000-06-21 Gerd Moellmann <gerd@gnu.org>
13105
13106 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13107 empty option string.
13108
131092000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13110
13111 * man.el (man): Doc fix.
13112
131132000-06-21 Kenichi Handa <handa@etl.go.jp>
13114
13115 * international/mule-cmds.el (set-language-info-alist): Docstring
13116 fixed.
13117
131182000-06-20 Gerd Moellmann <gerd@gnu.org>
13119
13120 * version.el (emacs-version): Use ISO date format.
13121
13122 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13123 instead of `M-backspace'.
13124
13125 * simple.el (turn-off-auto-fill): New function.
13126
131272000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13128
13129 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13130 Renamed from with-buffer-prepared-for-font-lock and use
13131 inhibit-modification-hooks rather than setting *-change-functions.
13132 Update all functions to use the new name.
13133 (jit-lock-first-unfontify-pos): New semantics (and doc).
13134 (jit-lock-mode): Make non-interactive.
13135 Don't automatically turn on font-lock.
13136 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13137 Always use jit-lock-after-change.
13138 Remove and restore font-lock-after-change-function.
13139 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13140 (jit-lock-after-unfontify-buffer): Remove.
13141 (jit-lock-stealth-fontify):
13142 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13143 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13144
131452000-06-20 Sam Steingold <sds@gnu.org>
13146
13147 * emacs-lisp/cl-indent.el (toplevel): Indent
13148 `print-unreadable-object' properly. Untabify.
13149
131502000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13151
13152 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13153 Support for bibentry.
13154 (reftex-compile-variables): Fixed problem with end of section-re.
13155
13156 * texmodes/reftex-dcr.el (reftex-view-crossref,
13157 reftex-view-crossref-from-bibtex):
13158 Deal with changed `reftex-find-citation-regexp-format'.
13159 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13160 Replaced `remprop' with `put'.
13161 (reftex-view-crossref, reftex-view-crossref-when-idle):
13162 Support for bibentry.
13163
13164 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13165 New entry for bibentry package.
13166
13167 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13168 Regexp also matches "\nobibliography".
13169
13170 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13171 Call `reftex-ensure-write-access' before doing anything.
13172 (reftex-ensure-write-access): New function.
13173
131742000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13175
13176 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13177
13178 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13179
13180 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13181
13182 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13183
13184
131852000-06-20 Dave Love <fx@gnu.org>
13186
13187 * faces.el (frame-background-mode): Use set-default, not set, in
13188 setter.
13189 (frame-update-faces, frame-update-face-colors): Define with
13190 defalias.
13191
13192 * enriched.el (enriched-decode-foreground)
13193 (enriched-decode-background): Don't use internal-find-face.
13194
13195 * apropos.el: Doc fixes.
13196
13197 * cus-edit.el (customize-changed-options): Check arg.
13198 (customize-version-lessp): Don't require decimal point.
13199
13200 * custom.el (defcustom, defgroup): Doc fix.
13201
13202 * newcomment.el (comment) <defgroup>: Add :version.
13203 (comment-multi-line): Doc fix.
13204
13205 * emulation/mlsupport.el (define-hooked-local-abbrev,
13206 define-hooked-global-abbrev): Fix, using define-abbrev.
13207
132082000-06-19 Gerd Moellmann <gerd@gnu.org>
13209
13210 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13211 the whole buffer.
13212
132132000-06-19 Dave Love <fx@gnu.org>
13214
13215 * menu-bar.el (menu-bar-options-save): New function.
13216 (menu-bar-options-menu): Use it.
13217 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13218 Simplify.
13219
132202000-06-19 Andreas Schwab <schwab@suse.de>
13221
13222 * progmodes/etags.el (tags-query-replace): Put new parameters
13223 START and END at the end, for backward compatibility.
13224
132252000-06-19 Kenichi Handa <handa@etl.go.jp>
13226
13227 * international/codepage.el:
13228 (cp-coding-system-for-codepage-1): Delete special codes for
13229 generating xxx-dos coding system because now a CCL based coding
13230 system can handle EOL conversion by default.
13231
13232 * international/mule.el (make-coding-system): Generate subsidiary
13233 coding systems for EOL handling variants even for a CCL based
13234 coding system.
13235
132362000-06-19 Kenichi Handa <handa@etl.go.jp>
13237
13238 * international/isearch-x.el (isearch-minibuffer-input-method)
13239 (isearch-minibuffer-input-method-function): These variables
13240 deleted.
13241 (isearch-with-input-method): Don't use the above variables.
13242 (isearch-process-search-multibyte-characters): Likewise. Call
13243 read-string with the arg INHERIT-INPUT-METHOD t.
13244
132452000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13246
13247 * font-lock.el (font-lock-after-fontify-buffer)
13248 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13249
13250 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13251 Use consistent make-local-variable style for font-lock-fontified.
13252 (jit-lock-fontify-buffer):
13253 Don't bother checking for font-lock-mode and jit-lock-mode.
13254
13255 * time.el: Remove trailing ^M that prevent CVS-merging.
13256
132572000-06-16 Gerd Moellmann <gerd@gnu.org>
13258
13259 * Makefile.in (distclean): New target.
13260
132612000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13262
13263 * Makefile.in (srcdir): Define for update-subdirs.
13264
132652000-06-16 Gerd Moellmann <gerd@gnu.org>
13266
13267 * find-lisp.el: New file.
13268
132692000-06-16 Andrew Innes <andrewi@gnu.org>
13270
13271 * time.el (display-time-mail-function): New variable, to allow
13272 external packages to indicate when new mail is available.
13273 (display-time-update): Use it.
13274
132752000-06-16 Kenichi Handa <handa@etl.go.jp>
13276
13277 * international/mule.el (mule-version): Change version name to
13278 SAKAKI. AOI has already been used by Meadow.
13279
13280 * international/quail.el (quail-show-guidance-buf): To find the
13281 bottom window (but minibuffer), pay attention to the height of
13282 minibuffer.
13283
132842000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13285
13286 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13287 menu-bar menus. Add help strings. Don't remove the Edit menu
13288 from the menu bar, as the menu bar has enough space now.
13289
13290 * Makefile.in (SHELL): Make sure /bin/sh is used.
13291
13292 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13293 characters, which use series of two ^H characters instead of one.
13294
132952000-06-15 Gerd Moellmann <gerd@gnu.org>
13296
13297 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13298 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13299 functions.
13300 (Info-find-node-2): Try a case-sensitive search first, then
13301 do a case-insensitive search.
13302
13303 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13304 tutorials.
13305
13306 * complete.el (PC-env-vars-alist): New variable.
13307 (PC-complete-as-file-name): New function.
13308 (partial-completion-mode): Initialize PC-env-vars-alist from
13309 process-environment.
13310 (PC-do-completion): Handle completion of env vars.
13311
13312 * info.el (Info-set-mode-line): Show file name in mode line,
13313 use `*Info*' instead of `Info:'.
13314
13315 * startup.el (command-line-1): Change copyright messages to year
13316 2000.
13317
133182000-06-15 Dave Love <fx@gnu.org>
13319
13320 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13321 not local-map.
13322
133232000-06-15 Kenichi Handa <handa@etl.go.jp>
13324
13325 * international/mule.el (set-buffer-file-coding-system): Almost
13326 rewritten to handle `undecided' as no-op.
13327
133282000-06-14 Gerd Moellmann <gerd@gnu.org>
13329
13330 * Makefile.in: New file.
13331
13332 * Makefile: Removed.
13333
13334 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13335 (goto-address-highlight-keymap): Bind C-c RET.
13336
133372000-06-14 Kenichi Handa <handa@etl.go.jp>
13338
13339 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13340 inherits buffer-file-coding-system of the current buffer.
13341
13342 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13343 0. Give correct argument to set-auto-coding-function.
13344 (tar-expunge): For goto-char, use (point-min), not 0.
13345 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13346 (tar-subfile-save-buffer): Likewize.
13347
13348 * international/mule.el
13349 (after-insert-file-set-buffer-file-coding-system): Call
13350 set-buffer-file-coding-system with the arg FORCE t.
13351
133522000-06-13 Gerd Moellmann <gerd@gnu.org>
13353
13354 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13355 nil. Contemporary sendmails issue an X-Authentication-Warning if
13356 the sender is set with `-f'.
13357
133582000-06-13 Dave Love <fx@gnu.org>
13359
13360 * help.el (describe-function-1): Kluge around cases of functions
13361 fset to subrs whose doc doesn't match their symbol-name.
13362
13363 * image.el (insert-image): Default STRING to a space.
13364
13365 * info.el Doc fixes.
13366 (Info-build-node-completions): Match Ref tags.
13367
133682000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13369
13370 * frame.el (display-multi-frame-p, display-multi-font-p): New
13371 defaliases for display-graphic-p.
13372
13373 * hl-line.el: Fixed a typo in commentary.
13374
133752000-06-13 Kenichi Handa <handa@etl.go.jp>
13376
13377 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13378 fixed.
13379
133802000-06-12 Dave Love <fx@gnu.org>
13381
13382 * image.el (insert-image): Save a little consing.
13383
133842000-06-12 Kenichi Handa <handa@etl.go.jp>
13385
13386 * language/tibet-util.el: Convert all tibetan-1-column characters
13387 to the corresponding tibetan characters.
13388 (tibetan-add-components): Delete code for the special treatment of
13389 'a chung.
13390
13391 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13392 change.
13393 (tibetan-vowel-transcription-alist): More rules added.
13394 (tibetan-composite-vowel-alist): New variable.
13395 (tibetan-precomposition-rule-alist): More rules added.
13396
133972000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13398
13399 * startup.el (command-line): Only call menu-bar-mode if interactive.
13400
13401 * thingatpt.el (toplevel symbol-properties):
13402 * textmodes/makeinfo.el (makeinfo-compile):
13403 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13404 * progmodes/hideif.el (hif-compress-define-list)
13405 (hide-ifdef-use-define-alist):
13406 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13407 (ange-ftp-vms-add-file-entry):
13408 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13409 * man.el (Man-build-man-command):
13410 * mail/rnewspost.el (news-reply-header-hook):
13411 * info.el (Info-insert-dir):
13412 * emulation/mlconvert.el (backward-word, forward-word, setq):
13413 * emacs-lisp/gulp.el (gulp-send-requests):
13414 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13415 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13416 (byte-optimize-apply, end of file):
13417 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13418 (ad-make-freeze-definition):
13419 * startup.el (command-line, command-line-1): Don't quote lambdas.
13420
13421 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13422 (cvs-cleanup-removed): New function.
13423 (cvs-cleanup-functions): New var.
13424 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13425 some flexibility in specifying additional entries to auto-cleanup.
13426 (cvs-quickdir): New function.
13427 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13428 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13429 (cvs-mode-find-file): Check that we are on a filename or dirname
13430 when invoked through a mouse-click.
13431 (cvs-full-path): Remove.
13432 (cvs-dired-action): Re-introduced.
13433 (cvs-dired-noselect): Use it.
13434 (vc-post-command-functions): use this new hook if available.
13435
13436 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13437 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13438 (cvs-filename-map, cvs-dirname-map): Remove.
13439 (cvs-default-action): Remove.
13440 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13441 if the arg is really a keymap.
13442 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13443 Don't hardcode the mapping from state (aka type) to face, but check
13444 the var cvs-fi-<type>-face instead.
13445 (cvs-fileinfo-from-entries): New function.
13446
13447 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13448 Docstring fix.
13449 (cvs-find-file-and-jump): Change default to be safer.
13450 (cvs-mode-diff-map): Define it as a function as well.
13451 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13452 Bind mouse-2 in this global map rather than with text-properties.
13453
13454 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13455 file to resolve the ambiguity between C(conflict) and C(need-merge).
13456
134572000-06-12 Kenichi Handa <handa@etl.go.jp>
13458
13459 * international/mule.el (set-buffer-file-coding-system): If
13460 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13461 unconditionally.
13462
134632000-06-12 Dave Love <fx@gnu.org>
13464
13465 * wid-edit.el (widget-specify-button): Really suppress the face if
13466 required.
13467
134682000-06-11 Gerd Moellmann <gerd@gnu.org>
13469
13470 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13471
134722000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13473
13474 * imenu.el (imenu-generic-expression): Docstring fix.
13475
13476 * composite.el (composition-function-table): Move the `put'
13477 below the autoload cookie so we can load the file before loaddefs.
13478
13479 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13480
13481 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13482 Handle easy-mmode-define-global-mode.
13483 For complex macros like define-minor-mode that can generate
13484 several autoload entries, try to autoload entries in the
13485 macroexpanded code.
13486
13487 * emacs-lisp/easy-mmode.el (define-minor-mode):
13488 If KEYMAP is a symbol, just use it.
13489 Use byte-compile-current-file and load-file-name to infer the
13490 proper :require to pass to defcustom.
13491 Wrap the hook var into `progn' so as not to autoload it.
13492 Add a :autoload-end cookie.
13493 Be more careful about the evaluation of KEYMAP.
13494 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13495 (define-derived-mode): Move define-abbrev-table outside of defvar.
13496
134972000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13498
13499 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13500 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13501 (backup-compiled-files): Ignore errors during `tar'.
13502 (bootstrap): Make autoloads before elc files.
13503
135042000-06-10 Kenichi Handa <handa@etl.go.jp>
13505
13506 * international/mule.el (set-buffer-file-coding-system): If one of
13507 undecided-XXX is specified, change only EOL conversion.
13508
13509 * international/mule-conf.el (unix): New alias for the coding
13510 system undecided-unix.
13511
135122000-06-09 Dave Love <fx@gnu.org>
13513
13514 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13515
13516 * progmodes/executable.el: Byte compile dynamic.
13517 (executable-insert): Change custom type.
13518 (executable-find): Add autoload cookie.
13519 (executable-make-buffer-file-executable-if-script-p): New
13520 function. After Noah Friedman.
13521
13522 * files.el (after-save-hook): Customize, with
13523 executable-make-buffer-file-executable-if-script-p as an option.
13524
135252000-06-09 Kenichi Handa <handa@etl.go.jp>
13526
13527 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13528 "tib24p-mule.bdf" for Tibetan.
13529
13530 * composite.el (decompose-composite-char): Declare it as obsolete.
13531
13532 * man.el (Man-fontify-manpage): Pay attention to underline and
13533 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13534
135352000-06-08 Gerd Moellmann <gerd@gnu.org>
13536
13537 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13538 Set maintainer to FSF since author isn't reachable.
13539
135402000-06-08 Dave Love <fx@gnu.org>
13541
13542 * international/mule-cmds.el (select-safe-coding-system): If
13543 DEFAULT-CODING-SYSTEM is not specified, also check the most
13544 preferred coding-system if buffer-file-coding-system is
13545 `undecided'. From Handa.
13546
135472000-06-08 Kenichi Handa <handa@etl.go.jp>
13548
13549 * international/mule.el
13550 (after-insert-file-set-buffer-file-coding-system): If the buffer
13551 size is greater than INSERTED, judget that we are not visiting.
13552
135532000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13554
13555 * whitespace.el (defgroup whitespace): Comment out `:version'.
13556 XEmacs 20.4 has problems defining the group with this present.
13557 We'll have this commented out till get resolve the problem.
13558
135592000-06-07 John Wiegley <johnw@gnu.org>
13560
13561 * align.el (align-dq-string-modes, align-sq-string-modes)
13562 (align-open-comment-modes): Add pyhton-mode.
13563 (align-rules-list): Use get-text-property instead of
13564 text-properties-at.
13565 (align-rules-list): Add python-assignment.
13566 (align-rules-list): Change perl-comma-delimiter to
13567 basic-comma-delimiter. Use if for Perl modes and python-mode.
13568 (align-rules-list): Add python-chain-logic and
13569 basic-line-continuation.
13570
135712000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13572
13573 * apropos.el (apropos-mode-hook): New user variable.
13574 (apropos-mode): Run apropos-mode-hook.
13575
135762000-06-07 David Ponce <david@dponce.com>
13577
13578 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13579 commands. Require `wid-edit' at run-time.
13580
135812000-06-07 David Ponce <david@dponce.com>
13582
13583 * recentf.el: Added some "Commentary".
13584 (recentf-open-more-files, recentf-edit-list): Minor changes to
13585 move the point at the top of the file list. This behaviour is
13586 consistent with the menu one when the list contains a lot of
13587 files.
13588 (recentf-cleanup): Now displays the number of items removed from
13589 the list.
13590 (recentf-relative-filter) New menu filter to show filenames
13591 relative to `default-directory'.
13592
135932000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13594
13595 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13596 with/without giving an error if PostScript printer doesn't have this
13597 kind of page size. Zebra Stripe continues or restarts on next page.
13598 Manual/automatic paper feeding. Switch or not the header.
13599 (ps-print-version): New version number (5.2.2).
13600 (ps-windows-system): Include emx as a Windows system.
13601 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13602 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13603 (ps-background-text): Code fix.
13604 (ps-error-handler-message, ps-user-defined-prologue)
13605 (ps-print-prologue-header, ps-printer-name)
13606 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13607 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13608 (ps-use-face-background): Customization fix.
13609 (ps-n-up-database): Data fix.
13610 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13611 (ps-switch-header): New vars.
13612 (ps-xemacs-color-name, ps-face-foreground-name)
13613 (ps-face-background-name, ps-boolean-constant): New funs.
13614
136152000-06-07 Dave Love <fx@gnu.org>
13616
13617 * allout.el: New version from Manheimer.
13618
136192000-06-07 Kenichi Handa <handa@etl.go.jp>
13620
13621 * textmodes/fill.el (fill-find-break-point): Check the validity of
13622 charset.
13623
136242000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13625
13626 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13627 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13628 Call display-color-p and display-mouse-p instead of looking at
13629 window-system.
13630
136312000-06-06 Dave Love <fx@gnu.org>
13632
13633 * image.el (find-image): Doc fix. Return nil if image not found.
13634 (put-image, insert-image): Make STRING arg optional.
13635
136362000-06-06 Kenichi Handa <handa@etl.go.jp>
13637
13638 * language/vietnamese.el: Remove eval-when-compile.
13639 (viet-viscii-nonascii-translation-table): Define it as a
13640 translation table made from viet-viscii-decode-table.
13641 (viet-viscii-encode-table): Define it as a translation table made
13642 from the reverse map of above.
13643 (viet-vscii-nonascii-translation-table): Define it as a
13644 translation table made from viet-vscii-decode-table.
13645 (viet-vscii-encode-table): Define it as a translation table made
13646 from the reverse map of above.
13647 (ccl-decode-viscii): Use translate-character.
13648 (ccl-encode-viscii, ccl-encode-viscii-font)
13649 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13650 Likewize.
13651
13652 * language/cyrillic.el: Remove eval-when-compile.
13653 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13654 translation table made from cyrillic-koi8-r-decode-table.
13655 (cyrillic-koi8-r-encode-table): Define it as a translation table
13656 made from the reverse map of above.
13657 (ccl-decode-koi8): Use translate-character.
13658 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13659 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13660 a translation table made from cyrillic-alternativnyj-decode-table.
13661 (cyrillic-alternativnyj-encode-table): Define it as a translation
13662 table made from the reverse map of above.
13663 (ccl-decode-alternativnyj): Use translate-character.
13664 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13665 Likewize
13666
13667 * international/mule-diag.el (non-iso-charset-alist): Specify
13668 translation table symbol instead of translation table itself.
13669 (list-block-of-chars): CHARSET may be a translation table symbol.
13670
13671 * international/mule.el (make-coding-system): If CODING-SYSTEM
13672 already exists, override it.
13673
13674 * international/fontset.el: Use family `proportional' for Tibetan
13675 fonts.
13676
13677 * international/ccl.el (ccl-compile-translate-character): Don't
13678 check if Rrr has property translation-table.
13679 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13680
136812000-06-05 Gerd Moellmann <gerd@gnu.org>
13682
13683 * info.el: Bind case-fold-search to t when searching in case
13684 a user sets it to nil in a hook.
13685
136862000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13687
13688 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13689 * hl-line.el (hl-line-mode): Use the new :global key argument.
13690
13691 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13692 (tar-clip-time-string): Prepend a space.
13693 (tar-grind-file-mode): Construct a string rather than modifying one.
13694 (tar-header-block-summarize): Fix docstring.
13695 Use `format' rather than an error-prone set of copy-loops.
13696
13697 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13698 (diff-goto-source, diff-unified->context, diff-context->unified)
13699 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13700 understand the format output by the `-p' argument to diff.
13701
13702 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13703 (sh-re-done): Use defconst.
13704 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13705 (sh-help-string-for-variable, sh-guess-basic-offset):
13706 Don't quote lambdas.
13707 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13708 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13709
13710 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13711 (mh-letter-mode): Derive from text-mode.
13712 This implicitly means that it now calls kill-all-local-variables.
13713 Also remove the Emacs-18 compatibility code.
13714
13715 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13716 Make use of symbol-property doc-string-elt.
13717 Use memq rather than a sequence of eq.
13718 (doc-string-elt): Fix the wrong or missing previously unused values.
13719 (autoload-print-form): New function extracted from
13720 generate-file-autoloads to allow recursion when handling progn
13721 so that defvar's and defun's docstrings are properly printed.
13722 (generate-file-autoloads): Use it.
13723
13724 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13725 Use find-file-hooks in the minor-mode function.
13726 Be careful not to loop indefinitely in the post-command-hook function.
13727
137282000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13729
13730 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13731 tty's.
13732 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13733 differences whenever appropriate.
13734 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13735 * viper.el (find-file, find-file-other-window): Get viper to do
13736 wildcards.
13737
137382000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13739
13740 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13741 (jit-lock-fontify-buffer): New function for JIT refontification.
13742 (jit-lock-mode): Fix docstring.
13743 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13744 Remove jit-lock-after-change from the _local_ hook.
13745 (jit-lock-function-1): Fix docstring.
13746
13747 * info.el (Info-on-current-buffer): Initialize info.
13748
13749 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13750
13751 * progmodes/tcl.el (tcl-indent-for-comment):
13752 Ignore comment-indent-hook.
13753
13754 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13755 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13756 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13757 and improve to use the lighter to guess the capitalization.
13758 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13759 Add keyword arguments to specify global-ness or the custom group.
13760 Add local-map and help-echo properties to the lighter.
13761 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13762 (easy-mmode-define-global-mode): New macro.
13763
137642000-06-02 Dave Love <fx@gnu.org>
13765
13766 * wid-edit.el: byte-compile-dynamic since we typically don't use
13767 all the widgets. Don't require cl or widget. Remove
13768 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13769 (widget-read-event): Removed. Callers changed to use read-event.
13770 (widget-button-release-event-p): Renamed from
13771 button-release-event-p.
13772 (widget-field-add-space, widget-field-use-before-change):
13773 Uncustomize.
13774 (widget-specify-field): Use keymap property, not local-map.
13775 (widget-specify-button): Obey :suppress-face.
13776 (widget-specify-insert): Use modern backquote syntax.
13777 (widget-image-directory): Renamed from widget-glyph-directory.
13778 (widget-image-enable): Renamed from widget-glyph-enable.
13779 (widget-image-find): Replaces widget-glyph-find.
13780 (widget-button-pressed-face): Move defvar.
13781 (widget-image-insert): Replaces widget-glyph-insert.
13782 (widget-convert): Use keywordp.
13783 (widget-leave-text, widget-children-value-delete): Use mapc.
13784 (widget-keymap): Remove XEmacs stuff.
13785 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13786 (widget-button-click): Don't set point at the click, but re-centre
13787 if we scroll out of window. Rewritten for images v. glyphs &c.
13788 (widget-tabable-at): Use POS arg, not point.
13789 (widget-beginning-of-line, widget-end-of-line)
13790 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13791 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13792 (widget-default-create): Use widget-image-insert; some rewriting.
13793 (widget-visibility-value-create)
13794 (widget-push-button-value-create, widget-toggle-value-create): Use
13795 widget-image-insert.
13796 (checkbox): Create on and off images dynamically.
13797 (documentation-link): Change :help-echo.
13798 (widget-documentation-link-echo-help): Remove.
13799
138002000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13801
13802 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13803
13804 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13805 (easy-mmode-define-toggle, define-minor-mode): Use it.
13806 (easy-mmode-define-keymap): Docstring fix.
13807 (define-derived-mode): Default PARENT to fundamental-mode.
13808 Add the derived-mode-parent symbol-property.
13809 (easy-mmode-derived-mode-p): New function.
13810
138112000-06-02 Dave Love <fx@gnu.org>
13812
13813 * files.el (convert-standard-filename): Doc fix.
13814 (normal-backup-enable-predicate): New function.
13815 (backup-enable-predicate): Use it to replace the lambda form.
13816
13817 * calendar/todo-mode.el: [This needs more work on the outline
13818 stuff.] Doc fixes.
13819 (todo) <defgroup>: Add :version.
13820 (todo-add-category): Don't use pushnew.
13821 (todo-cmd-raise): Fix typo.
13822 (todo-top-priorities): Change temp buffer name.
13823 (todo-category-alist): Avoid redundant lambda.
13824 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13825 Use outline-next-heading.
13826
13827 * autoarg.el: Rewritten to use define-minor-mode.
13828 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13829 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13830
138312000-06-02 Kenichi Handa <handa@etl.go.jp>
13832
13833 * isearch.el (isearch-other-meta-char): Fix previous change.
13834
138352000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13836
13837 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13838 (log-edit-done): Only add the comment to the ring if it's different
13839 from the last comment entered.
13840
13841 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13842
138432000-06-01 Dave Love <fx@gnu.org>
13844
13845 * hl-line.el: Rewritten using define-minor-mode.
13846
13847 * help.el (describe-function-1): Distinguish special form from
13848 builtin function. Sanity-check presence of arglist for builtins.
13849
138502000-06-01 Kenichi Handa <handa@etl.go.jp>
13851
13852 * international/characters.el: Fix syntax/category setting of
13853 Tibetan characters.
13854
13855 * language/tibet-util.el (tibetan-add-components): Fixes for new
13856 encoding of Tibetan characters.
13857 (tibetan-decompose-precomposition-alist): New variable.
13858 (tibetan-decompose-region): Convert precomposed characters to
13859 non-precomposed characters.
13860 (tibetan-decompose-string): Likewise.
13861 (tibetan-composition-function): Fix args to
13862 thibetan-compose-string.
13863
13864 * language/tibetan.el (tibetan-composable-pattern): More
13865 characters included.
13866 (tibetan-consonant-transcription-alist): Rule for "R" added.
13867 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13868 "+R" added.
13869 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13870
13871 * language/lao-util.el (lao-composition-function): Fix args to
13872 compose-string.
13873
13874 * language/thai-util.el (thai-composition-function): Fix args to
13875 compose-string.
13876
13877 * isearch.el (isearch-update): Set disable-point-adjustment to t
13878 to prevent the point moving to the end of a composition when a
13879 part of a composition is searched.
13880 (isearch-other-meta-char): If the key invoking this command can be
13881 mapped by function-key-map to a printing char, call
13882 isearch-process-search-char directly.
13883
138842000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13885
13886 * emacs-lisp/bytecomp.el:
13887 * frame.el:
13888 * international/mule-cmds.el:
13889 * international/mule-util.el:
13890 * international/mule.el:
13891 * mouse.el:
13892 * subr.el:
13893 * faces.el: Update calls to make-obsolete with a WHEN argument.
13894
13895 * byte-run.el (make-obsolete, make-obsolete-variable):
13896 Add an optional WHEN argument and change the format of the
13897 symbol-property information.
13898 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13899 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13900 new obsolete-symbol-property format and print WHEN if it is provided.
13901
139022000-05-31 Dave Love <fx@gnu.org>
13903
13904 * loadhist.el (loadhist-hook-functions): Remove
13905 before-change-function, after-change-function.
13906 (unload-feature): Deal with symbols which are both bound and
13907 fbound.
13908
13909 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13910 before-change-function, after-change-function.
13911
13912 * simple.el (newline): Don't bind before-change-function,
13913 after-change-function.
13914
139152000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13916
13917 * whitespace.el (whitespace-rescan-timer-time): Update interval
13918 set to 600 seconds (10 minutes) instead of 60 seconds since
13919 a large number of whitespace buffers causes emacs to `freeze'
13920 for a considerable amount of time.
13921
13922 * whitespace.el: Updated email address
13923
139242000-05-31 Dave Love <fx@gnu.org>
13925
13926 * add-log.el (change-log-font-lock-keywords) <function>: Add
13927 pattern for function of change.
13928 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13929 acknowledgements patterns.
13930
139312000-05-31 Kenichi Handa <handa@etl.go.jp>
13932
13933 * isearch.el (isearch-printing-char): If keyboard coding system is
13934 being used, call isearch-process-search-multibyte-characters.
13935
13936 * international/isearch-x.el: Mostly rewritten.
13937
13938 * international/quail.el (quail-start-conversion): Don't include
13939 unhandled events in the returned events, but set them in
13940 unread-command-events. Exit if all inputs are deleted.
13941
139422000-05-30 Jason Rumney <jasonr@gnu.org>
13943
13944 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13945
13946 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13947 Reenable code to create initial fontsets.
13948 Use set-fontset-font in place of put-charset-property.
13949
139502000-05-30 Gerd Moellmann <gerd@gnu.org>
13951
13952 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13953 label, ensure that the first colon isn't followed by another.
13954
13955 * paths.el (Info-default-directory-list): Doc fix.
13956
13957 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13958 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13959 send a query containing USER only, not USER@HOST.
13960
13961 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13962 and rmail-msgend to compute the restriction at the end, instead of
13963 computing it.
13964
139652000-05-29 Gerd Moellmann <gerd@gnu.org>
13966
13967 * dabbrev.el (dabbrev-expand): Don't display messages in the
13968 echo area if the minibuffer window is active.
13969
13970 * jit-lock.el (jit-lock-mode): Add after change function to
13971 local hook.
13972
139732000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13974
13975 * antlr-mode.el: New commands: hide/unhide actions,
13976 upcase/downcase literals.
13977 (antlr-tiny-action-length): New user option.
13978 (antlr-hide-actions): New command. Suggested by
13979 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13980 (antlr-mode-map): New binding [C-c C-v].
13981 (antlr-mode-menu): New entries.
13982 (antlr-downcase-literals): New command.
13983 (antlr-upcase-literals): Ditto.
13984
13985 * antlr-mode.el: Minor changes: indendation, mode-name.
13986 (antlr-indent-line): Indent cpp directive at column 0.
13987 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13988
13989 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13990 (antlr-font-lock-additional-keywords): Workaround for intentional
13991 bug in XEmacs version of font-lock.
13992 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13993 be used by a smarter version of `buffers-menu-grouping-function'.
13994
139952000-05-29 Gerd Moellmann <gerd@gnu.org>
13996
13997 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13998 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13999
140002000-05-29 Kenichi Handa <handa@etl.go.jp>
14001
14002 * international/encoded-kb.el
14003 (encoded-kbd-iso2022-designation-map): Pay attention to that
14004 charset-iso-final-char return -1 for eight-bit-control and
14005 eight-bit-graphic.
14006
140072000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14008
14009 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14010 (speedbar-easymenu-definition-base): Use display-graphic-p where
14011 available, instead of window-system.
14012
140132000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14014
14015 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14016 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14017 coding systems.
14018
140192000-05-26 Dave Love <fx@gnu.org>
14020
14021 * disp-table.el (standard-display-underline): Don't use
14022 internal-find-face.
14023
14024 * mail/reporter.el: Maintainer change. Doc fixes.
14025 (reporter-version): Deleted.
14026
14027 * emacs-lisp/elp.el: Maintainer change.
14028 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14029
140302000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14031
14032 * add-log.el (add-change-log-entry): Merge the current entry with the
14033 previous one if the previous one is empty.
14034
140352000-05-26 Dave Love <fx@gnu.org>
14036
14037 * loadhist.el (unload-feature): Fix interactive spec [from
14038 lijnzaad@ebi.ac.uk].
14039
14040 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14041 subr-arity to check primitives.
14042 (byte-compile-flush-pending, byte-compile-file-form-progn)
14043 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14044 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14045 mapcar.
14046
140472000-05-26 Kenichi Handa <handa@etl.go.jp>
14048
14049 * international/fontset.el: Set family names of non-latin charsets
14050 in default fontset to "*".
14051
14052 * international/mule-diag.el (print-fontset): Combine family part
14053 and registry part of the fontname by "-*-" instead of "-".
14054
14055 * international/mule-cmds.el (encode-coding-char): Make strings
14056 multibyte before calling encode-coding-string.
14057
140582000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14059
14060 * derived.el: Fix keywords.
14061 (define-derived-mode): Only define if needed.
14062
14063 * simple.el (fill-comment, comment-column, comment-start)
14064 (comment-start-skip, comment-end, comment-indent-function)
14065 (block-comment-start, block-comment-end, indent-for-comment)
14066 (set-comment-column, kill-comment, comment-padding, comment-region)
14067 (comment-multi-line, indent-new-comment-line): Remove.
14068
14069 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14070 function names for comment operations.
14071
14072 * newcomment.el: Add abundant autoload cookies.
14073 (comment-style): Don't depend on runtime data at compile-time.
14074 (comment-indent-hook): Remove.
14075 (comment-indent): Check if comment-indent-hook is bound.
14076 (comment-region): Docstring fix.
14077
140782000-05-25 Dave Love <fx@gnu.org>
14079
14080 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14081 byte-code-function-p.
14082
14083 * mail/rmailsum.el: Add provide.
14084
14085 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14086
14087 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14088 defcustom.
14089
140902000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14091
14092 * ediff-diff.el (ediff-exec-process): delete --binary option from
14093 non-buffer ediff jobs.
14094
140952000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14096
14097 * hilit-chg.el (highlight-changes-mode): Ask about color or
14098 grayscale support, not about window-system.
14099
14100 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14101 window-system.
14102 (ffap-highlight): Always default to t.
14103
14104 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14105 display-popup-menus-p instead of looking at window-system.
14106
14107 * disp-table.el (standard-display-g1, standard-display-graphic):
14108 Only refuse to use string glyphs on X and MS-Windows.
14109
14110 * avoid.el: Remove window-system from commentary, suggest to use
14111 display-*-p instead.
14112
14113 * apropos.el (apropos-print): Use display-mouse-p instead of
14114 window-system.
14115
141162000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14117
14118 * international/codepage.el (cp-decoding-vector-for-codepage):
14119 Fill up unsupported characters with their own codes. From Kenichi
14120 Handa.
14121
141222000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14123
14124 * international/mule-diag.el (describe-char-after): Use
14125 display-graphic-p instead of window-system, so that this function
14126 works on MS-DOS.
14127
141282000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14129
14130 * international/codepage.el (cp-make-coding-systems-for-codepage):
14131 Remove the eight-bit-graphic and eight-bit-control charsets from
14132 the list of charsets which we convert into `?'.
14133
141342000-05-25 Kenichi Handa <handa@etl.go.jp>
14135
14136 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14137 private charsets.
14138 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14139 japanese-jisx0213-2): New charsets.
14140
14141 * international/fontset.el: Setup default fontset for new charsets.
14142
141432000-05-24 Dave Love <fx@gnu.org>
14144
14145 * info.el (Info-find-node-2): Restructure [following "Vadim
14146 S. Solomin" <sovs@uic.nnov.ru>].
14147
14148 * icomplete.el: Fix header for Finder.
14149
141502000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14151
14152 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14153 STAY.
14154
14155 * rmail.el (rmail-automatic-folder-directives): New user variable.
14156 (rmail-show-message): Add call to `rmail-auto-file' during
14157 display.
14158 (rmail-auto-file): New function.
14159
141602000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14161
14162 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14163 account.
14164 (ediff-test-utility,ediff-diff-mandatory-option)
14165 (ediff-reset-diff-options): Utilities for proper initialization of
14166 ediff-diff-options and ediff-diff3-options on Windows.
14167
14168 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14169 variable.
14170
14171 * ediff-mult.el (ediff-filegroup-action): Use
14172 ediff-merge-filename-prefix.
14173
141742000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14175
14176 * viper-ex.el (ex-write): Set selective display to nil.
14177
141782000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14179
14180 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14181 aliases for hebrew-iso-8bit.
14182
141832000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14184
14185 * woman.el: New version from Francis J. Wright
14186 <F.J.Wright@Maths.QMW.ac.uk>.
14187 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14188 names in environment variables regardless of the path separator.
14189 (woman-topic-all-completions-1): Don't call file-name-directory-p
14190 on all files, since woman-file-regexp already filters out any
14191 directories.
14192
141932000-05-24 Kenichi Handa <handa@etl.go.jp>
14194
14195 * international/quail.el (quail-start-translation): Don't change
14196 modified-p of the current buffer.
14197 (quail-start-conversion): Likewise.
14198
14199 * international/kkc.el (kkc-region): Don't change modified-p of
14200 the current buffer.
14201
14202 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14203 conform to RFC1468.
14204 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14205
142062000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14207
14208 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14209 (speedbar-insert-button): Invisible text property fix.
14210 (speedbar-directory-plus): Renamed from speedbar-directory-+
14211 (speedbar-directory-minus): Renamed from speedbar-directory--
14212 (speedbar-page-plus): Renamed from speedbar-file-+
14213 (speedbar-page-minus): Renamed from speedbar-file--
14214 (speedbar-page): Renamed from speedbar-file-
14215 (speedbar-tag): Renamed from speedbar-tag-
14216 (speedbar-tag-plus): Renamed from speedbar-tag-+
14217 (speedbar-tag-minus): Renamed from speedbar-tag--
14218 (speedbar-expand-image-button-alist): Use above renames.
14219
14220 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14221 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14222 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14223 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14224 * sb-pg.xpm: Renamed from sb-file.xpm
14225 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14226 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14227
142282000-05-24 Kenichi Handa <handa@etl.go.jp>
14229
14230 * international/quail.el (quail-show-guidance-buf): Set
14231 current-input-method of the guidance buffer to the name of the
14232 curren input method.
14233
142342000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14235
14236 * progmodes/compile.el (compile-internal): Style typo.
14237
14238 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14239 quote vars and functions in the docstring.
14240
14241 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14242
14243 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14244 Don't quote lambdas.
14245
14246 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14247
142482000-05-23 Gerd Moellmann <gerd@gnu.org>
14249
14250 * startup.el (command-line): Determine source file of compiled
14251 user init file differently. Warn if compiled user init file
14252 is older than its source file.
14253
14254 * ffap.el (ffap-url-regexp): Add `https'.
14255
142562000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14257
14258 * files.el (make-backup-file-name-1): Replace slashes with `!'
14259 rather than `|' (which is not allowed on Windows). Replace the
14260 drive letters with a string "drive_X".
14261
142622000-05-23 Gerd Moellmann <gerd@gnu.org>
14263
14264 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14265
14266 * files.el (interpreter-mode-alist): Add `bash2'.
14267
142682000-05-22 Dave Love <fx@gnu.org>
14269
14270 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14271 mapc.
14272 (feature-file): Avoid calling symbol-name. Doc fix.
14273 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14274 (loadhist-hook-functions): Add mouse-position-function.
14275 (unload-feature): Change uses of mapcar.
14276
14277 * files.el (parse-colon-path): Doc fix.
14278 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14279 (set-auto-mode): Use mapc.
14280
14281 * complete.el (PC-look-for-include-file): Use :alnum: character
14282 class.
14283 (partial-completion-mode): Add autoload cookie.
14284
142852000-05-22 Sam Steingold <sds@gnu.org>
14286
14287 * info.el (Info-fontify-node): Fixed the call to
14288 `add-text-properties' (bug introduced on 2000-05-18).
14289
142902000-05-22 Dave Love <fx@gnu.org>
14291
14292 * bindings.el: Remove debug-ignored-errors set in other files.
14293
14294 * progmodes/etags.el: Add to debug-ignored-errors.
14295 (visit-tags-table-buffer): Clear out buffers holding old tables
14296 when making a new list.
14297 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14298 mapc.
14299
14300 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14301 quote keywords.
14302 (cmpl-string-case-type): Use character classes.
14303
14304 * comint.el:
14305 * textmodes/ispell.el:
14306 * imenu.el:
14307 * mail/mh-e.el:
14308 * progmodes/compile.el: Add to debug-ignored-errors.
14309
14310 * dabbrev.el: Add to debug-ignored-errors.
14311 (dabbrev-completion): Use mapc.
14312
143132000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14314
14315 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14316 (woman-mapcan, woman-parse-man.conf)
14317 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14318 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14319 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14320 path syntax better.
14321 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14322 (woman-manpath): Call woman-parse-man.conf.
14323 (woman-emulation): New defcustom, defaults to nroff.
14324 (woman-font-support): New defconst.
14325 (woman-use-symbol-font): New defcustom.
14326 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14327 "Emulation".
14328 Many functions: Doc fix.
14329
143302000-05-22 Kenichi Handa <handa@etl.go.jp>
14331
14332 * international/quail.el (quail-simple-translation-keymap): Map
14333 128..255 to quail-self-insert-command.
14334 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14335
143362000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14337
14338 * help.el (help-manyarg-func-alist): Typo.
14339
14340 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14341 intervals which makes it heaps simpler.
14342
14343 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14344 the nested comment markers.
14345
14346 * subr.el (remove-hook): Don't turn the hook's value into a list.
14347
143482000-05-21 Dave Love <fx@gnu.org>
14349
14350 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14351 are invalid characters.
14352
14353 * international/mule-util.el (detect-coding-with-priority): Use
14354 mapc. Remove redundant lambda.
14355
14356 * international/mule-diag.el (list-non-iso-charset-chars)
14357 (describe-fontset): Remove redundant lambda.
14358
14359 * emulation/crisp.el (brief-mode): New alias.
14360
14361 * emacs-lisp/ring.el (ring-elements): New function.
14362
14363 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14364 (easy-menu-do-add-item): Use keywordp.
14365
14366 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14367
14368 * replace.el: Doc and error message fixes.
14369 (replace-highlight): Use facep, not internal-find-face.
14370
143712000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14372
14373 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14374
14375 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14376 (log-edit-insert-changelog): Drop `:' as well.
14377
14378 * log-view.el: Fix file description.
14379 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14380 available.
14381 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14382 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14383
14384 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14385 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14386 Print a status message if the toggle is called interactively.
14387 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14388 for global minor modes and use `defcustom' for them.
14389 Use add-minor-mode.
14390 (easy-mmode-define-derived-mode): Remove.
14391 (define-derived-mode): Fancier default docstring.
14392 (easy-mmode-define-navigation): Signal an error rather than (ding).
14393
14394 * newcomment.el (comment-styles): New `box-multi'.
14395 (comment-normalize-vars): Better default for comment-continue to
14396 avoid whitespace-only continuations.
14397 (comment-search-forward): Always move even in the no-syntax case.
14398 (comment-padright): Only obey N if it's only obeyed for padleft.
14399 (comment-make-extra-lines): Better handling of empty continuations.
14400 Use `=' for the filler if comment-start has only one character.
14401 (uncomment-region): Try handling the special `=' filler.
14402 (comment-region): Allow LINES even if MULTI is nil.
14403 (comment-box): Choose box style based on comment-style.
14404
144052000-05-20 Kenichi Handa <handa@etl.go.jp>
14406
14407 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14408 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14409
144102000-05-20 Kenichi HANDA <handa@etl.go.jp>
14411
14412 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14413 and insert, not subst-char-in-region.
14414
14415 * international/mule-diag.el (list-character-sets-1): Handle
14416 charsets eight-bit-control and eight-bit-graphic.
14417 (list-iso-charset-chars): Likewise.
14418 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14419 charactes as is. Use indent-to to align characters.
14420
14421 * international/mule-cmds.el (find-multibyte-characters): Never
14422 exclude charsets eight-bit-control and eight-bit-graphic.
14423
144242000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14425
14426 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14427 Don't quote lambdas.
14428
14429 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14430
144312000-05-19 Gerd Moellmann <gerd@gnu.org>
14432
14433 * gud.el (gud-jdb-directories): Doc fix.
14434
144352000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14436
14437 * newcomment.el: New file.
14438
144392000-05-19 Gerd Moellmann <gerd@gnu.org>
14440
14441 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14442
144432000-05-18 Andreas Schwab <schwab@suse.de>
14444
14445 * dired.el (dired-between-files): Also skip lines beginning with
14446 `used'.
14447
144482000-05-18 Gerd Moellmann <gerd@gnu.org>
14449
14450 * msb.el (msb-menu-cond): Add choice `user'.
14451
144522000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14453
14454 * ps-print.el: Compatibility, customization and doc fix.
14455 (ps-printer-name-option): Replace defconst by defvar.
14456 (ps-postscript-code-directory): XEmacs compatibility.
14457 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14458 fix.
14459 (ps-user-defined-prologue, ps-print-prologue-header)
14460 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14461 compatibility and code fix.
14462 (ps-print-background-image, ps-print-background-text):
14463 Customization fix.
14464 (ps-line-number-start, ps-n-up-on): New vars.
14465
144662000-05-18 Espen Skoglund <esk@ira.uka.de>
14467
14468 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14469 the indent-comment function to just return the appropriate indent.
14470
144712000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14472
14473 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14474 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14475 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14476
144772000-05-18 Dave Love <fx@gnu.org>
14478
14479 * info.el (Info-fontify-node): Add intangible property as well as
14480 invisible.
14481
14482 * calendar/appt.el (appt-make-list): Match all lines of entry.
14483 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14484
144852000-05-18 Kenichi Handa <handa@etl.go.jp>
14486
14487 * international/mule-diag.el (describe-char-after): Call
14488 internal-char-font, not char-font. If internal-char-font returns
14489 nil, display "-- none --".
14490
144912000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14492
14493 * image.el (image-type-available-p): Don't reference image-types
14494 if it isn't bound.
14495
144962000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14497
14498 * autoarg.el (autoarg-mode): Typo in the :set argument.
14499
145002000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14501
14502 * startup.el (command-line-1): Don't signal an error if the
14503 directory for auto-save-list files does not yet exist.
14504
145052000-05-17 Kenichi Handa <handa@etl.go.jp>
14506
14507 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14508
145092000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14510
14511 * subr.el (remove-hook): `setq' hook-value, not `set'.
14512
145132000-05-16 Sam Steingold <sds@gnu.org>
14514
14515 * info.el (debug-ignored-errors): More errors to ignore.
14516
145172000-05-16 Dave Love <fx@gnu.org>
14518
14519 * cus-edit.el: Don't require cl or easymenu.
14520 (custom-variable-prompt): Test standard-value property, not
14521 user-variable-p.
14522
145232000-05-16 Sam Steingold <sds@gnu.org>
14524
14525 * subr.el (add-hook): `setq' hook-value, not `set'.
14526
145272000-05-16 Gerd Moellmann <gerd@gnu.org>
14528
14529 * startup.el (command-line-1): Mention the FAQ in the startup
14530 message.
14531
14532 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14533
14534 * progmodes/compile.el (compilation-parse-errors): Collect
14535 `nomessage' regexps last.
14536
14537 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14538
14539 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14540 to the function name.
14541
145422000-05-15 Dave Love <fx@gnu.org>
14543
14544 * speedbar.el (speedbar-recenter): Typo.
14545 (speedbar-expand-line): Make arg optional.
14546 (speedbar-mode): Avoid a compiler warning.
14547
145482000-05-15 Gerd Moellmann <gerd@gnu.org>
14549
14550 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14551 user-specified option string is empty.
14552
14553 * mouse.el (mouse-yank-at-click): Doc fix.
14554
145552000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14556
14557 * term/internal.el (IT-character-translations): More updates of
14558 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14559 documents.
14560
145612000-05-15 Gerd Moellmann <gerd@gnu.org>
14562
14563 * env.el (getenv): New function, interactively callable.
14564 (setenv, getenv): Remove autoload cookies.
14565
14566 * loadup.el: Load `env'.
14567
14568 * progmodes/f90.el: Change author's mail address.
14569
145702000-05-14 Dave Love <fx@gnu.org>
14571
14572 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14573 goto-addr as an option.
14574
14575 * help.el (help-xref-stack): Doc fix.
14576 (help-xref-following): New variable.
14577 (help-make-xrefs): Use it.
14578 (help-xref-go-back): Use position information from stack element.
14579 (help-follow): Make position in stack element a pair. Use
14580 help-xref-following.
14581
14582 * autoarg.el: New file.
14583
14584 * faces.el: Declare more functions obsolete.
14585
14586 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14587 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14588 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14589 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14590 Remove all the setup-...-environment functions.
14591
145922000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14593
14594 * speedbar.el: Updated the commentary section. xemacs20p now uses
14595 >= when detecting. Require `defimage' safely.
14596 (speedbar-easymenu-definition-base): Add toggle for images.
14597 (speedbar-easymenu-definition-special): Add flush cache & expand.
14598 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14599 (speedbar-reconfigure-keymaps-hook): New variable.
14600 (speedbar-frame-parameters): Updated documentation.
14601 (speedbar-use-imenu-flag): Updated custom tag
14602 (speedbar-dynamic-tags-function-list): New variable.
14603 (speedbar-tag-hierarchy-method): Updated doc & custom.
14604 (speedbar-indentation-width, speedbar-indentation-width) New
14605 variables.
14606 (speedbar-hide-button-brackets-flag): Customizable.
14607 (speedbar-vc-indicator): Doc update.
14608 (speedbar-ignored-path-expressions): Updated default value.
14609 (speedbar-supported-extension-expressions): Updated default value.
14610 (speedbar-syntax-table): Remove {} paren status.
14611 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14612 as "+". Added overlay aliases.
14613 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14614 `force-mode-line-update'.
14615 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14616 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14617 `mouse-set-point'
14618 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14619 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14620 of arbitrary text, and new helper functions.
14621 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14622 filename finder.
14623 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14624 (speedbar-directory-buttons): Update path search/expansion.
14625 (speedbar-make-tag-line): Pay attention to
14626 `speedbar-indentation-width'. Use more care w/ invisible
14627 properties.
14628 (speedbar-change-expand-button-char): Call
14629 `speedbar-insert-image-button-maybe'.
14630 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14631 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14632 (speedbar-trim-words-tag-hierarchy)
14633 (speedbar-simple-group-tag-hierarchy): New functions
14634 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14635 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14636 functions.
14637 (speedbar-mouse-set-point): New function
14638 (speedbar-power-click): Updated documentation.
14639 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14640 of tag prefix text.
14641 (speedbar-expand-line, speedbar-contract-line): Make more robust
14642 to strange text.
14643 (speedbar-expand-line): Takes universal argument to flush the
14644 cache.
14645 (speedbar-flush-expand-line): New function.
14646 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14647 Use new generator insertion method.
14648 (speedbar-fetch-dynamic-tags): New function.
14649 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14650 `speedbar-fetch-dynamic-imenu'.
14651 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14652 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14653 "Revert Buffer" menu items.
14654 (speedbar-buffer-buttons-engine): Be smarter when creating a
14655 filename tag (for expansion purposes.).
14656 (speedbar-highlight-one-tag-line,
14657 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14658 (speedbar-recenter): New functions.
14659 (defimage-speedbar): Image loading abstraction.
14660 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14661 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14662 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14663 (speedbar-tag-type, speedbar-tag-mail): New images.
14664 (speedbar-expand-image-button-alist): New variable.
14665 (speedbar-insert-image-button-maybe): Insert an image over some
14666 buttons.
14667
146682000-05-13 Kenichi Handa <handa@etl.go.jp>
14669
14670 * international/mule-cmds.el (encode-coding-char): An ASCII
14671 character is always encodable.
14672
14673 * international/mule-conf.el: Add more information in descriptions
14674 of character sets.
14675
14676 * international/mule-diag.el (describe-char-after): New function.
14677 (describe-font-internal): Adjusted for the change of font-info.
14678 (describe-font): Likewise.
14679 (print-fontset): Rewritten for the new fontset implementation.
14680 (describe-fontset): Include fontset alias names in completion.
14681 (list-fontsets): Adjusted for the change of print-fontset.
14682
14683 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14684 describe-char-after instead of displaying the detail in the echo
14685 area.
14686 (syntax-code-table): Format changed.
14687 (string-to-syntax): Adjusted for the above change.
14688
146892000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14690
14691 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14692
146932000-05-12 Dave Love <fx@gnu.org>
14694
14695 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14696 dependence. Use line-{beginning,end}-position, not
14697 point-at{b,e}ol. Some doc fixes.
14698 (todo-position): New function. Fix callers of position to use it.
14699 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14700
147012000-05-12 Gerd Moellmann <gerd@gnu.org>
14702
14703 * time.el (display-time-mail-icon): Use `:ascent center'.
14704
14705 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14706 handling FTP security extensions.
14707
147082000-05-11 Dave Love <fx@gnu.org>
14709
14710 * calendar/todo-mode.el: New file.
14711
147122000-05-11 Gerd Moellmann <gerd@gnu.org>
14713
14714 * comint.el (comint-read-input-ring): Move reference to
14715 comint-input-ring-size outside of the save-excursion. It was
14716 causing the default value to be the only one ever seen.
14717
14718 * font-lock.el: Update copyright. Remove Simon Marshall's email
14719 address on request from him.
14720
14721 * subr.el (substitute-key-definition): Add comment describing
14722 the meaning of PREFIX.
14723
147242000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14725
14726 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14727
14728 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14729 (add-minor-mode): Don't make the variable buffer-local and add a
14730 reference to define-minor-mode in the docstring.
14731
14732 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14733 HEADER/FOOTER and fix bug with trailing empty directory.
14734 (cvs-append-to-ignore): Use vc-editable-p if available.
14735 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14736 (vc-do-command): Tweak advice to handle the new VC.
14737
14738 * log-view.el (log-view-goto-rev): New function for the new VC.
14739 (log-view-minor-wrap): Use mark-active.
14740
14741 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14742 (log-edit-changelog-full-paragraphs): New var.
14743 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14744 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14745 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14746 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14747 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14748 Replace the `cvs' prefix with `log-edit'.
14749
14750 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14751
14752 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14753 (diff-font-lock-defaults): Explicitly turn off multiline.
14754 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14755 (diff-ediff-patch): Fix call to ediff-patch-file.
14756 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14757 Handle comments.
14758
14759 * frame.el (automatic-hscrolling): Typo.
14760
14761 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14762
147632000-05-09 Sam Steingold <sds@goems.com>
14764
14765 * apropos.el (apropos-print): use `describe-face' instead of
14766 `customize-face-other-window'.
14767
147682000-05-09 Dave Love <fx@gnu.org>
14769
14770 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14771
14772 * help.el (describe-variable): Have customize button pop the
14773 help-xref stack when invoked.
14774 (help-xref-symbol-regexp): Add `face'.
14775 (help-make-xrefs): Check for quoted face names and adapt regexp
14776 submatch numbers to cope.
14777 (help-xref-interned): Maybe insert face doc too. Separate
14778 sections with a line of hyphens.
14779
14780 * faces.el: Some doc fixes. Declare some functions obsolete.
14781 (describe-face): Add customize button. Return the help
14782 text. Fix prompt.
14783
147842000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14785
14786 * term/internal.el (IT-character-translations): Fix last change.
14787
147882000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14789
14790 * woman.el: New file
14791 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14792
147932000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14794
14795 * term/internal.el (IT-character-translations): Update ASCII
14796 simulations for greek-iso8859-7, add latin-iso8859-14 and
14797 latin-iso8859-15.
14798
14799 * international/mule-cmds.el (set-language-info-alist): Call
14800 define-prefix-command with 3 arguments, to make the map suitable
14801 for a menu.
14802
148032000-05-07 Dave Love <fx@gnu.org>
14804
14805 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14806
148072000-05-05 Dave Love <fx@gnu.org>
14808
14809 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14810 list in doc string. Don't quote keyword symbols.
14811 * emacs-lisp/cl.el: Likewise
14812 * emacs-lisp/cl-seq.el: Likewise
14813
148142000-05-05 Gerd Moellmann <gerd@gnu.org>
14815
14816 * abbrev.el (abbrev-mode): Make ARG optional.
14817
148182000-05-04 Gerd Moellmann <gerd@gnu.org>
14819
14820 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14821
14822 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14823
14824 * subr.el (substitute-key-definition): Clarify documentation.
14825
148262000-05-04 Milan Zamazal <pdm@freesoft.cz>
14827
14828 * glasses.el (glasses-convert-to-unreadable): Use
14829 `glasses-separator' instead of the hard-wired "_".
14830 (glasses-mode): Call `glasses-make-unreadable' only in a single
14831 place.
14832
148332000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14834
14835 * term/internal.el (cjk-codepages-alist): Add associations for
14836 Chinese and Korean codepages. Remove FIXME comment.
14837
148382000-05-03 Dave Love <fx@gnu.org>
14839
14840 * time.el (display-time-mail-face, display-time-use-mail-icon):
14841 New option.
14842 (display-time-mail-icon): New variable.
14843 (display-time-string-forms): Use the above. Fix the local-map.
14844
148452000-05-03 Gerd Moellmann <gerd@gnu.org>
14846
14847 * replace.el (query-replace-map): Add binding for `E'.
14848 (query-replace-help): Extend help text.
14849 (perform-replace): Allow editing the replacement string.
14850
14851 * make-mode.el (makefile-mode-abbrev-table): New variable.
14852 (makefile-mode): Set local abbrev table to
14853 makefile-mode-abbrev-table.
14854 (makefile-font-lock-keywords): Fontify includes and conditionals.
14855
14856 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14857 set TOGGLE's value.
14858
14859 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14860 mail-interactive-insert-alias.
14861 (mail-abbrev-complete-alias): New command.
14862 (mail-mode-map): Bind it to `M-TAB'.
14863
148642000-05-03 Kenichi Handa <handa@etl.go.jp>
14865
14866 * language/lao-util.el (lao-compose-region): New function.
14867
148682000-05-02 Gerd Moellmann <gerd@gnu.org>
14869
14870 * files.el (recover-session): Make directories as necessary
14871 if they don't exist yet.
14872
14873 * calendar/cal-french.el
14874 (french-calendar-multibyte-special-days-array)
14875 (french-calendar-special-days-array): Change French text.
14876 (calendar-french-date-string): Change output.
14877 (calendar-goto-french-date): Likewise.
14878
148792000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14880
14881 * wid-edit.el (widget-default-active): Obey `:always-active'.
14882 (widget-documentation-string-value-create): Set `:always-active'.
14883
148842000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14885
14886 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14887 default prefix to `~/_emacs.d/auto-save.list/_s'.
14888 (normal-top-level): Create the directory for auto-save files, if
14889 it doesn't already exist (in the ms-dos case only).
14890
148912000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14892
14893 * international/mule-cmds.el (set-language-environment): Don't
14894 concat an integer (dos-codepage), use format instead.
14895
148962000-05-02 Dave Love <fx@gnu.org>
14897
14898 * help.el (help-xref-on-pp): Check for constant symbols.
14899
149002000-04-29 Gerd Moellmann <gerd@gnu.org>
14901
14902 * startup.el (normal-top-level): Put a condition-case around
14903 the code loading subdirs.el.
14904
149052000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14906
14907 * ps-print.el: Upside-down and face background color printing,
14908 line number step, doc fix.
14909 (ps-print-version): New version number (5.2).
14910 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14911 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14912 (ps-spool-config): Var fix.
14913 (ps-printer-name-option): Const fix.
14914 (ps-print-upside-down, ps-use-face-background)
14915 (ps-line-number-step): New vars.
14916 (ps-window-system, ps-lp-system): New consts.
14917 (ps-face-background): New fun.
14918
149192000-04-28 Richard Stallman <rms@gnu.org>
14920
14921 * files.el (make-auto-save-file-name):
14922 Apply auto-save-file-name-transforms to visited file name
14923 before generating auto save file name.
14924 (auto-save-file-name-transforms): New variable.
14925
14926 * files.el (backup-enable-predicate):
14927 Correctly test for a file under a temporary directory.
14928
149292000-04-28 Gerd Moellmann <gerd@gnu.org>
14930
14931 * subr.el (add-minor-mode): Rewritten.
14932
149332000-04-28 Kenichi Handa <handa@etl.go.jp>
14934
14935 * mail/sendmail.el (sendmail-send-it): Set
14936 buffer-file-coding-system to the selected coding system for MIME
14937 header.
14938
149392000-04-27 Gerd Moellmann <gerd@gnu.org>
14940
14941 * dired.el (dired-move-to-filename-regexp): Allow format where
14942 YYYY is followed by two spaces.
14943
14944 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14945 in the second character class of the regexp.
14946
14947 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14948 mh-etc, too.
14949
14950 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14951 nil.
14952
14953 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14954
14955 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14956 argument.
14957
149582000-04-27 Sen Nagata <sen@eccosys.com>
14959
14960 * emacs-lisp/crm.el (crm-completion-table): New variable.
14961 (crm-collection-fn, crm-test-completion)
14962 (completing-read-multiple): Use it.
14963
149642000-04-27 Dave Love <fx@gnu.org>
14965
14966 * help.el (locate-library): Use mapc.
14967 (help-manyarg-func-alist): Add call-process-region.
14968
149692000-04-26 Gerd Moellmann <gerd@gnu.org>
14970
14971 * subr.el (add-minor-mode): Make argument MAP optional.
14972
14973 * desktop.el (desktop-save): Save list of minor modes.
14974 (desktop-create-buffer): Restore minor modes.
14975 (desktop-minor-mode-table): New user-option.
14976
14977 * subr.el (add-minor-mode): New function.
14978
14979 * image.el (find-image): New function.
14980 (defimage): Rewritten to find image at load time.
14981
14982 * startup.el (normal-top-level-add-to-load-path): Handle
14983 case that the default directory is not in load-path.
14984
14985 * help.el: Old patch from Stefan Monnier.
14986 (help-xref-on-pp): New function.
14987 (describe-variable): Use it to display xrefs in a symbol's value.
14988
149892000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14990
14991 * cus-edit.el (custom-face): Fix parenthesis.
14992
149932000-04-26 Kenichi Handa <handa@etl.go.jp>
14994
14995 * mail/rmail.el (rmail-expunge): When there are no deleted
14996 messages, do nothing.
14997
149982000-04-26 Dave Love <fx@gnu.org>
14999
15000 * international/mule-cmds.el (locale-translation-file-name):
15001 Defvar to nil.
15002 (set-locale-environment): Set it here (at runtime).
15003
150042000-04-25 Gerd Moellmann <gerd@gnu.org>
15005
15006 * replace.el (perform-replace): Add parameters START and END. Use
15007 them instead of the check for a region in Transient Mark mode.
15008 (query-replace-read-args): Return two more list elements for the
15009 start and end of the region in Transient Mark mode.
15010 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15011 (map-query-replace-regexp, replace-string, replace-regexp): Add
15012 optional last arguments START and END and pass them to
15013 perform-replace.
15014
15015 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15016 form with additional arguments for perform-replace.
15017
15018 * progmodes/etags.el (tags-query-replace): Add parameters START
15019 and END. Construct a form with additional arguments for
15020 perform-replace.
15021
15022 * simple.el (shell-command): Set default directory for "*Shell
15023 Command Output" buffer.
15024
15025 * language/european.el (iso-latin-4): Fix typo.
15026
15027 * emacs-lisp/crm.el: New file.
15028
150292000-04-24 Dave Love <fx@gnu.org>
15030
15031 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15032 (Custom-reset-saved, Custom-reset-standard)
15033 (custom-group-value-create, custom-group-set, custom-group-save)
15034 (custom-group-reset-current, custom-group-reset-saved)
15035 (custom-group-reset-standard): Use mapc.
15036 (custom-buffer-create-internal): Disable undo when creating items.
15037 Use mapc.
15038 (custom-face): Avoid redundant lambda.
15039
150402000-04-24 Gerd Moellmann <gerd@gnu.org>
15041
15042 * startup.el (auto-save-list-file-prefix): Set default to
15043 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15044
150452000-04-24 Sam Steingold <sds@gnu.org>
15046
15047 * time-stamp.el (time-stamp-string-preprocess): Always convert
15048 `field-result' to a string.
15049
150502000-04-24 Gerd Moellmann <gerd@gnu.org>
15051
15052 * frame.el (scrolling): New group.
15053 (automatic-hscrolling): New user-option.
15054
15055 * startup.el (command-line-x-option-alist): Add `-lsp' and
15056 `--line-spacing'.
15057
150582000-04-19 Dave Love <fx@gnu.org>
15059
15060 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15061 (cl-mapc): Rename from mapc. Fix the funcall.
15062
150632000-04-19 Gerd Moellmann <gerd@gnu.org>
15064
15065 * simple.el (clone-indirect-buffer-other-window): New command.
15066 (clone-indirect-buffer): Add optional arg NORECROD.
15067 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15068
15069 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15070
15071 * window.el (count-screen-lines): New function.
15072 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15073 instead of window-buffer-height.
15074
15075 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15076 non-existing variable comint-input-sentinel.
15077 (inferior-lisp-args-to-list): Removed.
15078 (inferior-lisp): Use split-string instead of
15079 inferior-lisp-args-to-list.
15080
15081 * hexl.el (hexl-insert-hex-string): New command.
15082
15083 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15084 instead of concat.
15085
150862000-04-18 Gerd Moellmann <gerd@gnu.org>
15087
15088 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15089 at the start of an existing but empty folder.
15090
150912000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15092
15093 * ps-mule.el: Customization fix, doc fix.
15094 (ps-multibyte-buffer): Customization fix.
15095
150962000-04-17 Richard M. Stallman <rms@gnu.org>
15097
15098 * subr.el (read-passwd): Use read-char-exclusive.
15099
151002000-04-17 Gerd Moellmann <gerd@gnu.org>
15101
15102 * textmodes/texinfo.el (texinfo-insert-@email)
15103 (texinfo-insert-@emph, texinfo-insert-@quotation)
15104 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15105 (texinfo-mode-map): Add key bindings for them.
15106
15107 * files.el (basic-save-buffer-2): Use a template with `$'
15108 instead of `#' for VMS.
15109
15110 * simple.el (clone-indirect-buffer): New function.
15111
151122000-04-16 Stephen Eglen <stephen@gnu.org>
15113
15114 * iswitchb.el (iswitchb-case): New function. If the user input
15115 contains any upper-case characters, the search is made
15116 case-sensitive.
15117
151182000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15119
15120 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15121 comment-end.
15122 (texinfo-font-lock-syntactic-keywords): New var.
15123 (texinfo-font-lock-keywords): Remove comment regexp.
15124 (texinfo-insert-block): New function.
15125 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15126 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15127 and font-lock-defaults. Use regexp-opt for outline-regexp.
15128 (texinfo-environments): New var.
15129 (texinfo-environment-regexp): Use regexp-opt and
15130 texinfo-environments.
15131
15132 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15133 ispell-process is bound since this might be eval'd before ispell
15134 is loaded.
15135 (ispell-message): Use a tiny bit less magic and a bit more hard
15136 data to figure out what kind of sc-cite-regexp to use.
15137
15138 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15139
15140 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15141 (insert-cyclic-diary-entry): Unquote the lambda.
15142
15143 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15144
15145 * files.el (backup-enable-predicate): Unquote the lambda.
15146
15147 * cus-edit.el (custom-face, face): Unquote the lambda.
15148
151492000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15150
15151 * ps-print.el: Check for line-beginning-position definition.
15152
15153 * ps-print.el: Fix counting lines in a region.
15154 (ps-print-version): New version number (5.1.5).
15155 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15156 (ps-printing-region): Fun code fix.
15157
151582000-04-15 Gerd Moellmann <gerd@gnu.org>
15159
15160 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15161 to file-directory-p.
15162
151632000-04-14 Gerd Moellmann <gerd@gnu.org>
15164
15165 * gud.el (gud-jdb-build-source-files-list): Check that directory
15166 exists before calling directory-files.
15167
151682000-04-13 Dave Love <fx@gnu.org>
15169
15170 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15171 syntax.
15172
15173 * emacs-lisp/cl-specs.el: Remove when, unless.
15174
15175 * emacs-lisp/cl-extra.el: Don't quote keywords.
15176 (cl-old-mapc): New variable.
15177 (mapc): Use it.
15178 (cl-map-intervals): Use with-current-buffer. Don't check for
15179 next-property-change.
15180 (cl-map-overlays): Use with-current-buffer.
15181 (cl-expt): Remove.
15182 (copy-tree, remprop): Define unconditionally.
15183
15184 * emacs-lisp/cl-compat.el (keywordp): Remove.
15185
15186 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15187 to use keywordp.
15188 (edebug-spec): Enable keywordp.
15189
15190 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15191 string-lessp.
15192
15193 * cus-start.el: Use keywordp.
15194
151952000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15196
15197 * diary-lib.el (include-other-diary-files): Fix the fix of
15198 2000-02-18 by doing a save-excursion.
15199
152002000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15201
15202 * ps-print.el: Customization fix, doc fix.
15203 (ps-print-version): New version number (5.1.4).
15204 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15205 (ps-print-preprint): Adjust code.
15206 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15207 (ps-print-prologue-header, ps-print-control-characters)
15208 (ps-spool-config): Customization fix.
15209
152102000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15211
15212 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15213 converted to the new menu-item format, names silightly changed,
15214 help strings added.
15215
15216 Support for spelling without async subprocesses:
15217
15218 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15219 (ispell-session-buffer): New variables.
15220 (ispell-start-process, ispell-process-status,
15221 ispell-accept-output, ispell-send-string): New functions, for
15222 Ispell invocation when async subprocesses aren't supported.
15223 (ispell-word, ispell-pdict-save, ispell-command-loop,
15224 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15225 to process-send-string with calls to ispell-send-string, and
15226 accept-process-output with ispell-accept-output.
15227 (ispell-init-process): Call ispell-process-status instead of
15228 process-status with.
15229 (ispell-init-process): Call ispell-start-process. Call
15230 ispell-accept-output and ispell-send-string. Don't call
15231 process-kill-without-query and kill-process if they are unbound.
15232 (ispell-async-processp): New function.
15233
152342000-04-12 Dave Love <fx@gnu.org>
15235
15236 * info.el: Add debug-ignored-errors.
15237 (Info-mode-menu): Add some items.
15238 (Info-directory): Add autoload cookie.
15239
15240 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15241 Modify `truncate-lines'. Make `describe-language-environment'
15242 always visible and add help. Modify `describe-key' help. Invoke
15243 Info-directory from `info'. New entry `emacs-manual'.
15244
152452000-04-10 Gerd Moellmann <gerd@gnu.org>
15246
15247 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
15248 propertized-buffer-identification.
15249 (ebrowse-update-member-buffer-mode-line): Likewise.
15250 (ebrowse--mode-strings): Removed.
15251 (ebrowse--mode-line-props): Removed.
15252
15253 * files.el (auto-mode-alist): Add `EBROWSE'.
15254
15255 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15256 space before testing for end of buffer.
15257 (ebrowse-load): Removed.
15258 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15259 (ebrowse-create-tree-buffer): Rewritten.
15260 (ebrowse-tree-mode): Read tree from buffer.
15261
15262 * progmodes/ebrowse-ffh.el: Removed.
15263
152642000-04-10 Kenichi Handa <handa@etl.go.jp>
15265
15266 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15267
152682000-04-10 Gerd Moellmann <gerd@gnu.org>
15269
15270 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15271 at the wrong place.
15272
152732000-04-09 Dave Love <fx@gnu.org>
15274
15275 * files.el (backup-enable-predicate): Use
15276 temporary-file-directory, small-temporary-file-directory.
15277 (make-backup-file-name-function, backup-directory-alist): New
15278 variables.
15279 (make-backup-file-name-1): New function.
15280 (make-backup-file-name): Use it.
15281 (find-backup-file-name): Likewise. Use format for clarity, not
15282 concat.
15283 (file-newest-backup): Use make-backup-file-name.
15284
152852000-04-09 Gerd Moellmann <gerd@gnu.org>
15286
15287 * progmodes/ebrowse-ffh.el: New file.
15288
15289 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
15290 to ebrowse-ffh.el.
15291 (ebrowse-load): Add autoload.
15292
15293 * finder.el (finder-commentary): Add autoload cookie.
15294
15295 * mail/rfc2368.el: Correct author's email address.
15296
15297 * progmodes/ebrowse.el: New file.
15298
15299 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15300 item help string.
15301 (easy-menu-do-add-item): Ditto.
15302 (easy-menu-define): Extend doc string.
15303
15304 * jit-lock.el (with-buffer-unmodified): Use
15305 restore-buffer-modified-p.
15306 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15307 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15308 with-buffer-unmodified.
15309
153102000-04-08 Dave Love <fx@gnu.org>
15311
15312 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15313 unless, when.
15314
153152000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15316
15317 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15318 (viper-flash-search-pattern): No operation when using Emacs
15319 doesn't support face.
15320 Use `viper-put-on-search-overlay'.
15321
153222000-04-04 Gerd Moellmann <gerd@gnu.org>
15323
15324 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15325 like C-r.
15326
15327 * progmodes/make-mode.el: Some doc fixes.
15328 (makefile-mode-abbrev-table): New variable.
15329 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15330 (makefile-font-lock-keywords): Fontify includes and conditionals.
15331 (toplevel): Require `dabbrev' and `add-log' when compiling.
15332
15333 * replace.el (perform-replace): Don't move forward one char
15334 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15335 to do that because it leaves point 1 position after the last
15336 replacement, after everything has been replaced.
15337
15338 * jit-lock.el (with-buffer-unmodified): New macro.
15339 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15340 modified state.
15341 (jit-lock-function-1): Extracted from jit-lock-function; not
15342 preserving buffer's modified state.
15343 (jit-lock-function, jit-lock-stealth-fontify): Call
15344 jit-lock-function-1.
15345
15346 * mail/rfc2368.el: Remove supernumerary copyright line.
15347
153482000-04-04 Milan Zamazal <pdm@freesoft.cz>
15349
15350 * glasses.el: Provide facilities for inserting space before left
15351 parentheses and uncapitalization of identifiers.
15352 (glasses-mode): Try to remove old overlays in all cases.
15353
153542000-04-03 Gerd Moellmann <gerd@gnu.org>
15355
15356 * progmodes/compile.el (compile-internal): Display the compilation
15357 buffer in a different frame, if it's already displayed there.
15358
15359 * mail/rfc2368.el: New file.
15360
15361 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15362 header and insert its value as mail body.
15363
15364 * subr.el (member-ignore-case): New function.
15365
15366 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15367 (dabbrev--find-expansion): Ignore buffers matching a regexp
15368 from dabbrev-ignored-regexps.
15369
15370 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15371 to extensions handled by gzip.
15372
153732000-04-03 Richard M. Stallman <rms@gnu.org>
15374
15375 * files.el (insert-directory): List the total free space
15376 along with the used space.
15377
15378 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15379 line is followed by one that matches CITATION-REGEXP, end the
15380 paragraph.
15381
153822000-04-03 Markus Rost <rost@delysid.gnu.org>
15383
15384 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15385 (rmail-make-basic-summary-line): Use that option.
15386
153872000-04-03 Kenichi Handa <handa@etl.go.jp>
15388
15389 * international/mule-cmds.el (encoded-string-description):
15390 Rewritten. Try pretty description for ISO 2022 escape sequences
15391 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15392 for hexadecimal format.
15393
153942000-04-01 Dave Love <fx@gnu.org>
15395
15396 * cpp.el: Change customization group to `c' from `C'.
15397
15398 * vcursor.el (vcursor-move): Use display-color-p.
15399
15400 * international/mule-util.el: Provide mule-utils.
15401 (string-to-sequence): Simplify and speed up.
15402
15403 * international/mule.el (make-coding-system): Purecopy doc-string.
15404
15405 * international/mule-cmds.el: Various menu changes.
15406 (describe-specified-language-support): Handle `Default'.
15407 (set-language-info): Purecopy `info'.
15408
154092000-03-31 Andrew Innes <andrewi@gnu.org>
15410
15411 * vc.el (vc-backend-diff): Return the correct status if we had to
15412 retry the rcsdiff command without the --brief option.
15413
154142000-03-31 Dave Love <fx@gnu.org>
15415
15416 * help.el (help-manyarg-func-alist): Correct several omissions.
15417
15418 * add-log.el: Don't require cl, fortran.
15419 (add-log-current-defun-function): Doc fix.
15420 (change-log-version-number-regexp-list): Remove SCCS part. Doc
15421 fix.
15422 (change-log-version-rcs): Function deleted.
15423 (change-log-version-number-search): Doc fix. Use
15424 vc-workfile-version. Avoid CL dolist.
15425 (add-change-log-entry): Just call add-log-current-defun to get
15426 defun. Simplify somewhat.
15427 (change-log-get-method-definition-1): Likewise.
15428 (add-log-current-defun): Return nil if calling
15429 add-log-current-defun-function does so. Move Fortran stuff to
15430 fortran.el. Return string without properties.
15431
15432 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15433 and :alpha: char classes.
15434
15435 * mail/supercite.el: Defvar curline when compiling.
15436 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15437 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15438 rather than a-zA-Z0-9 to allow non-ASCII characters.
15439
154402000-03-31 Gerd Moellmann <gerd@gnu.org>
15441
15442 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15443
15444 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15445 Re-enable new code.
15446
15447 * lpr.el (print-region-1): Use -d to specify printer name for
15448 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15449
154502000-03-31 Dave Love <fx@gnu.org>
15451
15452 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
15453 for function definition in symbol's function value slot first
15454 instead of first consulting byte-compile-function-environment.
15455
154562000-03-31 Kenichi Handa <handa@etl.go.jp>
15457
15458 * language/european.el ("Polish"): New language environment.
15459 (setup-polish-environment): New function.
15460
154612000-03-30 Gerd Moellmann <gerd@gnu.org>
15462
15463 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15464 Disable new code.
15465
15466 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15467 trying to `load' the symbol of an autoload instead of the file
15468 recorded in the autoload. Fix error messages.
15469
154702000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15471
15472 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15473 (ps-print-version): New version number (5.1.3).
15474 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15475 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15476 (ps-generate-postscript-with-faces): Code fix.
15477 (ps-color-values): XEmacs compatibility.
15478 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15479 (ps-default-fg, ps-default-bg): Adjust customization.
15480 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15481 (ps-color-scale): Renaming old ps-color-value fun.
15482 (ps-print-headers): Replace ps-print-header group to avoid conflict
15483 with ps-print-header variable.
15484 (ps-print-miscellany): New group.
15485 (ps-format-color, ps-rgb-color): New funs.
15486 (ps-default-foreground): New var.
15487 (ps-printer-name-option): New const.
15488
154892000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15490
15491 * net/net-utils.el:
15492 (network-connection-host, network-connection-service): New variables
15493 (network-connection-mode): New mode, derived from comint-mode
15494 (network-connection-mode-setup): New function, saves host and
15495 service information in local variables.
15496
15497 * lisp/locate.el:
15498 (locate-word-at-point): Added this function
15499 (locate): Default to using locate-word-at-point as input
15500 Run dired-mode-hook
15501
155022000-03-29 Dave Love <fx@gnu.org>
15503
15504 * calendar/appt.el: Doc fixes.
15505 (appt-check): Convert min-to-app to a string before passing to
15506 appt-disp-window-function or concat.
15507 (appt-delete-window): Remove test for frame-root-window.
15508 (appt-select-lowest-window, appt-convert-time): Simplify.
15509
15510 * emacs-lisp/bytecomp.el: Doc fixes.
15511 (byte-compile-file-form-autoload): Update
15512 byte-compile-function-environment.
15513
155142000-03-29 Andreas Schwab <schwab@suse.de>
15515
15516 * emacs-lisp/autoload.el: Also print defsubst doc string
15517 specially.
15518
15519 * dired.el (dired-insert-directory): If dired-free-space-program
15520 failed just delete its output.
15521
155222000-03-29 Dave Love <fx@gnu.org>
15523
15524 * international/iso-cvt.el: Move provide to end. Doc fixes.
15525 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15526 (iso-iso2sgml, iso-sgml2iso): New functions.
15527 (iso-cvt-define-menu): Fix some entries and use backquote for
15528 clarity.
15529
15530 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15531
155322000-03-28 Gerd Moellmann <gerd@gnu.org>
15533
15534 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15535 ISO-DATE. If non-nil, return date in ISO 8601 format.
15536
155372000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15538
15539 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15540 if it ever becomes used.
15541 (log-edit-mode-hook): Default to vc-log-mode-hook.
15542 (log-edit-mode): Fix the docstring.
15543
15544 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15545 the code.
15546
155472000-03-26 Dave Love <fx@gnu.org>
15548
15549 * net/browse-url.el (browse-url): Re-fix case of
15550 browse-url-browser-function being an alist.
15551 (browse-url): Add :link to defgroup.
15552
15553 * files.el: Doc fixes.
15554 (file-truename): Include `[' in wildcard characters.
15555 (automount-dir-prefix): Customize.
15556 (find-file-wildcards): Add :version.
15557 (find-file-noselect): Simplify a mapcar call.
15558
15559 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15560 compatible with inf-lisp version.
15561 (eval-defun-1): Fix custom-declare-variable case.
15562
155632000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15564
15565 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15566
155672000-03-24 Gerd Moellmann <gerd@gnu.org>
15568
15569 * Makefile (COMPILE_FIRST): New macro.
15570 (compile-files): Compile files from COMPILE_FIRST first.
15571
15572 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15573 code.
15574
15575 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15576 matching open parenthesis in column 0 to defun-prompt-regexp
15577 only if open-paren-in-column-0-is-defun-start is set.
15578
15579 * sun-curs.el: Require CL at compile-time only.
15580
15581 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15582 instead of copy-list which is a function from CL.
15583 (msb--choose-menu, msb--mode-menu-cond)
15584 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15585 (msb--init-file-alist): Use mapcar instead of mapcan.
15586 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15587 `(' in column 0 in doc string.
15588 (msb--add-separators): Use mapcar instead of mapcan.
15589
15590 * cus-dep.el: Require CL at compile-time only.
15591
155922000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15593
15594 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15595 (byte-compile-warnings): New warning `noruntime'.
15596 (byte-compile-constants, byte-compile-variables): Fix docstring.
15597 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15598 execute `eval-whenc-compile's body.
15599 (byte-compile-unresolved-functions): Fix docstring.
15600 (byte-compile-eval): New function.
15601 (byte-compile-callargs-warn): Check if the function will be available
15602 at runtime (via property `byte-compile-noruntime').
15603 (byte-compile-print-syms): New function.
15604 (byte-compile-warn-about-unresolved-functions): Also warn about
15605 `noruntime' functions (and use `byte-compile-print-syms').
15606 (byte-compile-file): Capitalize the message.
15607
156082000-03-24 Gerd Moellmann <gerd@gnu.org>
15609
15610 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15611 (rmail-expunge): Ask for confirmation depending on the setting
15612 of rmail-confirm-expunge.
15613
156142000-03-23 Gerd Moellmann <gerd@gnu.org>
15615
15616 * Makefile (bootstrap-clean): If $(emacs) exists, build
15617 loaddefs.el first. A loaddefs.el that's not up-to-date might
15618 cause a bootstrap failure because things don't autoload as
15619 expected.
15620
156212000-03-23 Dave Love <fx@gnu.org>
15622
15623 * net/browse-url.el: Restore previous use of
15624 browse-url-maybe-new-window.
15625
156262000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15627
15628 * ps-print.el: Skip banner page fix.
15629 (ps-print-version): New version number (5.1.2).
15630 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15631
156322000-03-23 Dave Pearson <davep@davep.org>
15633
15634 * net/quickurl.el Changed the type of parameter passed to the
15635 function defined by `quickurl-format-function'. Before only the
15636 text of the URL was passed. Now the whole URL structure is passed
15637 and the function is responsible for extracting the parts it
15638 requires. Changed the default of `quickurl-format-function'
15639 accordingly.
15640 (quickurl-insert): Changed the `funcall' of
15641 `quickurl-format-function' to match the above change.
15642 (quickurl-list-insert): Changed the `url' case so that it makes
15643 use of `quickurl-format-function', previous to this the format was
15644 hard wired.
15645
156462000-03-22 Gerd Moellmann <gerd@gnu.org>
15647
15648 * startup.el: Change some spellings for the X Window System.
15649
156502000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15651
15652 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15653 up the code and the regexp and make sure the cursor is temporarily
15654 moved to the suspicious line while querying the user.
15655
156562000-03-22 Jason Rumney <jasonr@gnu.org>
15657
15658 * w32-fns.el (w32-charset-info-alist): Initialize.
15659
156602000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15661
15662 * ps-print.el: N-up last page fix.
15663 (ps-print-version): New version number (5.1.1).
15664 (ps-end-file, ps-end-job, ps-generate): Code fix.
15665
156662000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15667
15668 * files.el (find-file-run-dired): Update docstring.
15669 (find-directory-functions): New hook.
15670 (find-file-noselect): Run find-directory-functions rather than
15671 calling dired directly.
15672
15673 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15674
15675 * pcvs.el: Add a minimal leading commentary.
15676 (cvs-make-cvs-buffer): Change the header part by removing the startup
15677 message and adding a `Module' entry. Also replace the FOOTER and
15678 HEADER special fileinfos with the new support in ewoc for updating
15679 its own footer and header.
15680 (cvs-update-header): Update to use the header/footer of the ewoc.
15681 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15682 (cvs-is-within-p): New function.
15683 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15684 to only examine some subset of the buffers.
15685
15686 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15687 `format' instead of our own ad-hoc functions.
15688 Remove HEADER and FOOTER cases, now handled in the EWOC.
15689 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15690
15691 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15692 output to avoid scaring the user.
15693 (cvs-parse-table): Catch message for non-up-to-date commits.
15694
15695 * pcvs-defs.el (cvs-startup-message): Remove.
15696 (cvs-global-menu): New autoloaded menu.
15697
15698 * pcvs-util.el (cvs-string-fill): Remove.
15699
15700 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15701 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15702 PP part of it and also make it work for footers and headers.
15703 (ewoc-create): Drop POS and BUFFER arguments.
15704 Use the DLL's dummy node to store the end-of-footer position.
15705 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15706 (ewoc-refresh): Remove unused `header' variable.
15707 (ewoc-(get|set)-hf): New functions.
15708
15709 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15710 log-view-*-(message|file) and use easy-mmode-define-navigation.
15711 (log-view-message-re): Match SCCS format as well.
15712 And match the revision line rather than the dashed separator line.
15713 (log-view-mode): Use the new define-derived-mode.
15714 (log-view-current-tag): Fill in with an actual implementation.
15715
15716 * cvs-status.el (cvs-status-(prev|next)): Rename from
15717 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15718 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15719 to let the output "breathe" a little more (more readable).
15720 (cvs-status-mode): Use the new define-derived-mode.
15721
15722 * smerge-mode.el (smerge-auto-leave): New function and variable.
15723 (smerge-basic-map): Rename from smerge-basic-keymap.
15724 Change the bindings for smerge-diff-*.
15725 (smerge-*-map): Use easy-mmode-defmap.
15726 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15727 (smerge-keep-*): Use smerge-auto-leave.
15728
157292000-03-21 Jason Rumney <jasonr@gnu.org>
15730
15731 * cus-edit.el (custom-button-face): Use 3D look for w32.
15732 (custom-button-pressed-face): Likewise.
15733
157342000-03-21 Gerd Moellmann <gerd@gnu.org>
15735
15736 * progmodes/etags.el (tags-case-fold-search): New user-option.
15737 (tags-loop-eval): New function. Bind case-fold-search around eval
15738 depending on the value of tags-case-fold-search.
15739 (tags-loop-continue): Use tags-loop-eval.
15740 (find-tag-in-order): Bind case-fold-search depending on the value
15741 of tags-case-fold-search.
15742
157432000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15744
15745 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15746 (diff-end-of-hunk): Return the end position for use in
15747 `easy-mmode-define-navigation'.
15748 (diff-recenter): Remove.
15749 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15750 of `easy-mmode-define-navigation'.
15751 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15752 previous renaming) and fix to use new names.
15753 (diff-merge-strings): Use \n as separator: simpler, faster.
15754 (diff-mode): Use `define-derived-mode'.
15755
15756 * derived.el (define-derived-mode): Don't autoload anymore.
15757 Prefer the macro-only version provided by easy-mmode.el.
15758
15759 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15760 `easy-mmode-define-derived-mode'.
15761 Use `combine-run-hooks'.
15762 (easy-mmode-define-navigation): New macro.
15763
15764 * subr.el (combine-run-hooks): New function.
15765
157662000-03-21 Kenichi HANDA <handa@etl.go.jp>
15767
15768 * term/x-win.el: Fontsets related initialization is simplified.
15769
15770 * international/mule-diag.el (describe-font): Don't refer to
15771 global-fontset-alist, instead call font-list.
15772 (describe-fontset, list-fontsets, mule-diag): Likewise.
15773 (print-fontset): Adjusted for the change of fontset
15774 implementation.
15775
15776 * international/fontset.el (x-charset-registries): Variable
15777 removed, instead the corresponding data is stored in the default
15778 fontset.
15779 (register-alternate-fontnames): Function removed.
15780 (resolved-ascii-font): Variable removed.
15781 (x-compose-font-name): Ignore the second argument REDOCE.
15782 (x-complement-fontset-spec): Complement only an ASCII font and
15783 element for those charsets than can use that ASCII font.
15784 (generate-fontset-menu): Don't refer to global-fontset-alist,
15785 instead call fontset-list.
15786 (uninstantiated-fontset-alist): Variable removed.
15787 (x-style-funcs-alist): Likewise.
15788 (fontset-default-styles): Likewise.
15789 (x-modify-font-name): Function removed.
15790 (create-fontset-from-fontset-spec): Ignore the argument
15791 STYLE-VARIANT.
15792 (create-fontset-from-ascii-font): Docsting adjusted for the above
15793 change.
15794 (instantiate-fontset, resolve-fontset-name): Functions removed.
15795 (fontset-list): Now implemented by C code.
15796
15797 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15798 (describe-face): Include `font' attribute in the description.
15799
158002000-03-21 Kenichi Handa <handa@etl.go.jp>
15801
15802 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15803
158042000-03-20 Gerd Moellmann <gerd@gnu.org>
15805
15806 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15807 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15808 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15809
15810 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15811 about behavior of set-buffer-modified-p wrt redisplay.
15812
158132000-03-19 Richard M. Stallman <rms@gnu.org>
15814
15815 * view.el (view-mode-disable): Kill local binding of view-read-only.
15816
158172000-03-18 Gerd Moellmann <gerd@gnu.org>
15818
15819 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15820 is a string, convert it to a syntax cell using string-to-syntax.
15821
15822 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15823 (string-to-syntax): New function.
15824
15825 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15826 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15827 try to use passive ftp mode.
15828
158292000-03-17 Gerd Moellmann <gerd@gnu.org>
15830
15831 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15832
15833 * simple.el (append-to-buffer): Update point of windows after
15834 insertion.
15835
15836 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15837 forward then moving backward. Reindent.
15838
15839 * frame.el (other-frame): Call x-focus-frame only if
15840 focus-follows-mouse is off.
15841
158422000-03-17 Dave Love <fx@gnu.org>
15843
15844 * pcvs-util.el (cvs-strings->string): Rename
15845 replace-regexps-in-string.
15846
158472000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15848
15849 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15850 regexp for labels cannot span several lines.
15851
15852 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15853 `(setq :<key> ':<key>)' to the macro expansion.
15854
158552000-03-16 Dave Love <fx@gnu.org>
15856
15857 * progmodes/f90.el (f90): Put custom group under `languages', not
15858 `fortran'.
15859 (f90-mode-hook): Customize.
15860 (f90-mode): Set add-log-current-defun-function.
15861 (f90-current-defun): New function.
15862
158632000-03-16 Gerd Moellmann <gerd@gnu.org>
15864
15865 * cus-edit.el (custom-variable-tag-face): Handle case that
15866 default face's height is not a number.
15867 (custom-face-tag-face, custom-group-tag-face-1)
15868 (custom-group-tag-face): Ditto.
15869 (custom-group-tag-face-1): Add :group.
15870
15871 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15872
158732000-03-15 Gerd Moellmann <gerd@gnu.org>
15874
15875 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15876 requiring easymenu.
15877
158782000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15879
15880 * ps-print.el: PostScript user-defined prologue, PostScript error
15881 handler, doc fix.
15882 (ps-print-version): New version number (5.1).
15883 (ps-user-defined-prologue, ps-error-handler-message)
15884 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15885 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15886 (ps-insert-string): New function.
15887
158882000-03-15 Kenichi Handa <handa@etl.go.jp>
15889
15890 * international/ccl.el (ccl-compile-expression): Don't generate
15891 invalid self-assignment code.
15892
158932000-03-14 Dave Love <fx@gnu.org>
15894
15895 * subr.el (replace-regexp-in-string): Renamed from
15896 replace-regexps-in-string. Doc fix.
15897
158982000-03-12 Dave Love <fx@gnu.org>
15899
15900 * cus-edit.el: Doc fixes.
15901 (customize-set-variable, customize-save-variable): Rename args for
15902 doc.
15903 (custom-variable-tag-face, custom-face-tag-face)
15904 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15905 style which user identify as hyperlink.
15906 (hook): Don't add undefined functions to the hook.
15907 (debug-ignored-errors): Transfer message from bindings.el.
15908
159092000-03-12 Gerd Moellmann <gerd@gnu.org>
15910
15911 * recentf.el (recentf-keep-non-readable-files-p): Remove
15912 double/nested definition.
15913
159142000-03-12 Dave Love <fx@gnu.org>
15915
15916 * facemenu.el (facemenu-get-face): Use display-color-p.
15917 * enriched.el (enriched-decode-foreground): Likewise.
15918 (enriched-decode-background): Likewise.
15919 * isearch.el (isearch-highlight): Likewise.
15920 * info-look.el (info-lookup): Likewise.
15921 * simple.el (completion-setup-function): Likewise.
15922
15923 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15924 :options.
15925
15926 * bindings.el (mode-line-format): Fix line-number and
15927 column-number items. Add help-echo for the background.
15928 (mode-line-mule-info): Modify help-echo.
15929
15930 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15931
15932 * files.el (load-file): Allow completion to .elc.
15933
15934 * man.el: Doc fixes.
15935 (Man-init-defvars): Use display-color-p to set fontification.
15936
15937 * play/hanoi.el (hanoi-internal): Don't use oddp.
15938
159392000-03-12 Gerd Moellmann <gerd@gnu.org>
15940
15941 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15942
15943 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15944
159452000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15946
15947 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15948 Fix comment.
15949
159502000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15951
15952 * font-lock.el (font-lock-keywords): Fix the doc now that
15953 regexp-opt-depth is unnecessary.
15954 (save-buffer-state): Set an edebug spec.
15955 (font-lock-fontify-anchored-keywords): Properly handle the case when
15956 the matcher goes past the limit.
15957
15958 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15959 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15960
15961 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15962 dll.el and cookie.el (from Elib) with heavy renaming and other
15963 massaging.
15964
15965 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15966 Autoload the functions used.
15967 (easy-mmode-define-syntax): Fix CL typo.
15968 (easy-mmode-define-derived-mode): Improve the docstring generation.
15969
159702000-03-10 Gerd Moellmann <gerd@gnu.org>
15971
15972 * textmodes/texinfo.el (texinfo-version): Variable and function
15973 removed.
15974
159752000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15976
15977 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15978 allow more flexibility.
ff39b9a1 15979 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
15980 (easy-mmode-defmap, easy-mmode-defsyntax)
15981 (easy-mmode-define-derived-mode): New macros.
15982
159832000-03-09 Didier Verna <didier@xemacs.org>
15984
15985 * rect.el (replace-rectangle): New function.
15986
159872000-03-09 Dave Love <fx@gnu.org>
15988
ff39b9a1 15989 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
15990 (fortran-comment-line-start-skip): Don't match cpp stuff.
15991 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15992 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15993 (fortran-mode): Don't set fortran-comment-line-start-skip,
15994 fortran-comment-line-start here. Set comment-start,
15995 add-log-current-defun.
15996 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15997 (fortran-current-defun): New function.
15998
159992000-03-09 Gerd Moellmann <gerd@gnu.org>
16000
16001 * emacs-lisp/re-builder.el: New file.
16002
16003 * mouse.el (mouse-drag-region): Don't run up-event handler
16004 if hscroll has changed.
16005
16006 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16007 builtin operators, use `font-lock-builtin-face' for Emacs and
16008 `font-lock-preprocessor-face' otherwise.
16009
16010 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16011 `(defun (setf foo)' differently.
16012
160132000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16014
16015 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16016 (regexp-opt): Update comment and adapt the code the new meaning of
16017 the `paren' argument of regex-opt-group for shy-groups.
16018 (regexp-opt-depth): Handle shy groups as well as backslashed
16019 backslashes.
16020 (regexp-opt-group): Turn the leading comment into a docstring.
16021 Allow `paren' to be a string (the string to use to open a group).
16022 Remove open-presuf and close-presuf. Instead of checking for `all
16023 one-char' and then later on check for `several one-char', handle
16024 both cases close together. Also apply a more generic algorithm
16025 for suffixes (the mirror image of the algorithm used for
16026 prefixes). Use shy-groups. Use nreverse rather than reverse.
16027 (regexp-opt-try-suffix): Removed.
16028
16029 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16030 from comint-mode-map, so we can just inherit from it. Also, move
16031 the initialization into the `defvar' since there's no docstring
16032 anyway and it's fairly short.
16033 (inferior-scheme-mode): Define it as derived-mode: the code is
16034 shorter and this way we inherit from comint-mode-map rather than
16035 copying it.
16036
16037 * subr.el (replace-regexps-in-string): Properly handle the case
16038 where we match an empty string.
16039
16040 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16041 when the command has a directory component (such as "./testml").
16042 Also fix a typo in the comment.
16043
160442000-03-08 Gerd Moellmann <gerd@gnu.org>
16045
16046 * Makefile (compile-files): Compile files one by one because
16047 that's the only way to ensure a clean compilation environment for
16048 each individual file.
16049
16050 * frame.el (other-frame): Call x-focus-frame.
16051
160522000-03-07 Dave Love <fx@gnu.org>
16053
16054 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16055 :require to defcustom.
16056
ff39b9a1 16057 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16058
16059 * files.el (auto-mode-alist): Add configure.in.
16060
16061 * progmodes/autoconf.el: New file.
16062
160632000-03-07 Gerd Moellmann <gerd@gnu.org>
16064
16065 * mail/mh-e.el: Change maintainer to `none'.
16066
16067 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16068 to remove-hook and add-hook.
16069
160702000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16071
16072 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16073 it as the default.
16074 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16075 (sendmail-send-it): Conditionally add MIME headers specifying the
16076 used character set.
16077
160782000-03-07 Dave Love <fx@gnu.org>
16079
ff39b9a1
SM
16080 * winner.el: Fix keywords, autoload cookies.
16081 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16082
160832000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16084
16085 * international/mule.el: Modify comment about coding system
16086 property `coding-category'.
16087 (make-coding-system): New argument EOL-TYPE. Pay attention to
16088 coding-category property of PROPERTIES.
16089
ff39b9a1
SM
16090 * international/mule-conf.el (coding-category-utf-8)
16091 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16092 categories. Include them in the argument for set-coding-priority.
16093
ff39b9a1
SM
16094 * international/mule-cmds.el (reset-language-environment):
16095 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16096 coding-category-utf-16-le in the argument for set-coding-priority.
16097 (reset-language-environment): Initialize coding-category-utf-8,
16098 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16099
161002000-03-06 Karl Fogel <kfogel@red-bean.com>
16101
16102 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16103 code abstracted out of `bookmark-jump-noselect'. Now tries info
16104 extensions as well as compression extensions.
16105 (bookmark-jump-noselect): Use above new func.
16106
161072000-03-03 Gerd Moellmann <gerd@gnu.org>
16108
16109 * strokes.el: Change maintainer's mail address.
16110
161112000-03-03 Kenichi Handa <handa@etl.go.jp>
16112
16113 * international/mule-diag.el (list-character-sets): Make help-echo
16114 string by substitute-command-keys.
16115 (list-character-sets): Likewise.
16116 (sort-listed-character-sets): Call help-setup-xref.
16117
161182000-03-02 Gerd Moellmann <gerd@gnu.org>
16119
ff39b9a1 16120 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16121
161222000-03-01 Dave Love <fx@gnu.org>
16123
16124 * help.el (help-xref-go-back): Don't try to set position.
16125
ff39b9a1
SM
16126 * international/mule-diag.el (list-character-sets):
16127 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16128 (list-character-sets-1): Add help-echo to xrefs.
16129
161302000-03-02 Gerd Moellmann <gerd@gnu.org>
16131
16132 * frame.el (blink-cursor-mode): Switch cursor on when turning
16133 the mode off.
16134
16135 * add-log.el (add-log-current-defun): Add support for
16136 Autoconf mode.
16137
16138 * mail/rmail.el (rmail-quit-hook): New variable.
16139
161402000-03-01 Dave Love <fx@gnu.org>
16141
16142 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16143
16144 * help.el (help-xref-button): Add help-echo arg.
16145 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16146
ff39b9a1 16147 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16148
ff39b9a1 16149 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16150
161512000-03-01 Gerd Moellmann <gerd@gnu.org>
16152
16153 * image.el (defimage): Look for image files in load-path.
16154
ff39b9a1 16155 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16156
161572000-03-01 David Ponce <david.ponce@wanadoo.fr>
16158
ff39b9a1 16159 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16160
161612000-03-01 David Ponce <david.ponce@wanadoo.fr>
16162
ff39b9a1 16163 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16164 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16165 action to select/unselect a file.
16166 (recentf-edit-list): Code cleanup and improvement.
16167 (recentf-open-more-files-action): `recentf-open-more-files' button
16168 widget action to open a file.
ff39b9a1 16169 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16170 (recentf-more-collection): Deleted.
16171 (recentf-more-history): Deleted.
16172 (recentf-setup-more-completion): Deleted.
16173
161742000-03-01 David Ponce <david.ponce@wanadoo.fr>
16175
16176 * recentf.el (recentf-mode): No more needs that Emacs is running
16177 under a window-system.
16178
ff39b9a1 161792000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16180
16181 * recentf.el (recentf-edit-list): New command to edit the recent
16182 list which allow the user to remove files.
16183 (recentf-edit-selected-items): New global variable, used by
16184 `recentf-edit-list' to hold the list of files to be removed from
16185 the recent list.
16186 (recentf-make-menu-items): Updated to display a "Edit list..."
16187 menu item. Minor code cleanup.
16188
ff39b9a1 161892000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16190
16191 * recentf.el (recentf-open-more-files): New command to open files
16192 that are not displayed in the menu.
16193 (recentf-more-collection): New global variable holding the set of
16194 permissible completions used by `recentf-open-more-files'.
16195 (recentf-more-history): New global variable holding the history list
16196 used by `recentf-open-more-files' completion.
16197 (recentf-setup-more-completion): New function to setup completion for
16198 `recentf-open-more-files'.
16199 (recentf-make-menu-items): Updated to display a "More..." menu item.
16200
ff39b9a1 162012000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16202
16203 * recentf.el (recentf-menu-action): Doc fixed.
16204
ff39b9a1 162052000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16206
16207 * recentf.el (recentf-menu-filter): Doc updated.
16208 (recentf-update-menu-hook): Allow menu filters to force menu update.
16209 (recentf-make-menu-items): New menu filter handling.
16210 (recentf-make-menu-item): New helper function.
16211 (recentf-menu-elements): New menu handling function.
16212 (recentf-sort-ascending): Updated to new menu filter handling.
16213 (recentf-sort-descending): Updated to new menu filter handling.
16214 (recentf-sort-basenames-ascending): New menu filter function.
16215 (recentf-sort-basenames-descending): New menu filter function.
16216 (recentf-show-basenames): New menu filter function.
16217 (recentf-show-basenames-ascending): New menu filter function.
16218 (recentf-show-basenames-descending): New menu filter function.
16219
162202000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16221
16222 * diary-lib.el (list-diary-entries): Don't try to go forward at
16223 the end of the buffer.
16224
162252000-02-29 Kenichi Handa <handa@etl.go.jp>
16226
ff39b9a1
SM
16227 * international/mule-diag.el (list-character-sets):
16228 Completely rewritten.
a30eb617
DL
16229 (sort-listed-character-sets): New function.
16230 (list-character-sets-1): Completely rewritten.
16231 (list-character-sets-2): New function.
16232 (non-iso-charset-alist): New variable.
16233 (decode-codepage-char): New function.
16234 (charset-history): New variable.
16235 (read-charset) (list-block-of-chars)
16236 (list-iso-charset-chars)
16237 (list-non-iso-charset-chars)
16238 (list-charset-chars): New functions.
16239 (mule-diag): Call list-character-sets-2, not
16240 list-character-sets-2.
16241 (dump-charsets): Likewise.
16242
162432000-02-29 Gerd Moellmann <gerd@gnu.org>
16244
16245 * dired-x.el (dired-filename-at-point): Add `@' to valid
16246 file name characters.
16247 (dired-filename-at-point): Handle ange-ftp file names.
16248
16249 * frame.el (frame-notice-user-settings): Use assq-delete-all
16250 instead of assoc-delete-all.
16251 (frame-notice-user-settings): Ditto.
16252
16253 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16254 Don't copy alist.
16255
162562000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16257
16258 * calculator.el (calculator-use-menu): New option.
16259 (calculator-initial-bindings): Changed some bindings to work as
16260 macros.
16261 (calculator-forced-input): Removed.
16262 (calculator-restart-other-mode): New variable.
16263 (calculator-mode-map): Set up menu.
16264
162652000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16266
16267 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
16268 tags.
16269
162702000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16271
16272 * viper-cmd.el (viper-envelop-ESC-key): added the option to
16273 translate all ESC key sequences.
16274 (viper-goto-mark-subr): restore markers for files for which
16275 they were saved.
16276 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
16277 * viper-util.el (viper-set-replace-overlay-glyphs,
16278 viper-set-replace-overlay): always check if the replacement
16279 overlay is live.
16280 * viper.el (viper-vi-state-mode-list): added major modes.
16281 * ediff-wind.el: minor comment changes.
16282 * ediff.el: copyright notice date fix.
16283
162842000-02-27 Jason Rumney <jasonr@gnu.org>
16285
16286 * faces.el (face-font-family-alternatives): Add arial to helv.
16287 (mode-line, header-line, tool-bar): Same default as x for w32.
16288 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16289 face-font-family-alternatives from working.
16290 * term/w32-win.el (mouse-set-font): Do not build fontset from
16291 chosen font.
16292
162932000-02-25 Sam Steingold <sds@goems.com>
16294
16295 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16296 properly.
16297
162982000-02-25 Richard M. Stallman <rms@gnu.org>
16299
16300 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16301
163022000-02-25 Gerd Moellmann <gerd@gnu.org>
16303
16304 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
16305 writable.
16306
16307 * frame.el (busy-cursor-delay-seconds): New option.
16308
163092000-02-24 Gerd Moellmann <gerd@gnu.org>
16310
16311 * frame.el (show-cursor-in-non-selected-windows): New option.
16312
163132000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16314
16315 * diary-lib.el (include-other-diary-files): Undo the selective
16316 display in any included file and don't kill it.
16317
163182000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16319
16320 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
16321 bar. Menu items converted to (menu-item format, help strings
16322 added.
16323 [downcase, upcase]: Don't enable on MS-DOS.
16324 [symlink, symlinks]: Don't show if make-symbolic-link is not
16325 bound.
16326 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16327
163282000-02-23 Dave Love <fx@gnu.org>
16329
16330 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16331 (backward-kill-word): Revert addition of * to interactive spec --
16332 it's a feature.
16333
16334 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16335 (backward-kill-sentence, kill-sentence): Likewise.
16336
16337 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16338 scratch buffer name.
16339 (gud-format-command): Use int-to-string in ?l case. Simplify
16340 slightly.
16341
16342 * term/w32-win.el (internal-face-interactive): Update prompt for
16343 new read-face-name.
16344
16345 * mail/footnote.el (footnote): Add :version to defgroup.
16346 (footnote-section-tag-regexp): Customize.
16347 (footnote-start-tag, footnote-end-tag): New option.
16348 (footnote-latin-regexp): New variable.
16349 (Footnote-latin): New function.
16350 (footnote-style-alist): Add element for latin style.
16351 (footnote-style): Moved.
16352 (Footnote-goto-footnote): Use eq to test arg.
16353
16354 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16355
16356 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16357 (byte-compile-trueconstp): Include keywords.
16358 (byte-optimize-quote, byte-optimize-lapcode): Use
16359 byte-compile-const-symbol-p.
16360 (byte-optimize-char-before): New optimization.
16361
16362 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16363 (byte-compile-const-symbol-p): New function.
16364 (byte-compile-constp, byte-compile-out-toplevel)
16365 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16366 Use it.
16367
16368 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16369
163702000-02-23 Kenichi Handa <handa@etl.go.jp>
16371
16372 * international/encoded-kb.el: Be sure to update minor-mode-alist
16373 and minor-mode-map-alist.
16374 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16375 codes SS2 and SS3 correctly.
16376 (encoded-kbd-self-insert-ccl): New function.
16377 (encoded-kbd-setup-keymap): New function.
16378 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16379 by calling encoded-kbd-setup-keymap.
16380
16381 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
16382 characters.
16383 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
16384 locally.
16385
163862000-02-22 Dave Love <fx@gnu.org>
16387
16388 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16389 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
16390 defvar.
16391 (lisp-mode-syntax-table): Set up for #|...|# comments.
16392 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16393 classes. Match `defface'.
16394 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16395 (eval-defun-1): Fix for defcustom.
16396 (lisp-indent-region): Doc fix.
16397
16398 * subr.el (when, unless, split-string): Doc fix.
16399 (read-passwd): Move call of clear-this-command-keys to the right
16400 place.
16401 (replace-regexps-in-string): New function.
16402
164032000-02-22 Gerd Moellmann <gerd@gnu.org>
16404
16405 * help.el (describe-variable): Set syntax table to
16406 emacs-lisp-mode-syntax-table when moving forward over the
16407 symbol's name.
16408
164092000-02-22 Dave Love <fx@gnu.org>
16410
16411 * xt-mouse.el: Doc fixes.
16412 (xterm-mouse-position-function): New function, replacing advice of
16413 mouse-position.
16414 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16415
16416 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16417
164182000-02-21 Gerd Moellmann <gerd@gnu.org>
16419
16420 * format.el (format-annotate-single-property-change): Handle
16421 properties.with dotted-list values.
16422 (format-proper-list-p): New function.
16423
16424 * enriched.el (enriched-face-ans): Handle '(foreground-color
16425 . COLOR) and (background-color . COLOR).
16426
164272000-02-20 Dave Love <fx@gnu.org>
16428
16429 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16430 and assignments to it.
16431 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16432 current local map.
16433 (make-flyspell-overlay): Use it.
16434 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16435
16436 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16437 (lm-get-header-re): Defun, not defsubst.
16438 (lm-get-package-name): Defun, not defsubst. Simplify.
16439 (lm-version): Doc fix. Simplify.
16440 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16441 (lm-crack-address, lm-last-modified-date, lm-commentary)
16442 (lm-verify, lm-synopsis): Simplify.
16443 (lm-report-bug): Require emacsbug. Use compose-mail.
16444
164452000-02-20 Gerd Moellmann <gerd@gnu.org>
16446
16447 * dired.el (dired-mode): Call propertized-buffer-identification
16448 to set mode-line-buffer-identification to something having
16449 the right text properties.
16450
16451 * bindings.el (propertized-buffer-identification): New function.
16452
164532000-02-20 Dave Love <fx@gnu.org>
16454
16455 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16456 check for t-mouse too.
16457
16458 * cus-start.el: Make echo-keystrokes `number'.
16459
164602000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16461
16462 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16463 Don't call ring-empty-p unless tags-location-ring is bound.
16464 From Noah Friedman <friedman@splode.com>.
16465
164662000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16467
16468 * progmodes/hideshow.el (hs-flag-region): No longer use
16469 `intangible' overlay property.
16470
16471 (hs-toggle-hiding): New command.
16472 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16473
16474 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16475 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16476 and deactivation.
16477
164782000-02-18 Gerd Moellmann <gerd@gnu.org>
16479
16480 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16481
164822000-02-17 Gerd Moellmann <gerd@gnu.org>
16483
16484 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16485
16486 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16487 of `*' to handle `(* ... *)' comments.
16488
164892000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16490
16491 * faces.el (list-faces-display): Use display-mouse-p instead of
16492 window-system.
16493
16494 * menu-bar.el (global-map): Menu-bar items converted to the new
16495 format (menu-item..., rearranged for better CUA compliance, and
16496 their names changed for better clarity. Help strings added.
16497
16498 * international/mule-cmds.el (mule-menu-keymap)
16499 (describe-language-environment-map, set-coding-system-map)
16500 (setup-language-environment-map): Convert to new (menu-item...
16501 form, add help strings. Change names of menu items for better
16502 clarity. "Mule" menu-bar item removed (it's now in the "Options"
16503 submenu).
16504
165052000-02-17 Gerd Moellmann <gerd@gnu.org>
16506
16507 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16508 within the code.
16509
165102000-02-16 Dave Love <fx@gnu.org>
16511
16512 * faces.el: Don't require custom. Add more specific :groups to
16513 various deffaces.
16514 (set-face-attribute): Purecopy args.
16515 (read-face-name): Default to name at point and use it in prompt.
16516 Remove colon from arg in all callers.
16517 (list-faces-display): Hyperlink to face descriptions and customize
16518 buffers.
16519
165202000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16521
16522 * wid-edit.el (widget-match-inline): An atom never matches a
16523 list.
16524
165252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16526
16527 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16528 at ':' characters by call to split-string.
16529
165302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16531
16532 * textmodes/bibtex.el: Added RCS version identification.
16533
165342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16535
16536 * textmodes/bibtex.el: Some temporary comments removed.
16537 (bibtex-field-name, bibtex-entry-type): Made the relationship
16538 explicit.
16539 (bibtex-field-const): Allow capital letters.
16540 (bibtex-start-of-string): Deleted because unused.
16541
16542 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16543 use the term 'reference' to describe a bibtex entry as a whole.
16544 Further, reference keys are no longer called 'labels'.
16545 (bibtex-keys): Renamed to bibtex-reference-keys.
16546 (bibtex-reformat-previous-labels): Renamed to
16547 bibtex-reformat-previous-reference-keys.
16548 (bibtex-reference-type): Renamed to bibtex-entry-type.
16549 (bibtex-reference-head): Renamed to bibtex-entry-head.
16550 (bibtex-reference-maybe-empty-head): Renamed to
16551 bibtex-entry-maybe-empty-head.
16552 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16553 (bibtex-search-reference): Renamed to bibtex-search-entry.
16554 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16555 bibtex-enclosing-entry-maybe-empty-head.
16556 (bibtex-entry-field-alist, bibtex-entry-head,
16557 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16558 bibtex-map-entries, bibtex-search-entry,
16559 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16560 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16561 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16562 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16563 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16564 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16565 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16566
165672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16568
16569 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16570 comment.
16571 (bibtex-format-field-delimiters): New function, functionality
16572 extracted from bibtex-format-entry.
16573 (bibtex-autokey-get-yearfield-digits): New function, functionality
16574 extracted from bibtex-autokey-get-yearfield.
16575
16576 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16577 entries in order to avoid stack overflow in the regexp matcher if
16578 field contents become large.
16579 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16580 bibtex-field-string-part-not-braced,
16581 bibtex-field-string-part-no-inner-braces,
16582 bibtex-field-string-part-1-inner-brace,
16583 bibtex-field-string-part-2-inner-braces,
16584 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16585 bibtex-field-string-quoted, bibtex-field-string,
16586 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16587 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16588 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16589 as parsing is now performed by the following functions.
16590 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16591 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16592 bibtex-parse-field-string, bibtex-search-forward-field-string,
16593 bibtex-parse-association, bibtex-field-name-for-parsing,
16594 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16595 bibtex-search-forward-field, bibtex-search-backward-field,
16596 bibtex-start-of-field, bibtex-end-of-field,
16597 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16598 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16599 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16600 bibtex-parse-string, bibtex-search-forward-string,
16601 bibtex-search-backward-string, bibtex-start-of-string,
16602 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16603 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16604 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16605 entries. Instead of reporting the results of the parsing by
16606 match-beginning or match-end, these functions return data structures
16607 that hold the corresponding positions.
16608 (bibtex-enclosing-field): Changed to also report field boundaries by
16609 return values rather than by match-beginning or match-end. The
16610 following functions have been adapted to use the new parsing
16611 functions.
16612 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16613 bibtex-enclosing-field, bibtex-format-entry,
16614 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16615 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16616 bibtex-print-help-message, bibtex-end-of-entry,
16617 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16618 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16619 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16620 method for parsing.
16621 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16622 bibtex-map-entries, bibtex-flash-head,
16623 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16624 bibtex-autokey-change, bibtex-autokey-get-namefield,
16625 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16626 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16627 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16628 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16629 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16630 order to make the new binding of case-fold-search immediately
16631 visible.
16632
166332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16634
16635 * textmodes/bibtex.el: Copyright notice is up to date.
16636 Added constant 'bibtex-maintainer-salutation.
16637
16638 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16639 than make-temp-name, use match-string-no-properties and eliminate
16640 a quadratic behavior when building bibtex-strings.
16641
16642 * bibtex.el (bibtex-reference-key): Accept string entries whose
16643 reference key contains upper case letters.
16644
166452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16646
16647 * bibtex.el (bibtex-reference-head): Allow entries to start with
16648 a new line.
16649
166502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16651
16652 * bibtex.el: Hiding of entry bodies is not longer provided by
16653 bibtex.el directly. Instead the hideshow package can be used.
16654 Added a special bibtex entry to hs-special-modes-alist.
16655 (bibtex-hs-forward-sexp): Added for hideshow.el.
16656
166572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16658
16659 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16660 at ':' characters by call to split-string.
16661
166622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16663
16664 * textmodes/bibtex.el: Added RCS version identification.
16665
166662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16667
16668 * textmodes/bibtex.el: Some temporary comments removed.
16669 (bibtex-field-name, bibtex-entry-type): Made the relationship
16670 explicit.
16671 (bibtex-field-const): Allow capital letters.
16672 (bibtex-start-of-string): Deleted because unused.
16673
16674 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16675 use the term 'reference' to describe a bibtex entry as a whole.
16676 Further, reference keys are no longer called 'labels'.
16677 (bibtex-keys): Renamed to bibtex-reference-keys.
16678 (bibtex-reformat-previous-labels): Renamed to
16679 bibtex-reformat-previous-reference-keys.
16680 (bibtex-reference-type): Renamed to bibtex-entry-type.
16681 (bibtex-reference-head): Renamed to bibtex-entry-head.
16682 (bibtex-reference-maybe-empty-head): Renamed to
16683 bibtex-entry-maybe-empty-head.
16684 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16685 (bibtex-search-reference): Renamed to bibtex-search-entry.
16686 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16687 bibtex-enclosing-entry-maybe-empty-head.
16688 (bibtex-entry-field-alist, bibtex-entry-head,
16689 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16690 bibtex-map-entries, bibtex-search-entry,
16691 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16692 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16693 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16694 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16695 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16696 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16697 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16698
166992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16700
16701 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16702 comment.
16703 (bibtex-format-field-delimiters): New function, functionality
16704 extracted from bibtex-format-entry.
16705 (bibtex-autokey-get-yearfield-digits): New function, functionality
16706 extracted from bibtex-autokey-get-yearfield.
16707
16708 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16709 entries in order to avoid stack overflow in the regexp matcher if
16710 field contents become large.
16711 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16712 bibtex-field-string-part-not-braced,
16713 bibtex-field-string-part-no-inner-braces,
16714 bibtex-field-string-part-1-inner-brace,
16715 bibtex-field-string-part-2-inner-braces,
16716 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16717 bibtex-field-string-quoted, bibtex-field-string,
16718 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16719 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16720 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16721 as parsing is now performed by the following functions.
16722 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16723 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16724 bibtex-parse-field-string, bibtex-search-forward-field-string,
16725 bibtex-parse-association, bibtex-field-name-for-parsing,
16726 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16727 bibtex-search-forward-field, bibtex-search-backward-field,
16728 bibtex-start-of-field, bibtex-end-of-field,
16729 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16730 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16731 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16732 bibtex-parse-string, bibtex-search-forward-string,
16733 bibtex-search-backward-string, bibtex-start-of-string,
16734 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16735 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16736 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16737 entries. Instead of reporting the results of the parsing by
16738 match-beginning or match-end, these functions return data structures
16739 that hold the corresponding positions.
16740 (bibtex-enclosing-field): Changed to also report field boundaries by
16741 return values rather than by match-beginning or match-end. The
16742 following functions have been adapted to use the new parsing
16743 functions.
16744 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16745 bibtex-enclosing-field, bibtex-format-entry,
16746 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16747 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16748 bibtex-print-help-message, bibtex-end-of-entry,
16749 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16750 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16751 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16752 method for parsing.
16753 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16754 bibtex-map-entries, bibtex-flash-head,
16755 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16756 bibtex-autokey-change, bibtex-autokey-get-namefield,
16757 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16758 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16759 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16760 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16761 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16762 order to make the new binding of case-fold-search immediately
16763 visible.
16764
167652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16766
16767 * textmodes/bibtex.el: Copyright notice is up to date.
16768 Added constant 'bibtex-maintainer-salutation.
16769
16770 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16771 than make-temp-name, use match-string-no-properties and eliminate
16772 a quadratic behavior when building bibtex-strings.
16773
16774 * bibtex.el (bibtex-reference-key): Accept string entries whose
16775 reference key contains upper case letters.
16776
167772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16778
16779 * bibtex.el (bibtex-reference-head): Allow entries to start with
16780 a new line.
16781
167822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16783
16784 * bibtex.el: Hiding of entry bodies is not longer provided by
16785 bibtex.el directly. Instead the hideshow package can be used.
16786 Added a special bibtex entry to hs-special-modes-alist.
16787 (bibtex-hs-forward-sexp): Added for hideshow.el.
16788
167892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16790
16791 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16792 proceedings entry type (for cross referencing). Thanks to Wagner
16793 Toledo Correa for the suggestion.
16794
16795 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16796
167972000-02-14 Kenichi Handa <handa@etl.go.jp>
16798
16799 * international/characters.el: Setup case table for Vietnamese.
16800
168012000-02-12 Gerd Moellmann <gerd@gnu.org>
16802
16803 * uniquify.el (toplevel): Require CL at compile time.
16804 (uniquify-push): Removed.
16805
16806 * shadowfile.el (shadow-when): Removed.
16807
16808 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16809 (tempo-process-and-insert-string): Use dolist instead of
16810 tempo-dolist.
16811
16812 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16813 regexp for paragraph-start.
16814
16815 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16816 commas as well.
16817
168182000-02-10 Dave Love <fx@gnu.org>
16819
16820 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16821 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16822 Deleted.
16823 (widget-specify-field, widget-specify-button): Don't use
16824 widget-mouse-help as help-echo property.
16825 (default): Use #'ignore for :validate and :mouse-down-action.
16826 (checkbox): Add help-echo.
16827 (widget-sexp-validate): Rewritten to clarify error messages.
16828 (character): Use char-valid-p in :match function.
16829 (widget-color-complete): Use facemenu-color-alist.
16830 (widget-color-action): Use facemenu-read-color.
16831
16832 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16833 set up `caar' &c that we now have.
16834
168352000-02-09 Ray Blaak <blaak@gnu.org>
16836
16837 * delphi.el: Make resourcestring a declaration region, like const
16838 and var.
16839
168402000-02-09 Dave Love <fx@gnu.org>
16841
16842 * bindings.el (mode-line-input-method-map): New variable.
16843 (mode-line-mule-info): Use it; fix last change.
16844 (mode-line-mode-menu): Move definition.
16845 (mode-line-mouse-sensitive-p): Deleted.
16846 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16847 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16848 level.
16849
16850 * startup.el (command-line-1): Don't call
16851 make-mode-line-mouse-sensitive.
16852
168532000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16854
16855 * mail/rmail.el (rmail-retry-failure): Use
16856 rmail-beginning-of-message before rmail-toggle-header, because the
16857 former toggles headers.
16858
168592000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16860
16861 * diff-mode.el (diff-kill-junk): New interactive function.
16862 (diff-reverse-direction): Use delete-and-extract-region.
16863 (diff-post-command-hook): Restrict the area so that the hook also works
16864 outside of any diff hunk. This is necessary for the minor-mode.
16865 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16866 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16867
16868 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16869 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16870 so that it can be used more easily in <foo>-mode-hook. Also make sure
16871 to avoid duplicate entries.
16872 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16873 (font-lock-remove-keywords): Just as was done for `add', allow it to
16874 work even if font-lock-mode is nil. Also make sure we don't modify
16875 any pre-existing list by forcing a copy-sequence. Finally rename
16876 `major-mode' to `mode'.
16877 (font-lock-fontify-syntactic-anchored-keywords)
16878 (font-lock-fontify-anchored-keywords)
16879 (font-lock-fontify-keywords-region): Use line-end-position.
16880 Don't make `font-lock-multiline' local (it's now done in
16881 font-lock-set-defaults).
16882 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16883 move the `font-lock-fontified' creation to inside the `unless'.
16884
168852000-02-06 Andrew Innes <andrewi@gnu.org>
16886
16887 * term/w32-win.el (x-handle-args): Comment out call to message,
16888 which occurs before window system is initialized.
16889
16890 * makefile.nt: Add support for recompiling lisp code.
16891
168922000-02-04 Dave Love <fx@gnu.org>
16893
16894 * bindings.el (mode-line-mule-info): Fix/extend last change.
16895
16896 * completion.el: Replace completion-dolist with dolist.
16897
16898 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16899 dotimes.
16900
169012000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16902
16903 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16904 environment names before they go into the section regexp.
16905
16906 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16907 char class in regexp.
16908
16909 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16910 `case-fold-search' to nil.
16911
16912 * progmodes/idlwave.el (idlwave-template): Respect
16913 `idlwave-abbrev-change-case'.
16914 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16915 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16916 idlwave-while): respect `idlwave-reserved-word-upcase'.
16917 (idlwave-rw-case): New function.
16918 (idlwave-statement-match): Fixed problem with assignment regexp.
16919 (idlwave-font-lock-keywords): Improved regexp for keyword
16920 parameters.
16921 (idlwave-surround): New argument LENGTH to support padding of
16922 operators longer than 1 char.
16923
16924 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16925 idlwave-shell-expression-overlay. Implemented printing of
16926 expressions on higher levels of the calling stack.
16927 (idlwave-shell-display-level-in-calling-stack): Restore stack
16928 level.
16929 (idlwave-retrieve-expression-from-level): New function.
16930 (idlwave-shell-last-calling-stack): Variable removed.
16931 (idlwave-shell-reset): Argument action reversed (`visible' to
16932 `hidden'). Also remove stop-line overlay.
16933 (idlwave-shell-calling-stack-routine): New variable.
16934 (idlwave-shell-parse-stack-and-display): Messages now display
16935 negative level numbers.
16936 (idlwave-shell-mode): Set `modeline-format'.
16937 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16938 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16939 21.
16940 (idlwave-shell-print-expression-function): New option.
16941
16942 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16943 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16944 `tool-bar' instead of `toolbar'.
16945
169462000-02-02 Dave Love <fx@gnu.org>
16947
16948 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16949 emacs-lisp-mode-hook. Don't check for defalias being defined.
16950
16951 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16952 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16953 the new builtins directly.
16954
16955 * whitespace.el (whitespace): Add :version to defgroup.
16956
16957 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16958 Doc fix.
16959
16960 * thingatpt.el (sexp-at-point, symbol-at-point)
16961 (number-at-point, list-at-point): Add autoload cookie.
16962
16963 * recentf.el (recentf): Add :version to defgroup.
16964
16965 * quickurl.el (quickurl): Add :version to defgroup.
16966
16967 * elide-head.el (elide-head): Use point-marker more.
16968
16969 * bs.el (bs): Add :version to defgroup.
16970
16971 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16972
16973 * progmodes/delphi.el (delphi): Add :version to defgroup.
16974
169752000-02-02 Gerd Moellmann <gerd@gnu.org>
16976
16977 * ange-ftp.el (ange-ftp-write-region): Handle case that
16978 succeeding process operation sets a different coding system.
16979
16980 * calculator.el: New file.
16981
169822000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16983
16984 * frame.el (frames-on-display-list, framep-on-display): New
16985 functions.
16986 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16987 (display-selections-p, display-screens, display-pixel-width)
16988 (display-pixel-height, display-mm-width, display-mm-height)
16989 (display-backing-store, display-save-under, display-planes)
16990 (display-color-cells, display-visual-class): New functions.
16991
16992 * term/tty-colors.el (tty-color-gray-shades): New function.
16993
16994 * faces.el (display-color-p): Use framep-on-display.
16995 (display-grayscale-p): New function.
16996
169972000-01-31 Dave Love <fx@gnu.org>
16998
16999 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17000 (create-fontset-from-x-resource): Don't concat integers.
17001
170022000-01-31 Inge Frick <inge@nada.kth.se>
17003
17004 * view.el: Some changes in documentation. Removed some trailing
17005 whitespace. Changed some parameter names to agree with
17006 documentation.
17007 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17008 window is not deleted. Modifies change 1998-04-26.
17009
170102000-01-31 Gerd Moellmann <gerd@gnu.org>
17011
17012 * windmove.el: New file.
17013
17014 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17015 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17016 progmodes/ebnf-yac.el: Update copyright and license info.
17017
17018 * jit-lock.el (jit-lock-function): Widen before calculating end
17019 position.
17020 (jit-lock-stealth-chunk-start): Rewritten.
17021
17022 * info.el (Info-title-face-alist): Removed.
17023 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
17024 faces.
17025 (Info-fontify-node): Use these faces.
17026
170272000-01-30 Gerd Moellmann <gerd@gnu.org>
17028
17029 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17030 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17031 `&allow-other-keywords'.
17032
17033 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17034 the list of directories scanned heuristically.
17035
17036 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
17037 exist.
17038
170392000-01-30 Jason Rumney <jasonr@gnu.org>
17040
17041 * w32-fns.el: Define w32-tty-standard-colors.
17042
17043 * startup.el (command-line): Use w32-tty-standard-colors when in
17044 w32 console mode.
17045
170462000-01-30 Dave Love <fx@gnu.org>
17047
17048 * jka-compr.el (jka-compr-load): Fix up load-history.
17049
17050 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17051
17052 * emacs-lisp/cl-macs.el: Revert previous change.
17053
170542000-01-29 Dave Love <fx@gnu.org>
17055
17056 * facemenu.el: Purecopy various strings.
17057
17058 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17059 years. Deal with three-digit years.
17060
17061 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
17062 defconst, purecopy.
17063 (help-back-label): Purecopy it.
17064
170652000-01-18 Gerd Moellmann <gerd@gnu.org>
17066
17067 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17068 variable. If non-nil, order the buffer list according to the
17069 currently selected frame.
17070 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17071 non-nil, pass the selected frame to function buffer-list.
17072
170732000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17074
17075 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17076
170772000-01-28 Dave Love <fx@gnu.org>
17078
17079 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17080
17081 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17082 Don't use lisp-indent-hook property.
17083 (cl-abs): Remove.
17084
17085 * subr.el: Move out indent and edebug specs for when and unless.
17086
17087 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17088 when, unless.
17089
17090 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17091 unless, when.
17092
170932000-01-28 Gerd Moellmann <gerd@gnu.org>
17094
17095 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17096 `collecting' as synonym for `collect'.
17097
17098 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17099 for the case it contains spaces.
17100
17101 * simple.el (what-cursor-position): Change formatting of
17102 messages.
17103
17104 * frame.el (delete-other-frames): New function.
17105 (toplevel): Bind it to C-x 5 1.
17106
17107 * sort.el (sort-numeric-base): New option.
17108 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17109 interpret it as octal or hexadecimal. Use sort-numeric-base
17110 as default base.
17111
17112 * progmodes/glasses.el: New file.
17113
171142000-01-27 Gerd Moellmann <gerd@gnu.org>
17115
17116 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17117 userids differently.
17118
17119 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17120 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17121 progmodes/ebnf-yac.el: New files.
17122
171232000-01-26 Dave Love <fx@gnu.org>
17124
17125 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17126 on a function with an empty body. [From Eric Ludlam.]
17127
171282000-01-25 Andre Spiegel <spiegel@gnu.org>
17129
17130 * vc.el (vc-version-diff): Make sure file name is expanded.
17131
171322000-01-25 Gerd Moellmann <gerd@gnu.org>
17133
17134 * scroll-bar.el (scroll-bar-timer): Variable removed.
17135 (scroll-bar-toolkit-scroll): Don't use a timer.
17136
171372000-01-25 Kenichi Handa <handa@etl.go.jp>
17138
17139 * language/thai-util.el (thai-composition-function): Delete
17140 superfluous `a'.
17141
171422000-01-24 Dave Love <fx@gnu.org>
17143
17144 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17145 end-of-defun-function.
17146
17147 * font-lock.el (turn-on-font-lock): Don't depend on window-system
17148 &c.
17149
171502000-01-22 Jason Rumney <jasonr@gnu.org>
17151
17152 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17153 conflicts with new face support.
17154
171552000-01-22 Richard M. Stallman <rms@gnu.org>
17156
17157 * replace.el (query-replace): Rename last arg to DELIMITED.
17158 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17159 (query-replace-regexp): Likewise.
17160
171612000-01-20 Richard M. Stallman <rms@gnu.org>
17162
17163 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17164
17165 * emacs-lisp/lisp.el (beginning-of-defun-function):
17166 Variable renamed from beginning-of-defun.
17167 Do not call make-variable-buffer-local.
17168 (beginning-of-defun-raw): Use new variable name; doc fix.
17169 (beginning-of-defun): Doc fix.
17170 (end-of-defun-function): Variable renamed from end-of-defun.
17171 Do not call make-variable-buffer-local.
17172 (end-of-defun): Use new variable name; doc fix.
17173
17174 * subr.el (dolist, dotimes): Copied from cl-macs.el
17175 and made to work.
17176
17177 * mail/undigest.el (rmail-digest-end-regexps):
17178 Variable replaces rmail-digest-end-regexp.
17179 Allows multiple regexps for detecting the end line.
17180 (undigestify-rmail-message): Corresponding changes.
17181
171822000-01-19 Dave Love <fx@gnu.org>
17183
17184 * files.el (user-init-file): Don't declare here -- is primitive.
17185
17186 * startup.el (command-line): Check for compiled user-init-file and
17187 set to uncompiled version if necessary.
17188
171892000-01-18 Gerd Moellmann <gerd@gnu.org>
17190
17191 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17192 (undigestify-rmail-message): Use it.
17193
17194 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17195
171962000-01-17 Gerd Moellmann <gerd@gnu.org>
17197
17198 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17199 of mini-buffer.
17200
172012000-01-14 Gerd Moellmann <gerd@gnu.org>
17202
17203 * emacs-lisp/copyright.el (copyright-update): Removed the
17204 requirement for a trailing space from `copyright-regexp', to
17205 support copyrights with owner specified on a separate line..
17206
17207 * align.el: New file.
17208
17209 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17210
17211 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17212
172132000-01-13 Dave Love <fx@gnu.org>
17214
17215 * ph.el: Removed. (Obsoleted by EUDC.)
17216
172172000-01-13 Gerd Moellmann <gerd@gnu.org>
17218
17219 * net/eudc.el (toplevel): Remove autoloaded code installing
17220 menu with easymenu, because that causes build problems.
17221
17222 * frame.el (frame-notice-user-settings): New variable.
17223 (frame-notice-user-settings): Don't modify frame parameters
17224 if called a second time.
17225
172262000-01-13 Richard M. Stallman <rms@gnu.org>
17227
17228 * frame.el (frame-notice-user-settings):
17229 Notice default-frame-parameters even for non-window frames.
17230
172312000-01-13 Gerd Moellmann <gerd@gnu.org>
17232
17233 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17234 for Emacs.
17235 (eudc-bob-can-display-inline-images): Extend for Emacs.
17236 (eudc-bob-toggle-inline-display): Ditto.
17237 (eudc-bob-display-jpeg): Ditto.
17238
172392000-01-12 Gerd Moellmann <gerd@gnu.org>
17240
17241 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17242 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17243 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17244
17245 * add-log.el (add-change-log-entry): Fix error trying an `(insert
17246 nil)'.
17247
17248 * subdirs.el: Add `net' directory.
17249
17250 * net: New directory.
17251
17252 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17253 eval-last-sexp. Don't bind debug-on-error here.
17254 (eval-last-sexp): New function. Bind debug-on-error if
17255 eval-expression-debug-on-error is non-nil.
17256 (eval-defun-2, eval-defun): Likewise.
17257
17258 * simple.el (eval-expression): Don't bind debug-on-error if
17259 eval-expression-debug-on-error is nil. Detect changed
17260 debug-on-error, and propagate new value to global binding, if
17261 eval-expression-debug-on-error is non-nil,
17262 (eval-expression-debug-on-error): Change doc string.
17263
172642000-01-11 Richard M. Stallman <rms@gnu.org>
17265
17266 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17267
17268 * emacs-lisp/lisp-mode.el (with-syntax-table):
17269 Set up lisp-indent-function property.
17270
17271 * subr.el (with-syntax-table): Moved from simple.el.
17272
17273 * simple.el (with-syntax-table): Moved to subr.el.
17274
172752000-01-11 Gerd Moellmann <gerd@gnu.org>
17276
17277 * tmm.el (tmm-shortcut): Delete region after prompt instead
17278 of erasing buffer.
17279
17280 * textmodes/fill.el (fill-common-string-prefix): New function.
17281 (fill-context-prefix): Use the longest common prefix of first
17282 and second line fill prefix, if there is one.
17283
172842000-01-11 Richard M. Stallman <rms@gnu.org>
17285
17286 * array.el (array-mode): Don't use make-variable-buffer-local.
17287 Use make-local-variable for `truncate-lines'.
17288
172892000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17290
17291 * add-log.el (add-log-current-defun): Handle user-defined
17292 add-log-current-function returning nil,
17293
17294 * add-log.el (add-change-log-entry): Insert version number
17295 if having found a current function
17296
17297 * add-log.el (add-log-current-defun): Call
17298 `add-log-current-defun-function'. Try matches at level 0 and
17299 level 1. Strip whitespace from defun found.
17300
173012000-01-10 John Wiegley <johnw@gnu.org>
17302
17303 * allout.el (isearch-done/outline-provisions): Added `edit'
17304 argument to correspond with the current definition of
17305 `isearch-done'.
17306
173072000-01-10 Dave Love <fx@gnu.org>
17308
17309 * elide-head.el (elide-head): Use point-marker, not point.
17310
173112000-01-10 Gerd Moellmann <gerd@gnu.org>
17312
17313 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17314 before and after the year 2000.
17315
17316 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17317 Add ispell- prefix.
17318
173192000-01-10 Ken Stevens <k.stevens@ieee.org>
17320
17321 * ispell.el: Only define dictionaries in menus when they exist.
17322 (version18p): New variable.
17323 (version20p): New variable.
17324 (xemacsp): New variable.
17325 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17326 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17327 (ispell-dictionary-alist6): Russian command lines no longer accept
17328 run-together words.
17329 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17330 (ispell-dictionary-alist): Add koi8-r to customize definition.
17331 (check-ispell-version): Added documentation string. Returns
17332 library path when called non-interactively.
17333 (ispell-menu-map-needed): Uses new variables.
17334 (ispell-library-path): New variable.
17335 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17336 (ispell-word): Improved documentation string. Test for valid
17337 character mappings. Correctly check typed in word changes that can
17338 result in single words split into multiple words. Returns
17339 replacement word.
17340 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17341 replace in recursive query replace mode. Help message for
17342 recursive edit mode.
17343 (ispell-show-choices): Protect against bad framepop bindings.
17344 (ispell-help): Fix to work with XEmacs.
17345 (ispell-highlight-spelling-error): Use new variables.
17346 (ispell-overlay-window): Fix to work with XEmacs.
17347 (ispell-parse-output): Passed and returns location information
17348 tracking spelling corrections. Doesn't recheck same word on
17349 current line.
17350 (ispell-init-process): Protect against bogus XEmacs variable binding.
17351 Fix call to single argument in sleep-for. Use new variables.
17352 (ispell-region): Passed and returns location information tracking
17353 spelling corrections. Doesn't check same word on current line.
17354 Improved documentation string. Doesn't resend a line already
17355 checked to the ispell process - fixes bug in LaTeX parsing.
17356 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17357 (ispell-skip-region): No longer skips <TT> in SGML.
17358 (ispell-process-line): Tracks location information with spelling
17359 corrections. Added documentation string. Accounts for words
17360 already accepted on this line. Don't allow query-replace on line
17361 starting with math characters. Doesn't resend a line already sent
17362 to ispell process. Fixes alignment error bug.
17363
173642000-01-10 Richard M. Stallman <rms@gnu.org>
17365
17366 * dired-x.el (dired-guess-shell-alist-default):
17367 Suggest xloadimage, which is free, not xv, which isn't.
17368
17369 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17370 Don't ever include the host name or user name in the value.
17371
173722000-01-09 Gerd Moellmann <gerd@gnu.org>
17373
17374 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17375 of a real newline.
17376
173772000-01-09 Stephen Eglen <stephen@gnu.org>
17378
17379 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17380 for .png files.
17381
173822000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17383
17384 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17385
173862000-01-09 Gerd Moellmann <gerd@gnu.org>
17387
17388 * progmodes/cperl-mode.el: Replace ^F with ^L.
17389
17390 * sendmail.el (toplevel): Provide `sendmail' when compiling
17391 before `require'ing rmail and mailalias to prevent infinite
17392 recursion.
17393
173942000-01-08 Dave Love <fx@gnu.org>
17395
17396 * emacs-lisp/backquote.el: Remove inappropriate customization
17397 (allowing custom.el to use backquote).
17398
173992000-01-07 Dave Love <fx@gnu.org>
17400
17401 * add-log.el (add-log-debugging): Deleted.
17402 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17403 file. Remove debugging code.
17404 (change-log-get-method-definition, change-log-name): Add doc.
17405 (change-log-sortable-date-at): New function.
17406 (change-log-merge): New command.
17407
17408 * time.el (display-time-string-forms): Make the Mail string active.
17409 (display-time-update): Provide help-echo for load average.
17410
17411 * bindings.el (make-mode-line-mouse2-map): New function.
17412 (mode-line-modified): Use it and simplify.
17413 (mode-line-mule-info): Provide help-echo info.
17414 (minor-mode-alist): Activate the strings.
17415 (make-mode-line-mouse-sensitive): Simplify for
17416 mode-line-buffer-identification.
17417
174182000-01-07 Gerd Moellmann <gerd@gnu.org>
17419
17420 * play/pong.el: New file.
17421
174222000-01-06 Dave Love <fx@gnu.org>
17423
17424 * array.el: Assorted cleanups for compiler warnings, doc strings,
17425 `array-' prefix for symbols.
17426
174272000-01-05 Dave Love <fx@gnu.org>
17428
17429 * textmodes/outline.el (outline-mode-menu-bar-map): Add
17430 outline-headers-as-kill.
17431 (outline-mode): Define imenu-generic-expression.
17432 (outline-headers-as-kill): New command.
17433
17434 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17435 from paragraph-start.
17436 (paragraph-indent-minor-mode): New command.
17437
17438 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17439 M-C-e, M-C-h, C-j, C-xnd, TAB.
17440 (fortran-mode): Set beginning-of-defun, end-of-defun.
17441 (fortran-column-ruler): Simplify.
17442 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17443 (fortran-with-subprogram-narrowing): Likewise.
17444 (fortran-indent-subprogram): Call mark-defun.
17445 (fortran-check-for-matching-do): Change narrowing.
17446
17447 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17448 (cl-lucid-hash-tag): Delete.
17449 (cl-hash-table-p): Correct test for native table.
17450 (cl-hash-table-count): Use hash-table-count.
17451
17452 * browse-url.el (browse-url): Fix case of
17453 browse-url-browser-function being an alist.
17454
174552000-01-05 Carsten Dominik <cd@gnu.org>
17456
17457 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17458 (reftex-index-phrase-file-extension): New options.
17459
17460 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17461 Use new option `reftex-index-phrase-file-extension'.
17462
17463 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17464 `reftex-parse-file-extension'.
17465
174662000-01-05 Dave Love <fx@gnu.org>
17467
17468 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17469 (beginning-of-defun-raw): Use it.
17470 (end-of-defun): New variable.
17471 (end-of-defun): Use it.
17472 (check-parens): New command.
17473
174742000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17475
17476 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17477 (hs-show-block): Don't use `mapcar' when not accumulating.
17478
17479 Fix buglet in local variables initialization.
17480
174812000-01-05 Andreas Schwab <schwab@suse.de>
17482
17483 * hscroll.el (hscroll): Doc fix.
17484
174852000-01-05 Carsten Dominik <cd@gnu.org>
17486
17487 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
17488 idlw-toolbar.
17489
17490 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
17491 file idlw-rinfo.el.
17492 (idlwave-customize): load must read file idlw-shell.el.
17493 (idlwave-create-customize-menu): load must read file idlw-shell.el.
17494
174952000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17496
17497 * progmodes/idlw-shell.el: Also provide idlwave-shell
17498 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17499 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17500
17501 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
17502 both reftex-dcr and reftex-vcr.
17503
17504 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17505
175062000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17507
17508 * ps-print.el: PostScript code now is in separate files, doc fix.
17509 (ps-print-version): New version number (5.0.3).
17510 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17511 local.
17512 (ps-spool-config): Initialization fix.
17513 (ps-print-prologue-1, ps-print-prologue-2)
17514 (ps-print-duplex-feature): PostScript code moved to separated file.
17515 (ps-background-image): Little code reformating.
17516 (ps-begin-file, ps-begin-job): Fix code.
17517 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17518 (ps-prologue-file): New fun.
17519
175202000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17521
17522 * ps-vars.el: Eliminated.
17523
17524 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17525 `;;;###autoload'.
17526
17527 * ps-print.el: ps-vars eliminated, doc fix.
17528 (ps-print-version): New version number (5.0.2).
17529 (ps-spool-config): Initialization fix.
17530 (ps-print-customize): New fun.
17531
175322000-01-04 Gerd Moellmann <gerd@gnu.org>
17533
17534 * autorevert.el (auto-revert-mode): Return value of
17535 auto-revert-mode.
17536
175372000-01-04 Dave Love <fx@gnu.org>
17538
17539 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17540 menu items.
17541
175422000-01-03 Dave Love <fx@gnu.org>
17543
17544 * elide-head.el (elide-head) [defgroup]: Add :version.
17545
17546 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17547 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17548 `cl-hash-table-p', not `hash-table-p'.
17549 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17550
175512000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17552
17553 * faces.el (face-read-integer, read-face-attribute)
17554 (color-defined-p, color-values): unspecified-{f,b}g are now
17555 strings.
17556
175572000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17558
17559 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17560 at comment end, and re-insert them after filling.
17561
175622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17563
17564 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17565 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17566 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17567
175682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17569
17570 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17571 the new name of face-color-supported-p.
17572
17573 * term/w32-win.el (xw-defined-colors): Likewise.
17574
175752000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17576
17577 * simple.el (completion-setup-function): Count completion-size
17578 from minibuffer-prompt-end, not from point-min.
17579
175802000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17581
17582 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17583 Pass the frame to tty-color-* functions.
17584 (display-color-p, frame-set-background-mode): Pass the frame to
17585 tty-display-color-p.
17586
17587 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17588 tty-color-alist.
17589 (tty-color-alist, tty-modify-color-alist): New functions.
17590 (tty-color-define, tty-color-clear, tty-color-approximate)
17591 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17592 an optional parameter FRAME.
17593
175942000-01-01 Gerd Moellmann <gerd@gnu.org>
17595
17596 * image.el (create-image, defimage): Don't assume image data is a
17597 string.
17598
17599 * image.el (defimage): Handle specifications containing :data
17600 instead of :file.
17601 (image-type-from-data): New function.
17602 (image-type-from-file-header): Use it.
17603 (create-image): Add parameter DATA-P.
17604
17605See ChangeLog.8 for earlier changes.
17606
17607;; Local Variables:
17608;; coding: iso-2022-7bit
17609;; End: