Document problems with lukemftp.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c8224de6
EZ
12001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * calendar/holidays.el (holidays): Add an autoload cookie. From
4 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5
1c8c9fb8
JW
62001-05-08 John Wiegley <johnw@gnu.org>
7
8 * calendar/timeclock.el (timeclock-workday-remaining): Changed
9 logic for determining how much time is remaining.
10 (timeclock-workday-elapsed): Don't accept a "relative" argument
11 for the current day's elapsed time. What could that have meant?
12 (timeclock-workday-elapsed-string): No "relative" argument
13 anymore.
14 (timeclock-when-to-leave): Changed logic, similarly to what was
15 done for `timeclock-workday-remaining'.
16 (timeclock-find-discrep): Removed "today-only" argument, which had
17 no meaning. Fixed some more math problems. The function now
18 returns a three member list: (TOTAL-TIME-DISCREPANCY
19 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
20
5f47fb28
EZ
212001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22
23 * w32-fns.el (convert-standard-filename): Start replacing slashes
24 from the beginning of the file name, not from where the last
25 invalid character was. From "Andrew Maguire (SWW)"
26 <Andrew.Maguire@Smallworld.co.uk>
27
6da5c7da
GM
282001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
29
30 The following changes are to provide infrastructure for handling
31 MIME messages to rmail. They don't affect the original behaviour
32 if rmail-enable-mime is nil.
33
34 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
35 (rmail-search-mime-message-function)
36 (rmail-search-mime-header-function): New variables.
37 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail
38 buffer.
39 (rmail-quit): Bury `rmail-buffer' after `rmail-view-buffer' is
40 hidden.
41 (rmail-get-new-mail): Likewise.
42 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
43 call rmai-show-mime-function.
44 (rmail-display-labels): If rmail-enable-mime is non-nil, update
45 mode-line-process of rmail-view-buffer.
46 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
47 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
48 buffer.
49 (rmail-next-message): Be sure to set-buffer to the Rmail buffer.
50 (rmail-next-undeleted-message): Likewise.
51 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
52 rmail-search-mime-header-function.
53 (rmail-search-message): New function.
54 (rmail-search): Call rmail-search-message to check if a message
55 matches REGEXP, lastly update point after calling
56 rmail-show-message.
57 (rmail-undelete-previous-message): Be sure to set-buffer to the
58 Rmail buffer.
59 (rmail-expunge-confirmed): Likewise.
60 (rmail-only-expunge): Likewise.
61 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
62 header region, refer to rmail-msgref-vector while setting the
63 current buffer to rmail-buffer temporarily.
64 (rmail-forward): Be sure to bind forward-buffer to the Rmail
65 buffer. If rmail-enable-mime is non-nil, call
66 rmail-insert-mime-forwarded-message-function instead of inserting
67 forwarded message by itself.
68
69 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
70 Rmail buffer.
71 (rmail-set-label, rmail-next-labeled-message): Likewise.
72
73 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
74 set-buffer to the Rmail buffer.
75 (rmail-output-to-rmail-file): Likewise.
76 (rmail-output): Likewise.
77
78 * mail/rmailsum.el (rmail-message-subject-p): Process the result
79 of mail-fetch-field by rmail-summary-line-decoder.
80 (rmail-new-summary): Be sure to go to the Rmail buffer. If
81 rmail-enable-mime is non-nil, set rmail-summary-buffer of
82 rmail-view-buffer to nil.
83 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
84 rmail-view-buffer.
85 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
86 rmail-buffer.
87 (rmail-summary-scroll-msg-down): Likewise.
88 (rmail-summary-beginning-of-message): Likewise.
89 (rmail-summary-wipe): Likewise.
90 (rmail-summary-toggle-header): Use save-window-excursion, not
91 save-excursion. Update point in rmail-view-buffer, not in
92 rmail-buffer.
93 (rmail-summary-reply): Before calling rmail-reply, set buffer to
94 rmail-view-buffer, not rmail-buffer.
95
5092477a
GM
962001-05-07 Gerd Moellmann <gerd@gnu.org>
97
1e9fc92e
GM
98 * cus-edit.el (custom-file): Signal an error if user-init-file is
99 nil (running -q).
100
1d053370
GM
101 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
102
103 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions): Add
104 :version.
105
1b62b062
GM
106 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions): New
107 option.
108 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
109 only if smtpmail-warn-about-unknown-extensions is set.
110
f851a71c
GM
111 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
112 instead of rmail-sort-by-keywords.
113
114 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
115 rmail-sort-by-keywords.
116
117 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed
118 from rmail-summary-sort-by-keywords. Doc fix.
119 (rmail-summary-mode): Doc fix.
120
5092477a
GM
121 * mail/rmail.el (rmail-edit): New Custom group.
122
123 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
124 (rmail-edit-mode-hook): New user-option.
125
05be3833
RS
1262001-05-05 Richard M. Stallman <rms@gnu.org>
127
128 * help.el (help-xref-symbol-regexp): Recognize "source of"
129 and friends, meaning make a link to the source file.
130 (help-make-xrefs): Handle "source of" and friends
131 by constructing a link that visits the source file.
132
133 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
134
7dfb000f
SM
1352001-05-04 Stefan Monnier <monnier@cs.yale.edu>
136
5efe6a56
SM
137 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
138 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
139 Renamed from perl-font-lock-keywords to avoid clashes.
140 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
141 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
142 Updated correspondingly.
143
7dfb000f
SM
144 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
145 Typo `nonexistant' -> `nonexistent'.
146
88bbb8cb
EZ
1472001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
148
7dfb000f
SM
149 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
150 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
151 `c-electric-delete-forward' always deletes forward and
152 `c-electric-delete' only contains the code necessary for XEmacs to
153 choose between backward and forward deletion.
7dfb000f 154
88bbb8cb
EZ
155 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
156 get the electric behavior on that key too.
157 (c-fill-paragraph): Fixed bogus direct use of
158 c-comment-prefix-regexp, which caused an error when it's a list.
159
a1af8dcf
EZ
1602001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
161
162 * dired-aux.el (dired-diff): Doc fix.
163
164 * dired.el (dired-diff): Likewise.
165
ddfb4005
EZ
1662001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
167
168 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
169
b36581fb
SM
1702001-05-02 Stefan Monnier <monnier@cs.yale.edu>
171
80a00b6a
SM
172 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
173 if both the buffer and the file are read-only.
174
b36581fb
SM
175 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
176 rather than font-lock-string-face.
177 (sh-get-indent-info): Treat heredocs like strings.
178
470bbe9b
GM
1792001-05-02 Gerd Moellmann <gerd@gnu.org>
180
b36581fb
SM
181 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
182 a newline following `}'.
3356df63
GM
183 (texinfo-format-email): New function.
184 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
185 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
186 Add `display'.
3356df63
GM
187 (texinfo-sort-region): Goto point-min before sorting.
188 (texinfo-set): Remove leading white space from value.
189 From yagi@is.titech.ac.jp.
190
470bbe9b
GM
191 * replace.el (query-replace-regexp-eval): Doc fix.
192
a9d2fd1d
SM
1932001-05-01 Stefan Monnier <monnier@cs.yale.edu>
194
195 * diff-mode.el (diff-nonexistant-face): New face.
196 (diff-font-lock-keywords): Use it.
197
2b3e941a
EZ
1982001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
199
22cd6fd3
EZ
200 * font-lock.el (font-lock-mode): Doc fix.
201
2b3e941a
EZ
202 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
203 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
204
50df7214
GM
2052001-04-30 Gerd Moellmann <gerd@gnu.org>
206
a9d2fd1d
SM
207 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
208 backslash at the start of the here-document delimiter.
a9793e45
GM
209 (sh-font-lock-syntactic-keywords): Likewise.
210
50df7214
GM
211 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
212
e2f599e9
EZ
2132001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
214
215 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
216 (tty-color-translate, tty-color-by-index, tty-color-values)
217 (tty-color-desc): Doc fix.
218
dcaf31d3
EZ
2192001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
220
221 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
222 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
223 Mention dired-dwim-target in the doc string.
dcaf31d3 224
a6a06429
MB
2252001-04-28 Miles Bader <miles@gnu.org>
226
227 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
228 (dabbrev--find-expansion): Use it.
229 (dabbrev--select-buffers): Don't select ignored buffers.
230
5a5d9185
GM
2312001-04-27 Gerd Moellmann <gerd@gnu.org>
232
a9d2fd1d 233 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 234
c5b82005
RS
2352001-04-26 Richard M. Stallman <rms@gnu.org>
236
237 * dabbrev.el: Add doc strings for some functions.
238 (dabbrev--eliminate-newlines): New variable.
239 (dabbrev--substitute-expansion): Convert newlines to spaces
240 if dabbrev--eliminate-newlines is set.
241 If abbrev and expansion are both all-lower-case,
242 leave dabbrev--last-case-pattern nil.
243
7cff9c6f
GM
2442001-04-26 Gerd Moellmann <gerd@gnu.org>
245
246 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
247 if necessary, like in rmail-show-message.
248
efa89c1f
GM
2492001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
250
251 * ps-print.el: Color specified by number is forced to be float number.
252 (ps-print-version): New version number (6.5.1.1).
253 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
254 initialization.
255 (ps-prefix-quote): New internal var.
256 (ps-print-quote): New fun.
257 (ps-setup, ps-output-frame-properties, ps-float-format)
258 (ps-format-color): Code fix.
a9d2fd1d
SM
259 (ps-plot-region): Eliminate redundant foreground color text setting.
260
d3111e5a
EZ
2612001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
262
263 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
264
a728644c
GM
2652001-04-25 Gerd Moellmann <gerd@gnu.org>
266
267 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
268
4ecdf04d
EZ
2692001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
270
4645bb68
EZ
271 * info.el (Info-additional-directory-list): Doc fix.
272
4ecdf04d 273 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
274 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
275 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 276
7cd512f2
SM
2772001-04-25 Stefan Monnier <monnier@cs.yale.edu>
278
1dc64fca
SM
279 * progmodes/make-mode.el (makefile-font-lock-keywords):
280 Rationalize the rules for includes and conditionals and use the
281 keyword face for them.
282
7cd512f2
SM
283 * faces.el (modify-face): Add compatibility for non-interactive use.
284
ffeb5c1c
JW
2852001-04-24 John Wiegley <johnw@gnu.org>
286
287 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
288 fix from last night, since it wasn't finding eshell/cd.
289
35f901fa
GM
2902001-04-24 Gerd Moellmann <gerd@gnu.org>
291
292 * rect.el (string-rectangle): Revert to 20.x behaviour.
293 (replace-rectangle): Make it an alias for string-rectangle.
294 (string-insert-rectangle): New function.
295
c7b1b508
JW
2962001-04-23 John Wiegley <johnw@gnu.org>
297
298 * eshell/em-unix.el (eshell/diff): Fixed problems that were
299 occurring with Emacs 21's diff.el/compile.el interaction layer.
300
3012001-04-23 Colin Walters <walters@cis.ohio-state.edu>
302
303 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
304 case where the function was defined in a file, but not part of an
305 eshell module.
306
157975e3
JW
3072001-04-23 John Wiegley <johnw@gnu.org>
308
309 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
310 code to work around a redisplay problem I've been having.
311
3dc630b9
JW
3122001-04-23 John Wiegley <johnw@gnu.org>
313
314 * calendar/timeclock.el (timeclock-day-required): If the time
315 required for a particular day is not set, use `timeclock-workday'.
316 (timeclock-find-discrep): Added some sample code in a comment.
317
318 * eshell/eshell.el (eshell-command): Made a few changes so that
319 `eshell-command' could be called programmatically.
320
7cd512f2 321 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 322
7cd512f2 323 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 324
3ae14dd9 3252001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
326
327 * calendar/timeclock.el: Updated copyright.
328 (timeclock-generate-report): Don't report the daily or two-week
329 total, if no time has been worked in that period.
330 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
331 final computational form, which was unnecessary; corrected a
332 parsing problem when timeclock-relative was nil.
333
3ae14dd9 3342001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
335
336 * calendar/timeclock.el (timeclock-modeline-display): Check if
337 `list-entry' is null.
338 (timeclock-use-display-time): The first argument to `set-variable'
339 must be a symbol.
340
53e1a74c
EZ
3412001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
342
343 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
344 (calendar-today-marker, calendar-holiday-marker):
345 Use display-color-p instead of window-system.
53e1a74c
EZ
346 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
347 instead of window-system.
348 (calendar-hide-window): Use display-multi-frame-p instead of
349 window-system.
350
351 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
352 (calendar-only-one-frame-setup, calendar-one-frame-setup):
353 Use display-multi-frame-p instead of window-system.
53e1a74c 354
23b809c2
GM
3552001-04-23 Gerd Moellmann <gerd@gnu.org>
356
1d14e80c
GM
357 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
358
23b809c2
GM
359 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
360 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
361
b5eeaa1d
GM
3622001-04-23 Alex Schroeder <alex@gnu.org>
363
364 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
365 line-end-position a defalias is used for point-at-bol and point-at-eol.
366
b5eeaa1d
GM
3672001-04-23 Alex Schroeder <alex@gnu.org>
368
369 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 370 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 371
ac1470eb
EZ
3722001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
373
374 * textmodes/paragraphs.el (sentence-end): Doc fix.
375
624ef9b3
GM
3762001-04-20 Alex Schroeder <alex@gnu.org>
377
378 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 379 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
380
3812001-04-20 Alex Schroeder <alex@gnu.org>
382
383 * sql.el (sql-db2-program): New option.
384 (sql-db2-options): New option.
385 (sql-db2): New function.
386
3872001-04-20 Alex Schroeder <alex@gnu.org>
388
389 * sql.el (sql-mode-menu): Added highlighting entries.
390 (sql-highlight-oracle-keywords): New function.
391 (sql-highlight-postgres-keywords): New function.
392 (sql-highlight-ansi-keywords): New function.
393
3942001-04-20 Alex Schroeder <alex@gnu.org>
395
396 * sql.el (sql-help): Doc change.
397
2a83a11d
SM
3982001-04-19 Stefan Monnier <monnier@cs.yale.edu>
399
400 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
401
6f4dd4dc
GM
4022001-04-18 Gerd Moellmann <gerd@gnu.org>
403
0f8d6dc7
GM
404 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
405 for defmethod.
406
6f4dd4dc
GM
407 * comint.el (comint-cr-magic): New function.
408 (toplevel): Add it to comint-preoutput-filter-functions.
409
90200fcc
AI
4102001-04-18 Andrew Innes <andrewi@gnu.org>
411
412 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 413 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
414 (recompile): Remove stuff to set EMACSLOADPATH.
415
daa66f34
GM
4162001-04-18 Gerd Moellmann <gerd@gnu.org>
417
edc5c81d
GM
418 * language/slovak.el ("Slovak"): Add tutorial entry.
419
daa66f34
GM
420 * net/browse-url.el (browse-url-new-window-flag): Renamed from
421 browse-url-new-window-p.
422
5d5845dc
EZ
4232001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
424
425 * info.el (Info-menu-update): When there are no menus and/or no
426 cross references in the node, make the respective items of the
427 Info menu-bar menu inactive.
428
1c8addd0
GM
4292001-04-17 Gerd Moellmann <gerd@gnu.org>
430
f4f480bd
GM
431 * indent.el (indent-for-tab-command): Call indent-line-function
432 with no argument if PREFIX-ARG is non-nil.
433
1c8addd0
GM
434 * frame.el (delete-other-frames): Handle minibuffer-only frames.
435
8f9ab403
EZ
4362001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
437
438 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
439 an async subprocess if start-process is unavailable. Suggested by
440 Tim Van Holder <tim.van.holder@pandora.be>.
441
60322163
EZ
4422001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
443
444 * info.el (Info-additional-directory-list): Doc fix. Suggested by
445 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
446
e372bc67
EZ
4472001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
448
449 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
450 manual.
451
28037ecf
SM
4522001-04-13 Stefan Monnier <monnier@cs.yale.edu>
453
454 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
455 (cvs-menu): Add a few entries.
456
457 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
458 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
459 lock file appears to be reachable from Emacs.
460 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
461 (cvs-mode-find-file): Look for cvs-header-face rather than
462 cvs-dirname-face (which doesn't exist).
463 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
464
465 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
466
5d5e7f53
EZ
4672001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
468
469 * emulation/pc-select.el (pc-selection-mode): Don't turn on
470 normal-erase-is-backspace on a tty. Instead, bind some keys such
471 as [delete] directly, like pc-select.el did before
472 normal-erase-is-backspace was invented.
473
118562e1 4742001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
475
476 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
477
6c9e58c4
JW
4782001-04-11 John Wiegley <johnw@gnu.org>
479
28037ecf
SM
480 * eshell/em-ls.el (eshell-ls-insert-directory):
481 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
482 buffers, if Eshell's ls is being used.
483
118562e1 4842001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 485
28037ecf
SM
486 * calendar/timeclock.el (timeclock-completing-read): New function.
487 (timeclock-ask-for-project, timeclock-ask-for-reason):
488 Call `timeclock-completing-read'.
978bd3ea
JW
489
490 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
491 required where `member' was being used.
492
118562e1 4932001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 494
28037ecf
SM
495 * eshell/em-hist.el (eshell-previous-matching-input):
496 Don't display "History item" if the the minibuffer is active.
978bd3ea 497
30cb0001
GM
4982001-04-11 Gerd Moellmann <gerd@gnu.org>
499
500 * startup.el (command-line): Output a newline after printing
501 an error from loading the window system's init file.
502
e38af9bd
EZ
5032001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
504
28037ecf
SM
505 * textmodes/texinfo.el (texinfo-font-lock-keywords):
506 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
507 @inforef. Add an OVERRIDE of `keep' to highlight specs of
508 keywords whose arguments routinely include @@.
509
bbf63a7b
GM
5102001-04-10 Gerd Moellmann <gerd@gnu.org>
511
28037ecf
SM
512 * emacs-lisp/advice.el (ad-make-advised-definition):
513 Construct advice for subrs differently.
afffeb57 514
3fe35f35 515 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 516 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 517
c8d6d636 518 * simple.el (completion-list-mode-finish): New function.
28037ecf 519 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 520
2a52f40e 521 * language/european.el ("Polish"): Change sample text.
28037ecf 522 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 523
cf8b1bef
GM
524 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
525 parameter.
526
bbf63a7b
GM
527 * faces.el (menu): Doc fix.
528
719d83ad 5292001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
530
531 * ps-print.el: Footer implementation. Doc fix.
532 (ps-print-version): New version number (6.5.1).
533 (ps-header-frame-alist): New customization var for header frame
534 properties.
535 (ps-line-number-color): New customization var for line number color.
536 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
537 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
538 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
539 (ps-right-footer): New customization vars for footers.
540 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
541 footers.
542 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
543 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
544 Code fix.
319acba0
GM
545 (ps-prologue-file): Indentation fix.
546 (ps-print-quote): Fun eliminated.
547 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
548 (ps-output-frame-properties): New fun.
549 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
550 (ps-skip-newline): Replace defun by defsubst.
28037ecf 551
e372bc67 5522001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
553
554 * eshell/eshell.el (eshell-command): Needed a "%s" format
555 specifier, in case the buffer contains percent characters.
556
e372bc67 5572001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
558
559 * calendar/timeclock.el (timeclock-generate-report): Added a
560 missing insert of the project name.
561
9f9a5e7a
GM
5622001-04-09 Gerd Moellmann <gerd@gnu.org>
563
9170e5d4 564 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 565
865e97c1 566 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 567 (finder-data): Use it instead of `setwins'.
865e97c1
GM
568 From: Dave Love <fx@gnu.org>.
569
cf3885ac 570 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
571 (server-visit-files): Run server-visit-hook after going to
572 line 1 so that the hook can set point as it sees fit.
573
9f9a5e7a
GM
574 * bindings.el (mode-line-modified): Unify help messages.
575
51f32106
EZ
5762001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
579 All callers changed.
580
e02160a3
EZ
5812001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
582
8e6bb0d0
EZ
583 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
584 long file names aren't supported, truncate the file names in
585 quail-misc-package-ext-info to 8+3 before matching them against
586 FILENAME.
587
588 * dos-fns.el (dos-truncate-to-8+3): New function.
589
ec321d77
EZ
590 * progmodes/compile.el (grep-compute-defaults): Use null-device
591 instead of literal /dev/null. Reported by Jens Schmidt
592 <schmidt@mathematik.uni-kl.de>.
593
e02160a3
EZ
594 * simple.el (normal-erase-is-backspace-mode): Doc fix.
595
cf3885ac
SM
5962001-04-06 Stefan Monnier <monnier@cs.yale.edu>
597
598 * textmodes/sgml-mode.el: Add unknown maintainer.
599 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
600 (html-mode-map): Use set-keymap-parent.
601
3ffb33bb
DL
6022001-04-06 Dave Love <fx@gnu.org>
603
604 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
605 Remove redundant string-to-list.
606
8f625692
SM
6072001-04-05 Stefan Monnier <monnier@cs.yale.edu>
608
609 * composite.el (reference-point-alist): Doc fix.
610
1087f198
SS
6112001-04-05 Sam Steingold <sds@gnu.org>
612
8f625692
SM
613 * font-lock.el (font-lock-keywords-case-fold-search):
614 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
615 file made font-lock case-insensitive.
616
a55e4e68
GM
6172001-04-05 Gerd Moellmann <gerd@gnu.org>
618
0e4892e2
GM
619 * faces.el (defface menu): Doc fix.
620
4d664b04
GM
621 * wid-edit.el (widget-color-sample-face-get): Don't make
622 faces for undefined colors.
623
a55e4e68
GM
624 * version.el (emacs-version): Include LessTif/Motif version info.
625
f383cd0d
GM
6262001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
627
628 * ps-mule.el: Eliminate cl package dependence.
629 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
630 if they aren't defined yet.
631 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
632 Eliminate cl package dependence.
633
de28797f
SM
6342001-04-04 Stefan Monnier <monnier@cs.yale.edu>
635
636 * progmodes/cc-cmds.el (c-outline-level):
637 Bind buffer-invisibility-spec. Originally from Dave Love, but
638 got lost when incorporating version 5.26.
639
32df8b47
EZ
6402001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
641
de28797f
SM
642 * emulation/pc-select.el (pc-selection-mode):
643 Call normal-erase-is-backspace-mode instead of binding
644 keys individually.
58e4f61d 645
7f62656b
EZ
646 * cus-load.el (normal-erase-is-backspace): Use it instead of
647 delete-key-deletes-forward.
648
649 * startup.el (command-line): Use normal-erase-is-backspace and
650 normal-erase-is-backspace-mode.
651
652 * simple.el (normal-erase-is-backspace): Rename from
653 delete-key-deletes-forward. Doc fix.
654 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
655 delete-key-deletes-forward-mode. Doc fix.
656 Run normal-erase-is-backspace-hook.
7f62656b 657
32df8b47 658 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
659 ``human-readable'' format produced by GNU `ls'.
660 (dired-move-to-filename-regexp): Recognize ISO format dates.
661 From Paul Eggert <eggert@twinsun.com>.
32df8b47 662
5efa6032
GM
6632001-04-04 Gerd Moellmann <gerd@gnu.org>
664
665 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
666 New functions.
de28797f
SM
667 (lm-verify): Check keywords.
668 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 669
d757aac1
EL
6702001-04-03 Eric M. Ludlam <eric@siege-engine.com>
671
672 * speedbar.el (speedbar-insert-image-button-maybe): Check for
673 `xemacs' feature instead of for the function `set-extent-property'.
674
9832760a
SM
6752001-04-03 Stefan Monnier <monnier@cs.yale.edu>
676
677 * mail/mh-utils.el (mh-folder-hist): New var.
678 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
679
d565f6aa
EZ
6802001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
681
682 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
683 region, position point on the first or last 16-byte group.
684 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
685 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
686 hexl-beginning-of-line.
687
24c0fd39
GM
6882001-04-03 Gerd Moellmann <gerd@gnu.org>
689
5efa6032
GM
690 * icomplete.el (icomplete-mode): Treat an argument like other
691 modes do.
692
b3f6107b
GM
693 * startup.el (fancy-splash-head): Use splash8.xpm for color
694 depth 8.
695
24d451c5
SM
696 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
697 Add an antry for ``converts''.
476bf681 698
24d451c5
SM
699 * language/slovak.el ("Slovak"): Add documentation string.
700 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 701
450f6970
GM
702 * language/czech.el ("Czech"): Add documentation string.
703 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
704
24d451c5
SM
705 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
706 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
707
7082001-04-02 Stefan Monnier <monnier@cs.yale.edu>
709
710 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
711 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
712 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
713 Use `defsubst' rather than a macro to ease debugging.
714 (mail-extr-last): Remove (use `last' instead).
715 (mail-extract-address-components): Properly reset the syntax-table
716 after parsing an address. Use `last' rather than mail-extr-last.
717 Make sure the end marker stays at the very end.
24c0fd39 718
2b908342
EZ
7192001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
720
721 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
722 last change.
723
acfb077d
GM
7242001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
725
726 * ps-print.el: Line and paragraph spacing feature. Region to cut
727 out when printing. Doc fix.
728 (ps-print-version): New version number (6.5).
24d451c5
SM
729 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
730 New vars. Line and paragraph spacing feature.
acfb077d
GM
731 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
732 out when printing.
733 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
734 (ps-get-font-size, ps-begin-job, ps-continue-line)
735 (ps-plot-region): Code fix.
736 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
737 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
738 New internal vars.
acfb077d
GM
739 (ps-get-size): New fun.
740 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
741 (ps-next-line): Replace defun by defsubst.
742 (ps-mule-plot-string): Autoload doc fix.
743
744 * ps-bdf.el: XEmacs compatibility. Doc fix.
745 (installation-directory, coding-system-for-read): Declare vars if
746 it's not declared yet.
747 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
748
749 * ps-mule.el: XEmacs compatibility. Doc fix.
750 (leading-code-private-22): Declare var if it's not declared yet.
751 (charset-bytes, charset-dimension, charset-id, charset-width)
752 (find-charset-region, split-char, char-width, chars-in-region)
753 (forward-point, decompose-composite-char, encode-coding-string)
754 (coding-system-p, ccl-execute-on-string, define-ccl-program):
755 Define funs if not defined yet.
756 (encode-composition-rule, find-composition): Define funs if not
757 loaded yet.
758 (ps-mule-prologue): PostScript code fix.
759
7602001-04-02 Kenichi Handa <handa@etl.go.jp>
761
762 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
763 non-nil, generate font for the header strings.
764 (ps-mule-prepare-font): Likewise.
765 (ps-mule-generate-glyphs): Likewise.
766 (ps-mule-string-encoding): Likewise.
767 (ps-mule-header-charsets): New variable.
768 (ps-mule-encode-header-string): New function.
769 (ps-mule-header-string-charsets): New function.
770 (ps-mule-begin-job): Check charsets in the header strings. If there
771 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
772
773 * ps-print.el (ps-generate-header-line): Encode the header string by
774 ps-mule-encode-header-string.
775 (ps-mule-encode-header-string): Declare autoload.
776
c0eb3c10
GM
7772001-04-02 Gerd Moellmann <gerd@gnu.org>
778
24d451c5
SM
779 * frame.el (cursor-in-non-selected-windows):
780 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 781
a3d0b0e0
KH
7822001-03-31 Kenichi Handa <handa@etl.go.jp>
783
784 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
785 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 786 (quail-misc-package-ext-info): New variable.
a3d0b0e0 787 (tsang-quick-converter): New function.
24d451c5
SM
788 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
789 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
790 (miscdic-convert, batch-miscdic-convert): New functions.
791
55f7832c
KH
7922001-03-30 Kenichi Handa <handa@etl.go.jp>
793
a2217cd8
KH
794 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
795 eight-bit-control chars.
796
55f7832c 797 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 798 Reduce making temporary vector (suggested by Dave Love).
55f7832c 799
911a2406
EZ
8002001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
801
802 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
803 string as well.
804
1a518f2c
AS
8052001-03-30 Andreas Schwab <schwab@suse.de>
806
807 * files.el (backup-directory-alist): Fix typo.
808
ef080b16
EZ
8092001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
810
811 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
812 <eggert@twinsun.com>.
813
e4174a55
DL
8142001-03-30 Dave Love <fx@gnu.org>
815
816 * progmodes/fortran.el (fortran-comment-region): Fix typo.
817
9d5d1075
EZ
8182001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
819
820 * simple.el (transient-mark-mode): Mention C-g in the doc string.
821
a27b451e
MB
8222001-03-30 Miles Bader <miles@gnu.org>
823
824 * subr.el (interactive-form): Fix paren typo.
825
aea51abe
EZ
8262001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
827
828 * emacs-lisp/profile.el: Say that it's obsolete in the header
829 line, so that finder.el puts that into its data-base.
830 Suggested by Alex Schroeder <alex@gnu.org>.
831
249dd409
EZ
8322001-03-29 Paul Eggert <eggert@twinsun.com>
833
834 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
835 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
836
1ac1fa96
SM
8372001-03-29 Stefan Monnier <monnier@cs.yale.edu>
838
839 * generic.el (generic-mode-set-comments): Use "" rather than nil
840 for comment-end.
841
e2b8a830
GM
8422001-03-29 Gerd Moellmann <gerd@gnu.org>
843
1ac1fa96
SM
844 * emacs-lisp/advice.el (ad-make-advised-definition):
845 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
846
847 * subr.el (interactive-form): New function.
848
8b2375e7
AS
8492001-03-29 Andre Spiegel <spiegel@gnu.org>
850
851 * vc-sccs.el (vc-sccs-register): Use relative file names.
852
f827b862
GM
8532001-03-28 Gerd Moellmann <gerd@gnu.org>
854
e59d0e9d
GM
855 * bookmark.el (bookmark-get-bookmark): Handle case that
856 BOOKMARK is not a string.
857
deb2613a
GM
858 * image.el (image-type-regexps): Change type for PS files
859 to `postscript'.
860
f827b862
GM
861 * subr.el (read-passwd): Clear command history after each
862 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
863
3c9449d0
KH
8642001-03-27 Kenichi Handa <handa@etl.go.jp>
865
866 * international/kkc.el (kkc-save-init-file): Locally bind
867 print-length to nil.
868
e6b13c74
GM
8692001-03-26 Gerd Moellmann <gerd@gnu.org>
870
e120bebf
GM
871 * textmodes/flyspell.el: Some doc fixes.
872 (flyspell-maybe-correct-transposition)
873 (flyspell-maybe-correct-doubling): Use a temporary buffer
874
875 * textmodes/ispell.el (ispell-parse-output): Doc fix.
876
5f6c5771 877 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
878 (byte-optimize-form-code-walker): Diagnose too few arguments
879 for `if' and `while'.
880
2b984c45
KH
8812001-03-26 Kenichi Handa <handa@etl.go.jp>
882
883 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
884 Prepend `\' to "\<quail-translation-docstring>".
885
bf2150fa
GM
8862001-03-26 Gerd Moellmann <gerd@gnu.org>
887
5f6c5771
SM
888 * autorevert.el (global-auto-revert-non-file-buffers):
889 Remove duplicate defcustom.
bf2150fa 890
a0d59316
MB
8912001-03-26 Miles Bader <miles@gnu.org>
892
5f6c5771
SM
893 * international/latin1-disp.el (latin1-char-displayable-p):
894 Add leading "-" for X font pattern.
a0d59316 895
9edbff6c
KH
8962001-03-26 Kenichi Handa <handa@etl.go.jp>
897
5f6c5771
SM
898 * international/mule-diag.el (describe-coding-system):
899 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
900 charsets they can encode.
901
50b57199
EZ
9022001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
903
904 * help.el (view-lossage): Mention open-dribble-file in the doc
905 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
906
5b83f9c0
SM
9072001-03-23 Stefan Monnier <monnier@cs.yale.edu>
908
909 * skeleton.el (skeleton-internal-list): Fix bogus logic.
910 (skeleton-pair-insert-maybe): Don't pair after a backslash.
911
e0ecbf5c
KH
9122001-03-23 Kenichi Handa <handa@etl.go.jp>
913
5b83f9c0
SM
914 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
915 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
916 multibyte sequence can work correctly.
917 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
918 property of the coding system.
919
1cc218de
SM
9202001-03-23 Stefan Monnier <monnier@cs.yale.edu>
921
922 * textmodes/fill.el (fill-individual-paragraphs-prefix):
923 Fix transcription typo.
924
a3db02ad
RV
9252001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
926
927 * whitespace.el: Add buffer local variables to toggle testing of
928 whitespaces in buffers without affecting the default values.
a3db02ad 929 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
930 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
931 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
932 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 933
83c9cb8e
SM
9342001-03-21 Stefan Monnier <monnier@cs.yale.edu>
935
936 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
937
180d5509
GM
9382001-03-21 Gerd Moellmann <gerd@gnu.org>
939
eeb5b5c1
GM
940 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
941 bs-cycle-configuration-name. From Juanma Barranquero
942 <lektu@uol.com.br>.
943
170a9e70
GM
944 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
945 and cc-vars.el.
946
180d5509
GM
947 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
948 headers. Always invoke sendmail with option -t.
949
130c507e
GM
9502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
951
952 * Release of cc-mode 5.28.
953
9542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
955
956 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
957 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 958 It's instead taken care of by the default value for c-default-style.
130c507e 959
130c507e
GM
9602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
961
962 * cc-align.el (c-lineup-math): Fix bug where lineup was
963 triggered by equal signs in string literals.
964
9652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
966
967 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
968 limit detection when at the ends of the buffer.
969
970 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
971 "for" statement clause in case 7F; a better one is done
972 earlier in case 7D anyway.
973
9742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
975
976 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
977 somewhat more and did a small optimization.
978
9792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
980
981 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
982 Use the limit argument only to limit the syntactic context
983 search, not to limit the actual movement.
984
985 * cc-cmds.el (c-beginning-of-statement): Move by sentence
986 inside multiline strings, just like in comments. Also various
987 fixes to the paragraph and comment prefix recognition, block
988 comment ender handling etc.
989
9902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
991
992 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
993 the relative position of the point.
994
995 * cc-cmds.el (c-electric-continued-statement): New function to
996 use as abbrev hook to reindent for keywords such as "else"
997 that continues an earlier statement.
998
999 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1000 like classes.
1001
1002 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1003 (pike-mode): Populate the default abbrev tables to reindent for
1004 keywords such as "else" that can continue earlier statements.
1005 Abbrev mode is therefore turned on by default now. (Note that
1006 this doesn't apply to idl-mode, since IDL afaik doesn't have
1007 statements at all.)
1008
10092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1010
1011 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1012 bracelists where the declaration contains template arguments.
1013
10142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1015
83c9cb8e
SM
1016 * cc-cmds.el (c-comment-indent):
1017 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1018 syntactic indentation. Fixes bug with lineup functions that
1019 return vectors.
1020
1021 * cc-engine.el (c-get-syntactic-indentation): Split the
1022 indentation sum calculation from `c-indent-line' to a separate
1023 function.
1024
10252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1026
1027 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1028 Fixed places where it was assumed that preprocessor directives
1029 have to start in column zero.
1030
1031 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1032 template arguments after a class identifier properly.
1033
1034 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1035 lists for `new Foo[]' constructs in Java as expressions and
1036 not top level definition brace lists on the top level, so that
1037 they'll get indented consistently with the same type of
1038 expression in a normal block.
1039
10402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1041
1042 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1043 whether the adaptive filling package fails to keep the comment
1044 prefix is now kludged further to check for filladapt-mode
1045 which doesn't have that problem. This is really icky, but it's
1046 the only way that works with the current misfeatures/bugs in
1047 both adaptive-fill-mode and filladapt-mode.
1048
1049 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1050 around point is recognized more robust.
1051
10522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1053
1054 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1055 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1056 (c-lit-type): Fixed all internal variables used dynamically so
1057 that they are always bound.
1058
1059 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1060 errors:
1061
1062 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1063 the region is fully reindented even when an error occurs.
1064 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1065 whole lot of code that tried to optimize indentation of whole
1066 sexps but in reality accomplishes nothing.
1067
1068 (c-indent-sexp): Use c-indent-region.
1069
1070 (c-parsing-error): Changed this variable to hold the message
1071 for any syntactic error that is discovered.
1072
1073 (c-parse-state): Search backward from point instead of the bod
1074 position when the latter is invalid. This makes CC Mode
1075 recover faster when there are unbalanced close braces.
1076
1077 (c-backward-to-start-of-if): Use c-parsing-error to report
1078 dangling "else" clauses instead of throwing an error, and fall
1079 back to a reasonable position.
1080
83c9cb8e 1081 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1082
83c9cb8e 1083 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1084
10852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1086
1087 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1088 paragraph recognition when moving by sentence in literals.
1089
83c9cb8e
SM
1090 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1091 start regexp for javadoc to recognize javadoc markup in general instead
1092 of a specific set of keywords, to be more future-safe.
130c507e
GM
1093
1094 (c-Pike-pikedoc-paragraph-start)
1095 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1096 pikedoc markup.
1097
83c9cb8e 1098 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1099
83c9cb8e 1100 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1101
1102 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1103
1104 (c-comment-prefix-regexp): Made it possible to use an
1105 association list on this to specify mode specific regexps.
1106 The default value now use a special regexp in Pike mode to
1107 recognize pikedoc markup.
1108
1109 (c-current-comment-prefix): New variable containing the actual
1110 regexp from c-comment-prefix-regexp for the current buffer.
1111
11122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1113
1114 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1115 lists: We can't look at the syntax, since a brace list can get
1116 recognized as a plain statement-cont.
1117
1118 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1119 special brace list opener broken over two lines got recognized
1120 as a statement on the second line. Case 9A changed.
1121
11222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1123
1124 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1125 adjustment after line is reindented.
1126
11272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1128
1129 * cc-defs.el (c-point): Added optional argument for position
1130 to use instead of the current point.
1131
1132 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1133 the in-expression block symbols when the construct starts at
1134 boi, to avoid the extra level of indentation in that case.
1135 Cases 4, 16A and 17E affected.
1136
11372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1138
1139 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1140 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1141
1142 * cc-engine.el (c-indent-line): Use the syntax already bound
1143 to `c-syntactic-context', if there is any.
1144
11452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1146
1147 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1148 wasn't added up correctly when a lineup function returned nil.
1149
11502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1151
1152 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1153 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1154
11552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1156
1157 * cc-align.el (c-lineup-dont-change): Return an absolute
1158 indentation column to work correctly in the case when several
1159 syntactic elements are processed for the same line.
1160
1161 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1162 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1163 (c-set-offset): Added absolute indentation column settings by
1164 using the vector type.
1165
130c507e
GM
11662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1167
1168 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1169 Implemented two new cleanups `space-before-funcall' and
1170 `compact-empty-funcall'.
1171
130c507e
GM
11722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1173
1174 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1175 helping building regexps.
1176
1177 * cc-engine.el (c-on-identifier): New function for detecting
1178 identifiers. It takes keywords into account.
1179
1180 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1181 lists. `c-keywords' is set to a regexp matching all keywords
1182 in the current language.
1183
11842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1185
1186 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1187 list of characters to skip backwards over at the beginning of
1188 a statement, since it can precede string literals in Pike.
1189
11902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1191
1192 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1193 recognition when standing on the last line in a C++ comment
1194 with nothing but whitespace after the prefix.
1195
1196 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1197 given no limit argument.
1198
11992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1200
1201 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1202 recognition for the `[]= operator symbol in Pike.
1203
12042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1205
1206 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1207 around a bug in `eval-when-compile' in the byte compiler.
1208
1209 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1210 value when count is zero and there's no token start within the limit.
130c507e
GM
1211
1212 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1213 "prefix comments", i.e. comments which are followed by code on
1214 the same line.
1215
1216 * cc-mode-19.el: Fixes so that checks that must be done at
1217 compile time also are done then.
1218
12192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1220
1221 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1222 time and at runtime, and only when it's needed.
1223
12242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1225
1226 Major cleanup for less error prone and more warning free
1227 compilation, including some fixes for bugs due to different
1228 compilation orders. Thanks to Martin Buchholz for providing
1229 the basis for all this.
1230
1231 * cc-bytecomp.el: New file that provides some byte compilation
1232 features: It ensures that files always are loaded from the
1233 current source directory during compilation, and it provides a
1234 set of macros to turn off specific compiler warnings for
1235 specific symbols. (It's not CC Mode specific in any way.)
1236
1237 Fixed a nearly acyclic dependency tree (both runtime and
1238 compile-time) between all files.
1239
1240 * cc-defs.el: Separated all macros before the inline functions,
1241 to ensure correct compilation.
1242
1243 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1244 cc-defs.el to cc-engine.el and made it a function instead.
1245
1246 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1247 about char-after.
1248
1249 * cc-vars.el: Cope even when there isn't a custom package
1250 containing defcustom available.
1251
1252 * cc-make.el: Removed since it's no longer necessary.
1253
1254 README: Updated installation instructions.
1255
12562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1257
1258 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1259 improve the modularity: Moved all mode init stuff from
1260 cc-langs.el to cc-mode.el, including the keymap
1261 initialization; cc-langs now only contains the various
1262 variables for configuring the language syntax.
1263
83c9cb8e
SM
1264 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1265 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1266 dependency analysis suggests they belong there (which also
83c9cb8e 1267 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1268
12692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1270
1271 * cc-cmds.el (c-fn-region-is-active-p): New function that
1272 wraps the corresponding macro, for use in places that aren't
1273 compiled. Thanks to Martin Buchholz for pointing out this.
1274
83c9cb8e 1275 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1276
1277 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1278 add things to the bug report.
1279
12802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1281
1282 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1283 returned prefix could contain a newline when the search for a
1284 good prefix line failed.
1285
12862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1287
1288 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1289 (c-toggle-auto-hungry-state): Made the argument optional, as
1290 the documentation says it is.
1291
12922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1293
1294 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1295 multiline string syntax, #"...", as a cpp macro.
1296
7008ccac
GM
12972001-03-21 Paul Eggert <eggert@twinsun.com>
1298
83c9cb8e
SM
1299 * international/mule-cmds.el (set-locale-environment):
1300 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1301 caller specifies a non-nil locale name.
3c9449d0 1302
c2478129 13032001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1304
1305 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1306 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1307
117e4b0c
GM
13082001-03-20 Gerd Moellmann <gerd@gnu.org>
1309
7194219d
GM
1310 * follow.el (follow-avoid-tail-recenter): Doc fix.
1311
5721ae13
GM
1312 * custom.el (custom-set-variables): Avoid reversing the list
1313 of args needlessly.
1314
7b8bbf72
GM
1315 * startup.el (fancy-splash-head): Don't change the colors of the
1316 XPM image on a dark background.
1317
a91ad7c9
GM
1318 * comint.el (comint-exec-1): Set columns of the terminal to
1319 window-width instead of frame-width.
1320
fa88947e
GM
1321 * info.el (Info-scroll-down): Add missing WINDOW arg for
1322 pos-visible-in-window-p.
1323
1741905c
GM
1324 * ehelp.el (electric-help-mode-hook): Add defcustom.
1325
117e4b0c
GM
1326 * mail/sendmail.el (mail-mode): Activate case-folding in
1327 font-lock-defaults.
1328
e84c695d
SM
13292001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1330
1331 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1332 (completion-ignored-extensions): Remove duplicate ".class".
1333
fc774041
AS
13342001-03-19 Andreas Schwab <schwab@suse.de>
1335
83c9cb8e
SM
1336 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1337 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1338
c2c097cc
GM
13392001-03-19 Gerd Moellmann <gerd@gnu.org>
1340
1341 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1342 methods since there are not prefix input methods.
1343
fbe2e958
KH
13442001-03-19 Kenichi Handa <handa@etl.go.jp>
1345
83c9cb8e
SM
1346 * international/mule-cmds.el (read-input-method-name):
1347 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1348
da47e491
SM
13492001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1350
1351 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1352
4986c2c6 13532001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1354
4986c2c6
MK
1355 * ediff-util.el: Copyright years.
1356 (ediff-choose-syntax-table): New function.
1357 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1358
4986c2c6
MK
1359 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1360 with-syntax-table.
83c9cb8e 1361
4986c2c6 1362 * ediff.el: Date of last update, copyright years.
83c9cb8e 1363
4986c2c6 1364 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1365
4986c2c6
MK
1366 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1367 of Scott Bronson.
1368 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1369 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1370 Deleted functions.
1371 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1372 ex-token-list.
83c9cb8e 1373
4986c2c6 1374 * viper-util.el: Spaces, indentation.
83c9cb8e 1375
4986c2c6 1376 * viper.el: Changed version, modification time.
83c9cb8e 1377
3c799aec 13782001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1379
1380 * calendar/timeclock.el (timeclock-workday-remaining):
1381 Check whether `discrep' is non-null before using it.
3c799aec 1382
ae3ce418
JW
13832001-03-16 John Wiegley <johnw@gnu.org>
1384
1385 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1386 first-time checkins.
1387 (timeclock-log-data): Fixed problem with reading timelog log file.
1388 Resulting data in the "day list" was incorrect.
1389 (timeclock-find-discrep): Check if `timeclock-file' is readable
1390 before opening it.
1391 (timeclock-time-less-p): New function.
1392 (timeclock-day-base): New function.
1393 (timeclock-geometric-mean): New function.
1394 (timeclock-generate-report): Generate a summary report based on
1395 the contents of the log file. This uses `timeclock-log-data', and
1396 is an example of writing a timelog manipulation function.
1397 (timeclock-visit-timelog): A quick command for opening the timelog
1398 file.
1399 (timeclock-log-data): Bound the variable event.
1400
c8d4a9bb
KH
14012001-03-16 Kenichi Handa <handa@etl.go.jp>
1402
83c9cb8e
SM
1403 * international/mule-cmds.el (select-safe-coding-system):
1404 Fix typo: symbol-name -> symbol-value.
11d56c64 1405
c8d4a9bb
KH
1406 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1407 before substitute-in-file-name to handle double slashes in FILE
1408 correctly.
1409
c899e7e6
GM
14102001-03-15 Gerd Moellmann <gerd@gnu.org>
1411
1412 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1413 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1414
819dce0f
GM
14152001-03-14 Gerd Moellmann <gerd@gnu.org>
1416
697617d9
GM
1417 * bindings.el (features): Add `md5' and `overlay' to the list.
1418
819dce0f
GM
1419 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1420 bound before using it. It's not bound when configured without X,
1421 for instance.
1422
e0067a9d
TTN
14232001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1424
1425 * progmodes/hideshow.el: Update copyright.
1426 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1427 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1428
afcdc0a1
GM
14292001-03-13 Gerd Moellmann <gerd@gnu.org>
1430
e0067a9d 1431 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1432 a non-list.
1433
30564c48
EZ
14342001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1435
1436 * startup.el (fancy-splash-tail, command-line-1): Fix the
1437 copyright year.
1438
2b8e24b3
KH
14392001-03-13 Kenichi Handa <handa@etl.go.jp>
1440
1441 * term.el: These changes are based on a patch sent from Yong Lu
1442 <lyongu@yahoo.com>.
1443 (term-set-escape-char): Bind M-x to execute-extended-command in
1444 term-raw-escape-map.
1445 (term-move-columns): Don't try to move to negagive column.
1446 (term-emulate-terminal): Insert a string before deleting a text to
1447 overwrite.
1448
789b6186
GM
14492001-03-12 Gerd Moellmann <gerd@gnu.org>
1450
b0778a31
GM
1451 * play/life.el (life): Rearrange code so that all calls to
1452 life-display-generation are in a catch-form.
1453
04528cda
GM
1454 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1455 file that isn't interesting. In an interesting file, push the old
1456 value of point on the mark ring.
1457
760cefb5
GM
1458 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1459 New function.
1460 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1461 Use it.
1462
83c9cb8e
SM
1463 * emacs-lisp/autoload.el (generate-file-autoloads):
1464 Remove warning about line lengths.
789b6186 1465
a2ffbafe
FP
14662001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1467
1468 * progmodes/etags.el (tags-compression-info-list): New variable.
1469 (find-tag-in-order): Use it to deal with compressed source files.
1470 (tag-file-name-match-p): New function.
1471 (etags-recognize-tags-table): Use it for better match of file names.
1472
5c9d9d92
KH
14732001-03-12 Kenichi Handa <handa@etl.go.jp>
1474
ba3e9b9b
KH
1475 * international/mule-cmds.el (register-input-method): Doc fix.
1476
5c9d9d92
KH
1477 * international/quail.el (quail-translate-key): Fix condition to
1478 check if there's another breaking point in the current key.
1479
40beecee
EZ
14802001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1483 Babyl header to the newly-created output file, bind
1484 coding-system-for-write to either rmail-file-coding-system or
1485 emacs-mule-unix.
1486
75c6cb7f
SM
14872001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1488
1489 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1490 Fix the name and regexp used for subsubsections.
1491
5ec17636
DL
14922001-03-10 Dave Love <fx@gnu.org>
1493
1494 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1495 and save-buffer if buffer-file-name non-nil. From rms.
1496
6d2e2c02
AS
14972001-03-10 Andre Spiegel <spiegel@gnu.org>
1498
1499 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1500 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1501 to reflect that.
1502 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1503 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1504 variable bindings that might affect the diff command.
1505 (vc-print-log): Don't switch to the *vc* buffer before the
1506 command, so that local variable bindings are preserved.
1507
789b6186 1508 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1509 not the current buffer.
1510 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1511
789b6186 1512 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1513 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1514
b18f5523
SM
15152001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1516
1517 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1518 so ^, $, *, ? and + are interpreted correctly.
1519
3cfd8357
GM
15202001-03-09 Gerd Moellmann <gerd@gnu.org>
1521
c085b77c 1522 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1523 mode-line-key-binding. Handle any event on a string.
1524 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1525
3cfd8357
GM
1526 * comint.el (comint-insert-clicked-input): Use the last key
1527 from this-command-keys to lookup the global key definition.
1528
348f797a
KH
15292001-03-09 Kenichi Handa <handa@etl.go.jp>
1530
3ebf3717
KH
1531 * international/characters.el: Add category `j' for
1532 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1533
348f797a
KH
1534 * international/mule-conf.el (no-conversion): Fix docstring.
1535 (raw-text): Fix docstring.
1536
e1fbabaf
GM
15372001-03-08 Gerd Moellmann <gerd@gnu.org>
1538
96e8e603
GM
1539 * simple.el (choose-completion-string): When not leaving the
1540 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1541 is set.
1542
e1fbabaf
GM
1543 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1544 parameter `(minibuffer . t)'.
1545
f9db8f19
SM
15462001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1547
1548 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1549 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1550 (sh-mode): Remove `make-local-variable' for unused var
1551 `font-lock-unfontify-region-function'.
1552
02756877
RS
15532001-03-07 Richard M. Stallman <rms@gnu.org>
1554
132bf46d
RS
1555 * info.el (Info-scroll-down): Fix previous change.
1556
02756877
RS
1557 * mail/rmail.el (rmail-toggle-header): Use a window which
1558 is showing the Rmail buffer, rather than the selected window.
1559
eeb24429
DL
15602001-03-07 Dave Love <fx@gnu.org>
1561
1562 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1563 now, to avoid problems with binding imenu directly to a mouse event.
1564
3bdf2660
GM
15652001-03-07 Gerd Moellmann <gerd@gnu.org>
1566
1567 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1568 second arg t.
1569
15702001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1571
1572 * log-edit.el (log-edit-common-indent): New var.
1573 (log-edit-set-common-indentation): Renamed from
1574 log-edit-delete-common-indentation. Use the new var.
1575 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1576
1577 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1578 (cvs-mode-add-change-log-entry-other-window):
1579 Don't presume change-log-default-name is defined.
1580
1581 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1582
1583 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1584 the "tree" operation as well.
1585
1586 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1587
1588 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1589 to match paragraph-start.
1590
1591 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1592 comment-start-skip and set comment-end-skip as well.
1593 (sgml-comment-indent): Fix for new value of comment-start-skip.
1594 (html-autoview-mode): Don't bother using make-local-hook.
1595
2ad02767
GM
15962001-03-07 Gerd Moellmann <gerd@gnu.org>
1597
189638d5 1598 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1599 variables, otherwise long Custom entries would make them ineffective.
189638d5 1600
2ad02767
GM
1601 * uniquify.el: Set maintainer to FSF.
1602
656f8cae
EZ
16032001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1604
1605 * dired-aux.el (dired-do-shell-command): Doc fix.
1606
c83965c4
SM
16072001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1608
04af43bc
SM
1609 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1610
1611 * which-func.el (which-func-modes): Add cperl-mode.
1612 (which-func-mode-global): Use define-minor-mode.
1613
1614 * info-look.el: Docstring fixes and dead code eliminated.
1615 (cperl-mode): Add support.
1616 (emacs-lisp-mode): List all entries from elisp manual, whether
1617 or not they are currently (f)bound or not. Update regexp.
1618
1619 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1620
c83965c4
SM
1621 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1622 so that C-h m shows the correct information.
1623 Use make-local-variable rather than make-variable-buffer-local.
1624 (cperl-info-buffer, cperl-setup-tmp-buf):
1625 Use make-local-variable rather than make-variable-buffer-local.
1626 (cperl-msb-fix, cperl-get-help-defer):
1627 Check major-mode for `cperl-mode' as well.
1628
1629 * progmodes/cperl-mode.el: Updated to author version 4.23.
1630 (cperl-electric-pod): SYNOPSIS was misspelled.
1631 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1632 (cperl-after-expr-p): Make true after __END__.
1633
f16a7aa5
GM
16342001-03-06 Gerd Moellmann <gerd@gnu.org>
1635
157ae273 1636 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1637 bookmark-completion-ignore-case is t.
157ae273 1638
f16a7aa5
GM
1639 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1640 switch, like xterm, and concat resource strings, with a newline
1641 between them.
1642
abaddb98
EZ
16432001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1644
a2ffbafe 1645 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1646 (cp773-decode-table, cp774-decode-table): New variables.
1647
abaddb98
EZ
1648 * man.el (Man-hyphenated-reference-regexp): New variable.
1649 (Man-build-references-alist): Use it to search for referenced
1650 manpages. If hyphenated is non-nil, record a concatenated word in
1651 Man-refpages-alist only if it matches Man-reference-regexp.
1652 Update word's length when it is concatenated. Reverse the list,
1653 to get the first manpage at the head.
1654 (Man-possibly-hyphenated-word): New function.
1655 (Man-follow-manual-reference): Use it instead of current-word to
1656 find a manpage at point, in a way that accounts for hyphenated
1657 references.
1658
eb3f61dd
GM
16592001-03-06 Alex Schroeder <alex@gnu.org>
1660
1661 * sql.el (sql-interbase): New function.
1662 (sql-interbase-program): New option.
1663 (sql-interbase-options): New option.
1664 And some typos fixed: "customise" to "customize".
1665
fa84f42a
DL
16662001-03-06 Dave Love <fx@gnu.org>
1667
83c9cb8e
SM
1668 * textmodes/flyspell.el (flyspell-region):
1669 Set up flyspell-local-mouse-map.
fa84f42a 1670
fda3411d
RS
16712001-03-05 Richard M. Stallman <rms@gnu.org>
1672
a2ffbafe 1673 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1674 Don't call rmail-beginning-of-message.
1675 Don't discard From: field. Do discard Received: field.
1676 Use unwind-protect to re-prune.
1677 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1678
e972ab1f
KH
16792001-03-06 Kenichi Handa <handa@etl.go.jp>
1680
1681 * international/quail.el (quail-title): Add autoload cookie.
1682
335db3c1
DL
16832001-03-05 Dave Love <fx@gnu.org>
1684
1685 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1686 new defs.
1687
278dd6ac
KH
16882001-03-05 Kenichi Handa <handa@etl.go.jp>
1689
83c9cb8e
SM
1690 * language/ethio-util.el (ethio-toggle-space):
1691 Update current-input-method-title if necessary.
36d5e61d
KH
1692 (ethio-toggle-punctuation): Likewise.
1693
341cd4f0
KH
1694 * international/quail.el (quail-title): Fix for the case that a
1695 title of an input method is specified by a list of the same form
1696 as used in mode-line-format.
1697
83c9cb8e
SM
1698 * international/mule-cmds.el (activate-input-method):
1699 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1700 respect that value.
1701
10ebaeb6
GM
17022001-03-05 Gerd Moellmann <gerd@gnu.org>
1703
1704 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1705
7a65c85c
GM
17062001-03-05 Alex Schroeder <alex@gnu.org>
1707
1708 * sql.el (sql-sybase): Fix typo (was: query user about server two
1709 times instead of server and database).
1710
1711 * sql.el (sql-sybase): Doc change.
1712 (sql-mysql): Doc change.
1713 (sql-postgres): Doc change.
1714
b86644f2
KH
17152001-03-05 Kenichi Handa <handa@etl.go.jp>
1716
83c9cb8e
SM
1717 * international/mule-conf.el (emacs-mule, raw-text):
1718 Docstring modified.
b86644f2 1719
e30bd7b7
EZ
17202001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1721
1722 * term/internal.el: Update copyright notice.
1723
1724 * term/pc-win.el: Update copyright notice.
1725
7e365285
DL
17262001-03-02 Dave Love <fx@gnu.org>
1727
83c9cb8e
SM
1728 * files.el (insert-file-contents-literally):
1729 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1730 not jka-compr-compression-info-list.
7e365285 1731
75ed43a6
SM
17322001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1733
1734 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1735 spaces in default comment-start-skip settings rather than \s-.
1736
53c4b1e6
EZ
17372001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1738
1739 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1740 default-frame-alist as well.
1741
028d739a
DL
17422001-03-01 Dave Love <fx@gnu.org>
1743
1744 * textmodes/reftex.el (defvar): Wrap some defvars in
1745 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1746
1747 * subr.el (event-basic-type): Doc fix.
1748
1749 * international/quail.el: Doc fixes.
1750
1751 * international/utf-8.el: Doc fixes.
1752
1753 * international/mule-cmds.el: Doc fixes.
1754 (leim-list-header): Fix header text.
1755
1756 * international/mule.el (coding-system-category): Doc fix.
1757
1758 * international/ccl.el (ccl-compile): Doc fix.
1759
15d1caef
SM
17602001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1761
1762 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1763 rather than (before|after)-change-functions.
1764
f84ff02c
GM
17652001-03-01 Gerd Moellmann <gerd@gnu.org>
1766
1767 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1768 scroll-left and scroll-right being called interactively so that
1769 they set the window's min_hscroll.
1770
e0c1e774
EZ
17712001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1772
1773 * info.el (info-insert-file-contents-1): Accept an additional
1774 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1775 `suffix'; otherwise use the complicated MS-DOS code.
1776 All callers changed.
e0c1e774
EZ
1777 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1778 can access long file names, try the long file-name version of
1779 `info-insert-file-contents-1', then the short file-name version.
1780
b8b2ea31 17812001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1782
af122766
KH
1783 * language/ethio-util.el (setup-ethiopic-environment-internal):
1784 Change bindings of functions keys to conform to "Emacs Lisp Coding
1785 Convention".
1786
1787 * language/ethiopic.el ("Ethiopic"): Add documentation.
1788
b8b2ea31
KH
17892001-02-28 Kenichi Handa <handa@etl.go.jp>
1790
1d64e2ad
KH
1791 * international/utf-8.el (mule-utf-8): Set coding-category
1792 property to coding-category-utf-8.
1793
91cb6e51
RS
17942001-02-27 Richard M. Stallman <rms@gnu.org>
1795
1796 * lpr.el (lpr-page-header-switches, print-region-1):
1797 Undo 2000-07-06 change.
7298f3f7
RS
1798 (lpr-add-switches): Default to t on gnu/linux.
1799
c0cb1027
GM
18002001-02-27 Gerd Moellmann <gerd@gnu.org>
1801
1802 * bs.el (bs-attributes-list): Doc fix.
1803
01459648
GM
18042001-02-26 Gerd Moellmann <gerd@gnu.org>
1805
baebd8a5 1806 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1807
01459648
GM
1808 * help.el (view-order-manuals): Use goto-address.
1809
1810 * startup.el (command-line-1): Add info about ordering manuals
1811 to the not so fancy splash screens.
1812
f93e614e
AS
18132001-02-26 Andre Spiegel <spiegel@gnu.org>
1814
01459648
GM
1815 * vc.el (vc-default-workfile-unchanged-p)
1816 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1817
12435002
GM
18182001-02-26 Gerd Moellmann <gerd@gnu.org>
1819
a2ffbafe 1820 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1821 fontify in the right buffer.
1822
12435002
GM
1823 * allout.el (outline-flag-region): Move macro in front of first
1824 use to avoid a run-time error.
1825
425de386
AI
18262001-02-24 Andrew Innes <andrewi@gnu.org>
1827
1828 * makefile.w32-in: Fix copyright notice.
1829
66c56ed1
KH
18302001-02-24 Kenichi Handa <handa@etl.go.jp>
1831
4c1593ce
KH
1832 * international/utf-8.el (mule-utf-8): Set correct value for
1833 valid-codes property.
1834
66c56ed1
KH
1835 * international/fontset.el (x-complement-fontset-spec): In the
1836 case that we use ASCII font for the other charsets, use only
15d1caef 1837 family and registry part of it.
66c56ed1 1838
119171dd
EZ
18392001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1840
1841 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1842 (shrink-window-if-larger-than-buffer): Doc fix.
1843
932c309e
SM
18442001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1845
1846 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1847 predicate passed to completing-read.
1848
9b760e36
EZ
18492001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1850
1851 * startup.el (command-line): Fix last change.
1852
5c39a60f
JR
18532001-02-23 Jason Rumney <jasonr@gnu.org>
1854
1855 * startup.el (tool-bar-originally-present): New variable.
1856 (command-line): Set it if the tool-bar is switched on at startup.
1857
1858 * frame.el (frame-notice-user-settings): Only adjust frame height
1859 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1860 From E. Jay Berkenbilt.
5c39a60f 1861
cb91b2c7
SM
18622001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1863
39b557e8
SM
1864 * server.el (server-switch-buffer): Only switch window if the
1865 current one is dedicated.
1866
cb91b2c7
SM
1867 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1868 rather than using (match-beginning 0) when searching for break point.
1869
9238a8df
EZ
18702001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1871
1872 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1873 @ follows an accent command such as @'. Support optional braces
1874 in commands that insert accents, like makeinfo does.
1875
3473f362
GM
18762001-02-22 Gerd Moellmann <gerd@gnu.org>
1877
1878 * startup.el (fancy-splash-text): Add a line for ordering
1879 manuals. Reverse order of splash screens shown.
1880 (use-fancy-splash-screens-p): Adapt to the text line added.
1881
1882 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1883 manuals from the FSF.
1884
1885 * help.el (view-order-manuals): New function.
1886 (toplevel): Bind C-h C-m to this function.
1887
76a4de07
SM
18882001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1889
1890 * newcomment.el (comment-forward): Skip the comment-start before
1891 searching for the comment-end.
1892
75b71d85
DL
18932001-02-21 Dave Love <fx@gnu.org>
1894
2f4c9a87
DL
1895 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1896
75b71d85
DL
1897 * international/mule-cmds.el, international/mule.el: Doc fixes.
1898
1899 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1900 (fortune) <defgroup>: Add :link.
1901 (fortune-from-region): Use eq, not eql.
1902
ffc9ff0c
GM
19032001-02-21 Gerd Moellmann <gerd@gnu.org>
1904
1905 * startup.el (fancy-splash-screens): Use display-hourglass
1906 instead of display-busy-cursor.
1907
1908 * frame.el (display-hourglass): Renamed from busy-cursor.
1909 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1910 (show-cursor-in-non-selected-windows): Doc fix.
1911
f34eb373
DL
19122001-02-20 Dave Love <fx@gnu.org>
1913
1914 * international/utf-8.el: Doc and commentary fixes.
1915
f55e4a7e
EZ
19162001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1917
1918 * ehelp.el (with-electric-help): Doc fix.
1919
fa97adf6
GM
19202001-02-20 Gerd Moellmann <gerd@gnu.org>
1921
1922 * msb.el (msb-mode): Call the update-buffers function explicitly
1923 with a FORCE argument.
1924
1925 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1926 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1927 returns nil.
1928
54ed3bd2
GM
19292001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1930
1931 * ps-print.el: Timestamp package replacement. Some enhancements.
1932 Some XEmacs compatibility. Doc fix.
1933 (ps-print-version): New version number (6.4).
1934 (ps-printer-name): Initialization fix.
1935 (ps-zebra-stripe-follow): Funcionality enhancement.
1936 (ps-prologue-file): Code enhancement.
1937 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1938 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1939 (ps-get-page-dimensions)
54ed3bd2
GM
1940 (ps-generate-header, ps-begin-file, ps-begin-job)
1941 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1942 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1943 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1944 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1945
e8ebf97d
MB
19462001-02-20 Miles Bader <miles@gnu.org>
1947
1948 * image-file.el (image-file-name-extensions): Add "tif".
1949
136b27c5
GM
19502001-02-19 Gerd Moellmann <gerd@gnu.org>
1951
1952 * wid-edit.el (widget-button-click): Save the selected window
1953 around the code handling clicks on buttons.
1954
6ebbcf59
DL
19552001-02-18 Dave Love <fx@gnu.org>
1956
1957 * imenu.el (imenu--generic-function): Use mapc to iterate over
1958 syntax characters.
1959
595ded73
RS
19602001-02-17 Richard M. Stallman <rms@gnu.org>
1961
b9fe3dc8
RS
1962 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1963
595ded73
RS
1964 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1965
f3f053f3
GM
19662001-02-16 Gerd Moellmann <gerd@gnu.org>
1967
1968 * mouse.el (mouse-save-then-kill): If the distance from the new
1969 point to the mark is equal to the distance of point from the new
1970 point, move point instead of the mark.
1971
11570a8f
DL
19722001-02-16 Dave Love <fx@gnu.org>
1973
1974 * textmodes/flyspell.el (flyspell-get-word): Return string without
1975 properties.
1976
fb339cd5
EZ
19772001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1978
1979 * generic.el (generic-find-file-regexp): Doc fix.
1980 (generic-ignore-files-regexp): New defcustom.
1981 (generic-mode-find-file-hook): If the file's name matches the
1982 regexp in `generic-ignore-files-regexp', don't enter
1983 default-generic-mode. Doc fix.
1984
c56b1c1b
GM
19852001-02-16 Gerd Moellmann <gerd@gnu.org>
1986
a2ffbafe 1987 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1988 Add autoload cookies.
1989
a2ffbafe 1990 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1991 of cal-tex-24.
1992
0d140e65
EZ
19932001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1994
81558867
EZ
1995 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1996
0d140e65
EZ
1997 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1998 the character class after the (optional) drive, to support file
1999 names with embedded blanks.
2000
713f7b15
SS
20012001-02-15 Sam Steingold <sds@gnu.org>
2002
2003 * textmodes/tex-mode.el (tex-shell-running):
2004 Check the process buffer too.
2005
9a2a6f73
DL
20062001-02-15 Dave Love <fx@gnu.org>
2007
2008 * battery.el (battery-status-function): Fix doc, :type.
2009
15d1caef 2010 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2011
fe10cef0
GM
20122001-02-15 Gerd Moellmann <gerd@gnu.org>
2013
2014 * subr.el (read-passwd): Clear Lisp memory holding password.
2015
126f5d4d
MB
20162001-02-15 Miles Bader <miles@gnu.org>
2017
2018 * info.el (Info-copy-current-node-name): New function.
2019 (Info-mode-menu): Add it to the menu.
2020
92e98d63
RS
20212001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2022
2023 * international/mule-cmds.el (toggle-input-method): Doc fix.
2024
dd4e0e55
SM
20252001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2026
2027 * replace.el (occur): Stop at end of buffer.
2028
402dbbd1
EZ
20292001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2030
2031 * international/mule-cmds.el (set-input-method): Another doc fix.
2032
e9fcba3d
GM
20332001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2034
2035 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2036
78ad1cd5
MB
20372001-02-13 Miles Bader <miles@gnu.org>
2038
713f7b15 2039 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2040 (set-face-stipple): Treat a value of nil as being `unspecified'.
2041
fce9d9dc
DL
20422001-02-12 Dave Love <d.love@dl.ac.uk>
2043
2044 * international/latin1-disp.el: Doc fixes.
2045 (latin1-display) <defgroup>: Add :link.
2046 (latin1-display) <function>: Set variable latin1-display.
2047
bc406911
EZ
20482001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2049
2050 * international/mule-cmds.el (set-input-method): Doc fix.
2051
68514d48
EL
20522001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2053
2054 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2055 (speedbar-line-file): Return nil if not a file.
2056 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2057
513bea45 20582001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2059
513bea45
MK
2060 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2061 for remote files.
bc406911 2062 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2063 with raw-text.
713f7b15 2064
513bea45 2065 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2066
83c9cb8e
SM
2067 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2068 Better handling of the diff mode.
713f7b15 2069
513bea45 2070 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2071
bc406911 2072 * viper.texi: Fix typos.
713f7b15 2073
521d4010
DL
20742001-02-11 Dave Love <fx@gnu.org>
2075
36fd8e17
DL
2076 * shadowfile.el: Doc fixes.
2077 (shadow) <defgroup>: Add :link.
2078 (shadowfile-unload-hook): New function.
2079 (shadow-initialize): Use defalias, not fset.
2080 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2081 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2082
521d4010
DL
2083 * international/mule.el: Doc and message fixes.
2084
36fd8e17
DL
2085 * international/ccl.el (define-ccl-program): Doc fix.
2086
92395bbe
KH
20872001-02-11 Kenichi Handa <handa@etl.go.jp>
2088
2089 * faces.el (mode-line): Set :line-width property to -1.
2090
103db06c
RS
20912001-02-10 Richard M. Stallman <rms@gnu.org>
2092
08b78974
RS
2093 * complete.el (partial-completion-mode): Doc fix.
2094
103db06c
RS
2095 * simple.el (delete-key-deletes-forward-mode):
2096 Change `let' to `let*' to fix gross bug in last change.
2097
2098 * repeat.el (repeat): Don't let execute-kbd-macro alter
2099 real-last-command.
2100
a6a1ee53
EZ
21012001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2102
2103 * simple.el (eval-expression): Doc fix.
2104
d2f288c6
DL
21052001-02-09 Dave Love <fx@gnu.org>
2106
038f4ae3
DL
2107 * imenu.el (imenu-generic-expression): Doc fix.
2108
83c9cb8e
SM
2109 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2110 From Juanma Barranquero.
038f4ae3 2111
15d1caef 2112 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2113
9804b846
KH
21142001-02-09 Kenichi Handa <handa@etl.go.jp>
2115
2116 * faces.el (set-face-attribute): Describe the case of a negative
2117 value specified for :line-width.
2118
532f5197
SM
21192001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2120
2121 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2122 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2123
1d279666
DL
21242001-02-08 Dave Love <fx@gnu.org>
2125
4681ca3a
DL
2126 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2127 widget-plist-value-type.
2128 (widget-alist-convert-widget): Replace binding of
2129 widget-alist-value-type.
2130
1d279666
DL
2131 * textmodes/paragraphs.el (sentence-end): Doc fix.
2132
83c9cb8e
SM
2133 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2134 Remove `backward-line'.
1d279666 2135
532f5197
SM
2136 * play/pong.el (pong-blank-color, pong-bat-color)
2137 (pong-ball-color, pong-border-color, pong-left-key)
2138 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2139 (pong-pause-key, pong-resume-key, pong-timer-delay):
2140 * mail/mh-comp.el (mh-compose-letter-function):
2141 * eshell/esh-mode.el (eshell-skip-prompt-function):
2142 * emulation/viper-ex.el (ex-unix-type-shell-options):
2143 * recentf.el (recentf-menu-filter):
2144 * ps-print.el (ps-print-region-function):
2145 * lpr.el (print-region-function):
2146 * forms.el (forms-mode-hooks):
2147 * dirtrack.el (dirtrack-directory-change-hook):
2148 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2149 * textmodes/spell.el (spell-filter):
2150 * textmodes/fill.el (adaptive-fill-function):
2151 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2152 * progmodes/etags.el (find-tag-default-function):
2153 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2154 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2155
6f676109
EZ
21562001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2157
751d3bc4
EZ
2158 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2159 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2160 Meyering <jim@meyering.net>.
2161
6f676109
EZ
2162 * loadup.el: Revert last change.
2163
d3c26cdf
KH
21642001-02-07 Kenichi Handa <handa@etl.go.jp>
2165
83c9cb8e
SM
2166 * international/mule.el (transform-make-coding-system-args):
2167 Make it work also for coding systems not using CCL.
d3c26cdf 2168
44806980
EZ
21692001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2170
9889af08
EZ
2171 * simple.el (previous-matching-history-element)
2172 (next-matching-history-element): Doc fix.
2173
44806980
EZ
2174 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2175 specific part.
2176
1e36ff68
DL
21772001-02-06 Dave Love <fx@gnu.org>
2178
713f7b15 2179 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2180 (add-log-buffer-file-name-function, add-log-file-name-function):
2181 Fix :type.
2182 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2183
c7ca58df
EZ
21842001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2185
fecd556a
EZ
2186 * info.el (info-initialize): Remove the test for system-type when
2187 invocation-directory is non-nil.
2188
c7ca58df
EZ
2189 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2190 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2191
587b5737
AI
21922001-02-06 Andrew Innes <andrewi@gnu.org>
2193
2194 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2195 absolute.
2196
baf7eee4
GM
21972001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2198
2199 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2200 buffers. When hi-lock turned on rather than only checking current
2201 buffer for regexps, all buffers are checked. Moved activation of
2202 font-lock to hi-lock-refontify. When font-lock turned off rather
2203 than removing added highlighting just in current buffer, remove it
2204 in all buffers. Changed edit menu text from "Automatic
2205 Highlighting" to "Regexp Highlighting" Documentation for
2206 highlighting phrases, minor documentation changes.
2207 (hi-lock-set-file-patterns): Execute only if there are new or
2208 existing file patterns.
2209 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2210 unfontify and, if a support mode is active, will not refontify the
2211 whole buffer. If necessary, turn on font lock. (Removed
2212 font-lock-unfontify and font-lock support-mode-specific calls,
2213 such as lazy-lock-fontify-window.)
2214 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2215 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2216 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2217 (hi-lock-face-phrase-buffer): New function. Also added related
2218 menu item and keybinding.
2219 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2220 (hi-lock-process-phrase): New function.
2221 (hi-lock-line-face-buffer): Doc fixes.
2222 (hi-lock-face-buffer): Doc fixes.
2223 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2224
36710aa6
GM
22252001-02-06 Gerd Moellmann <gerd@gnu.org>
2226
2227 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2228 dabbrev-ignored-regexps.
2229
d3f22784
EZ
22302001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2231
2232 * simple.el (kill-line): Doc fix.
2233
5cb3c8d4
DL
22342001-02-05 Dave Love <fx@gnu.org>
2235
2236 * loadup.el: Revert last two changes -- bootstrapping works with
2237 regenerated loaddefs.
2238
e6297e7d
EZ
22392001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2240
1e14b095
EZ
2241 * isearch.el (isearch-forward): Doc fix.
2242
e6297e7d
EZ
2243 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2244 of font-lock-defaults to backward-paragraph.
2245
e16f52ce
GM
22462001-02-05 Gerd Moellmann <gerd@gnu.org>
2247
2248 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2249 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2250
01d19dd7
GM
22512001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2252
2253 * ebnf2ps.el: Eliminate time-stamp functions.
2254 (ebnf-version): New version (3.5).
2255 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2256 format-time-string.
2257
24886813
GM
22582001-02-05 Gerd Moellmann <gerd@gnu.org>
2259
2260 * simple.el (next-line): Goto end-of-line before inserting a newline.
2261
65e70fc4
MB
22622001-02-05 Miles Bader <miles@gnu.org>
2263
2264 * image-file.el (insert-image-file): When visiting an image, also
2265 set `truncate-lines' to t so that any fringe arrow looks correct.
2266
482f06c9
KH
22672001-02-05 Kenichi Handa <handa@etl.go.jp>
2268
2269 * isearch.el (isearch-forward): Add description about input method
2270 in the docsting.
2271
02399da7
SM
22722001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2273
2274 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2275
2c366083
EZ
22762001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2277
2278 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2279 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2280
bdadfce3
GM
22812001-02-02 Gerd Moellmann <gerd@gnu.org>
2282
79fb38c0
GM
2283 * wid-edit.el (widget-button-click): Fix last change.
2284
bdadfce3
GM
2285 * frame.el (frame-notice-user-settings): When resizing the initial
2286 frame because the tool bar is off, also change the frame's top
2287 position if a negative top position was specified.
2288
33155ffb
MB
22892001-02-02 Miles Bader <miles@gnu.org>
2290
2291 * image-file.el (insert-image-file): When visiting an image,
2292 suppress the cursor in the image buffer.
2293
1355ba0c
DL
22942001-02-01 Dave Love <fx@gnu.org>
2295
2296 * progmodes/f90.el (f90-mode): Remove startup message.
2297
fb758d2d 2298 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2299
01acdb05
GM
23002001-02-01 Gerd Moellmann <gerd@gnu.org>
2301
2302 * startup.el (command-line): Fix code determining whether or not
2303 to use delete-key-deletes-forward-mode.
2304
5b1ee316
AS
23052001-02-01 Andre Spiegel <spiegel@gnu.org>
2306
2307 * vc.el (vc-diff-switches): New user option.
2308 (vc-version-diff): Use it.
2309 (vc-diff-switches-list): New macro.
2310
83c9cb8e
SM
2311 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2312 New customization options.
5b1ee316
AS
2313 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2314
2315 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2316
00b1e7a1
GM
23172001-02-01 Gerd Moellmann <gerd@gnu.org>
2318
2319 * msb.el (toplevel): Quote hook symbols.
2320
85827036
KH
23212001-02-01 Kenichi Handa <handa@etl.go.jp>
2322
8e028499 2323 * international/mule.el (make-coding-system): Add description
3c948dde 2324 about recognized properties in the docstring.
8e028499 2325
85827036
KH
2326 * international/mule-conf.el: Remove unused charsets
2327 mac-roman-lower and mac-roman-upper.
2328
7ccf7ab9
GM
23292001-01-31 Gerd Moellmann <gerd@gnu.org>
2330
2441692d
GM
2331 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2332 is in front of the left-margin, if any.
2333
ee5cece0
GM
2334 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2335 like `delete'.
2336
83c9cb8e 2337 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2338
7ccf7ab9
GM
2339 * term/w32-win.el (mouse-set-font): Doc fix.
2340
b4f30ec5 23412001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2342
b4f30ec5
GM
2343 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2344 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2345 on already.
2346
03e0fe6e
GM
23472001-01-31 Markus Rost <rost@math.ohio-state.edu>
2348
2349 * files.el (save-buffer): Don't give message if (buffer-file-name)
2350 returns nil.
713f7b15 2351
8f289acc
EZ
23522001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2353
cb4aae04
EZ
2354 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2355
dbd98b19
EZ
2356 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2357 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2358
8f289acc
EZ
2359 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2360 display problems.
2361
c12553c1
KH
23622001-01-31 Kenichi Handa <handa@etl.go.jp>
2363
c7bf5db9
KH
2364 * international/mule.el (charset-info): Fix docstring.
2365
2366 * international/mule-diag.el (describe-character-set): Check final
2367 char valid before printing it.
c12553c1 2368
14f16b9c
GM
23692001-01-30 Gerd Moellmann <gerd@gnu.org>
2370
efaa080b
GM
2371 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2372
eef93f99
GM
2373 * frame.el (frame-notice-user-settings): Do the tool-bar
2374 stuff only for graphical displays. Fix a braino.
713f7b15 2375
14f16b9c
GM
2376 * frame.el (frame-initialize): Create initial frame visible.
2377 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2378 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2379
2380 * startup.el (command-line): Remove manipulation of frame
2381 height for tool bars.
2382
4ad25e43
EZ
23832001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2384
2385 * lpr.el: Compatibility with XEmacs and doc fixes.
2386 (lpr-windows-system, lpr-lp-system): New vars.
2387 (lpr-printer-switch): New defcustom.
2388 (printer-name, lpr-command): Customization fix.
2389 (print-region-1): Code fix.
2390 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2391 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2392 New functions.
4ad25e43 2393
e8f044a0
GM
23942001-01-29 Gerd Moellmann <gerd@gnu.org>
2395
2396 * msb.el (toplevel): Fix the eval-after-load.
2397
850d5045
GM
23982001-01-29 Dave Love <fx@gnu.org>
2399
762fe76e
DL
2400 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2401
2402 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2403
83c9cb8e 2404 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2405 (tcl-using-emacs-19-23): Consider Emacs 21+.
2406 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2407 (tcl-add-emacs-menu): Supply menu name.
2408 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2409
3a768251
GM
24102001-01-29 Gerd Moellmann <gerd@gnu.org>
2411
2412 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2413
274d02f7
SM
24142001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2415
2416 * pcvs.el (cvs-mark-fis-dead): New function.
2417 (cvs-mode-add): Use it.
2418 (cvs-mode-add-change-log-entry-other-window):
2419 Rebind change-log-default-name to itself rather than to nil.
2420
ed5d446e
SS
24212001-01-29 Sam Steingold <sds@gnu.org>
2422
efaa080b 2423 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2424 `autoload' statements.
2425
e2a80284
EZ
24262001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2427
8e1db7b3
EZ
2428 * files.el (confirm-kill-emacs): Doc fix.
2429
ff2a1c79
EZ
2430 * frame.el (frame-initialize): Doc fix.
2431
e7b0deaf
EZ
2432 * time-stamp.el (time-stamp-string): Doc fix.
2433
83c9cb8e
SM
2434 * woman.el (WoMan-log-1): Make the log buffer writable.
2435 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2436
005913e4
GM
24372001-01-29 Gerd Moellmann <gerd@gnu.org>
2438
2439 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2440 the `make-variable-buffer-local'.
2441
58622cc5
GM
24422001-01-29 Dave Love <fx@gnu.org>
2443
2444 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2445 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2446 Add autoload cookie.
58622cc5
GM
2447 (ansi-color-apply-sequence): Fix typo.
2448
0404d031
GM
24492001-01-29 Gerd Moellmann <gerd@gnu.org>
2450
ed5d446e 2451 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2452 Postscript printing in black and white.
2453
0404d031
GM
2454 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2455 X-Mailman-Version, Precedence, List-Help, List-Post,
2456 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2457 Content-Type, Content-Length.
2458
3b6ed359
DL
24592001-01-29 Dave Love <fx@gnu.org>
2460
ddd16e7a
DL
2461 * elide-head.el (elide-head): Make overlay evaporate.
2462
83c9cb8e 2463 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2464
8005142f
EZ
24652001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2466
2467 * isearch.el (isearch-highlight): Don't punt if the display
2468 doesn't support colors, since isearch faces are defined for
2469 monochrome displays as well.
2470
84728570
SS
24712001-01-27 Sam Steingold <sds@gnu.org>
2472
2473 * shell.el (shell-write-history-on-exit): Make sure that we are in
2474 the shell buffer (M-x tex-file RET inserted the error message into
2475 the TeX buffer).
2476
e26f9ced
EZ
24772001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2478
2479 * simple.el (transient-mark-mode): Doc fix.
2480
dc0274bd
GM
24812001-01-27 Gerd Moellmann <gerd@gnu.org>
2482
83c9cb8e 2483 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2484
c1acacc4
EZ
24852001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2486
f5058b96
EZ
2487 * shell.el (shell-unquote-argument): If the shell is one of the
2488 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2489 quote character.
2490 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2491 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2492
c1acacc4 2493 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2494 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2495
103db06c 24962001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2497
84728570 2498 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2499 Treat a one-capital-letter abbrev as "not all upper case",
2500 so as to force preservation of the expansion's pattern
2501 if the expansion starts with a capital letter.
2502
cfa70244
EZ
25032001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2504
cfee9de7
EZ
2505 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2506 Doc fix.
2507
cfa70244
EZ
2508 * simple.el (transient-mark-mode): Document the fact that many
2509 commands act on the region when mark is active.
2510
17d90d6b
KH
25112001-01-27 Kenichi Handa <handa@etl.go.jp>
2512
2513 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2514 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2515 (quail-show-guidance-buf): Make the multibyteness of current
2516 buffer inherited to Quail guidance buffer.
2517 (quail-help): Make the multibyteness of current buffer inherited
2518 to Quail help buffer.
2519
61076b20
DL
25202001-01-26 Dave Love <fx@gnu.org>
2521
c47e2c68
DL
2522 * time-stamp.el: Doc fixes.
2523
84728570 2524 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2525 (delphi-keyword-face, delphi-other-face): Fix :type.
2526
940f14b4
DL
2527 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2528
2529 * mail/feedmail.el (feedmail): Add :link.
2530 (feedmail-send-it): Doc fix.
2531
2532 * mail/sendmail.el: Doc fixes.
2533 (sendmail-send-it): Fix the non-ASCII regexp and use
2534 rfc2047-encode-string.
2535
61076b20
DL
2536 * dired.el, dired-aux.el: Revert last change.
2537
6c317bd2
GM
25382001-01-26 Gerd Moellmann <gerd@gnu.org>
2539
2540 * makefile.w32-in (DONTCOMPILE): Add various term files.
2541
25422001-01-26 Dave Love <fx@gnu.org>
2543
2544 * Makefile.in (DONTCOMPILE): Add various term files.
2545
1c636b5f
GM
25462001-01-26 Gerd Moellmann <gerd@gnu.org>
2547
af900b23
GM
2548 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2549
15fa6db0 2550 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2551 the echo area is resized to fit the size of the startup message.
15fa6db0 2552
1c636b5f
GM
2553 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2554 part of which is a constant.
2555
9b1adbd5
EZ
25562001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2557
83c9cb8e 2558 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2559
103db06c 25602001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2561
2562 * simple.el (next-line): Don't let `newline' expand abbrevs.
2563 Simplify slightly.
2564 (open-line): Don't let `newline' expand abbrevs.
2565
219227ea
JW
25662001-01-25 John Wiegley <johnw@gnu.org>
2567
2568 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2569 to `repeat' in the :type field.
2570
2571 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2572 allow a choice of regexp or nil.
d2906bf8 2573 (pcomplete-dir-ignore): Same.
219227ea
JW
2574
2575 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2576 a command) to always fail.
2577
ceba0dac
GM
25782001-01-25 Gerd Moellmann <gerd@gnu.org>
2579
2580 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2581 discard the result.
2582 (iswitchb-to-end): Likewise.
2583
9b0630e5
SS
25842001-01-25 Sam Steingold <sds@gnu.org>
2585
2586 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2587 Require vc.
9b0630e5 2588
a2ed9670
SM
25892001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2590
f0c1adab
SM
2591 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2592
a2ed9670
SM
2593 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2594
34ac3367
DL
25952001-01-25 Dave Love <fx@gnu.org>
2596
61076b20
DL
2597 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2598 (describe-coding-system): Tweak the English text.
2599
34ac3367
DL
2600 * loadup.el: Preload international/ccl for utf-8.
2601
4685e6b7
EZ
26022001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2603
2604 * mail/rmail.el (rmail-redecode-body): Doc fix.
2605
0fdb4475
KH
26062001-01-25 Kenichi Handa <handa@etl.go.jp>
2607
83c9cb8e
SM
2608 * international/mule-cmds.el (reset-language-environment):
2609 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2610
83c9cb8e
SM
2611 * international/mule-conf.el (coding-category-utf-8):
2612 Initialize to mule-utf-8.
0fdb4475 2613
9b0630e5 2614 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2615
2616 * international/utf-8.el: New file.
2617
245ed2b1
SM
26182001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2619
2620 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2621
e95b0c08
SS
26222001-01-24 Sam Steingold <sds@gnu.org>
2623
2624 * dired.el (dired-replace-in-string): Removed.
2625 (dired-sort-toggle): Use `replace-regexps-in-string'
2626 instead of `dired-replace-in-string'.
9b0630e5 2627
ceba0dac
GM
2628 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2629 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2630
e95b0c08
SS
2631 * gs.el (gs-replace-in-string): Removed.
2632 (gs-options): Use `replace-regexps-in-string'
2633 instead of `gs-replace-in-string'.
2634
c3902c3e
EZ
26352001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2636
2637 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2638 bug report is mailed to an email list and posted to a news group.
2639
b66b6aeb
GM
26402001-01-24 Gerd Moellmann <gerd@gnu.org>
2641
83c9cb8e
SM
2642 * comint.el (comint-replace-by-expanded-history-before-point):
2643 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2644
b66b6aeb
GM
2645 * startup.el (tool-bar-images-pixel-height): New variable.
2646 (command-line): After loading the user's init file, when
2647 tool-bar-mode is on, increase the frame's size by some lines for
2648 the tool-bar.
2649
2650 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2651
ff890e66
SZ
26522001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2653
2654 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2655 (chinese-big5): MIME:Big5.
2656
04363179
GM
26572001-01-24 Gerd Moellmann <gerd@gnu.org>
2658
e95b0c08 2659 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2660 Handle commands with prefix args.
2661
d56aaa64
GM
26622001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2663
2664 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2665 being a list of numbers.
2666 (diary-mail-entries): Rewritten.
2667
99858627
DL
26682001-01-23 Dave Love <fx@gnu.org>
2669
7aeb1fa9
DL
2670 * international/mule.el (make-coding-system): Fix typo.
2671
83c9cb8e
SM
2672 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2673 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2674
5a43decf
EZ
26752001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2676
2677 * font-lock.el (font-lock-mode): Doc fix.
2678
b0e98867
KH
26792001-01-23 Kenichi Handa <handa@etl.go.jp>
2680
2681 * international/mule.el (make-translation-table): Fix docstring.
2682
9c8acefd
EZ
26832001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2684
fd4976b8
EZ
2685 * mail/rmail.el (rmail-redecode-body): New function.
2686
9c8acefd
EZ
2687 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2688
871e0439
GM
26892001-01-22 Gerd Moellmann <gerd@gnu.org>
2690
21c2bbe0
GM
2691 * isearch.el (isearch-lazy-highlight-case-fold-search)
2692 (isearch-lazy-highlight-regexp): New variables.
2693 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2694 case-fold search or regexp search has been toggled.
2695
5710730c
GM
2696 * wid-edit.el (widget-button-click): Avoid a save-excursion
2697 around running a global binding.
2698
871e0439
GM
2699 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2700 to 0.25.
2701
d0554957
MB
27022001-01-20 Miles Bader <miles@gnu.org>
2703
2704 * cus-edit.el (custom-face-save): Do post-processing on the face's
2705 new value like `custom-face-set' does.
2706
1519f618
EZ
27072001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2708
ccd87890
EZ
2709 * mail/emacsbug.el (report-emacs-bug): Report the value of
2710 LC_CTYPE, not LC_TYPE.
2711
1519f618
EZ
2712 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2713 isearch-toggle-regexp and isearch-edit-string to doc string.
2714
9724173b
GM
27152001-01-19 Gerd Moellmann <gerd@gnu.org>
2716
48bb9196
GM
2717 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2718 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2719
e95b0c08 2720 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2721 font-lock-beginning-of-syntax-function to nil.
2722
dc81f8a2
EZ
27232001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2724
2725 * mail/emacsbug.el (report-emacs-bug): Report values of
2726 locale-coding-system, default-enable-multibyte-characters, and the
2727 environment variables LC_ALL, LC_TYPE, and LANG.
2728
99327974
GM
27292001-01-19 Gerd Moellmann <gerd@gnu.org>
2730
83c9cb8e 2731 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2732
2be6ecc6
GM
2733 * font-lock.el (font-lock-multiline): Default to nil.
2734 (font-lock-default-fontify-region): If font-lock-multiline is
2735 nil, don't check the property `font-lock-multiline'.
2736
99327974
GM
2737 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2738 is nil, don't check the `font-lock-multiline' text property.
2739
2550055a
MK
27402001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2741
0a949811 2742 * viper.el: Call initial-major-mode on startup.
e95b0c08 2743
0a949811 2744 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2745
8501998a 2746 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2747
2550055a 27482001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2749
0a949811 2750 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2751 diff mode, if available.
e95b0c08 2752
0a949811 27532001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2754
8501998a 2755 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2756
2550055a
MK
2757 * ediff-init.el (subst-char-in-string): Define and use it, unless
2758 it's already defined.
e95b0c08 2759
8962e303
GM
27602001-01-18 Gerd Moellmann <gerd@gnu.org>
2761
2762 * tooltip.el (tooltip-hide-delay): New user-option.
2763 (tooltip-show): Use tooltip-hide-delay instead of the default.
2764
6b453381
KH
27652001-01-18 Kenichi Handa <handa@etl.go.jp>
2766
2767 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2768 kill-local-variable doesn't work for enable-multibyte-characters.
2769
9eaf396b
DL
27702001-01-17 Dave Love <fx@gnu.org>
2771
cebd37ce
DL
2772 * ediff-init.el (ediff-before-setup-hook)
2773 (ediff-merge-filename-prefix): Add :version.
2774
9eaf396b
DL
2775 * international/latin1-disp.el: Require disp-table.
2776 (latin1-display): Fix :set.
2777
2778 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2779
f864120f
GM
27802001-01-17 Gerd Moellmann <gerd@gnu.org>
2781
2782 * isearch.el (isearch-lazy-highlight-initial-delay)
2783 (isearch-lazy-highlight-interval): Default to 0.
2784
27852001-01-17 Bob Glickstein <bobg@zanshin.com>
2786
2787 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2788 1 here rather than each time through
2789 isearch-lazy-highlight-new-loop.
2790 (isearch-lazy-highlight-max): Variable deleted.
2791 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2792 isearch-lazy-highlight-max but controls a single invocation of
2793 isearch-lazy-highlight-update.
2794 (isearch-lazy-highlight-wrapped): Variable recreated.
2795 (isearch-lazy-highlight-window-start): New variable.
2796 (isearch-lazy-highlight-cleanup): Restored to behavior of
2797 before 2-Jan.
2798 (isearch-lazy-highlight-remove-overlays): Function deleted;
2799 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2800 behavior removed.
2801 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2802 isearch-lazy-highlight-update in a loop rather than just once.
2803 Test isearch-invalid-regexp here and decide not to start a new
2804 loop, rather than testing it each time through
2805 isearch-lazy-highlight-update.
2806 (isearch-lazy-highlight-search): Function restored.
2807 (isearch-lazy-highlight-update): Get called in a timer loop again,
2808 but this time highlight more than one match each time through.
83c9cb8e
SM
2809 Only highlight matches in the visible part of the window.
2810 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2811 the edge of the window. Use sit-for to force redisplay and ensure
2812 window-start is credible. "Face suppressing" behavior removed;
2813 overlay priorities should make it unnecessary, right?
2814 (isearch-highlight): Face suppressing behavior removed.
2815 (isearch-dehighlight): Face suppressing behavior removed.
2816 (isearch-set-lazy-highlight-faces-at): Removed.
2817
076ec540
KH
28182001-01-17 Kenichi Handa <handa@etl.go.jp>
2819
2820 * language/european.el ("Latin-1"): Make the format of description
2821 about additional language environments same as that of Latin-2.
2822
92328ec5
DL
28232001-01-16 Dave Love <fx@gnu.org>
2824
39f2174e
DL
2825 * isearch.el (isearch-lazy-highlight): Add :version.
2826
92328ec5
DL
2827 * simple.el (backward-delete-char-untabify-method)
2828 (next-line-add-newlines): Add :version.
2829
f251459d
GM
28302001-01-16 Gerd Moellmann <gerd@gnu.org>
2831
9d4850e5
GM
2832 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2833 Don't bind <delete> otherwise.
2834
2835 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2836 and <delete> via function-key-map.
2837
f251459d
GM
2838 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2839 Subject line only if point is after the `Subject:'.
2840
771ffcf7
KH
28412001-01-16 Kenichi Handa <handa@etl.go.jp>
2842
bda6b481
KH
2843 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2844 japanese-jisx0213-2 in `charset' property of this lang. env.
2845
35793af7
KH
2846 * language/european.el ("Latin-1"): Add description for Dutch and
2847 Spanish lang. env.
2848
771ffcf7
KH
2849 * international/mule.el (decode-char): Fix conditions.
2850 (encode-char): Handle eight-bit-control too.
1c8102ff 2851 (transform-make-coding-system-args): New function.
50c29104
KH
2852 (make-coding-system): Accept XEmacs style arguments for CCL base
2853 coding system.
771ffcf7 2854
e1cf67b6
GM
28552001-01-15 Gerd Moellmann <gerd@gnu.org>
2856
2857 * progmodes/etags.el (find-tag-noselect): Save the value of
2858 tags-file-name before switching buffers, for the case it has a
2859 buffer-local value.
2860
b3287acf
GM
28612001-01-15 Alex Schroeder <alex@gnu.org>
2862
9eaf396b
DL
2863 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2864 From Dave Love <fx@gnu.org>.
b3287acf
GM
2865 (ansi-color-for-comint-mode): Fix :version.
2866
28672001-01-15 Alex Schroeder <alex@gnu.org>
2868
2869 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2870
8d7ff9c8
EZ
28712001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2872
2873 * dired.el (dired-insert-directory): If file-system-info fails,
2874 remove the " free " part, but don't signal an error.
2875
dbe99ae9
SS
28762001-01-12 Sam Steingold <sds@gnu.org>
2877
2878 * bookmark.el (bookmark-maybe-historicize-string):
2879 Use new backquote syntax.
2880
103db06c 28812001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2882
2883 * subr.el (last): Handle a list that doesn't end in nil.
2884
ca2ddd8e
SS
28852001-01-12 Sam Steingold <sds@gnu.org>
2886
2887 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2888 to `backward-delete-char-untabify'.
2889
1751c874
DL
28902001-01-12 Dave Love <fx@gnu.org>
2891
2892 * cus-edit.el (customize-menu-create): Fix the :filter following
2893 easymenu change.
2894
2895 * wid-edit.el (function): Add :match-alternatives.
2896 (widget-color-action): Doc fix.
2897
3cccce8d
GM
28982001-01-12 Gerd Moellmann <gerd@gnu.org>
2899
2900 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2901
18bfd6b5
KH
29022001-01-12 Kenichi Handa <handa@etl.go.jp>
2903
83c9cb8e 2904 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2905
18bfd6b5
KH
2906 * international/ccl.el (define-ccl-program): Fix docstring.
2907
562e00da
DL
29082001-01-11 Dave Love <fx@gnu.org>
2909
14fd0da3
DL
2910 * international/mule-cmds.el (standard-display-european-internal):
2911 Set display table for 2208 as for 160.
2912
2913 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2914
562e00da
DL
2915 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2916 entry for custom-menu-create change.
2917 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2918 don't cons it in the search loop.
2919
2920 * imenu.el (imenu--truncate-items): Revert last change.
2921
6e961dcd
EZ
29222001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2923
2924 * info.el (Info-setup-header-line): If the node header includes
2925 either Next: or Prev: links, don't show the File: and Node: parts
2926 in the header line.
2927
2c2ff7f2
GM
29282001-01-11 Gerd Moellmann <gerd@gnu.org>
2929
a7ee2d2e
GM
2930 * comint.el (comint-goto-process-mark): Don't print a message
2931 when running in batch mode.
2932
c5348233
GM
2933 * isearch.el (isearch-search): In the condition-case handler for
2934 `error', set isearch-invalid-regexp to the whole error message.
2935
422717d1
GM
2936 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2937 ensure that eval-after-load works for files dumped with Emacs.
2938
2939 * help.el (load-symbol-file-load-history): New function extracted
2940 from function symbol-file.
2941 (symbol-file): Use it.
2942
83c9cb8e 2943 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2944
926861fb
EZ
29452001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2946
2947 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2948 behave as if there were no prefix argument.
2949 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2950 argument were nil.
2951
afa1f52c
RS
29522001-01-11 Richard M. Stallman <rms@gnu.org>
2953
ca2ddd8e 2954 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2955 Don't look for more potential matches once maximum is exceeded.
2956 Use overlays-in to check correctly for overlap with current match.
2957 Ignore empty matches.
2958
47a9f362
MB
29592001-01-11 Miles Bader <miles@gnu.org>
2960
2961 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2962 (ispell-overlay-window, ispell-help, ispell-show-choices)
2963 (ispell-command-loop): Use it instead of `window-height'.
2964
d196f58d
GM
29652001-01-10 Gerd Moellmann <gerd@gnu.org>
2966
cf523f0e
GM
2967 * files.el (confirm-kill-emacs): New user-option.
2968 (save-buffers-kill-emacs): Ask for final confirmation before
2969 killing Emacs.
2970
d196f58d
GM
2971 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2972 to nil.
2973
7c6c3d8e
GM
29742001-01-10 Dave Love <fx@gnu.org>
2975
1f8be15d
DL
2976 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2977
83c9cb8e 2978 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2979
2980 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2981
2982 * calculator.el (calculator-number-digits): Fix :type.
2983
0d5184de
DL
2984 * vc-cvs.el (vc-cvs-header): Fix :type.
2985 * vc-rcs.el (vc-rcs-header): Fix :type.
2986 * vc-sccs.el (vc-sccs-header): Fix :type.
2987
2988 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2989
7c6c3d8e
GM
2990 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2991
8c9f73a2
GM
2992 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2993
457b792c
GM
29942001-01-10 Gerd Moellmann <gerd@gnu.org>
2995
2996 * simple.el (set-variable): Force a thorough redisplay for the
2997 case that the variable has an effect on the display, like
2998 `tab-width' has.
2999
d2622d08
AS
30002001-01-10 Andre Spiegel <spiegel@gnu.org>
3001
3002 * vc.el: Add documentation for backend interface.
3003
ae4b5f4f
KH
30042001-01-10 Kenichi Handa <handa@etl.go.jp>
3005
e0844717
KH
3006 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3007
ae4b5f4f
KH
3008 * international/mule-conf.el (latin-extra-code-table): Set to t
3009 for \223 and \224.
3010
3184082b
KH
30112001-01-09 Kenichi Handa <handa@etl.go.jp>
3012
3013 * international/mule-cmds.el (locale-language-names): Map "es" to
3014 "Spanish" and "nl" to "Dutch".
3015
732b9cdd
GM
30162001-01-09 Gerd Moellmann <gerd@gnu.org>
3017
1dfca644
GM
3018 * bindings.el (global-map): Bind <home> to beginning-of-line,
3019 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3020 C-<end> to end-of-buffer.
3021
732b9cdd
GM
3022 * language/european.el: Add Dutch and Spanish language info
3023 to be able to use the appropriate tutorials.
3024
30252001-01-09 Alex Schroeder <alex@gnu.org>
3026
3027 * ansi-color.el (ansi-color-process-output): Use markers instead
3028 of positions for start and end of region.
3029 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3030 Previously, occasional mistakes happend when fontifying many
3031 chunks of output (eg. ls --color=yes /dev). This happened
3032 whenever an overlay was created up to the end of the region, which
3033 coincided with the process-mark. New text would then be added
3034 within that overlay instead of after it.
3035 (ansi-color-make-extent): Overlays are created with the property
3036 `modification-hooks' set to '(ansi-color-freeze-overlay).
3037 (ansi-color-freeze-overlay): New function. When inserting text at
3038 the end of the overlay, the overlay will resize.
3039
30402000-01-09 Alex Schroeder <alex@gnu.org>
3041
3042 * ansi-color.el (ansi-color-process-output): Doc change.
3043 (ansi-color-unfontify-region): Doc change. No longer installed
3044 automatically in font-lock-unfontify-region-function.
3045 (ansi-color-apply): Doc change.
3046 (ansi-color-apply-on-region): Use extents or overlays instead of
3047 text-properties.
3048 (ansi-color-make-extent): New function.
3049 (ansi-color-set-extent-face): New function.
3050
30512000-01-09 Alex Schroeder <alex@gnu.org>
3052
3053 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3054 both use ansi-color-process-output, now.
3055 (ansi-color-process-output): Doesn't return string anymore. It is
3056 installed in comint-output-filter-functions for both Emacs and
3057 XEmacs, now.
3058 (ansi-color-unfontify-region): Simplified code removing variables
3059 pos and start-ansi.
3060 (ansi-color-apply): Put text-property ansi-color before putting
3061 text-property face because ansi-color-unfontify-region is called
3062 immediately after the call to put-text-property.
3063 (ansi-color-context-region): Doc change.
3064 (ansi-color-filter-region): Simplified code.
3065 (ansi-color-apply-on-region): Changed start to start-marker, using
3066 a marker explicitly. Put text-property ansi-color before putting
3067 text-property face because ansi-color-unfontify-region is called
3068 immediately after the call to put-text-property.
3069
30702000-01-09 Alex Schroeder <alex@gnu.org>
3071
3072 * ansi-color.el (ansi-color-faces-vector): Doc change.
3073 (ansi-color-for-comint-mode): Changed :type property to choice.
3074 (ansi-color-last-context): Removed.
3075 (ansi-color-process-output): Don't use ansi-color-last-context, as
3076 the main functions will store their context now.
3077 (ansi-color-context): Doc change.
3078 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3079 Uses ansi-color-context such that repeated calls will strip
3080 partial escape sequences, too.
3081 (ansi-color-apply): Simplified code. Colorize end of string if
3082 face is not null. Store context in new (FACE STRING) format, such
3083 that repeated calls will strip partial escape sequences, too.
3084 Append faces to face property using ansi-color-apply-sequence such
3085 that cumulative mode actually works.
3086 (ansi-color-context-region): New variable.
3087 (ansi-color-filter-region): Rewrote it based on
3088 ansi-color-apply-on-region. Uses ansi-color-context-region such
3089 that repeated calls will strip partial escape sequences, too.
3090 (ansi-color-apply-on-region): Simplified code. Colorize end of
3091 region if face is not null. Store context in new (FACE POS)
3092 format, such that repeated calls will strip partial escape
3093 sequences, too. Append faces to face property using
83c9cb8e 3094 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3095 (ansi-color-apply-sequence): New function.
3096 (ansi-color-get-face): When the default face is added to the list
3097 of faces, all previous settings are discarded and the list of
3098 faces is set to '(default).
3099
31002000-01-09 Alex Schroeder <alex@gnu.org>
3101
3102 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3103 face, such that ansi-color-apply and ansi-color-apply-on-region
3104 will do the right thing.
3105 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3106 returns nil, set the list of faces back to nil instead of
83c9cb8e 3107 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3108
31092000-01-09 Alex Schroeder <alex@gnu.org>
3110
3111 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3112 (ansi-color-process): Doc change.
3113 (ansi-color-last-context): New buffer-local variable.
3114 (ansi-color-process-output): New function. It is automatically
3115 added to comint-output-filter-functions if this is XEmacs.
3116 (ansi-color-unfontify-region): New optional parameter for XEmacs
3117 compatibility. Check wether font-lock-syntactic-keywords is
3118 boundp before removing the syntax table text property, as XEmacs
3119 doesn't have it.
3120 (ansi-color-filter-region): Doc change.
3121 (ansi-color-apply-on-region): Doc change.
3122 (ansi-color-make-face): New function. Compatibility layer for
3123 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3124 (ansi-color-make-color-map): Use ansi-color-make-face.
3125 (ansi-color-get-face): Avoid face text property '(nil) as results
3126 in an errow for XEmacs.
3127
31282000-01-09 Alex Schroeder <alex@gnu.org>
3129
83c9cb8e
SM
3130 * ansi-color.el (ansi-color-unfontify-region): New function.
3131 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3132 ansi-color. When the package is loaded, a lambda expression is
3133 put onto font-lock-mode-hook. This lambda expression will check
3134 font-lock-unfontify-region-function and replace
83c9cb8e 3135 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3136 (ansi-color-apply): Add text-property ansi-color in addition to
3137 text-property face.
3138 (ansi-color-apply-on-region): Add text-property ansi-color in
3139 addition to text-property face.
3140 (save-buffer-state): Copy of the macro that is also used by
3141 lazy-lock and font-lock.
3142
3143 (ansi-color-for-comint-mode): New option.
3144 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3145 (ansi-color-for-comint-mode-off): Ditto.
3146 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3147 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3148 decide what to do. This function is added to
3149 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3150
3151 (ansi-color-for-shell-mode-set): Removed.
3152 (ansi-color-for-shell-mode): Removed.
3153
31542000-01-09 Alex Schroeder <alex@gnu.org>
3155
3156 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3157 the lambda expression from the ansi-color-for-shell-mode :set
3158 property. Additionally, modify shell-mode-hook to enable or
3159 disable font-lock-mode for future shell buffers.
3160 (ansi-color-for-shell-mode): The :set property calls
3161 ansi-color-for-shell-mode-set instead of a lambda expression.
3162
31632000-01-09 Alex Schroeder <alex@gnu.org>
3164
3165 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3166 (ansi-color-context): New variable.
3167 (ansi-color-apply): Save context between calls.
3168
fb55ff10
EZ
31692001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3170
83c9cb8e
SM
3171 * isearch.el (isearch, isearch-lazy-highlight-face):
3172 New definitions for face colors and attributes.
29910493 3173
fb55ff10
EZ
3174 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3175 of display-mouse-p.
3176
134d6265
KH
31772001-01-09 Kenichi Handa <handa@etl.go.jp>
3178
3179 * international/mule.el (make-coding-system): If the coding system
3180 accepts extra latin codes, register such codes as safe for the
3181 coding system.
3182
103db06c 31832001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3184
984c9f75
RS
3185 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3186 don't mention the file name or the date here, because they are
3187 logged at the start of the file.
3188
31892001-01-08 Richard M. Stallman <rms@gnu.org>
3190
78b8eee8
RS
3191 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3192 Change screen-width to frame-width.
3193
1460e5d4
EZ
31942001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3195
3196 * info.el (Info-search): Print the default as part of the prompt.
3197
56f24bc1
AS
31982001-01-08 Andre Spiegel <spiegel@gnu.org>
3199
ca2ddd8e 3200 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3201 constant implementations in backends.
3202
3203 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3204 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3205
3206 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3207 WRITABLE to EDITABLE.
3208
3209 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3210 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3211 to EDITABLE.
3212
b7812d30
EZ
32132001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3214
3215 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3216 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3217
7e56ea04
GM
32182001-01-08 Gerd Moellmann <gerd@gnu.org>
3219
3220 * isearch.el (isearch-old-signal-hook): Removed.
3221 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3222 instead of setting signal-hook-function.
3223 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3224
a758f97d
GM
32252001-01-08 Kevin Gallagher <kevingal@onramp.net>
3226
3227 * emulation/edt.el: Update to version 4.0. Provide support for
3228 EDT scroll margins at top and bottom of the window. Provide an
3229 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3230 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3231 user when file-related buffer modifications exist.
3232 Provide support for running EDT Emulation in XEmacs.
3233 Provide customize access to some user updatable variables.
3234 Add Commentary section to file header.
3235 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3236
3237 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3238 for detecting a keypress that generates an ASCII key sequence.
3239 (Previously, only a keypress that generates a vector was
3240 recognized.) Embed Window Manager name into name of the generated
3241 EDT Emulation initialization file since the initialization file is
3242 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3243
30db89f9
EZ
32442001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3245
4deb3ba9
EZ
3246 * mail/sendmail.el (mail-mode): Doc fix.
3247
30db89f9
EZ
3248 * info.el (Info-goto-emacs-command-node): Doc fix.
3249 (Info-goto-emacs-key-command-node): Doc fix.
3250
c3f2772b
EZ
32512001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3252
8726e79b 3253 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3254 systems without long file-name support.
3255
0dac6924
AI
32562001-01-06 Andrew Innes <andrewi@gnu.org>
3257
3258 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3259
4e6ef391
EZ
32602001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3261
380866a2
EZ
3262 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3263 (isearch-lazy-highlight-update): Doc fix.
3264
148b5960
EZ
3265 * ffap.el (ffap-bindings): Doc fix.
3266
4e6ef391
EZ
3267 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3268
4cb1bcc2
DL
32692001-01-05 Dave Love <fx@gnu.org>
3270
3271 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3272
3828218c
GM
32732001-01-05 Gerd Moellmann <gerd@gnu.org>
3274
83c9cb8e
SM
3275 * mouse-drag.el (mouse-drag-safe-scroll):
3276 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3277
1f4139d5
GM
3278 * isearch.el (isearch-old-signal-hook): New variable.
3279 (isearch-mode): Set signal-hook-function to isearch-done.
3280 (isearch-done): Restore old signal-hook-function.
3281
3828218c
GM
3282 * info.el (Info-fontify-node): Mark one more char as intangible.
3283
3970013f
KH
32842000-01-05 Kenichi Handa <handa@etl.go.jp>
3285
83c9cb8e
SM
3286 * composite.el (compose-last-chars): New argument COMPONENTS.
3287 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3288 COMPONENTS.
3289
3290 * international/quail.el (quail-input-string-to-events): New function.
3291 (quail-input-method): Convert input string to events here.
3292 (quail-start-translation): Return input string, not event list.
3293 (quail-start-conversion): Likewise.
3294
f3b05e99
GM
32952001-01-04 Gerd Moellmann <gerd@gnu.org>
3296
ca2ddd8e 3297 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3298 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3299 and tooltip-add-timeout.
3300 (tooltip-show): Set border color from faces's foreground.
3301 (tooltip-show-help-function): If called with the same help string
3302 as last time, do nothing.
3303 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3304
0f2ac578
GM
3305 * startup.el (fancy-splash-screens): Don't bind show-help-function
3306 to nil.
3307
f3b05e99
GM
3308 * tooltip.el (tooltip-frame-parameters): Remove colors.
3309 (tooltip): New face
3310 (tooltip-set-param): New function.
3311 (tooltip-show): Set up color frame parameters from face `tooltip'.
3312 Display the tooltip text in face `tooltip'.
3313
8416e94a
DL
33142001-01-04 Dave Love <fx@gnu.org>
3315
3316 * whitespace.el (whitespace-global-mode): Fix typo.
3317
3318 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3319
30db89f9
EZ
33202001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3321
83c9cb8e
SM
3322 * help.el (help-for-help): Fix a typo in a doc string.
3323 From kwzh@gnu.org (Karl Heuer).
30db89f9 3324
b847eb8c
DL
33252001-01-03 Dave Love <fx@gnu.org>
3326
3327 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3328 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3329 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3330 (dired-guess-shell-alist-user): Customize.
3331 (dired-x-help-address): Set to bug-gnu-emacs.
3332 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3333 (dired-default-directory): Renamed from default-directory.
3334
3335 * hl-line.el (hl-line): Doc fix.
3336
43c4b570
KF
33372001-01-03 Karl Fogel <kfogel@red-bean.com>
3338
1bf6b1bf 3339 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3340
984c9f75 33412001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3342
3343 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3344 to remove all the current alternative-match highlighting.
3345 If nil, remove only what's outside the current window.
3346 (isearch-lazy-highlight-remove-overlays): Take optional
3347 region within which NOT to remove them.
3348 (isearch-lazy-highlight-new-loop): Greatly simplified.
3349 (isearch-lazy-highlight-update): Find all the other occurrences
3350 visible in the window, in just one call.
3351 (isearch-lazy-highlight-start): Now holds start of region to scan.
3352 (isearch-lazy-highlight-end): Now holds end of region to scan.
3353 (isearch-lazy-highlight-wrapped): Variable deleted.
3354 (isearch-lazy-highlight-search): Function deleted.
3355
13d6a61c
AI
33562000-01-02 Andrew Innes <andrewi@gnu.org>
3357
3358 * w32-fns.el (convert-standard-filename): Do length check on name
3359 before aref.
3360
064866e7
DL
33612001-01-02 Dave Love <fx@gnu.org>
3362
b33e041b
DL
3363 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3364 value.
3365 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3366
3367 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3368
8166ffd5
DL
3369 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3370 read syntax.
3371
064866e7
DL
3372 * calendar/todo-mode.el (todo): Add :link, :version.
3373 (todo-save-top-priorities): Remove autoload cookie.
3374 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3375 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3376
6dde6abc
GM
33772001-01-02 Gerd Moellmann <gerd@gnu.org>
3378
3379 * comint.el (comint-input-history-ignore): New variable.
3380 (comint-read-input-ring): Ignore entries matching
3381 comint-input-history-ignore.
3382
1a8a9daf
GM
33832001-01-02 Eric M. Ludlam <zappo@gnu.org>
3384
3385 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3386 (lm-copyright-mark): New function.
3387 (lm-crack-copyright): New function.
3388 (lm-verify): Check that the file has a copyright.
3389 Check that the file is copyright Free Software Foundation.
3390
9c92eb53
KH
33912000-12-30 Kenichi Handa <handa@etl.go.jp>
3392
3393 * international/mule-diag.el (print-fontset): Indent font name by
3394 24 columns, not 25.
3395
49172314
GM
33962000-12-29 Gerd Moellmann <gerd@gnu.org>
3397
762a68ec
GM
3398 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3399 in Subject line.
3400
49172314 3401 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3402 Use mail-mode-hook instead of mail-setup-hook.
3403 Otherwise continuing an interrupted message with C-u C-x m for
3404 instance, winds up in Mail mode without abbrevs.
49172314 3405
bd7a2e26
GM
34062000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3407
3408 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3409 non-nil. Adding almost all customization variables on ps-setup.
3410 Doc fix.
bd7a2e26
GM
3411 (ps-print-version): New version number (6.3.3).
3412 (ps-end-with-control-d): Initialization fix.
3413 (ps-lines-printed): New var.
3414 (ps-skip-newline): New fun.
3415 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3416 (ps-next-line, ps-continue-line, ps-plot-region)
3417 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3418
2b3f28a4
KH
34192000-12-29 Kenichi Handa <handa@etl.go.jp>
3420
83c9cb8e
SM
3421 * international/fontset.el (x-complement-fontset-spec):
3422 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3423 registered in x-font-name-charset-alist.
3424 (create-fontset-from-fontset-spec): Adjusted for the above change.
3425 The name of fontset alias should be a unresolved ASCII font name.
3426
2ece9174
GM
34272000-12-28 Gerd Moellmann <gerd@gnu.org>
3428
3429 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3430 and delete in isearch-mode-map.
3431
cbe3ad7a
RS
34322000-12-28 Richard M. Stallman <rms@gnu.org>
3433
ca2ddd8e 3434 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3435 Use xpdf instead of acroread.
3436
a816f1c5
KH
34372000-12-28 Kenichi Handa <handa@etl.go.jp>
3438
f086e73c
KH
3439 * textmodes/artist.el (artist-butlast): Deleted.
3440 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3441 artist-butlast.
f086e73c 3442
a816f1c5
KH
3443 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3444
3445 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3446
b202115b
EZ
34472000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3448
3449 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3450
3451 * ls-lisp.el: Better support for the Mac and MS-Windows.
3452 (ls-lisp): New defgroup.
3453 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3454 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3455 (ls-lisp-support-shell-wildcards): New defcustoms.
3456 (ls-lisp-parse-symlink): New function.
3457 (insert-directory): Code to convert switches to a list and set up
3458 the wildcard argument copied from ls-lisp-insert-directory.
3459 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3460 for -C and -R switches.
3461 (ls-lisp-column-format): New function.
ca2ddd8e 3462 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3463 (ls-lisp-format-time): Add doc strings.
3464 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3465 Support ls-lisp-dirs-first.
3466 (ls-lisp-classify, ls-lisp-extension): New functions.
3467 (ls-lisp-format): Optionally support emulation of symlinks.
3468 Support -i, -s, and -G switches.
3469
6061fbf0
GM
34702000-12-27 Gerd Moellmann <gerd@gnu.org>
3471
5e25feee
GM
3472 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3473
6061fbf0
GM
3474 * version.el (emacs-version): Print X scroll bar information.
3475
3476 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3477 instead of x-toolkit-scroll-bars-p.
3478
3479 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3480 of x-toolkit-scroll-bars-p.
3481
25050dab
EZ
34822000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3483
83c9cb8e 3484 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3485 (ffap-bindings): Doc fix, to reflect the above change.
3486
c1786874
KH
34872000-12-27 Kenichi Handa <handa@etl.go.jp>
3488
3489 * term.el (term-char-mode): Define all non-ascii self-inserting
3490 characters to 'term-send-raw in term-raw-map.
3491
7261ece3 34922000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3493
83c9cb8e 3494 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3495
83c9cb8e
SM
3496 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3497 Changed initialization; use add-hook.
6061fbf0 3498 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3499
6061fbf0 3500 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3501
6061fbf0
GM
3502 * ediff.el (ediff-patch-buffer): Bug fix.
3503 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3504
83f40583
SM
35052000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3506
3507 * subr.el (combine-run-hooks): Remove.
3508
3509 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3510 and remove the rogue second spec.
3511
bdd6d4e8
GM
35122000-12-23 Gerd Moellmann <gerd@gnu.org>
3513
3514 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3515
26736ce3
SM
35162000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3517
0e86b6b0
SM
3518 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3519 Use minibuffer menu prompt for the `=' prefix.
3520 (smerge-command-prefix): Change default to C-^.
6eabfb26 3521 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3522
26736ce3
SM
3523 * skeleton.el (skeleton-internal-1): Make sure the first line of
3524 the region is also re-indented.
d21584d6
SM
3525 (skeleton-end-newline): New var.
3526 (skeleton-end-hook): Use it.
26736ce3 3527
95fa4fd7
MB
35282000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3529
3530 * comint.el (comint-password-prompt-regexp): Support CVS.
3531
f060b834
GM
35322000-12-22 Gerd Moellmann <gerd@gnu.org>
3533
83c9cb8e
SM
3534 * simple.el (delete-key-deletes-forward-mode): Simplify.
3535 Also backspace key combinations, depending on
856ff7a7
GM
3536 delete-key-deletes-forward.
3537
3538 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3539
f060b834
GM
3540 * simple.el (delete-key-deletes-forward): Doc fix.
3541
653558a1
GM
35422000-08-22 Emmanuel Briot <briot@gnat.com>
3543
3544 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3545 white spaces are relevant in the XML file.
653558a1
GM
3546 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3547 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3548 of XML files.
653558a1
GM
3549 (xml-parse-tag): Check that the casing is the same in the start
3550 tag and end tag, since XML is case-sensitive. Allows for spaces
3551 in the end tag, after the name of the tag.
3552 (xml-parse-attlist): Allow for the character '-' in the name of
3553 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3554 the properties in the XML tree, since they are not relevant.
653558a1 3555
3ad93d8d
SM
35562000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3557
3558 * generic.el (generic-read-type): Undo last change, inline into
3559 `generic-mode' and then remove.
3560 (generic-mode): Inline generic-read-type.
3561 (define-generic-mode): Push the symbol name rather than the symbol
3562 onto generic-mode-list.
3563
177f4e88
GM
35642000-12-21 Gerd Moellmann <gerd@gnu.org>
3565
8e15274f
GM
3566 * generic.el (generic-read-type): Build an alist for
3567 completing-read as in 20.7.
3568
3569 * play/landmark.el (lm): Use interactive spec `P'.
3570 (toplevel): Don't set debug-on-error.
3571
83c9cb8e 3572 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3573
6ba384dc
GM
35742000-12-21 Dave Pearson <davep@davep.org>
3575
3576 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3577
647a066c
GM
35782000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3579
3580 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3581 ranges like \177-\237, but accepts the character sequence from \177 to
3582 \237. Doc fix.
3583 (ebnf-version): New version (3.4).
3584 (ebnf-setup): Code fix.
3585 (ebnf-range-regexp): New fun.
3586 (ebnf-8-bit-chars): Const fix.
3587
3588 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3589 entry. Doc fix.
3590 (ebnf-bnf-lex): Code fix.
3591 (ebnf-bnf-comment-chars): Const fix.
3592
3593 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3594 entry. Doc fix.
3595 (ebnf-iso-comment-chars): Const fix.
3596
3597 * ebnf-otz.el: Doc fix.
3598
3599 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3600 entry. Doc fix.
3601 (ebnf-yac-skip-code): Code fix.
3602 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3603
bc22fd18
EZ
36042000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3605
3606 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3607 (recover-file): Use it instead of insert-directory.
3608 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3609
587fc3f9
KH
36102000-12-21 Kenichi Handa <handa@etl.go.jp>
3611
83c9cb8e
SM
3612 * international/mule-cmds.el (select-safe-coding-system):
3613 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3614
587fc3f9
KH
3615 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3616
01860fb9
MB
36172000-12-21 Miles Bader <miles@gnu.org>
3618
83c9cb8e 3619 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3620
3f9d67a6
KH
36212000-12-21 Kenichi Handa <handa@etl.go.jp>
3622
9fd1c1f7
KH
3623 * international/mule-diag.el (describe-char-after): Make *Help*
3624 buffer inherit multibyteness of the current buffer.
3625
3f9d67a6
KH
3626 * international/mule.el (make-char): Docstring adjusted for the
3627 change of make-char-internal.
3628
c9669fac
SM
36292000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3630
3631 * international/iso-cvt.el: Docstrings fix.
3632
19594307
DL
36332000-12-20 Dave Love <fx@gnu.org>
3634
3635 * subr.el (eval-after-load): Doc fix.
3636
b1a447b3
KH
36372000-12-20 Kenichi Handa <handa@etl.go.jp>
3638
3639 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3640 for numbers.
3641
09877d5d
MB
36422000-12-20 Miles Bader <miles@gnu.org>
3643
3644 * international/quail.el (quail-help): Resize the help window
3645 again after it has all its contents. Remove unneeded progn.
3646
71d4497a
GM
36472000-12-19 Gerd Moellmann <gerd@gnu.org>
3648
3649 * pcmpl-linux.el: Fix copy/paste error.
3650
741e56a0
AI
36512000-12-19 Andrew Innes <andrewi@gnu.org>
3652
83c9cb8e 3653 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3654
cc24d91c
CD
36552000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3656
ba4c05aa
CD
3657 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3658
3659 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3660
3661 * progmodes/idlw-shell.el: Fixed copyright notice.
3662
3663 * progmodes/idlwave.el: Fixed copyright notice.
3664
71d4497a 3665 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3666 TAB as key separators.
3667
524c8caf
GM
36682000-12-19 Alex Schroeder <alex@gnu.org>
3669
3670 * sql.el (sql-sybase-options): New option.
3671 (sql-sybase): Use it. Add sql-database to the list of parameters
3672 provided for login. The options -w 2048 -n are not used any more.
3673 (sql-postgres-options): Changed default from "--pset" to "-P".
3674 (sql-mysql-options): Doc change.
3675 (sql-stop): Doc change.
3676
b5fa513d
KH
36772000-12-19 Kenichi Handa <handa@etl.go.jp>
3678
3679 * international/quail.el (quail-input-method): Always hide
3680 the guidance buffer on exiting.
3681
91c9e6ce
GM
36822000-12-18 Gerd Moellmann <gerd@gnu.org>
3683
c6da4eb4
GM
3684 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3685 isn't fboundp.
3686
3d2a0e0b
GM
3687 * server.el (server-buffer-done): Bury the buffer before
3688 killing it.
3689
91c9e6ce
GM
3690 * faces.el (face-spec-set): Interpret a nil in specs for
3691 foreground and background colors as `unspecified', for
3692 compatibility with 20.x.
3693
40fa0008
DL
36942000-12-18 Dave Love <fx@gnu.org>
3695
22adbe54
DL
3696 * simple.el (mail-user-agent): Doc fix.
3697 (input-mode-8-bit): Removed.
3698
3699 * international/mule.el (set-keyboard-coding-system): Doc fix.
3700 (keyboard-coding-system): New option.
3701
40fa0008
DL
3702 * mail/sendmail.el (send-mail-function): Customize.
3703
6f4745e2
EZ
37042000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3705
3706 * international/codepage.el (cp866-decode-table): New table.
3707
82b90229
GM
37082000-12-18 Gerd Moellmann <gerd@gnu.org>
3709
3710 * version.el (emacs-version): Remove `%a' from the time format
3711 because the weekday doesn't fit well into each locale.
3712
5a047002
MB
37132000-12-18 Miles Bader <miles@gnu.org>
3714
7f49aa07
MB
3715 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3716
ca2ddd8e 3717 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3718 Check that emacs-major-version is `=' to 20, not `>='.
3719 (artist-replace-chars): Use `make-string' instead of a loop.
3720
22ea2607
EZ
37212000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3722
3723 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3724 (cvs-execute-single-file): Don't change directory.
3725 Patch from Per Cederqvist.
3726
6c825f8e
EZ
37272000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3728
83c9cb8e
SM
3729 * textmodes/ispell.el (check-ispell-version):
3730 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3731 of -vv.
3732
8ff06845
KH
37332000-12-16 Kenichi Handa <handa@etl.go.jp>
3734
af4bb4c8
KH
3735 * international/mule-diag.el (mule-diag): Insert information about
3736 configure options, multibyte awareness, language env.
3737
8ff06845
KH
3738 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3739 regexp to search for candidates.
3740
b24e84ab
EZ
37412000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3742
3743 * info.el (Info-forward-node): If the node has an
3744 Info-header-line, widen the buffer before searching for "next:"
3745 and "up:" pointers, and set the search limit to stay in the
3746 current node.
3747
7981d89f
MB
37482000-12-16 Miles Bader <miles@gnu.org>
3749
3750 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3751
88ee7917
MB
37522000-12-15 Miles Bader <miles@gnu.org>
3753
3754 * comint.el (comint-send-string, comint-send-region): Also accept
3755 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3756 process-send-string/region.
3757
0c28d842
GM
37582000-12-15 Gerd Moellmann <gerd@gnu.org>
3759
4ea7fdca
GM
3760 * isearch.el (isearch-lazy-highlight-max): New user-option.
3761 (isearch-lazy-highlight-update): Don't highlight more than
3762 isearch-lazy-highlight-max matches.
3763
0c28d842
GM
3764 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3765
984c9f75 37662000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3767
8062e53a
GM
3768 * sort.el (sort-columns): Fix error message.
3769
3ffa545b
GM
3770 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3771 `upcase' or `downcase' or nil.
3772 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3773 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3774 (dabbrev--substitute-expansion): New arg record-case-pattern.
3775 If it is non-nil, set dabbrev--last-case-pattern.
3776 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3777
3778 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3779
c2d7f289
MB
37802000-12-15 Miles Bader <miles@gnu.org>
3781
b6348438
MB
3782 * paths.el (Info-default-directory-list): Don't delete
3783 configure-info-directory from the list of standard info
83c9cb8e 3784 directories when appending it to the end -- their order is important.
b6348438 3785
f9056dd9
MB
3786 * faces.el (read-face-attribute): If there's no entry for the
3787 user's input in VALID, just use it as-is (this will often result
3788 in an error, but it may be OK for e.g. colors using hexadecimal
3789 notation, and at least will yield a better error message).
3790
c2d7f289 3791 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3792 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3793 Variables removed.
3794 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3795 window is really the right size. Use vertical-motion
3796 rather than forward-line.
3797 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3798 (ispell-command-loop, ispell-show-choices): Use the variable
3799 ispell-choices-win-default-height, rather than the function.
3800 (ispell-choices-win-default-height): Function removed.
3801 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3802
8f530b95
SM
38032000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3804
3805 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3806
6d435deb
EZ
38072000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3808
83c9cb8e
SM
3809 * paths.el (Info-default-directory-list):
3810 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3811 put it first in the list; otherwise put it last. Doc string
3812 changed accordingly.
3813
3814 * info.el (Info-directory-list): Change doc string to reflect the
3815 change in Info-default-directory-list.
3816
6d435deb
EZ
3817 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3818 windows-nt as windowed environments, even under -nw.
3819
3820 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3821 if not fboundp. Switch delete-forward mode for the <delete> key
3822 on all PC platforms, even under -nw.
3823
3824 * term/internal.el ([M-delete]): Remap to M-d.
3825
9d7d9263
GM
38262000-12-14 Gerd Moellmann <gerd@gnu.org>
3827
3828 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3829
7cf0153a
EZ
38302000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3831
3832 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3833
5e5b3d41
GM
38342000-12-14 Gerd Moellmann <gerd@gnu.org>
3835
5f368d29
GM
3836 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3837 if appropriate.
3838
3839 * simple.el (delete-key-deletes-forward): New user-option.
3840 (delete-key-deletes-forward-mode): New function.
3841
9d7d9263 3842 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3843
83c9cb8e
SM
3844 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3845 Test if symbol is bound before getting its value.
5e5b3d41
GM
3846
3847 * tooltip.el (tooltip-show): If an error is signaled in
3848 x-show-tip, display that error, and display the help in the
3849 echo area.
ca2ddd8e 3850
191b83b6
KH
38512000-12-14 Kenichi Handa <handa@etl.go.jp>
3852
83c9cb8e
SM
3853 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3854 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3855
6192b604
KF
38562000-12-13 Karl Fogel <kfogel@red-bean.com>
3857
3858 * bookmark.el: Provide a generic exit hook, as suggested by
3859 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3860 (bookmark-exit-hook): New var.
3861 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3862 old raw lambda form in `kill-emacs-hook', and runs new
3863 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3864 as logically that feature must have been provided if this function
3865 is running.
3866 Removed ;;;###autoload before the `add-hook' call.
3867
5edf6b55
SM
38682000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3869
3870 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3871 (easy-menu-current-active-maps): New function.
3872 (easy-menu-get-map): Use it.
3873 Make a proper menu entry when creating a new keymap.
3874
16b5e8e6
KH
38752000-12-13 Kenichi Handa <handa@etl.go.jp>
3876
d49fc4eb
KH
3877 * international/characters.el: Fix cases and syntaxes for
3878 mule-unicode-0100-24ff.
3879
3b53d876
KH
3880 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3881 that a Japanese character is not appended after day and year.
3882
16b5e8e6
KH
3883 * info.el (Info-suffix-list): Change format for a command that
3884 requires arguments.
3885 (info-insert-file-contents): Adjusted for the above change.
3886
1df1c518
AS
38872000-12-12 Andreas Schwab <schwab@suse.de>
3888
3889 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3890 on the name of the tar buffer. Verify that the existing buffer is
3891 visiting the same subfile.
3892
a7a07b98
DL
38932000-12-12 Dave Love <fx@gnu.org>
3894
3895 * subdirs.el: Add obsolete.
3896
4fdbd809
GM
38972000-12-12 Gerd Moellmann <gerd@gnu.org>
3898
bfdb75ee
GM
3899 * mail/rmailsum.el (rmail-summary-expunge)
3900 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3901 instead of rmail-confirm-expunge.
3902
4fdbd809
GM
3903 * replace.el (perform-replace): Don't use an empty match adjacent
3904 to a non-empty match when computing the next match before the
3905 replacement is performed.
3906
e9a59cad
GM
39072000-12-12 Milan Zamazal <pdm@freesoft.cz>
3908
3909 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3910 definition (patch by Stefan Monnier).
3911 (glasses-mode): Use jit-lock instead of `after-change-functions'
3912 (patch by Stefan Monnier).
3913
c2def7a0
MB
39142000-12-12 Miles Bader <miles@gnu.org>
3915
3916 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3917 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3918
591b63b4
AC
39192000-12-12 Andrew Choi <akochoi@i-cable.com>
3920
3921 * term/mac-win.el: Remove load for ls-lisp.
3922
a924cf63 3923 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3924
5ff4ba3d
MB
39252000-12-12 Miles Bader <miles@gnu.org>
3926
3927 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3928 Respect field end too.
3929 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3930 (newline-and-indent, reindent-then-newline-and-indent):
3931 Use `delete-horizontal-space'.
5ff4ba3d 3932
d0c679bc
SM
39332000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3934
adf9c994
SM
3935 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3936 (so as to obey the field property in the minibuffer).
3937
4b0cd42d
SM
3938 * obsolete/c-mode.el: Moved from lisp/progmodes.
3939 * obsolete/auto-show.el: Moved from lisp.
3940 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3941
89f85863
CD
39422000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3943
3944 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3945 changes to list them here.
89f85863 3946
83c9cb8e
SM
3947 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3948 Too many changes to list them here.
89f85863 3949
83c9cb8e
SM
3950 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3951 Too many changes to list them here.
89f85863
CD
3952
3953 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3954
3e0d35ce
GM
39552000-12-11 Gerd Moellmann <gerd@gnu.org>
3956
83c9cb8e 3957 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3958
ca2ddd8e 3959 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3960 Comment fix.
3961
3e0d35ce
GM
3962 * hscroll.el: Moved to `obsolete' subdir.
3963
ff904dd6
MB
39642000-12-11 Miles Bader <miles@gnu.org>
3965
3966 * window.el (window-text-height): Function removed (now in C).
3967
fb97d87f
SM
39682000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3969
3970 * log-edit.el (log-edit-parent-buffer): New var.
3971 (log-edit): Set it. Add BUFFER argument.
3972 (log-edit-done): Use char-before.
3973 Don't bother checking validity of vc-comment-ring.
3974 Only bury the buffer if log-edit popped it up.
3975
3976 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3977 (cvs-mode-diff-help): Remove.
3978 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3979 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3980
3981 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3982 Remove binding for ? now made unnecessary.
3983
7de77417
CD
39842000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3985
83c9cb8e 3986 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3987 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3988
3989 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3990 when master file is not open.
3991
4efa209f
SM
39922000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3993
3994 * progmodes/ada-stmt.el: Update `maintainer'.
3995
0a8052bd
GM
39962000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3997
3998 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3999 choices to match documentation string.
4000
a12167c5
MB
40012000-12-09 Miles Bader <miles@gnu.org>
4002
2161605d
MB
4003 * minibuf-eldef.el: New file.
4004
a12167c5
MB
4005 * window.el (fit-window-to-buffer): Don't pass last argument to
4006 pos-visible-in-window-p, now that its meaning is inverted.
4007
9ea8de1b
EZ
40082000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4009
4010 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4011 <ceder@lysator.liu.se>.
4012
5002ddbb
SM
40132000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4014
b6114d80
SM
4015 * autoinsert.el (auto-insert-alist): Add missing final \n.
4016
ee8d23ee
SM
4017 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4018 (cvs-menu-map): Remove.
4019 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4020 (cvs-mode-quit): Turn it back into a plain function.
4021
5002ddbb 4022 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4023 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4024
4025 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4026 file where it's more visible.
4027 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4028 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4029 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4030 (texinfo-inside-macro-p): Only catch `scan-error's.
4031 (texinfo-inside-env-p): Make better use of the match info.
4032 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4033 (texinfo-insert-@end): Slight re-organization.
4034 Also remove useless `looking-at' call.
4035
30cd075d
AI
40362000-12-08 Andrew Innes <andrewi@gnu.org>
4037
4038 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4039 accessible in -nw mode.
4040
4041 * term/w32-win.el: Remove stuff about selection timeout, which is
4042 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4043 it is accessible in -nw mode.
4044
01b91009
DL
40452000-12-08 Dave Love <fx@gnu.org>
4046
83c9cb8e
SM
4047 * emacs-lisp/lisp-mode.el (lisp-mode):
4048 Set font-lock-keywords-case-fold-search.
01b91009 4049
842b2a94
GM
40502000-12-08 Gerd Moellmann <gerd@gnu.org>
4051
4052 * textmodes/ispell.el (ispell): Doc fix.
4053
f9d5f611
KH
40542000-12-08 Kenichi Handa <handa@etl.go.jp>
4055
4056 * international/quail.el (quail-insert-decode-map): Check the
4057 frame width of a window displaying the current buffer, not that of
4058 the selected frame.
4059 (quail-help): Make sure that the help buffer has window before
4060 inserting text in it.
4061
e04d21aa
SS
40622000-12-07 Sam Steingold <sds@gnu.org>
4063
4064 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4065 Backquote is used in isearch.el, so autoloading saves nothing.
4066
fc3e23a4
EZ
40672000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4068
83c9cb8e
SM
4069 * startup.el (normal-top-level-add-subdirs-to-load-path):
4070 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4071
fc3e23a4
EZ
4072 * dired.el (dired-insert-directory): If file-system-info is
4073 fboundp, call it instead of invoking dired-free-space-program.
4074
796ecd10
GM
40752000-12-07 Gerd Moellmann <gerd@gnu.org>
4076
0f5f7c3e
GM
4077 * server.el (server-visit-files): Push files on file-name-history.
4078
3764ba49
GM
4079 * progmodes/cc-langs.el: Update copyright.
4080
8e7931da
GM
4081 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4082
ae0d7485 4083 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4084
796ecd10
GM
4085 * bindings.el (mode-line-mode-menu): Reverse the order
4086 of define-keys so that the menu appears in alphabetical order.
4087
ae0d7485
GM
40882000-12-07 Milan Zamazal <pdm@freesoft.cz>
4089
4090 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4091 of the function.
4092
e2849090
DL
40932000-12-07 Dave Love <fx@gnu.org>
4094
4095 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4096
4097 * facemenu.el (facemenu-unlisted-faces): Fix value.
4098
5c7f629c
SM
40992000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4100
4101 * font-lock.el (font-lock-default-fontify-region):
4102 Include the terminating \n (off-by-one error).
4103 (font-lock-set-defaults): Use dolist.
4104
4105 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4106
73481ae3
KH
41072000-12-07 Kenichi Handa <handa@etl.go.jp>
4108
83c9cb8e
SM
4109 * international/mule-cmds.el (describe-language-environment):
4110 Fix for the case that an input method title is not string but a list.
ffbaa122 4111
73481ae3
KH
4112 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4113 of wrong SIZE record.
4114
e2896b22
DL
41152000-12-06 Dave Love <fx@gnu.org>
4116
67292061
DL
4117 * newcomment.el (comment-region, comment-dwim): Doc fix.
4118
4119 * textmodes/texinfo.el: Require tex-mode when compiling.
4120 (texinfo-update-node): Doc fix.
4121 (texinfo-imenu-generic-expression): Add @anchor.
4122 (texinfo-font-lock-keywords): Add @uref.
4123 (texinfo-inside-macro-p): Don't use ignore-errors.
4124 (texinfo-insert-quote): Match more contexts.
4125
e76938e7
DL
4126 * international/mule.el (decode-char, encode-char): Doc fix.
4127 (auto-coding-alist): Customize.
4128
4129 * files.el (load-file): Fix change of 2000-03-12.
4130
e2896b22
DL
4131 * wid-edit.el (widget-text-keymap): Doc fix.
4132
6610f4b2
AI
41332000-12-06 Andrew Innes <andrewi@gnu.org>
4134
4135 * makefile.w32-in (lisp): Set to an absolute directory, namely
4136 $(CURDIR).
4137
9e3366e4
EZ
41382000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4139
4140 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4141 read generated-autoload-file, and set buffer-file-coding-system to
4142 raw-text-unix after reading the file.
4143
83c9cb8e
SM
4144 * international/mule-conf.el (file-coding-system-alist):
4145 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4146
d94d636f
GM
41472000-12-06 Gerd Moellmann <gerd@gnu.org>
4148
384333ee
GM
4149 * replace.el (occur): Make line-number-width 1 smaller for the
4150 colon following the line number.
4151
83c9cb8e
SM
4152 * startup.el (fancy-splash-text, command-line-1):
4153 Use `File' for the menu name instead of `Files'.
e04d21aa 4154
d4b72d58
GM
4155 * tmm.el: Update copyright.
4156
d94d636f
GM
4157 * cus-start.el: Add entry for even-window-heights.
4158
6e424019
MB
41592000-12-06 Miles Bader <miles@gnu.org>
4160
4161 * faces.el (frame-set-background-mode): Avoid stomping on
4162 locally modified faces.
4163
e6477b58
KH
41642000-12-06 Kenichi Handa <handa@etl.go.jp>
4165
4166 * international/fontset.el: Correct the font registries for
4167 japanese-jisx0213-1 and japanese-jisx0213-2.
4168
21999ab9
GM
41692000-12-05 Gerd Moellmann <gerd@gnu.org>
4170
57d6e381
GM
4171 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4172
21999ab9
GM
4173 * iswitchb.el: Update customization commentary.
4174
7422819c
GM
41752000-12-05 Rob Riepel <riepel@Stanford.EDU>
4176
4177 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4178 (tpu-search-highlight): Fixed comparison of overlay end positions.
4179 (tpu-trim-line-ends): Implemented trimming logic locally.
4180
4181 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4182 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4183
73daff18
KH
41842000-12-05 Kenichi Handa <handa@etl.go.jp>
4185
4186 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4187 to cn-gb.
4188 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4189
6a4cd002
DL
41902000-12-04 Dave Love <fx@gnu.org>
4191
4192 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4193
6452929e
GM
41942000-12-04 Gerd Moellmann <gerd@gnu.org>
4195
e04d21aa 4196 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4197 (rmail-summary-expunge-and-save): Ask for confirmation with
4198 rmail-expunge-confirmed.
4199
4200 * mail/rmail.el (rmail-expunge-confirmed): New function.
4201 (rmail-expunge): Use it.
4202
1790abf4
FP
42032000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4204
0c68ce6f 4205 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4206 (etags-recognize-tags-table, find-tag-in-order):
4207 New functionality: interpret file names as tags.
e04d21aa 4208
7a53d8c8
EZ
42092000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4210
4211 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4212 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4213 the first subnode until the bottom of the current node is visible.
7a53d8c8 4214
caa15ef7
GM
42152000-12-04 Gerd Moellmann <gerd@gnu.org>
4216
4217 * format.el (format-decode): Don't change buffer's undo list.
4218
e225faa7
KH
42192000-12-04 Kenichi Handa <handa@etl.go.jp>
4220
4221 * faces.el (face-font-registry-alternatives): Add entries for CJK
4222 fonts. Doc-string adjusted for the actual usage of this data.
4223
4224 * international/fontset.el: Change the font registries for CJK
4225 fonts in the default fontset. Don't append '*' to registries.
4226
8b262a65
SM
42272000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4228
e04d21aa 4229 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4230 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4231
4232 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4233 (derived-mode-p): New function.
4234 (derived-mode-make-docstring): Add `docstring' argument.
4235 Use it if available and complete it if necessary.
4236
33c4460b
AS
42372000-12-03 Andreas Schwab <schwab@suse.de>
4238
4239 * type-break.el (type-break): Don't make parent of itself.
4240
5c9b3fac
MB
42412000-12-03 Miles Bader <miles@gnu.org>
4242
4243 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4244
27ce741e
SM
42452000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4246
07c16ec4
SM
4247 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4248 (tex-main-file, tex-file): Simplify.
4249 (tex-generate-zap-file-name): Use subst-char-in-string.
4250 (tex-strip-dots): Remove.
4251
c19cc275
SM
4252 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4253
27ce741e
SM
4254 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4255 to check if the match succeeded.
4256
285991dc
GM
42572000-12-02 Gerd Moellmann <gerd@gnu.org>
4258
4259 * startup.el (use-fancy-splash-screens-p): New function.
4260 (command-line-1): Use it to determine whether or not to use
4261 a fancy splash screen.
4262
52dca1b2
AS
42632000-12-02 Andreas Schwab <schwab@suse.de>
4264
4265 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4266
d3e7e7cf
EZ
42672000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4268
2dce2360
EZ
4269 * international/mule.el (make-char): Fix last change.
4270
9768eaa7
EZ
4271 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4272 New defcustoms.
4273 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4274 autoloading tex-mode; instead, do the same manually.
4275 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4276 with numeric argument. Docstring fix.
4277 (toplevel): Require cl when compiling.
e04d21aa 4278
285991dc 4279 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4280
0dd5e255
JR
42812000-12-02 Jason Rumney <jasonr@gnu.org>
4282
4283 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4284 the Emacs Lisp manual)
4285
fbb87147
EZ
42862000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4287
5cbb3e93
EZ
4288 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4289
fbb87147
EZ
4290 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4291 the Emacs Lisp manual).
4292
1636ca09
GM
42932000-12-02 Gerd Moellmann <gerd@gnu.org>
4294
4295 * simple.el (next-line-add-newlines): Change default to nil.
4296
68875f0e
EZ
42972000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4298
83c9cb8e
SM
4299 * files.el (revert-buffer, recover-file):
4300 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4301
fd9ac94c
GM
43022000-12-01 Gerd Moellmann <gerd@gnu.org>
4303
4304 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4305
45450dd5
MB
43062000-12-01 Miles Bader <miles@gnu.org>
4307
4308 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4309
09df8881
KH
43102000-12-01 Kenichi Handa <handa@etl.go.jp>
4311
4312 * international/mule-diag.el (describe-char-after): Fix typo.
4313 (describe-character-set, non-iso-charset-alist): Fix typo.
4314
dea0a87d
MB
43152000-12-01 Miles Bader <miles@gnu.org>
4316
b170205b
MB
4317 * image-file.el (image-file-name-regexp): Automatically add
4318 upper-case variants of each filename extension in
4319 `image-file-name-extensions', since they seem to be common.
4320
e04d21aa 4321 * simple.el (minibuffer-contents)
dea0a87d
MB
4322 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4323 New functions.
4324 * filecache.el (file-cache-directory-name)
4325 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4326
2b69bc11 43272000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4328
dea0a87d
MB
4329 * filecache.el (file-cache-minibuffer-complete): Don't try to
4330 delete the minibuffer prompt.
4331
a8a1b05d
DL
43322000-11-30 Dave Love <fx@gnu.org>
4333
4334 * cus-start.el: Fix read-buffer-function type.
4335
693c4692
GM
43362000-11-30 Gerd Moellmann <gerd@gnu.org>
4337
4338 * md5.el: Removed. There's a built-in function, now.
4339
2c0b1898
GM
43402000-11-30 Markus Rost <rost@math.ohio-state.edu>
4341
4342 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4343 as dummy 0-th char of rmail-deleted-vector.
4344
63dfcf4b
EZ
43452000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4346
4347 * ps-print.el (ps-end-job): Bind case-fold-search only after
4348 switching to ps-spool-buffer.
4349
43502000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4351
4352 * ps-print.el: Line number font customization. PostScript: Lines and
4353 PageCount are initialized on each page. Doc Fix.
4354 (ps-print-version): New version number (6.3.2).
4355 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4356 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4357 (ps-right-header): Customization fix.
4358 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4359 Fix code.
4360 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4361 New vars.
4362
df3aedcf
GM
43632000-11-30 Gerd Moellmann <gerd@gnu.org>
4364
edfb795e
GM
4365 * bs.el: Fix typos and spelling errors.
4366 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4367 (bs-configuration): Doc fix.
e04d21aa 4368
df3aedcf
GM
4369 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4370
8b8a7f01
GM
43712000-11-30 Rob Riepel <riepel@Stanford.EDU>
4372
4373 * emulation/tpu-edt.el (tpu-version): New version.
4374 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4375 (tpu-original-mode-line): Variable deleted.
4376 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4377 (tpu-set-mode-line): Don't redefine mode-line-format.
4378 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4379 (tpu-update-mode-line): New mark flag logic.
4380 (tpu-get): Use find-file-wildcards.
4381 (tpu-search-highlight): Move overlay less, reset overlay properly.
4382 (tpu-unselect): Deactivate mark.
4383 (tpu-lm-replace): Reset overlay properly.
4384 (tpu-forward-line): Use forward-visible-line.
4385 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4386
83c9cb8e 4387 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4388
c069a9d3
GM
43892000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4390
4391 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4392
b02cd40b
GM
43932000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4394
4395 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4396 and skip whitespace and newlines.
e04d21aa 4397
b7a90344
SM
43982000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4399
4400 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4401
be6bbb55
GM
44022000-11-29 Gerd Moellmann <gerd@gnu.org>
4403
0383ed60
GM
4404 * help.el (describe-function-1): Regexp-quote function name
4405 when used as part of a regexp.
4406
83c9cb8e
SM
4407 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4408 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4409 (tool-bar-add-item): Likewise, and handle unspecified colors.
4410
4411 * enriched.el (enriched-face-ans): Use face-attribute instead
4412 of face-foreground and face-background.
4413
4414 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4415 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4416
7423978d
GM
4417 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4418
ef128c78
GM
4419 * play/5x5.el: Remove version info.
4420
a81fc510
GM
4421 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4422
be6bbb55
GM
4423 * frame.el (blink-cursor-mode): Doc fix.
4424
f9396e03
GM
44252000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4426
4427 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4428 to create Makefile rules.
4429 (antlr-tool-command): New user option.
4430 (antlr-ask-about-save): New user option.
4431 (antlr-makefile-specification): New user option.
4432 (antlr-file-formats-alist): New variable.
4433 (antlr-special-file-formats): New variable.
4434 (antlr-unknown-file-formats): New user option.
4435 (antlr-help-unknown-file-text): New variable.
4436 (antlr-help-rules-intro): New variable.
4437 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4438 (antlr-mode-menu): Add entries.
4439 (antlr-file-dependencies): New function.
4440 (antlr-directory-dependencies): New function.
4441 (antlr-superclasses-glibs): New function.
4442 (antlr-run-tool): New command.
4443 (antlr-makefile-insert-variable): New function.
4444 (antlr-insert-makefile-rules): New function.
4445 (antlr-show-makefile-rules): New command.
4446
4447 * antlr-mode.el: More Emacs/XEmacs stuff.
4448 (antlr-no-action-keywords): New constant with value nil.
4449 (antlr-font-lock-keywords-alist): Use it. Old value would break
4450 syntax highlighting in Emacs-21.0.
4451 (antlr-default-directory): Emacs/XEmacs dependend function.
4452 (antlr-read-shell-command): Ditto.
4453 (antlr-with-displaying-help-buffer): Ditto.
4454
44552000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4456
4457 * antlr-mode.el: imenu, parsing and highlighting changes.
4458 (antlr-imenu-create-index-function): Don't create extra submenus
4459 for definitions in different grammar classes. It is not necessary
4460 for the menu and would make command `imenu' awkward to use.
4461 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4462 header actions and more than one.
4463 (antlr-font-lock-tokendef-face): Changed color.
4464 (antlr-font-lock-tokenref-face): Changed color.
4465 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4466 (antlr-mode-syntax-table): New variable.
4467 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4468 (antlr-with-syntax-table): Don't copy syntax table.
4469
44702000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4471
4472 * antlr-mode.el: Minor changes: language setting.
4473 (antlr-language-alist): The value for file option "language" can
4474 be both an identifier and a string.
4475 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4476 (antlr-language-limit-n-regexp): Change accordingly.
4477
44782000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4479
4480 * antlr-mode.el: Minor changes: tabs, hiding.
4481 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4482 (antlr-action-visibility): Also allow value nil to also hide the
4483 braces. Renamed from `antlr-tiny-action-length'.
4484 Suggested by Jay@aol.com.
4485 (antlr-hide-actions): Change accordingly. Hide line if completely
4486 hidden action is on a line of its own.
e04d21aa 4487
6ad948eb
SM
44882000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4489
4490 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4491
4492 * sort.el (sort-columns): Don't concat strings with numbers.
4493
9c6a4107
DL
44942000-11-29 Dave Love <fx@gnu.org>
4495
4496 * cus-edit.el (face): Fix :format.
4497
4498 * mail/feedmail.el: Require smtpmail when compiling.
4499 (mail-do-fcc): Autoload.
4500 (feedmail) <defgroup>: Fix :link.
4501 (feedmail-nuke-body-in-fcc): Fix :type.
4502 (feedmail-send-it): Add autoload cookie.
4503
053b8d35
SM
45042000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4505
4506 * newcomment.el (comment-indent): Save excursion around call to
4507 comment-indent-function.
4508
242c13e8
MB
45092000-11-29 Miles Bader <miles@gnu.org>
4510
4511 * subr.el (member-ignore-case): Return the tail of the list who's
4512 car matches, like `member', not the matching element itself.
4513
8f4b5f28
KH
45142000-11-29 Kenichi Handa <handa@etl.go.jp>
4515
4516 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4517 should not contain `\n'.
4518
bebe4a2c
GM
45192000-11-28 Gerd Moellmann <gerd@gnu.org>
4520
fd9ac94c 4521 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4522
ba7e40eb
GM
4523 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4524
75ab0c79
GM
4525 * dired-aux.el (dired-do-create-files): Construct default file
4526 name for dired-mark-read-file-name so that when the user enters
4527 just RET, the target file will end up in the target directory.
4528
bebe4a2c
GM
4529 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4530 local-abbrev-table before changing buffers because it might
4531 have a buffer-local binding.
4532
fa6d1ca8
MB
45332000-11-28 Miles Bader <miles@gnu.org>
4534
4535 * simple.el (delete-horizontal-space): Handle fields more generally.
4536
8d2c2642
GM
45372000-11-28 Gerd Moellmann <gerd@gnu.org>
4538
4539 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4540
8b31236d
DL
45412000-11-28 Dave Love <fx@gnu.org>
4542
3cbd02d2
DL
4543 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4544 comment-start-skip locally.
4545
8b31236d
DL
4546 * progmodes/fortran.el (fortran-mode): Don't set
4547 fortran-comment-line-start-skip. Set comment-start to
4548 fortran-comment-line-start.
4549 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4550 (fortran-comment-line-start-skip): Simplify slightly.
4551
ae4bf56d
GM
45522000-11-28 Gerd Moellmann <gerd@gnu.org>
4553
17ef7534
GM
4554 * play/5x5.el: Remove RCS keyword.
4555
fd9ac94c 4556 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4557
665b27a6
GM
45582000-11-28 Milan Zamazal <pdm@freesoft.cz>
4559
83c9cb8e
SM
4560 * textmodes/tildify.el (tildify-string-alist):
4561 Add `plain-tex-mode' here.
665b27a6 4562
fe3c2ae3
GM
45632000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4564
4565 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4566 reference.
4567
d970106b
MB
45682000-11-28 Miles Bader <miles@gnu.org>
4569
36b80a0d
MB
4570 * cus-face.el (custom-face-attributes): Add post-filter function
4571 for :box. Make pre-filter function for :box handle all cases.
4572
d970106b
MB
4573 * wid-edit.el (widget-choose): Make sure pop-up window is large
4574 enough to display all the choices, as there's no way to scroll it.
4575
5a2bae6c
KH
45762000-11-28 Kenichi Handa <handa@etl.go.jp>
4577
4578 * international/mule-conf.el: Make the coding system no-conversion
4579 safe for all characters.
4580
9e836e23
DL
45812000-11-27 Dave Love <fx@gnu.org>
4582
8b31236d
DL
4583 * net/ldap.el (ldap) <defgroup>: Add :version.
4584
9e836e23
DL
4585 * tooltip.el (tooltip-use-echo-area): Doc fix.
4586
4587 * cus-start.el <minibuffer-prompt-properties>: Add version.
4588 <read-buffer-function>: Add.
4589
4590 * apropos.el (apropos-print): Add help-echo to active text.
4591
4592 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4593
4a74d071
GM
45942000-11-27 Gerd Moellmann <gerd@gnu.org>
4595
4596 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4597 type, group and version.
4598
76058c27
EZ
45992000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4600
4a74d071 4601 * select.el (x-get-selection): Docstring fix.
76058c27 4602
fd9ac94c 46032000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4604
fd9ac94c 4605 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4606
49060c51
AI
46072000-11-27 Andrew Innes <andrewi@gnu.org>
4608
4609 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4610
4611 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4612
b2a8e429
MB
46132000-11-27 Miles Bader <miles@gnu.org>
4614
4615 * dired.el (dired-get-filename): Return filename verbatim if
4616 LOCALP is `verbatim'.
4617 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4618 `verbatim' so that we don't inadvertently delete a non-existant
4619 directory name.
4620
5ac0366d
KH
46212000-11-27 Kenichi Handa <handa@etl.go.jp>
4622
4623 * international/characters.el: Specify cases and syntaxes for
4624 mule-unicode-0100-24ff.
4625
67f1cf4c
GM
46262000-11-27 Gerd Moellmann <gerd@gnu.org>
4627
4628 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4629 that foreground and/or background colors of the face `tool-bar'
4630 are unspecified.
4631
46c56972
MB
46322000-11-27 Miles Bader <miles@gnu.org>
4633
e04d21aa 4634 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4635 (widget-field-end): Handle widget field `pseudo-overlays'.
4636 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4637 if it's there instead of in `widget-field-list'.
4638
46c56972 4639 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4640 (help-make-xrefs): Delete extraneous newlines at the end of the
4641 docstring.
46c56972 4642
640a9cdd
JR
46432000-11-25 Jason Rumney <jasonr@gnu.org>
4644
4645 * startup.el (command-line): Call set-locale-environment after
4646 Window System init file is read, as it can result in a call to
4647 redraw-frame.
4648
0b3f96d4
EZ
46492000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4650
4651 * simple.el (shell-command): Mention the effect of the prefix
4652 argument in the doc string.
4653
8da6e2a1
MB
46542000-11-25 Miles Bader <miles@gnu.org>
4655
a658d039
MB
4656 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4657
8da6e2a1 4658 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4659 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4660
d3416cca
JR
46612000-11-24 Jason Rumney <jasonr@gnu.org>
4662
4663 * international/mule-cmds.el (locale-language-names): Add "jp" as
4664 a non-standard alternative for Japanese.
4665
17e37f53
AS
46662000-11-24 Andre Spiegel <spiegel@gnu.org>
4667
4668 * vc-hooks.el: Require 'cl during compilation.
4669
9aa5f148
GM
46702000-11-24 Gerd Moellmann <gerd@gnu.org>
4671
ba193890
GM
4672 * faces.el (face-set-after-frame-default): Let face attributes
4673 specified for new frames override frame parameters.
4674
9aa5f148
GM
4675 * startup.el (command-line): Fix computation of the source file
4676 for user-init-file when user-init-file is a compiled file.
4677
51a1edab
MB
46782000-11-24 Miles Bader <miles@gnu.org>
4679
e04d21aa 4680 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4681 (custom-post-filter-face-spec): New functions.
4682 (custom-face-set, custom-face-value-create): Filter the face spec
4683 before and after customization.
4684 (custom-face-set): If VALUE specifies a null face, pass a
4685 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4686 * cus-face.el (custom-face-attributes): Remove SET and GET
4687 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4688 cases they're needed.
4689
1ed74431
MB
4690 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4691 that it's distinguishable from the :off-glyph on dark-background
4692 displays. Set its background color too.
4693
67ee1125
MB
4694 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4695 so that people can easily turn it off.
4696
7d027816 46972000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4698
7d027816 4699 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4700
9aa5f148 4701 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4702
9aa5f148 4703 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4704
9aa5f148 4705 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4706 redundant skip-small-frames test.
e04d21aa 4707
9aa5f148 4708 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4709 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4710
9aa5f148
GM
4711 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4712 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4713 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4714 New functions.
e04d21aa 4715
9aa5f148 4716 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4717
9aa5f148 4718 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4719
f07fa1b8
KH
47202000-11-24 Kenichi Handa <handa@etl.go.jp>
4721
83c9cb8e
SM
4722 * international/mule-diag.el (list-iso-charset-chars):
4723 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4724 (list-non-iso-charset-chars): Fix the `while' condition.
4725
ba8299ff
SM
47262000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4727
79372165
SM
4728 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4729 if the variable is make-variable-buffer-local.
4730
83c9cb8e
SM
4731 * progmodes/ada-stmt.el (ada-template-map):
4732 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4733 (ada-stmt-mode-hook): New function extracted from old code.
4734 Only change the buffer-local side of skeleton-*.
4735 (ada-mode-hook): Use it.
4736
68a887fa
EZ
47372000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4738
4739 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4740 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4741 we expect to be returned by minibuffer-depth once we prompt the
4742 user in the minibuffer.
4743 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4744 as recorded in iswitchb-minibuf-depth, return non-nil.
4745
3b345582
EZ
47462000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4749 (hscroll-window-maybe): Docstring fix.
4750
595dead2
DL
47512000-11-23 Dave Love <fx@gnu.org>
4752
4753 * rect.el (string-rectangle): Don't test delete-selection-mode.
4754
1e66b27a
GM
47552000-11-23 Gerd Moellmann <gerd@gnu.org>
4756
02790ce2
GM
4757 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4758 is in the tool bar.
4759
1e66b27a 4760 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4761 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4762
a4caa65d
SM
47632000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4764
4765 * textmodes/outline.el (outline-flag-region):
4766 Don't bind inhibit-read-only since we don't modify the buffer.
4767 (outline-isearch-open-invisible): Don't jump to overlay-start
4768 since we're trying to unhide text around point.
4769 (outline-discard-overlays): Use dolist.
4770
4771 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4772
03e757c1
GM
47732000-11-22 Gerd Moellmann <gerd@gnu.org>
4774
83c9cb8e 4775 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4776
1598a961
SM
47772000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4778
4779 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4780 Fix ARG regexp to skip quoted braces.
4781 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4782 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4783 are (correctly) handled separately).
4784 Remove `caption' and `footnote' from `citations': they contain text.
4785 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4786 (latex-skeleton-end-hook): New function.
4787 (latex-mode): Use it.
4788 (tex-start-tex-marker): Remove.
4789 (tex-send-tex-command): Don't set tex-start-tex-marker.
4790 (tex-error-parse-syntax-table): New var.
4791 (tex-compilation-parse-errors): Use it.
4792 Ignore tex-start-tex-marker. Don't bother with marker-position.
4793 (tex-validate-buffer): Don't bother with marker-position.
4794
4795 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4796 (flyspell-generic-progmode-verify): Use it.
1598a961 4797
eaae8106
SS
47982000-11-22 Sam Steingold <sds@gnu.org>
4799
83c9cb8e 4800 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4801
eaae8106 4802 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4803 `ada-remove-trailing-spaces'.
eaae8106 4804 (ada-remove-trailing-spaces): Removed.
e04d21aa 4805
eaae8106 4806 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4807
1598a961
SM
4808 * textmodes/picture.el (picture-clean): Removed.
4809 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4810
a41d49e9
GM
48112000-11-22 Gerd Moellmann <gerd@gnu.org>
4812
e053c60f
GM
4813 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4814
a41d49e9
GM
4815 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4816 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4817 do anything special when jit-lock is active.
a41d49e9
GM
4818 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4819
197615f3
DL
48202000-11-22 Dave Love <fx@gnu.org>
4821
ddbfaa9f
DL
4822 * calendar/todo-mode.el (todo-top-priorities): Use
4823 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4824
ddc3c695
DL
4825 * language/chinese.el, language/cyrillic.el:
4826 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4827 * language/hebrew.el, language/indian.el, language/japanese.el:
4828 * language/korean.el, language/lao.el, language/misc-lang.el:
4829 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4830 Use provide.
4831
fb9fa98d
DL
4832 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4833 (custom-variable-set): Improve validation error mesage.
4834
197615f3
DL
4835 * rect.el (string-rectangle): Revert last change.
4836 (string-rectangle-line): New arg DELETE.
4837 (string-rectangle): Check delete-selection-mode.
4838
4839 * emacs-lisp/edebug.el (edebug-version)
4840 (edebug-maintainer-address): Deleted.
4841 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4842 (edebug-read-function): Account for other `'#' read forms.
4843 (edebug-mode-menus): Make some items toggles.
4844 (edebug-outside-unread-command-event, unread-command-event):
4845 Remove these to avoid warnings.
4846
f4117c4d
GM
48472000-11-22 David Ponce <david@dponce.com>
4848
4849 * recentf.el (recentf-menu-items-for-commands)
4850 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4851 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4852
f4117c4d
GM
4853 (recentf-build-dir-rules, recentf-dump-variable)
4854 (recentf-edit-list, recentf-open-files-item)
4855 (recentf-open-files): Replaced unnecessary `mapcar' with new
4856 built-in `mapc'.
eaae8106 4857
f8e2f3f2
MB
48582000-11-23 Miles Bader <miles@gnu.org>
4859
4860 * faces.el (menu): Make inverse-video on ttys too.
4861
4c4a541d
SM
48622000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4863
4864 * simple.el (comment-line-break-function): Use the new name
4865 indent-new-comment-line -> comment-indent-new-line.
4866 (clone-indirect-buffer): Don't ignore NORECORD.
4867 (next-completion): Properly handle the case where items are adjacent.
4868
4869 * mouse.el (popup-menu): Stupid typo.
4870
980d836e
GM
48712000-11-22 Gerd Moellmann <gerd@gnu.org>
4872
60e8e0a5
GM
4873 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4874 maintainer, keywords tags.
4875
980d836e
GM
4876 * rect.el (replace-rectangle): Don't call string-rectangle-line
4877 with too many arguments.
4878
e08b2069
AS
48792000-11-22 Andre Spiegel <spiegel@gnu.org>
4880
60e8e0a5 4881 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4882 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4883 vc-locking-user, which no longer exists.
4884
4885 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4886
c6779d8d
DL
48872000-11-22 Dave Love <fx@gnu.org>
4888
4889 * md5.el (md5): Provide.
4890 (md5): Fix error call.
4891
e672fdce
MB
48922000-11-22 Miles Bader <miles@gnu.org>
4893
eaae8106 4894 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4895 (refill-fill-paragraph-at): Remove debugging code.
4896
80e24c04
MB
4897 * calendar/calendar.el (generate-calendar-window): When we don't
4898 call `fit-window-to-buffer', make sure the top line is fully visible.
4899
3a17d6cc
MB
4900 * image-file.el (insert-image-file): Don't make `read-only'
4901 property rear-nonsticky.
4902
ae1a21c6
MB
4903 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4904 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4905 stashing away its original value.
4906 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4907 in the recursive edit.
4908 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4909 (isearch-done): Restore `minibuffer-message-timeout'.
4910
e672fdce
MB
4911 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4912
3ea79df8
SM
49132000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4914
4915 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4916
4917 * find-lisp.el (find-lisp-find-files-internal):
4918 Use dolist, when and file-name-as-directory.
4919
980d836e 4920 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4921 (define-derived-mode, define-minor-mode): Add specs.
4922
4923 * window.el: General comment and spacing fixes.
4924 (save-selected-window): Use backquotes.
4925 (window-safely-shrinkable-p): New function.
4926 (shrink-window-if-larger-than-buffer): Use it.
4927
4928 * subr.el (make-local-hook): Docstring fix.
4929
4930 * shell.el (shell-mode): Use define-derived-mode.
4931
4932 * newcomment.el (comment-indent): Insert comment before calling
4933 comment-indent-function. Don't insert in column 0.
4934 (comment-dwim): Indent before inserting comment.
4935
4936 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4937 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4938 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4939 Use mapc rather than map.
4940
4941 * files.el (find-buffer-visiting): Compare all attributes before
4942 declaring two files identical (rather than just their inode-no).
4943 (auto-mode-alist): Use \' rather than $.
4944
4945 * which-func.el: Update maintainer line.
4946
4947 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4948 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4949 (uniquify-buffer-file-name): Use it.
4950
8f62f2b8
MB
49512000-11-22 Miles Bader <miles@gnu.org>
4952
4953 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4954 * simple.el (minibuffer-avoid-prompt): New function.
4955
fb279a6d
GM
49562000-11-21 Gerd Moellmann <gerd@gnu.org>
4957
4958 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4959
867092e9
MB
49602000-11-21 Miles Bader <miles@gnu.org>
4961
ef860850
MB
4962 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4963 inclusion of `track-mouse'.
4964
867092e9
MB
4965 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4966 (refill-adjust-ignorable-overlay): New function.
4967 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4968 only the paragraph's tail if possible.
4969 Update `refill-ignorable-overlay'.
4970 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4971
4972 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4973 point inside the fill-prefix.
4974
4975 * textmodes/refill.el (refill-post-command-function): Don't reset
4976 refill-doit in the case where a self-insertion command doesn't
4977 case a refill. Use `refill-fill-paragraph-at', getting position
4978 from `refill-doit'.
4979 (refill-after-change-function): Set `refill-doit' to END.
4980 (refill-fill-paragraph-at): New function, mostly from old
4981 refill-fill-paragraph.
4982 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4983 (refill-pre-command-function): New function.
4984 (refill-mode): Add it to `pre-command-hook'.
4985
ff9ab414
GM
49862000-11-20 Gerd Moellmann <gerd@gnu.org>
4987
29a01b72
GM
4988 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4989
ff9ab414
GM
4990 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4991 javadoc tags.
eaae8106 4992
885b211b
AS
49932000-11-20 Andre Spiegel <spiegel@gnu.org>
4994
4995 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4996 vc.el).
4997
eaae8106 4998 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4999 require vc.
eaae8106
SS
5000
5001 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5002 checkouts.
eaae8106 5003
d1838556
DL
50042000-11-20 Dave Love <fx@gnu.org>
5005
5006 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5007
2b69bc11 50082000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5009
2b69bc11
GM
5010 * calculator.el (calculator-paste): Use `if' instead of `and'
5011 and `or'.
5012 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5013
b95b34e5
GM
50142000-11-19 Gerd Moellmann <gerd@gnu.org>
5015
030de92f
GM
5016 * info.el (info-menu-5): Doc fix.
5017
b95b34e5
GM
5018 * textmodes/artist.el: New file.
5019
54970452
AS
50202000-11-19 Andre Spiegel <spiegel@gnu.org>
5021
eaae8106 5022 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5023 and differentiate according to checkout model.
5024 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5025 since this function is only concerned with master state.
5026
83c9cb8e
SM
5027 * vc-hooks.el (vc-workfile-unchanged-p)
5028 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5029
83c9cb8e
SM
5030 * vc.el (vc-workfile-unchanged-p)
5031 (vc-default-workfile-unchanged-p): See above.
54970452 5032
e5a9dabf
MB
50332000-11-19 Miles Bader <miles@gnu.org>
5034
5035 * image-file.el (insert-image-file): Make `intangible' and
5036 `read-only' properties rear-nonsticky too.
5037
24127af0
GM
50382000-11-18 Gerd Moellmann <gerd@gnu.org>
5039
d392e9c5 5040 * ps-print.el: Update copyright notice.
eaae8106 5041
d392e9c5
GM
5042 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5043 (tooltip-show): Use the offsets.
5044
24127af0 5045 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5046 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5047 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5048
2b69bc11 50492000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5050
2b69bc11
GM
5051 * ps-print.el (toplevel): Test for find-coding-system being
5052 fboundp before calling ps-x-find-coding-system.
08ea6f17 5053
66321b2f
SM
50542000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5055
5056 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5057 (vc-version-backup-file): Docstring fix.
5058
046110c6
GM
50592000-11-16 Gerd Moellmann <gerd@gnu.org>
5060
4104194e
GM
5061 * files.el (basic-save-buffer): Don't add a newline if
5062 find-file-literally is non-nil.
5063 (find-file-literally): Extend doc string.
5064
046110c6
GM
5065 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5066 sort(1) with the `-f' argument.
5067
6505c16e
AS
50682000-11-16 Andre Spiegel <spiegel@gnu.org>
5069
fd063975
AS
5070 * vc.el: Updated backend documentation.
5071 (vc-default-check-headers): New function.
5072
3d02dd81 5073 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5074
5075 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5076 up-to-date.
eaae8106 5077 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5078 the minibuffer is not active.
fd063975 5079
eaae8106 5080 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5081 `vc-cvs-use-edit' is on.
eaae8106
SS
5082 (vc-cvs-checkout): When this is used for reverting the workfile,
5083 make a backup of the original contents and revert to that in case
8791d617 5084 of error.
eaae8106 5085 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5086 remote repositories.
eaae8106 5087
6505c16e
AS
5088 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5089 for both version and ratio in the minibuffer.
fd063975 5090
eaae8106 5091 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5092 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5093
a13f0660
KH
50942000-11-16 Kenichi Handa <handa@etl.go.jp>
5095
5096 * international/quail.el (quail-start-translation): Don't call
5097 `message' before reading key sequence.
5098
1389a414
MB
50992000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5100
5101 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5102
9256a532
KH
51032000-11-16 Kenichi Handa <handa@etl.go.jp>
5104
5105 * window.el (fit-window-to-buffer): Be sure to acquire at least
5106 one text line even if the buffer is empty.
5107
0e14fe9f
GM
51082000-11-16 Gerd Moellmann <gerd@gnu.org>
5109
eaae8106 5110 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5111 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5112 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5113
da645c53
DL
51142000-11-15 Dave Love <fx@gnu.org>
5115
83c9cb8e
SM
5116 * wid-edit.el (widget-specify-field, widget-specify-button):
5117 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5118 widget-mouse-help.
5119 (widget-mouse-help): New function.
5120 (widget-echo-help): Rewritten for :help-echo functions only taking
5121 a widget arg.
5122
83c9cb8e
SM
5123 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5124 Use display-graphic-p.
b12057b9
DL
5125 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5126 and that JPEG is available.
5127 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5128
da645c53
DL
5129 * international/mule-cmds.el (locale-charset-language-names):
5130 Match @euro.
5131
6d133d1f
GM
51322000-11-15 Gerd Moellmann <gerd@gnu.org>
5133
83c9cb8e
SM
5134 * faces.el (face-set-after-frame-default):
5135 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5136 default face from X resources.
5137
49ac2ac5
EZ
51382000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5139
5140 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5141 Don't set EMACSLOADPATH.
5142
4fb0a34c
EZ
51432000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5144
5145 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5146 texinfo-insert-@url.
5147 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5148 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5149
bb304a7a
SM
51502000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5151
82bc80bf
SM
5152 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5153 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5154 (checkdoc-minor-keymap): Backward compatibility.
5155 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5156 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5157 (checkdoc-this-string-valid-engine): Be a bit more strict
5158 to avoid matching substrings of `...' quoted vars/funs.
5159 (checkdoc-defun-info): Only look for `interactive' if alone.
5160 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5161
e8c87124
SM
5162 * progmodes/compile.el (grep): `tag-default' can be nil.
5163
bb304a7a
SM
5164 * newcomment.el (comment-indent): Paren typo.
5165
8628686a
DL
51662000-11-14 Dave Love <fx@gnu.org>
5167
25c269ef
DL
5168 * calculator.el: New maintainer version.
5169
66321b2f 5170 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5171
8628686a
DL
5172 * cmuscheme.el: Doc fixes.
5173 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5174 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5175
5176 * xscheme.el (scheme-program-name): Don't define here.
5177
5178 * progmodes/scheme.el (scheme-program-name): New variable
5179 (originally in cmuscheme).
5180
88f0a1eb
MB
51812000-11-14 Miles Bader <miles@gnu.org>
5182
5183 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5184 Handle header-lines. Don't loop forever if we can't enlarge the
5185 window anymore. Simplify a bit.
5186
cd9a000c
KH
51872000-11-14 Kenichi Handa <handa@etl.go.jp>
5188
5189 * window.el (fit-window-to-buffer): Don't check
5190 window-text-height. Assure that the last line is fully visible.
5191
83c9cb8e
SM
5192 * international/quail.el (quail-show-guidance-buf):
5193 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5194 buffer.
5195 (quail-update-guidance): Avoid making the guidance buffer shorter.
5196
d3fcda22
SM
51972000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5198
bdbd9606
SM
5199 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5200 rather than `prepend' and add an interesting comment.
5201 (tex-math-face, tex-font-lock-syntactic-face-function):
5202 New face and function to use it.
5203 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5204 than `menu-enable' symbol property.
5205 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5206 (tex-mode): Add some latex-mode commands for auto-selection.
5207 Use tex-font-lock-syntactic-face-function.
5208 (tex-insert-quote): Simplify.
5209 (tex-shell): New mode.
5210 (tex-start-shell): Use it.
5211 (tex-shell-proc, tex-shell-buf): New functions.
5212 (tex-send-command): Use it.
5213 (tex-main-file): Fix the meaning of the new arg REALFILE.
5214 (tex-send-tex-command): New function split from `tex-start-tex'.
5215 Set compilation-last-buffer and compilation-parsing-end.
5216
d3fcda22
SM
5217 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5218 when it follows non-comment text on the line.
5219
5220 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5221 Set font-lock-defaults.
5222 (lisp-mode-shared-map): Init inside the defvar.
5223 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5224 Use define-derived-mode.
5225
bdab1d43
MB
52262000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5227
5228 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5229
936ae731
GM
52302000-11-14 Gerd Moellmann <gerd@gnu.org>
5231
83c9cb8e
SM
5232 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5233 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5234 recursion; see comment there.
5235
1695ca2b
EZ
52362000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5237
5238 * faces.el (face-spec-set-match-display): Revert the change from
5239 2000-10-24. Add a FIXME for after v21.1.
5240
9d348294
MB
52412000-11-13 Miles Bader <miles@gnu.org>
5242
5243 * textmodes/fill.el (skip-line-prefix): New function.
5244 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5245 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5246 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5247 point inside the fill-prefix.
9d348294 5248
b85fa13c
MB
52492000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5250
83c9cb8e
SM
5251 * calendar/calendar.el (generate-calendar-window):
5252 Use `fit-window-to-buffer'.
b85fa13c 5253
a0b47716
SM
52542000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5255
5256 * gud.el (gud-minor-mode): New var.
5257 (gud-symbol, gud-val): New functions.
5258 (gud-find-file): Copy gud-minor-mode to the new buffer.
5259 (gud-menu-map): Include entries for commands that are not always
5260 available, using :enable to (de)activate them.
5261 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5262 (gud-mode-map): New map.
eaae8106 5263 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5264 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5265 Don't set up gud's menu (it's done by the minor-mode).
5266 (gud-minibuffer-local-map): New.
5267 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5268 (gud-query-cmdline): New function.
5269 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5270 (gud-mode): Use define-derived-mode.
5271 Don't set up gud's menu (it's done by the minor-mode).
5272 (gud-chop-words): Remove.
5273 (gud-common-init): Use split-string instead.
5274 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5275
5276 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5277 Add keyword arg :name.
5278
5279 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5280 (diff-count-matches, diff-split-hunk): New functions.
5281 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5282
5283 * pcvs-info.el (cvs-fi-conflict-face): New var.
5284
5285 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5286 Make it into a simple syntax-table, shared among all submodes.
5287 (sh-heredoc-face): Re-introduce.
5288 (sh-font-lock-syntactic-face-function): New function.
5289 (sh-mode): Use it. Also use define-derived-mode.
5290 Remove old bogus setting of indent-region-function.
5291 (sh-set-shell): Don't set the syntax-table any more.
5292 (sh-mode-syntax-table) <defun>: Remove.
5293
f5ed37df
MB
52942000-11-12 Miles Bader <miles@gnu.org>
5295
5296 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5297 message if interactive.
5298
0b074c2f
DL
52992000-11-12 Dave Love <fx@gnu.org>
5300
5301 * mail/feedmail.el: Fix header,
5302 (feedmail) <defgroup>: Add :link.
5303
5304 * view.el: Use local-map property, not keymap on mode-line string.
5305
83c9cb8e
SM
5306 * scroll-all.el (scroll-all-mode): Customize variable.
5307 Add autoload cookie to function.
0b074c2f
DL
5308
5309 * lazy-lock.el: Remove compatibility code.
5310
5311 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5312 (finder-help-echo): New variable.
5313 (finder-mouse-face-on-line): Add help-echo stuff.
5314 (finder-list-keywords, finder-list-matches): Use mapc.
5315
5316 * faces.el (face-font-registry-alternatives): Add :version.
5317
5318 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5319 tags-table-list.
5320
a0b47716 5321 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5322
a0b47716 5323 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5324 (mail-mode): Use [:alnum:] in some regexps.
5325
6d502396
DL
53262000-11-10 Dave Love <fx@gnu.org>
5327
5328 * ediff.el (ediff-regions-internal, ediff-documentation):
5329 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5330 fundamental mode.
5331
5332 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5333 buffer into fundamental mode.
5334 (ediff-set-difference): Use copy-sequence if available.
5335
83c9cb8e
SM
5336 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5337 Check ediff-patch-map non-nil.
6d502396
DL
5338 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5339 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5340 buffer into fundamental mode.
5341
5342 * ediff-merg.el (state-or-merge): Defvar when compiling.
5343
a82fe213
JR
53442000-11-10 Jason Rumney <jasonr@gnu.org>
5345
5346 * w32-fns.el (w32-add-charset-info): New function.
5347 (w32-charset-info-alist): Use it.
5348
52d89894
GM
53492000-11-10 Gerd Moellmann <gerd@gnu.org>
5350
5351 * faces.el (face-font-registry-alternatives): New user-option.
5352
178932de
SM
53532000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5354
d7fa3319
SM
5355 * textmodes/texinfo.el (texinfo-block-default): New var.
5356 (texinfo-insert-block): Use it. Insert a newline if needed.
5357
178932de
SM
5358 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5359 (fill-region-as-paragraph): Use it.
5360
5361 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5362 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5363 Tweak paragraph regexps to allow a leading [ \t]*.
5364 (tex-latex-block): Insert a newline if necessary.
5365 (latex-insert-item): Only insert a newline if necessary.
5366 (tex-guess-main-file): New function.
5367 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5368 Set tex-main-file if TeX-master is provided.
5369 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5370
bd02b8e0
GM
53712000-11-10 Gerd Moellmann <gerd@gnu.org>
5372
5373 * startup.el (command-line): Set the default tooltip-mode
5374 to t for graphical displays which implement x-show-tip.
5375
5376 * tooltip.el (tooltip-mode): Add a comment about startup.el
5377 setting the default value of this user-option.
5378
b29b03eb
SM
53792000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5380
5381 * font-lock.el (font-lock-*-face) <defvar>: Move.
5382 (font-lock-defaults-alist): Mark obsolete.
5383 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5384 (font-lock-mode): Use define-minor-mode.
5385 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5386 (font-lock-turn-off-thing-lock): Be more explicit.
5387 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5388 (font-lock-syntactic-face-function): New var.
5389 (font-lock-fontify-syntactically-region): Use it.
5390 (font-lock-doc-face): New.
5391
5392 * pcvs.el (cvs-enabledp): Ignore errors.
5393 (cvs-commit-filelist): Never query.
5394 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5395 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5396 (cvs-do-removal): Use cvs-partition rather than delete-if.
5397 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5398 cvs-bury-buffer.
5399
5400 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5401 Allow `next' to jump to after the end of the last match.
5402
778fbc46
GM
54032000-11-09 Gerd Moellmann <gerd@gnu.org>
5404
730c746c
GM
5405 * simple.el (byte-compiling-files-p): New function.
5406
5407 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5408 if it is there.
5409
5410 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5411 nil again.
5412
778fbc46
GM
5413 * textmodes/ispell.el (ispell-library-path): Don't call
5414 check-ispell-version when byte-compiling because that starts
5415 an ispell process, and ispell might not be installed.
5416 (toplevel): Don't set up a menu when byte-compiling.
5417
5418 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5419 it, so that a boundp test can be used to determine if we're
5420 currently byte-compiling.
5421
5912c5bb
DL
54222000-11-09 Dave Love <fx@gnu.org>
5423
83c9cb8e 5424 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5425
7bb054a5
GM
54262000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5427
83c9cb8e
SM
5428 * ps-print.el: Patch for variable initialization when spooling.
5429 Doc fix.
7bb054a5
GM
5430 (ps-output-list): Fun eliminated.
5431 (ps-begin-file, ps-begin-job): Code fix.
5432
9db2706e
DL
54332000-11-08 Dave Love <fx@gnu.org>
5434
83c9cb8e 5435 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5436
f7eb32aa
GM
54372000-11-08 Gerd Moellmann <gerd@gnu.org>
5438
5439 * simple.el (shell-command, display-message-or-buffer)
5440 (shell-command-on-region): Mention resize-mini-windows in the doc
5441 string.
5442 (display-message-or-buffer): Take the value of resize-mini-windows
5443 into account.
5444
7b01b08c
GM
54452000-11-07 Gerd Moellmann <gerd@gnu.org>
5446
acad3c0b
GM
5447 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5448
7b01b08c
GM
5449 * dired.el (dired-between-files): Add `^. find' as an alternative
5450 to the regular expression, for find-dired.
5451
6f602bd0
SM
54522000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5453
5454 * textmodes/texnfo-upd.el: Require texinfo.
5455 (defmacro, defgroup): Remove.
5456 (texinfo-section-to-generic-alist): Remove.
5457 Use texinfo-section-list instead (i.e. level is changed string->int).
5458 (texinfo-filter): New function.
5459 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5460 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5461 Use it. And use regexp-opt.
5462 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5463 (texinfo-update-menu-region-beginning)
5464 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5465 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5466 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5467 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5468 (texinfo-sequential-node-update): Remove autoload cookie.
5469
5470 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5471 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5472 (texinfo-chapter-level-regexp): Remove.
5473 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5474
bb216218
DL
54752000-11-06 Dave Love <fx@gnu.org>
5476
6f602bd0 5477 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5478
6f602bd0
SM
5479 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5480 Match defun*.
bb216218 5481
ff8dd5d5
KH
54822000-11-06 Kenichi Handa <handa@etl.go.jp>
5483
5484 * composite.el (composition-function-table): Variable declaration
5485 moved to src/composite.c.
5486 (compose-chars-after): New optional arg object.
5487
e9da51a1
GM
54882000-11-06 Gerd Moellmann <gerd@gnu.org>
5489
e0c12c68
GM
5490 * bindings.el (mode-line-toggle-read-only)
5491 (mode-line-toggle-modified, mode-line-widen)
5492 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5493 (make-mode-line-mouse2-map): Rewritten.
5494 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5495 functions so that C-h k can show something with a doc string.
eaae8106 5496
e9da51a1
GM
5497 * startup.el (fancy-splash-delay): Set to 10 seconds.
5498 (fancy-splash-max-time): New user-option.
5499 (fancy-splash-stop-time): New variable.
5500 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5501 (fancy-splash-screens-1): Throw `stop-splashing' when current
5502 time is greater than fancy-splash-stop-time.
5503
611dbdf0
SM
55042000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5505
4d2806e2
SM
5506 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5507
611dbdf0
SM
5508 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5509 Prompt user for a file rather than raising an error.
5510 (cvs-enabledp): Fix call to cvs-mode-marked.
5511 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5512 (cvs-mode-insert): Use it. Change the init prompt' value.
5513 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5514
5515 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5516 Don't pass default arg to ewoc-locate.
5517 (ewoc-collect): Return result in the right order.
5518
5519 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5520
5521 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5522 (cvs-status-get-tags): Fix regexp.
5523 (cvs-status-trees, cvs-status-cvstrees):
5524 Combine after change hooks and don't sit-for.
4d2806e2
SM
5525 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5526 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5527 Use make-char rather than hard-coded cryptic data.
5528 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5529
5530 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5531
5532 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5533 (cvs-insert-strings): New function.
5534
937b2877
MB
55352000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5536
5537 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5538 `mwheel-scroll-amount'.
5539 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5540 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5541 string-matching against the version string.
5542
c6c97763
KH
55432000-11-06 Kenichi Handa <handa@etl.go.jp>
5544
6eaec747
KH
5545 * language/thai.el ("Thai"): Set a lisp form that produces
5546 composed string in `sample-text' language info.
5547
5548 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5549 composed string in `sample-text' language info.
5550
83c9cb8e
SM
5551 * international/mule-cmds.el (describe-language-environment):
5552 Eval `sample-text' data and insert the result.
6eaec747 5553
c6c97763
KH
5554 * international/mule-conf.el (compound-text): Define this coding
5555 system here. Make x-ctext and ctext aliases of it.
5556
5557 * language/european.el (compound-text, ctext): Moved to
5558 international/mule-conf.el.
5559
d1145f85
AI
55602000-11-05 Andrew Innes <andrewi@gnu.org>
5561
5562 * w32-fns.el (w32-version): New function.
5563
178a6a45
SM
55642000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5565
5566 * progmodes/awk-mode.el: Update copyright.
5567 (awk-mode-abbrev-table): Remove.
5568 (awk-font-lock-keywords): Use regexp-opt.
5569 (awk-mode): Use define-derived-mode.
5570
5571 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5572 when extracting a suffix.
5573
1ba90166
AS
55742000-11-04 Andre Spiegel <spiegel@gnu.org>
5575
5576 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5577 auto-save-mode.
5578
546790cb
JR
55792000-11-04 Jason Rumney <jasonr@gnu.org>
5580
5581 * language/european.el (decode-mac-roman): Test against r1 not r0.
5582
d247e32d
SM
55832000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5584
fbf44f44
SM
5585 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5586 (icon-mode): Define indent-line-function.
5587 (icon-comment-indent): Simplify.
5588 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5589
5590 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5591
5592 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5593 Bind change-log-default-mode to defeat the caching done on it.
5594 Don't bother saving excursion any more.
5595
5596 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5597
5598 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5599 (set-frame-font): Use the new name (and the old for compatibility).
5600
eaae8106
SS
5601 * toolbar/tool-bar.el (tool-bar-mode):
5602 * time.el (display-time-mode):
5603 * recentf.el (recentf-mode):
5604 * paren.el (show-paren-mode):
5605 * mwheel.el (mouse-wheel-mode):
5606 * msb.el (msb-mode):
5607 * jka-compr.el (auto-compression-mode):
5608 * image-file.el (auto-image-file-mode):
5609 * hl-line.el (hl-line-mode):
5610 * delsel.el (delete-selection-mode):
5611 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5612 * complete.el (partial-completion-mode): Drop unneeded positional args.
5613
eaae8106 5614 * info.el (Info-mode):
79372165 5615 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5616
d247e32d
SM
5617 * log-edit.el (log-edit-menu): New menu.
5618
4921558e
MB
56192000-11-03 Miles Bader <miles@gnu.org>
5620
5621 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5622 definition, so that trailing spaces are handled properly.
5623 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5624
1fc02b3c
GM
56252000-11-03 Gerd Moellmann <gerd@gnu.org>
5626
5627 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5628 tab character.
5629 (fancy-splash-screens): Set tab-width to 20.
5630
51d001f7
DL
56312000-11-03 Dave Love <fx@gnu.org>
5632
5633 * comint.el (comint-completion-addsuffix): Fix custom type.
5634
ba22aeff
SM
56352000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5636
5637 * font-lock.el (font-lock-buffers): Remove.
5638 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5639 (font-lock-change-major-mode): Remove.
5640 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5641 (font-lock-default-fontify-region): Extend the multiline
5642 fontification to whole lines.
5643 (font-lock-fontify-anchored-keywords)
5644 (font-lock-fontify-keywords-region): If matching just one
5645 line (with \n) only mark the \n as multiline.
5646
5647 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5648 Correctly handle the case where several :group args are supplied.
5649 Allow :extra-args.
5650 (easy-mmode-define-global-mode): Allow :extra-args.
5651 Correctly handle the case where several :group args are supplied.
5652
9c887ada
MB
56532000-11-02 Miles Bader <miles@gnu.org>
5654
eaae8106 5655 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5656 (holiday-face): Remove dependency on `window-system'.
5657
7f25090d
KR
56582000-11-02 Ken Raeburn <raeburn@gnu.org>
5659
5660 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5661 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5662 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5663
7dd6009c
DL
56642000-11-02 Dave Love <fx@gnu.org>
5665
5666 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5667
94821e4f
EZ
56682000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5669
5670 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5671 punctuation in the warning inserted into the *mail* buffer.
5672
1ac3fc42
GM
56732000-11-02 Gerd Moellmann <gerd@gnu.org>
5674
57731876
GM
5675 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5676 (authors-public-domain-p): New function.
5677 (authors-print): Use it.
5678
975f82c9
GM
5679 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5680
1ac3fc42
GM
5681 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5682
4b3eb10f
GM
56832000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5684
975f82c9 5685 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5686 (ps-print-version): New version number (6.3.1).
5687 (ps-even-or-odd-pages): Customization fix.
5688 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5689 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5690 (ps-page-count): Var replaced by `ps-page-column'.
5691 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5692 (ps-print-sheet-p): New fun.
5693
7da794df
MB
56942000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5695
5696 * tooltip.el (tooltip-gud-tips-setup): New function.
5697 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5698 (tooltip-mode): Call tooltip-gud-tips-setup.
5699 (tooltip-gud-tips): Use `gud-basic-call' instead of
5700 process-send-string, so the prompt gets frobbed appropriately.
5701 Handle nil return value from `tooltip-gud-print-command'.
5702
0e40b809
EL
57032000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5704
5705 * comint.el (comint-add-to-input-history): New function.
5706 (comint-send-input): Use `comint-add-to-input-history'.
5707
50ada0db
MB
57082000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5709
973a3104
MB
5710 * info.el (info-menu-header): New face.
5711 (Info-fontify-menu-headers): New function.
5712 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5713
50ada0db
MB
5714 * info.el (Info-insert-dir): Don't include blank lines at
5715 beginning of additional dir files (one is added automatically).
5716
bff53411
SM
57172000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5718
5719 * emacs-lisp/easy-mmode.el (define-minor-mode):
5720 Revert the latest changes.
5721 Allow the three positional arguments to be skipped and replaced
5722 by keyword arguments.
5723 Add a :toggle argument to determine whether a nil arg means toggle
5724 or means turn-on. The default is unchanged.
5725 Add a call to force-mode-line-update.
5726
6b8a0b2d
DL
57272000-11-01 Dave Love <fx@gnu.org>
5728
83c9cb8e 5729 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5730
5bf99100
MB
57312000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5732
83c9cb8e
SM
5733 * calendar/calendar.el (diary-face, holiday-face):
5734 Add dark-background variants.
5bf99100 5735
a4032611
SS
57362000-10-31 Sam Steingold <sds@gnu.org>
5737
5738 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5739 `tex-main-file' does not have directory in it.
5740
c286608e
SM
57412000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5742
5743 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5744
4836835a
TTN
57452000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5746
5747 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5748 functional change.
5749
26dcb81b
GM
57502000-10-31 Gerd Moellmann <gerd@gnu.org>
5751
5752 * files.el (find-file-noselect): When we expand a wildcard, return
5753 a list of buffers, as we should do according to the doc string.
5754
49fc4500
KR
57552000-10-31 Ken Raeburn <raeburn@gnu.org>
5756
5757 * loadup.el (top level): Adjust load path if program name is
5758 "../src/bootstrap-emacs", in case it's not dumped and thus the
5759 load path adjustment hasn't already been done.
5760
ea0c615d
GM
57612000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5762
83c9cb8e
SM
5763 * ps-print.el: Fix bug on selected pages for printing.
5764 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5765 is on. Try to avoid warning messages when compiling. Doc Fix.
5766 (ps-print-version): New version number (6.3).
5767 (ps-color-device): Use `color-values' to determine if device
5768 supports color.
5769 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5770 (ps-print-page-p): Changed from defsubst to defun.
5771 (ps-page-number): Changed from defmacro to defun.
5772 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5773 printing.
c286608e 5774 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5775 (ps-end-file, ps-dummy-page): Funs eliminated.
5776 (ps-print-color-scale): Changed default value.
5777 (ps-page-n-up, ps-print-page-p): New internal vars.
5778 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5779 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5780
9e20722f
GM
5781 * delim-col.el: Little programming improvement.
5782 (delimit-columns-str): New macro.
5783 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5784
d7a0fd00
KH
57852000-10-31 Kenichi Handa <handa@etl.go.jp>
5786
c286608e
SM
5787 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5788 Moved to european.el.
d7a0fd00
KH
5789 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5790 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5791 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5792 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5793
234be340
DL
57942000-10-30 Dave Love <fx@gnu.org>
5795
5796 * progmodes/cc-menus.el (imenu-generic-expression)
5797 (imenu-progress-message): Only defvar when compiling.
5798
4edc4a39
DL
5799 * emacs-lisp/elp.el (elp-unload-hook): New function.
5800
5801 * loadhist.el (unload-feature): Call elp-restore-function,
5802 checking for symbols; don't use elp-restore-all.
5803 (loadhist-hook-functions): Doc fix.
5804
70c825df
SM
58052000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5806
5807 * log-edit.el (log-edit-confirm): Fix the default.
5808
1d3baf74
GM
58092000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5810
5811 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5812 delimit-columns-format.
5813 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5814
1ec321a7
MB
58152000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5816
5817 * comint.el (comint-replace-by-expanded-history): Don't use
5818 comint-get-old-input (we're not looking at *old* input).
5819 (comint-get-old-input-default): If using fields, signal an error
5820 when the point is not in an input field.
5821
70737ea9
KH
58222000-10-30 Kenichi Handa <handa@etl.go.jp>
5823
5824 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5825 and mule-unicode-e000-ffff.
5826
fa0cb51d 5827 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5828 (make-coding-system): Accept a symbol of translation table as a
5829 value of property `safe-chars'.
5830
5831 * international/mule-cmds.el (encode-coding-char): Check property
5832 safe-chars instead of safe-charsets.
5833
5834 * international/fontset.el (fontset-default): Modified for
5835 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5836 (x-font-name-charset-alist): Likewise.
5837 (ccl-encode-unicode-font): New CCL program. Record it in
5838 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5839
70c825df
SM
5840 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5841 New translation tables.
70737ea9
KH
5842 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5843 programs are modified and moved from mac-win.el.
5844 (mac-roman): Definition of this coding system is modified and
5845 moved from mac-win.el.
4836835a 5846
fda2ce24 58472000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5848
1d3baf74 5849 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5850 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5851
dd4d3cb6
MB
58522000-10-29 Miles Bader <miles@gnu.org>
5853
5854 * custom.el (custom-add-to-group): Allow multiple entries for a
5855 given value OPTION, as long as their widget types are different.
5856 * cus-edit.el (custom-face-value-create): If face name doesn't end
5857 with "face", add such here (similar to custom group widgets).
5858
5859 * comint.el (comint-highlight-prompt): Add :type.
5860
dace60cf
JW
58612000-10-28 John Wiegley <johnw@gnu.org>
5862
dace60cf
JW
5863 * calendar/timeclock.el (timeclock-log): Doc fix.
5864 (timeclock-last-event): Doc fix.
83c9cb8e 5865 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5866 (timeclock-find-discrep): Use a temp buffer to read in the
5867 timelog, instead of visiting the file.
5868 (timeclock-log-data): A new function, along with a host of helper
5869 functions, for the purpose of making timelog data accessible to
5870 programmers.
5871
5872 * eshell/esh-mode.el (window-height test): Make certain that
5873 `eshell-stringify-t' is non-nil.
5874 (eshell-password-prompt-regexp): Changed to a much simpler
5875 password regexp.
5876 (eshell-send-input): If `eshell-invoke-directly' returns t,
5877 directly invoke the parsed command using `eval'. This improves
5878 turn-around time on simple commands by a factor of three or
5879 greater, such as cd, ls, pwd, etc. -- which get used very often.
5880 It also conserves thousands of cons cells per call (since
5881 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5882 in the Pacific Cookie Company).
5883
5884 * eshell/esh-test.el (eshell-test): Whitespace fix.
5885
83c9cb8e
SM
5886 * eshell/em-ls.el (eshell-ls-insert-directory):
5887 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5888
5889 * eshell/em-script.el (eshell-script-initialize): Add names to
5890 `eshell-complex-commands, since `source' and `.' are complex.
5891
0467b076
EZ
5892 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5893 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5894 `eshell-copy-handles'.
5895 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5896 bodies.
5897 (eshell-separate-commands): Whitespace fix.
5898 (eshell-complex-commands): Added a new list of names, for
5899 determining whether a given command is as simple as it looks.
5900 (eshell-invoke-directly): New function. Returns t if a command
5901 should be invoked directly (using `eval'), rather than indirectly
5902 using `eshell-do-eval'.
5903 (eshell-do-eval): Whitespace fix.
5904
5905 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5906 which provides an emulation of the DOS shell behavior of assuming
5907 that cp/mv/ln should copy/move/link to the current directory.
5908 (eshell-remove-entries): Added a doc string.
5909 (eshell-shuffle-files): Removed the check for `target' being null.
5910 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5911 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5912 it to do a smarter check of whether a destination was provided.
5913 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5914 (eshell/ln): Enable `:preserve-args', and use
5915 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5916 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5917 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5918 list after flattening it. This makes it possible to cat files
5919 with numerical names.
5920 (eshell-unix-initialize): Added several names to
5921 `eshell-complex-commands.
5922 (eshell-unix-command-complex-p): Return t if a given command name
5923 may result in external processes being invoked.
5924
5925 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5926 variable nil by default, since it slows down glob processing by a
5927 factor of two or more, and increases memory consumption.
5928
5929 * eshell/em-smart.el: Added a note about how memory consumptive
5930 smart display mode can be (at least this is true in Emacs 21).
5931 (eshell-smart-initialize): Whitespace fix.
5932 (eshell-refresh-windows): Use `if' instead of `when'.
5933 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5934 not necessary.
83c9cb8e 5935 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5936
5937 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5938 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5939 Whitespace fix.
5940 (eshell-ls-exclude-hidden): Added this variable in addition to
5941 `eshell-ls-exclude-regexp'. This one prevents files beginning
5942 with . from even being read, which can improve memory consumption
5943 quite a bit.
5944 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5945 read file entries beginning with a dot. In home directories with
5946 lots of hidden files, fully two-thirds of the time spent in ls is
5947 used to read directory entries that are immediately thrown away.
5948 (eshell-ls-initial-args): Added back this configuration variable,
5949 for specifying default initial arguments to every call to ls.
5950 Much faster than using an alias to do the same thing.
5951 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5952 (eshell-ls-dir): Whitespace change.
5953
5954 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5955
83c9cb8e 5956 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5957 (eshell-stringify-t): Added a customization variable, to indicate
5958 whether `t' should be rendered as a string at all. If not, one
5959 can still determine if the result of an expression is true using
5960 "file-exists-p FILE && echo true".
5961 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5962 stringify t!
5963
5964 * eshell/esh-module.el: Whitespace fix.
5965
83c9cb8e
SM
5966 * eshell/em-alias.el (eshell-alias-initialize):
5967 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5968 (eshell-command-aliased-p): New function that returns t if a
5969 command name names an aliased.
5970
657f9cb8 59712000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5972
0467b076 5973 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5974 redrawing the screen when changing cursor color.
0467b076
EZ
5975 (viper-insert-state-pre-command-sentinel)
5976 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5977 (viper-replace-state-post-command-sentinel):
5978 Use viper-preserve-cursor-color.
657f9cb8
MK
5979 Many functions changed to use viper= instead of = when comparing
5980 characters.
0467b076 5981 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5982 working with characters.
0467b076 5983 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5984 Many functions changed to use viper= instead of = when comparing
5985 characters.
0467b076 5986 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5987
0467b076 5988 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5989 Several typos fixed in various docstrings.
0467b076 5990 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5991 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5992 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5993 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5994 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5995 (ediff-get-selected-buffers): New function.
5996 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5997 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5998 Use save-window-excursion.
0467b076 5999 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6000 termination check in while loop.
0467b076 6001 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6002 dired buffer.
0467b076
EZ
6003 (ediff-files,ediff-merge-files,ediff-files3)
6004 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6005
4f490d99
DL
60062000-10-28 Dave Love <fx@gnu.org>
6007
6008 * info.el (Info-fontify-node): Add help-echo for menu items.
6009
45b84006
EZ
60102000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6011
5ebc02b3
EZ
6012 * startup.el (normal-top-level): If the value of $TERM indicates
6013 we are running from xterm or one of its work-alikes, default to a
6014 light background mode.
6015
45b84006
EZ
6016 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6017 * faces.el (tty-handle-reverse-video): New function.
6018 (tty-create-frame-with-faces): Call it.
6019
6020 * frame.el (frame-notice-user-settings): Don't apply
6021 default-frame-alist and initial-frame-alist to MS-DOS frames.
6022 Call tty-handle-reverse-video, frame-set-background-mode, and
6023 face-set-after-frame-default for non-MS-DOS frames.
6024
6025 * startup.el (tty-long-option-alist): New variable.
6026 (tty-handle-args): New function.
6027 (command-line): Call tty-handle-args.
6028
6029 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6030 startup.el now does that for all character-terminal frames.
6031
eab6e8b9
MB
60322000-10-28 Miles Bader <miles@gnu.org>
6033
83c9cb8e
SM
6034 * emacs-lisp/easy-mmode.el (define-minor-mode):
6035 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6036 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6037 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6038 version using `easy-mmode-define-global-mode'.
6039 Add :conditional-turn-on keyword argument.
eab6e8b9 6040
51a29efc
DL
60412000-10-28 Dave Love <fx@gnu.org>
6042
83c9cb8e
SM
6043 * international/latin1-disp.el (latin1-char-displayable-p):
6044 Don't use window-system.
51a29efc 6045
d71d7114
EZ
60462000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6047
6048 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6049 Don't call find-buffer-file-type-coding-system. Instead, just
6050 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6051 if the file is on an untranslated filesystem.
6052 (add-untranslated-filesystem): Use "D" instead of "f" inside
6053 interactive.
6054
1f9cab4b
DL
60552000-10-27 Dave Love <fx@gnu.org>
6056
70c825df 6057 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6058 (refill-mode): Use it.
6059
70c825df
SM
60602000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6061
6062 * international/quail.el (quail-activate): Don't make-local-hook.
6063
7432cf10
AS
60642000-10-27 Andre Spiegel <spiegel@gnu.org>
6065
4836835a 6066 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6067 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6068 (vc-make-version-backup): Don't do it on MS-DOS without long file
6069 names.
4836835a 6070
7432cf10
AS
6071 * vc.el (vc-version-other-window): If an automatic backup of the
6072 desired version exists, rename it instead of copying it.
6073
4836835a
TTN
6074 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6075 after command. If there's an unexpected error, signal it instead
7432cf10 6076 of being silent.
e1483c38 6077 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6078
05ea7ef2
MB
60792000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6080
fd1035aa
MB
6081 * shell.el (shell): Add BUFFER argument.
6082 * comint.el (make-comint-in-buffer): New function.
6083 (make-comint): Use it.
6084
05ea7ef2
MB
6085 * faces.el (face-spec-choose): Change syntax so that the list of
6086 attribute-value pairs is now the cdr of each clause, not the cadr.
6087 Detect old-style entries, and handle them. Use pop.
6088
835a55fe
SM
60892000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6090
f5ab1cdd
SM
6091 * cus-edit.el (custom-mode-map): Use a sparse map.
6092 (custom-mode): Don't bother with make-local-hook.
6093
6094 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6095
835a55fe
SM
6096 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6097
c13b0ec8
GM
60982000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6099
6100 * ps-print.el: Avoid compilation gripes.
6101 (ps-print-version): New version number (6.2.1).
4836835a 6102
e9f63196
DL
61032000-10-26 Dave Love <fx@gnu.org>
6104
0b95284b
DL
6105 * menu-bar.el: Modify some menu item help strings.
6106 (menu-bar-help-menu): Add link to MORE.STUFF.
6107
e9f63196
DL
6108 * cus-edit.el (custom-mode): Add `special' mode-class property.
6109
6110 * wid-browse.el (widget-browse-mode): Likewise.
6111
6112 * wid-edit.el (widget-specify-field): Revert to using local-map
6113 property, not keymap.
6114
e276a14a
MB
61152000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6116
c1545d88
MB
6117 * wid-edit.el (widget-field-end): When checking for a `boundary'
6118 field, do so in the correct buffer.
6119
3c1b77ca
MB
6120 * simple.el (undo): Correctly distinguish between numeric and
6121 non-numeric prefix args in non-transient-mark-mode, as per the doc
6122 string. When in transient-mark-mode, treat all prefix-args as
6123 numeric.
6124
f5ab1cdd
SM
6125 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6126 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6127
6128 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6129 (comint-mode-map): Reverse order of `comint-write-output' and
6130 `comint-append-output-to-file'.
6131 (comint-append-output-to-file): Reinstate this function, for the
6132 benefit of the menu.
6133
d97151cb
SM
61342000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6135
6136 * vc.el (vc-version-other-window): Bind `file'.
6137
ea7d6f5b
GM
61382000-10-25 Gerd Moellmann <gerd@gnu.org>
6139
f5ab1cdd 6140 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6141
6142 * emacs-lisp/authors.el (batch-update-authors): New function.
6143 (authors-fixed-entries): New defconst.
6144 (authors-add-fixed-entries): New function.
6145 (authors): Call it.: Don't process lispref/.
6146
17c25cea
JR
61472000-10-25 Jason Rumney <jasonr@gnu.org>
6148
6149 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6150 Merge x w32 and mac definitions.
6151
4ecda532
GM
61522000-10-25 Gerd Moellmann <gerd@gnu.org>
6153
6154 * menu-bar.el (menu-bar-options-menu): Add a help string for
6155 `uniquify'.
6156
b6735035
GM
61572000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6158
f5ab1cdd
SM
6159 * time-stamp.el (time-stamp-string-preprocess):
6160 Fix a wrong type argument error.
b6735035 6161
f4cbc7a0
MB
61622000-10-25 Miles Bader <miles@gnu.org>
6163
6164 * recentf.el (recentf-mode): Variable removed.
6165 (recentf-mode): Use `define-minor-mode'.
6166
6167 * mwheel.el (mouse-wheel-mode): New global minor mode.
6168 (mwheel-install): Use `mouse-wheel-mode'.
6169
f4b020f6
DL
61702000-10-25 Dave Love <fx@gnu.org>
6171
f5ab1cdd
SM
6172 * progmodes/cperl-mode.el (cperl-mode):
6173 Set normal-auto-fill-function correctly.
072cb6f9 6174
83c9cb8e
SM
6175 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6176 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6177 bindings.
f4b020f6 6178
ebe2a441
MB
61792000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6180
ff4dcd4b
MB
6181 * wid-edit.el (widget-field-at): New function.
6182 (widget-at, widget-field-activate): Use it.
6183 (widget-tabable-at): Use `widget-at'.
6184 (widget-specify-field): If the terminating character of the widget
6185 field (which is read-only) is a newline, put it into a special
6186 `boundary' field so that C-n/C-p act more naturally.
6187 (widget-field-end): Also don't subtract one if a special
6188 `boundary' field has been added after the widget field.
6189
83c9cb8e
SM
6190 * comint.el (comint-output-filter, comint-send-input):
6191 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6192 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6193
ebe2a441
MB
6194 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6195 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6196 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6197
fe50b6ab
GM
61982000-10-24 Gerd Moellmann <gerd@gnu.org>
6199
53df4dda 6200 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6201 (authors): Set file coding system to iso-2022-7bit.
6202 Add file-local variables to output buffer.
53df4dda 6203
4836835a 6204 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6205 WARN is nil.
6206
53df4dda
GM
62072000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6208
6209 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6210
6211 * delim-col.el: Now there is a column formatting mechanism.
6212 Modified to customization mechanisms convention. Doc fix.
6213 (columns): New group for delim-col.
6214 (delimit-columns-before, delimit-columns-after)
6215 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6216 (delimit-columns-end): New vars.
6217 (delimit-columns-customize, delimit-columns-format): New funs.
6218 (delimit-columns-region, delimit-columns-rectangle)
6219 (delimit-columns-rectangle-line): Modified to support column
6220 formatting.
4836835a 6221
a9839779
DL
62222000-10-24 Dave Love <fx@gnu.org>
6223
6224 * log-edit.el (log-edit): Add :version and a :group for vc.
6225
df0267b8
GM
62262000-10-24 Gerd Moellmann <gerd@gnu.org>
6227
9acc3873
GM
6228 * files.el (after-find-file): Don't print a message ``New file''
6229 if WARN is nil.
6230
83c9cb8e
SM
6231 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6232 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6233 get duplicate tool-bar entries because we'll see the global ones
6234 on more than one path through keymaps.
6235
1946f901
GM
6236 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6237
df0267b8
GM
6238 * progmodes/cmacexp.el: Change Francesco's email address.
6239
ae3b264b
KH
62402000-10-24 Kenichi Handa <handa@etl.go.jp>
6241
6242 * window.el (fit-window-to-buffer): Adjust point of the window
6243 buffer, not that of the current buffer.
6244
23afac01
EZ
62452000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6246
6247 * progmodes/cmacexp.el: Update the euthor's email address.
6248
22d1a4ed
MB
62492000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6250
6251 * faces.el (face-spec-set-match-display): Add `graphic' display
6252 type (the inverse of `tty'). Use `display-graphic-p' instead of
6253 the window-system variable.
6254
f408aa48
KH
62552000-10-24 Kenichi Handa <handa@etl.go.jp>
6256
83c9cb8e
SM
6257 * international/isearch-x.el (isearch-with-input-method):
6258 Call input-method-function with the first event in
f408aa48
KH
6259 unread-command-events.
6260
94fe8a31
MB
62612000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6262
83c9cb8e 6263 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6264
8f47302e
AC
62652000-10-24 Andrew Choi <akochoi@i-cable.com>
6266
6267 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6268 New charsets.
6269
6270 * term/mac-win.el: Remove definitions of mac-roman-lower and
6271 mac-roman-upper, require dired, and define instead of set
6272 mac-ready-for-drag-n-drop to avoid compilation error.
6273
446c097e
AI
62742000-10-23 Andrew Innes <andrewi@gnu.org>
6275
83c9cb8e
SM
6276 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6277 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6278 expand-file-name after convert-standard-filename to ensure
6279 expected directory separators are used.
6280
379b70e7
EZ
62812000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6282
6283 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6284
85c766e9
DL
62852000-10-23 Dave Love <fx@gnu.org>
6286
b7e03a67
DL
6287 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6288 (tool-bar-add-item): Set foreground and background for XBM icons.
6289
83c9cb8e
SM
6290 * international/latin1-disp.el (latin1-char-displayable-p):
6291 New function (from Handa).
b7e03a67
DL
6292 (latin1-display-check-font): Use it.
6293
0dcf8835 6294 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6295 using :key-sequence, making it much more usable.
6296 Use nconc, not append.
0dcf8835
DL
6297 (imenu--create-keymap-1): Avoid append.
6298
85c766e9 6299 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6300
cb3069bb
MB
63012000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6302
6303 [the following changes fix a bug where `define-minor-mode' didn't
6304 correctly generate :require clauses for defcustoms in compiled files]
6305 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6306 (byte-compile-log-file, byte-compile-log-1): Don't set
6307 `byte-compile-current-file' to nil. Instead set
6308 `byte-compile-last-logged-file' to it. Test whether
6309 byte-compile-current-file equals byte-compile-last-logged-file
6310 instead of whether its nil.
3b6542ba 6311 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6312
6db6243b
SM
63132000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6314
6315 * textmodes/refill.el: Fix var names in doc.
6316 (refill-mode): Don't bother with make-local-hook anymore.
6317
98490598
MB
63182000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6319
e01cd227
MB
6320 * faces.el (face-user-default-spec, face-default-spec): New functions.
6321 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6322 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6323 Use `face-user-default-spec'. Simplify code slightly.
6324
4836835a 6325 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6326 (woman-unknown-face): Add dark-background variants.
6327 (woman-default-faces): Renamed from `woman-colour-faces'.
6328 Set using the stored defaults, rather than using hard-wired colors.
6329 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6330 Just make the foreground `unspecified' rather than "black".
6331 (woman-menu): Rename menu entries accordingly.
6332
98490598
MB
6333 * faces.el (header-line): Make more reasonable on mono/grayscale
6334 displays.
6335
1a578e9b
AC
63362000-10-23 Andrew Choi <akochoi@i-cable.com>
6337
6338 * cus-edit.el (custom-button-face): Use 3D look for mac.
6339 (custom-button-pressed-face): Likewise.
6340
6341 * faces.el (set-face-attributes-from-resources): Handle mac frames
6342 in the same way as x and w32 frames.
6343 (face-valid-attribute-values): Likewise.
6344 (read-face-attribute): Likewise.
6345 (defined-colors): Likewise.
6346 (color-defined-p): Likewise.
6347 (color-values): Likewise.
6348 (display-grayscale-p): Likewise.
6349 (face-set-after-frame-default): Likewise.
6350 (mode-line): Same default face as for x and w32.
6351 (tool-bar): Likewise.
6352
6353 * frame.el: Remove call to frame-notice-user-settings at end of
6354 the file.
6355
83c9cb8e 6356 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6357 as for x, pc, and w32 frame types.
6358
6359 * term/mac-win.el: New file.
6360
aaaf7be7
DL
63612000-10-22 Dave Love <fx@gnu.org>
6362
6363 * textmodes/refill.el: New file.
6364
5392d654
AS
63652000-10-22 Andre Spiegel <spiegel@gnu.org>
6366
4836835a 6367 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6368 MANUAL and REGEXP.
4836835a 6369 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6370 New functions.
6371 (vc-before-save): Use the latter.
6372 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6373 confusion.
6374
4836835a 6375 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6376 expected by vc[-hooks].el.
6377
6378 * vc.el (vc-checkout): Added `-p' suffix in call to
6379 vc-make-version-backups-p; use vc-make-version-backup to actually
6380 make the backup.
6381 (vc-version-other-window, vc-version-backup-file): Handle both
6382 automatic and manual backups.
6383 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6384 of all of them.
6385
1e221c16
MB
63862000-10-22 Miles Bader <miles@gnu.org>
6387
7ff4fda5
MB
6388 * comint.el (comint-highlight-input, comint-highlight-prompt):
6389 Renamed, `-face' at end removed.
6390 (comint-send-input, comint-output-filter): Use renamed faces.
6391
3511cde8
MB
6392 * window.el (fit-window-to-buffer): Change defaulting of
6393 MAX-HEIGHT slightly.
6394
1e221c16
MB
6395 * faces.el (color-values, color-defined-p): Use `member', not
6396 `memq', because it works correctly for strings.
6397 (frame-set-background-mode): Actually, "unspecified-fg" and
6398 "unspecified-bg" *are* strings. Use `member', not `memq', and
6399 `equal', not `eq', when a string value is possible.
6400
b6ef4898
EZ
64012000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6402
6403 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6404
34939e2c
SM
64052000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6406
6407 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6408 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6409 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6410 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6411 (sh-font-lock-syntactic-keywords): Use them.
6412 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6413 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6414 (sh-mode): Don't override font-lock-unfontify-region-function.
6415 Use a copy of sh-font-lock-syntactic-keywords.
6416 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6417 Don't call sh-scan-buffer since font-lock does it on the fly.
6418 (sh-get-indent-info): Use `face' rather than `syntax-table'
6419 text-property to detect here-documents.
6420 Replace sh-special-syntax with sh-st-punc.
6421 (sh-prev-line): Use `face' rather than `syntax-table'
6422 text-property to skip over here-documents.
6423 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6424 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6425 (sh-electric-less, sh-set-here-doc-region)
4836835a 6426 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6427 (sh-scan-buffer, sh-rescan-buffer): Remove.
6428
f3d3c491
AI
64292000-10-21 Andrew Innes <andrewi@gnu.org>
6430
6431 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6432 remote (ange-ftp) file names.
6433
b86c791c
MB
64342000-10-21 Miles Bader <miles@gnu.org>
6435
d9c30bdf
MB
6436 * window.el (fit-window-to-buffer): New function.
6437 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6438 (window-text-height): Don't expect minibuffers to have mode-lines.
6439
d9c30bdf 6440 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6441 * international/quail.el (quail-update-guidance):
6442 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6443
617fee5a
MB
6444 * international/quail.el (quail-show-guidance-buf): Make sure
6445 guidance window really has enough room.
6446 (quail-update-guidance): If quail-guidance-win is already shown,
6447 make sure its height is OK.
6448
b86c791c
MB
6449 * window.el (window-text-height, set-window-text-height):
6450 New functions.
6451 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6452 instead of `window-height' & `mode-line-window-height-fudge'.
6453 (mode-line-window-height-fudge): Add FACE parameter.
6454 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6455 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6456
e34850d1
MB
64572000-10-20 Miles Bader <miles@gnu.org>
6458
6459 * window.el (height-affecting-face-attributes): Use `defconst'.
6460
6461 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6462 New function, conditionally aliased to `mode-line-window-height-fudge'.
6463 (ispell-help): Use it.
6464 (ispell-choices-win-default-height): Don't include mode-line fudge.
6465 (ispell-choices-win-default-height): New function.
6466 (ispell-show-choices, ispell-command-loop): Use function
6467 `ispell-choices-win-default-height' instead of variable.
6468
a8b883c2
MB
64692000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6470
8c6e4a58
MB
6471 * window.el (mode-line-window-height-fudge): New variable.
6472 (height-affecting-face-attributes): New variable.
6473 (mode-line-window-height-fudge): New function.
6474 (shrink-window-if-larger-than-buffer): Use it.
6475 * help.el (resize-temp-buffer-window): Likewise.
6476
a8b883c2
MB
6477 * info.el (Info-fontify-node): Add support for @subsubsection
6478 titles, which use `Info-title-4-face'.
6479 (Info-title-4-face): New face.
6480 (Info-title-3-face): Inherit from Info-title-4-face instead of
6481 variable-pitch.
6482
e64c3a75
JR
64832000-10-19 Jason Rumney <jasonr@gnu.org>
6484
6485 * dired.el (dired-insert-directory): Do not let errors signalled by
6486 attempt to run dired-free-space-program prevent dired from working.
6487
c70fe852
SM
64882000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6489
6490 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6491
877cf6b4
GM
64922000-10-19 Gerd Moellmann <gerd@gnu.org>
6493
5de037e0
GM
6494 * dirtrack.el (dirtrack): Fix call to run-hooks.
6495
6deb9af9
GM
6496 * cmuscheme.el (cmuscheme-program-name): Renamed from
6497 scheme-program-name because xscheme.el contains a defcustom with
6498 the same name. As a consequence, customizing group `cmuscheme'
6499 loaded `xscheme' which redefined run-scheme.
6500 (run-scheme): Use cmuscheme-program-name.
6501
83c9cb8e 6502 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6503
e597d8fb 6504 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6505 anonymous address, and add a website for Befrienders International.
4836835a 6506
3e9cb08f
GM
65072000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6508
c70fe852
SM
6509 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6510 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6511 (ps-print-version): New version number (6.2).
6512 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6513 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6514 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6515 (ps-x-extent-priority, ps-x-extent-start-position)
6516 (ps-x-face-font-instance, ps-x-find-coding-system)
6517 (ps-x-font-instance-properties, ps-x-make-color-instance)
6518 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6519 avoid compilation gripes without defining functions.
6520 (ps-e-find-composition): Alias for function find-composition, to have a
6521 suitable function depending on Emacs version.
6522 (ps-color-device, ps-color-values, ps-face-foreground-name)
6523 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6524 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6525 (ps-print-ensure-fontified): Function definitions surrounded by
6526 `eval-and-compile' to avoid compilation gripes.
6527 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6528 by symbol-value to avoid compilation gripes.
6529 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6530 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6531
d8abcd91
MB
65322000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6533
13ab33c4
MB
6534 * startup.el (normal-top-level): Call `frame-set-background-mode'
6535 after `frame-notice-user-settings' because the latter doesn't call
6536 the former on a tty.
6537
d8abcd91
MB
6538 * faces.el (frame-set-background-mode): `unspecified' &c are
6539 symbols, not strings.
6540
e8bce0a9
EZ
65412000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6542
c70fe852
SM
6543 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6544 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6545
c70fe852
SM
6546 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6547 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6548
773272d8
KH
65492000-10-19 Kenichi Handa <handa@etl.go.jp>
6550
c70fe852 6551 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6552 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6553 for ISO10646-1 fonts.
6554 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6555
772139c0
EZ
65562000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6557
6558 * faces.el (frame-set-background-mode): If a tty frame defines a
6559 background color, use that to compute the background mode, instead
6560 of always defaulting to "dark".
6561
d134a19f
MB
65622000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6563
8bb84cb2
MB
6564 * comint.el (comint-write-output): New function.
6565 (comint-mode-map): Add it to the menu.
e40a778f 6566 Bind `C-c C-s' to comint-write-output.
d134a19f 6567
dada41e1
GM
65682000-10-18 Gerd Moellmann <gerd@gnu.org>
6569
6570 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6571 Use fancy-splash-delay.
6572
9b5360aa
GM
65732000-10-18 Alex Schroeder <alex@gnu.org>
6574
6575 * progmodes/sql.el (sql-sybase-options): New option.
6576 (sql-sybase): Use it. Add sql-database to the list of parameters
6577 provided for login. The options -w 2048 -n are not used any more.
6578
9035a35a
GM
6579 * comint.el (comint-read-input-ring): Bugfix such that the first
6580 and the last entry of the input ring file are not lost.
6581
3556c6dd
GM
65822000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6583
6584 * ps-print.el: Internal variable changes to defcustom,
6585 make-local-hook changes to defvar. Doc fix.
6586 (ps-print-version): New version number (6.1).
6587 (ps-setup, ps-do-despool): Code fix.
6588 (ps-printer-name): Customization fix.
6589 (ps-printer-name-option): Now is a defcustom instead of an
6590 internal variable.
6591 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6592 (ps-print-begin-column-hook): Now are defvar instead of
6593 make-local-hook.
4836835a 6594
4e217e50
MB
65952000-10-18 Miles Bader <miles@gnu.org>
6596
6597 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6598 (comint-kill-output): Changed into an alias for `comint-delete-output',
6599 and made obsolete.
6600 (comint-mode-map): Rename references to comint-kill-output.
6601
34460354
EZ
66022000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6603
6604 * diff-mode.el (diff-header-face, diff-file-header-face)
6605 (diff-changed-face): Add bold and italic attributes to tty faces.
6606 (diff-function-face): New face.
6607 (diff-font-lock-keywords): Use it.
6608
17ea3cdb
MB
66092000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6610
6611 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6612 Remove commented-out call to force-mode-line-update.
6613 (comint-kill-output): Use `forward-line 0' instead of
6614 beginning-of-line to make sure we get past the prompt.
6615
9244f2c7
SM
66162000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6617
6618 * diff-mode.el (diff-header-face, diff-file-header-face):
6619 Add specific setting for dark background.
6620 (diff-context-face): Renamed from diff-comment-face.
6621 Set explicitly rather than inheriting from font-lock-comment-face.
6622
1592c1ef
EZ
66232000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6624
6625 * startup.el (command-line): Move the code which sets the default
6626 TTY colors to before before-init-hook.
6627
f86292a9
GM
66282000-10-17 Gerd Moellmann <gerd@gnu.org>
6629
6630 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6631
f7f2e883
EZ
66322000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6633
e854cc22
EZ
6634 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6635 extensions, for MS-DOS.
6636
f7f2e883
EZ
6637 * diff-mode.el (diff-header-face, diff-file-header-face)
6638 (diff-changed-face): Define tty-specific colors.
6639
c7b4f0f9
GM
66402000-10-17 Gerd Moellmann <gerd@gnu.org>
6641
6642 * startup.el (fancy-splash-text): Realign the text.
6643
12a72271
EZ
66442000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6645
6646 * font-lock.el (font-lock-comment-face): Define a separate default
6647 for dark-background tty's.
6648
61dfccfd
MB
66492000-10-17 Miles Bader <miles@gnu.org>
6650
6651 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6652 being obscured by whizzy mode-lines on graphics displays.
6653
333cd59e
EZ
66542000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6655
6656 * info.el (Info-title-1-face, Info-title-2-face)
6657 (Info-title-3-face): Define colors for tty's.
dada41e1 6658 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6659
dbf1fcc1
EZ
66602000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6661
6662 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6663 reverse from the frame parameters, and don't invert foreground and
6664 background colors.
6665
ac629823
MB
66662000-10-16 Miles Bader <miles@gnu.org>
6667
6668 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6669 string "*Info*". Call propertized-buffer-identification to spruce
6670 up the result.
6671
76eebffc
GM
66722000-10-16 Gerd Moellmann <gerd@gnu.org>
6673
3a6b59d9
GM
6674 * help.el: Provide `help' for the sake of define-minor-mode
6675 which generates defcustoms with requires.
6676
6569c3d3
GM
6677 * jit-lock.el (jit-lock-after-change): If we're in text that
6678 matches a multi-line font-lock pattern, make sure the whole text
6679 will be redisplayed.
6680
c2e0a611
GM
6681 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6682 author's name is unknown.
6683
76eebffc
GM
6684 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6685 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6686 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6687 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6688 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6689 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6690 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6691 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6692 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6693 Add author information.
6694
cf1e7b12
MB
66952000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6696
6697 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6698 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6699 full-color version (using the Gimp) to eliminate dithering artifacts.
6700
5586f3eb
SM
67012000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6702
6703 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6704
6705 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6706
ad64a888
DL
67072000-10-15 Dave Love <fx@gnu.org>
6708
83c9cb8e 6709 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6710
6711 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6712
6713 * whitespace.el: Doc fixes.
6714 (top-level): Don't add hooks here.
6715 (whitespace-running-emacs): Deleted.
6716 (timer): Don't require.
6717 (whitespace): Add back :version conditional on xemacs test.
6718 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6719 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6720 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6721 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6722 Avoid specific xemacs test.
6723 (whitespace-global-mode): New option.
6724 (whitespace-global-mode): New command.
6725 (whitespace-unload-hook): New function.
6726
6727 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6728 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6729 (Info-fontify-node): `Goto' goes to `Go to'.
6730 (Info-fontify-node): Add help-echo to xref links.
6731
1ef49fc6
EZ
67322000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6733
6734 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6735
8b7707e1
SM
67362000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6737
b3b7f42f
SM
6738 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6739 Use plist-get and allow :inherit.
6740
6741 * emacs-lisp/cl-macs.el (cl-do-arglist):
6742 Use plist-get and plist-member instead of memq.
6743
3c7fafc7
SM
6744 * emacs-lisp/ewoc.el (ewoc-location): New function.
6745 (ewoc-enter-after, ewoc-enter-before): Document return value.
6746 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6747 Don't need make-local-hook any more.
6748 (cvs-addto-collection): Return the new tin.
6749 (cvs-mode-insert): Jump to the new line.
6750
8b7707e1
SM
6751 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6752
6753 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6754
6755 * font-lock.el (font-lock-syntactically-fontified): New var.
6756 (font-lock-fontify-syntactic-keywords-region): Use it.
6757 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6758
6759 * diff-mode.el (diff-find-file-name): Fix regexp.
6760
6761 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6762 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6763
6764 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6765 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6766 (sh-mode): Don't make all vars local here.
6767 (sh-kw): Reformat.
6768 (sh-set-shell): Use dolist. Don't set indent-region-function.
6769 (sh-mode-syntax-table): Use pop.
6770 (sh-remember-variable): Use push.
6771 (sh-help-string-for-variable): Use memq.
6772 (sh-safe-backward-sexp): Remove.
6773 (sh-safe-forward-sexp): Add ARG.
6774 (sh-get-indent-info, sh-prev-stmt): Use it.
6775 (sh-prev-line): Simplify by using forward-comment.
6776 (sh-this-is-a-continuation): Simplify.
6777 (sh-learn-buffer-indent): Use dolist.
6778 (sh-do-nothing): Remove.
6779 (sh-set-char-syntax, sh-set-here-doc-region):
6780 Use inhibit-modification-hooks.
6781 (sh-name-style): Use mapcar and push.
6782 (sh-load-style): Use dolist.
6783 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6784 (sh-case, sh-while-getopts): Use propertize directly rather
6785 than sh-electric-rparen.
6786
67872000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6788
6789 * textmodes/tex-mode.el: Require CL when compiling.
6790 (tex-mode-syntax-table): Init immediately.
6791 (tex-mode-map): Bind M-RET to latex-insert-item.
6792 (latex-mode): Set indent-line-function to latex-indent.
6793 (tex-common-initialization): Don't setup the syntax-table any more.
6794 (latex-insert-item): New skeleton.
6795 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6796 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6797 (latex-indent, latex-find-indent): New functions.
4836835a 6798 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6799 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6800 (tex-compilation-parse-errors): Use with-syntax-table.
6801
86b7fcbb
MB
68022000-10-15 Miles Bader <miles@gnu.org>
6803
6804 * font-lock.el (font-lock-comment-face): Change dark-background,
6805 color, non-tty, default to `chocolate1'.
6806
57a24508
JW
68072000-10-13 John Wiegley <johnw@gnu.org>
6808
6809 * eshell/esh-util.el (require): Added a missing `require' form,
6810 needed when compiling (for an ange-ftp macro definition).
6811
40ad3db4
DL
68122000-10-13 Dave Love <fx@gnu.org>
6813
6814 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6815
db460189
GM
68162000-10-13 Gerd Moellmann <gerd@gnu.org>
6817
83c9cb8e 6818 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6819
4836835a 6820 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6821 transparent -colors 8).
6822
3b5e21df
GM
68232000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6824
6825 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6826 that breaks with old list format timestamps.
6827 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6828 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6829
16908a3f
JW
68302000-10-13 John Wiegley <johnw@gnu.org>
6831
d7103dda
JW
6832 * align.el, pcomplete.el, calendar/timeclock.el,
6833 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6834
dace60cf 6835 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6836 faulty math, where holiday hours were being computing as seconds.
6837
b6b70cda
JW
68382000-10-13 John Wiegley <johnw@gnu.org>
6839
6840 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6841 specifying what "other" kinds of buffers should be saved.
6842 This used to be hard-coded.
b6b70cda
JW
6843 (desktop-buffer-misc-functions): A global for specifying how
6844 auxiliary data should be determined for special buffer types.
6845 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6846 instead of hard-coding the special buffer types.
6847 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6848 auxiliary data, instead of hard-coding for Info buffers and dired.
6849 (desktop-buffer-info-misc-data): Aux function for determining Info
6850 buffer auxiliary info.
6851 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6852 (desktop-buffer-info): Changed this function to use the info
6853 gathered above.
6854 (desktop-create-buffer): Be a little more careful about what
6855 `minor-mode' means before calling it. This is important for some
6856 buffer types.
6857
8c6b1d83
JW
68582000-10-13 John Wiegley <johnw@gnu.org>
6859
6860 * eshell/esh-util.el: Added a global form which declares an
6861 autoload for `parse-time-string', if that function is not already
6862 defined, and if parse-time.el is available on the user's system.
6863
6864 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6865 to be aware of ange-ftp user info.
83c9cb8e 6866 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6867 (eshell-ls-annotate): Use `eshell-file-attributes'.
6868 (eshell-ls-file): Made the user-id printing code a bit smarter.
6869
6870 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6871 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6872 It's manual, but there's no other way to know when the current user
6873 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6874 (fboundp): Bind `ange-cache'.
6875 (eshell-directory-files-and-attributes): Re-organized the logic a
6876 bit to use `eshell-file-attributes' instead of `file-attributes'.
6877 The former is more sensitive to directories that are read via FTP,
6878 and knows how to use ange-ftp to determine full attribute
6879 information, instead of just the name and last modtime.
6880 (eshell-current-ange-uids): Return the current user id when in a
6881 remote directory.
6882 (eshell-parse-ange-ls): Parse a full directory listing that has
6883 been returned by ange-ftp.
6884 (eshell-file-attributes): This beefed up version of
6885 `file-attributes' is only special if the user is currently in a
6886 remote directory, in which case it does a lot of work to find out
6887 what the real attributes of a file are, as they appear on the
6888 remote machine. This makes usage of remote directories (i.e.,
6889 ange-ftp pathnames) much more useful. You can now use Eshell as a
6890 full-fledged FTP client, with much more manipulation ability than
6891 most other clients.
6892
6893 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6894 variable, which means that Eshell's du should always be preferred
6895 in remote directories.
6896 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6897 just `file-attributes'.
6898 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6899 when reading remote directories. This is an Eshell-specific
6900 variable (not part of ange-ftp).
6901 (eshell/ln): Bind `ange-cache'.
6902 (eshell/du): Added some extra logic for determining when to use
6903 Eshell's du (which is slow), and when to use the external version
6904 (which may or may not exist).
6905
83c9cb8e
SM
6906 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6907 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6908 `get-buffer-process', since backgrounded processes don't count in
6909 the context of this function's logic.
6910
6911 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6912 `forward-char', so that null strings are parsed correctly.
6913
87730e84 69142000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6915
83c9cb8e
SM
6916 * eshell/em-pred.el (eshell-pred-file-type)
6917 (eshell-pred-file-links, eshell-pred-file-size):
6918 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6919
6920 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6921 that remote file globbing is more efficient.
6922
6923 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6924 gathering the files and attributes within a directory.
6925
6926 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6927 the command line is a special file (not a regular file, directory
6928 or symlink), always attempt to call the external version of cat.
6929
87730e84 69302000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6931
6932 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6933 Eshell-friendly version of find-tag.
6934
1c7e37a9
MB
69352000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6936
4836835a 6937 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6938 (image-file-name-regexps): Add autoload cookies.
6939
11a7f341
KH
69402000-10-13 Kenichi Handa <handa@etl.go.jp>
6941
6942 * international/mule-cmds.el (select-safe-coding-system): If FROM
6943 is string, show it in *Warning* buffer.
6944
8ddddcb0
EZ
69452000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6946
6947 * startup.el (normal-top-level): Use display-popup-menus-p instead
6948 of window-system.
6949 (command-line): Use display-graphic-p instead of window-system.
6950 (command-line-1): Use display-popup-menus-p and display-mouse-p
6951 instead of window-system.
6952
72200f89
SS
69532000-10-12 Sam Steingold <sds@gnu.org>
6954
6955 * tooltip.el (tooltip-use-echo-area): New user variable.
6956 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6957
8661c643
DL
69582000-10-12 Dave Love <fx@gnu.org>
6959
d0b40dc1
DL
6960 * recentf.el: Maintainer's checkdoc fixes.
6961
83c9cb8e
SM
6962 * startup.el (normal-top-level-add-subdirs-to-load-path):
6963 Use character class, not ASCII when matching file names.
a622451f
DL
6964 (fancy-splash-head): Add trailing slash to URL.
6965 (command-line): Don't require XPM support for toolbar.
6966
8661c643
DL
6967 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6968 (cperl-invalid-face): Revert last change.
6969 (cperl-init-faces): Quote cperl-invalid-face.
6970
ef2ed8ab
KH
69712000-10-12 Kenichi Handa <handa@etl.go.jp>
6972
6973 * startup.el (fancy-splash-text): Remove superfluous quote.
6974
b0da379e
GM
69752000-10-12 Gerd Moellmann <gerd@gnu.org>
6976
dbeb499b
GM
6977 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6978 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6979 (command-line-1): Don't use fancy-splash-pending-command.
6980 (fancy-splash-screens-1): Goto point-min after inserting text.
6981
d861718a
GM
6982 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6983
b0da379e
GM
6984 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6985 instead of shared-lisp-mode-map.
6986
4fb2ad98
MB
69872000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6988
1cb4393e
MB
6989 * faces.el (header-line): Change tty-variant to use underlining.
6990
4fb2ad98
MB
6991 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6992 (isearch-highlight): Restore lazy-isearch face properties at old
6993 position, and suppress them at new position.
6994 (isearch-dehighlight): Restore lazy-isearch face properties.
6995 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6996 over the real isearch overlay, but in that case, don't give it a
6997 face property. Use `push'.
6998
eb991b25
KH
69992000-10-12 Kenichi Handa <handa@etl.go.jp>
7000
7001 * man.el (Man-getpage-in-background): Fix previous change.
7002 Decode the process output only when we are in multibyte mode.
7003
a818c1c0
DL
70042000-10-11 Dave Love <fx@gnu.org>
7005
c990f53a
DL
7006 * info.el (Info-mode-menu): Fix some help.
7007 (info-tool-bar-map): Add entry for Info-last.
7008
a818c1c0
DL
7009 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7010 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7011 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7012 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7013 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7014 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7015 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7016 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7017 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7018 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7019 Reduce colour requirements to 25 overall. (Probably wants
7020 revisiting from the originals to reduce further.)
7021
c1b096cb
EZ
70222000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7023
7024 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7025 buffer-file-coding-system, instead of raw-text.
7026 (dehexlify-buffer): Bind coding-system-for-read to
7027 buffer-file-coding-system, instead of raw-text.
7028
5c8b7eaf
SS
70292000-10-11 Sam Steingold <sds@gnu.org>
7030
83c9cb8e 7031 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7032 `underline' - fixes the bug introduced on 2000-09-21.
7033
2cfbdb7a
DL
70342000-10-11 Dave Love <fx@gnu.org>
7035
83c9cb8e
SM
7036 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7037 Avoid compiler warnings.
2cfbdb7a
DL
7038 (scheme-mode): Doc fix.
7039 (scheme-font-lock-keywords-1): Match `define-syntax'.
7040
70412000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7042
7043 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7044 face specs as well as default ones. Only do anything if the
7045 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7046 (region): Make dark-background `region' face less in-your-face.
4b33f290 7047
690ec649
SS
70482000-10-10 Sam Steingold <sds@gnu.org>
7049
7050 * chistory.el, ielm.el, ledit.el:
7051 * progmodes/inf-lisp.el, progmodes/scheme.el:
7052 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7053
3b95d6bb
SM
70542000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7055
7056 * textmodes/texinfo.el: Update copyright and fix typo.
7057
7058 * desktop.el (desktop-modes-not-to-save): New var.
7059 (desktop-save-buffer-p): Use it.
a30eb617
DL
7060 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7061 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7062
70632000-10-10 Dave Love <fx@gnu.org>
7064
7065 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7066 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7067
7068 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7069 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7070 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7071 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7072 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7073 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7074 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7075 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7076 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7077 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7078 the .xpms; probably need retouching.
7079
70802000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7081
7082 * subr.el (add-to-list): Add optional argument APPEND.
7083 * battery.el (display-battery): Use `add-to-list'.
7084
70852000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7086
83c9cb8e
SM
7087 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7088 properties.
a30eb617
DL
7089 (zone, zone-when-idle, zone-leave-me-alone)
7090 (zone-pgm-whack-chars): Use new symbol properties.
7091
7092 * battery.el (display-battery): Doc spelling fix.
7093
7094 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7095 property.
7096
70972000-10-09 Dave Love <fx@gnu.org>
7098
7099 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7100 has been initialized before calling tool-bar-setup.
7101 (tool-bar-add-item-from-menu): Add autoload cookie.
7102
71032000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7104
7105 * menu-bar.el (send-mail-item-name): New function.
7106 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7107 of mail-user-agent in the menu. Don't display the "Send Mail"
7108 item if mail-user-agent is nil or its value is ignore.
7109 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7110 if read-mail-command is nil or its value is ignore.
7111
7112 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7113
71142000-10-09 Miles Bader <miles@gnu.org>
7115
7116 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7117 Correct image size.
7118 * toolbar/left_arrow.xpm: Correct image size.
7119
7120 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7121 will be done by the definition of `auto-compression-mode' if
7122 necessary. Move code to uninstall existing file-name handler
7123 before definition of `auto-compression-mode'.
7124
7125 * image-file.el (auto-image-file-mode): Move to the end of the
7126 file, because `define-minor-mode' actually calls the mode-function
7127 if the associated variable is non-nil, which requires that all
7128 needed functions be already defined.
7129
7130 * mouse.el (popup-menu): Balance parens.
7131
71322000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7133
7134 * mouse.el (popup-menu): Move the command call outside the loop
7135 so that popup-menu returns whatever the command returns.
7136
7137 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7138 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7139 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7140 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7141
7142 * vc.el (vc-version-diff): diff-switches can be a list.
7143 Use relative filenames for prettier output.
7144
7145 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7146 (vc-post-command-functions): Remove old-VC compatibility code.
7147
7148 * newcomment.el (comment-indent-default): Autoload.
7149
7150 * font-lock.el (font-lock-defaults): Make buffer-local.
7151 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7152 (font-lock-choose-keywords):
7153 Ignore LEVEL unless KEYWORDS is a list of syms.
7154 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7155 Don't wrap regexp-opt things in \(...\) unnecessarily.
7156
7157 * jit-lock.el: Don't require font-lock any more.
7158 (jit-lock-functions): Make buffer-local.
7159 (jit-lock-saved-fontify-buffer-function): Remove.
7160 (jit-lock-mode): Remove autoload cookie.
7161 Remove font-lock specific code.
7162 (jit-lock-unregister): Don't bother handling complex hooks any more.
7163 (jit-lock-refontify): New function.
7164 (jit-lock-fontify-buffer): Use it.
7165 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7166 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7167 Add optional args START and END.
7168 Never call font-lock-fontify-region directly.
7169 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7170
7171 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7172
71732000-10-08 Dave Love <fx@gnu.org>
7174
7175 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7176
7177 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7178
7179 * play/studly.el (studlify-region, studlify-word): Add autoload
7180 cookie.
7181
7182 * play/morse.el (morse-region, unmorse-region): Add autoload
7183 cookie.
7184
7185 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7186 concat.
7187
7188 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7189 insist on symbols starting with word syntax.
7190 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7191 (eval-defun-1): Doc fix.
7192 (indent-sexp): Use nconc to build up indent-stack.
7193
7194 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7195 Gnus with little use.
7196 (mail-setup-hook): Add mail-abbrevs-setup to options.
7197
7198 * recentf.el: Doc fixes.
7199
7200 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7201 Clean up remainder.
7202
7203 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7204 without timezone and (8) with timezone to enforce some whitespace.
7205 Simplify code somewhat.
7206
7207 * options.el (list-options): Doc that you should use customize.
7208
7209 * iswitchb.el (iswitchb-mode): Add :require.
7210
7211 * info.el (Info-goto-node, Info-menu): Doc fix.
7212 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7213 (info-tool-bar-map): New variable.
7214 (Info-mode): Use it.
7215 (Info-edit-map): Define all in defvar.
7216 (speedbar-attached-frame): Avoid compiler warning.
7217
7218 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7219 (global-map): Bind [tool-bar] to a filtered map.
7220 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7221 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7222 Allow PBM icons.
7223 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7224
7225 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7226 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7227 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7228 icons, except up_arrow, which is left-arrow rotated.
7229
7230 * imenu.el (imenu-add-to-menubar): Fix last change.
7231
72322000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7233
7234 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7235 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7236
72372000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7238
7239 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7240 typos in doc strings.
7241
7242 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7243 the doc strings how to customize Font Lock faces.
7244
7245 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7246 computing growth when dragging the header line.
7247
72482000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * simple.el (kill-line): Doc fix.
7251
72522000-10-08 Miles Bader <miles@gnu.org>
7253
7254 * faces.el (secondary-selection): Make foreground visible on tty.
7255
7256 * jka-compr.el (auto-compression-mode): Move to the end of the
7257 file, because `define-minor-mode' actually calls the mode-function
7258 if the associated variable is non-nil, which requires that all
7259 needed functions be already defined.
7260 (with-auto-compression-mode): Add autoload cookie.
7261
72622000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7263
7264 * files.el (find-backup-file-name) [ms-dos]: If support for long
7265 file names is not available, behave as if version-control were set
7266 to never.
7267
72682000-10-07 Dave Love <fx@gnu.org>
7269
7270 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7271 (browse-url-gnome-moz): New function.
7272 (browse-url-browser-function): Use it.
7273 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7274
72752000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7276
7277 * indent.el (tab-always-indent): New var.
7278 (indent-for-tab-command): Use it.
7279
7280 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7281 raise an error. This way it can still default to a sane value.
7282
72832000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7284
7285 * startup.el (fancy-splash-screens): Use local rather than global map.
7286 Don't use `update-menu-bindings' any more.
7287 Get rid of assumptions about keymap representation.
7288
72892000-10-06 Dave Love <fx@gnu.org>
7290
7291 * textmodes/fill.el (sentence-end-double-space)
7292 (sentence-end-without-period): Doc fix.
7293 (adaptive-fill-regexp): Purecopy.
7294 (unjustify-current-line): Use line-end-position.
7295 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7296
7297 * net/eudc-vars.el (eudc): Add :version, :link.
7298
7299 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7300
7301 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7302 Fix for define-minor-mode.
7303 (function-at-point): Alias to function-called-at-point.
7304
7305 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7306
7307 * simple.el (backward-word): Doc fix.
7308
7309 * image-file.el (image-file-name-regexp): image-file-regexps ->
7310 image-file-name-regexps.
7311 (image-file-name-extensions): Add pbm.
7312
73132000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7314
7315 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7316 and add filename to the names so that diff-mode can jump to source.
7317
7318 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7319 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7320 (tex-font-lock-keywords-1): Remove.
7321 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7322 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7323 (font-lock-default-fontify-region):
7324 Expand beg..end correctly when just following a multiline region.
7325 (font-lock-fontify-anchored-keywords):
7326 Include the anchor text as part of the multiline.
7327
73282000-10-06 Gerd Moellmann <gerd@gnu.org>
7329
7330 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7331 latter needs the autoloaded define-minor-mode macro during the
7332 bootstrap.
7333
7334 * startup.el (command-line): For now, activate tool-bar-mode only
7335 if XPM images are supported.
7336
7337 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7338 window by dragging a header-line at the top of the frame; that's
7339 confusing because the header-line doesn't move.
7340 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7341 of treating the event as a list. Some cleanup.
7342
73432000-10-06 Miles Bader <miles@gnu.org>
7344
7345 * simple.el (display-message-or-buffer): New function.
7346 (shell-command-on-region): Use `display-message-or-buffer'.
7347
7348 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7349 docstring parts.
7350
7351 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7352 (smbclient-prompt-regexp): Add usage note to doc string.
7353 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7354 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7355 Use add-hook for adding the comint filter function, and only do so
7356 if it's not already in the global hook list.
7357 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7358 to `make-local-variable'.
7359 (nslookup-font-lock-keywords): Remove prompt entry.
7360 (nslookup): Don't set the process-filter.
7361 (finger): Exit the loop correctly when the regexps list runs out.
7362 (ftp, smbclient, smbclient-list-shares):
7363 Set the real major mode immediately, not after execing.
7364 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7365
7366 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7367
73682000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7369
7370 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7371
7372 * which-func.el (which-func-format): Remove spurious space.
7373 (which-func-mode): Don't make it permanent-local.
7374 (which-func-ff-hook): Allow which-func-maxout to be nil.
7375 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7376 (which-func-mode): Simplify.
7377 Use post-command-idle-hook rather than post-command-hook.
7378 Go through all buffers and update their state.
7379 (which-function): Also try add-log-current-defun-function.
7380
7381 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7382 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7383 Update call to with-vc-properties accordingly.
7384 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7385 (vc-revert-buffer): More careful about window selection and deletion.
7386 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7387
7388 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7389 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7390 (cvs-dired-action): Change the default to quickdir.
7391
7392 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7393 if comment-indent-function returns nil.
7394 (comment-indent-default): New function.
7395 (comment-indent-function): Use it and document the new semantics.
7396
7397 * image-file.el: Docstring fixes.
7398
7399 * help.el (help-xref-on-pp): Use match-string.
7400 (describe-variable): New arg BUFFER.
7401 Store the current buffer in the help-xref-stack.
7402 (temp-buffer-resize-mode): Use define-minor-mode.
7403
7404 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7405 consistently with its docstring.
7406 Set jit-lock-first-unfontify-pos in an idempotent way.
7407 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7408
74092000-10-05 Alex Schroeder <alex@gnu.org>
7410
7411 * sql.el (sql-mysql-options): New variable.
7412 (sql-mysql): Use it.
7413
74142000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7415
7416 * image.el (image): New group.
7417
7418 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7419 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7420
74212000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7422
7423 * net/net-utils.el (nslookup-font-lock-keywords)
7424 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7425 Ignore the value of wqindow-system; always define keywords
7426
74272000-10-05 Kenichi Handa <handa@etl.go.jp>
7428
7429 * startup.el (fancy-splash-screens): Remove the code for
7430 debugging; `(trace-to-stderr "EXITTT\n")'.
7431
74322000-10-05 Miles Bader <miles@gnu.org>
7433
7434 * diff-mode.el (diff-goto-source): Update call to
7435 `diff-hunk-status-msg' to reflect new REV variable.
7436
74372000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7438
7439 * progmodes/icon.el (icon-mode):
7440 Don't gratuitously override the default for comment-column.
7441
7442 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7443
7444 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7445 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7446 (jit-lock-functions): New var.
7447 (jit-lock-function-1): Use it if non-nil.
7448 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7449 Set the `fontified' property before doing the fontification to avoid
7450 repeatedly going through the same error.
7451 Don't turn errors into messages.
7452 (jit-lock-register, jit-lock-unregister): New functions.
7453
7454 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7455 Use with-current-buffer.
7456
7457 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7458 Turn comment into docstring.
7459
7460 * apropos.el (apropos-mode): Use define-derived-mode.
7461
74622000-10-04 Gerd Moellmann <gerd@gnu.org>
7463
7464 * startup.el (fancy-splash-pending-command): New variable.
7465 (fancy-splash-pre-command): New function.
7466 (fancy-splash-screens): Rewritten.
7467 (command-line-1): If fancy-splash-pending-command is set, call it
7468 interactively.
7469
74702000-10-04 Dave Love <fx@gnu.org>
7471
7472 * toolbar/tool-bar.el (tool-bar-setup): New function.
7473 (tool-bar-mode): Use it.
7474
7475 * subr.el (substitute-key-definition): Doc fix.
7476 (play-sound-file): New command.
7477
74782000-10-04 Andre Spiegel <spiegel@gnu.org>
7479
7480 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7481 vc-version-backup-file-name): New functions.
7482
7483 * files.el (basic-save-buffer): Call vc-before-save before saving.
7484
7485 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7486 vc-cvs-stay-local-p.
7487
7488 * vc.el (vc-revert-buffer): Handle empty diff properly.
7489 (vc-version-backup-file): New function.
7490 (vc-checkout): Create a version backup if necessary.
7491 (vc-checkin): If a version backup file exists, delete it.
7492 (vc-version-diff): Diff locally using version backups, if available.
7493 (vc-revert-file): If there's a version backup, revert locally.
7494 (vc-transfer-file): Use version backup for base version, if
7495 available. If not, ask for confirmation whether to get it from the
7496 server. Update mode line before check-in.
7497
74982000-10-04 Dave Love <fx@gnu.org>
7499
7500 * toolbar/tool-bar.el (tool-bar-setup): New function.
7501 (tool-bar-mode): Use it.
7502
75032000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7504
7505 * net/net-utils.el (nslookup-font-lock-keywords)
7506 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7507 Only set if window-system is non-nil
7508 (net-utils-run-program): Returns buffer.
7509 (network-connection-reconnect): Added this function.
7510
7511 * generic.el:
7512 Incorporates extensive cleanup and docfixes by
7513 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7514 Uses cl compile-time macros.
7515 (generic-mode-name, generic-comment-list)
7516 (generic-keywords-list, generic-font-lock-expressions)
7517 (generic-mode-function-list, generic-mode-syntax-table):
7518 Removed variables.
7519 (generic-mode-alist): Renamed to generic-mode-list.
7520 (generic-find-file-regexp): Default changed to "^#".
7521 (generic-read-type): Uses completing read on generic-mode-list.
7522 (generic-mode-sanity-check): removed this function.
7523 (generic-add-to-auto-mode): Removed this function
7524 (generic-mode-internal): Bind mode-specific definitions
7525 into function instead of putting them in alist.
7526 (generic-mode-set-comments): Reworked extensively.
7527 (generic-mode-find-file-hook): Simplified regexp searching
7528 (generic-make-keywords-list): Omit extra pair of parens
7529
7530 * find-lisp.el (find-lisp-find-files-internal):
7531 Make sure directory name ends with "/".
7532
7533 * generic-x.el (apache-conf-generic-mode):
7534 Regexp now allows leading whitespace.
7535 (rc-generic-mode): Added eval-when-compile
7536 around generic-make-keywords-list.
7537 Deleted duplicate regexp
7538 (rul-generic-mode): Added eval-when-compile
7539 around generic-make-keywords-list.
7540 (etc-fstab-generic-mode): New generic mode.
7541 (rul-generic-mode): Removed one eval-when-compile
7542 which caused a max-specpdl-size exceeded error.
7543
75442000-10-04 Miles Bader <miles@gnu.org>
7545
7546 * simple.el (minibuffer-temporary-goal-position): New variable.
7547 (next-history-element): Try to keep the position of point in the
7548 input string constant.
7549
7550 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7551 (dired-do-create-files): If there's only one file, pass it in as
7552 the DEFAULT arg to dired-mark-read-file-name.
7553
75542000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7555
7556 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7557 (diff-goto-source): Be smarter when choosing REVERSE or not.
7558
7559 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7560 (texinfo-mode-menu): Add an explicit shortcut for update all.
7561
75622000-10-03 Andre Spiegel <spiegel@gnu.org>
7563
7564 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7565 factorize backend-specific code cleanly (this was essentially
7566 conceived by Stefan Monnier).
7567 (vc-unregister): Function removed.
7568 (vc-revert-file): New function.
7569 (vc-revert-buffer): Delegate some of the work to it.
7570
7571 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7572 default branch unconditionally.
7573 (vc-rcs-set-default-branch): New function.
7574 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7575 (vc-rcs-checkin): If an appropriate default branch has been set,
7576 force creation of that branch.
7577 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7578 code (as suggested by Stefan Monnier).
7579
75802000-10-02 Gerd Moellmann <gerd@gnu.org>
7581
7582 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7583 highlighting overlay with a different face over the overlay
7584 isearch uses to highlight the current match because that can lead
7585 to bad face combinations.
7586
7587 * loadup.el (toplevel): Load faces before isearch.
7588
7589 * isearch.el (isearch-faces): New custom group.
7590 (isearch): New defface; was already tested for in the code.
7591 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7592 (isearch-highlight): Always use face `isearch'.
7593
75942000-10-02 Dave Love <fx@gnu.org>
7595
7596 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7597 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7598 comparison of opcode with operand.
7599
76002000-10-03 Miles Bader <miles@gnu.org>
7601
7602 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7603 buffer, since the echo area will now grow to accommodate them.
7604
76052000-10-02 Andre Spiegel <spiegel@gnu.org>
7606
7607 * vc-hooks.el (vc-registered): If FILE used to be registered under
7608 a certain backend, try that one first.
7609
7610 * vc.el (vc-responsible-backend): Undo the previous change in the
7611 argument list. Handle multiple backends correctly.
7612 (vc-find-new-backend): Function removed.
7613 (vc-register): Use vc-responsible-backend, as before.
7614 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7615
76162000-10-02 Gerd Moellmann <gerd@gnu.org>
7617
7618 * startup.el (fancy-splash-head): Change message below the
7619 logo.
7620
76212000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7622
7623 * diff-mode.el (diff-goto-source): Emit a status message.
7624 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7625 (diff-test-hunk): Fix doc string.
7626 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7627 (diff-advance-after-apply-hunk): New variable.
7628 (diff-apply-hunk): Don't return a value.
7629
76302000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7631
7632 * vc.el (vc-editable-p): Minor optimization.
7633 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7634 (vc-find-new-backend): New function split from vc-responsible-backend.
7635 (vc-register): Use it.
7636 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7637 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7638 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7639 (vc-clear-headers): Don't use find-file.
7640 (vc-revert-buffer): Use `and' again (must have been a braino).
7641 (vc-switch-backend): Only prompt if requested.
7642 Short circuit if nothing is to be done.
7643 Don't use vc-resynch-buffer which could lose unsaved editing.
7644 (vc-default-receive-file): Update call to vc-unregister.
7645 (with-vc-file, vc-next-action-on-file):
7646 Use vc-backend rather than vc-registered.
7647 (vc-next-action-on-file): Use intern-soft.
7648 Deal with read-only *vc-diff* buffer.
7649 (vc-transfer-file): Docstring fix.
7650
7651 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7652 (vc-rcs-receive-file): Avoid with-vc-properties.
7653 Update call to vc-unregister.
7654 Use constant `RCS' rather than (dynamically bound) var `backend'.
7655
76562000-10-01 Andre Spiegel <spiegel@gnu.org>
7657
7658 * vc.el (vc-next-action-on-file): Update mode line only if file
7659 is visited.
7660 (vc-start-entry): New argument initial-contents. Don't visit the file
7661 if it isn't already visited. Brought documentation up-to-date.
7662 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7663 (vc-checkin): New optional arg initial-contents, which is passed to
7664 vc-start-entry.
7665 (vc-finish-logentry): Make sure to bury log buffer only if there
7666 really is one. Call `vc-resynch-buffer' on log-file, not
7667 buffer-file-name.
7668 (vc-default-comment-history, vc-default-wash-log): New functions.
7669 (vc-index-of): Removed.
7670 (vc-transfer-file): Make do without the above.
7671 (vc-default-receive-file): Call comment-history unconditionally. Pass
7672 the resulting string to vc-checkin, instead of inserting it into the
7673 comment ring.
7674
7675 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7676 unconditionally. Use the comments as initial contents of the log
7677 entry buffer. Document the trick to force branch creation with no
7678 changes.
7679
76802000-10-01 Miles Bader <miles@gnu.org>
7681
7682 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7683 `recenter' with an arg to prevent redrawing the display.
7684
76852000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7688
7689 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7690
7691 * progmodes/c-mode.el (c-mode):
7692 Don't gratuitously override the default for comment-column.
7693
7694 * textmodes/tex-mode.el (latex-metasection-list): New var.
7695 (latex-imenu-create-index): Use it.
7696 Move the regexp construction outside loops (and use push).
7697 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7698 (tex-font-lock-keywords): Moved from font-lock.el.
7699 (tex-comment-indent): Remove.
7700 (tex-common-initialization): Don't set comment-indent-function.
7701 (latex-block-default): New var.
7702 (tex-latex-block): Use it to provide a default choice.
7703 Add any unknown choice to latex-block-names.
7704 Insert [...] after {...}.
7705 (tex-last-unended-begin): Simplify regexp.
7706 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7707 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7708 (latex-mode): Set forward-sexp-function.
7709
7710 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7711 Add regexp for @ignore ... @end ignore.
7712 (texinfo-heading-face): New face.
7713 (texinfo-font-lock-keywords): Use it.
7714 (texinfo-mode-menu): New menu.
7715 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7716 New functions.
7717 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7718 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7719 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7720 Remove declaration.
7721 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7722
7723 * delsel.el (delete-selection-mode): Use define-minor-mode.
7724
7725 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7726
77272000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7728
7729 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7730
77312000-09-30 Gerd Moellmann <gerd@gnu.org>
7732
7733 * replace.el (keep-lines-read-args): New function.
7734 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7735 read arguments interactively. Add parameters RSTART and REND.
7736 Operate on the active region in Transient Mark mode.
7737
7738 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7739
7740 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7741 (authors-obsolete-files-regexps): New variable.
7742 (authors-add): Don't record changes in obsolete files.
7743
77442000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7745
7746 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7747
7748 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7749 (comment-indent): Make sure there's a space between code and comment.
7750 Shift comments left to avoid going past fill-column.
7751
77522000-09-29 Gerd Moellmann <gerd@gnu.org>
7753
7754 * startup.el (startup-echo-area-message): New function.
7755 (display-startup-echo-area-message): Use it.
7756 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7757 (fancy-splash-default-action): New function.
7758 (fancy-splash-screens-1): New function.
7759 (fancy-splash-head): Put a help-echo and a keymap under the image.
7760
77612000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7762
7763 * diff-mode.el (diff-add-log-file-name): Remove.
7764 (diff-mode): Use add-log-buffer-file-name-function.
7765
7766 * add-log.el (find-change-log): New arg BUFFER-FILE.
7767 (add-log-file-name): Obey add-log-file-name-function.
7768 (add-log-buffer-file-name-function): New var.
7769 (add-change-log-entry): Use it.
7770
77712000-09-29 Miles Bader <miles@gnu.org>
7772
7773 * image-file.el (image-file-name-extensions): New variable.
7774 (image-file-name-regexps): Renamed from `image-file-regexps'.
7775 New default value is nil. Call `auto-image-file-mode'.
7776 (image-file-name-regexp): New function.
7777 (auto-image-file-mode): New minor mode.
7778 (insert-image-file): Don't make conditional on the image-file
7779 handler being enabled.
7780 (image-file-handler): Make the call here conditional instead.
7781 (set-image-file-handler-enabled, enable-image-file-handler)
7782 (disable-image-file-handler): Functions removed.
7783
7784 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7785 string.
7786
77872000-09-29 Gerd Moellmann <gerd@gnu.org>
7788
7789 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7790 it's a function from CL.
7791 (latex-imenu-create-index): Replace eval-when-compile with progn
7792 because latex-section-alist is not bound while compiling.
7793
77942000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7795
7796 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7797 (outline-mode): Use define-derived-mode.
7798
7799 * progmodes/perl-mode.el (perl-mode):
7800 * progmodes/awk-mode.el (awk-mode):
7801 * progmodes/asm-mode.el (asm-mode):
7802 Don't gratuitously override the default for comment-column.
7803
7804 * emacs-lisp/lisp.el (lisp-complete-symbol):
7805 Distinguish the let-binding case from the funcall case.
7806 (forward-sexp-function): New variable.
7807 (forward-sexp): Use it.
7808
7809 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7810 (easy-mmode-defmap): Remove the now useless autoload.
7811
7812 * time.el (display-time-mode): Use define-minor-mode.
7813
7814 * subr.el (add-minor-mode): Don't eval NAME.
7815 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7816 Use if rather than cond.
7817
7818 * simple.el (read-expression-map): Define more properly.
7819 (comment-indent-hook): Remove.
7820 (string-to-syntax): Bug fix.
7821
7822 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7823 (cvs-ediff-diff): Fix typo.
7824 (cvs-revert-if-needed): Don't bother preserving read-only.
7825
7826 * paren.el (show-paren-mode): Use define-minor-mode.
7827
7828 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7829 (toggle-auto-compression): Remove.
7830 (jka-compr-build-file-regexp): Remove useless grouping.
7831
7832 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7833 Avoid user-reserved bindings.
7834 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7835 (diff-header-face): Revert to grey85.
7836
7837 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7838
7839 * complete.el (partial-completion-mode) <defcustom>: Remove.
7840 (partial-completion-mode): Use define-minor-mode.
7841 (PC-do-completion): Understand `completion-auto-help = delay'
7842 to mean to popup the completion buffer only the second time.
7843 (PC-include-file-all-completions, PC-include-file-all-completions)
7844 (PC-include-file-all-completions): Don't quote lambda.
7845
7846 * comint.el (comint-mode-hook): Docstring fix.
7847 (comint-mode): Use define-derived-mode.
7848 (comint-mode-map): Remove obsolete comment.
7849 (make-comint): Minor stylistic change.
7850 (comint-insert-clicked-input): Be more careful to find the overlay.
7851 Use this-command-keys rather than hardcoding mouse-2.
7852
7853 * font-lock.el: Replace confusing (,@ with ,
7854 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7855 Don't use regexp-opt-depth. Spice up the regexp for args.
7856 Don't distinguish between cmds that can take an opt arg or not.
7857 Use `append' and `prepend' rather than `keep'.
7858
7859 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7860 (latex-outline-regexp): New var.
7861 (latex-outline-level): New fun.
7862 (latex-section-alist): New var.
7863 (latex-imenu-create-index): Use it. Use `push' as well.
7864 (tex-shell-map): Initialize it properly.
7865 (tex-mode): Minor stylistic change.
7866 (plain-tex-mode): Use define-derived-mode.
7867 (latex-mode): Use define-derived-mode.
7868 Construct the paragraph regexps in a more readable way.
7869 Set the buffer-local outline-{level,regexp} vars.
7870 (slitex-mode): Derive from latex-mode.
7871 (tex-common-initialization): Don't kill-all-vars anymore.
7872 Add setting for comment-add and font-lock-defaults.
7873 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7874 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7875 (tex-start-tex): New arg DIR (and send a chdir command for it).
7876 Also display the shell buffer and save it in tex-last-buffer-texed.
7877 (tex-region): Use expand-file-name rather than concat.
7878 Remove code made useless by changes in tex-start-tex.
7879 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7880
7881 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7882
78832000-09-28 Dave Love <fx@gnu.org>
7884
7885 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7886
78872000-09-28 Gerd Moellmann <gerd@gnu.org>
7888
7889 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7890 `append'.
7891
78922000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7893
7894 * info.el (Info-extract-pointer): Undo last change.
7895 Instead, fix the position of the `bound' arg to re-search-backward.
7896
78972000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7898
7899 * info.el (Info-extract-pointer):
7900 Widen more carefully, to avoid finding pointers in other nodes.
7901 (Info-index): Use push.
7902
79032000-09-27 Gerd Moellmann <gerd@gnu.org>
7904
7905 * frame.el (set-frame-font): Remove call to obsolete function
7906 frame-update-faces.
7907 (set-foreground-color, set-background-color): Likewise for
7908 frame-update-face-colors.
7909
79102000-09-27 Miles Bader <miles@gnu.org>
7911
7912 * image-file.el: New file.
7913
79142000-09-27 Gerd Moellmann <gerd@gnu.org>
7915
7916 * frame.el (frame-notice-user-settings): Don't call
7917 frame-update-faces, which is a no-op now.
7918
7919 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7920 tool-bar-lines.
7921
79222000-09-27 Dave Love <fx@gnu.org>
7923
7924 * mouse.el: Fix last change.
7925
79262000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7927
7928 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7929
79302000-09-22 Kenichi Handa <handa@etl.go.jp>
7931
7932 * international/quail.el (quail-help): The output message is
7933 improved.
7934
79352000-09-26 Dave Love <fx@gnu.org>
7936
7937 * mouse.el (popup-menu): If POSITION is nil, set it using
7938 mouse-position.
7939
79402000-09-25 Sam Steingold <sds@gnu.org>
7941
7942 * net/browse-url.el (browse-url-file-url): Check for null maps.
7943
79442000-09-26 Gerd Moellmann <gerd@gnu.org>
7945
7946 * frame.el (frame-notice-user-settings): Don't add a
7947 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7948
7949 * frame.el (frame-notice-user-settings):
7950 Make tool-bar-mode and default-frame-alist consistent.
7951
7952 * toolbar/tool-bar.el (tool-bar-help): New function.
7953
79542000-09-25 Gerd Moellmann <gerd@gnu.org>
7955
7956 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7957 current-load-list in top-level forms. Else this leaks a cons cell
7958 every time a defun is called.
7959
7960 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7961
79622000-09-25 Dave Love <fx@gnu.org>
7963
7964 * startup.el (fancy-splash-head): Check XPM is available.
7965
7966 * autoinsert.el (auto-insert): Doc fix.
7967 (auto-insert-alist): Following GNU notices, don't say `copyright
7968 _by_'. Use line-beginning-position.
7969 (auto-insert): Check buffer-file-name is non-nil before use.
7970
79712000-09-25 Gerd Moellmann <gerd@gnu.org>
7972
7973 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7974 starting with `@def' or `@multitable', in addition to ones
7975 specified by the user in auto-fill-inhibit-regexp.
7976
79772000-09-25 Markus Rost <rost@math.ohio-state.edu>
7978
7979 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7980 rmail-dont-reply-to-names matches the empty string.
7981
79822000-09-25 Gerd Moellmann <gerd@gnu.org>
7983
7984 * startup.el (command-line-1, fancy-splash-text): Change the
7985 text to sound more friendly.
7986
79872000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7988
7989 * progmodes/hideshow.el: Update author email address.
7990 Generally, sync w/ maintainer version 5.22.
7991 (hs-hide-all-non-comment-function): New var.
7992 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7993 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7994 (hs-show-region): Delete this command.
7995 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7996
79972000-09-22 Dave Love <fx@gnu.org>
7998
7999 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8000 (hl-line-highlight): Specify buffer when moving overlay.
8001
8002 * progmodes/fortran.el (fortran-mode): Locally set
8003 normal-auto-fill-function.
8004 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8005 (fortran-mode-map): Adjust auto-fill menu entry.
8006
80072000-09-22 Gerd Moellmann <gerd@gnu.org>
8008
8009 * vc-rcs.el (toplevel): Require `vc' when compiling.
8010
8011 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8012
80132000-09-22 Andre Spiegel <spiegel@gnu.org>
8014
8015 * vc.el (vc-switch-backend): Signal an error if the file is not
8016 registered under the new backend.
8017
8018 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8019 without explicit revision number.
8020
80212000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8022
8023 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8024 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8025 (diff-xor): New function.
8026 (diff-find-source-location): Use it. Fix a stupid name clash.
8027 (diff-hunk-status-msg): New function.
8028 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8029 (diff-test-hunk): Use diff-find-source-location.
8030 (diff-goto-source): Favor the `reverse'.
8031 (diff-hunk-text): Properly handle one-sided context diffs.
8032 (diff-apply-hunk): When done, advance to the next hunk.
8033
80342000-09-21 Gerd Moellmann <gerd@gnu.org>
8035
8036 * startup.el (command-line): If frame was created with a non-zero
8037 tool-bar-lines parameter, switch tool-bar-mode on.
8038
8039 * add-log.el (change-log-date-face, change-log-name-face)
8040 (change-log-email-face, change-log-file-face)
8041 (change-log-list-face, change-log-conditionals-face)
8042 (change-log-function-face, change-log-acknowledgement-face):
8043 New faces, inheriting from font-lock faces.
8044 (change-log-font-lock-keywords): Use them.
8045
80462000-09-21 Dave Love <fx@gnu.org>
8047
8048 * progmodes/cperl-mode.el (top-level): Clean up
8049 `eval-when-compile's and assorted defvars.
8050 (cperl-invalid-face): Don't double-quote value. Change custom
8051 type.
8052 (cperl-mode): Set normal-auto-fill-function and don't zap
8053 auto-fill-function.
8054 (cperl-imenu--function-name-regexp-perl): Renamed from
8055 imenu-example--function-name-regexp-perl.
8056 (cperl-imenu--create-perl-index): Renamed from
8057 imenu-example--create-perl-index.
8058 (cperl-xsub-scan): Don't require cl.
8059
8060 * msb.el (msb-mode-map): Use substitute-key-definition.
8061 (msb-mode): Use msb-mode-map.
8062
80632000-09-21 Andre Spiegel <spiegel@gnu.org>
8064
8065 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8066 New functions.
8067 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8068 (vc-switch-backend): New function.
8069 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8070 (vc-register): Fix prompt.
8071 (vc-unregister, vc-default-unregister): New functions.
8072 (vc-version-diff): Handle empty buffer in sentinel.
8073
8074 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8075 (vc-rcs-state-heuristic): Use it to guess the state of files with
8076 non-strict locking.
8077 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8078 been set with -b, but not created yet.
8079 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8080 contents in order to find the state.
8081 (vc-rcs-checkin): Allow creation of branches with no changes.
8082 (vc-rcs-unregister, vc-rcs-receive-file)
8083 (vc-rcs-set-non-strict-locking): New functions.
8084
8085 * vc-hooks.el (vc-name): Force correct computation of the value
8086 in case it is missing.
8087
80882000-09-21 Gerd Moellmann <gerd@gnu.org>
8089
8090 * startup.el (fancy-splash-tail): Use a different foreground
8091 color on a dark frame background.
8092
80932000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8094
8095 * info.el: Use the correct capitalization when making Info-mode
8096 and Info-edit-mode `special' modes.
8097
80982000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8099
8100 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8101 (diff-mode): Add support for add-log.el.
8102 (diff-hunk-text): Use char offsets rather than line offsets.
8103 (diff-find-source-location): Replace LINE with line-offset (nil
8104 if not found) and always set POS to a meaningful position.
8105 Adapt to the new char-offsets.
8106 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8107 Adapt to the new diff-find-source-location.
8108 (diff-goto-source): Adapt to the new diff-find-source-location.
8109
8110 * add-log.el (add-log-file-name): New function (split out of
8111 add-change-log-entry).
8112 (add-change-log-entry): Use it.
8113 Call add-log-file-name-function with the changelog file name if
8114 the current buffer is not associated with any file.
8115 Avoid find-file if the selected window is dedicated.
8116
8117 * diff-mode.el (diff-find-source-location):
8118 Move code from diff-apply-hunk. Return buffer rather than file.
8119 (diff-apply-hunk): Use the new result from diff-find-source-location.
8120 (diff-goto-source): Use the new diff-find-source-location.
8121
81222000-09-20 Dave Love <fx@gnu.org>
8123
8124 * iswitchb.el: Some doc fixes.
8125 (iswitchb-mode-map): Define completely initially. Inherit
8126 minibuffer-local-map.
8127 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8128 fundamental-mode.
8129 (iswitchb-global-map): New variable.
8130 (iswitchb-summaries-to-end): Amalgamate regexps.
8131 (iswitchb-mode): New.
8132 (iswitchb-mode-hook): New variable.
8133 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8134 `extensions'.
8135
81362000-09-20 Gerd Moellmann <gerd@gnu.org>
8137
8138 * ehelp.el (electric-help): New defgroup.
8139 (electric-help-shrink-window): New user-option.
8140 (with-electric-help): Use it.
8141
8142 * window.el (shrink-window-if-larger-than-buffer): If face
8143 `mode-line' has a :box, and we're on a graphical frame, add 1
8144 to the needed window height.
8145
8146 * frame.el (frame-notice-user-settings): Add a last parameter nil
8147 to a call to `append', because the last list passed to `append' is
8148 not copied, and so subsequent calls to assq-delete-all will modify
8149 default-frame-alist.
8150
8151 * startup.el (fancy-splash-image): Change :type.
8152 (fancy-splash-head): Use an XBM image if appropriate.
8153 (command-line-1): Show splash screens in more cases.
8154
8155 * startup.el (fancy-splash-text): Don't quote faces.
8156
8157 * dired.el (dired-font-lock-keywords): Undo last change.
8158 (dired-readin): Bind indent-tabs-mode to nil.
8159
8160 * startup.el (fancy-splash-head): If frame's background mode
8161 is `dark', change the black background of the image to gray.
8162 (fancy-splash-screens): Display startup echo area message.
8163 (display-startup-echo-area-message): New function.
8164
81652000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8166
8167 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8168
8169 * info.el (info-header-node): Tweak for color ttys.
8170
8171 * faces.el (face-valid-attribute-values): Make sure directories we
8172 search for stipples both exist and are readable before trying to
8173 search them.
8174
8175 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8176 in the dry-run case.
8177
8178 * jka-compr.el (with-auto-compression-mode): New macro.
8179
8180 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8181 (custom-group-tag-face, custom-variable-tag-face): Use relative
8182 :height and inherit from `variable-pitch' face instead of
8183 hardwiring :family.
8184 * hi-lock.el (hi-black-hb): Likewise.
8185
8186 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8187 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8188 toolbar-add-item, if image doesn't have a mask add a `:mask
8189 heuristic'.
8190
81912000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8192
8193 * diff-mode.el: Docstring fixes.
8194 (diff-header-face, diff-comment-face): New faces.
8195 (diff-font-lock-keywords): Highlight a bit differently.
8196 (diff-find-source-location): Don't return SPAN any more.
8197 (diff-hunk-text): Don't bother erasing the temp buffer.
8198 (diff-find-text): Drop argument LINE.
8199 (diff-apply-hunk): Update calls to diff-find-text.
8200 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8201
8202 * calendar/calendar.el: Docstring fixes.
8203 (calendar-make-alist): Don't quote lambda.
8204 (calendar-star-date): Use make-local-variable.
8205
82062000-09-19 Dave Love <fx@gnu.org>
8207
8208 * toolbar/tool-bar.el: Renamed from toolbar.el.
8209 Change `toolbar' to `tool-bar' generally in symbols.
8210 Make some items invisible in `special' major modes.
8211 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8212 Add arg PROPS.
8213
8214 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8215 Add :version here.
8216 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8217
82182000-09-19 Gerd Moellmann <gerd@gnu.org>
8219
8220 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8221
8222 * files.el (find-file-suppress-same-file-warnings): New user-option.
8223 (find-file-noselect): Use it.
8224
8225 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8226 (fancy-splash-screen): Defgroup.
8227
8228 * add-log.el (change-log-font-lock-keywords): Match names
8229 more exactly for the case that font-lock-constant-face is
8230 underlined.
8231
82322000-09-19 Richard M. Stallman <rms@gnu.org>
8233
8234 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8235
82362000-09-19 Andre Spiegel <spiegel@gnu.org>
8237
8238 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8239
82402000-09-19 Gerd Moellmann <gerd@gnu.org>
8241
8242 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8243 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8244 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8245 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8246 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8247 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8248 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8249 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8250 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8251 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8252 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8253 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8254
8255 * startup.el (fancy-splash-text): New variable.
8256 (fancy-splash-delay, fancy-splash-image): New user-options.
8257 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8258 (fancy-splash-screens): New functions.
8259 (command-line-1): If display has a `display' frame parameter, has
8260 colors, and we have XPM support, show more fancy splash screens.
8261
82622000-09-19 Dave Love <fx@gnu.org>
8263
8264 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8265 with null `help'. Use modern backquote syntax.
8266
82672000-09-19 Gerd Moellmann <gerd@gnu.org>
8268
8269 * font-lock.el (font-lock-mode): Change message telling the user
8270 that ``the buffer is too big''.
8271
8272 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8273 for instance for the case that tab-width is 2.
8274
82752000-09-18 Gerd Moellmann <gerd@gnu.org>
8276
8277 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8278 toolbar-add-item, if image doesn't have a mask add a `:mask
8279 heuristic'.
8280
82812000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8282
8283 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8284 and return a cons if it's non-nil.
8285 (diff-apply-hunk): Try to jump to the line in the source text
8286 corresponding to the position of point in the in the hunk.
8287
8288 * info.el (Info-title-3-face, Info-title-2-face)
8289 (Info-title-1-face): Use face inheritance and relative sizes
8290 instead of hard-wiring things.
8291
8292 * faces.el (secondary-selection): Make dark-background variant sane.
8293
82942000-09-16 Andrew Innes <andrewi@gnu.org>
8295
8296 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8297 read-only, since they aren't under VC now.
8298
82992000-09-17 Dave Love <fx@gnu.org>
8300
8301 * tmm.el: Replace mapcar with mapc in several places.
8302
8303 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8304 ad-unadvise.
8305
8306 * international/latin1-disp.el: New file.
8307
8308 * calendar/cal-move.el (scroll-calendar-left)
8309 (scroll-calendar-right): Make arg optional (for active mode line).
8310
8311 * calendar/calendar.el (calendar-mode-line-format): Make fields
8312 mouse-sensitive.
8313 (calendar-read-date, calendar-read-date, calendar-window-list):
8314 Unquote lambda.
8315 (calendar-month-name): Use aref, not sref.
8316
8317 * view.el (minor-mode-alist): Propertize the string.
8318
8319 * international/characters.el (standard-case-table): Add entries
8320 for Greek.
8321
83222000-09-18 Miles Bader <miles@gnu.org>
8323
8324 * info.el (info-node, info-xref): Add dark-background variants.
8325
8326 * faces.el (header-line): Change defaults to be less confusing
8327 when mixed with mode-lines.
8328
8329 * info.el (Info-fontify-node): Make a few cleanups.
8330 Add extra `help-echo' and `local-map' props to node xrefs.
8331 Use header-specific faces for node-names & xrefs.
8332 (Info-use-header-line): New variable.
8333 (info-header-xref, info-header-node): New faces.
8334 (Info-setup-header-line): New function.
8335 (Info-select-node): Call Info-setup-header-line when enabled.
8336 (Info-extract-pointer): Work even if the header line is hidden.
8337 (Info-header-line): New variable.
8338
83392000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8340
8341 * vms-patch.el (print-region-function): Don't quote lambda.
8342
8343 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8344
8345 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8346 (lm-get-header-re): Allow spaces between the header and the colon.
8347 (lm-header): Allow $ in non-RCS headers.
8348 (lm-header-multiline): Put the strings back into order.
8349 Stop at an empty line. Don't require two space chars if the
8350 line is clearly not another header line.
8351
8352 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8353 (popup-menu-popup): Remove.
8354
83552000-09-15 Gerd Moellmann <gerd@gnu.org>
8356
8357 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8358 specification if or if not tool-bar item contains an `:enabled'
8359 property.
8360
8361 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8362 current buffer has no file name.
8363
83642000-09-15 Dave Love <fx@gnu.org>
8365
8366 * strokes.el: Sync with maintainer's current version with changes
8367 for Emacs, but avoid runtime cl and levents.
8368 (toplevel): Change autoloads and compilation requires.
8369 (strokes-version, strokes-bug-address, strokes-lift): Values
8370 changed.
8371 (strokes-xpm-header, strokes-insinuated): New variable.
8372 (strokes): Add :link.
8373 (strokes-mode): Customized.
8374 (strokes-while-inhibiting-garbage-collector): New macro.
8375 (strokes-remassoc): Avoid remove-if.
8376 (strokes-fix-button2-command): Don't use ad-do-it.
8377 (strokes-insinuate): New function.
8378 (strokes-button-press-event-p, strokes-button-release-event-p):
8379 New functions, used instead of non-`strokes-' versions..
8380 (strokes-mouse-event-p): Rewritten.
8381 (strokes-event-closest-point): Avoid event-point.
8382 (strokes-get-grid-position): Avoid cdadr, caadr
8383 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8384 functions.
8385 (strokes-help): Use with-output-to-temp-buffer.
8386 (strokes-window-configuration-changed-p): New function.
8387 (strokes-update-window-configuration): Use buffer-live-p,
8388 strokes-window-configuration-changed-p.
8389 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8390 (strokes-char-face): New face.
8391 (strokes-char-table, strokes-base64-chars): New variable.
8392 (strokes-xpm-for-stroke, strokes-list-strokes)
8393 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8394 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8395 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8396 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8397 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8398 functions.
8399
84002000-09-15 Gerd Moellmann <gerd@gnu.org>
8401
8402 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8403
8404 * image.el (create-image): Doc fix.
8405
8406 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8407 instead of `:heuristic-mask t'.
8408
84092000-09-14 Andrew Innes <andrewi@gnu.org>
8410
8411 * makefile.w32-in: Revert to Unix line endings.
8412
84132000-09-14 Andrew Innes <andrewi@gnu.org>
8414
8415 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8416 when installing.
8417
8418 * makefile.nt (DONTCOMPILE): Fix typo.
8419
8420 * shell.el (shell-write-history-on-exit): New function.
8421 (shell-dumb-shell-regexp): New custom variable.
8422 (shell-mode): Make shell-write-history-on-exit the process
8423 sentinel if shell name matches shell-dumb-shell-regexp.
8424
8425 * w32-fns.el: Comment out before-init-hook function which resets
8426 source-directory based; this breaks bootstrap.
8427
84282000-09-14 Dave Love <fx@gnu.org>
8429
8430 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8431 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8432 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8433 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8434 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8435 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8436 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8437 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8438 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8439
8440 * toolbar/toolbar.el: New.
8441
8442 * subdirs.el: Add toolbar.
8443
84442000-09-14 Gerd Moellmann <gerd@gnu.org>
8445
8446 * indent.el (indent-for-tab-command): Doc fix.
8447
84482000-09-14 Alex Schroeder <alex@gnu.org>
8449
8450 * ansi-color.el (ansi-colors): Doc change.
8451 (ansi-color-get-face): Simplified regexp.
8452 (ansi-color-faces-vector): Added more faces, doc change.
8453 (ansi-color-names-vector): Doc change.
8454 (ansi-color-regexp): Simplified regexp.
8455 (ansi-color-parameter-regexp): New regexp.
8456 (ansi-color-filter-apply): Doc change.
8457 (ansi-color-filter-region): Doc change.
8458 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8459 deal with zero length parameters.
8460 (ansi-color-apply-on-region): Doc change.
8461 (ansi-color-map): Doc change.
8462 (ansi-color-map-update): Removed debugging message.
8463 (ansi-color-get-face-1): Added condition-case to trap
8464 args-out-of-range errors.
8465 (ansi-color-get-face): Doc change.
8466 (ansi-color-make-face): Removed.
8467 (ansi-color-for-shell-mode): New option.
8468
84692000-09-13 Kenichi Handa <handa@etl.go.jp>
8470
8471 * international/quail.el (quail-start-translation): Translate KEY
8472 if necessary even if it doesn't have any mapping in the current
8473 input method.
8474 (quail-start-conversion): Likewise.
8475 (quail-help): The output message is improved.
8476
84772000-09-13 Miles Bader <miles@gnu.org>
8478
8479 * comint.el (comint-output-filter): Revert to using
8480 `insert-before-markers'. Add bletcherous hack to undo damage
8481 caused by `insert-before-markers'. Put `front-sticky' property on
8482 overlays created here so that the field code understands how the
8483 overlay works. Use a let when making comint-last-prompt-overlay,
8484 so that the code is easier to read.
8485
84862000-09-13 Dave Love <fx@gnu.org>
8487
8488 * wid-edit.el (widget-default-format-handler): DTRT when
8489 doc-property is a function.
8490
84912000-09-12 Francesco Potorti` <pot@gnu.org>
8492
8493 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8494 filed name if it's not there.
8495
84962000-09-12 Dave Love <fx@gnu.org>
8497
8498 * simple.el (read-mail-command): Doc fix.
8499 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8500
8501 * vc.el (vc-dired-listing-switches): Fix :version.
8502
8503 * vc-hooks.el: Doc fixes.
8504
8505 * subr.el (add-minor-mode): Use toggle-fun arg.
8506
8507 * speedbar.el: Add :version to several defcustoms.
8508
8509 * imenu.el (imenu--truncate-items, imenu--cleanup)
8510 (imenu--generic-function): Avoid mapcar.
8511 (imenu--replace-spaces): Function removed.
8512 (imenu--completion-buffer): Use subst-char-in-string.
8513 (imenu-add-to-menubar): Use keymap inheritance.
8514
85152000-09-12 Miles Bader <miles@gnu.org>
8516
8517 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8518 (diff-mode-map): Bind `diff-test-hunk'.
8519 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8520
85212000-09-11 Gerd Moellmann <gerd@gnu.org>
8522
8523 * bytecomp.el (byte-compile-defvar): Undo last change
8524 because it breaks '(make-variable-buffer-local (defvar ...)'
8525 which is used at least in dired.
8526
85272000-09-12 Kenichi Handa <handa@etl.go.jp>
8528
8529 * international/quail.el (quail-define-package): Docstring
8530 modified.
8531
85322000-09-12 Kenichi Handa <handa@etl.go.jp>
8533
8534 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8535 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8536 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8537 docstring of "chinese-py".
8538
8539 * international/quail.el (quail-translation-docstring): New
8540 variable.
8541 (quail-show-keyboard-layout): Docstring modified.
8542 (quail-select-current): Likewise.
8543 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8544 infinite recursive call.
8545 (quail-help): Check quail-translation-docstring. Format of the
8546 output changed.
8547 (quail-help-insert-keymap-description): Adjusted for the above
8548 change.
8549
85502000-09-11 Gerd Moellmann <gerd@gnu.org>
8551
8552 * bytecomp.el (byte-compile-defvar): Only cons onto
8553 current-load-list in top-level forms. Else this leaks a cons cell
8554 every time a defun is called.
8555
85562000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8557
8558 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8559 Now understands non-unified diffs. Some functionality moved into
8560 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8561 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8562 modify anything. Only reposition point in the patched file if the
8563 patch succeeds. Only pop up another window if POPUP is true.
8564 Emit a message describing what happened if successful, and at what
8565 line-offset. Automatically detect reversed hunks and do something
8566 appropriate.
8567 (diff-hunk-text, diff-find-text): New functions.
8568 (diff-filter-lines): Function removed.
8569 (diff-test-hunk): New function.
8570 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8571
85722000-09-10 Dave Love <fx@gnu.org>
8573
8574 * textmodes/tildify.el: Minor doc/commentary fixes.
8575 (tildify) <defgroup>: Add :version.
8576
8577 * faces.el (face-x-resources): Make custom type more specific.
8578 (frame-background-mode): Use mapc.
8579 (region) <defcustom>: Add :version.
8580
85812000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8582
8583 * vc-sccs.el (vc-sccs-register):
8584 * vc-rcs.el (vc-rcs-register):
8585 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8586 * vc.el (vc-register): Clear file's properties.
8587
85882000-09-08 Gerd Moellmann <gerd@gnu.org>
8589
8590 * faces.el (face-spec-set): Only face-spec-reset-face when
8591 ATTRS is non-nil.
8592
85932000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8594
8595 * help.el (help-insert-xref-button): Fix a typo in doc string.
8596
85972000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8598
8599 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8600 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8601 methods.
8602
8603 * menu-bar.el (read-mail-item-name): New function.
8604 (menu-bar-tools-menu): Use it to compute and display the package
8605 used to read email.
8606 (menu-bar-tools-menu): Fix typo in GUD's help string.
8607
86082000-09-07 Dave Love <fx@gnu.org>
8609
8610 * diff-mode.el (diff-mouse-goto-source): New function.
8611
8612 * vc-sccs.el: Doc fixes.
8613 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8614
8615 * vc-rcs.el: Doc fixes.
8616 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8617 (vc-rcs-checkout-switches, vc-rcs-header)
8618 (vc-rcs-master-templates): Add or change :version.
8619
8620 * vc-cvs.el: Doc fixes.
8621 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8622 (vc-cvs-stay-local): Add :version.
8623
8624 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8625
86262000-09-07 Kenichi Handa <handa@etl.go.jp>
8627
8628 * international/quail.el (quail-help): Fix previous change.
8629
86302000-09-07 Gerd Moellmann <gerd@gnu.org>
8631
8632 * faces.el (color-values): Doc fix.
8633
8634 * faces.el (frame-set-background-mode): Use frame-parameter
8635 instead of frame-parameters.
8636
8637 * frame.el (filtered-frame-list): Reduce consing.
8638 (frames-on-display-list): Call frame-parameter instead of
8639 frame-parameters.
8640
86412000-09-07 Kenichi Handa <handa@etl.go.jp>
8642
8643 * language/devan-util.el (devanagari-to-indian-region): In the
8644 loop, change the following char, not preceding char.
8645
86462000-09-07 Gerd Moellmann <gerd@gnu.org>
8647
8648 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8649 instead of frame-parameters.
8650
8651 * faces.el (set-face-attribute): Simplify by calling
8652 internal-set-lisp-face-attribute with FRAME being 0.
8653
8654 * vc.el: Remove `Id' version control keyword.
8655
86562000-09-07 Kenichi Handa <handa@etl.go.jp>
8657
8658 * help.el (help-make-xrefs): Adjusted for the change of
8659 help-xref-mule-regexp.
8660 (help-insert-xref-button): New function.
8661
8662 * international/mule-cmds.el (help-xref-mule-regexp-template):
8663 Include the pattern for character set.
8664 (leim): New group.
8665
8666 * international/quail.el: Don't require face.
8667 (quail): New group.
8668 (quail-other-command): Dummy command to make quail-help work better.
8669 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8670 (quail-keyboard-layout-substitution): New variable.
8671 (quail-update-keyboard-layout): New function.
8672 (quail-keyboard-layout-type): New customizable variable.
8673 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8674 (quail-keyboard-translate): Pay attention to
8675 quail-keyboard-layout-substitution.
8676 (quail-insert-kbd-layout): New function.
8677 (quail-show-keyboard-layout): New function.
8678 (quail-get-translation): If the definition is a vector of length
8679 1, and the element is a string of length 1, return the character
8680 in that string.
8681 (quail-update-current-translations): Fix the case of
8682 relative-index out of range.
8683 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8684 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8685 Show key sequences for all available characters.
8686 (quail-help-insert-keymap-description): Don't show such verbose
8687 key bindings as quail-self-insert-command.
8688
8689 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8690 Format changed, and each element now have extra documentations.
8691 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8692 Adjusted for the change of quail-cxterm-package-ext-info.
8693
86942000-09-06 Gerd Moellmann <gerd@gnu.org>
8695
8696 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8697 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8698 during bootstrap.
8699
87002000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8701
8702 * vc.el: (toplevel): Don't require `dired' at run-time.
8703 (vc-dired-resynch-file): Remove autoload cookie.
8704
87052000-09-05 Andre Spiegel <spiegel@gnu.org>
8706
8707 * vc.el: Made several backend functions optional.
8708 (vc-default-responsible-p): New function.
8709 (vc-merge): Use RET for first version to trigger merge-news, not
8710 prefix arg.
8711 (vc-annotate): Handle backends that do not support annotation.
8712 (vc-default-merge-news): Removed. The existence of a merge-news
8713 implementation is now checked on caller sites.
8714
8715 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8716 case.
8717
8718 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8719 special case that has been removed from the default in vc-hooks.el.
8720
87212000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8722
8723 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8724
87252000-09-05 Andre Spiegel <spiegel@gnu.org>
8726
8727 * vc-hooks.el: Require vc during compilation.
8728 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8729 macro `with-vc-properties' in vc.el.
8730 (vc-file-getprop): Doc fix.
8731 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8732
8733 * vc.el: Require dired-aux during compilation.
8734 (vc-name-assoc-file): Moved to vc-sccs.el.
8735 (with-vc-properties): New macro.
8736 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8737 vc-finish-steal): Use it.
8738 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8739 to the backend-specific function is now supposed to do the checkout,
8740 too.
8741 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8742
8743 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8744 set file properties; that gets done in the generic code now.
8745
8746 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8747 Changed parameter list, added code from vc.el that does the
8748 checkout, possibly with a double-take.
8749
8750 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8751 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8752 the above under the new name.
8753 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8754 parameter list, added checkout command.
8755 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8756 properties; that gets done in the generic code now.
8757
87582000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8759
8760 * vc.el: Docstring fixes (courtesy of checkdoc).
8761
87622000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8763
8764 * vc.el (vc-checkout-writable-buffer-hook)
8765 (vc-checkout-writable-buffer): Remove.
8766 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8767 (vc-log-mode): Make it into a clean derived major mode.
8768 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8769 vc-log-mode if log-edit is not available.
8770 (vc-dired-mode-map): Don't set-keymap-parent yet.
8771 (vc-dired-mode): Do set-keymap-parent here.
8772 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8773
87742000-09-05 Gerd Moellmann <gerd@gnu.org>
8775
8776 * faces.el (set-face-attribute, face-spec-reset-face)
8777 (face-spec-set): Avoid consing by removing calls to `apply'.
8778
8779 * frame.el (frame-parameter): Move to C code.
8780
87812000-09-05 Dave Love <fx@gnu.org>
8782
8783 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8784 insert-before-markers-and-inherit. Now checked systematically!
8785
87862000-09-05 Alex Schroeder <alex@gnu.org>
8787
8788 * sql.el (sql-postgres): Use sql-postgres-options.
8789 (sql-postgres-options): New variable.
8790
87912000-09-05 Alex Schroeder <alex@gnu.org>
8792
8793 * sql.el (sql-mode-menu): Work around missing variable mark-active
8794 in XEmacs.
8795 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8796 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8797 compatibility.
8798
87992000-09-04 Gerd Moellmann <gerd@gnu.org>
8800
8801 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8802
8803 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8804
8805 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8806
88072000-09-04 Andre Spiegel <spiegel@gnu.org>
8808
8809 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8810 don't support anything else under SCCS yet.
8811
8812 * vc-hooks.el: Minor doc fixes.
8813
88142000-09-04 Andre Spiegel <spiegel@gnu.org>
8815
8816 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8817 not necessary. If verbose in state `needs-patch', do the same as
8818 under `up-to-date'. When NOT verbose and `needs-patch', check out
8819 latest version instead of `merge-news'.
8820 (vc-next-action-dired): Don't mess with default-directory here; it
8821 breaks other parts of dired. It is the job of the
8822 backend-specific functions to adjust it temporarily if they need it.
8823 (vc-next-action): Remove a special CVS case.
8824 (vc-clear-headers): New optional arg FILE.
8825 (vc-checkin, vc-checkout): Set properties vc-state and
8826 vc-checkout-time properly.
8827 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8828 (vc-print-log): Use new backend function `show-log-entry'.
8829 (vc-cancel-version): Do the checks in a different order. Added a
8830 FIXME concerning RCS-only code.
8831
8832 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8833 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8834
8835 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8836
8837 * vc-hooks.el (vc-default-mode-line-string): Show state
8838 `needs-patch' as a `-' too.
8839
88402000-09-04 Andre Spiegel <spiegel@gnu.org>
8841
8842 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8843 (vc-default-could-register): New function.
8844 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8845 (vc-resynch-buffer): Call vc-dired-resynch-file.
8846 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8847 vc-resynch-buffer instead of vc-resynch-window.
8848 (vc-next-action-dired): Don't redisplay here, that gets done as a
8849 result of the individual file operations.
8850 (vc-retrieve-snapshot): Corrected prompt order.
8851
8852 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8853
8854 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8855 as well.
8856 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8857 hostname regexps. Updated all callers.
8858 (vc-cvs-responsible-p): Handle directories as well.
8859 (vc-cvs-could-register): New function.
8860 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8861 properties up-to-date.
8862
8863 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8864 user whether to create one.
8865
88662000-09-04 Andre Spiegel <spiegel@gnu.org>
8867
8868 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8869 check out a non-existing file.
8870
8871 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8872 workfile does not exist.
8873
8874 * vc.el (vc-version-diff): Use `require' to check for existence of
8875 diff-mode.
8876
88772000-09-04 Andre Spiegel <spiegel@gnu.org>
8878
8879 * vc-cvs.el (vc-cvs-registered): Use new function
8880 vc-cvs-parse-entry to do the actual work.
8881
88822000-09-04 Andre Spiegel <spiegel@gnu.org>
8883
8884 * vc-hooks.el (vc-find-backend-function): If function doesn't
8885 exist, return nil instead of error.
8886 (vc-call-backend): Doc fix.
8887
8888 * vc.el (vc-do-command): Doc fix.
8889 (vc-finish-logentry): When checking in from vc-dired, choose the
8890 right backend for logentry check.
8891 (vc-dired-mode-map): Inherit from dired-mode-map.
8892 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8893 simplified.
8894 (vc-dired-state-info): Removed, updated caller.
8895 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8896 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8897 (vc-dired-listing-switches): New variable.
8898 (vc-directory): Use it, instead of dired-listing-switches.
8899
8900 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8901 (vc-cvs-dir-state): New function.
8902 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8903 (vc-cvs-parse-entry): New function, also to be used in
8904 vc-cvs-registered.
8905
89062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8907
8908 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8909 *or* single-window-frames.
8910
89112000-09-04 Andre Spiegel <spiegel@gnu.org>
8912
8913 * vc.el (vc-update-changelog): Split into generic part and default
8914 implementation. Doc string adapted.
8915 (vc-default-update-changelog): New function. Call the `rcs2log'
8916 script in exec-directory, to fix a long-standing nuisance.
8917
8918 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8919 simply signals an error.
8920
89212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8922
8923 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8924 control-flow more clear and to avoid running `cvs' twice.
8925
8926 * vc.el (vc-next-action-on-file): Doc fix.
8927 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8928 (vc-print-log): Eval `file' before constructing the continuation.
8929
89302000-09-04 Andre Spiegel <spiegel@gnu.org>
8931
8932 * vc.el (vc-next-action-on-file): Corrected several messages.
8933 (vc-merge): Add prefix arg `merge-news'; handle it.
8934
8935 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8936 is not reached. It is.
8937 (vc-cvs-merge): Set state to 'edited after merge.
8938 (vc-cvs-merge-news): Set workfile version to nil if not known.
8939 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8940
8941 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8942 via stdout. (Merge from main line.)
8943
89442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8945
8946 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8947 detection.
8948
89492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8950
8951 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8952 against kill-all-local-variables.
8953 (vc-log-edit): Don't save vc-parent-buffer any more.
8954 (vc-last-comment-match): Initialize to an empty string.
8955 (vc-post-command-functions): New hook.
8956 (vc-do-command): Run it.
8957 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8958 (vc-finish-logentry): Only add the comment to the ring if it's
8959 different from the last comment entered.
8960 (vc-new-comment-index): New function.
8961 (vc-previous-comment): Use it. Make the minibuffer message
8962 slightly less terse.
8963 (vc-comment-search-reverse): Make it work forward as well. Don't
8964 set vc-comment-ring-index if no match is found. Use
8965 vc-new-comment-index.
8966 (vc-comment-search-forward): Use vc-comment-search-reverse.
8967 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8968 define-derived-mode will do it for us. Bind `v' to a keymap that
8969 inherits from vc-prefix-map so that we can bind `vt' without
8970 binding C-x v t.
8971 (vc-retrieve-snapshot): Parenthesis typo.
8972
8973 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8974 to 1. Make sure to switch to *vc* before looking for an error
8975 message. Use vc-parse-buffer.
8976
89772000-09-04 Andre Spiegel <spiegel@gnu.org>
8978
8979 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8980 and NAME.
8981 (vc-retrieve-snapshot): Split into two parts.
8982 (vc-default-retrieve-snapshot): New function.
8983
8984 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8985 (vc-cvs-retrieve-snapshot): New function (untested).
8986 (vc-cvs-stay-local): Default to t.
8987 (vc-cvs-remote-p): New function and property.
8988 (vc-cvs-state): Stay local only if the above is t.
8989 (vc-handle-cvs): Removed.
8990 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8991 done via vc-handled-backends now.
8992 (vc-cvs-header): Escape Id.
8993
89942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8995
8996 * vc.el (vc-do-command): Remove unused commands.
8997 (vc-version-diff): Make sure default-directory ends with a slash.
8998 Move the window commands into a vc-exec-after.
8999 (vc-print-log): Move more of the code into the `vc-exec-after'.
9000
90012000-09-04 Andre Spiegel <spiegel@gnu.org>
9002
9003 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9004 (vc-print-log): Search current revision from beginning of buffer.
9005 (vc-revert-buffer): Clear echo area after the diff is finished.
9006 (vc-prefix-map): Removed definition of "t" for terse display in vc
9007 dired.
9008 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9009 definition of "vt" for terse display.
9010 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9011
90122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9013
9014 * vc.el (vc-exec-after): Avoid caddr.
9015
90162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9017
9018 * vc.el (vc-exec-after): New function.
9019 (vc-do-command): Use it to add a termination message for async
9020 procs.
9021 (vc-checkout): Try to handle a missing-backend situation.
9022 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9023 of a directory with a backend using async diffs.
9024 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9025 present.
9026
9027 * vc-sccs.el (vc-sccs-state-heuristic): Use
9028 file-ownership-preserved-p.
9029
9030 * vc-rcs.el (vc-rcs-state-heuristic): Use
9031 file-ownership-preserved-p.
9032 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9033
90342000-09-04 Andre Spiegel <spiegel@gnu.org>
9035
9036 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9037 vc-do-command.
9038
9039 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9040 when there are no changes.
9041
90422000-09-04 Andre Spiegel <spiegel@gnu.org>
9043
9044 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9045
9046 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9047
90482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9049
9050 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9051
9052 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9053 the `fset' outside of the defvar so that it works even if
9054 vc-prefix-map was already defined.
9055 (vc-setup-buffer): New function, split out of vc-do-command.
9056 (vc-do-command): Allow BUFFER to be t to mean `just use the
9057 current buffer without any fuss'.
9058 (vc-version-diff): Change the `diff' backend operation to just put
9059 the diff in the current buffer without erasing it. Always use
9060 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9061 shrink-window-if-larger-than-buffer.
9062 (vc-print-log): Change the `print-log' backend operation to just
9063 put the log in the current buffer without erasing it. Protect
9064 shrink-window-if-larger-than-buffer.
9065 (vc-update-change-log): Fix setd typo.
9066
9067 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9068 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9069
9070 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9071 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9072 CMP.
9073
9074 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9075 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9076 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9077
90782000-09-04 Andre Spiegel <spiegel@gnu.org>
9079
9080 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9081 not possible, use vc-BACKEND-workfile-unchanged-p.
9082 (vc-default-workfile-unchanged-p): New function. Delegates to a
9083 full vc-BACKEND-diff.
9084
9085 * vc-hooks.el (vc-simple-command): Removed.
9086
9087 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9088 instead of vc-simple-command.
9089 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9090 avoid doing a diff when opening a file.
9091 (vc-rcs-state): Added check for unlocked-changes.
9092 (vc-rcs-header): Escape Id.
9093 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9094 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9095 version.
9096
9097 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9098 (vc-sccs-diff): Remove optional arg CMP.
9099 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9100 SCCS-specific function.
9101
9102 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9103 vc-simple-command.
9104
91052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9106
9107 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9108 (with-vc-file, vc-merge): Use vc-editable-p.
9109 (vc-do-command): Remove unused var vc-file and fix the
9110 doubly-defined `status' var. Add a user message when starting an
9111 async command.
9112 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9113 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9114 Use with-current-buffer.
9115 (vc-buffer-sync): Use unless.
9116 (vc-next-action-on-file): If the file is 'edited by read-only,
9117 make it read-write instead of trying to commit.
9118 (vc-version-diff, vc-update-change-log): Use `setq
9119 default-directory' rather than `cd'.
9120 (vc-log-edit): Don't forget to set default-directory in the
9121 buffer.
9122
9123 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9124 (vc-sccs-state-heuristic): Use file-writable-p instead of
9125 comparing userids.
9126 (vc-sccs-checkout): Use `unless'.
9127
9128 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9129 of comparing userids.
9130 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9131 Simplify the logic by eliminating unreachable code.
9132 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9133 just do a recursive call if we need to retry.
9134 (vc-rcs-checkout): Handle the case where rcs is missing by making
9135 the buffer read-write if requested and re-signalling the error.
9136
9137 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9138
91392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9140
9141 * vc-hooks.el (vc-handled-backends): Docstring change.
9142 (vc-ignore-vc-files): Mark obsolete.
9143 (vc-registered): Check vc-ignore-vc-files.
9144 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9145 vc-ignore-vc-files.
9146
9147 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9148
91492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9150
9151 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9152 files since ange-ftp already has vc-registered return nil.
9153
9154 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9155 (vc-sccs-workfile-version): Use with-temp-buffer and new
9156 vc-parse-buffer and don't bother setting the property.
9157 (vc-sccs-add-triple): Use with-current-buffer and
9158 find-file-noselect.
9159 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9160
9161 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9162 derives from the old vc-parse-buffer but uses the revision number
9163 rather than the date (much easier to compare robustly).
9164 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9165 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9166 locking-user more directly. Check strict locking and set
9167 checkout-model appropriately.
9168 (vc-rcs-parse-locks): Remove.
9169 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9170 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9171 (vc-rcs-system-release): Use with-current-buffer and
9172 vc-parse-buffer.
9173 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9174
9175 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9176 (vc-simple-command): Docstring fix.
9177 (vc-registered): Align the way the file-handler is called with the
9178 way the function itself works.
9179 (vc-file-owner): Remove.
9180
9181 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9182 extraction of fields and call to file-attributes because of a
9183 temporary bug in rcp.el.
9184 (vc-cvs-fetch-status): Use with-current-buffer.
9185
91862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9187
9188 * vc.el (vc-do-command): Use file-relative-name.
9189 (vc-responsible-backend): Use vc-backend if possible.
9190 (vc-create-snapshot): Improve the `interactive' spec. Add support
9191 for branches and dispatch to backend-specific `create-snapshot'.
9192 (vc-default-create-snapshot): New function, containing the bulk of
9193 the old vc-create-snapshot.
9194 (vc-retrieve-snapshot): Improve the interactive spec.
9195
9196 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9197 (vc-backend-hook-functions): Remove.
9198 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9199 (vc-backend): Reintroduce the test for `file = nil' now that I
9200 know why it was there (and added a comment to better remember).
9201
9202 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9203 code from vc-sccs-hooks.el.
9204 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9205 'vc anymore.
9206 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9207 and file-directory-p instead of file-exists-p.
9208 (vc-sccs-check-headers): Simplify the regexp.
9209
9210 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9211 from vc-rcs-hooks.el. Don't require 'vc anymore.
9212 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9213 file-directory-p instead of file-exists-p.
9214
9215 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9216 from vc-cvs-hooks.el.
9217 (proto vc-cvs-registered): Require 'vc-cvs instead of
9218 'vc-cvs-hooks. Don't require 'vc anymore.
9219 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9220 file-directory-p instead of file-exists-p.
9221 (vc-cvs-create-snapshot): New function, replacing
9222 vc-cvs-assign-name.
9223 (vc-cvs-assign-name): Remove.
9224
92252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9226
9227 * vc-cvs.el (vc-cvs-header): New var.
9228
9229 * vc-rcs.el (vc-rcs-exists): Remove.
9230 (vc-rcs-header): New var.
9231
9232 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9233 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9234 (vc-sccs-header): New var.
9235
9236 * vc.el (vc-do-command): Get rid of the `last' argument.
9237 (vc-header-alist): Remove, replaced by vc-X-header.
9238 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9239 (vc-dired-hook): Use expand-file-name instead of concat.
9240 (vc-directory): Use file-name-as-directory.
9241 (vc-snapshot-precondition, vc-create-snapshot)
9242 (vc-retrieve-snapshot): Allow the command to operate on any
9243 directory.
9244
9245 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9246 just removing the 'WORKFILE argument or by removing the 'MASTER
9247 argument and replacing `file' with (vc-name file).
9248
92492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9250
9251 * vc.el: Update Copyright and add a crude list of backend funs.
9252 (vc-writable-p): New function.
9253 (with-vc-file): Use vc-writable-p.
9254 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9255 (vc-register): Avoid vc-name.
9256 (vc-locking-user): Remove.
9257 (vc-steal-lock): Make the `owner' arg non-optional.
9258 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9259 vc-checkout-model.
9260 (vc-default-dired-state-info): Use vc-state instead of
9261 vc-locking-user and return special strings for special states.
9262 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9263 and get rid of one of the special CVS cases.
9264 (vc-cancel-version): prettify error message with \\[...].
9265 (vc-rename-master): New function.
9266 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9267 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9268 the CVS special case generic.
9269 (vc-default-record-rename): Remove.
9270 (vc-file-tree-walk-internal): Only call FUNC for files that are
9271 under control of some VC backend and replace `concat' with
9272 expand-file-name.
9273 (vc-file-tree-walk): Update docstring.
9274 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9275 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9276
9277 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9278 vc-sccs-record-rename. Use `find-file-noselect' rather than
9279 `find-file' and call `vc-rename-master' to do the actual move.
9280 (vc-sccs-diff): Remove unused `backend' variable.
9281
9282 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9283 to delay loading of vc-sccs until it is really used.
9284 (vc-sccs-master-templates): Preload.
9285 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9286 (vc-sccs-project-dir): Remove (merged into
9287 vc-sccs-search-project-dir).
9288 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9289 rather than `concat', make sure it is preloaded and don't bother
9290 to check that the file actually exists.
9291 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9292 `locks' argument (use buffer's content instead) and eliminate n^2
9293 behavior.
9294
9295 * vc-rcs.el: Update Copyright.
9296 (vc-rcs-rename-file): New function.
9297 (vc-rcs-diff): Remove unused `backend' variable.
9298
9299 * vc-hooks.el: Update Copyright.
9300 (vc-backend): Don't accept a nil argument any more.
9301 (vc-up-to-date-p): Turn into a defsubst.
9302 (vc-possible-master): New function.
9303 (vc-check-master-templates): Use `vc-possible-master' and allow
9304 funs in vc-X-master-templates to return a non-existent file.
9305
9306 * vc-cvs.el: Update Copyright.
9307 (vc-cvs-diff): Remove unused `backend' variable.
9308 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9309
9310 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9311
93122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9313
9314 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9315 since it can be called from vc-rcs.el.
9316 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9317
93182000-09-04 Andre Spiegel <spiegel@gnu.org>
9319
9320 * vc.el (vc-version-diff): Expand file name read from the
9321 minibuffer. Handle the case when a previous version number can't
9322 be guessed. Give suitable messages when there were no differences
9323 found.
9324 (vc-clear-headers): Call backend-specific implementation, if one
9325 exists.
9326 (vc-cancel-version): Made error checks generic. When done, clear
9327 headers generically, too.
9328
9329 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9330 from vc-clear-headers in vc.el.
9331
9332 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9333 correctly.
9334 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9335 optional. Handle the case when it's not there.
9336
93372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9338
9339 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9340
93412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9342
9343 * vc-hooks.el (vc-loadup): Remove.
9344 (vc-find-backend-function): Use `require'. Also, handle the case
9345 where vc-BACKEND-hooks.el doesn't exist.
9346 (vc-call-backend): Cleanup.
9347
93482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9349
9350 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9351 vc-rcs-grab-templates)
9352 (vc-rcs-registered): Remove. The default function works as well.
9353 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9354 vc-sccs-grab-templates)
9355 (vc-sccs-registered): Remove. The default function works as well.
9356
9357 * vc.el (vc-version-diff): Left out a vc- in call to
9358 vc-call-backend.
9359 (vc-default-dired-state-info, vc-default-record-rename)
9360 (vc-default-merge-news): Update for the new backend argument.
9361
9362 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9363 using the default function.
9364 (vc-call-backend): If calling the default function, pass it the
9365 backend as first argument. Update the docstring accordingly.
9366 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9367 for the new backend argument.
9368 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9369 (vc-find-backend-function): Use the new name.
9370 (vc-default-registered): New function.
9371
93722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9373
9374 * vc.el (vc-merge): Use vc-find-backend-function.
9375
9376 * vc-hooks.el (vc-backend-functions): Remove.
9377 (vc-loadup): Don't setup 'vc-functions.
9378 (vc-find-backend-function): New function.
9379 (vc-call-backend): Use above fun and populate 'vc-functions
9380 lazily.
9381 (vc-backend-defines): Remove.
9382
93832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9384
9385 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9386 Call vc-call-backend without the leading vc-.
9387 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9388 (vc-check-headers): Call vc-call-backend without the leading vc-.
9389 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9390 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9391 Call vc-call-backend without the leading vc-.
9392
9393 * vc-cvs.el (tail): Provide vc-cvs.
9394 * vc-sccs.el (tail): Provide vc-sccs.
9395 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9396
9397 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9398 (vc-make-backend-function, vc-call): Pass names without leading
9399 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9400 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9401 (vc-call-backend): Always try to load vc-X-hooks.
9402 (vc-registered): Remove vc- in call to vc-call-backend.
9403
94042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9405
9406 * vc.el (vc-process-filter): New function.
9407 (vc-do-command): Setup `vc-process-filter' for the async process.
9408 (vc-maybe-resolve-conflicts): New function to reduce
9409 code-duplication. Additionally, it puts the buffer in
9410 `smerge-mode' if applicable.
9411 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9412 calling `merge-news'.
9413 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9414 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9415 interfacing to log-edit.el.
9416 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9417 log-edit is available.
9418 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9419
94202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9421
9422 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9423 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9424 defvar and the initialization.
9425 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9426
9427 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9428 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9429
9430 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9431
94322000-09-04 Andre Spiegel <spiegel@gnu.org>
9433
9434 * vc.el (vc-file-clear-masterprops): Removed.
9435 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9436 (vc-version-diff): Use buffer-size without argument.
9437 (vc-register): Heed vc-initial-comment.
9438
9439 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9440 default branch.
9441
9442 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9443 file name and workfile version.
9444 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9445
9446 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9447 vc-file-clear-masterprops.
9448
9449 * vc-sccs.el (vc-sccs-checkout): Removed call to
9450 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9451 rather than user login name.
9452
9453
94542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9455
9456 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9457 `want-differences-if-changed' and simplify.
9458 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9459 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9460 output (which is invalid for async vc-diff) to decide whether to
9461 do the revert silently or not.
9462
94632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9464
9465 * vc-hooks.el (vc-loadup): Load files quietly.
9466 (vc-call-backend): Oops, brain fart.
9467
94682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9469
9470 * vc-cvs.el (vc-cvs-state): Typo.
9471 (vc-cvs-merge-news): Return the status code rather than the error msg.
9472
94732000-09-04 Andre Spiegel <spiegel@gnu.org>
9474
9475 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9476 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9477 vc-state or vc-up-to-date-p.
9478 (vc-merge): Use vc-backend-defines to check whether merging is
9479 possible. Set state to 'edited after successful merge.
9480
9481 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9482 return that name. Redocumented.
9483
94842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9485
9486 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9487 new `vc-state' semantics.
9488 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9489 'vc-locking-user to the current user.
9490 (vc-merge): Inline vc-backend-merge. Comment out code that I
9491 don't understand and hence can't adapt to the new `vc-state' and
9492 `vc-locking-user' semantics.
9493 (vc-backend-merge): Remove.
9494
9495 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9496 rather than 'vc-locking-user.
9497
9498 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9499
9500 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9501 (vc-state): Don't use 'reserved any more. Just use the same
9502 convention as the one used for vc-<backend>-state where the
9503 locking user (as a string) is returned.
9504 (vc-locking-user): Update, based on the above convention. The
9505 'vc-locking-user property has disappeared.
9506 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9507
9508 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9509 with a heuristic one.
9510 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9511 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9512 error. That allows us to get to 'needs-merge even in the
9513 stay-local case. There's still no way to detect 'needs-patch in
9514 such a setup (or to force an update for that matter).
9515 (vc-cvs-logentry-check): Remove, the default works as well.
9516
95172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9518
9519 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9520
9521 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9522 major-mode in which the buffer might have been put earlier. Use
9523 `remove' and `when'. Allow `okstatus' to be `async' and use
9524 `start-process' in this case.
9525 (vc-version-diff): Handle the case where the diff looks empty
9526 because of the use of an async process.
9527
95282000-09-04 Andre Spiegel <spiegel@gnu.org>
9529
9530 * vc.el (vc-next-action-on-file): Removed optional parameter
9531 `simple'. Recompute state unconditionally.
9532 (vc-default-toggle-read-only): Removed.
9533
9534 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9535 (vc-toggle-read-only): Undid prev change.
9536
9537 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9538 vc-cvs-simple-toggle. Redocumented.
9539 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9540 (vc-cvs-toggle-read-only): Removed.
9541
95422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9543
9544 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9545 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9546 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9547 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9548 still is. So maybe it should be removed.
9549 (vc-head-version, vc-find-binary): Remove.
9550 (vc-recompute-state): Move from vc-hooks.el.
9551 (vc-next-action-on-file): Add a `simple' argument to allow
9552 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9553 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9554 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9555 (vc-dired-mode-map): Properly defvar it.
9556 (vc-print-log): Call log-view-mode if available.
9557 (small-temporary-file-directory): defvar instead of use boundp.
9558 (vc-merge-news): Moved to vc-cvs.el.
9559 (vc-default-merge-news): New function.
9560
9561 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9562 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9563 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9564 unknown `vc-latest-version' function. It should probably refer to
9565 vc-workfile-version or somesuch, but it's very unclear to me and I
9566 don't have SCCS to test things.
9567
9568 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9569 (vc-sccs-state-heuristic): Fix typo.
9570 (vc-sccs-workfile-unchanged-p): Add missing argument.
9571
9572 * vc-rcs.el: Require vc and vc-rcs-hooks.
9573 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9574 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9575 (vc-release-greater-or-equal-p): Move from vc.
9576 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9577 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9578 (vc-rcs-checkout): Add a missing `new-version' argument in the
9579 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9580
9581 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9582 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9583 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9584 than the apparently unbound `workfile-version'.
9585
9586 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9587 (vc-file-prop-obarray): Use `make-vector'.
9588 (vc-backend-functions): Add new hookable functions
9589 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9590 (vc-loadup): If neither backend nor default functions exist, use
9591 the backend function rather than nil.
9592 (vc-call-backend): If the function if not bound yet, try to load
9593 the non-hook file to see if it provides it.
9594 (vc-call): New macro plus use it wherever possible.
9595 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9596 nor `vc-find-binary' since it's only called from
9597 vc-mistrust-permission which is only used once the backend is known.
9598 (vc-checkout-model): Fix parenthesis.
9599 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9600
9601 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9602 (vc-cvs-release, vc-cvs-system-release): Remove.
9603 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9604 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9605 status symbols.
9606 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9607 (vc-cvs-toggle-read-only): First cut at a function to allow a
9608 cvs-status-free vc-toggle-read-only.
9609 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9610 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9611 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9612 (vc-cvs-checkout): Modify access rights directly if the user
9613 requested not to use `cvs edit'. And refresh the mode line.
9614
9615 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9616 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9617
96182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9619
9620 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9621 workfile' that got lost when the code was extracted from vc.el.
9622 And merged the tail with the rest of the code (not possible in the
9623 old vc.el where the tail was shared among all backends). And
9624 explicitly set the state to 'edited if `writable' is set.
9625
9626 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9627 (vc-cvs-state): Be careful to return the value from
9628 vc-cvs-parse-state.
9629 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9630 property but return it instead. Also be careful to handle a nil
9631 or "" `rev' when workfile is non-nil (it was handled properly when
9632 workfile was nil).
9633
9634 * vc.el: Removed those pesky unnecessary `(function' quotes.
9635 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9636 directly in the defvar.
9637 (vc-do-command): Bind inhibit-read-only so as to properly handle
9638 the case where the destination buffer has been made read-only.
9639 (vc-diff): Delegate to vc-version-diff in all cases.
9640 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9641 (vc-annotate-mode-variables): Removed (code moved partly to
9642 defvars and partly to vc-annotate-add-menu).
9643 (vc-annotate-mode): Turned into a derived-mode.
9644 (vc-annotate-add-menu): Moved in code in
9645 vc-annotate-mode-variables.
9646 (vc-update-change-log): Use make-temp-file if available.
9647
96482000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9649
9650 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9651 `vc-checkout-model' updated to `vc-cvs-update-model'.
9652
96532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9654
9655 * vc.el (vc-next-action-on-file): Added handling of state
9656 `unlocked-changes'.
9657 (vc-checkout-carefully): Is now practically obsolete, unless the
9658 above is too slow to be enabled unconditionally.
9659 (vc-update-change-log): Fixed typo.
9660
9661 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9662
9663 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9664 Now handles state `unlocked-changes'.
9665 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9666
9667 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9668
9669 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9670 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9671 `unlocked-changes'.
9672 (vc-rcs-workfile-unchanged-p): Renamed from
9673 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9674 function yet, but supposed to become one soon.
9675
9676 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9677 `vc-steal-lock'.
9678 (vc-call-backend): Changed error message.
9679 (vc-state): Added description of state `unlocked-changes'.
9680
96812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9682
9683 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9684 always return t in CVS-controlled directories.
9685
9686 * vc.el (vc-responsible-backend): New function.
9687 (vc-register): Largely rewritten.
9688 (vc-admin): Removed (implementation moved into vc-register).
9689 (vc-checkin): Redocumented.
9690 (vc-finish-logentry): If no backend defined yet (because we are in
9691 the process of registering), use the responsible backend.
9692
9693 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9694 Updated function lists.
9695 (vc-call-backend): Fixed typo.
9696
9697 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9698 New functions.
9699 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9700 Removed query option. Redocumented.
9701
97022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9703
9704 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9705
9706 * vc.el: Updated callers of `vc-checkout-required' to use
9707 `vc-checkout-model'.
9708
97092000-09-04 Martin Lorentzson <martinl@gnu.org>
9710
9711 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9712 stuff updated to reference this function instead of the old
9713 `vc-backend-release-p'.
9714
97152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9716
9717 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9718 vc-checkout-model. Return appropriate values. Updated callers.
9719
97202000-09-04 Martin Lorentzson <martinl@gnu.org>
9721
9722 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9723 (vc-backend-revert): Function moved into `vc-revert';
9724 `vc-next-action' must be updated to accomodate this change.
9725 (vc-backend-steal): Function moved into `vc-finish-steal'.
9726 (vc-backend-logentry-check): Function moved into
9727 `vc-finish-logentry'.
9728 (vc-backend-printlog): Function moved into `vc-print-log'.
9729 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9730 (vc-backend-assign-name): Function moved into
9731 `vc-create-snapshot'.
9732
97332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9734
9735 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9736 Rename to vc-checkout-model. Return appropriate values.
9737 Update callers.
9738
9739 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9740 to vc-checkout-model.
9741 (vc-checkout-required): Rename to vc-checkout-model.
9742 Re-implement and re-comment.
9743 (vc-after-save): Use vc-checkout-model.
9744
97452000-09-04 Martin Lorentzson <martinl@gnu.org>
9746
9747 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9748 Update to use the vc-BACKEND-diff functions instead.
9749 `vc-diff' is now working.
9750
9751 * vc-rcs.el (vc-rcs-logentry-check): New function.
9752
9753 * vc-cvs.el (vc-cvs-logentry-check): New function.
9754
9755 * vc-sccs.el (vc-sccs-diff): Function changed name from
9756 `vc-backend-diff'. This makes `vc-diff' work.
9757
9758 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9759 of functions possibly implemented in a vc-BACKEND library.
9760 (vc-checkout-required): Fix bug that caused an error to be
9761 signaled during `vc-after-save'.
9762
9763 * vc.el: Fix typo.
9764 This checkin is made with our new VC code base for the very first time.
9765 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9766
9767 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9768 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9769
9770 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9771 updated to `vc-uses-locking'.
9772 (vc-checkout-required): Call to backend function.
9773 `vc-checkout-required' updated to `vc-uses-locking' instead.
9774
9775 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9776 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9777
9778 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9779 to match the split into various backends.
9780 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9781 (vc-retrieve-snapshot): Bug fix.
9782
97832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9784
9785 * vc-sccs.el (vc-sccs-release): Doc fix.
9786
97872000-09-04 Martin Lorentzson <martinl@gnu.org>
9788
9789 * vc.el (vc-next-action-on-file): Bug found and fixed.
9790 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9791 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9792
9793 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9794 (vc-rcs-checkout): Name space cleaned up. No more revision number
9795 crunching function names that are not prefixed with vc-rcs.
9796 (vc-rcs-checkout-model): Function added. References to
9797 `vc-checkout-model' replaced.
9798
97992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9800
9801 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9802 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9803 still need to be split, and implemented for RCS).
9804
98052000-09-04 Martin Lorentzson <martinl@gnu.org>
9806
9807 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9808
9809 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9810 required by the vc.el file.
9811
9812 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9813 required by the vc.el file.
9814 (vc-rcs-exists): Function added.
9815
9816 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9817 required by the vc.el file.
9818
9819 * vc.el (vc-admin): Updated to handle selection of appropriate
9820 backend. Current implementation is crufty and need re-thinking.
9821
9822 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9823
98242000-09-04 Martin Lorentzson <martinl@gnu.org>
9825
9826 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9827 beginning of annotate buffers correctly.
9828
9829 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9830 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9831 functionality updated quite a lot to support multiple backends.
9832 Variables `vc-annotate-mode', `vc-annotate-buffers',
9833 `vc-annotate-backend' added.
9834
9835 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9836 `vc-annotate-difference' added to supported backend functions.
9837
98382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9839
9840 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9841 Use with-temp-file instead of /bin/sh. Merged from mainline
9842
98432000-09-04 Martin Lorentzson <martinl@gnu.org>
9844
9845 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9846
9847 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9848
9849 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9850
98512000-09-04 Martin Lorentzson <martinl@gnu.org>
9852
9853 * vc-hooks.el: vc-state-heuristic added to
9854 vc-backend-hook-functions.
9855
9856 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9857
9858 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9859
9860 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9861 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9862 state to `reserved'.
9863
9864 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9865 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9866
98672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9868
9869 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9870 untouched.
9871
9872 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9873
9874 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9875 if defined. (Merged from main line, slightly adapted.)
9876
9877 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9878 millenium problem (merged from mainline).
9879
98802000-09-04 Martin Lorentzson <martinl@gnu.org>
9881
9882 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9883 part and moved the non-BACKEND stuff to vc.el.
9884
9885 * vc.el: Split the annotate feature into a BACKEND specific part
9886 and moved it from the vc-cvs.el file to this one.
9887
98882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9889
9890 * vc-hooks.el: Implement new state model.
9891 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9892 (vc-locking-user): Simplify. Now only needed if the file is
9893 locked by somebody else.
9894 (vc-lock-from-permissions): Remove. Functionality is in
9895 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9896 (vc-mode-line-string): New name for former vc-status. Adapted.
9897 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9898
9899 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9900 Various simplifications and adaptations all over the place.
9901
9902 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9903 Simplify and adapt the rest.
9904
9905 * vc.el (vc-resynch-window): Add TODO comment: check for
9906 interaction with view mode according to recent RCS change.
9907 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9908
99092000-09-04 Martin Lorentzson <martinl@gnu.org>
9910
9911 * vc.el: Convert the remaining function comments to docstrings.
9912
99132000-09-04 Martin Lorentzson <martinl@gnu.org>
9914
9915 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9916 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9917 (vc-minor-part, vc-previous-version): Functions that operate and
9918 compare revision numbers got proper documentation. Comments added
9919 about their possible removal.
9920
99212000-09-04 Martin Lorentzson <martinl@gnu.org>
9922
9923 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9924 the vc-backend.el files.
9925
9926 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9927
9928 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9929 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9930 (vc-rcs-previous-version): Functions added.
9931
9932 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9933
9934 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9935
99362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9937
9938 * vc-hooks.el (vc-master-templates): Is really obsolete.
9939 Comment out the definition for now. What is the right procedure
9940 to get rid of it?
9941 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9942 rewritten.
9943 (vc-default-registered): Remove.
9944 (vc-check-master-templates): New function; does mostly what the
9945 above did before.
9946 (vc-locking-user): Don't rely on the backend to set the property.
9947
9948 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9949 Rewrite documentation.
9950 (vc-rcs-templates-grabbed): New variable.
9951 (vc-rcs-grab-templates): New function.
9952 (vc-rcs-registered): Rewrite to use above mechanism.
9953
9954 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9955 Rewrite documentation.
9956 (vc-sccs-templates-grabbed): New variable.
9957 (vc-sccs-grab-templates): New function.
9958 (vc-sccs-registered): Rewrite to use above mechanism.
9959 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9960 Don't throw the result, simply return it.
9961
9962 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9963 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9964 (vc-cvs-registered): Does the check itself now. Simplify.
9965
9966 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9967 from main line.
9968
99692000-09-04 Martin Lorentzson <martinl@gnu.org>
9970
9971 * vc-cvs.el (vc-cvs-diff): New function.
9972
9973 * vc-sccs.el (vc-sccs-diff): New function.
9974
9975 * vc-rcs.el (vc-rcs-diff): New function.
9976 (vc-rcs-checkout): Bug (typo) found and fixed.
9977 (vc-rcs-register-switches): New variable.
9978
9979 * vc.el (vc-backend-diff): Function removed and placed in the
9980 backend files.
9981
99822000-09-04 Martin Lorentzson <martinl@gnu.org>
9983
9984 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9985
9986 * vc.el (vc-backend-checkout): Function removed and replaced in
9987 the vc-backend.el files.
9988
9989 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9990
9991 * vc.el (vc-backend-admin): Removed and replaced in the
9992 vc-backend.el files.
9993
9994 * vc.el (Martin): Removed all the annotate functionality since it
9995 is CVS backend specific.
9996
99972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9998
9999 * spec.txt: Added specification of vc-state.
10000
10001 * vc-sccs-hooks.el (vc-sccs-master-properties):
10002 Remove handling of vc-latest-version and
10003 vc-your-latest-version. What used to be vc-latest-version, is now
10004 returned as vc-workfile-version.
10005 (vc-sccs-workfile-version): Adapt.
10006
100072000-09-04 Dave Love <fx@gnu.org>
10008
10009 * vc.el: [Merged from mainline.]
10010 (vc-dired-mode): Make the dired-move-to-filename-regexp
10011 regexp match the date, to avoid treating date as file size.
10012 Add YYYY S option to WESTERN/
10013
100142000-09-04 Dave Love <fx@gnu.org>
10015
10016 * vc.el: Require `compile' when compiling.
10017 (vc-logentry-check-hook): New option.
10018 (vc-steal-lock): Use compose-mail.
10019 (vc-dired-mode-map): Defvar when compiling.
10020 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10021 vc-sccs.el and renamed. Callers changed.
10022 (vc-backend-checkout, vc-backend-logentry-check)
10023 (vc-backend-merge-news): Doc fix.
10024 (vc-default-logentry-check): New function.
10025 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10026 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10027 (vc-backend-merge): Doc fix. Use backend functions.
10028 (vc-check-headers): Use backend functions.
10029
10030 * vc-cvs.el: Require vc when compiling.
10031 (vc-cvs-register-switches): Doc fix.
10032 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10033 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10034 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10035 New functions (code from vc.el).
10036 (vc-annotate-display-default): Fix interactive spec.
10037 (vc-annotate-time-span): Doc fix.
10038
10039 * vc-rcs.el: Require vc when compiling.
10040 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10041 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10042 (vc-rcs-checkin): New functions (code from vc.el).
10043 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10044 Doc fix.
10045 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10046
10047 * vc-sccs.el: Require vc when compiling.
10048 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10049 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10050 (vc-sccs-revert)
10051 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10052 from vc.el).
10053 (vc-sccs-add-triple, vc-sccs-record-rename)
10054 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10055 (vc-sccs-admin): Doc fix.
10056
100572000-09-04 Martin Lorentzson <martinl@gnu.org>
10058
10059 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10060 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10061 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10062 from vc.el.
10063
10064 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10065
10066 * vc-cvs.el: Moved the annotate functionality from vc.el.
10067 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10068
100692000-09-04 Dave Love <fx@gnu.org>
10070
10071 * vc.el (vc-backend-release): Call vc-system-release.
10072
10073 * vc-sccs.el (vc-sccs-system-release):
10074 Renamed from vc-sccs-backend-release.
10075
10076 * vc-rcs.el (vc-rcs-system-release):
10077 Renamed from vc-rcs-backend-release.
10078
10079 * vc-cvs.el (vc-cvs-system-release):
10080 Renamed from vc-cvs-backend-release.
10081
100822000-09-04 Dave Love <fx@gnu.org>
10083
10084 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10085 backend files.
10086 (vc-backend-release): Dispatch to backend functions.
10087 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10088 probably needs attention.]
10089
10090 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10091 (vc-sccs-backend-release): New function.
10092
10093 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10094 (vc-cvs-backend-release): New function.
10095
10096 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10097 Doc fix.
10098 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10099 (vc-default-dired-state-info): New function.
10100 (vc-dired-state-info): Dispatch to backends.
10101 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10102
10103 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10104 from vc.el and renamed.
10105
101062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10107
10108 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10109 (vc-version-other-window, vc-backend-assign-name): Removed
10110 references to vc-latest-version; sometimes changed into
10111 vc-workfile-version.
10112
10113 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10114 vc-rcs-master-workfile-version.
10115 (vc-rcs-workfile-version): Use the above. Don't call
10116 vc-latest-version (that was unreachable code, anyway).
10117 (vc-rcs-fetch-master-properties): Doc fix.
10118
10119 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10120 (vc-backend-hook-functions): Removed them from this list, too.
10121 (vc-fetch-properties): Removed.
10122 (vc-workfile-version): Doc fix.
10123
10124 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10125 (vc-rcs-workfile-version, vc-rcs-locking-user)
10126 (vc-rcs-uses-locking): Use it.
10127
10128 * vc-hooks.el (vc-consult-rcs-headers):
10129 Moved into vc-rcs-hooks.el, under the name
10130 vc-rcs-consult-headers.
10131
10132 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10133 headers.
10134 (vc-cvs-find-master): Use this name only; correct different
10135 versions of the name.
10136
10137 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10138 New functions.
10139 (vc-sccs-locking-user): Use the latter.
10140
10141 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10142 New functions.
10143
10144 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10145 Moved into both
10146 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10147 functions are implementation details of those two backends.
10148
101492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10150
10151 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10152 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10153
10154 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10155 (vc-sccs-parse-locks): SCCS-specific code moved here from
10156 vc-hooks.
10157
10158 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10159 code moved here from vc-hooks.
10160
10161 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10162 into back-end specific parts and removed. Callers not updated
10163 yet; because I guess these callers will disappear into back-end
10164 specific files anyway.
10165
101662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10167
10168 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10169 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10170 `vc-uses-locking'.
10171
10172 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10173 Store yes/no in the property, and return t/nil. Updated all
10174 callers.
10175
10176 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10177 vc-sccs-uses-locking. Don't set property.
10178 (vc-sccs-locking-user): Don't set property.
10179
10180 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10181 vc-cvs-uses-locking. Don't set property here; leave that to
10182 vc-hooks.
10183 (vc-cvs-locking-user): Reflect above change. Streamlined.
10184
10185 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10186 vc-rcs-uses-locking.
10187 (vc-rcs-locking-user): Reflect above change.
10188
101892000-09-04 Dave Love <fx@gnu.org>
10190
10191 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10192
10193 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10194
10195 * vc-hooks.el (vc-checkout-model): Punt to backends.
10196
10197 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10198
10199 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10200
10201 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10202 New functions.
10203
10204 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10205 New functions.
10206
10207 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10208 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10209
10210 * vc-hooks.el (vc-default-locking-user): New function.
10211 (vc-locking-user, vc-workfile-version): Punt to backends.
10212
102132000-09-04 Dave Love <fx@gnu.org>
10214
10215 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10216 (vc-master-workfile-version): Moved from vc-hooks.
10217
10218 * vc-rcs-hooks.el: Fix duplicate code in last change.
10219
10220 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10221 (vc-rcs-master-templates): Improve :type.
10222 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10223 vc-master-workfile-version): Moved from vc-hooks.
10224
10225 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10226 (vc-sccs-master-templates): Improve :type.
10227 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10228
10229 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10230
10231 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10232 (vc-cvs-master-templates): Improve :type. Use
10233 vc-cvs-find-cvs-master.
10234 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10235 from vc-hooks.
10236 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10237
10238 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10239 Moved to vc-cvs-hooks.
10240
10241 * vc-hooks.el: Add doc strings in various places. Simplify the
10242 minor mode setup.
10243 (vc-handled-backends): New user variable.
10244 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10245 simplification.
10246
102472000-09-04 Dave Love <fx@gnu.org>
10248
10249 * vc.el: Some doc fixes for autoloaded and interactive functions.
10250 Fix compilation warnings from ediff stuff.
10251 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10252
10253 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10254
10255 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10256
10257 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10258
102592000-09-04 Dave Love <fx@gnu.org>
10260
10261 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10262 New variable.
10263 (vc-make-backend-function, vc-loadup, vc-call-backend)
10264 (vc-backend-defines): New functions.
10265
10266 * vc-hooks.el: Various doc fixes.
10267 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10268 (vc-match-substring): Function removed. Callers changed to use
10269 match-string.
10270 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10271 Simplify.
10272
102732000-09-04 Dave Love <fx@gnu.org>
10274
10275 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10276 type.
10277 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10278 (vc-sccs-registered): Doc fix.
10279
10280 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10281 (vc-cvs-registered): Doc fix.
10282
10283 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10284 (vc-rcs-registered): Doc fix.
10285
102862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10287
10288 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10289
10290 * vc-hooks.el: vc-registered has been renamed
10291 vc-default-registered. Some functions have been moved to the
10292 backend specific files. they all support the
10293 vc-BACKEND-registered functions.
10294
102952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10296
10297 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10298
10299 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10300
103012000-09-04 Dave Love <fx@gnu.org>
10302
10303 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10304 menu-bar-update-hook.
10305
10306 * help.el (help-manyarg-func-alist): Add
10307 find-operation-coding-system.
10308
10309 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10310
10311 * custom.el (custom-set-variables): Print message about errors in
10312 setting.
10313
103142000-09-03 Andrew Innes <andrewi@gnu.org>
10315
10316 * makefile.w32-in: Change to DOS line endings.
10317
103182000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10319
10320 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10321 minor-mode keymaps, if they don't have one.
10322
103232000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10324
10325 * eshell/esh-module.el (eval-when-compile): Don't lose if
10326 esh-module.el's file name is truncated to DOS 8+3 limits.
10327
103282000-09-01 John Wiegley <johnw@gnu.org>
10329
10330 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10331 predicate, which caused entries in the completion list to be
10332 doubled.
10333
103342000-08-30 John Wiegley <johnw@gnu.org>
10335
10336 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10337 sending to subprocesses. Also, hook pre-command-hook if
10338 `eshell-send-direct-to-subprocesses' is non-nil.
10339 (eshell-send-direct-to-subprocesses): New config variable. If t,
10340 subprocess input is send immediately.
10341 (eshell-toggle-direct-send): New function.
10342 (eshell-self-insert-command): New function.
10343 (eshell-intercept-commands): New function.
10344 (eshell-send-input): If direct subprocess sending is enabled,
10345 don't echo any input to the Eshell buffer. Let the subprocess
10346 handle that. This requires "stty echo" in bash, for example.
10347
103482000-08-28 John Wiegley <johnw@gnu.org>
10349
10350 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10351 completion function for Eshell's implementation of `unset'.
10352
103532000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10354
10355 * info.el (Info-directory-list): Doc fix.
10356
103572000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10358
10359 * filecache.el (file-cache-add-directory-using-find): Don't quote
10360 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10361
103622000-08-31 Kenichi Handa <handa@etl.go.jp>
10363
10364 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10365 coding systems.
10366
103672000-08-30 Andrew Innes <andrewi@gnu.org>
10368
10369 * timer.el (run-with-idle-timer): Undo last change, so that timer
10370 is not activated immediately if Emacs is already idle. Some
10371 existing code relies on this behaviour.
10372
103732000-08-30 Miles Bader <miles@gnu.org>
10374
10375 * frame.el (set-frame-font): Do completion of font-name for
10376 interactive use.
10377
103782000-08-30 Kenichi Handa <handa@etl.go.jp>
10379
10380 * international/quail.el (quail-start-translation): Bind locally
10381 last-command-event, last-command, and this-command.
10382 (quail-start-conversion): Likewise.
10383 (quail-self-insert-command): Fix docstring.
10384
103852000-08-29 Gerd Moellmann <gerd@gnu.org>
10386
10387 * progmodes/executable.el
10388 (executable-make-buffer-file-executable-if-script-p): Check that
10389 buffer contains at least 2 characters.
10390
103912000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10392
10393 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10394
103952000-08-29 Dave Love <fx@gnu.org>
10396
10397 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10398 (diff-mode-shared-map): Bind mouse-2.
10399 (diff-imenu-generic-expression): New variable.
10400 (diff-mode): Use it.
10401
10402 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10403 (mouse-popup-menubar): Add minor mode menus.
10404 (popup-menu): Check for lookup-key returning number.
10405
104062000-08-29 Miles Bader <miles@gnu.org>
10407
10408 * comint.el (comint-send-input): Create overlays using the proper
10409 front/read-advance arguments.
10410
104112000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10412
10413 * ps-print.el: Even/odd pages printing. Doc fix.
10414 (ps-print-version): New version number (6.0).
10415 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10416 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10417 (ps-print-duplex-feature): Variable eliminated.
10418 (ps-even-or-odd-pages): New variable.
10419
10420 * progmodes/ebnf2ps.el: Doc fix.
10421 (ebnf-version): New version (3.3).
10422 (ebnf-user-arrow): Change variable customization to sexp.
10423 (ebnf-user-arrow): Function eliminated.
10424 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10425
104262000-08-29 Kenichi Handa <handa@etl.go.jp>
10427
10428 * help.el (help-xref-mule-regexp): New variable.
10429 (help-make-xrefs): Handle help-xref-mule-regexp.
10430
10431 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10432 variable.
10433 (describe-input-method): Temporarily activate the specfied input
10434 method to display the information.
10435 (describe-language-environment): Hyperlinks to mule related items.
10436
10437 * international/mule-diag.el (charset-multibyte-form-string): New
10438 function.
10439 (list-character-sets-1): Use charset-multibyte-form-string.
10440 (describe-character-set): New function.
10441 (describe-coding-system): Hyperlinks to safe character sets.
10442
10443 * international/quail.el (quail-help): New arg PACKAGE.
10444 Hyperlinks to mule related items.
10445 (quail-help-insert-keymap-description): Use
10446 substitute-command-keys instead of describe-bindings.
10447 (quail-translation-help): Hyperlinks to mule related items.
10448
104492000-08-28 John Wiegley <johnw@gnu.org>
10450
10451 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10452 have a defsubst call itself. Made `eshell-flatten-list' back into
10453 a function again.
10454
10455 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10456 catch, in case re-centering point at bottom messes up the display.
10457 This happens frequently in Emacs 21, due I believe to variable
10458 line heights.
10459
10460 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10461 to call `find-tag-interactive'.
10462
10463 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10464 the list of remember directories.
10465
104662000-08-28 John Wiegley <johnw@gnu.org>
10467
10468 * align.el: Test align-region-separate to see if it's a symbol.
10469
104702000-08-28 John Wiegley <johnw@gnu.org>
10471
10472 * eshell/esh-util.el (eshell-flatten-list): Made this function
10473 into a defsubst form. It gets used very frequently, although
10474 calls don't occur all that often.
10475
10476 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10477 examining it.
10478
10479 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10480 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10481 `eshell-protect'.
10482 (eshell-copy-handles): Created a new macro for duplicating the
10483 current set of open handles. This is needed by the looping
10484 functions.
10485 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10486 is not incorrectly stomped on.
10487
10488 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10489 declaration for pcomplete-use-paring.
10490 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10491 value of eshell-cmpl-use-paring.
10492 * pcomplete.el (pcomplete-use-paring): New config variable, to
10493 indicate whether paring should be used.
10494 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10495 completion alternatives that have already been used.
10496
10497 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10498 bound to C-c C-y, which will repeat the previous N arguments
10499 (based on prefix argument).
10500 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10501
10502 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10503 if there is no *Help* buffer. This is for XEmacs, which renames
10504 its help buffers uniquely. TODO: Find out what the current buffer
10505 name to delete is.
10506
10507 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10508 first entry that correlates to a passwd/group number. Later
10509 entries (used for group/user name aliasing to multiple IDs) are
10510 ignored.
10511
10512 * eshell/em-xtra.el (eshell/expr):
10513 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10514 (eshell-grep, eshell/diff, eshell/locate):
10515 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10516 argument list, before passing it to the system command.
10517
10518 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10519 `find-tag' for use at final position in Eshell buffers (which
10520 otherwise triggers an error on Emacs 21).
10521 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10522 buffer, if it is currently bound to `find-tag'.
10523
10524 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10525 in the list of matched Makefile names.
10526 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10527 directory, prefer its contents to Makefile.
10528
10529 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10530 directory parts (like "cd old new", or "cd =regexp"), are now case
10531 sensitive on non-Windows/DOS platforms.
10532
10533 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10534 types RET after an open delimiter (like "), display a message
10535 indicating that Eshell is waiting for the closing delimiter.
10536
10537 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10538 environment variables.
10539
10540 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10541 gracefully if the user enters incorrect arguments.
10542
10543 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10544 Eshell buffers.
10545
10546 * eshell/esh-var.el (eshell-interpolate-variable):
10547 * eshell/esh-mode.el (eshell-move-argument):
10548 * eshell/em-unix.el (eshell-du-sum-directory):
10549 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10550 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10551 (not (= ...)).
10552
10553 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10554 to ensure the `preserve' flag gets propagated when doing recursive
10555 directory copies.
10556
105572000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10558
10559 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10560 Don't convert \n into \0177 in memory.
10561 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10562 and back again, when reading and writing.
10563
105642000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10565
10566 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10567 testing of `fboundp' on `processp'.
10568
10569 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10570 (eshell/jobs): Don't call process-list if it is not bound.
10571 (eshell-gather-process-output): Support systems where async
10572 subprocesses aren't supported.
10573 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10574 variables.
10575
10576 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10577 eshell-do-eval returns t.
10578 (eshell-do-pipelines-synchronously): New defmacro.
10579 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10580 when async subprocesses aren't supported.
10581 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10582 if async subprocesses aren't supported.
10583 (eshell-resume-command): Don't assume STATUS is a string.
10584
10585 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10586
10587 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10588 (eshell-close-target, eshell-get-target): Use eshell-processp.
10589 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10590 fix.
10591 (eshell-get-target, eshell-create-handles): Doc fix.
10592
105932000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10594
10595 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10596 criterion to include commands that output something, as long as it
10597 leaves both the command and the end-of-buffer visible when the
10598 command has exited.
10599 (eshell-review-quick-commands): Adjust the help doc string
10600 accordingly.
10601
106022000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10603
10604 * locate.el (locate): Cleaned up locate command's interactive prompting
10605 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10606
10607 * filecache.el (file-cache-case-fold-search): New variable
10608 (file-cache-assoc-function): New variable
10609 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10610 Use file-cache-case-fold-search variable
10611 (file-cache-add-file): Use file-cache-assoc-function
10612 (file-cache-delete-file): likewise
10613 (file-cache-directory-name): likewise
10614 (file-cache-debug-read-from-minibuffer): likewise
10615
106162000-08-28 Gerd Moellmann <gerd@gnu.org>
10617
10618 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10619 (abbrev-table-name): New function.
10620 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10621 If non-nil list local abbrev, only.
10622
106232000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10624
10625 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10626 from Gnus support code, and use special article copy buffer
10627 `(gnus-original-article-buffer)' instead. This allows to get rid
10628 of article-hide-headers usage (which breaks in the latest Gnus
10629 version). Thanks to Detlev Zundel.
10630
106312000-08-28 Kenichi Handa <handa@etl.go.jp>
10632
10633 * international/quail.el (quail-use-package): Hide "... loaded"
10634 message.
10635 (quail-start-translation, quail-start-conversion): Likewise.
10636
10637 * international/kkc.el (kkc-region): Hide "... loaded" message.
10638
106392000-08-27 Dave Love <fx@gnu.org>
10640
10641 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10642
106432000-08-27 Miles Bader <miles@gnu.org>
10644
10645 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10646
106472000-08-27 Kenichi Handa <handa@etl.go.jp>
10648
10649 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10650 'ja-dic-cnv), not (require 'skkdic-cnv).
10651
106522000-08-26 Miles Bader <miles@gnu.org>
10653
10654 * faces.el (face-x-resources): Add entry for :inherit.
10655 * cus-face.el (custom-face-attributes): Add support for :inherit
10656 attribute. Add support for relative face heights.
10657 (custom-face-attributes-get): Treat `nil' as being a default value
10658 for :inherit (as well as `unspecified').
10659
10660 * faces.el (set-face-attribute): Update doc string.
10661 (face-attribute-name-alist): Add :inherit.
10662 (face-valid-attribute-values): Handle :inherit.
10663 (face-read-string): Rephrase prompt to be less confusing.
10664 Assume that DEFAULT is a string, since we must return a string.
10665 (face-read-integer): Use `format' to turn DEFAULT into an
10666 acceptable default for face-read-string. Match NEW-VALUE against
10667 the string "unspecified", not the symbol `unspecified', since
10668 that's what face-read-string returns.
10669 (read-face-attribute): Lookup a name for old-value in valid, and
10670 use it as a default if we find one. Treat all values from
10671 face-read-string as strings. If the default is used, don't do any
10672 more processing on the value, just use the old value directly.
10673 (read-face-and-attribute, modify-face): Tweak prompt.
10674 (read-face-name): Don't assume prompt ends with a space.
10675
10676 * faces.el (describe-face): Add support for :inherit attribute.
10677
106782000-08-25 Kenichi Handa <handa@etl.go.jp>
10679
10680 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10681 concat doesn't accept interger.
10682
10683 * international/kkc.el: Remove SKK from Keywords. Require
10684 ja-dic-utl instead of skkdic-utl.
10685
10686 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10687 Provide ja-dic-cnv instead of skkdic-cnv.
10688 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10689 (iso-2022-7bit-short): Add safe-charsets property.
10690 (skkdic-convert-postfix): Search Japanese chou-on character in
10691 addition to Hiragana character.
10692 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10693 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10694 (batch-skkdic-convert): Likewise.
10695
10696 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10697 Provide ja-dic-utl instead of skkdic-utl.
10698 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10699
107002000-08-24 Dave Love <fx@gnu.org>
10701
10702 * disp-table.el (standard-display-default): Make the test of `l'
10703 useful.
10704
10705 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10706 mod sample text.
10707
10708 * international/iso-ascii.el: Make pilcrow convenient string
10709 consistent with section.
10710 (iso-ascii-display): Set up multibyte characters as well as
10711 unibyte.
10712
107132000-08-24 Kenichi Handa <handa@etl.go.jp>
10714
10715 * international/mule-cmds.el (reset-language-environment): Set
10716 default-process-coding-system to '(undecided . iso-latin-1), which
10717 makes process I/O almost consistent with file I/O. Call this
10718 function when mule-cmds.el[c] is loaded.
10719
107202000-08-22 Andrew Innes <andrewi@gnu.org>
10721
10722 * makefile.w32-in: New file.
10723
107242000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10725
10726 * comint.el (comint-output-filter): Compare end of
10727 comint-last-output-overlay with the start of the newly inserted
10728 text, not the end, when deciding whether to extend it.
10729 Set saved-point's insertion type to advance after insertion.
10730
10731 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10732 since this is now done independently of font-lock mode.
10733
107342000-08-21 Gerd Moellmann <gerd@gnu.org>
10735
10736 * server.el (server-kill-new-buffers): New user option.
10737 (server-existing-buffer): New buffer-local variable.
10738 (server-visit-files): When using an existing buffer, set
10739 server-existing-buffer to t.
10740 (server-buffer-done): If server-kill-new-buffers is t, kill the
10741 buffer, unless it was already present before visiting it with
10742 Emacs server.
10743
107442000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10745
10746 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10747 even if the display doesn't support colors: some displays will
10748 support bold/underline faces.
10749
107502000-08-21 Gerd Moellmann <gerd@gnu.org>
10751
10752 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10753
10754 * startup.el (command-line): If user's init file had an error,
10755 add explanatory text to *Messages*.
10756
107572000-08-21 Kenichi Handa <handa@etl.go.jp>
10758
10759 * man.el (Man-getpage-in-background): Decode the process output by
10760 the system locale coding system.
10761
107622000-08-20 Dave Love <fx@gnu.org>
10763
10764 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10765 Don't test x-popup-menu.
10766 (function) <complete-function>: Complete only fbound symbols.
10767 <validate, value>: New.
10768 (variable) <complete-function>: Complete only bound symbols.
10769 (coding-system): Add :base-only, :complete-function, :validate,
10770 :value, :prompt-match.
10771 (widget-coding-system-prompt-value): Use read-coding-system and
10772 act on :base-only.
10773 (editable-field): Add :help-echo.
10774 (widget-push-button-gui, widget-push-button-cache)
10775 (widget-gui-action, widget-editable-list-gui): COmment out, along
10776 with uses.
10777 (widget-at): Make arg optional.
10778 (widget-echo-help): Adjust for current help-echo calling sequence.
10779 (widget-specify-field, widget-specify-button)
10780 (widget-specify-insert, widget-get-sibling, widget-image-find)
10781 (widget-convert, widget-insert, widget-leave-text)
10782 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10783 (widget-setup, widget-field-find, widget-before-change)
10784 (widget-after-change, widget-default-complete)
10785 (widget-default-create, widget-default-delete)
10786 (widget-push-button-value-create, editable-field)
10787 (widget-field-prompt-value, widget-field-validate)
10788 (widget-choice-value-create, widget-choice-action)
10789 (widget-choice-validate, widget-checklist-add-item)
10790 (widget-radio-add-item, widget-radio-chosen)
10791 (widget-radio-value-inline, widget-editable-list-value-create)
10792 (widget-editable-list-entry-create)
10793 (widget-documentation-link-add)
10794 (widget-documentation-string-value-create)
10795 (widget-regexp-validate, widget-file-complete)
10796 (widget-sexp-validate, widget-plist-convert-widget)
10797 (widget-plist-convert-widget, widget-alist-convert-widget)
10798 (widget-alist-convert-widget, widget-color-complete): Simplify,
10799 particularly to avoid bindings which aren't optimized out.
10800
10801 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10802 Doc fix.
10803 (down-list, backward-up-list, up-list, kill-sexp)
10804 (backward-kill-sexp, mark-sexp): Make arg optional.
10805 (lisp-complete-symbol): Add optional arg PREDICATE.
10806
10807 * cus-start.el: Add display-buffer-reuse-frames,
10808 file-coding-system-alist.
10809
108102000-08-20 Gerd Moellmann <gerd@gnu.org>
10811
10812 * startup.el (command-line): Clear realized faces after
10813 modifying TTY color mappings.
10814
108152000-08-20 Miles Bader <miles@gnu.org>
10816
10817 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10818 merely a subset of FACE's attributes.
10819
108202000-08-19 Miles Bader <miles@gnu.org>
10821
10822 * comint.el (comint-output-filter): Save the point with a marker,
10823 not just a buffer position.
10824
10825 * international/mule.el (set-buffer-process-coding-system): Make
10826 interactive prompt less confusing.
10827
108282000-08-19 Gerd Moellmann <gerd@gnu.org>
10829
10830 * hilit-chg.el: General cleanup of doc strings, comments and
10831 code formatting.
10832
108332000-08-19 Miles Bader <miles@gnu.org>
10834
10835 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10836 Compiler macro removed; beginning-of-line is no longer always
10837 equivalent to forward-line, in the presence of fields.
10838
10839 * comint.el (comint-output-filter): Remove ad-hoc saving of
10840 restriction, and just use save-restriction, now that it works
10841 correctly. Don't adjust comint-last-input-start to account for
10842 our insertion; it shouldn't have moved because we don't use
10843 insert-before-markers anymore. Comment out call to
10844 `force-mode-line-update'; why is it here?
10845
10846 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10847 while checking for prompt to delete. Use `forward-line 0'
10848 instead of beginning-of-line.
10849 (gud-filter): Temporarily widen gud comint buffer while
10850 examining output.
10851
108522000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10853
10854 * progmodes/sh-script.el: Big bag of typos.
10855
10856 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10857 check since ispell-process is not bound when ispell is not yet loaded.
10858
108592000-08-18 Dave Love <fx@gnu.org>
10860
10861 * image.el (find-image): Copy `spec' before using plist-put.
10862
108632000-08-18 Gerd Moellmann <gerd@gnu.org>
10864
10865 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10866 `portugues'.
10867
10868 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10869 backward-kill-sexp, analogous to kill-sexp.
10870
10871 * progmodes/icon.el (icon-indent-line)
10872 (icon-is-continuation-line): Handle comments specially.
10873
108742000-08-17 Ken Stevens <k.stevens@ieee.org>
10875
10876 * ispell.el: Set to standard author/maintainer/keyword fields.
10877 Fine tuning to menu map appearance and operation, and added help.
10878 Remove `start' and `end' error messages when compiling.
10879 (ispell-choices-win-default-height): Fixed comment string.
10880 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10881 castellano8 dictionaries.
10882 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10883 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10884 dictionary, added italiano dictionary.
10885 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10886 word character
10887 (ispell-tex-skip-alists): Added psfig support.
10888 (ispell-skip-html): Renamed from ispell-skip-sgml.
10889 (ispell-begin-skip-region-regexp, ispell-skip-region)
10890 (ispell-minor-check): Improved html skipping support to skip across
10891 code, and recognize `&' commands without propper `;' syntax;
10892 (ispell-process-line): Fix alignment error when manually
10893 correcting spelling.
10894 (ispell): Fix comment string.
10895 (ispell-add-per-file-word-list): Always put word list on new line.
10896
108972000-08-17 Gerd Moellmann <gerd@gnu.org>
10898
10899 * format.el (format-encode-run-method): Fix error message to say
10900 `encode' instead of `decode'. Use save-window-excursion around
10901 shell-command-on-region as in format-decode-run-method because
10902 shell-command-on-region can display a buffer with error output.
10903 (format-decode): Don't record undo information for the decoding.
10904 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10905 that number part of the temporary buffer name so that more than
10906 one decoding using a temporary buffer can happen safely.
10907
10908 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10909 of `A-z' in the regexp.
10910
10911 * hilit-chg.el: Fix typos in commentary.
10912
10913 * help.el (view-emacs-news): Rewritten for new naming scheme
10914 for old NEWS files.
10915
10916 * startup.el (command-line): Pop to *Messages* in case an error
10917 is signaled while loading user-init-file.
10918
109192000-08-17 Andreas Schwab <schwab@suse.de>
10920
10921 * files.el (insert-directory): Don't lose original file name,
10922 undoing an undocumented change.
10923
109242000-08-17 Alex Schroeder <alex@gnu.org>
10925
10926 * sql.el (sql-magic-go): Use comint-bol.
10927 (sql-copy-column): Use comint-line-beginning-position.
10928 (comint-line-beginning-position): Define a replacement for
10929 comint-line-beginning-position if it is not fboundp.
10930
109312000-08-17 Alex Schroeder <alex@gnu.org>
10932
10933 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10934 it didn't have any effect anyway.
10935
109362000-08-17 Alex Schroeder <alex@gnu.org>
10937
10938 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10939 --pset and pager=off instead of sending \\o|cat at the beginning
10940 of the session.
10941
109422000-08-17 Miles Bader <miles@gnu.org>
10943
10944 * progmodes/octave-inf.el: Add compatibility definition of
10945 comint-line-beginning-position.
10946
109472000-08-17 Kenichi Handa <handa@etl.go.jp>
10948
10949 * startup.el (normal-top-level): Look in each dir in load-path for
10950 a leim-list.el file too. This assures of loading leim-list.el
10951 that is created at Emacs installation time even if a user have his
10952 own leim-list.el.
10953
109542000-08-17 Miles Bader <miles@gnu.org>
10955
10956 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10957 foreground color to black if the background is dark.
10958
109592000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10960
10961 * loadhist.el (unload-feature): Typo.
10962
10963 * finder.el (finder-compile-keywords):
10964 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10965 to the generated file.
10966
10967 * mail/mh-e.el (mh-make-local-vars):
10968 Replace make-variable-buffer-local with make-local-variable.
10969
10970 * play/landmark.el:
10971 * options.el (Edit-options-{set,toggle,t,nil}):
10972 * mail/mailabbrev.el (mail-abbrevs-mode):
10973 * textmodes/tex-mode.el (tex-expand-files):
10974 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10975
10976 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10977
10978 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10979 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10980 Allow going past the last element.
10981 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10982 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10983 (cvs-mouse-toggle-mark): Don't move point.
10984 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10985
10986 * progmodes/compile.el (grep): Provide a default set of files.
10987 (next-error): Docstring fix.
10988 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10989
10990 * emacs-lisp/easy-mmode.el (define-minor-mode):
10991 Use `symbol-value' to keep the byte-compiler quiet.
10992
10993 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10994 (diff-find-source-location): New fun, extracted from diff-goto-source.
10995 (diff-goto-source): Use it.
10996 (diff-next-complex-hunk, diff-filter-lines): New function.
10997 (diff-apply-hunk): New command.
10998
10999 * smerge-mode.el (smerge-mode-menu): Doc fix.
11000
11001 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11002
110032000-08-16 Dave Love <fx@gnu.org>
11004
11005 * windmove.el (windmove) <defgroup>: Add :version.
11006
11007 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11008 (goto-address-fontify-p, goto-address-highlight-p)
11009 (goto-address-url-face, goto-address-url-mouse-face)
11010 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11011 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11012 (goto-address-fontify, goto-address-at-mouse): Simplify,
11013 (goto-address-at-point): browse-url-url-at-point,
11014 goto-address-find-address-at-point can return nil.
11015 (goto-address-find-address-at-point): Return nil on failure.
11016
11017 * align.el (align) <defgroup>: Add :version.
11018
11019 * calculator.el (calculator): Add :version.
11020 (calculator): Use two lines for calculator window if `modeline'
11021 face is boxed.
11022
11023 * play/5x5.el: Doc fixes.
11024 (5x5) <defgroup>: Add :version.
11025
11026 * play/fortune.el (fortune) <defgroup>: Add :version.
11027 (fortune-append): Fix error message.
11028 (fortune-from-region): Doc fix.
11029
11030 * play/pong.el (pong): Doc fix.
11031
11032 * play/morse.el: Keywords, commentary, autoloads.
11033
110342000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11035
11036 * desktop.el (desktop-save): Don't look at symbol-value of a
11037 member of minor-mode-alist, unless it is boundp.
11038
110392000-08-16 Sam Steingold <sds@gnu.org>
11040
11041 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11042 `while'; use `with-current-buffer' instead of `save-excursion'.
11043 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11044
110452000-08-16 Kenichi Handa <handa@etl.go.jp>
11046
11047 * international/ccl.el (declare-ccl-program): Docstring modified.
11048 (ccl-execute-with-args): Likewise.
11049
110502000-08-16 Miles Bader <miles@gnu.org>
11051
11052 * progmodes/sql.el: Add compatibility definition of
11053 comint-line-beginning-position.
11054
110552000-08-15 Gerd Moellmann <gerd@gnu.org>
11056
11057 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11058 'buffer-menu' property.
11059 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11060 fails.
11061 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11062 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11063 wasn't killed.
11064
11065 * buff-menu.el (list-buffers-noselect): Don't display the
11066 *Buffer List* buffer.
11067
11068 * font-lock.el: Require jit-lock to prevent a very late
11069 `Loading jit-lock' message.
11070
11071 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11072 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11073 mail address.
11074
110752000-08-15 Miles Bader <miles@gnu.org>
11076
11077 * textmodes/ispell.el (ispell-graphic-p): New constant.
11078 (ispell-choices-win-default-height, ispell-help): Use
11079 `ispell-graphic-p' instead of `xemacsp'.
11080
110812000-08-15 Dave Love <fx@gnu.org>
11082
11083 * simple.el: Autoload widget-convert when compiling.
11084 (mail-user-agent): Doc fix.
11085
11086 * help.el (function-called-at-point, variable-at-point): Use
11087 with-syntax-table.
11088 (help-manyarg-func-alist): Add insert-and-inherit.
11089
11090 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11091
11092 * delsel.el (delsel-unload-hook): New function.
11093
11094 * find-file.el: Doc fixes. Move provide to end.
11095 (ff) <defgroup>: Add :link.
11096 (ff-goto-click): Deleted.
11097 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11098 Use mouse-set-point.
11099
11100 * textmodes/tildify.el: Doc fixes.
11101 (tildify) <defgroup>: Add:version.
11102
11103 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11104 (glasses-custom-set): Use set-default, not set.
11105 (minor-mode-alist): Propertize the lighter.
11106 (glasses-mode): Provide optional arg.
11107
11108 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11109 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11110 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11111 option. Provide :type.
11112 (cwarn-configuration): Provide :type.
11113 (cwarn-mode): Doc fix.
11114
11115 * add-log.el (change-log-merge): Doc fix.
11116 (change-log-redate): New command.
11117
11118 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11119 Doze and Dog.
11120 (browse-url): Use dolist, not mapcar.
11121 (browse-url-at-point): Check for null url.
11122 (browse-url-event-buffer, browse-url-event-point): Functions
11123 deleted.
11124 (browse-url-at-mouse, browse-url-netscape): Simplify.
11125
11126 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11127 modes.
11128 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11129 Fix previous change to mapcan.
11130 (msb--init-file-alist, msb--add-separators)
11131 (msb--make-keymap-menu): Simplify.
11132 (msb--choose-file-menu): Use copy-sequence.
11133 (msb-mode-map): Add title to keymap.
11134 (msb-unload-hook): New function.
11135
11136 * bs.el: Fix indentation.
11137 (bs) <defgroup>: Add :links.
11138 (bs-show): Doc fix.
11139 (bs-apply-sort-faces): Don't use window-system.
11140 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11141
111422000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11143
11144 * calendar/timeclock.el (timeclock-file): Run .timelog through
11145 convert-standard-filename.
11146
111472000-08-14 Gerd Moellmann <gerd@gnu.org>
11148
11149 * emacs-lisp/authors.el: New file.
11150
11151 * paren.el (show-paren-priority): New user option.
11152 (show-paren-function): Set overlay priorities to
11153 show-paren-priority.
11154
111552000-08-14 Miles Bader <miles@gnu.org>
11156
11157 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11158 beginning-of-line with inhibit-field-text-motion bound.
11159
111602000-08-14 Gerd Moellmann <gerd@gnu.org>
11161
11162 * calendar/timeclock.el: New file.
11163
111642000-08-14 David Ponce <david@dponce.com>
11165
11166 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11167 `widget-button-click'. so that one can use left mouse button to
11168 click on dialog buttons.
11169
111702000-08-14 Emmanuel Briot <briot@gnat.com>
11171
11172 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11173 identifiers, since XML is case sensitive
11174
111752000-08-12 Miles Bader <miles@gnu.org>
11176
11177 * comint.el (comint-output-filter): Don't bother frobbing
11178 window-start, it doesn't seem to be necessary.
11179
11180 * comint.el (comint-send-string, comint-send-region): Make into
11181 real functions. Snapshot the prompt before sending.
11182
111832000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11184
11185 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11186 technique similar to Info-index, instead of relying on specific
11187 names of relevant Index nodes.
11188 (Info-goto-emacs-command-node): Bind Info-history to nil when
11189 going to the first node found by Info-find-emacs-command-nodes.
11190
111912000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11192
11193 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11194
111952000-08-10 Miles Bader <miles@gnu.org>
11196
11197 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11198
111992000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11200
11201 * info.el (Info-file-list-for-emacs): More elements for the
11202 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11203 and woman manuals.
11204
112052000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11206
11207 * comint.el (comint-send-input): Make the newline boundary overlay
11208 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11209 (comint-output-filter): Use `insert' instead of
11210 `insert-before-markers'. Extend comint-last-output-overlay when
11211 necessary since we can't rely on insert-before-markers to do it.
11212 * gud.el (gud-filter): Use `with-current-buffer' instead of
11213 save-excursion when inserting the output, so that point gets
11214 updated correctly; the old method relied on a rather dodgy
11215 side-effect of comint-output-filter to avoid the effect of
11216 save-excursion.
11217
112182000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11219
11220 * files.el (recover-file): Call insert-directory instead of
11221 invoking `ls' directly.
11222
112232000-08-10 Miles Bader <miles@gnu.org>
11224
11225 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11226 (comint-last-prompt-overlay): New variables.
11227 (comint-output-filter): Implement prompt highlighting.
11228 (comint-snapshot-last-prompt): New function.
11229 (comint-send-input): Snapshot the last prompt.
11230 Use comint-highlight-input-face.
11231 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11232 Use defface instead of defcustom.
11233 (send-invisible, comint-send-eof): Snapshot the last prompt.
11234 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11235 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11236
112372000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11238
11239 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11240 (regexp-opt-group): Use a list of chars for `letters'.
11241 (regexp-opt-charset): `chars' is now a list of chars.
11242 Use a char-table rather than a vector so it works for multibyte chars.
11243
11244 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11245 Set cvs-minor-current-files to the selected fileinfo.
11246 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11247 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11248
112492000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11250
11251 * files.el (insert-directory): Don't call access-file on
11252 directories on DOS and Windows.
11253
112542000-08-09 Kenichi Handa <handa@etl.go.jp>
11255
11256 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11257 longer if necessary.
11258 (ccl-embed-code): Call ccl-embed-data to store CODE in
11259 ccl-program-vector.
11260
112612000-08-09 Miles Bader <miles@gnu.org>
11262
11263 * comint.el (comint-output-filter): Properly handle the case where
11264 the text surrounded by comint-last-output-overlay was deleted.
11265
112662000-08-08 Gerd Moellmann <gerd@gnu.org>
11267
11268 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11269 non-nil.
11270 (Info-file-list-for-emacs): Remove "info" from the list because
11271 that leads to trying to use the documentation from file `info'
11272 in various situations where it isn't appropriate, for instance
11273 C-h C-k C-h i.
11274
11275 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11276 DIR and/or STRING are nil.
11277
11278 * progmodes/compile.el (compilation-setup): Make variable
11279 compilation-error-screen-columns buffer-local, as some comment
11280 in the code suggests it should be.
11281
11282 * files.el (auto-mode-interpreter-regexp): New variable.
11283 (set-auto-mode): Use it.
11284
11285 * indent.el (indent-for-tab-command): Doc fix.
11286
11287 * mouse-sel.el (mouse-sel-mode): Doc fix.
11288
11289 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11290 labels.
11291
11292 * help.el (print-help-return-message): When
11293 display-buffer-reuse-frames is set, let the help window been quit,
11294 instead of deleting it, which might delete a reused frame.
11295
112962000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11297
11298 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11299 rename a directory to a name that differs only by its letter case.
11300
113012000-08-08 Kenichi Handa <handa@etl.go.jp>
11302
11303 * international/quail.el (quail-define-rules): Handle Quail decode
11304 map correctly. Add code for supporting annotations.
11305 (quail-install-decode-map): New function.
11306 (quail-defrule-internal): New optional arguments decode-map and
11307 props.
11308 (quail-advice): New function.
11309
113102000-08-07 Sam Steingold <sds@gnu.org>
11311
11312 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11313 `defconst', `define-condition', `with-slots'.
11314 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11315
113162000-08-03 Miles Bader <miles@gnu.org>
11317
11318 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11319 New variable.
11320 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11321 comint-use-prompt-regexp-instead-of-fields.
11322 (comint-send-input): Add `input' field property to stuff we send to
11323 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11324 (comint-output-filter): Add `output' field property to process
11325 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11326 (comint-replace-by-expanded-history)
11327 (comint-get-old-input-default, comint-show-output)
11328 (comint-backward-matching-input, comint-forward-matching-input)
11329 (comint-next-prompt, comint-previous-prompt): Use field
11330 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11331 (comint-line-beginning-position): New function.
11332 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11333 (comint-replace-by-expanded-history-before-point): Use
11334 comint-line-beginning-position and line-end-position.
11335 (comint-last-output-overlay): New variable.
11336 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11337
11338 * shell.el (shell-prompt-pattern): Doc change.
11339 (shell-backward-command): Use line-beginning-position.
11340
11341 * gud.el (gud-gdb-complete-command): Use
11342 comint-line-beginning-position.
11343
11344 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11345 comint-bol doesn't actually go to the beginning of the line.
11346
11347 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11348 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11349 (try-expand-line-all-buffers): Likewise.
11350
11351 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11352 explicitly matching comint-prompt-regexp.
11353 (sql-copy-column): Use comint-line-beginning-position instead of
11354 explicitly matching comint-prompt-regexp.
11355
11356 * progmodes/octave-inf.el (inferior-octave-complete): Use
11357 comint-line-beginning-position.
11358
11359 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11360
11361 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11362 looking for a prompt, use `forward-line 0' instead of
11363 `beginning-of-line', to avoid getting caught by an input field.
11364
113652000-08-07 Gerd Moellmann <gerd@gnu.org>
11366
11367 * files.el (shell-quote-wildcard-pattern): Make sure to return
11368 PATTERN, in the Unix case.
11369
113702000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11371
11372 * play/zone.el (zone): Discard any pending input before running
11373 the randomly-chosen pgm.
11374
113752000-08-07 Kenichi Handa <handa@etl.go.jp>
11376
11377 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11378 checking the existence of any multibyte characters.
11379
113802000-08-06 Gerd Moellmann <gerd@gnu.org>
11381
11382 * help.el (describe-mode): Test minor-mode symbol for being
11383 bound before testing its value for being nil.
11384
11385 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11386 `first', `second', and `third'.
11387
11388 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11389 (second): Make it an alias for `cadr'.
11390
113912000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11392
11393 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11394 types of display support faces now.
11395
113962000-08-05 Gerd Moellmann <gerd@gnu.org>
11397
11398 * pcvs.el (require): Require `cl' during compilation, only.
11399
11400 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11401 (toplevel): Remove `remq' and `remove' from autoloads.
11402 (cl-fake-autoloads): New variable. If set, arrange for an error
11403 when CL functions etc. are autoloaded.
11404
114052000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11406
11407 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11408
11409 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11410 popped up, but the user clicks outside the menu, return an empty
11411 regexp (that causes unhighlight-regexp to have no effect).
11412
11413 * menu-bar.el (menu-bar-games-menu): Add Zone.
11414
11415 * hi-lock.el (toplevel): Require font-lock.
11416
114172000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11418
11419 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11420 (ebnf-8-bit-chars): New var for bug fix.
11421 (ebnf-string): Bug fix.
11422
114232000-08-03 Sam Steingold <sds@gnu.org>
11424
11425 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11426 instead of `buffer-string'.
11427 (require 'cl): Always, not just when compiling.
11428 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11429 necessary.
11430
114312000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11432
11433 * international/mule-cmds.el (select-safe-coding-system): Make
11434 the message text about selecting a safe coding system more clear.
11435
114362000-08-02 Gerd Moellmann <gerd@gnu.org>
11437
11438 * hi-lock.el: New file.
11439
11440 * play/zone.el: New file.
11441
11442 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11443 value of tab-width in the original buffer. Choose a line number
11444 format that's a multiple of the original buffer's tab width, so
11445 that lines appear right.
11446
11447 * textmodes/ispell.el (ispell): New function, replacing an alias.
11448 Spell-check active region if in transient-mark-mode and mark
11449 is active; otherwise spell-check buffer.
11450
114512000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11452
11453 * ps-mule.el: Fix a customization problem on
11454 ps-mule-font-info-database-default.
11455
114562000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11457
11458 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11459 display-mouse-p instead of window-system.
11460 (ebrowse-member-mode-map): Ditto.
11461
114622000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11463
11464 * progmodes/ebnf2ps.el: Update ps-print functions call.
11465 Indentation fix. Doc fix.
11466 (ebnf-version): New version number (3.2).
11467 (ebnf-format-color, ebnf-begin-job): Code fix.
11468
114692000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11470
11471 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11472 font lock support on window-system.
11473 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11474
11475 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11476 display-color-p, if fboundp, instead of window-system.
11477
114782000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11479
11480 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11481 instead of window-system.
11482
11483 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11484 window-system.
11485 (widget-choice-mouse-down-action): Use display-popup-menus-p
11486 instead of window-system.
11487
11488 * strokes.el (strokes-file): Run the file name through
11489 convert-standard-filename.
11490 (strokes-mode): Call display-mouse-p instead of looking at
11491 window-system. Change the error message accordingly.
11492
11493 * progmodes/cpp.el (toplevel): Support faces on tty's.
11494
11495 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11496 (lm-plot-square, lm-init-display): Don't use window-system.
11497
11498 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11499 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11500
11501 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11502 instead of looking at window-system.
11503
115042000-07-30 Gerd Moellmann <gerd@gnu.org>
11505
11506 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11507 of testing if iswitchb-prepost-hooks is bound, because the
11508 latter will always be true when invoking a recursive minibuffer
11509 from an active Iswitchb buffer.
11510
115112000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11512
11513 * files.el (shell-quote-wildcard-pattern): New function.
11514 (insert-directory): Call it. Only prepend "\" to command on Unix
11515 and GNU/Linux systems.
11516
115172000-07-30 Gerd Moellmann <gerd@gnu.org>
11518
11519 * eshell/esh-groups.el: Change custom :link file names
11520 from `eshell.info' to `eshell'.
11521
115222000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11523
11524 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11525 correctly in recursive ange-ftp listings.
11526
115272000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11528
11529 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11530 ps-header-font-size-internal and
11531 ps-header-title-font-size-internal variables are not set,
11532 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11533 face text property is (foreground-color . COLOR) or
11534 `(background-color . COLOR)', ps-print crashes. Doc fix.
11535 (ps-print-version): New version number (5.2.4).
11536 (ps-plot-region): Code fix.
11537 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11538 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11539 Bug fix 2.
11540
115412000-07-30 Milan Zamazal <pdm@freesoft.cz>
11542
11543 * glasses.el (glasses-make-readable): Fix uncapitalization of
11544 identifiers like `myXMLDocument'.
11545
115462000-07-28 Karl Fogel <kfogel@red-bean.com>
11547
11548 * mail/mail-hist.el (mail-hist-previous-input)
11549 (mail-hist-next-input): Do the obvious code factorization.
11550 (mail-hist-retrieve-and-insert): New func, contains common
11551 code of above two.
11552 If inserting a message body, leave point at top.
11553
115542000-07-28 Sam Steingold <sds@gnu.org>
11555
11556 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11557 Use `<=', not `<' to compare times!
11558 (ange-ftp-ls): Remove.
11559
115602000-07-27 Gerd Moellmann <gerd@gnu.org>
11561
11562 * play/cookie1.el: Add explanation of how to make cookie.el
11563 compatible with strfile(1) to comment.
11564
11565 * subr.el (remove, remq): New functions.
11566
11567 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11568 escape `*' in regexps.
11569 (midnight-find): Reverse order of arguments in the funcall of
11570 TEST.
11571
11572 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11573 and `.class'.
11574
11575 * play/meese.el: Add Commentary section.
11576
115772000-07-27 Alex Schroeder <alex@gnu.org>
11578
11579 * sql.el (sql-ms): Added autoload cookie.
11580 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11581 (sql-oracle): Ditto.
11582 (sql-help): Doc change.
11583
11584 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11585 types and exceptions.
11586
115872000-07-27 Alex Schroeder <alex@gnu.org>
11588
11589 * sql.el (sql-placeholder-history): New variable.
11590 (sql-query-placeholders-and-send): New function that will query
11591 the user and replace placeholders with user input.
11592 (sql-oracle): If running on NT, set comint-input-sender to
11593 sql-query-placeholders-and-send.
11594
11595 (sql-stop): If in the SQLi buffer, insert stop notification, else
11596 present it as a message.
11597
115982000-07-27 Alex Schroeder <alex@gnu.org>
11599
11600 * sql.el (sql-input-ring-separator): Doc change.
11601 (sql-input-ring-file-name): Doc change.
11602 (sql-interactive-mode): Use `sql-input-ring-separator' and
11603 `sql-input-ring-file-name' to set the comint-mode equivalents
11604 without making them local variables.
11605 (sql-stop): Don't bind `sql-input-ring-separator' and
11606 `sql-input-ring-file-name' dynamically to their comint-mode
11607 equivalents.
11608
116092000-07-27 Kenichi Handa <handa@etl.go.jp>
11610
11611 * international/mule.el (register-char-codings): New function.
11612 (make-coding-system): Handle `safe-chars' specification in the arg
11613 PROPERTY.
11614
11615 * international/mule-cmds.el
11616 (find-coding-systems-region-subset-p): This function deleted.
11617 (sort-coding-systems-predicate): New variable.
11618 (sort-coding-systems): New function.
11619 (find-coding-systems-region): Use
11620 find-coding-systems-region-internal.
11621 (find-coding-systems-string): Use find-coding-systems-region.
11622 (find-coding-systems-for-charsets): Check
11623 char-coding-system-table.
11624 (select-safe-coding-system-accept-default-p): New variable.
11625 (select-safe-coding-system): Mostly rewritten. New argument
11626 ACCEPT-DEFAULT-P.
11627 (select-message-coding-system): Call select-safe-coding-system
11628 with ACCEPT-DEFAULT-P arg.
11629 (reset-language-environment): Reset default-sendmail-coding-system
11630 to the default value iso-latin-1.
11631 (set-language-environment): Don't set the obsolete variable
11632 charset-origin-alist.
11633
11634 * international/codepage.el (cp-coding-system-for-codepage-1):
11635 Give `safe-chars' property to make-coding-system.
11636
11637 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11638 calling select-message-coding-system twice.
11639
11640 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11641 instead of `safe-charsets'.
11642 (cyrillic-alternativnyj): Likewise.
11643 (ccl-encode-alternativnyj): Don't check the charset
11644 cyrillic-iso8859-5.
11645
116462000-07-27 Kenichi Handa <handa@etl.go.jp>
11647
11648 * composite.el (compose-chars-after): Preserve match data.
11649
116502000-07-26 Sam Steingold <sds@gnu.org>
11651
11652 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11653 (ange-ftp-real-file-newer-than-file-p): New function.
11654 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11655 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11656
11657 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11658 * midnight.el (midnight-float-time): Ditto.
11659
116602000-07-26 Andreas Schwab <schwab@suse.de>
11661
11662 * files.el (normal-backup-enable-predicate): Correct
11663 interpretation of the return value of compare-strings.
11664
116652000-07-26 Gerd Moellmann <gerd@gnu.org>
11666
11667 * isearch.el (isearch-resume): New function.
11668 (isearch-done): Add something to command-history to resume
11669 the search.
11670 (isearch-yank-line, isearch-yank-word): Use
11671 buffer-substring-no-properties instead of buffer-substring.
11672
11673 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11674 of flyspell-mouse-map.
11675
11676 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11677 duplicate definition.
11678 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11679
11680 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11681 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11682
116832000-07-25 Sam Steingold <sds@gnu.org>
11684
11685 * net/ange-ftp.el: Get modtime over the net.
11686 (ange-ftp-file-modtime): New function.
11687 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11688 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11689 Use it.
11690 (ange-ftp-dot-to-slash): New function.
11691 (ange-ftp-fix-name-for-vms): Use it.
11692
11693 * midnight.el (midnight-buffer-display-time): Use
11694 `with-current-buffer'.
11695
116962000-07-25 Gerd Moellmann <gerd@gnu.org>
11697
11698 * find-dired.el: Update copyright notice.
11699 (find-dired): Offer to kill a running `find'.
11700
11701 * enriched.el (enriched-face-ans): For a `foreground-color'
11702 property, return '(("x-color" COLOR))' so that COLOR will be
11703 output as a parameter of the x-color annotation. Likewise for the
11704 `background-color' property. In the case of normal face
11705 properties, don't return annotations for unspecified foreground
11706 and background face attributes.
11707
117082000-07-25 Kenichi Handa <handa@etl.go.jp>
11709
11710 * language/japan-util.el (japanese-katakana-region): Fix handling
11711 HANKAKU argument.
11712
117132000-07-25 Miles Bader <miles@gnu.org>
11714
11715 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11716 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11717 constrain-to-field.
11718
117192000-07-24 Andrew Innes <andrewi@gnu.org>
11720
11721 * timer.el (timer-activate-when-idle): Add optional parameter
11722 DONT-WAIT. Update docstring.
11723 (run-with-idle-timer): Specify extra parameter to
11724 timer-activate-when-idle, so that timer will be activated
11725 immediately if Emacs is already idle.
11726
11727 * w32-fns.el (w32-using-nt): Fix docstring.
11728
117292000-07-24 Dave Love <fx@gnu.org>
11730
11731 * mouse.el (popup-menu): Set last-command-event.
11732 (mouse-major-mode-menu-prefix): Declare.
11733
117342000-07-24 Gerd Moellmann <gerd@gnu.org>
11735
11736 * textmodes/flyspell.el: Update to author's version 1.5d.
11737
11738 * progmodes/hideshow.el: Update copyright notice.
11739
11740 * vcursor.el: Set maintainer to FSF, since author cannot
11741 be reached.
11742
117432000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11744
11745 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11746 the prompt.
11747
11748 * mouse.el (popup-menu): Run the keymap through indirect-function,
11749 in case it was defined with define-prefix-key. If the menu is a
11750 list of keymaps, look up the binding of user's choice in each one
11751 of the keymaps.
11752 (mouse-popup-menubar): If the global and local menu-bar keymaps
11753 don't have a prompt string, create one and insert it into the
11754 keymap. Don't barf if current-local-map returns nil.
11755
117562000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11757
11758 * dired.el (dired-sort-R-check): Added to allow recursive listing
11759 to be undone.
11760 (dired-sort-other): Use it.
11761
117622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11763
11764 * Release of cc-mode 5.27
11765
117662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11767
11768 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11769 c-beginning-of-statement-1 that caused a bad case of recursion
11770 which could consume a lot of CPU in large classes in languages
11771 that have in-expression classes (i.e. Java and Pike).
11772
11773 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11774 statements before top level constructs (i.e. case 6 is moved
11775 before case 5 and is now case 4) to catch in-expression
11776 classes in top level expressions correctly.
11777
117782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11779
11780 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11781 objc-method-intro. Case 4 removed and case 5I added.
11782
11783 * cc-langs.el (c-append-paragraph-start): New variable used by
11784 c-common-init to get paragraph-start correct.
11785 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11786 initialize paragraph-start to make it correct both with and
11787 without the javadoc special case.
11788
11789 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11790 initialize paragraph-start for javadoc markup.
11791
11792 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11793 change by defaulting this to t. It's motivated by the
11794 confusing behavior that otherwise arise from the style system
11795 when editing both java and non-java files at the same time
11796 (see the comments about style setting in c-common-init).
11797
117982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11799
11800 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11801 similar to the one in c-fill-paragraph to check the fill
11802 prefix from the adaptive fill function for sanity.
11803
118042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11805
11806 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11807 defun block.
11808
a30eb617
DL
118092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11810
11811 * cc-align.el (c-lineup-multi-inher): Handle lines with
11812 leading comma nicely. Extended to handle member initializers
11813 too.
11814
11815 * cc-engine.el: (c-beginning-of-inheritance-list,
11816 c-guess-basic-syntax): Fixed recognition of inheritance lists
11817 when the lines begins with a comma.
11818
a30eb617
DL
11819 * cc-vars.el (c-offsets-alist): Changed default for
11820 member-init-cont to c-lineup-multi-inher since it now handles
11821 member initializers and indents better for leading commas.
11822
118232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11824
11825 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11826 handling that caused class open lines to be recognized as
11827 statement-conts in some cases.
11828
11829 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11830 guessed by the adaptive fill function unless point is on the
11831 first line of a block comment.
11832
11833 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11834 when the buffer ends with a macro continuation char.
11835
11836 * cc-engine.el (c-guess-basic-syntax): Added support for
11837 function definitions as statements in Pike. The first
11838 statement in a lambda block is now labeled defun-block-intro
11839 instead of statement-block-intro.
11840
11841 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11842 so that the class surrounding point is selected, not the one
11843 innermost in the state.
11844
11845 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11846 recognition of switch labels having hanging multiline
11847 statements.
11848
11849 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11850 some code in c-guess-basic-syntax to a separate function.
11851 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11852 recognition of member inits with multiple line arglists.
11853 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11854 member-init-cont when the commas are in funny places.
11855
118562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11857
11858 * cc-defs.el (c-auto-newline): Removed this macro since it's
11859 not used anymore.
11860
11861 * cc-engine.el (c-looking-at-bos): New helper function.
11862 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11863 inexpr and toplevel classes apart in Pike.
11864
11865 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11866 of case 9A.
11867
11868 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11869 constant, since "class" can introduce an in-expression class
11870 in Pike nowadays.
11871
118722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11873
11874 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11875 indentation on cpp-macro lines.
11876
11877 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11878 a syntax modifier like comment-intro, to make it possible to
11879 get syntactic indentation for preprocessor directives. It's
11880 incompatible wrt to lineup functions on cpp-macro, but it has
11881 no observable effect in the 99.9% common case where cpp-macro
11882 is set to -1000.
11883
118842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11885
11886 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11887 member-init-cont when the preceding arglist is several lines.
11888
118892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11890
11891 * cc-styles.el (c-style-alist): The basic offset for the BSD
11892 style corrected to 8.
11893
118942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11895
11896 * cc-styles.el (c-style-alist): Adjusted the indentation of
11897 brace list openers in the gnu style.
11898
118992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11900
11901 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11902
11903 * cc-cmds.el (c-electric-brace, c-electric-slash,
11904 c-electric-star, c-electric-semi&comma, c-electric-colon,
11905 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11906 when c-syntactic-indentation is nil.
11907
11908 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11909 we were left at comments preceding the first statement when
11910 reaching the beginning of the buffer.
11911
11912 * cc-vars.el (c-syntactic-indentation): New variable to turn
11913 off all syntactic indentation.
11914
119152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11916
11917 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11918 between the text and the block comment ender when it hangs,
11919 depending on how many there are before the fill.
11920
119212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11922
11923 * cc-engine.el (c-beginning-of-closest-statement): New helper
11924 function to go back to the closest preceding statement start,
11925 which could be inside a conditional statement.
11926 * cc-engine.el (c-guess-basic-syntax): Use
11927 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11928
11929 * cc-engine.el (c-guess-basic-syntax): Better handling of
11930 arglist-intro, arglist-cont-nonempty and arglist-close when
11931 the arglist is nested inside parens. Cases 7A, 7C and 7F
11932 changed.
11933
11934 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11935 up-to-date with javadoc 1.2.
11936
119372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11938
11939 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11940 multiline Pike type decls.
11941
119422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11943
11944 * cc-cmds.el (c-indent-new-comment-line): Always break
11945 multiline comments in multiline mode, regardless of
11946 comment-multi-line.
11947
119482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11949
11950 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11951 fully::qualified::names in C++ member init lists. Preamble in
11952 case 5D changed.
11953
119542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11955
11956 * cc-langs.el (c-common-init): Handling of obsolete variables
11957 moved to c-initialize-cc-mode. More compatible style override
11958 when using global style variables.
11959 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11960 variables moved here.
11961
a30eb617
DL
11962 * cc-styles.el (c-make-styles-buffer-local): Flag style
11963 variable localness in c-style-variables-are-local-p to make
11964 the compatibility measure in c-common-init work well.
11965
11966 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11967 longer contain set-from-style.
11968 * cc-styles.el (c-initialize-builtin-style): Don't check for
11969 set-from-style on c-special-indent-hook.
11970 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11971 copy-alist is sufficient now.
11972
11973 * cc-styles.el (c-set-style, c-set-style-1,
11974 c-get-style-variables): Fixes to variable initialization so
11975 that duplicate entries in styles have the same effect
11976 regardless of DONT-OVERRIDE.
11977
11978 * cc-styles.el (c-set-style-2): Fixed bug where the
11979 initialization of inheriting styles failed when the
11980 dont-override flag is set.
11981
11982 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11983 on this.
11984
119852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11986
11987 * cc-defs.el (c-forward-comment): Removed the workaround
11988 introduced in 5.38 since it had worse side-effects. If a line
11989 contains the string "//\"", it regarded the // as a comment
11990 start since the \ temporarily doesn't have escape syntax.
11991
119922000-07-17 Emmanuel Briot <briot@act-europe.fr>
11993
11994 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11995 ada-xref.el before ada-prj.el, so that the Project menu is created
11996 when ada-prj tries to add to it.
11997 (ada-activate-keys-for-case): Suppress the characters that are not
11998 part of the Ada syntax. Better compatibility with else-mode
11999 (ada-adjust-case-interactive): When auto-casing is not active,
12000 correctly insert newlines (used to insert only ^M). Prevent the
12001 syntax table from being changed in case of an error
12002 (or '_' becomes part of a word and some commands are confused).
12003 Do nothing if ada-auto-case is nil.
12004 (ada-after-keyword-p): Ignore keywords that are also attributes
12005 (ada-batch-reformat): Update usage comment
12006 (ada-call-from-contextual-menu): New function
12007 (ada-case-read-exceptions): Reinitialize the casing exception list
12008 first to nil first, so that the casing exception file can be
12009 shared.
12010 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12011 files.
12012 (ada-compile-goto-error): Fix regexp used to detect a file:line
12013 anywhere in the error message
12014 (ada-contextual-menu-last-point): New variable
12015 (ada-create-keymap): If the variable delete-key-deletes-forward is
12016 t on XEmacs, it means that DEL should delete one character
12017 forward.
12018 (ada-create-menu): Use :included instead of :visible for XEmacs.
12019 New submenu "Options".
12020 (ada-end-stmt-re): Correctly indent "select ... then abort"
12021 statements.
12022 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12023 even if they don't match ada-fill-comment-prefix Fix handling of
12024 paragraphs on the first or last line of a file.
12025 (ada-format-paramlist): Fix handling of default parameter values.
12026 (ada-get-body-name): New function.
12027 (ada-get-current-indent): Optimized by searchling directly for an
12028 existing generic part or a statement outside of it. Handle
12029 ada-indent-align-comments when indenting comments Replaced some
12030 regexps by testing directly the next character. This results in a
12031 huge speedup on some files. New indentation scheme for renames
12032 statements. Stop looking for the 'while' or 'for' associated with
12033 a 'loop' at the first semicolon encountered. A "return" can also
12034 match an anonymous access subprogram declaration.
12035 (ada-get-indent-noindent): Ignore strings and comments when
12036 looking for the keywords "record" and "private".
12037 (ada-goto-matching-decl-start): When matching "if", make sure we
12038 are not in fact seeing "end if". Ignore "when" statements except
12039 when initial keyword was "begin". Fix handling of nested
12040 procedures. Add a recursive call to this function to skip over
12041 other 'end' statmts. Fix indentation for "when .. => begin"
12042 (ada-in-open-paren-p): Fix indentation for complex boolean
12043 expressions, where 'and then', 'or else' and parenthesis
12044 statements are mixed up.
12045 (ada-in-paramlist-p): Skip comments while searching for the
12046 beginning Fix handling of operator declarations.
12047 (ada-indent-align-comments): New variable
12048 (ada-indent-current): Change the syntax table only in the
12049 protected section, so that we are sure it is restored correctly.
12050 (ada-indent-on-previous-lines): Use ada-use-indent and
12051 ada-with-indent Correctly indent "select ... then"
12052 (ada-indent-region): Slight speedup.
12053 (ada-indent-renames): New variable.
12054 (ada-last-which-function-subprog, ada-last-which-function-line):
12055 New variables
12056 (ada-looking-at-semi-private): Correctly indent the 'private'
12057 keyword when it is the first word in a package declaration.
12058 (ada-loose-case-word): Stop searching if at the end of the buffer.
12059 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12060 even if point is not initially at the end of the word.
12061 (ada-matching-decl-start-re): Add "when".
12062 (ada-mode): Add support for abbrev-mode, outline-mode and
12063 which-func-mode Override the old find-file.el entry in
12064 ff-special-constructs since it is using the obsolete
12065 ada-spec-suffix variable
12066 (ada-no-auto-case): New function
12067 (ada-scan-paramlist): When parsing the argument type, accept
12068 spaces (as in "X 'Class", generated by Rational Rose).
12069 (ada-other-file-name): No longer loads the other file.
12070 (ada-popup-menu): Save and restore the current buffer and cursor
12071 position before and after displaying the menu.
12072 (ada-search-ignore-complex-boolean): New function.
12073 (ada-uncomment-region): Emacs21 already knows how to delete
12074 comments not starting in the first column.
12075 (ada-use-indent): New variable
12076 (ada-which-function): New function.
12077 (ada-with-indent): New variable
12078 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12079 can be batch-compiled from the command line.
12080
12081 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12082 Add to the menu when the file is loaded, not in ada-mode-hook.
12083 Add -toolbar to the default ddd command Switches moved from
12084 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12085 ada-prj-default-comp-opt
12086 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12087 Reference Manual to the menu
12088 (ada-check-current): rewritten as a call to ada-compile-current
12089 (ada-compile): Removed.
12090 (ada-compile-application, ada-compile-current, ada-check-current):
12091 Set the compilation-search-path so that compile.el automatically
12092 finds the sources in src_dir. Automatic scrollong of the
12093 compilation buffer. C-uC-cC-c asks for confirmation before
12094 compiling
12095 (ada-compile-current): New parameter, prj-field
12096 (ada-complete-identifier): Load the .ali file before doing
12097 processing
12098 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12099 conform to gnatmake's behavior.
12100 (ada-find-file-in-dir): New function
12101 (ada-find-references): Set the environment variables for gnatfind
12102 (ada-find-src-file-in-dir): New function.
12103 (ada-first-non-nil): Removed
12104 (ada-gdb-application): Add support for jdb, the java debugger.
12105 (ada-get-ada-file-name): Load the original-file first if not done
12106 yet.
12107 (ada-get-all-references): Handles the new ali syntax (parent types
12108 are found between <>).
12109 (ada-initialize-runtime-library): New function
12110 (ada-mode-hook): Always load a project file when a file is opened,
12111 so that the casing exceptions are correctly read.
12112 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12113 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12114 to open the project file, since the latter does not work with
12115 speedbar Get default values before loading the prj file, or the
12116 default executable file name is wrong. Use the absolute value of
12117 src_dir to initialize ada-search-directories and
12118 compilation-search-path,... Add the standard runtime library to
12119 the search path for find-file.
12120 (ada-prj-default-debugger): Was missing an opening '{'
12121 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12122 variables.
12123 (ada-prj-default-gnatmake-opt): New variable
12124 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12125 buffers, the project file is the default one Save the windows
12126 configuration before displaying the menu.
12127 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12128 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12129 ...) regexp-quote identifiers names to support operators +,
12130 -,... in regexps.
12131 (ada-remote): New function.
12132 (ada-run-application): Erase the output buffer before starting the
12133 run Support remote execution of the application. Use
12134 call-process, or the arguments are incorrectly parsed
12135 (ada-set-default-project-file): Reread the content of the active
12136 project file, not the one from the current buffer When a project
12137 file is set as the default project, all directories are
12138 automatically associated with it.
12139 (ada-set-environment): New function
12140 (ada-treat-cmd-string): New special variable ${current}
12141 (ada-treat-cmd-string): Revised. The substitution is now done for
12142 any ${...} substring
12143 (ada-xref-current): If no body was found, compiles the spec
12144 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12145 compiler to get rid of command line length limitations.
12146 (ada-xref-get-project-field): New function
12147 (ada-xref-project-files): New variable
12148 (ada-xref-runtime-library-specs-path)
12149 (ada-xref-runtime-library-ali-path): New variables
12150 (ada-xref-set-default-prj-values): Default run command now does a
12151 cd to the build directory. New field: main_unit Provide a default
12152 file name even if the current buffer has no prj file.
12153
12154 * ada-prj.el:
12155 Rewritten to show a tabbed-dialog.
12156 (ada-prj-add-ada-menu): Remove the map and name parameters.
12157 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12158 New function
12159 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12160 (ada-prj-load-from-file): New function
12161 (ada-prj-save): Always save fields that depend on the current buffer
12162 (ada-prj-show-value): New function
12163
12164 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12165 Ada mode. This will allow us to display the Ada menu in any buffer
12166 we want (for project items).
12167 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12168 number of spaces in the header.
12169
121702000-07-24 Dave Love <fx@gnu.org>
12171
12172 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12173
121742000-07-23 Noah Friedman <friedman@splode.com>
12175
12176 * type-break.el (type-break): perform autosave.
12177 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12178 (type-break-do-query): Cancel query schedule while performing
12179 actual query, to avoid possibility of a second query being made
12180 while first one is already in progress.
12181 (type-break-time-stamp-format): New variable.
12182 (type-break-time-stamp): New function.
12183 (type-break-time-warning): Use it.
12184 (type-break-keystroke-warning): Use it.
12185 (type-break-noninteractive-query): Use it.
12186
12187 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12188 cookie.
12189 Use add-minor-mode to set minor-mode-alist, if available.
12190 (eldoc-echo-area-use-multiline-p): New user option.
12191 (eldoc-echo-area-multiline-supported-p): New variable.
12192 (eldoc-docstring-format-sym-doc): Use them.
12193 (eldoc-mode): If not using idle timers, append to local post and
12194 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12195 (eldoc-display-message-no-interference-p): Don't interfere with
12196 edebug.
12197 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12198 (eldoc-function-arglist): New function.
12199 (eldoc-function-argstring): Use it.
12200
12201 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12202 auto save directory exists before calling directory-files.
12203
122042000-07-23 Dave Love <fx@gnu.org>
12205
12206 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12207 ^o, ^u.
12208
122092000-07-21 Dave Love <fx@gnu.org>
12210
12211 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12212 now passed to the function. It now works properly.
12213
12214 * smerge-mode.el (smerge-mode-menu): Fill it out.
12215
122162000-07-20 Gerd Moellmann <gerd@gnu.org>
12217
12218 * info-look.el (info-lookup): If *info* is shown in another frame
12219 on the same display, select that frame, instead of switching to
12220 the Info buffer in another window of the selected frame.
12221
12222 * simple.el (universal-argument-map): Bind numeric keypad keys
12223 kp-0 to kp-9 and kp-subtract.
12224 (digit-argument): Handle these keys.
12225
122262000-07-20 Dave Love <fx@gnu.org>
12227
12228 * net/goto-addr.el (goto-address-fontify): Don't bother with
12229 buffer-modified and read-only stuff -- irrelevant with overlays.
12230 Put an extra property on the overlays and use it to clean up in
12231 case goto-address is re-run.
12232
122332000-07-19 Richard M. Stallman <rms@gnu.org>
12234
12235 * timer.el (run-with-idle-timer): Doc fix.
12236
12237 * mail/mail-utils.el (mail-strip-quoted-names):
12238 Handle case where <...> appears inside "...".
12239 Use replace-match to edit the string more simply.
12240 (rmail-dont-reply-to): Cope with an unmatched ".
12241
122422000-07-19 Dave Love <fx@gnu.org>
12243
12244 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12245 implementation.
12246
12247 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12248 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12249 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12250
122512000-07-19 Gerd Moellmann <gerd@gnu.org>
12252
12253 * textmodes/refer.el: Correct maintainer's email address.
12254
12255 * progmodes/hideif.el: Correct author's email address.
12256 Fix typo in comment.
12257
12258 * xml.el: New file.
12259
12260 * mail/mailheader.el: Correct author's mail address.
12261
12262 * gnus/parse-time.el: Correct author's mail address.
12263
122642000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12265
12266 * comint.el (comint-highlight-input, comint-highlight-face):
12267 New user options.
12268 (comint-input-ring-file-name): Change custom type.
12269 (comint-mode-map): Bind mouse-2.
12270 (comint-insert-clicked-input): New function.
12271 (comint-send-input): Handle input highlighting.
12272
122732000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12274
12275 * mouse.el (popup-menu): New function.
12276 (mouse-major-mode-menu): Use it.
12277
122782000-07-18 Dave Love <fx@gnu.org>
12279
12280 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12281 improvements.
12282
122832000-07-18 Gerd Moellmann <gerd@gnu.org>
12284
12285 * faces.el (face-font-selection-order)
12286 (face-font-family-alternatives): Add custom type.
12287
122882000-07-18 Dave Love <fx@gnu.org>
12289
12290 * cus-edit.el (custom-variable-reset-saved)
12291 (custom-variable-reset-standard): Remove unused bindings.
12292
12293 * rect.el (open-rectangle-line): Remove unused let.
12294
12295 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12296
122972000-07-18 Gerd Moellmann <gerd@gnu.org>
12298
12299 * cdl.el: Fix `Maintainer' keyword.
12300
12301 * play/pong.el: Add author's email address.
12302
123032000-07-17 Sam Steingold <sds@gnu.org>
12304
12305 * files.el (insert-directory): Call `split-string' instead of
12306 re-implementing it.
12307
123082000-07-18 Gerd Moellmann <gerd@gnu.org>
12309
12310 * mail/vms-pmail.el: Change maintainer to FSF.
12311
12312 * net/goto-addr.el: Change maintainer to FSF.
12313
12314 * info.el (Info-title-face-alist): Removed.
12315
123162000-07-18 David Ponce <david@dponce.com>
12317
12318 * recentf.el (recentf-open-files): New command that works like
12319 `recentf-open-more-files', but shows the whole list of files (not just
12320 those omitted from the menu). Useful if you don't use a menu-bar!
12321 (recentf-open-more-files) Modified to use `recentf-open-files'.
12322
12323 (recentf-open-files, recentf-open-more-files)
12324 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12325
12326 (recentf-dialog-mode): New mode for dialogs. You can now just type
12327 "q" to cancel the dialogs.
12328
123292000-07-18 David Ponce <david@dponce.com>
12330
12331 * recentf.el: This is a major update of recentf.el. It adds new
12332 features to better organize the recentf menu and "More..." buffer.
12333
12334 Using new provided menu filtering functions you can now organize the
12335 recent files list:
12336
12337 - by major modes
12338 - by directories
12339 - by user defined rules
12340
12341 Finally, with the new `recentf-filter-changer' customizable filter you
12342 can define a ring of filters and dynamically (via the menu) cycle on
12343 each menu organization in the ring (a la msb).
12344
123452000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12346
12347 * eshell/eshell.el (eshell): Replace links to eshell.info with
12348 links to eshell, to avoid problems on systems where the manual is
12349 installed as `eshell'.
12350 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12351 * eshell/em-smart.el (eshell-smart): Ditto.
12352 * eshell/em-banner.el (eshell-banner): Ditto.
12353 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12354
12355 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12356 same-file check in the MS-DOS version (it does support inodes).
12357
12358 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12359
12360 * eshell/eshell.el (eshell-directory-name):
12361 Run default directory name through convert-standard-filename.
12362
123632000-07-18 Kenichi Handa <handa@etl.go.jp>
12364
12365 * international/mule-cmds.el (select-safe-coding-system):
12366 Fix typo in the comment.
12367
12368 * language/european.el (compound-text):
12369 Force katakana-jisx0201 to be designated to G1.
12370
12371 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12372 Don't translate some national variant characters of latin-jisx0201.
12373 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12374
12375 * international/kkc.el (kkc-after-update-conversion-functions):
12376 New variable.
12377 (kkc-update-conversion): Run functions in it at the tail.
12378
123792000-07-16 John Wiegley <johnw@gnu.org>
12380
12381 * lisp/align.el (align-newline-and-indent):
12382 Adding new function. for auto-aligning blocks of code on RET.
12383 (align-region): Fixed badly formatted minibuffer message.
12384
123852000-07-17 Kenichi Handa <handa@etl.go.jp>
12386
12387 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12388 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12389 the conversion list at first if appropriate.
12390 (kkc-next): Don't update kkc-next-count here.
12391 (kkc-prev): Don't update kkc-prev-count here.
12392 (kkc-show-conversion-list-update): Fix setting up of conversion
12393 list message.
12394
123952000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12396
12397 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12398
123992000-07-16 Dave Love <fx@gnu.org>
12400
12401 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12402 function to be more specific.
12403
12404 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12405 non-string help-echo.
12406 (widget-types-convert-widget): Defsubst it.
12407 (widget-echo-help): Try to cope with a help-echo function of two
12408 possible sorts.
12409
124102000-07-15 Jason Rumney <jasonr@gnu.org>
12411
12412 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12413 Declare as obsolete.
12414
12415 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12416
124172000-07-14 Gerd Moellmann <gerd@gnu.org>
12418
12419 * hilit-chg.el: Fix typo.
12420
124212000-07-14 Dave Love <fx@gnu.org>
12422
12423 * info.el (Info-mode-menu): Fix use of :help, :enable.
12424
124252000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12426
12427 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12428
124292000-07-13 Dave Love <fx@gnu.org>
12430
12431 * emacs-lisp/easymenu.el: Doc fixes.
12432 (easy-menu-remove): Defalias to ignore.
12433
12434 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12435 Call throw correctly.
12436
124372000-07-13 Gerd Moellmann <gerd@gnu.org>
12438
12439 * faces.el (frame-background-mode): Doc fix.
12440
12441 * simple.el (eval-expression-print-length): Change custom type to
12442 allow entering nil as value.
12443
124442000-07-13 Dave Love <fx@gnu.org>
12445
12446 * progmodes/fortran.el (fortran-imenu-generic-expression):
12447 Change definition layout.
12448 (fortran-mode-menu): Reinstate customize entries.
12449
12450 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12451 Use :filter, per old XEmacs code.
12452
124532000-07-12 Gerd Moellmann <gerd@gnu.org>
12454
12455 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12456 event when deciding what to send to the terminal.
12457
124582000-07-12 Dave Love <fx@gnu.org>
12459
12460 * cus-start.el: Add optional version as 4th element of specs and
12461 use it for several things new in v21. Remove load-path. Fix type
12462 of line-number-display-limit.
12463
124642000-07-11 Dave Love <fx@gnu.org>
12465
12466 * progmodes/fortran.el: Don't require easymenu.
12467 Use repeat counts in various regexps.
12468 (fortran-mode-syntax-table): Defvar directly.
12469 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12470 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12471 Use defvar, not defconst.
12472 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12473 (fortran-mode): Set fortran-comment-line-start-skip,
12474 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12475 (fortran-comment-indent): Use defsubst.
12476 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12477 Use fortran-comment-indent, not fortran-comment-indent-function.
12478 (fortran-comment-region, fortran-electric-line-number): Simplify.
12479 (fortran-auto-fill): New function.
12480 (fortran-do-auto-fill): Deleted.
12481 (fortran-find-comment-start-skip):
12482 Check for non-null comment-start-skip.
12483 (fortran-auto-fill-mode, fortran-fill-statement):
12484 Use fortran-auto-fill.
12485 (fortran-fill): Use fortran-auto-fill. Check for null
12486 comment-start-skip. Simplify final clause and use end-of-line finally.
12487
12488 * widget.el (widget-plist-member): New alias.
12489
124902000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12491
12492 * eshell/esh-module.el (toplevel): Reference
12493 byte-compile-current-file only if it is bound.
12494
124952000-07-10 Gerd Moellmann <gerd@gnu.org>
12496
12497 * dired.el: Don't require `dired-aux'.
12498
124992000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12500
12501 * dired-aux.el (dired-show-file-type): New function.
12502 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12503 (dired-show-file-type): Add autoload.
12504
125052000-07-10 Kenichi Handa <handa@etl.go.jp>
12506
12507 * international/mule-diag.el (describe-font): Adjusted for the
12508 change of fontset-info.
12509 (print-fontset): Likewise.
12510
125112000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12512
12513 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12514
125152000-07-07 Gerd Moellmann <gerd@gnu.org>
12516
12517 * bindings.el: Bind `[delete]' to delete-char.
12518
12519 * dired.el (dired-find-alternate-file): New function.
12520 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12521 (toplevel): Require dired-aux when compiling.
12522 (dired-buffers): Move defvar within file to avoid compiler warning.
12523
12524 * info.el (Info-last-search): Variable removed.
12525 (Info-search-history): New variable.
12526 (Info-search): New Info-search-history.
12527
12528 * battery.el, info-look.el: Change author's mail address.
12529
125302000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12531
12532 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12533 if rmail-ignored-headers is nil.
12534 (rmail-retry-failure): Bind rmail-ignored-headers and
12535 rmail-displayed-headers to nil.
12536
125372000-07-06 Gerd Moellmann <gerd@gnu.org>
12538
12539 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12540 (print-region-1): Don't hard code `-h' here.
12541
12542 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12543
125442000-07-01 Francesco Potorti` <pot@gnu.org>
12545
12546 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12547 exim can use "your message" instead of "the message".
12548
125492000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12550
12551 * facemenu.el: Docstrings fixes.
12552 (facemenu-get-face): Don't use internal-find-face.
12553 (facemenu-iterate): Rename arg to match the docstring.
12554
12555 * newcomment.el (uncomment-region): Be more careful when skipping
12556 backwards over `=' not to bump into BOBP.
12557
125582000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12559
12560 * ediff-diff.el (ediff-wordify): Use syntax table.
12561 * ediff-init.el (ediff-has-face-support-p): Use
12562 ediff-color-display-p.
12563 (ediff-color-display-p): Use display-color-p, changed to defun
12564 from defsubst.
12565 Got rid of special cases for NeXT and OS/2.
12566 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12567 face.
12568
125692000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12570
12571 * emacs-lisp/lucid.el: Require CL.
12572 (copy-tree, remprop): Remove, it's provided by CL.
12573 (map-keymap): Define in terms of cl-map-keymap.
12574 (extent-property, set-extent-end-glyph): New functions.
12575
12576 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12577
125782000-07-05 Gerd Moellmann <gerd@gnu.org>
12579
12580 * Makefile.in (DONTCOMPILE): Add comment that the name may
12581 not be changed without changing the make-dist script.
12582
12583 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12584 (cl-mapc): Use mapc instead of cl-old-mapc.
12585
125862000-07-05 Andrew Innes <andrewi@gnu.org>
12587
12588 * makefile.nt: Add support for `bootstrap' and related targets.
12589
125902000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12591
12592 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12593 (easy-menu-do-define): Use `menu-item' format.
12594 Handle case where easy-menu-create-menu returns a symbol.
12595 Manually call the potential top-level filter in the function binding.
12596 (easy-menu-filter-return): New arg NAME.
12597 Convert to a keymap if MENU is an XEmacs menu.
12598 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12599 (easy-menu-converted-items-table, easy-menu-convert-item):
12600 New var and fun to memoize easy-menu-convert-item-1.
12601 (easy-menu-do-add-item): Use it.
12602 (easy-menu-create-menu): Use easy-menu-convert-item.
12603 Wrap easy-menu-filter-return around any :filter specification.
12604 Don't convert the menu if a filter was specified.
12605 Tell easy-menu-make-symbol not to check for MENU being an expression.
12606 (easy-menu-make-symbol): New arg NOEXP.
12607
126082000-07-05 Gerd Moellmann <gerd@gnu.org>
12609
12610 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12611 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12612 (eval-defun): If called with prefix arg, instrument code for
12613 Edebug.
12614
12615 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12616 similar to that of eval-defun.
12617
126182000-07-04 Dave Love <fx@gnu.org>
12619
12620 * hl-line.el (hl-line-overlay): Make it permanent-local.
12621
12622 * calendar/todo-mode.el: Replaced with a working version, based on
12623 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12624
126252000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12626
12627 * paths.el (prune-directory-list): New function.
12628 (Info-default-directory-list): Rewritten to more methodically
12629 enumerate a big list of possible info directories (based on the
12630 list used by the standalone info reader).
12631
12632 * info.el (info-initialize): Use prune-directory-list to remove
12633 non-existent directories from Info-directory-list.
12634
12635 * paths.el (Info-default-directory-list): Try a list of possible
12636 info-directories instead of a single one. Add the possible
12637 info directory "/usr/share/info".
12638
12639 * woman.el (woman-man.conf-path): Explicitly include the debian
12640 man-db config file "/etc/manpath.config".
12641 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12642 are present in `manpath.config'.
12643 (woman-manpath): Include "/usr/share/man".
12644
126452000-07-03 Gerd Moellmann <gerd@gnu.org>
12646
12647 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12648
12649 * startup.el (command-line): Initialize blink-cursor based
12650 on window-system.
12651
12652 * frame.el (blink-cursor): Default to nil if not running under
12653 a window-system.
12654
12655 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12656 (face-x-resources): Remove duplicate entry for :font.
12657
12658 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12659 instead of cycling through windows with next-window.
12660
12661 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12662 of cycling through windows with next-window.
12663
12664 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12665 of cycling through windows with next-window.
12666
12667 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12668 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12669 instead of cycling through windows with next-window.
12670
12671 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12672 instead of cycling through windows with next-window.
12673
12674 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12675 of cycling through windows with next-window.
12676
12677 * terminal.el (te-process-output): Use walk-windows instead of
12678 cycling through windows with next-window.
12679
12680 * server.el (server-switch-buffer): Use some-window instead of
12681 cycling through windows with next-window.
12682
12683 * window.el (some-window): New function.
12684 (walk-windows): Remove reference to walk-windows-start.
12685
12686 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12687
126882000-07-03 Richard Stallman <rms@gnu.org>
12689
12690 * window.el (walk-windows): Guarantee termination by keeping a list
12691 of all the windows already handled.
12692
126932000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12694
12695 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12696 window-system.
12697
12698 * man.el (Man-notify-when-ready): Don't use window-system. If
12699 Man-notify-method is newframe, and the display is not
12700 multi-frame, select the frame created for the man page.
12701 (Man-init-defvars): Doc fix.
12702
127032000-06-28 Gerd Moellmann <gerd@gnu.org>
12704
12705 * faces.el (region): Change background color for light background.
12706
12707 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12708 attribute from mode-line face of Ediff control frame.
12709
12710 * replace.el (query-replace-map): Bind `e' like `E'.
12711
127122000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12713
12714 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12715 Change name to "Select All".
12716
12717 * dos-fns.el (convert-standard-filename): Fix last change.
12718
127192000-06-27 Gerd Moellmann <gerd@gnu.org>
12720
12721 * help.el (describe-variable): Don't insert a second `'s' in front
12722 of the string `value is shown below'. Since the syntax-table is
12723 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12724 an existing `'s', so that this won't be deleted.
12725
12726 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12727 * pcmpl-unix.el: New files.
12728
127292000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12730
12731 * wid-edit.el (widget-member): Use the new plist-member.
12732
127332000-06-26 Gerd Moellmann <gerd@gnu.org>
12734
12735 * replace.el (perform-replace): Undo change of 2000-04-04.
12736 Instead, move backward 1 character at the end of the loop when
12737 necessary.
12738
12739 * faces.el (fringe): Change face for different backgrounds.
12740
12741 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12742 patch from John.
12743
12744 * eshell/*.el: Change spelling of the Free Software Foundation.
12745
12746 * eshell/esh-toggle.el: Removed.
12747
12748 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12749
12750 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12751 interactively.
12752
127532000-06-26 Alex Schroeder <alex@gnu.org>
12754
12755 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12756 `define-key'; instead of checking `(emacs-version)' check for
12757 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12758 for `;' and `o' which might be electric.
12759
12760 (sql-electric-stuff): New user option.
12761 (sql-magic-go): New function which uses `sql-electric-stuff'.
12762 (sql-magic-semicolon): New function which uses
12763 `sql-electric-stuff'.
12764
12765 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12766 is not fboundp.
12767
12768 (sql-oracle-options): New variable.
12769 (sql-oracle): Use it.
12770
12771 (sql-imenu-generic-expression): Doc change.
12772 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12773 is used.
12774
12775 (sql-informix): Added command line parameter "-" to force
12776 sql-informix-program to use stdout.
12777
127782000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12779
12780 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12781 (cp864-decode-table): Doc fix.
12782 (cp720-decode-table): New variable, supports the Arabic OEM
12783 codepage used by Windows.
12784 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12785
127862000-06-23 Dave Love <fx@gnu.org>
12787
12788 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12789 (font-lock-fontify-anchored-keywords): Use
12790 line-beginning-position.
12791 (global-font-lock-mode): Use mapc.
12792
127932000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12794
12795 * eshell/esh-module.el: Require CL when compiling.
12796
127972000-06-23 Gerd Moellmann <gerd@gnu.org>
12798
12799 * comint.el (comint-substitute-in-file-name): Call replace-match
12800 with second and third arg t.
12801
12802 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12803 Specify foreground color.
12804
12805 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12806 color.
12807
12808 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12809
12810 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12811 cddr instead of cdddr.
12812
12813 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12814 instead of copy-list.
12815
12816 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12817 of copy-list.
12818
12819 * subdirs.el: Add eshell subdirectory.
12820
12821 * eshell: New subdirectory containing the Eshell package.
12822
12823 * pcomplete.el: New file.
12824
128252000-06-23 Paul Eggert <eggert@twinsun.com>
12826
12827 * mail/mailpost.el (post-mail-send-it): Make sure file has
12828 proper permissions from birth.
12829
12830 * files.el (basic-save-buffer-2): When temporarily setting
12831 file modes, set them to current modes plus 0200, not to 0777.
12832
12833 * emerge.el (emerge-make-temp-file): Make sure file has proper
12834 permissions from birth.
12835
128362000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12837
12838 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12839 backup file name through convert-standard-filename.
12840
12841 * dos-fns.el (convert-standard-filename): Convert leading
12842 directories as well. When long file names are supported, convert
12843 characters that are invalid in Windows file names.
12844
128452000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12846
12847 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12848 ps-print crashes. New feature: page selection for printing. Create
12849 raw-text-unix coding system for XEmacs. Doc fix.
12850 (ps-print-version): New version number (5.2.3).
12851 (ps-plot-region): Bug fix.
12852 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12853 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12854 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12855 funs.
12856 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12857 (ps-last-page): New vars.
12858
128592000-06-21 Gerd Moellmann <gerd@gnu.org>
12860
12861 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12862 empty option string.
12863
128642000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12865
12866 * man.el (man): Doc fix.
12867
128682000-06-21 Kenichi Handa <handa@etl.go.jp>
12869
12870 * international/mule-cmds.el (set-language-info-alist): Docstring
12871 fixed.
12872
128732000-06-20 Gerd Moellmann <gerd@gnu.org>
12874
12875 * version.el (emacs-version): Use ISO date format.
12876
12877 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12878 instead of `M-backspace'.
12879
12880 * simple.el (turn-off-auto-fill): New function.
12881
128822000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12883
12884 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12885 Renamed from with-buffer-prepared-for-font-lock and use
12886 inhibit-modification-hooks rather than setting *-change-functions.
12887 Update all functions to use the new name.
12888 (jit-lock-first-unfontify-pos): New semantics (and doc).
12889 (jit-lock-mode): Make non-interactive.
12890 Don't automatically turn on font-lock.
12891 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12892 Always use jit-lock-after-change.
12893 Remove and restore font-lock-after-change-function.
12894 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12895 (jit-lock-after-unfontify-buffer): Remove.
12896 (jit-lock-stealth-fontify):
12897 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12898 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12899
129002000-06-20 Sam Steingold <sds@gnu.org>
12901
12902 * emacs-lisp/cl-indent.el (toplevel): Indent
12903 `print-unreadable-object' properly. Untabify.
12904
129052000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12906
12907 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12908 Support for bibentry.
12909 (reftex-compile-variables): Fixed problem with end of section-re.
12910
12911 * texmodes/reftex-dcr.el (reftex-view-crossref,
12912 reftex-view-crossref-from-bibtex):
12913 Deal with changed `reftex-find-citation-regexp-format'.
12914 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12915 Replaced `remprop' with `put'.
12916 (reftex-view-crossref, reftex-view-crossref-when-idle):
12917 Support for bibentry.
12918
12919 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12920 New entry for bibentry package.
12921
12922 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12923 Regexp also matches "\nobibliography".
12924
12925 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12926 Call `reftex-ensure-write-access' before doing anything.
12927 (reftex-ensure-write-access): New function.
12928
129292000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12930
12931 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12932
12933 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12934
12935 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12936
12937 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12938
12939
129402000-06-20 Dave Love <fx@gnu.org>
12941
12942 * faces.el (frame-background-mode): Use set-default, not set, in
12943 setter.
12944 (frame-update-faces, frame-update-face-colors): Define with
12945 defalias.
12946
12947 * enriched.el (enriched-decode-foreground)
12948 (enriched-decode-background): Don't use internal-find-face.
12949
12950 * apropos.el: Doc fixes.
12951
12952 * cus-edit.el (customize-changed-options): Check arg.
12953 (customize-version-lessp): Don't require decimal point.
12954
12955 * custom.el (defcustom, defgroup): Doc fix.
12956
12957 * newcomment.el (comment) <defgroup>: Add :version.
12958 (comment-multi-line): Doc fix.
12959
12960 * emulation/mlsupport.el (define-hooked-local-abbrev,
12961 define-hooked-global-abbrev): Fix, using define-abbrev.
12962
129632000-06-19 Gerd Moellmann <gerd@gnu.org>
12964
12965 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12966 the whole buffer.
12967
129682000-06-19 Dave Love <fx@gnu.org>
12969
12970 * menu-bar.el (menu-bar-options-save): New function.
12971 (menu-bar-options-menu): Use it.
12972 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12973 Simplify.
12974
129752000-06-19 Andreas Schwab <schwab@suse.de>
12976
12977 * progmodes/etags.el (tags-query-replace): Put new parameters
12978 START and END at the end, for backward compatibility.
12979
129802000-06-19 Kenichi Handa <handa@etl.go.jp>
12981
12982 * international/codepage.el:
12983 (cp-coding-system-for-codepage-1): Delete special codes for
12984 generating xxx-dos coding system because now a CCL based coding
12985 system can handle EOL conversion by default.
12986
12987 * international/mule.el (make-coding-system): Generate subsidiary
12988 coding systems for EOL handling variants even for a CCL based
12989 coding system.
12990
129912000-06-19 Kenichi Handa <handa@etl.go.jp>
12992
12993 * international/isearch-x.el (isearch-minibuffer-input-method)
12994 (isearch-minibuffer-input-method-function): These variables
12995 deleted.
12996 (isearch-with-input-method): Don't use the above variables.
12997 (isearch-process-search-multibyte-characters): Likewise. Call
12998 read-string with the arg INHERIT-INPUT-METHOD t.
12999
130002000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13001
13002 * font-lock.el (font-lock-after-fontify-buffer)
13003 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13004
13005 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13006 Use consistent make-local-variable style for font-lock-fontified.
13007 (jit-lock-fontify-buffer):
13008 Don't bother checking for font-lock-mode and jit-lock-mode.
13009
13010 * time.el: Remove trailing ^M that prevent CVS-merging.
13011
130122000-06-16 Gerd Moellmann <gerd@gnu.org>
13013
13014 * Makefile.in (distclean): New target.
13015
130162000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13017
13018 * Makefile.in (srcdir): Define for update-subdirs.
13019
130202000-06-16 Gerd Moellmann <gerd@gnu.org>
13021
13022 * find-lisp.el: New file.
13023
130242000-06-16 Andrew Innes <andrewi@gnu.org>
13025
13026 * time.el (display-time-mail-function): New variable, to allow
13027 external packages to indicate when new mail is available.
13028 (display-time-update): Use it.
13029
130302000-06-16 Kenichi Handa <handa@etl.go.jp>
13031
13032 * international/mule.el (mule-version): Change version name to
13033 SAKAKI. AOI has already been used by Meadow.
13034
13035 * international/quail.el (quail-show-guidance-buf): To find the
13036 bottom window (but minibuffer), pay attention to the height of
13037 minibuffer.
13038
130392000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13040
13041 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13042 menu-bar menus. Add help strings. Don't remove the Edit menu
13043 from the menu bar, as the menu bar has enough space now.
13044
13045 * Makefile.in (SHELL): Make sure /bin/sh is used.
13046
13047 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13048 characters, which use series of two ^H characters instead of one.
13049
130502000-06-15 Gerd Moellmann <gerd@gnu.org>
13051
13052 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13053 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13054 functions.
13055 (Info-find-node-2): Try a case-sensitive search first, then
13056 do a case-insensitive search.
13057
13058 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13059 tutorials.
13060
13061 * complete.el (PC-env-vars-alist): New variable.
13062 (PC-complete-as-file-name): New function.
13063 (partial-completion-mode): Initialize PC-env-vars-alist from
13064 process-environment.
13065 (PC-do-completion): Handle completion of env vars.
13066
13067 * info.el (Info-set-mode-line): Show file name in mode line,
13068 use `*Info*' instead of `Info:'.
13069
13070 * startup.el (command-line-1): Change copyright messages to year
13071 2000.
13072
130732000-06-15 Dave Love <fx@gnu.org>
13074
13075 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13076 not local-map.
13077
130782000-06-15 Kenichi Handa <handa@etl.go.jp>
13079
13080 * international/mule.el (set-buffer-file-coding-system): Almost
13081 rewritten to handle `undecided' as no-op.
13082
130832000-06-14 Gerd Moellmann <gerd@gnu.org>
13084
13085 * Makefile.in: New file.
13086
13087 * Makefile: Removed.
13088
13089 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13090 (goto-address-highlight-keymap): Bind C-c RET.
13091
130922000-06-14 Kenichi Handa <handa@etl.go.jp>
13093
13094 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13095 inherits buffer-file-coding-system of the current buffer.
13096
13097 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13098 0. Give correct argument to set-auto-coding-function.
13099 (tar-expunge): For goto-char, use (point-min), not 0.
13100 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13101 (tar-subfile-save-buffer): Likewize.
13102
13103 * international/mule.el
13104 (after-insert-file-set-buffer-file-coding-system): Call
13105 set-buffer-file-coding-system with the arg FORCE t.
13106
131072000-06-13 Gerd Moellmann <gerd@gnu.org>
13108
13109 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13110 nil. Contemporary sendmails issue an X-Authentication-Warning if
13111 the sender is set with `-f'.
13112
131132000-06-13 Dave Love <fx@gnu.org>
13114
13115 * help.el (describe-function-1): Kluge around cases of functions
13116 fset to subrs whose doc doesn't match their symbol-name.
13117
13118 * image.el (insert-image): Default STRING to a space.
13119
13120 * info.el Doc fixes.
13121 (Info-build-node-completions): Match Ref tags.
13122
131232000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13124
13125 * frame.el (display-multi-frame-p, display-multi-font-p): New
13126 defaliases for display-graphic-p.
13127
13128 * hl-line.el: Fixed a typo in commentary.
13129
131302000-06-13 Kenichi Handa <handa@etl.go.jp>
13131
13132 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13133 fixed.
13134
131352000-06-12 Dave Love <fx@gnu.org>
13136
13137 * image.el (insert-image): Save a little consing.
13138
131392000-06-12 Kenichi Handa <handa@etl.go.jp>
13140
13141 * language/tibet-util.el: Convert all tibetan-1-column characters
13142 to the corresponding tibetan characters.
13143 (tibetan-add-components): Delete code for the special treatment of
13144 'a chung.
13145
13146 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13147 change.
13148 (tibetan-vowel-transcription-alist): More rules added.
13149 (tibetan-composite-vowel-alist): New variable.
13150 (tibetan-precomposition-rule-alist): More rules added.
13151
131522000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13153
13154 * startup.el (command-line): Only call menu-bar-mode if interactive.
13155
13156 * thingatpt.el (toplevel symbol-properties):
13157 * textmodes/makeinfo.el (makeinfo-compile):
13158 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13159 * progmodes/hideif.el (hif-compress-define-list)
13160 (hide-ifdef-use-define-alist):
13161 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13162 (ange-ftp-vms-add-file-entry):
13163 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13164 * man.el (Man-build-man-command):
13165 * mail/rnewspost.el (news-reply-header-hook):
13166 * info.el (Info-insert-dir):
13167 * emulation/mlconvert.el (backward-word, forward-word, setq):
13168 * emacs-lisp/gulp.el (gulp-send-requests):
13169 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13170 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13171 (byte-optimize-apply, end of file):
13172 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13173 (ad-make-freeze-definition):
13174 * startup.el (command-line, command-line-1): Don't quote lambdas.
13175
13176 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13177 (cvs-cleanup-removed): New function.
13178 (cvs-cleanup-functions): New var.
13179 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13180 some flexibility in specifying additional entries to auto-cleanup.
13181 (cvs-quickdir): New function.
13182 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13183 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13184 (cvs-mode-find-file): Check that we are on a filename or dirname
13185 when invoked through a mouse-click.
13186 (cvs-full-path): Remove.
13187 (cvs-dired-action): Re-introduced.
13188 (cvs-dired-noselect): Use it.
13189 (vc-post-command-functions): use this new hook if available.
13190
13191 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13192 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13193 (cvs-filename-map, cvs-dirname-map): Remove.
13194 (cvs-default-action): Remove.
13195 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13196 if the arg is really a keymap.
13197 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13198 Don't hardcode the mapping from state (aka type) to face, but check
13199 the var cvs-fi-<type>-face instead.
13200 (cvs-fileinfo-from-entries): New function.
13201
13202 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13203 Docstring fix.
13204 (cvs-find-file-and-jump): Change default to be safer.
13205 (cvs-mode-diff-map): Define it as a function as well.
13206 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13207 Bind mouse-2 in this global map rather than with text-properties.
13208
13209 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13210 file to resolve the ambiguity between C(conflict) and C(need-merge).
13211
132122000-06-12 Kenichi Handa <handa@etl.go.jp>
13213
13214 * international/mule.el (set-buffer-file-coding-system): If
13215 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13216 unconditionally.
13217
132182000-06-12 Dave Love <fx@gnu.org>
13219
13220 * wid-edit.el (widget-specify-button): Really suppress the face if
13221 required.
13222
132232000-06-11 Gerd Moellmann <gerd@gnu.org>
13224
13225 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13226
132272000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13228
13229 * imenu.el (imenu-generic-expression): Docstring fix.
13230
13231 * composite.el (composition-function-table): Move the `put'
13232 below the autoload cookie so we can load the file before loaddefs.
13233
13234 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13235
13236 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13237 Handle easy-mmode-define-global-mode.
13238 For complex macros like define-minor-mode that can generate
13239 several autoload entries, try to autoload entries in the
13240 macroexpanded code.
13241
13242 * emacs-lisp/easy-mmode.el (define-minor-mode):
13243 If KEYMAP is a symbol, just use it.
13244 Use byte-compile-current-file and load-file-name to infer the
13245 proper :require to pass to defcustom.
13246 Wrap the hook var into `progn' so as not to autoload it.
13247 Add a :autoload-end cookie.
13248 Be more careful about the evaluation of KEYMAP.
13249 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13250 (define-derived-mode): Move define-abbrev-table outside of defvar.
13251
132522000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13253
13254 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13255 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13256 (backup-compiled-files): Ignore errors during `tar'.
13257 (bootstrap): Make autoloads before elc files.
13258
132592000-06-10 Kenichi Handa <handa@etl.go.jp>
13260
13261 * international/mule.el (set-buffer-file-coding-system): If one of
13262 undecided-XXX is specified, change only EOL conversion.
13263
13264 * international/mule-conf.el (unix): New alias for the coding
13265 system undecided-unix.
13266
132672000-06-09 Dave Love <fx@gnu.org>
13268
13269 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13270
13271 * progmodes/executable.el: Byte compile dynamic.
13272 (executable-insert): Change custom type.
13273 (executable-find): Add autoload cookie.
13274 (executable-make-buffer-file-executable-if-script-p): New
13275 function. After Noah Friedman.
13276
13277 * files.el (after-save-hook): Customize, with
13278 executable-make-buffer-file-executable-if-script-p as an option.
13279
132802000-06-09 Kenichi Handa <handa@etl.go.jp>
13281
13282 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13283 "tib24p-mule.bdf" for Tibetan.
13284
13285 * composite.el (decompose-composite-char): Declare it as obsolete.
13286
13287 * man.el (Man-fontify-manpage): Pay attention to underline and
13288 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13289
132902000-06-08 Gerd Moellmann <gerd@gnu.org>
13291
13292 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13293 Set maintainer to FSF since author isn't reachable.
13294
132952000-06-08 Dave Love <fx@gnu.org>
13296
13297 * international/mule-cmds.el (select-safe-coding-system): If
13298 DEFAULT-CODING-SYSTEM is not specified, also check the most
13299 preferred coding-system if buffer-file-coding-system is
13300 `undecided'. From Handa.
13301
133022000-06-08 Kenichi Handa <handa@etl.go.jp>
13303
13304 * international/mule.el
13305 (after-insert-file-set-buffer-file-coding-system): If the buffer
13306 size is greater than INSERTED, judget that we are not visiting.
13307
133082000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13309
13310 * whitespace.el (defgroup whitespace): Comment out `:version'.
13311 XEmacs 20.4 has problems defining the group with this present.
13312 We'll have this commented out till get resolve the problem.
13313
133142000-06-07 John Wiegley <johnw@gnu.org>
13315
13316 * align.el (align-dq-string-modes, align-sq-string-modes)
13317 (align-open-comment-modes): Add pyhton-mode.
13318 (align-rules-list): Use get-text-property instead of
13319 text-properties-at.
13320 (align-rules-list): Add python-assignment.
13321 (align-rules-list): Change perl-comma-delimiter to
13322 basic-comma-delimiter. Use if for Perl modes and python-mode.
13323 (align-rules-list): Add python-chain-logic and
13324 basic-line-continuation.
13325
133262000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13327
13328 * apropos.el (apropos-mode-hook): New user variable.
13329 (apropos-mode): Run apropos-mode-hook.
13330
133312000-06-07 David Ponce <david@dponce.com>
13332
13333 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13334 commands. Require `wid-edit' at run-time.
13335
133362000-06-07 David Ponce <david@dponce.com>
13337
13338 * recentf.el: Added some "Commentary".
13339 (recentf-open-more-files, recentf-edit-list): Minor changes to
13340 move the point at the top of the file list. This behaviour is
13341 consistent with the menu one when the list contains a lot of
13342 files.
13343 (recentf-cleanup): Now displays the number of items removed from
13344 the list.
13345 (recentf-relative-filter) New menu filter to show filenames
13346 relative to `default-directory'.
13347
133482000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13349
13350 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13351 with/without giving an error if PostScript printer doesn't have this
13352 kind of page size. Zebra Stripe continues or restarts on next page.
13353 Manual/automatic paper feeding. Switch or not the header.
13354 (ps-print-version): New version number (5.2.2).
13355 (ps-windows-system): Include emx as a Windows system.
13356 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13357 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13358 (ps-background-text): Code fix.
13359 (ps-error-handler-message, ps-user-defined-prologue)
13360 (ps-print-prologue-header, ps-printer-name)
13361 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13362 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13363 (ps-use-face-background): Customization fix.
13364 (ps-n-up-database): Data fix.
13365 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13366 (ps-switch-header): New vars.
13367 (ps-xemacs-color-name, ps-face-foreground-name)
13368 (ps-face-background-name, ps-boolean-constant): New funs.
13369
133702000-06-07 Dave Love <fx@gnu.org>
13371
13372 * allout.el: New version from Manheimer.
13373
133742000-06-07 Kenichi Handa <handa@etl.go.jp>
13375
13376 * textmodes/fill.el (fill-find-break-point): Check the validity of
13377 charset.
13378
133792000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13380
13381 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13382 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13383 Call display-color-p and display-mouse-p instead of looking at
13384 window-system.
13385
133862000-06-06 Dave Love <fx@gnu.org>
13387
13388 * image.el (find-image): Doc fix. Return nil if image not found.
13389 (put-image, insert-image): Make STRING arg optional.
13390
133912000-06-06 Kenichi Handa <handa@etl.go.jp>
13392
13393 * language/vietnamese.el: Remove eval-when-compile.
13394 (viet-viscii-nonascii-translation-table): Define it as a
13395 translation table made from viet-viscii-decode-table.
13396 (viet-viscii-encode-table): Define it as a translation table made
13397 from the reverse map of above.
13398 (viet-vscii-nonascii-translation-table): Define it as a
13399 translation table made from viet-vscii-decode-table.
13400 (viet-vscii-encode-table): Define it as a translation table made
13401 from the reverse map of above.
13402 (ccl-decode-viscii): Use translate-character.
13403 (ccl-encode-viscii, ccl-encode-viscii-font)
13404 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13405 Likewize.
13406
13407 * language/cyrillic.el: Remove eval-when-compile.
13408 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13409 translation table made from cyrillic-koi8-r-decode-table.
13410 (cyrillic-koi8-r-encode-table): Define it as a translation table
13411 made from the reverse map of above.
13412 (ccl-decode-koi8): Use translate-character.
13413 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13414 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13415 a translation table made from cyrillic-alternativnyj-decode-table.
13416 (cyrillic-alternativnyj-encode-table): Define it as a translation
13417 table made from the reverse map of above.
13418 (ccl-decode-alternativnyj): Use translate-character.
13419 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13420 Likewize
13421
13422 * international/mule-diag.el (non-iso-charset-alist): Specify
13423 translation table symbol instead of translation table itself.
13424 (list-block-of-chars): CHARSET may be a translation table symbol.
13425
13426 * international/mule.el (make-coding-system): If CODING-SYSTEM
13427 already exists, override it.
13428
13429 * international/fontset.el: Use family `proportional' for Tibetan
13430 fonts.
13431
13432 * international/ccl.el (ccl-compile-translate-character): Don't
13433 check if Rrr has property translation-table.
13434 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13435
134362000-06-05 Gerd Moellmann <gerd@gnu.org>
13437
13438 * info.el: Bind case-fold-search to t when searching in case
13439 a user sets it to nil in a hook.
13440
134412000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13442
13443 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13444 * hl-line.el (hl-line-mode): Use the new :global key argument.
13445
13446 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13447 (tar-clip-time-string): Prepend a space.
13448 (tar-grind-file-mode): Construct a string rather than modifying one.
13449 (tar-header-block-summarize): Fix docstring.
13450 Use `format' rather than an error-prone set of copy-loops.
13451
13452 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13453 (diff-goto-source, diff-unified->context, diff-context->unified)
13454 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13455 understand the format output by the `-p' argument to diff.
13456
13457 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13458 (sh-re-done): Use defconst.
13459 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13460 (sh-help-string-for-variable, sh-guess-basic-offset):
13461 Don't quote lambdas.
13462 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13463 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13464
13465 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13466 (mh-letter-mode): Derive from text-mode.
13467 This implicitly means that it now calls kill-all-local-variables.
13468 Also remove the Emacs-18 compatibility code.
13469
13470 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13471 Make use of symbol-property doc-string-elt.
13472 Use memq rather than a sequence of eq.
13473 (doc-string-elt): Fix the wrong or missing previously unused values.
13474 (autoload-print-form): New function extracted from
13475 generate-file-autoloads to allow recursion when handling progn
13476 so that defvar's and defun's docstrings are properly printed.
13477 (generate-file-autoloads): Use it.
13478
13479 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13480 Use find-file-hooks in the minor-mode function.
13481 Be careful not to loop indefinitely in the post-command-hook function.
13482
134832000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13484
13485 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13486 tty's.
13487 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13488 differences whenever appropriate.
13489 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13490 * viper.el (find-file, find-file-other-window): Get viper to do
13491 wildcards.
13492
134932000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13494
13495 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13496 (jit-lock-fontify-buffer): New function for JIT refontification.
13497 (jit-lock-mode): Fix docstring.
13498 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13499 Remove jit-lock-after-change from the _local_ hook.
13500 (jit-lock-function-1): Fix docstring.
13501
13502 * info.el (Info-on-current-buffer): Initialize info.
13503
13504 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13505
13506 * progmodes/tcl.el (tcl-indent-for-comment):
13507 Ignore comment-indent-hook.
13508
13509 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13510 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13511 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13512 and improve to use the lighter to guess the capitalization.
13513 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13514 Add keyword arguments to specify global-ness or the custom group.
13515 Add local-map and help-echo properties to the lighter.
13516 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13517 (easy-mmode-define-global-mode): New macro.
13518
135192000-06-02 Dave Love <fx@gnu.org>
13520
13521 * wid-edit.el: byte-compile-dynamic since we typically don't use
13522 all the widgets. Don't require cl or widget. Remove
13523 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13524 (widget-read-event): Removed. Callers changed to use read-event.
13525 (widget-button-release-event-p): Renamed from
13526 button-release-event-p.
13527 (widget-field-add-space, widget-field-use-before-change):
13528 Uncustomize.
13529 (widget-specify-field): Use keymap property, not local-map.
13530 (widget-specify-button): Obey :suppress-face.
13531 (widget-specify-insert): Use modern backquote syntax.
13532 (widget-image-directory): Renamed from widget-glyph-directory.
13533 (widget-image-enable): Renamed from widget-glyph-enable.
13534 (widget-image-find): Replaces widget-glyph-find.
13535 (widget-button-pressed-face): Move defvar.
13536 (widget-image-insert): Replaces widget-glyph-insert.
13537 (widget-convert): Use keywordp.
13538 (widget-leave-text, widget-children-value-delete): Use mapc.
13539 (widget-keymap): Remove XEmacs stuff.
13540 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13541 (widget-button-click): Don't set point at the click, but re-centre
13542 if we scroll out of window. Rewritten for images v. glyphs &c.
13543 (widget-tabable-at): Use POS arg, not point.
13544 (widget-beginning-of-line, widget-end-of-line)
13545 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13546 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13547 (widget-default-create): Use widget-image-insert; some rewriting.
13548 (widget-visibility-value-create)
13549 (widget-push-button-value-create, widget-toggle-value-create): Use
13550 widget-image-insert.
13551 (checkbox): Create on and off images dynamically.
13552 (documentation-link): Change :help-echo.
13553 (widget-documentation-link-echo-help): Remove.
13554
135552000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13556
13557 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13558
13559 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13560 (easy-mmode-define-toggle, define-minor-mode): Use it.
13561 (easy-mmode-define-keymap): Docstring fix.
13562 (define-derived-mode): Default PARENT to fundamental-mode.
13563 Add the derived-mode-parent symbol-property.
13564 (easy-mmode-derived-mode-p): New function.
13565
135662000-06-02 Dave Love <fx@gnu.org>
13567
13568 * files.el (convert-standard-filename): Doc fix.
13569 (normal-backup-enable-predicate): New function.
13570 (backup-enable-predicate): Use it to replace the lambda form.
13571
13572 * calendar/todo-mode.el: [This needs more work on the outline
13573 stuff.] Doc fixes.
13574 (todo) <defgroup>: Add :version.
13575 (todo-add-category): Don't use pushnew.
13576 (todo-cmd-raise): Fix typo.
13577 (todo-top-priorities): Change temp buffer name.
13578 (todo-category-alist): Avoid redundant lambda.
13579 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13580 Use outline-next-heading.
13581
13582 * autoarg.el: Rewritten to use define-minor-mode.
13583 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13584 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13585
135862000-06-02 Kenichi Handa <handa@etl.go.jp>
13587
13588 * isearch.el (isearch-other-meta-char): Fix previous change.
13589
135902000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13591
13592 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13593 (log-edit-done): Only add the comment to the ring if it's different
13594 from the last comment entered.
13595
13596 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13597
135982000-06-01 Dave Love <fx@gnu.org>
13599
13600 * hl-line.el: Rewritten using define-minor-mode.
13601
13602 * help.el (describe-function-1): Distinguish special form from
13603 builtin function. Sanity-check presence of arglist for builtins.
13604
136052000-06-01 Kenichi Handa <handa@etl.go.jp>
13606
13607 * international/characters.el: Fix syntax/category setting of
13608 Tibetan characters.
13609
13610 * language/tibet-util.el (tibetan-add-components): Fixes for new
13611 encoding of Tibetan characters.
13612 (tibetan-decompose-precomposition-alist): New variable.
13613 (tibetan-decompose-region): Convert precomposed characters to
13614 non-precomposed characters.
13615 (tibetan-decompose-string): Likewise.
13616 (tibetan-composition-function): Fix args to
13617 thibetan-compose-string.
13618
13619 * language/tibetan.el (tibetan-composable-pattern): More
13620 characters included.
13621 (tibetan-consonant-transcription-alist): Rule for "R" added.
13622 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13623 "+R" added.
13624 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13625
13626 * language/lao-util.el (lao-composition-function): Fix args to
13627 compose-string.
13628
13629 * language/thai-util.el (thai-composition-function): Fix args to
13630 compose-string.
13631
13632 * isearch.el (isearch-update): Set disable-point-adjustment to t
13633 to prevent the point moving to the end of a composition when a
13634 part of a composition is searched.
13635 (isearch-other-meta-char): If the key invoking this command can be
13636 mapped by function-key-map to a printing char, call
13637 isearch-process-search-char directly.
13638
136392000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13640
13641 * emacs-lisp/bytecomp.el:
13642 * frame.el:
13643 * international/mule-cmds.el:
13644 * international/mule-util.el:
13645 * international/mule.el:
13646 * mouse.el:
13647 * subr.el:
13648 * faces.el: Update calls to make-obsolete with a WHEN argument.
13649
13650 * byte-run.el (make-obsolete, make-obsolete-variable):
13651 Add an optional WHEN argument and change the format of the
13652 symbol-property information.
13653 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13654 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13655 new obsolete-symbol-property format and print WHEN if it is provided.
13656
136572000-05-31 Dave Love <fx@gnu.org>
13658
13659 * loadhist.el (loadhist-hook-functions): Remove
13660 before-change-function, after-change-function.
13661 (unload-feature): Deal with symbols which are both bound and
13662 fbound.
13663
13664 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13665 before-change-function, after-change-function.
13666
13667 * simple.el (newline): Don't bind before-change-function,
13668 after-change-function.
13669
136702000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13671
13672 * whitespace.el (whitespace-rescan-timer-time): Update interval
13673 set to 600 seconds (10 minutes) instead of 60 seconds since
13674 a large number of whitespace buffers causes emacs to `freeze'
13675 for a considerable amount of time.
13676
13677 * whitespace.el: Updated email address
13678
136792000-05-31 Dave Love <fx@gnu.org>
13680
13681 * add-log.el (change-log-font-lock-keywords) <function>: Add
13682 pattern for function of change.
13683 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13684 acknowledgements patterns.
13685
136862000-05-31 Kenichi Handa <handa@etl.go.jp>
13687
13688 * isearch.el (isearch-printing-char): If keyboard coding system is
13689 being used, call isearch-process-search-multibyte-characters.
13690
13691 * international/isearch-x.el: Mostly rewritten.
13692
13693 * international/quail.el (quail-start-conversion): Don't include
13694 unhandled events in the returned events, but set them in
13695 unread-command-events. Exit if all inputs are deleted.
13696
136972000-05-30 Jason Rumney <jasonr@gnu.org>
13698
13699 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13700
13701 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13702 Reenable code to create initial fontsets.
13703 Use set-fontset-font in place of put-charset-property.
13704
137052000-05-30 Gerd Moellmann <gerd@gnu.org>
13706
13707 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13708 label, ensure that the first colon isn't followed by another.
13709
13710 * paths.el (Info-default-directory-list): Doc fix.
13711
13712 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13713 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13714 send a query containing USER only, not USER@HOST.
13715
13716 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13717 and rmail-msgend to compute the restriction at the end, instead of
13718 computing it.
13719
137202000-05-29 Gerd Moellmann <gerd@gnu.org>
13721
13722 * dabbrev.el (dabbrev-expand): Don't display messages in the
13723 echo area if the minibuffer window is active.
13724
13725 * jit-lock.el (jit-lock-mode): Add after change function to
13726 local hook.
13727
137282000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13729
13730 * antlr-mode.el: New commands: hide/unhide actions,
13731 upcase/downcase literals.
13732 (antlr-tiny-action-length): New user option.
13733 (antlr-hide-actions): New command. Suggested by
13734 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13735 (antlr-mode-map): New binding [C-c C-v].
13736 (antlr-mode-menu): New entries.
13737 (antlr-downcase-literals): New command.
13738 (antlr-upcase-literals): Ditto.
13739
13740 * antlr-mode.el: Minor changes: indendation, mode-name.
13741 (antlr-indent-line): Indent cpp directive at column 0.
13742 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13743
13744 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13745 (antlr-font-lock-additional-keywords): Workaround for intentional
13746 bug in XEmacs version of font-lock.
13747 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13748 be used by a smarter version of `buffers-menu-grouping-function'.
13749
137502000-05-29 Gerd Moellmann <gerd@gnu.org>
13751
13752 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13753 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13754
137552000-05-29 Kenichi Handa <handa@etl.go.jp>
13756
13757 * international/encoded-kb.el
13758 (encoded-kbd-iso2022-designation-map): Pay attention to that
13759 charset-iso-final-char return -1 for eight-bit-control and
13760 eight-bit-graphic.
13761
137622000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13763
13764 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13765 (speedbar-easymenu-definition-base): Use display-graphic-p where
13766 available, instead of window-system.
13767
137682000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13769
13770 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13771 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13772 coding systems.
13773
137742000-05-26 Dave Love <fx@gnu.org>
13775
13776 * disp-table.el (standard-display-underline): Don't use
13777 internal-find-face.
13778
13779 * mail/reporter.el: Maintainer change. Doc fixes.
13780 (reporter-version): Deleted.
13781
13782 * emacs-lisp/elp.el: Maintainer change.
13783 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13784
137852000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13786
13787 * add-log.el (add-change-log-entry): Merge the current entry with the
13788 previous one if the previous one is empty.
13789
137902000-05-26 Dave Love <fx@gnu.org>
13791
13792 * loadhist.el (unload-feature): Fix interactive spec [from
13793 lijnzaad@ebi.ac.uk].
13794
13795 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13796 subr-arity to check primitives.
13797 (byte-compile-flush-pending, byte-compile-file-form-progn)
13798 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13799 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13800 mapcar.
13801
138022000-05-26 Kenichi Handa <handa@etl.go.jp>
13803
13804 * international/fontset.el: Set family names of non-latin charsets
13805 in default fontset to "*".
13806
13807 * international/mule-diag.el (print-fontset): Combine family part
13808 and registry part of the fontname by "-*-" instead of "-".
13809
13810 * international/mule-cmds.el (encode-coding-char): Make strings
13811 multibyte before calling encode-coding-string.
13812
138132000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13814
13815 * derived.el: Fix keywords.
13816 (define-derived-mode): Only define if needed.
13817
13818 * simple.el (fill-comment, comment-column, comment-start)
13819 (comment-start-skip, comment-end, comment-indent-function)
13820 (block-comment-start, block-comment-end, indent-for-comment)
13821 (set-comment-column, kill-comment, comment-padding, comment-region)
13822 (comment-multi-line, indent-new-comment-line): Remove.
13823
13824 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13825 function names for comment operations.
13826
13827 * newcomment.el: Add abundant autoload cookies.
13828 (comment-style): Don't depend on runtime data at compile-time.
13829 (comment-indent-hook): Remove.
13830 (comment-indent): Check if comment-indent-hook is bound.
13831 (comment-region): Docstring fix.
13832
138332000-05-25 Dave Love <fx@gnu.org>
13834
13835 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13836 byte-code-function-p.
13837
13838 * mail/rmailsum.el: Add provide.
13839
13840 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13841
13842 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13843 defcustom.
13844
138452000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13846
13847 * ediff-diff.el (ediff-exec-process): delete --binary option from
13848 non-buffer ediff jobs.
13849
138502000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13851
13852 * hilit-chg.el (highlight-changes-mode): Ask about color or
13853 grayscale support, not about window-system.
13854
13855 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13856 window-system.
13857 (ffap-highlight): Always default to t.
13858
13859 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13860 display-popup-menus-p instead of looking at window-system.
13861
13862 * disp-table.el (standard-display-g1, standard-display-graphic):
13863 Only refuse to use string glyphs on X and MS-Windows.
13864
13865 * avoid.el: Remove window-system from commentary, suggest to use
13866 display-*-p instead.
13867
13868 * apropos.el (apropos-print): Use display-mouse-p instead of
13869 window-system.
13870
138712000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13872
13873 * international/codepage.el (cp-decoding-vector-for-codepage):
13874 Fill up unsupported characters with their own codes. From Kenichi
13875 Handa.
13876
138772000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13878
13879 * international/mule-diag.el (describe-char-after): Use
13880 display-graphic-p instead of window-system, so that this function
13881 works on MS-DOS.
13882
138832000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13884
13885 * international/codepage.el (cp-make-coding-systems-for-codepage):
13886 Remove the eight-bit-graphic and eight-bit-control charsets from
13887 the list of charsets which we convert into `?'.
13888
138892000-05-25 Kenichi Handa <handa@etl.go.jp>
13890
13891 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13892 private charsets.
13893 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13894 japanese-jisx0213-2): New charsets.
13895
13896 * international/fontset.el: Setup default fontset for new charsets.
13897
138982000-05-24 Dave Love <fx@gnu.org>
13899
13900 * info.el (Info-find-node-2): Restructure [following "Vadim
13901 S. Solomin" <sovs@uic.nnov.ru>].
13902
13903 * icomplete.el: Fix header for Finder.
13904
139052000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13906
13907 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13908 STAY.
13909
13910 * rmail.el (rmail-automatic-folder-directives): New user variable.
13911 (rmail-show-message): Add call to `rmail-auto-file' during
13912 display.
13913 (rmail-auto-file): New function.
13914
139152000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13916
13917 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13918 account.
13919 (ediff-test-utility,ediff-diff-mandatory-option)
13920 (ediff-reset-diff-options): Utilities for proper initialization of
13921 ediff-diff-options and ediff-diff3-options on Windows.
13922
13923 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13924 variable.
13925
13926 * ediff-mult.el (ediff-filegroup-action): Use
13927 ediff-merge-filename-prefix.
13928
139292000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13930
13931 * viper-ex.el (ex-write): Set selective display to nil.
13932
139332000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13934
13935 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13936 aliases for hebrew-iso-8bit.
13937
139382000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13939
13940 * woman.el: New version from Francis J. Wright
13941 <F.J.Wright@Maths.QMW.ac.uk>.
13942 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13943 names in environment variables regardless of the path separator.
13944 (woman-topic-all-completions-1): Don't call file-name-directory-p
13945 on all files, since woman-file-regexp already filters out any
13946 directories.
13947
139482000-05-24 Kenichi Handa <handa@etl.go.jp>
13949
13950 * international/quail.el (quail-start-translation): Don't change
13951 modified-p of the current buffer.
13952 (quail-start-conversion): Likewise.
13953
13954 * international/kkc.el (kkc-region): Don't change modified-p of
13955 the current buffer.
13956
13957 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13958 conform to RFC1468.
13959 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13960
139612000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13962
13963 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13964 (speedbar-insert-button): Invisible text property fix.
13965 (speedbar-directory-plus): Renamed from speedbar-directory-+
13966 (speedbar-directory-minus): Renamed from speedbar-directory--
13967 (speedbar-page-plus): Renamed from speedbar-file-+
13968 (speedbar-page-minus): Renamed from speedbar-file--
13969 (speedbar-page): Renamed from speedbar-file-
13970 (speedbar-tag): Renamed from speedbar-tag-
13971 (speedbar-tag-plus): Renamed from speedbar-tag-+
13972 (speedbar-tag-minus): Renamed from speedbar-tag--
13973 (speedbar-expand-image-button-alist): Use above renames.
13974
13975 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13976 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13977 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13978 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13979 * sb-pg.xpm: Renamed from sb-file.xpm
13980 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13981 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13982
139832000-05-24 Kenichi Handa <handa@etl.go.jp>
13984
13985 * international/quail.el (quail-show-guidance-buf): Set
13986 current-input-method of the guidance buffer to the name of the
13987 curren input method.
13988
139892000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13990
13991 * progmodes/compile.el (compile-internal): Style typo.
13992
13993 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13994 quote vars and functions in the docstring.
13995
13996 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13997
13998 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13999 Don't quote lambdas.
14000
14001 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14002
140032000-05-23 Gerd Moellmann <gerd@gnu.org>
14004
14005 * startup.el (command-line): Determine source file of compiled
14006 user init file differently. Warn if compiled user init file
14007 is older than its source file.
14008
14009 * ffap.el (ffap-url-regexp): Add `https'.
14010
140112000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14012
14013 * files.el (make-backup-file-name-1): Replace slashes with `!'
14014 rather than `|' (which is not allowed on Windows). Replace the
14015 drive letters with a string "drive_X".
14016
140172000-05-23 Gerd Moellmann <gerd@gnu.org>
14018
14019 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14020
14021 * files.el (interpreter-mode-alist): Add `bash2'.
14022
140232000-05-22 Dave Love <fx@gnu.org>
14024
14025 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14026 mapc.
14027 (feature-file): Avoid calling symbol-name. Doc fix.
14028 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14029 (loadhist-hook-functions): Add mouse-position-function.
14030 (unload-feature): Change uses of mapcar.
14031
14032 * files.el (parse-colon-path): Doc fix.
14033 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14034 (set-auto-mode): Use mapc.
14035
14036 * complete.el (PC-look-for-include-file): Use :alnum: character
14037 class.
14038 (partial-completion-mode): Add autoload cookie.
14039
140402000-05-22 Sam Steingold <sds@gnu.org>
14041
14042 * info.el (Info-fontify-node): Fixed the call to
14043 `add-text-properties' (bug introduced on 2000-05-18).
14044
140452000-05-22 Dave Love <fx@gnu.org>
14046
14047 * bindings.el: Remove debug-ignored-errors set in other files.
14048
14049 * progmodes/etags.el: Add to debug-ignored-errors.
14050 (visit-tags-table-buffer): Clear out buffers holding old tables
14051 when making a new list.
14052 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14053 mapc.
14054
14055 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14056 quote keywords.
14057 (cmpl-string-case-type): Use character classes.
14058
14059 * comint.el:
14060 * textmodes/ispell.el:
14061 * imenu.el:
14062 * mail/mh-e.el:
14063 * progmodes/compile.el: Add to debug-ignored-errors.
14064
14065 * dabbrev.el: Add to debug-ignored-errors.
14066 (dabbrev-completion): Use mapc.
14067
140682000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14069
14070 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14071 (woman-mapcan, woman-parse-man.conf)
14072 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14073 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14074 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14075 path syntax better.
14076 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14077 (woman-manpath): Call woman-parse-man.conf.
14078 (woman-emulation): New defcustom, defaults to nroff.
14079 (woman-font-support): New defconst.
14080 (woman-use-symbol-font): New defcustom.
14081 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14082 "Emulation".
14083 Many functions: Doc fix.
14084
140852000-05-22 Kenichi Handa <handa@etl.go.jp>
14086
14087 * international/quail.el (quail-simple-translation-keymap): Map
14088 128..255 to quail-self-insert-command.
14089 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14090
140912000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14092
14093 * help.el (help-manyarg-func-alist): Typo.
14094
14095 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14096 intervals which makes it heaps simpler.
14097
14098 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14099 the nested comment markers.
14100
14101 * subr.el (remove-hook): Don't turn the hook's value into a list.
14102
141032000-05-21 Dave Love <fx@gnu.org>
14104
14105 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14106 are invalid characters.
14107
14108 * international/mule-util.el (detect-coding-with-priority): Use
14109 mapc. Remove redundant lambda.
14110
14111 * international/mule-diag.el (list-non-iso-charset-chars)
14112 (describe-fontset): Remove redundant lambda.
14113
14114 * emulation/crisp.el (brief-mode): New alias.
14115
14116 * emacs-lisp/ring.el (ring-elements): New function.
14117
14118 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14119 (easy-menu-do-add-item): Use keywordp.
14120
14121 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14122
14123 * replace.el: Doc and error message fixes.
14124 (replace-highlight): Use facep, not internal-find-face.
14125
141262000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14127
14128 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14129
14130 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14131 (log-edit-insert-changelog): Drop `:' as well.
14132
14133 * log-view.el: Fix file description.
14134 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14135 available.
14136 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14137 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14138
14139 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14140 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14141 Print a status message if the toggle is called interactively.
14142 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14143 for global minor modes and use `defcustom' for them.
14144 Use add-minor-mode.
14145 (easy-mmode-define-derived-mode): Remove.
14146 (define-derived-mode): Fancier default docstring.
14147 (easy-mmode-define-navigation): Signal an error rather than (ding).
14148
14149 * newcomment.el (comment-styles): New `box-multi'.
14150 (comment-normalize-vars): Better default for comment-continue to
14151 avoid whitespace-only continuations.
14152 (comment-search-forward): Always move even in the no-syntax case.
14153 (comment-padright): Only obey N if it's only obeyed for padleft.
14154 (comment-make-extra-lines): Better handling of empty continuations.
14155 Use `=' for the filler if comment-start has only one character.
14156 (uncomment-region): Try handling the special `=' filler.
14157 (comment-region): Allow LINES even if MULTI is nil.
14158 (comment-box): Choose box style based on comment-style.
14159
141602000-05-20 Kenichi Handa <handa@etl.go.jp>
14161
14162 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14163 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14164
141652000-05-20 Kenichi HANDA <handa@etl.go.jp>
14166
14167 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14168 and insert, not subst-char-in-region.
14169
14170 * international/mule-diag.el (list-character-sets-1): Handle
14171 charsets eight-bit-control and eight-bit-graphic.
14172 (list-iso-charset-chars): Likewise.
14173 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14174 charactes as is. Use indent-to to align characters.
14175
14176 * international/mule-cmds.el (find-multibyte-characters): Never
14177 exclude charsets eight-bit-control and eight-bit-graphic.
14178
141792000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14180
14181 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14182 Don't quote lambdas.
14183
14184 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14185
141862000-05-19 Gerd Moellmann <gerd@gnu.org>
14187
14188 * gud.el (gud-jdb-directories): Doc fix.
14189
141902000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14191
14192 * newcomment.el: New file.
14193
141942000-05-19 Gerd Moellmann <gerd@gnu.org>
14195
14196 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14197
141982000-05-18 Andreas Schwab <schwab@suse.de>
14199
14200 * dired.el (dired-between-files): Also skip lines beginning with
14201 `used'.
14202
142032000-05-18 Gerd Moellmann <gerd@gnu.org>
14204
14205 * msb.el (msb-menu-cond): Add choice `user'.
14206
142072000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14208
14209 * ps-print.el: Compatibility, customization and doc fix.
14210 (ps-printer-name-option): Replace defconst by defvar.
14211 (ps-postscript-code-directory): XEmacs compatibility.
14212 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14213 fix.
14214 (ps-user-defined-prologue, ps-print-prologue-header)
14215 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14216 compatibility and code fix.
14217 (ps-print-background-image, ps-print-background-text):
14218 Customization fix.
14219 (ps-line-number-start, ps-n-up-on): New vars.
14220
142212000-05-18 Espen Skoglund <esk@ira.uka.de>
14222
14223 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14224 the indent-comment function to just return the appropriate indent.
14225
142262000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14227
14228 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14229 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14230 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14231
142322000-05-18 Dave Love <fx@gnu.org>
14233
14234 * info.el (Info-fontify-node): Add intangible property as well as
14235 invisible.
14236
14237 * calendar/appt.el (appt-make-list): Match all lines of entry.
14238 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14239
142402000-05-18 Kenichi Handa <handa@etl.go.jp>
14241
14242 * international/mule-diag.el (describe-char-after): Call
14243 internal-char-font, not char-font. If internal-char-font returns
14244 nil, display "-- none --".
14245
142462000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14247
14248 * image.el (image-type-available-p): Don't reference image-types
14249 if it isn't bound.
14250
142512000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14252
14253 * autoarg.el (autoarg-mode): Typo in the :set argument.
14254
142552000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14256
14257 * startup.el (command-line-1): Don't signal an error if the
14258 directory for auto-save-list files does not yet exist.
14259
142602000-05-17 Kenichi Handa <handa@etl.go.jp>
14261
14262 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14263
142642000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14265
14266 * subr.el (remove-hook): `setq' hook-value, not `set'.
14267
142682000-05-16 Sam Steingold <sds@gnu.org>
14269
14270 * info.el (debug-ignored-errors): More errors to ignore.
14271
142722000-05-16 Dave Love <fx@gnu.org>
14273
14274 * cus-edit.el: Don't require cl or easymenu.
14275 (custom-variable-prompt): Test standard-value property, not
14276 user-variable-p.
14277
142782000-05-16 Sam Steingold <sds@gnu.org>
14279
14280 * subr.el (add-hook): `setq' hook-value, not `set'.
14281
142822000-05-16 Gerd Moellmann <gerd@gnu.org>
14283
14284 * startup.el (command-line-1): Mention the FAQ in the startup
14285 message.
14286
14287 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14288
14289 * progmodes/compile.el (compilation-parse-errors): Collect
14290 `nomessage' regexps last.
14291
14292 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14293
14294 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14295 to the function name.
14296
142972000-05-15 Dave Love <fx@gnu.org>
14298
14299 * speedbar.el (speedbar-recenter): Typo.
14300 (speedbar-expand-line): Make arg optional.
14301 (speedbar-mode): Avoid a compiler warning.
14302
143032000-05-15 Gerd Moellmann <gerd@gnu.org>
14304
14305 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14306 user-specified option string is empty.
14307
14308 * mouse.el (mouse-yank-at-click): Doc fix.
14309
143102000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14311
14312 * term/internal.el (IT-character-translations): More updates of
14313 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14314 documents.
14315
143162000-05-15 Gerd Moellmann <gerd@gnu.org>
14317
14318 * env.el (getenv): New function, interactively callable.
14319 (setenv, getenv): Remove autoload cookies.
14320
14321 * loadup.el: Load `env'.
14322
14323 * progmodes/f90.el: Change author's mail address.
14324
143252000-05-14 Dave Love <fx@gnu.org>
14326
14327 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14328 goto-addr as an option.
14329
14330 * help.el (help-xref-stack): Doc fix.
14331 (help-xref-following): New variable.
14332 (help-make-xrefs): Use it.
14333 (help-xref-go-back): Use position information from stack element.
14334 (help-follow): Make position in stack element a pair. Use
14335 help-xref-following.
14336
14337 * autoarg.el: New file.
14338
14339 * faces.el: Declare more functions obsolete.
14340
14341 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14342 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14343 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14344 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14345 Remove all the setup-...-environment functions.
14346
143472000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14348
14349 * speedbar.el: Updated the commentary section. xemacs20p now uses
14350 >= when detecting. Require `defimage' safely.
14351 (speedbar-easymenu-definition-base): Add toggle for images.
14352 (speedbar-easymenu-definition-special): Add flush cache & expand.
14353 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14354 (speedbar-reconfigure-keymaps-hook): New variable.
14355 (speedbar-frame-parameters): Updated documentation.
14356 (speedbar-use-imenu-flag): Updated custom tag
14357 (speedbar-dynamic-tags-function-list): New variable.
14358 (speedbar-tag-hierarchy-method): Updated doc & custom.
14359 (speedbar-indentation-width, speedbar-indentation-width) New
14360 variables.
14361 (speedbar-hide-button-brackets-flag): Customizable.
14362 (speedbar-vc-indicator): Doc update.
14363 (speedbar-ignored-path-expressions): Updated default value.
14364 (speedbar-supported-extension-expressions): Updated default value.
14365 (speedbar-syntax-table): Remove {} paren status.
14366 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14367 as "+". Added overlay aliases.
14368 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14369 `force-mode-line-update'.
14370 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14371 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14372 `mouse-set-point'
14373 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14374 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14375 of arbitrary text, and new helper functions.
14376 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14377 filename finder.
14378 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14379 (speedbar-directory-buttons): Update path search/expansion.
14380 (speedbar-make-tag-line): Pay attention to
14381 `speedbar-indentation-width'. Use more care w/ invisible
14382 properties.
14383 (speedbar-change-expand-button-char): Call
14384 `speedbar-insert-image-button-maybe'.
14385 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14386 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14387 (speedbar-trim-words-tag-hierarchy)
14388 (speedbar-simple-group-tag-hierarchy): New functions
14389 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14390 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14391 functions.
14392 (speedbar-mouse-set-point): New function
14393 (speedbar-power-click): Updated documentation.
14394 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14395 of tag prefix text.
14396 (speedbar-expand-line, speedbar-contract-line): Make more robust
14397 to strange text.
14398 (speedbar-expand-line): Takes universal argument to flush the
14399 cache.
14400 (speedbar-flush-expand-line): New function.
14401 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14402 Use new generator insertion method.
14403 (speedbar-fetch-dynamic-tags): New function.
14404 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14405 `speedbar-fetch-dynamic-imenu'.
14406 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14407 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14408 "Revert Buffer" menu items.
14409 (speedbar-buffer-buttons-engine): Be smarter when creating a
14410 filename tag (for expansion purposes.).
14411 (speedbar-highlight-one-tag-line,
14412 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14413 (speedbar-recenter): New functions.
14414 (defimage-speedbar): Image loading abstraction.
14415 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14416 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14417 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14418 (speedbar-tag-type, speedbar-tag-mail): New images.
14419 (speedbar-expand-image-button-alist): New variable.
14420 (speedbar-insert-image-button-maybe): Insert an image over some
14421 buttons.
14422
144232000-05-13 Kenichi Handa <handa@etl.go.jp>
14424
14425 * international/mule-cmds.el (encode-coding-char): An ASCII
14426 character is always encodable.
14427
14428 * international/mule-conf.el: Add more information in descriptions
14429 of character sets.
14430
14431 * international/mule-diag.el (describe-char-after): New function.
14432 (describe-font-internal): Adjusted for the change of font-info.
14433 (describe-font): Likewise.
14434 (print-fontset): Rewritten for the new fontset implementation.
14435 (describe-fontset): Include fontset alias names in completion.
14436 (list-fontsets): Adjusted for the change of print-fontset.
14437
14438 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14439 describe-char-after instead of displaying the detail in the echo
14440 area.
14441 (syntax-code-table): Format changed.
14442 (string-to-syntax): Adjusted for the above change.
14443
144442000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14445
14446 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14447
144482000-05-12 Dave Love <fx@gnu.org>
14449
14450 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14451 dependence. Use line-{beginning,end}-position, not
14452 point-at{b,e}ol. Some doc fixes.
14453 (todo-position): New function. Fix callers of position to use it.
14454 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14455
144562000-05-12 Gerd Moellmann <gerd@gnu.org>
14457
14458 * time.el (display-time-mail-icon): Use `:ascent center'.
14459
14460 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14461 handling FTP security extensions.
14462
144632000-05-11 Dave Love <fx@gnu.org>
14464
14465 * calendar/todo-mode.el: New file.
14466
144672000-05-11 Gerd Moellmann <gerd@gnu.org>
14468
14469 * comint.el (comint-read-input-ring): Move reference to
14470 comint-input-ring-size outside of the save-excursion. It was
14471 causing the default value to be the only one ever seen.
14472
14473 * font-lock.el: Update copyright. Remove Simon Marshall's email
14474 address on request from him.
14475
14476 * subr.el (substitute-key-definition): Add comment describing
14477 the meaning of PREFIX.
14478
144792000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14480
14481 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14482
14483 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14484 (add-minor-mode): Don't make the variable buffer-local and add a
14485 reference to define-minor-mode in the docstring.
14486
14487 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14488 HEADER/FOOTER and fix bug with trailing empty directory.
14489 (cvs-append-to-ignore): Use vc-editable-p if available.
14490 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14491 (vc-do-command): Tweak advice to handle the new VC.
14492
14493 * log-view.el (log-view-goto-rev): New function for the new VC.
14494 (log-view-minor-wrap): Use mark-active.
14495
14496 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14497 (log-edit-changelog-full-paragraphs): New var.
14498 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14499 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14500 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14501 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14502 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14503 Replace the `cvs' prefix with `log-edit'.
14504
14505 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14506
14507 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14508 (diff-font-lock-defaults): Explicitly turn off multiline.
14509 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14510 (diff-ediff-patch): Fix call to ediff-patch-file.
14511 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14512 Handle comments.
14513
14514 * frame.el (automatic-hscrolling): Typo.
14515
14516 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14517
145182000-05-09 Sam Steingold <sds@goems.com>
14519
14520 * apropos.el (apropos-print): use `describe-face' instead of
14521 `customize-face-other-window'.
14522
145232000-05-09 Dave Love <fx@gnu.org>
14524
14525 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14526
14527 * help.el (describe-variable): Have customize button pop the
14528 help-xref stack when invoked.
14529 (help-xref-symbol-regexp): Add `face'.
14530 (help-make-xrefs): Check for quoted face names and adapt regexp
14531 submatch numbers to cope.
14532 (help-xref-interned): Maybe insert face doc too. Separate
14533 sections with a line of hyphens.
14534
14535 * faces.el: Some doc fixes. Declare some functions obsolete.
14536 (describe-face): Add customize button. Return the help
14537 text. Fix prompt.
14538
145392000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14540
14541 * term/internal.el (IT-character-translations): Fix last change.
14542
145432000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14544
14545 * woman.el: New file
14546 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14547
145482000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14549
14550 * term/internal.el (IT-character-translations): Update ASCII
14551 simulations for greek-iso8859-7, add latin-iso8859-14 and
14552 latin-iso8859-15.
14553
14554 * international/mule-cmds.el (set-language-info-alist): Call
14555 define-prefix-command with 3 arguments, to make the map suitable
14556 for a menu.
14557
145582000-05-07 Dave Love <fx@gnu.org>
14559
14560 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14561
145622000-05-05 Dave Love <fx@gnu.org>
14563
14564 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14565 list in doc string. Don't quote keyword symbols.
14566 * emacs-lisp/cl.el: Likewise
14567 * emacs-lisp/cl-seq.el: Likewise
14568
145692000-05-05 Gerd Moellmann <gerd@gnu.org>
14570
14571 * abbrev.el (abbrev-mode): Make ARG optional.
14572
145732000-05-04 Gerd Moellmann <gerd@gnu.org>
14574
14575 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14576
14577 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14578
14579 * subr.el (substitute-key-definition): Clarify documentation.
14580
145812000-05-04 Milan Zamazal <pdm@freesoft.cz>
14582
14583 * glasses.el (glasses-convert-to-unreadable): Use
14584 `glasses-separator' instead of the hard-wired "_".
14585 (glasses-mode): Call `glasses-make-unreadable' only in a single
14586 place.
14587
145882000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14589
14590 * term/internal.el (cjk-codepages-alist): Add associations for
14591 Chinese and Korean codepages. Remove FIXME comment.
14592
145932000-05-03 Dave Love <fx@gnu.org>
14594
14595 * time.el (display-time-mail-face, display-time-use-mail-icon):
14596 New option.
14597 (display-time-mail-icon): New variable.
14598 (display-time-string-forms): Use the above. Fix the local-map.
14599
146002000-05-03 Gerd Moellmann <gerd@gnu.org>
14601
14602 * replace.el (query-replace-map): Add binding for `E'.
14603 (query-replace-help): Extend help text.
14604 (perform-replace): Allow editing the replacement string.
14605
14606 * make-mode.el (makefile-mode-abbrev-table): New variable.
14607 (makefile-mode): Set local abbrev table to
14608 makefile-mode-abbrev-table.
14609 (makefile-font-lock-keywords): Fontify includes and conditionals.
14610
14611 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14612 set TOGGLE's value.
14613
14614 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14615 mail-interactive-insert-alias.
14616 (mail-abbrev-complete-alias): New command.
14617 (mail-mode-map): Bind it to `M-TAB'.
14618
146192000-05-03 Kenichi Handa <handa@etl.go.jp>
14620
14621 * language/lao-util.el (lao-compose-region): New function.
14622
146232000-05-02 Gerd Moellmann <gerd@gnu.org>
14624
14625 * files.el (recover-session): Make directories as necessary
14626 if they don't exist yet.
14627
14628 * calendar/cal-french.el
14629 (french-calendar-multibyte-special-days-array)
14630 (french-calendar-special-days-array): Change French text.
14631 (calendar-french-date-string): Change output.
14632 (calendar-goto-french-date): Likewise.
14633
146342000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14635
14636 * wid-edit.el (widget-default-active): Obey `:always-active'.
14637 (widget-documentation-string-value-create): Set `:always-active'.
14638
146392000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14640
14641 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14642 default prefix to `~/_emacs.d/auto-save.list/_s'.
14643 (normal-top-level): Create the directory for auto-save files, if
14644 it doesn't already exist (in the ms-dos case only).
14645
146462000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14647
14648 * international/mule-cmds.el (set-language-environment): Don't
14649 concat an integer (dos-codepage), use format instead.
14650
146512000-05-02 Dave Love <fx@gnu.org>
14652
14653 * help.el (help-xref-on-pp): Check for constant symbols.
14654
146552000-04-29 Gerd Moellmann <gerd@gnu.org>
14656
14657 * startup.el (normal-top-level): Put a condition-case around
14658 the code loading subdirs.el.
14659
146602000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14661
14662 * ps-print.el: Upside-down and face background color printing,
14663 line number step, doc fix.
14664 (ps-print-version): New version number (5.2).
14665 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14666 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14667 (ps-spool-config): Var fix.
14668 (ps-printer-name-option): Const fix.
14669 (ps-print-upside-down, ps-use-face-background)
14670 (ps-line-number-step): New vars.
14671 (ps-window-system, ps-lp-system): New consts.
14672 (ps-face-background): New fun.
14673
146742000-04-28 Richard Stallman <rms@gnu.org>
14675
14676 * files.el (make-auto-save-file-name):
14677 Apply auto-save-file-name-transforms to visited file name
14678 before generating auto save file name.
14679 (auto-save-file-name-transforms): New variable.
14680
14681 * files.el (backup-enable-predicate):
14682 Correctly test for a file under a temporary directory.
14683
146842000-04-28 Gerd Moellmann <gerd@gnu.org>
14685
14686 * subr.el (add-minor-mode): Rewritten.
14687
146882000-04-28 Kenichi Handa <handa@etl.go.jp>
14689
14690 * mail/sendmail.el (sendmail-send-it): Set
14691 buffer-file-coding-system to the selected coding system for MIME
14692 header.
14693
146942000-04-27 Gerd Moellmann <gerd@gnu.org>
14695
14696 * dired.el (dired-move-to-filename-regexp): Allow format where
14697 YYYY is followed by two spaces.
14698
14699 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14700 in the second character class of the regexp.
14701
14702 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14703 mh-etc, too.
14704
14705 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14706 nil.
14707
14708 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14709
14710 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14711 argument.
14712
147132000-04-27 Sen Nagata <sen@eccosys.com>
14714
14715 * emacs-lisp/crm.el (crm-completion-table): New variable.
14716 (crm-collection-fn, crm-test-completion)
14717 (completing-read-multiple): Use it.
14718
147192000-04-27 Dave Love <fx@gnu.org>
14720
14721 * help.el (locate-library): Use mapc.
14722 (help-manyarg-func-alist): Add call-process-region.
14723
147242000-04-26 Gerd Moellmann <gerd@gnu.org>
14725
14726 * subr.el (add-minor-mode): Make argument MAP optional.
14727
14728 * desktop.el (desktop-save): Save list of minor modes.
14729 (desktop-create-buffer): Restore minor modes.
14730 (desktop-minor-mode-table): New user-option.
14731
14732 * subr.el (add-minor-mode): New function.
14733
14734 * image.el (find-image): New function.
14735 (defimage): Rewritten to find image at load time.
14736
14737 * startup.el (normal-top-level-add-to-load-path): Handle
14738 case that the default directory is not in load-path.
14739
14740 * help.el: Old patch from Stefan Monnier.
14741 (help-xref-on-pp): New function.
14742 (describe-variable): Use it to display xrefs in a symbol's value.
14743
147442000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14745
14746 * cus-edit.el (custom-face): Fix parenthesis.
14747
147482000-04-26 Kenichi Handa <handa@etl.go.jp>
14749
14750 * mail/rmail.el (rmail-expunge): When there are no deleted
14751 messages, do nothing.
14752
147532000-04-26 Dave Love <fx@gnu.org>
14754
14755 * international/mule-cmds.el (locale-translation-file-name):
14756 Defvar to nil.
14757 (set-locale-environment): Set it here (at runtime).
14758
147592000-04-25 Gerd Moellmann <gerd@gnu.org>
14760
14761 * replace.el (perform-replace): Add parameters START and END. Use
14762 them instead of the check for a region in Transient Mark mode.
14763 (query-replace-read-args): Return two more list elements for the
14764 start and end of the region in Transient Mark mode.
14765 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14766 (map-query-replace-regexp, replace-string, replace-regexp): Add
14767 optional last arguments START and END and pass them to
14768 perform-replace.
14769
14770 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14771 form with additional arguments for perform-replace.
14772
14773 * progmodes/etags.el (tags-query-replace): Add parameters START
14774 and END. Construct a form with additional arguments for
14775 perform-replace.
14776
14777 * simple.el (shell-command): Set default directory for "*Shell
14778 Command Output" buffer.
14779
14780 * language/european.el (iso-latin-4): Fix typo.
14781
14782 * emacs-lisp/crm.el: New file.
14783
147842000-04-24 Dave Love <fx@gnu.org>
14785
14786 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14787 (Custom-reset-saved, Custom-reset-standard)
14788 (custom-group-value-create, custom-group-set, custom-group-save)
14789 (custom-group-reset-current, custom-group-reset-saved)
14790 (custom-group-reset-standard): Use mapc.
14791 (custom-buffer-create-internal): Disable undo when creating items.
14792 Use mapc.
14793 (custom-face): Avoid redundant lambda.
14794
147952000-04-24 Gerd Moellmann <gerd@gnu.org>
14796
14797 * startup.el (auto-save-list-file-prefix): Set default to
14798 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14799
148002000-04-24 Sam Steingold <sds@gnu.org>
14801
14802 * time-stamp.el (time-stamp-string-preprocess): Always convert
14803 `field-result' to a string.
14804
148052000-04-24 Gerd Moellmann <gerd@gnu.org>
14806
14807 * frame.el (scrolling): New group.
14808 (automatic-hscrolling): New user-option.
14809
14810 * startup.el (command-line-x-option-alist): Add `-lsp' and
14811 `--line-spacing'.
14812
148132000-04-19 Dave Love <fx@gnu.org>
14814
14815 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14816 (cl-mapc): Rename from mapc. Fix the funcall.
14817
148182000-04-19 Gerd Moellmann <gerd@gnu.org>
14819
14820 * simple.el (clone-indirect-buffer-other-window): New command.
14821 (clone-indirect-buffer): Add optional arg NORECROD.
14822 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14823
14824 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14825
14826 * window.el (count-screen-lines): New function.
14827 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14828 instead of window-buffer-height.
14829
14830 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14831 non-existing variable comint-input-sentinel.
14832 (inferior-lisp-args-to-list): Removed.
14833 (inferior-lisp): Use split-string instead of
14834 inferior-lisp-args-to-list.
14835
14836 * hexl.el (hexl-insert-hex-string): New command.
14837
14838 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14839 instead of concat.
14840
148412000-04-18 Gerd Moellmann <gerd@gnu.org>
14842
14843 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14844 at the start of an existing but empty folder.
14845
148462000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14847
14848 * ps-mule.el: Customization fix, doc fix.
14849 (ps-multibyte-buffer): Customization fix.
14850
148512000-04-17 Richard M. Stallman <rms@gnu.org>
14852
14853 * subr.el (read-passwd): Use read-char-exclusive.
14854
148552000-04-17 Gerd Moellmann <gerd@gnu.org>
14856
14857 * textmodes/texinfo.el (texinfo-insert-@email)
14858 (texinfo-insert-@emph, texinfo-insert-@quotation)
14859 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14860 (texinfo-mode-map): Add key bindings for them.
14861
14862 * files.el (basic-save-buffer-2): Use a template with `$'
14863 instead of `#' for VMS.
14864
14865 * simple.el (clone-indirect-buffer): New function.
14866
148672000-04-16 Stephen Eglen <stephen@gnu.org>
14868
14869 * iswitchb.el (iswitchb-case): New function. If the user input
14870 contains any upper-case characters, the search is made
14871 case-sensitive.
14872
148732000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14874
14875 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14876 comment-end.
14877 (texinfo-font-lock-syntactic-keywords): New var.
14878 (texinfo-font-lock-keywords): Remove comment regexp.
14879 (texinfo-insert-block): New function.
14880 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14881 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14882 and font-lock-defaults. Use regexp-opt for outline-regexp.
14883 (texinfo-environments): New var.
14884 (texinfo-environment-regexp): Use regexp-opt and
14885 texinfo-environments.
14886
14887 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14888 ispell-process is bound since this might be eval'd before ispell
14889 is loaded.
14890 (ispell-message): Use a tiny bit less magic and a bit more hard
14891 data to figure out what kind of sc-cite-regexp to use.
14892
14893 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14894
14895 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14896 (insert-cyclic-diary-entry): Unquote the lambda.
14897
14898 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14899
14900 * files.el (backup-enable-predicate): Unquote the lambda.
14901
14902 * cus-edit.el (custom-face, face): Unquote the lambda.
14903
149042000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14905
14906 * ps-print.el: Check for line-beginning-position definition.
14907
14908 * ps-print.el: Fix counting lines in a region.
14909 (ps-print-version): New version number (5.1.5).
14910 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14911 (ps-printing-region): Fun code fix.
14912
149132000-04-15 Gerd Moellmann <gerd@gnu.org>
14914
14915 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14916 to file-directory-p.
14917
149182000-04-14 Gerd Moellmann <gerd@gnu.org>
14919
14920 * gud.el (gud-jdb-build-source-files-list): Check that directory
14921 exists before calling directory-files.
14922
149232000-04-13 Dave Love <fx@gnu.org>
14924
14925 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14926 syntax.
14927
14928 * emacs-lisp/cl-specs.el: Remove when, unless.
14929
14930 * emacs-lisp/cl-extra.el: Don't quote keywords.
14931 (cl-old-mapc): New variable.
14932 (mapc): Use it.
14933 (cl-map-intervals): Use with-current-buffer. Don't check for
14934 next-property-change.
14935 (cl-map-overlays): Use with-current-buffer.
14936 (cl-expt): Remove.
14937 (copy-tree, remprop): Define unconditionally.
14938
14939 * emacs-lisp/cl-compat.el (keywordp): Remove.
14940
14941 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14942 to use keywordp.
14943 (edebug-spec): Enable keywordp.
14944
14945 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14946 string-lessp.
14947
14948 * cus-start.el: Use keywordp.
14949
149502000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14951
14952 * diary-lib.el (include-other-diary-files): Fix the fix of
14953 2000-02-18 by doing a save-excursion.
14954
149552000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14956
14957 * ps-print.el: Customization fix, doc fix.
14958 (ps-print-version): New version number (5.1.4).
14959 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14960 (ps-print-preprint): Adjust code.
14961 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14962 (ps-print-prologue-header, ps-print-control-characters)
14963 (ps-spool-config): Customization fix.
14964
149652000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14966
14967 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14968 converted to the new menu-item format, names silightly changed,
14969 help strings added.
14970
14971 Support for spelling without async subprocesses:
14972
14973 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14974 (ispell-session-buffer): New variables.
14975 (ispell-start-process, ispell-process-status,
14976 ispell-accept-output, ispell-send-string): New functions, for
14977 Ispell invocation when async subprocesses aren't supported.
14978 (ispell-word, ispell-pdict-save, ispell-command-loop,
14979 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14980 to process-send-string with calls to ispell-send-string, and
14981 accept-process-output with ispell-accept-output.
14982 (ispell-init-process): Call ispell-process-status instead of
14983 process-status with.
14984 (ispell-init-process): Call ispell-start-process. Call
14985 ispell-accept-output and ispell-send-string. Don't call
14986 process-kill-without-query and kill-process if they are unbound.
14987 (ispell-async-processp): New function.
14988
149892000-04-12 Dave Love <fx@gnu.org>
14990
14991 * info.el: Add debug-ignored-errors.
14992 (Info-mode-menu): Add some items.
14993 (Info-directory): Add autoload cookie.
14994
14995 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14996 Modify `truncate-lines'. Make `describe-language-environment'
14997 always visible and add help. Modify `describe-key' help. Invoke
14998 Info-directory from `info'. New entry `emacs-manual'.
14999
150002000-04-10 Gerd Moellmann <gerd@gnu.org>
15001
15002 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
15003 propertized-buffer-identification.
15004 (ebrowse-update-member-buffer-mode-line): Likewise.
15005 (ebrowse--mode-strings): Removed.
15006 (ebrowse--mode-line-props): Removed.
15007
15008 * files.el (auto-mode-alist): Add `EBROWSE'.
15009
15010 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15011 space before testing for end of buffer.
15012 (ebrowse-load): Removed.
15013 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15014 (ebrowse-create-tree-buffer): Rewritten.
15015 (ebrowse-tree-mode): Read tree from buffer.
15016
15017 * progmodes/ebrowse-ffh.el: Removed.
15018
150192000-04-10 Kenichi Handa <handa@etl.go.jp>
15020
15021 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15022
150232000-04-10 Gerd Moellmann <gerd@gnu.org>
15024
15025 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15026 at the wrong place.
15027
150282000-04-09 Dave Love <fx@gnu.org>
15029
15030 * files.el (backup-enable-predicate): Use
15031 temporary-file-directory, small-temporary-file-directory.
15032 (make-backup-file-name-function, backup-directory-alist): New
15033 variables.
15034 (make-backup-file-name-1): New function.
15035 (make-backup-file-name): Use it.
15036 (find-backup-file-name): Likewise. Use format for clarity, not
15037 concat.
15038 (file-newest-backup): Use make-backup-file-name.
15039
150402000-04-09 Gerd Moellmann <gerd@gnu.org>
15041
15042 * progmodes/ebrowse-ffh.el: New file.
15043
15044 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
15045 to ebrowse-ffh.el.
15046 (ebrowse-load): Add autoload.
15047
15048 * finder.el (finder-commentary): Add autoload cookie.
15049
15050 * mail/rfc2368.el: Correct author's email address.
15051
15052 * progmodes/ebrowse.el: New file.
15053
15054 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15055 item help string.
15056 (easy-menu-do-add-item): Ditto.
15057 (easy-menu-define): Extend doc string.
15058
15059 * jit-lock.el (with-buffer-unmodified): Use
15060 restore-buffer-modified-p.
15061 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15062 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15063 with-buffer-unmodified.
15064
150652000-04-08 Dave Love <fx@gnu.org>
15066
15067 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15068 unless, when.
15069
150702000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15071
15072 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15073 (viper-flash-search-pattern): No operation when using Emacs
15074 doesn't support face.
15075 Use `viper-put-on-search-overlay'.
15076
150772000-04-04 Gerd Moellmann <gerd@gnu.org>
15078
15079 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15080 like C-r.
15081
15082 * progmodes/make-mode.el: Some doc fixes.
15083 (makefile-mode-abbrev-table): New variable.
15084 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15085 (makefile-font-lock-keywords): Fontify includes and conditionals.
15086 (toplevel): Require `dabbrev' and `add-log' when compiling.
15087
15088 * replace.el (perform-replace): Don't move forward one char
15089 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15090 to do that because it leaves point 1 position after the last
15091 replacement, after everything has been replaced.
15092
15093 * jit-lock.el (with-buffer-unmodified): New macro.
15094 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15095 modified state.
15096 (jit-lock-function-1): Extracted from jit-lock-function; not
15097 preserving buffer's modified state.
15098 (jit-lock-function, jit-lock-stealth-fontify): Call
15099 jit-lock-function-1.
15100
15101 * mail/rfc2368.el: Remove supernumerary copyright line.
15102
151032000-04-04 Milan Zamazal <pdm@freesoft.cz>
15104
15105 * glasses.el: Provide facilities for inserting space before left
15106 parentheses and uncapitalization of identifiers.
15107 (glasses-mode): Try to remove old overlays in all cases.
15108
151092000-04-03 Gerd Moellmann <gerd@gnu.org>
15110
15111 * progmodes/compile.el (compile-internal): Display the compilation
15112 buffer in a different frame, if it's already displayed there.
15113
15114 * mail/rfc2368.el: New file.
15115
15116 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15117 header and insert its value as mail body.
15118
15119 * subr.el (member-ignore-case): New function.
15120
15121 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15122 (dabbrev--find-expansion): Ignore buffers matching a regexp
15123 from dabbrev-ignored-regexps.
15124
15125 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15126 to extensions handled by gzip.
15127
151282000-04-03 Richard M. Stallman <rms@gnu.org>
15129
15130 * files.el (insert-directory): List the total free space
15131 along with the used space.
15132
15133 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15134 line is followed by one that matches CITATION-REGEXP, end the
15135 paragraph.
15136
151372000-04-03 Markus Rost <rost@delysid.gnu.org>
15138
15139 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15140 (rmail-make-basic-summary-line): Use that option.
15141
151422000-04-03 Kenichi Handa <handa@etl.go.jp>
15143
15144 * international/mule-cmds.el (encoded-string-description):
15145 Rewritten. Try pretty description for ISO 2022 escape sequences
15146 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15147 for hexadecimal format.
15148
151492000-04-01 Dave Love <fx@gnu.org>
15150
15151 * cpp.el: Change customization group to `c' from `C'.
15152
15153 * vcursor.el (vcursor-move): Use display-color-p.
15154
15155 * international/mule-util.el: Provide mule-utils.
15156 (string-to-sequence): Simplify and speed up.
15157
15158 * international/mule.el (make-coding-system): Purecopy doc-string.
15159
15160 * international/mule-cmds.el: Various menu changes.
15161 (describe-specified-language-support): Handle `Default'.
15162 (set-language-info): Purecopy `info'.
15163
151642000-03-31 Andrew Innes <andrewi@gnu.org>
15165
15166 * vc.el (vc-backend-diff): Return the correct status if we had to
15167 retry the rcsdiff command without the --brief option.
15168
151692000-03-31 Dave Love <fx@gnu.org>
15170
15171 * help.el (help-manyarg-func-alist): Correct several omissions.
15172
15173 * add-log.el: Don't require cl, fortran.
15174 (add-log-current-defun-function): Doc fix.
15175 (change-log-version-number-regexp-list): Remove SCCS part. Doc
15176 fix.
15177 (change-log-version-rcs): Function deleted.
15178 (change-log-version-number-search): Doc fix. Use
15179 vc-workfile-version. Avoid CL dolist.
15180 (add-change-log-entry): Just call add-log-current-defun to get
15181 defun. Simplify somewhat.
15182 (change-log-get-method-definition-1): Likewise.
15183 (add-log-current-defun): Return nil if calling
15184 add-log-current-defun-function does so. Move Fortran stuff to
15185 fortran.el. Return string without properties.
15186
15187 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15188 and :alpha: char classes.
15189
15190 * mail/supercite.el: Defvar curline when compiling.
15191 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15192 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15193 rather than a-zA-Z0-9 to allow non-ASCII characters.
15194
151952000-03-31 Gerd Moellmann <gerd@gnu.org>
15196
15197 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15198
15199 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15200 Re-enable new code.
15201
15202 * lpr.el (print-region-1): Use -d to specify printer name for
15203 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15204
152052000-03-31 Dave Love <fx@gnu.org>
15206
15207 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
15208 for function definition in symbol's function value slot first
15209 instead of first consulting byte-compile-function-environment.
15210
152112000-03-31 Kenichi Handa <handa@etl.go.jp>
15212
15213 * language/european.el ("Polish"): New language environment.
15214 (setup-polish-environment): New function.
15215
152162000-03-30 Gerd Moellmann <gerd@gnu.org>
15217
15218 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15219 Disable new code.
15220
15221 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15222 trying to `load' the symbol of an autoload instead of the file
15223 recorded in the autoload. Fix error messages.
15224
152252000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15226
15227 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15228 (ps-print-version): New version number (5.1.3).
15229 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15230 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15231 (ps-generate-postscript-with-faces): Code fix.
15232 (ps-color-values): XEmacs compatibility.
15233 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15234 (ps-default-fg, ps-default-bg): Adjust customization.
15235 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15236 (ps-color-scale): Renaming old ps-color-value fun.
15237 (ps-print-headers): Replace ps-print-header group to avoid conflict
15238 with ps-print-header variable.
15239 (ps-print-miscellany): New group.
15240 (ps-format-color, ps-rgb-color): New funs.
15241 (ps-default-foreground): New var.
15242 (ps-printer-name-option): New const.
15243
152442000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15245
15246 * net/net-utils.el:
15247 (network-connection-host, network-connection-service): New variables
15248 (network-connection-mode): New mode, derived from comint-mode
15249 (network-connection-mode-setup): New function, saves host and
15250 service information in local variables.
15251
15252 * lisp/locate.el:
15253 (locate-word-at-point): Added this function
15254 (locate): Default to using locate-word-at-point as input
15255 Run dired-mode-hook
15256
152572000-03-29 Dave Love <fx@gnu.org>
15258
15259 * calendar/appt.el: Doc fixes.
15260 (appt-check): Convert min-to-app to a string before passing to
15261 appt-disp-window-function or concat.
15262 (appt-delete-window): Remove test for frame-root-window.
15263 (appt-select-lowest-window, appt-convert-time): Simplify.
15264
15265 * emacs-lisp/bytecomp.el: Doc fixes.
15266 (byte-compile-file-form-autoload): Update
15267 byte-compile-function-environment.
15268
152692000-03-29 Andreas Schwab <schwab@suse.de>
15270
15271 * emacs-lisp/autoload.el: Also print defsubst doc string
15272 specially.
15273
15274 * dired.el (dired-insert-directory): If dired-free-space-program
15275 failed just delete its output.
15276
152772000-03-29 Dave Love <fx@gnu.org>
15278
15279 * international/iso-cvt.el: Move provide to end. Doc fixes.
15280 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15281 (iso-iso2sgml, iso-sgml2iso): New functions.
15282 (iso-cvt-define-menu): Fix some entries and use backquote for
15283 clarity.
15284
15285 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15286
152872000-03-28 Gerd Moellmann <gerd@gnu.org>
15288
15289 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15290 ISO-DATE. If non-nil, return date in ISO 8601 format.
15291
152922000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15293
15294 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15295 if it ever becomes used.
15296 (log-edit-mode-hook): Default to vc-log-mode-hook.
15297 (log-edit-mode): Fix the docstring.
15298
15299 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15300 the code.
15301
153022000-03-26 Dave Love <fx@gnu.org>
15303
15304 * net/browse-url.el (browse-url): Re-fix case of
15305 browse-url-browser-function being an alist.
15306 (browse-url): Add :link to defgroup.
15307
15308 * files.el: Doc fixes.
15309 (file-truename): Include `[' in wildcard characters.
15310 (automount-dir-prefix): Customize.
15311 (find-file-wildcards): Add :version.
15312 (find-file-noselect): Simplify a mapcar call.
15313
15314 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15315 compatible with inf-lisp version.
15316 (eval-defun-1): Fix custom-declare-variable case.
15317
153182000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15319
15320 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15321
153222000-03-24 Gerd Moellmann <gerd@gnu.org>
15323
15324 * Makefile (COMPILE_FIRST): New macro.
15325 (compile-files): Compile files from COMPILE_FIRST first.
15326
15327 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15328 code.
15329
15330 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15331 matching open parenthesis in column 0 to defun-prompt-regexp
15332 only if open-paren-in-column-0-is-defun-start is set.
15333
15334 * sun-curs.el: Require CL at compile-time only.
15335
15336 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15337 instead of copy-list which is a function from CL.
15338 (msb--choose-menu, msb--mode-menu-cond)
15339 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15340 (msb--init-file-alist): Use mapcar instead of mapcan.
15341 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15342 `(' in column 0 in doc string.
15343 (msb--add-separators): Use mapcar instead of mapcan.
15344
15345 * cus-dep.el: Require CL at compile-time only.
15346
153472000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15348
15349 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15350 (byte-compile-warnings): New warning `noruntime'.
15351 (byte-compile-constants, byte-compile-variables): Fix docstring.
15352 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15353 execute `eval-whenc-compile's body.
15354 (byte-compile-unresolved-functions): Fix docstring.
15355 (byte-compile-eval): New function.
15356 (byte-compile-callargs-warn): Check if the function will be available
15357 at runtime (via property `byte-compile-noruntime').
15358 (byte-compile-print-syms): New function.
15359 (byte-compile-warn-about-unresolved-functions): Also warn about
15360 `noruntime' functions (and use `byte-compile-print-syms').
15361 (byte-compile-file): Capitalize the message.
15362
153632000-03-24 Gerd Moellmann <gerd@gnu.org>
15364
15365 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15366 (rmail-expunge): Ask for confirmation depending on the setting
15367 of rmail-confirm-expunge.
15368
153692000-03-23 Gerd Moellmann <gerd@gnu.org>
15370
15371 * Makefile (bootstrap-clean): If $(emacs) exists, build
15372 loaddefs.el first. A loaddefs.el that's not up-to-date might
15373 cause a bootstrap failure because things don't autoload as
15374 expected.
15375
153762000-03-23 Dave Love <fx@gnu.org>
15377
15378 * net/browse-url.el: Restore previous use of
15379 browse-url-maybe-new-window.
15380
153812000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15382
15383 * ps-print.el: Skip banner page fix.
15384 (ps-print-version): New version number (5.1.2).
15385 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15386
153872000-03-23 Dave Pearson <davep@davep.org>
15388
15389 * net/quickurl.el Changed the type of parameter passed to the
15390 function defined by `quickurl-format-function'. Before only the
15391 text of the URL was passed. Now the whole URL structure is passed
15392 and the function is responsible for extracting the parts it
15393 requires. Changed the default of `quickurl-format-function'
15394 accordingly.
15395 (quickurl-insert): Changed the `funcall' of
15396 `quickurl-format-function' to match the above change.
15397 (quickurl-list-insert): Changed the `url' case so that it makes
15398 use of `quickurl-format-function', previous to this the format was
15399 hard wired.
15400
154012000-03-22 Gerd Moellmann <gerd@gnu.org>
15402
15403 * startup.el: Change some spellings for the X Window System.
15404
154052000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15406
15407 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15408 up the code and the regexp and make sure the cursor is temporarily
15409 moved to the suspicious line while querying the user.
15410
154112000-03-22 Jason Rumney <jasonr@gnu.org>
15412
15413 * w32-fns.el (w32-charset-info-alist): Initialize.
15414
154152000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15416
15417 * ps-print.el: N-up last page fix.
15418 (ps-print-version): New version number (5.1.1).
15419 (ps-end-file, ps-end-job, ps-generate): Code fix.
15420
154212000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15422
15423 * files.el (find-file-run-dired): Update docstring.
15424 (find-directory-functions): New hook.
15425 (find-file-noselect): Run find-directory-functions rather than
15426 calling dired directly.
15427
15428 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15429
15430 * pcvs.el: Add a minimal leading commentary.
15431 (cvs-make-cvs-buffer): Change the header part by removing the startup
15432 message and adding a `Module' entry. Also replace the FOOTER and
15433 HEADER special fileinfos with the new support in ewoc for updating
15434 its own footer and header.
15435 (cvs-update-header): Update to use the header/footer of the ewoc.
15436 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15437 (cvs-is-within-p): New function.
15438 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15439 to only examine some subset of the buffers.
15440
15441 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15442 `format' instead of our own ad-hoc functions.
15443 Remove HEADER and FOOTER cases, now handled in the EWOC.
15444 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15445
15446 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15447 output to avoid scaring the user.
15448 (cvs-parse-table): Catch message for non-up-to-date commits.
15449
15450 * pcvs-defs.el (cvs-startup-message): Remove.
15451 (cvs-global-menu): New autoloaded menu.
15452
15453 * pcvs-util.el (cvs-string-fill): Remove.
15454
15455 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15456 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15457 PP part of it and also make it work for footers and headers.
15458 (ewoc-create): Drop POS and BUFFER arguments.
15459 Use the DLL's dummy node to store the end-of-footer position.
15460 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15461 (ewoc-refresh): Remove unused `header' variable.
15462 (ewoc-(get|set)-hf): New functions.
15463
15464 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15465 log-view-*-(message|file) and use easy-mmode-define-navigation.
15466 (log-view-message-re): Match SCCS format as well.
15467 And match the revision line rather than the dashed separator line.
15468 (log-view-mode): Use the new define-derived-mode.
15469 (log-view-current-tag): Fill in with an actual implementation.
15470
15471 * cvs-status.el (cvs-status-(prev|next)): Rename from
15472 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15473 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15474 to let the output "breathe" a little more (more readable).
15475 (cvs-status-mode): Use the new define-derived-mode.
15476
15477 * smerge-mode.el (smerge-auto-leave): New function and variable.
15478 (smerge-basic-map): Rename from smerge-basic-keymap.
15479 Change the bindings for smerge-diff-*.
15480 (smerge-*-map): Use easy-mmode-defmap.
15481 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15482 (smerge-keep-*): Use smerge-auto-leave.
15483
154842000-03-21 Jason Rumney <jasonr@gnu.org>
15485
15486 * cus-edit.el (custom-button-face): Use 3D look for w32.
15487 (custom-button-pressed-face): Likewise.
15488
154892000-03-21 Gerd Moellmann <gerd@gnu.org>
15490
15491 * progmodes/etags.el (tags-case-fold-search): New user-option.
15492 (tags-loop-eval): New function. Bind case-fold-search around eval
15493 depending on the value of tags-case-fold-search.
15494 (tags-loop-continue): Use tags-loop-eval.
15495 (find-tag-in-order): Bind case-fold-search depending on the value
15496 of tags-case-fold-search.
15497
154982000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15499
15500 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15501 (diff-end-of-hunk): Return the end position for use in
15502 `easy-mmode-define-navigation'.
15503 (diff-recenter): Remove.
15504 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15505 of `easy-mmode-define-navigation'.
15506 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15507 previous renaming) and fix to use new names.
15508 (diff-merge-strings): Use \n as separator: simpler, faster.
15509 (diff-mode): Use `define-derived-mode'.
15510
15511 * derived.el (define-derived-mode): Don't autoload anymore.
15512 Prefer the macro-only version provided by easy-mmode.el.
15513
15514 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15515 `easy-mmode-define-derived-mode'.
15516 Use `combine-run-hooks'.
15517 (easy-mmode-define-navigation): New macro.
15518
15519 * subr.el (combine-run-hooks): New function.
15520
155212000-03-21 Kenichi HANDA <handa@etl.go.jp>
15522
15523 * term/x-win.el: Fontsets related initialization is simplified.
15524
15525 * international/mule-diag.el (describe-font): Don't refer to
15526 global-fontset-alist, instead call font-list.
15527 (describe-fontset, list-fontsets, mule-diag): Likewise.
15528 (print-fontset): Adjusted for the change of fontset
15529 implementation.
15530
15531 * international/fontset.el (x-charset-registries): Variable
15532 removed, instead the corresponding data is stored in the default
15533 fontset.
15534 (register-alternate-fontnames): Function removed.
15535 (resolved-ascii-font): Variable removed.
15536 (x-compose-font-name): Ignore the second argument REDOCE.
15537 (x-complement-fontset-spec): Complement only an ASCII font and
15538 element for those charsets than can use that ASCII font.
15539 (generate-fontset-menu): Don't refer to global-fontset-alist,
15540 instead call fontset-list.
15541 (uninstantiated-fontset-alist): Variable removed.
15542 (x-style-funcs-alist): Likewise.
15543 (fontset-default-styles): Likewise.
15544 (x-modify-font-name): Function removed.
15545 (create-fontset-from-fontset-spec): Ignore the argument
15546 STYLE-VARIANT.
15547 (create-fontset-from-ascii-font): Docsting adjusted for the above
15548 change.
15549 (instantiate-fontset, resolve-fontset-name): Functions removed.
15550 (fontset-list): Now implemented by C code.
15551
15552 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15553 (describe-face): Include `font' attribute in the description.
15554
155552000-03-21 Kenichi Handa <handa@etl.go.jp>
15556
15557 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15558
155592000-03-20 Gerd Moellmann <gerd@gnu.org>
15560
15561 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15562 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15563 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15564
15565 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15566 about behavior of set-buffer-modified-p wrt redisplay.
15567
155682000-03-19 Richard M. Stallman <rms@gnu.org>
15569
15570 * view.el (view-mode-disable): Kill local binding of view-read-only.
15571
155722000-03-18 Gerd Moellmann <gerd@gnu.org>
15573
15574 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15575 is a string, convert it to a syntax cell using string-to-syntax.
15576
15577 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15578 (string-to-syntax): New function.
15579
15580 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15581 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15582 try to use passive ftp mode.
15583
155842000-03-17 Gerd Moellmann <gerd@gnu.org>
15585
15586 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15587
15588 * simple.el (append-to-buffer): Update point of windows after
15589 insertion.
15590
15591 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15592 forward then moving backward. Reindent.
15593
15594 * frame.el (other-frame): Call x-focus-frame only if
15595 focus-follows-mouse is off.
15596
155972000-03-17 Dave Love <fx@gnu.org>
15598
15599 * pcvs-util.el (cvs-strings->string): Rename
15600 replace-regexps-in-string.
15601
156022000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15603
15604 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15605 regexp for labels cannot span several lines.
15606
15607 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15608 `(setq :<key> ':<key>)' to the macro expansion.
15609
156102000-03-16 Dave Love <fx@gnu.org>
15611
15612 * progmodes/f90.el (f90): Put custom group under `languages', not
15613 `fortran'.
15614 (f90-mode-hook): Customize.
15615 (f90-mode): Set add-log-current-defun-function.
15616 (f90-current-defun): New function.
15617
156182000-03-16 Gerd Moellmann <gerd@gnu.org>
15619
15620 * cus-edit.el (custom-variable-tag-face): Handle case that
15621 default face's height is not a number.
15622 (custom-face-tag-face, custom-group-tag-face-1)
15623 (custom-group-tag-face): Ditto.
15624 (custom-group-tag-face-1): Add :group.
15625
15626 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15627
156282000-03-15 Gerd Moellmann <gerd@gnu.org>
15629
15630 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15631 requiring easymenu.
15632
156332000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15634
15635 * ps-print.el: PostScript user-defined prologue, PostScript error
15636 handler, doc fix.
15637 (ps-print-version): New version number (5.1).
15638 (ps-user-defined-prologue, ps-error-handler-message)
15639 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15640 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15641 (ps-insert-string): New function.
15642
156432000-03-15 Kenichi Handa <handa@etl.go.jp>
15644
15645 * international/ccl.el (ccl-compile-expression): Don't generate
15646 invalid self-assignment code.
15647
156482000-03-14 Dave Love <fx@gnu.org>
15649
15650 * subr.el (replace-regexp-in-string): Renamed from
15651 replace-regexps-in-string. Doc fix.
15652
156532000-03-12 Dave Love <fx@gnu.org>
15654
15655 * cus-edit.el: Doc fixes.
15656 (customize-set-variable, customize-save-variable): Rename args for
15657 doc.
15658 (custom-variable-tag-face, custom-face-tag-face)
15659 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15660 style which user identify as hyperlink.
15661 (hook): Don't add undefined functions to the hook.
15662 (debug-ignored-errors): Transfer message from bindings.el.
15663
156642000-03-12 Gerd Moellmann <gerd@gnu.org>
15665
15666 * recentf.el (recentf-keep-non-readable-files-p): Remove
15667 double/nested definition.
15668
156692000-03-12 Dave Love <fx@gnu.org>
15670
15671 * facemenu.el (facemenu-get-face): Use display-color-p.
15672 * enriched.el (enriched-decode-foreground): Likewise.
15673 (enriched-decode-background): Likewise.
15674 * isearch.el (isearch-highlight): Likewise.
15675 * info-look.el (info-lookup): Likewise.
15676 * simple.el (completion-setup-function): Likewise.
15677
15678 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15679 :options.
15680
15681 * bindings.el (mode-line-format): Fix line-number and
15682 column-number items. Add help-echo for the background.
15683 (mode-line-mule-info): Modify help-echo.
15684
15685 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15686
15687 * files.el (load-file): Allow completion to .elc.
15688
15689 * man.el: Doc fixes.
15690 (Man-init-defvars): Use display-color-p to set fontification.
15691
15692 * play/hanoi.el (hanoi-internal): Don't use oddp.
15693
156942000-03-12 Gerd Moellmann <gerd@gnu.org>
15695
15696 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15697
15698 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15699
157002000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15701
15702 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15703 Fix comment.
15704
157052000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15706
15707 * font-lock.el (font-lock-keywords): Fix the doc now that
15708 regexp-opt-depth is unnecessary.
15709 (save-buffer-state): Set an edebug spec.
15710 (font-lock-fontify-anchored-keywords): Properly handle the case when
15711 the matcher goes past the limit.
15712
15713 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15714 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15715
15716 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15717 dll.el and cookie.el (from Elib) with heavy renaming and other
15718 massaging.
15719
15720 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15721 Autoload the functions used.
15722 (easy-mmode-define-syntax): Fix CL typo.
15723 (easy-mmode-define-derived-mode): Improve the docstring generation.
15724
157252000-03-10 Gerd Moellmann <gerd@gnu.org>
15726
15727 * textmodes/texinfo.el (texinfo-version): Variable and function
15728 removed.
15729
157302000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15731
15732 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15733 allow more flexibility.
15734 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15735 fns.
15736 (easy-mmode-defmap, easy-mmode-defsyntax)
15737 (easy-mmode-define-derived-mode): New macros.
15738
157392000-03-09 Didier Verna <didier@xemacs.org>
15740
15741 * rect.el (replace-rectangle): New function.
15742
157432000-03-09 Dave Love <fx@gnu.org>
15744
15745 * progmodes/fortran.el (fortran-comment-line-start): Define as
15746 "C".
15747 (fortran-comment-line-start-skip): Don't match cpp stuff.
15748 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15749 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15750 (fortran-mode): Don't set fortran-comment-line-start-skip,
15751 fortran-comment-line-start here. Set comment-start,
15752 add-log-current-defun.
15753 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15754 (fortran-current-defun): New function.
15755
157562000-03-09 Gerd Moellmann <gerd@gnu.org>
15757
15758 * emacs-lisp/re-builder.el: New file.
15759
15760 * mouse.el (mouse-drag-region): Don't run up-event handler
15761 if hscroll has changed.
15762
15763 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15764 builtin operators, use `font-lock-builtin-face' for Emacs and
15765 `font-lock-preprocessor-face' otherwise.
15766
15767 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15768 `(defun (setf foo)' differently.
15769
157702000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15771
15772 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15773 (regexp-opt): Update comment and adapt the code the new meaning of
15774 the `paren' argument of regex-opt-group for shy-groups.
15775 (regexp-opt-depth): Handle shy groups as well as backslashed
15776 backslashes.
15777 (regexp-opt-group): Turn the leading comment into a docstring.
15778 Allow `paren' to be a string (the string to use to open a group).
15779 Remove open-presuf and close-presuf. Instead of checking for `all
15780 one-char' and then later on check for `several one-char', handle
15781 both cases close together. Also apply a more generic algorithm
15782 for suffixes (the mirror image of the algorithm used for
15783 prefixes). Use shy-groups. Use nreverse rather than reverse.
15784 (regexp-opt-try-suffix): Removed.
15785
15786 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15787 from comint-mode-map, so we can just inherit from it. Also, move
15788 the initialization into the `defvar' since there's no docstring
15789 anyway and it's fairly short.
15790 (inferior-scheme-mode): Define it as derived-mode: the code is
15791 shorter and this way we inherit from comint-mode-map rather than
15792 copying it.
15793
15794 * subr.el (replace-regexps-in-string): Properly handle the case
15795 where we match an empty string.
15796
15797 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15798 when the command has a directory component (such as "./testml").
15799 Also fix a typo in the comment.
15800
158012000-03-08 Gerd Moellmann <gerd@gnu.org>
15802
15803 * Makefile (compile-files): Compile files one by one because
15804 that's the only way to ensure a clean compilation environment for
15805 each individual file.
15806
15807 * frame.el (other-frame): Call x-focus-frame.
15808
158092000-03-07 Dave Love <fx@gnu.org>
15810
15811 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15812 :require to defcustom.
15813
15814 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15815 lists.
15816
15817 * files.el (auto-mode-alist): Add configure.in.
15818
15819 * progmodes/autoconf.el: New file.
15820
158212000-03-07 Gerd Moellmann <gerd@gnu.org>
15822
15823 * mail/mh-e.el: Change maintainer to `none'.
15824
15825 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15826 to remove-hook and add-hook.
15827
158282000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15829
15830 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15831 it as the default.
15832 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15833 (sendmail-send-it): Conditionally add MIME headers specifying the
15834 used character set.
15835
158362000-03-07 Dave Love <fx@gnu.org>
15837
15838 * winner.el: Fix keywords, autoload cookies. Split
15839 eval-when-compile form to avoid compilation failure.
15840
158412000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15842
15843 * international/mule.el: Modify comment about coding system
15844 property `coding-category'.
15845 (make-coding-system): New argument EOL-TYPE. Pay attention to
15846 coding-category property of PROPERTIES.
15847
15848 * international/mule-conf.el (coding-category-utf-8,
15849 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15850 categories. Include them in the argument for set-coding-priority.
15851
15852 * international/mule-cmds.el (reset-language-environment): Include
15853 coding-category-utf-8, coding-category-utf-16-be, and
15854 coding-category-utf-16-le in the argument for set-coding-priority.
15855 (reset-language-environment): Initialize coding-category-utf-8,
15856 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15857
158582000-03-06 Karl Fogel <kfogel@red-bean.com>
15859
15860 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15861 code abstracted out of `bookmark-jump-noselect'. Now tries info
15862 extensions as well as compression extensions.
15863 (bookmark-jump-noselect): Use above new func.
15864
158652000-03-03 Gerd Moellmann <gerd@gnu.org>
15866
15867 * strokes.el: Change maintainer's mail address.
15868
158692000-03-03 Kenichi Handa <handa@etl.go.jp>
15870
15871 * international/mule-diag.el (list-character-sets): Make help-echo
15872 string by substitute-command-keys.
15873 (list-character-sets): Likewise.
15874 (sort-listed-character-sets): Call help-setup-xref.
15875
158762000-03-02 Gerd Moellmann <gerd@gnu.org>
15877
15878 * time.el (display-time-mail-file): Add `none' to the list of
15879 choices.
15880
158812000-03-01 Dave Love <fx@gnu.org>
15882
15883 * help.el (help-xref-go-back): Don't try to set position.
15884
15885 * international/mule-diag.el (list-character-sets): Call
15886 help-setup-xref. Add help-echo to xrefs.
15887 (list-character-sets-1): Add help-echo to xrefs.
15888
158892000-03-02 Gerd Moellmann <gerd@gnu.org>
15890
15891 * frame.el (blink-cursor-mode): Switch cursor on when turning
15892 the mode off.
15893
15894 * add-log.el (add-log-current-defun): Add support for
15895 Autoconf mode.
15896
15897 * mail/rmail.el (rmail-quit-hook): New variable.
15898
158992000-03-01 Dave Love <fx@gnu.org>
15900
15901 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15902
15903 * help.el (help-xref-button): Add help-echo arg.
15904 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15905
15906 * faces.el (list-faces-display): Supply help-echo with
15907 help-make-xrefs.
15908
15909 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15910 nil.
15911
159122000-03-01 Gerd Moellmann <gerd@gnu.org>
15913
15914 * image.el (defimage): Look for image files in load-path.
15915
15916 * frame.el (busy-cursor-delay-seconds): Change type to
15917 `number'.
15918
159192000-03-01 David Ponce <david.ponce@wanadoo.fr>
15920
15921 * recentf.el (recentf): Added version tag to the defgroup of
15922 recentf.
15923
159242000-03-01 David Ponce <david.ponce@wanadoo.fr>
15925
15926 * recentf.el (recentf-cleanup): Changed to remove excluded file
15927 too.
15928 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15929 action to select/unselect a file.
15930 (recentf-edit-list): Code cleanup and improvement.
15931 (recentf-open-more-files-action): `recentf-open-more-files' button
15932 widget action to open a file.
15933 (recentf-open-more-files): No more use standard completion but
15934 widgets.
15935 (recentf-more-collection): Deleted.
15936 (recentf-more-history): Deleted.
15937 (recentf-setup-more-completion): Deleted.
15938
159392000-03-01 David Ponce <david.ponce@wanadoo.fr>
15940
15941 * recentf.el (recentf-mode): No more needs that Emacs is running
15942 under a window-system.
15943
159441999-03-01 David Ponce <david.ponce@wanadoo.fr>
15945
15946 * recentf.el (recentf-edit-list): New command to edit the recent
15947 list which allow the user to remove files.
15948 (recentf-edit-selected-items): New global variable, used by
15949 `recentf-edit-list' to hold the list of files to be removed from
15950 the recent list.
15951 (recentf-make-menu-items): Updated to display a "Edit list..."
15952 menu item. Minor code cleanup.
15953
159541999-03-01 David Ponce <david.ponce@wanadoo.fr>
15955
15956 * recentf.el (recentf-open-more-files): New command to open files
15957 that are not displayed in the menu.
15958 (recentf-more-collection): New global variable holding the set of
15959 permissible completions used by `recentf-open-more-files'.
15960 (recentf-more-history): New global variable holding the history list
15961 used by `recentf-open-more-files' completion.
15962 (recentf-setup-more-completion): New function to setup completion for
15963 `recentf-open-more-files'.
15964 (recentf-make-menu-items): Updated to display a "More..." menu item.
15965
159661999-03-01 David Ponce <david.ponce@wanadoo.fr>
15967
15968 * recentf.el (recentf-menu-action): Doc fixed.
15969
159701999-03-01 David Ponce <david.ponce@wanadoo.fr>
15971
15972 * recentf.el (recentf-menu-filter): Doc updated.
15973 (recentf-update-menu-hook): Allow menu filters to force menu update.
15974 (recentf-make-menu-items): New menu filter handling.
15975 (recentf-make-menu-item): New helper function.
15976 (recentf-menu-elements): New menu handling function.
15977 (recentf-sort-ascending): Updated to new menu filter handling.
15978 (recentf-sort-descending): Updated to new menu filter handling.
15979 (recentf-sort-basenames-ascending): New menu filter function.
15980 (recentf-sort-basenames-descending): New menu filter function.
15981 (recentf-show-basenames): New menu filter function.
15982 (recentf-show-basenames-ascending): New menu filter function.
15983 (recentf-show-basenames-descending): New menu filter function.
15984
159852000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15986
15987 * diary-lib.el (list-diary-entries): Don't try to go forward at
15988 the end of the buffer.
15989
159902000-02-29 Kenichi Handa <handa@etl.go.jp>
15991
15992 * international/mule-diag.el (list-character-sets): Completely
15993 rewritten.
15994 (sort-listed-character-sets): New function.
15995 (list-character-sets-1): Completely rewritten.
15996 (list-character-sets-2): New function.
15997 (non-iso-charset-alist): New variable.
15998 (decode-codepage-char): New function.
15999 (charset-history): New variable.
16000 (read-charset) (list-block-of-chars)
16001 (list-iso-charset-chars)
16002 (list-non-iso-charset-chars)
16003 (list-charset-chars): New functions.
16004 (mule-diag): Call list-character-sets-2, not
16005 list-character-sets-2.
16006 (dump-charsets): Likewise.
16007
160082000-02-29 Gerd Moellmann <gerd@gnu.org>
16009
16010 * dired-x.el (dired-filename-at-point): Add `@' to valid
16011 file name characters.
16012 (dired-filename-at-point): Handle ange-ftp file names.
16013
16014 * frame.el (frame-notice-user-settings): Use assq-delete-all
16015 instead of assoc-delete-all.
16016 (frame-notice-user-settings): Ditto.
16017
16018 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16019 Don't copy alist.
16020
160212000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16022
16023 * calculator.el (calculator-use-menu): New option.
16024 (calculator-initial-bindings): Changed some bindings to work as
16025 macros.
16026 (calculator-forced-input): Removed.
16027 (calculator-restart-other-mode): New variable.
16028 (calculator-mode-map): Set up menu.
16029
160302000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16031
16032 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
16033 tags.
16034
160352000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16036
16037 * viper-cmd.el (viper-envelop-ESC-key): added the option to
16038 translate all ESC key sequences.
16039 (viper-goto-mark-subr): restore markers for files for which
16040 they were saved.
16041 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
16042 * viper-util.el (viper-set-replace-overlay-glyphs,
16043 viper-set-replace-overlay): always check if the replacement
16044 overlay is live.
16045 * viper.el (viper-vi-state-mode-list): added major modes.
16046 * ediff-wind.el: minor comment changes.
16047 * ediff.el: copyright notice date fix.
16048
160492000-02-27 Jason Rumney <jasonr@gnu.org>
16050
16051 * faces.el (face-font-family-alternatives): Add arial to helv.
16052 (mode-line, header-line, tool-bar): Same default as x for w32.
16053 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16054 face-font-family-alternatives from working.
16055 * term/w32-win.el (mouse-set-font): Do not build fontset from
16056 chosen font.
16057
160582000-02-25 Sam Steingold <sds@goems.com>
16059
16060 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16061 properly.
16062
160632000-02-25 Richard M. Stallman <rms@gnu.org>
16064
16065 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16066
160672000-02-25 Gerd Moellmann <gerd@gnu.org>
16068
16069 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
16070 writable.
16071
16072 * frame.el (busy-cursor-delay-seconds): New option.
16073
160742000-02-24 Gerd Moellmann <gerd@gnu.org>
16075
16076 * frame.el (show-cursor-in-non-selected-windows): New option.
16077
160782000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16079
16080 * diary-lib.el (include-other-diary-files): Undo the selective
16081 display in any included file and don't kill it.
16082
160832000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16084
16085 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
16086 bar. Menu items converted to (menu-item format, help strings
16087 added.
16088 [downcase, upcase]: Don't enable on MS-DOS.
16089 [symlink, symlinks]: Don't show if make-symbolic-link is not
16090 bound.
16091 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16092
160932000-02-23 Dave Love <fx@gnu.org>
16094
16095 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16096 (backward-kill-word): Revert addition of * to interactive spec --
16097 it's a feature.
16098
16099 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16100 (backward-kill-sentence, kill-sentence): Likewise.
16101
16102 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16103 scratch buffer name.
16104 (gud-format-command): Use int-to-string in ?l case. Simplify
16105 slightly.
16106
16107 * term/w32-win.el (internal-face-interactive): Update prompt for
16108 new read-face-name.
16109
16110 * mail/footnote.el (footnote): Add :version to defgroup.
16111 (footnote-section-tag-regexp): Customize.
16112 (footnote-start-tag, footnote-end-tag): New option.
16113 (footnote-latin-regexp): New variable.
16114 (Footnote-latin): New function.
16115 (footnote-style-alist): Add element for latin style.
16116 (footnote-style): Moved.
16117 (Footnote-goto-footnote): Use eq to test arg.
16118
16119 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16120
16121 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16122 (byte-compile-trueconstp): Include keywords.
16123 (byte-optimize-quote, byte-optimize-lapcode): Use
16124 byte-compile-const-symbol-p.
16125 (byte-optimize-char-before): New optimization.
16126
16127 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16128 (byte-compile-const-symbol-p): New function.
16129 (byte-compile-constp, byte-compile-out-toplevel)
16130 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16131 Use it.
16132
16133 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16134
161352000-02-23 Kenichi Handa <handa@etl.go.jp>
16136
16137 * international/encoded-kb.el: Be sure to update minor-mode-alist
16138 and minor-mode-map-alist.
16139 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16140 codes SS2 and SS3 correctly.
16141 (encoded-kbd-self-insert-ccl): New function.
16142 (encoded-kbd-setup-keymap): New function.
16143 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16144 by calling encoded-kbd-setup-keymap.
16145
16146 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
16147 characters.
16148 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
16149 locally.
16150
161512000-02-22 Dave Love <fx@gnu.org>
16152
16153 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16154 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
16155 defvar.
16156 (lisp-mode-syntax-table): Set up for #|...|# comments.
16157 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16158 classes. Match `defface'.
16159 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16160 (eval-defun-1): Fix for defcustom.
16161 (lisp-indent-region): Doc fix.
16162
16163 * subr.el (when, unless, split-string): Doc fix.
16164 (read-passwd): Move call of clear-this-command-keys to the right
16165 place.
16166 (replace-regexps-in-string): New function.
16167
161682000-02-22 Gerd Moellmann <gerd@gnu.org>
16169
16170 * help.el (describe-variable): Set syntax table to
16171 emacs-lisp-mode-syntax-table when moving forward over the
16172 symbol's name.
16173
161742000-02-22 Dave Love <fx@gnu.org>
16175
16176 * xt-mouse.el: Doc fixes.
16177 (xterm-mouse-position-function): New function, replacing advice of
16178 mouse-position.
16179 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16180
16181 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16182
161832000-02-21 Gerd Moellmann <gerd@gnu.org>
16184
16185 * format.el (format-annotate-single-property-change): Handle
16186 properties.with dotted-list values.
16187 (format-proper-list-p): New function.
16188
16189 * enriched.el (enriched-face-ans): Handle '(foreground-color
16190 . COLOR) and (background-color . COLOR).
16191
161922000-02-20 Dave Love <fx@gnu.org>
16193
16194 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16195 and assignments to it.
16196 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16197 current local map.
16198 (make-flyspell-overlay): Use it.
16199 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16200
16201 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16202 (lm-get-header-re): Defun, not defsubst.
16203 (lm-get-package-name): Defun, not defsubst. Simplify.
16204 (lm-version): Doc fix. Simplify.
16205 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16206 (lm-crack-address, lm-last-modified-date, lm-commentary)
16207 (lm-verify, lm-synopsis): Simplify.
16208 (lm-report-bug): Require emacsbug. Use compose-mail.
16209
162102000-02-20 Gerd Moellmann <gerd@gnu.org>
16211
16212 * dired.el (dired-mode): Call propertized-buffer-identification
16213 to set mode-line-buffer-identification to something having
16214 the right text properties.
16215
16216 * bindings.el (propertized-buffer-identification): New function.
16217
162182000-02-20 Dave Love <fx@gnu.org>
16219
16220 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16221 check for t-mouse too.
16222
16223 * cus-start.el: Make echo-keystrokes `number'.
16224
162252000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16226
16227 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16228 Don't call ring-empty-p unless tags-location-ring is bound.
16229 From Noah Friedman <friedman@splode.com>.
16230
162312000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16232
16233 * progmodes/hideshow.el (hs-flag-region): No longer use
16234 `intangible' overlay property.
16235
16236 (hs-toggle-hiding): New command.
16237 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16238
16239 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16240 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16241 and deactivation.
16242
162432000-02-18 Gerd Moellmann <gerd@gnu.org>
16244
16245 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16246
162472000-02-17 Gerd Moellmann <gerd@gnu.org>
16248
16249 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16250
16251 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16252 of `*' to handle `(* ... *)' comments.
16253
162542000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16255
16256 * faces.el (list-faces-display): Use display-mouse-p instead of
16257 window-system.
16258
16259 * menu-bar.el (global-map): Menu-bar items converted to the new
16260 format (menu-item..., rearranged for better CUA compliance, and
16261 their names changed for better clarity. Help strings added.
16262
16263 * international/mule-cmds.el (mule-menu-keymap)
16264 (describe-language-environment-map, set-coding-system-map)
16265 (setup-language-environment-map): Convert to new (menu-item...
16266 form, add help strings. Change names of menu items for better
16267 clarity. "Mule" menu-bar item removed (it's now in the "Options"
16268 submenu).
16269
162702000-02-17 Gerd Moellmann <gerd@gnu.org>
16271
16272 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16273 within the code.
16274
162752000-02-16 Dave Love <fx@gnu.org>
16276
16277 * faces.el: Don't require custom. Add more specific :groups to
16278 various deffaces.
16279 (set-face-attribute): Purecopy args.
16280 (read-face-name): Default to name at point and use it in prompt.
16281 Remove colon from arg in all callers.
16282 (list-faces-display): Hyperlink to face descriptions and customize
16283 buffers.
16284
162852000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16286
16287 * wid-edit.el (widget-match-inline): An atom never matches a
16288 list.
16289
162902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16291
16292 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16293 at ':' characters by call to split-string.
16294
162952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16296
16297 * textmodes/bibtex.el: Added RCS version identification.
16298
162992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16300
16301 * textmodes/bibtex.el: Some temporary comments removed.
16302 (bibtex-field-name, bibtex-entry-type): Made the relationship
16303 explicit.
16304 (bibtex-field-const): Allow capital letters.
16305 (bibtex-start-of-string): Deleted because unused.
16306
16307 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16308 use the term 'reference' to describe a bibtex entry as a whole.
16309 Further, reference keys are no longer called 'labels'.
16310 (bibtex-keys): Renamed to bibtex-reference-keys.
16311 (bibtex-reformat-previous-labels): Renamed to
16312 bibtex-reformat-previous-reference-keys.
16313 (bibtex-reference-type): Renamed to bibtex-entry-type.
16314 (bibtex-reference-head): Renamed to bibtex-entry-head.
16315 (bibtex-reference-maybe-empty-head): Renamed to
16316 bibtex-entry-maybe-empty-head.
16317 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16318 (bibtex-search-reference): Renamed to bibtex-search-entry.
16319 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16320 bibtex-enclosing-entry-maybe-empty-head.
16321 (bibtex-entry-field-alist, bibtex-entry-head,
16322 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16323 bibtex-map-entries, bibtex-search-entry,
16324 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16325 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16326 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16327 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16328 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16329 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16330 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16331
163322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16333
16334 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16335 comment.
16336 (bibtex-format-field-delimiters): New function, functionality
16337 extracted from bibtex-format-entry.
16338 (bibtex-autokey-get-yearfield-digits): New function, functionality
16339 extracted from bibtex-autokey-get-yearfield.
16340
16341 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16342 entries in order to avoid stack overflow in the regexp matcher if
16343 field contents become large.
16344 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16345 bibtex-field-string-part-not-braced,
16346 bibtex-field-string-part-no-inner-braces,
16347 bibtex-field-string-part-1-inner-brace,
16348 bibtex-field-string-part-2-inner-braces,
16349 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16350 bibtex-field-string-quoted, bibtex-field-string,
16351 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16352 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16353 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16354 as parsing is now performed by the following functions.
16355 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16356 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16357 bibtex-parse-field-string, bibtex-search-forward-field-string,
16358 bibtex-parse-association, bibtex-field-name-for-parsing,
16359 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16360 bibtex-search-forward-field, bibtex-search-backward-field,
16361 bibtex-start-of-field, bibtex-end-of-field,
16362 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16363 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16364 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16365 bibtex-parse-string, bibtex-search-forward-string,
16366 bibtex-search-backward-string, bibtex-start-of-string,
16367 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16368 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16369 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16370 entries. Instead of reporting the results of the parsing by
16371 match-beginning or match-end, these functions return data structures
16372 that hold the corresponding positions.
16373 (bibtex-enclosing-field): Changed to also report field boundaries by
16374 return values rather than by match-beginning or match-end. The
16375 following functions have been adapted to use the new parsing
16376 functions.
16377 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16378 bibtex-enclosing-field, bibtex-format-entry,
16379 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16380 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16381 bibtex-print-help-message, bibtex-end-of-entry,
16382 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16383 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16384 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16385 method for parsing.
16386 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16387 bibtex-map-entries, bibtex-flash-head,
16388 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16389 bibtex-autokey-change, bibtex-autokey-get-namefield,
16390 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16391 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16392 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16393 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16394 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16395 order to make the new binding of case-fold-search immediately
16396 visible.
16397
163982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16399
16400 * textmodes/bibtex.el: Copyright notice is up to date.
16401 Added constant 'bibtex-maintainer-salutation.
16402
16403 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16404 than make-temp-name, use match-string-no-properties and eliminate
16405 a quadratic behavior when building bibtex-strings.
16406
16407 * bibtex.el (bibtex-reference-key): Accept string entries whose
16408 reference key contains upper case letters.
16409
164102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16411
16412 * bibtex.el (bibtex-reference-head): Allow entries to start with
16413 a new line.
16414
164152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16416
16417 * bibtex.el: Hiding of entry bodies is not longer provided by
16418 bibtex.el directly. Instead the hideshow package can be used.
16419 Added a special bibtex entry to hs-special-modes-alist.
16420 (bibtex-hs-forward-sexp): Added for hideshow.el.
16421
164222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16423
16424 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16425 at ':' characters by call to split-string.
16426
164272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16428
16429 * textmodes/bibtex.el: Added RCS version identification.
16430
164312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16432
16433 * textmodes/bibtex.el: Some temporary comments removed.
16434 (bibtex-field-name, bibtex-entry-type): Made the relationship
16435 explicit.
16436 (bibtex-field-const): Allow capital letters.
16437 (bibtex-start-of-string): Deleted because unused.
16438
16439 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16440 use the term 'reference' to describe a bibtex entry as a whole.
16441 Further, reference keys are no longer called 'labels'.
16442 (bibtex-keys): Renamed to bibtex-reference-keys.
16443 (bibtex-reformat-previous-labels): Renamed to
16444 bibtex-reformat-previous-reference-keys.
16445 (bibtex-reference-type): Renamed to bibtex-entry-type.
16446 (bibtex-reference-head): Renamed to bibtex-entry-head.
16447 (bibtex-reference-maybe-empty-head): Renamed to
16448 bibtex-entry-maybe-empty-head.
16449 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16450 (bibtex-search-reference): Renamed to bibtex-search-entry.
16451 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16452 bibtex-enclosing-entry-maybe-empty-head.
16453 (bibtex-entry-field-alist, bibtex-entry-head,
16454 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16455 bibtex-map-entries, bibtex-search-entry,
16456 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16457 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16458 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16459 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16460 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16461 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16462 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16463
164642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16465
16466 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16467 comment.
16468 (bibtex-format-field-delimiters): New function, functionality
16469 extracted from bibtex-format-entry.
16470 (bibtex-autokey-get-yearfield-digits): New function, functionality
16471 extracted from bibtex-autokey-get-yearfield.
16472
16473 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16474 entries in order to avoid stack overflow in the regexp matcher if
16475 field contents become large.
16476 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16477 bibtex-field-string-part-not-braced,
16478 bibtex-field-string-part-no-inner-braces,
16479 bibtex-field-string-part-1-inner-brace,
16480 bibtex-field-string-part-2-inner-braces,
16481 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16482 bibtex-field-string-quoted, bibtex-field-string,
16483 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16484 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16485 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16486 as parsing is now performed by the following functions.
16487 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16488 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16489 bibtex-parse-field-string, bibtex-search-forward-field-string,
16490 bibtex-parse-association, bibtex-field-name-for-parsing,
16491 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16492 bibtex-search-forward-field, bibtex-search-backward-field,
16493 bibtex-start-of-field, bibtex-end-of-field,
16494 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16495 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16496 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16497 bibtex-parse-string, bibtex-search-forward-string,
16498 bibtex-search-backward-string, bibtex-start-of-string,
16499 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16500 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16501 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16502 entries. Instead of reporting the results of the parsing by
16503 match-beginning or match-end, these functions return data structures
16504 that hold the corresponding positions.
16505 (bibtex-enclosing-field): Changed to also report field boundaries by
16506 return values rather than by match-beginning or match-end. The
16507 following functions have been adapted to use the new parsing
16508 functions.
16509 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16510 bibtex-enclosing-field, bibtex-format-entry,
16511 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16512 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16513 bibtex-print-help-message, bibtex-end-of-entry,
16514 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16515 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16516 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16517 method for parsing.
16518 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16519 bibtex-map-entries, bibtex-flash-head,
16520 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16521 bibtex-autokey-change, bibtex-autokey-get-namefield,
16522 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16523 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16524 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16525 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16526 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16527 order to make the new binding of case-fold-search immediately
16528 visible.
16529
165302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16531
16532 * textmodes/bibtex.el: Copyright notice is up to date.
16533 Added constant 'bibtex-maintainer-salutation.
16534
16535 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16536 than make-temp-name, use match-string-no-properties and eliminate
16537 a quadratic behavior when building bibtex-strings.
16538
16539 * bibtex.el (bibtex-reference-key): Accept string entries whose
16540 reference key contains upper case letters.
16541
165422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16543
16544 * bibtex.el (bibtex-reference-head): Allow entries to start with
16545 a new line.
16546
165472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16548
16549 * bibtex.el: Hiding of entry bodies is not longer provided by
16550 bibtex.el directly. Instead the hideshow package can be used.
16551 Added a special bibtex entry to hs-special-modes-alist.
16552 (bibtex-hs-forward-sexp): Added for hideshow.el.
16553
165542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16555
16556 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16557 proceedings entry type (for cross referencing). Thanks to Wagner
16558 Toledo Correa for the suggestion.
16559
16560 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16561
165622000-02-14 Kenichi Handa <handa@etl.go.jp>
16563
16564 * international/characters.el: Setup case table for Vietnamese.
16565
165662000-02-12 Gerd Moellmann <gerd@gnu.org>
16567
16568 * uniquify.el (toplevel): Require CL at compile time.
16569 (uniquify-push): Removed.
16570
16571 * shadowfile.el (shadow-when): Removed.
16572
16573 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16574 (tempo-process-and-insert-string): Use dolist instead of
16575 tempo-dolist.
16576
16577 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16578 regexp for paragraph-start.
16579
16580 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16581 commas as well.
16582
165832000-02-10 Dave Love <fx@gnu.org>
16584
16585 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16586 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16587 Deleted.
16588 (widget-specify-field, widget-specify-button): Don't use
16589 widget-mouse-help as help-echo property.
16590 (default): Use #'ignore for :validate and :mouse-down-action.
16591 (checkbox): Add help-echo.
16592 (widget-sexp-validate): Rewritten to clarify error messages.
16593 (character): Use char-valid-p in :match function.
16594 (widget-color-complete): Use facemenu-color-alist.
16595 (widget-color-action): Use facemenu-read-color.
16596
16597 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16598 set up `caar' &c that we now have.
16599
166002000-02-09 Ray Blaak <blaak@gnu.org>
16601
16602 * delphi.el: Make resourcestring a declaration region, like const
16603 and var.
16604
166052000-02-09 Dave Love <fx@gnu.org>
16606
16607 * bindings.el (mode-line-input-method-map): New variable.
16608 (mode-line-mule-info): Use it; fix last change.
16609 (mode-line-mode-menu): Move definition.
16610 (mode-line-mouse-sensitive-p): Deleted.
16611 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16612 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16613 level.
16614
16615 * startup.el (command-line-1): Don't call
16616 make-mode-line-mouse-sensitive.
16617
166182000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16619
16620 * mail/rmail.el (rmail-retry-failure): Use
16621 rmail-beginning-of-message before rmail-toggle-header, because the
16622 former toggles headers.
16623
166242000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16625
16626 * diff-mode.el (diff-kill-junk): New interactive function.
16627 (diff-reverse-direction): Use delete-and-extract-region.
16628 (diff-post-command-hook): Restrict the area so that the hook also works
16629 outside of any diff hunk. This is necessary for the minor-mode.
16630 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16631 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16632
16633 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16634 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16635 so that it can be used more easily in <foo>-mode-hook. Also make sure
16636 to avoid duplicate entries.
16637 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16638 (font-lock-remove-keywords): Just as was done for `add', allow it to
16639 work even if font-lock-mode is nil. Also make sure we don't modify
16640 any pre-existing list by forcing a copy-sequence. Finally rename
16641 `major-mode' to `mode'.
16642 (font-lock-fontify-syntactic-anchored-keywords)
16643 (font-lock-fontify-anchored-keywords)
16644 (font-lock-fontify-keywords-region): Use line-end-position.
16645 Don't make `font-lock-multiline' local (it's now done in
16646 font-lock-set-defaults).
16647 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16648 move the `font-lock-fontified' creation to inside the `unless'.
16649
166502000-02-06 Andrew Innes <andrewi@gnu.org>
16651
16652 * term/w32-win.el (x-handle-args): Comment out call to message,
16653 which occurs before window system is initialized.
16654
16655 * makefile.nt: Add support for recompiling lisp code.
16656
166572000-02-04 Dave Love <fx@gnu.org>
16658
16659 * bindings.el (mode-line-mule-info): Fix/extend last change.
16660
16661 * completion.el: Replace completion-dolist with dolist.
16662
16663 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16664 dotimes.
16665
166662000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16667
16668 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16669 environment names before they go into the section regexp.
16670
16671 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16672 char class in regexp.
16673
16674 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16675 `case-fold-search' to nil.
16676
16677 * progmodes/idlwave.el (idlwave-template): Respect
16678 `idlwave-abbrev-change-case'.
16679 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16680 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16681 idlwave-while): respect `idlwave-reserved-word-upcase'.
16682 (idlwave-rw-case): New function.
16683 (idlwave-statement-match): Fixed problem with assignment regexp.
16684 (idlwave-font-lock-keywords): Improved regexp for keyword
16685 parameters.
16686 (idlwave-surround): New argument LENGTH to support padding of
16687 operators longer than 1 char.
16688
16689 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16690 idlwave-shell-expression-overlay. Implemented printing of
16691 expressions on higher levels of the calling stack.
16692 (idlwave-shell-display-level-in-calling-stack): Restore stack
16693 level.
16694 (idlwave-retrieve-expression-from-level): New function.
16695 (idlwave-shell-last-calling-stack): Variable removed.
16696 (idlwave-shell-reset): Argument action reversed (`visible' to
16697 `hidden'). Also remove stop-line overlay.
16698 (idlwave-shell-calling-stack-routine): New variable.
16699 (idlwave-shell-parse-stack-and-display): Messages now display
16700 negative level numbers.
16701 (idlwave-shell-mode): Set `modeline-format'.
16702 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16703 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16704 21.
16705 (idlwave-shell-print-expression-function): New option.
16706
16707 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16708 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16709 `tool-bar' instead of `toolbar'.
16710
167112000-02-02 Dave Love <fx@gnu.org>
16712
16713 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16714 emacs-lisp-mode-hook. Don't check for defalias being defined.
16715
16716 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16717 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16718 the new builtins directly.
16719
16720 * whitespace.el (whitespace): Add :version to defgroup.
16721
16722 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16723 Doc fix.
16724
16725 * thingatpt.el (sexp-at-point, symbol-at-point)
16726 (number-at-point, list-at-point): Add autoload cookie.
16727
16728 * recentf.el (recentf): Add :version to defgroup.
16729
16730 * quickurl.el (quickurl): Add :version to defgroup.
16731
16732 * elide-head.el (elide-head): Use point-marker more.
16733
16734 * bs.el (bs): Add :version to defgroup.
16735
16736 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16737
16738 * progmodes/delphi.el (delphi): Add :version to defgroup.
16739
167402000-02-02 Gerd Moellmann <gerd@gnu.org>
16741
16742 * ange-ftp.el (ange-ftp-write-region): Handle case that
16743 succeeding process operation sets a different coding system.
16744
16745 * calculator.el: New file.
16746
167472000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16748
16749 * frame.el (frames-on-display-list, framep-on-display): New
16750 functions.
16751 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16752 (display-selections-p, display-screens, display-pixel-width)
16753 (display-pixel-height, display-mm-width, display-mm-height)
16754 (display-backing-store, display-save-under, display-planes)
16755 (display-color-cells, display-visual-class): New functions.
16756
16757 * term/tty-colors.el (tty-color-gray-shades): New function.
16758
16759 * faces.el (display-color-p): Use framep-on-display.
16760 (display-grayscale-p): New function.
16761
167622000-01-31 Dave Love <fx@gnu.org>
16763
16764 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16765 (create-fontset-from-x-resource): Don't concat integers.
16766
167672000-01-31 Inge Frick <inge@nada.kth.se>
16768
16769 * view.el: Some changes in documentation. Removed some trailing
16770 whitespace. Changed some parameter names to agree with
16771 documentation.
16772 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16773 window is not deleted. Modifies change 1998-04-26.
16774
167752000-01-31 Gerd Moellmann <gerd@gnu.org>
16776
16777 * windmove.el: New file.
16778
16779 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16780 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16781 progmodes/ebnf-yac.el: Update copyright and license info.
16782
16783 * jit-lock.el (jit-lock-function): Widen before calculating end
16784 position.
16785 (jit-lock-stealth-chunk-start): Rewritten.
16786
16787 * info.el (Info-title-face-alist): Removed.
16788 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16789 faces.
16790 (Info-fontify-node): Use these faces.
16791
167922000-01-30 Gerd Moellmann <gerd@gnu.org>
16793
16794 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16795 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16796 `&allow-other-keywords'.
16797
16798 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16799 the list of directories scanned heuristically.
16800
16801 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16802 exist.
16803
168042000-01-30 Jason Rumney <jasonr@gnu.org>
16805
16806 * w32-fns.el: Define w32-tty-standard-colors.
16807
16808 * startup.el (command-line): Use w32-tty-standard-colors when in
16809 w32 console mode.
16810
168112000-01-30 Dave Love <fx@gnu.org>
16812
16813 * jka-compr.el (jka-compr-load): Fix up load-history.
16814
16815 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16816
16817 * emacs-lisp/cl-macs.el: Revert previous change.
16818
168192000-01-29 Dave Love <fx@gnu.org>
16820
16821 * facemenu.el: Purecopy various strings.
16822
16823 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16824 years. Deal with three-digit years.
16825
16826 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16827 defconst, purecopy.
16828 (help-back-label): Purecopy it.
16829
168302000-01-18 Gerd Moellmann <gerd@gnu.org>
16831
16832 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16833 variable. If non-nil, order the buffer list according to the
16834 currently selected frame.
16835 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16836 non-nil, pass the selected frame to function buffer-list.
16837
168382000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16839
16840 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16841
168422000-01-28 Dave Love <fx@gnu.org>
16843
16844 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16845
16846 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16847 Don't use lisp-indent-hook property.
16848 (cl-abs): Remove.
16849
16850 * subr.el: Move out indent and edebug specs for when and unless.
16851
16852 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16853 when, unless.
16854
16855 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16856 unless, when.
16857
168582000-01-28 Gerd Moellmann <gerd@gnu.org>
16859
16860 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16861 `collecting' as synonym for `collect'.
16862
16863 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16864 for the case it contains spaces.
16865
16866 * simple.el (what-cursor-position): Change formatting of
16867 messages.
16868
16869 * frame.el (delete-other-frames): New function.
16870 (toplevel): Bind it to C-x 5 1.
16871
16872 * sort.el (sort-numeric-base): New option.
16873 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16874 interpret it as octal or hexadecimal. Use sort-numeric-base
16875 as default base.
16876
16877 * progmodes/glasses.el: New file.
16878
168792000-01-27 Gerd Moellmann <gerd@gnu.org>
16880
16881 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16882 userids differently.
16883
16884 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16885 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16886 progmodes/ebnf-yac.el: New files.
16887
168882000-01-26 Dave Love <fx@gnu.org>
16889
16890 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16891 on a function with an empty body. [From Eric Ludlam.]
16892
168932000-01-25 Andre Spiegel <spiegel@gnu.org>
16894
16895 * vc.el (vc-version-diff): Make sure file name is expanded.
16896
168972000-01-25 Gerd Moellmann <gerd@gnu.org>
16898
16899 * scroll-bar.el (scroll-bar-timer): Variable removed.
16900 (scroll-bar-toolkit-scroll): Don't use a timer.
16901
169022000-01-25 Kenichi Handa <handa@etl.go.jp>
16903
16904 * language/thai-util.el (thai-composition-function): Delete
16905 superfluous `a'.
16906
169072000-01-24 Dave Love <fx@gnu.org>
16908
16909 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16910 end-of-defun-function.
16911
16912 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16913 &c.
16914
169152000-01-22 Jason Rumney <jasonr@gnu.org>
16916
16917 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16918 conflicts with new face support.
16919
169202000-01-22 Richard M. Stallman <rms@gnu.org>
16921
16922 * replace.el (query-replace): Rename last arg to DELIMITED.
16923 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16924 (query-replace-regexp): Likewise.
16925
169262000-01-20 Richard M. Stallman <rms@gnu.org>
16927
16928 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16929
16930 * emacs-lisp/lisp.el (beginning-of-defun-function):
16931 Variable renamed from beginning-of-defun.
16932 Do not call make-variable-buffer-local.
16933 (beginning-of-defun-raw): Use new variable name; doc fix.
16934 (beginning-of-defun): Doc fix.
16935 (end-of-defun-function): Variable renamed from end-of-defun.
16936 Do not call make-variable-buffer-local.
16937 (end-of-defun): Use new variable name; doc fix.
16938
16939 * subr.el (dolist, dotimes): Copied from cl-macs.el
16940 and made to work.
16941
16942 * mail/undigest.el (rmail-digest-end-regexps):
16943 Variable replaces rmail-digest-end-regexp.
16944 Allows multiple regexps for detecting the end line.
16945 (undigestify-rmail-message): Corresponding changes.
16946
169472000-01-19 Dave Love <fx@gnu.org>
16948
16949 * files.el (user-init-file): Don't declare here -- is primitive.
16950
16951 * startup.el (command-line): Check for compiled user-init-file and
16952 set to uncompiled version if necessary.
16953
169542000-01-18 Gerd Moellmann <gerd@gnu.org>
16955
16956 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16957 (undigestify-rmail-message): Use it.
16958
16959 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16960
169612000-01-17 Gerd Moellmann <gerd@gnu.org>
16962
16963 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16964 of mini-buffer.
16965
169662000-01-14 Gerd Moellmann <gerd@gnu.org>
16967
16968 * emacs-lisp/copyright.el (copyright-update): Removed the
16969 requirement for a trailing space from `copyright-regexp', to
16970 support copyrights with owner specified on a separate line..
16971
16972 * align.el: New file.
16973
16974 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16975
16976 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16977
169782000-01-13 Dave Love <fx@gnu.org>
16979
16980 * ph.el: Removed. (Obsoleted by EUDC.)
16981
169822000-01-13 Gerd Moellmann <gerd@gnu.org>
16983
16984 * net/eudc.el (toplevel): Remove autoloaded code installing
16985 menu with easymenu, because that causes build problems.
16986
16987 * frame.el (frame-notice-user-settings): New variable.
16988 (frame-notice-user-settings): Don't modify frame parameters
16989 if called a second time.
16990
169912000-01-13 Richard M. Stallman <rms@gnu.org>
16992
16993 * frame.el (frame-notice-user-settings):
16994 Notice default-frame-parameters even for non-window frames.
16995
169962000-01-13 Gerd Moellmann <gerd@gnu.org>
16997
16998 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16999 for Emacs.
17000 (eudc-bob-can-display-inline-images): Extend for Emacs.
17001 (eudc-bob-toggle-inline-display): Ditto.
17002 (eudc-bob-display-jpeg): Ditto.
17003
170042000-01-12 Gerd Moellmann <gerd@gnu.org>
17005
17006 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17007 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17008 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17009
17010 * add-log.el (add-change-log-entry): Fix error trying an `(insert
17011 nil)'.
17012
17013 * subdirs.el: Add `net' directory.
17014
17015 * net: New directory.
17016
17017 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17018 eval-last-sexp. Don't bind debug-on-error here.
17019 (eval-last-sexp): New function. Bind debug-on-error if
17020 eval-expression-debug-on-error is non-nil.
17021 (eval-defun-2, eval-defun): Likewise.
17022
17023 * simple.el (eval-expression): Don't bind debug-on-error if
17024 eval-expression-debug-on-error is nil. Detect changed
17025 debug-on-error, and propagate new value to global binding, if
17026 eval-expression-debug-on-error is non-nil,
17027 (eval-expression-debug-on-error): Change doc string.
17028
170292000-01-11 Richard M. Stallman <rms@gnu.org>
17030
17031 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17032
17033 * emacs-lisp/lisp-mode.el (with-syntax-table):
17034 Set up lisp-indent-function property.
17035
17036 * subr.el (with-syntax-table): Moved from simple.el.
17037
17038 * simple.el (with-syntax-table): Moved to subr.el.
17039
170402000-01-11 Gerd Moellmann <gerd@gnu.org>
17041
17042 * tmm.el (tmm-shortcut): Delete region after prompt instead
17043 of erasing buffer.
17044
17045 * textmodes/fill.el (fill-common-string-prefix): New function.
17046 (fill-context-prefix): Use the longest common prefix of first
17047 and second line fill prefix, if there is one.
17048
170492000-01-11 Richard M. Stallman <rms@gnu.org>
17050
17051 * array.el (array-mode): Don't use make-variable-buffer-local.
17052 Use make-local-variable for `truncate-lines'.
17053
170542000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17055
17056 * add-log.el (add-log-current-defun): Handle user-defined
17057 add-log-current-function returning nil,
17058
17059 * add-log.el (add-change-log-entry): Insert version number
17060 if having found a current function
17061
17062 * add-log.el (add-log-current-defun): Call
17063 `add-log-current-defun-function'. Try matches at level 0 and
17064 level 1. Strip whitespace from defun found.
17065
170662000-01-10 John Wiegley <johnw@gnu.org>
17067
17068 * allout.el (isearch-done/outline-provisions): Added `edit'
17069 argument to correspond with the current definition of
17070 `isearch-done'.
17071
170722000-01-10 Dave Love <fx@gnu.org>
17073
17074 * elide-head.el (elide-head): Use point-marker, not point.
17075
170762000-01-10 Gerd Moellmann <gerd@gnu.org>
17077
17078 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17079 before and after the year 2000.
17080
17081 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17082 Add ispell- prefix.
17083
170842000-01-10 Ken Stevens <k.stevens@ieee.org>
17085
17086 * ispell.el: Only define dictionaries in menus when they exist.
17087 (version18p): New variable.
17088 (version20p): New variable.
17089 (xemacsp): New variable.
17090 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17091 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17092 (ispell-dictionary-alist6): Russian command lines no longer accept
17093 run-together words.
17094 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17095 (ispell-dictionary-alist): Add koi8-r to customize definition.
17096 (check-ispell-version): Added documentation string. Returns
17097 library path when called non-interactively.
17098 (ispell-menu-map-needed): Uses new variables.
17099 (ispell-library-path): New variable.
17100 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17101 (ispell-word): Improved documentation string. Test for valid
17102 character mappings. Correctly check typed in word changes that can
17103 result in single words split into multiple words. Returns
17104 replacement word.
17105 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17106 replace in recursive query replace mode. Help message for
17107 recursive edit mode.
17108 (ispell-show-choices): Protect against bad framepop bindings.
17109 (ispell-help): Fix to work with XEmacs.
17110 (ispell-highlight-spelling-error): Use new variables.
17111 (ispell-overlay-window): Fix to work with XEmacs.
17112 (ispell-parse-output): Passed and returns location information
17113 tracking spelling corrections. Doesn't recheck same word on
17114 current line.
17115 (ispell-init-process): Protect against bogus XEmacs variable binding.
17116 Fix call to single argument in sleep-for. Use new variables.
17117 (ispell-region): Passed and returns location information tracking
17118 spelling corrections. Doesn't check same word on current line.
17119 Improved documentation string. Doesn't resend a line already
17120 checked to the ispell process - fixes bug in LaTeX parsing.
17121 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17122 (ispell-skip-region): No longer skips <TT> in SGML.
17123 (ispell-process-line): Tracks location information with spelling
17124 corrections. Added documentation string. Accounts for words
17125 already accepted on this line. Don't allow query-replace on line
17126 starting with math characters. Doesn't resend a line already sent
17127 to ispell process. Fixes alignment error bug.
17128
171292000-01-10 Richard M. Stallman <rms@gnu.org>
17130
17131 * dired-x.el (dired-guess-shell-alist-default):
17132 Suggest xloadimage, which is free, not xv, which isn't.
17133
17134 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17135 Don't ever include the host name or user name in the value.
17136
171372000-01-09 Gerd Moellmann <gerd@gnu.org>
17138
17139 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17140 of a real newline.
17141
171422000-01-09 Stephen Eglen <stephen@gnu.org>
17143
17144 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17145 for .png files.
17146
171472000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17148
17149 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17150
171512000-01-09 Gerd Moellmann <gerd@gnu.org>
17152
17153 * progmodes/cperl-mode.el: Replace ^F with ^L.
17154
17155 * sendmail.el (toplevel): Provide `sendmail' when compiling
17156 before `require'ing rmail and mailalias to prevent infinite
17157 recursion.
17158
171592000-01-08 Dave Love <fx@gnu.org>
17160
17161 * emacs-lisp/backquote.el: Remove inappropriate customization
17162 (allowing custom.el to use backquote).
17163
171642000-01-07 Dave Love <fx@gnu.org>
17165
17166 * add-log.el (add-log-debugging): Deleted.
17167 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17168 file. Remove debugging code.
17169 (change-log-get-method-definition, change-log-name): Add doc.
17170 (change-log-sortable-date-at): New function.
17171 (change-log-merge): New command.
17172
17173 * time.el (display-time-string-forms): Make the Mail string active.
17174 (display-time-update): Provide help-echo for load average.
17175
17176 * bindings.el (make-mode-line-mouse2-map): New function.
17177 (mode-line-modified): Use it and simplify.
17178 (mode-line-mule-info): Provide help-echo info.
17179 (minor-mode-alist): Activate the strings.
17180 (make-mode-line-mouse-sensitive): Simplify for
17181 mode-line-buffer-identification.
17182
171832000-01-07 Gerd Moellmann <gerd@gnu.org>
17184
17185 * play/pong.el: New file.
17186
171872000-01-06 Dave Love <fx@gnu.org>
17188
17189 * array.el: Assorted cleanups for compiler warnings, doc strings,
17190 `array-' prefix for symbols.
17191
171922000-01-05 Dave Love <fx@gnu.org>
17193
17194 * textmodes/outline.el (outline-mode-menu-bar-map): Add
17195 outline-headers-as-kill.
17196 (outline-mode): Define imenu-generic-expression.
17197 (outline-headers-as-kill): New command.
17198
17199 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17200 from paragraph-start.
17201 (paragraph-indent-minor-mode): New command.
17202
17203 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17204 M-C-e, M-C-h, C-j, C-xnd, TAB.
17205 (fortran-mode): Set beginning-of-defun, end-of-defun.
17206 (fortran-column-ruler): Simplify.
17207 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17208 (fortran-with-subprogram-narrowing): Likewise.
17209 (fortran-indent-subprogram): Call mark-defun.
17210 (fortran-check-for-matching-do): Change narrowing.
17211
17212 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17213 (cl-lucid-hash-tag): Delete.
17214 (cl-hash-table-p): Correct test for native table.
17215 (cl-hash-table-count): Use hash-table-count.
17216
17217 * browse-url.el (browse-url): Fix case of
17218 browse-url-browser-function being an alist.
17219
172202000-01-05 Carsten Dominik <cd@gnu.org>
17221
17222 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17223 (reftex-index-phrase-file-extension): New options.
17224
17225 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17226 Use new option `reftex-index-phrase-file-extension'.
17227
17228 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17229 `reftex-parse-file-extension'.
17230
172312000-01-05 Dave Love <fx@gnu.org>
17232
17233 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17234 (beginning-of-defun-raw): Use it.
17235 (end-of-defun): New variable.
17236 (end-of-defun): Use it.
17237 (check-parens): New command.
17238
172392000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17240
17241 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17242 (hs-show-block): Don't use `mapcar' when not accumulating.
17243
17244 Fix buglet in local variables initialization.
17245
172462000-01-05 Andreas Schwab <schwab@suse.de>
17247
17248 * hscroll.el (hscroll): Doc fix.
17249
172502000-01-05 Carsten Dominik <cd@gnu.org>
17251
17252 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
17253 idlw-toolbar.
17254
17255 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
17256 file idlw-rinfo.el.
17257 (idlwave-customize): load must read file idlw-shell.el.
17258 (idlwave-create-customize-menu): load must read file idlw-shell.el.
17259
172602000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17261
17262 * progmodes/idlw-shell.el: Also provide idlwave-shell
17263 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17264 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17265
17266 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
17267 both reftex-dcr and reftex-vcr.
17268
17269 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17270
172712000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17272
17273 * ps-print.el: PostScript code now is in separate files, doc fix.
17274 (ps-print-version): New version number (5.0.3).
17275 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17276 local.
17277 (ps-spool-config): Initialization fix.
17278 (ps-print-prologue-1, ps-print-prologue-2)
17279 (ps-print-duplex-feature): PostScript code moved to separated file.
17280 (ps-background-image): Little code reformating.
17281 (ps-begin-file, ps-begin-job): Fix code.
17282 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17283 (ps-prologue-file): New fun.
17284
172852000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17286
17287 * ps-vars.el: Eliminated.
17288
17289 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17290 `;;;###autoload'.
17291
17292 * ps-print.el: ps-vars eliminated, doc fix.
17293 (ps-print-version): New version number (5.0.2).
17294 (ps-spool-config): Initialization fix.
17295 (ps-print-customize): New fun.
17296
172972000-01-04 Gerd Moellmann <gerd@gnu.org>
17298
17299 * autorevert.el (auto-revert-mode): Return value of
17300 auto-revert-mode.
17301
173022000-01-04 Dave Love <fx@gnu.org>
17303
17304 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17305 menu items.
17306
173072000-01-03 Dave Love <fx@gnu.org>
17308
17309 * elide-head.el (elide-head) [defgroup]: Add :version.
17310
17311 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17312 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17313 `cl-hash-table-p', not `hash-table-p'.
17314 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17315
173162000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17317
17318 * faces.el (face-read-integer, read-face-attribute)
17319 (color-defined-p, color-values): unspecified-{f,b}g are now
17320 strings.
17321
173222000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17323
17324 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17325 at comment end, and re-insert them after filling.
17326
173272000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17328
17329 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17330 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17331 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17332
173332000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17334
17335 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17336 the new name of face-color-supported-p.
17337
17338 * term/w32-win.el (xw-defined-colors): Likewise.
17339
173402000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17341
17342 * simple.el (completion-setup-function): Count completion-size
17343 from minibuffer-prompt-end, not from point-min.
17344
173452000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17346
17347 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17348 Pass the frame to tty-color-* functions.
17349 (display-color-p, frame-set-background-mode): Pass the frame to
17350 tty-display-color-p.
17351
17352 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17353 tty-color-alist.
17354 (tty-color-alist, tty-modify-color-alist): New functions.
17355 (tty-color-define, tty-color-clear, tty-color-approximate)
17356 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17357 an optional parameter FRAME.
17358
173592000-01-01 Gerd Moellmann <gerd@gnu.org>
17360
17361 * image.el (create-image, defimage): Don't assume image data is a
17362 string.
17363
17364 * image.el (defimage): Handle specifications containing :data
17365 instead of :file.
17366 (image-type-from-data): New function.
17367 (image-type-from-file-header): Use it.
17368 (create-image): Add parameter DATA-P.
17369
17370See ChangeLog.8 for earlier changes.
17371
17372;; Local Variables:
17373;; coding: iso-2022-7bit
17374;; End: