(keep-lines-read-args): Use `copy-marker'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7c5312b2
GM
12001-05-20 Gerd Moellmann <gerd@gnu.org>
2
3 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4
310e9a21
EZ
52001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
6
8dacfbde
EZ
7 * international/ccl.el (define-ccl-program): Fix a typo. From
8 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
9
10 * international/mule.el (decode-char): Fix a typo. From Pavel
11 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
12
13 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
14 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
15
310e9a21
EZ
16 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
17 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
18
ef55aa6c
SS
192001-05-18 Sam Steingold <sds@gnu.org>
20
21 * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer'
22 and [RET] to `cvs-mode-find-file'.
23
c9f3bebe
JW
242001-05-18 John Wiegley <johnw@gnu.org>
25
26 * eshell/esh-ext.el (eshell-explicit-command-char): A new
27 configuration variable, which determines the initial character
28 that forces use of an external version of a command. The default
29 is *, but may be set to \, for example.
30
31 * eshell/esh-ext.el (eshell-explicit-command):
32 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 33
c9f3bebe
JW
34 * eshell/esh-cmd.el (eshell/which):
35 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 36
7c5312b2
GM
37 * eshell/em-cmpl.el (eshell-completion-command-name)
38 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
39 instead of ?*.
40
1c66d9fb
GM
412001-05-18 Gerd Moellmann <gerd@gnu.org>
42
a724ed38
GM
43 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
44 subst-char-in-string.
45 (ange-ftp-after-parse-ls-hook): New variable.
46 (ange-ftp-ls): Run that hook.
47 From Peter Milliken <Peter.Milliken@GTECH.COM>.
48
0595722b
GM
49 * tmm.el (tmm-get-keymap): Fix handling of :filter.
50 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
51 text into *Completions*.
52
1c66d9fb
GM
53 * net/goto-addr.el (goto-address-at-point): Deal with URLs
54 part of which look like email addresses.
55
c5bdb93d
AI
562001-05-18 Andrew Innes <andrewi@gnu.org>
57
58 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD): Use
59 . instead of absolute path for lisp dir, to avoid bug in W2K
60 cmd.exe's handling of FOR loops.
61 (autoloads): Set find-file-suppress-same-file-warnings to t to
62 avoid slew of spurious messages.
63
9a1211f2
GM
642001-05-18 Simon Josefsson <simon@josefsson.org>
65
66 * mail/smtpmail.el (maybe-append-domain): Renamed to
67 `smtpmail-maybe-append-domain'.
68 (smtpmail-via-smtp): Use the new name.
69
29148a3f
GM
70 * net/browse-url.el (browse-url-browser-function): Add kde.
71 (browse-url-kde-program, browse-url-kde-args): New variables.
72 (browse-url-kde): New function.
73
9ab59a1a
MB
742001-05-18 Miles Bader <miles@gnu.org>
75
76 * simple.el (delete-horizontal-space, just-one-space): Use
77 `constrain-to-field' instead of `field-end'/`field-beginning',
78 because it's more efficient for large files.
79
cebf1b97
GM
802001-05-17 Gerd Moellmann <gerd@gnu.org>
81
f90c23ca
GM
82 * mail/rmail.el (rmail-require-mime-maybe): New function.
83 (rmail): Use it.
84 (rmail-mode): Handle the case of finding Rmail files.
85
cebf1b97
GM
86 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
87 functions.
88
df22166e
SM
892001-05-17 Stefan Monnier <monnier@cs.yale.edu>
90
91 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
92 text-property after moving to the beginning of line and regardless
93 of the value of font-lock-multiline.
94
2ca0d5f1
GM
952001-05-17 Gerd Moellmann <gerd@gnu.org>
96
e85e809a
GM
97 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
98
2ca0d5f1
GM
99 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
100 last coding system used before calling set-buffer-modified-p
101 because that function changes last-coding-system.
102
4c6a4739
EZ
1032001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
104
105 * files.el (switch-to-buffer-other-window)
106 (switch-to-buffer-other-frame): Add an xref to display-buffer in
107 the doc string.
108
f08cf35b
GM
1092001-05-17 Gerd Moellmann <gerd@gnu.org>
110
111 * language/slovak.el, language/czech.el: New maintainer.
112
2180ea97
SS
1132001-05-16 Sam Steingold <sds@gnu.org>
114
f08cf35b 115 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
116 sub-form of `defgeneric' correctly.
117
9bae8781
GM
1182001-05-16 Gerd Moellmann <gerd@gnu.org>
119
a90b3d3c
GM
120 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
121 of `c'.
122
1b7818b4 123 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
124 condition-case, test what outline-level returns instead, to
125 ease debugging.
1b7818b4 126
9bae8781
GM
127 * international/mule.el (auto-coding-regexp-alist): New user-option.
128 (auto-coding-from-file-contents): New function.
129 (set-auto-coding): Use it to determine a coding system.
130
7644c605
GM
1312001-05-15 Gerd Moellmann <gerd@gnu.org>
132
18a0a39e
GM
133 * mouse.el (mouse-delete-other-windows): Doc fix.
134
df22166e
SM
135 * emacs-lisp/lisp-mode.el (lisp-mode):
136 Make font-lock-keywords-case-fold-search a buffer-local variable with
137 make-local-variable before setting it.
7644c605 138
940cf42e
EZ
1392001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
140
141 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
142 prefixes.
143
557f7c34
GM
1442001-05-14 Gerd Moellmann <gerd@gnu.org>
145
146 * hexl.el (hexl-current-address): Print a message when called
147 interactively.
148
14d9b141
SM
1492001-05-11 Stefan Monnier <monnier@cs.yale.edu>
150
151 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
152
153 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
154
155 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
156
7bd2d083
GM
1572001-05-11 Gerd Moellmann <gerd@gnu.org>
158
47e72862
GM
159 * startup.el (command-line): If parameters have been changed in
160 the init files which influence font selection, clear the face
161 cache so that faces get realized with the new parameters.
162
14d9b141 163 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 164
0f49941f
SM
1652001-05-10 Stefan Monnier <monnier@cs.yale.edu>
166
167 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
168
cbeed4a8
EZ
1692001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
170
171 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
172 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
173
ff9aa2ca
GM
1742001-05-10 Gerd Moellmann <gerd@gnu.org>
175
176 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 177 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 178
b2c99950
JW
1792001-05-09 John Wiegley <johnw@gnu.org>
180
0f49941f
SM
181 * eshell/esh-util.el (eshell-convert-numeric-arguments):
182 Annotated the documentation string to tell users about
3cb27fd7
JW
183 `eshell-no-numeric-conversions'.
184
c26f6b27
JW
185 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
186 conversions if a Lisp function has the property
187 `eshell-no-numeric-conversions' set to a non-nil value.
188
189 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
190 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
191 property `eshell-no-numeric-conversions' on the following
192 functions (which all deal with filesystem entities, and never Lisp
193 numerical values): eshell/cd, eshell/pushd, eshell/popd,
194 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
195 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
196 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
197 eshell/which, eshell/addpath.
198
1992001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 200
d089e299
JW
201 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
202 encountered as an argument, don't convert it right away, but tag
203 the first character of the string with the text properties
204 `number', which signifies to `eshell-lisp-command' that the
205 argument should be passed through `string-to-number' if it is
206 actually used in the call to a Lisp function.
207
208 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
209 function, convert any string arguments that have been tagged as
210 "numbers", by calling string-to-number.
211
212 * eshell/esh-util.el (eshell-number-regexp): Now that number
213 conversions only happen for Lisp function calls, the number regexp
214 should now match all integer and floating point forms.
215
216 * eshell/esh-proc.el: Disable `eshell-stop-process' and
217 `eshell-continue-process', since they are both nonfunctional at
218 the moment.
219 (eshell-proc-initialize): Don't bind keys for
220 `eshell-stop-process' or `eshell-continue-process'.
221
0f49941f
SM
222 * eshell/em-unix.el (eshell-shuffle-files):
223 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
224
225 * eshell/em-hist.el (eshell-add-to-history): Reference to
226 `eshell-history-ring' needed to be `eshell-history-index'.
227
0f49941f
SM
228 * calendar/timeclock.el (timeclock-find-discrep):
229 Initialize `elapsed' to 0.
cb89da0f
JW
230 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
231 it's still nil.
b2c99950 232
ff39b9a1
SM
2332001-05-09 Stefan Monnier <monnier@cs.yale.edu>
234
235 * arc-mode.el (archive-int-to-mode): Construct the string directly.
236 (archive-mode): Use capitalize.
237 (archive-unique-fname): Use make-temp-file.
238
9e53a675
GM
2392001-05-09 Gerd Moellmann <gerd@gnu.org>
240
241 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
242
c8224de6
EZ
2432001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
244
c533a7e2
EZ
245 * tar-mode.el (tar-extract): Pay attention to the value of
246 coding-system-for-read, if it is non-nil.
247
ff39b9a1
SM
248 * calendar/holidays.el (holidays): Add an autoload cookie.
249 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 250
1c8c9fb8
JW
2512001-05-08 John Wiegley <johnw@gnu.org>
252
ff39b9a1
SM
253 * calendar/timeclock.el (timeclock-workday-remaining):
254 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
255 (timeclock-workday-elapsed): Don't accept a "relative" argument
256 for the current day's elapsed time. What could that have meant?
ff39b9a1 257 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
258 (timeclock-when-to-leave): Changed logic, similarly to what was
259 done for `timeclock-workday-remaining'.
260 (timeclock-find-discrep): Removed "today-only" argument, which had
261 no meaning. Fixed some more math problems. The function now
262 returns a three member list: (TOTAL-TIME-DISCREPANCY
263 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
264
5f47fb28
EZ
2652001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
266
267 * w32-fns.el (convert-standard-filename): Start replacing slashes
268 from the beginning of the file name, not from where the last
269 invalid character was. From "Andrew Maguire (SWW)"
270 <Andrew.Maguire@Smallworld.co.uk>
271
6da5c7da
GM
2722001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
273
274 The following changes are to provide infrastructure for handling
275 MIME messages to rmail. They don't affect the original behaviour
276 if rmail-enable-mime is nil.
277
278 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
279 (rmail-search-mime-message-function)
280 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
281 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
282 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
283 `rmail-view-buffer' is hidden.
6da5c7da
GM
284 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
285 call rmai-show-mime-function.
286 (rmail-display-labels): If rmail-enable-mime is non-nil, update
287 mode-line-process of rmail-view-buffer.
288 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
289 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
290 buffer.
ff39b9a1
SM
291 (rmail-next-message, rmail-next-undeleted-message): Be sure to
292 set-buffer to the Rmail buffer.
6da5c7da
GM
293 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
294 rmail-search-mime-header-function.
295 (rmail-search-message): New function.
296 (rmail-search): Call rmail-search-message to check if a message
297 matches REGEXP, lastly update point after calling
298 rmail-show-message.
ff39b9a1
SM
299 (rmail-undelete-previous-message, rmail-expunge-confirmed)
300 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
301 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
302 header region, refer to rmail-msgref-vector while setting the
303 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
304 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
305 If rmail-enable-mime is non-nil, call
6da5c7da
GM
306 rmail-insert-mime-forwarded-message-function instead of inserting
307 forwarded message by itself.
308
309 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
310 Rmail buffer.
311 (rmail-set-label, rmail-next-labeled-message): Likewise.
312
313 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
314 set-buffer to the Rmail buffer.
315 (rmail-output-to-rmail-file): Likewise.
316 (rmail-output): Likewise.
317
318 * mail/rmailsum.el (rmail-message-subject-p): Process the result
319 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
320 (rmail-new-summary): Be sure to go to the Rmail buffer.
321 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
322 rmail-view-buffer to nil.
323 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
324 rmail-view-buffer.
325 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
326 rmail-buffer.
327 (rmail-summary-scroll-msg-down): Likewise.
328 (rmail-summary-beginning-of-message): Likewise.
329 (rmail-summary-wipe): Likewise.
330 (rmail-summary-toggle-header): Use save-window-excursion, not
331 save-excursion. Update point in rmail-view-buffer, not in
332 rmail-buffer.
333 (rmail-summary-reply): Before calling rmail-reply, set buffer to
334 rmail-view-buffer, not rmail-buffer.
335
5092477a
GM
3362001-05-07 Gerd Moellmann <gerd@gnu.org>
337
1e9fc92e
GM
338 * cus-edit.el (custom-file): Signal an error if user-init-file is
339 nil (running -q).
340
1d053370
GM
341 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
342
ff39b9a1
SM
343 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
344 Add :version.
345
346 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
347 New option.
1b62b062
GM
348 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
349 only if smtpmail-warn-about-unknown-extensions is set.
350
f851a71c
GM
351 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
352 instead of rmail-sort-by-keywords.
353
ff39b9a1 354 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
355 rmail-sort-by-keywords.
356
ff39b9a1
SM
357 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
358 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
359 (rmail-summary-mode): Doc fix.
360
5092477a
GM
361 * mail/rmail.el (rmail-edit): New Custom group.
362
363 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
364 (rmail-edit-mode-hook): New user-option.
365
05be3833
RS
3662001-05-05 Richard M. Stallman <rms@gnu.org>
367
368 * help.el (help-xref-symbol-regexp): Recognize "source of"
369 and friends, meaning make a link to the source file.
370 (help-make-xrefs): Handle "source of" and friends
371 by constructing a link that visits the source file.
372
373 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
374
7dfb000f
SM
3752001-05-04 Stefan Monnier <monnier@cs.yale.edu>
376
5efe6a56
SM
377 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
378 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
379 Renamed from perl-font-lock-keywords to avoid clashes.
380 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
381 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
382 Updated correspondingly.
383
7dfb000f
SM
384 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
385 Typo `nonexistant' -> `nonexistent'.
386
88bbb8cb
EZ
3872001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
388
7dfb000f
SM
389 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
390 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
391 `c-electric-delete-forward' always deletes forward and
392 `c-electric-delete' only contains the code necessary for XEmacs to
393 choose between backward and forward deletion.
7dfb000f 394
88bbb8cb
EZ
395 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
396 get the electric behavior on that key too.
397 (c-fill-paragraph): Fixed bogus direct use of
398 c-comment-prefix-regexp, which caused an error when it's a list.
399
a1af8dcf
EZ
4002001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
401
402 * dired-aux.el (dired-diff): Doc fix.
403
404 * dired.el (dired-diff): Likewise.
405
ddfb4005
EZ
4062001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
407
408 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
409
b36581fb
SM
4102001-05-02 Stefan Monnier <monnier@cs.yale.edu>
411
80a00b6a
SM
412 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
413 if both the buffer and the file are read-only.
414
b36581fb
SM
415 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
416 rather than font-lock-string-face.
417 (sh-get-indent-info): Treat heredocs like strings.
418
470bbe9b
GM
4192001-05-02 Gerd Moellmann <gerd@gnu.org>
420
b36581fb
SM
421 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
422 a newline following `}'.
3356df63
GM
423 (texinfo-format-email): New function.
424 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
425 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
426 Add `display'.
3356df63
GM
427 (texinfo-sort-region): Goto point-min before sorting.
428 (texinfo-set): Remove leading white space from value.
429 From yagi@is.titech.ac.jp.
430
470bbe9b
GM
431 * replace.el (query-replace-regexp-eval): Doc fix.
432
a9d2fd1d
SM
4332001-05-01 Stefan Monnier <monnier@cs.yale.edu>
434
435 * diff-mode.el (diff-nonexistant-face): New face.
436 (diff-font-lock-keywords): Use it.
437
2b3e941a
EZ
4382001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
439
22cd6fd3
EZ
440 * font-lock.el (font-lock-mode): Doc fix.
441
2b3e941a
EZ
442 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
443 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
444
50df7214
GM
4452001-04-30 Gerd Moellmann <gerd@gnu.org>
446
a9d2fd1d
SM
447 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
448 backslash at the start of the here-document delimiter.
a9793e45
GM
449 (sh-font-lock-syntactic-keywords): Likewise.
450
50df7214
GM
451 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
452
e2f599e9
EZ
4532001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
454
455 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
456 (tty-color-translate, tty-color-by-index, tty-color-values)
457 (tty-color-desc): Doc fix.
458
dcaf31d3
EZ
4592001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
460
461 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
462 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
463 Mention dired-dwim-target in the doc string.
dcaf31d3 464
a6a06429
MB
4652001-04-28 Miles Bader <miles@gnu.org>
466
467 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
468 (dabbrev--find-expansion): Use it.
469 (dabbrev--select-buffers): Don't select ignored buffers.
470
5a5d9185
GM
4712001-04-27 Gerd Moellmann <gerd@gnu.org>
472
a9d2fd1d 473 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 474
c5b82005
RS
4752001-04-26 Richard M. Stallman <rms@gnu.org>
476
477 * dabbrev.el: Add doc strings for some functions.
478 (dabbrev--eliminate-newlines): New variable.
479 (dabbrev--substitute-expansion): Convert newlines to spaces
480 if dabbrev--eliminate-newlines is set.
481 If abbrev and expansion are both all-lower-case,
482 leave dabbrev--last-case-pattern nil.
483
7cff9c6f
GM
4842001-04-26 Gerd Moellmann <gerd@gnu.org>
485
486 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
487 if necessary, like in rmail-show-message.
488
efa89c1f
GM
4892001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
490
491 * ps-print.el: Color specified by number is forced to be float number.
492 (ps-print-version): New version number (6.5.1.1).
493 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
494 initialization.
495 (ps-prefix-quote): New internal var.
496 (ps-print-quote): New fun.
497 (ps-setup, ps-output-frame-properties, ps-float-format)
498 (ps-format-color): Code fix.
a9d2fd1d
SM
499 (ps-plot-region): Eliminate redundant foreground color text setting.
500
d3111e5a
EZ
5012001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
502
503 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
504
a728644c
GM
5052001-04-25 Gerd Moellmann <gerd@gnu.org>
506
507 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
508
4ecdf04d
EZ
5092001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
510
4645bb68
EZ
511 * info.el (Info-additional-directory-list): Doc fix.
512
4ecdf04d 513 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
514 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
515 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 516
7cd512f2
SM
5172001-04-25 Stefan Monnier <monnier@cs.yale.edu>
518
1dc64fca
SM
519 * progmodes/make-mode.el (makefile-font-lock-keywords):
520 Rationalize the rules for includes and conditionals and use the
521 keyword face for them.
522
7cd512f2
SM
523 * faces.el (modify-face): Add compatibility for non-interactive use.
524
ffeb5c1c
JW
5252001-04-24 John Wiegley <johnw@gnu.org>
526
527 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
528 fix from last night, since it wasn't finding eshell/cd.
529
35f901fa
GM
5302001-04-24 Gerd Moellmann <gerd@gnu.org>
531
532 * rect.el (string-rectangle): Revert to 20.x behaviour.
533 (replace-rectangle): Make it an alias for string-rectangle.
534 (string-insert-rectangle): New function.
535
c7b1b508
JW
5362001-04-23 John Wiegley <johnw@gnu.org>
537
538 * eshell/em-unix.el (eshell/diff): Fixed problems that were
539 occurring with Emacs 21's diff.el/compile.el interaction layer.
540
5412001-04-23 Colin Walters <walters@cis.ohio-state.edu>
542
543 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
544 case where the function was defined in a file, but not part of an
545 eshell module.
546
157975e3
JW
5472001-04-23 John Wiegley <johnw@gnu.org>
548
549 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
550 code to work around a redisplay problem I've been having.
551
3dc630b9
JW
5522001-04-23 John Wiegley <johnw@gnu.org>
553
554 * calendar/timeclock.el (timeclock-day-required): If the time
555 required for a particular day is not set, use `timeclock-workday'.
556 (timeclock-find-discrep): Added some sample code in a comment.
557
558 * eshell/eshell.el (eshell-command): Made a few changes so that
559 `eshell-command' could be called programmatically.
560
7cd512f2 561 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 562
7cd512f2 563 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 564
3ae14dd9 5652001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
566
567 * calendar/timeclock.el: Updated copyright.
568 (timeclock-generate-report): Don't report the daily or two-week
569 total, if no time has been worked in that period.
570 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
571 final computational form, which was unnecessary; corrected a
572 parsing problem when timeclock-relative was nil.
573
3ae14dd9 5742001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
575
576 * calendar/timeclock.el (timeclock-modeline-display): Check if
577 `list-entry' is null.
578 (timeclock-use-display-time): The first argument to `set-variable'
579 must be a symbol.
580
53e1a74c
EZ
5812001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
582
583 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
584 (calendar-today-marker, calendar-holiday-marker):
585 Use display-color-p instead of window-system.
53e1a74c
EZ
586 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
587 instead of window-system.
588 (calendar-hide-window): Use display-multi-frame-p instead of
589 window-system.
590
591 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
592 (calendar-only-one-frame-setup, calendar-one-frame-setup):
593 Use display-multi-frame-p instead of window-system.
53e1a74c 594
23b809c2
GM
5952001-04-23 Gerd Moellmann <gerd@gnu.org>
596
1d14e80c
GM
597 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
598
23b809c2
GM
599 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
600 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
601
b5eeaa1d
GM
6022001-04-23 Alex Schroeder <alex@gnu.org>
603
604 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
605 line-end-position a defalias is used for point-at-bol and point-at-eol.
606
b5eeaa1d
GM
6072001-04-23 Alex Schroeder <alex@gnu.org>
608
609 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 610 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 611
ac1470eb
EZ
6122001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
613
614 * textmodes/paragraphs.el (sentence-end): Doc fix.
615
624ef9b3
GM
6162001-04-20 Alex Schroeder <alex@gnu.org>
617
618 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 619 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
620
6212001-04-20 Alex Schroeder <alex@gnu.org>
622
623 * sql.el (sql-db2-program): New option.
624 (sql-db2-options): New option.
625 (sql-db2): New function.
626
6272001-04-20 Alex Schroeder <alex@gnu.org>
628
629 * sql.el (sql-mode-menu): Added highlighting entries.
630 (sql-highlight-oracle-keywords): New function.
631 (sql-highlight-postgres-keywords): New function.
632 (sql-highlight-ansi-keywords): New function.
633
6342001-04-20 Alex Schroeder <alex@gnu.org>
635
636 * sql.el (sql-help): Doc change.
637
2a83a11d
SM
6382001-04-19 Stefan Monnier <monnier@cs.yale.edu>
639
640 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
641
6f4dd4dc
GM
6422001-04-18 Gerd Moellmann <gerd@gnu.org>
643
0f8d6dc7
GM
644 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
645 for defmethod.
646
6f4dd4dc
GM
647 * comint.el (comint-cr-magic): New function.
648 (toplevel): Add it to comint-preoutput-filter-functions.
649
90200fcc
AI
6502001-04-18 Andrew Innes <andrewi@gnu.org>
651
652 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 653 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
654 (recompile): Remove stuff to set EMACSLOADPATH.
655
daa66f34
GM
6562001-04-18 Gerd Moellmann <gerd@gnu.org>
657
edc5c81d
GM
658 * language/slovak.el ("Slovak"): Add tutorial entry.
659
daa66f34
GM
660 * net/browse-url.el (browse-url-new-window-flag): Renamed from
661 browse-url-new-window-p.
662
5d5845dc
EZ
6632001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
664
665 * info.el (Info-menu-update): When there are no menus and/or no
666 cross references in the node, make the respective items of the
667 Info menu-bar menu inactive.
668
1c8addd0
GM
6692001-04-17 Gerd Moellmann <gerd@gnu.org>
670
f4f480bd
GM
671 * indent.el (indent-for-tab-command): Call indent-line-function
672 with no argument if PREFIX-ARG is non-nil.
673
1c8addd0
GM
674 * frame.el (delete-other-frames): Handle minibuffer-only frames.
675
8f9ab403
EZ
6762001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
677
678 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
679 an async subprocess if start-process is unavailable. Suggested by
680 Tim Van Holder <tim.van.holder@pandora.be>.
681
60322163
EZ
6822001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
683
684 * info.el (Info-additional-directory-list): Doc fix. Suggested by
685 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
686
e372bc67
EZ
6872001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
688
689 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
690 manual.
691
28037ecf
SM
6922001-04-13 Stefan Monnier <monnier@cs.yale.edu>
693
694 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
695 (cvs-menu): Add a few entries.
696
697 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
698 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
699 lock file appears to be reachable from Emacs.
700 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
701 (cvs-mode-find-file): Look for cvs-header-face rather than
702 cvs-dirname-face (which doesn't exist).
703 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
704
705 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
706
5d5e7f53
EZ
7072001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
708
709 * emulation/pc-select.el (pc-selection-mode): Don't turn on
710 normal-erase-is-backspace on a tty. Instead, bind some keys such
711 as [delete] directly, like pc-select.el did before
712 normal-erase-is-backspace was invented.
713
118562e1 7142001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
715
716 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
717
6c9e58c4
JW
7182001-04-11 John Wiegley <johnw@gnu.org>
719
28037ecf
SM
720 * eshell/em-ls.el (eshell-ls-insert-directory):
721 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
722 buffers, if Eshell's ls is being used.
723
118562e1 7242001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 725
28037ecf
SM
726 * calendar/timeclock.el (timeclock-completing-read): New function.
727 (timeclock-ask-for-project, timeclock-ask-for-reason):
728 Call `timeclock-completing-read'.
978bd3ea
JW
729
730 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
731 required where `member' was being used.
732
118562e1 7332001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 734
28037ecf
SM
735 * eshell/em-hist.el (eshell-previous-matching-input):
736 Don't display "History item" if the the minibuffer is active.
978bd3ea 737
30cb0001
GM
7382001-04-11 Gerd Moellmann <gerd@gnu.org>
739
740 * startup.el (command-line): Output a newline after printing
741 an error from loading the window system's init file.
742
e38af9bd
EZ
7432001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
744
28037ecf
SM
745 * textmodes/texinfo.el (texinfo-font-lock-keywords):
746 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
747 @inforef. Add an OVERRIDE of `keep' to highlight specs of
748 keywords whose arguments routinely include @@.
749
bbf63a7b
GM
7502001-04-10 Gerd Moellmann <gerd@gnu.org>
751
28037ecf
SM
752 * emacs-lisp/advice.el (ad-make-advised-definition):
753 Construct advice for subrs differently.
afffeb57 754
3fe35f35 755 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 756 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 757
c8d6d636 758 * simple.el (completion-list-mode-finish): New function.
28037ecf 759 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 760
2a52f40e 761 * language/european.el ("Polish"): Change sample text.
28037ecf 762 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 763
cf8b1bef
GM
764 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
765 parameter.
766
bbf63a7b
GM
767 * faces.el (menu): Doc fix.
768
719d83ad 7692001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
770
771 * ps-print.el: Footer implementation. Doc fix.
772 (ps-print-version): New version number (6.5.1).
773 (ps-header-frame-alist): New customization var for header frame
774 properties.
775 (ps-line-number-color): New customization var for line number color.
776 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
777 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
778 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
779 (ps-right-footer): New customization vars for footers.
780 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
781 footers.
782 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
783 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
784 Code fix.
319acba0
GM
785 (ps-prologue-file): Indentation fix.
786 (ps-print-quote): Fun eliminated.
787 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
788 (ps-output-frame-properties): New fun.
789 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
790 (ps-skip-newline): Replace defun by defsubst.
28037ecf 791
e372bc67 7922001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
793
794 * eshell/eshell.el (eshell-command): Needed a "%s" format
795 specifier, in case the buffer contains percent characters.
796
e372bc67 7972001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
798
799 * calendar/timeclock.el (timeclock-generate-report): Added a
800 missing insert of the project name.
801
9f9a5e7a
GM
8022001-04-09 Gerd Moellmann <gerd@gnu.org>
803
9170e5d4 804 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 805
865e97c1 806 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 807 (finder-data): Use it instead of `setwins'.
865e97c1
GM
808 From: Dave Love <fx@gnu.org>.
809
cf3885ac 810 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
811 (server-visit-files): Run server-visit-hook after going to
812 line 1 so that the hook can set point as it sees fit.
813
9f9a5e7a
GM
814 * bindings.el (mode-line-modified): Unify help messages.
815
51f32106
EZ
8162001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
819 All callers changed.
820
e02160a3
EZ
8212001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
822
8e6bb0d0
EZ
823 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
824 long file names aren't supported, truncate the file names in
825 quail-misc-package-ext-info to 8+3 before matching them against
826 FILENAME.
827
828 * dos-fns.el (dos-truncate-to-8+3): New function.
829
ec321d77
EZ
830 * progmodes/compile.el (grep-compute-defaults): Use null-device
831 instead of literal /dev/null. Reported by Jens Schmidt
832 <schmidt@mathematik.uni-kl.de>.
833
e02160a3
EZ
834 * simple.el (normal-erase-is-backspace-mode): Doc fix.
835
cf3885ac
SM
8362001-04-06 Stefan Monnier <monnier@cs.yale.edu>
837
838 * textmodes/sgml-mode.el: Add unknown maintainer.
839 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
840 (html-mode-map): Use set-keymap-parent.
841
3ffb33bb
DL
8422001-04-06 Dave Love <fx@gnu.org>
843
844 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
845 Remove redundant string-to-list.
846
8f625692
SM
8472001-04-05 Stefan Monnier <monnier@cs.yale.edu>
848
849 * composite.el (reference-point-alist): Doc fix.
850
1087f198
SS
8512001-04-05 Sam Steingold <sds@gnu.org>
852
8f625692
SM
853 * font-lock.el (font-lock-keywords-case-fold-search):
854 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
855 file made font-lock case-insensitive.
856
a55e4e68
GM
8572001-04-05 Gerd Moellmann <gerd@gnu.org>
858
0e4892e2
GM
859 * faces.el (defface menu): Doc fix.
860
4d664b04
GM
861 * wid-edit.el (widget-color-sample-face-get): Don't make
862 faces for undefined colors.
863
a55e4e68
GM
864 * version.el (emacs-version): Include LessTif/Motif version info.
865
f383cd0d
GM
8662001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
867
868 * ps-mule.el: Eliminate cl package dependence.
869 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
870 if they aren't defined yet.
871 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
872 Eliminate cl package dependence.
873
de28797f
SM
8742001-04-04 Stefan Monnier <monnier@cs.yale.edu>
875
876 * progmodes/cc-cmds.el (c-outline-level):
877 Bind buffer-invisibility-spec. Originally from Dave Love, but
878 got lost when incorporating version 5.26.
879
32df8b47
EZ
8802001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
881
de28797f
SM
882 * emulation/pc-select.el (pc-selection-mode):
883 Call normal-erase-is-backspace-mode instead of binding
884 keys individually.
58e4f61d 885
7f62656b
EZ
886 * cus-load.el (normal-erase-is-backspace): Use it instead of
887 delete-key-deletes-forward.
888
889 * startup.el (command-line): Use normal-erase-is-backspace and
890 normal-erase-is-backspace-mode.
891
892 * simple.el (normal-erase-is-backspace): Rename from
893 delete-key-deletes-forward. Doc fix.
894 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
895 delete-key-deletes-forward-mode. Doc fix.
896 Run normal-erase-is-backspace-hook.
7f62656b 897
32df8b47 898 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
899 ``human-readable'' format produced by GNU `ls'.
900 (dired-move-to-filename-regexp): Recognize ISO format dates.
901 From Paul Eggert <eggert@twinsun.com>.
32df8b47 902
5efa6032
GM
9032001-04-04 Gerd Moellmann <gerd@gnu.org>
904
905 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
906 New functions.
de28797f
SM
907 (lm-verify): Check keywords.
908 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 909
d757aac1
EL
9102001-04-03 Eric M. Ludlam <eric@siege-engine.com>
911
912 * speedbar.el (speedbar-insert-image-button-maybe): Check for
913 `xemacs' feature instead of for the function `set-extent-property'.
914
9832760a
SM
9152001-04-03 Stefan Monnier <monnier@cs.yale.edu>
916
917 * mail/mh-utils.el (mh-folder-hist): New var.
918 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
919
d565f6aa
EZ
9202001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
921
922 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
923 region, position point on the first or last 16-byte group.
924 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
925 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
926 hexl-beginning-of-line.
927
24c0fd39
GM
9282001-04-03 Gerd Moellmann <gerd@gnu.org>
929
5efa6032
GM
930 * icomplete.el (icomplete-mode): Treat an argument like other
931 modes do.
932
b3f6107b
GM
933 * startup.el (fancy-splash-head): Use splash8.xpm for color
934 depth 8.
935
24d451c5
SM
936 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
937 Add an antry for ``converts''.
476bf681 938
24d451c5
SM
939 * language/slovak.el ("Slovak"): Add documentation string.
940 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 941
450f6970
GM
942 * language/czech.el ("Czech"): Add documentation string.
943 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
944
24d451c5
SM
945 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
946 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
947
9482001-04-02 Stefan Monnier <monnier@cs.yale.edu>
949
950 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
951 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
952 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
953 Use `defsubst' rather than a macro to ease debugging.
954 (mail-extr-last): Remove (use `last' instead).
955 (mail-extract-address-components): Properly reset the syntax-table
956 after parsing an address. Use `last' rather than mail-extr-last.
957 Make sure the end marker stays at the very end.
24c0fd39 958
2b908342
EZ
9592001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
960
961 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
962 last change.
963
acfb077d
GM
9642001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
965
966 * ps-print.el: Line and paragraph spacing feature. Region to cut
967 out when printing. Doc fix.
968 (ps-print-version): New version number (6.5).
24d451c5
SM
969 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
970 New vars. Line and paragraph spacing feature.
acfb077d
GM
971 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
972 out when printing.
973 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
974 (ps-get-font-size, ps-begin-job, ps-continue-line)
975 (ps-plot-region): Code fix.
976 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
977 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
978 New internal vars.
acfb077d
GM
979 (ps-get-size): New fun.
980 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
981 (ps-next-line): Replace defun by defsubst.
982 (ps-mule-plot-string): Autoload doc fix.
983
984 * ps-bdf.el: XEmacs compatibility. Doc fix.
985 (installation-directory, coding-system-for-read): Declare vars if
986 it's not declared yet.
987 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
988
989 * ps-mule.el: XEmacs compatibility. Doc fix.
990 (leading-code-private-22): Declare var if it's not declared yet.
991 (charset-bytes, charset-dimension, charset-id, charset-width)
992 (find-charset-region, split-char, char-width, chars-in-region)
993 (forward-point, decompose-composite-char, encode-coding-string)
994 (coding-system-p, ccl-execute-on-string, define-ccl-program):
995 Define funs if not defined yet.
996 (encode-composition-rule, find-composition): Define funs if not
997 loaded yet.
998 (ps-mule-prologue): PostScript code fix.
999
10002001-04-02 Kenichi Handa <handa@etl.go.jp>
1001
1002 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1003 non-nil, generate font for the header strings.
1004 (ps-mule-prepare-font): Likewise.
1005 (ps-mule-generate-glyphs): Likewise.
1006 (ps-mule-string-encoding): Likewise.
1007 (ps-mule-header-charsets): New variable.
1008 (ps-mule-encode-header-string): New function.
1009 (ps-mule-header-string-charsets): New function.
1010 (ps-mule-begin-job): Check charsets in the header strings. If there
1011 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1012
1013 * ps-print.el (ps-generate-header-line): Encode the header string by
1014 ps-mule-encode-header-string.
1015 (ps-mule-encode-header-string): Declare autoload.
1016
c0eb3c10
GM
10172001-04-02 Gerd Moellmann <gerd@gnu.org>
1018
24d451c5
SM
1019 * frame.el (cursor-in-non-selected-windows):
1020 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1021
a3d0b0e0
KH
10222001-03-31 Kenichi Handa <handa@etl.go.jp>
1023
1024 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1025 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1026 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1027 (tsang-quick-converter): New function.
24d451c5
SM
1028 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1029 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1030 (miscdic-convert, batch-miscdic-convert): New functions.
1031
55f7832c
KH
10322001-03-30 Kenichi Handa <handa@etl.go.jp>
1033
a2217cd8
KH
1034 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1035 eight-bit-control chars.
1036
55f7832c 1037 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1038 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1039
911a2406
EZ
10402001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1041
1042 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1043 string as well.
1044
1a518f2c
AS
10452001-03-30 Andreas Schwab <schwab@suse.de>
1046
1047 * files.el (backup-directory-alist): Fix typo.
1048
ef080b16
EZ
10492001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1050
1051 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1052 <eggert@twinsun.com>.
1053
e4174a55
DL
10542001-03-30 Dave Love <fx@gnu.org>
1055
1056 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1057
9d5d1075
EZ
10582001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1059
1060 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1061
a27b451e
MB
10622001-03-30 Miles Bader <miles@gnu.org>
1063
1064 * subr.el (interactive-form): Fix paren typo.
1065
aea51abe
EZ
10662001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1067
1068 * emacs-lisp/profile.el: Say that it's obsolete in the header
1069 line, so that finder.el puts that into its data-base.
1070 Suggested by Alex Schroeder <alex@gnu.org>.
1071
249dd409
EZ
10722001-03-29 Paul Eggert <eggert@twinsun.com>
1073
1074 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1075 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1076
1ac1fa96
SM
10772001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1078
1079 * generic.el (generic-mode-set-comments): Use "" rather than nil
1080 for comment-end.
1081
e2b8a830
GM
10822001-03-29 Gerd Moellmann <gerd@gnu.org>
1083
1ac1fa96
SM
1084 * emacs-lisp/advice.el (ad-make-advised-definition):
1085 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1086
1087 * subr.el (interactive-form): New function.
1088
8b2375e7
AS
10892001-03-29 Andre Spiegel <spiegel@gnu.org>
1090
1091 * vc-sccs.el (vc-sccs-register): Use relative file names.
1092
f827b862
GM
10932001-03-28 Gerd Moellmann <gerd@gnu.org>
1094
e59d0e9d
GM
1095 * bookmark.el (bookmark-get-bookmark): Handle case that
1096 BOOKMARK is not a string.
1097
deb2613a
GM
1098 * image.el (image-type-regexps): Change type for PS files
1099 to `postscript'.
1100
f827b862
GM
1101 * subr.el (read-passwd): Clear command history after each
1102 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1103
3c9449d0
KH
11042001-03-27 Kenichi Handa <handa@etl.go.jp>
1105
1106 * international/kkc.el (kkc-save-init-file): Locally bind
1107 print-length to nil.
1108
e6b13c74
GM
11092001-03-26 Gerd Moellmann <gerd@gnu.org>
1110
e120bebf
GM
1111 * textmodes/flyspell.el: Some doc fixes.
1112 (flyspell-maybe-correct-transposition)
1113 (flyspell-maybe-correct-doubling): Use a temporary buffer
1114
1115 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1116
5f6c5771 1117 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1118 (byte-optimize-form-code-walker): Diagnose too few arguments
1119 for `if' and `while'.
1120
2b984c45
KH
11212001-03-26 Kenichi Handa <handa@etl.go.jp>
1122
1123 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1124 Prepend `\' to "\<quail-translation-docstring>".
1125
bf2150fa
GM
11262001-03-26 Gerd Moellmann <gerd@gnu.org>
1127
5f6c5771
SM
1128 * autorevert.el (global-auto-revert-non-file-buffers):
1129 Remove duplicate defcustom.
bf2150fa 1130
a0d59316
MB
11312001-03-26 Miles Bader <miles@gnu.org>
1132
5f6c5771
SM
1133 * international/latin1-disp.el (latin1-char-displayable-p):
1134 Add leading "-" for X font pattern.
a0d59316 1135
9edbff6c
KH
11362001-03-26 Kenichi Handa <handa@etl.go.jp>
1137
5f6c5771
SM
1138 * international/mule-diag.el (describe-coding-system):
1139 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1140 charsets they can encode.
1141
50b57199
EZ
11422001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1143
1144 * help.el (view-lossage): Mention open-dribble-file in the doc
1145 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1146
5b83f9c0
SM
11472001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1148
1149 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1150 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1151
e0ecbf5c
KH
11522001-03-23 Kenichi Handa <handa@etl.go.jp>
1153
5b83f9c0
SM
1154 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1155 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1156 multibyte sequence can work correctly.
1157 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1158 property of the coding system.
1159
1cc218de
SM
11602001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1161
1162 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1163 Fix transcription typo.
1164
a3db02ad
RV
11652001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1166
1167 * whitespace.el: Add buffer local variables to toggle testing of
1168 whitespaces in buffers without affecting the default values.
a3db02ad 1169 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1170 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1171 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1172 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1173
83c9cb8e
SM
11742001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1175
1176 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1177
180d5509
GM
11782001-03-21 Gerd Moellmann <gerd@gnu.org>
1179
eeb5b5c1
GM
1180 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1181 bs-cycle-configuration-name. From Juanma Barranquero
1182 <lektu@uol.com.br>.
1183
170a9e70
GM
1184 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1185 and cc-vars.el.
1186
180d5509
GM
1187 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1188 headers. Always invoke sendmail with option -t.
1189
130c507e
GM
11902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1191
1192 * Release of cc-mode 5.28.
1193
11942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1195
1196 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1197 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1198 It's instead taken care of by the default value for c-default-style.
130c507e 1199
130c507e
GM
12002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1201
1202 * cc-align.el (c-lineup-math): Fix bug where lineup was
1203 triggered by equal signs in string literals.
1204
12052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1206
1207 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1208 limit detection when at the ends of the buffer.
1209
1210 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1211 "for" statement clause in case 7F; a better one is done
1212 earlier in case 7D anyway.
1213
12142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1215
1216 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1217 somewhat more and did a small optimization.
1218
12192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1220
1221 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1222 Use the limit argument only to limit the syntactic context
1223 search, not to limit the actual movement.
1224
1225 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1226 inside multiline strings, just like in comments. Also various
1227 fixes to the paragraph and comment prefix recognition, block
1228 comment ender handling etc.
1229
12302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1231
1232 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1233 the relative position of the point.
1234
1235 * cc-cmds.el (c-electric-continued-statement): New function to
1236 use as abbrev hook to reindent for keywords such as "else"
1237 that continues an earlier statement.
1238
1239 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1240 like classes.
1241
1242 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1243 (pike-mode): Populate the default abbrev tables to reindent for
1244 keywords such as "else" that can continue earlier statements.
1245 Abbrev mode is therefore turned on by default now. (Note that
1246 this doesn't apply to idl-mode, since IDL afaik doesn't have
1247 statements at all.)
1248
12492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1250
1251 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1252 bracelists where the declaration contains template arguments.
1253
12542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1255
83c9cb8e
SM
1256 * cc-cmds.el (c-comment-indent):
1257 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1258 syntactic indentation. Fixes bug with lineup functions that
1259 return vectors.
1260
1261 * cc-engine.el (c-get-syntactic-indentation): Split the
1262 indentation sum calculation from `c-indent-line' to a separate
1263 function.
1264
12652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1266
1267 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1268 Fixed places where it was assumed that preprocessor directives
1269 have to start in column zero.
1270
1271 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1272 template arguments after a class identifier properly.
1273
1274 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1275 lists for `new Foo[]' constructs in Java as expressions and
1276 not top level definition brace lists on the top level, so that
1277 they'll get indented consistently with the same type of
1278 expression in a normal block.
1279
12802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1281
1282 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1283 whether the adaptive filling package fails to keep the comment
1284 prefix is now kludged further to check for filladapt-mode
1285 which doesn't have that problem. This is really icky, but it's
1286 the only way that works with the current misfeatures/bugs in
1287 both adaptive-fill-mode and filladapt-mode.
1288
1289 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1290 around point is recognized more robust.
1291
12922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1293
1294 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1295 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1296 (c-lit-type): Fixed all internal variables used dynamically so
1297 that they are always bound.
1298
1299 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1300 errors:
1301
1302 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1303 the region is fully reindented even when an error occurs.
1304 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1305 whole lot of code that tried to optimize indentation of whole
1306 sexps but in reality accomplishes nothing.
1307
1308 (c-indent-sexp): Use c-indent-region.
1309
1310 (c-parsing-error): Changed this variable to hold the message
1311 for any syntactic error that is discovered.
1312
1313 (c-parse-state): Search backward from point instead of the bod
1314 position when the latter is invalid. This makes CC Mode
1315 recover faster when there are unbalanced close braces.
1316
1317 (c-backward-to-start-of-if): Use c-parsing-error to report
1318 dangling "else" clauses instead of throwing an error, and fall
1319 back to a reasonable position.
1320
83c9cb8e 1321 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1322
83c9cb8e 1323 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1324
13252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1326
1327 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1328 paragraph recognition when moving by sentence in literals.
1329
83c9cb8e
SM
1330 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1331 start regexp for javadoc to recognize javadoc markup in general instead
1332 of a specific set of keywords, to be more future-safe.
130c507e
GM
1333
1334 (c-Pike-pikedoc-paragraph-start)
1335 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1336 pikedoc markup.
1337
83c9cb8e 1338 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1339
83c9cb8e 1340 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1341
1342 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1343
1344 (c-comment-prefix-regexp): Made it possible to use an
1345 association list on this to specify mode specific regexps.
1346 The default value now use a special regexp in Pike mode to
1347 recognize pikedoc markup.
1348
1349 (c-current-comment-prefix): New variable containing the actual
1350 regexp from c-comment-prefix-regexp for the current buffer.
1351
13522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1353
1354 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1355 lists: We can't look at the syntax, since a brace list can get
1356 recognized as a plain statement-cont.
1357
1358 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1359 special brace list opener broken over two lines got recognized
1360 as a statement on the second line. Case 9A changed.
1361
13622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1363
1364 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1365 adjustment after line is reindented.
1366
13672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1368
1369 * cc-defs.el (c-point): Added optional argument for position
1370 to use instead of the current point.
1371
1372 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1373 the in-expression block symbols when the construct starts at
1374 boi, to avoid the extra level of indentation in that case.
1375 Cases 4, 16A and 17E affected.
1376
13772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1378
1379 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1380 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1381
1382 * cc-engine.el (c-indent-line): Use the syntax already bound
1383 to `c-syntactic-context', if there is any.
1384
13852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1386
1387 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1388 wasn't added up correctly when a lineup function returned nil.
1389
13902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1391
1392 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1393 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1394
13952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1396
1397 * cc-align.el (c-lineup-dont-change): Return an absolute
1398 indentation column to work correctly in the case when several
1399 syntactic elements are processed for the same line.
1400
1401 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1402 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1403 (c-set-offset): Added absolute indentation column settings by
1404 using the vector type.
1405
130c507e
GM
14062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1407
1408 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1409 Implemented two new cleanups `space-before-funcall' and
1410 `compact-empty-funcall'.
1411
130c507e
GM
14122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1413
1414 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1415 helping building regexps.
1416
1417 * cc-engine.el (c-on-identifier): New function for detecting
1418 identifiers. It takes keywords into account.
1419
1420 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1421 lists. `c-keywords' is set to a regexp matching all keywords
1422 in the current language.
1423
14242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1425
1426 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1427 list of characters to skip backwards over at the beginning of
1428 a statement, since it can precede string literals in Pike.
1429
14302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1431
1432 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1433 recognition when standing on the last line in a C++ comment
1434 with nothing but whitespace after the prefix.
1435
1436 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1437 given no limit argument.
1438
14392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1440
1441 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1442 recognition for the `[]= operator symbol in Pike.
1443
14442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1445
1446 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1447 around a bug in `eval-when-compile' in the byte compiler.
1448
1449 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1450 value when count is zero and there's no token start within the limit.
130c507e
GM
1451
1452 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1453 "prefix comments", i.e. comments which are followed by code on
1454 the same line.
1455
1456 * cc-mode-19.el: Fixes so that checks that must be done at
1457 compile time also are done then.
1458
14592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1460
1461 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1462 time and at runtime, and only when it's needed.
1463
14642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1465
1466 Major cleanup for less error prone and more warning free
1467 compilation, including some fixes for bugs due to different
1468 compilation orders. Thanks to Martin Buchholz for providing
1469 the basis for all this.
1470
1471 * cc-bytecomp.el: New file that provides some byte compilation
1472 features: It ensures that files always are loaded from the
1473 current source directory during compilation, and it provides a
1474 set of macros to turn off specific compiler warnings for
1475 specific symbols. (It's not CC Mode specific in any way.)
1476
1477 Fixed a nearly acyclic dependency tree (both runtime and
1478 compile-time) between all files.
1479
1480 * cc-defs.el: Separated all macros before the inline functions,
1481 to ensure correct compilation.
1482
1483 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1484 cc-defs.el to cc-engine.el and made it a function instead.
1485
1486 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1487 about char-after.
1488
1489 * cc-vars.el: Cope even when there isn't a custom package
1490 containing defcustom available.
1491
1492 * cc-make.el: Removed since it's no longer necessary.
1493
1494 README: Updated installation instructions.
1495
14962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1497
1498 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1499 improve the modularity: Moved all mode init stuff from
1500 cc-langs.el to cc-mode.el, including the keymap
1501 initialization; cc-langs now only contains the various
1502 variables for configuring the language syntax.
1503
83c9cb8e
SM
1504 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1505 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1506 dependency analysis suggests they belong there (which also
83c9cb8e 1507 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1508
15092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1510
1511 * cc-cmds.el (c-fn-region-is-active-p): New function that
1512 wraps the corresponding macro, for use in places that aren't
1513 compiled. Thanks to Martin Buchholz for pointing out this.
1514
83c9cb8e 1515 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1516
1517 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1518 add things to the bug report.
1519
15202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1521
1522 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1523 returned prefix could contain a newline when the search for a
1524 good prefix line failed.
1525
15262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1527
1528 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1529 (c-toggle-auto-hungry-state): Made the argument optional, as
1530 the documentation says it is.
1531
15322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1533
1534 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1535 multiline string syntax, #"...", as a cpp macro.
1536
7008ccac
GM
15372001-03-21 Paul Eggert <eggert@twinsun.com>
1538
83c9cb8e
SM
1539 * international/mule-cmds.el (set-locale-environment):
1540 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1541 caller specifies a non-nil locale name.
3c9449d0 1542
c2478129 15432001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1544
1545 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1546 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1547
117e4b0c
GM
15482001-03-20 Gerd Moellmann <gerd@gnu.org>
1549
7194219d
GM
1550 * follow.el (follow-avoid-tail-recenter): Doc fix.
1551
5721ae13
GM
1552 * custom.el (custom-set-variables): Avoid reversing the list
1553 of args needlessly.
1554
7b8bbf72
GM
1555 * startup.el (fancy-splash-head): Don't change the colors of the
1556 XPM image on a dark background.
1557
a91ad7c9
GM
1558 * comint.el (comint-exec-1): Set columns of the terminal to
1559 window-width instead of frame-width.
1560
fa88947e
GM
1561 * info.el (Info-scroll-down): Add missing WINDOW arg for
1562 pos-visible-in-window-p.
1563
1741905c
GM
1564 * ehelp.el (electric-help-mode-hook): Add defcustom.
1565
117e4b0c
GM
1566 * mail/sendmail.el (mail-mode): Activate case-folding in
1567 font-lock-defaults.
1568
e84c695d
SM
15692001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1570
1571 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1572 (completion-ignored-extensions): Remove duplicate ".class".
1573
fc774041
AS
15742001-03-19 Andreas Schwab <schwab@suse.de>
1575
83c9cb8e
SM
1576 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1577 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1578
c2c097cc
GM
15792001-03-19 Gerd Moellmann <gerd@gnu.org>
1580
1581 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1582 methods since there are not prefix input methods.
1583
fbe2e958
KH
15842001-03-19 Kenichi Handa <handa@etl.go.jp>
1585
83c9cb8e
SM
1586 * international/mule-cmds.el (read-input-method-name):
1587 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1588
da47e491
SM
15892001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1590
1591 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1592
4986c2c6 15932001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1594
4986c2c6
MK
1595 * ediff-util.el: Copyright years.
1596 (ediff-choose-syntax-table): New function.
1597 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1598
4986c2c6
MK
1599 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1600 with-syntax-table.
83c9cb8e 1601
4986c2c6 1602 * ediff.el: Date of last update, copyright years.
83c9cb8e 1603
4986c2c6 1604 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1605
4986c2c6
MK
1606 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1607 of Scott Bronson.
1608 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1609 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1610 Deleted functions.
1611 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1612 ex-token-list.
83c9cb8e 1613
4986c2c6 1614 * viper-util.el: Spaces, indentation.
83c9cb8e 1615
4986c2c6 1616 * viper.el: Changed version, modification time.
83c9cb8e 1617
3c799aec 16182001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1619
1620 * calendar/timeclock.el (timeclock-workday-remaining):
1621 Check whether `discrep' is non-null before using it.
3c799aec 1622
ae3ce418
JW
16232001-03-16 John Wiegley <johnw@gnu.org>
1624
1625 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1626 first-time checkins.
1627 (timeclock-log-data): Fixed problem with reading timelog log file.
1628 Resulting data in the "day list" was incorrect.
1629 (timeclock-find-discrep): Check if `timeclock-file' is readable
1630 before opening it.
1631 (timeclock-time-less-p): New function.
1632 (timeclock-day-base): New function.
1633 (timeclock-geometric-mean): New function.
1634 (timeclock-generate-report): Generate a summary report based on
1635 the contents of the log file. This uses `timeclock-log-data', and
1636 is an example of writing a timelog manipulation function.
1637 (timeclock-visit-timelog): A quick command for opening the timelog
1638 file.
1639 (timeclock-log-data): Bound the variable event.
1640
c8d4a9bb
KH
16412001-03-16 Kenichi Handa <handa@etl.go.jp>
1642
83c9cb8e
SM
1643 * international/mule-cmds.el (select-safe-coding-system):
1644 Fix typo: symbol-name -> symbol-value.
11d56c64 1645
c8d4a9bb
KH
1646 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1647 before substitute-in-file-name to handle double slashes in FILE
1648 correctly.
1649
c899e7e6
GM
16502001-03-15 Gerd Moellmann <gerd@gnu.org>
1651
1652 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1653 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1654
819dce0f
GM
16552001-03-14 Gerd Moellmann <gerd@gnu.org>
1656
697617d9
GM
1657 * bindings.el (features): Add `md5' and `overlay' to the list.
1658
819dce0f
GM
1659 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1660 bound before using it. It's not bound when configured without X,
1661 for instance.
1662
e0067a9d
TTN
16632001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1664
1665 * progmodes/hideshow.el: Update copyright.
1666 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1667 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1668
afcdc0a1
GM
16692001-03-13 Gerd Moellmann <gerd@gnu.org>
1670
e0067a9d 1671 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1672 a non-list.
1673
30564c48
EZ
16742001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1675
1676 * startup.el (fancy-splash-tail, command-line-1): Fix the
1677 copyright year.
1678
2b8e24b3
KH
16792001-03-13 Kenichi Handa <handa@etl.go.jp>
1680
1681 * term.el: These changes are based on a patch sent from Yong Lu
1682 <lyongu@yahoo.com>.
1683 (term-set-escape-char): Bind M-x to execute-extended-command in
1684 term-raw-escape-map.
1685 (term-move-columns): Don't try to move to negagive column.
1686 (term-emulate-terminal): Insert a string before deleting a text to
1687 overwrite.
1688
789b6186
GM
16892001-03-12 Gerd Moellmann <gerd@gnu.org>
1690
b0778a31
GM
1691 * play/life.el (life): Rearrange code so that all calls to
1692 life-display-generation are in a catch-form.
1693
04528cda
GM
1694 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1695 file that isn't interesting. In an interesting file, push the old
1696 value of point on the mark ring.
1697
760cefb5
GM
1698 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1699 New function.
1700 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1701 Use it.
1702
83c9cb8e
SM
1703 * emacs-lisp/autoload.el (generate-file-autoloads):
1704 Remove warning about line lengths.
789b6186 1705
a2ffbafe
FP
17062001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1707
1708 * progmodes/etags.el (tags-compression-info-list): New variable.
1709 (find-tag-in-order): Use it to deal with compressed source files.
1710 (tag-file-name-match-p): New function.
1711 (etags-recognize-tags-table): Use it for better match of file names.
1712
5c9d9d92
KH
17132001-03-12 Kenichi Handa <handa@etl.go.jp>
1714
ba3e9b9b
KH
1715 * international/mule-cmds.el (register-input-method): Doc fix.
1716
5c9d9d92
KH
1717 * international/quail.el (quail-translate-key): Fix condition to
1718 check if there's another breaking point in the current key.
1719
40beecee
EZ
17202001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1721
1722 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1723 Babyl header to the newly-created output file, bind
1724 coding-system-for-write to either rmail-file-coding-system or
1725 emacs-mule-unix.
1726
75c6cb7f
SM
17272001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1728
1729 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1730 Fix the name and regexp used for subsubsections.
1731
5ec17636
DL
17322001-03-10 Dave Love <fx@gnu.org>
1733
1734 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1735 and save-buffer if buffer-file-name non-nil. From rms.
1736
6d2e2c02
AS
17372001-03-10 Andre Spiegel <spiegel@gnu.org>
1738
1739 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1740 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1741 to reflect that.
1742 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1743 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1744 variable bindings that might affect the diff command.
1745 (vc-print-log): Don't switch to the *vc* buffer before the
1746 command, so that local variable bindings are preserved.
1747
789b6186 1748 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1749 not the current buffer.
1750 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1751
789b6186 1752 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1753 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1754
b18f5523
SM
17552001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1756
1757 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1758 so ^, $, *, ? and + are interpreted correctly.
1759
3cfd8357
GM
17602001-03-09 Gerd Moellmann <gerd@gnu.org>
1761
c085b77c 1762 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1763 mode-line-key-binding. Handle any event on a string.
1764 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1765
3cfd8357
GM
1766 * comint.el (comint-insert-clicked-input): Use the last key
1767 from this-command-keys to lookup the global key definition.
1768
348f797a
KH
17692001-03-09 Kenichi Handa <handa@etl.go.jp>
1770
3ebf3717
KH
1771 * international/characters.el: Add category `j' for
1772 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1773
348f797a
KH
1774 * international/mule-conf.el (no-conversion): Fix docstring.
1775 (raw-text): Fix docstring.
1776
e1fbabaf
GM
17772001-03-08 Gerd Moellmann <gerd@gnu.org>
1778
96e8e603
GM
1779 * simple.el (choose-completion-string): When not leaving the
1780 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1781 is set.
1782
e1fbabaf
GM
1783 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1784 parameter `(minibuffer . t)'.
1785
f9db8f19
SM
17862001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1787
1788 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1789 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1790 (sh-mode): Remove `make-local-variable' for unused var
1791 `font-lock-unfontify-region-function'.
1792
02756877
RS
17932001-03-07 Richard M. Stallman <rms@gnu.org>
1794
132bf46d
RS
1795 * info.el (Info-scroll-down): Fix previous change.
1796
02756877
RS
1797 * mail/rmail.el (rmail-toggle-header): Use a window which
1798 is showing the Rmail buffer, rather than the selected window.
1799
eeb24429
DL
18002001-03-07 Dave Love <fx@gnu.org>
1801
1802 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1803 now, to avoid problems with binding imenu directly to a mouse event.
1804
3bdf2660
GM
18052001-03-07 Gerd Moellmann <gerd@gnu.org>
1806
1807 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1808 second arg t.
1809
18102001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1811
1812 * log-edit.el (log-edit-common-indent): New var.
1813 (log-edit-set-common-indentation): Renamed from
1814 log-edit-delete-common-indentation. Use the new var.
1815 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1816
1817 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1818 (cvs-mode-add-change-log-entry-other-window):
1819 Don't presume change-log-default-name is defined.
1820
1821 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1822
1823 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1824 the "tree" operation as well.
1825
1826 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1827
1828 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1829 to match paragraph-start.
1830
1831 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1832 comment-start-skip and set comment-end-skip as well.
1833 (sgml-comment-indent): Fix for new value of comment-start-skip.
1834 (html-autoview-mode): Don't bother using make-local-hook.
1835
2ad02767
GM
18362001-03-07 Gerd Moellmann <gerd@gnu.org>
1837
189638d5 1838 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1839 variables, otherwise long Custom entries would make them ineffective.
189638d5 1840
2ad02767
GM
1841 * uniquify.el: Set maintainer to FSF.
1842
656f8cae
EZ
18432001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1844
1845 * dired-aux.el (dired-do-shell-command): Doc fix.
1846
c83965c4
SM
18472001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1848
04af43bc
SM
1849 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1850
1851 * which-func.el (which-func-modes): Add cperl-mode.
1852 (which-func-mode-global): Use define-minor-mode.
1853
1854 * info-look.el: Docstring fixes and dead code eliminated.
1855 (cperl-mode): Add support.
1856 (emacs-lisp-mode): List all entries from elisp manual, whether
1857 or not they are currently (f)bound or not. Update regexp.
1858
1859 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1860
c83965c4
SM
1861 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1862 so that C-h m shows the correct information.
1863 Use make-local-variable rather than make-variable-buffer-local.
1864 (cperl-info-buffer, cperl-setup-tmp-buf):
1865 Use make-local-variable rather than make-variable-buffer-local.
1866 (cperl-msb-fix, cperl-get-help-defer):
1867 Check major-mode for `cperl-mode' as well.
1868
1869 * progmodes/cperl-mode.el: Updated to author version 4.23.
1870 (cperl-electric-pod): SYNOPSIS was misspelled.
1871 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1872 (cperl-after-expr-p): Make true after __END__.
1873
f16a7aa5
GM
18742001-03-06 Gerd Moellmann <gerd@gnu.org>
1875
157ae273 1876 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1877 bookmark-completion-ignore-case is t.
157ae273 1878
f16a7aa5
GM
1879 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1880 switch, like xterm, and concat resource strings, with a newline
1881 between them.
1882
abaddb98
EZ
18832001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1884
a2ffbafe 1885 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1886 (cp773-decode-table, cp774-decode-table): New variables.
1887
abaddb98
EZ
1888 * man.el (Man-hyphenated-reference-regexp): New variable.
1889 (Man-build-references-alist): Use it to search for referenced
1890 manpages. If hyphenated is non-nil, record a concatenated word in
1891 Man-refpages-alist only if it matches Man-reference-regexp.
1892 Update word's length when it is concatenated. Reverse the list,
1893 to get the first manpage at the head.
1894 (Man-possibly-hyphenated-word): New function.
1895 (Man-follow-manual-reference): Use it instead of current-word to
1896 find a manpage at point, in a way that accounts for hyphenated
1897 references.
1898
eb3f61dd
GM
18992001-03-06 Alex Schroeder <alex@gnu.org>
1900
1901 * sql.el (sql-interbase): New function.
1902 (sql-interbase-program): New option.
1903 (sql-interbase-options): New option.
1904 And some typos fixed: "customise" to "customize".
1905
fa84f42a
DL
19062001-03-06 Dave Love <fx@gnu.org>
1907
83c9cb8e
SM
1908 * textmodes/flyspell.el (flyspell-region):
1909 Set up flyspell-local-mouse-map.
fa84f42a 1910
fda3411d
RS
19112001-03-05 Richard M. Stallman <rms@gnu.org>
1912
a2ffbafe 1913 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1914 Don't call rmail-beginning-of-message.
1915 Don't discard From: field. Do discard Received: field.
1916 Use unwind-protect to re-prune.
1917 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1918
e972ab1f
KH
19192001-03-06 Kenichi Handa <handa@etl.go.jp>
1920
1921 * international/quail.el (quail-title): Add autoload cookie.
1922
335db3c1
DL
19232001-03-05 Dave Love <fx@gnu.org>
1924
1925 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1926 new defs.
1927
278dd6ac
KH
19282001-03-05 Kenichi Handa <handa@etl.go.jp>
1929
83c9cb8e
SM
1930 * language/ethio-util.el (ethio-toggle-space):
1931 Update current-input-method-title if necessary.
36d5e61d
KH
1932 (ethio-toggle-punctuation): Likewise.
1933
341cd4f0
KH
1934 * international/quail.el (quail-title): Fix for the case that a
1935 title of an input method is specified by a list of the same form
1936 as used in mode-line-format.
1937
83c9cb8e
SM
1938 * international/mule-cmds.el (activate-input-method):
1939 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1940 respect that value.
1941
10ebaeb6
GM
19422001-03-05 Gerd Moellmann <gerd@gnu.org>
1943
1944 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1945
7a65c85c
GM
19462001-03-05 Alex Schroeder <alex@gnu.org>
1947
1948 * sql.el (sql-sybase): Fix typo (was: query user about server two
1949 times instead of server and database).
1950
1951 * sql.el (sql-sybase): Doc change.
1952 (sql-mysql): Doc change.
1953 (sql-postgres): Doc change.
1954
b86644f2
KH
19552001-03-05 Kenichi Handa <handa@etl.go.jp>
1956
83c9cb8e
SM
1957 * international/mule-conf.el (emacs-mule, raw-text):
1958 Docstring modified.
b86644f2 1959
e30bd7b7
EZ
19602001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1961
1962 * term/internal.el: Update copyright notice.
1963
1964 * term/pc-win.el: Update copyright notice.
1965
7e365285
DL
19662001-03-02 Dave Love <fx@gnu.org>
1967
83c9cb8e
SM
1968 * files.el (insert-file-contents-literally):
1969 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1970 not jka-compr-compression-info-list.
7e365285 1971
75ed43a6
SM
19722001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1973
1974 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1975 spaces in default comment-start-skip settings rather than \s-.
1976
53c4b1e6
EZ
19772001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1978
1979 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1980 default-frame-alist as well.
1981
028d739a
DL
19822001-03-01 Dave Love <fx@gnu.org>
1983
1984 * textmodes/reftex.el (defvar): Wrap some defvars in
1985 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1986
1987 * subr.el (event-basic-type): Doc fix.
1988
1989 * international/quail.el: Doc fixes.
1990
1991 * international/utf-8.el: Doc fixes.
1992
1993 * international/mule-cmds.el: Doc fixes.
1994 (leim-list-header): Fix header text.
1995
1996 * international/mule.el (coding-system-category): Doc fix.
1997
1998 * international/ccl.el (ccl-compile): Doc fix.
1999
15d1caef
SM
20002001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2001
2002 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2003 rather than (before|after)-change-functions.
2004
f84ff02c
GM
20052001-03-01 Gerd Moellmann <gerd@gnu.org>
2006
2007 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2008 scroll-left and scroll-right being called interactively so that
2009 they set the window's min_hscroll.
2010
e0c1e774
EZ
20112001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2012
2013 * info.el (info-insert-file-contents-1): Accept an additional
2014 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2015 `suffix'; otherwise use the complicated MS-DOS code.
2016 All callers changed.
e0c1e774
EZ
2017 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2018 can access long file names, try the long file-name version of
2019 `info-insert-file-contents-1', then the short file-name version.
2020
b8b2ea31 20212001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2022
af122766
KH
2023 * language/ethio-util.el (setup-ethiopic-environment-internal):
2024 Change bindings of functions keys to conform to "Emacs Lisp Coding
2025 Convention".
2026
2027 * language/ethiopic.el ("Ethiopic"): Add documentation.
2028
b8b2ea31
KH
20292001-02-28 Kenichi Handa <handa@etl.go.jp>
2030
1d64e2ad
KH
2031 * international/utf-8.el (mule-utf-8): Set coding-category
2032 property to coding-category-utf-8.
2033
91cb6e51
RS
20342001-02-27 Richard M. Stallman <rms@gnu.org>
2035
2036 * lpr.el (lpr-page-header-switches, print-region-1):
2037 Undo 2000-07-06 change.
7298f3f7
RS
2038 (lpr-add-switches): Default to t on gnu/linux.
2039
c0cb1027
GM
20402001-02-27 Gerd Moellmann <gerd@gnu.org>
2041
2042 * bs.el (bs-attributes-list): Doc fix.
2043
01459648
GM
20442001-02-26 Gerd Moellmann <gerd@gnu.org>
2045
baebd8a5 2046 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2047
01459648
GM
2048 * help.el (view-order-manuals): Use goto-address.
2049
2050 * startup.el (command-line-1): Add info about ordering manuals
2051 to the not so fancy splash screens.
2052
f93e614e
AS
20532001-02-26 Andre Spiegel <spiegel@gnu.org>
2054
01459648
GM
2055 * vc.el (vc-default-workfile-unchanged-p)
2056 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2057
12435002
GM
20582001-02-26 Gerd Moellmann <gerd@gnu.org>
2059
a2ffbafe 2060 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2061 fontify in the right buffer.
2062
12435002
GM
2063 * allout.el (outline-flag-region): Move macro in front of first
2064 use to avoid a run-time error.
2065
425de386
AI
20662001-02-24 Andrew Innes <andrewi@gnu.org>
2067
2068 * makefile.w32-in: Fix copyright notice.
2069
66c56ed1
KH
20702001-02-24 Kenichi Handa <handa@etl.go.jp>
2071
4c1593ce
KH
2072 * international/utf-8.el (mule-utf-8): Set correct value for
2073 valid-codes property.
2074
66c56ed1
KH
2075 * international/fontset.el (x-complement-fontset-spec): In the
2076 case that we use ASCII font for the other charsets, use only
15d1caef 2077 family and registry part of it.
66c56ed1 2078
119171dd
EZ
20792001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2080
2081 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2082 (shrink-window-if-larger-than-buffer): Doc fix.
2083
932c309e
SM
20842001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2085
2086 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2087 predicate passed to completing-read.
2088
9b760e36
EZ
20892001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2090
2091 * startup.el (command-line): Fix last change.
2092
5c39a60f
JR
20932001-02-23 Jason Rumney <jasonr@gnu.org>
2094
2095 * startup.el (tool-bar-originally-present): New variable.
2096 (command-line): Set it if the tool-bar is switched on at startup.
2097
2098 * frame.el (frame-notice-user-settings): Only adjust frame height
2099 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2100 From E. Jay Berkenbilt.
5c39a60f 2101
cb91b2c7
SM
21022001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2103
39b557e8
SM
2104 * server.el (server-switch-buffer): Only switch window if the
2105 current one is dedicated.
2106
cb91b2c7
SM
2107 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2108 rather than using (match-beginning 0) when searching for break point.
2109
9238a8df
EZ
21102001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2111
2112 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2113 @ follows an accent command such as @'. Support optional braces
2114 in commands that insert accents, like makeinfo does.
2115
3473f362
GM
21162001-02-22 Gerd Moellmann <gerd@gnu.org>
2117
2118 * startup.el (fancy-splash-text): Add a line for ordering
2119 manuals. Reverse order of splash screens shown.
2120 (use-fancy-splash-screens-p): Adapt to the text line added.
2121
2122 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2123 manuals from the FSF.
2124
2125 * help.el (view-order-manuals): New function.
2126 (toplevel): Bind C-h C-m to this function.
2127
76a4de07
SM
21282001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2129
2130 * newcomment.el (comment-forward): Skip the comment-start before
2131 searching for the comment-end.
2132
75b71d85
DL
21332001-02-21 Dave Love <fx@gnu.org>
2134
2f4c9a87
DL
2135 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2136
75b71d85
DL
2137 * international/mule-cmds.el, international/mule.el: Doc fixes.
2138
2139 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2140 (fortune) <defgroup>: Add :link.
2141 (fortune-from-region): Use eq, not eql.
2142
ffc9ff0c
GM
21432001-02-21 Gerd Moellmann <gerd@gnu.org>
2144
2145 * startup.el (fancy-splash-screens): Use display-hourglass
2146 instead of display-busy-cursor.
2147
2148 * frame.el (display-hourglass): Renamed from busy-cursor.
2149 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2150 (show-cursor-in-non-selected-windows): Doc fix.
2151
f34eb373
DL
21522001-02-20 Dave Love <fx@gnu.org>
2153
2154 * international/utf-8.el: Doc and commentary fixes.
2155
f55e4a7e
EZ
21562001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2157
2158 * ehelp.el (with-electric-help): Doc fix.
2159
fa97adf6
GM
21602001-02-20 Gerd Moellmann <gerd@gnu.org>
2161
2162 * msb.el (msb-mode): Call the update-buffers function explicitly
2163 with a FORCE argument.
2164
2165 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2166 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2167 returns nil.
2168
54ed3bd2
GM
21692001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2170
2171 * ps-print.el: Timestamp package replacement. Some enhancements.
2172 Some XEmacs compatibility. Doc fix.
2173 (ps-print-version): New version number (6.4).
2174 (ps-printer-name): Initialization fix.
2175 (ps-zebra-stripe-follow): Funcionality enhancement.
2176 (ps-prologue-file): Code enhancement.
2177 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2178 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2179 (ps-get-page-dimensions)
54ed3bd2
GM
2180 (ps-generate-header, ps-begin-file, ps-begin-job)
2181 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2182 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2183 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2184 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2185
e8ebf97d
MB
21862001-02-20 Miles Bader <miles@gnu.org>
2187
2188 * image-file.el (image-file-name-extensions): Add "tif".
2189
136b27c5
GM
21902001-02-19 Gerd Moellmann <gerd@gnu.org>
2191
2192 * wid-edit.el (widget-button-click): Save the selected window
2193 around the code handling clicks on buttons.
2194
6ebbcf59
DL
21952001-02-18 Dave Love <fx@gnu.org>
2196
2197 * imenu.el (imenu--generic-function): Use mapc to iterate over
2198 syntax characters.
2199
595ded73
RS
22002001-02-17 Richard M. Stallman <rms@gnu.org>
2201
b9fe3dc8
RS
2202 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2203
595ded73
RS
2204 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2205
f3f053f3
GM
22062001-02-16 Gerd Moellmann <gerd@gnu.org>
2207
2208 * mouse.el (mouse-save-then-kill): If the distance from the new
2209 point to the mark is equal to the distance of point from the new
2210 point, move point instead of the mark.
2211
11570a8f
DL
22122001-02-16 Dave Love <fx@gnu.org>
2213
2214 * textmodes/flyspell.el (flyspell-get-word): Return string without
2215 properties.
2216
fb339cd5
EZ
22172001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2218
2219 * generic.el (generic-find-file-regexp): Doc fix.
2220 (generic-ignore-files-regexp): New defcustom.
2221 (generic-mode-find-file-hook): If the file's name matches the
2222 regexp in `generic-ignore-files-regexp', don't enter
2223 default-generic-mode. Doc fix.
2224
c56b1c1b
GM
22252001-02-16 Gerd Moellmann <gerd@gnu.org>
2226
a2ffbafe 2227 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2228 Add autoload cookies.
2229
a2ffbafe 2230 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2231 of cal-tex-24.
2232
0d140e65
EZ
22332001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2234
81558867
EZ
2235 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2236
0d140e65
EZ
2237 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2238 the character class after the (optional) drive, to support file
2239 names with embedded blanks.
2240
713f7b15
SS
22412001-02-15 Sam Steingold <sds@gnu.org>
2242
2243 * textmodes/tex-mode.el (tex-shell-running):
2244 Check the process buffer too.
2245
9a2a6f73
DL
22462001-02-15 Dave Love <fx@gnu.org>
2247
2248 * battery.el (battery-status-function): Fix doc, :type.
2249
15d1caef 2250 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2251
fe10cef0
GM
22522001-02-15 Gerd Moellmann <gerd@gnu.org>
2253
2254 * subr.el (read-passwd): Clear Lisp memory holding password.
2255
126f5d4d
MB
22562001-02-15 Miles Bader <miles@gnu.org>
2257
2258 * info.el (Info-copy-current-node-name): New function.
2259 (Info-mode-menu): Add it to the menu.
2260
92e98d63
RS
22612001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2262
2263 * international/mule-cmds.el (toggle-input-method): Doc fix.
2264
dd4e0e55
SM
22652001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2266
2267 * replace.el (occur): Stop at end of buffer.
2268
402dbbd1
EZ
22692001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2270
2271 * international/mule-cmds.el (set-input-method): Another doc fix.
2272
e9fcba3d
GM
22732001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2274
2275 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2276
78ad1cd5
MB
22772001-02-13 Miles Bader <miles@gnu.org>
2278
713f7b15 2279 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2280 (set-face-stipple): Treat a value of nil as being `unspecified'.
2281
fce9d9dc
DL
22822001-02-12 Dave Love <d.love@dl.ac.uk>
2283
2284 * international/latin1-disp.el: Doc fixes.
2285 (latin1-display) <defgroup>: Add :link.
2286 (latin1-display) <function>: Set variable latin1-display.
2287
bc406911
EZ
22882001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2289
2290 * international/mule-cmds.el (set-input-method): Doc fix.
2291
68514d48
EL
22922001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2293
2294 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2295 (speedbar-line-file): Return nil if not a file.
2296 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2297
513bea45 22982001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2299
513bea45
MK
2300 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2301 for remote files.
bc406911 2302 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2303 with raw-text.
713f7b15 2304
513bea45 2305 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2306
83c9cb8e
SM
2307 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2308 Better handling of the diff mode.
713f7b15 2309
513bea45 2310 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2311
bc406911 2312 * viper.texi: Fix typos.
713f7b15 2313
521d4010
DL
23142001-02-11 Dave Love <fx@gnu.org>
2315
36fd8e17
DL
2316 * shadowfile.el: Doc fixes.
2317 (shadow) <defgroup>: Add :link.
2318 (shadowfile-unload-hook): New function.
2319 (shadow-initialize): Use defalias, not fset.
2320 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2321 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2322
521d4010
DL
2323 * international/mule.el: Doc and message fixes.
2324
36fd8e17
DL
2325 * international/ccl.el (define-ccl-program): Doc fix.
2326
92395bbe
KH
23272001-02-11 Kenichi Handa <handa@etl.go.jp>
2328
2329 * faces.el (mode-line): Set :line-width property to -1.
2330
103db06c
RS
23312001-02-10 Richard M. Stallman <rms@gnu.org>
2332
08b78974
RS
2333 * complete.el (partial-completion-mode): Doc fix.
2334
103db06c
RS
2335 * simple.el (delete-key-deletes-forward-mode):
2336 Change `let' to `let*' to fix gross bug in last change.
2337
2338 * repeat.el (repeat): Don't let execute-kbd-macro alter
2339 real-last-command.
2340
a6a1ee53
EZ
23412001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2342
2343 * simple.el (eval-expression): Doc fix.
2344
d2f288c6
DL
23452001-02-09 Dave Love <fx@gnu.org>
2346
038f4ae3
DL
2347 * imenu.el (imenu-generic-expression): Doc fix.
2348
83c9cb8e
SM
2349 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2350 From Juanma Barranquero.
038f4ae3 2351
15d1caef 2352 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2353
9804b846
KH
23542001-02-09 Kenichi Handa <handa@etl.go.jp>
2355
2356 * faces.el (set-face-attribute): Describe the case of a negative
2357 value specified for :line-width.
2358
532f5197
SM
23592001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2360
2361 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2362 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2363
1d279666
DL
23642001-02-08 Dave Love <fx@gnu.org>
2365
4681ca3a
DL
2366 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2367 widget-plist-value-type.
2368 (widget-alist-convert-widget): Replace binding of
2369 widget-alist-value-type.
2370
1d279666
DL
2371 * textmodes/paragraphs.el (sentence-end): Doc fix.
2372
83c9cb8e
SM
2373 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2374 Remove `backward-line'.
1d279666 2375
532f5197
SM
2376 * play/pong.el (pong-blank-color, pong-bat-color)
2377 (pong-ball-color, pong-border-color, pong-left-key)
2378 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2379 (pong-pause-key, pong-resume-key, pong-timer-delay):
2380 * mail/mh-comp.el (mh-compose-letter-function):
2381 * eshell/esh-mode.el (eshell-skip-prompt-function):
2382 * emulation/viper-ex.el (ex-unix-type-shell-options):
2383 * recentf.el (recentf-menu-filter):
2384 * ps-print.el (ps-print-region-function):
2385 * lpr.el (print-region-function):
2386 * forms.el (forms-mode-hooks):
2387 * dirtrack.el (dirtrack-directory-change-hook):
2388 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2389 * textmodes/spell.el (spell-filter):
2390 * textmodes/fill.el (adaptive-fill-function):
2391 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2392 * progmodes/etags.el (find-tag-default-function):
2393 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2394 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2395
6f676109
EZ
23962001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2397
751d3bc4
EZ
2398 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2399 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2400 Meyering <jim@meyering.net>.
2401
6f676109
EZ
2402 * loadup.el: Revert last change.
2403
d3c26cdf
KH
24042001-02-07 Kenichi Handa <handa@etl.go.jp>
2405
83c9cb8e
SM
2406 * international/mule.el (transform-make-coding-system-args):
2407 Make it work also for coding systems not using CCL.
d3c26cdf 2408
44806980
EZ
24092001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2410
9889af08
EZ
2411 * simple.el (previous-matching-history-element)
2412 (next-matching-history-element): Doc fix.
2413
44806980
EZ
2414 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2415 specific part.
2416
1e36ff68
DL
24172001-02-06 Dave Love <fx@gnu.org>
2418
713f7b15 2419 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2420 (add-log-buffer-file-name-function, add-log-file-name-function):
2421 Fix :type.
2422 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2423
c7ca58df
EZ
24242001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2425
fecd556a
EZ
2426 * info.el (info-initialize): Remove the test for system-type when
2427 invocation-directory is non-nil.
2428
c7ca58df
EZ
2429 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2430 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2431
587b5737
AI
24322001-02-06 Andrew Innes <andrewi@gnu.org>
2433
2434 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2435 absolute.
2436
baf7eee4
GM
24372001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2438
2439 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2440 buffers. When hi-lock turned on rather than only checking current
2441 buffer for regexps, all buffers are checked. Moved activation of
2442 font-lock to hi-lock-refontify. When font-lock turned off rather
2443 than removing added highlighting just in current buffer, remove it
2444 in all buffers. Changed edit menu text from "Automatic
2445 Highlighting" to "Regexp Highlighting" Documentation for
2446 highlighting phrases, minor documentation changes.
2447 (hi-lock-set-file-patterns): Execute only if there are new or
2448 existing file patterns.
2449 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2450 unfontify and, if a support mode is active, will not refontify the
2451 whole buffer. If necessary, turn on font lock. (Removed
2452 font-lock-unfontify and font-lock support-mode-specific calls,
2453 such as lazy-lock-fontify-window.)
2454 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2455 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2456 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2457 (hi-lock-face-phrase-buffer): New function. Also added related
2458 menu item and keybinding.
2459 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2460 (hi-lock-process-phrase): New function.
2461 (hi-lock-line-face-buffer): Doc fixes.
2462 (hi-lock-face-buffer): Doc fixes.
2463 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2464
36710aa6
GM
24652001-02-06 Gerd Moellmann <gerd@gnu.org>
2466
2467 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2468 dabbrev-ignored-regexps.
2469
d3f22784
EZ
24702001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2471
2472 * simple.el (kill-line): Doc fix.
2473
5cb3c8d4
DL
24742001-02-05 Dave Love <fx@gnu.org>
2475
2476 * loadup.el: Revert last two changes -- bootstrapping works with
2477 regenerated loaddefs.
2478
e6297e7d
EZ
24792001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2480
1e14b095
EZ
2481 * isearch.el (isearch-forward): Doc fix.
2482
e6297e7d
EZ
2483 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2484 of font-lock-defaults to backward-paragraph.
2485
e16f52ce
GM
24862001-02-05 Gerd Moellmann <gerd@gnu.org>
2487
2488 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2489 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2490
01d19dd7
GM
24912001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2492
2493 * ebnf2ps.el: Eliminate time-stamp functions.
2494 (ebnf-version): New version (3.5).
2495 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2496 format-time-string.
2497
24886813
GM
24982001-02-05 Gerd Moellmann <gerd@gnu.org>
2499
2500 * simple.el (next-line): Goto end-of-line before inserting a newline.
2501
65e70fc4
MB
25022001-02-05 Miles Bader <miles@gnu.org>
2503
2504 * image-file.el (insert-image-file): When visiting an image, also
2505 set `truncate-lines' to t so that any fringe arrow looks correct.
2506
482f06c9
KH
25072001-02-05 Kenichi Handa <handa@etl.go.jp>
2508
2509 * isearch.el (isearch-forward): Add description about input method
2510 in the docsting.
2511
02399da7
SM
25122001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2513
2514 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2515
2c366083
EZ
25162001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2517
2518 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2519 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2520
bdadfce3
GM
25212001-02-02 Gerd Moellmann <gerd@gnu.org>
2522
79fb38c0
GM
2523 * wid-edit.el (widget-button-click): Fix last change.
2524
bdadfce3
GM
2525 * frame.el (frame-notice-user-settings): When resizing the initial
2526 frame because the tool bar is off, also change the frame's top
2527 position if a negative top position was specified.
2528
33155ffb
MB
25292001-02-02 Miles Bader <miles@gnu.org>
2530
2531 * image-file.el (insert-image-file): When visiting an image,
2532 suppress the cursor in the image buffer.
2533
1355ba0c
DL
25342001-02-01 Dave Love <fx@gnu.org>
2535
2536 * progmodes/f90.el (f90-mode): Remove startup message.
2537
fb758d2d 2538 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2539
01acdb05
GM
25402001-02-01 Gerd Moellmann <gerd@gnu.org>
2541
2542 * startup.el (command-line): Fix code determining whether or not
2543 to use delete-key-deletes-forward-mode.
2544
5b1ee316
AS
25452001-02-01 Andre Spiegel <spiegel@gnu.org>
2546
2547 * vc.el (vc-diff-switches): New user option.
2548 (vc-version-diff): Use it.
2549 (vc-diff-switches-list): New macro.
2550
83c9cb8e
SM
2551 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2552 New customization options.
5b1ee316
AS
2553 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2554
2555 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2556
00b1e7a1
GM
25572001-02-01 Gerd Moellmann <gerd@gnu.org>
2558
2559 * msb.el (toplevel): Quote hook symbols.
2560
85827036
KH
25612001-02-01 Kenichi Handa <handa@etl.go.jp>
2562
8e028499 2563 * international/mule.el (make-coding-system): Add description
3c948dde 2564 about recognized properties in the docstring.
8e028499 2565
85827036
KH
2566 * international/mule-conf.el: Remove unused charsets
2567 mac-roman-lower and mac-roman-upper.
2568
7ccf7ab9
GM
25692001-01-31 Gerd Moellmann <gerd@gnu.org>
2570
2441692d
GM
2571 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2572 is in front of the left-margin, if any.
2573
ee5cece0
GM
2574 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2575 like `delete'.
2576
83c9cb8e 2577 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2578
7ccf7ab9
GM
2579 * term/w32-win.el (mouse-set-font): Doc fix.
2580
b4f30ec5 25812001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2582
b4f30ec5
GM
2583 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2584 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2585 on already.
2586
03e0fe6e
GM
25872001-01-31 Markus Rost <rost@math.ohio-state.edu>
2588
2589 * files.el (save-buffer): Don't give message if (buffer-file-name)
2590 returns nil.
713f7b15 2591
8f289acc
EZ
25922001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2593
cb4aae04
EZ
2594 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2595
dbd98b19
EZ
2596 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2597 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2598
8f289acc
EZ
2599 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2600 display problems.
2601
c12553c1
KH
26022001-01-31 Kenichi Handa <handa@etl.go.jp>
2603
c7bf5db9
KH
2604 * international/mule.el (charset-info): Fix docstring.
2605
2606 * international/mule-diag.el (describe-character-set): Check final
2607 char valid before printing it.
c12553c1 2608
14f16b9c
GM
26092001-01-30 Gerd Moellmann <gerd@gnu.org>
2610
efaa080b
GM
2611 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2612
eef93f99
GM
2613 * frame.el (frame-notice-user-settings): Do the tool-bar
2614 stuff only for graphical displays. Fix a braino.
713f7b15 2615
14f16b9c
GM
2616 * frame.el (frame-initialize): Create initial frame visible.
2617 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2618 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2619
2620 * startup.el (command-line): Remove manipulation of frame
2621 height for tool bars.
2622
4ad25e43
EZ
26232001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2624
2625 * lpr.el: Compatibility with XEmacs and doc fixes.
2626 (lpr-windows-system, lpr-lp-system): New vars.
2627 (lpr-printer-switch): New defcustom.
2628 (printer-name, lpr-command): Customization fix.
2629 (print-region-1): Code fix.
2630 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2631 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2632 New functions.
4ad25e43 2633
e8f044a0
GM
26342001-01-29 Gerd Moellmann <gerd@gnu.org>
2635
2636 * msb.el (toplevel): Fix the eval-after-load.
2637
850d5045
GM
26382001-01-29 Dave Love <fx@gnu.org>
2639
762fe76e
DL
2640 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2641
2642 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2643
83c9cb8e 2644 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2645 (tcl-using-emacs-19-23): Consider Emacs 21+.
2646 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2647 (tcl-add-emacs-menu): Supply menu name.
2648 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2649
3a768251
GM
26502001-01-29 Gerd Moellmann <gerd@gnu.org>
2651
2652 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2653
274d02f7
SM
26542001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2655
2656 * pcvs.el (cvs-mark-fis-dead): New function.
2657 (cvs-mode-add): Use it.
2658 (cvs-mode-add-change-log-entry-other-window):
2659 Rebind change-log-default-name to itself rather than to nil.
2660
ed5d446e
SS
26612001-01-29 Sam Steingold <sds@gnu.org>
2662
efaa080b 2663 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2664 `autoload' statements.
2665
e2a80284
EZ
26662001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2667
8e1db7b3
EZ
2668 * files.el (confirm-kill-emacs): Doc fix.
2669
ff2a1c79
EZ
2670 * frame.el (frame-initialize): Doc fix.
2671
e7b0deaf
EZ
2672 * time-stamp.el (time-stamp-string): Doc fix.
2673
83c9cb8e
SM
2674 * woman.el (WoMan-log-1): Make the log buffer writable.
2675 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2676
005913e4
GM
26772001-01-29 Gerd Moellmann <gerd@gnu.org>
2678
2679 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2680 the `make-variable-buffer-local'.
2681
58622cc5
GM
26822001-01-29 Dave Love <fx@gnu.org>
2683
2684 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2685 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2686 Add autoload cookie.
58622cc5
GM
2687 (ansi-color-apply-sequence): Fix typo.
2688
0404d031
GM
26892001-01-29 Gerd Moellmann <gerd@gnu.org>
2690
ed5d446e 2691 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2692 Postscript printing in black and white.
2693
0404d031
GM
2694 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2695 X-Mailman-Version, Precedence, List-Help, List-Post,
2696 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2697 Content-Type, Content-Length.
2698
3b6ed359
DL
26992001-01-29 Dave Love <fx@gnu.org>
2700
ddd16e7a
DL
2701 * elide-head.el (elide-head): Make overlay evaporate.
2702
83c9cb8e 2703 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2704
8005142f
EZ
27052001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2706
2707 * isearch.el (isearch-highlight): Don't punt if the display
2708 doesn't support colors, since isearch faces are defined for
2709 monochrome displays as well.
2710
84728570
SS
27112001-01-27 Sam Steingold <sds@gnu.org>
2712
2713 * shell.el (shell-write-history-on-exit): Make sure that we are in
2714 the shell buffer (M-x tex-file RET inserted the error message into
2715 the TeX buffer).
2716
e26f9ced
EZ
27172001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2718
2719 * simple.el (transient-mark-mode): Doc fix.
2720
dc0274bd
GM
27212001-01-27 Gerd Moellmann <gerd@gnu.org>
2722
83c9cb8e 2723 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2724
c1acacc4
EZ
27252001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2726
f5058b96
EZ
2727 * shell.el (shell-unquote-argument): If the shell is one of the
2728 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2729 quote character.
2730 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2731 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2732
c1acacc4 2733 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2734 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2735
103db06c 27362001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2737
84728570 2738 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2739 Treat a one-capital-letter abbrev as "not all upper case",
2740 so as to force preservation of the expansion's pattern
2741 if the expansion starts with a capital letter.
2742
cfa70244
EZ
27432001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2744
cfee9de7
EZ
2745 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2746 Doc fix.
2747
cfa70244
EZ
2748 * simple.el (transient-mark-mode): Document the fact that many
2749 commands act on the region when mark is active.
2750
17d90d6b
KH
27512001-01-27 Kenichi Handa <handa@etl.go.jp>
2752
2753 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2754 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2755 (quail-show-guidance-buf): Make the multibyteness of current
2756 buffer inherited to Quail guidance buffer.
2757 (quail-help): Make the multibyteness of current buffer inherited
2758 to Quail help buffer.
2759
61076b20
DL
27602001-01-26 Dave Love <fx@gnu.org>
2761
c47e2c68
DL
2762 * time-stamp.el: Doc fixes.
2763
84728570 2764 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2765 (delphi-keyword-face, delphi-other-face): Fix :type.
2766
940f14b4
DL
2767 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2768
2769 * mail/feedmail.el (feedmail): Add :link.
2770 (feedmail-send-it): Doc fix.
2771
2772 * mail/sendmail.el: Doc fixes.
2773 (sendmail-send-it): Fix the non-ASCII regexp and use
2774 rfc2047-encode-string.
2775
61076b20
DL
2776 * dired.el, dired-aux.el: Revert last change.
2777
6c317bd2
GM
27782001-01-26 Gerd Moellmann <gerd@gnu.org>
2779
2780 * makefile.w32-in (DONTCOMPILE): Add various term files.
2781
27822001-01-26 Dave Love <fx@gnu.org>
2783
2784 * Makefile.in (DONTCOMPILE): Add various term files.
2785
1c636b5f
GM
27862001-01-26 Gerd Moellmann <gerd@gnu.org>
2787
af900b23
GM
2788 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2789
15fa6db0 2790 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2791 the echo area is resized to fit the size of the startup message.
15fa6db0 2792
1c636b5f
GM
2793 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2794 part of which is a constant.
2795
9b1adbd5
EZ
27962001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2797
83c9cb8e 2798 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2799
103db06c 28002001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2801
2802 * simple.el (next-line): Don't let `newline' expand abbrevs.
2803 Simplify slightly.
2804 (open-line): Don't let `newline' expand abbrevs.
2805
219227ea
JW
28062001-01-25 John Wiegley <johnw@gnu.org>
2807
2808 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2809 to `repeat' in the :type field.
2810
2811 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2812 allow a choice of regexp or nil.
d2906bf8 2813 (pcomplete-dir-ignore): Same.
219227ea
JW
2814
2815 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2816 a command) to always fail.
2817
ceba0dac
GM
28182001-01-25 Gerd Moellmann <gerd@gnu.org>
2819
2820 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2821 discard the result.
2822 (iswitchb-to-end): Likewise.
2823
9b0630e5
SS
28242001-01-25 Sam Steingold <sds@gnu.org>
2825
2826 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2827 Require vc.
9b0630e5 2828
a2ed9670
SM
28292001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2830
f0c1adab
SM
2831 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2832
a2ed9670
SM
2833 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2834
34ac3367
DL
28352001-01-25 Dave Love <fx@gnu.org>
2836
61076b20
DL
2837 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2838 (describe-coding-system): Tweak the English text.
2839
34ac3367
DL
2840 * loadup.el: Preload international/ccl for utf-8.
2841
4685e6b7
EZ
28422001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2843
2844 * mail/rmail.el (rmail-redecode-body): Doc fix.
2845
0fdb4475
KH
28462001-01-25 Kenichi Handa <handa@etl.go.jp>
2847
83c9cb8e
SM
2848 * international/mule-cmds.el (reset-language-environment):
2849 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2850
83c9cb8e
SM
2851 * international/mule-conf.el (coding-category-utf-8):
2852 Initialize to mule-utf-8.
0fdb4475 2853
9b0630e5 2854 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2855
2856 * international/utf-8.el: New file.
2857
245ed2b1
SM
28582001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2859
2860 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2861
e95b0c08
SS
28622001-01-24 Sam Steingold <sds@gnu.org>
2863
2864 * dired.el (dired-replace-in-string): Removed.
2865 (dired-sort-toggle): Use `replace-regexps-in-string'
2866 instead of `dired-replace-in-string'.
9b0630e5 2867
ceba0dac
GM
2868 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2869 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2870
e95b0c08
SS
2871 * gs.el (gs-replace-in-string): Removed.
2872 (gs-options): Use `replace-regexps-in-string'
2873 instead of `gs-replace-in-string'.
2874
c3902c3e
EZ
28752001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2876
2877 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2878 bug report is mailed to an email list and posted to a news group.
2879
b66b6aeb
GM
28802001-01-24 Gerd Moellmann <gerd@gnu.org>
2881
83c9cb8e
SM
2882 * comint.el (comint-replace-by-expanded-history-before-point):
2883 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2884
b66b6aeb
GM
2885 * startup.el (tool-bar-images-pixel-height): New variable.
2886 (command-line): After loading the user's init file, when
2887 tool-bar-mode is on, increase the frame's size by some lines for
2888 the tool-bar.
2889
2890 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2891
ff890e66
SZ
28922001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2893
2894 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2895 (chinese-big5): MIME:Big5.
2896
04363179
GM
28972001-01-24 Gerd Moellmann <gerd@gnu.org>
2898
e95b0c08 2899 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2900 Handle commands with prefix args.
2901
d56aaa64
GM
29022001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2903
2904 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2905 being a list of numbers.
2906 (diary-mail-entries): Rewritten.
2907
99858627
DL
29082001-01-23 Dave Love <fx@gnu.org>
2909
7aeb1fa9
DL
2910 * international/mule.el (make-coding-system): Fix typo.
2911
83c9cb8e
SM
2912 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2913 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2914
5a43decf
EZ
29152001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2916
2917 * font-lock.el (font-lock-mode): Doc fix.
2918
b0e98867
KH
29192001-01-23 Kenichi Handa <handa@etl.go.jp>
2920
2921 * international/mule.el (make-translation-table): Fix docstring.
2922
9c8acefd
EZ
29232001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2924
fd4976b8
EZ
2925 * mail/rmail.el (rmail-redecode-body): New function.
2926
9c8acefd
EZ
2927 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2928
871e0439
GM
29292001-01-22 Gerd Moellmann <gerd@gnu.org>
2930
21c2bbe0
GM
2931 * isearch.el (isearch-lazy-highlight-case-fold-search)
2932 (isearch-lazy-highlight-regexp): New variables.
2933 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2934 case-fold search or regexp search has been toggled.
2935
5710730c
GM
2936 * wid-edit.el (widget-button-click): Avoid a save-excursion
2937 around running a global binding.
2938
871e0439
GM
2939 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2940 to 0.25.
2941
d0554957
MB
29422001-01-20 Miles Bader <miles@gnu.org>
2943
2944 * cus-edit.el (custom-face-save): Do post-processing on the face's
2945 new value like `custom-face-set' does.
2946
1519f618
EZ
29472001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2948
ccd87890
EZ
2949 * mail/emacsbug.el (report-emacs-bug): Report the value of
2950 LC_CTYPE, not LC_TYPE.
2951
1519f618
EZ
2952 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2953 isearch-toggle-regexp and isearch-edit-string to doc string.
2954
9724173b
GM
29552001-01-19 Gerd Moellmann <gerd@gnu.org>
2956
48bb9196
GM
2957 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2958 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2959
e95b0c08 2960 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2961 font-lock-beginning-of-syntax-function to nil.
2962
dc81f8a2
EZ
29632001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2964
2965 * mail/emacsbug.el (report-emacs-bug): Report values of
2966 locale-coding-system, default-enable-multibyte-characters, and the
2967 environment variables LC_ALL, LC_TYPE, and LANG.
2968
99327974
GM
29692001-01-19 Gerd Moellmann <gerd@gnu.org>
2970
83c9cb8e 2971 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2972
2be6ecc6
GM
2973 * font-lock.el (font-lock-multiline): Default to nil.
2974 (font-lock-default-fontify-region): If font-lock-multiline is
2975 nil, don't check the property `font-lock-multiline'.
2976
99327974
GM
2977 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2978 is nil, don't check the `font-lock-multiline' text property.
2979
2550055a
MK
29802001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2981
0a949811 2982 * viper.el: Call initial-major-mode on startup.
e95b0c08 2983
0a949811 2984 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2985
8501998a 2986 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2987
2550055a 29882001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2989
0a949811 2990 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2991 diff mode, if available.
e95b0c08 2992
0a949811 29932001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2994
8501998a 2995 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2996
2550055a
MK
2997 * ediff-init.el (subst-char-in-string): Define and use it, unless
2998 it's already defined.
e95b0c08 2999
8962e303
GM
30002001-01-18 Gerd Moellmann <gerd@gnu.org>
3001
3002 * tooltip.el (tooltip-hide-delay): New user-option.
3003 (tooltip-show): Use tooltip-hide-delay instead of the default.
3004
6b453381
KH
30052001-01-18 Kenichi Handa <handa@etl.go.jp>
3006
3007 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3008 kill-local-variable doesn't work for enable-multibyte-characters.
3009
9eaf396b
DL
30102001-01-17 Dave Love <fx@gnu.org>
3011
cebd37ce
DL
3012 * ediff-init.el (ediff-before-setup-hook)
3013 (ediff-merge-filename-prefix): Add :version.
3014
9eaf396b
DL
3015 * international/latin1-disp.el: Require disp-table.
3016 (latin1-display): Fix :set.
3017
3018 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3019
f864120f
GM
30202001-01-17 Gerd Moellmann <gerd@gnu.org>
3021
3022 * isearch.el (isearch-lazy-highlight-initial-delay)
3023 (isearch-lazy-highlight-interval): Default to 0.
3024
30252001-01-17 Bob Glickstein <bobg@zanshin.com>
3026
3027 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3028 1 here rather than each time through
3029 isearch-lazy-highlight-new-loop.
3030 (isearch-lazy-highlight-max): Variable deleted.
3031 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3032 isearch-lazy-highlight-max but controls a single invocation of
3033 isearch-lazy-highlight-update.
3034 (isearch-lazy-highlight-wrapped): Variable recreated.
3035 (isearch-lazy-highlight-window-start): New variable.
3036 (isearch-lazy-highlight-cleanup): Restored to behavior of
3037 before 2-Jan.
3038 (isearch-lazy-highlight-remove-overlays): Function deleted;
3039 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3040 behavior removed.
3041 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3042 isearch-lazy-highlight-update in a loop rather than just once.
3043 Test isearch-invalid-regexp here and decide not to start a new
3044 loop, rather than testing it each time through
3045 isearch-lazy-highlight-update.
3046 (isearch-lazy-highlight-search): Function restored.
3047 (isearch-lazy-highlight-update): Get called in a timer loop again,
3048 but this time highlight more than one match each time through.
83c9cb8e
SM
3049 Only highlight matches in the visible part of the window.
3050 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3051 the edge of the window. Use sit-for to force redisplay and ensure
3052 window-start is credible. "Face suppressing" behavior removed;
3053 overlay priorities should make it unnecessary, right?
3054 (isearch-highlight): Face suppressing behavior removed.
3055 (isearch-dehighlight): Face suppressing behavior removed.
3056 (isearch-set-lazy-highlight-faces-at): Removed.
3057
076ec540
KH
30582001-01-17 Kenichi Handa <handa@etl.go.jp>
3059
3060 * language/european.el ("Latin-1"): Make the format of description
3061 about additional language environments same as that of Latin-2.
3062
92328ec5
DL
30632001-01-16 Dave Love <fx@gnu.org>
3064
39f2174e
DL
3065 * isearch.el (isearch-lazy-highlight): Add :version.
3066
92328ec5
DL
3067 * simple.el (backward-delete-char-untabify-method)
3068 (next-line-add-newlines): Add :version.
3069
f251459d
GM
30702001-01-16 Gerd Moellmann <gerd@gnu.org>
3071
9d4850e5
GM
3072 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3073 Don't bind <delete> otherwise.
3074
3075 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3076 and <delete> via function-key-map.
3077
f251459d
GM
3078 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3079 Subject line only if point is after the `Subject:'.
3080
771ffcf7
KH
30812001-01-16 Kenichi Handa <handa@etl.go.jp>
3082
bda6b481
KH
3083 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3084 japanese-jisx0213-2 in `charset' property of this lang. env.
3085
35793af7
KH
3086 * language/european.el ("Latin-1"): Add description for Dutch and
3087 Spanish lang. env.
3088
771ffcf7
KH
3089 * international/mule.el (decode-char): Fix conditions.
3090 (encode-char): Handle eight-bit-control too.
1c8102ff 3091 (transform-make-coding-system-args): New function.
50c29104
KH
3092 (make-coding-system): Accept XEmacs style arguments for CCL base
3093 coding system.
771ffcf7 3094
e1cf67b6
GM
30952001-01-15 Gerd Moellmann <gerd@gnu.org>
3096
3097 * progmodes/etags.el (find-tag-noselect): Save the value of
3098 tags-file-name before switching buffers, for the case it has a
3099 buffer-local value.
3100
b3287acf
GM
31012001-01-15 Alex Schroeder <alex@gnu.org>
3102
9eaf396b
DL
3103 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3104 From Dave Love <fx@gnu.org>.
b3287acf
GM
3105 (ansi-color-for-comint-mode): Fix :version.
3106
31072001-01-15 Alex Schroeder <alex@gnu.org>
3108
3109 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3110
8d7ff9c8
EZ
31112001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3112
3113 * dired.el (dired-insert-directory): If file-system-info fails,
3114 remove the " free " part, but don't signal an error.
3115
dbe99ae9
SS
31162001-01-12 Sam Steingold <sds@gnu.org>
3117
3118 * bookmark.el (bookmark-maybe-historicize-string):
3119 Use new backquote syntax.
3120
103db06c 31212001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3122
3123 * subr.el (last): Handle a list that doesn't end in nil.
3124
ca2ddd8e
SS
31252001-01-12 Sam Steingold <sds@gnu.org>
3126
3127 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3128 to `backward-delete-char-untabify'.
3129
1751c874
DL
31302001-01-12 Dave Love <fx@gnu.org>
3131
3132 * cus-edit.el (customize-menu-create): Fix the :filter following
3133 easymenu change.
3134
3135 * wid-edit.el (function): Add :match-alternatives.
3136 (widget-color-action): Doc fix.
3137
3cccce8d
GM
31382001-01-12 Gerd Moellmann <gerd@gnu.org>
3139
3140 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3141
18bfd6b5
KH
31422001-01-12 Kenichi Handa <handa@etl.go.jp>
3143
83c9cb8e 3144 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3145
18bfd6b5
KH
3146 * international/ccl.el (define-ccl-program): Fix docstring.
3147
562e00da
DL
31482001-01-11 Dave Love <fx@gnu.org>
3149
14fd0da3
DL
3150 * international/mule-cmds.el (standard-display-european-internal):
3151 Set display table for 2208 as for 160.
3152
3153 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3154
562e00da
DL
3155 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3156 entry for custom-menu-create change.
3157 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3158 don't cons it in the search loop.
3159
3160 * imenu.el (imenu--truncate-items): Revert last change.
3161
6e961dcd
EZ
31622001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3163
3164 * info.el (Info-setup-header-line): If the node header includes
3165 either Next: or Prev: links, don't show the File: and Node: parts
3166 in the header line.
3167
2c2ff7f2
GM
31682001-01-11 Gerd Moellmann <gerd@gnu.org>
3169
a7ee2d2e
GM
3170 * comint.el (comint-goto-process-mark): Don't print a message
3171 when running in batch mode.
3172
c5348233
GM
3173 * isearch.el (isearch-search): In the condition-case handler for
3174 `error', set isearch-invalid-regexp to the whole error message.
3175
422717d1
GM
3176 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3177 ensure that eval-after-load works for files dumped with Emacs.
3178
3179 * help.el (load-symbol-file-load-history): New function extracted
3180 from function symbol-file.
3181 (symbol-file): Use it.
3182
83c9cb8e 3183 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3184
926861fb
EZ
31852001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3186
3187 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3188 behave as if there were no prefix argument.
3189 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3190 argument were nil.
3191
afa1f52c
RS
31922001-01-11 Richard M. Stallman <rms@gnu.org>
3193
ca2ddd8e 3194 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3195 Don't look for more potential matches once maximum is exceeded.
3196 Use overlays-in to check correctly for overlap with current match.
3197 Ignore empty matches.
3198
47a9f362
MB
31992001-01-11 Miles Bader <miles@gnu.org>
3200
3201 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3202 (ispell-overlay-window, ispell-help, ispell-show-choices)
3203 (ispell-command-loop): Use it instead of `window-height'.
3204
d196f58d
GM
32052001-01-10 Gerd Moellmann <gerd@gnu.org>
3206
cf523f0e
GM
3207 * files.el (confirm-kill-emacs): New user-option.
3208 (save-buffers-kill-emacs): Ask for final confirmation before
3209 killing Emacs.
3210
d196f58d
GM
3211 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3212 to nil.
3213
7c6c3d8e
GM
32142001-01-10 Dave Love <fx@gnu.org>
3215
1f8be15d
DL
3216 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3217
83c9cb8e 3218 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3219
3220 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3221
3222 * calculator.el (calculator-number-digits): Fix :type.
3223
0d5184de
DL
3224 * vc-cvs.el (vc-cvs-header): Fix :type.
3225 * vc-rcs.el (vc-rcs-header): Fix :type.
3226 * vc-sccs.el (vc-sccs-header): Fix :type.
3227
3228 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3229
7c6c3d8e
GM
3230 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3231
8c9f73a2
GM
3232 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3233
457b792c
GM
32342001-01-10 Gerd Moellmann <gerd@gnu.org>
3235
3236 * simple.el (set-variable): Force a thorough redisplay for the
3237 case that the variable has an effect on the display, like
3238 `tab-width' has.
3239
d2622d08
AS
32402001-01-10 Andre Spiegel <spiegel@gnu.org>
3241
3242 * vc.el: Add documentation for backend interface.
3243
ae4b5f4f
KH
32442001-01-10 Kenichi Handa <handa@etl.go.jp>
3245
e0844717
KH
3246 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3247
ae4b5f4f
KH
3248 * international/mule-conf.el (latin-extra-code-table): Set to t
3249 for \223 and \224.
3250
3184082b
KH
32512001-01-09 Kenichi Handa <handa@etl.go.jp>
3252
3253 * international/mule-cmds.el (locale-language-names): Map "es" to
3254 "Spanish" and "nl" to "Dutch".
3255
732b9cdd
GM
32562001-01-09 Gerd Moellmann <gerd@gnu.org>
3257
1dfca644
GM
3258 * bindings.el (global-map): Bind <home> to beginning-of-line,
3259 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3260 C-<end> to end-of-buffer.
3261
732b9cdd
GM
3262 * language/european.el: Add Dutch and Spanish language info
3263 to be able to use the appropriate tutorials.
3264
32652001-01-09 Alex Schroeder <alex@gnu.org>
3266
3267 * ansi-color.el (ansi-color-process-output): Use markers instead
3268 of positions for start and end of region.
3269 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3270 Previously, occasional mistakes happend when fontifying many
3271 chunks of output (eg. ls --color=yes /dev). This happened
3272 whenever an overlay was created up to the end of the region, which
3273 coincided with the process-mark. New text would then be added
3274 within that overlay instead of after it.
3275 (ansi-color-make-extent): Overlays are created with the property
3276 `modification-hooks' set to '(ansi-color-freeze-overlay).
3277 (ansi-color-freeze-overlay): New function. When inserting text at
3278 the end of the overlay, the overlay will resize.
3279
32802000-01-09 Alex Schroeder <alex@gnu.org>
3281
3282 * ansi-color.el (ansi-color-process-output): Doc change.
3283 (ansi-color-unfontify-region): Doc change. No longer installed
3284 automatically in font-lock-unfontify-region-function.
3285 (ansi-color-apply): Doc change.
3286 (ansi-color-apply-on-region): Use extents or overlays instead of
3287 text-properties.
3288 (ansi-color-make-extent): New function.
3289 (ansi-color-set-extent-face): New function.
3290
32912000-01-09 Alex Schroeder <alex@gnu.org>
3292
3293 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3294 both use ansi-color-process-output, now.
3295 (ansi-color-process-output): Doesn't return string anymore. It is
3296 installed in comint-output-filter-functions for both Emacs and
3297 XEmacs, now.
3298 (ansi-color-unfontify-region): Simplified code removing variables
3299 pos and start-ansi.
3300 (ansi-color-apply): Put text-property ansi-color before putting
3301 text-property face because ansi-color-unfontify-region is called
3302 immediately after the call to put-text-property.
3303 (ansi-color-context-region): Doc change.
3304 (ansi-color-filter-region): Simplified code.
3305 (ansi-color-apply-on-region): Changed start to start-marker, using
3306 a marker explicitly. Put text-property ansi-color before putting
3307 text-property face because ansi-color-unfontify-region is called
3308 immediately after the call to put-text-property.
3309
33102000-01-09 Alex Schroeder <alex@gnu.org>
3311
3312 * ansi-color.el (ansi-color-faces-vector): Doc change.
3313 (ansi-color-for-comint-mode): Changed :type property to choice.
3314 (ansi-color-last-context): Removed.
3315 (ansi-color-process-output): Don't use ansi-color-last-context, as
3316 the main functions will store their context now.
3317 (ansi-color-context): Doc change.
3318 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3319 Uses ansi-color-context such that repeated calls will strip
3320 partial escape sequences, too.
3321 (ansi-color-apply): Simplified code. Colorize end of string if
3322 face is not null. Store context in new (FACE STRING) format, such
3323 that repeated calls will strip partial escape sequences, too.
3324 Append faces to face property using ansi-color-apply-sequence such
3325 that cumulative mode actually works.
3326 (ansi-color-context-region): New variable.
3327 (ansi-color-filter-region): Rewrote it based on
3328 ansi-color-apply-on-region. Uses ansi-color-context-region such
3329 that repeated calls will strip partial escape sequences, too.
3330 (ansi-color-apply-on-region): Simplified code. Colorize end of
3331 region if face is not null. Store context in new (FACE POS)
3332 format, such that repeated calls will strip partial escape
3333 sequences, too. Append faces to face property using
83c9cb8e 3334 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3335 (ansi-color-apply-sequence): New function.
3336 (ansi-color-get-face): When the default face is added to the list
3337 of faces, all previous settings are discarded and the list of
3338 faces is set to '(default).
3339
33402000-01-09 Alex Schroeder <alex@gnu.org>
3341
3342 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3343 face, such that ansi-color-apply and ansi-color-apply-on-region
3344 will do the right thing.
3345 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3346 returns nil, set the list of faces back to nil instead of
83c9cb8e 3347 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3348
33492000-01-09 Alex Schroeder <alex@gnu.org>
3350
3351 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3352 (ansi-color-process): Doc change.
3353 (ansi-color-last-context): New buffer-local variable.
3354 (ansi-color-process-output): New function. It is automatically
3355 added to comint-output-filter-functions if this is XEmacs.
3356 (ansi-color-unfontify-region): New optional parameter for XEmacs
3357 compatibility. Check wether font-lock-syntactic-keywords is
3358 boundp before removing the syntax table text property, as XEmacs
3359 doesn't have it.
3360 (ansi-color-filter-region): Doc change.
3361 (ansi-color-apply-on-region): Doc change.
3362 (ansi-color-make-face): New function. Compatibility layer for
3363 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3364 (ansi-color-make-color-map): Use ansi-color-make-face.
3365 (ansi-color-get-face): Avoid face text property '(nil) as results
3366 in an errow for XEmacs.
3367
33682000-01-09 Alex Schroeder <alex@gnu.org>
3369
83c9cb8e
SM
3370 * ansi-color.el (ansi-color-unfontify-region): New function.
3371 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3372 ansi-color. When the package is loaded, a lambda expression is
3373 put onto font-lock-mode-hook. This lambda expression will check
3374 font-lock-unfontify-region-function and replace
83c9cb8e 3375 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3376 (ansi-color-apply): Add text-property ansi-color in addition to
3377 text-property face.
3378 (ansi-color-apply-on-region): Add text-property ansi-color in
3379 addition to text-property face.
3380 (save-buffer-state): Copy of the macro that is also used by
3381 lazy-lock and font-lock.
3382
3383 (ansi-color-for-comint-mode): New option.
3384 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3385 (ansi-color-for-comint-mode-off): Ditto.
3386 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3387 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3388 decide what to do. This function is added to
3389 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3390
3391 (ansi-color-for-shell-mode-set): Removed.
3392 (ansi-color-for-shell-mode): Removed.
3393
33942000-01-09 Alex Schroeder <alex@gnu.org>
3395
3396 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3397 the lambda expression from the ansi-color-for-shell-mode :set
3398 property. Additionally, modify shell-mode-hook to enable or
3399 disable font-lock-mode for future shell buffers.
3400 (ansi-color-for-shell-mode): The :set property calls
3401 ansi-color-for-shell-mode-set instead of a lambda expression.
3402
34032000-01-09 Alex Schroeder <alex@gnu.org>
3404
3405 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3406 (ansi-color-context): New variable.
3407 (ansi-color-apply): Save context between calls.
3408
fb55ff10
EZ
34092001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3410
83c9cb8e
SM
3411 * isearch.el (isearch, isearch-lazy-highlight-face):
3412 New definitions for face colors and attributes.
29910493 3413
fb55ff10
EZ
3414 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3415 of display-mouse-p.
3416
134d6265
KH
34172001-01-09 Kenichi Handa <handa@etl.go.jp>
3418
3419 * international/mule.el (make-coding-system): If the coding system
3420 accepts extra latin codes, register such codes as safe for the
3421 coding system.
3422
103db06c 34232001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3424
984c9f75
RS
3425 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3426 don't mention the file name or the date here, because they are
3427 logged at the start of the file.
3428
34292001-01-08 Richard M. Stallman <rms@gnu.org>
3430
78b8eee8
RS
3431 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3432 Change screen-width to frame-width.
3433
1460e5d4
EZ
34342001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3435
3436 * info.el (Info-search): Print the default as part of the prompt.
3437
56f24bc1
AS
34382001-01-08 Andre Spiegel <spiegel@gnu.org>
3439
ca2ddd8e 3440 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3441 constant implementations in backends.
3442
3443 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3444 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3445
3446 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3447 WRITABLE to EDITABLE.
3448
3449 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3450 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3451 to EDITABLE.
3452
b7812d30
EZ
34532001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3454
3455 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3456 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3457
7e56ea04
GM
34582001-01-08 Gerd Moellmann <gerd@gnu.org>
3459
3460 * isearch.el (isearch-old-signal-hook): Removed.
3461 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3462 instead of setting signal-hook-function.
3463 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3464
a758f97d
GM
34652001-01-08 Kevin Gallagher <kevingal@onramp.net>
3466
3467 * emulation/edt.el: Update to version 4.0. Provide support for
3468 EDT scroll margins at top and bottom of the window. Provide an
3469 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3470 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3471 user when file-related buffer modifications exist.
3472 Provide support for running EDT Emulation in XEmacs.
3473 Provide customize access to some user updatable variables.
3474 Add Commentary section to file header.
3475 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3476
3477 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3478 for detecting a keypress that generates an ASCII key sequence.
3479 (Previously, only a keypress that generates a vector was
3480 recognized.) Embed Window Manager name into name of the generated
3481 EDT Emulation initialization file since the initialization file is
3482 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3483
30db89f9
EZ
34842001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3485
4deb3ba9
EZ
3486 * mail/sendmail.el (mail-mode): Doc fix.
3487
30db89f9
EZ
3488 * info.el (Info-goto-emacs-command-node): Doc fix.
3489 (Info-goto-emacs-key-command-node): Doc fix.
3490
c3f2772b
EZ
34912001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3492
8726e79b 3493 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3494 systems without long file-name support.
3495
0dac6924
AI
34962001-01-06 Andrew Innes <andrewi@gnu.org>
3497
3498 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3499
4e6ef391
EZ
35002001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3501
380866a2
EZ
3502 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3503 (isearch-lazy-highlight-update): Doc fix.
3504
148b5960
EZ
3505 * ffap.el (ffap-bindings): Doc fix.
3506
4e6ef391
EZ
3507 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3508
4cb1bcc2
DL
35092001-01-05 Dave Love <fx@gnu.org>
3510
3511 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3512
3828218c
GM
35132001-01-05 Gerd Moellmann <gerd@gnu.org>
3514
83c9cb8e
SM
3515 * mouse-drag.el (mouse-drag-safe-scroll):
3516 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3517
1f4139d5
GM
3518 * isearch.el (isearch-old-signal-hook): New variable.
3519 (isearch-mode): Set signal-hook-function to isearch-done.
3520 (isearch-done): Restore old signal-hook-function.
3521
3828218c
GM
3522 * info.el (Info-fontify-node): Mark one more char as intangible.
3523
3970013f
KH
35242000-01-05 Kenichi Handa <handa@etl.go.jp>
3525
83c9cb8e
SM
3526 * composite.el (compose-last-chars): New argument COMPONENTS.
3527 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3528 COMPONENTS.
3529
3530 * international/quail.el (quail-input-string-to-events): New function.
3531 (quail-input-method): Convert input string to events here.
3532 (quail-start-translation): Return input string, not event list.
3533 (quail-start-conversion): Likewise.
3534
f3b05e99
GM
35352001-01-04 Gerd Moellmann <gerd@gnu.org>
3536
ca2ddd8e 3537 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3538 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3539 and tooltip-add-timeout.
3540 (tooltip-show): Set border color from faces's foreground.
3541 (tooltip-show-help-function): If called with the same help string
3542 as last time, do nothing.
3543 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3544
0f2ac578
GM
3545 * startup.el (fancy-splash-screens): Don't bind show-help-function
3546 to nil.
3547
f3b05e99
GM
3548 * tooltip.el (tooltip-frame-parameters): Remove colors.
3549 (tooltip): New face
3550 (tooltip-set-param): New function.
3551 (tooltip-show): Set up color frame parameters from face `tooltip'.
3552 Display the tooltip text in face `tooltip'.
3553
8416e94a
DL
35542001-01-04 Dave Love <fx@gnu.org>
3555
3556 * whitespace.el (whitespace-global-mode): Fix typo.
3557
3558 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3559
30db89f9
EZ
35602001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3561
83c9cb8e
SM
3562 * help.el (help-for-help): Fix a typo in a doc string.
3563 From kwzh@gnu.org (Karl Heuer).
30db89f9 3564
b847eb8c
DL
35652001-01-03 Dave Love <fx@gnu.org>
3566
3567 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3568 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3569 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3570 (dired-guess-shell-alist-user): Customize.
3571 (dired-x-help-address): Set to bug-gnu-emacs.
3572 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3573 (dired-default-directory): Renamed from default-directory.
3574
3575 * hl-line.el (hl-line): Doc fix.
3576
43c4b570
KF
35772001-01-03 Karl Fogel <kfogel@red-bean.com>
3578
1bf6b1bf 3579 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3580
984c9f75 35812001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3582
3583 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3584 to remove all the current alternative-match highlighting.
3585 If nil, remove only what's outside the current window.
3586 (isearch-lazy-highlight-remove-overlays): Take optional
3587 region within which NOT to remove them.
3588 (isearch-lazy-highlight-new-loop): Greatly simplified.
3589 (isearch-lazy-highlight-update): Find all the other occurrences
3590 visible in the window, in just one call.
3591 (isearch-lazy-highlight-start): Now holds start of region to scan.
3592 (isearch-lazy-highlight-end): Now holds end of region to scan.
3593 (isearch-lazy-highlight-wrapped): Variable deleted.
3594 (isearch-lazy-highlight-search): Function deleted.
3595
13d6a61c
AI
35962000-01-02 Andrew Innes <andrewi@gnu.org>
3597
3598 * w32-fns.el (convert-standard-filename): Do length check on name
3599 before aref.
3600
064866e7
DL
36012001-01-02 Dave Love <fx@gnu.org>
3602
b33e041b
DL
3603 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3604 value.
3605 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3606
3607 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3608
8166ffd5
DL
3609 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3610 read syntax.
3611
064866e7
DL
3612 * calendar/todo-mode.el (todo): Add :link, :version.
3613 (todo-save-top-priorities): Remove autoload cookie.
3614 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3615 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3616
6dde6abc
GM
36172001-01-02 Gerd Moellmann <gerd@gnu.org>
3618
3619 * comint.el (comint-input-history-ignore): New variable.
3620 (comint-read-input-ring): Ignore entries matching
3621 comint-input-history-ignore.
3622
1a8a9daf
GM
36232001-01-02 Eric M. Ludlam <zappo@gnu.org>
3624
3625 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3626 (lm-copyright-mark): New function.
3627 (lm-crack-copyright): New function.
3628 (lm-verify): Check that the file has a copyright.
3629 Check that the file is copyright Free Software Foundation.
3630
9c92eb53
KH
36312000-12-30 Kenichi Handa <handa@etl.go.jp>
3632
3633 * international/mule-diag.el (print-fontset): Indent font name by
3634 24 columns, not 25.
3635
49172314
GM
36362000-12-29 Gerd Moellmann <gerd@gnu.org>
3637
762a68ec
GM
3638 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3639 in Subject line.
3640
49172314 3641 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3642 Use mail-mode-hook instead of mail-setup-hook.
3643 Otherwise continuing an interrupted message with C-u C-x m for
3644 instance, winds up in Mail mode without abbrevs.
49172314 3645
bd7a2e26
GM
36462000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3647
3648 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3649 non-nil. Adding almost all customization variables on ps-setup.
3650 Doc fix.
bd7a2e26
GM
3651 (ps-print-version): New version number (6.3.3).
3652 (ps-end-with-control-d): Initialization fix.
3653 (ps-lines-printed): New var.
3654 (ps-skip-newline): New fun.
3655 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3656 (ps-next-line, ps-continue-line, ps-plot-region)
3657 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3658
2b3f28a4
KH
36592000-12-29 Kenichi Handa <handa@etl.go.jp>
3660
83c9cb8e
SM
3661 * international/fontset.el (x-complement-fontset-spec):
3662 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3663 registered in x-font-name-charset-alist.
3664 (create-fontset-from-fontset-spec): Adjusted for the above change.
3665 The name of fontset alias should be a unresolved ASCII font name.
3666
2ece9174
GM
36672000-12-28 Gerd Moellmann <gerd@gnu.org>
3668
3669 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3670 and delete in isearch-mode-map.
3671
cbe3ad7a
RS
36722000-12-28 Richard M. Stallman <rms@gnu.org>
3673
ca2ddd8e 3674 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3675 Use xpdf instead of acroread.
3676
a816f1c5
KH
36772000-12-28 Kenichi Handa <handa@etl.go.jp>
3678
f086e73c
KH
3679 * textmodes/artist.el (artist-butlast): Deleted.
3680 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3681 artist-butlast.
f086e73c 3682
a816f1c5
KH
3683 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3684
3685 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3686
b202115b
EZ
36872000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3688
3689 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3690
3691 * ls-lisp.el: Better support for the Mac and MS-Windows.
3692 (ls-lisp): New defgroup.
3693 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3694 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3695 (ls-lisp-support-shell-wildcards): New defcustoms.
3696 (ls-lisp-parse-symlink): New function.
3697 (insert-directory): Code to convert switches to a list and set up
3698 the wildcard argument copied from ls-lisp-insert-directory.
3699 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3700 for -C and -R switches.
3701 (ls-lisp-column-format): New function.
ca2ddd8e 3702 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3703 (ls-lisp-format-time): Add doc strings.
3704 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3705 Support ls-lisp-dirs-first.
3706 (ls-lisp-classify, ls-lisp-extension): New functions.
3707 (ls-lisp-format): Optionally support emulation of symlinks.
3708 Support -i, -s, and -G switches.
3709
6061fbf0
GM
37102000-12-27 Gerd Moellmann <gerd@gnu.org>
3711
5e25feee
GM
3712 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3713
6061fbf0
GM
3714 * version.el (emacs-version): Print X scroll bar information.
3715
3716 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3717 instead of x-toolkit-scroll-bars-p.
3718
3719 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3720 of x-toolkit-scroll-bars-p.
3721
25050dab
EZ
37222000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3723
83c9cb8e 3724 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3725 (ffap-bindings): Doc fix, to reflect the above change.
3726
c1786874
KH
37272000-12-27 Kenichi Handa <handa@etl.go.jp>
3728
3729 * term.el (term-char-mode): Define all non-ascii self-inserting
3730 characters to 'term-send-raw in term-raw-map.
3731
7261ece3 37322000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3733
83c9cb8e 3734 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3735
83c9cb8e
SM
3736 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3737 Changed initialization; use add-hook.
6061fbf0 3738 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3739
6061fbf0 3740 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3741
6061fbf0
GM
3742 * ediff.el (ediff-patch-buffer): Bug fix.
3743 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3744
83f40583
SM
37452000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3746
3747 * subr.el (combine-run-hooks): Remove.
3748
3749 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3750 and remove the rogue second spec.
3751
bdd6d4e8
GM
37522000-12-23 Gerd Moellmann <gerd@gnu.org>
3753
3754 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3755
26736ce3
SM
37562000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3757
0e86b6b0
SM
3758 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3759 Use minibuffer menu prompt for the `=' prefix.
3760 (smerge-command-prefix): Change default to C-^.
6eabfb26 3761 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3762
26736ce3
SM
3763 * skeleton.el (skeleton-internal-1): Make sure the first line of
3764 the region is also re-indented.
d21584d6
SM
3765 (skeleton-end-newline): New var.
3766 (skeleton-end-hook): Use it.
26736ce3 3767
95fa4fd7
MB
37682000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3769
3770 * comint.el (comint-password-prompt-regexp): Support CVS.
3771
f060b834
GM
37722000-12-22 Gerd Moellmann <gerd@gnu.org>
3773
83c9cb8e
SM
3774 * simple.el (delete-key-deletes-forward-mode): Simplify.
3775 Also backspace key combinations, depending on
856ff7a7
GM
3776 delete-key-deletes-forward.
3777
3778 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3779
f060b834
GM
3780 * simple.el (delete-key-deletes-forward): Doc fix.
3781
653558a1
GM
37822000-08-22 Emmanuel Briot <briot@gnat.com>
3783
3784 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3785 white spaces are relevant in the XML file.
653558a1
GM
3786 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3787 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3788 of XML files.
653558a1
GM
3789 (xml-parse-tag): Check that the casing is the same in the start
3790 tag and end tag, since XML is case-sensitive. Allows for spaces
3791 in the end tag, after the name of the tag.
3792 (xml-parse-attlist): Allow for the character '-' in the name of
3793 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3794 the properties in the XML tree, since they are not relevant.
653558a1 3795
3ad93d8d
SM
37962000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3797
3798 * generic.el (generic-read-type): Undo last change, inline into
3799 `generic-mode' and then remove.
3800 (generic-mode): Inline generic-read-type.
3801 (define-generic-mode): Push the symbol name rather than the symbol
3802 onto generic-mode-list.
3803
177f4e88
GM
38042000-12-21 Gerd Moellmann <gerd@gnu.org>
3805
8e15274f
GM
3806 * generic.el (generic-read-type): Build an alist for
3807 completing-read as in 20.7.
3808
3809 * play/landmark.el (lm): Use interactive spec `P'.
3810 (toplevel): Don't set debug-on-error.
3811
83c9cb8e 3812 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3813
6ba384dc
GM
38142000-12-21 Dave Pearson <davep@davep.org>
3815
3816 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3817
647a066c
GM
38182000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3819
3820 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3821 ranges like \177-\237, but accepts the character sequence from \177 to
3822 \237. Doc fix.
3823 (ebnf-version): New version (3.4).
3824 (ebnf-setup): Code fix.
3825 (ebnf-range-regexp): New fun.
3826 (ebnf-8-bit-chars): Const fix.
3827
3828 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3829 entry. Doc fix.
3830 (ebnf-bnf-lex): Code fix.
3831 (ebnf-bnf-comment-chars): Const fix.
3832
3833 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3834 entry. Doc fix.
3835 (ebnf-iso-comment-chars): Const fix.
3836
3837 * ebnf-otz.el: Doc fix.
3838
3839 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3840 entry. Doc fix.
3841 (ebnf-yac-skip-code): Code fix.
3842 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3843
bc22fd18
EZ
38442000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3845
3846 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3847 (recover-file): Use it instead of insert-directory.
3848 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3849
587fc3f9
KH
38502000-12-21 Kenichi Handa <handa@etl.go.jp>
3851
83c9cb8e
SM
3852 * international/mule-cmds.el (select-safe-coding-system):
3853 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3854
587fc3f9
KH
3855 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3856
01860fb9
MB
38572000-12-21 Miles Bader <miles@gnu.org>
3858
83c9cb8e 3859 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3860
3f9d67a6
KH
38612000-12-21 Kenichi Handa <handa@etl.go.jp>
3862
9fd1c1f7
KH
3863 * international/mule-diag.el (describe-char-after): Make *Help*
3864 buffer inherit multibyteness of the current buffer.
3865
3f9d67a6
KH
3866 * international/mule.el (make-char): Docstring adjusted for the
3867 change of make-char-internal.
3868
c9669fac
SM
38692000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3870
3871 * international/iso-cvt.el: Docstrings fix.
3872
19594307
DL
38732000-12-20 Dave Love <fx@gnu.org>
3874
3875 * subr.el (eval-after-load): Doc fix.
3876
b1a447b3
KH
38772000-12-20 Kenichi Handa <handa@etl.go.jp>
3878
3879 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3880 for numbers.
3881
09877d5d
MB
38822000-12-20 Miles Bader <miles@gnu.org>
3883
3884 * international/quail.el (quail-help): Resize the help window
3885 again after it has all its contents. Remove unneeded progn.
3886
71d4497a
GM
38872000-12-19 Gerd Moellmann <gerd@gnu.org>
3888
3889 * pcmpl-linux.el: Fix copy/paste error.
3890
741e56a0
AI
38912000-12-19 Andrew Innes <andrewi@gnu.org>
3892
83c9cb8e 3893 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3894
cc24d91c
CD
38952000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3896
ba4c05aa
CD
3897 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3898
3899 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3900
3901 * progmodes/idlw-shell.el: Fixed copyright notice.
3902
3903 * progmodes/idlwave.el: Fixed copyright notice.
3904
71d4497a 3905 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3906 TAB as key separators.
3907
524c8caf
GM
39082000-12-19 Alex Schroeder <alex@gnu.org>
3909
3910 * sql.el (sql-sybase-options): New option.
3911 (sql-sybase): Use it. Add sql-database to the list of parameters
3912 provided for login. The options -w 2048 -n are not used any more.
3913 (sql-postgres-options): Changed default from "--pset" to "-P".
3914 (sql-mysql-options): Doc change.
3915 (sql-stop): Doc change.
3916
b5fa513d
KH
39172000-12-19 Kenichi Handa <handa@etl.go.jp>
3918
3919 * international/quail.el (quail-input-method): Always hide
3920 the guidance buffer on exiting.
3921
91c9e6ce
GM
39222000-12-18 Gerd Moellmann <gerd@gnu.org>
3923
c6da4eb4
GM
3924 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3925 isn't fboundp.
3926
3d2a0e0b
GM
3927 * server.el (server-buffer-done): Bury the buffer before
3928 killing it.
3929
91c9e6ce
GM
3930 * faces.el (face-spec-set): Interpret a nil in specs for
3931 foreground and background colors as `unspecified', for
3932 compatibility with 20.x.
3933
40fa0008
DL
39342000-12-18 Dave Love <fx@gnu.org>
3935
22adbe54
DL
3936 * simple.el (mail-user-agent): Doc fix.
3937 (input-mode-8-bit): Removed.
3938
3939 * international/mule.el (set-keyboard-coding-system): Doc fix.
3940 (keyboard-coding-system): New option.
3941
40fa0008
DL
3942 * mail/sendmail.el (send-mail-function): Customize.
3943
6f4745e2
EZ
39442000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3945
3946 * international/codepage.el (cp866-decode-table): New table.
3947
82b90229
GM
39482000-12-18 Gerd Moellmann <gerd@gnu.org>
3949
3950 * version.el (emacs-version): Remove `%a' from the time format
3951 because the weekday doesn't fit well into each locale.
3952
5a047002
MB
39532000-12-18 Miles Bader <miles@gnu.org>
3954
7f49aa07
MB
3955 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3956
ca2ddd8e 3957 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3958 Check that emacs-major-version is `=' to 20, not `>='.
3959 (artist-replace-chars): Use `make-string' instead of a loop.
3960
22ea2607
EZ
39612000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3962
3963 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3964 (cvs-execute-single-file): Don't change directory.
3965 Patch from Per Cederqvist.
3966
6c825f8e
EZ
39672000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3968
83c9cb8e
SM
3969 * textmodes/ispell.el (check-ispell-version):
3970 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3971 of -vv.
3972
8ff06845
KH
39732000-12-16 Kenichi Handa <handa@etl.go.jp>
3974
af4bb4c8
KH
3975 * international/mule-diag.el (mule-diag): Insert information about
3976 configure options, multibyte awareness, language env.
3977
8ff06845
KH
3978 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3979 regexp to search for candidates.
3980
b24e84ab
EZ
39812000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3982
3983 * info.el (Info-forward-node): If the node has an
3984 Info-header-line, widen the buffer before searching for "next:"
3985 and "up:" pointers, and set the search limit to stay in the
3986 current node.
3987
7981d89f
MB
39882000-12-16 Miles Bader <miles@gnu.org>
3989
3990 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3991
88ee7917
MB
39922000-12-15 Miles Bader <miles@gnu.org>
3993
3994 * comint.el (comint-send-string, comint-send-region): Also accept
3995 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3996 process-send-string/region.
3997
0c28d842
GM
39982000-12-15 Gerd Moellmann <gerd@gnu.org>
3999
4ea7fdca
GM
4000 * isearch.el (isearch-lazy-highlight-max): New user-option.
4001 (isearch-lazy-highlight-update): Don't highlight more than
4002 isearch-lazy-highlight-max matches.
4003
0c28d842
GM
4004 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4005
984c9f75 40062000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4007
8062e53a
GM
4008 * sort.el (sort-columns): Fix error message.
4009
3ffa545b
GM
4010 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4011 `upcase' or `downcase' or nil.
4012 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4013 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4014 (dabbrev--substitute-expansion): New arg record-case-pattern.
4015 If it is non-nil, set dabbrev--last-case-pattern.
4016 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4017
4018 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4019
c2d7f289
MB
40202000-12-15 Miles Bader <miles@gnu.org>
4021
b6348438
MB
4022 * paths.el (Info-default-directory-list): Don't delete
4023 configure-info-directory from the list of standard info
83c9cb8e 4024 directories when appending it to the end -- their order is important.
b6348438 4025
f9056dd9
MB
4026 * faces.el (read-face-attribute): If there's no entry for the
4027 user's input in VALID, just use it as-is (this will often result
4028 in an error, but it may be OK for e.g. colors using hexadecimal
4029 notation, and at least will yield a better error message).
4030
c2d7f289 4031 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4032 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4033 Variables removed.
4034 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4035 window is really the right size. Use vertical-motion
4036 rather than forward-line.
4037 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4038 (ispell-command-loop, ispell-show-choices): Use the variable
4039 ispell-choices-win-default-height, rather than the function.
4040 (ispell-choices-win-default-height): Function removed.
4041 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4042
8f530b95
SM
40432000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4044
4045 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4046
6d435deb
EZ
40472000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4048
83c9cb8e
SM
4049 * paths.el (Info-default-directory-list):
4050 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4051 put it first in the list; otherwise put it last. Doc string
4052 changed accordingly.
4053
4054 * info.el (Info-directory-list): Change doc string to reflect the
4055 change in Info-default-directory-list.
4056
6d435deb
EZ
4057 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4058 windows-nt as windowed environments, even under -nw.
4059
4060 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4061 if not fboundp. Switch delete-forward mode for the <delete> key
4062 on all PC platforms, even under -nw.
4063
4064 * term/internal.el ([M-delete]): Remap to M-d.
4065
9d7d9263
GM
40662000-12-14 Gerd Moellmann <gerd@gnu.org>
4067
4068 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4069
7cf0153a
EZ
40702000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4071
4072 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4073
5e5b3d41
GM
40742000-12-14 Gerd Moellmann <gerd@gnu.org>
4075
5f368d29
GM
4076 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4077 if appropriate.
4078
4079 * simple.el (delete-key-deletes-forward): New user-option.
4080 (delete-key-deletes-forward-mode): New function.
4081
9d7d9263 4082 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4083
83c9cb8e
SM
4084 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4085 Test if symbol is bound before getting its value.
5e5b3d41
GM
4086
4087 * tooltip.el (tooltip-show): If an error is signaled in
4088 x-show-tip, display that error, and display the help in the
4089 echo area.
ca2ddd8e 4090
191b83b6
KH
40912000-12-14 Kenichi Handa <handa@etl.go.jp>
4092
83c9cb8e
SM
4093 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4094 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4095
6192b604
KF
40962000-12-13 Karl Fogel <kfogel@red-bean.com>
4097
4098 * bookmark.el: Provide a generic exit hook, as suggested by
4099 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4100 (bookmark-exit-hook): New var.
4101 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4102 old raw lambda form in `kill-emacs-hook', and runs new
4103 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4104 as logically that feature must have been provided if this function
4105 is running.
4106 Removed ;;;###autoload before the `add-hook' call.
4107
5edf6b55
SM
41082000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4109
4110 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4111 (easy-menu-current-active-maps): New function.
4112 (easy-menu-get-map): Use it.
4113 Make a proper menu entry when creating a new keymap.
4114
16b5e8e6
KH
41152000-12-13 Kenichi Handa <handa@etl.go.jp>
4116
d49fc4eb
KH
4117 * international/characters.el: Fix cases and syntaxes for
4118 mule-unicode-0100-24ff.
4119
3b53d876
KH
4120 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4121 that a Japanese character is not appended after day and year.
4122
16b5e8e6
KH
4123 * info.el (Info-suffix-list): Change format for a command that
4124 requires arguments.
4125 (info-insert-file-contents): Adjusted for the above change.
4126
1df1c518
AS
41272000-12-12 Andreas Schwab <schwab@suse.de>
4128
4129 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4130 on the name of the tar buffer. Verify that the existing buffer is
4131 visiting the same subfile.
4132
a7a07b98
DL
41332000-12-12 Dave Love <fx@gnu.org>
4134
4135 * subdirs.el: Add obsolete.
4136
4fdbd809
GM
41372000-12-12 Gerd Moellmann <gerd@gnu.org>
4138
bfdb75ee
GM
4139 * mail/rmailsum.el (rmail-summary-expunge)
4140 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4141 instead of rmail-confirm-expunge.
4142
4fdbd809
GM
4143 * replace.el (perform-replace): Don't use an empty match adjacent
4144 to a non-empty match when computing the next match before the
4145 replacement is performed.
4146
e9a59cad
GM
41472000-12-12 Milan Zamazal <pdm@freesoft.cz>
4148
4149 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4150 definition (patch by Stefan Monnier).
4151 (glasses-mode): Use jit-lock instead of `after-change-functions'
4152 (patch by Stefan Monnier).
4153
c2def7a0
MB
41542000-12-12 Miles Bader <miles@gnu.org>
4155
4156 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4157 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4158
591b63b4
AC
41592000-12-12 Andrew Choi <akochoi@i-cable.com>
4160
4161 * term/mac-win.el: Remove load for ls-lisp.
4162
a924cf63 4163 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4164
5ff4ba3d
MB
41652000-12-12 Miles Bader <miles@gnu.org>
4166
4167 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4168 Respect field end too.
4169 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4170 (newline-and-indent, reindent-then-newline-and-indent):
4171 Use `delete-horizontal-space'.
5ff4ba3d 4172
d0c679bc
SM
41732000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4174
adf9c994
SM
4175 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4176 (so as to obey the field property in the minibuffer).
4177
4b0cd42d
SM
4178 * obsolete/c-mode.el: Moved from lisp/progmodes.
4179 * obsolete/auto-show.el: Moved from lisp.
4180 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4181
89f85863
CD
41822000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4183
4184 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4185 changes to list them here.
89f85863 4186
83c9cb8e
SM
4187 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4188 Too many changes to list them here.
89f85863 4189
83c9cb8e
SM
4190 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4191 Too many changes to list them here.
89f85863
CD
4192
4193 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4194
3e0d35ce
GM
41952000-12-11 Gerd Moellmann <gerd@gnu.org>
4196
83c9cb8e 4197 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4198
ca2ddd8e 4199 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4200 Comment fix.
4201
3e0d35ce
GM
4202 * hscroll.el: Moved to `obsolete' subdir.
4203
ff904dd6
MB
42042000-12-11 Miles Bader <miles@gnu.org>
4205
4206 * window.el (window-text-height): Function removed (now in C).
4207
fb97d87f
SM
42082000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4209
4210 * log-edit.el (log-edit-parent-buffer): New var.
4211 (log-edit): Set it. Add BUFFER argument.
4212 (log-edit-done): Use char-before.
4213 Don't bother checking validity of vc-comment-ring.
4214 Only bury the buffer if log-edit popped it up.
4215
4216 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4217 (cvs-mode-diff-help): Remove.
4218 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4219 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4220
4221 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4222 Remove binding for ? now made unnecessary.
4223
7de77417
CD
42242000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4225
83c9cb8e 4226 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4227 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4228
4229 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4230 when master file is not open.
4231
4efa209f
SM
42322000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4233
4234 * progmodes/ada-stmt.el: Update `maintainer'.
4235
0a8052bd
GM
42362000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4237
4238 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4239 choices to match documentation string.
4240
a12167c5
MB
42412000-12-09 Miles Bader <miles@gnu.org>
4242
2161605d
MB
4243 * minibuf-eldef.el: New file.
4244
a12167c5
MB
4245 * window.el (fit-window-to-buffer): Don't pass last argument to
4246 pos-visible-in-window-p, now that its meaning is inverted.
4247
9ea8de1b
EZ
42482000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4249
4250 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4251 <ceder@lysator.liu.se>.
4252
5002ddbb
SM
42532000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4254
b6114d80
SM
4255 * autoinsert.el (auto-insert-alist): Add missing final \n.
4256
ee8d23ee
SM
4257 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4258 (cvs-menu-map): Remove.
4259 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4260 (cvs-mode-quit): Turn it back into a plain function.
4261
5002ddbb 4262 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4263 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4264
4265 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4266 file where it's more visible.
4267 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4268 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4269 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4270 (texinfo-inside-macro-p): Only catch `scan-error's.
4271 (texinfo-inside-env-p): Make better use of the match info.
4272 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4273 (texinfo-insert-@end): Slight re-organization.
4274 Also remove useless `looking-at' call.
4275
30cd075d
AI
42762000-12-08 Andrew Innes <andrewi@gnu.org>
4277
4278 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4279 accessible in -nw mode.
4280
4281 * term/w32-win.el: Remove stuff about selection timeout, which is
4282 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4283 it is accessible in -nw mode.
4284
01b91009
DL
42852000-12-08 Dave Love <fx@gnu.org>
4286
83c9cb8e
SM
4287 * emacs-lisp/lisp-mode.el (lisp-mode):
4288 Set font-lock-keywords-case-fold-search.
01b91009 4289
842b2a94
GM
42902000-12-08 Gerd Moellmann <gerd@gnu.org>
4291
4292 * textmodes/ispell.el (ispell): Doc fix.
4293
f9d5f611
KH
42942000-12-08 Kenichi Handa <handa@etl.go.jp>
4295
4296 * international/quail.el (quail-insert-decode-map): Check the
4297 frame width of a window displaying the current buffer, not that of
4298 the selected frame.
4299 (quail-help): Make sure that the help buffer has window before
4300 inserting text in it.
4301
e04d21aa
SS
43022000-12-07 Sam Steingold <sds@gnu.org>
4303
4304 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4305 Backquote is used in isearch.el, so autoloading saves nothing.
4306
fc3e23a4
EZ
43072000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4308
83c9cb8e
SM
4309 * startup.el (normal-top-level-add-subdirs-to-load-path):
4310 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4311
fc3e23a4
EZ
4312 * dired.el (dired-insert-directory): If file-system-info is
4313 fboundp, call it instead of invoking dired-free-space-program.
4314
796ecd10
GM
43152000-12-07 Gerd Moellmann <gerd@gnu.org>
4316
0f5f7c3e
GM
4317 * server.el (server-visit-files): Push files on file-name-history.
4318
3764ba49
GM
4319 * progmodes/cc-langs.el: Update copyright.
4320
8e7931da
GM
4321 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4322
ae0d7485 4323 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4324
796ecd10
GM
4325 * bindings.el (mode-line-mode-menu): Reverse the order
4326 of define-keys so that the menu appears in alphabetical order.
4327
ae0d7485
GM
43282000-12-07 Milan Zamazal <pdm@freesoft.cz>
4329
4330 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4331 of the function.
4332
e2849090
DL
43332000-12-07 Dave Love <fx@gnu.org>
4334
4335 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4336
4337 * facemenu.el (facemenu-unlisted-faces): Fix value.
4338
5c7f629c
SM
43392000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4340
4341 * font-lock.el (font-lock-default-fontify-region):
4342 Include the terminating \n (off-by-one error).
4343 (font-lock-set-defaults): Use dolist.
4344
4345 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4346
73481ae3
KH
43472000-12-07 Kenichi Handa <handa@etl.go.jp>
4348
83c9cb8e
SM
4349 * international/mule-cmds.el (describe-language-environment):
4350 Fix for the case that an input method title is not string but a list.
ffbaa122 4351
73481ae3
KH
4352 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4353 of wrong SIZE record.
4354
e2896b22
DL
43552000-12-06 Dave Love <fx@gnu.org>
4356
67292061
DL
4357 * newcomment.el (comment-region, comment-dwim): Doc fix.
4358
4359 * textmodes/texinfo.el: Require tex-mode when compiling.
4360 (texinfo-update-node): Doc fix.
4361 (texinfo-imenu-generic-expression): Add @anchor.
4362 (texinfo-font-lock-keywords): Add @uref.
4363 (texinfo-inside-macro-p): Don't use ignore-errors.
4364 (texinfo-insert-quote): Match more contexts.
4365
e76938e7
DL
4366 * international/mule.el (decode-char, encode-char): Doc fix.
4367 (auto-coding-alist): Customize.
4368
4369 * files.el (load-file): Fix change of 2000-03-12.
4370
e2896b22
DL
4371 * wid-edit.el (widget-text-keymap): Doc fix.
4372
6610f4b2
AI
43732000-12-06 Andrew Innes <andrewi@gnu.org>
4374
4375 * makefile.w32-in (lisp): Set to an absolute directory, namely
4376 $(CURDIR).
4377
9e3366e4
EZ
43782000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4379
4380 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4381 read generated-autoload-file, and set buffer-file-coding-system to
4382 raw-text-unix after reading the file.
4383
83c9cb8e
SM
4384 * international/mule-conf.el (file-coding-system-alist):
4385 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4386
d94d636f
GM
43872000-12-06 Gerd Moellmann <gerd@gnu.org>
4388
384333ee
GM
4389 * replace.el (occur): Make line-number-width 1 smaller for the
4390 colon following the line number.
4391
83c9cb8e
SM
4392 * startup.el (fancy-splash-text, command-line-1):
4393 Use `File' for the menu name instead of `Files'.
e04d21aa 4394
d4b72d58
GM
4395 * tmm.el: Update copyright.
4396
d94d636f
GM
4397 * cus-start.el: Add entry for even-window-heights.
4398
6e424019
MB
43992000-12-06 Miles Bader <miles@gnu.org>
4400
4401 * faces.el (frame-set-background-mode): Avoid stomping on
4402 locally modified faces.
4403
e6477b58
KH
44042000-12-06 Kenichi Handa <handa@etl.go.jp>
4405
4406 * international/fontset.el: Correct the font registries for
4407 japanese-jisx0213-1 and japanese-jisx0213-2.
4408
21999ab9
GM
44092000-12-05 Gerd Moellmann <gerd@gnu.org>
4410
57d6e381
GM
4411 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4412
21999ab9
GM
4413 * iswitchb.el: Update customization commentary.
4414
7422819c
GM
44152000-12-05 Rob Riepel <riepel@Stanford.EDU>
4416
4417 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4418 (tpu-search-highlight): Fixed comparison of overlay end positions.
4419 (tpu-trim-line-ends): Implemented trimming logic locally.
4420
4421 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4422 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4423
73daff18
KH
44242000-12-05 Kenichi Handa <handa@etl.go.jp>
4425
4426 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4427 to cn-gb.
4428 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4429
6a4cd002
DL
44302000-12-04 Dave Love <fx@gnu.org>
4431
4432 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4433
6452929e
GM
44342000-12-04 Gerd Moellmann <gerd@gnu.org>
4435
e04d21aa 4436 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4437 (rmail-summary-expunge-and-save): Ask for confirmation with
4438 rmail-expunge-confirmed.
4439
4440 * mail/rmail.el (rmail-expunge-confirmed): New function.
4441 (rmail-expunge): Use it.
4442
1790abf4
FP
44432000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4444
0c68ce6f 4445 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4446 (etags-recognize-tags-table, find-tag-in-order):
4447 New functionality: interpret file names as tags.
e04d21aa 4448
7a53d8c8
EZ
44492000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4450
4451 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4452 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4453 the first subnode until the bottom of the current node is visible.
7a53d8c8 4454
caa15ef7
GM
44552000-12-04 Gerd Moellmann <gerd@gnu.org>
4456
4457 * format.el (format-decode): Don't change buffer's undo list.
4458
e225faa7
KH
44592000-12-04 Kenichi Handa <handa@etl.go.jp>
4460
4461 * faces.el (face-font-registry-alternatives): Add entries for CJK
4462 fonts. Doc-string adjusted for the actual usage of this data.
4463
4464 * international/fontset.el: Change the font registries for CJK
4465 fonts in the default fontset. Don't append '*' to registries.
4466
8b262a65
SM
44672000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4468
e04d21aa 4469 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4470 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4471
4472 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4473 (derived-mode-p): New function.
4474 (derived-mode-make-docstring): Add `docstring' argument.
4475 Use it if available and complete it if necessary.
4476
33c4460b
AS
44772000-12-03 Andreas Schwab <schwab@suse.de>
4478
4479 * type-break.el (type-break): Don't make parent of itself.
4480
5c9b3fac
MB
44812000-12-03 Miles Bader <miles@gnu.org>
4482
4483 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4484
27ce741e
SM
44852000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4486
07c16ec4
SM
4487 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4488 (tex-main-file, tex-file): Simplify.
4489 (tex-generate-zap-file-name): Use subst-char-in-string.
4490 (tex-strip-dots): Remove.
4491
c19cc275
SM
4492 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4493
27ce741e
SM
4494 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4495 to check if the match succeeded.
4496
285991dc
GM
44972000-12-02 Gerd Moellmann <gerd@gnu.org>
4498
4499 * startup.el (use-fancy-splash-screens-p): New function.
4500 (command-line-1): Use it to determine whether or not to use
4501 a fancy splash screen.
4502
52dca1b2
AS
45032000-12-02 Andreas Schwab <schwab@suse.de>
4504
4505 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4506
d3e7e7cf
EZ
45072000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4508
2dce2360
EZ
4509 * international/mule.el (make-char): Fix last change.
4510
9768eaa7
EZ
4511 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4512 New defcustoms.
4513 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4514 autoloading tex-mode; instead, do the same manually.
4515 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4516 with numeric argument. Docstring fix.
4517 (toplevel): Require cl when compiling.
e04d21aa 4518
285991dc 4519 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4520
0dd5e255
JR
45212000-12-02 Jason Rumney <jasonr@gnu.org>
4522
4523 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4524 the Emacs Lisp manual)
4525
fbb87147
EZ
45262000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4527
5cbb3e93
EZ
4528 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4529
fbb87147
EZ
4530 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4531 the Emacs Lisp manual).
4532
1636ca09
GM
45332000-12-02 Gerd Moellmann <gerd@gnu.org>
4534
4535 * simple.el (next-line-add-newlines): Change default to nil.
4536
68875f0e
EZ
45372000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4538
83c9cb8e
SM
4539 * files.el (revert-buffer, recover-file):
4540 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4541
fd9ac94c
GM
45422000-12-01 Gerd Moellmann <gerd@gnu.org>
4543
4544 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4545
45450dd5
MB
45462000-12-01 Miles Bader <miles@gnu.org>
4547
4548 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4549
09df8881
KH
45502000-12-01 Kenichi Handa <handa@etl.go.jp>
4551
4552 * international/mule-diag.el (describe-char-after): Fix typo.
4553 (describe-character-set, non-iso-charset-alist): Fix typo.
4554
dea0a87d
MB
45552000-12-01 Miles Bader <miles@gnu.org>
4556
b170205b
MB
4557 * image-file.el (image-file-name-regexp): Automatically add
4558 upper-case variants of each filename extension in
4559 `image-file-name-extensions', since they seem to be common.
4560
e04d21aa 4561 * simple.el (minibuffer-contents)
dea0a87d
MB
4562 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4563 New functions.
4564 * filecache.el (file-cache-directory-name)
4565 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4566
2b69bc11 45672000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4568
dea0a87d
MB
4569 * filecache.el (file-cache-minibuffer-complete): Don't try to
4570 delete the minibuffer prompt.
4571
a8a1b05d
DL
45722000-11-30 Dave Love <fx@gnu.org>
4573
4574 * cus-start.el: Fix read-buffer-function type.
4575
693c4692
GM
45762000-11-30 Gerd Moellmann <gerd@gnu.org>
4577
4578 * md5.el: Removed. There's a built-in function, now.
4579
2c0b1898
GM
45802000-11-30 Markus Rost <rost@math.ohio-state.edu>
4581
4582 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4583 as dummy 0-th char of rmail-deleted-vector.
4584
63dfcf4b
EZ
45852000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4586
4587 * ps-print.el (ps-end-job): Bind case-fold-search only after
4588 switching to ps-spool-buffer.
4589
45902000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4591
4592 * ps-print.el: Line number font customization. PostScript: Lines and
4593 PageCount are initialized on each page. Doc Fix.
4594 (ps-print-version): New version number (6.3.2).
4595 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4596 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4597 (ps-right-header): Customization fix.
4598 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4599 Fix code.
4600 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4601 New vars.
4602
df3aedcf
GM
46032000-11-30 Gerd Moellmann <gerd@gnu.org>
4604
edfb795e
GM
4605 * bs.el: Fix typos and spelling errors.
4606 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4607 (bs-configuration): Doc fix.
e04d21aa 4608
df3aedcf
GM
4609 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4610
8b8a7f01
GM
46112000-11-30 Rob Riepel <riepel@Stanford.EDU>
4612
4613 * emulation/tpu-edt.el (tpu-version): New version.
4614 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4615 (tpu-original-mode-line): Variable deleted.
4616 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4617 (tpu-set-mode-line): Don't redefine mode-line-format.
4618 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4619 (tpu-update-mode-line): New mark flag logic.
4620 (tpu-get): Use find-file-wildcards.
4621 (tpu-search-highlight): Move overlay less, reset overlay properly.
4622 (tpu-unselect): Deactivate mark.
4623 (tpu-lm-replace): Reset overlay properly.
4624 (tpu-forward-line): Use forward-visible-line.
4625 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4626
83c9cb8e 4627 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4628
c069a9d3
GM
46292000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4630
4631 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4632
b02cd40b
GM
46332000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4634
4635 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4636 and skip whitespace and newlines.
e04d21aa 4637
b7a90344
SM
46382000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4639
4640 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4641
be6bbb55
GM
46422000-11-29 Gerd Moellmann <gerd@gnu.org>
4643
0383ed60
GM
4644 * help.el (describe-function-1): Regexp-quote function name
4645 when used as part of a regexp.
4646
83c9cb8e
SM
4647 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4648 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4649 (tool-bar-add-item): Likewise, and handle unspecified colors.
4650
4651 * enriched.el (enriched-face-ans): Use face-attribute instead
4652 of face-foreground and face-background.
4653
4654 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4655 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4656
7423978d
GM
4657 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4658
ef128c78
GM
4659 * play/5x5.el: Remove version info.
4660
a81fc510
GM
4661 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4662
be6bbb55
GM
4663 * frame.el (blink-cursor-mode): Doc fix.
4664
f9396e03
GM
46652000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4666
4667 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4668 to create Makefile rules.
4669 (antlr-tool-command): New user option.
4670 (antlr-ask-about-save): New user option.
4671 (antlr-makefile-specification): New user option.
4672 (antlr-file-formats-alist): New variable.
4673 (antlr-special-file-formats): New variable.
4674 (antlr-unknown-file-formats): New user option.
4675 (antlr-help-unknown-file-text): New variable.
4676 (antlr-help-rules-intro): New variable.
4677 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4678 (antlr-mode-menu): Add entries.
4679 (antlr-file-dependencies): New function.
4680 (antlr-directory-dependencies): New function.
4681 (antlr-superclasses-glibs): New function.
4682 (antlr-run-tool): New command.
4683 (antlr-makefile-insert-variable): New function.
4684 (antlr-insert-makefile-rules): New function.
4685 (antlr-show-makefile-rules): New command.
4686
4687 * antlr-mode.el: More Emacs/XEmacs stuff.
4688 (antlr-no-action-keywords): New constant with value nil.
4689 (antlr-font-lock-keywords-alist): Use it. Old value would break
4690 syntax highlighting in Emacs-21.0.
4691 (antlr-default-directory): Emacs/XEmacs dependend function.
4692 (antlr-read-shell-command): Ditto.
4693 (antlr-with-displaying-help-buffer): Ditto.
4694
46952000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4696
4697 * antlr-mode.el: imenu, parsing and highlighting changes.
4698 (antlr-imenu-create-index-function): Don't create extra submenus
4699 for definitions in different grammar classes. It is not necessary
4700 for the menu and would make command `imenu' awkward to use.
4701 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4702 header actions and more than one.
4703 (antlr-font-lock-tokendef-face): Changed color.
4704 (antlr-font-lock-tokenref-face): Changed color.
4705 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4706 (antlr-mode-syntax-table): New variable.
4707 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4708 (antlr-with-syntax-table): Don't copy syntax table.
4709
47102000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4711
4712 * antlr-mode.el: Minor changes: language setting.
4713 (antlr-language-alist): The value for file option "language" can
4714 be both an identifier and a string.
4715 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4716 (antlr-language-limit-n-regexp): Change accordingly.
4717
47182000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4719
4720 * antlr-mode.el: Minor changes: tabs, hiding.
4721 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4722 (antlr-action-visibility): Also allow value nil to also hide the
4723 braces. Renamed from `antlr-tiny-action-length'.
4724 Suggested by Jay@aol.com.
4725 (antlr-hide-actions): Change accordingly. Hide line if completely
4726 hidden action is on a line of its own.
e04d21aa 4727
6ad948eb
SM
47282000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4729
4730 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4731
4732 * sort.el (sort-columns): Don't concat strings with numbers.
4733
9c6a4107
DL
47342000-11-29 Dave Love <fx@gnu.org>
4735
4736 * cus-edit.el (face): Fix :format.
4737
4738 * mail/feedmail.el: Require smtpmail when compiling.
4739 (mail-do-fcc): Autoload.
4740 (feedmail) <defgroup>: Fix :link.
4741 (feedmail-nuke-body-in-fcc): Fix :type.
4742 (feedmail-send-it): Add autoload cookie.
4743
053b8d35
SM
47442000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4745
4746 * newcomment.el (comment-indent): Save excursion around call to
4747 comment-indent-function.
4748
242c13e8
MB
47492000-11-29 Miles Bader <miles@gnu.org>
4750
4751 * subr.el (member-ignore-case): Return the tail of the list who's
4752 car matches, like `member', not the matching element itself.
4753
8f4b5f28
KH
47542000-11-29 Kenichi Handa <handa@etl.go.jp>
4755
4756 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4757 should not contain `\n'.
4758
bebe4a2c
GM
47592000-11-28 Gerd Moellmann <gerd@gnu.org>
4760
fd9ac94c 4761 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4762
ba7e40eb
GM
4763 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4764
75ab0c79
GM
4765 * dired-aux.el (dired-do-create-files): Construct default file
4766 name for dired-mark-read-file-name so that when the user enters
4767 just RET, the target file will end up in the target directory.
4768
bebe4a2c
GM
4769 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4770 local-abbrev-table before changing buffers because it might
4771 have a buffer-local binding.
4772
fa6d1ca8
MB
47732000-11-28 Miles Bader <miles@gnu.org>
4774
4775 * simple.el (delete-horizontal-space): Handle fields more generally.
4776
8d2c2642
GM
47772000-11-28 Gerd Moellmann <gerd@gnu.org>
4778
4779 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4780
8b31236d
DL
47812000-11-28 Dave Love <fx@gnu.org>
4782
3cbd02d2
DL
4783 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4784 comment-start-skip locally.
4785
8b31236d
DL
4786 * progmodes/fortran.el (fortran-mode): Don't set
4787 fortran-comment-line-start-skip. Set comment-start to
4788 fortran-comment-line-start.
4789 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4790 (fortran-comment-line-start-skip): Simplify slightly.
4791
ae4bf56d
GM
47922000-11-28 Gerd Moellmann <gerd@gnu.org>
4793
17ef7534
GM
4794 * play/5x5.el: Remove RCS keyword.
4795
fd9ac94c 4796 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4797
665b27a6
GM
47982000-11-28 Milan Zamazal <pdm@freesoft.cz>
4799
83c9cb8e
SM
4800 * textmodes/tildify.el (tildify-string-alist):
4801 Add `plain-tex-mode' here.
665b27a6 4802
fe3c2ae3
GM
48032000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4804
4805 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4806 reference.
4807
d970106b
MB
48082000-11-28 Miles Bader <miles@gnu.org>
4809
36b80a0d
MB
4810 * cus-face.el (custom-face-attributes): Add post-filter function
4811 for :box. Make pre-filter function for :box handle all cases.
4812
d970106b
MB
4813 * wid-edit.el (widget-choose): Make sure pop-up window is large
4814 enough to display all the choices, as there's no way to scroll it.
4815
5a2bae6c
KH
48162000-11-28 Kenichi Handa <handa@etl.go.jp>
4817
4818 * international/mule-conf.el: Make the coding system no-conversion
4819 safe for all characters.
4820
9e836e23
DL
48212000-11-27 Dave Love <fx@gnu.org>
4822
8b31236d
DL
4823 * net/ldap.el (ldap) <defgroup>: Add :version.
4824
9e836e23
DL
4825 * tooltip.el (tooltip-use-echo-area): Doc fix.
4826
4827 * cus-start.el <minibuffer-prompt-properties>: Add version.
4828 <read-buffer-function>: Add.
4829
4830 * apropos.el (apropos-print): Add help-echo to active text.
4831
4832 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4833
4a74d071
GM
48342000-11-27 Gerd Moellmann <gerd@gnu.org>
4835
4836 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4837 type, group and version.
4838
76058c27
EZ
48392000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4840
4a74d071 4841 * select.el (x-get-selection): Docstring fix.
76058c27 4842
fd9ac94c 48432000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4844
fd9ac94c 4845 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4846
49060c51
AI
48472000-11-27 Andrew Innes <andrewi@gnu.org>
4848
4849 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4850
4851 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4852
b2a8e429
MB
48532000-11-27 Miles Bader <miles@gnu.org>
4854
4855 * dired.el (dired-get-filename): Return filename verbatim if
4856 LOCALP is `verbatim'.
4857 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4858 `verbatim' so that we don't inadvertently delete a non-existant
4859 directory name.
4860
5ac0366d
KH
48612000-11-27 Kenichi Handa <handa@etl.go.jp>
4862
4863 * international/characters.el: Specify cases and syntaxes for
4864 mule-unicode-0100-24ff.
4865
67f1cf4c
GM
48662000-11-27 Gerd Moellmann <gerd@gnu.org>
4867
4868 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4869 that foreground and/or background colors of the face `tool-bar'
4870 are unspecified.
4871
46c56972
MB
48722000-11-27 Miles Bader <miles@gnu.org>
4873
e04d21aa 4874 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4875 (widget-field-end): Handle widget field `pseudo-overlays'.
4876 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4877 if it's there instead of in `widget-field-list'.
4878
46c56972 4879 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4880 (help-make-xrefs): Delete extraneous newlines at the end of the
4881 docstring.
46c56972 4882
640a9cdd
JR
48832000-11-25 Jason Rumney <jasonr@gnu.org>
4884
4885 * startup.el (command-line): Call set-locale-environment after
4886 Window System init file is read, as it can result in a call to
4887 redraw-frame.
4888
0b3f96d4
EZ
48892000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4890
4891 * simple.el (shell-command): Mention the effect of the prefix
4892 argument in the doc string.
4893
8da6e2a1
MB
48942000-11-25 Miles Bader <miles@gnu.org>
4895
a658d039
MB
4896 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4897
8da6e2a1 4898 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4899 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4900
d3416cca
JR
49012000-11-24 Jason Rumney <jasonr@gnu.org>
4902
4903 * international/mule-cmds.el (locale-language-names): Add "jp" as
4904 a non-standard alternative for Japanese.
4905
17e37f53
AS
49062000-11-24 Andre Spiegel <spiegel@gnu.org>
4907
4908 * vc-hooks.el: Require 'cl during compilation.
4909
9aa5f148
GM
49102000-11-24 Gerd Moellmann <gerd@gnu.org>
4911
ba193890
GM
4912 * faces.el (face-set-after-frame-default): Let face attributes
4913 specified for new frames override frame parameters.
4914
9aa5f148
GM
4915 * startup.el (command-line): Fix computation of the source file
4916 for user-init-file when user-init-file is a compiled file.
4917
51a1edab
MB
49182000-11-24 Miles Bader <miles@gnu.org>
4919
e04d21aa 4920 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4921 (custom-post-filter-face-spec): New functions.
4922 (custom-face-set, custom-face-value-create): Filter the face spec
4923 before and after customization.
4924 (custom-face-set): If VALUE specifies a null face, pass a
4925 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4926 * cus-face.el (custom-face-attributes): Remove SET and GET
4927 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4928 cases they're needed.
4929
1ed74431
MB
4930 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4931 that it's distinguishable from the :off-glyph on dark-background
4932 displays. Set its background color too.
4933
67ee1125
MB
4934 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4935 so that people can easily turn it off.
4936
7d027816 49372000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4938
7d027816 4939 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4940
9aa5f148 4941 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4942
9aa5f148 4943 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4944
9aa5f148 4945 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4946 redundant skip-small-frames test.
e04d21aa 4947
9aa5f148 4948 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4949 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4950
9aa5f148
GM
4951 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4952 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4953 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4954 New functions.
e04d21aa 4955
9aa5f148 4956 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4957
9aa5f148 4958 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4959
f07fa1b8
KH
49602000-11-24 Kenichi Handa <handa@etl.go.jp>
4961
83c9cb8e
SM
4962 * international/mule-diag.el (list-iso-charset-chars):
4963 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4964 (list-non-iso-charset-chars): Fix the `while' condition.
4965
ba8299ff
SM
49662000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4967
79372165
SM
4968 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4969 if the variable is make-variable-buffer-local.
4970
83c9cb8e
SM
4971 * progmodes/ada-stmt.el (ada-template-map):
4972 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4973 (ada-stmt-mode-hook): New function extracted from old code.
4974 Only change the buffer-local side of skeleton-*.
4975 (ada-mode-hook): Use it.
4976
68a887fa
EZ
49772000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4978
4979 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4980 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4981 we expect to be returned by minibuffer-depth once we prompt the
4982 user in the minibuffer.
4983 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4984 as recorded in iswitchb-minibuf-depth, return non-nil.
4985
3b345582
EZ
49862000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4987
4988 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4989 (hscroll-window-maybe): Docstring fix.
4990
595dead2
DL
49912000-11-23 Dave Love <fx@gnu.org>
4992
4993 * rect.el (string-rectangle): Don't test delete-selection-mode.
4994
1e66b27a
GM
49952000-11-23 Gerd Moellmann <gerd@gnu.org>
4996
02790ce2
GM
4997 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4998 is in the tool bar.
4999
1e66b27a 5000 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5001 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5002
a4caa65d
SM
50032000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5004
5005 * textmodes/outline.el (outline-flag-region):
5006 Don't bind inhibit-read-only since we don't modify the buffer.
5007 (outline-isearch-open-invisible): Don't jump to overlay-start
5008 since we're trying to unhide text around point.
5009 (outline-discard-overlays): Use dolist.
5010
5011 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5012
03e757c1
GM
50132000-11-22 Gerd Moellmann <gerd@gnu.org>
5014
83c9cb8e 5015 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5016
1598a961
SM
50172000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5018
5019 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5020 Fix ARG regexp to skip quoted braces.
5021 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5022 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5023 are (correctly) handled separately).
5024 Remove `caption' and `footnote' from `citations': they contain text.
5025 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5026 (latex-skeleton-end-hook): New function.
5027 (latex-mode): Use it.
5028 (tex-start-tex-marker): Remove.
5029 (tex-send-tex-command): Don't set tex-start-tex-marker.
5030 (tex-error-parse-syntax-table): New var.
5031 (tex-compilation-parse-errors): Use it.
5032 Ignore tex-start-tex-marker. Don't bother with marker-position.
5033 (tex-validate-buffer): Don't bother with marker-position.
5034
5035 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5036 (flyspell-generic-progmode-verify): Use it.
1598a961 5037
eaae8106
SS
50382000-11-22 Sam Steingold <sds@gnu.org>
5039
83c9cb8e 5040 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5041
eaae8106 5042 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5043 `ada-remove-trailing-spaces'.
eaae8106 5044 (ada-remove-trailing-spaces): Removed.
e04d21aa 5045
eaae8106 5046 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5047
1598a961
SM
5048 * textmodes/picture.el (picture-clean): Removed.
5049 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5050
a41d49e9
GM
50512000-11-22 Gerd Moellmann <gerd@gnu.org>
5052
e053c60f
GM
5053 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5054
a41d49e9
GM
5055 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5056 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5057 do anything special when jit-lock is active.
a41d49e9
GM
5058 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5059
197615f3
DL
50602000-11-22 Dave Love <fx@gnu.org>
5061
ddbfaa9f
DL
5062 * calendar/todo-mode.el (todo-top-priorities): Use
5063 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5064
ddc3c695
DL
5065 * language/chinese.el, language/cyrillic.el:
5066 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5067 * language/hebrew.el, language/indian.el, language/japanese.el:
5068 * language/korean.el, language/lao.el, language/misc-lang.el:
5069 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5070 Use provide.
5071
fb9fa98d
DL
5072 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5073 (custom-variable-set): Improve validation error mesage.
5074
197615f3
DL
5075 * rect.el (string-rectangle): Revert last change.
5076 (string-rectangle-line): New arg DELETE.
5077 (string-rectangle): Check delete-selection-mode.
5078
5079 * emacs-lisp/edebug.el (edebug-version)
5080 (edebug-maintainer-address): Deleted.
5081 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5082 (edebug-read-function): Account for other `'#' read forms.
5083 (edebug-mode-menus): Make some items toggles.
5084 (edebug-outside-unread-command-event, unread-command-event):
5085 Remove these to avoid warnings.
5086
f4117c4d
GM
50872000-11-22 David Ponce <david@dponce.com>
5088
5089 * recentf.el (recentf-menu-items-for-commands)
5090 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5091 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5092
f4117c4d
GM
5093 (recentf-build-dir-rules, recentf-dump-variable)
5094 (recentf-edit-list, recentf-open-files-item)
5095 (recentf-open-files): Replaced unnecessary `mapcar' with new
5096 built-in `mapc'.
eaae8106 5097
f8e2f3f2
MB
50982000-11-23 Miles Bader <miles@gnu.org>
5099
5100 * faces.el (menu): Make inverse-video on ttys too.
5101
4c4a541d
SM
51022000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5103
5104 * simple.el (comment-line-break-function): Use the new name
5105 indent-new-comment-line -> comment-indent-new-line.
5106 (clone-indirect-buffer): Don't ignore NORECORD.
5107 (next-completion): Properly handle the case where items are adjacent.
5108
5109 * mouse.el (popup-menu): Stupid typo.
5110
980d836e
GM
51112000-11-22 Gerd Moellmann <gerd@gnu.org>
5112
60e8e0a5
GM
5113 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5114 maintainer, keywords tags.
5115
980d836e
GM
5116 * rect.el (replace-rectangle): Don't call string-rectangle-line
5117 with too many arguments.
5118
e08b2069
AS
51192000-11-22 Andre Spiegel <spiegel@gnu.org>
5120
60e8e0a5 5121 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5122 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5123 vc-locking-user, which no longer exists.
5124
5125 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5126
c6779d8d
DL
51272000-11-22 Dave Love <fx@gnu.org>
5128
5129 * md5.el (md5): Provide.
5130 (md5): Fix error call.
5131
e672fdce
MB
51322000-11-22 Miles Bader <miles@gnu.org>
5133
eaae8106 5134 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5135 (refill-fill-paragraph-at): Remove debugging code.
5136
80e24c04
MB
5137 * calendar/calendar.el (generate-calendar-window): When we don't
5138 call `fit-window-to-buffer', make sure the top line is fully visible.
5139
3a17d6cc
MB
5140 * image-file.el (insert-image-file): Don't make `read-only'
5141 property rear-nonsticky.
5142
ae1a21c6
MB
5143 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5144 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5145 stashing away its original value.
5146 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5147 in the recursive edit.
5148 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5149 (isearch-done): Restore `minibuffer-message-timeout'.
5150
e672fdce
MB
5151 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5152
3ea79df8
SM
51532000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5154
5155 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5156
5157 * find-lisp.el (find-lisp-find-files-internal):
5158 Use dolist, when and file-name-as-directory.
5159
980d836e 5160 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5161 (define-derived-mode, define-minor-mode): Add specs.
5162
5163 * window.el: General comment and spacing fixes.
5164 (save-selected-window): Use backquotes.
5165 (window-safely-shrinkable-p): New function.
5166 (shrink-window-if-larger-than-buffer): Use it.
5167
5168 * subr.el (make-local-hook): Docstring fix.
5169
5170 * shell.el (shell-mode): Use define-derived-mode.
5171
5172 * newcomment.el (comment-indent): Insert comment before calling
5173 comment-indent-function. Don't insert in column 0.
5174 (comment-dwim): Indent before inserting comment.
5175
5176 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5177 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5178 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5179 Use mapc rather than map.
5180
5181 * files.el (find-buffer-visiting): Compare all attributes before
5182 declaring two files identical (rather than just their inode-no).
5183 (auto-mode-alist): Use \' rather than $.
5184
5185 * which-func.el: Update maintainer line.
5186
5187 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5188 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5189 (uniquify-buffer-file-name): Use it.
5190
8f62f2b8
MB
51912000-11-22 Miles Bader <miles@gnu.org>
5192
5193 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5194 * simple.el (minibuffer-avoid-prompt): New function.
5195
fb279a6d
GM
51962000-11-21 Gerd Moellmann <gerd@gnu.org>
5197
5198 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5199
867092e9
MB
52002000-11-21 Miles Bader <miles@gnu.org>
5201
ef860850
MB
5202 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5203 inclusion of `track-mouse'.
5204
867092e9
MB
5205 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5206 (refill-adjust-ignorable-overlay): New function.
5207 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5208 only the paragraph's tail if possible.
5209 Update `refill-ignorable-overlay'.
5210 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5211
5212 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5213 point inside the fill-prefix.
5214
5215 * textmodes/refill.el (refill-post-command-function): Don't reset
5216 refill-doit in the case where a self-insertion command doesn't
5217 case a refill. Use `refill-fill-paragraph-at', getting position
5218 from `refill-doit'.
5219 (refill-after-change-function): Set `refill-doit' to END.
5220 (refill-fill-paragraph-at): New function, mostly from old
5221 refill-fill-paragraph.
5222 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5223 (refill-pre-command-function): New function.
5224 (refill-mode): Add it to `pre-command-hook'.
5225
ff9ab414
GM
52262000-11-20 Gerd Moellmann <gerd@gnu.org>
5227
29a01b72
GM
5228 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5229
ff9ab414
GM
5230 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5231 javadoc tags.
eaae8106 5232
885b211b
AS
52332000-11-20 Andre Spiegel <spiegel@gnu.org>
5234
5235 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5236 vc.el).
5237
eaae8106 5238 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5239 require vc.
eaae8106
SS
5240
5241 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5242 checkouts.
eaae8106 5243
d1838556
DL
52442000-11-20 Dave Love <fx@gnu.org>
5245
5246 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5247
2b69bc11 52482000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5249
2b69bc11
GM
5250 * calculator.el (calculator-paste): Use `if' instead of `and'
5251 and `or'.
5252 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5253
b95b34e5
GM
52542000-11-19 Gerd Moellmann <gerd@gnu.org>
5255
030de92f
GM
5256 * info.el (info-menu-5): Doc fix.
5257
b95b34e5
GM
5258 * textmodes/artist.el: New file.
5259
54970452
AS
52602000-11-19 Andre Spiegel <spiegel@gnu.org>
5261
eaae8106 5262 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5263 and differentiate according to checkout model.
5264 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5265 since this function is only concerned with master state.
5266
83c9cb8e
SM
5267 * vc-hooks.el (vc-workfile-unchanged-p)
5268 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5269
83c9cb8e
SM
5270 * vc.el (vc-workfile-unchanged-p)
5271 (vc-default-workfile-unchanged-p): See above.
54970452 5272
e5a9dabf
MB
52732000-11-19 Miles Bader <miles@gnu.org>
5274
5275 * image-file.el (insert-image-file): Make `intangible' and
5276 `read-only' properties rear-nonsticky too.
5277
24127af0
GM
52782000-11-18 Gerd Moellmann <gerd@gnu.org>
5279
d392e9c5 5280 * ps-print.el: Update copyright notice.
eaae8106 5281
d392e9c5
GM
5282 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5283 (tooltip-show): Use the offsets.
5284
24127af0 5285 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5286 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5287 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5288
2b69bc11 52892000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5290
2b69bc11
GM
5291 * ps-print.el (toplevel): Test for find-coding-system being
5292 fboundp before calling ps-x-find-coding-system.
08ea6f17 5293
66321b2f
SM
52942000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5295
5296 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5297 (vc-version-backup-file): Docstring fix.
5298
046110c6
GM
52992000-11-16 Gerd Moellmann <gerd@gnu.org>
5300
4104194e
GM
5301 * files.el (basic-save-buffer): Don't add a newline if
5302 find-file-literally is non-nil.
5303 (find-file-literally): Extend doc string.
5304
046110c6
GM
5305 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5306 sort(1) with the `-f' argument.
5307
6505c16e
AS
53082000-11-16 Andre Spiegel <spiegel@gnu.org>
5309
fd063975
AS
5310 * vc.el: Updated backend documentation.
5311 (vc-default-check-headers): New function.
5312
3d02dd81 5313 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5314
5315 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5316 up-to-date.
eaae8106 5317 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5318 the minibuffer is not active.
fd063975 5319
eaae8106 5320 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5321 `vc-cvs-use-edit' is on.
eaae8106
SS
5322 (vc-cvs-checkout): When this is used for reverting the workfile,
5323 make a backup of the original contents and revert to that in case
8791d617 5324 of error.
eaae8106 5325 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5326 remote repositories.
eaae8106 5327
6505c16e
AS
5328 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5329 for both version and ratio in the minibuffer.
fd063975 5330
eaae8106 5331 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5332 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5333
a13f0660
KH
53342000-11-16 Kenichi Handa <handa@etl.go.jp>
5335
5336 * international/quail.el (quail-start-translation): Don't call
5337 `message' before reading key sequence.
5338
1389a414
MB
53392000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5340
5341 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5342
9256a532
KH
53432000-11-16 Kenichi Handa <handa@etl.go.jp>
5344
5345 * window.el (fit-window-to-buffer): Be sure to acquire at least
5346 one text line even if the buffer is empty.
5347
0e14fe9f
GM
53482000-11-16 Gerd Moellmann <gerd@gnu.org>
5349
eaae8106 5350 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5351 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5352 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5353
da645c53
DL
53542000-11-15 Dave Love <fx@gnu.org>
5355
83c9cb8e
SM
5356 * wid-edit.el (widget-specify-field, widget-specify-button):
5357 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5358 widget-mouse-help.
5359 (widget-mouse-help): New function.
5360 (widget-echo-help): Rewritten for :help-echo functions only taking
5361 a widget arg.
5362
83c9cb8e
SM
5363 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5364 Use display-graphic-p.
b12057b9
DL
5365 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5366 and that JPEG is available.
5367 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5368
da645c53
DL
5369 * international/mule-cmds.el (locale-charset-language-names):
5370 Match @euro.
5371
6d133d1f
GM
53722000-11-15 Gerd Moellmann <gerd@gnu.org>
5373
83c9cb8e
SM
5374 * faces.el (face-set-after-frame-default):
5375 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5376 default face from X resources.
5377
49ac2ac5
EZ
53782000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5379
5380 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5381 Don't set EMACSLOADPATH.
5382
4fb0a34c
EZ
53832000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5384
5385 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5386 texinfo-insert-@url.
5387 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5388 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5389
bb304a7a
SM
53902000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5391
82bc80bf
SM
5392 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5393 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5394 (checkdoc-minor-keymap): Backward compatibility.
5395 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5396 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5397 (checkdoc-this-string-valid-engine): Be a bit more strict
5398 to avoid matching substrings of `...' quoted vars/funs.
5399 (checkdoc-defun-info): Only look for `interactive' if alone.
5400 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5401
e8c87124
SM
5402 * progmodes/compile.el (grep): `tag-default' can be nil.
5403
bb304a7a
SM
5404 * newcomment.el (comment-indent): Paren typo.
5405
8628686a
DL
54062000-11-14 Dave Love <fx@gnu.org>
5407
25c269ef
DL
5408 * calculator.el: New maintainer version.
5409
66321b2f 5410 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5411
8628686a
DL
5412 * cmuscheme.el: Doc fixes.
5413 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5414 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5415
5416 * xscheme.el (scheme-program-name): Don't define here.
5417
5418 * progmodes/scheme.el (scheme-program-name): New variable
5419 (originally in cmuscheme).
5420
88f0a1eb
MB
54212000-11-14 Miles Bader <miles@gnu.org>
5422
5423 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5424 Handle header-lines. Don't loop forever if we can't enlarge the
5425 window anymore. Simplify a bit.
5426
cd9a000c
KH
54272000-11-14 Kenichi Handa <handa@etl.go.jp>
5428
5429 * window.el (fit-window-to-buffer): Don't check
5430 window-text-height. Assure that the last line is fully visible.
5431
83c9cb8e
SM
5432 * international/quail.el (quail-show-guidance-buf):
5433 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5434 buffer.
5435 (quail-update-guidance): Avoid making the guidance buffer shorter.
5436
d3fcda22
SM
54372000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5438
bdbd9606
SM
5439 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5440 rather than `prepend' and add an interesting comment.
5441 (tex-math-face, tex-font-lock-syntactic-face-function):
5442 New face and function to use it.
5443 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5444 than `menu-enable' symbol property.
5445 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5446 (tex-mode): Add some latex-mode commands for auto-selection.
5447 Use tex-font-lock-syntactic-face-function.
5448 (tex-insert-quote): Simplify.
5449 (tex-shell): New mode.
5450 (tex-start-shell): Use it.
5451 (tex-shell-proc, tex-shell-buf): New functions.
5452 (tex-send-command): Use it.
5453 (tex-main-file): Fix the meaning of the new arg REALFILE.
5454 (tex-send-tex-command): New function split from `tex-start-tex'.
5455 Set compilation-last-buffer and compilation-parsing-end.
5456
d3fcda22
SM
5457 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5458 when it follows non-comment text on the line.
5459
5460 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5461 Set font-lock-defaults.
5462 (lisp-mode-shared-map): Init inside the defvar.
5463 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5464 Use define-derived-mode.
5465
bdab1d43
MB
54662000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5467
5468 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5469
936ae731
GM
54702000-11-14 Gerd Moellmann <gerd@gnu.org>
5471
83c9cb8e
SM
5472 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5473 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5474 recursion; see comment there.
5475
1695ca2b
EZ
54762000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5477
5478 * faces.el (face-spec-set-match-display): Revert the change from
5479 2000-10-24. Add a FIXME for after v21.1.
5480
9d348294
MB
54812000-11-13 Miles Bader <miles@gnu.org>
5482
5483 * textmodes/fill.el (skip-line-prefix): New function.
5484 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5485 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5486 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5487 point inside the fill-prefix.
9d348294 5488
b85fa13c
MB
54892000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5490
83c9cb8e
SM
5491 * calendar/calendar.el (generate-calendar-window):
5492 Use `fit-window-to-buffer'.
b85fa13c 5493
a0b47716
SM
54942000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5495
5496 * gud.el (gud-minor-mode): New var.
5497 (gud-symbol, gud-val): New functions.
5498 (gud-find-file): Copy gud-minor-mode to the new buffer.
5499 (gud-menu-map): Include entries for commands that are not always
5500 available, using :enable to (de)activate them.
5501 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5502 (gud-mode-map): New map.
eaae8106 5503 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5504 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5505 Don't set up gud's menu (it's done by the minor-mode).
5506 (gud-minibuffer-local-map): New.
5507 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5508 (gud-query-cmdline): New function.
5509 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5510 (gud-mode): Use define-derived-mode.
5511 Don't set up gud's menu (it's done by the minor-mode).
5512 (gud-chop-words): Remove.
5513 (gud-common-init): Use split-string instead.
5514 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5515
5516 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5517 Add keyword arg :name.
5518
5519 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5520 (diff-count-matches, diff-split-hunk): New functions.
5521 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5522
5523 * pcvs-info.el (cvs-fi-conflict-face): New var.
5524
5525 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5526 Make it into a simple syntax-table, shared among all submodes.
5527 (sh-heredoc-face): Re-introduce.
5528 (sh-font-lock-syntactic-face-function): New function.
5529 (sh-mode): Use it. Also use define-derived-mode.
5530 Remove old bogus setting of indent-region-function.
5531 (sh-set-shell): Don't set the syntax-table any more.
5532 (sh-mode-syntax-table) <defun>: Remove.
5533
f5ed37df
MB
55342000-11-12 Miles Bader <miles@gnu.org>
5535
5536 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5537 message if interactive.
5538
0b074c2f
DL
55392000-11-12 Dave Love <fx@gnu.org>
5540
5541 * mail/feedmail.el: Fix header,
5542 (feedmail) <defgroup>: Add :link.
5543
5544 * view.el: Use local-map property, not keymap on mode-line string.
5545
83c9cb8e
SM
5546 * scroll-all.el (scroll-all-mode): Customize variable.
5547 Add autoload cookie to function.
0b074c2f
DL
5548
5549 * lazy-lock.el: Remove compatibility code.
5550
5551 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5552 (finder-help-echo): New variable.
5553 (finder-mouse-face-on-line): Add help-echo stuff.
5554 (finder-list-keywords, finder-list-matches): Use mapc.
5555
5556 * faces.el (face-font-registry-alternatives): Add :version.
5557
5558 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5559 tags-table-list.
5560
a0b47716 5561 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5562
a0b47716 5563 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5564 (mail-mode): Use [:alnum:] in some regexps.
5565
6d502396
DL
55662000-11-10 Dave Love <fx@gnu.org>
5567
5568 * ediff.el (ediff-regions-internal, ediff-documentation):
5569 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5570 fundamental mode.
5571
5572 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5573 buffer into fundamental mode.
5574 (ediff-set-difference): Use copy-sequence if available.
5575
83c9cb8e
SM
5576 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5577 Check ediff-patch-map non-nil.
6d502396
DL
5578 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5579 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5580 buffer into fundamental mode.
5581
5582 * ediff-merg.el (state-or-merge): Defvar when compiling.
5583
a82fe213
JR
55842000-11-10 Jason Rumney <jasonr@gnu.org>
5585
5586 * w32-fns.el (w32-add-charset-info): New function.
5587 (w32-charset-info-alist): Use it.
5588
52d89894
GM
55892000-11-10 Gerd Moellmann <gerd@gnu.org>
5590
5591 * faces.el (face-font-registry-alternatives): New user-option.
5592
178932de
SM
55932000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5594
d7fa3319
SM
5595 * textmodes/texinfo.el (texinfo-block-default): New var.
5596 (texinfo-insert-block): Use it. Insert a newline if needed.
5597
178932de
SM
5598 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5599 (fill-region-as-paragraph): Use it.
5600
5601 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5602 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5603 Tweak paragraph regexps to allow a leading [ \t]*.
5604 (tex-latex-block): Insert a newline if necessary.
5605 (latex-insert-item): Only insert a newline if necessary.
5606 (tex-guess-main-file): New function.
5607 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5608 Set tex-main-file if TeX-master is provided.
5609 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5610
bd02b8e0
GM
56112000-11-10 Gerd Moellmann <gerd@gnu.org>
5612
5613 * startup.el (command-line): Set the default tooltip-mode
5614 to t for graphical displays which implement x-show-tip.
5615
5616 * tooltip.el (tooltip-mode): Add a comment about startup.el
5617 setting the default value of this user-option.
5618
b29b03eb
SM
56192000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5620
5621 * font-lock.el (font-lock-*-face) <defvar>: Move.
5622 (font-lock-defaults-alist): Mark obsolete.
5623 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5624 (font-lock-mode): Use define-minor-mode.
5625 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5626 (font-lock-turn-off-thing-lock): Be more explicit.
5627 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5628 (font-lock-syntactic-face-function): New var.
5629 (font-lock-fontify-syntactically-region): Use it.
5630 (font-lock-doc-face): New.
5631
5632 * pcvs.el (cvs-enabledp): Ignore errors.
5633 (cvs-commit-filelist): Never query.
5634 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5635 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5636 (cvs-do-removal): Use cvs-partition rather than delete-if.
5637 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5638 cvs-bury-buffer.
5639
5640 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5641 Allow `next' to jump to after the end of the last match.
5642
778fbc46
GM
56432000-11-09 Gerd Moellmann <gerd@gnu.org>
5644
730c746c
GM
5645 * simple.el (byte-compiling-files-p): New function.
5646
5647 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5648 if it is there.
5649
5650 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5651 nil again.
5652
778fbc46
GM
5653 * textmodes/ispell.el (ispell-library-path): Don't call
5654 check-ispell-version when byte-compiling because that starts
5655 an ispell process, and ispell might not be installed.
5656 (toplevel): Don't set up a menu when byte-compiling.
5657
5658 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5659 it, so that a boundp test can be used to determine if we're
5660 currently byte-compiling.
5661
5912c5bb
DL
56622000-11-09 Dave Love <fx@gnu.org>
5663
83c9cb8e 5664 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5665
7bb054a5
GM
56662000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5667
83c9cb8e
SM
5668 * ps-print.el: Patch for variable initialization when spooling.
5669 Doc fix.
7bb054a5
GM
5670 (ps-output-list): Fun eliminated.
5671 (ps-begin-file, ps-begin-job): Code fix.
5672
9db2706e
DL
56732000-11-08 Dave Love <fx@gnu.org>
5674
83c9cb8e 5675 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5676
f7eb32aa
GM
56772000-11-08 Gerd Moellmann <gerd@gnu.org>
5678
5679 * simple.el (shell-command, display-message-or-buffer)
5680 (shell-command-on-region): Mention resize-mini-windows in the doc
5681 string.
5682 (display-message-or-buffer): Take the value of resize-mini-windows
5683 into account.
5684
7b01b08c
GM
56852000-11-07 Gerd Moellmann <gerd@gnu.org>
5686
acad3c0b
GM
5687 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5688
7b01b08c
GM
5689 * dired.el (dired-between-files): Add `^. find' as an alternative
5690 to the regular expression, for find-dired.
5691
6f602bd0
SM
56922000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5693
5694 * textmodes/texnfo-upd.el: Require texinfo.
5695 (defmacro, defgroup): Remove.
5696 (texinfo-section-to-generic-alist): Remove.
5697 Use texinfo-section-list instead (i.e. level is changed string->int).
5698 (texinfo-filter): New function.
5699 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5700 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5701 Use it. And use regexp-opt.
5702 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5703 (texinfo-update-menu-region-beginning)
5704 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5705 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5706 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5707 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5708 (texinfo-sequential-node-update): Remove autoload cookie.
5709
5710 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5711 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5712 (texinfo-chapter-level-regexp): Remove.
5713 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5714
bb216218
DL
57152000-11-06 Dave Love <fx@gnu.org>
5716
6f602bd0 5717 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5718
6f602bd0
SM
5719 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5720 Match defun*.
bb216218 5721
ff8dd5d5
KH
57222000-11-06 Kenichi Handa <handa@etl.go.jp>
5723
5724 * composite.el (composition-function-table): Variable declaration
5725 moved to src/composite.c.
5726 (compose-chars-after): New optional arg object.
5727
e9da51a1
GM
57282000-11-06 Gerd Moellmann <gerd@gnu.org>
5729
e0c12c68
GM
5730 * bindings.el (mode-line-toggle-read-only)
5731 (mode-line-toggle-modified, mode-line-widen)
5732 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5733 (make-mode-line-mouse2-map): Rewritten.
5734 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5735 functions so that C-h k can show something with a doc string.
eaae8106 5736
e9da51a1
GM
5737 * startup.el (fancy-splash-delay): Set to 10 seconds.
5738 (fancy-splash-max-time): New user-option.
5739 (fancy-splash-stop-time): New variable.
5740 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5741 (fancy-splash-screens-1): Throw `stop-splashing' when current
5742 time is greater than fancy-splash-stop-time.
5743
611dbdf0
SM
57442000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5745
4d2806e2
SM
5746 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5747
611dbdf0
SM
5748 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5749 Prompt user for a file rather than raising an error.
5750 (cvs-enabledp): Fix call to cvs-mode-marked.
5751 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5752 (cvs-mode-insert): Use it. Change the init prompt' value.
5753 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5754
5755 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5756 Don't pass default arg to ewoc-locate.
5757 (ewoc-collect): Return result in the right order.
5758
5759 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5760
5761 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5762 (cvs-status-get-tags): Fix regexp.
5763 (cvs-status-trees, cvs-status-cvstrees):
5764 Combine after change hooks and don't sit-for.
4d2806e2
SM
5765 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5766 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5767 Use make-char rather than hard-coded cryptic data.
5768 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5769
5770 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5771
5772 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5773 (cvs-insert-strings): New function.
5774
937b2877
MB
57752000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5776
5777 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5778 `mwheel-scroll-amount'.
5779 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5780 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5781 string-matching against the version string.
5782
c6c97763
KH
57832000-11-06 Kenichi Handa <handa@etl.go.jp>
5784
6eaec747
KH
5785 * language/thai.el ("Thai"): Set a lisp form that produces
5786 composed string in `sample-text' language info.
5787
5788 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5789 composed string in `sample-text' language info.
5790
83c9cb8e
SM
5791 * international/mule-cmds.el (describe-language-environment):
5792 Eval `sample-text' data and insert the result.
6eaec747 5793
c6c97763
KH
5794 * international/mule-conf.el (compound-text): Define this coding
5795 system here. Make x-ctext and ctext aliases of it.
5796
5797 * language/european.el (compound-text, ctext): Moved to
5798 international/mule-conf.el.
5799
d1145f85
AI
58002000-11-05 Andrew Innes <andrewi@gnu.org>
5801
5802 * w32-fns.el (w32-version): New function.
5803
178a6a45
SM
58042000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5805
5806 * progmodes/awk-mode.el: Update copyright.
5807 (awk-mode-abbrev-table): Remove.
5808 (awk-font-lock-keywords): Use regexp-opt.
5809 (awk-mode): Use define-derived-mode.
5810
5811 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5812 when extracting a suffix.
5813
1ba90166
AS
58142000-11-04 Andre Spiegel <spiegel@gnu.org>
5815
5816 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5817 auto-save-mode.
5818
546790cb
JR
58192000-11-04 Jason Rumney <jasonr@gnu.org>
5820
5821 * language/european.el (decode-mac-roman): Test against r1 not r0.
5822
d247e32d
SM
58232000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5824
fbf44f44
SM
5825 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5826 (icon-mode): Define indent-line-function.
5827 (icon-comment-indent): Simplify.
5828 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5829
5830 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5831
5832 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5833 Bind change-log-default-mode to defeat the caching done on it.
5834 Don't bother saving excursion any more.
5835
5836 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5837
5838 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5839 (set-frame-font): Use the new name (and the old for compatibility).
5840
eaae8106
SS
5841 * toolbar/tool-bar.el (tool-bar-mode):
5842 * time.el (display-time-mode):
5843 * recentf.el (recentf-mode):
5844 * paren.el (show-paren-mode):
5845 * mwheel.el (mouse-wheel-mode):
5846 * msb.el (msb-mode):
5847 * jka-compr.el (auto-compression-mode):
5848 * image-file.el (auto-image-file-mode):
5849 * hl-line.el (hl-line-mode):
5850 * delsel.el (delete-selection-mode):
5851 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5852 * complete.el (partial-completion-mode): Drop unneeded positional args.
5853
eaae8106 5854 * info.el (Info-mode):
79372165 5855 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5856
d247e32d
SM
5857 * log-edit.el (log-edit-menu): New menu.
5858
4921558e
MB
58592000-11-03 Miles Bader <miles@gnu.org>
5860
5861 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5862 definition, so that trailing spaces are handled properly.
5863 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5864
1fc02b3c
GM
58652000-11-03 Gerd Moellmann <gerd@gnu.org>
5866
5867 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5868 tab character.
5869 (fancy-splash-screens): Set tab-width to 20.
5870
51d001f7
DL
58712000-11-03 Dave Love <fx@gnu.org>
5872
5873 * comint.el (comint-completion-addsuffix): Fix custom type.
5874
ba22aeff
SM
58752000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5876
5877 * font-lock.el (font-lock-buffers): Remove.
5878 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5879 (font-lock-change-major-mode): Remove.
5880 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5881 (font-lock-default-fontify-region): Extend the multiline
5882 fontification to whole lines.
5883 (font-lock-fontify-anchored-keywords)
5884 (font-lock-fontify-keywords-region): If matching just one
5885 line (with \n) only mark the \n as multiline.
5886
5887 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5888 Correctly handle the case where several :group args are supplied.
5889 Allow :extra-args.
5890 (easy-mmode-define-global-mode): Allow :extra-args.
5891 Correctly handle the case where several :group args are supplied.
5892
9c887ada
MB
58932000-11-02 Miles Bader <miles@gnu.org>
5894
eaae8106 5895 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5896 (holiday-face): Remove dependency on `window-system'.
5897
7f25090d
KR
58982000-11-02 Ken Raeburn <raeburn@gnu.org>
5899
5900 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5901 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5902 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5903
7dd6009c
DL
59042000-11-02 Dave Love <fx@gnu.org>
5905
5906 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5907
94821e4f
EZ
59082000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5909
5910 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5911 punctuation in the warning inserted into the *mail* buffer.
5912
1ac3fc42
GM
59132000-11-02 Gerd Moellmann <gerd@gnu.org>
5914
57731876
GM
5915 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5916 (authors-public-domain-p): New function.
5917 (authors-print): Use it.
5918
975f82c9
GM
5919 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5920
1ac3fc42
GM
5921 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5922
4b3eb10f
GM
59232000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5924
975f82c9 5925 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5926 (ps-print-version): New version number (6.3.1).
5927 (ps-even-or-odd-pages): Customization fix.
5928 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5929 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5930 (ps-page-count): Var replaced by `ps-page-column'.
5931 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5932 (ps-print-sheet-p): New fun.
5933
7da794df
MB
59342000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5935
5936 * tooltip.el (tooltip-gud-tips-setup): New function.
5937 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5938 (tooltip-mode): Call tooltip-gud-tips-setup.
5939 (tooltip-gud-tips): Use `gud-basic-call' instead of
5940 process-send-string, so the prompt gets frobbed appropriately.
5941 Handle nil return value from `tooltip-gud-print-command'.
5942
0e40b809
EL
59432000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5944
5945 * comint.el (comint-add-to-input-history): New function.
5946 (comint-send-input): Use `comint-add-to-input-history'.
5947
50ada0db
MB
59482000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5949
973a3104
MB
5950 * info.el (info-menu-header): New face.
5951 (Info-fontify-menu-headers): New function.
5952 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5953
50ada0db
MB
5954 * info.el (Info-insert-dir): Don't include blank lines at
5955 beginning of additional dir files (one is added automatically).
5956
bff53411
SM
59572000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5958
5959 * emacs-lisp/easy-mmode.el (define-minor-mode):
5960 Revert the latest changes.
5961 Allow the three positional arguments to be skipped and replaced
5962 by keyword arguments.
5963 Add a :toggle argument to determine whether a nil arg means toggle
5964 or means turn-on. The default is unchanged.
5965 Add a call to force-mode-line-update.
5966
6b8a0b2d
DL
59672000-11-01 Dave Love <fx@gnu.org>
5968
83c9cb8e 5969 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5970
5bf99100
MB
59712000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5972
83c9cb8e
SM
5973 * calendar/calendar.el (diary-face, holiday-face):
5974 Add dark-background variants.
5bf99100 5975
a4032611
SS
59762000-10-31 Sam Steingold <sds@gnu.org>
5977
5978 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5979 `tex-main-file' does not have directory in it.
5980
c286608e
SM
59812000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5982
5983 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5984
4836835a
TTN
59852000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5986
5987 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5988 functional change.
5989
26dcb81b
GM
59902000-10-31 Gerd Moellmann <gerd@gnu.org>
5991
5992 * files.el (find-file-noselect): When we expand a wildcard, return
5993 a list of buffers, as we should do according to the doc string.
5994
49fc4500
KR
59952000-10-31 Ken Raeburn <raeburn@gnu.org>
5996
5997 * loadup.el (top level): Adjust load path if program name is
5998 "../src/bootstrap-emacs", in case it's not dumped and thus the
5999 load path adjustment hasn't already been done.
6000
ea0c615d
GM
60012000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6002
83c9cb8e
SM
6003 * ps-print.el: Fix bug on selected pages for printing.
6004 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6005 is on. Try to avoid warning messages when compiling. Doc Fix.
6006 (ps-print-version): New version number (6.3).
6007 (ps-color-device): Use `color-values' to determine if device
6008 supports color.
6009 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6010 (ps-print-page-p): Changed from defsubst to defun.
6011 (ps-page-number): Changed from defmacro to defun.
6012 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6013 printing.
c286608e 6014 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6015 (ps-end-file, ps-dummy-page): Funs eliminated.
6016 (ps-print-color-scale): Changed default value.
6017 (ps-page-n-up, ps-print-page-p): New internal vars.
6018 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6019 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6020
9e20722f
GM
6021 * delim-col.el: Little programming improvement.
6022 (delimit-columns-str): New macro.
6023 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6024
d7a0fd00
KH
60252000-10-31 Kenichi Handa <handa@etl.go.jp>
6026
c286608e
SM
6027 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6028 Moved to european.el.
d7a0fd00
KH
6029 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6030 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6031 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6032 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6033
234be340
DL
60342000-10-30 Dave Love <fx@gnu.org>
6035
6036 * progmodes/cc-menus.el (imenu-generic-expression)
6037 (imenu-progress-message): Only defvar when compiling.
6038
4edc4a39
DL
6039 * emacs-lisp/elp.el (elp-unload-hook): New function.
6040
6041 * loadhist.el (unload-feature): Call elp-restore-function,
6042 checking for symbols; don't use elp-restore-all.
6043 (loadhist-hook-functions): Doc fix.
6044
70c825df
SM
60452000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6046
6047 * log-edit.el (log-edit-confirm): Fix the default.
6048
1d3baf74
GM
60492000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6050
6051 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6052 delimit-columns-format.
6053 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6054
1ec321a7
MB
60552000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6056
6057 * comint.el (comint-replace-by-expanded-history): Don't use
6058 comint-get-old-input (we're not looking at *old* input).
6059 (comint-get-old-input-default): If using fields, signal an error
6060 when the point is not in an input field.
6061
70737ea9
KH
60622000-10-30 Kenichi Handa <handa@etl.go.jp>
6063
6064 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6065 and mule-unicode-e000-ffff.
6066
fa0cb51d 6067 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6068 (make-coding-system): Accept a symbol of translation table as a
6069 value of property `safe-chars'.
6070
6071 * international/mule-cmds.el (encode-coding-char): Check property
6072 safe-chars instead of safe-charsets.
6073
6074 * international/fontset.el (fontset-default): Modified for
6075 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6076 (x-font-name-charset-alist): Likewise.
6077 (ccl-encode-unicode-font): New CCL program. Record it in
6078 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6079
70c825df
SM
6080 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6081 New translation tables.
70737ea9
KH
6082 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6083 programs are modified and moved from mac-win.el.
6084 (mac-roman): Definition of this coding system is modified and
6085 moved from mac-win.el.
4836835a 6086
fda2ce24 60872000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6088
1d3baf74 6089 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6090 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6091
dd4d3cb6
MB
60922000-10-29 Miles Bader <miles@gnu.org>
6093
6094 * custom.el (custom-add-to-group): Allow multiple entries for a
6095 given value OPTION, as long as their widget types are different.
6096 * cus-edit.el (custom-face-value-create): If face name doesn't end
6097 with "face", add such here (similar to custom group widgets).
6098
6099 * comint.el (comint-highlight-prompt): Add :type.
6100
dace60cf
JW
61012000-10-28 John Wiegley <johnw@gnu.org>
6102
dace60cf
JW
6103 * calendar/timeclock.el (timeclock-log): Doc fix.
6104 (timeclock-last-event): Doc fix.
83c9cb8e 6105 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6106 (timeclock-find-discrep): Use a temp buffer to read in the
6107 timelog, instead of visiting the file.
6108 (timeclock-log-data): A new function, along with a host of helper
6109 functions, for the purpose of making timelog data accessible to
6110 programmers.
6111
6112 * eshell/esh-mode.el (window-height test): Make certain that
6113 `eshell-stringify-t' is non-nil.
6114 (eshell-password-prompt-regexp): Changed to a much simpler
6115 password regexp.
6116 (eshell-send-input): If `eshell-invoke-directly' returns t,
6117 directly invoke the parsed command using `eval'. This improves
6118 turn-around time on simple commands by a factor of three or
6119 greater, such as cd, ls, pwd, etc. -- which get used very often.
6120 It also conserves thousands of cons cells per call (since
6121 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6122 in the Pacific Cookie Company).
6123
6124 * eshell/esh-test.el (eshell-test): Whitespace fix.
6125
83c9cb8e
SM
6126 * eshell/em-ls.el (eshell-ls-insert-directory):
6127 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6128
6129 * eshell/em-script.el (eshell-script-initialize): Add names to
6130 `eshell-complex-commands, since `source' and `.' are complex.
6131
0467b076
EZ
6132 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6133 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6134 `eshell-copy-handles'.
6135 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6136 bodies.
6137 (eshell-separate-commands): Whitespace fix.
6138 (eshell-complex-commands): Added a new list of names, for
6139 determining whether a given command is as simple as it looks.
6140 (eshell-invoke-directly): New function. Returns t if a command
6141 should be invoked directly (using `eval'), rather than indirectly
6142 using `eshell-do-eval'.
6143 (eshell-do-eval): Whitespace fix.
6144
6145 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6146 which provides an emulation of the DOS shell behavior of assuming
6147 that cp/mv/ln should copy/move/link to the current directory.
6148 (eshell-remove-entries): Added a doc string.
6149 (eshell-shuffle-files): Removed the check for `target' being null.
6150 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6151 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6152 it to do a smarter check of whether a destination was provided.
6153 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6154 (eshell/ln): Enable `:preserve-args', and use
6155 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6156 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6157 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6158 list after flattening it. This makes it possible to cat files
6159 with numerical names.
6160 (eshell-unix-initialize): Added several names to
6161 `eshell-complex-commands.
6162 (eshell-unix-command-complex-p): Return t if a given command name
6163 may result in external processes being invoked.
6164
6165 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6166 variable nil by default, since it slows down glob processing by a
6167 factor of two or more, and increases memory consumption.
6168
6169 * eshell/em-smart.el: Added a note about how memory consumptive
6170 smart display mode can be (at least this is true in Emacs 21).
6171 (eshell-smart-initialize): Whitespace fix.
6172 (eshell-refresh-windows): Use `if' instead of `when'.
6173 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6174 not necessary.
83c9cb8e 6175 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6176
6177 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6178 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6179 Whitespace fix.
6180 (eshell-ls-exclude-hidden): Added this variable in addition to
6181 `eshell-ls-exclude-regexp'. This one prevents files beginning
6182 with . from even being read, which can improve memory consumption
6183 quite a bit.
6184 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6185 read file entries beginning with a dot. In home directories with
6186 lots of hidden files, fully two-thirds of the time spent in ls is
6187 used to read directory entries that are immediately thrown away.
6188 (eshell-ls-initial-args): Added back this configuration variable,
6189 for specifying default initial arguments to every call to ls.
6190 Much faster than using an alias to do the same thing.
6191 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6192 (eshell-ls-dir): Whitespace change.
6193
6194 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6195
83c9cb8e 6196 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6197 (eshell-stringify-t): Added a customization variable, to indicate
6198 whether `t' should be rendered as a string at all. If not, one
6199 can still determine if the result of an expression is true using
6200 "file-exists-p FILE && echo true".
6201 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6202 stringify t!
6203
6204 * eshell/esh-module.el: Whitespace fix.
6205
83c9cb8e
SM
6206 * eshell/em-alias.el (eshell-alias-initialize):
6207 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6208 (eshell-command-aliased-p): New function that returns t if a
6209 command name names an aliased.
6210
657f9cb8 62112000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6212
0467b076 6213 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6214 redrawing the screen when changing cursor color.
0467b076
EZ
6215 (viper-insert-state-pre-command-sentinel)
6216 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6217 (viper-replace-state-post-command-sentinel):
6218 Use viper-preserve-cursor-color.
657f9cb8
MK
6219 Many functions changed to use viper= instead of = when comparing
6220 characters.
0467b076 6221 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6222 working with characters.
0467b076 6223 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6224 Many functions changed to use viper= instead of = when comparing
6225 characters.
0467b076 6226 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6227
0467b076 6228 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6229 Several typos fixed in various docstrings.
0467b076 6230 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6231 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6232 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6233 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6234 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6235 (ediff-get-selected-buffers): New function.
6236 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6237 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6238 Use save-window-excursion.
0467b076 6239 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6240 termination check in while loop.
0467b076 6241 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6242 dired buffer.
0467b076
EZ
6243 (ediff-files,ediff-merge-files,ediff-files3)
6244 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6245
4f490d99
DL
62462000-10-28 Dave Love <fx@gnu.org>
6247
6248 * info.el (Info-fontify-node): Add help-echo for menu items.
6249
45b84006
EZ
62502000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6251
5ebc02b3
EZ
6252 * startup.el (normal-top-level): If the value of $TERM indicates
6253 we are running from xterm or one of its work-alikes, default to a
6254 light background mode.
6255
45b84006
EZ
6256 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6257 * faces.el (tty-handle-reverse-video): New function.
6258 (tty-create-frame-with-faces): Call it.
6259
6260 * frame.el (frame-notice-user-settings): Don't apply
6261 default-frame-alist and initial-frame-alist to MS-DOS frames.
6262 Call tty-handle-reverse-video, frame-set-background-mode, and
6263 face-set-after-frame-default for non-MS-DOS frames.
6264
6265 * startup.el (tty-long-option-alist): New variable.
6266 (tty-handle-args): New function.
6267 (command-line): Call tty-handle-args.
6268
6269 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6270 startup.el now does that for all character-terminal frames.
6271
eab6e8b9
MB
62722000-10-28 Miles Bader <miles@gnu.org>
6273
83c9cb8e
SM
6274 * emacs-lisp/easy-mmode.el (define-minor-mode):
6275 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6276 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6277 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6278 version using `easy-mmode-define-global-mode'.
6279 Add :conditional-turn-on keyword argument.
eab6e8b9 6280
51a29efc
DL
62812000-10-28 Dave Love <fx@gnu.org>
6282
83c9cb8e
SM
6283 * international/latin1-disp.el (latin1-char-displayable-p):
6284 Don't use window-system.
51a29efc 6285
d71d7114
EZ
62862000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6289 Don't call find-buffer-file-type-coding-system. Instead, just
6290 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6291 if the file is on an untranslated filesystem.
6292 (add-untranslated-filesystem): Use "D" instead of "f" inside
6293 interactive.
6294
1f9cab4b
DL
62952000-10-27 Dave Love <fx@gnu.org>
6296
70c825df 6297 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6298 (refill-mode): Use it.
6299
70c825df
SM
63002000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6301
6302 * international/quail.el (quail-activate): Don't make-local-hook.
6303
7432cf10
AS
63042000-10-27 Andre Spiegel <spiegel@gnu.org>
6305
4836835a 6306 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6307 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6308 (vc-make-version-backup): Don't do it on MS-DOS without long file
6309 names.
4836835a 6310
7432cf10
AS
6311 * vc.el (vc-version-other-window): If an automatic backup of the
6312 desired version exists, rename it instead of copying it.
6313
4836835a
TTN
6314 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6315 after command. If there's an unexpected error, signal it instead
7432cf10 6316 of being silent.
e1483c38 6317 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6318
05ea7ef2
MB
63192000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6320
fd1035aa
MB
6321 * shell.el (shell): Add BUFFER argument.
6322 * comint.el (make-comint-in-buffer): New function.
6323 (make-comint): Use it.
6324
05ea7ef2
MB
6325 * faces.el (face-spec-choose): Change syntax so that the list of
6326 attribute-value pairs is now the cdr of each clause, not the cadr.
6327 Detect old-style entries, and handle them. Use pop.
6328
835a55fe
SM
63292000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6330
f5ab1cdd
SM
6331 * cus-edit.el (custom-mode-map): Use a sparse map.
6332 (custom-mode): Don't bother with make-local-hook.
6333
6334 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6335
835a55fe
SM
6336 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6337
c13b0ec8
GM
63382000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6339
6340 * ps-print.el: Avoid compilation gripes.
6341 (ps-print-version): New version number (6.2.1).
4836835a 6342
e9f63196
DL
63432000-10-26 Dave Love <fx@gnu.org>
6344
0b95284b
DL
6345 * menu-bar.el: Modify some menu item help strings.
6346 (menu-bar-help-menu): Add link to MORE.STUFF.
6347
e9f63196
DL
6348 * cus-edit.el (custom-mode): Add `special' mode-class property.
6349
6350 * wid-browse.el (widget-browse-mode): Likewise.
6351
6352 * wid-edit.el (widget-specify-field): Revert to using local-map
6353 property, not keymap.
6354
e276a14a
MB
63552000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6356
c1545d88
MB
6357 * wid-edit.el (widget-field-end): When checking for a `boundary'
6358 field, do so in the correct buffer.
6359
3c1b77ca
MB
6360 * simple.el (undo): Correctly distinguish between numeric and
6361 non-numeric prefix args in non-transient-mark-mode, as per the doc
6362 string. When in transient-mark-mode, treat all prefix-args as
6363 numeric.
6364
f5ab1cdd
SM
6365 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6366 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6367
6368 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6369 (comint-mode-map): Reverse order of `comint-write-output' and
6370 `comint-append-output-to-file'.
6371 (comint-append-output-to-file): Reinstate this function, for the
6372 benefit of the menu.
6373
d97151cb
SM
63742000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6375
6376 * vc.el (vc-version-other-window): Bind `file'.
6377
ea7d6f5b
GM
63782000-10-25 Gerd Moellmann <gerd@gnu.org>
6379
f5ab1cdd 6380 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6381
6382 * emacs-lisp/authors.el (batch-update-authors): New function.
6383 (authors-fixed-entries): New defconst.
6384 (authors-add-fixed-entries): New function.
6385 (authors): Call it.: Don't process lispref/.
6386
17c25cea
JR
63872000-10-25 Jason Rumney <jasonr@gnu.org>
6388
6389 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6390 Merge x w32 and mac definitions.
6391
4ecda532
GM
63922000-10-25 Gerd Moellmann <gerd@gnu.org>
6393
6394 * menu-bar.el (menu-bar-options-menu): Add a help string for
6395 `uniquify'.
6396
b6735035
GM
63972000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6398
f5ab1cdd
SM
6399 * time-stamp.el (time-stamp-string-preprocess):
6400 Fix a wrong type argument error.
b6735035 6401
f4cbc7a0
MB
64022000-10-25 Miles Bader <miles@gnu.org>
6403
6404 * recentf.el (recentf-mode): Variable removed.
6405 (recentf-mode): Use `define-minor-mode'.
6406
6407 * mwheel.el (mouse-wheel-mode): New global minor mode.
6408 (mwheel-install): Use `mouse-wheel-mode'.
6409
f4b020f6
DL
64102000-10-25 Dave Love <fx@gnu.org>
6411
f5ab1cdd
SM
6412 * progmodes/cperl-mode.el (cperl-mode):
6413 Set normal-auto-fill-function correctly.
072cb6f9 6414
83c9cb8e
SM
6415 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6416 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6417 bindings.
f4b020f6 6418
ebe2a441
MB
64192000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6420
ff4dcd4b
MB
6421 * wid-edit.el (widget-field-at): New function.
6422 (widget-at, widget-field-activate): Use it.
6423 (widget-tabable-at): Use `widget-at'.
6424 (widget-specify-field): If the terminating character of the widget
6425 field (which is read-only) is a newline, put it into a special
6426 `boundary' field so that C-n/C-p act more naturally.
6427 (widget-field-end): Also don't subtract one if a special
6428 `boundary' field has been added after the widget field.
6429
83c9cb8e
SM
6430 * comint.el (comint-output-filter, comint-send-input):
6431 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6432 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6433
ebe2a441
MB
6434 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6435 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6436 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6437
fe50b6ab
GM
64382000-10-24 Gerd Moellmann <gerd@gnu.org>
6439
53df4dda 6440 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6441 (authors): Set file coding system to iso-2022-7bit.
6442 Add file-local variables to output buffer.
53df4dda 6443
4836835a 6444 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6445 WARN is nil.
6446
53df4dda
GM
64472000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6448
6449 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6450
6451 * delim-col.el: Now there is a column formatting mechanism.
6452 Modified to customization mechanisms convention. Doc fix.
6453 (columns): New group for delim-col.
6454 (delimit-columns-before, delimit-columns-after)
6455 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6456 (delimit-columns-end): New vars.
6457 (delimit-columns-customize, delimit-columns-format): New funs.
6458 (delimit-columns-region, delimit-columns-rectangle)
6459 (delimit-columns-rectangle-line): Modified to support column
6460 formatting.
4836835a 6461
a9839779
DL
64622000-10-24 Dave Love <fx@gnu.org>
6463
6464 * log-edit.el (log-edit): Add :version and a :group for vc.
6465
df0267b8
GM
64662000-10-24 Gerd Moellmann <gerd@gnu.org>
6467
9acc3873
GM
6468 * files.el (after-find-file): Don't print a message ``New file''
6469 if WARN is nil.
6470
83c9cb8e
SM
6471 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6472 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6473 get duplicate tool-bar entries because we'll see the global ones
6474 on more than one path through keymaps.
6475
1946f901
GM
6476 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6477
df0267b8
GM
6478 * progmodes/cmacexp.el: Change Francesco's email address.
6479
ae3b264b
KH
64802000-10-24 Kenichi Handa <handa@etl.go.jp>
6481
6482 * window.el (fit-window-to-buffer): Adjust point of the window
6483 buffer, not that of the current buffer.
6484
23afac01
EZ
64852000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6486
6487 * progmodes/cmacexp.el: Update the euthor's email address.
6488
22d1a4ed
MB
64892000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6490
6491 * faces.el (face-spec-set-match-display): Add `graphic' display
6492 type (the inverse of `tty'). Use `display-graphic-p' instead of
6493 the window-system variable.
6494
f408aa48
KH
64952000-10-24 Kenichi Handa <handa@etl.go.jp>
6496
83c9cb8e
SM
6497 * international/isearch-x.el (isearch-with-input-method):
6498 Call input-method-function with the first event in
f408aa48
KH
6499 unread-command-events.
6500
94fe8a31
MB
65012000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6502
83c9cb8e 6503 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6504
8f47302e
AC
65052000-10-24 Andrew Choi <akochoi@i-cable.com>
6506
6507 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6508 New charsets.
6509
6510 * term/mac-win.el: Remove definitions of mac-roman-lower and
6511 mac-roman-upper, require dired, and define instead of set
6512 mac-ready-for-drag-n-drop to avoid compilation error.
6513
446c097e
AI
65142000-10-23 Andrew Innes <andrewi@gnu.org>
6515
83c9cb8e
SM
6516 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6517 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6518 expand-file-name after convert-standard-filename to ensure
6519 expected directory separators are used.
6520
379b70e7
EZ
65212000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6522
6523 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6524
85c766e9
DL
65252000-10-23 Dave Love <fx@gnu.org>
6526
b7e03a67
DL
6527 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6528 (tool-bar-add-item): Set foreground and background for XBM icons.
6529
83c9cb8e
SM
6530 * international/latin1-disp.el (latin1-char-displayable-p):
6531 New function (from Handa).
b7e03a67
DL
6532 (latin1-display-check-font): Use it.
6533
0dcf8835 6534 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6535 using :key-sequence, making it much more usable.
6536 Use nconc, not append.
0dcf8835
DL
6537 (imenu--create-keymap-1): Avoid append.
6538
85c766e9 6539 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6540
cb3069bb
MB
65412000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6542
6543 [the following changes fix a bug where `define-minor-mode' didn't
6544 correctly generate :require clauses for defcustoms in compiled files]
6545 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6546 (byte-compile-log-file, byte-compile-log-1): Don't set
6547 `byte-compile-current-file' to nil. Instead set
6548 `byte-compile-last-logged-file' to it. Test whether
6549 byte-compile-current-file equals byte-compile-last-logged-file
6550 instead of whether its nil.
3b6542ba 6551 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6552
6db6243b
SM
65532000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6554
6555 * textmodes/refill.el: Fix var names in doc.
6556 (refill-mode): Don't bother with make-local-hook anymore.
6557
98490598
MB
65582000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6559
e01cd227
MB
6560 * faces.el (face-user-default-spec, face-default-spec): New functions.
6561 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6562 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6563 Use `face-user-default-spec'. Simplify code slightly.
6564
4836835a 6565 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6566 (woman-unknown-face): Add dark-background variants.
6567 (woman-default-faces): Renamed from `woman-colour-faces'.
6568 Set using the stored defaults, rather than using hard-wired colors.
6569 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6570 Just make the foreground `unspecified' rather than "black".
6571 (woman-menu): Rename menu entries accordingly.
6572
98490598
MB
6573 * faces.el (header-line): Make more reasonable on mono/grayscale
6574 displays.
6575
1a578e9b
AC
65762000-10-23 Andrew Choi <akochoi@i-cable.com>
6577
6578 * cus-edit.el (custom-button-face): Use 3D look for mac.
6579 (custom-button-pressed-face): Likewise.
6580
6581 * faces.el (set-face-attributes-from-resources): Handle mac frames
6582 in the same way as x and w32 frames.
6583 (face-valid-attribute-values): Likewise.
6584 (read-face-attribute): Likewise.
6585 (defined-colors): Likewise.
6586 (color-defined-p): Likewise.
6587 (color-values): Likewise.
6588 (display-grayscale-p): Likewise.
6589 (face-set-after-frame-default): Likewise.
6590 (mode-line): Same default face as for x and w32.
6591 (tool-bar): Likewise.
6592
6593 * frame.el: Remove call to frame-notice-user-settings at end of
6594 the file.
6595
83c9cb8e 6596 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6597 as for x, pc, and w32 frame types.
6598
6599 * term/mac-win.el: New file.
6600
aaaf7be7
DL
66012000-10-22 Dave Love <fx@gnu.org>
6602
6603 * textmodes/refill.el: New file.
6604
5392d654
AS
66052000-10-22 Andre Spiegel <spiegel@gnu.org>
6606
4836835a 6607 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6608 MANUAL and REGEXP.
4836835a 6609 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6610 New functions.
6611 (vc-before-save): Use the latter.
6612 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6613 confusion.
6614
4836835a 6615 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6616 expected by vc[-hooks].el.
6617
6618 * vc.el (vc-checkout): Added `-p' suffix in call to
6619 vc-make-version-backups-p; use vc-make-version-backup to actually
6620 make the backup.
6621 (vc-version-other-window, vc-version-backup-file): Handle both
6622 automatic and manual backups.
6623 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6624 of all of them.
6625
1e221c16
MB
66262000-10-22 Miles Bader <miles@gnu.org>
6627
7ff4fda5
MB
6628 * comint.el (comint-highlight-input, comint-highlight-prompt):
6629 Renamed, `-face' at end removed.
6630 (comint-send-input, comint-output-filter): Use renamed faces.
6631
3511cde8
MB
6632 * window.el (fit-window-to-buffer): Change defaulting of
6633 MAX-HEIGHT slightly.
6634
1e221c16
MB
6635 * faces.el (color-values, color-defined-p): Use `member', not
6636 `memq', because it works correctly for strings.
6637 (frame-set-background-mode): Actually, "unspecified-fg" and
6638 "unspecified-bg" *are* strings. Use `member', not `memq', and
6639 `equal', not `eq', when a string value is possible.
6640
b6ef4898
EZ
66412000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6642
6643 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6644
34939e2c
SM
66452000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6646
6647 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6648 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6649 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6650 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6651 (sh-font-lock-syntactic-keywords): Use them.
6652 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6653 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6654 (sh-mode): Don't override font-lock-unfontify-region-function.
6655 Use a copy of sh-font-lock-syntactic-keywords.
6656 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6657 Don't call sh-scan-buffer since font-lock does it on the fly.
6658 (sh-get-indent-info): Use `face' rather than `syntax-table'
6659 text-property to detect here-documents.
6660 Replace sh-special-syntax with sh-st-punc.
6661 (sh-prev-line): Use `face' rather than `syntax-table'
6662 text-property to skip over here-documents.
6663 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6664 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6665 (sh-electric-less, sh-set-here-doc-region)
4836835a 6666 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6667 (sh-scan-buffer, sh-rescan-buffer): Remove.
6668
f3d3c491
AI
66692000-10-21 Andrew Innes <andrewi@gnu.org>
6670
6671 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6672 remote (ange-ftp) file names.
6673
b86c791c
MB
66742000-10-21 Miles Bader <miles@gnu.org>
6675
d9c30bdf
MB
6676 * window.el (fit-window-to-buffer): New function.
6677 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6678 (window-text-height): Don't expect minibuffers to have mode-lines.
6679
d9c30bdf 6680 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6681 * international/quail.el (quail-update-guidance):
6682 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6683
617fee5a
MB
6684 * international/quail.el (quail-show-guidance-buf): Make sure
6685 guidance window really has enough room.
6686 (quail-update-guidance): If quail-guidance-win is already shown,
6687 make sure its height is OK.
6688
b86c791c
MB
6689 * window.el (window-text-height, set-window-text-height):
6690 New functions.
6691 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6692 instead of `window-height' & `mode-line-window-height-fudge'.
6693 (mode-line-window-height-fudge): Add FACE parameter.
6694 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6695 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6696
e34850d1
MB
66972000-10-20 Miles Bader <miles@gnu.org>
6698
6699 * window.el (height-affecting-face-attributes): Use `defconst'.
6700
6701 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6702 New function, conditionally aliased to `mode-line-window-height-fudge'.
6703 (ispell-help): Use it.
6704 (ispell-choices-win-default-height): Don't include mode-line fudge.
6705 (ispell-choices-win-default-height): New function.
6706 (ispell-show-choices, ispell-command-loop): Use function
6707 `ispell-choices-win-default-height' instead of variable.
6708
a8b883c2
MB
67092000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6710
8c6e4a58
MB
6711 * window.el (mode-line-window-height-fudge): New variable.
6712 (height-affecting-face-attributes): New variable.
6713 (mode-line-window-height-fudge): New function.
6714 (shrink-window-if-larger-than-buffer): Use it.
6715 * help.el (resize-temp-buffer-window): Likewise.
6716
a8b883c2
MB
6717 * info.el (Info-fontify-node): Add support for @subsubsection
6718 titles, which use `Info-title-4-face'.
6719 (Info-title-4-face): New face.
6720 (Info-title-3-face): Inherit from Info-title-4-face instead of
6721 variable-pitch.
6722
e64c3a75
JR
67232000-10-19 Jason Rumney <jasonr@gnu.org>
6724
6725 * dired.el (dired-insert-directory): Do not let errors signalled by
6726 attempt to run dired-free-space-program prevent dired from working.
6727
c70fe852
SM
67282000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6729
6730 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6731
877cf6b4
GM
67322000-10-19 Gerd Moellmann <gerd@gnu.org>
6733
5de037e0
GM
6734 * dirtrack.el (dirtrack): Fix call to run-hooks.
6735
6deb9af9
GM
6736 * cmuscheme.el (cmuscheme-program-name): Renamed from
6737 scheme-program-name because xscheme.el contains a defcustom with
6738 the same name. As a consequence, customizing group `cmuscheme'
6739 loaded `xscheme' which redefined run-scheme.
6740 (run-scheme): Use cmuscheme-program-name.
6741
83c9cb8e 6742 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6743
e597d8fb 6744 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6745 anonymous address, and add a website for Befrienders International.
4836835a 6746
3e9cb08f
GM
67472000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6748
c70fe852
SM
6749 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6750 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6751 (ps-print-version): New version number (6.2).
6752 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6753 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6754 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6755 (ps-x-extent-priority, ps-x-extent-start-position)
6756 (ps-x-face-font-instance, ps-x-find-coding-system)
6757 (ps-x-font-instance-properties, ps-x-make-color-instance)
6758 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6759 avoid compilation gripes without defining functions.
6760 (ps-e-find-composition): Alias for function find-composition, to have a
6761 suitable function depending on Emacs version.
6762 (ps-color-device, ps-color-values, ps-face-foreground-name)
6763 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6764 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6765 (ps-print-ensure-fontified): Function definitions surrounded by
6766 `eval-and-compile' to avoid compilation gripes.
6767 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6768 by symbol-value to avoid compilation gripes.
6769 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6770 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6771
d8abcd91
MB
67722000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6773
13ab33c4
MB
6774 * startup.el (normal-top-level): Call `frame-set-background-mode'
6775 after `frame-notice-user-settings' because the latter doesn't call
6776 the former on a tty.
6777
d8abcd91
MB
6778 * faces.el (frame-set-background-mode): `unspecified' &c are
6779 symbols, not strings.
6780
e8bce0a9
EZ
67812000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6782
c70fe852
SM
6783 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6784 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6785
c70fe852
SM
6786 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6787 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6788
773272d8
KH
67892000-10-19 Kenichi Handa <handa@etl.go.jp>
6790
c70fe852 6791 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6792 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6793 for ISO10646-1 fonts.
6794 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6795
772139c0
EZ
67962000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6797
6798 * faces.el (frame-set-background-mode): If a tty frame defines a
6799 background color, use that to compute the background mode, instead
6800 of always defaulting to "dark".
6801
d134a19f
MB
68022000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6803
8bb84cb2
MB
6804 * comint.el (comint-write-output): New function.
6805 (comint-mode-map): Add it to the menu.
e40a778f 6806 Bind `C-c C-s' to comint-write-output.
d134a19f 6807
dada41e1
GM
68082000-10-18 Gerd Moellmann <gerd@gnu.org>
6809
6810 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6811 Use fancy-splash-delay.
6812
9b5360aa
GM
68132000-10-18 Alex Schroeder <alex@gnu.org>
6814
6815 * progmodes/sql.el (sql-sybase-options): New option.
6816 (sql-sybase): Use it. Add sql-database to the list of parameters
6817 provided for login. The options -w 2048 -n are not used any more.
6818
9035a35a
GM
6819 * comint.el (comint-read-input-ring): Bugfix such that the first
6820 and the last entry of the input ring file are not lost.
6821
3556c6dd
GM
68222000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6823
6824 * ps-print.el: Internal variable changes to defcustom,
6825 make-local-hook changes to defvar. Doc fix.
6826 (ps-print-version): New version number (6.1).
6827 (ps-setup, ps-do-despool): Code fix.
6828 (ps-printer-name): Customization fix.
6829 (ps-printer-name-option): Now is a defcustom instead of an
6830 internal variable.
6831 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6832 (ps-print-begin-column-hook): Now are defvar instead of
6833 make-local-hook.
4836835a 6834
4e217e50
MB
68352000-10-18 Miles Bader <miles@gnu.org>
6836
6837 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6838 (comint-kill-output): Changed into an alias for `comint-delete-output',
6839 and made obsolete.
6840 (comint-mode-map): Rename references to comint-kill-output.
6841
34460354
EZ
68422000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6843
6844 * diff-mode.el (diff-header-face, diff-file-header-face)
6845 (diff-changed-face): Add bold and italic attributes to tty faces.
6846 (diff-function-face): New face.
6847 (diff-font-lock-keywords): Use it.
6848
17ea3cdb
MB
68492000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6850
6851 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6852 Remove commented-out call to force-mode-line-update.
6853 (comint-kill-output): Use `forward-line 0' instead of
6854 beginning-of-line to make sure we get past the prompt.
6855
9244f2c7
SM
68562000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6857
6858 * diff-mode.el (diff-header-face, diff-file-header-face):
6859 Add specific setting for dark background.
6860 (diff-context-face): Renamed from diff-comment-face.
6861 Set explicitly rather than inheriting from font-lock-comment-face.
6862
1592c1ef
EZ
68632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6864
6865 * startup.el (command-line): Move the code which sets the default
6866 TTY colors to before before-init-hook.
6867
f86292a9
GM
68682000-10-17 Gerd Moellmann <gerd@gnu.org>
6869
6870 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6871
f7f2e883
EZ
68722000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6873
e854cc22
EZ
6874 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6875 extensions, for MS-DOS.
6876
f7f2e883
EZ
6877 * diff-mode.el (diff-header-face, diff-file-header-face)
6878 (diff-changed-face): Define tty-specific colors.
6879
c7b4f0f9
GM
68802000-10-17 Gerd Moellmann <gerd@gnu.org>
6881
6882 * startup.el (fancy-splash-text): Realign the text.
6883
12a72271
EZ
68842000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6885
6886 * font-lock.el (font-lock-comment-face): Define a separate default
6887 for dark-background tty's.
6888
61dfccfd
MB
68892000-10-17 Miles Bader <miles@gnu.org>
6890
6891 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6892 being obscured by whizzy mode-lines on graphics displays.
6893
333cd59e
EZ
68942000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6895
6896 * info.el (Info-title-1-face, Info-title-2-face)
6897 (Info-title-3-face): Define colors for tty's.
dada41e1 6898 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6899
dbf1fcc1
EZ
69002000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6901
6902 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6903 reverse from the frame parameters, and don't invert foreground and
6904 background colors.
6905
ac629823
MB
69062000-10-16 Miles Bader <miles@gnu.org>
6907
6908 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6909 string "*Info*". Call propertized-buffer-identification to spruce
6910 up the result.
6911
76eebffc
GM
69122000-10-16 Gerd Moellmann <gerd@gnu.org>
6913
3a6b59d9
GM
6914 * help.el: Provide `help' for the sake of define-minor-mode
6915 which generates defcustoms with requires.
6916
6569c3d3
GM
6917 * jit-lock.el (jit-lock-after-change): If we're in text that
6918 matches a multi-line font-lock pattern, make sure the whole text
6919 will be redisplayed.
6920
c2e0a611
GM
6921 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6922 author's name is unknown.
6923
76eebffc
GM
6924 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6925 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6926 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6927 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6928 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6929 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6930 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6931 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6932 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6933 Add author information.
6934
cf1e7b12
MB
69352000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6936
6937 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6938 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6939 full-color version (using the Gimp) to eliminate dithering artifacts.
6940
5586f3eb
SM
69412000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6942
6943 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6944
6945 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6946
ad64a888
DL
69472000-10-15 Dave Love <fx@gnu.org>
6948
83c9cb8e 6949 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6950
6951 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6952
6953 * whitespace.el: Doc fixes.
6954 (top-level): Don't add hooks here.
6955 (whitespace-running-emacs): Deleted.
6956 (timer): Don't require.
6957 (whitespace): Add back :version conditional on xemacs test.
6958 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6959 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6960 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6961 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6962 Avoid specific xemacs test.
6963 (whitespace-global-mode): New option.
6964 (whitespace-global-mode): New command.
6965 (whitespace-unload-hook): New function.
6966
6967 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6968 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6969 (Info-fontify-node): `Goto' goes to `Go to'.
6970 (Info-fontify-node): Add help-echo to xref links.
6971
1ef49fc6
EZ
69722000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6973
6974 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6975
8b7707e1
SM
69762000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6977
b3b7f42f
SM
6978 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6979 Use plist-get and allow :inherit.
6980
6981 * emacs-lisp/cl-macs.el (cl-do-arglist):
6982 Use plist-get and plist-member instead of memq.
6983
3c7fafc7
SM
6984 * emacs-lisp/ewoc.el (ewoc-location): New function.
6985 (ewoc-enter-after, ewoc-enter-before): Document return value.
6986 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6987 Don't need make-local-hook any more.
6988 (cvs-addto-collection): Return the new tin.
6989 (cvs-mode-insert): Jump to the new line.
6990
8b7707e1
SM
6991 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6992
6993 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6994
6995 * font-lock.el (font-lock-syntactically-fontified): New var.
6996 (font-lock-fontify-syntactic-keywords-region): Use it.
6997 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6998
6999 * diff-mode.el (diff-find-file-name): Fix regexp.
7000
7001 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7002 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7003
7004 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7005 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7006 (sh-mode): Don't make all vars local here.
7007 (sh-kw): Reformat.
7008 (sh-set-shell): Use dolist. Don't set indent-region-function.
7009 (sh-mode-syntax-table): Use pop.
7010 (sh-remember-variable): Use push.
7011 (sh-help-string-for-variable): Use memq.
7012 (sh-safe-backward-sexp): Remove.
7013 (sh-safe-forward-sexp): Add ARG.
7014 (sh-get-indent-info, sh-prev-stmt): Use it.
7015 (sh-prev-line): Simplify by using forward-comment.
7016 (sh-this-is-a-continuation): Simplify.
7017 (sh-learn-buffer-indent): Use dolist.
7018 (sh-do-nothing): Remove.
7019 (sh-set-char-syntax, sh-set-here-doc-region):
7020 Use inhibit-modification-hooks.
7021 (sh-name-style): Use mapcar and push.
7022 (sh-load-style): Use dolist.
7023 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7024 (sh-case, sh-while-getopts): Use propertize directly rather
7025 than sh-electric-rparen.
7026
70272000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7028
7029 * textmodes/tex-mode.el: Require CL when compiling.
7030 (tex-mode-syntax-table): Init immediately.
7031 (tex-mode-map): Bind M-RET to latex-insert-item.
7032 (latex-mode): Set indent-line-function to latex-indent.
7033 (tex-common-initialization): Don't setup the syntax-table any more.
7034 (latex-insert-item): New skeleton.
7035 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7036 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7037 (latex-indent, latex-find-indent): New functions.
4836835a 7038 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7039 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7040 (tex-compilation-parse-errors): Use with-syntax-table.
7041
86b7fcbb
MB
70422000-10-15 Miles Bader <miles@gnu.org>
7043
7044 * font-lock.el (font-lock-comment-face): Change dark-background,
7045 color, non-tty, default to `chocolate1'.
7046
57a24508
JW
70472000-10-13 John Wiegley <johnw@gnu.org>
7048
7049 * eshell/esh-util.el (require): Added a missing `require' form,
7050 needed when compiling (for an ange-ftp macro definition).
7051
40ad3db4
DL
70522000-10-13 Dave Love <fx@gnu.org>
7053
7054 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7055
db460189
GM
70562000-10-13 Gerd Moellmann <gerd@gnu.org>
7057
83c9cb8e 7058 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7059
4836835a 7060 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7061 transparent -colors 8).
7062
3b5e21df
GM
70632000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7064
7065 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7066 that breaks with old list format timestamps.
7067 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7068 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7069
16908a3f
JW
70702000-10-13 John Wiegley <johnw@gnu.org>
7071
d7103dda
JW
7072 * align.el, pcomplete.el, calendar/timeclock.el,
7073 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7074
dace60cf 7075 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7076 faulty math, where holiday hours were being computing as seconds.
7077
b6b70cda
JW
70782000-10-13 John Wiegley <johnw@gnu.org>
7079
7080 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7081 specifying what "other" kinds of buffers should be saved.
7082 This used to be hard-coded.
b6b70cda
JW
7083 (desktop-buffer-misc-functions): A global for specifying how
7084 auxiliary data should be determined for special buffer types.
7085 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7086 instead of hard-coding the special buffer types.
7087 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7088 auxiliary data, instead of hard-coding for Info buffers and dired.
7089 (desktop-buffer-info-misc-data): Aux function for determining Info
7090 buffer auxiliary info.
7091 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7092 (desktop-buffer-info): Changed this function to use the info
7093 gathered above.
7094 (desktop-create-buffer): Be a little more careful about what
7095 `minor-mode' means before calling it. This is important for some
7096 buffer types.
7097
8c6b1d83
JW
70982000-10-13 John Wiegley <johnw@gnu.org>
7099
7100 * eshell/esh-util.el: Added a global form which declares an
7101 autoload for `parse-time-string', if that function is not already
7102 defined, and if parse-time.el is available on the user's system.
7103
7104 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7105 to be aware of ange-ftp user info.
83c9cb8e 7106 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7107 (eshell-ls-annotate): Use `eshell-file-attributes'.
7108 (eshell-ls-file): Made the user-id printing code a bit smarter.
7109
7110 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7111 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7112 It's manual, but there's no other way to know when the current user
7113 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7114 (fboundp): Bind `ange-cache'.
7115 (eshell-directory-files-and-attributes): Re-organized the logic a
7116 bit to use `eshell-file-attributes' instead of `file-attributes'.
7117 The former is more sensitive to directories that are read via FTP,
7118 and knows how to use ange-ftp to determine full attribute
7119 information, instead of just the name and last modtime.
7120 (eshell-current-ange-uids): Return the current user id when in a
7121 remote directory.
7122 (eshell-parse-ange-ls): Parse a full directory listing that has
7123 been returned by ange-ftp.
7124 (eshell-file-attributes): This beefed up version of
7125 `file-attributes' is only special if the user is currently in a
7126 remote directory, in which case it does a lot of work to find out
7127 what the real attributes of a file are, as they appear on the
7128 remote machine. This makes usage of remote directories (i.e.,
7129 ange-ftp pathnames) much more useful. You can now use Eshell as a
7130 full-fledged FTP client, with much more manipulation ability than
7131 most other clients.
7132
7133 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7134 variable, which means that Eshell's du should always be preferred
7135 in remote directories.
7136 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7137 just `file-attributes'.
7138 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7139 when reading remote directories. This is an Eshell-specific
7140 variable (not part of ange-ftp).
7141 (eshell/ln): Bind `ange-cache'.
7142 (eshell/du): Added some extra logic for determining when to use
7143 Eshell's du (which is slow), and when to use the external version
7144 (which may or may not exist).
7145
83c9cb8e
SM
7146 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7147 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7148 `get-buffer-process', since backgrounded processes don't count in
7149 the context of this function's logic.
7150
7151 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7152 `forward-char', so that null strings are parsed correctly.
7153
87730e84 71542000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7155
83c9cb8e
SM
7156 * eshell/em-pred.el (eshell-pred-file-type)
7157 (eshell-pred-file-links, eshell-pred-file-size):
7158 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7159
7160 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7161 that remote file globbing is more efficient.
7162
7163 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7164 gathering the files and attributes within a directory.
7165
7166 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7167 the command line is a special file (not a regular file, directory
7168 or symlink), always attempt to call the external version of cat.
7169
87730e84 71702000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7171
7172 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7173 Eshell-friendly version of find-tag.
7174
1c7e37a9
MB
71752000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7176
4836835a 7177 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7178 (image-file-name-regexps): Add autoload cookies.
7179
11a7f341
KH
71802000-10-13 Kenichi Handa <handa@etl.go.jp>
7181
7182 * international/mule-cmds.el (select-safe-coding-system): If FROM
7183 is string, show it in *Warning* buffer.
7184
8ddddcb0
EZ
71852000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7186
7187 * startup.el (normal-top-level): Use display-popup-menus-p instead
7188 of window-system.
7189 (command-line): Use display-graphic-p instead of window-system.
7190 (command-line-1): Use display-popup-menus-p and display-mouse-p
7191 instead of window-system.
7192
72200f89
SS
71932000-10-12 Sam Steingold <sds@gnu.org>
7194
7195 * tooltip.el (tooltip-use-echo-area): New user variable.
7196 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7197
8661c643
DL
71982000-10-12 Dave Love <fx@gnu.org>
7199
d0b40dc1
DL
7200 * recentf.el: Maintainer's checkdoc fixes.
7201
83c9cb8e
SM
7202 * startup.el (normal-top-level-add-subdirs-to-load-path):
7203 Use character class, not ASCII when matching file names.
a622451f
DL
7204 (fancy-splash-head): Add trailing slash to URL.
7205 (command-line): Don't require XPM support for toolbar.
7206
8661c643
DL
7207 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7208 (cperl-invalid-face): Revert last change.
7209 (cperl-init-faces): Quote cperl-invalid-face.
7210
ef2ed8ab
KH
72112000-10-12 Kenichi Handa <handa@etl.go.jp>
7212
7213 * startup.el (fancy-splash-text): Remove superfluous quote.
7214
b0da379e
GM
72152000-10-12 Gerd Moellmann <gerd@gnu.org>
7216
dbeb499b
GM
7217 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7218 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7219 (command-line-1): Don't use fancy-splash-pending-command.
7220 (fancy-splash-screens-1): Goto point-min after inserting text.
7221
d861718a
GM
7222 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7223
b0da379e
GM
7224 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7225 instead of shared-lisp-mode-map.
7226
4fb2ad98
MB
72272000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7228
1cb4393e
MB
7229 * faces.el (header-line): Change tty-variant to use underlining.
7230
4fb2ad98
MB
7231 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7232 (isearch-highlight): Restore lazy-isearch face properties at old
7233 position, and suppress them at new position.
7234 (isearch-dehighlight): Restore lazy-isearch face properties.
7235 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7236 over the real isearch overlay, but in that case, don't give it a
7237 face property. Use `push'.
7238
eb991b25
KH
72392000-10-12 Kenichi Handa <handa@etl.go.jp>
7240
7241 * man.el (Man-getpage-in-background): Fix previous change.
7242 Decode the process output only when we are in multibyte mode.
7243
a818c1c0
DL
72442000-10-11 Dave Love <fx@gnu.org>
7245
c990f53a
DL
7246 * info.el (Info-mode-menu): Fix some help.
7247 (info-tool-bar-map): Add entry for Info-last.
7248
a818c1c0
DL
7249 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7250 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7251 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7252 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7253 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7254 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7255 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7256 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7257 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7258 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7259 Reduce colour requirements to 25 overall. (Probably wants
7260 revisiting from the originals to reduce further.)
7261
c1b096cb
EZ
72622000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7263
7264 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7265 buffer-file-coding-system, instead of raw-text.
7266 (dehexlify-buffer): Bind coding-system-for-read to
7267 buffer-file-coding-system, instead of raw-text.
7268
5c8b7eaf
SS
72692000-10-11 Sam Steingold <sds@gnu.org>
7270
83c9cb8e 7271 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7272 `underline' - fixes the bug introduced on 2000-09-21.
7273
2cfbdb7a
DL
72742000-10-11 Dave Love <fx@gnu.org>
7275
83c9cb8e
SM
7276 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7277 Avoid compiler warnings.
2cfbdb7a
DL
7278 (scheme-mode): Doc fix.
7279 (scheme-font-lock-keywords-1): Match `define-syntax'.
7280
72812000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7282
7283 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7284 face specs as well as default ones. Only do anything if the
7285 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7286 (region): Make dark-background `region' face less in-your-face.
4b33f290 7287
690ec649
SS
72882000-10-10 Sam Steingold <sds@gnu.org>
7289
7290 * chistory.el, ielm.el, ledit.el:
7291 * progmodes/inf-lisp.el, progmodes/scheme.el:
7292 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7293
3b95d6bb
SM
72942000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7295
7296 * textmodes/texinfo.el: Update copyright and fix typo.
7297
7298 * desktop.el (desktop-modes-not-to-save): New var.
7299 (desktop-save-buffer-p): Use it.
a30eb617
DL
7300 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7301 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7302
73032000-10-10 Dave Love <fx@gnu.org>
7304
7305 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7306 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7307
7308 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7309 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7310 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7311 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7312 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7313 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7314 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7315 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7316 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7317 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7318 the .xpms; probably need retouching.
7319
73202000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7321
7322 * subr.el (add-to-list): Add optional argument APPEND.
7323 * battery.el (display-battery): Use `add-to-list'.
7324
73252000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7326
83c9cb8e
SM
7327 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7328 properties.
a30eb617
DL
7329 (zone, zone-when-idle, zone-leave-me-alone)
7330 (zone-pgm-whack-chars): Use new symbol properties.
7331
7332 * battery.el (display-battery): Doc spelling fix.
7333
7334 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7335 property.
7336
73372000-10-09 Dave Love <fx@gnu.org>
7338
7339 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7340 has been initialized before calling tool-bar-setup.
7341 (tool-bar-add-item-from-menu): Add autoload cookie.
7342
73432000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7344
7345 * menu-bar.el (send-mail-item-name): New function.
7346 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7347 of mail-user-agent in the menu. Don't display the "Send Mail"
7348 item if mail-user-agent is nil or its value is ignore.
7349 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7350 if read-mail-command is nil or its value is ignore.
7351
7352 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7353
73542000-10-09 Miles Bader <miles@gnu.org>
7355
7356 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7357 Correct image size.
7358 * toolbar/left_arrow.xpm: Correct image size.
7359
7360 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7361 will be done by the definition of `auto-compression-mode' if
7362 necessary. Move code to uninstall existing file-name handler
7363 before definition of `auto-compression-mode'.
7364
7365 * image-file.el (auto-image-file-mode): Move to the end of the
7366 file, because `define-minor-mode' actually calls the mode-function
7367 if the associated variable is non-nil, which requires that all
7368 needed functions be already defined.
7369
7370 * mouse.el (popup-menu): Balance parens.
7371
73722000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7373
7374 * mouse.el (popup-menu): Move the command call outside the loop
7375 so that popup-menu returns whatever the command returns.
7376
7377 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7378 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7379 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7380 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7381
7382 * vc.el (vc-version-diff): diff-switches can be a list.
7383 Use relative filenames for prettier output.
7384
7385 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7386 (vc-post-command-functions): Remove old-VC compatibility code.
7387
7388 * newcomment.el (comment-indent-default): Autoload.
7389
7390 * font-lock.el (font-lock-defaults): Make buffer-local.
7391 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7392 (font-lock-choose-keywords):
7393 Ignore LEVEL unless KEYWORDS is a list of syms.
7394 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7395 Don't wrap regexp-opt things in \(...\) unnecessarily.
7396
7397 * jit-lock.el: Don't require font-lock any more.
7398 (jit-lock-functions): Make buffer-local.
7399 (jit-lock-saved-fontify-buffer-function): Remove.
7400 (jit-lock-mode): Remove autoload cookie.
7401 Remove font-lock specific code.
7402 (jit-lock-unregister): Don't bother handling complex hooks any more.
7403 (jit-lock-refontify): New function.
7404 (jit-lock-fontify-buffer): Use it.
7405 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7406 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7407 Add optional args START and END.
7408 Never call font-lock-fontify-region directly.
7409 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7410
7411 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7412
74132000-10-08 Dave Love <fx@gnu.org>
7414
7415 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7416
7417 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7418
7419 * play/studly.el (studlify-region, studlify-word): Add autoload
7420 cookie.
7421
7422 * play/morse.el (morse-region, unmorse-region): Add autoload
7423 cookie.
7424
7425 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7426 concat.
7427
7428 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7429 insist on symbols starting with word syntax.
7430 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7431 (eval-defun-1): Doc fix.
7432 (indent-sexp): Use nconc to build up indent-stack.
7433
7434 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7435 Gnus with little use.
7436 (mail-setup-hook): Add mail-abbrevs-setup to options.
7437
7438 * recentf.el: Doc fixes.
7439
7440 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7441 Clean up remainder.
7442
7443 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7444 without timezone and (8) with timezone to enforce some whitespace.
7445 Simplify code somewhat.
7446
7447 * options.el (list-options): Doc that you should use customize.
7448
7449 * iswitchb.el (iswitchb-mode): Add :require.
7450
7451 * info.el (Info-goto-node, Info-menu): Doc fix.
7452 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7453 (info-tool-bar-map): New variable.
7454 (Info-mode): Use it.
7455 (Info-edit-map): Define all in defvar.
7456 (speedbar-attached-frame): Avoid compiler warning.
7457
7458 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7459 (global-map): Bind [tool-bar] to a filtered map.
7460 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7461 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7462 Allow PBM icons.
7463 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7464
7465 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7466 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7467 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7468 icons, except up_arrow, which is left-arrow rotated.
7469
7470 * imenu.el (imenu-add-to-menubar): Fix last change.
7471
74722000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7473
7474 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7475 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7476
74772000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7478
7479 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7480 typos in doc strings.
7481
7482 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7483 the doc strings how to customize Font Lock faces.
7484
7485 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7486 computing growth when dragging the header line.
7487
74882000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7489
7490 * simple.el (kill-line): Doc fix.
7491
74922000-10-08 Miles Bader <miles@gnu.org>
7493
7494 * faces.el (secondary-selection): Make foreground visible on tty.
7495
7496 * jka-compr.el (auto-compression-mode): Move to the end of the
7497 file, because `define-minor-mode' actually calls the mode-function
7498 if the associated variable is non-nil, which requires that all
7499 needed functions be already defined.
7500 (with-auto-compression-mode): Add autoload cookie.
7501
75022000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7503
7504 * files.el (find-backup-file-name) [ms-dos]: If support for long
7505 file names is not available, behave as if version-control were set
7506 to never.
7507
75082000-10-07 Dave Love <fx@gnu.org>
7509
7510 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7511 (browse-url-gnome-moz): New function.
7512 (browse-url-browser-function): Use it.
7513 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7514
75152000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7516
7517 * indent.el (tab-always-indent): New var.
7518 (indent-for-tab-command): Use it.
7519
7520 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7521 raise an error. This way it can still default to a sane value.
7522
75232000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7524
7525 * startup.el (fancy-splash-screens): Use local rather than global map.
7526 Don't use `update-menu-bindings' any more.
7527 Get rid of assumptions about keymap representation.
7528
75292000-10-06 Dave Love <fx@gnu.org>
7530
7531 * textmodes/fill.el (sentence-end-double-space)
7532 (sentence-end-without-period): Doc fix.
7533 (adaptive-fill-regexp): Purecopy.
7534 (unjustify-current-line): Use line-end-position.
7535 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7536
7537 * net/eudc-vars.el (eudc): Add :version, :link.
7538
7539 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7540
7541 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7542 Fix for define-minor-mode.
7543 (function-at-point): Alias to function-called-at-point.
7544
7545 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7546
7547 * simple.el (backward-word): Doc fix.
7548
7549 * image-file.el (image-file-name-regexp): image-file-regexps ->
7550 image-file-name-regexps.
7551 (image-file-name-extensions): Add pbm.
7552
75532000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7554
7555 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7556 and add filename to the names so that diff-mode can jump to source.
7557
7558 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7559 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7560 (tex-font-lock-keywords-1): Remove.
7561 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7562 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7563 (font-lock-default-fontify-region):
7564 Expand beg..end correctly when just following a multiline region.
7565 (font-lock-fontify-anchored-keywords):
7566 Include the anchor text as part of the multiline.
7567
75682000-10-06 Gerd Moellmann <gerd@gnu.org>
7569
7570 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7571 latter needs the autoloaded define-minor-mode macro during the
7572 bootstrap.
7573
7574 * startup.el (command-line): For now, activate tool-bar-mode only
7575 if XPM images are supported.
7576
7577 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7578 window by dragging a header-line at the top of the frame; that's
7579 confusing because the header-line doesn't move.
7580 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7581 of treating the event as a list. Some cleanup.
7582
75832000-10-06 Miles Bader <miles@gnu.org>
7584
7585 * simple.el (display-message-or-buffer): New function.
7586 (shell-command-on-region): Use `display-message-or-buffer'.
7587
7588 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7589 docstring parts.
7590
7591 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7592 (smbclient-prompt-regexp): Add usage note to doc string.
7593 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7594 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7595 Use add-hook for adding the comint filter function, and only do so
7596 if it's not already in the global hook list.
7597 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7598 to `make-local-variable'.
7599 (nslookup-font-lock-keywords): Remove prompt entry.
7600 (nslookup): Don't set the process-filter.
7601 (finger): Exit the loop correctly when the regexps list runs out.
7602 (ftp, smbclient, smbclient-list-shares):
7603 Set the real major mode immediately, not after execing.
7604 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7605
7606 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7607
76082000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7609
7610 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7611
7612 * which-func.el (which-func-format): Remove spurious space.
7613 (which-func-mode): Don't make it permanent-local.
7614 (which-func-ff-hook): Allow which-func-maxout to be nil.
7615 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7616 (which-func-mode): Simplify.
7617 Use post-command-idle-hook rather than post-command-hook.
7618 Go through all buffers and update their state.
7619 (which-function): Also try add-log-current-defun-function.
7620
7621 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7622 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7623 Update call to with-vc-properties accordingly.
7624 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7625 (vc-revert-buffer): More careful about window selection and deletion.
7626 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7627
7628 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7629 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7630 (cvs-dired-action): Change the default to quickdir.
7631
7632 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7633 if comment-indent-function returns nil.
7634 (comment-indent-default): New function.
7635 (comment-indent-function): Use it and document the new semantics.
7636
7637 * image-file.el: Docstring fixes.
7638
7639 * help.el (help-xref-on-pp): Use match-string.
7640 (describe-variable): New arg BUFFER.
7641 Store the current buffer in the help-xref-stack.
7642 (temp-buffer-resize-mode): Use define-minor-mode.
7643
7644 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7645 consistently with its docstring.
7646 Set jit-lock-first-unfontify-pos in an idempotent way.
7647 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7648
76492000-10-05 Alex Schroeder <alex@gnu.org>
7650
7651 * sql.el (sql-mysql-options): New variable.
7652 (sql-mysql): Use it.
7653
76542000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7655
7656 * image.el (image): New group.
7657
7658 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7659 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7660
76612000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7662
7663 * net/net-utils.el (nslookup-font-lock-keywords)
7664 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7665 Ignore the value of wqindow-system; always define keywords
7666
76672000-10-05 Kenichi Handa <handa@etl.go.jp>
7668
7669 * startup.el (fancy-splash-screens): Remove the code for
7670 debugging; `(trace-to-stderr "EXITTT\n")'.
7671
76722000-10-05 Miles Bader <miles@gnu.org>
7673
7674 * diff-mode.el (diff-goto-source): Update call to
7675 `diff-hunk-status-msg' to reflect new REV variable.
7676
76772000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7678
7679 * progmodes/icon.el (icon-mode):
7680 Don't gratuitously override the default for comment-column.
7681
7682 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7683
7684 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7685 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7686 (jit-lock-functions): New var.
7687 (jit-lock-function-1): Use it if non-nil.
7688 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7689 Set the `fontified' property before doing the fontification to avoid
7690 repeatedly going through the same error.
7691 Don't turn errors into messages.
7692 (jit-lock-register, jit-lock-unregister): New functions.
7693
7694 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7695 Use with-current-buffer.
7696
7697 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7698 Turn comment into docstring.
7699
7700 * apropos.el (apropos-mode): Use define-derived-mode.
7701
77022000-10-04 Gerd Moellmann <gerd@gnu.org>
7703
7704 * startup.el (fancy-splash-pending-command): New variable.
7705 (fancy-splash-pre-command): New function.
7706 (fancy-splash-screens): Rewritten.
7707 (command-line-1): If fancy-splash-pending-command is set, call it
7708 interactively.
7709
77102000-10-04 Dave Love <fx@gnu.org>
7711
7712 * toolbar/tool-bar.el (tool-bar-setup): New function.
7713 (tool-bar-mode): Use it.
7714
7715 * subr.el (substitute-key-definition): Doc fix.
7716 (play-sound-file): New command.
7717
77182000-10-04 Andre Spiegel <spiegel@gnu.org>
7719
7720 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7721 vc-version-backup-file-name): New functions.
7722
7723 * files.el (basic-save-buffer): Call vc-before-save before saving.
7724
7725 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7726 vc-cvs-stay-local-p.
7727
7728 * vc.el (vc-revert-buffer): Handle empty diff properly.
7729 (vc-version-backup-file): New function.
7730 (vc-checkout): Create a version backup if necessary.
7731 (vc-checkin): If a version backup file exists, delete it.
7732 (vc-version-diff): Diff locally using version backups, if available.
7733 (vc-revert-file): If there's a version backup, revert locally.
7734 (vc-transfer-file): Use version backup for base version, if
7735 available. If not, ask for confirmation whether to get it from the
7736 server. Update mode line before check-in.
7737
77382000-10-04 Dave Love <fx@gnu.org>
7739
7740 * toolbar/tool-bar.el (tool-bar-setup): New function.
7741 (tool-bar-mode): Use it.
7742
77432000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7744
7745 * net/net-utils.el (nslookup-font-lock-keywords)
7746 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7747 Only set if window-system is non-nil
7748 (net-utils-run-program): Returns buffer.
7749 (network-connection-reconnect): Added this function.
7750
7751 * generic.el:
7752 Incorporates extensive cleanup and docfixes by
7753 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7754 Uses cl compile-time macros.
7755 (generic-mode-name, generic-comment-list)
7756 (generic-keywords-list, generic-font-lock-expressions)
7757 (generic-mode-function-list, generic-mode-syntax-table):
7758 Removed variables.
7759 (generic-mode-alist): Renamed to generic-mode-list.
7760 (generic-find-file-regexp): Default changed to "^#".
7761 (generic-read-type): Uses completing read on generic-mode-list.
7762 (generic-mode-sanity-check): removed this function.
7763 (generic-add-to-auto-mode): Removed this function
7764 (generic-mode-internal): Bind mode-specific definitions
7765 into function instead of putting them in alist.
7766 (generic-mode-set-comments): Reworked extensively.
7767 (generic-mode-find-file-hook): Simplified regexp searching
7768 (generic-make-keywords-list): Omit extra pair of parens
7769
7770 * find-lisp.el (find-lisp-find-files-internal):
7771 Make sure directory name ends with "/".
7772
7773 * generic-x.el (apache-conf-generic-mode):
7774 Regexp now allows leading whitespace.
7775 (rc-generic-mode): Added eval-when-compile
7776 around generic-make-keywords-list.
7777 Deleted duplicate regexp
7778 (rul-generic-mode): Added eval-when-compile
7779 around generic-make-keywords-list.
7780 (etc-fstab-generic-mode): New generic mode.
7781 (rul-generic-mode): Removed one eval-when-compile
7782 which caused a max-specpdl-size exceeded error.
7783
77842000-10-04 Miles Bader <miles@gnu.org>
7785
7786 * simple.el (minibuffer-temporary-goal-position): New variable.
7787 (next-history-element): Try to keep the position of point in the
7788 input string constant.
7789
7790 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7791 (dired-do-create-files): If there's only one file, pass it in as
7792 the DEFAULT arg to dired-mark-read-file-name.
7793
77942000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7795
7796 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7797 (diff-goto-source): Be smarter when choosing REVERSE or not.
7798
7799 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7800 (texinfo-mode-menu): Add an explicit shortcut for update all.
7801
78022000-10-03 Andre Spiegel <spiegel@gnu.org>
7803
7804 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7805 factorize backend-specific code cleanly (this was essentially
7806 conceived by Stefan Monnier).
7807 (vc-unregister): Function removed.
7808 (vc-revert-file): New function.
7809 (vc-revert-buffer): Delegate some of the work to it.
7810
7811 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7812 default branch unconditionally.
7813 (vc-rcs-set-default-branch): New function.
7814 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7815 (vc-rcs-checkin): If an appropriate default branch has been set,
7816 force creation of that branch.
7817 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7818 code (as suggested by Stefan Monnier).
7819
78202000-10-02 Gerd Moellmann <gerd@gnu.org>
7821
7822 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7823 highlighting overlay with a different face over the overlay
7824 isearch uses to highlight the current match because that can lead
7825 to bad face combinations.
7826
7827 * loadup.el (toplevel): Load faces before isearch.
7828
7829 * isearch.el (isearch-faces): New custom group.
7830 (isearch): New defface; was already tested for in the code.
7831 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7832 (isearch-highlight): Always use face `isearch'.
7833
78342000-10-02 Dave Love <fx@gnu.org>
7835
7836 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7837 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7838 comparison of opcode with operand.
7839
78402000-10-03 Miles Bader <miles@gnu.org>
7841
7842 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7843 buffer, since the echo area will now grow to accommodate them.
7844
78452000-10-02 Andre Spiegel <spiegel@gnu.org>
7846
7847 * vc-hooks.el (vc-registered): If FILE used to be registered under
7848 a certain backend, try that one first.
7849
7850 * vc.el (vc-responsible-backend): Undo the previous change in the
7851 argument list. Handle multiple backends correctly.
7852 (vc-find-new-backend): Function removed.
7853 (vc-register): Use vc-responsible-backend, as before.
7854 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7855
78562000-10-02 Gerd Moellmann <gerd@gnu.org>
7857
7858 * startup.el (fancy-splash-head): Change message below the
7859 logo.
7860
78612000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7862
7863 * diff-mode.el (diff-goto-source): Emit a status message.
7864 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7865 (diff-test-hunk): Fix doc string.
7866 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7867 (diff-advance-after-apply-hunk): New variable.
7868 (diff-apply-hunk): Don't return a value.
7869
78702000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7871
7872 * vc.el (vc-editable-p): Minor optimization.
7873 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7874 (vc-find-new-backend): New function split from vc-responsible-backend.
7875 (vc-register): Use it.
7876 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7877 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7878 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7879 (vc-clear-headers): Don't use find-file.
7880 (vc-revert-buffer): Use `and' again (must have been a braino).
7881 (vc-switch-backend): Only prompt if requested.
7882 Short circuit if nothing is to be done.
7883 Don't use vc-resynch-buffer which could lose unsaved editing.
7884 (vc-default-receive-file): Update call to vc-unregister.
7885 (with-vc-file, vc-next-action-on-file):
7886 Use vc-backend rather than vc-registered.
7887 (vc-next-action-on-file): Use intern-soft.
7888 Deal with read-only *vc-diff* buffer.
7889 (vc-transfer-file): Docstring fix.
7890
7891 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7892 (vc-rcs-receive-file): Avoid with-vc-properties.
7893 Update call to vc-unregister.
7894 Use constant `RCS' rather than (dynamically bound) var `backend'.
7895
78962000-10-01 Andre Spiegel <spiegel@gnu.org>
7897
7898 * vc.el (vc-next-action-on-file): Update mode line only if file
7899 is visited.
7900 (vc-start-entry): New argument initial-contents. Don't visit the file
7901 if it isn't already visited. Brought documentation up-to-date.
7902 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7903 (vc-checkin): New optional arg initial-contents, which is passed to
7904 vc-start-entry.
7905 (vc-finish-logentry): Make sure to bury log buffer only if there
7906 really is one. Call `vc-resynch-buffer' on log-file, not
7907 buffer-file-name.
7908 (vc-default-comment-history, vc-default-wash-log): New functions.
7909 (vc-index-of): Removed.
7910 (vc-transfer-file): Make do without the above.
7911 (vc-default-receive-file): Call comment-history unconditionally. Pass
7912 the resulting string to vc-checkin, instead of inserting it into the
7913 comment ring.
7914
7915 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7916 unconditionally. Use the comments as initial contents of the log
7917 entry buffer. Document the trick to force branch creation with no
7918 changes.
7919
79202000-10-01 Miles Bader <miles@gnu.org>
7921
7922 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7923 `recenter' with an arg to prevent redrawing the display.
7924
79252000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7926
7927 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7928
7929 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7930
7931 * progmodes/c-mode.el (c-mode):
7932 Don't gratuitously override the default for comment-column.
7933
7934 * textmodes/tex-mode.el (latex-metasection-list): New var.
7935 (latex-imenu-create-index): Use it.
7936 Move the regexp construction outside loops (and use push).
7937 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7938 (tex-font-lock-keywords): Moved from font-lock.el.
7939 (tex-comment-indent): Remove.
7940 (tex-common-initialization): Don't set comment-indent-function.
7941 (latex-block-default): New var.
7942 (tex-latex-block): Use it to provide a default choice.
7943 Add any unknown choice to latex-block-names.
7944 Insert [...] after {...}.
7945 (tex-last-unended-begin): Simplify regexp.
7946 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7947 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7948 (latex-mode): Set forward-sexp-function.
7949
7950 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7951 Add regexp for @ignore ... @end ignore.
7952 (texinfo-heading-face): New face.
7953 (texinfo-font-lock-keywords): Use it.
7954 (texinfo-mode-menu): New menu.
7955 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7956 New functions.
7957 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7958 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7959 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7960 Remove declaration.
7961 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7962
7963 * delsel.el (delete-selection-mode): Use define-minor-mode.
7964
7965 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7966
79672000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7968
7969 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7970
79712000-09-30 Gerd Moellmann <gerd@gnu.org>
7972
7973 * replace.el (keep-lines-read-args): New function.
7974 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7975 read arguments interactively. Add parameters RSTART and REND.
7976 Operate on the active region in Transient Mark mode.
7977
7978 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7979
7980 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7981 (authors-obsolete-files-regexps): New variable.
7982 (authors-add): Don't record changes in obsolete files.
7983
79842000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7985
7986 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7987
7988 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7989 (comment-indent): Make sure there's a space between code and comment.
7990 Shift comments left to avoid going past fill-column.
7991
79922000-09-29 Gerd Moellmann <gerd@gnu.org>
7993
7994 * startup.el (startup-echo-area-message): New function.
7995 (display-startup-echo-area-message): Use it.
7996 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7997 (fancy-splash-default-action): New function.
7998 (fancy-splash-screens-1): New function.
7999 (fancy-splash-head): Put a help-echo and a keymap under the image.
8000
80012000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8002
8003 * diff-mode.el (diff-add-log-file-name): Remove.
8004 (diff-mode): Use add-log-buffer-file-name-function.
8005
8006 * add-log.el (find-change-log): New arg BUFFER-FILE.
8007 (add-log-file-name): Obey add-log-file-name-function.
8008 (add-log-buffer-file-name-function): New var.
8009 (add-change-log-entry): Use it.
8010
80112000-09-29 Miles Bader <miles@gnu.org>
8012
8013 * image-file.el (image-file-name-extensions): New variable.
8014 (image-file-name-regexps): Renamed from `image-file-regexps'.
8015 New default value is nil. Call `auto-image-file-mode'.
8016 (image-file-name-regexp): New function.
8017 (auto-image-file-mode): New minor mode.
8018 (insert-image-file): Don't make conditional on the image-file
8019 handler being enabled.
8020 (image-file-handler): Make the call here conditional instead.
8021 (set-image-file-handler-enabled, enable-image-file-handler)
8022 (disable-image-file-handler): Functions removed.
8023
8024 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8025 string.
8026
80272000-09-29 Gerd Moellmann <gerd@gnu.org>
8028
8029 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8030 it's a function from CL.
8031 (latex-imenu-create-index): Replace eval-when-compile with progn
8032 because latex-section-alist is not bound while compiling.
8033
80342000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8035
8036 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8037 (outline-mode): Use define-derived-mode.
8038
8039 * progmodes/perl-mode.el (perl-mode):
8040 * progmodes/awk-mode.el (awk-mode):
8041 * progmodes/asm-mode.el (asm-mode):
8042 Don't gratuitously override the default for comment-column.
8043
8044 * emacs-lisp/lisp.el (lisp-complete-symbol):
8045 Distinguish the let-binding case from the funcall case.
8046 (forward-sexp-function): New variable.
8047 (forward-sexp): Use it.
8048
8049 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8050 (easy-mmode-defmap): Remove the now useless autoload.
8051
8052 * time.el (display-time-mode): Use define-minor-mode.
8053
8054 * subr.el (add-minor-mode): Don't eval NAME.
8055 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8056 Use if rather than cond.
8057
8058 * simple.el (read-expression-map): Define more properly.
8059 (comment-indent-hook): Remove.
8060 (string-to-syntax): Bug fix.
8061
8062 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8063 (cvs-ediff-diff): Fix typo.
8064 (cvs-revert-if-needed): Don't bother preserving read-only.
8065
8066 * paren.el (show-paren-mode): Use define-minor-mode.
8067
8068 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8069 (toggle-auto-compression): Remove.
8070 (jka-compr-build-file-regexp): Remove useless grouping.
8071
8072 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8073 Avoid user-reserved bindings.
8074 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8075 (diff-header-face): Revert to grey85.
8076
8077 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8078
8079 * complete.el (partial-completion-mode) <defcustom>: Remove.
8080 (partial-completion-mode): Use define-minor-mode.
8081 (PC-do-completion): Understand `completion-auto-help = delay'
8082 to mean to popup the completion buffer only the second time.
8083 (PC-include-file-all-completions, PC-include-file-all-completions)
8084 (PC-include-file-all-completions): Don't quote lambda.
8085
8086 * comint.el (comint-mode-hook): Docstring fix.
8087 (comint-mode): Use define-derived-mode.
8088 (comint-mode-map): Remove obsolete comment.
8089 (make-comint): Minor stylistic change.
8090 (comint-insert-clicked-input): Be more careful to find the overlay.
8091 Use this-command-keys rather than hardcoding mouse-2.
8092
8093 * font-lock.el: Replace confusing (,@ with ,
8094 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8095 Don't use regexp-opt-depth. Spice up the regexp for args.
8096 Don't distinguish between cmds that can take an opt arg or not.
8097 Use `append' and `prepend' rather than `keep'.
8098
8099 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8100 (latex-outline-regexp): New var.
8101 (latex-outline-level): New fun.
8102 (latex-section-alist): New var.
8103 (latex-imenu-create-index): Use it. Use `push' as well.
8104 (tex-shell-map): Initialize it properly.
8105 (tex-mode): Minor stylistic change.
8106 (plain-tex-mode): Use define-derived-mode.
8107 (latex-mode): Use define-derived-mode.
8108 Construct the paragraph regexps in a more readable way.
8109 Set the buffer-local outline-{level,regexp} vars.
8110 (slitex-mode): Derive from latex-mode.
8111 (tex-common-initialization): Don't kill-all-vars anymore.
8112 Add setting for comment-add and font-lock-defaults.
8113 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8114 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8115 (tex-start-tex): New arg DIR (and send a chdir command for it).
8116 Also display the shell buffer and save it in tex-last-buffer-texed.
8117 (tex-region): Use expand-file-name rather than concat.
8118 Remove code made useless by changes in tex-start-tex.
8119 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8120
8121 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8122
81232000-09-28 Dave Love <fx@gnu.org>
8124
8125 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8126
81272000-09-28 Gerd Moellmann <gerd@gnu.org>
8128
8129 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8130 `append'.
8131
81322000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8133
8134 * info.el (Info-extract-pointer): Undo last change.
8135 Instead, fix the position of the `bound' arg to re-search-backward.
8136
81372000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8138
8139 * info.el (Info-extract-pointer):
8140 Widen more carefully, to avoid finding pointers in other nodes.
8141 (Info-index): Use push.
8142
81432000-09-27 Gerd Moellmann <gerd@gnu.org>
8144
8145 * frame.el (set-frame-font): Remove call to obsolete function
8146 frame-update-faces.
8147 (set-foreground-color, set-background-color): Likewise for
8148 frame-update-face-colors.
8149
81502000-09-27 Miles Bader <miles@gnu.org>
8151
8152 * image-file.el: New file.
8153
81542000-09-27 Gerd Moellmann <gerd@gnu.org>
8155
8156 * frame.el (frame-notice-user-settings): Don't call
8157 frame-update-faces, which is a no-op now.
8158
8159 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8160 tool-bar-lines.
8161
81622000-09-27 Dave Love <fx@gnu.org>
8163
8164 * mouse.el: Fix last change.
8165
81662000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8167
8168 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8169
81702000-09-22 Kenichi Handa <handa@etl.go.jp>
8171
8172 * international/quail.el (quail-help): The output message is
8173 improved.
8174
81752000-09-26 Dave Love <fx@gnu.org>
8176
8177 * mouse.el (popup-menu): If POSITION is nil, set it using
8178 mouse-position.
8179
81802000-09-25 Sam Steingold <sds@gnu.org>
8181
8182 * net/browse-url.el (browse-url-file-url): Check for null maps.
8183
81842000-09-26 Gerd Moellmann <gerd@gnu.org>
8185
8186 * frame.el (frame-notice-user-settings): Don't add a
8187 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8188
8189 * frame.el (frame-notice-user-settings):
8190 Make tool-bar-mode and default-frame-alist consistent.
8191
8192 * toolbar/tool-bar.el (tool-bar-help): New function.
8193
81942000-09-25 Gerd Moellmann <gerd@gnu.org>
8195
8196 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8197 current-load-list in top-level forms. Else this leaks a cons cell
8198 every time a defun is called.
8199
8200 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8201
82022000-09-25 Dave Love <fx@gnu.org>
8203
8204 * startup.el (fancy-splash-head): Check XPM is available.
8205
8206 * autoinsert.el (auto-insert): Doc fix.
8207 (auto-insert-alist): Following GNU notices, don't say `copyright
8208 _by_'. Use line-beginning-position.
8209 (auto-insert): Check buffer-file-name is non-nil before use.
8210
82112000-09-25 Gerd Moellmann <gerd@gnu.org>
8212
8213 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8214 starting with `@def' or `@multitable', in addition to ones
8215 specified by the user in auto-fill-inhibit-regexp.
8216
82172000-09-25 Markus Rost <rost@math.ohio-state.edu>
8218
8219 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8220 rmail-dont-reply-to-names matches the empty string.
8221
82222000-09-25 Gerd Moellmann <gerd@gnu.org>
8223
8224 * startup.el (command-line-1, fancy-splash-text): Change the
8225 text to sound more friendly.
8226
82272000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8228
8229 * progmodes/hideshow.el: Update author email address.
8230 Generally, sync w/ maintainer version 5.22.
8231 (hs-hide-all-non-comment-function): New var.
8232 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8233 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8234 (hs-show-region): Delete this command.
8235 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8236
82372000-09-22 Dave Love <fx@gnu.org>
8238
8239 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8240 (hl-line-highlight): Specify buffer when moving overlay.
8241
8242 * progmodes/fortran.el (fortran-mode): Locally set
8243 normal-auto-fill-function.
8244 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8245 (fortran-mode-map): Adjust auto-fill menu entry.
8246
82472000-09-22 Gerd Moellmann <gerd@gnu.org>
8248
8249 * vc-rcs.el (toplevel): Require `vc' when compiling.
8250
8251 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8252
82532000-09-22 Andre Spiegel <spiegel@gnu.org>
8254
8255 * vc.el (vc-switch-backend): Signal an error if the file is not
8256 registered under the new backend.
8257
8258 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8259 without explicit revision number.
8260
82612000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8262
8263 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8264 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8265 (diff-xor): New function.
8266 (diff-find-source-location): Use it. Fix a stupid name clash.
8267 (diff-hunk-status-msg): New function.
8268 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8269 (diff-test-hunk): Use diff-find-source-location.
8270 (diff-goto-source): Favor the `reverse'.
8271 (diff-hunk-text): Properly handle one-sided context diffs.
8272 (diff-apply-hunk): When done, advance to the next hunk.
8273
82742000-09-21 Gerd Moellmann <gerd@gnu.org>
8275
8276 * startup.el (command-line): If frame was created with a non-zero
8277 tool-bar-lines parameter, switch tool-bar-mode on.
8278
8279 * add-log.el (change-log-date-face, change-log-name-face)
8280 (change-log-email-face, change-log-file-face)
8281 (change-log-list-face, change-log-conditionals-face)
8282 (change-log-function-face, change-log-acknowledgement-face):
8283 New faces, inheriting from font-lock faces.
8284 (change-log-font-lock-keywords): Use them.
8285
82862000-09-21 Dave Love <fx@gnu.org>
8287
8288 * progmodes/cperl-mode.el (top-level): Clean up
8289 `eval-when-compile's and assorted defvars.
8290 (cperl-invalid-face): Don't double-quote value. Change custom
8291 type.
8292 (cperl-mode): Set normal-auto-fill-function and don't zap
8293 auto-fill-function.
8294 (cperl-imenu--function-name-regexp-perl): Renamed from
8295 imenu-example--function-name-regexp-perl.
8296 (cperl-imenu--create-perl-index): Renamed from
8297 imenu-example--create-perl-index.
8298 (cperl-xsub-scan): Don't require cl.
8299
8300 * msb.el (msb-mode-map): Use substitute-key-definition.
8301 (msb-mode): Use msb-mode-map.
8302
83032000-09-21 Andre Spiegel <spiegel@gnu.org>
8304
8305 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8306 New functions.
8307 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8308 (vc-switch-backend): New function.
8309 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8310 (vc-register): Fix prompt.
8311 (vc-unregister, vc-default-unregister): New functions.
8312 (vc-version-diff): Handle empty buffer in sentinel.
8313
8314 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8315 (vc-rcs-state-heuristic): Use it to guess the state of files with
8316 non-strict locking.
8317 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8318 been set with -b, but not created yet.
8319 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8320 contents in order to find the state.
8321 (vc-rcs-checkin): Allow creation of branches with no changes.
8322 (vc-rcs-unregister, vc-rcs-receive-file)
8323 (vc-rcs-set-non-strict-locking): New functions.
8324
8325 * vc-hooks.el (vc-name): Force correct computation of the value
8326 in case it is missing.
8327
83282000-09-21 Gerd Moellmann <gerd@gnu.org>
8329
8330 * startup.el (fancy-splash-tail): Use a different foreground
8331 color on a dark frame background.
8332
83332000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8334
8335 * info.el: Use the correct capitalization when making Info-mode
8336 and Info-edit-mode `special' modes.
8337
83382000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8339
8340 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8341 (diff-mode): Add support for add-log.el.
8342 (diff-hunk-text): Use char offsets rather than line offsets.
8343 (diff-find-source-location): Replace LINE with line-offset (nil
8344 if not found) and always set POS to a meaningful position.
8345 Adapt to the new char-offsets.
8346 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8347 Adapt to the new diff-find-source-location.
8348 (diff-goto-source): Adapt to the new diff-find-source-location.
8349
8350 * add-log.el (add-log-file-name): New function (split out of
8351 add-change-log-entry).
8352 (add-change-log-entry): Use it.
8353 Call add-log-file-name-function with the changelog file name if
8354 the current buffer is not associated with any file.
8355 Avoid find-file if the selected window is dedicated.
8356
8357 * diff-mode.el (diff-find-source-location):
8358 Move code from diff-apply-hunk. Return buffer rather than file.
8359 (diff-apply-hunk): Use the new result from diff-find-source-location.
8360 (diff-goto-source): Use the new diff-find-source-location.
8361
83622000-09-20 Dave Love <fx@gnu.org>
8363
8364 * iswitchb.el: Some doc fixes.
8365 (iswitchb-mode-map): Define completely initially. Inherit
8366 minibuffer-local-map.
8367 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8368 fundamental-mode.
8369 (iswitchb-global-map): New variable.
8370 (iswitchb-summaries-to-end): Amalgamate regexps.
8371 (iswitchb-mode): New.
8372 (iswitchb-mode-hook): New variable.
8373 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8374 `extensions'.
8375
83762000-09-20 Gerd Moellmann <gerd@gnu.org>
8377
8378 * ehelp.el (electric-help): New defgroup.
8379 (electric-help-shrink-window): New user-option.
8380 (with-electric-help): Use it.
8381
8382 * window.el (shrink-window-if-larger-than-buffer): If face
8383 `mode-line' has a :box, and we're on a graphical frame, add 1
8384 to the needed window height.
8385
8386 * frame.el (frame-notice-user-settings): Add a last parameter nil
8387 to a call to `append', because the last list passed to `append' is
8388 not copied, and so subsequent calls to assq-delete-all will modify
8389 default-frame-alist.
8390
8391 * startup.el (fancy-splash-image): Change :type.
8392 (fancy-splash-head): Use an XBM image if appropriate.
8393 (command-line-1): Show splash screens in more cases.
8394
8395 * startup.el (fancy-splash-text): Don't quote faces.
8396
8397 * dired.el (dired-font-lock-keywords): Undo last change.
8398 (dired-readin): Bind indent-tabs-mode to nil.
8399
8400 * startup.el (fancy-splash-head): If frame's background mode
8401 is `dark', change the black background of the image to gray.
8402 (fancy-splash-screens): Display startup echo area message.
8403 (display-startup-echo-area-message): New function.
8404
84052000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8406
8407 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8408
8409 * info.el (info-header-node): Tweak for color ttys.
8410
8411 * faces.el (face-valid-attribute-values): Make sure directories we
8412 search for stipples both exist and are readable before trying to
8413 search them.
8414
8415 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8416 in the dry-run case.
8417
8418 * jka-compr.el (with-auto-compression-mode): New macro.
8419
8420 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8421 (custom-group-tag-face, custom-variable-tag-face): Use relative
8422 :height and inherit from `variable-pitch' face instead of
8423 hardwiring :family.
8424 * hi-lock.el (hi-black-hb): Likewise.
8425
8426 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8427 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8428 toolbar-add-item, if image doesn't have a mask add a `:mask
8429 heuristic'.
8430
84312000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8432
8433 * diff-mode.el: Docstring fixes.
8434 (diff-header-face, diff-comment-face): New faces.
8435 (diff-font-lock-keywords): Highlight a bit differently.
8436 (diff-find-source-location): Don't return SPAN any more.
8437 (diff-hunk-text): Don't bother erasing the temp buffer.
8438 (diff-find-text): Drop argument LINE.
8439 (diff-apply-hunk): Update calls to diff-find-text.
8440 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8441
8442 * calendar/calendar.el: Docstring fixes.
8443 (calendar-make-alist): Don't quote lambda.
8444 (calendar-star-date): Use make-local-variable.
8445
84462000-09-19 Dave Love <fx@gnu.org>
8447
8448 * toolbar/tool-bar.el: Renamed from toolbar.el.
8449 Change `toolbar' to `tool-bar' generally in symbols.
8450 Make some items invisible in `special' major modes.
8451 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8452 Add arg PROPS.
8453
8454 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8455 Add :version here.
8456 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8457
84582000-09-19 Gerd Moellmann <gerd@gnu.org>
8459
8460 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8461
8462 * files.el (find-file-suppress-same-file-warnings): New user-option.
8463 (find-file-noselect): Use it.
8464
8465 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8466 (fancy-splash-screen): Defgroup.
8467
8468 * add-log.el (change-log-font-lock-keywords): Match names
8469 more exactly for the case that font-lock-constant-face is
8470 underlined.
8471
84722000-09-19 Richard M. Stallman <rms@gnu.org>
8473
8474 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8475
84762000-09-19 Andre Spiegel <spiegel@gnu.org>
8477
8478 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8479
84802000-09-19 Gerd Moellmann <gerd@gnu.org>
8481
8482 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8483 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8484 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8485 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8486 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8487 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8488 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8489 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8490 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8491 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8492 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8493 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8494
8495 * startup.el (fancy-splash-text): New variable.
8496 (fancy-splash-delay, fancy-splash-image): New user-options.
8497 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8498 (fancy-splash-screens): New functions.
8499 (command-line-1): If display has a `display' frame parameter, has
8500 colors, and we have XPM support, show more fancy splash screens.
8501
85022000-09-19 Dave Love <fx@gnu.org>
8503
8504 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8505 with null `help'. Use modern backquote syntax.
8506
85072000-09-19 Gerd Moellmann <gerd@gnu.org>
8508
8509 * font-lock.el (font-lock-mode): Change message telling the user
8510 that ``the buffer is too big''.
8511
8512 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8513 for instance for the case that tab-width is 2.
8514
85152000-09-18 Gerd Moellmann <gerd@gnu.org>
8516
8517 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8518 toolbar-add-item, if image doesn't have a mask add a `:mask
8519 heuristic'.
8520
85212000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8522
8523 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8524 and return a cons if it's non-nil.
8525 (diff-apply-hunk): Try to jump to the line in the source text
8526 corresponding to the position of point in the in the hunk.
8527
8528 * info.el (Info-title-3-face, Info-title-2-face)
8529 (Info-title-1-face): Use face inheritance and relative sizes
8530 instead of hard-wiring things.
8531
8532 * faces.el (secondary-selection): Make dark-background variant sane.
8533
85342000-09-16 Andrew Innes <andrewi@gnu.org>
8535
8536 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8537 read-only, since they aren't under VC now.
8538
85392000-09-17 Dave Love <fx@gnu.org>
8540
8541 * tmm.el: Replace mapcar with mapc in several places.
8542
8543 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8544 ad-unadvise.
8545
8546 * international/latin1-disp.el: New file.
8547
8548 * calendar/cal-move.el (scroll-calendar-left)
8549 (scroll-calendar-right): Make arg optional (for active mode line).
8550
8551 * calendar/calendar.el (calendar-mode-line-format): Make fields
8552 mouse-sensitive.
8553 (calendar-read-date, calendar-read-date, calendar-window-list):
8554 Unquote lambda.
8555 (calendar-month-name): Use aref, not sref.
8556
8557 * view.el (minor-mode-alist): Propertize the string.
8558
8559 * international/characters.el (standard-case-table): Add entries
8560 for Greek.
8561
85622000-09-18 Miles Bader <miles@gnu.org>
8563
8564 * info.el (info-node, info-xref): Add dark-background variants.
8565
8566 * faces.el (header-line): Change defaults to be less confusing
8567 when mixed with mode-lines.
8568
8569 * info.el (Info-fontify-node): Make a few cleanups.
8570 Add extra `help-echo' and `local-map' props to node xrefs.
8571 Use header-specific faces for node-names & xrefs.
8572 (Info-use-header-line): New variable.
8573 (info-header-xref, info-header-node): New faces.
8574 (Info-setup-header-line): New function.
8575 (Info-select-node): Call Info-setup-header-line when enabled.
8576 (Info-extract-pointer): Work even if the header line is hidden.
8577 (Info-header-line): New variable.
8578
85792000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8580
8581 * vms-patch.el (print-region-function): Don't quote lambda.
8582
8583 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8584
8585 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8586 (lm-get-header-re): Allow spaces between the header and the colon.
8587 (lm-header): Allow $ in non-RCS headers.
8588 (lm-header-multiline): Put the strings back into order.
8589 Stop at an empty line. Don't require two space chars if the
8590 line is clearly not another header line.
8591
8592 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8593 (popup-menu-popup): Remove.
8594
85952000-09-15 Gerd Moellmann <gerd@gnu.org>
8596
8597 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8598 specification if or if not tool-bar item contains an `:enabled'
8599 property.
8600
8601 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8602 current buffer has no file name.
8603
86042000-09-15 Dave Love <fx@gnu.org>
8605
8606 * strokes.el: Sync with maintainer's current version with changes
8607 for Emacs, but avoid runtime cl and levents.
8608 (toplevel): Change autoloads and compilation requires.
8609 (strokes-version, strokes-bug-address, strokes-lift): Values
8610 changed.
8611 (strokes-xpm-header, strokes-insinuated): New variable.
8612 (strokes): Add :link.
8613 (strokes-mode): Customized.
8614 (strokes-while-inhibiting-garbage-collector): New macro.
8615 (strokes-remassoc): Avoid remove-if.
8616 (strokes-fix-button2-command): Don't use ad-do-it.
8617 (strokes-insinuate): New function.
8618 (strokes-button-press-event-p, strokes-button-release-event-p):
8619 New functions, used instead of non-`strokes-' versions..
8620 (strokes-mouse-event-p): Rewritten.
8621 (strokes-event-closest-point): Avoid event-point.
8622 (strokes-get-grid-position): Avoid cdadr, caadr
8623 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8624 functions.
8625 (strokes-help): Use with-output-to-temp-buffer.
8626 (strokes-window-configuration-changed-p): New function.
8627 (strokes-update-window-configuration): Use buffer-live-p,
8628 strokes-window-configuration-changed-p.
8629 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8630 (strokes-char-face): New face.
8631 (strokes-char-table, strokes-base64-chars): New variable.
8632 (strokes-xpm-for-stroke, strokes-list-strokes)
8633 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8634 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8635 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8636 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8637 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8638 functions.
8639
86402000-09-15 Gerd Moellmann <gerd@gnu.org>
8641
8642 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8643
8644 * image.el (create-image): Doc fix.
8645
8646 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8647 instead of `:heuristic-mask t'.
8648
86492000-09-14 Andrew Innes <andrewi@gnu.org>
8650
8651 * makefile.w32-in: Revert to Unix line endings.
8652
86532000-09-14 Andrew Innes <andrewi@gnu.org>
8654
8655 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8656 when installing.
8657
8658 * makefile.nt (DONTCOMPILE): Fix typo.
8659
8660 * shell.el (shell-write-history-on-exit): New function.
8661 (shell-dumb-shell-regexp): New custom variable.
8662 (shell-mode): Make shell-write-history-on-exit the process
8663 sentinel if shell name matches shell-dumb-shell-regexp.
8664
8665 * w32-fns.el: Comment out before-init-hook function which resets
8666 source-directory based; this breaks bootstrap.
8667
86682000-09-14 Dave Love <fx@gnu.org>
8669
8670 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8671 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8672 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8673 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8674 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8675 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8676 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8677 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8678 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8679
8680 * toolbar/toolbar.el: New.
8681
8682 * subdirs.el: Add toolbar.
8683
86842000-09-14 Gerd Moellmann <gerd@gnu.org>
8685
8686 * indent.el (indent-for-tab-command): Doc fix.
8687
86882000-09-14 Alex Schroeder <alex@gnu.org>
8689
8690 * ansi-color.el (ansi-colors): Doc change.
8691 (ansi-color-get-face): Simplified regexp.
8692 (ansi-color-faces-vector): Added more faces, doc change.
8693 (ansi-color-names-vector): Doc change.
8694 (ansi-color-regexp): Simplified regexp.
8695 (ansi-color-parameter-regexp): New regexp.
8696 (ansi-color-filter-apply): Doc change.
8697 (ansi-color-filter-region): Doc change.
8698 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8699 deal with zero length parameters.
8700 (ansi-color-apply-on-region): Doc change.
8701 (ansi-color-map): Doc change.
8702 (ansi-color-map-update): Removed debugging message.
8703 (ansi-color-get-face-1): Added condition-case to trap
8704 args-out-of-range errors.
8705 (ansi-color-get-face): Doc change.
8706 (ansi-color-make-face): Removed.
8707 (ansi-color-for-shell-mode): New option.
8708
87092000-09-13 Kenichi Handa <handa@etl.go.jp>
8710
8711 * international/quail.el (quail-start-translation): Translate KEY
8712 if necessary even if it doesn't have any mapping in the current
8713 input method.
8714 (quail-start-conversion): Likewise.
8715 (quail-help): The output message is improved.
8716
87172000-09-13 Miles Bader <miles@gnu.org>
8718
8719 * comint.el (comint-output-filter): Revert to using
8720 `insert-before-markers'. Add bletcherous hack to undo damage
8721 caused by `insert-before-markers'. Put `front-sticky' property on
8722 overlays created here so that the field code understands how the
8723 overlay works. Use a let when making comint-last-prompt-overlay,
8724 so that the code is easier to read.
8725
87262000-09-13 Dave Love <fx@gnu.org>
8727
8728 * wid-edit.el (widget-default-format-handler): DTRT when
8729 doc-property is a function.
8730
87312000-09-12 Francesco Potorti` <pot@gnu.org>
8732
8733 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8734 filed name if it's not there.
8735
87362000-09-12 Dave Love <fx@gnu.org>
8737
8738 * simple.el (read-mail-command): Doc fix.
8739 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8740
8741 * vc.el (vc-dired-listing-switches): Fix :version.
8742
8743 * vc-hooks.el: Doc fixes.
8744
8745 * subr.el (add-minor-mode): Use toggle-fun arg.
8746
8747 * speedbar.el: Add :version to several defcustoms.
8748
8749 * imenu.el (imenu--truncate-items, imenu--cleanup)
8750 (imenu--generic-function): Avoid mapcar.
8751 (imenu--replace-spaces): Function removed.
8752 (imenu--completion-buffer): Use subst-char-in-string.
8753 (imenu-add-to-menubar): Use keymap inheritance.
8754
87552000-09-12 Miles Bader <miles@gnu.org>
8756
8757 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8758 (diff-mode-map): Bind `diff-test-hunk'.
8759 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8760
87612000-09-11 Gerd Moellmann <gerd@gnu.org>
8762
8763 * bytecomp.el (byte-compile-defvar): Undo last change
8764 because it breaks '(make-variable-buffer-local (defvar ...)'
8765 which is used at least in dired.
8766
87672000-09-12 Kenichi Handa <handa@etl.go.jp>
8768
8769 * international/quail.el (quail-define-package): Docstring
8770 modified.
8771
87722000-09-12 Kenichi Handa <handa@etl.go.jp>
8773
8774 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8775 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8776 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8777 docstring of "chinese-py".
8778
8779 * international/quail.el (quail-translation-docstring): New
8780 variable.
8781 (quail-show-keyboard-layout): Docstring modified.
8782 (quail-select-current): Likewise.
8783 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8784 infinite recursive call.
8785 (quail-help): Check quail-translation-docstring. Format of the
8786 output changed.
8787 (quail-help-insert-keymap-description): Adjusted for the above
8788 change.
8789
87902000-09-11 Gerd Moellmann <gerd@gnu.org>
8791
8792 * bytecomp.el (byte-compile-defvar): Only cons onto
8793 current-load-list in top-level forms. Else this leaks a cons cell
8794 every time a defun is called.
8795
87962000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8797
8798 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8799 Now understands non-unified diffs. Some functionality moved into
8800 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8801 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8802 modify anything. Only reposition point in the patched file if the
8803 patch succeeds. Only pop up another window if POPUP is true.
8804 Emit a message describing what happened if successful, and at what
8805 line-offset. Automatically detect reversed hunks and do something
8806 appropriate.
8807 (diff-hunk-text, diff-find-text): New functions.
8808 (diff-filter-lines): Function removed.
8809 (diff-test-hunk): New function.
8810 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8811
88122000-09-10 Dave Love <fx@gnu.org>
8813
8814 * textmodes/tildify.el: Minor doc/commentary fixes.
8815 (tildify) <defgroup>: Add :version.
8816
8817 * faces.el (face-x-resources): Make custom type more specific.
8818 (frame-background-mode): Use mapc.
8819 (region) <defcustom>: Add :version.
8820
88212000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8822
8823 * vc-sccs.el (vc-sccs-register):
8824 * vc-rcs.el (vc-rcs-register):
8825 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8826 * vc.el (vc-register): Clear file's properties.
8827
88282000-09-08 Gerd Moellmann <gerd@gnu.org>
8829
8830 * faces.el (face-spec-set): Only face-spec-reset-face when
8831 ATTRS is non-nil.
8832
88332000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8834
8835 * help.el (help-insert-xref-button): Fix a typo in doc string.
8836
88372000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8838
8839 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8840 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8841 methods.
8842
8843 * menu-bar.el (read-mail-item-name): New function.
8844 (menu-bar-tools-menu): Use it to compute and display the package
8845 used to read email.
8846 (menu-bar-tools-menu): Fix typo in GUD's help string.
8847
88482000-09-07 Dave Love <fx@gnu.org>
8849
8850 * diff-mode.el (diff-mouse-goto-source): New function.
8851
8852 * vc-sccs.el: Doc fixes.
8853 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8854
8855 * vc-rcs.el: Doc fixes.
8856 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8857 (vc-rcs-checkout-switches, vc-rcs-header)
8858 (vc-rcs-master-templates): Add or change :version.
8859
8860 * vc-cvs.el: Doc fixes.
8861 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8862 (vc-cvs-stay-local): Add :version.
8863
8864 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8865
88662000-09-07 Kenichi Handa <handa@etl.go.jp>
8867
8868 * international/quail.el (quail-help): Fix previous change.
8869
88702000-09-07 Gerd Moellmann <gerd@gnu.org>
8871
8872 * faces.el (color-values): Doc fix.
8873
8874 * faces.el (frame-set-background-mode): Use frame-parameter
8875 instead of frame-parameters.
8876
8877 * frame.el (filtered-frame-list): Reduce consing.
8878 (frames-on-display-list): Call frame-parameter instead of
8879 frame-parameters.
8880
88812000-09-07 Kenichi Handa <handa@etl.go.jp>
8882
8883 * language/devan-util.el (devanagari-to-indian-region): In the
8884 loop, change the following char, not preceding char.
8885
88862000-09-07 Gerd Moellmann <gerd@gnu.org>
8887
8888 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8889 instead of frame-parameters.
8890
8891 * faces.el (set-face-attribute): Simplify by calling
8892 internal-set-lisp-face-attribute with FRAME being 0.
8893
8894 * vc.el: Remove `Id' version control keyword.
8895
88962000-09-07 Kenichi Handa <handa@etl.go.jp>
8897
8898 * help.el (help-make-xrefs): Adjusted for the change of
8899 help-xref-mule-regexp.
8900 (help-insert-xref-button): New function.
8901
8902 * international/mule-cmds.el (help-xref-mule-regexp-template):
8903 Include the pattern for character set.
8904 (leim): New group.
8905
8906 * international/quail.el: Don't require face.
8907 (quail): New group.
8908 (quail-other-command): Dummy command to make quail-help work better.
8909 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8910 (quail-keyboard-layout-substitution): New variable.
8911 (quail-update-keyboard-layout): New function.
8912 (quail-keyboard-layout-type): New customizable variable.
8913 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8914 (quail-keyboard-translate): Pay attention to
8915 quail-keyboard-layout-substitution.
8916 (quail-insert-kbd-layout): New function.
8917 (quail-show-keyboard-layout): New function.
8918 (quail-get-translation): If the definition is a vector of length
8919 1, and the element is a string of length 1, return the character
8920 in that string.
8921 (quail-update-current-translations): Fix the case of
8922 relative-index out of range.
8923 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8924 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8925 Show key sequences for all available characters.
8926 (quail-help-insert-keymap-description): Don't show such verbose
8927 key bindings as quail-self-insert-command.
8928
8929 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8930 Format changed, and each element now have extra documentations.
8931 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8932 Adjusted for the change of quail-cxterm-package-ext-info.
8933
89342000-09-06 Gerd Moellmann <gerd@gnu.org>
8935
8936 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8937 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8938 during bootstrap.
8939
89402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8941
8942 * vc.el: (toplevel): Don't require `dired' at run-time.
8943 (vc-dired-resynch-file): Remove autoload cookie.
8944
89452000-09-05 Andre Spiegel <spiegel@gnu.org>
8946
8947 * vc.el: Made several backend functions optional.
8948 (vc-default-responsible-p): New function.
8949 (vc-merge): Use RET for first version to trigger merge-news, not
8950 prefix arg.
8951 (vc-annotate): Handle backends that do not support annotation.
8952 (vc-default-merge-news): Removed. The existence of a merge-news
8953 implementation is now checked on caller sites.
8954
8955 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8956 case.
8957
8958 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8959 special case that has been removed from the default in vc-hooks.el.
8960
89612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8962
8963 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8964
89652000-09-05 Andre Spiegel <spiegel@gnu.org>
8966
8967 * vc-hooks.el: Require vc during compilation.
8968 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8969 macro `with-vc-properties' in vc.el.
8970 (vc-file-getprop): Doc fix.
8971 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8972
8973 * vc.el: Require dired-aux during compilation.
8974 (vc-name-assoc-file): Moved to vc-sccs.el.
8975 (with-vc-properties): New macro.
8976 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8977 vc-finish-steal): Use it.
8978 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8979 to the backend-specific function is now supposed to do the checkout,
8980 too.
8981 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8982
8983 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8984 set file properties; that gets done in the generic code now.
8985
8986 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8987 Changed parameter list, added code from vc.el that does the
8988 checkout, possibly with a double-take.
8989
8990 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8991 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8992 the above under the new name.
8993 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8994 parameter list, added checkout command.
8995 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8996 properties; that gets done in the generic code now.
8997
89982000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8999
9000 * vc.el: Docstring fixes (courtesy of checkdoc).
9001
90022000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9003
9004 * vc.el (vc-checkout-writable-buffer-hook)
9005 (vc-checkout-writable-buffer): Remove.
9006 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9007 (vc-log-mode): Make it into a clean derived major mode.
9008 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9009 vc-log-mode if log-edit is not available.
9010 (vc-dired-mode-map): Don't set-keymap-parent yet.
9011 (vc-dired-mode): Do set-keymap-parent here.
9012 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9013
90142000-09-05 Gerd Moellmann <gerd@gnu.org>
9015
9016 * faces.el (set-face-attribute, face-spec-reset-face)
9017 (face-spec-set): Avoid consing by removing calls to `apply'.
9018
9019 * frame.el (frame-parameter): Move to C code.
9020
90212000-09-05 Dave Love <fx@gnu.org>
9022
9023 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9024 insert-before-markers-and-inherit. Now checked systematically!
9025
90262000-09-05 Alex Schroeder <alex@gnu.org>
9027
9028 * sql.el (sql-postgres): Use sql-postgres-options.
9029 (sql-postgres-options): New variable.
9030
90312000-09-05 Alex Schroeder <alex@gnu.org>
9032
9033 * sql.el (sql-mode-menu): Work around missing variable mark-active
9034 in XEmacs.
9035 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9036 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9037 compatibility.
9038
90392000-09-04 Gerd Moellmann <gerd@gnu.org>
9040
9041 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9042
9043 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9044
9045 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9046
90472000-09-04 Andre Spiegel <spiegel@gnu.org>
9048
9049 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9050 don't support anything else under SCCS yet.
9051
9052 * vc-hooks.el: Minor doc fixes.
9053
90542000-09-04 Andre Spiegel <spiegel@gnu.org>
9055
9056 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9057 not necessary. If verbose in state `needs-patch', do the same as
9058 under `up-to-date'. When NOT verbose and `needs-patch', check out
9059 latest version instead of `merge-news'.
9060 (vc-next-action-dired): Don't mess with default-directory here; it
9061 breaks other parts of dired. It is the job of the
9062 backend-specific functions to adjust it temporarily if they need it.
9063 (vc-next-action): Remove a special CVS case.
9064 (vc-clear-headers): New optional arg FILE.
9065 (vc-checkin, vc-checkout): Set properties vc-state and
9066 vc-checkout-time properly.
9067 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9068 (vc-print-log): Use new backend function `show-log-entry'.
9069 (vc-cancel-version): Do the checks in a different order. Added a
9070 FIXME concerning RCS-only code.
9071
9072 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9073 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9074
9075 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9076
9077 * vc-hooks.el (vc-default-mode-line-string): Show state
9078 `needs-patch' as a `-' too.
9079
90802000-09-04 Andre Spiegel <spiegel@gnu.org>
9081
9082 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9083 (vc-default-could-register): New function.
9084 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9085 (vc-resynch-buffer): Call vc-dired-resynch-file.
9086 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9087 vc-resynch-buffer instead of vc-resynch-window.
9088 (vc-next-action-dired): Don't redisplay here, that gets done as a
9089 result of the individual file operations.
9090 (vc-retrieve-snapshot): Corrected prompt order.
9091
9092 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9093
9094 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9095 as well.
9096 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9097 hostname regexps. Updated all callers.
9098 (vc-cvs-responsible-p): Handle directories as well.
9099 (vc-cvs-could-register): New function.
9100 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9101 properties up-to-date.
9102
9103 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9104 user whether to create one.
9105
91062000-09-04 Andre Spiegel <spiegel@gnu.org>
9107
9108 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9109 check out a non-existing file.
9110
9111 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9112 workfile does not exist.
9113
9114 * vc.el (vc-version-diff): Use `require' to check for existence of
9115 diff-mode.
9116
91172000-09-04 Andre Spiegel <spiegel@gnu.org>
9118
9119 * vc-cvs.el (vc-cvs-registered): Use new function
9120 vc-cvs-parse-entry to do the actual work.
9121
91222000-09-04 Andre Spiegel <spiegel@gnu.org>
9123
9124 * vc-hooks.el (vc-find-backend-function): If function doesn't
9125 exist, return nil instead of error.
9126 (vc-call-backend): Doc fix.
9127
9128 * vc.el (vc-do-command): Doc fix.
9129 (vc-finish-logentry): When checking in from vc-dired, choose the
9130 right backend for logentry check.
9131 (vc-dired-mode-map): Inherit from dired-mode-map.
9132 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9133 simplified.
9134 (vc-dired-state-info): Removed, updated caller.
9135 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9136 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9137 (vc-dired-listing-switches): New variable.
9138 (vc-directory): Use it, instead of dired-listing-switches.
9139
9140 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9141 (vc-cvs-dir-state): New function.
9142 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9143 (vc-cvs-parse-entry): New function, also to be used in
9144 vc-cvs-registered.
9145
91462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9147
9148 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9149 *or* single-window-frames.
9150
91512000-09-04 Andre Spiegel <spiegel@gnu.org>
9152
9153 * vc.el (vc-update-changelog): Split into generic part and default
9154 implementation. Doc string adapted.
9155 (vc-default-update-changelog): New function. Call the `rcs2log'
9156 script in exec-directory, to fix a long-standing nuisance.
9157
9158 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9159 simply signals an error.
9160
91612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9162
9163 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9164 control-flow more clear and to avoid running `cvs' twice.
9165
9166 * vc.el (vc-next-action-on-file): Doc fix.
9167 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9168 (vc-print-log): Eval `file' before constructing the continuation.
9169
91702000-09-04 Andre Spiegel <spiegel@gnu.org>
9171
9172 * vc.el (vc-next-action-on-file): Corrected several messages.
9173 (vc-merge): Add prefix arg `merge-news'; handle it.
9174
9175 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9176 is not reached. It is.
9177 (vc-cvs-merge): Set state to 'edited after merge.
9178 (vc-cvs-merge-news): Set workfile version to nil if not known.
9179 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9180
9181 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9182 via stdout. (Merge from main line.)
9183
91842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9185
9186 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9187 detection.
9188
91892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9190
9191 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9192 against kill-all-local-variables.
9193 (vc-log-edit): Don't save vc-parent-buffer any more.
9194 (vc-last-comment-match): Initialize to an empty string.
9195 (vc-post-command-functions): New hook.
9196 (vc-do-command): Run it.
9197 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9198 (vc-finish-logentry): Only add the comment to the ring if it's
9199 different from the last comment entered.
9200 (vc-new-comment-index): New function.
9201 (vc-previous-comment): Use it. Make the minibuffer message
9202 slightly less terse.
9203 (vc-comment-search-reverse): Make it work forward as well. Don't
9204 set vc-comment-ring-index if no match is found. Use
9205 vc-new-comment-index.
9206 (vc-comment-search-forward): Use vc-comment-search-reverse.
9207 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9208 define-derived-mode will do it for us. Bind `v' to a keymap that
9209 inherits from vc-prefix-map so that we can bind `vt' without
9210 binding C-x v t.
9211 (vc-retrieve-snapshot): Parenthesis typo.
9212
9213 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9214 to 1. Make sure to switch to *vc* before looking for an error
9215 message. Use vc-parse-buffer.
9216
92172000-09-04 Andre Spiegel <spiegel@gnu.org>
9218
9219 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9220 and NAME.
9221 (vc-retrieve-snapshot): Split into two parts.
9222 (vc-default-retrieve-snapshot): New function.
9223
9224 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9225 (vc-cvs-retrieve-snapshot): New function (untested).
9226 (vc-cvs-stay-local): Default to t.
9227 (vc-cvs-remote-p): New function and property.
9228 (vc-cvs-state): Stay local only if the above is t.
9229 (vc-handle-cvs): Removed.
9230 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9231 done via vc-handled-backends now.
9232 (vc-cvs-header): Escape Id.
9233
92342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9235
9236 * vc.el (vc-do-command): Remove unused commands.
9237 (vc-version-diff): Make sure default-directory ends with a slash.
9238 Move the window commands into a vc-exec-after.
9239 (vc-print-log): Move more of the code into the `vc-exec-after'.
9240
92412000-09-04 Andre Spiegel <spiegel@gnu.org>
9242
9243 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9244 (vc-print-log): Search current revision from beginning of buffer.
9245 (vc-revert-buffer): Clear echo area after the diff is finished.
9246 (vc-prefix-map): Removed definition of "t" for terse display in vc
9247 dired.
9248 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9249 definition of "vt" for terse display.
9250 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9251
92522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9253
9254 * vc.el (vc-exec-after): Avoid caddr.
9255
92562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9257
9258 * vc.el (vc-exec-after): New function.
9259 (vc-do-command): Use it to add a termination message for async
9260 procs.
9261 (vc-checkout): Try to handle a missing-backend situation.
9262 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9263 of a directory with a backend using async diffs.
9264 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9265 present.
9266
9267 * vc-sccs.el (vc-sccs-state-heuristic): Use
9268 file-ownership-preserved-p.
9269
9270 * vc-rcs.el (vc-rcs-state-heuristic): Use
9271 file-ownership-preserved-p.
9272 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9273
92742000-09-04 Andre Spiegel <spiegel@gnu.org>
9275
9276 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9277 vc-do-command.
9278
9279 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9280 when there are no changes.
9281
92822000-09-04 Andre Spiegel <spiegel@gnu.org>
9283
9284 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9285
9286 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9287
92882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9289
9290 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9291
9292 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9293 the `fset' outside of the defvar so that it works even if
9294 vc-prefix-map was already defined.
9295 (vc-setup-buffer): New function, split out of vc-do-command.
9296 (vc-do-command): Allow BUFFER to be t to mean `just use the
9297 current buffer without any fuss'.
9298 (vc-version-diff): Change the `diff' backend operation to just put
9299 the diff in the current buffer without erasing it. Always use
9300 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9301 shrink-window-if-larger-than-buffer.
9302 (vc-print-log): Change the `print-log' backend operation to just
9303 put the log in the current buffer without erasing it. Protect
9304 shrink-window-if-larger-than-buffer.
9305 (vc-update-change-log): Fix setd typo.
9306
9307 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9308 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9309
9310 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9311 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9312 CMP.
9313
9314 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9315 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9316 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9317
93182000-09-04 Andre Spiegel <spiegel@gnu.org>
9319
9320 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9321 not possible, use vc-BACKEND-workfile-unchanged-p.
9322 (vc-default-workfile-unchanged-p): New function. Delegates to a
9323 full vc-BACKEND-diff.
9324
9325 * vc-hooks.el (vc-simple-command): Removed.
9326
9327 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9328 instead of vc-simple-command.
9329 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9330 avoid doing a diff when opening a file.
9331 (vc-rcs-state): Added check for unlocked-changes.
9332 (vc-rcs-header): Escape Id.
9333 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9334 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9335 version.
9336
9337 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9338 (vc-sccs-diff): Remove optional arg CMP.
9339 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9340 SCCS-specific function.
9341
9342 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9343 vc-simple-command.
9344
93452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9346
9347 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9348 (with-vc-file, vc-merge): Use vc-editable-p.
9349 (vc-do-command): Remove unused var vc-file and fix the
9350 doubly-defined `status' var. Add a user message when starting an
9351 async command.
9352 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9353 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9354 Use with-current-buffer.
9355 (vc-buffer-sync): Use unless.
9356 (vc-next-action-on-file): If the file is 'edited by read-only,
9357 make it read-write instead of trying to commit.
9358 (vc-version-diff, vc-update-change-log): Use `setq
9359 default-directory' rather than `cd'.
9360 (vc-log-edit): Don't forget to set default-directory in the
9361 buffer.
9362
9363 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9364 (vc-sccs-state-heuristic): Use file-writable-p instead of
9365 comparing userids.
9366 (vc-sccs-checkout): Use `unless'.
9367
9368 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9369 of comparing userids.
9370 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9371 Simplify the logic by eliminating unreachable code.
9372 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9373 just do a recursive call if we need to retry.
9374 (vc-rcs-checkout): Handle the case where rcs is missing by making
9375 the buffer read-write if requested and re-signalling the error.
9376
9377 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9378
93792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9380
9381 * vc-hooks.el (vc-handled-backends): Docstring change.
9382 (vc-ignore-vc-files): Mark obsolete.
9383 (vc-registered): Check vc-ignore-vc-files.
9384 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9385 vc-ignore-vc-files.
9386
9387 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9388
93892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9390
9391 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9392 files since ange-ftp already has vc-registered return nil.
9393
9394 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9395 (vc-sccs-workfile-version): Use with-temp-buffer and new
9396 vc-parse-buffer and don't bother setting the property.
9397 (vc-sccs-add-triple): Use with-current-buffer and
9398 find-file-noselect.
9399 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9400
9401 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9402 derives from the old vc-parse-buffer but uses the revision number
9403 rather than the date (much easier to compare robustly).
9404 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9405 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9406 locking-user more directly. Check strict locking and set
9407 checkout-model appropriately.
9408 (vc-rcs-parse-locks): Remove.
9409 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9410 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9411 (vc-rcs-system-release): Use with-current-buffer and
9412 vc-parse-buffer.
9413 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9414
9415 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9416 (vc-simple-command): Docstring fix.
9417 (vc-registered): Align the way the file-handler is called with the
9418 way the function itself works.
9419 (vc-file-owner): Remove.
9420
9421 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9422 extraction of fields and call to file-attributes because of a
9423 temporary bug in rcp.el.
9424 (vc-cvs-fetch-status): Use with-current-buffer.
9425
94262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9427
9428 * vc.el (vc-do-command): Use file-relative-name.
9429 (vc-responsible-backend): Use vc-backend if possible.
9430 (vc-create-snapshot): Improve the `interactive' spec. Add support
9431 for branches and dispatch to backend-specific `create-snapshot'.
9432 (vc-default-create-snapshot): New function, containing the bulk of
9433 the old vc-create-snapshot.
9434 (vc-retrieve-snapshot): Improve the interactive spec.
9435
9436 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9437 (vc-backend-hook-functions): Remove.
9438 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9439 (vc-backend): Reintroduce the test for `file = nil' now that I
9440 know why it was there (and added a comment to better remember).
9441
9442 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9443 code from vc-sccs-hooks.el.
9444 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9445 'vc anymore.
9446 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9447 and file-directory-p instead of file-exists-p.
9448 (vc-sccs-check-headers): Simplify the regexp.
9449
9450 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9451 from vc-rcs-hooks.el. Don't require 'vc anymore.
9452 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9453 file-directory-p instead of file-exists-p.
9454
9455 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9456 from vc-cvs-hooks.el.
9457 (proto vc-cvs-registered): Require 'vc-cvs instead of
9458 'vc-cvs-hooks. Don't require 'vc anymore.
9459 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9460 file-directory-p instead of file-exists-p.
9461 (vc-cvs-create-snapshot): New function, replacing
9462 vc-cvs-assign-name.
9463 (vc-cvs-assign-name): Remove.
9464
94652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9466
9467 * vc-cvs.el (vc-cvs-header): New var.
9468
9469 * vc-rcs.el (vc-rcs-exists): Remove.
9470 (vc-rcs-header): New var.
9471
9472 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9473 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9474 (vc-sccs-header): New var.
9475
9476 * vc.el (vc-do-command): Get rid of the `last' argument.
9477 (vc-header-alist): Remove, replaced by vc-X-header.
9478 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9479 (vc-dired-hook): Use expand-file-name instead of concat.
9480 (vc-directory): Use file-name-as-directory.
9481 (vc-snapshot-precondition, vc-create-snapshot)
9482 (vc-retrieve-snapshot): Allow the command to operate on any
9483 directory.
9484
9485 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9486 just removing the 'WORKFILE argument or by removing the 'MASTER
9487 argument and replacing `file' with (vc-name file).
9488
94892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9490
9491 * vc.el: Update Copyright and add a crude list of backend funs.
9492 (vc-writable-p): New function.
9493 (with-vc-file): Use vc-writable-p.
9494 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9495 (vc-register): Avoid vc-name.
9496 (vc-locking-user): Remove.
9497 (vc-steal-lock): Make the `owner' arg non-optional.
9498 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9499 vc-checkout-model.
9500 (vc-default-dired-state-info): Use vc-state instead of
9501 vc-locking-user and return special strings for special states.
9502 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9503 and get rid of one of the special CVS cases.
9504 (vc-cancel-version): prettify error message with \\[...].
9505 (vc-rename-master): New function.
9506 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9507 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9508 the CVS special case generic.
9509 (vc-default-record-rename): Remove.
9510 (vc-file-tree-walk-internal): Only call FUNC for files that are
9511 under control of some VC backend and replace `concat' with
9512 expand-file-name.
9513 (vc-file-tree-walk): Update docstring.
9514 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9515 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9516
9517 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9518 vc-sccs-record-rename. Use `find-file-noselect' rather than
9519 `find-file' and call `vc-rename-master' to do the actual move.
9520 (vc-sccs-diff): Remove unused `backend' variable.
9521
9522 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9523 to delay loading of vc-sccs until it is really used.
9524 (vc-sccs-master-templates): Preload.
9525 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9526 (vc-sccs-project-dir): Remove (merged into
9527 vc-sccs-search-project-dir).
9528 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9529 rather than `concat', make sure it is preloaded and don't bother
9530 to check that the file actually exists.
9531 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9532 `locks' argument (use buffer's content instead) and eliminate n^2
9533 behavior.
9534
9535 * vc-rcs.el: Update Copyright.
9536 (vc-rcs-rename-file): New function.
9537 (vc-rcs-diff): Remove unused `backend' variable.
9538
9539 * vc-hooks.el: Update Copyright.
9540 (vc-backend): Don't accept a nil argument any more.
9541 (vc-up-to-date-p): Turn into a defsubst.
9542 (vc-possible-master): New function.
9543 (vc-check-master-templates): Use `vc-possible-master' and allow
9544 funs in vc-X-master-templates to return a non-existent file.
9545
9546 * vc-cvs.el: Update Copyright.
9547 (vc-cvs-diff): Remove unused `backend' variable.
9548 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9549
9550 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9551
95522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9553
9554 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9555 since it can be called from vc-rcs.el.
9556 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9557
95582000-09-04 Andre Spiegel <spiegel@gnu.org>
9559
9560 * vc.el (vc-version-diff): Expand file name read from the
9561 minibuffer. Handle the case when a previous version number can't
9562 be guessed. Give suitable messages when there were no differences
9563 found.
9564 (vc-clear-headers): Call backend-specific implementation, if one
9565 exists.
9566 (vc-cancel-version): Made error checks generic. When done, clear
9567 headers generically, too.
9568
9569 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9570 from vc-clear-headers in vc.el.
9571
9572 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9573 correctly.
9574 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9575 optional. Handle the case when it's not there.
9576
95772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9578
9579 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9580
95812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9582
9583 * vc-hooks.el (vc-loadup): Remove.
9584 (vc-find-backend-function): Use `require'. Also, handle the case
9585 where vc-BACKEND-hooks.el doesn't exist.
9586 (vc-call-backend): Cleanup.
9587
95882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9589
9590 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9591 vc-rcs-grab-templates)
9592 (vc-rcs-registered): Remove. The default function works as well.
9593 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9594 vc-sccs-grab-templates)
9595 (vc-sccs-registered): Remove. The default function works as well.
9596
9597 * vc.el (vc-version-diff): Left out a vc- in call to
9598 vc-call-backend.
9599 (vc-default-dired-state-info, vc-default-record-rename)
9600 (vc-default-merge-news): Update for the new backend argument.
9601
9602 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9603 using the default function.
9604 (vc-call-backend): If calling the default function, pass it the
9605 backend as first argument. Update the docstring accordingly.
9606 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9607 for the new backend argument.
9608 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9609 (vc-find-backend-function): Use the new name.
9610 (vc-default-registered): New function.
9611
96122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9613
9614 * vc.el (vc-merge): Use vc-find-backend-function.
9615
9616 * vc-hooks.el (vc-backend-functions): Remove.
9617 (vc-loadup): Don't setup 'vc-functions.
9618 (vc-find-backend-function): New function.
9619 (vc-call-backend): Use above fun and populate 'vc-functions
9620 lazily.
9621 (vc-backend-defines): Remove.
9622
96232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9624
9625 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9626 Call vc-call-backend without the leading vc-.
9627 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9628 (vc-check-headers): Call vc-call-backend without the leading vc-.
9629 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9630 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9631 Call vc-call-backend without the leading vc-.
9632
9633 * vc-cvs.el (tail): Provide vc-cvs.
9634 * vc-sccs.el (tail): Provide vc-sccs.
9635 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9636
9637 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9638 (vc-make-backend-function, vc-call): Pass names without leading
9639 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9640 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9641 (vc-call-backend): Always try to load vc-X-hooks.
9642 (vc-registered): Remove vc- in call to vc-call-backend.
9643
96442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9645
9646 * vc.el (vc-process-filter): New function.
9647 (vc-do-command): Setup `vc-process-filter' for the async process.
9648 (vc-maybe-resolve-conflicts): New function to reduce
9649 code-duplication. Additionally, it puts the buffer in
9650 `smerge-mode' if applicable.
9651 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9652 calling `merge-news'.
9653 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9654 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9655 interfacing to log-edit.el.
9656 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9657 log-edit is available.
9658 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9659
96602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9661
9662 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9663 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9664 defvar and the initialization.
9665 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9666
9667 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9668 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9669
9670 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9671
96722000-09-04 Andre Spiegel <spiegel@gnu.org>
9673
9674 * vc.el (vc-file-clear-masterprops): Removed.
9675 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9676 (vc-version-diff): Use buffer-size without argument.
9677 (vc-register): Heed vc-initial-comment.
9678
9679 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9680 default branch.
9681
9682 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9683 file name and workfile version.
9684 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9685
9686 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9687 vc-file-clear-masterprops.
9688
9689 * vc-sccs.el (vc-sccs-checkout): Removed call to
9690 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9691 rather than user login name.
9692
9693
96942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9695
9696 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9697 `want-differences-if-changed' and simplify.
9698 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9699 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9700 output (which is invalid for async vc-diff) to decide whether to
9701 do the revert silently or not.
9702
97032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9704
9705 * vc-hooks.el (vc-loadup): Load files quietly.
9706 (vc-call-backend): Oops, brain fart.
9707
97082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9709
9710 * vc-cvs.el (vc-cvs-state): Typo.
9711 (vc-cvs-merge-news): Return the status code rather than the error msg.
9712
97132000-09-04 Andre Spiegel <spiegel@gnu.org>
9714
9715 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9716 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9717 vc-state or vc-up-to-date-p.
9718 (vc-merge): Use vc-backend-defines to check whether merging is
9719 possible. Set state to 'edited after successful merge.
9720
9721 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9722 return that name. Redocumented.
9723
97242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9725
9726 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9727 new `vc-state' semantics.
9728 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9729 'vc-locking-user to the current user.
9730 (vc-merge): Inline vc-backend-merge. Comment out code that I
9731 don't understand and hence can't adapt to the new `vc-state' and
9732 `vc-locking-user' semantics.
9733 (vc-backend-merge): Remove.
9734
9735 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9736 rather than 'vc-locking-user.
9737
9738 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9739
9740 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9741 (vc-state): Don't use 'reserved any more. Just use the same
9742 convention as the one used for vc-<backend>-state where the
9743 locking user (as a string) is returned.
9744 (vc-locking-user): Update, based on the above convention. The
9745 'vc-locking-user property has disappeared.
9746 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9747
9748 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9749 with a heuristic one.
9750 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9751 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9752 error. That allows us to get to 'needs-merge even in the
9753 stay-local case. There's still no way to detect 'needs-patch in
9754 such a setup (or to force an update for that matter).
9755 (vc-cvs-logentry-check): Remove, the default works as well.
9756
97572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9758
9759 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9760
9761 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9762 major-mode in which the buffer might have been put earlier. Use
9763 `remove' and `when'. Allow `okstatus' to be `async' and use
9764 `start-process' in this case.
9765 (vc-version-diff): Handle the case where the diff looks empty
9766 because of the use of an async process.
9767
97682000-09-04 Andre Spiegel <spiegel@gnu.org>
9769
9770 * vc.el (vc-next-action-on-file): Removed optional parameter
9771 `simple'. Recompute state unconditionally.
9772 (vc-default-toggle-read-only): Removed.
9773
9774 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9775 (vc-toggle-read-only): Undid prev change.
9776
9777 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9778 vc-cvs-simple-toggle. Redocumented.
9779 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9780 (vc-cvs-toggle-read-only): Removed.
9781
97822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9783
9784 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9785 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9786 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9787 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9788 still is. So maybe it should be removed.
9789 (vc-head-version, vc-find-binary): Remove.
9790 (vc-recompute-state): Move from vc-hooks.el.
9791 (vc-next-action-on-file): Add a `simple' argument to allow
9792 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9793 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9794 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9795 (vc-dired-mode-map): Properly defvar it.
9796 (vc-print-log): Call log-view-mode if available.
9797 (small-temporary-file-directory): defvar instead of use boundp.
9798 (vc-merge-news): Moved to vc-cvs.el.
9799 (vc-default-merge-news): New function.
9800
9801 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9802 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9803 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9804 unknown `vc-latest-version' function. It should probably refer to
9805 vc-workfile-version or somesuch, but it's very unclear to me and I
9806 don't have SCCS to test things.
9807
9808 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9809 (vc-sccs-state-heuristic): Fix typo.
9810 (vc-sccs-workfile-unchanged-p): Add missing argument.
9811
9812 * vc-rcs.el: Require vc and vc-rcs-hooks.
9813 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9814 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9815 (vc-release-greater-or-equal-p): Move from vc.
9816 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9817 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9818 (vc-rcs-checkout): Add a missing `new-version' argument in the
9819 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9820
9821 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9822 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9823 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9824 than the apparently unbound `workfile-version'.
9825
9826 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9827 (vc-file-prop-obarray): Use `make-vector'.
9828 (vc-backend-functions): Add new hookable functions
9829 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9830 (vc-loadup): If neither backend nor default functions exist, use
9831 the backend function rather than nil.
9832 (vc-call-backend): If the function if not bound yet, try to load
9833 the non-hook file to see if it provides it.
9834 (vc-call): New macro plus use it wherever possible.
9835 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9836 nor `vc-find-binary' since it's only called from
9837 vc-mistrust-permission which is only used once the backend is known.
9838 (vc-checkout-model): Fix parenthesis.
9839 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9840
9841 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9842 (vc-cvs-release, vc-cvs-system-release): Remove.
9843 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9844 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9845 status symbols.
9846 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9847 (vc-cvs-toggle-read-only): First cut at a function to allow a
9848 cvs-status-free vc-toggle-read-only.
9849 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9850 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9851 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9852 (vc-cvs-checkout): Modify access rights directly if the user
9853 requested not to use `cvs edit'. And refresh the mode line.
9854
9855 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9856 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9857
98582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9859
9860 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9861 workfile' that got lost when the code was extracted from vc.el.
9862 And merged the tail with the rest of the code (not possible in the
9863 old vc.el where the tail was shared among all backends). And
9864 explicitly set the state to 'edited if `writable' is set.
9865
9866 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9867 (vc-cvs-state): Be careful to return the value from
9868 vc-cvs-parse-state.
9869 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9870 property but return it instead. Also be careful to handle a nil
9871 or "" `rev' when workfile is non-nil (it was handled properly when
9872 workfile was nil).
9873
9874 * vc.el: Removed those pesky unnecessary `(function' quotes.
9875 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9876 directly in the defvar.
9877 (vc-do-command): Bind inhibit-read-only so as to properly handle
9878 the case where the destination buffer has been made read-only.
9879 (vc-diff): Delegate to vc-version-diff in all cases.
9880 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9881 (vc-annotate-mode-variables): Removed (code moved partly to
9882 defvars and partly to vc-annotate-add-menu).
9883 (vc-annotate-mode): Turned into a derived-mode.
9884 (vc-annotate-add-menu): Moved in code in
9885 vc-annotate-mode-variables.
9886 (vc-update-change-log): Use make-temp-file if available.
9887
98882000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9889
9890 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9891 `vc-checkout-model' updated to `vc-cvs-update-model'.
9892
98932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9894
9895 * vc.el (vc-next-action-on-file): Added handling of state
9896 `unlocked-changes'.
9897 (vc-checkout-carefully): Is now practically obsolete, unless the
9898 above is too slow to be enabled unconditionally.
9899 (vc-update-change-log): Fixed typo.
9900
9901 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9902
9903 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9904 Now handles state `unlocked-changes'.
9905 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9906
9907 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9908
9909 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9910 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9911 `unlocked-changes'.
9912 (vc-rcs-workfile-unchanged-p): Renamed from
9913 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9914 function yet, but supposed to become one soon.
9915
9916 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9917 `vc-steal-lock'.
9918 (vc-call-backend): Changed error message.
9919 (vc-state): Added description of state `unlocked-changes'.
9920
99212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9922
9923 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9924 always return t in CVS-controlled directories.
9925
9926 * vc.el (vc-responsible-backend): New function.
9927 (vc-register): Largely rewritten.
9928 (vc-admin): Removed (implementation moved into vc-register).
9929 (vc-checkin): Redocumented.
9930 (vc-finish-logentry): If no backend defined yet (because we are in
9931 the process of registering), use the responsible backend.
9932
9933 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9934 Updated function lists.
9935 (vc-call-backend): Fixed typo.
9936
9937 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9938 New functions.
9939 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9940 Removed query option. Redocumented.
9941
99422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9943
9944 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9945
9946 * vc.el: Updated callers of `vc-checkout-required' to use
9947 `vc-checkout-model'.
9948
99492000-09-04 Martin Lorentzson <martinl@gnu.org>
9950
9951 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9952 stuff updated to reference this function instead of the old
9953 `vc-backend-release-p'.
9954
99552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9956
9957 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9958 vc-checkout-model. Return appropriate values. Updated callers.
9959
99602000-09-04 Martin Lorentzson <martinl@gnu.org>
9961
9962 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9963 (vc-backend-revert): Function moved into `vc-revert';
9964 `vc-next-action' must be updated to accomodate this change.
9965 (vc-backend-steal): Function moved into `vc-finish-steal'.
9966 (vc-backend-logentry-check): Function moved into
9967 `vc-finish-logentry'.
9968 (vc-backend-printlog): Function moved into `vc-print-log'.
9969 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9970 (vc-backend-assign-name): Function moved into
9971 `vc-create-snapshot'.
9972
99732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9974
9975 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9976 Rename to vc-checkout-model. Return appropriate values.
9977 Update callers.
9978
9979 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9980 to vc-checkout-model.
9981 (vc-checkout-required): Rename to vc-checkout-model.
9982 Re-implement and re-comment.
9983 (vc-after-save): Use vc-checkout-model.
9984
99852000-09-04 Martin Lorentzson <martinl@gnu.org>
9986
9987 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9988 Update to use the vc-BACKEND-diff functions instead.
9989 `vc-diff' is now working.
9990
9991 * vc-rcs.el (vc-rcs-logentry-check): New function.
9992
9993 * vc-cvs.el (vc-cvs-logentry-check): New function.
9994
9995 * vc-sccs.el (vc-sccs-diff): Function changed name from
9996 `vc-backend-diff'. This makes `vc-diff' work.
9997
9998 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9999 of functions possibly implemented in a vc-BACKEND library.
10000 (vc-checkout-required): Fix bug that caused an error to be
10001 signaled during `vc-after-save'.
10002
10003 * vc.el: Fix typo.
10004 This checkin is made with our new VC code base for the very first time.
10005 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10006
10007 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10008 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10009
10010 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10011 updated to `vc-uses-locking'.
10012 (vc-checkout-required): Call to backend function.
10013 `vc-checkout-required' updated to `vc-uses-locking' instead.
10014
10015 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10016 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10017
10018 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10019 to match the split into various backends.
10020 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10021 (vc-retrieve-snapshot): Bug fix.
10022
100232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10024
10025 * vc-sccs.el (vc-sccs-release): Doc fix.
10026
100272000-09-04 Martin Lorentzson <martinl@gnu.org>
10028
10029 * vc.el (vc-next-action-on-file): Bug found and fixed.
10030 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10031 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10032
10033 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10034 (vc-rcs-checkout): Name space cleaned up. No more revision number
10035 crunching function names that are not prefixed with vc-rcs.
10036 (vc-rcs-checkout-model): Function added. References to
10037 `vc-checkout-model' replaced.
10038
100392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10040
10041 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10042 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10043 still need to be split, and implemented for RCS).
10044
100452000-09-04 Martin Lorentzson <martinl@gnu.org>
10046
10047 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10048
10049 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10050 required by the vc.el file.
10051
10052 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10053 required by the vc.el file.
10054 (vc-rcs-exists): Function added.
10055
10056 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10057 required by the vc.el file.
10058
10059 * vc.el (vc-admin): Updated to handle selection of appropriate
10060 backend. Current implementation is crufty and need re-thinking.
10061
10062 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10063
100642000-09-04 Martin Lorentzson <martinl@gnu.org>
10065
10066 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10067 beginning of annotate buffers correctly.
10068
10069 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10070 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10071 functionality updated quite a lot to support multiple backends.
10072 Variables `vc-annotate-mode', `vc-annotate-buffers',
10073 `vc-annotate-backend' added.
10074
10075 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10076 `vc-annotate-difference' added to supported backend functions.
10077
100782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10079
10080 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10081 Use with-temp-file instead of /bin/sh. Merged from mainline
10082
100832000-09-04 Martin Lorentzson <martinl@gnu.org>
10084
10085 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10086
10087 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10088
10089 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10090
100912000-09-04 Martin Lorentzson <martinl@gnu.org>
10092
10093 * vc-hooks.el: vc-state-heuristic added to
10094 vc-backend-hook-functions.
10095
10096 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10097
10098 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10099
10100 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10101 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10102 state to `reserved'.
10103
10104 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10105 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10106
101072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10108
10109 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10110 untouched.
10111
10112 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10113
10114 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10115 if defined. (Merged from main line, slightly adapted.)
10116
10117 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10118 millenium problem (merged from mainline).
10119
101202000-09-04 Martin Lorentzson <martinl@gnu.org>
10121
10122 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10123 part and moved the non-BACKEND stuff to vc.el.
10124
10125 * vc.el: Split the annotate feature into a BACKEND specific part
10126 and moved it from the vc-cvs.el file to this one.
10127
101282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10129
10130 * vc-hooks.el: Implement new state model.
10131 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10132 (vc-locking-user): Simplify. Now only needed if the file is
10133 locked by somebody else.
10134 (vc-lock-from-permissions): Remove. Functionality is in
10135 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10136 (vc-mode-line-string): New name for former vc-status. Adapted.
10137 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10138
10139 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10140 Various simplifications and adaptations all over the place.
10141
10142 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10143 Simplify and adapt the rest.
10144
10145 * vc.el (vc-resynch-window): Add TODO comment: check for
10146 interaction with view mode according to recent RCS change.
10147 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10148
101492000-09-04 Martin Lorentzson <martinl@gnu.org>
10150
10151 * vc.el: Convert the remaining function comments to docstrings.
10152
101532000-09-04 Martin Lorentzson <martinl@gnu.org>
10154
10155 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10156 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10157 (vc-minor-part, vc-previous-version): Functions that operate and
10158 compare revision numbers got proper documentation. Comments added
10159 about their possible removal.
10160
101612000-09-04 Martin Lorentzson <martinl@gnu.org>
10162
10163 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10164 the vc-backend.el files.
10165
10166 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10167
10168 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10169 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10170 (vc-rcs-previous-version): Functions added.
10171
10172 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10173
10174 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10175
101762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10177
10178 * vc-hooks.el (vc-master-templates): Is really obsolete.
10179 Comment out the definition for now. What is the right procedure
10180 to get rid of it?
10181 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10182 rewritten.
10183 (vc-default-registered): Remove.
10184 (vc-check-master-templates): New function; does mostly what the
10185 above did before.
10186 (vc-locking-user): Don't rely on the backend to set the property.
10187
10188 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10189 Rewrite documentation.
10190 (vc-rcs-templates-grabbed): New variable.
10191 (vc-rcs-grab-templates): New function.
10192 (vc-rcs-registered): Rewrite to use above mechanism.
10193
10194 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10195 Rewrite documentation.
10196 (vc-sccs-templates-grabbed): New variable.
10197 (vc-sccs-grab-templates): New function.
10198 (vc-sccs-registered): Rewrite to use above mechanism.
10199 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10200 Don't throw the result, simply return it.
10201
10202 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10203 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10204 (vc-cvs-registered): Does the check itself now. Simplify.
10205
10206 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10207 from main line.
10208
102092000-09-04 Martin Lorentzson <martinl@gnu.org>
10210
10211 * vc-cvs.el (vc-cvs-diff): New function.
10212
10213 * vc-sccs.el (vc-sccs-diff): New function.
10214
10215 * vc-rcs.el (vc-rcs-diff): New function.
10216 (vc-rcs-checkout): Bug (typo) found and fixed.
10217 (vc-rcs-register-switches): New variable.
10218
10219 * vc.el (vc-backend-diff): Function removed and placed in the
10220 backend files.
10221
102222000-09-04 Martin Lorentzson <martinl@gnu.org>
10223
10224 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10225
10226 * vc.el (vc-backend-checkout): Function removed and replaced in
10227 the vc-backend.el files.
10228
10229 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10230
10231 * vc.el (vc-backend-admin): Removed and replaced in the
10232 vc-backend.el files.
10233
10234 * vc.el (Martin): Removed all the annotate functionality since it
10235 is CVS backend specific.
10236
102372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10238
10239 * spec.txt: Added specification of vc-state.
10240
10241 * vc-sccs-hooks.el (vc-sccs-master-properties):
10242 Remove handling of vc-latest-version and
10243 vc-your-latest-version. What used to be vc-latest-version, is now
10244 returned as vc-workfile-version.
10245 (vc-sccs-workfile-version): Adapt.
10246
102472000-09-04 Dave Love <fx@gnu.org>
10248
10249 * vc.el: [Merged from mainline.]
10250 (vc-dired-mode): Make the dired-move-to-filename-regexp
10251 regexp match the date, to avoid treating date as file size.
10252 Add YYYY S option to WESTERN/
10253
102542000-09-04 Dave Love <fx@gnu.org>
10255
10256 * vc.el: Require `compile' when compiling.
10257 (vc-logentry-check-hook): New option.
10258 (vc-steal-lock): Use compose-mail.
10259 (vc-dired-mode-map): Defvar when compiling.
10260 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10261 vc-sccs.el and renamed. Callers changed.
10262 (vc-backend-checkout, vc-backend-logentry-check)
10263 (vc-backend-merge-news): Doc fix.
10264 (vc-default-logentry-check): New function.
10265 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10266 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10267 (vc-backend-merge): Doc fix. Use backend functions.
10268 (vc-check-headers): Use backend functions.
10269
10270 * vc-cvs.el: Require vc when compiling.
10271 (vc-cvs-register-switches): Doc fix.
10272 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10273 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10274 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10275 New functions (code from vc.el).
10276 (vc-annotate-display-default): Fix interactive spec.
10277 (vc-annotate-time-span): Doc fix.
10278
10279 * vc-rcs.el: Require vc when compiling.
10280 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10281 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10282 (vc-rcs-checkin): New functions (code from vc.el).
10283 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10284 Doc fix.
10285 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10286
10287 * vc-sccs.el: Require vc when compiling.
10288 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10289 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10290 (vc-sccs-revert)
10291 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10292 from vc.el).
10293 (vc-sccs-add-triple, vc-sccs-record-rename)
10294 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10295 (vc-sccs-admin): Doc fix.
10296
102972000-09-04 Martin Lorentzson <martinl@gnu.org>
10298
10299 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10300 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10301 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10302 from vc.el.
10303
10304 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10305
10306 * vc-cvs.el: Moved the annotate functionality from vc.el.
10307 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10308
103092000-09-04 Dave Love <fx@gnu.org>
10310
10311 * vc.el (vc-backend-release): Call vc-system-release.
10312
10313 * vc-sccs.el (vc-sccs-system-release):
10314 Renamed from vc-sccs-backend-release.
10315
10316 * vc-rcs.el (vc-rcs-system-release):
10317 Renamed from vc-rcs-backend-release.
10318
10319 * vc-cvs.el (vc-cvs-system-release):
10320 Renamed from vc-cvs-backend-release.
10321
103222000-09-04 Dave Love <fx@gnu.org>
10323
10324 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10325 backend files.
10326 (vc-backend-release): Dispatch to backend functions.
10327 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10328 probably needs attention.]
10329
10330 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10331 (vc-sccs-backend-release): New function.
10332
10333 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10334 (vc-cvs-backend-release): New function.
10335
10336 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10337 Doc fix.
10338 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10339 (vc-default-dired-state-info): New function.
10340 (vc-dired-state-info): Dispatch to backends.
10341 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10342
10343 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10344 from vc.el and renamed.
10345
103462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10347
10348 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10349 (vc-version-other-window, vc-backend-assign-name): Removed
10350 references to vc-latest-version; sometimes changed into
10351 vc-workfile-version.
10352
10353 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10354 vc-rcs-master-workfile-version.
10355 (vc-rcs-workfile-version): Use the above. Don't call
10356 vc-latest-version (that was unreachable code, anyway).
10357 (vc-rcs-fetch-master-properties): Doc fix.
10358
10359 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10360 (vc-backend-hook-functions): Removed them from this list, too.
10361 (vc-fetch-properties): Removed.
10362 (vc-workfile-version): Doc fix.
10363
10364 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10365 (vc-rcs-workfile-version, vc-rcs-locking-user)
10366 (vc-rcs-uses-locking): Use it.
10367
10368 * vc-hooks.el (vc-consult-rcs-headers):
10369 Moved into vc-rcs-hooks.el, under the name
10370 vc-rcs-consult-headers.
10371
10372 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10373 headers.
10374 (vc-cvs-find-master): Use this name only; correct different
10375 versions of the name.
10376
10377 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10378 New functions.
10379 (vc-sccs-locking-user): Use the latter.
10380
10381 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10382 New functions.
10383
10384 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10385 Moved into both
10386 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10387 functions are implementation details of those two backends.
10388
103892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10390
10391 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10392 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10393
10394 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10395 (vc-sccs-parse-locks): SCCS-specific code moved here from
10396 vc-hooks.
10397
10398 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10399 code moved here from vc-hooks.
10400
10401 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10402 into back-end specific parts and removed. Callers not updated
10403 yet; because I guess these callers will disappear into back-end
10404 specific files anyway.
10405
104062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10407
10408 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10409 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10410 `vc-uses-locking'.
10411
10412 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10413 Store yes/no in the property, and return t/nil. Updated all
10414 callers.
10415
10416 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10417 vc-sccs-uses-locking. Don't set property.
10418 (vc-sccs-locking-user): Don't set property.
10419
10420 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10421 vc-cvs-uses-locking. Don't set property here; leave that to
10422 vc-hooks.
10423 (vc-cvs-locking-user): Reflect above change. Streamlined.
10424
10425 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10426 vc-rcs-uses-locking.
10427 (vc-rcs-locking-user): Reflect above change.
10428
104292000-09-04 Dave Love <fx@gnu.org>
10430
10431 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10432
10433 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10434
10435 * vc-hooks.el (vc-checkout-model): Punt to backends.
10436
10437 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10438
10439 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10440
10441 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10442 New functions.
10443
10444 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10445 New functions.
10446
10447 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10448 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10449
10450 * vc-hooks.el (vc-default-locking-user): New function.
10451 (vc-locking-user, vc-workfile-version): Punt to backends.
10452
104532000-09-04 Dave Love <fx@gnu.org>
10454
10455 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10456 (vc-master-workfile-version): Moved from vc-hooks.
10457
10458 * vc-rcs-hooks.el: Fix duplicate code in last change.
10459
10460 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10461 (vc-rcs-master-templates): Improve :type.
10462 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10463 vc-master-workfile-version): Moved from vc-hooks.
10464
10465 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10466 (vc-sccs-master-templates): Improve :type.
10467 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10468
10469 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10470
10471 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10472 (vc-cvs-master-templates): Improve :type. Use
10473 vc-cvs-find-cvs-master.
10474 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10475 from vc-hooks.
10476 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10477
10478 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10479 Moved to vc-cvs-hooks.
10480
10481 * vc-hooks.el: Add doc strings in various places. Simplify the
10482 minor mode setup.
10483 (vc-handled-backends): New user variable.
10484 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10485 simplification.
10486
104872000-09-04 Dave Love <fx@gnu.org>
10488
10489 * vc.el: Some doc fixes for autoloaded and interactive functions.
10490 Fix compilation warnings from ediff stuff.
10491 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10492
10493 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10494
10495 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10496
10497 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10498
104992000-09-04 Dave Love <fx@gnu.org>
10500
10501 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10502 New variable.
10503 (vc-make-backend-function, vc-loadup, vc-call-backend)
10504 (vc-backend-defines): New functions.
10505
10506 * vc-hooks.el: Various doc fixes.
10507 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10508 (vc-match-substring): Function removed. Callers changed to use
10509 match-string.
10510 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10511 Simplify.
10512
105132000-09-04 Dave Love <fx@gnu.org>
10514
10515 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10516 type.
10517 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10518 (vc-sccs-registered): Doc fix.
10519
10520 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10521 (vc-cvs-registered): Doc fix.
10522
10523 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10524 (vc-rcs-registered): Doc fix.
10525
105262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10527
10528 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10529
10530 * vc-hooks.el: vc-registered has been renamed
10531 vc-default-registered. Some functions have been moved to the
10532 backend specific files. they all support the
10533 vc-BACKEND-registered functions.
10534
105352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10536
10537 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10538
10539 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10540
105412000-09-04 Dave Love <fx@gnu.org>
10542
10543 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10544 menu-bar-update-hook.
10545
10546 * help.el (help-manyarg-func-alist): Add
10547 find-operation-coding-system.
10548
10549 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10550
10551 * custom.el (custom-set-variables): Print message about errors in
10552 setting.
10553
105542000-09-03 Andrew Innes <andrewi@gnu.org>
10555
10556 * makefile.w32-in: Change to DOS line endings.
10557
105582000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10559
10560 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10561 minor-mode keymaps, if they don't have one.
10562
105632000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10564
10565 * eshell/esh-module.el (eval-when-compile): Don't lose if
10566 esh-module.el's file name is truncated to DOS 8+3 limits.
10567
105682000-09-01 John Wiegley <johnw@gnu.org>
10569
10570 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10571 predicate, which caused entries in the completion list to be
10572 doubled.
10573
105742000-08-30 John Wiegley <johnw@gnu.org>
10575
10576 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10577 sending to subprocesses. Also, hook pre-command-hook if
10578 `eshell-send-direct-to-subprocesses' is non-nil.
10579 (eshell-send-direct-to-subprocesses): New config variable. If t,
10580 subprocess input is send immediately.
10581 (eshell-toggle-direct-send): New function.
10582 (eshell-self-insert-command): New function.
10583 (eshell-intercept-commands): New function.
10584 (eshell-send-input): If direct subprocess sending is enabled,
10585 don't echo any input to the Eshell buffer. Let the subprocess
10586 handle that. This requires "stty echo" in bash, for example.
10587
105882000-08-28 John Wiegley <johnw@gnu.org>
10589
10590 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10591 completion function for Eshell's implementation of `unset'.
10592
105932000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10594
10595 * info.el (Info-directory-list): Doc fix.
10596
105972000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10598
10599 * filecache.el (file-cache-add-directory-using-find): Don't quote
10600 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10601
106022000-08-31 Kenichi Handa <handa@etl.go.jp>
10603
10604 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10605 coding systems.
10606
106072000-08-30 Andrew Innes <andrewi@gnu.org>
10608
10609 * timer.el (run-with-idle-timer): Undo last change, so that timer
10610 is not activated immediately if Emacs is already idle. Some
10611 existing code relies on this behaviour.
10612
106132000-08-30 Miles Bader <miles@gnu.org>
10614
10615 * frame.el (set-frame-font): Do completion of font-name for
10616 interactive use.
10617
106182000-08-30 Kenichi Handa <handa@etl.go.jp>
10619
10620 * international/quail.el (quail-start-translation): Bind locally
10621 last-command-event, last-command, and this-command.
10622 (quail-start-conversion): Likewise.
10623 (quail-self-insert-command): Fix docstring.
10624
106252000-08-29 Gerd Moellmann <gerd@gnu.org>
10626
10627 * progmodes/executable.el
10628 (executable-make-buffer-file-executable-if-script-p): Check that
10629 buffer contains at least 2 characters.
10630
106312000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10632
10633 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10634
106352000-08-29 Dave Love <fx@gnu.org>
10636
10637 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10638 (diff-mode-shared-map): Bind mouse-2.
10639 (diff-imenu-generic-expression): New variable.
10640 (diff-mode): Use it.
10641
10642 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10643 (mouse-popup-menubar): Add minor mode menus.
10644 (popup-menu): Check for lookup-key returning number.
10645
106462000-08-29 Miles Bader <miles@gnu.org>
10647
10648 * comint.el (comint-send-input): Create overlays using the proper
10649 front/read-advance arguments.
10650
106512000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10652
10653 * ps-print.el: Even/odd pages printing. Doc fix.
10654 (ps-print-version): New version number (6.0).
10655 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10656 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10657 (ps-print-duplex-feature): Variable eliminated.
10658 (ps-even-or-odd-pages): New variable.
10659
10660 * progmodes/ebnf2ps.el: Doc fix.
10661 (ebnf-version): New version (3.3).
10662 (ebnf-user-arrow): Change variable customization to sexp.
10663 (ebnf-user-arrow): Function eliminated.
10664 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10665
106662000-08-29 Kenichi Handa <handa@etl.go.jp>
10667
10668 * help.el (help-xref-mule-regexp): New variable.
10669 (help-make-xrefs): Handle help-xref-mule-regexp.
10670
10671 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10672 variable.
10673 (describe-input-method): Temporarily activate the specfied input
10674 method to display the information.
10675 (describe-language-environment): Hyperlinks to mule related items.
10676
10677 * international/mule-diag.el (charset-multibyte-form-string): New
10678 function.
10679 (list-character-sets-1): Use charset-multibyte-form-string.
10680 (describe-character-set): New function.
10681 (describe-coding-system): Hyperlinks to safe character sets.
10682
10683 * international/quail.el (quail-help): New arg PACKAGE.
10684 Hyperlinks to mule related items.
10685 (quail-help-insert-keymap-description): Use
10686 substitute-command-keys instead of describe-bindings.
10687 (quail-translation-help): Hyperlinks to mule related items.
10688
106892000-08-28 John Wiegley <johnw@gnu.org>
10690
10691 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10692 have a defsubst call itself. Made `eshell-flatten-list' back into
10693 a function again.
10694
10695 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10696 catch, in case re-centering point at bottom messes up the display.
10697 This happens frequently in Emacs 21, due I believe to variable
10698 line heights.
10699
10700 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10701 to call `find-tag-interactive'.
10702
10703 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10704 the list of remember directories.
10705
107062000-08-28 John Wiegley <johnw@gnu.org>
10707
10708 * align.el: Test align-region-separate to see if it's a symbol.
10709
107102000-08-28 John Wiegley <johnw@gnu.org>
10711
10712 * eshell/esh-util.el (eshell-flatten-list): Made this function
10713 into a defsubst form. It gets used very frequently, although
10714 calls don't occur all that often.
10715
10716 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10717 examining it.
10718
10719 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10720 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10721 `eshell-protect'.
10722 (eshell-copy-handles): Created a new macro for duplicating the
10723 current set of open handles. This is needed by the looping
10724 functions.
10725 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10726 is not incorrectly stomped on.
10727
10728 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10729 declaration for pcomplete-use-paring.
10730 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10731 value of eshell-cmpl-use-paring.
10732 * pcomplete.el (pcomplete-use-paring): New config variable, to
10733 indicate whether paring should be used.
10734 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10735 completion alternatives that have already been used.
10736
10737 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10738 bound to C-c C-y, which will repeat the previous N arguments
10739 (based on prefix argument).
10740 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10741
10742 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10743 if there is no *Help* buffer. This is for XEmacs, which renames
10744 its help buffers uniquely. TODO: Find out what the current buffer
10745 name to delete is.
10746
10747 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10748 first entry that correlates to a passwd/group number. Later
10749 entries (used for group/user name aliasing to multiple IDs) are
10750 ignored.
10751
10752 * eshell/em-xtra.el (eshell/expr):
10753 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10754 (eshell-grep, eshell/diff, eshell/locate):
10755 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10756 argument list, before passing it to the system command.
10757
10758 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10759 `find-tag' for use at final position in Eshell buffers (which
10760 otherwise triggers an error on Emacs 21).
10761 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10762 buffer, if it is currently bound to `find-tag'.
10763
10764 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10765 in the list of matched Makefile names.
10766 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10767 directory, prefer its contents to Makefile.
10768
10769 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10770 directory parts (like "cd old new", or "cd =regexp"), are now case
10771 sensitive on non-Windows/DOS platforms.
10772
10773 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10774 types RET after an open delimiter (like "), display a message
10775 indicating that Eshell is waiting for the closing delimiter.
10776
10777 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10778 environment variables.
10779
10780 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10781 gracefully if the user enters incorrect arguments.
10782
10783 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10784 Eshell buffers.
10785
10786 * eshell/esh-var.el (eshell-interpolate-variable):
10787 * eshell/esh-mode.el (eshell-move-argument):
10788 * eshell/em-unix.el (eshell-du-sum-directory):
10789 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10790 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10791 (not (= ...)).
10792
10793 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10794 to ensure the `preserve' flag gets propagated when doing recursive
10795 directory copies.
10796
107972000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10798
10799 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10800 Don't convert \n into \0177 in memory.
10801 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10802 and back again, when reading and writing.
10803
108042000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10805
10806 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10807 testing of `fboundp' on `processp'.
10808
10809 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10810 (eshell/jobs): Don't call process-list if it is not bound.
10811 (eshell-gather-process-output): Support systems where async
10812 subprocesses aren't supported.
10813 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10814 variables.
10815
10816 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10817 eshell-do-eval returns t.
10818 (eshell-do-pipelines-synchronously): New defmacro.
10819 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10820 when async subprocesses aren't supported.
10821 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10822 if async subprocesses aren't supported.
10823 (eshell-resume-command): Don't assume STATUS is a string.
10824
10825 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10826
10827 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10828 (eshell-close-target, eshell-get-target): Use eshell-processp.
10829 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10830 fix.
10831 (eshell-get-target, eshell-create-handles): Doc fix.
10832
108332000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10834
10835 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10836 criterion to include commands that output something, as long as it
10837 leaves both the command and the end-of-buffer visible when the
10838 command has exited.
10839 (eshell-review-quick-commands): Adjust the help doc string
10840 accordingly.
10841
108422000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10843
10844 * locate.el (locate): Cleaned up locate command's interactive prompting
10845 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10846
10847 * filecache.el (file-cache-case-fold-search): New variable
10848 (file-cache-assoc-function): New variable
10849 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10850 Use file-cache-case-fold-search variable
10851 (file-cache-add-file): Use file-cache-assoc-function
10852 (file-cache-delete-file): likewise
10853 (file-cache-directory-name): likewise
10854 (file-cache-debug-read-from-minibuffer): likewise
10855
108562000-08-28 Gerd Moellmann <gerd@gnu.org>
10857
10858 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10859 (abbrev-table-name): New function.
10860 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10861 If non-nil list local abbrev, only.
10862
108632000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10864
10865 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10866 from Gnus support code, and use special article copy buffer
10867 `(gnus-original-article-buffer)' instead. This allows to get rid
10868 of article-hide-headers usage (which breaks in the latest Gnus
10869 version). Thanks to Detlev Zundel.
10870
108712000-08-28 Kenichi Handa <handa@etl.go.jp>
10872
10873 * international/quail.el (quail-use-package): Hide "... loaded"
10874 message.
10875 (quail-start-translation, quail-start-conversion): Likewise.
10876
10877 * international/kkc.el (kkc-region): Hide "... loaded" message.
10878
108792000-08-27 Dave Love <fx@gnu.org>
10880
10881 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10882
108832000-08-27 Miles Bader <miles@gnu.org>
10884
10885 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10886
108872000-08-27 Kenichi Handa <handa@etl.go.jp>
10888
10889 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10890 'ja-dic-cnv), not (require 'skkdic-cnv).
10891
108922000-08-26 Miles Bader <miles@gnu.org>
10893
10894 * faces.el (face-x-resources): Add entry for :inherit.
10895 * cus-face.el (custom-face-attributes): Add support for :inherit
10896 attribute. Add support for relative face heights.
10897 (custom-face-attributes-get): Treat `nil' as being a default value
10898 for :inherit (as well as `unspecified').
10899
10900 * faces.el (set-face-attribute): Update doc string.
10901 (face-attribute-name-alist): Add :inherit.
10902 (face-valid-attribute-values): Handle :inherit.
10903 (face-read-string): Rephrase prompt to be less confusing.
10904 Assume that DEFAULT is a string, since we must return a string.
10905 (face-read-integer): Use `format' to turn DEFAULT into an
10906 acceptable default for face-read-string. Match NEW-VALUE against
10907 the string "unspecified", not the symbol `unspecified', since
10908 that's what face-read-string returns.
10909 (read-face-attribute): Lookup a name for old-value in valid, and
10910 use it as a default if we find one. Treat all values from
10911 face-read-string as strings. If the default is used, don't do any
10912 more processing on the value, just use the old value directly.
10913 (read-face-and-attribute, modify-face): Tweak prompt.
10914 (read-face-name): Don't assume prompt ends with a space.
10915
10916 * faces.el (describe-face): Add support for :inherit attribute.
10917
109182000-08-25 Kenichi Handa <handa@etl.go.jp>
10919
10920 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10921 concat doesn't accept interger.
10922
10923 * international/kkc.el: Remove SKK from Keywords. Require
10924 ja-dic-utl instead of skkdic-utl.
10925
10926 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10927 Provide ja-dic-cnv instead of skkdic-cnv.
10928 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10929 (iso-2022-7bit-short): Add safe-charsets property.
10930 (skkdic-convert-postfix): Search Japanese chou-on character in
10931 addition to Hiragana character.
10932 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10933 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10934 (batch-skkdic-convert): Likewise.
10935
10936 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10937 Provide ja-dic-utl instead of skkdic-utl.
10938 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10939
109402000-08-24 Dave Love <fx@gnu.org>
10941
10942 * disp-table.el (standard-display-default): Make the test of `l'
10943 useful.
10944
10945 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10946 mod sample text.
10947
10948 * international/iso-ascii.el: Make pilcrow convenient string
10949 consistent with section.
10950 (iso-ascii-display): Set up multibyte characters as well as
10951 unibyte.
10952
109532000-08-24 Kenichi Handa <handa@etl.go.jp>
10954
10955 * international/mule-cmds.el (reset-language-environment): Set
10956 default-process-coding-system to '(undecided . iso-latin-1), which
10957 makes process I/O almost consistent with file I/O. Call this
10958 function when mule-cmds.el[c] is loaded.
10959
109602000-08-22 Andrew Innes <andrewi@gnu.org>
10961
10962 * makefile.w32-in: New file.
10963
109642000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10965
10966 * comint.el (comint-output-filter): Compare end of
10967 comint-last-output-overlay with the start of the newly inserted
10968 text, not the end, when deciding whether to extend it.
10969 Set saved-point's insertion type to advance after insertion.
10970
10971 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10972 since this is now done independently of font-lock mode.
10973
109742000-08-21 Gerd Moellmann <gerd@gnu.org>
10975
10976 * server.el (server-kill-new-buffers): New user option.
10977 (server-existing-buffer): New buffer-local variable.
10978 (server-visit-files): When using an existing buffer, set
10979 server-existing-buffer to t.
10980 (server-buffer-done): If server-kill-new-buffers is t, kill the
10981 buffer, unless it was already present before visiting it with
10982 Emacs server.
10983
109842000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10985
10986 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10987 even if the display doesn't support colors: some displays will
10988 support bold/underline faces.
10989
109902000-08-21 Gerd Moellmann <gerd@gnu.org>
10991
10992 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10993
10994 * startup.el (command-line): If user's init file had an error,
10995 add explanatory text to *Messages*.
10996
109972000-08-21 Kenichi Handa <handa@etl.go.jp>
10998
10999 * man.el (Man-getpage-in-background): Decode the process output by
11000 the system locale coding system.
11001
110022000-08-20 Dave Love <fx@gnu.org>
11003
11004 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11005 Don't test x-popup-menu.
11006 (function) <complete-function>: Complete only fbound symbols.
11007 <validate, value>: New.
11008 (variable) <complete-function>: Complete only bound symbols.
11009 (coding-system): Add :base-only, :complete-function, :validate,
11010 :value, :prompt-match.
11011 (widget-coding-system-prompt-value): Use read-coding-system and
11012 act on :base-only.
11013 (editable-field): Add :help-echo.
11014 (widget-push-button-gui, widget-push-button-cache)
11015 (widget-gui-action, widget-editable-list-gui): COmment out, along
11016 with uses.
11017 (widget-at): Make arg optional.
11018 (widget-echo-help): Adjust for current help-echo calling sequence.
11019 (widget-specify-field, widget-specify-button)
11020 (widget-specify-insert, widget-get-sibling, widget-image-find)
11021 (widget-convert, widget-insert, widget-leave-text)
11022 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11023 (widget-setup, widget-field-find, widget-before-change)
11024 (widget-after-change, widget-default-complete)
11025 (widget-default-create, widget-default-delete)
11026 (widget-push-button-value-create, editable-field)
11027 (widget-field-prompt-value, widget-field-validate)
11028 (widget-choice-value-create, widget-choice-action)
11029 (widget-choice-validate, widget-checklist-add-item)
11030 (widget-radio-add-item, widget-radio-chosen)
11031 (widget-radio-value-inline, widget-editable-list-value-create)
11032 (widget-editable-list-entry-create)
11033 (widget-documentation-link-add)
11034 (widget-documentation-string-value-create)
11035 (widget-regexp-validate, widget-file-complete)
11036 (widget-sexp-validate, widget-plist-convert-widget)
11037 (widget-plist-convert-widget, widget-alist-convert-widget)
11038 (widget-alist-convert-widget, widget-color-complete): Simplify,
11039 particularly to avoid bindings which aren't optimized out.
11040
11041 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11042 Doc fix.
11043 (down-list, backward-up-list, up-list, kill-sexp)
11044 (backward-kill-sexp, mark-sexp): Make arg optional.
11045 (lisp-complete-symbol): Add optional arg PREDICATE.
11046
11047 * cus-start.el: Add display-buffer-reuse-frames,
11048 file-coding-system-alist.
11049
110502000-08-20 Gerd Moellmann <gerd@gnu.org>
11051
11052 * startup.el (command-line): Clear realized faces after
11053 modifying TTY color mappings.
11054
110552000-08-20 Miles Bader <miles@gnu.org>
11056
11057 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11058 merely a subset of FACE's attributes.
11059
110602000-08-19 Miles Bader <miles@gnu.org>
11061
11062 * comint.el (comint-output-filter): Save the point with a marker,
11063 not just a buffer position.
11064
11065 * international/mule.el (set-buffer-process-coding-system): Make
11066 interactive prompt less confusing.
11067
110682000-08-19 Gerd Moellmann <gerd@gnu.org>
11069
11070 * hilit-chg.el: General cleanup of doc strings, comments and
11071 code formatting.
11072
110732000-08-19 Miles Bader <miles@gnu.org>
11074
11075 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11076 Compiler macro removed; beginning-of-line is no longer always
11077 equivalent to forward-line, in the presence of fields.
11078
11079 * comint.el (comint-output-filter): Remove ad-hoc saving of
11080 restriction, and just use save-restriction, now that it works
11081 correctly. Don't adjust comint-last-input-start to account for
11082 our insertion; it shouldn't have moved because we don't use
11083 insert-before-markers anymore. Comment out call to
11084 `force-mode-line-update'; why is it here?
11085
11086 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11087 while checking for prompt to delete. Use `forward-line 0'
11088 instead of beginning-of-line.
11089 (gud-filter): Temporarily widen gud comint buffer while
11090 examining output.
11091
110922000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11093
11094 * progmodes/sh-script.el: Big bag of typos.
11095
11096 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11097 check since ispell-process is not bound when ispell is not yet loaded.
11098
110992000-08-18 Dave Love <fx@gnu.org>
11100
11101 * image.el (find-image): Copy `spec' before using plist-put.
11102
111032000-08-18 Gerd Moellmann <gerd@gnu.org>
11104
11105 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11106 `portugues'.
11107
11108 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11109 backward-kill-sexp, analogous to kill-sexp.
11110
11111 * progmodes/icon.el (icon-indent-line)
11112 (icon-is-continuation-line): Handle comments specially.
11113
111142000-08-17 Ken Stevens <k.stevens@ieee.org>
11115
11116 * ispell.el: Set to standard author/maintainer/keyword fields.
11117 Fine tuning to menu map appearance and operation, and added help.
11118 Remove `start' and `end' error messages when compiling.
11119 (ispell-choices-win-default-height): Fixed comment string.
11120 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11121 castellano8 dictionaries.
11122 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11123 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11124 dictionary, added italiano dictionary.
11125 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11126 word character
11127 (ispell-tex-skip-alists): Added psfig support.
11128 (ispell-skip-html): Renamed from ispell-skip-sgml.
11129 (ispell-begin-skip-region-regexp, ispell-skip-region)
11130 (ispell-minor-check): Improved html skipping support to skip across
11131 code, and recognize `&' commands without propper `;' syntax;
11132 (ispell-process-line): Fix alignment error when manually
11133 correcting spelling.
11134 (ispell): Fix comment string.
11135 (ispell-add-per-file-word-list): Always put word list on new line.
11136
111372000-08-17 Gerd Moellmann <gerd@gnu.org>
11138
11139 * format.el (format-encode-run-method): Fix error message to say
11140 `encode' instead of `decode'. Use save-window-excursion around
11141 shell-command-on-region as in format-decode-run-method because
11142 shell-command-on-region can display a buffer with error output.
11143 (format-decode): Don't record undo information for the decoding.
11144 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11145 that number part of the temporary buffer name so that more than
11146 one decoding using a temporary buffer can happen safely.
11147
11148 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11149 of `A-z' in the regexp.
11150
11151 * hilit-chg.el: Fix typos in commentary.
11152
11153 * help.el (view-emacs-news): Rewritten for new naming scheme
11154 for old NEWS files.
11155
11156 * startup.el (command-line): Pop to *Messages* in case an error
11157 is signaled while loading user-init-file.
11158
111592000-08-17 Andreas Schwab <schwab@suse.de>
11160
11161 * files.el (insert-directory): Don't lose original file name,
11162 undoing an undocumented change.
11163
111642000-08-17 Alex Schroeder <alex@gnu.org>
11165
11166 * sql.el (sql-magic-go): Use comint-bol.
11167 (sql-copy-column): Use comint-line-beginning-position.
11168 (comint-line-beginning-position): Define a replacement for
11169 comint-line-beginning-position if it is not fboundp.
11170
111712000-08-17 Alex Schroeder <alex@gnu.org>
11172
11173 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11174 it didn't have any effect anyway.
11175
111762000-08-17 Alex Schroeder <alex@gnu.org>
11177
11178 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11179 --pset and pager=off instead of sending \\o|cat at the beginning
11180 of the session.
11181
111822000-08-17 Miles Bader <miles@gnu.org>
11183
11184 * progmodes/octave-inf.el: Add compatibility definition of
11185 comint-line-beginning-position.
11186
111872000-08-17 Kenichi Handa <handa@etl.go.jp>
11188
11189 * startup.el (normal-top-level): Look in each dir in load-path for
11190 a leim-list.el file too. This assures of loading leim-list.el
11191 that is created at Emacs installation time even if a user have his
11192 own leim-list.el.
11193
111942000-08-17 Miles Bader <miles@gnu.org>
11195
11196 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11197 foreground color to black if the background is dark.
11198
111992000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11200
11201 * loadhist.el (unload-feature): Typo.
11202
11203 * finder.el (finder-compile-keywords):
11204 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11205 to the generated file.
11206
11207 * mail/mh-e.el (mh-make-local-vars):
11208 Replace make-variable-buffer-local with make-local-variable.
11209
11210 * play/landmark.el:
11211 * options.el (Edit-options-{set,toggle,t,nil}):
11212 * mail/mailabbrev.el (mail-abbrevs-mode):
11213 * textmodes/tex-mode.el (tex-expand-files):
11214 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11215
11216 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11217
11218 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11219 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11220 Allow going past the last element.
11221 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11222 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11223 (cvs-mouse-toggle-mark): Don't move point.
11224 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11225
11226 * progmodes/compile.el (grep): Provide a default set of files.
11227 (next-error): Docstring fix.
11228 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11229
11230 * emacs-lisp/easy-mmode.el (define-minor-mode):
11231 Use `symbol-value' to keep the byte-compiler quiet.
11232
11233 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11234 (diff-find-source-location): New fun, extracted from diff-goto-source.
11235 (diff-goto-source): Use it.
11236 (diff-next-complex-hunk, diff-filter-lines): New function.
11237 (diff-apply-hunk): New command.
11238
11239 * smerge-mode.el (smerge-mode-menu): Doc fix.
11240
11241 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11242
112432000-08-16 Dave Love <fx@gnu.org>
11244
11245 * windmove.el (windmove) <defgroup>: Add :version.
11246
11247 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11248 (goto-address-fontify-p, goto-address-highlight-p)
11249 (goto-address-url-face, goto-address-url-mouse-face)
11250 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11251 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11252 (goto-address-fontify, goto-address-at-mouse): Simplify,
11253 (goto-address-at-point): browse-url-url-at-point,
11254 goto-address-find-address-at-point can return nil.
11255 (goto-address-find-address-at-point): Return nil on failure.
11256
11257 * align.el (align) <defgroup>: Add :version.
11258
11259 * calculator.el (calculator): Add :version.
11260 (calculator): Use two lines for calculator window if `modeline'
11261 face is boxed.
11262
11263 * play/5x5.el: Doc fixes.
11264 (5x5) <defgroup>: Add :version.
11265
11266 * play/fortune.el (fortune) <defgroup>: Add :version.
11267 (fortune-append): Fix error message.
11268 (fortune-from-region): Doc fix.
11269
11270 * play/pong.el (pong): Doc fix.
11271
11272 * play/morse.el: Keywords, commentary, autoloads.
11273
112742000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11275
11276 * desktop.el (desktop-save): Don't look at symbol-value of a
11277 member of minor-mode-alist, unless it is boundp.
11278
112792000-08-16 Sam Steingold <sds@gnu.org>
11280
11281 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11282 `while'; use `with-current-buffer' instead of `save-excursion'.
11283 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11284
112852000-08-16 Kenichi Handa <handa@etl.go.jp>
11286
11287 * international/ccl.el (declare-ccl-program): Docstring modified.
11288 (ccl-execute-with-args): Likewise.
11289
112902000-08-16 Miles Bader <miles@gnu.org>
11291
11292 * progmodes/sql.el: Add compatibility definition of
11293 comint-line-beginning-position.
11294
112952000-08-15 Gerd Moellmann <gerd@gnu.org>
11296
11297 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11298 'buffer-menu' property.
11299 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11300 fails.
11301 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11302 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11303 wasn't killed.
11304
11305 * buff-menu.el (list-buffers-noselect): Don't display the
11306 *Buffer List* buffer.
11307
11308 * font-lock.el: Require jit-lock to prevent a very late
11309 `Loading jit-lock' message.
11310
11311 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11312 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11313 mail address.
11314
113152000-08-15 Miles Bader <miles@gnu.org>
11316
11317 * textmodes/ispell.el (ispell-graphic-p): New constant.
11318 (ispell-choices-win-default-height, ispell-help): Use
11319 `ispell-graphic-p' instead of `xemacsp'.
11320
113212000-08-15 Dave Love <fx@gnu.org>
11322
11323 * simple.el: Autoload widget-convert when compiling.
11324 (mail-user-agent): Doc fix.
11325
11326 * help.el (function-called-at-point, variable-at-point): Use
11327 with-syntax-table.
11328 (help-manyarg-func-alist): Add insert-and-inherit.
11329
11330 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11331
11332 * delsel.el (delsel-unload-hook): New function.
11333
11334 * find-file.el: Doc fixes. Move provide to end.
11335 (ff) <defgroup>: Add :link.
11336 (ff-goto-click): Deleted.
11337 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11338 Use mouse-set-point.
11339
11340 * textmodes/tildify.el: Doc fixes.
11341 (tildify) <defgroup>: Add:version.
11342
11343 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11344 (glasses-custom-set): Use set-default, not set.
11345 (minor-mode-alist): Propertize the lighter.
11346 (glasses-mode): Provide optional arg.
11347
11348 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11349 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11350 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11351 option. Provide :type.
11352 (cwarn-configuration): Provide :type.
11353 (cwarn-mode): Doc fix.
11354
11355 * add-log.el (change-log-merge): Doc fix.
11356 (change-log-redate): New command.
11357
11358 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11359 Doze and Dog.
11360 (browse-url): Use dolist, not mapcar.
11361 (browse-url-at-point): Check for null url.
11362 (browse-url-event-buffer, browse-url-event-point): Functions
11363 deleted.
11364 (browse-url-at-mouse, browse-url-netscape): Simplify.
11365
11366 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11367 modes.
11368 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11369 Fix previous change to mapcan.
11370 (msb--init-file-alist, msb--add-separators)
11371 (msb--make-keymap-menu): Simplify.
11372 (msb--choose-file-menu): Use copy-sequence.
11373 (msb-mode-map): Add title to keymap.
11374 (msb-unload-hook): New function.
11375
11376 * bs.el: Fix indentation.
11377 (bs) <defgroup>: Add :links.
11378 (bs-show): Doc fix.
11379 (bs-apply-sort-faces): Don't use window-system.
11380 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11381
113822000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11383
11384 * calendar/timeclock.el (timeclock-file): Run .timelog through
11385 convert-standard-filename.
11386
113872000-08-14 Gerd Moellmann <gerd@gnu.org>
11388
11389 * emacs-lisp/authors.el: New file.
11390
11391 * paren.el (show-paren-priority): New user option.
11392 (show-paren-function): Set overlay priorities to
11393 show-paren-priority.
11394
113952000-08-14 Miles Bader <miles@gnu.org>
11396
11397 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11398 beginning-of-line with inhibit-field-text-motion bound.
11399
114002000-08-14 Gerd Moellmann <gerd@gnu.org>
11401
11402 * calendar/timeclock.el: New file.
11403
114042000-08-14 David Ponce <david@dponce.com>
11405
11406 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11407 `widget-button-click'. so that one can use left mouse button to
11408 click on dialog buttons.
11409
114102000-08-14 Emmanuel Briot <briot@gnat.com>
11411
11412 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11413 identifiers, since XML is case sensitive
11414
114152000-08-12 Miles Bader <miles@gnu.org>
11416
11417 * comint.el (comint-output-filter): Don't bother frobbing
11418 window-start, it doesn't seem to be necessary.
11419
11420 * comint.el (comint-send-string, comint-send-region): Make into
11421 real functions. Snapshot the prompt before sending.
11422
114232000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11424
11425 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11426 technique similar to Info-index, instead of relying on specific
11427 names of relevant Index nodes.
11428 (Info-goto-emacs-command-node): Bind Info-history to nil when
11429 going to the first node found by Info-find-emacs-command-nodes.
11430
114312000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11432
11433 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11434
114352000-08-10 Miles Bader <miles@gnu.org>
11436
11437 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11438
114392000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11440
11441 * info.el (Info-file-list-for-emacs): More elements for the
11442 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11443 and woman manuals.
11444
114452000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11446
11447 * comint.el (comint-send-input): Make the newline boundary overlay
11448 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11449 (comint-output-filter): Use `insert' instead of
11450 `insert-before-markers'. Extend comint-last-output-overlay when
11451 necessary since we can't rely on insert-before-markers to do it.
11452 * gud.el (gud-filter): Use `with-current-buffer' instead of
11453 save-excursion when inserting the output, so that point gets
11454 updated correctly; the old method relied on a rather dodgy
11455 side-effect of comint-output-filter to avoid the effect of
11456 save-excursion.
11457
114582000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11459
11460 * files.el (recover-file): Call insert-directory instead of
11461 invoking `ls' directly.
11462
114632000-08-10 Miles Bader <miles@gnu.org>
11464
11465 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11466 (comint-last-prompt-overlay): New variables.
11467 (comint-output-filter): Implement prompt highlighting.
11468 (comint-snapshot-last-prompt): New function.
11469 (comint-send-input): Snapshot the last prompt.
11470 Use comint-highlight-input-face.
11471 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11472 Use defface instead of defcustom.
11473 (send-invisible, comint-send-eof): Snapshot the last prompt.
11474 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11475 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11476
114772000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11478
11479 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11480 (regexp-opt-group): Use a list of chars for `letters'.
11481 (regexp-opt-charset): `chars' is now a list of chars.
11482 Use a char-table rather than a vector so it works for multibyte chars.
11483
11484 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11485 Set cvs-minor-current-files to the selected fileinfo.
11486 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11487 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11488
114892000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11490
11491 * files.el (insert-directory): Don't call access-file on
11492 directories on DOS and Windows.
11493
114942000-08-09 Kenichi Handa <handa@etl.go.jp>
11495
11496 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11497 longer if necessary.
11498 (ccl-embed-code): Call ccl-embed-data to store CODE in
11499 ccl-program-vector.
11500
115012000-08-09 Miles Bader <miles@gnu.org>
11502
11503 * comint.el (comint-output-filter): Properly handle the case where
11504 the text surrounded by comint-last-output-overlay was deleted.
11505
115062000-08-08 Gerd Moellmann <gerd@gnu.org>
11507
11508 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11509 non-nil.
11510 (Info-file-list-for-emacs): Remove "info" from the list because
11511 that leads to trying to use the documentation from file `info'
11512 in various situations where it isn't appropriate, for instance
11513 C-h C-k C-h i.
11514
11515 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11516 DIR and/or STRING are nil.
11517
11518 * progmodes/compile.el (compilation-setup): Make variable
11519 compilation-error-screen-columns buffer-local, as some comment
11520 in the code suggests it should be.
11521
11522 * files.el (auto-mode-interpreter-regexp): New variable.
11523 (set-auto-mode): Use it.
11524
11525 * indent.el (indent-for-tab-command): Doc fix.
11526
11527 * mouse-sel.el (mouse-sel-mode): Doc fix.
11528
11529 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11530 labels.
11531
11532 * help.el (print-help-return-message): When
11533 display-buffer-reuse-frames is set, let the help window been quit,
11534 instead of deleting it, which might delete a reused frame.
11535
115362000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11537
11538 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11539 rename a directory to a name that differs only by its letter case.
11540
115412000-08-08 Kenichi Handa <handa@etl.go.jp>
11542
11543 * international/quail.el (quail-define-rules): Handle Quail decode
11544 map correctly. Add code for supporting annotations.
11545 (quail-install-decode-map): New function.
11546 (quail-defrule-internal): New optional arguments decode-map and
11547 props.
11548 (quail-advice): New function.
11549
115502000-08-07 Sam Steingold <sds@gnu.org>
11551
11552 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11553 `defconst', `define-condition', `with-slots'.
11554 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11555
115562000-08-03 Miles Bader <miles@gnu.org>
11557
11558 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11559 New variable.
11560 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11561 comint-use-prompt-regexp-instead-of-fields.
11562 (comint-send-input): Add `input' field property to stuff we send to
11563 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11564 (comint-output-filter): Add `output' field property to process
11565 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11566 (comint-replace-by-expanded-history)
11567 (comint-get-old-input-default, comint-show-output)
11568 (comint-backward-matching-input, comint-forward-matching-input)
11569 (comint-next-prompt, comint-previous-prompt): Use field
11570 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11571 (comint-line-beginning-position): New function.
11572 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11573 (comint-replace-by-expanded-history-before-point): Use
11574 comint-line-beginning-position and line-end-position.
11575 (comint-last-output-overlay): New variable.
11576 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11577
11578 * shell.el (shell-prompt-pattern): Doc change.
11579 (shell-backward-command): Use line-beginning-position.
11580
11581 * gud.el (gud-gdb-complete-command): Use
11582 comint-line-beginning-position.
11583
11584 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11585 comint-bol doesn't actually go to the beginning of the line.
11586
11587 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11588 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11589 (try-expand-line-all-buffers): Likewise.
11590
11591 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11592 explicitly matching comint-prompt-regexp.
11593 (sql-copy-column): Use comint-line-beginning-position instead of
11594 explicitly matching comint-prompt-regexp.
11595
11596 * progmodes/octave-inf.el (inferior-octave-complete): Use
11597 comint-line-beginning-position.
11598
11599 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11600
11601 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11602 looking for a prompt, use `forward-line 0' instead of
11603 `beginning-of-line', to avoid getting caught by an input field.
11604
116052000-08-07 Gerd Moellmann <gerd@gnu.org>
11606
11607 * files.el (shell-quote-wildcard-pattern): Make sure to return
11608 PATTERN, in the Unix case.
11609
116102000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11611
11612 * play/zone.el (zone): Discard any pending input before running
11613 the randomly-chosen pgm.
11614
116152000-08-07 Kenichi Handa <handa@etl.go.jp>
11616
11617 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11618 checking the existence of any multibyte characters.
11619
116202000-08-06 Gerd Moellmann <gerd@gnu.org>
11621
11622 * help.el (describe-mode): Test minor-mode symbol for being
11623 bound before testing its value for being nil.
11624
11625 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11626 `first', `second', and `third'.
11627
11628 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11629 (second): Make it an alias for `cadr'.
11630
116312000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11632
11633 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11634 types of display support faces now.
11635
116362000-08-05 Gerd Moellmann <gerd@gnu.org>
11637
11638 * pcvs.el (require): Require `cl' during compilation, only.
11639
11640 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11641 (toplevel): Remove `remq' and `remove' from autoloads.
11642 (cl-fake-autoloads): New variable. If set, arrange for an error
11643 when CL functions etc. are autoloaded.
11644
116452000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11646
11647 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11648
11649 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11650 popped up, but the user clicks outside the menu, return an empty
11651 regexp (that causes unhighlight-regexp to have no effect).
11652
11653 * menu-bar.el (menu-bar-games-menu): Add Zone.
11654
11655 * hi-lock.el (toplevel): Require font-lock.
11656
116572000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11658
11659 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11660 (ebnf-8-bit-chars): New var for bug fix.
11661 (ebnf-string): Bug fix.
11662
116632000-08-03 Sam Steingold <sds@gnu.org>
11664
11665 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11666 instead of `buffer-string'.
11667 (require 'cl): Always, not just when compiling.
11668 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11669 necessary.
11670
116712000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11672
11673 * international/mule-cmds.el (select-safe-coding-system): Make
11674 the message text about selecting a safe coding system more clear.
11675
116762000-08-02 Gerd Moellmann <gerd@gnu.org>
11677
11678 * hi-lock.el: New file.
11679
11680 * play/zone.el: New file.
11681
11682 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11683 value of tab-width in the original buffer. Choose a line number
11684 format that's a multiple of the original buffer's tab width, so
11685 that lines appear right.
11686
11687 * textmodes/ispell.el (ispell): New function, replacing an alias.
11688 Spell-check active region if in transient-mark-mode and mark
11689 is active; otherwise spell-check buffer.
11690
116912000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11692
11693 * ps-mule.el: Fix a customization problem on
11694 ps-mule-font-info-database-default.
11695
116962000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11697
11698 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11699 display-mouse-p instead of window-system.
11700 (ebrowse-member-mode-map): Ditto.
11701
117022000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11703
11704 * progmodes/ebnf2ps.el: Update ps-print functions call.
11705 Indentation fix. Doc fix.
11706 (ebnf-version): New version number (3.2).
11707 (ebnf-format-color, ebnf-begin-job): Code fix.
11708
117092000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11710
11711 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11712 font lock support on window-system.
11713 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11714
11715 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11716 display-color-p, if fboundp, instead of window-system.
11717
117182000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11719
11720 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11721 instead of window-system.
11722
11723 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11724 window-system.
11725 (widget-choice-mouse-down-action): Use display-popup-menus-p
11726 instead of window-system.
11727
11728 * strokes.el (strokes-file): Run the file name through
11729 convert-standard-filename.
11730 (strokes-mode): Call display-mouse-p instead of looking at
11731 window-system. Change the error message accordingly.
11732
11733 * progmodes/cpp.el (toplevel): Support faces on tty's.
11734
11735 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11736 (lm-plot-square, lm-init-display): Don't use window-system.
11737
11738 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11739 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11740
11741 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11742 instead of looking at window-system.
11743
117442000-07-30 Gerd Moellmann <gerd@gnu.org>
11745
11746 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11747 of testing if iswitchb-prepost-hooks is bound, because the
11748 latter will always be true when invoking a recursive minibuffer
11749 from an active Iswitchb buffer.
11750
117512000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11752
11753 * files.el (shell-quote-wildcard-pattern): New function.
11754 (insert-directory): Call it. Only prepend "\" to command on Unix
11755 and GNU/Linux systems.
11756
117572000-07-30 Gerd Moellmann <gerd@gnu.org>
11758
11759 * eshell/esh-groups.el: Change custom :link file names
11760 from `eshell.info' to `eshell'.
11761
117622000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11763
11764 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11765 correctly in recursive ange-ftp listings.
11766
117672000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11768
11769 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11770 ps-header-font-size-internal and
11771 ps-header-title-font-size-internal variables are not set,
11772 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11773 face text property is (foreground-color . COLOR) or
11774 `(background-color . COLOR)', ps-print crashes. Doc fix.
11775 (ps-print-version): New version number (5.2.4).
11776 (ps-plot-region): Code fix.
11777 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11778 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11779 Bug fix 2.
11780
117812000-07-30 Milan Zamazal <pdm@freesoft.cz>
11782
11783 * glasses.el (glasses-make-readable): Fix uncapitalization of
11784 identifiers like `myXMLDocument'.
11785
117862000-07-28 Karl Fogel <kfogel@red-bean.com>
11787
11788 * mail/mail-hist.el (mail-hist-previous-input)
11789 (mail-hist-next-input): Do the obvious code factorization.
11790 (mail-hist-retrieve-and-insert): New func, contains common
11791 code of above two.
11792 If inserting a message body, leave point at top.
11793
117942000-07-28 Sam Steingold <sds@gnu.org>
11795
11796 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11797 Use `<=', not `<' to compare times!
11798 (ange-ftp-ls): Remove.
11799
118002000-07-27 Gerd Moellmann <gerd@gnu.org>
11801
11802 * play/cookie1.el: Add explanation of how to make cookie.el
11803 compatible with strfile(1) to comment.
11804
11805 * subr.el (remove, remq): New functions.
11806
11807 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11808 escape `*' in regexps.
11809 (midnight-find): Reverse order of arguments in the funcall of
11810 TEST.
11811
11812 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11813 and `.class'.
11814
11815 * play/meese.el: Add Commentary section.
11816
118172000-07-27 Alex Schroeder <alex@gnu.org>
11818
11819 * sql.el (sql-ms): Added autoload cookie.
11820 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11821 (sql-oracle): Ditto.
11822 (sql-help): Doc change.
11823
11824 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11825 types and exceptions.
11826
118272000-07-27 Alex Schroeder <alex@gnu.org>
11828
11829 * sql.el (sql-placeholder-history): New variable.
11830 (sql-query-placeholders-and-send): New function that will query
11831 the user and replace placeholders with user input.
11832 (sql-oracle): If running on NT, set comint-input-sender to
11833 sql-query-placeholders-and-send.
11834
11835 (sql-stop): If in the SQLi buffer, insert stop notification, else
11836 present it as a message.
11837
118382000-07-27 Alex Schroeder <alex@gnu.org>
11839
11840 * sql.el (sql-input-ring-separator): Doc change.
11841 (sql-input-ring-file-name): Doc change.
11842 (sql-interactive-mode): Use `sql-input-ring-separator' and
11843 `sql-input-ring-file-name' to set the comint-mode equivalents
11844 without making them local variables.
11845 (sql-stop): Don't bind `sql-input-ring-separator' and
11846 `sql-input-ring-file-name' dynamically to their comint-mode
11847 equivalents.
11848
118492000-07-27 Kenichi Handa <handa@etl.go.jp>
11850
11851 * international/mule.el (register-char-codings): New function.
11852 (make-coding-system): Handle `safe-chars' specification in the arg
11853 PROPERTY.
11854
11855 * international/mule-cmds.el
11856 (find-coding-systems-region-subset-p): This function deleted.
11857 (sort-coding-systems-predicate): New variable.
11858 (sort-coding-systems): New function.
11859 (find-coding-systems-region): Use
11860 find-coding-systems-region-internal.
11861 (find-coding-systems-string): Use find-coding-systems-region.
11862 (find-coding-systems-for-charsets): Check
11863 char-coding-system-table.
11864 (select-safe-coding-system-accept-default-p): New variable.
11865 (select-safe-coding-system): Mostly rewritten. New argument
11866 ACCEPT-DEFAULT-P.
11867 (select-message-coding-system): Call select-safe-coding-system
11868 with ACCEPT-DEFAULT-P arg.
11869 (reset-language-environment): Reset default-sendmail-coding-system
11870 to the default value iso-latin-1.
11871 (set-language-environment): Don't set the obsolete variable
11872 charset-origin-alist.
11873
11874 * international/codepage.el (cp-coding-system-for-codepage-1):
11875 Give `safe-chars' property to make-coding-system.
11876
11877 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11878 calling select-message-coding-system twice.
11879
11880 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11881 instead of `safe-charsets'.
11882 (cyrillic-alternativnyj): Likewise.
11883 (ccl-encode-alternativnyj): Don't check the charset
11884 cyrillic-iso8859-5.
11885
118862000-07-27 Kenichi Handa <handa@etl.go.jp>
11887
11888 * composite.el (compose-chars-after): Preserve match data.
11889
118902000-07-26 Sam Steingold <sds@gnu.org>
11891
11892 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11893 (ange-ftp-real-file-newer-than-file-p): New function.
11894 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11895 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11896
11897 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11898 * midnight.el (midnight-float-time): Ditto.
11899
119002000-07-26 Andreas Schwab <schwab@suse.de>
11901
11902 * files.el (normal-backup-enable-predicate): Correct
11903 interpretation of the return value of compare-strings.
11904
119052000-07-26 Gerd Moellmann <gerd@gnu.org>
11906
11907 * isearch.el (isearch-resume): New function.
11908 (isearch-done): Add something to command-history to resume
11909 the search.
11910 (isearch-yank-line, isearch-yank-word): Use
11911 buffer-substring-no-properties instead of buffer-substring.
11912
11913 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11914 of flyspell-mouse-map.
11915
11916 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11917 duplicate definition.
11918 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11919
11920 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11921 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11922
119232000-07-25 Sam Steingold <sds@gnu.org>
11924
11925 * net/ange-ftp.el: Get modtime over the net.
11926 (ange-ftp-file-modtime): New function.
11927 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11928 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11929 Use it.
11930 (ange-ftp-dot-to-slash): New function.
11931 (ange-ftp-fix-name-for-vms): Use it.
11932
11933 * midnight.el (midnight-buffer-display-time): Use
11934 `with-current-buffer'.
11935
119362000-07-25 Gerd Moellmann <gerd@gnu.org>
11937
11938 * find-dired.el: Update copyright notice.
11939 (find-dired): Offer to kill a running `find'.
11940
11941 * enriched.el (enriched-face-ans): For a `foreground-color'
11942 property, return '(("x-color" COLOR))' so that COLOR will be
11943 output as a parameter of the x-color annotation. Likewise for the
11944 `background-color' property. In the case of normal face
11945 properties, don't return annotations for unspecified foreground
11946 and background face attributes.
11947
119482000-07-25 Kenichi Handa <handa@etl.go.jp>
11949
11950 * language/japan-util.el (japanese-katakana-region): Fix handling
11951 HANKAKU argument.
11952
119532000-07-25 Miles Bader <miles@gnu.org>
11954
11955 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11956 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11957 constrain-to-field.
11958
119592000-07-24 Andrew Innes <andrewi@gnu.org>
11960
11961 * timer.el (timer-activate-when-idle): Add optional parameter
11962 DONT-WAIT. Update docstring.
11963 (run-with-idle-timer): Specify extra parameter to
11964 timer-activate-when-idle, so that timer will be activated
11965 immediately if Emacs is already idle.
11966
11967 * w32-fns.el (w32-using-nt): Fix docstring.
11968
119692000-07-24 Dave Love <fx@gnu.org>
11970
11971 * mouse.el (popup-menu): Set last-command-event.
11972 (mouse-major-mode-menu-prefix): Declare.
11973
119742000-07-24 Gerd Moellmann <gerd@gnu.org>
11975
11976 * textmodes/flyspell.el: Update to author's version 1.5d.
11977
11978 * progmodes/hideshow.el: Update copyright notice.
11979
11980 * vcursor.el: Set maintainer to FSF, since author cannot
11981 be reached.
11982
119832000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11984
11985 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11986 the prompt.
11987
11988 * mouse.el (popup-menu): Run the keymap through indirect-function,
11989 in case it was defined with define-prefix-key. If the menu is a
11990 list of keymaps, look up the binding of user's choice in each one
11991 of the keymaps.
11992 (mouse-popup-menubar): If the global and local menu-bar keymaps
11993 don't have a prompt string, create one and insert it into the
11994 keymap. Don't barf if current-local-map returns nil.
11995
119962000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11997
11998 * dired.el (dired-sort-R-check): Added to allow recursive listing
11999 to be undone.
12000 (dired-sort-other): Use it.
12001
120022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12003
12004 * Release of cc-mode 5.27
12005
120062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12007
12008 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12009 c-beginning-of-statement-1 that caused a bad case of recursion
12010 which could consume a lot of CPU in large classes in languages
12011 that have in-expression classes (i.e. Java and Pike).
12012
12013 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12014 statements before top level constructs (i.e. case 6 is moved
12015 before case 5 and is now case 4) to catch in-expression
12016 classes in top level expressions correctly.
12017
120182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12019
12020 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12021 objc-method-intro. Case 4 removed and case 5I added.
12022
12023 * cc-langs.el (c-append-paragraph-start): New variable used by
12024 c-common-init to get paragraph-start correct.
12025 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12026 initialize paragraph-start to make it correct both with and
12027 without the javadoc special case.
12028
12029 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12030 initialize paragraph-start for javadoc markup.
12031
12032 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12033 change by defaulting this to t. It's motivated by the
12034 confusing behavior that otherwise arise from the style system
12035 when editing both java and non-java files at the same time
12036 (see the comments about style setting in c-common-init).
12037
120382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12039
12040 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12041 similar to the one in c-fill-paragraph to check the fill
12042 prefix from the adaptive fill function for sanity.
12043
120442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12045
12046 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12047 defun block.
12048
a30eb617
DL
120492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12050
12051 * cc-align.el (c-lineup-multi-inher): Handle lines with
12052 leading comma nicely. Extended to handle member initializers
12053 too.
12054
12055 * cc-engine.el: (c-beginning-of-inheritance-list,
12056 c-guess-basic-syntax): Fixed recognition of inheritance lists
12057 when the lines begins with a comma.
12058
a30eb617
DL
12059 * cc-vars.el (c-offsets-alist): Changed default for
12060 member-init-cont to c-lineup-multi-inher since it now handles
12061 member initializers and indents better for leading commas.
12062
120632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12064
12065 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12066 handling that caused class open lines to be recognized as
12067 statement-conts in some cases.
12068
12069 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12070 guessed by the adaptive fill function unless point is on the
12071 first line of a block comment.
12072
12073 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12074 when the buffer ends with a macro continuation char.
12075
12076 * cc-engine.el (c-guess-basic-syntax): Added support for
12077 function definitions as statements in Pike. The first
12078 statement in a lambda block is now labeled defun-block-intro
12079 instead of statement-block-intro.
12080
12081 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12082 so that the class surrounding point is selected, not the one
12083 innermost in the state.
12084
12085 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12086 recognition of switch labels having hanging multiline
12087 statements.
12088
12089 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12090 some code in c-guess-basic-syntax to a separate function.
12091 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12092 recognition of member inits with multiple line arglists.
12093 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12094 member-init-cont when the commas are in funny places.
12095
120962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12097
12098 * cc-defs.el (c-auto-newline): Removed this macro since it's
12099 not used anymore.
12100
12101 * cc-engine.el (c-looking-at-bos): New helper function.
12102 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12103 inexpr and toplevel classes apart in Pike.
12104
12105 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12106 of case 9A.
12107
12108 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12109 constant, since "class" can introduce an in-expression class
12110 in Pike nowadays.
12111
121122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12113
12114 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12115 indentation on cpp-macro lines.
12116
12117 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12118 a syntax modifier like comment-intro, to make it possible to
12119 get syntactic indentation for preprocessor directives. It's
12120 incompatible wrt to lineup functions on cpp-macro, but it has
12121 no observable effect in the 99.9% common case where cpp-macro
12122 is set to -1000.
12123
121242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12125
12126 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12127 member-init-cont when the preceding arglist is several lines.
12128
121292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12130
12131 * cc-styles.el (c-style-alist): The basic offset for the BSD
12132 style corrected to 8.
12133
121342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12135
12136 * cc-styles.el (c-style-alist): Adjusted the indentation of
12137 brace list openers in the gnu style.
12138
121392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12140
12141 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12142
12143 * cc-cmds.el (c-electric-brace, c-electric-slash,
12144 c-electric-star, c-electric-semi&comma, c-electric-colon,
12145 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12146 when c-syntactic-indentation is nil.
12147
12148 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12149 we were left at comments preceding the first statement when
12150 reaching the beginning of the buffer.
12151
12152 * cc-vars.el (c-syntactic-indentation): New variable to turn
12153 off all syntactic indentation.
12154
121552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12156
12157 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12158 between the text and the block comment ender when it hangs,
12159 depending on how many there are before the fill.
12160
121612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12162
12163 * cc-engine.el (c-beginning-of-closest-statement): New helper
12164 function to go back to the closest preceding statement start,
12165 which could be inside a conditional statement.
12166 * cc-engine.el (c-guess-basic-syntax): Use
12167 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12168
12169 * cc-engine.el (c-guess-basic-syntax): Better handling of
12170 arglist-intro, arglist-cont-nonempty and arglist-close when
12171 the arglist is nested inside parens. Cases 7A, 7C and 7F
12172 changed.
12173
12174 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12175 up-to-date with javadoc 1.2.
12176
121772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12178
12179 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12180 multiline Pike type decls.
12181
121822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12183
12184 * cc-cmds.el (c-indent-new-comment-line): Always break
12185 multiline comments in multiline mode, regardless of
12186 comment-multi-line.
12187
121882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12189
12190 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12191 fully::qualified::names in C++ member init lists. Preamble in
12192 case 5D changed.
12193
121942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12195
12196 * cc-langs.el (c-common-init): Handling of obsolete variables
12197 moved to c-initialize-cc-mode. More compatible style override
12198 when using global style variables.
12199 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12200 variables moved here.
12201
a30eb617
DL
12202 * cc-styles.el (c-make-styles-buffer-local): Flag style
12203 variable localness in c-style-variables-are-local-p to make
12204 the compatibility measure in c-common-init work well.
12205
12206 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12207 longer contain set-from-style.
12208 * cc-styles.el (c-initialize-builtin-style): Don't check for
12209 set-from-style on c-special-indent-hook.
12210 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12211 copy-alist is sufficient now.
12212
12213 * cc-styles.el (c-set-style, c-set-style-1,
12214 c-get-style-variables): Fixes to variable initialization so
12215 that duplicate entries in styles have the same effect
12216 regardless of DONT-OVERRIDE.
12217
12218 * cc-styles.el (c-set-style-2): Fixed bug where the
12219 initialization of inheriting styles failed when the
12220 dont-override flag is set.
12221
12222 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12223 on this.
12224
122252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12226
12227 * cc-defs.el (c-forward-comment): Removed the workaround
12228 introduced in 5.38 since it had worse side-effects. If a line
12229 contains the string "//\"", it regarded the // as a comment
12230 start since the \ temporarily doesn't have escape syntax.
12231
122322000-07-17 Emmanuel Briot <briot@act-europe.fr>
12233
12234 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12235 ada-xref.el before ada-prj.el, so that the Project menu is created
12236 when ada-prj tries to add to it.
12237 (ada-activate-keys-for-case): Suppress the characters that are not
12238 part of the Ada syntax. Better compatibility with else-mode
12239 (ada-adjust-case-interactive): When auto-casing is not active,
12240 correctly insert newlines (used to insert only ^M). Prevent the
12241 syntax table from being changed in case of an error
12242 (or '_' becomes part of a word and some commands are confused).
12243 Do nothing if ada-auto-case is nil.
12244 (ada-after-keyword-p): Ignore keywords that are also attributes
12245 (ada-batch-reformat): Update usage comment
12246 (ada-call-from-contextual-menu): New function
12247 (ada-case-read-exceptions): Reinitialize the casing exception list
12248 first to nil first, so that the casing exception file can be
12249 shared.
12250 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12251 files.
12252 (ada-compile-goto-error): Fix regexp used to detect a file:line
12253 anywhere in the error message
12254 (ada-contextual-menu-last-point): New variable
12255 (ada-create-keymap): If the variable delete-key-deletes-forward is
12256 t on XEmacs, it means that DEL should delete one character
12257 forward.
12258 (ada-create-menu): Use :included instead of :visible for XEmacs.
12259 New submenu "Options".
12260 (ada-end-stmt-re): Correctly indent "select ... then abort"
12261 statements.
12262 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12263 even if they don't match ada-fill-comment-prefix Fix handling of
12264 paragraphs on the first or last line of a file.
12265 (ada-format-paramlist): Fix handling of default parameter values.
12266 (ada-get-body-name): New function.
12267 (ada-get-current-indent): Optimized by searchling directly for an
12268 existing generic part or a statement outside of it. Handle
12269 ada-indent-align-comments when indenting comments Replaced some
12270 regexps by testing directly the next character. This results in a
12271 huge speedup on some files. New indentation scheme for renames
12272 statements. Stop looking for the 'while' or 'for' associated with
12273 a 'loop' at the first semicolon encountered. A "return" can also
12274 match an anonymous access subprogram declaration.
12275 (ada-get-indent-noindent): Ignore strings and comments when
12276 looking for the keywords "record" and "private".
12277 (ada-goto-matching-decl-start): When matching "if", make sure we
12278 are not in fact seeing "end if". Ignore "when" statements except
12279 when initial keyword was "begin". Fix handling of nested
12280 procedures. Add a recursive call to this function to skip over
12281 other 'end' statmts. Fix indentation for "when .. => begin"
12282 (ada-in-open-paren-p): Fix indentation for complex boolean
12283 expressions, where 'and then', 'or else' and parenthesis
12284 statements are mixed up.
12285 (ada-in-paramlist-p): Skip comments while searching for the
12286 beginning Fix handling of operator declarations.
12287 (ada-indent-align-comments): New variable
12288 (ada-indent-current): Change the syntax table only in the
12289 protected section, so that we are sure it is restored correctly.
12290 (ada-indent-on-previous-lines): Use ada-use-indent and
12291 ada-with-indent Correctly indent "select ... then"
12292 (ada-indent-region): Slight speedup.
12293 (ada-indent-renames): New variable.
12294 (ada-last-which-function-subprog, ada-last-which-function-line):
12295 New variables
12296 (ada-looking-at-semi-private): Correctly indent the 'private'
12297 keyword when it is the first word in a package declaration.
12298 (ada-loose-case-word): Stop searching if at the end of the buffer.
12299 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12300 even if point is not initially at the end of the word.
12301 (ada-matching-decl-start-re): Add "when".
12302 (ada-mode): Add support for abbrev-mode, outline-mode and
12303 which-func-mode Override the old find-file.el entry in
12304 ff-special-constructs since it is using the obsolete
12305 ada-spec-suffix variable
12306 (ada-no-auto-case): New function
12307 (ada-scan-paramlist): When parsing the argument type, accept
12308 spaces (as in "X 'Class", generated by Rational Rose).
12309 (ada-other-file-name): No longer loads the other file.
12310 (ada-popup-menu): Save and restore the current buffer and cursor
12311 position before and after displaying the menu.
12312 (ada-search-ignore-complex-boolean): New function.
12313 (ada-uncomment-region): Emacs21 already knows how to delete
12314 comments not starting in the first column.
12315 (ada-use-indent): New variable
12316 (ada-which-function): New function.
12317 (ada-with-indent): New variable
12318 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12319 can be batch-compiled from the command line.
12320
12321 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12322 Add to the menu when the file is loaded, not in ada-mode-hook.
12323 Add -toolbar to the default ddd command Switches moved from
12324 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12325 ada-prj-default-comp-opt
12326 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12327 Reference Manual to the menu
12328 (ada-check-current): rewritten as a call to ada-compile-current
12329 (ada-compile): Removed.
12330 (ada-compile-application, ada-compile-current, ada-check-current):
12331 Set the compilation-search-path so that compile.el automatically
12332 finds the sources in src_dir. Automatic scrollong of the
12333 compilation buffer. C-uC-cC-c asks for confirmation before
12334 compiling
12335 (ada-compile-current): New parameter, prj-field
12336 (ada-complete-identifier): Load the .ali file before doing
12337 processing
12338 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12339 conform to gnatmake's behavior.
12340 (ada-find-file-in-dir): New function
12341 (ada-find-references): Set the environment variables for gnatfind
12342 (ada-find-src-file-in-dir): New function.
12343 (ada-first-non-nil): Removed
12344 (ada-gdb-application): Add support for jdb, the java debugger.
12345 (ada-get-ada-file-name): Load the original-file first if not done
12346 yet.
12347 (ada-get-all-references): Handles the new ali syntax (parent types
12348 are found between <>).
12349 (ada-initialize-runtime-library): New function
12350 (ada-mode-hook): Always load a project file when a file is opened,
12351 so that the casing exceptions are correctly read.
12352 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12353 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12354 to open the project file, since the latter does not work with
12355 speedbar Get default values before loading the prj file, or the
12356 default executable file name is wrong. Use the absolute value of
12357 src_dir to initialize ada-search-directories and
12358 compilation-search-path,... Add the standard runtime library to
12359 the search path for find-file.
12360 (ada-prj-default-debugger): Was missing an opening '{'
12361 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12362 variables.
12363 (ada-prj-default-gnatmake-opt): New variable
12364 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12365 buffers, the project file is the default one Save the windows
12366 configuration before displaying the menu.
12367 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12368 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12369 ...) regexp-quote identifiers names to support operators +,
12370 -,... in regexps.
12371 (ada-remote): New function.
12372 (ada-run-application): Erase the output buffer before starting the
12373 run Support remote execution of the application. Use
12374 call-process, or the arguments are incorrectly parsed
12375 (ada-set-default-project-file): Reread the content of the active
12376 project file, not the one from the current buffer When a project
12377 file is set as the default project, all directories are
12378 automatically associated with it.
12379 (ada-set-environment): New function
12380 (ada-treat-cmd-string): New special variable ${current}
12381 (ada-treat-cmd-string): Revised. The substitution is now done for
12382 any ${...} substring
12383 (ada-xref-current): If no body was found, compiles the spec
12384 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12385 compiler to get rid of command line length limitations.
12386 (ada-xref-get-project-field): New function
12387 (ada-xref-project-files): New variable
12388 (ada-xref-runtime-library-specs-path)
12389 (ada-xref-runtime-library-ali-path): New variables
12390 (ada-xref-set-default-prj-values): Default run command now does a
12391 cd to the build directory. New field: main_unit Provide a default
12392 file name even if the current buffer has no prj file.
12393
12394 * ada-prj.el:
12395 Rewritten to show a tabbed-dialog.
12396 (ada-prj-add-ada-menu): Remove the map and name parameters.
12397 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12398 New function
12399 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12400 (ada-prj-load-from-file): New function
12401 (ada-prj-save): Always save fields that depend on the current buffer
12402 (ada-prj-show-value): New function
12403
12404 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12405 Ada mode. This will allow us to display the Ada menu in any buffer
12406 we want (for project items).
12407 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12408 number of spaces in the header.
12409
124102000-07-24 Dave Love <fx@gnu.org>
12411
12412 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12413
124142000-07-23 Noah Friedman <friedman@splode.com>
12415
12416 * type-break.el (type-break): perform autosave.
12417 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12418 (type-break-do-query): Cancel query schedule while performing
12419 actual query, to avoid possibility of a second query being made
12420 while first one is already in progress.
12421 (type-break-time-stamp-format): New variable.
12422 (type-break-time-stamp): New function.
12423 (type-break-time-warning): Use it.
12424 (type-break-keystroke-warning): Use it.
12425 (type-break-noninteractive-query): Use it.
12426
12427 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12428 cookie.
12429 Use add-minor-mode to set minor-mode-alist, if available.
12430 (eldoc-echo-area-use-multiline-p): New user option.
12431 (eldoc-echo-area-multiline-supported-p): New variable.
12432 (eldoc-docstring-format-sym-doc): Use them.
12433 (eldoc-mode): If not using idle timers, append to local post and
12434 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12435 (eldoc-display-message-no-interference-p): Don't interfere with
12436 edebug.
12437 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12438 (eldoc-function-arglist): New function.
12439 (eldoc-function-argstring): Use it.
12440
12441 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12442 auto save directory exists before calling directory-files.
12443
124442000-07-23 Dave Love <fx@gnu.org>
12445
12446 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12447 ^o, ^u.
12448
124492000-07-21 Dave Love <fx@gnu.org>
12450
12451 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12452 now passed to the function. It now works properly.
12453
12454 * smerge-mode.el (smerge-mode-menu): Fill it out.
12455
124562000-07-20 Gerd Moellmann <gerd@gnu.org>
12457
12458 * info-look.el (info-lookup): If *info* is shown in another frame
12459 on the same display, select that frame, instead of switching to
12460 the Info buffer in another window of the selected frame.
12461
12462 * simple.el (universal-argument-map): Bind numeric keypad keys
12463 kp-0 to kp-9 and kp-subtract.
12464 (digit-argument): Handle these keys.
12465
124662000-07-20 Dave Love <fx@gnu.org>
12467
12468 * net/goto-addr.el (goto-address-fontify): Don't bother with
12469 buffer-modified and read-only stuff -- irrelevant with overlays.
12470 Put an extra property on the overlays and use it to clean up in
12471 case goto-address is re-run.
12472
124732000-07-19 Richard M. Stallman <rms@gnu.org>
12474
12475 * timer.el (run-with-idle-timer): Doc fix.
12476
12477 * mail/mail-utils.el (mail-strip-quoted-names):
12478 Handle case where <...> appears inside "...".
12479 Use replace-match to edit the string more simply.
12480 (rmail-dont-reply-to): Cope with an unmatched ".
12481
124822000-07-19 Dave Love <fx@gnu.org>
12483
12484 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12485 implementation.
12486
12487 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12488 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12489 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12490
124912000-07-19 Gerd Moellmann <gerd@gnu.org>
12492
12493 * textmodes/refer.el: Correct maintainer's email address.
12494
12495 * progmodes/hideif.el: Correct author's email address.
12496 Fix typo in comment.
12497
12498 * xml.el: New file.
12499
12500 * mail/mailheader.el: Correct author's mail address.
12501
12502 * gnus/parse-time.el: Correct author's mail address.
12503
125042000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12505
12506 * comint.el (comint-highlight-input, comint-highlight-face):
12507 New user options.
12508 (comint-input-ring-file-name): Change custom type.
12509 (comint-mode-map): Bind mouse-2.
12510 (comint-insert-clicked-input): New function.
12511 (comint-send-input): Handle input highlighting.
12512
125132000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12514
12515 * mouse.el (popup-menu): New function.
12516 (mouse-major-mode-menu): Use it.
12517
125182000-07-18 Dave Love <fx@gnu.org>
12519
12520 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12521 improvements.
12522
125232000-07-18 Gerd Moellmann <gerd@gnu.org>
12524
12525 * faces.el (face-font-selection-order)
12526 (face-font-family-alternatives): Add custom type.
12527
125282000-07-18 Dave Love <fx@gnu.org>
12529
12530 * cus-edit.el (custom-variable-reset-saved)
12531 (custom-variable-reset-standard): Remove unused bindings.
12532
12533 * rect.el (open-rectangle-line): Remove unused let.
12534
12535 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12536
125372000-07-18 Gerd Moellmann <gerd@gnu.org>
12538
12539 * cdl.el: Fix `Maintainer' keyword.
12540
12541 * play/pong.el: Add author's email address.
12542
125432000-07-17 Sam Steingold <sds@gnu.org>
12544
12545 * files.el (insert-directory): Call `split-string' instead of
12546 re-implementing it.
12547
125482000-07-18 Gerd Moellmann <gerd@gnu.org>
12549
12550 * mail/vms-pmail.el: Change maintainer to FSF.
12551
12552 * net/goto-addr.el: Change maintainer to FSF.
12553
12554 * info.el (Info-title-face-alist): Removed.
12555
125562000-07-18 David Ponce <david@dponce.com>
12557
12558 * recentf.el (recentf-open-files): New command that works like
12559 `recentf-open-more-files', but shows the whole list of files (not just
12560 those omitted from the menu). Useful if you don't use a menu-bar!
12561 (recentf-open-more-files) Modified to use `recentf-open-files'.
12562
12563 (recentf-open-files, recentf-open-more-files)
12564 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12565
12566 (recentf-dialog-mode): New mode for dialogs. You can now just type
12567 "q" to cancel the dialogs.
12568
125692000-07-18 David Ponce <david@dponce.com>
12570
12571 * recentf.el: This is a major update of recentf.el. It adds new
12572 features to better organize the recentf menu and "More..." buffer.
12573
12574 Using new provided menu filtering functions you can now organize the
12575 recent files list:
12576
12577 - by major modes
12578 - by directories
12579 - by user defined rules
12580
12581 Finally, with the new `recentf-filter-changer' customizable filter you
12582 can define a ring of filters and dynamically (via the menu) cycle on
12583 each menu organization in the ring (a la msb).
12584
125852000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12586
12587 * eshell/eshell.el (eshell): Replace links to eshell.info with
12588 links to eshell, to avoid problems on systems where the manual is
12589 installed as `eshell'.
12590 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12591 * eshell/em-smart.el (eshell-smart): Ditto.
12592 * eshell/em-banner.el (eshell-banner): Ditto.
12593 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12594
12595 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12596 same-file check in the MS-DOS version (it does support inodes).
12597
12598 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12599
12600 * eshell/eshell.el (eshell-directory-name):
12601 Run default directory name through convert-standard-filename.
12602
126032000-07-18 Kenichi Handa <handa@etl.go.jp>
12604
12605 * international/mule-cmds.el (select-safe-coding-system):
12606 Fix typo in the comment.
12607
12608 * language/european.el (compound-text):
12609 Force katakana-jisx0201 to be designated to G1.
12610
12611 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12612 Don't translate some national variant characters of latin-jisx0201.
12613 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12614
12615 * international/kkc.el (kkc-after-update-conversion-functions):
12616 New variable.
12617 (kkc-update-conversion): Run functions in it at the tail.
12618
126192000-07-16 John Wiegley <johnw@gnu.org>
12620
12621 * lisp/align.el (align-newline-and-indent):
12622 Adding new function. for auto-aligning blocks of code on RET.
12623 (align-region): Fixed badly formatted minibuffer message.
12624
126252000-07-17 Kenichi Handa <handa@etl.go.jp>
12626
12627 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12628 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12629 the conversion list at first if appropriate.
12630 (kkc-next): Don't update kkc-next-count here.
12631 (kkc-prev): Don't update kkc-prev-count here.
12632 (kkc-show-conversion-list-update): Fix setting up of conversion
12633 list message.
12634
126352000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12636
12637 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12638
126392000-07-16 Dave Love <fx@gnu.org>
12640
12641 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12642 function to be more specific.
12643
12644 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12645 non-string help-echo.
12646 (widget-types-convert-widget): Defsubst it.
12647 (widget-echo-help): Try to cope with a help-echo function of two
12648 possible sorts.
12649
126502000-07-15 Jason Rumney <jasonr@gnu.org>
12651
12652 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12653 Declare as obsolete.
12654
12655 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12656
126572000-07-14 Gerd Moellmann <gerd@gnu.org>
12658
12659 * hilit-chg.el: Fix typo.
12660
126612000-07-14 Dave Love <fx@gnu.org>
12662
12663 * info.el (Info-mode-menu): Fix use of :help, :enable.
12664
126652000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12666
12667 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12668
126692000-07-13 Dave Love <fx@gnu.org>
12670
12671 * emacs-lisp/easymenu.el: Doc fixes.
12672 (easy-menu-remove): Defalias to ignore.
12673
12674 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12675 Call throw correctly.
12676
126772000-07-13 Gerd Moellmann <gerd@gnu.org>
12678
12679 * faces.el (frame-background-mode): Doc fix.
12680
12681 * simple.el (eval-expression-print-length): Change custom type to
12682 allow entering nil as value.
12683
126842000-07-13 Dave Love <fx@gnu.org>
12685
12686 * progmodes/fortran.el (fortran-imenu-generic-expression):
12687 Change definition layout.
12688 (fortran-mode-menu): Reinstate customize entries.
12689
12690 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12691 Use :filter, per old XEmacs code.
12692
126932000-07-12 Gerd Moellmann <gerd@gnu.org>
12694
12695 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12696 event when deciding what to send to the terminal.
12697
126982000-07-12 Dave Love <fx@gnu.org>
12699
12700 * cus-start.el: Add optional version as 4th element of specs and
12701 use it for several things new in v21. Remove load-path. Fix type
12702 of line-number-display-limit.
12703
127042000-07-11 Dave Love <fx@gnu.org>
12705
12706 * progmodes/fortran.el: Don't require easymenu.
12707 Use repeat counts in various regexps.
12708 (fortran-mode-syntax-table): Defvar directly.
12709 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12710 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12711 Use defvar, not defconst.
12712 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12713 (fortran-mode): Set fortran-comment-line-start-skip,
12714 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12715 (fortran-comment-indent): Use defsubst.
12716 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12717 Use fortran-comment-indent, not fortran-comment-indent-function.
12718 (fortran-comment-region, fortran-electric-line-number): Simplify.
12719 (fortran-auto-fill): New function.
12720 (fortran-do-auto-fill): Deleted.
12721 (fortran-find-comment-start-skip):
12722 Check for non-null comment-start-skip.
12723 (fortran-auto-fill-mode, fortran-fill-statement):
12724 Use fortran-auto-fill.
12725 (fortran-fill): Use fortran-auto-fill. Check for null
12726 comment-start-skip. Simplify final clause and use end-of-line finally.
12727
12728 * widget.el (widget-plist-member): New alias.
12729
127302000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12731
12732 * eshell/esh-module.el (toplevel): Reference
12733 byte-compile-current-file only if it is bound.
12734
127352000-07-10 Gerd Moellmann <gerd@gnu.org>
12736
12737 * dired.el: Don't require `dired-aux'.
12738
127392000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12740
12741 * dired-aux.el (dired-show-file-type): New function.
12742 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12743 (dired-show-file-type): Add autoload.
12744
127452000-07-10 Kenichi Handa <handa@etl.go.jp>
12746
12747 * international/mule-diag.el (describe-font): Adjusted for the
12748 change of fontset-info.
12749 (print-fontset): Likewise.
12750
127512000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12752
12753 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12754
127552000-07-07 Gerd Moellmann <gerd@gnu.org>
12756
12757 * bindings.el: Bind `[delete]' to delete-char.
12758
12759 * dired.el (dired-find-alternate-file): New function.
12760 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12761 (toplevel): Require dired-aux when compiling.
12762 (dired-buffers): Move defvar within file to avoid compiler warning.
12763
12764 * info.el (Info-last-search): Variable removed.
12765 (Info-search-history): New variable.
12766 (Info-search): New Info-search-history.
12767
12768 * battery.el, info-look.el: Change author's mail address.
12769
127702000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12771
12772 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12773 if rmail-ignored-headers is nil.
12774 (rmail-retry-failure): Bind rmail-ignored-headers and
12775 rmail-displayed-headers to nil.
12776
127772000-07-06 Gerd Moellmann <gerd@gnu.org>
12778
12779 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12780 (print-region-1): Don't hard code `-h' here.
12781
12782 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12783
127842000-07-01 Francesco Potorti` <pot@gnu.org>
12785
12786 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12787 exim can use "your message" instead of "the message".
12788
127892000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12790
12791 * facemenu.el: Docstrings fixes.
12792 (facemenu-get-face): Don't use internal-find-face.
12793 (facemenu-iterate): Rename arg to match the docstring.
12794
12795 * newcomment.el (uncomment-region): Be more careful when skipping
12796 backwards over `=' not to bump into BOBP.
12797
127982000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12799
12800 * ediff-diff.el (ediff-wordify): Use syntax table.
12801 * ediff-init.el (ediff-has-face-support-p): Use
12802 ediff-color-display-p.
12803 (ediff-color-display-p): Use display-color-p, changed to defun
12804 from defsubst.
12805 Got rid of special cases for NeXT and OS/2.
12806 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12807 face.
12808
128092000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12810
12811 * emacs-lisp/lucid.el: Require CL.
12812 (copy-tree, remprop): Remove, it's provided by CL.
12813 (map-keymap): Define in terms of cl-map-keymap.
12814 (extent-property, set-extent-end-glyph): New functions.
12815
12816 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12817
128182000-07-05 Gerd Moellmann <gerd@gnu.org>
12819
12820 * Makefile.in (DONTCOMPILE): Add comment that the name may
12821 not be changed without changing the make-dist script.
12822
12823 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12824 (cl-mapc): Use mapc instead of cl-old-mapc.
12825
128262000-07-05 Andrew Innes <andrewi@gnu.org>
12827
12828 * makefile.nt: Add support for `bootstrap' and related targets.
12829
128302000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12831
12832 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12833 (easy-menu-do-define): Use `menu-item' format.
12834 Handle case where easy-menu-create-menu returns a symbol.
12835 Manually call the potential top-level filter in the function binding.
12836 (easy-menu-filter-return): New arg NAME.
12837 Convert to a keymap if MENU is an XEmacs menu.
12838 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12839 (easy-menu-converted-items-table, easy-menu-convert-item):
12840 New var and fun to memoize easy-menu-convert-item-1.
12841 (easy-menu-do-add-item): Use it.
12842 (easy-menu-create-menu): Use easy-menu-convert-item.
12843 Wrap easy-menu-filter-return around any :filter specification.
12844 Don't convert the menu if a filter was specified.
12845 Tell easy-menu-make-symbol not to check for MENU being an expression.
12846 (easy-menu-make-symbol): New arg NOEXP.
12847
128482000-07-05 Gerd Moellmann <gerd@gnu.org>
12849
12850 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12851 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12852 (eval-defun): If called with prefix arg, instrument code for
12853 Edebug.
12854
12855 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12856 similar to that of eval-defun.
12857
128582000-07-04 Dave Love <fx@gnu.org>
12859
12860 * hl-line.el (hl-line-overlay): Make it permanent-local.
12861
12862 * calendar/todo-mode.el: Replaced with a working version, based on
12863 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12864
128652000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12866
12867 * paths.el (prune-directory-list): New function.
12868 (Info-default-directory-list): Rewritten to more methodically
12869 enumerate a big list of possible info directories (based on the
12870 list used by the standalone info reader).
12871
12872 * info.el (info-initialize): Use prune-directory-list to remove
12873 non-existent directories from Info-directory-list.
12874
12875 * paths.el (Info-default-directory-list): Try a list of possible
12876 info-directories instead of a single one. Add the possible
12877 info directory "/usr/share/info".
12878
12879 * woman.el (woman-man.conf-path): Explicitly include the debian
12880 man-db config file "/etc/manpath.config".
12881 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12882 are present in `manpath.config'.
12883 (woman-manpath): Include "/usr/share/man".
12884
128852000-07-03 Gerd Moellmann <gerd@gnu.org>
12886
12887 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12888
12889 * startup.el (command-line): Initialize blink-cursor based
12890 on window-system.
12891
12892 * frame.el (blink-cursor): Default to nil if not running under
12893 a window-system.
12894
12895 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12896 (face-x-resources): Remove duplicate entry for :font.
12897
12898 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12899 instead of cycling through windows with next-window.
12900
12901 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12902 of cycling through windows with next-window.
12903
12904 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12905 of cycling through windows with next-window.
12906
12907 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12908 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12909 instead of cycling through windows with next-window.
12910
12911 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12912 instead of cycling through windows with next-window.
12913
12914 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12915 of cycling through windows with next-window.
12916
12917 * terminal.el (te-process-output): Use walk-windows instead of
12918 cycling through windows with next-window.
12919
12920 * server.el (server-switch-buffer): Use some-window instead of
12921 cycling through windows with next-window.
12922
12923 * window.el (some-window): New function.
12924 (walk-windows): Remove reference to walk-windows-start.
12925
12926 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12927
129282000-07-03 Richard Stallman <rms@gnu.org>
12929
12930 * window.el (walk-windows): Guarantee termination by keeping a list
12931 of all the windows already handled.
12932
129332000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12934
12935 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12936 window-system.
12937
12938 * man.el (Man-notify-when-ready): Don't use window-system. If
12939 Man-notify-method is newframe, and the display is not
12940 multi-frame, select the frame created for the man page.
12941 (Man-init-defvars): Doc fix.
12942
129432000-06-28 Gerd Moellmann <gerd@gnu.org>
12944
12945 * faces.el (region): Change background color for light background.
12946
12947 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12948 attribute from mode-line face of Ediff control frame.
12949
12950 * replace.el (query-replace-map): Bind `e' like `E'.
12951
129522000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12953
12954 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12955 Change name to "Select All".
12956
12957 * dos-fns.el (convert-standard-filename): Fix last change.
12958
129592000-06-27 Gerd Moellmann <gerd@gnu.org>
12960
12961 * help.el (describe-variable): Don't insert a second `'s' in front
12962 of the string `value is shown below'. Since the syntax-table is
12963 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12964 an existing `'s', so that this won't be deleted.
12965
12966 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12967 * pcmpl-unix.el: New files.
12968
129692000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12970
12971 * wid-edit.el (widget-member): Use the new plist-member.
12972
129732000-06-26 Gerd Moellmann <gerd@gnu.org>
12974
12975 * replace.el (perform-replace): Undo change of 2000-04-04.
12976 Instead, move backward 1 character at the end of the loop when
12977 necessary.
12978
12979 * faces.el (fringe): Change face for different backgrounds.
12980
12981 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12982 patch from John.
12983
12984 * eshell/*.el: Change spelling of the Free Software Foundation.
12985
12986 * eshell/esh-toggle.el: Removed.
12987
12988 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12989
12990 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12991 interactively.
12992
129932000-06-26 Alex Schroeder <alex@gnu.org>
12994
12995 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12996 `define-key'; instead of checking `(emacs-version)' check for
12997 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12998 for `;' and `o' which might be electric.
12999
13000 (sql-electric-stuff): New user option.
13001 (sql-magic-go): New function which uses `sql-electric-stuff'.
13002 (sql-magic-semicolon): New function which uses
13003 `sql-electric-stuff'.
13004
13005 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13006 is not fboundp.
13007
13008 (sql-oracle-options): New variable.
13009 (sql-oracle): Use it.
13010
13011 (sql-imenu-generic-expression): Doc change.
13012 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13013 is used.
13014
13015 (sql-informix): Added command line parameter "-" to force
13016 sql-informix-program to use stdout.
13017
130182000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13019
13020 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13021 (cp864-decode-table): Doc fix.
13022 (cp720-decode-table): New variable, supports the Arabic OEM
13023 codepage used by Windows.
13024 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13025
130262000-06-23 Dave Love <fx@gnu.org>
13027
13028 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13029 (font-lock-fontify-anchored-keywords): Use
13030 line-beginning-position.
13031 (global-font-lock-mode): Use mapc.
13032
130332000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13034
13035 * eshell/esh-module.el: Require CL when compiling.
13036
130372000-06-23 Gerd Moellmann <gerd@gnu.org>
13038
13039 * comint.el (comint-substitute-in-file-name): Call replace-match
13040 with second and third arg t.
13041
13042 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13043 Specify foreground color.
13044
13045 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13046 color.
13047
13048 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13049
13050 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13051 cddr instead of cdddr.
13052
13053 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13054 instead of copy-list.
13055
13056 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13057 of copy-list.
13058
13059 * subdirs.el: Add eshell subdirectory.
13060
13061 * eshell: New subdirectory containing the Eshell package.
13062
13063 * pcomplete.el: New file.
13064
130652000-06-23 Paul Eggert <eggert@twinsun.com>
13066
13067 * mail/mailpost.el (post-mail-send-it): Make sure file has
13068 proper permissions from birth.
13069
13070 * files.el (basic-save-buffer-2): When temporarily setting
13071 file modes, set them to current modes plus 0200, not to 0777.
13072
13073 * emerge.el (emerge-make-temp-file): Make sure file has proper
13074 permissions from birth.
13075
130762000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13077
13078 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13079 backup file name through convert-standard-filename.
13080
13081 * dos-fns.el (convert-standard-filename): Convert leading
13082 directories as well. When long file names are supported, convert
13083 characters that are invalid in Windows file names.
13084
130852000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13086
13087 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13088 ps-print crashes. New feature: page selection for printing. Create
13089 raw-text-unix coding system for XEmacs. Doc fix.
13090 (ps-print-version): New version number (5.2.3).
13091 (ps-plot-region): Bug fix.
13092 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13093 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13094 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13095 funs.
13096 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13097 (ps-last-page): New vars.
13098
130992000-06-21 Gerd Moellmann <gerd@gnu.org>
13100
13101 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13102 empty option string.
13103
131042000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13105
13106 * man.el (man): Doc fix.
13107
131082000-06-21 Kenichi Handa <handa@etl.go.jp>
13109
13110 * international/mule-cmds.el (set-language-info-alist): Docstring
13111 fixed.
13112
131132000-06-20 Gerd Moellmann <gerd@gnu.org>
13114
13115 * version.el (emacs-version): Use ISO date format.
13116
13117 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13118 instead of `M-backspace'.
13119
13120 * simple.el (turn-off-auto-fill): New function.
13121
131222000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13123
13124 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13125 Renamed from with-buffer-prepared-for-font-lock and use
13126 inhibit-modification-hooks rather than setting *-change-functions.
13127 Update all functions to use the new name.
13128 (jit-lock-first-unfontify-pos): New semantics (and doc).
13129 (jit-lock-mode): Make non-interactive.
13130 Don't automatically turn on font-lock.
13131 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13132 Always use jit-lock-after-change.
13133 Remove and restore font-lock-after-change-function.
13134 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13135 (jit-lock-after-unfontify-buffer): Remove.
13136 (jit-lock-stealth-fontify):
13137 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13138 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13139
131402000-06-20 Sam Steingold <sds@gnu.org>
13141
13142 * emacs-lisp/cl-indent.el (toplevel): Indent
13143 `print-unreadable-object' properly. Untabify.
13144
131452000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13146
13147 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13148 Support for bibentry.
13149 (reftex-compile-variables): Fixed problem with end of section-re.
13150
13151 * texmodes/reftex-dcr.el (reftex-view-crossref,
13152 reftex-view-crossref-from-bibtex):
13153 Deal with changed `reftex-find-citation-regexp-format'.
13154 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13155 Replaced `remprop' with `put'.
13156 (reftex-view-crossref, reftex-view-crossref-when-idle):
13157 Support for bibentry.
13158
13159 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13160 New entry for bibentry package.
13161
13162 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13163 Regexp also matches "\nobibliography".
13164
13165 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13166 Call `reftex-ensure-write-access' before doing anything.
13167 (reftex-ensure-write-access): New function.
13168
131692000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13170
13171 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13172
13173 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13174
13175 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13176
13177 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13178
13179
131802000-06-20 Dave Love <fx@gnu.org>
13181
13182 * faces.el (frame-background-mode): Use set-default, not set, in
13183 setter.
13184 (frame-update-faces, frame-update-face-colors): Define with
13185 defalias.
13186
13187 * enriched.el (enriched-decode-foreground)
13188 (enriched-decode-background): Don't use internal-find-face.
13189
13190 * apropos.el: Doc fixes.
13191
13192 * cus-edit.el (customize-changed-options): Check arg.
13193 (customize-version-lessp): Don't require decimal point.
13194
13195 * custom.el (defcustom, defgroup): Doc fix.
13196
13197 * newcomment.el (comment) <defgroup>: Add :version.
13198 (comment-multi-line): Doc fix.
13199
13200 * emulation/mlsupport.el (define-hooked-local-abbrev,
13201 define-hooked-global-abbrev): Fix, using define-abbrev.
13202
132032000-06-19 Gerd Moellmann <gerd@gnu.org>
13204
13205 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13206 the whole buffer.
13207
132082000-06-19 Dave Love <fx@gnu.org>
13209
13210 * menu-bar.el (menu-bar-options-save): New function.
13211 (menu-bar-options-menu): Use it.
13212 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13213 Simplify.
13214
132152000-06-19 Andreas Schwab <schwab@suse.de>
13216
13217 * progmodes/etags.el (tags-query-replace): Put new parameters
13218 START and END at the end, for backward compatibility.
13219
132202000-06-19 Kenichi Handa <handa@etl.go.jp>
13221
13222 * international/codepage.el:
13223 (cp-coding-system-for-codepage-1): Delete special codes for
13224 generating xxx-dos coding system because now a CCL based coding
13225 system can handle EOL conversion by default.
13226
13227 * international/mule.el (make-coding-system): Generate subsidiary
13228 coding systems for EOL handling variants even for a CCL based
13229 coding system.
13230
132312000-06-19 Kenichi Handa <handa@etl.go.jp>
13232
13233 * international/isearch-x.el (isearch-minibuffer-input-method)
13234 (isearch-minibuffer-input-method-function): These variables
13235 deleted.
13236 (isearch-with-input-method): Don't use the above variables.
13237 (isearch-process-search-multibyte-characters): Likewise. Call
13238 read-string with the arg INHERIT-INPUT-METHOD t.
13239
132402000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13241
13242 * font-lock.el (font-lock-after-fontify-buffer)
13243 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13244
13245 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13246 Use consistent make-local-variable style for font-lock-fontified.
13247 (jit-lock-fontify-buffer):
13248 Don't bother checking for font-lock-mode and jit-lock-mode.
13249
13250 * time.el: Remove trailing ^M that prevent CVS-merging.
13251
132522000-06-16 Gerd Moellmann <gerd@gnu.org>
13253
13254 * Makefile.in (distclean): New target.
13255
132562000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13257
13258 * Makefile.in (srcdir): Define for update-subdirs.
13259
132602000-06-16 Gerd Moellmann <gerd@gnu.org>
13261
13262 * find-lisp.el: New file.
13263
132642000-06-16 Andrew Innes <andrewi@gnu.org>
13265
13266 * time.el (display-time-mail-function): New variable, to allow
13267 external packages to indicate when new mail is available.
13268 (display-time-update): Use it.
13269
132702000-06-16 Kenichi Handa <handa@etl.go.jp>
13271
13272 * international/mule.el (mule-version): Change version name to
13273 SAKAKI. AOI has already been used by Meadow.
13274
13275 * international/quail.el (quail-show-guidance-buf): To find the
13276 bottom window (but minibuffer), pay attention to the height of
13277 minibuffer.
13278
132792000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13280
13281 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13282 menu-bar menus. Add help strings. Don't remove the Edit menu
13283 from the menu bar, as the menu bar has enough space now.
13284
13285 * Makefile.in (SHELL): Make sure /bin/sh is used.
13286
13287 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13288 characters, which use series of two ^H characters instead of one.
13289
132902000-06-15 Gerd Moellmann <gerd@gnu.org>
13291
13292 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13293 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13294 functions.
13295 (Info-find-node-2): Try a case-sensitive search first, then
13296 do a case-insensitive search.
13297
13298 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13299 tutorials.
13300
13301 * complete.el (PC-env-vars-alist): New variable.
13302 (PC-complete-as-file-name): New function.
13303 (partial-completion-mode): Initialize PC-env-vars-alist from
13304 process-environment.
13305 (PC-do-completion): Handle completion of env vars.
13306
13307 * info.el (Info-set-mode-line): Show file name in mode line,
13308 use `*Info*' instead of `Info:'.
13309
13310 * startup.el (command-line-1): Change copyright messages to year
13311 2000.
13312
133132000-06-15 Dave Love <fx@gnu.org>
13314
13315 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13316 not local-map.
13317
133182000-06-15 Kenichi Handa <handa@etl.go.jp>
13319
13320 * international/mule.el (set-buffer-file-coding-system): Almost
13321 rewritten to handle `undecided' as no-op.
13322
133232000-06-14 Gerd Moellmann <gerd@gnu.org>
13324
13325 * Makefile.in: New file.
13326
13327 * Makefile: Removed.
13328
13329 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13330 (goto-address-highlight-keymap): Bind C-c RET.
13331
133322000-06-14 Kenichi Handa <handa@etl.go.jp>
13333
13334 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13335 inherits buffer-file-coding-system of the current buffer.
13336
13337 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13338 0. Give correct argument to set-auto-coding-function.
13339 (tar-expunge): For goto-char, use (point-min), not 0.
13340 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13341 (tar-subfile-save-buffer): Likewize.
13342
13343 * international/mule.el
13344 (after-insert-file-set-buffer-file-coding-system): Call
13345 set-buffer-file-coding-system with the arg FORCE t.
13346
133472000-06-13 Gerd Moellmann <gerd@gnu.org>
13348
13349 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13350 nil. Contemporary sendmails issue an X-Authentication-Warning if
13351 the sender is set with `-f'.
13352
133532000-06-13 Dave Love <fx@gnu.org>
13354
13355 * help.el (describe-function-1): Kluge around cases of functions
13356 fset to subrs whose doc doesn't match their symbol-name.
13357
13358 * image.el (insert-image): Default STRING to a space.
13359
13360 * info.el Doc fixes.
13361 (Info-build-node-completions): Match Ref tags.
13362
133632000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13364
13365 * frame.el (display-multi-frame-p, display-multi-font-p): New
13366 defaliases for display-graphic-p.
13367
13368 * hl-line.el: Fixed a typo in commentary.
13369
133702000-06-13 Kenichi Handa <handa@etl.go.jp>
13371
13372 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13373 fixed.
13374
133752000-06-12 Dave Love <fx@gnu.org>
13376
13377 * image.el (insert-image): Save a little consing.
13378
133792000-06-12 Kenichi Handa <handa@etl.go.jp>
13380
13381 * language/tibet-util.el: Convert all tibetan-1-column characters
13382 to the corresponding tibetan characters.
13383 (tibetan-add-components): Delete code for the special treatment of
13384 'a chung.
13385
13386 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13387 change.
13388 (tibetan-vowel-transcription-alist): More rules added.
13389 (tibetan-composite-vowel-alist): New variable.
13390 (tibetan-precomposition-rule-alist): More rules added.
13391
133922000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13393
13394 * startup.el (command-line): Only call menu-bar-mode if interactive.
13395
13396 * thingatpt.el (toplevel symbol-properties):
13397 * textmodes/makeinfo.el (makeinfo-compile):
13398 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13399 * progmodes/hideif.el (hif-compress-define-list)
13400 (hide-ifdef-use-define-alist):
13401 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13402 (ange-ftp-vms-add-file-entry):
13403 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13404 * man.el (Man-build-man-command):
13405 * mail/rnewspost.el (news-reply-header-hook):
13406 * info.el (Info-insert-dir):
13407 * emulation/mlconvert.el (backward-word, forward-word, setq):
13408 * emacs-lisp/gulp.el (gulp-send-requests):
13409 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13410 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13411 (byte-optimize-apply, end of file):
13412 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13413 (ad-make-freeze-definition):
13414 * startup.el (command-line, command-line-1): Don't quote lambdas.
13415
13416 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13417 (cvs-cleanup-removed): New function.
13418 (cvs-cleanup-functions): New var.
13419 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13420 some flexibility in specifying additional entries to auto-cleanup.
13421 (cvs-quickdir): New function.
13422 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13423 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13424 (cvs-mode-find-file): Check that we are on a filename or dirname
13425 when invoked through a mouse-click.
13426 (cvs-full-path): Remove.
13427 (cvs-dired-action): Re-introduced.
13428 (cvs-dired-noselect): Use it.
13429 (vc-post-command-functions): use this new hook if available.
13430
13431 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13432 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13433 (cvs-filename-map, cvs-dirname-map): Remove.
13434 (cvs-default-action): Remove.
13435 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13436 if the arg is really a keymap.
13437 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13438 Don't hardcode the mapping from state (aka type) to face, but check
13439 the var cvs-fi-<type>-face instead.
13440 (cvs-fileinfo-from-entries): New function.
13441
13442 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13443 Docstring fix.
13444 (cvs-find-file-and-jump): Change default to be safer.
13445 (cvs-mode-diff-map): Define it as a function as well.
13446 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13447 Bind mouse-2 in this global map rather than with text-properties.
13448
13449 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13450 file to resolve the ambiguity between C(conflict) and C(need-merge).
13451
134522000-06-12 Kenichi Handa <handa@etl.go.jp>
13453
13454 * international/mule.el (set-buffer-file-coding-system): If
13455 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13456 unconditionally.
13457
134582000-06-12 Dave Love <fx@gnu.org>
13459
13460 * wid-edit.el (widget-specify-button): Really suppress the face if
13461 required.
13462
134632000-06-11 Gerd Moellmann <gerd@gnu.org>
13464
13465 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13466
134672000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13468
13469 * imenu.el (imenu-generic-expression): Docstring fix.
13470
13471 * composite.el (composition-function-table): Move the `put'
13472 below the autoload cookie so we can load the file before loaddefs.
13473
13474 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13475
13476 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13477 Handle easy-mmode-define-global-mode.
13478 For complex macros like define-minor-mode that can generate
13479 several autoload entries, try to autoload entries in the
13480 macroexpanded code.
13481
13482 * emacs-lisp/easy-mmode.el (define-minor-mode):
13483 If KEYMAP is a symbol, just use it.
13484 Use byte-compile-current-file and load-file-name to infer the
13485 proper :require to pass to defcustom.
13486 Wrap the hook var into `progn' so as not to autoload it.
13487 Add a :autoload-end cookie.
13488 Be more careful about the evaluation of KEYMAP.
13489 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13490 (define-derived-mode): Move define-abbrev-table outside of defvar.
13491
134922000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13493
13494 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13495 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13496 (backup-compiled-files): Ignore errors during `tar'.
13497 (bootstrap): Make autoloads before elc files.
13498
134992000-06-10 Kenichi Handa <handa@etl.go.jp>
13500
13501 * international/mule.el (set-buffer-file-coding-system): If one of
13502 undecided-XXX is specified, change only EOL conversion.
13503
13504 * international/mule-conf.el (unix): New alias for the coding
13505 system undecided-unix.
13506
135072000-06-09 Dave Love <fx@gnu.org>
13508
13509 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13510
13511 * progmodes/executable.el: Byte compile dynamic.
13512 (executable-insert): Change custom type.
13513 (executable-find): Add autoload cookie.
13514 (executable-make-buffer-file-executable-if-script-p): New
13515 function. After Noah Friedman.
13516
13517 * files.el (after-save-hook): Customize, with
13518 executable-make-buffer-file-executable-if-script-p as an option.
13519
135202000-06-09 Kenichi Handa <handa@etl.go.jp>
13521
13522 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13523 "tib24p-mule.bdf" for Tibetan.
13524
13525 * composite.el (decompose-composite-char): Declare it as obsolete.
13526
13527 * man.el (Man-fontify-manpage): Pay attention to underline and
13528 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13529
135302000-06-08 Gerd Moellmann <gerd@gnu.org>
13531
13532 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13533 Set maintainer to FSF since author isn't reachable.
13534
135352000-06-08 Dave Love <fx@gnu.org>
13536
13537 * international/mule-cmds.el (select-safe-coding-system): If
13538 DEFAULT-CODING-SYSTEM is not specified, also check the most
13539 preferred coding-system if buffer-file-coding-system is
13540 `undecided'. From Handa.
13541
135422000-06-08 Kenichi Handa <handa@etl.go.jp>
13543
13544 * international/mule.el
13545 (after-insert-file-set-buffer-file-coding-system): If the buffer
13546 size is greater than INSERTED, judget that we are not visiting.
13547
135482000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13549
13550 * whitespace.el (defgroup whitespace): Comment out `:version'.
13551 XEmacs 20.4 has problems defining the group with this present.
13552 We'll have this commented out till get resolve the problem.
13553
135542000-06-07 John Wiegley <johnw@gnu.org>
13555
13556 * align.el (align-dq-string-modes, align-sq-string-modes)
13557 (align-open-comment-modes): Add pyhton-mode.
13558 (align-rules-list): Use get-text-property instead of
13559 text-properties-at.
13560 (align-rules-list): Add python-assignment.
13561 (align-rules-list): Change perl-comma-delimiter to
13562 basic-comma-delimiter. Use if for Perl modes and python-mode.
13563 (align-rules-list): Add python-chain-logic and
13564 basic-line-continuation.
13565
135662000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13567
13568 * apropos.el (apropos-mode-hook): New user variable.
13569 (apropos-mode): Run apropos-mode-hook.
13570
135712000-06-07 David Ponce <david@dponce.com>
13572
13573 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13574 commands. Require `wid-edit' at run-time.
13575
135762000-06-07 David Ponce <david@dponce.com>
13577
13578 * recentf.el: Added some "Commentary".
13579 (recentf-open-more-files, recentf-edit-list): Minor changes to
13580 move the point at the top of the file list. This behaviour is
13581 consistent with the menu one when the list contains a lot of
13582 files.
13583 (recentf-cleanup): Now displays the number of items removed from
13584 the list.
13585 (recentf-relative-filter) New menu filter to show filenames
13586 relative to `default-directory'.
13587
135882000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13589
13590 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13591 with/without giving an error if PostScript printer doesn't have this
13592 kind of page size. Zebra Stripe continues or restarts on next page.
13593 Manual/automatic paper feeding. Switch or not the header.
13594 (ps-print-version): New version number (5.2.2).
13595 (ps-windows-system): Include emx as a Windows system.
13596 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13597 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13598 (ps-background-text): Code fix.
13599 (ps-error-handler-message, ps-user-defined-prologue)
13600 (ps-print-prologue-header, ps-printer-name)
13601 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13602 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13603 (ps-use-face-background): Customization fix.
13604 (ps-n-up-database): Data fix.
13605 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13606 (ps-switch-header): New vars.
13607 (ps-xemacs-color-name, ps-face-foreground-name)
13608 (ps-face-background-name, ps-boolean-constant): New funs.
13609
136102000-06-07 Dave Love <fx@gnu.org>
13611
13612 * allout.el: New version from Manheimer.
13613
136142000-06-07 Kenichi Handa <handa@etl.go.jp>
13615
13616 * textmodes/fill.el (fill-find-break-point): Check the validity of
13617 charset.
13618
136192000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13620
13621 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13622 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13623 Call display-color-p and display-mouse-p instead of looking at
13624 window-system.
13625
136262000-06-06 Dave Love <fx@gnu.org>
13627
13628 * image.el (find-image): Doc fix. Return nil if image not found.
13629 (put-image, insert-image): Make STRING arg optional.
13630
136312000-06-06 Kenichi Handa <handa@etl.go.jp>
13632
13633 * language/vietnamese.el: Remove eval-when-compile.
13634 (viet-viscii-nonascii-translation-table): Define it as a
13635 translation table made from viet-viscii-decode-table.
13636 (viet-viscii-encode-table): Define it as a translation table made
13637 from the reverse map of above.
13638 (viet-vscii-nonascii-translation-table): Define it as a
13639 translation table made from viet-vscii-decode-table.
13640 (viet-vscii-encode-table): Define it as a translation table made
13641 from the reverse map of above.
13642 (ccl-decode-viscii): Use translate-character.
13643 (ccl-encode-viscii, ccl-encode-viscii-font)
13644 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13645 Likewize.
13646
13647 * language/cyrillic.el: Remove eval-when-compile.
13648 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13649 translation table made from cyrillic-koi8-r-decode-table.
13650 (cyrillic-koi8-r-encode-table): Define it as a translation table
13651 made from the reverse map of above.
13652 (ccl-decode-koi8): Use translate-character.
13653 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13654 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13655 a translation table made from cyrillic-alternativnyj-decode-table.
13656 (cyrillic-alternativnyj-encode-table): Define it as a translation
13657 table made from the reverse map of above.
13658 (ccl-decode-alternativnyj): Use translate-character.
13659 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13660 Likewize
13661
13662 * international/mule-diag.el (non-iso-charset-alist): Specify
13663 translation table symbol instead of translation table itself.
13664 (list-block-of-chars): CHARSET may be a translation table symbol.
13665
13666 * international/mule.el (make-coding-system): If CODING-SYSTEM
13667 already exists, override it.
13668
13669 * international/fontset.el: Use family `proportional' for Tibetan
13670 fonts.
13671
13672 * international/ccl.el (ccl-compile-translate-character): Don't
13673 check if Rrr has property translation-table.
13674 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13675
136762000-06-05 Gerd Moellmann <gerd@gnu.org>
13677
13678 * info.el: Bind case-fold-search to t when searching in case
13679 a user sets it to nil in a hook.
13680
136812000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13682
13683 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13684 * hl-line.el (hl-line-mode): Use the new :global key argument.
13685
13686 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13687 (tar-clip-time-string): Prepend a space.
13688 (tar-grind-file-mode): Construct a string rather than modifying one.
13689 (tar-header-block-summarize): Fix docstring.
13690 Use `format' rather than an error-prone set of copy-loops.
13691
13692 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13693 (diff-goto-source, diff-unified->context, diff-context->unified)
13694 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13695 understand the format output by the `-p' argument to diff.
13696
13697 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13698 (sh-re-done): Use defconst.
13699 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13700 (sh-help-string-for-variable, sh-guess-basic-offset):
13701 Don't quote lambdas.
13702 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13703 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13704
13705 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13706 (mh-letter-mode): Derive from text-mode.
13707 This implicitly means that it now calls kill-all-local-variables.
13708 Also remove the Emacs-18 compatibility code.
13709
13710 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13711 Make use of symbol-property doc-string-elt.
13712 Use memq rather than a sequence of eq.
13713 (doc-string-elt): Fix the wrong or missing previously unused values.
13714 (autoload-print-form): New function extracted from
13715 generate-file-autoloads to allow recursion when handling progn
13716 so that defvar's and defun's docstrings are properly printed.
13717 (generate-file-autoloads): Use it.
13718
13719 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13720 Use find-file-hooks in the minor-mode function.
13721 Be careful not to loop indefinitely in the post-command-hook function.
13722
137232000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13724
13725 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13726 tty's.
13727 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13728 differences whenever appropriate.
13729 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13730 * viper.el (find-file, find-file-other-window): Get viper to do
13731 wildcards.
13732
137332000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13734
13735 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13736 (jit-lock-fontify-buffer): New function for JIT refontification.
13737 (jit-lock-mode): Fix docstring.
13738 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13739 Remove jit-lock-after-change from the _local_ hook.
13740 (jit-lock-function-1): Fix docstring.
13741
13742 * info.el (Info-on-current-buffer): Initialize info.
13743
13744 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13745
13746 * progmodes/tcl.el (tcl-indent-for-comment):
13747 Ignore comment-indent-hook.
13748
13749 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13750 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13751 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13752 and improve to use the lighter to guess the capitalization.
13753 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13754 Add keyword arguments to specify global-ness or the custom group.
13755 Add local-map and help-echo properties to the lighter.
13756 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13757 (easy-mmode-define-global-mode): New macro.
13758
137592000-06-02 Dave Love <fx@gnu.org>
13760
13761 * wid-edit.el: byte-compile-dynamic since we typically don't use
13762 all the widgets. Don't require cl or widget. Remove
13763 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13764 (widget-read-event): Removed. Callers changed to use read-event.
13765 (widget-button-release-event-p): Renamed from
13766 button-release-event-p.
13767 (widget-field-add-space, widget-field-use-before-change):
13768 Uncustomize.
13769 (widget-specify-field): Use keymap property, not local-map.
13770 (widget-specify-button): Obey :suppress-face.
13771 (widget-specify-insert): Use modern backquote syntax.
13772 (widget-image-directory): Renamed from widget-glyph-directory.
13773 (widget-image-enable): Renamed from widget-glyph-enable.
13774 (widget-image-find): Replaces widget-glyph-find.
13775 (widget-button-pressed-face): Move defvar.
13776 (widget-image-insert): Replaces widget-glyph-insert.
13777 (widget-convert): Use keywordp.
13778 (widget-leave-text, widget-children-value-delete): Use mapc.
13779 (widget-keymap): Remove XEmacs stuff.
13780 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13781 (widget-button-click): Don't set point at the click, but re-centre
13782 if we scroll out of window. Rewritten for images v. glyphs &c.
13783 (widget-tabable-at): Use POS arg, not point.
13784 (widget-beginning-of-line, widget-end-of-line)
13785 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13786 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13787 (widget-default-create): Use widget-image-insert; some rewriting.
13788 (widget-visibility-value-create)
13789 (widget-push-button-value-create, widget-toggle-value-create): Use
13790 widget-image-insert.
13791 (checkbox): Create on and off images dynamically.
13792 (documentation-link): Change :help-echo.
13793 (widget-documentation-link-echo-help): Remove.
13794
137952000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13796
13797 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13798
13799 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13800 (easy-mmode-define-toggle, define-minor-mode): Use it.
13801 (easy-mmode-define-keymap): Docstring fix.
13802 (define-derived-mode): Default PARENT to fundamental-mode.
13803 Add the derived-mode-parent symbol-property.
13804 (easy-mmode-derived-mode-p): New function.
13805
138062000-06-02 Dave Love <fx@gnu.org>
13807
13808 * files.el (convert-standard-filename): Doc fix.
13809 (normal-backup-enable-predicate): New function.
13810 (backup-enable-predicate): Use it to replace the lambda form.
13811
13812 * calendar/todo-mode.el: [This needs more work on the outline
13813 stuff.] Doc fixes.
13814 (todo) <defgroup>: Add :version.
13815 (todo-add-category): Don't use pushnew.
13816 (todo-cmd-raise): Fix typo.
13817 (todo-top-priorities): Change temp buffer name.
13818 (todo-category-alist): Avoid redundant lambda.
13819 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13820 Use outline-next-heading.
13821
13822 * autoarg.el: Rewritten to use define-minor-mode.
13823 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13824 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13825
138262000-06-02 Kenichi Handa <handa@etl.go.jp>
13827
13828 * isearch.el (isearch-other-meta-char): Fix previous change.
13829
138302000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13831
13832 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13833 (log-edit-done): Only add the comment to the ring if it's different
13834 from the last comment entered.
13835
13836 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13837
138382000-06-01 Dave Love <fx@gnu.org>
13839
13840 * hl-line.el: Rewritten using define-minor-mode.
13841
13842 * help.el (describe-function-1): Distinguish special form from
13843 builtin function. Sanity-check presence of arglist for builtins.
13844
138452000-06-01 Kenichi Handa <handa@etl.go.jp>
13846
13847 * international/characters.el: Fix syntax/category setting of
13848 Tibetan characters.
13849
13850 * language/tibet-util.el (tibetan-add-components): Fixes for new
13851 encoding of Tibetan characters.
13852 (tibetan-decompose-precomposition-alist): New variable.
13853 (tibetan-decompose-region): Convert precomposed characters to
13854 non-precomposed characters.
13855 (tibetan-decompose-string): Likewise.
13856 (tibetan-composition-function): Fix args to
13857 thibetan-compose-string.
13858
13859 * language/tibetan.el (tibetan-composable-pattern): More
13860 characters included.
13861 (tibetan-consonant-transcription-alist): Rule for "R" added.
13862 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13863 "+R" added.
13864 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13865
13866 * language/lao-util.el (lao-composition-function): Fix args to
13867 compose-string.
13868
13869 * language/thai-util.el (thai-composition-function): Fix args to
13870 compose-string.
13871
13872 * isearch.el (isearch-update): Set disable-point-adjustment to t
13873 to prevent the point moving to the end of a composition when a
13874 part of a composition is searched.
13875 (isearch-other-meta-char): If the key invoking this command can be
13876 mapped by function-key-map to a printing char, call
13877 isearch-process-search-char directly.
13878
138792000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13880
13881 * emacs-lisp/bytecomp.el:
13882 * frame.el:
13883 * international/mule-cmds.el:
13884 * international/mule-util.el:
13885 * international/mule.el:
13886 * mouse.el:
13887 * subr.el:
13888 * faces.el: Update calls to make-obsolete with a WHEN argument.
13889
13890 * byte-run.el (make-obsolete, make-obsolete-variable):
13891 Add an optional WHEN argument and change the format of the
13892 symbol-property information.
13893 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13894 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13895 new obsolete-symbol-property format and print WHEN if it is provided.
13896
138972000-05-31 Dave Love <fx@gnu.org>
13898
13899 * loadhist.el (loadhist-hook-functions): Remove
13900 before-change-function, after-change-function.
13901 (unload-feature): Deal with symbols which are both bound and
13902 fbound.
13903
13904 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13905 before-change-function, after-change-function.
13906
13907 * simple.el (newline): Don't bind before-change-function,
13908 after-change-function.
13909
139102000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13911
13912 * whitespace.el (whitespace-rescan-timer-time): Update interval
13913 set to 600 seconds (10 minutes) instead of 60 seconds since
13914 a large number of whitespace buffers causes emacs to `freeze'
13915 for a considerable amount of time.
13916
13917 * whitespace.el: Updated email address
13918
139192000-05-31 Dave Love <fx@gnu.org>
13920
13921 * add-log.el (change-log-font-lock-keywords) <function>: Add
13922 pattern for function of change.
13923 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13924 acknowledgements patterns.
13925
139262000-05-31 Kenichi Handa <handa@etl.go.jp>
13927
13928 * isearch.el (isearch-printing-char): If keyboard coding system is
13929 being used, call isearch-process-search-multibyte-characters.
13930
13931 * international/isearch-x.el: Mostly rewritten.
13932
13933 * international/quail.el (quail-start-conversion): Don't include
13934 unhandled events in the returned events, but set them in
13935 unread-command-events. Exit if all inputs are deleted.
13936
139372000-05-30 Jason Rumney <jasonr@gnu.org>
13938
13939 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13940
13941 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13942 Reenable code to create initial fontsets.
13943 Use set-fontset-font in place of put-charset-property.
13944
139452000-05-30 Gerd Moellmann <gerd@gnu.org>
13946
13947 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13948 label, ensure that the first colon isn't followed by another.
13949
13950 * paths.el (Info-default-directory-list): Doc fix.
13951
13952 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13953 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13954 send a query containing USER only, not USER@HOST.
13955
13956 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13957 and rmail-msgend to compute the restriction at the end, instead of
13958 computing it.
13959
139602000-05-29 Gerd Moellmann <gerd@gnu.org>
13961
13962 * dabbrev.el (dabbrev-expand): Don't display messages in the
13963 echo area if the minibuffer window is active.
13964
13965 * jit-lock.el (jit-lock-mode): Add after change function to
13966 local hook.
13967
139682000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13969
13970 * antlr-mode.el: New commands: hide/unhide actions,
13971 upcase/downcase literals.
13972 (antlr-tiny-action-length): New user option.
13973 (antlr-hide-actions): New command. Suggested by
13974 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13975 (antlr-mode-map): New binding [C-c C-v].
13976 (antlr-mode-menu): New entries.
13977 (antlr-downcase-literals): New command.
13978 (antlr-upcase-literals): Ditto.
13979
13980 * antlr-mode.el: Minor changes: indendation, mode-name.
13981 (antlr-indent-line): Indent cpp directive at column 0.
13982 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13983
13984 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13985 (antlr-font-lock-additional-keywords): Workaround for intentional
13986 bug in XEmacs version of font-lock.
13987 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13988 be used by a smarter version of `buffers-menu-grouping-function'.
13989
139902000-05-29 Gerd Moellmann <gerd@gnu.org>
13991
13992 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13993 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13994
139952000-05-29 Kenichi Handa <handa@etl.go.jp>
13996
13997 * international/encoded-kb.el
13998 (encoded-kbd-iso2022-designation-map): Pay attention to that
13999 charset-iso-final-char return -1 for eight-bit-control and
14000 eight-bit-graphic.
14001
140022000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14003
14004 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14005 (speedbar-easymenu-definition-base): Use display-graphic-p where
14006 available, instead of window-system.
14007
140082000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14009
14010 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14011 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14012 coding systems.
14013
140142000-05-26 Dave Love <fx@gnu.org>
14015
14016 * disp-table.el (standard-display-underline): Don't use
14017 internal-find-face.
14018
14019 * mail/reporter.el: Maintainer change. Doc fixes.
14020 (reporter-version): Deleted.
14021
14022 * emacs-lisp/elp.el: Maintainer change.
14023 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14024
140252000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14026
14027 * add-log.el (add-change-log-entry): Merge the current entry with the
14028 previous one if the previous one is empty.
14029
140302000-05-26 Dave Love <fx@gnu.org>
14031
14032 * loadhist.el (unload-feature): Fix interactive spec [from
14033 lijnzaad@ebi.ac.uk].
14034
14035 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14036 subr-arity to check primitives.
14037 (byte-compile-flush-pending, byte-compile-file-form-progn)
14038 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14039 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14040 mapcar.
14041
140422000-05-26 Kenichi Handa <handa@etl.go.jp>
14043
14044 * international/fontset.el: Set family names of non-latin charsets
14045 in default fontset to "*".
14046
14047 * international/mule-diag.el (print-fontset): Combine family part
14048 and registry part of the fontname by "-*-" instead of "-".
14049
14050 * international/mule-cmds.el (encode-coding-char): Make strings
14051 multibyte before calling encode-coding-string.
14052
140532000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14054
14055 * derived.el: Fix keywords.
14056 (define-derived-mode): Only define if needed.
14057
14058 * simple.el (fill-comment, comment-column, comment-start)
14059 (comment-start-skip, comment-end, comment-indent-function)
14060 (block-comment-start, block-comment-end, indent-for-comment)
14061 (set-comment-column, kill-comment, comment-padding, comment-region)
14062 (comment-multi-line, indent-new-comment-line): Remove.
14063
14064 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14065 function names for comment operations.
14066
14067 * newcomment.el: Add abundant autoload cookies.
14068 (comment-style): Don't depend on runtime data at compile-time.
14069 (comment-indent-hook): Remove.
14070 (comment-indent): Check if comment-indent-hook is bound.
14071 (comment-region): Docstring fix.
14072
140732000-05-25 Dave Love <fx@gnu.org>
14074
14075 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14076 byte-code-function-p.
14077
14078 * mail/rmailsum.el: Add provide.
14079
14080 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14081
14082 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14083 defcustom.
14084
140852000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14086
14087 * ediff-diff.el (ediff-exec-process): delete --binary option from
14088 non-buffer ediff jobs.
14089
140902000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14091
14092 * hilit-chg.el (highlight-changes-mode): Ask about color or
14093 grayscale support, not about window-system.
14094
14095 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14096 window-system.
14097 (ffap-highlight): Always default to t.
14098
14099 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14100 display-popup-menus-p instead of looking at window-system.
14101
14102 * disp-table.el (standard-display-g1, standard-display-graphic):
14103 Only refuse to use string glyphs on X and MS-Windows.
14104
14105 * avoid.el: Remove window-system from commentary, suggest to use
14106 display-*-p instead.
14107
14108 * apropos.el (apropos-print): Use display-mouse-p instead of
14109 window-system.
14110
141112000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14112
14113 * international/codepage.el (cp-decoding-vector-for-codepage):
14114 Fill up unsupported characters with their own codes. From Kenichi
14115 Handa.
14116
141172000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14118
14119 * international/mule-diag.el (describe-char-after): Use
14120 display-graphic-p instead of window-system, so that this function
14121 works on MS-DOS.
14122
141232000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14124
14125 * international/codepage.el (cp-make-coding-systems-for-codepage):
14126 Remove the eight-bit-graphic and eight-bit-control charsets from
14127 the list of charsets which we convert into `?'.
14128
141292000-05-25 Kenichi Handa <handa@etl.go.jp>
14130
14131 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14132 private charsets.
14133 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14134 japanese-jisx0213-2): New charsets.
14135
14136 * international/fontset.el: Setup default fontset for new charsets.
14137
141382000-05-24 Dave Love <fx@gnu.org>
14139
14140 * info.el (Info-find-node-2): Restructure [following "Vadim
14141 S. Solomin" <sovs@uic.nnov.ru>].
14142
14143 * icomplete.el: Fix header for Finder.
14144
141452000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14146
14147 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14148 STAY.
14149
14150 * rmail.el (rmail-automatic-folder-directives): New user variable.
14151 (rmail-show-message): Add call to `rmail-auto-file' during
14152 display.
14153 (rmail-auto-file): New function.
14154
141552000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14156
14157 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14158 account.
14159 (ediff-test-utility,ediff-diff-mandatory-option)
14160 (ediff-reset-diff-options): Utilities for proper initialization of
14161 ediff-diff-options and ediff-diff3-options on Windows.
14162
14163 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14164 variable.
14165
14166 * ediff-mult.el (ediff-filegroup-action): Use
14167 ediff-merge-filename-prefix.
14168
141692000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14170
14171 * viper-ex.el (ex-write): Set selective display to nil.
14172
141732000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14174
14175 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14176 aliases for hebrew-iso-8bit.
14177
141782000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14179
14180 * woman.el: New version from Francis J. Wright
14181 <F.J.Wright@Maths.QMW.ac.uk>.
14182 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14183 names in environment variables regardless of the path separator.
14184 (woman-topic-all-completions-1): Don't call file-name-directory-p
14185 on all files, since woman-file-regexp already filters out any
14186 directories.
14187
141882000-05-24 Kenichi Handa <handa@etl.go.jp>
14189
14190 * international/quail.el (quail-start-translation): Don't change
14191 modified-p of the current buffer.
14192 (quail-start-conversion): Likewise.
14193
14194 * international/kkc.el (kkc-region): Don't change modified-p of
14195 the current buffer.
14196
14197 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14198 conform to RFC1468.
14199 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14200
142012000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14202
14203 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14204 (speedbar-insert-button): Invisible text property fix.
14205 (speedbar-directory-plus): Renamed from speedbar-directory-+
14206 (speedbar-directory-minus): Renamed from speedbar-directory--
14207 (speedbar-page-plus): Renamed from speedbar-file-+
14208 (speedbar-page-minus): Renamed from speedbar-file--
14209 (speedbar-page): Renamed from speedbar-file-
14210 (speedbar-tag): Renamed from speedbar-tag-
14211 (speedbar-tag-plus): Renamed from speedbar-tag-+
14212 (speedbar-tag-minus): Renamed from speedbar-tag--
14213 (speedbar-expand-image-button-alist): Use above renames.
14214
14215 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14216 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14217 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14218 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14219 * sb-pg.xpm: Renamed from sb-file.xpm
14220 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14221 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14222
142232000-05-24 Kenichi Handa <handa@etl.go.jp>
14224
14225 * international/quail.el (quail-show-guidance-buf): Set
14226 current-input-method of the guidance buffer to the name of the
14227 curren input method.
14228
142292000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14230
14231 * progmodes/compile.el (compile-internal): Style typo.
14232
14233 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14234 quote vars and functions in the docstring.
14235
14236 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14237
14238 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14239 Don't quote lambdas.
14240
14241 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14242
142432000-05-23 Gerd Moellmann <gerd@gnu.org>
14244
14245 * startup.el (command-line): Determine source file of compiled
14246 user init file differently. Warn if compiled user init file
14247 is older than its source file.
14248
14249 * ffap.el (ffap-url-regexp): Add `https'.
14250
142512000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14252
14253 * files.el (make-backup-file-name-1): Replace slashes with `!'
14254 rather than `|' (which is not allowed on Windows). Replace the
14255 drive letters with a string "drive_X".
14256
142572000-05-23 Gerd Moellmann <gerd@gnu.org>
14258
14259 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14260
14261 * files.el (interpreter-mode-alist): Add `bash2'.
14262
142632000-05-22 Dave Love <fx@gnu.org>
14264
14265 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14266 mapc.
14267 (feature-file): Avoid calling symbol-name. Doc fix.
14268 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14269 (loadhist-hook-functions): Add mouse-position-function.
14270 (unload-feature): Change uses of mapcar.
14271
14272 * files.el (parse-colon-path): Doc fix.
14273 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14274 (set-auto-mode): Use mapc.
14275
14276 * complete.el (PC-look-for-include-file): Use :alnum: character
14277 class.
14278 (partial-completion-mode): Add autoload cookie.
14279
142802000-05-22 Sam Steingold <sds@gnu.org>
14281
14282 * info.el (Info-fontify-node): Fixed the call to
14283 `add-text-properties' (bug introduced on 2000-05-18).
14284
142852000-05-22 Dave Love <fx@gnu.org>
14286
14287 * bindings.el: Remove debug-ignored-errors set in other files.
14288
14289 * progmodes/etags.el: Add to debug-ignored-errors.
14290 (visit-tags-table-buffer): Clear out buffers holding old tables
14291 when making a new list.
14292 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14293 mapc.
14294
14295 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14296 quote keywords.
14297 (cmpl-string-case-type): Use character classes.
14298
14299 * comint.el:
14300 * textmodes/ispell.el:
14301 * imenu.el:
14302 * mail/mh-e.el:
14303 * progmodes/compile.el: Add to debug-ignored-errors.
14304
14305 * dabbrev.el: Add to debug-ignored-errors.
14306 (dabbrev-completion): Use mapc.
14307
143082000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14309
14310 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14311 (woman-mapcan, woman-parse-man.conf)
14312 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14313 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14314 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14315 path syntax better.
14316 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14317 (woman-manpath): Call woman-parse-man.conf.
14318 (woman-emulation): New defcustom, defaults to nroff.
14319 (woman-font-support): New defconst.
14320 (woman-use-symbol-font): New defcustom.
14321 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14322 "Emulation".
14323 Many functions: Doc fix.
14324
143252000-05-22 Kenichi Handa <handa@etl.go.jp>
14326
14327 * international/quail.el (quail-simple-translation-keymap): Map
14328 128..255 to quail-self-insert-command.
14329 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14330
143312000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14332
14333 * help.el (help-manyarg-func-alist): Typo.
14334
14335 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14336 intervals which makes it heaps simpler.
14337
14338 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14339 the nested comment markers.
14340
14341 * subr.el (remove-hook): Don't turn the hook's value into a list.
14342
143432000-05-21 Dave Love <fx@gnu.org>
14344
14345 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14346 are invalid characters.
14347
14348 * international/mule-util.el (detect-coding-with-priority): Use
14349 mapc. Remove redundant lambda.
14350
14351 * international/mule-diag.el (list-non-iso-charset-chars)
14352 (describe-fontset): Remove redundant lambda.
14353
14354 * emulation/crisp.el (brief-mode): New alias.
14355
14356 * emacs-lisp/ring.el (ring-elements): New function.
14357
14358 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14359 (easy-menu-do-add-item): Use keywordp.
14360
14361 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14362
14363 * replace.el: Doc and error message fixes.
14364 (replace-highlight): Use facep, not internal-find-face.
14365
143662000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14367
14368 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14369
14370 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14371 (log-edit-insert-changelog): Drop `:' as well.
14372
14373 * log-view.el: Fix file description.
14374 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14375 available.
14376 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14377 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14378
14379 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14380 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14381 Print a status message if the toggle is called interactively.
14382 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14383 for global minor modes and use `defcustom' for them.
14384 Use add-minor-mode.
14385 (easy-mmode-define-derived-mode): Remove.
14386 (define-derived-mode): Fancier default docstring.
14387 (easy-mmode-define-navigation): Signal an error rather than (ding).
14388
14389 * newcomment.el (comment-styles): New `box-multi'.
14390 (comment-normalize-vars): Better default for comment-continue to
14391 avoid whitespace-only continuations.
14392 (comment-search-forward): Always move even in the no-syntax case.
14393 (comment-padright): Only obey N if it's only obeyed for padleft.
14394 (comment-make-extra-lines): Better handling of empty continuations.
14395 Use `=' for the filler if comment-start has only one character.
14396 (uncomment-region): Try handling the special `=' filler.
14397 (comment-region): Allow LINES even if MULTI is nil.
14398 (comment-box): Choose box style based on comment-style.
14399
144002000-05-20 Kenichi Handa <handa@etl.go.jp>
14401
14402 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14403 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14404
144052000-05-20 Kenichi HANDA <handa@etl.go.jp>
14406
14407 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14408 and insert, not subst-char-in-region.
14409
14410 * international/mule-diag.el (list-character-sets-1): Handle
14411 charsets eight-bit-control and eight-bit-graphic.
14412 (list-iso-charset-chars): Likewise.
14413 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14414 charactes as is. Use indent-to to align characters.
14415
14416 * international/mule-cmds.el (find-multibyte-characters): Never
14417 exclude charsets eight-bit-control and eight-bit-graphic.
14418
144192000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14420
14421 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14422 Don't quote lambdas.
14423
14424 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14425
144262000-05-19 Gerd Moellmann <gerd@gnu.org>
14427
14428 * gud.el (gud-jdb-directories): Doc fix.
14429
144302000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14431
14432 * newcomment.el: New file.
14433
144342000-05-19 Gerd Moellmann <gerd@gnu.org>
14435
14436 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14437
144382000-05-18 Andreas Schwab <schwab@suse.de>
14439
14440 * dired.el (dired-between-files): Also skip lines beginning with
14441 `used'.
14442
144432000-05-18 Gerd Moellmann <gerd@gnu.org>
14444
14445 * msb.el (msb-menu-cond): Add choice `user'.
14446
144472000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14448
14449 * ps-print.el: Compatibility, customization and doc fix.
14450 (ps-printer-name-option): Replace defconst by defvar.
14451 (ps-postscript-code-directory): XEmacs compatibility.
14452 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14453 fix.
14454 (ps-user-defined-prologue, ps-print-prologue-header)
14455 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14456 compatibility and code fix.
14457 (ps-print-background-image, ps-print-background-text):
14458 Customization fix.
14459 (ps-line-number-start, ps-n-up-on): New vars.
14460
144612000-05-18 Espen Skoglund <esk@ira.uka.de>
14462
14463 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14464 the indent-comment function to just return the appropriate indent.
14465
144662000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14467
14468 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14469 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14470 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14471
144722000-05-18 Dave Love <fx@gnu.org>
14473
14474 * info.el (Info-fontify-node): Add intangible property as well as
14475 invisible.
14476
14477 * calendar/appt.el (appt-make-list): Match all lines of entry.
14478 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14479
144802000-05-18 Kenichi Handa <handa@etl.go.jp>
14481
14482 * international/mule-diag.el (describe-char-after): Call
14483 internal-char-font, not char-font. If internal-char-font returns
14484 nil, display "-- none --".
14485
144862000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14487
14488 * image.el (image-type-available-p): Don't reference image-types
14489 if it isn't bound.
14490
144912000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14492
14493 * autoarg.el (autoarg-mode): Typo in the :set argument.
14494
144952000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14496
14497 * startup.el (command-line-1): Don't signal an error if the
14498 directory for auto-save-list files does not yet exist.
14499
145002000-05-17 Kenichi Handa <handa@etl.go.jp>
14501
14502 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14503
145042000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14505
14506 * subr.el (remove-hook): `setq' hook-value, not `set'.
14507
145082000-05-16 Sam Steingold <sds@gnu.org>
14509
14510 * info.el (debug-ignored-errors): More errors to ignore.
14511
145122000-05-16 Dave Love <fx@gnu.org>
14513
14514 * cus-edit.el: Don't require cl or easymenu.
14515 (custom-variable-prompt): Test standard-value property, not
14516 user-variable-p.
14517
145182000-05-16 Sam Steingold <sds@gnu.org>
14519
14520 * subr.el (add-hook): `setq' hook-value, not `set'.
14521
145222000-05-16 Gerd Moellmann <gerd@gnu.org>
14523
14524 * startup.el (command-line-1): Mention the FAQ in the startup
14525 message.
14526
14527 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14528
14529 * progmodes/compile.el (compilation-parse-errors): Collect
14530 `nomessage' regexps last.
14531
14532 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14533
14534 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14535 to the function name.
14536
145372000-05-15 Dave Love <fx@gnu.org>
14538
14539 * speedbar.el (speedbar-recenter): Typo.
14540 (speedbar-expand-line): Make arg optional.
14541 (speedbar-mode): Avoid a compiler warning.
14542
145432000-05-15 Gerd Moellmann <gerd@gnu.org>
14544
14545 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14546 user-specified option string is empty.
14547
14548 * mouse.el (mouse-yank-at-click): Doc fix.
14549
145502000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14551
14552 * term/internal.el (IT-character-translations): More updates of
14553 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14554 documents.
14555
145562000-05-15 Gerd Moellmann <gerd@gnu.org>
14557
14558 * env.el (getenv): New function, interactively callable.
14559 (setenv, getenv): Remove autoload cookies.
14560
14561 * loadup.el: Load `env'.
14562
14563 * progmodes/f90.el: Change author's mail address.
14564
145652000-05-14 Dave Love <fx@gnu.org>
14566
14567 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14568 goto-addr as an option.
14569
14570 * help.el (help-xref-stack): Doc fix.
14571 (help-xref-following): New variable.
14572 (help-make-xrefs): Use it.
14573 (help-xref-go-back): Use position information from stack element.
14574 (help-follow): Make position in stack element a pair. Use
14575 help-xref-following.
14576
14577 * autoarg.el: New file.
14578
14579 * faces.el: Declare more functions obsolete.
14580
14581 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14582 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14583 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14584 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14585 Remove all the setup-...-environment functions.
14586
145872000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14588
14589 * speedbar.el: Updated the commentary section. xemacs20p now uses
14590 >= when detecting. Require `defimage' safely.
14591 (speedbar-easymenu-definition-base): Add toggle for images.
14592 (speedbar-easymenu-definition-special): Add flush cache & expand.
14593 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14594 (speedbar-reconfigure-keymaps-hook): New variable.
14595 (speedbar-frame-parameters): Updated documentation.
14596 (speedbar-use-imenu-flag): Updated custom tag
14597 (speedbar-dynamic-tags-function-list): New variable.
14598 (speedbar-tag-hierarchy-method): Updated doc & custom.
14599 (speedbar-indentation-width, speedbar-indentation-width) New
14600 variables.
14601 (speedbar-hide-button-brackets-flag): Customizable.
14602 (speedbar-vc-indicator): Doc update.
14603 (speedbar-ignored-path-expressions): Updated default value.
14604 (speedbar-supported-extension-expressions): Updated default value.
14605 (speedbar-syntax-table): Remove {} paren status.
14606 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14607 as "+". Added overlay aliases.
14608 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14609 `force-mode-line-update'.
14610 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14611 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14612 `mouse-set-point'
14613 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14614 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14615 of arbitrary text, and new helper functions.
14616 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14617 filename finder.
14618 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14619 (speedbar-directory-buttons): Update path search/expansion.
14620 (speedbar-make-tag-line): Pay attention to
14621 `speedbar-indentation-width'. Use more care w/ invisible
14622 properties.
14623 (speedbar-change-expand-button-char): Call
14624 `speedbar-insert-image-button-maybe'.
14625 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14626 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14627 (speedbar-trim-words-tag-hierarchy)
14628 (speedbar-simple-group-tag-hierarchy): New functions
14629 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14630 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14631 functions.
14632 (speedbar-mouse-set-point): New function
14633 (speedbar-power-click): Updated documentation.
14634 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14635 of tag prefix text.
14636 (speedbar-expand-line, speedbar-contract-line): Make more robust
14637 to strange text.
14638 (speedbar-expand-line): Takes universal argument to flush the
14639 cache.
14640 (speedbar-flush-expand-line): New function.
14641 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14642 Use new generator insertion method.
14643 (speedbar-fetch-dynamic-tags): New function.
14644 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14645 `speedbar-fetch-dynamic-imenu'.
14646 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14647 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14648 "Revert Buffer" menu items.
14649 (speedbar-buffer-buttons-engine): Be smarter when creating a
14650 filename tag (for expansion purposes.).
14651 (speedbar-highlight-one-tag-line,
14652 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14653 (speedbar-recenter): New functions.
14654 (defimage-speedbar): Image loading abstraction.
14655 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14656 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14657 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14658 (speedbar-tag-type, speedbar-tag-mail): New images.
14659 (speedbar-expand-image-button-alist): New variable.
14660 (speedbar-insert-image-button-maybe): Insert an image over some
14661 buttons.
14662
146632000-05-13 Kenichi Handa <handa@etl.go.jp>
14664
14665 * international/mule-cmds.el (encode-coding-char): An ASCII
14666 character is always encodable.
14667
14668 * international/mule-conf.el: Add more information in descriptions
14669 of character sets.
14670
14671 * international/mule-diag.el (describe-char-after): New function.
14672 (describe-font-internal): Adjusted for the change of font-info.
14673 (describe-font): Likewise.
14674 (print-fontset): Rewritten for the new fontset implementation.
14675 (describe-fontset): Include fontset alias names in completion.
14676 (list-fontsets): Adjusted for the change of print-fontset.
14677
14678 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14679 describe-char-after instead of displaying the detail in the echo
14680 area.
14681 (syntax-code-table): Format changed.
14682 (string-to-syntax): Adjusted for the above change.
14683
146842000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14685
14686 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14687
146882000-05-12 Dave Love <fx@gnu.org>
14689
14690 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14691 dependence. Use line-{beginning,end}-position, not
14692 point-at{b,e}ol. Some doc fixes.
14693 (todo-position): New function. Fix callers of position to use it.
14694 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14695
146962000-05-12 Gerd Moellmann <gerd@gnu.org>
14697
14698 * time.el (display-time-mail-icon): Use `:ascent center'.
14699
14700 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14701 handling FTP security extensions.
14702
147032000-05-11 Dave Love <fx@gnu.org>
14704
14705 * calendar/todo-mode.el: New file.
14706
147072000-05-11 Gerd Moellmann <gerd@gnu.org>
14708
14709 * comint.el (comint-read-input-ring): Move reference to
14710 comint-input-ring-size outside of the save-excursion. It was
14711 causing the default value to be the only one ever seen.
14712
14713 * font-lock.el: Update copyright. Remove Simon Marshall's email
14714 address on request from him.
14715
14716 * subr.el (substitute-key-definition): Add comment describing
14717 the meaning of PREFIX.
14718
147192000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14720
14721 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14722
14723 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14724 (add-minor-mode): Don't make the variable buffer-local and add a
14725 reference to define-minor-mode in the docstring.
14726
14727 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14728 HEADER/FOOTER and fix bug with trailing empty directory.
14729 (cvs-append-to-ignore): Use vc-editable-p if available.
14730 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14731 (vc-do-command): Tweak advice to handle the new VC.
14732
14733 * log-view.el (log-view-goto-rev): New function for the new VC.
14734 (log-view-minor-wrap): Use mark-active.
14735
14736 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14737 (log-edit-changelog-full-paragraphs): New var.
14738 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14739 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14740 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14741 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14742 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14743 Replace the `cvs' prefix with `log-edit'.
14744
14745 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14746
14747 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14748 (diff-font-lock-defaults): Explicitly turn off multiline.
14749 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14750 (diff-ediff-patch): Fix call to ediff-patch-file.
14751 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14752 Handle comments.
14753
14754 * frame.el (automatic-hscrolling): Typo.
14755
14756 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14757
147582000-05-09 Sam Steingold <sds@goems.com>
14759
14760 * apropos.el (apropos-print): use `describe-face' instead of
14761 `customize-face-other-window'.
14762
147632000-05-09 Dave Love <fx@gnu.org>
14764
14765 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14766
14767 * help.el (describe-variable): Have customize button pop the
14768 help-xref stack when invoked.
14769 (help-xref-symbol-regexp): Add `face'.
14770 (help-make-xrefs): Check for quoted face names and adapt regexp
14771 submatch numbers to cope.
14772 (help-xref-interned): Maybe insert face doc too. Separate
14773 sections with a line of hyphens.
14774
14775 * faces.el: Some doc fixes. Declare some functions obsolete.
14776 (describe-face): Add customize button. Return the help
14777 text. Fix prompt.
14778
147792000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14780
14781 * term/internal.el (IT-character-translations): Fix last change.
14782
147832000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14784
14785 * woman.el: New file
14786 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14787
147882000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14789
14790 * term/internal.el (IT-character-translations): Update ASCII
14791 simulations for greek-iso8859-7, add latin-iso8859-14 and
14792 latin-iso8859-15.
14793
14794 * international/mule-cmds.el (set-language-info-alist): Call
14795 define-prefix-command with 3 arguments, to make the map suitable
14796 for a menu.
14797
147982000-05-07 Dave Love <fx@gnu.org>
14799
14800 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14801
148022000-05-05 Dave Love <fx@gnu.org>
14803
14804 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14805 list in doc string. Don't quote keyword symbols.
14806 * emacs-lisp/cl.el: Likewise
14807 * emacs-lisp/cl-seq.el: Likewise
14808
148092000-05-05 Gerd Moellmann <gerd@gnu.org>
14810
14811 * abbrev.el (abbrev-mode): Make ARG optional.
14812
148132000-05-04 Gerd Moellmann <gerd@gnu.org>
14814
14815 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14816
14817 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14818
14819 * subr.el (substitute-key-definition): Clarify documentation.
14820
148212000-05-04 Milan Zamazal <pdm@freesoft.cz>
14822
14823 * glasses.el (glasses-convert-to-unreadable): Use
14824 `glasses-separator' instead of the hard-wired "_".
14825 (glasses-mode): Call `glasses-make-unreadable' only in a single
14826 place.
14827
148282000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14829
14830 * term/internal.el (cjk-codepages-alist): Add associations for
14831 Chinese and Korean codepages. Remove FIXME comment.
14832
148332000-05-03 Dave Love <fx@gnu.org>
14834
14835 * time.el (display-time-mail-face, display-time-use-mail-icon):
14836 New option.
14837 (display-time-mail-icon): New variable.
14838 (display-time-string-forms): Use the above. Fix the local-map.
14839
148402000-05-03 Gerd Moellmann <gerd@gnu.org>
14841
14842 * replace.el (query-replace-map): Add binding for `E'.
14843 (query-replace-help): Extend help text.
14844 (perform-replace): Allow editing the replacement string.
14845
14846 * make-mode.el (makefile-mode-abbrev-table): New variable.
14847 (makefile-mode): Set local abbrev table to
14848 makefile-mode-abbrev-table.
14849 (makefile-font-lock-keywords): Fontify includes and conditionals.
14850
14851 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14852 set TOGGLE's value.
14853
14854 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14855 mail-interactive-insert-alias.
14856 (mail-abbrev-complete-alias): New command.
14857 (mail-mode-map): Bind it to `M-TAB'.
14858
148592000-05-03 Kenichi Handa <handa@etl.go.jp>
14860
14861 * language/lao-util.el (lao-compose-region): New function.
14862
148632000-05-02 Gerd Moellmann <gerd@gnu.org>
14864
14865 * files.el (recover-session): Make directories as necessary
14866 if they don't exist yet.
14867
14868 * calendar/cal-french.el
14869 (french-calendar-multibyte-special-days-array)
14870 (french-calendar-special-days-array): Change French text.
14871 (calendar-french-date-string): Change output.
14872 (calendar-goto-french-date): Likewise.
14873
148742000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14875
14876 * wid-edit.el (widget-default-active): Obey `:always-active'.
14877 (widget-documentation-string-value-create): Set `:always-active'.
14878
148792000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14880
14881 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14882 default prefix to `~/_emacs.d/auto-save.list/_s'.
14883 (normal-top-level): Create the directory for auto-save files, if
14884 it doesn't already exist (in the ms-dos case only).
14885
148862000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14887
14888 * international/mule-cmds.el (set-language-environment): Don't
14889 concat an integer (dos-codepage), use format instead.
14890
148912000-05-02 Dave Love <fx@gnu.org>
14892
14893 * help.el (help-xref-on-pp): Check for constant symbols.
14894
148952000-04-29 Gerd Moellmann <gerd@gnu.org>
14896
14897 * startup.el (normal-top-level): Put a condition-case around
14898 the code loading subdirs.el.
14899
149002000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14901
14902 * ps-print.el: Upside-down and face background color printing,
14903 line number step, doc fix.
14904 (ps-print-version): New version number (5.2).
14905 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14906 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14907 (ps-spool-config): Var fix.
14908 (ps-printer-name-option): Const fix.
14909 (ps-print-upside-down, ps-use-face-background)
14910 (ps-line-number-step): New vars.
14911 (ps-window-system, ps-lp-system): New consts.
14912 (ps-face-background): New fun.
14913
149142000-04-28 Richard Stallman <rms@gnu.org>
14915
14916 * files.el (make-auto-save-file-name):
14917 Apply auto-save-file-name-transforms to visited file name
14918 before generating auto save file name.
14919 (auto-save-file-name-transforms): New variable.
14920
14921 * files.el (backup-enable-predicate):
14922 Correctly test for a file under a temporary directory.
14923
149242000-04-28 Gerd Moellmann <gerd@gnu.org>
14925
14926 * subr.el (add-minor-mode): Rewritten.
14927
149282000-04-28 Kenichi Handa <handa@etl.go.jp>
14929
14930 * mail/sendmail.el (sendmail-send-it): Set
14931 buffer-file-coding-system to the selected coding system for MIME
14932 header.
14933
149342000-04-27 Gerd Moellmann <gerd@gnu.org>
14935
14936 * dired.el (dired-move-to-filename-regexp): Allow format where
14937 YYYY is followed by two spaces.
14938
14939 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14940 in the second character class of the regexp.
14941
14942 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14943 mh-etc, too.
14944
14945 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14946 nil.
14947
14948 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14949
14950 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14951 argument.
14952
149532000-04-27 Sen Nagata <sen@eccosys.com>
14954
14955 * emacs-lisp/crm.el (crm-completion-table): New variable.
14956 (crm-collection-fn, crm-test-completion)
14957 (completing-read-multiple): Use it.
14958
149592000-04-27 Dave Love <fx@gnu.org>
14960
14961 * help.el (locate-library): Use mapc.
14962 (help-manyarg-func-alist): Add call-process-region.
14963
149642000-04-26 Gerd Moellmann <gerd@gnu.org>
14965
14966 * subr.el (add-minor-mode): Make argument MAP optional.
14967
14968 * desktop.el (desktop-save): Save list of minor modes.
14969 (desktop-create-buffer): Restore minor modes.
14970 (desktop-minor-mode-table): New user-option.
14971
14972 * subr.el (add-minor-mode): New function.
14973
14974 * image.el (find-image): New function.
14975 (defimage): Rewritten to find image at load time.
14976
14977 * startup.el (normal-top-level-add-to-load-path): Handle
14978 case that the default directory is not in load-path.
14979
14980 * help.el: Old patch from Stefan Monnier.
14981 (help-xref-on-pp): New function.
14982 (describe-variable): Use it to display xrefs in a symbol's value.
14983
149842000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14985
14986 * cus-edit.el (custom-face): Fix parenthesis.
14987
149882000-04-26 Kenichi Handa <handa@etl.go.jp>
14989
14990 * mail/rmail.el (rmail-expunge): When there are no deleted
14991 messages, do nothing.
14992
149932000-04-26 Dave Love <fx@gnu.org>
14994
14995 * international/mule-cmds.el (locale-translation-file-name):
14996 Defvar to nil.
14997 (set-locale-environment): Set it here (at runtime).
14998
149992000-04-25 Gerd Moellmann <gerd@gnu.org>
15000
15001 * replace.el (perform-replace): Add parameters START and END. Use
15002 them instead of the check for a region in Transient Mark mode.
15003 (query-replace-read-args): Return two more list elements for the
15004 start and end of the region in Transient Mark mode.
15005 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15006 (map-query-replace-regexp, replace-string, replace-regexp): Add
15007 optional last arguments START and END and pass them to
15008 perform-replace.
15009
15010 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15011 form with additional arguments for perform-replace.
15012
15013 * progmodes/etags.el (tags-query-replace): Add parameters START
15014 and END. Construct a form with additional arguments for
15015 perform-replace.
15016
15017 * simple.el (shell-command): Set default directory for "*Shell
15018 Command Output" buffer.
15019
15020 * language/european.el (iso-latin-4): Fix typo.
15021
15022 * emacs-lisp/crm.el: New file.
15023
150242000-04-24 Dave Love <fx@gnu.org>
15025
15026 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15027 (Custom-reset-saved, Custom-reset-standard)
15028 (custom-group-value-create, custom-group-set, custom-group-save)
15029 (custom-group-reset-current, custom-group-reset-saved)
15030 (custom-group-reset-standard): Use mapc.
15031 (custom-buffer-create-internal): Disable undo when creating items.
15032 Use mapc.
15033 (custom-face): Avoid redundant lambda.
15034
150352000-04-24 Gerd Moellmann <gerd@gnu.org>
15036
15037 * startup.el (auto-save-list-file-prefix): Set default to
15038 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15039
150402000-04-24 Sam Steingold <sds@gnu.org>
15041
15042 * time-stamp.el (time-stamp-string-preprocess): Always convert
15043 `field-result' to a string.
15044
150452000-04-24 Gerd Moellmann <gerd@gnu.org>
15046
15047 * frame.el (scrolling): New group.
15048 (automatic-hscrolling): New user-option.
15049
15050 * startup.el (command-line-x-option-alist): Add `-lsp' and
15051 `--line-spacing'.
15052
150532000-04-19 Dave Love <fx@gnu.org>
15054
15055 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15056 (cl-mapc): Rename from mapc. Fix the funcall.
15057
150582000-04-19 Gerd Moellmann <gerd@gnu.org>
15059
15060 * simple.el (clone-indirect-buffer-other-window): New command.
15061 (clone-indirect-buffer): Add optional arg NORECROD.
15062 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15063
15064 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15065
15066 * window.el (count-screen-lines): New function.
15067 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15068 instead of window-buffer-height.
15069
15070 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15071 non-existing variable comint-input-sentinel.
15072 (inferior-lisp-args-to-list): Removed.
15073 (inferior-lisp): Use split-string instead of
15074 inferior-lisp-args-to-list.
15075
15076 * hexl.el (hexl-insert-hex-string): New command.
15077
15078 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15079 instead of concat.
15080
150812000-04-18 Gerd Moellmann <gerd@gnu.org>
15082
15083 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15084 at the start of an existing but empty folder.
15085
150862000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15087
15088 * ps-mule.el: Customization fix, doc fix.
15089 (ps-multibyte-buffer): Customization fix.
15090
150912000-04-17 Richard M. Stallman <rms@gnu.org>
15092
15093 * subr.el (read-passwd): Use read-char-exclusive.
15094
150952000-04-17 Gerd Moellmann <gerd@gnu.org>
15096
15097 * textmodes/texinfo.el (texinfo-insert-@email)
15098 (texinfo-insert-@emph, texinfo-insert-@quotation)
15099 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15100 (texinfo-mode-map): Add key bindings for them.
15101
15102 * files.el (basic-save-buffer-2): Use a template with `$'
15103 instead of `#' for VMS.
15104
15105 * simple.el (clone-indirect-buffer): New function.
15106
151072000-04-16 Stephen Eglen <stephen@gnu.org>
15108
15109 * iswitchb.el (iswitchb-case): New function. If the user input
15110 contains any upper-case characters, the search is made
15111 case-sensitive.
15112
151132000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15114
15115 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15116 comment-end.
15117 (texinfo-font-lock-syntactic-keywords): New var.
15118 (texinfo-font-lock-keywords): Remove comment regexp.
15119 (texinfo-insert-block): New function.
15120 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15121 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15122 and font-lock-defaults. Use regexp-opt for outline-regexp.
15123 (texinfo-environments): New var.
15124 (texinfo-environment-regexp): Use regexp-opt and
15125 texinfo-environments.
15126
15127 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15128 ispell-process is bound since this might be eval'd before ispell
15129 is loaded.
15130 (ispell-message): Use a tiny bit less magic and a bit more hard
15131 data to figure out what kind of sc-cite-regexp to use.
15132
15133 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15134
15135 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15136 (insert-cyclic-diary-entry): Unquote the lambda.
15137
15138 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15139
15140 * files.el (backup-enable-predicate): Unquote the lambda.
15141
15142 * cus-edit.el (custom-face, face): Unquote the lambda.
15143
151442000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15145
15146 * ps-print.el: Check for line-beginning-position definition.
15147
15148 * ps-print.el: Fix counting lines in a region.
15149 (ps-print-version): New version number (5.1.5).
15150 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15151 (ps-printing-region): Fun code fix.
15152
151532000-04-15 Gerd Moellmann <gerd@gnu.org>
15154
15155 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15156 to file-directory-p.
15157
151582000-04-14 Gerd Moellmann <gerd@gnu.org>
15159
15160 * gud.el (gud-jdb-build-source-files-list): Check that directory
15161 exists before calling directory-files.
15162
151632000-04-13 Dave Love <fx@gnu.org>
15164
15165 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15166 syntax.
15167
15168 * emacs-lisp/cl-specs.el: Remove when, unless.
15169
15170 * emacs-lisp/cl-extra.el: Don't quote keywords.
15171 (cl-old-mapc): New variable.
15172 (mapc): Use it.
15173 (cl-map-intervals): Use with-current-buffer. Don't check for
15174 next-property-change.
15175 (cl-map-overlays): Use with-current-buffer.
15176 (cl-expt): Remove.
15177 (copy-tree, remprop): Define unconditionally.
15178
15179 * emacs-lisp/cl-compat.el (keywordp): Remove.
15180
15181 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15182 to use keywordp.
15183 (edebug-spec): Enable keywordp.
15184
15185 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15186 string-lessp.
15187
15188 * cus-start.el: Use keywordp.
15189
151902000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15191
15192 * diary-lib.el (include-other-diary-files): Fix the fix of
15193 2000-02-18 by doing a save-excursion.
15194
151952000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15196
15197 * ps-print.el: Customization fix, doc fix.
15198 (ps-print-version): New version number (5.1.4).
15199 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15200 (ps-print-preprint): Adjust code.
15201 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15202 (ps-print-prologue-header, ps-print-control-characters)
15203 (ps-spool-config): Customization fix.
15204
152052000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15206
15207 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15208 converted to the new menu-item format, names silightly changed,
15209 help strings added.
15210
15211 Support for spelling without async subprocesses:
15212
15213 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15214 (ispell-session-buffer): New variables.
15215 (ispell-start-process, ispell-process-status,
15216 ispell-accept-output, ispell-send-string): New functions, for
15217 Ispell invocation when async subprocesses aren't supported.
15218 (ispell-word, ispell-pdict-save, ispell-command-loop,
15219 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15220 to process-send-string with calls to ispell-send-string, and
15221 accept-process-output with ispell-accept-output.
15222 (ispell-init-process): Call ispell-process-status instead of
15223 process-status with.
15224 (ispell-init-process): Call ispell-start-process. Call
15225 ispell-accept-output and ispell-send-string. Don't call
15226 process-kill-without-query and kill-process if they are unbound.
15227 (ispell-async-processp): New function.
15228
152292000-04-12 Dave Love <fx@gnu.org>
15230
15231 * info.el: Add debug-ignored-errors.
15232 (Info-mode-menu): Add some items.
15233 (Info-directory): Add autoload cookie.
15234
15235 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15236 Modify `truncate-lines'. Make `describe-language-environment'
15237 always visible and add help. Modify `describe-key' help. Invoke
15238 Info-directory from `info'. New entry `emacs-manual'.
15239
152402000-04-10 Gerd Moellmann <gerd@gnu.org>
15241
15242 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
15243 propertized-buffer-identification.
15244 (ebrowse-update-member-buffer-mode-line): Likewise.
15245 (ebrowse--mode-strings): Removed.
15246 (ebrowse--mode-line-props): Removed.
15247
15248 * files.el (auto-mode-alist): Add `EBROWSE'.
15249
15250 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15251 space before testing for end of buffer.
15252 (ebrowse-load): Removed.
15253 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15254 (ebrowse-create-tree-buffer): Rewritten.
15255 (ebrowse-tree-mode): Read tree from buffer.
15256
15257 * progmodes/ebrowse-ffh.el: Removed.
15258
152592000-04-10 Kenichi Handa <handa@etl.go.jp>
15260
15261 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15262
152632000-04-10 Gerd Moellmann <gerd@gnu.org>
15264
15265 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15266 at the wrong place.
15267
152682000-04-09 Dave Love <fx@gnu.org>
15269
15270 * files.el (backup-enable-predicate): Use
15271 temporary-file-directory, small-temporary-file-directory.
15272 (make-backup-file-name-function, backup-directory-alist): New
15273 variables.
15274 (make-backup-file-name-1): New function.
15275 (make-backup-file-name): Use it.
15276 (find-backup-file-name): Likewise. Use format for clarity, not
15277 concat.
15278 (file-newest-backup): Use make-backup-file-name.
15279
152802000-04-09 Gerd Moellmann <gerd@gnu.org>
15281
15282 * progmodes/ebrowse-ffh.el: New file.
15283
15284 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
15285 to ebrowse-ffh.el.
15286 (ebrowse-load): Add autoload.
15287
15288 * finder.el (finder-commentary): Add autoload cookie.
15289
15290 * mail/rfc2368.el: Correct author's email address.
15291
15292 * progmodes/ebrowse.el: New file.
15293
15294 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15295 item help string.
15296 (easy-menu-do-add-item): Ditto.
15297 (easy-menu-define): Extend doc string.
15298
15299 * jit-lock.el (with-buffer-unmodified): Use
15300 restore-buffer-modified-p.
15301 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15302 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15303 with-buffer-unmodified.
15304
153052000-04-08 Dave Love <fx@gnu.org>
15306
15307 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15308 unless, when.
15309
153102000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15311
15312 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15313 (viper-flash-search-pattern): No operation when using Emacs
15314 doesn't support face.
15315 Use `viper-put-on-search-overlay'.
15316
153172000-04-04 Gerd Moellmann <gerd@gnu.org>
15318
15319 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15320 like C-r.
15321
15322 * progmodes/make-mode.el: Some doc fixes.
15323 (makefile-mode-abbrev-table): New variable.
15324 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15325 (makefile-font-lock-keywords): Fontify includes and conditionals.
15326 (toplevel): Require `dabbrev' and `add-log' when compiling.
15327
15328 * replace.el (perform-replace): Don't move forward one char
15329 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15330 to do that because it leaves point 1 position after the last
15331 replacement, after everything has been replaced.
15332
15333 * jit-lock.el (with-buffer-unmodified): New macro.
15334 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15335 modified state.
15336 (jit-lock-function-1): Extracted from jit-lock-function; not
15337 preserving buffer's modified state.
15338 (jit-lock-function, jit-lock-stealth-fontify): Call
15339 jit-lock-function-1.
15340
15341 * mail/rfc2368.el: Remove supernumerary copyright line.
15342
153432000-04-04 Milan Zamazal <pdm@freesoft.cz>
15344
15345 * glasses.el: Provide facilities for inserting space before left
15346 parentheses and uncapitalization of identifiers.
15347 (glasses-mode): Try to remove old overlays in all cases.
15348
153492000-04-03 Gerd Moellmann <gerd@gnu.org>
15350
15351 * progmodes/compile.el (compile-internal): Display the compilation
15352 buffer in a different frame, if it's already displayed there.
15353
15354 * mail/rfc2368.el: New file.
15355
15356 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15357 header and insert its value as mail body.
15358
15359 * subr.el (member-ignore-case): New function.
15360
15361 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15362 (dabbrev--find-expansion): Ignore buffers matching a regexp
15363 from dabbrev-ignored-regexps.
15364
15365 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15366 to extensions handled by gzip.
15367
153682000-04-03 Richard M. Stallman <rms@gnu.org>
15369
15370 * files.el (insert-directory): List the total free space
15371 along with the used space.
15372
15373 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15374 line is followed by one that matches CITATION-REGEXP, end the
15375 paragraph.
15376
153772000-04-03 Markus Rost <rost@delysid.gnu.org>
15378
15379 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15380 (rmail-make-basic-summary-line): Use that option.
15381
153822000-04-03 Kenichi Handa <handa@etl.go.jp>
15383
15384 * international/mule-cmds.el (encoded-string-description):
15385 Rewritten. Try pretty description for ISO 2022 escape sequences
15386 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15387 for hexadecimal format.
15388
153892000-04-01 Dave Love <fx@gnu.org>
15390
15391 * cpp.el: Change customization group to `c' from `C'.
15392
15393 * vcursor.el (vcursor-move): Use display-color-p.
15394
15395 * international/mule-util.el: Provide mule-utils.
15396 (string-to-sequence): Simplify and speed up.
15397
15398 * international/mule.el (make-coding-system): Purecopy doc-string.
15399
15400 * international/mule-cmds.el: Various menu changes.
15401 (describe-specified-language-support): Handle `Default'.
15402 (set-language-info): Purecopy `info'.
15403
154042000-03-31 Andrew Innes <andrewi@gnu.org>
15405
15406 * vc.el (vc-backend-diff): Return the correct status if we had to
15407 retry the rcsdiff command without the --brief option.
15408
154092000-03-31 Dave Love <fx@gnu.org>
15410
15411 * help.el (help-manyarg-func-alist): Correct several omissions.
15412
15413 * add-log.el: Don't require cl, fortran.
15414 (add-log-current-defun-function): Doc fix.
15415 (change-log-version-number-regexp-list): Remove SCCS part. Doc
15416 fix.
15417 (change-log-version-rcs): Function deleted.
15418 (change-log-version-number-search): Doc fix. Use
15419 vc-workfile-version. Avoid CL dolist.
15420 (add-change-log-entry): Just call add-log-current-defun to get
15421 defun. Simplify somewhat.
15422 (change-log-get-method-definition-1): Likewise.
15423 (add-log-current-defun): Return nil if calling
15424 add-log-current-defun-function does so. Move Fortran stuff to
15425 fortran.el. Return string without properties.
15426
15427 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15428 and :alpha: char classes.
15429
15430 * mail/supercite.el: Defvar curline when compiling.
15431 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15432 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15433 rather than a-zA-Z0-9 to allow non-ASCII characters.
15434
154352000-03-31 Gerd Moellmann <gerd@gnu.org>
15436
15437 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15438
15439 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15440 Re-enable new code.
15441
15442 * lpr.el (print-region-1): Use -d to specify printer name for
15443 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15444
154452000-03-31 Dave Love <fx@gnu.org>
15446
15447 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
15448 for function definition in symbol's function value slot first
15449 instead of first consulting byte-compile-function-environment.
15450
154512000-03-31 Kenichi Handa <handa@etl.go.jp>
15452
15453 * language/european.el ("Polish"): New language environment.
15454 (setup-polish-environment): New function.
15455
154562000-03-30 Gerd Moellmann <gerd@gnu.org>
15457
15458 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15459 Disable new code.
15460
15461 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15462 trying to `load' the symbol of an autoload instead of the file
15463 recorded in the autoload. Fix error messages.
15464
154652000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15466
15467 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15468 (ps-print-version): New version number (5.1.3).
15469 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15470 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15471 (ps-generate-postscript-with-faces): Code fix.
15472 (ps-color-values): XEmacs compatibility.
15473 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15474 (ps-default-fg, ps-default-bg): Adjust customization.
15475 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15476 (ps-color-scale): Renaming old ps-color-value fun.
15477 (ps-print-headers): Replace ps-print-header group to avoid conflict
15478 with ps-print-header variable.
15479 (ps-print-miscellany): New group.
15480 (ps-format-color, ps-rgb-color): New funs.
15481 (ps-default-foreground): New var.
15482 (ps-printer-name-option): New const.
15483
154842000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15485
15486 * net/net-utils.el:
15487 (network-connection-host, network-connection-service): New variables
15488 (network-connection-mode): New mode, derived from comint-mode
15489 (network-connection-mode-setup): New function, saves host and
15490 service information in local variables.
15491
15492 * lisp/locate.el:
15493 (locate-word-at-point): Added this function
15494 (locate): Default to using locate-word-at-point as input
15495 Run dired-mode-hook
15496
154972000-03-29 Dave Love <fx@gnu.org>
15498
15499 * calendar/appt.el: Doc fixes.
15500 (appt-check): Convert min-to-app to a string before passing to
15501 appt-disp-window-function or concat.
15502 (appt-delete-window): Remove test for frame-root-window.
15503 (appt-select-lowest-window, appt-convert-time): Simplify.
15504
15505 * emacs-lisp/bytecomp.el: Doc fixes.
15506 (byte-compile-file-form-autoload): Update
15507 byte-compile-function-environment.
15508
155092000-03-29 Andreas Schwab <schwab@suse.de>
15510
15511 * emacs-lisp/autoload.el: Also print defsubst doc string
15512 specially.
15513
15514 * dired.el (dired-insert-directory): If dired-free-space-program
15515 failed just delete its output.
15516
155172000-03-29 Dave Love <fx@gnu.org>
15518
15519 * international/iso-cvt.el: Move provide to end. Doc fixes.
15520 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15521 (iso-iso2sgml, iso-sgml2iso): New functions.
15522 (iso-cvt-define-menu): Fix some entries and use backquote for
15523 clarity.
15524
15525 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15526
155272000-03-28 Gerd Moellmann <gerd@gnu.org>
15528
15529 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15530 ISO-DATE. If non-nil, return date in ISO 8601 format.
15531
155322000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15533
15534 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15535 if it ever becomes used.
15536 (log-edit-mode-hook): Default to vc-log-mode-hook.
15537 (log-edit-mode): Fix the docstring.
15538
15539 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15540 the code.
15541
155422000-03-26 Dave Love <fx@gnu.org>
15543
15544 * net/browse-url.el (browse-url): Re-fix case of
15545 browse-url-browser-function being an alist.
15546 (browse-url): Add :link to defgroup.
15547
15548 * files.el: Doc fixes.
15549 (file-truename): Include `[' in wildcard characters.
15550 (automount-dir-prefix): Customize.
15551 (find-file-wildcards): Add :version.
15552 (find-file-noselect): Simplify a mapcar call.
15553
15554 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15555 compatible with inf-lisp version.
15556 (eval-defun-1): Fix custom-declare-variable case.
15557
155582000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15559
15560 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15561
155622000-03-24 Gerd Moellmann <gerd@gnu.org>
15563
15564 * Makefile (COMPILE_FIRST): New macro.
15565 (compile-files): Compile files from COMPILE_FIRST first.
15566
15567 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15568 code.
15569
15570 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15571 matching open parenthesis in column 0 to defun-prompt-regexp
15572 only if open-paren-in-column-0-is-defun-start is set.
15573
15574 * sun-curs.el: Require CL at compile-time only.
15575
15576 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15577 instead of copy-list which is a function from CL.
15578 (msb--choose-menu, msb--mode-menu-cond)
15579 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15580 (msb--init-file-alist): Use mapcar instead of mapcan.
15581 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15582 `(' in column 0 in doc string.
15583 (msb--add-separators): Use mapcar instead of mapcan.
15584
15585 * cus-dep.el: Require CL at compile-time only.
15586
155872000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15588
15589 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15590 (byte-compile-warnings): New warning `noruntime'.
15591 (byte-compile-constants, byte-compile-variables): Fix docstring.
15592 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15593 execute `eval-whenc-compile's body.
15594 (byte-compile-unresolved-functions): Fix docstring.
15595 (byte-compile-eval): New function.
15596 (byte-compile-callargs-warn): Check if the function will be available
15597 at runtime (via property `byte-compile-noruntime').
15598 (byte-compile-print-syms): New function.
15599 (byte-compile-warn-about-unresolved-functions): Also warn about
15600 `noruntime' functions (and use `byte-compile-print-syms').
15601 (byte-compile-file): Capitalize the message.
15602
156032000-03-24 Gerd Moellmann <gerd@gnu.org>
15604
15605 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15606 (rmail-expunge): Ask for confirmation depending on the setting
15607 of rmail-confirm-expunge.
15608
156092000-03-23 Gerd Moellmann <gerd@gnu.org>
15610
15611 * Makefile (bootstrap-clean): If $(emacs) exists, build
15612 loaddefs.el first. A loaddefs.el that's not up-to-date might
15613 cause a bootstrap failure because things don't autoload as
15614 expected.
15615
156162000-03-23 Dave Love <fx@gnu.org>
15617
15618 * net/browse-url.el: Restore previous use of
15619 browse-url-maybe-new-window.
15620
156212000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15622
15623 * ps-print.el: Skip banner page fix.
15624 (ps-print-version): New version number (5.1.2).
15625 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15626
156272000-03-23 Dave Pearson <davep@davep.org>
15628
15629 * net/quickurl.el Changed the type of parameter passed to the
15630 function defined by `quickurl-format-function'. Before only the
15631 text of the URL was passed. Now the whole URL structure is passed
15632 and the function is responsible for extracting the parts it
15633 requires. Changed the default of `quickurl-format-function'
15634 accordingly.
15635 (quickurl-insert): Changed the `funcall' of
15636 `quickurl-format-function' to match the above change.
15637 (quickurl-list-insert): Changed the `url' case so that it makes
15638 use of `quickurl-format-function', previous to this the format was
15639 hard wired.
15640
156412000-03-22 Gerd Moellmann <gerd@gnu.org>
15642
15643 * startup.el: Change some spellings for the X Window System.
15644
156452000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15646
15647 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15648 up the code and the regexp and make sure the cursor is temporarily
15649 moved to the suspicious line while querying the user.
15650
156512000-03-22 Jason Rumney <jasonr@gnu.org>
15652
15653 * w32-fns.el (w32-charset-info-alist): Initialize.
15654
156552000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15656
15657 * ps-print.el: N-up last page fix.
15658 (ps-print-version): New version number (5.1.1).
15659 (ps-end-file, ps-end-job, ps-generate): Code fix.
15660
156612000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15662
15663 * files.el (find-file-run-dired): Update docstring.
15664 (find-directory-functions): New hook.
15665 (find-file-noselect): Run find-directory-functions rather than
15666 calling dired directly.
15667
15668 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15669
15670 * pcvs.el: Add a minimal leading commentary.
15671 (cvs-make-cvs-buffer): Change the header part by removing the startup
15672 message and adding a `Module' entry. Also replace the FOOTER and
15673 HEADER special fileinfos with the new support in ewoc for updating
15674 its own footer and header.
15675 (cvs-update-header): Update to use the header/footer of the ewoc.
15676 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15677 (cvs-is-within-p): New function.
15678 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15679 to only examine some subset of the buffers.
15680
15681 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15682 `format' instead of our own ad-hoc functions.
15683 Remove HEADER and FOOTER cases, now handled in the EWOC.
15684 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15685
15686 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15687 output to avoid scaring the user.
15688 (cvs-parse-table): Catch message for non-up-to-date commits.
15689
15690 * pcvs-defs.el (cvs-startup-message): Remove.
15691 (cvs-global-menu): New autoloaded menu.
15692
15693 * pcvs-util.el (cvs-string-fill): Remove.
15694
15695 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15696 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15697 PP part of it and also make it work for footers and headers.
15698 (ewoc-create): Drop POS and BUFFER arguments.
15699 Use the DLL's dummy node to store the end-of-footer position.
15700 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15701 (ewoc-refresh): Remove unused `header' variable.
15702 (ewoc-(get|set)-hf): New functions.
15703
15704 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15705 log-view-*-(message|file) and use easy-mmode-define-navigation.
15706 (log-view-message-re): Match SCCS format as well.
15707 And match the revision line rather than the dashed separator line.
15708 (log-view-mode): Use the new define-derived-mode.
15709 (log-view-current-tag): Fill in with an actual implementation.
15710
15711 * cvs-status.el (cvs-status-(prev|next)): Rename from
15712 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15713 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15714 to let the output "breathe" a little more (more readable).
15715 (cvs-status-mode): Use the new define-derived-mode.
15716
15717 * smerge-mode.el (smerge-auto-leave): New function and variable.
15718 (smerge-basic-map): Rename from smerge-basic-keymap.
15719 Change the bindings for smerge-diff-*.
15720 (smerge-*-map): Use easy-mmode-defmap.
15721 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15722 (smerge-keep-*): Use smerge-auto-leave.
15723
157242000-03-21 Jason Rumney <jasonr@gnu.org>
15725
15726 * cus-edit.el (custom-button-face): Use 3D look for w32.
15727 (custom-button-pressed-face): Likewise.
15728
157292000-03-21 Gerd Moellmann <gerd@gnu.org>
15730
15731 * progmodes/etags.el (tags-case-fold-search): New user-option.
15732 (tags-loop-eval): New function. Bind case-fold-search around eval
15733 depending on the value of tags-case-fold-search.
15734 (tags-loop-continue): Use tags-loop-eval.
15735 (find-tag-in-order): Bind case-fold-search depending on the value
15736 of tags-case-fold-search.
15737
157382000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15739
15740 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15741 (diff-end-of-hunk): Return the end position for use in
15742 `easy-mmode-define-navigation'.
15743 (diff-recenter): Remove.
15744 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15745 of `easy-mmode-define-navigation'.
15746 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15747 previous renaming) and fix to use new names.
15748 (diff-merge-strings): Use \n as separator: simpler, faster.
15749 (diff-mode): Use `define-derived-mode'.
15750
15751 * derived.el (define-derived-mode): Don't autoload anymore.
15752 Prefer the macro-only version provided by easy-mmode.el.
15753
15754 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15755 `easy-mmode-define-derived-mode'.
15756 Use `combine-run-hooks'.
15757 (easy-mmode-define-navigation): New macro.
15758
15759 * subr.el (combine-run-hooks): New function.
15760
157612000-03-21 Kenichi HANDA <handa@etl.go.jp>
15762
15763 * term/x-win.el: Fontsets related initialization is simplified.
15764
15765 * international/mule-diag.el (describe-font): Don't refer to
15766 global-fontset-alist, instead call font-list.
15767 (describe-fontset, list-fontsets, mule-diag): Likewise.
15768 (print-fontset): Adjusted for the change of fontset
15769 implementation.
15770
15771 * international/fontset.el (x-charset-registries): Variable
15772 removed, instead the corresponding data is stored in the default
15773 fontset.
15774 (register-alternate-fontnames): Function removed.
15775 (resolved-ascii-font): Variable removed.
15776 (x-compose-font-name): Ignore the second argument REDOCE.
15777 (x-complement-fontset-spec): Complement only an ASCII font and
15778 element for those charsets than can use that ASCII font.
15779 (generate-fontset-menu): Don't refer to global-fontset-alist,
15780 instead call fontset-list.
15781 (uninstantiated-fontset-alist): Variable removed.
15782 (x-style-funcs-alist): Likewise.
15783 (fontset-default-styles): Likewise.
15784 (x-modify-font-name): Function removed.
15785 (create-fontset-from-fontset-spec): Ignore the argument
15786 STYLE-VARIANT.
15787 (create-fontset-from-ascii-font): Docsting adjusted for the above
15788 change.
15789 (instantiate-fontset, resolve-fontset-name): Functions removed.
15790 (fontset-list): Now implemented by C code.
15791
15792 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15793 (describe-face): Include `font' attribute in the description.
15794
157952000-03-21 Kenichi Handa <handa@etl.go.jp>
15796
15797 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15798
157992000-03-20 Gerd Moellmann <gerd@gnu.org>
15800
15801 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15802 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15803 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15804
15805 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15806 about behavior of set-buffer-modified-p wrt redisplay.
15807
158082000-03-19 Richard M. Stallman <rms@gnu.org>
15809
15810 * view.el (view-mode-disable): Kill local binding of view-read-only.
15811
158122000-03-18 Gerd Moellmann <gerd@gnu.org>
15813
15814 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15815 is a string, convert it to a syntax cell using string-to-syntax.
15816
15817 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15818 (string-to-syntax): New function.
15819
15820 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15821 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15822 try to use passive ftp mode.
15823
158242000-03-17 Gerd Moellmann <gerd@gnu.org>
15825
15826 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15827
15828 * simple.el (append-to-buffer): Update point of windows after
15829 insertion.
15830
15831 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15832 forward then moving backward. Reindent.
15833
15834 * frame.el (other-frame): Call x-focus-frame only if
15835 focus-follows-mouse is off.
15836
158372000-03-17 Dave Love <fx@gnu.org>
15838
15839 * pcvs-util.el (cvs-strings->string): Rename
15840 replace-regexps-in-string.
15841
158422000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15843
15844 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15845 regexp for labels cannot span several lines.
15846
15847 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15848 `(setq :<key> ':<key>)' to the macro expansion.
15849
158502000-03-16 Dave Love <fx@gnu.org>
15851
15852 * progmodes/f90.el (f90): Put custom group under `languages', not
15853 `fortran'.
15854 (f90-mode-hook): Customize.
15855 (f90-mode): Set add-log-current-defun-function.
15856 (f90-current-defun): New function.
15857
158582000-03-16 Gerd Moellmann <gerd@gnu.org>
15859
15860 * cus-edit.el (custom-variable-tag-face): Handle case that
15861 default face's height is not a number.
15862 (custom-face-tag-face, custom-group-tag-face-1)
15863 (custom-group-tag-face): Ditto.
15864 (custom-group-tag-face-1): Add :group.
15865
15866 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15867
158682000-03-15 Gerd Moellmann <gerd@gnu.org>
15869
15870 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15871 requiring easymenu.
15872
158732000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15874
15875 * ps-print.el: PostScript user-defined prologue, PostScript error
15876 handler, doc fix.
15877 (ps-print-version): New version number (5.1).
15878 (ps-user-defined-prologue, ps-error-handler-message)
15879 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15880 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15881 (ps-insert-string): New function.
15882
158832000-03-15 Kenichi Handa <handa@etl.go.jp>
15884
15885 * international/ccl.el (ccl-compile-expression): Don't generate
15886 invalid self-assignment code.
15887
158882000-03-14 Dave Love <fx@gnu.org>
15889
15890 * subr.el (replace-regexp-in-string): Renamed from
15891 replace-regexps-in-string. Doc fix.
15892
158932000-03-12 Dave Love <fx@gnu.org>
15894
15895 * cus-edit.el: Doc fixes.
15896 (customize-set-variable, customize-save-variable): Rename args for
15897 doc.
15898 (custom-variable-tag-face, custom-face-tag-face)
15899 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15900 style which user identify as hyperlink.
15901 (hook): Don't add undefined functions to the hook.
15902 (debug-ignored-errors): Transfer message from bindings.el.
15903
159042000-03-12 Gerd Moellmann <gerd@gnu.org>
15905
15906 * recentf.el (recentf-keep-non-readable-files-p): Remove
15907 double/nested definition.
15908
159092000-03-12 Dave Love <fx@gnu.org>
15910
15911 * facemenu.el (facemenu-get-face): Use display-color-p.
15912 * enriched.el (enriched-decode-foreground): Likewise.
15913 (enriched-decode-background): Likewise.
15914 * isearch.el (isearch-highlight): Likewise.
15915 * info-look.el (info-lookup): Likewise.
15916 * simple.el (completion-setup-function): Likewise.
15917
15918 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15919 :options.
15920
15921 * bindings.el (mode-line-format): Fix line-number and
15922 column-number items. Add help-echo for the background.
15923 (mode-line-mule-info): Modify help-echo.
15924
15925 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15926
15927 * files.el (load-file): Allow completion to .elc.
15928
15929 * man.el: Doc fixes.
15930 (Man-init-defvars): Use display-color-p to set fontification.
15931
15932 * play/hanoi.el (hanoi-internal): Don't use oddp.
15933
159342000-03-12 Gerd Moellmann <gerd@gnu.org>
15935
15936 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15937
15938 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15939
159402000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15941
15942 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15943 Fix comment.
15944
159452000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15946
15947 * font-lock.el (font-lock-keywords): Fix the doc now that
15948 regexp-opt-depth is unnecessary.
15949 (save-buffer-state): Set an edebug spec.
15950 (font-lock-fontify-anchored-keywords): Properly handle the case when
15951 the matcher goes past the limit.
15952
15953 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15954 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15955
15956 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15957 dll.el and cookie.el (from Elib) with heavy renaming and other
15958 massaging.
15959
15960 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15961 Autoload the functions used.
15962 (easy-mmode-define-syntax): Fix CL typo.
15963 (easy-mmode-define-derived-mode): Improve the docstring generation.
15964
159652000-03-10 Gerd Moellmann <gerd@gnu.org>
15966
15967 * textmodes/texinfo.el (texinfo-version): Variable and function
15968 removed.
15969
159702000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15971
15972 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15973 allow more flexibility.
ff39b9a1 15974 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
15975 (easy-mmode-defmap, easy-mmode-defsyntax)
15976 (easy-mmode-define-derived-mode): New macros.
15977
159782000-03-09 Didier Verna <didier@xemacs.org>
15979
15980 * rect.el (replace-rectangle): New function.
15981
159822000-03-09 Dave Love <fx@gnu.org>
15983
ff39b9a1 15984 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
15985 (fortran-comment-line-start-skip): Don't match cpp stuff.
15986 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15987 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15988 (fortran-mode): Don't set fortran-comment-line-start-skip,
15989 fortran-comment-line-start here. Set comment-start,
15990 add-log-current-defun.
15991 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15992 (fortran-current-defun): New function.
15993
159942000-03-09 Gerd Moellmann <gerd@gnu.org>
15995
15996 * emacs-lisp/re-builder.el: New file.
15997
15998 * mouse.el (mouse-drag-region): Don't run up-event handler
15999 if hscroll has changed.
16000
16001 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16002 builtin operators, use `font-lock-builtin-face' for Emacs and
16003 `font-lock-preprocessor-face' otherwise.
16004
16005 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16006 `(defun (setf foo)' differently.
16007
160082000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16009
16010 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16011 (regexp-opt): Update comment and adapt the code the new meaning of
16012 the `paren' argument of regex-opt-group for shy-groups.
16013 (regexp-opt-depth): Handle shy groups as well as backslashed
16014 backslashes.
16015 (regexp-opt-group): Turn the leading comment into a docstring.
16016 Allow `paren' to be a string (the string to use to open a group).
16017 Remove open-presuf and close-presuf. Instead of checking for `all
16018 one-char' and then later on check for `several one-char', handle
16019 both cases close together. Also apply a more generic algorithm
16020 for suffixes (the mirror image of the algorithm used for
16021 prefixes). Use shy-groups. Use nreverse rather than reverse.
16022 (regexp-opt-try-suffix): Removed.
16023
16024 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16025 from comint-mode-map, so we can just inherit from it. Also, move
16026 the initialization into the `defvar' since there's no docstring
16027 anyway and it's fairly short.
16028 (inferior-scheme-mode): Define it as derived-mode: the code is
16029 shorter and this way we inherit from comint-mode-map rather than
16030 copying it.
16031
16032 * subr.el (replace-regexps-in-string): Properly handle the case
16033 where we match an empty string.
16034
16035 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16036 when the command has a directory component (such as "./testml").
16037 Also fix a typo in the comment.
16038
160392000-03-08 Gerd Moellmann <gerd@gnu.org>
16040
16041 * Makefile (compile-files): Compile files one by one because
16042 that's the only way to ensure a clean compilation environment for
16043 each individual file.
16044
16045 * frame.el (other-frame): Call x-focus-frame.
16046
160472000-03-07 Dave Love <fx@gnu.org>
16048
16049 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16050 :require to defcustom.
16051
ff39b9a1 16052 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16053
16054 * files.el (auto-mode-alist): Add configure.in.
16055
16056 * progmodes/autoconf.el: New file.
16057
160582000-03-07 Gerd Moellmann <gerd@gnu.org>
16059
16060 * mail/mh-e.el: Change maintainer to `none'.
16061
16062 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16063 to remove-hook and add-hook.
16064
160652000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16066
16067 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16068 it as the default.
16069 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16070 (sendmail-send-it): Conditionally add MIME headers specifying the
16071 used character set.
16072
160732000-03-07 Dave Love <fx@gnu.org>
16074
ff39b9a1
SM
16075 * winner.el: Fix keywords, autoload cookies.
16076 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16077
160782000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16079
16080 * international/mule.el: Modify comment about coding system
16081 property `coding-category'.
16082 (make-coding-system): New argument EOL-TYPE. Pay attention to
16083 coding-category property of PROPERTIES.
16084
ff39b9a1
SM
16085 * international/mule-conf.el (coding-category-utf-8)
16086 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16087 categories. Include them in the argument for set-coding-priority.
16088
ff39b9a1
SM
16089 * international/mule-cmds.el (reset-language-environment):
16090 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16091 coding-category-utf-16-le in the argument for set-coding-priority.
16092 (reset-language-environment): Initialize coding-category-utf-8,
16093 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16094
160952000-03-06 Karl Fogel <kfogel@red-bean.com>
16096
16097 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16098 code abstracted out of `bookmark-jump-noselect'. Now tries info
16099 extensions as well as compression extensions.
16100 (bookmark-jump-noselect): Use above new func.
16101
161022000-03-03 Gerd Moellmann <gerd@gnu.org>
16103
16104 * strokes.el: Change maintainer's mail address.
16105
161062000-03-03 Kenichi Handa <handa@etl.go.jp>
16107
16108 * international/mule-diag.el (list-character-sets): Make help-echo
16109 string by substitute-command-keys.
16110 (list-character-sets): Likewise.
16111 (sort-listed-character-sets): Call help-setup-xref.
16112
161132000-03-02 Gerd Moellmann <gerd@gnu.org>
16114
ff39b9a1 16115 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16116
161172000-03-01 Dave Love <fx@gnu.org>
16118
16119 * help.el (help-xref-go-back): Don't try to set position.
16120
ff39b9a1
SM
16121 * international/mule-diag.el (list-character-sets):
16122 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16123 (list-character-sets-1): Add help-echo to xrefs.
16124
161252000-03-02 Gerd Moellmann <gerd@gnu.org>
16126
16127 * frame.el (blink-cursor-mode): Switch cursor on when turning
16128 the mode off.
16129
16130 * add-log.el (add-log-current-defun): Add support for
16131 Autoconf mode.
16132
16133 * mail/rmail.el (rmail-quit-hook): New variable.
16134
161352000-03-01 Dave Love <fx@gnu.org>
16136
16137 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16138
16139 * help.el (help-xref-button): Add help-echo arg.
16140 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16141
ff39b9a1 16142 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16143
ff39b9a1 16144 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16145
161462000-03-01 Gerd Moellmann <gerd@gnu.org>
16147
16148 * image.el (defimage): Look for image files in load-path.
16149
ff39b9a1 16150 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16151
161522000-03-01 David Ponce <david.ponce@wanadoo.fr>
16153
ff39b9a1 16154 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16155
161562000-03-01 David Ponce <david.ponce@wanadoo.fr>
16157
ff39b9a1 16158 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16159 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16160 action to select/unselect a file.
16161 (recentf-edit-list): Code cleanup and improvement.
16162 (recentf-open-more-files-action): `recentf-open-more-files' button
16163 widget action to open a file.
ff39b9a1 16164 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16165 (recentf-more-collection): Deleted.
16166 (recentf-more-history): Deleted.
16167 (recentf-setup-more-completion): Deleted.
16168
161692000-03-01 David Ponce <david.ponce@wanadoo.fr>
16170
16171 * recentf.el (recentf-mode): No more needs that Emacs is running
16172 under a window-system.
16173
ff39b9a1 161742000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16175
16176 * recentf.el (recentf-edit-list): New command to edit the recent
16177 list which allow the user to remove files.
16178 (recentf-edit-selected-items): New global variable, used by
16179 `recentf-edit-list' to hold the list of files to be removed from
16180 the recent list.
16181 (recentf-make-menu-items): Updated to display a "Edit list..."
16182 menu item. Minor code cleanup.
16183
ff39b9a1 161842000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16185
16186 * recentf.el (recentf-open-more-files): New command to open files
16187 that are not displayed in the menu.
16188 (recentf-more-collection): New global variable holding the set of
16189 permissible completions used by `recentf-open-more-files'.
16190 (recentf-more-history): New global variable holding the history list
16191 used by `recentf-open-more-files' completion.
16192 (recentf-setup-more-completion): New function to setup completion for
16193 `recentf-open-more-files'.
16194 (recentf-make-menu-items): Updated to display a "More..." menu item.
16195
ff39b9a1 161962000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16197
16198 * recentf.el (recentf-menu-action): Doc fixed.
16199
ff39b9a1 162002000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16201
16202 * recentf.el (recentf-menu-filter): Doc updated.
16203 (recentf-update-menu-hook): Allow menu filters to force menu update.
16204 (recentf-make-menu-items): New menu filter handling.
16205 (recentf-make-menu-item): New helper function.
16206 (recentf-menu-elements): New menu handling function.
16207 (recentf-sort-ascending): Updated to new menu filter handling.
16208 (recentf-sort-descending): Updated to new menu filter handling.
16209 (recentf-sort-basenames-ascending): New menu filter function.
16210 (recentf-sort-basenames-descending): New menu filter function.
16211 (recentf-show-basenames): New menu filter function.
16212 (recentf-show-basenames-ascending): New menu filter function.
16213 (recentf-show-basenames-descending): New menu filter function.
16214
162152000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16216
16217 * diary-lib.el (list-diary-entries): Don't try to go forward at
16218 the end of the buffer.
16219
162202000-02-29 Kenichi Handa <handa@etl.go.jp>
16221
ff39b9a1
SM
16222 * international/mule-diag.el (list-character-sets):
16223 Completely rewritten.
a30eb617
DL
16224 (sort-listed-character-sets): New function.
16225 (list-character-sets-1): Completely rewritten.
16226 (list-character-sets-2): New function.
16227 (non-iso-charset-alist): New variable.
16228 (decode-codepage-char): New function.
16229 (charset-history): New variable.
16230 (read-charset) (list-block-of-chars)
16231 (list-iso-charset-chars)
16232 (list-non-iso-charset-chars)
16233 (list-charset-chars): New functions.
16234 (mule-diag): Call list-character-sets-2, not
16235 list-character-sets-2.
16236 (dump-charsets): Likewise.
16237
162382000-02-29 Gerd Moellmann <gerd@gnu.org>
16239
16240 * dired-x.el (dired-filename-at-point): Add `@' to valid
16241 file name characters.
16242 (dired-filename-at-point): Handle ange-ftp file names.
16243
16244 * frame.el (frame-notice-user-settings): Use assq-delete-all
16245 instead of assoc-delete-all.
16246 (frame-notice-user-settings): Ditto.
16247
16248 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16249 Don't copy alist.
16250
162512000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16252
16253 * calculator.el (calculator-use-menu): New option.
16254 (calculator-initial-bindings): Changed some bindings to work as
16255 macros.
16256 (calculator-forced-input): Removed.
16257 (calculator-restart-other-mode): New variable.
16258 (calculator-mode-map): Set up menu.
16259
162602000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16261
16262 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
16263 tags.
16264
162652000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16266
16267 * viper-cmd.el (viper-envelop-ESC-key): added the option to
16268 translate all ESC key sequences.
16269 (viper-goto-mark-subr): restore markers for files for which
16270 they were saved.
16271 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
16272 * viper-util.el (viper-set-replace-overlay-glyphs,
16273 viper-set-replace-overlay): always check if the replacement
16274 overlay is live.
16275 * viper.el (viper-vi-state-mode-list): added major modes.
16276 * ediff-wind.el: minor comment changes.
16277 * ediff.el: copyright notice date fix.
16278
162792000-02-27 Jason Rumney <jasonr@gnu.org>
16280
16281 * faces.el (face-font-family-alternatives): Add arial to helv.
16282 (mode-line, header-line, tool-bar): Same default as x for w32.
16283 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16284 face-font-family-alternatives from working.
16285 * term/w32-win.el (mouse-set-font): Do not build fontset from
16286 chosen font.
16287
162882000-02-25 Sam Steingold <sds@goems.com>
16289
16290 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16291 properly.
16292
162932000-02-25 Richard M. Stallman <rms@gnu.org>
16294
16295 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16296
162972000-02-25 Gerd Moellmann <gerd@gnu.org>
16298
16299 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
16300 writable.
16301
16302 * frame.el (busy-cursor-delay-seconds): New option.
16303
163042000-02-24 Gerd Moellmann <gerd@gnu.org>
16305
16306 * frame.el (show-cursor-in-non-selected-windows): New option.
16307
163082000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16309
16310 * diary-lib.el (include-other-diary-files): Undo the selective
16311 display in any included file and don't kill it.
16312
163132000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16314
16315 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
16316 bar. Menu items converted to (menu-item format, help strings
16317 added.
16318 [downcase, upcase]: Don't enable on MS-DOS.
16319 [symlink, symlinks]: Don't show if make-symbolic-link is not
16320 bound.
16321 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16322
163232000-02-23 Dave Love <fx@gnu.org>
16324
16325 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16326 (backward-kill-word): Revert addition of * to interactive spec --
16327 it's a feature.
16328
16329 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16330 (backward-kill-sentence, kill-sentence): Likewise.
16331
16332 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16333 scratch buffer name.
16334 (gud-format-command): Use int-to-string in ?l case. Simplify
16335 slightly.
16336
16337 * term/w32-win.el (internal-face-interactive): Update prompt for
16338 new read-face-name.
16339
16340 * mail/footnote.el (footnote): Add :version to defgroup.
16341 (footnote-section-tag-regexp): Customize.
16342 (footnote-start-tag, footnote-end-tag): New option.
16343 (footnote-latin-regexp): New variable.
16344 (Footnote-latin): New function.
16345 (footnote-style-alist): Add element for latin style.
16346 (footnote-style): Moved.
16347 (Footnote-goto-footnote): Use eq to test arg.
16348
16349 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16350
16351 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16352 (byte-compile-trueconstp): Include keywords.
16353 (byte-optimize-quote, byte-optimize-lapcode): Use
16354 byte-compile-const-symbol-p.
16355 (byte-optimize-char-before): New optimization.
16356
16357 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16358 (byte-compile-const-symbol-p): New function.
16359 (byte-compile-constp, byte-compile-out-toplevel)
16360 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16361 Use it.
16362
16363 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16364
163652000-02-23 Kenichi Handa <handa@etl.go.jp>
16366
16367 * international/encoded-kb.el: Be sure to update minor-mode-alist
16368 and minor-mode-map-alist.
16369 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16370 codes SS2 and SS3 correctly.
16371 (encoded-kbd-self-insert-ccl): New function.
16372 (encoded-kbd-setup-keymap): New function.
16373 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16374 by calling encoded-kbd-setup-keymap.
16375
16376 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
16377 characters.
16378 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
16379 locally.
16380
163812000-02-22 Dave Love <fx@gnu.org>
16382
16383 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16384 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
16385 defvar.
16386 (lisp-mode-syntax-table): Set up for #|...|# comments.
16387 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16388 classes. Match `defface'.
16389 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16390 (eval-defun-1): Fix for defcustom.
16391 (lisp-indent-region): Doc fix.
16392
16393 * subr.el (when, unless, split-string): Doc fix.
16394 (read-passwd): Move call of clear-this-command-keys to the right
16395 place.
16396 (replace-regexps-in-string): New function.
16397
163982000-02-22 Gerd Moellmann <gerd@gnu.org>
16399
16400 * help.el (describe-variable): Set syntax table to
16401 emacs-lisp-mode-syntax-table when moving forward over the
16402 symbol's name.
16403
164042000-02-22 Dave Love <fx@gnu.org>
16405
16406 * xt-mouse.el: Doc fixes.
16407 (xterm-mouse-position-function): New function, replacing advice of
16408 mouse-position.
16409 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16410
16411 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16412
164132000-02-21 Gerd Moellmann <gerd@gnu.org>
16414
16415 * format.el (format-annotate-single-property-change): Handle
16416 properties.with dotted-list values.
16417 (format-proper-list-p): New function.
16418
16419 * enriched.el (enriched-face-ans): Handle '(foreground-color
16420 . COLOR) and (background-color . COLOR).
16421
164222000-02-20 Dave Love <fx@gnu.org>
16423
16424 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16425 and assignments to it.
16426 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16427 current local map.
16428 (make-flyspell-overlay): Use it.
16429 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16430
16431 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16432 (lm-get-header-re): Defun, not defsubst.
16433 (lm-get-package-name): Defun, not defsubst. Simplify.
16434 (lm-version): Doc fix. Simplify.
16435 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16436 (lm-crack-address, lm-last-modified-date, lm-commentary)
16437 (lm-verify, lm-synopsis): Simplify.
16438 (lm-report-bug): Require emacsbug. Use compose-mail.
16439
164402000-02-20 Gerd Moellmann <gerd@gnu.org>
16441
16442 * dired.el (dired-mode): Call propertized-buffer-identification
16443 to set mode-line-buffer-identification to something having
16444 the right text properties.
16445
16446 * bindings.el (propertized-buffer-identification): New function.
16447
164482000-02-20 Dave Love <fx@gnu.org>
16449
16450 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16451 check for t-mouse too.
16452
16453 * cus-start.el: Make echo-keystrokes `number'.
16454
164552000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16456
16457 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16458 Don't call ring-empty-p unless tags-location-ring is bound.
16459 From Noah Friedman <friedman@splode.com>.
16460
164612000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16462
16463 * progmodes/hideshow.el (hs-flag-region): No longer use
16464 `intangible' overlay property.
16465
16466 (hs-toggle-hiding): New command.
16467 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16468
16469 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16470 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16471 and deactivation.
16472
164732000-02-18 Gerd Moellmann <gerd@gnu.org>
16474
16475 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16476
164772000-02-17 Gerd Moellmann <gerd@gnu.org>
16478
16479 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16480
16481 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16482 of `*' to handle `(* ... *)' comments.
16483
164842000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16485
16486 * faces.el (list-faces-display): Use display-mouse-p instead of
16487 window-system.
16488
16489 * menu-bar.el (global-map): Menu-bar items converted to the new
16490 format (menu-item..., rearranged for better CUA compliance, and
16491 their names changed for better clarity. Help strings added.
16492
16493 * international/mule-cmds.el (mule-menu-keymap)
16494 (describe-language-environment-map, set-coding-system-map)
16495 (setup-language-environment-map): Convert to new (menu-item...
16496 form, add help strings. Change names of menu items for better
16497 clarity. "Mule" menu-bar item removed (it's now in the "Options"
16498 submenu).
16499
165002000-02-17 Gerd Moellmann <gerd@gnu.org>
16501
16502 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16503 within the code.
16504
165052000-02-16 Dave Love <fx@gnu.org>
16506
16507 * faces.el: Don't require custom. Add more specific :groups to
16508 various deffaces.
16509 (set-face-attribute): Purecopy args.
16510 (read-face-name): Default to name at point and use it in prompt.
16511 Remove colon from arg in all callers.
16512 (list-faces-display): Hyperlink to face descriptions and customize
16513 buffers.
16514
165152000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16516
16517 * wid-edit.el (widget-match-inline): An atom never matches a
16518 list.
16519
165202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16521
16522 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16523 at ':' characters by call to split-string.
16524
165252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16526
16527 * textmodes/bibtex.el: Added RCS version identification.
16528
165292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16530
16531 * textmodes/bibtex.el: Some temporary comments removed.
16532 (bibtex-field-name, bibtex-entry-type): Made the relationship
16533 explicit.
16534 (bibtex-field-const): Allow capital letters.
16535 (bibtex-start-of-string): Deleted because unused.
16536
16537 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16538 use the term 'reference' to describe a bibtex entry as a whole.
16539 Further, reference keys are no longer called 'labels'.
16540 (bibtex-keys): Renamed to bibtex-reference-keys.
16541 (bibtex-reformat-previous-labels): Renamed to
16542 bibtex-reformat-previous-reference-keys.
16543 (bibtex-reference-type): Renamed to bibtex-entry-type.
16544 (bibtex-reference-head): Renamed to bibtex-entry-head.
16545 (bibtex-reference-maybe-empty-head): Renamed to
16546 bibtex-entry-maybe-empty-head.
16547 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16548 (bibtex-search-reference): Renamed to bibtex-search-entry.
16549 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16550 bibtex-enclosing-entry-maybe-empty-head.
16551 (bibtex-entry-field-alist, bibtex-entry-head,
16552 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16553 bibtex-map-entries, bibtex-search-entry,
16554 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16555 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16556 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16557 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16558 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16559 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16560 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16561
165622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16563
16564 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16565 comment.
16566 (bibtex-format-field-delimiters): New function, functionality
16567 extracted from bibtex-format-entry.
16568 (bibtex-autokey-get-yearfield-digits): New function, functionality
16569 extracted from bibtex-autokey-get-yearfield.
16570
16571 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16572 entries in order to avoid stack overflow in the regexp matcher if
16573 field contents become large.
16574 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16575 bibtex-field-string-part-not-braced,
16576 bibtex-field-string-part-no-inner-braces,
16577 bibtex-field-string-part-1-inner-brace,
16578 bibtex-field-string-part-2-inner-braces,
16579 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16580 bibtex-field-string-quoted, bibtex-field-string,
16581 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16582 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16583 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16584 as parsing is now performed by the following functions.
16585 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16586 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16587 bibtex-parse-field-string, bibtex-search-forward-field-string,
16588 bibtex-parse-association, bibtex-field-name-for-parsing,
16589 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16590 bibtex-search-forward-field, bibtex-search-backward-field,
16591 bibtex-start-of-field, bibtex-end-of-field,
16592 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16593 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16594 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16595 bibtex-parse-string, bibtex-search-forward-string,
16596 bibtex-search-backward-string, bibtex-start-of-string,
16597 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16598 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16599 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16600 entries. Instead of reporting the results of the parsing by
16601 match-beginning or match-end, these functions return data structures
16602 that hold the corresponding positions.
16603 (bibtex-enclosing-field): Changed to also report field boundaries by
16604 return values rather than by match-beginning or match-end. The
16605 following functions have been adapted to use the new parsing
16606 functions.
16607 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16608 bibtex-enclosing-field, bibtex-format-entry,
16609 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16610 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16611 bibtex-print-help-message, bibtex-end-of-entry,
16612 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16613 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16614 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16615 method for parsing.
16616 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16617 bibtex-map-entries, bibtex-flash-head,
16618 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16619 bibtex-autokey-change, bibtex-autokey-get-namefield,
16620 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16621 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16622 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16623 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16624 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16625 order to make the new binding of case-fold-search immediately
16626 visible.
16627
166282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16629
16630 * textmodes/bibtex.el: Copyright notice is up to date.
16631 Added constant 'bibtex-maintainer-salutation.
16632
16633 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16634 than make-temp-name, use match-string-no-properties and eliminate
16635 a quadratic behavior when building bibtex-strings.
16636
16637 * bibtex.el (bibtex-reference-key): Accept string entries whose
16638 reference key contains upper case letters.
16639
166402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16641
16642 * bibtex.el (bibtex-reference-head): Allow entries to start with
16643 a new line.
16644
166452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16646
16647 * bibtex.el: Hiding of entry bodies is not longer provided by
16648 bibtex.el directly. Instead the hideshow package can be used.
16649 Added a special bibtex entry to hs-special-modes-alist.
16650 (bibtex-hs-forward-sexp): Added for hideshow.el.
16651
166522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16653
16654 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16655 at ':' characters by call to split-string.
16656
166572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16658
16659 * textmodes/bibtex.el: Added RCS version identification.
16660
166612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16662
16663 * textmodes/bibtex.el: Some temporary comments removed.
16664 (bibtex-field-name, bibtex-entry-type): Made the relationship
16665 explicit.
16666 (bibtex-field-const): Allow capital letters.
16667 (bibtex-start-of-string): Deleted because unused.
16668
16669 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16670 use the term 'reference' to describe a bibtex entry as a whole.
16671 Further, reference keys are no longer called 'labels'.
16672 (bibtex-keys): Renamed to bibtex-reference-keys.
16673 (bibtex-reformat-previous-labels): Renamed to
16674 bibtex-reformat-previous-reference-keys.
16675 (bibtex-reference-type): Renamed to bibtex-entry-type.
16676 (bibtex-reference-head): Renamed to bibtex-entry-head.
16677 (bibtex-reference-maybe-empty-head): Renamed to
16678 bibtex-entry-maybe-empty-head.
16679 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16680 (bibtex-search-reference): Renamed to bibtex-search-entry.
16681 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16682 bibtex-enclosing-entry-maybe-empty-head.
16683 (bibtex-entry-field-alist, bibtex-entry-head,
16684 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16685 bibtex-map-entries, bibtex-search-entry,
16686 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16687 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16688 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16689 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16690 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16691 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16692 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16693
166942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16695
16696 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16697 comment.
16698 (bibtex-format-field-delimiters): New function, functionality
16699 extracted from bibtex-format-entry.
16700 (bibtex-autokey-get-yearfield-digits): New function, functionality
16701 extracted from bibtex-autokey-get-yearfield.
16702
16703 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16704 entries in order to avoid stack overflow in the regexp matcher if
16705 field contents become large.
16706 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16707 bibtex-field-string-part-not-braced,
16708 bibtex-field-string-part-no-inner-braces,
16709 bibtex-field-string-part-1-inner-brace,
16710 bibtex-field-string-part-2-inner-braces,
16711 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16712 bibtex-field-string-quoted, bibtex-field-string,
16713 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16714 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16715 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16716 as parsing is now performed by the following functions.
16717 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16718 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16719 bibtex-parse-field-string, bibtex-search-forward-field-string,
16720 bibtex-parse-association, bibtex-field-name-for-parsing,
16721 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16722 bibtex-search-forward-field, bibtex-search-backward-field,
16723 bibtex-start-of-field, bibtex-end-of-field,
16724 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16725 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16726 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16727 bibtex-parse-string, bibtex-search-forward-string,
16728 bibtex-search-backward-string, bibtex-start-of-string,
16729 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16730 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16731 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16732 entries. Instead of reporting the results of the parsing by
16733 match-beginning or match-end, these functions return data structures
16734 that hold the corresponding positions.
16735 (bibtex-enclosing-field): Changed to also report field boundaries by
16736 return values rather than by match-beginning or match-end. The
16737 following functions have been adapted to use the new parsing
16738 functions.
16739 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16740 bibtex-enclosing-field, bibtex-format-entry,
16741 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16742 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16743 bibtex-print-help-message, bibtex-end-of-entry,
16744 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16745 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16746 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16747 method for parsing.
16748 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16749 bibtex-map-entries, bibtex-flash-head,
16750 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16751 bibtex-autokey-change, bibtex-autokey-get-namefield,
16752 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16753 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16754 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16755 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16756 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16757 order to make the new binding of case-fold-search immediately
16758 visible.
16759
167602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16761
16762 * textmodes/bibtex.el: Copyright notice is up to date.
16763 Added constant 'bibtex-maintainer-salutation.
16764
16765 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16766 than make-temp-name, use match-string-no-properties and eliminate
16767 a quadratic behavior when building bibtex-strings.
16768
16769 * bibtex.el (bibtex-reference-key): Accept string entries whose
16770 reference key contains upper case letters.
16771
167722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16773
16774 * bibtex.el (bibtex-reference-head): Allow entries to start with
16775 a new line.
16776
167772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16778
16779 * bibtex.el: Hiding of entry bodies is not longer provided by
16780 bibtex.el directly. Instead the hideshow package can be used.
16781 Added a special bibtex entry to hs-special-modes-alist.
16782 (bibtex-hs-forward-sexp): Added for hideshow.el.
16783
167842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16785
16786 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16787 proceedings entry type (for cross referencing). Thanks to Wagner
16788 Toledo Correa for the suggestion.
16789
16790 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16791
167922000-02-14 Kenichi Handa <handa@etl.go.jp>
16793
16794 * international/characters.el: Setup case table for Vietnamese.
16795
167962000-02-12 Gerd Moellmann <gerd@gnu.org>
16797
16798 * uniquify.el (toplevel): Require CL at compile time.
16799 (uniquify-push): Removed.
16800
16801 * shadowfile.el (shadow-when): Removed.
16802
16803 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16804 (tempo-process-and-insert-string): Use dolist instead of
16805 tempo-dolist.
16806
16807 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16808 regexp for paragraph-start.
16809
16810 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16811 commas as well.
16812
168132000-02-10 Dave Love <fx@gnu.org>
16814
16815 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16816 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16817 Deleted.
16818 (widget-specify-field, widget-specify-button): Don't use
16819 widget-mouse-help as help-echo property.
16820 (default): Use #'ignore for :validate and :mouse-down-action.
16821 (checkbox): Add help-echo.
16822 (widget-sexp-validate): Rewritten to clarify error messages.
16823 (character): Use char-valid-p in :match function.
16824 (widget-color-complete): Use facemenu-color-alist.
16825 (widget-color-action): Use facemenu-read-color.
16826
16827 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16828 set up `caar' &c that we now have.
16829
168302000-02-09 Ray Blaak <blaak@gnu.org>
16831
16832 * delphi.el: Make resourcestring a declaration region, like const
16833 and var.
16834
168352000-02-09 Dave Love <fx@gnu.org>
16836
16837 * bindings.el (mode-line-input-method-map): New variable.
16838 (mode-line-mule-info): Use it; fix last change.
16839 (mode-line-mode-menu): Move definition.
16840 (mode-line-mouse-sensitive-p): Deleted.
16841 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16842 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16843 level.
16844
16845 * startup.el (command-line-1): Don't call
16846 make-mode-line-mouse-sensitive.
16847
168482000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16849
16850 * mail/rmail.el (rmail-retry-failure): Use
16851 rmail-beginning-of-message before rmail-toggle-header, because the
16852 former toggles headers.
16853
168542000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16855
16856 * diff-mode.el (diff-kill-junk): New interactive function.
16857 (diff-reverse-direction): Use delete-and-extract-region.
16858 (diff-post-command-hook): Restrict the area so that the hook also works
16859 outside of any diff hunk. This is necessary for the minor-mode.
16860 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16861 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16862
16863 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16864 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16865 so that it can be used more easily in <foo>-mode-hook. Also make sure
16866 to avoid duplicate entries.
16867 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16868 (font-lock-remove-keywords): Just as was done for `add', allow it to
16869 work even if font-lock-mode is nil. Also make sure we don't modify
16870 any pre-existing list by forcing a copy-sequence. Finally rename
16871 `major-mode' to `mode'.
16872 (font-lock-fontify-syntactic-anchored-keywords)
16873 (font-lock-fontify-anchored-keywords)
16874 (font-lock-fontify-keywords-region): Use line-end-position.
16875 Don't make `font-lock-multiline' local (it's now done in
16876 font-lock-set-defaults).
16877 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16878 move the `font-lock-fontified' creation to inside the `unless'.
16879
168802000-02-06 Andrew Innes <andrewi@gnu.org>
16881
16882 * term/w32-win.el (x-handle-args): Comment out call to message,
16883 which occurs before window system is initialized.
16884
16885 * makefile.nt: Add support for recompiling lisp code.
16886
168872000-02-04 Dave Love <fx@gnu.org>
16888
16889 * bindings.el (mode-line-mule-info): Fix/extend last change.
16890
16891 * completion.el: Replace completion-dolist with dolist.
16892
16893 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16894 dotimes.
16895
168962000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16897
16898 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16899 environment names before they go into the section regexp.
16900
16901 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16902 char class in regexp.
16903
16904 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16905 `case-fold-search' to nil.
16906
16907 * progmodes/idlwave.el (idlwave-template): Respect
16908 `idlwave-abbrev-change-case'.
16909 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16910 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16911 idlwave-while): respect `idlwave-reserved-word-upcase'.
16912 (idlwave-rw-case): New function.
16913 (idlwave-statement-match): Fixed problem with assignment regexp.
16914 (idlwave-font-lock-keywords): Improved regexp for keyword
16915 parameters.
16916 (idlwave-surround): New argument LENGTH to support padding of
16917 operators longer than 1 char.
16918
16919 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16920 idlwave-shell-expression-overlay. Implemented printing of
16921 expressions on higher levels of the calling stack.
16922 (idlwave-shell-display-level-in-calling-stack): Restore stack
16923 level.
16924 (idlwave-retrieve-expression-from-level): New function.
16925 (idlwave-shell-last-calling-stack): Variable removed.
16926 (idlwave-shell-reset): Argument action reversed (`visible' to
16927 `hidden'). Also remove stop-line overlay.
16928 (idlwave-shell-calling-stack-routine): New variable.
16929 (idlwave-shell-parse-stack-and-display): Messages now display
16930 negative level numbers.
16931 (idlwave-shell-mode): Set `modeline-format'.
16932 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16933 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16934 21.
16935 (idlwave-shell-print-expression-function): New option.
16936
16937 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16938 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16939 `tool-bar' instead of `toolbar'.
16940
169412000-02-02 Dave Love <fx@gnu.org>
16942
16943 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16944 emacs-lisp-mode-hook. Don't check for defalias being defined.
16945
16946 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16947 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16948 the new builtins directly.
16949
16950 * whitespace.el (whitespace): Add :version to defgroup.
16951
16952 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16953 Doc fix.
16954
16955 * thingatpt.el (sexp-at-point, symbol-at-point)
16956 (number-at-point, list-at-point): Add autoload cookie.
16957
16958 * recentf.el (recentf): Add :version to defgroup.
16959
16960 * quickurl.el (quickurl): Add :version to defgroup.
16961
16962 * elide-head.el (elide-head): Use point-marker more.
16963
16964 * bs.el (bs): Add :version to defgroup.
16965
16966 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16967
16968 * progmodes/delphi.el (delphi): Add :version to defgroup.
16969
169702000-02-02 Gerd Moellmann <gerd@gnu.org>
16971
16972 * ange-ftp.el (ange-ftp-write-region): Handle case that
16973 succeeding process operation sets a different coding system.
16974
16975 * calculator.el: New file.
16976
169772000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16978
16979 * frame.el (frames-on-display-list, framep-on-display): New
16980 functions.
16981 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16982 (display-selections-p, display-screens, display-pixel-width)
16983 (display-pixel-height, display-mm-width, display-mm-height)
16984 (display-backing-store, display-save-under, display-planes)
16985 (display-color-cells, display-visual-class): New functions.
16986
16987 * term/tty-colors.el (tty-color-gray-shades): New function.
16988
16989 * faces.el (display-color-p): Use framep-on-display.
16990 (display-grayscale-p): New function.
16991
169922000-01-31 Dave Love <fx@gnu.org>
16993
16994 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16995 (create-fontset-from-x-resource): Don't concat integers.
16996
169972000-01-31 Inge Frick <inge@nada.kth.se>
16998
16999 * view.el: Some changes in documentation. Removed some trailing
17000 whitespace. Changed some parameter names to agree with
17001 documentation.
17002 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17003 window is not deleted. Modifies change 1998-04-26.
17004
170052000-01-31 Gerd Moellmann <gerd@gnu.org>
17006
17007 * windmove.el: New file.
17008
17009 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17010 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17011 progmodes/ebnf-yac.el: Update copyright and license info.
17012
17013 * jit-lock.el (jit-lock-function): Widen before calculating end
17014 position.
17015 (jit-lock-stealth-chunk-start): Rewritten.
17016
17017 * info.el (Info-title-face-alist): Removed.
17018 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
17019 faces.
17020 (Info-fontify-node): Use these faces.
17021
170222000-01-30 Gerd Moellmann <gerd@gnu.org>
17023
17024 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17025 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17026 `&allow-other-keywords'.
17027
17028 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17029 the list of directories scanned heuristically.
17030
17031 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
17032 exist.
17033
170342000-01-30 Jason Rumney <jasonr@gnu.org>
17035
17036 * w32-fns.el: Define w32-tty-standard-colors.
17037
17038 * startup.el (command-line): Use w32-tty-standard-colors when in
17039 w32 console mode.
17040
170412000-01-30 Dave Love <fx@gnu.org>
17042
17043 * jka-compr.el (jka-compr-load): Fix up load-history.
17044
17045 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17046
17047 * emacs-lisp/cl-macs.el: Revert previous change.
17048
170492000-01-29 Dave Love <fx@gnu.org>
17050
17051 * facemenu.el: Purecopy various strings.
17052
17053 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17054 years. Deal with three-digit years.
17055
17056 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
17057 defconst, purecopy.
17058 (help-back-label): Purecopy it.
17059
170602000-01-18 Gerd Moellmann <gerd@gnu.org>
17061
17062 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17063 variable. If non-nil, order the buffer list according to the
17064 currently selected frame.
17065 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17066 non-nil, pass the selected frame to function buffer-list.
17067
170682000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17069
17070 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17071
170722000-01-28 Dave Love <fx@gnu.org>
17073
17074 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17075
17076 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17077 Don't use lisp-indent-hook property.
17078 (cl-abs): Remove.
17079
17080 * subr.el: Move out indent and edebug specs for when and unless.
17081
17082 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17083 when, unless.
17084
17085 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17086 unless, when.
17087
170882000-01-28 Gerd Moellmann <gerd@gnu.org>
17089
17090 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17091 `collecting' as synonym for `collect'.
17092
17093 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17094 for the case it contains spaces.
17095
17096 * simple.el (what-cursor-position): Change formatting of
17097 messages.
17098
17099 * frame.el (delete-other-frames): New function.
17100 (toplevel): Bind it to C-x 5 1.
17101
17102 * sort.el (sort-numeric-base): New option.
17103 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17104 interpret it as octal or hexadecimal. Use sort-numeric-base
17105 as default base.
17106
17107 * progmodes/glasses.el: New file.
17108
171092000-01-27 Gerd Moellmann <gerd@gnu.org>
17110
17111 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17112 userids differently.
17113
17114 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17115 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17116 progmodes/ebnf-yac.el: New files.
17117
171182000-01-26 Dave Love <fx@gnu.org>
17119
17120 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17121 on a function with an empty body. [From Eric Ludlam.]
17122
171232000-01-25 Andre Spiegel <spiegel@gnu.org>
17124
17125 * vc.el (vc-version-diff): Make sure file name is expanded.
17126
171272000-01-25 Gerd Moellmann <gerd@gnu.org>
17128
17129 * scroll-bar.el (scroll-bar-timer): Variable removed.
17130 (scroll-bar-toolkit-scroll): Don't use a timer.
17131
171322000-01-25 Kenichi Handa <handa@etl.go.jp>
17133
17134 * language/thai-util.el (thai-composition-function): Delete
17135 superfluous `a'.
17136
171372000-01-24 Dave Love <fx@gnu.org>
17138
17139 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17140 end-of-defun-function.
17141
17142 * font-lock.el (turn-on-font-lock): Don't depend on window-system
17143 &c.
17144
171452000-01-22 Jason Rumney <jasonr@gnu.org>
17146
17147 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17148 conflicts with new face support.
17149
171502000-01-22 Richard M. Stallman <rms@gnu.org>
17151
17152 * replace.el (query-replace): Rename last arg to DELIMITED.
17153 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17154 (query-replace-regexp): Likewise.
17155
171562000-01-20 Richard M. Stallman <rms@gnu.org>
17157
17158 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17159
17160 * emacs-lisp/lisp.el (beginning-of-defun-function):
17161 Variable renamed from beginning-of-defun.
17162 Do not call make-variable-buffer-local.
17163 (beginning-of-defun-raw): Use new variable name; doc fix.
17164 (beginning-of-defun): Doc fix.
17165 (end-of-defun-function): Variable renamed from end-of-defun.
17166 Do not call make-variable-buffer-local.
17167 (end-of-defun): Use new variable name; doc fix.
17168
17169 * subr.el (dolist, dotimes): Copied from cl-macs.el
17170 and made to work.
17171
17172 * mail/undigest.el (rmail-digest-end-regexps):
17173 Variable replaces rmail-digest-end-regexp.
17174 Allows multiple regexps for detecting the end line.
17175 (undigestify-rmail-message): Corresponding changes.
17176
171772000-01-19 Dave Love <fx@gnu.org>
17178
17179 * files.el (user-init-file): Don't declare here -- is primitive.
17180
17181 * startup.el (command-line): Check for compiled user-init-file and
17182 set to uncompiled version if necessary.
17183
171842000-01-18 Gerd Moellmann <gerd@gnu.org>
17185
17186 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17187 (undigestify-rmail-message): Use it.
17188
17189 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17190
171912000-01-17 Gerd Moellmann <gerd@gnu.org>
17192
17193 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17194 of mini-buffer.
17195
171962000-01-14 Gerd Moellmann <gerd@gnu.org>
17197
17198 * emacs-lisp/copyright.el (copyright-update): Removed the
17199 requirement for a trailing space from `copyright-regexp', to
17200 support copyrights with owner specified on a separate line..
17201
17202 * align.el: New file.
17203
17204 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17205
17206 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17207
172082000-01-13 Dave Love <fx@gnu.org>
17209
17210 * ph.el: Removed. (Obsoleted by EUDC.)
17211
172122000-01-13 Gerd Moellmann <gerd@gnu.org>
17213
17214 * net/eudc.el (toplevel): Remove autoloaded code installing
17215 menu with easymenu, because that causes build problems.
17216
17217 * frame.el (frame-notice-user-settings): New variable.
17218 (frame-notice-user-settings): Don't modify frame parameters
17219 if called a second time.
17220
172212000-01-13 Richard M. Stallman <rms@gnu.org>
17222
17223 * frame.el (frame-notice-user-settings):
17224 Notice default-frame-parameters even for non-window frames.
17225
172262000-01-13 Gerd Moellmann <gerd@gnu.org>
17227
17228 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17229 for Emacs.
17230 (eudc-bob-can-display-inline-images): Extend for Emacs.
17231 (eudc-bob-toggle-inline-display): Ditto.
17232 (eudc-bob-display-jpeg): Ditto.
17233
172342000-01-12 Gerd Moellmann <gerd@gnu.org>
17235
17236 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17237 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17238 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17239
17240 * add-log.el (add-change-log-entry): Fix error trying an `(insert
17241 nil)'.
17242
17243 * subdirs.el: Add `net' directory.
17244
17245 * net: New directory.
17246
17247 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17248 eval-last-sexp. Don't bind debug-on-error here.
17249 (eval-last-sexp): New function. Bind debug-on-error if
17250 eval-expression-debug-on-error is non-nil.
17251 (eval-defun-2, eval-defun): Likewise.
17252
17253 * simple.el (eval-expression): Don't bind debug-on-error if
17254 eval-expression-debug-on-error is nil. Detect changed
17255 debug-on-error, and propagate new value to global binding, if
17256 eval-expression-debug-on-error is non-nil,
17257 (eval-expression-debug-on-error): Change doc string.
17258
172592000-01-11 Richard M. Stallman <rms@gnu.org>
17260
17261 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17262
17263 * emacs-lisp/lisp-mode.el (with-syntax-table):
17264 Set up lisp-indent-function property.
17265
17266 * subr.el (with-syntax-table): Moved from simple.el.
17267
17268 * simple.el (with-syntax-table): Moved to subr.el.
17269
172702000-01-11 Gerd Moellmann <gerd@gnu.org>
17271
17272 * tmm.el (tmm-shortcut): Delete region after prompt instead
17273 of erasing buffer.
17274
17275 * textmodes/fill.el (fill-common-string-prefix): New function.
17276 (fill-context-prefix): Use the longest common prefix of first
17277 and second line fill prefix, if there is one.
17278
172792000-01-11 Richard M. Stallman <rms@gnu.org>
17280
17281 * array.el (array-mode): Don't use make-variable-buffer-local.
17282 Use make-local-variable for `truncate-lines'.
17283
172842000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17285
17286 * add-log.el (add-log-current-defun): Handle user-defined
17287 add-log-current-function returning nil,
17288
17289 * add-log.el (add-change-log-entry): Insert version number
17290 if having found a current function
17291
17292 * add-log.el (add-log-current-defun): Call
17293 `add-log-current-defun-function'. Try matches at level 0 and
17294 level 1. Strip whitespace from defun found.
17295
172962000-01-10 John Wiegley <johnw@gnu.org>
17297
17298 * allout.el (isearch-done/outline-provisions): Added `edit'
17299 argument to correspond with the current definition of
17300 `isearch-done'.
17301
173022000-01-10 Dave Love <fx@gnu.org>
17303
17304 * elide-head.el (elide-head): Use point-marker, not point.
17305
173062000-01-10 Gerd Moellmann <gerd@gnu.org>
17307
17308 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17309 before and after the year 2000.
17310
17311 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17312 Add ispell- prefix.
17313
173142000-01-10 Ken Stevens <k.stevens@ieee.org>
17315
17316 * ispell.el: Only define dictionaries in menus when they exist.
17317 (version18p): New variable.
17318 (version20p): New variable.
17319 (xemacsp): New variable.
17320 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17321 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17322 (ispell-dictionary-alist6): Russian command lines no longer accept
17323 run-together words.
17324 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17325 (ispell-dictionary-alist): Add koi8-r to customize definition.
17326 (check-ispell-version): Added documentation string. Returns
17327 library path when called non-interactively.
17328 (ispell-menu-map-needed): Uses new variables.
17329 (ispell-library-path): New variable.
17330 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17331 (ispell-word): Improved documentation string. Test for valid
17332 character mappings. Correctly check typed in word changes that can
17333 result in single words split into multiple words. Returns
17334 replacement word.
17335 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17336 replace in recursive query replace mode. Help message for
17337 recursive edit mode.
17338 (ispell-show-choices): Protect against bad framepop bindings.
17339 (ispell-help): Fix to work with XEmacs.
17340 (ispell-highlight-spelling-error): Use new variables.
17341 (ispell-overlay-window): Fix to work with XEmacs.
17342 (ispell-parse-output): Passed and returns location information
17343 tracking spelling corrections. Doesn't recheck same word on
17344 current line.
17345 (ispell-init-process): Protect against bogus XEmacs variable binding.
17346 Fix call to single argument in sleep-for. Use new variables.
17347 (ispell-region): Passed and returns location information tracking
17348 spelling corrections. Doesn't check same word on current line.
17349 Improved documentation string. Doesn't resend a line already
17350 checked to the ispell process - fixes bug in LaTeX parsing.
17351 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17352 (ispell-skip-region): No longer skips <TT> in SGML.
17353 (ispell-process-line): Tracks location information with spelling
17354 corrections. Added documentation string. Accounts for words
17355 already accepted on this line. Don't allow query-replace on line
17356 starting with math characters. Doesn't resend a line already sent
17357 to ispell process. Fixes alignment error bug.
17358
173592000-01-10 Richard M. Stallman <rms@gnu.org>
17360
17361 * dired-x.el (dired-guess-shell-alist-default):
17362 Suggest xloadimage, which is free, not xv, which isn't.
17363
17364 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17365 Don't ever include the host name or user name in the value.
17366
173672000-01-09 Gerd Moellmann <gerd@gnu.org>
17368
17369 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17370 of a real newline.
17371
173722000-01-09 Stephen Eglen <stephen@gnu.org>
17373
17374 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17375 for .png files.
17376
173772000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17378
17379 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17380
173812000-01-09 Gerd Moellmann <gerd@gnu.org>
17382
17383 * progmodes/cperl-mode.el: Replace ^F with ^L.
17384
17385 * sendmail.el (toplevel): Provide `sendmail' when compiling
17386 before `require'ing rmail and mailalias to prevent infinite
17387 recursion.
17388
173892000-01-08 Dave Love <fx@gnu.org>
17390
17391 * emacs-lisp/backquote.el: Remove inappropriate customization
17392 (allowing custom.el to use backquote).
17393
173942000-01-07 Dave Love <fx@gnu.org>
17395
17396 * add-log.el (add-log-debugging): Deleted.
17397 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17398 file. Remove debugging code.
17399 (change-log-get-method-definition, change-log-name): Add doc.
17400 (change-log-sortable-date-at): New function.
17401 (change-log-merge): New command.
17402
17403 * time.el (display-time-string-forms): Make the Mail string active.
17404 (display-time-update): Provide help-echo for load average.
17405
17406 * bindings.el (make-mode-line-mouse2-map): New function.
17407 (mode-line-modified): Use it and simplify.
17408 (mode-line-mule-info): Provide help-echo info.
17409 (minor-mode-alist): Activate the strings.
17410 (make-mode-line-mouse-sensitive): Simplify for
17411 mode-line-buffer-identification.
17412
174132000-01-07 Gerd Moellmann <gerd@gnu.org>
17414
17415 * play/pong.el: New file.
17416
174172000-01-06 Dave Love <fx@gnu.org>
17418
17419 * array.el: Assorted cleanups for compiler warnings, doc strings,
17420 `array-' prefix for symbols.
17421
174222000-01-05 Dave Love <fx@gnu.org>
17423
17424 * textmodes/outline.el (outline-mode-menu-bar-map): Add
17425 outline-headers-as-kill.
17426 (outline-mode): Define imenu-generic-expression.
17427 (outline-headers-as-kill): New command.
17428
17429 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17430 from paragraph-start.
17431 (paragraph-indent-minor-mode): New command.
17432
17433 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17434 M-C-e, M-C-h, C-j, C-xnd, TAB.
17435 (fortran-mode): Set beginning-of-defun, end-of-defun.
17436 (fortran-column-ruler): Simplify.
17437 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17438 (fortran-with-subprogram-narrowing): Likewise.
17439 (fortran-indent-subprogram): Call mark-defun.
17440 (fortran-check-for-matching-do): Change narrowing.
17441
17442 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17443 (cl-lucid-hash-tag): Delete.
17444 (cl-hash-table-p): Correct test for native table.
17445 (cl-hash-table-count): Use hash-table-count.
17446
17447 * browse-url.el (browse-url): Fix case of
17448 browse-url-browser-function being an alist.
17449
174502000-01-05 Carsten Dominik <cd@gnu.org>
17451
17452 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17453 (reftex-index-phrase-file-extension): New options.
17454
17455 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17456 Use new option `reftex-index-phrase-file-extension'.
17457
17458 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17459 `reftex-parse-file-extension'.
17460
174612000-01-05 Dave Love <fx@gnu.org>
17462
17463 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17464 (beginning-of-defun-raw): Use it.
17465 (end-of-defun): New variable.
17466 (end-of-defun): Use it.
17467 (check-parens): New command.
17468
174692000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17470
17471 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17472 (hs-show-block): Don't use `mapcar' when not accumulating.
17473
17474 Fix buglet in local variables initialization.
17475
174762000-01-05 Andreas Schwab <schwab@suse.de>
17477
17478 * hscroll.el (hscroll): Doc fix.
17479
174802000-01-05 Carsten Dominik <cd@gnu.org>
17481
17482 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
17483 idlw-toolbar.
17484
17485 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
17486 file idlw-rinfo.el.
17487 (idlwave-customize): load must read file idlw-shell.el.
17488 (idlwave-create-customize-menu): load must read file idlw-shell.el.
17489
174902000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17491
17492 * progmodes/idlw-shell.el: Also provide idlwave-shell
17493 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17494 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17495
17496 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
17497 both reftex-dcr and reftex-vcr.
17498
17499 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17500
175012000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17502
17503 * ps-print.el: PostScript code now is in separate files, doc fix.
17504 (ps-print-version): New version number (5.0.3).
17505 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17506 local.
17507 (ps-spool-config): Initialization fix.
17508 (ps-print-prologue-1, ps-print-prologue-2)
17509 (ps-print-duplex-feature): PostScript code moved to separated file.
17510 (ps-background-image): Little code reformating.
17511 (ps-begin-file, ps-begin-job): Fix code.
17512 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17513 (ps-prologue-file): New fun.
17514
175152000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17516
17517 * ps-vars.el: Eliminated.
17518
17519 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17520 `;;;###autoload'.
17521
17522 * ps-print.el: ps-vars eliminated, doc fix.
17523 (ps-print-version): New version number (5.0.2).
17524 (ps-spool-config): Initialization fix.
17525 (ps-print-customize): New fun.
17526
175272000-01-04 Gerd Moellmann <gerd@gnu.org>
17528
17529 * autorevert.el (auto-revert-mode): Return value of
17530 auto-revert-mode.
17531
175322000-01-04 Dave Love <fx@gnu.org>
17533
17534 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17535 menu items.
17536
175372000-01-03 Dave Love <fx@gnu.org>
17538
17539 * elide-head.el (elide-head) [defgroup]: Add :version.
17540
17541 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17542 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17543 `cl-hash-table-p', not `hash-table-p'.
17544 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17545
175462000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17547
17548 * faces.el (face-read-integer, read-face-attribute)
17549 (color-defined-p, color-values): unspecified-{f,b}g are now
17550 strings.
17551
175522000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17553
17554 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17555 at comment end, and re-insert them after filling.
17556
175572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17558
17559 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17560 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17561 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17562
175632000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17564
17565 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17566 the new name of face-color-supported-p.
17567
17568 * term/w32-win.el (xw-defined-colors): Likewise.
17569
175702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17571
17572 * simple.el (completion-setup-function): Count completion-size
17573 from minibuffer-prompt-end, not from point-min.
17574
175752000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17576
17577 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17578 Pass the frame to tty-color-* functions.
17579 (display-color-p, frame-set-background-mode): Pass the frame to
17580 tty-display-color-p.
17581
17582 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17583 tty-color-alist.
17584 (tty-color-alist, tty-modify-color-alist): New functions.
17585 (tty-color-define, tty-color-clear, tty-color-approximate)
17586 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17587 an optional parameter FRAME.
17588
175892000-01-01 Gerd Moellmann <gerd@gnu.org>
17590
17591 * image.el (create-image, defimage): Don't assume image data is a
17592 string.
17593
17594 * image.el (defimage): Handle specifications containing :data
17595 instead of :file.
17596 (image-type-from-data): New function.
17597 (image-type-from-file-header): Use it.
17598 (create-image): Add parameter DATA-P.
17599
17600See ChangeLog.8 for earlier changes.
17601
17602;; Local Variables:
17603;; coding: iso-2022-7bit
17604;; End: