*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
88bbb8cb
EZ
12001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * cc-cmds.el (c-electric-delete, c-electric-delete-forward): Split
4 `c-electric-delete' into two functions where
5 `c-electric-delete-forward' always deletes forward and
6 `c-electric-delete' only contains the code necessary for XEmacs to
7 choose between backward and forward deletion.
8
9 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
10 get the electric behavior on that key too.
11 (c-fill-paragraph): Fixed bogus direct use of
12 c-comment-prefix-regexp, which caused an error when it's a list.
13
a1af8dcf
EZ
142001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
15
16 * dired-aux.el (dired-diff): Doc fix.
17
18 * dired.el (dired-diff): Likewise.
19
ddfb4005
EZ
202001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
21
22 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23
b36581fb
SM
242001-05-02 Stefan Monnier <monnier@cs.yale.edu>
25
80a00b6a
SM
26 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
27 if both the buffer and the file are read-only.
28
b36581fb
SM
29 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
30 rather than font-lock-string-face.
31 (sh-get-indent-info): Treat heredocs like strings.
32
470bbe9b
GM
332001-05-02 Gerd Moellmann <gerd@gnu.org>
34
b36581fb
SM
35 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
36 a newline following `}'.
3356df63
GM
37 (texinfo-format-email): New function.
38 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
39 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
40 Add `display'.
3356df63
GM
41 (texinfo-sort-region): Goto point-min before sorting.
42 (texinfo-set): Remove leading white space from value.
43 From yagi@is.titech.ac.jp.
44
470bbe9b
GM
45 * replace.el (query-replace-regexp-eval): Doc fix.
46
a9d2fd1d
SM
472001-05-01 Stefan Monnier <monnier@cs.yale.edu>
48
49 * diff-mode.el (diff-nonexistant-face): New face.
50 (diff-font-lock-keywords): Use it.
51
2b3e941a
EZ
522001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
53
22cd6fd3
EZ
54 * font-lock.el (font-lock-mode): Doc fix.
55
2b3e941a
EZ
56 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
57 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
58
50df7214
GM
592001-04-30 Gerd Moellmann <gerd@gnu.org>
60
a9d2fd1d
SM
61 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
62 backslash at the start of the here-document delimiter.
a9793e45
GM
63 (sh-font-lock-syntactic-keywords): Likewise.
64
50df7214
GM
65 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
66
e2f599e9
EZ
672001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
68
69 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
70 (tty-color-translate, tty-color-by-index, tty-color-values)
71 (tty-color-desc): Doc fix.
72
dcaf31d3
EZ
732001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
74
75 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
76 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
77 Mention dired-dwim-target in the doc string.
dcaf31d3 78
a6a06429
MB
792001-04-28 Miles Bader <miles@gnu.org>
80
81 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
82 (dabbrev--find-expansion): Use it.
83 (dabbrev--select-buffers): Don't select ignored buffers.
84
5a5d9185
GM
852001-04-27 Gerd Moellmann <gerd@gnu.org>
86
a9d2fd1d 87 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 88
c5b82005
RS
892001-04-26 Richard M. Stallman <rms@gnu.org>
90
91 * dabbrev.el: Add doc strings for some functions.
92 (dabbrev--eliminate-newlines): New variable.
93 (dabbrev--substitute-expansion): Convert newlines to spaces
94 if dabbrev--eliminate-newlines is set.
95 If abbrev and expansion are both all-lower-case,
96 leave dabbrev--last-case-pattern nil.
97
7cff9c6f
GM
982001-04-26 Gerd Moellmann <gerd@gnu.org>
99
100 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
101 if necessary, like in rmail-show-message.
102
efa89c1f
GM
1032001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
104
105 * ps-print.el: Color specified by number is forced to be float number.
106 (ps-print-version): New version number (6.5.1.1).
107 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
108 initialization.
109 (ps-prefix-quote): New internal var.
110 (ps-print-quote): New fun.
111 (ps-setup, ps-output-frame-properties, ps-float-format)
112 (ps-format-color): Code fix.
a9d2fd1d
SM
113 (ps-plot-region): Eliminate redundant foreground color text setting.
114
d3111e5a
EZ
1152001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
116
117 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
118
a728644c
GM
1192001-04-25 Gerd Moellmann <gerd@gnu.org>
120
121 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
122
4ecdf04d
EZ
1232001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
124
4645bb68
EZ
125 * info.el (Info-additional-directory-list): Doc fix.
126
4ecdf04d 127 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
128 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
129 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 130
7cd512f2
SM
1312001-04-25 Stefan Monnier <monnier@cs.yale.edu>
132
1dc64fca
SM
133 * progmodes/make-mode.el (makefile-font-lock-keywords):
134 Rationalize the rules for includes and conditionals and use the
135 keyword face for them.
136
7cd512f2
SM
137 * faces.el (modify-face): Add compatibility for non-interactive use.
138
ffeb5c1c
JW
1392001-04-24 John Wiegley <johnw@gnu.org>
140
141 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
142 fix from last night, since it wasn't finding eshell/cd.
143
35f901fa
GM
1442001-04-24 Gerd Moellmann <gerd@gnu.org>
145
146 * rect.el (string-rectangle): Revert to 20.x behaviour.
147 (replace-rectangle): Make it an alias for string-rectangle.
148 (string-insert-rectangle): New function.
149
c7b1b508
JW
1502001-04-23 John Wiegley <johnw@gnu.org>
151
152 * eshell/em-unix.el (eshell/diff): Fixed problems that were
153 occurring with Emacs 21's diff.el/compile.el interaction layer.
154
1552001-04-23 Colin Walters <walters@cis.ohio-state.edu>
156
157 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
158 case where the function was defined in a file, but not part of an
159 eshell module.
160
157975e3
JW
1612001-04-23 John Wiegley <johnw@gnu.org>
162
163 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
164 code to work around a redisplay problem I've been having.
165
3dc630b9
JW
1662001-04-23 John Wiegley <johnw@gnu.org>
167
168 * calendar/timeclock.el (timeclock-day-required): If the time
169 required for a particular day is not set, use `timeclock-workday'.
170 (timeclock-find-discrep): Added some sample code in a comment.
171
172 * eshell/eshell.el (eshell-command): Made a few changes so that
173 `eshell-command' could be called programmatically.
174
7cd512f2 175 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 176
7cd512f2 177 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 178
3ae14dd9 1792001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
180
181 * calendar/timeclock.el: Updated copyright.
182 (timeclock-generate-report): Don't report the daily or two-week
183 total, if no time has been worked in that period.
184 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
185 final computational form, which was unnecessary; corrected a
186 parsing problem when timeclock-relative was nil.
187
3ae14dd9 1882001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
189
190 * calendar/timeclock.el (timeclock-modeline-display): Check if
191 `list-entry' is null.
192 (timeclock-use-display-time): The first argument to `set-variable'
193 must be a symbol.
194
53e1a74c
EZ
1952001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
196
197 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
198 (calendar-today-marker, calendar-holiday-marker):
199 Use display-color-p instead of window-system.
53e1a74c
EZ
200 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
201 instead of window-system.
202 (calendar-hide-window): Use display-multi-frame-p instead of
203 window-system.
204
205 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
206 (calendar-only-one-frame-setup, calendar-one-frame-setup):
207 Use display-multi-frame-p instead of window-system.
53e1a74c 208
23b809c2
GM
2092001-04-23 Gerd Moellmann <gerd@gnu.org>
210
1d14e80c
GM
211 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
212
23b809c2
GM
213 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
214 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
215
b5eeaa1d
GM
2162001-04-23 Alex Schroeder <alex@gnu.org>
217
218 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
219 line-end-position a defalias is used for point-at-bol and point-at-eol.
220
b5eeaa1d
GM
2212001-04-23 Alex Schroeder <alex@gnu.org>
222
223 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 224 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 225
ac1470eb
EZ
2262001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
227
228 * textmodes/paragraphs.el (sentence-end): Doc fix.
229
624ef9b3
GM
2302001-04-20 Alex Schroeder <alex@gnu.org>
231
232 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 233 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
234
2352001-04-20 Alex Schroeder <alex@gnu.org>
236
237 * sql.el (sql-db2-program): New option.
238 (sql-db2-options): New option.
239 (sql-db2): New function.
240
2412001-04-20 Alex Schroeder <alex@gnu.org>
242
243 * sql.el (sql-mode-menu): Added highlighting entries.
244 (sql-highlight-oracle-keywords): New function.
245 (sql-highlight-postgres-keywords): New function.
246 (sql-highlight-ansi-keywords): New function.
247
2482001-04-20 Alex Schroeder <alex@gnu.org>
249
250 * sql.el (sql-help): Doc change.
251
2a83a11d
SM
2522001-04-19 Stefan Monnier <monnier@cs.yale.edu>
253
254 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
255
6f4dd4dc
GM
2562001-04-18 Gerd Moellmann <gerd@gnu.org>
257
0f8d6dc7
GM
258 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
259 for defmethod.
260
6f4dd4dc
GM
261 * comint.el (comint-cr-magic): New function.
262 (toplevel): Add it to comint-preoutput-filter-functions.
263
90200fcc
AI
2642001-04-18 Andrew Innes <andrewi@gnu.org>
265
266 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 267 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
268 (recompile): Remove stuff to set EMACSLOADPATH.
269
daa66f34
GM
2702001-04-18 Gerd Moellmann <gerd@gnu.org>
271
edc5c81d
GM
272 * language/slovak.el ("Slovak"): Add tutorial entry.
273
daa66f34
GM
274 * net/browse-url.el (browse-url-new-window-flag): Renamed from
275 browse-url-new-window-p.
276
5d5845dc
EZ
2772001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
278
279 * info.el (Info-menu-update): When there are no menus and/or no
280 cross references in the node, make the respective items of the
281 Info menu-bar menu inactive.
282
1c8addd0
GM
2832001-04-17 Gerd Moellmann <gerd@gnu.org>
284
f4f480bd
GM
285 * indent.el (indent-for-tab-command): Call indent-line-function
286 with no argument if PREFIX-ARG is non-nil.
287
1c8addd0
GM
288 * frame.el (delete-other-frames): Handle minibuffer-only frames.
289
8f9ab403
EZ
2902001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
291
292 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
293 an async subprocess if start-process is unavailable. Suggested by
294 Tim Van Holder <tim.van.holder@pandora.be>.
295
60322163
EZ
2962001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
297
298 * info.el (Info-additional-directory-list): Doc fix. Suggested by
299 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
300
e372bc67
EZ
3012001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
302
303 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
304 manual.
305
28037ecf
SM
3062001-04-13 Stefan Monnier <monnier@cs.yale.edu>
307
308 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
309 (cvs-menu): Add a few entries.
310
311 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
312 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
313 lock file appears to be reachable from Emacs.
314 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
315 (cvs-mode-find-file): Look for cvs-header-face rather than
316 cvs-dirname-face (which doesn't exist).
317 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
318
319 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
320
5d5e7f53
EZ
3212001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * emulation/pc-select.el (pc-selection-mode): Don't turn on
324 normal-erase-is-backspace on a tty. Instead, bind some keys such
325 as [delete] directly, like pc-select.el did before
326 normal-erase-is-backspace was invented.
327
118562e1 3282001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
329
330 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
331
6c9e58c4
JW
3322001-04-11 John Wiegley <johnw@gnu.org>
333
28037ecf
SM
334 * eshell/em-ls.el (eshell-ls-insert-directory):
335 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
336 buffers, if Eshell's ls is being used.
337
118562e1 3382001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 339
28037ecf
SM
340 * calendar/timeclock.el (timeclock-completing-read): New function.
341 (timeclock-ask-for-project, timeclock-ask-for-reason):
342 Call `timeclock-completing-read'.
978bd3ea
JW
343
344 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
345 required where `member' was being used.
346
118562e1 3472001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 348
28037ecf
SM
349 * eshell/em-hist.el (eshell-previous-matching-input):
350 Don't display "History item" if the the minibuffer is active.
978bd3ea 351
30cb0001
GM
3522001-04-11 Gerd Moellmann <gerd@gnu.org>
353
354 * startup.el (command-line): Output a newline after printing
355 an error from loading the window system's init file.
356
e38af9bd
EZ
3572001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
358
28037ecf
SM
359 * textmodes/texinfo.el (texinfo-font-lock-keywords):
360 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
361 @inforef. Add an OVERRIDE of `keep' to highlight specs of
362 keywords whose arguments routinely include @@.
363
bbf63a7b
GM
3642001-04-10 Gerd Moellmann <gerd@gnu.org>
365
28037ecf
SM
366 * emacs-lisp/advice.el (ad-make-advised-definition):
367 Construct advice for subrs differently.
afffeb57 368
3fe35f35 369 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 370 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 371
c8d6d636 372 * simple.el (completion-list-mode-finish): New function.
28037ecf 373 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 374
2a52f40e 375 * language/european.el ("Polish"): Change sample text.
28037ecf 376 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 377
cf8b1bef
GM
378 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
379 parameter.
380
bbf63a7b
GM
381 * faces.el (menu): Doc fix.
382
719d83ad 3832001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
384
385 * ps-print.el: Footer implementation. Doc fix.
386 (ps-print-version): New version number (6.5.1).
387 (ps-header-frame-alist): New customization var for header frame
388 properties.
389 (ps-line-number-color): New customization var for line number color.
390 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
391 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
392 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
393 (ps-right-footer): New customization vars for footers.
394 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
395 footers.
396 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
397 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
398 Code fix.
319acba0
GM
399 (ps-prologue-file): Indentation fix.
400 (ps-print-quote): Fun eliminated.
401 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
402 (ps-output-frame-properties): New fun.
403 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
404 (ps-skip-newline): Replace defun by defsubst.
28037ecf 405
e372bc67 4062001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
407
408 * eshell/eshell.el (eshell-command): Needed a "%s" format
409 specifier, in case the buffer contains percent characters.
410
e372bc67 4112001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
412
413 * calendar/timeclock.el (timeclock-generate-report): Added a
414 missing insert of the project name.
415
9f9a5e7a
GM
4162001-04-09 Gerd Moellmann <gerd@gnu.org>
417
9170e5d4 418 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 419
865e97c1 420 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 421 (finder-data): Use it instead of `setwins'.
865e97c1
GM
422 From: Dave Love <fx@gnu.org>.
423
cf3885ac 424 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
425 (server-visit-files): Run server-visit-hook after going to
426 line 1 so that the hook can set point as it sees fit.
427
9f9a5e7a
GM
428 * bindings.el (mode-line-modified): Unify help messages.
429
51f32106
EZ
4302001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
431
432 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
433 All callers changed.
434
e02160a3
EZ
4352001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
436
8e6bb0d0
EZ
437 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
438 long file names aren't supported, truncate the file names in
439 quail-misc-package-ext-info to 8+3 before matching them against
440 FILENAME.
441
442 * dos-fns.el (dos-truncate-to-8+3): New function.
443
ec321d77
EZ
444 * progmodes/compile.el (grep-compute-defaults): Use null-device
445 instead of literal /dev/null. Reported by Jens Schmidt
446 <schmidt@mathematik.uni-kl.de>.
447
e02160a3
EZ
448 * simple.el (normal-erase-is-backspace-mode): Doc fix.
449
cf3885ac
SM
4502001-04-06 Stefan Monnier <monnier@cs.yale.edu>
451
452 * textmodes/sgml-mode.el: Add unknown maintainer.
453 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
454 (html-mode-map): Use set-keymap-parent.
455
3ffb33bb
DL
4562001-04-06 Dave Love <fx@gnu.org>
457
458 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
459 Remove redundant string-to-list.
460
8f625692
SM
4612001-04-05 Stefan Monnier <monnier@cs.yale.edu>
462
463 * composite.el (reference-point-alist): Doc fix.
464
1087f198
SS
4652001-04-05 Sam Steingold <sds@gnu.org>
466
8f625692
SM
467 * font-lock.el (font-lock-keywords-case-fold-search):
468 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
469 file made font-lock case-insensitive.
470
a55e4e68
GM
4712001-04-05 Gerd Moellmann <gerd@gnu.org>
472
0e4892e2
GM
473 * faces.el (defface menu): Doc fix.
474
4d664b04
GM
475 * wid-edit.el (widget-color-sample-face-get): Don't make
476 faces for undefined colors.
477
a55e4e68
GM
478 * version.el (emacs-version): Include LessTif/Motif version info.
479
f383cd0d
GM
4802001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
481
482 * ps-mule.el: Eliminate cl package dependence.
483 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
484 if they aren't defined yet.
485 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
486 Eliminate cl package dependence.
487
de28797f
SM
4882001-04-04 Stefan Monnier <monnier@cs.yale.edu>
489
490 * progmodes/cc-cmds.el (c-outline-level):
491 Bind buffer-invisibility-spec. Originally from Dave Love, but
492 got lost when incorporating version 5.26.
493
32df8b47
EZ
4942001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
495
de28797f
SM
496 * emulation/pc-select.el (pc-selection-mode):
497 Call normal-erase-is-backspace-mode instead of binding
498 keys individually.
58e4f61d 499
7f62656b
EZ
500 * cus-load.el (normal-erase-is-backspace): Use it instead of
501 delete-key-deletes-forward.
502
503 * startup.el (command-line): Use normal-erase-is-backspace and
504 normal-erase-is-backspace-mode.
505
506 * simple.el (normal-erase-is-backspace): Rename from
507 delete-key-deletes-forward. Doc fix.
508 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
509 delete-key-deletes-forward-mode. Doc fix.
510 Run normal-erase-is-backspace-hook.
7f62656b 511
32df8b47 512 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
513 ``human-readable'' format produced by GNU `ls'.
514 (dired-move-to-filename-regexp): Recognize ISO format dates.
515 From Paul Eggert <eggert@twinsun.com>.
32df8b47 516
5efa6032
GM
5172001-04-04 Gerd Moellmann <gerd@gnu.org>
518
519 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
520 New functions.
de28797f
SM
521 (lm-verify): Check keywords.
522 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 523
d757aac1
EL
5242001-04-03 Eric M. Ludlam <eric@siege-engine.com>
525
526 * speedbar.el (speedbar-insert-image-button-maybe): Check for
527 `xemacs' feature instead of for the function `set-extent-property'.
528
9832760a
SM
5292001-04-03 Stefan Monnier <monnier@cs.yale.edu>
530
531 * mail/mh-utils.el (mh-folder-hist): New var.
532 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
533
d565f6aa
EZ
5342001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
535
536 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
537 region, position point on the first or last 16-byte group.
538 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
539 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
540 hexl-beginning-of-line.
541
24c0fd39
GM
5422001-04-03 Gerd Moellmann <gerd@gnu.org>
543
5efa6032
GM
544 * icomplete.el (icomplete-mode): Treat an argument like other
545 modes do.
546
b3f6107b
GM
547 * startup.el (fancy-splash-head): Use splash8.xpm for color
548 depth 8.
549
24d451c5
SM
550 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
551 Add an antry for ``converts''.
476bf681 552
24d451c5
SM
553 * language/slovak.el ("Slovak"): Add documentation string.
554 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 555
450f6970
GM
556 * language/czech.el ("Czech"): Add documentation string.
557 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
558
24d451c5
SM
559 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
560 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
561
5622001-04-02 Stefan Monnier <monnier@cs.yale.edu>
563
564 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
565 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
566 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
567 Use `defsubst' rather than a macro to ease debugging.
568 (mail-extr-last): Remove (use `last' instead).
569 (mail-extract-address-components): Properly reset the syntax-table
570 after parsing an address. Use `last' rather than mail-extr-last.
571 Make sure the end marker stays at the very end.
24c0fd39 572
2b908342
EZ
5732001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
574
575 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
576 last change.
577
acfb077d
GM
5782001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
579
580 * ps-print.el: Line and paragraph spacing feature. Region to cut
581 out when printing. Doc fix.
582 (ps-print-version): New version number (6.5).
24d451c5
SM
583 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
584 New vars. Line and paragraph spacing feature.
acfb077d
GM
585 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
586 out when printing.
587 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
588 (ps-get-font-size, ps-begin-job, ps-continue-line)
589 (ps-plot-region): Code fix.
590 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
591 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
592 New internal vars.
acfb077d
GM
593 (ps-get-size): New fun.
594 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
595 (ps-next-line): Replace defun by defsubst.
596 (ps-mule-plot-string): Autoload doc fix.
597
598 * ps-bdf.el: XEmacs compatibility. Doc fix.
599 (installation-directory, coding-system-for-read): Declare vars if
600 it's not declared yet.
601 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
602
603 * ps-mule.el: XEmacs compatibility. Doc fix.
604 (leading-code-private-22): Declare var if it's not declared yet.
605 (charset-bytes, charset-dimension, charset-id, charset-width)
606 (find-charset-region, split-char, char-width, chars-in-region)
607 (forward-point, decompose-composite-char, encode-coding-string)
608 (coding-system-p, ccl-execute-on-string, define-ccl-program):
609 Define funs if not defined yet.
610 (encode-composition-rule, find-composition): Define funs if not
611 loaded yet.
612 (ps-mule-prologue): PostScript code fix.
613
6142001-04-02 Kenichi Handa <handa@etl.go.jp>
615
616 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
617 non-nil, generate font for the header strings.
618 (ps-mule-prepare-font): Likewise.
619 (ps-mule-generate-glyphs): Likewise.
620 (ps-mule-string-encoding): Likewise.
621 (ps-mule-header-charsets): New variable.
622 (ps-mule-encode-header-string): New function.
623 (ps-mule-header-string-charsets): New function.
624 (ps-mule-begin-job): Check charsets in the header strings. If there
625 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
626
627 * ps-print.el (ps-generate-header-line): Encode the header string by
628 ps-mule-encode-header-string.
629 (ps-mule-encode-header-string): Declare autoload.
630
c0eb3c10
GM
6312001-04-02 Gerd Moellmann <gerd@gnu.org>
632
24d451c5
SM
633 * frame.el (cursor-in-non-selected-windows):
634 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 635
a3d0b0e0
KH
6362001-03-31 Kenichi Handa <handa@etl.go.jp>
637
638 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
639 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 640 (quail-misc-package-ext-info): New variable.
a3d0b0e0 641 (tsang-quick-converter): New function.
24d451c5
SM
642 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
643 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
644 (miscdic-convert, batch-miscdic-convert): New functions.
645
55f7832c
KH
6462001-03-30 Kenichi Handa <handa@etl.go.jp>
647
a2217cd8
KH
648 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
649 eight-bit-control chars.
650
55f7832c 651 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 652 Reduce making temporary vector (suggested by Dave Love).
55f7832c 653
911a2406
EZ
6542001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
655
656 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
657 string as well.
658
1a518f2c
AS
6592001-03-30 Andreas Schwab <schwab@suse.de>
660
661 * files.el (backup-directory-alist): Fix typo.
662
ef080b16
EZ
6632001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
664
665 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
666 <eggert@twinsun.com>.
667
e4174a55
DL
6682001-03-30 Dave Love <fx@gnu.org>
669
670 * progmodes/fortran.el (fortran-comment-region): Fix typo.
671
9d5d1075
EZ
6722001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
673
674 * simple.el (transient-mark-mode): Mention C-g in the doc string.
675
a27b451e
MB
6762001-03-30 Miles Bader <miles@gnu.org>
677
678 * subr.el (interactive-form): Fix paren typo.
679
aea51abe
EZ
6802001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
681
682 * emacs-lisp/profile.el: Say that it's obsolete in the header
683 line, so that finder.el puts that into its data-base.
684 Suggested by Alex Schroeder <alex@gnu.org>.
685
249dd409
EZ
6862001-03-29 Paul Eggert <eggert@twinsun.com>
687
688 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
689 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
690
1ac1fa96
SM
6912001-03-29 Stefan Monnier <monnier@cs.yale.edu>
692
693 * generic.el (generic-mode-set-comments): Use "" rather than nil
694 for comment-end.
695
e2b8a830
GM
6962001-03-29 Gerd Moellmann <gerd@gnu.org>
697
1ac1fa96
SM
698 * emacs-lisp/advice.el (ad-make-advised-definition):
699 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
700
701 * subr.el (interactive-form): New function.
702
8b2375e7
AS
7032001-03-29 Andre Spiegel <spiegel@gnu.org>
704
705 * vc-sccs.el (vc-sccs-register): Use relative file names.
706
f827b862
GM
7072001-03-28 Gerd Moellmann <gerd@gnu.org>
708
e59d0e9d
GM
709 * bookmark.el (bookmark-get-bookmark): Handle case that
710 BOOKMARK is not a string.
711
deb2613a
GM
712 * image.el (image-type-regexps): Change type for PS files
713 to `postscript'.
714
f827b862
GM
715 * subr.el (read-passwd): Clear command history after each
716 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
717
3c9449d0
KH
7182001-03-27 Kenichi Handa <handa@etl.go.jp>
719
720 * international/kkc.el (kkc-save-init-file): Locally bind
721 print-length to nil.
722
e6b13c74
GM
7232001-03-26 Gerd Moellmann <gerd@gnu.org>
724
e120bebf
GM
725 * textmodes/flyspell.el: Some doc fixes.
726 (flyspell-maybe-correct-transposition)
727 (flyspell-maybe-correct-doubling): Use a temporary buffer
728
729 * textmodes/ispell.el (ispell-parse-output): Doc fix.
730
5f6c5771 731 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
732 (byte-optimize-form-code-walker): Diagnose too few arguments
733 for `if' and `while'.
734
2b984c45
KH
7352001-03-26 Kenichi Handa <handa@etl.go.jp>
736
737 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
738 Prepend `\' to "\<quail-translation-docstring>".
739
bf2150fa
GM
7402001-03-26 Gerd Moellmann <gerd@gnu.org>
741
5f6c5771
SM
742 * autorevert.el (global-auto-revert-non-file-buffers):
743 Remove duplicate defcustom.
bf2150fa 744
a0d59316
MB
7452001-03-26 Miles Bader <miles@gnu.org>
746
5f6c5771
SM
747 * international/latin1-disp.el (latin1-char-displayable-p):
748 Add leading "-" for X font pattern.
a0d59316 749
9edbff6c
KH
7502001-03-26 Kenichi Handa <handa@etl.go.jp>
751
5f6c5771
SM
752 * international/mule-diag.el (describe-coding-system):
753 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
754 charsets they can encode.
755
50b57199
EZ
7562001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
757
758 * help.el (view-lossage): Mention open-dribble-file in the doc
759 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
760
5b83f9c0
SM
7612001-03-23 Stefan Monnier <monnier@cs.yale.edu>
762
763 * skeleton.el (skeleton-internal-list): Fix bogus logic.
764 (skeleton-pair-insert-maybe): Don't pair after a backslash.
765
e0ecbf5c
KH
7662001-03-23 Kenichi Handa <handa@etl.go.jp>
767
5b83f9c0
SM
768 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
769 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
770 multibyte sequence can work correctly.
771 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
772 property of the coding system.
773
1cc218de
SM
7742001-03-23 Stefan Monnier <monnier@cs.yale.edu>
775
776 * textmodes/fill.el (fill-individual-paragraphs-prefix):
777 Fix transcription typo.
778
a3db02ad
RV
7792001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
780
781 * whitespace.el: Add buffer local variables to toggle testing of
782 whitespaces in buffers without affecting the default values.
a3db02ad 783 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
784 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
785 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
786 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 787
83c9cb8e
SM
7882001-03-21 Stefan Monnier <monnier@cs.yale.edu>
789
790 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
791
180d5509
GM
7922001-03-21 Gerd Moellmann <gerd@gnu.org>
793
eeb5b5c1
GM
794 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
795 bs-cycle-configuration-name. From Juanma Barranquero
796 <lektu@uol.com.br>.
797
170a9e70
GM
798 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
799 and cc-vars.el.
800
180d5509
GM
801 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
802 headers. Always invoke sendmail with option -t.
803
130c507e
GM
8042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
805
806 * Release of cc-mode 5.28.
807
8082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
809
810 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
811 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 812 It's instead taken care of by the default value for c-default-style.
130c507e 813
130c507e
GM
8142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
815
816 * cc-align.el (c-lineup-math): Fix bug where lineup was
817 triggered by equal signs in string literals.
818
8192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
820
821 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
822 limit detection when at the ends of the buffer.
823
824 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
825 "for" statement clause in case 7F; a better one is done
826 earlier in case 7D anyway.
827
8282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
829
830 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
831 somewhat more and did a small optimization.
832
8332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
834
835 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
836 Use the limit argument only to limit the syntactic context
837 search, not to limit the actual movement.
838
839 * cc-cmds.el (c-beginning-of-statement): Move by sentence
840 inside multiline strings, just like in comments. Also various
841 fixes to the paragraph and comment prefix recognition, block
842 comment ender handling etc.
843
8442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
845
846 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
847 the relative position of the point.
848
849 * cc-cmds.el (c-electric-continued-statement): New function to
850 use as abbrev hook to reindent for keywords such as "else"
851 that continues an earlier statement.
852
853 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
854 like classes.
855
856 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
857 (pike-mode): Populate the default abbrev tables to reindent for
858 keywords such as "else" that can continue earlier statements.
859 Abbrev mode is therefore turned on by default now. (Note that
860 this doesn't apply to idl-mode, since IDL afaik doesn't have
861 statements at all.)
862
8632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
864
865 * cc-engine.el (c-inside-bracelist-p): Fix for handling
866 bracelists where the declaration contains template arguments.
867
8682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
869
83c9cb8e
SM
870 * cc-cmds.el (c-comment-indent):
871 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
872 syntactic indentation. Fixes bug with lineup functions that
873 return vectors.
874
875 * cc-engine.el (c-get-syntactic-indentation): Split the
876 indentation sum calculation from `c-indent-line' to a separate
877 function.
878
8792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
880
881 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
882 Fixed places where it was assumed that preprocessor directives
883 have to start in column zero.
884
885 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
886 template arguments after a class identifier properly.
887
888 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
889 lists for `new Foo[]' constructs in Java as expressions and
890 not top level definition brace lists on the top level, so that
891 they'll get indented consistently with the same type of
892 expression in a normal block.
893
8942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
895
896 * cc-cmds.el (c-fill-paragraph): The kludge that checks
897 whether the adaptive filling package fails to keep the comment
898 prefix is now kludged further to check for filladapt-mode
899 which doesn't have that problem. This is really icky, but it's
900 the only way that works with the current misfeatures/bugs in
901 both adaptive-fill-mode and filladapt-mode.
902
903 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
904 around point is recognized more robust.
905
9062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
907
908 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
909 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
910 (c-lit-type): Fixed all internal variables used dynamically so
911 that they are always bound.
912
913 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
914 errors:
915
916 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
917 the region is fully reindented even when an error occurs.
918 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
919 whole lot of code that tried to optimize indentation of whole
920 sexps but in reality accomplishes nothing.
921
922 (c-indent-sexp): Use c-indent-region.
923
924 (c-parsing-error): Changed this variable to hold the message
925 for any syntactic error that is discovered.
926
927 (c-parse-state): Search backward from point instead of the bod
928 position when the latter is invalid. This makes CC Mode
929 recover faster when there are unbalanced close braces.
930
931 (c-backward-to-start-of-if): Use c-parsing-error to report
932 dangling "else" clauses instead of throwing an error, and fall
933 back to a reasonable position.
934
83c9cb8e 935 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 936
83c9cb8e 937 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
938
9392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
940
941 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
942 paragraph recognition when moving by sentence in literals.
943
83c9cb8e
SM
944 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
945 start regexp for javadoc to recognize javadoc markup in general instead
946 of a specific set of keywords, to be more future-safe.
130c507e
GM
947
948 (c-Pike-pikedoc-paragraph-start)
949 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
950 pikedoc markup.
951
83c9cb8e 952 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 953
83c9cb8e 954 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
955
956 * cc-vars.el (c-default-style): Made a nicer Customize widget.
957
958 (c-comment-prefix-regexp): Made it possible to use an
959 association list on this to specify mode specific regexps.
960 The default value now use a special regexp in Pike mode to
961 recognize pikedoc markup.
962
963 (c-current-comment-prefix): New variable containing the actual
964 regexp from c-comment-prefix-regexp for the current buffer.
965
9662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
967
968 * cc-cmds.el (c-electric-brace): Fixed check for special brace
969 lists: We can't look at the syntax, since a brace list can get
970 recognized as a plain statement-cont.
971
972 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
973 special brace list opener broken over two lines got recognized
974 as a statement on the second line. Case 9A changed.
975
9762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
977
978 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
979 adjustment after line is reindented.
980
9812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
982
983 * cc-defs.el (c-point): Added optional argument for position
984 to use instead of the current point.
985
986 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
987 the in-expression block symbols when the construct starts at
988 boi, to avoid the extra level of indentation in that case.
989 Cases 4, 16A and 17E affected.
990
9912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
992
993 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 994 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
995
996 * cc-engine.el (c-indent-line): Use the syntax already bound
997 to `c-syntactic-context', if there is any.
998
9992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1000
1001 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1002 wasn't added up correctly when a lineup function returned nil.
1003
10042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1005
1006 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1007 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1008
10092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1010
1011 * cc-align.el (c-lineup-dont-change): Return an absolute
1012 indentation column to work correctly in the case when several
1013 syntactic elements are processed for the same line.
1014
1015 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1016 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1017 (c-set-offset): Added absolute indentation column settings by
1018 using the vector type.
1019
130c507e
GM
10202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1021
1022 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1023 Implemented two new cleanups `space-before-funcall' and
1024 `compact-empty-funcall'.
1025
130c507e
GM
10262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1027
1028 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1029 helping building regexps.
1030
1031 * cc-engine.el (c-on-identifier): New function for detecting
1032 identifiers. It takes keywords into account.
1033
1034 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1035 lists. `c-keywords' is set to a regexp matching all keywords
1036 in the current language.
1037
10382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1039
1040 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1041 list of characters to skip backwards over at the beginning of
1042 a statement, since it can precede string literals in Pike.
1043
10442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1045
1046 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1047 recognition when standing on the last line in a C++ comment
1048 with nothing but whitespace after the prefix.
1049
1050 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1051 given no limit argument.
1052
10532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1054
1055 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1056 recognition for the `[]= operator symbol in Pike.
1057
10582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1059
1060 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1061 around a bug in `eval-when-compile' in the byte compiler.
1062
1063 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1064 value when count is zero and there's no token start within the limit.
130c507e
GM
1065
1066 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1067 "prefix comments", i.e. comments which are followed by code on
1068 the same line.
1069
1070 * cc-mode-19.el: Fixes so that checks that must be done at
1071 compile time also are done then.
1072
10732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1074
1075 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1076 time and at runtime, and only when it's needed.
1077
10782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1079
1080 Major cleanup for less error prone and more warning free
1081 compilation, including some fixes for bugs due to different
1082 compilation orders. Thanks to Martin Buchholz for providing
1083 the basis for all this.
1084
1085 * cc-bytecomp.el: New file that provides some byte compilation
1086 features: It ensures that files always are loaded from the
1087 current source directory during compilation, and it provides a
1088 set of macros to turn off specific compiler warnings for
1089 specific symbols. (It's not CC Mode specific in any way.)
1090
1091 Fixed a nearly acyclic dependency tree (both runtime and
1092 compile-time) between all files.
1093
1094 * cc-defs.el: Separated all macros before the inline functions,
1095 to ensure correct compilation.
1096
1097 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1098 cc-defs.el to cc-engine.el and made it a function instead.
1099
1100 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1101 about char-after.
1102
1103 * cc-vars.el: Cope even when there isn't a custom package
1104 containing defcustom available.
1105
1106 * cc-make.el: Removed since it's no longer necessary.
1107
1108 README: Updated installation instructions.
1109
11102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1111
1112 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1113 improve the modularity: Moved all mode init stuff from
1114 cc-langs.el to cc-mode.el, including the keymap
1115 initialization; cc-langs now only contains the various
1116 variables for configuring the language syntax.
1117
83c9cb8e
SM
1118 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1119 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1120 dependency analysis suggests they belong there (which also
83c9cb8e 1121 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1122
11232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1124
1125 * cc-cmds.el (c-fn-region-is-active-p): New function that
1126 wraps the corresponding macro, for use in places that aren't
1127 compiled. Thanks to Martin Buchholz for pointing out this.
1128
83c9cb8e 1129 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1130
1131 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1132 add things to the bug report.
1133
11342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1135
1136 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1137 returned prefix could contain a newline when the search for a
1138 good prefix line failed.
1139
11402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1141
1142 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1143 (c-toggle-auto-hungry-state): Made the argument optional, as
1144 the documentation says it is.
1145
11462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1147
1148 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1149 multiline string syntax, #"...", as a cpp macro.
1150
7008ccac
GM
11512001-03-21 Paul Eggert <eggert@twinsun.com>
1152
83c9cb8e
SM
1153 * international/mule-cmds.el (set-locale-environment):
1154 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1155 caller specifies a non-nil locale name.
3c9449d0 1156
c2478129 11572001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1158
1159 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1160 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1161
117e4b0c
GM
11622001-03-20 Gerd Moellmann <gerd@gnu.org>
1163
7194219d
GM
1164 * follow.el (follow-avoid-tail-recenter): Doc fix.
1165
5721ae13
GM
1166 * custom.el (custom-set-variables): Avoid reversing the list
1167 of args needlessly.
1168
7b8bbf72
GM
1169 * startup.el (fancy-splash-head): Don't change the colors of the
1170 XPM image on a dark background.
1171
a91ad7c9
GM
1172 * comint.el (comint-exec-1): Set columns of the terminal to
1173 window-width instead of frame-width.
1174
fa88947e
GM
1175 * info.el (Info-scroll-down): Add missing WINDOW arg for
1176 pos-visible-in-window-p.
1177
1741905c
GM
1178 * ehelp.el (electric-help-mode-hook): Add defcustom.
1179
117e4b0c
GM
1180 * mail/sendmail.el (mail-mode): Activate case-folding in
1181 font-lock-defaults.
1182
e84c695d
SM
11832001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1184
1185 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1186 (completion-ignored-extensions): Remove duplicate ".class".
1187
fc774041
AS
11882001-03-19 Andreas Schwab <schwab@suse.de>
1189
83c9cb8e
SM
1190 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1191 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1192
c2c097cc
GM
11932001-03-19 Gerd Moellmann <gerd@gnu.org>
1194
1195 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1196 methods since there are not prefix input methods.
1197
fbe2e958
KH
11982001-03-19 Kenichi Handa <handa@etl.go.jp>
1199
83c9cb8e
SM
1200 * international/mule-cmds.el (read-input-method-name):
1201 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1202
da47e491
SM
12032001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1204
1205 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1206
4986c2c6 12072001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1208
4986c2c6
MK
1209 * ediff-util.el: Copyright years.
1210 (ediff-choose-syntax-table): New function.
1211 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1212
4986c2c6
MK
1213 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1214 with-syntax-table.
83c9cb8e 1215
4986c2c6 1216 * ediff.el: Date of last update, copyright years.
83c9cb8e 1217
4986c2c6 1218 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1219
4986c2c6
MK
1220 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1221 of Scott Bronson.
1222 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1223 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1224 Deleted functions.
1225 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1226 ex-token-list.
83c9cb8e 1227
4986c2c6 1228 * viper-util.el: Spaces, indentation.
83c9cb8e 1229
4986c2c6 1230 * viper.el: Changed version, modification time.
83c9cb8e 1231
3c799aec 12322001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1233
1234 * calendar/timeclock.el (timeclock-workday-remaining):
1235 Check whether `discrep' is non-null before using it.
3c799aec 1236
ae3ce418
JW
12372001-03-16 John Wiegley <johnw@gnu.org>
1238
1239 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1240 first-time checkins.
1241 (timeclock-log-data): Fixed problem with reading timelog log file.
1242 Resulting data in the "day list" was incorrect.
1243 (timeclock-find-discrep): Check if `timeclock-file' is readable
1244 before opening it.
1245 (timeclock-time-less-p): New function.
1246 (timeclock-day-base): New function.
1247 (timeclock-geometric-mean): New function.
1248 (timeclock-generate-report): Generate a summary report based on
1249 the contents of the log file. This uses `timeclock-log-data', and
1250 is an example of writing a timelog manipulation function.
1251 (timeclock-visit-timelog): A quick command for opening the timelog
1252 file.
1253 (timeclock-log-data): Bound the variable event.
1254
c8d4a9bb
KH
12552001-03-16 Kenichi Handa <handa@etl.go.jp>
1256
83c9cb8e
SM
1257 * international/mule-cmds.el (select-safe-coding-system):
1258 Fix typo: symbol-name -> symbol-value.
11d56c64 1259
c8d4a9bb
KH
1260 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1261 before substitute-in-file-name to handle double slashes in FILE
1262 correctly.
1263
c899e7e6
GM
12642001-03-15 Gerd Moellmann <gerd@gnu.org>
1265
1266 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1267 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1268
819dce0f
GM
12692001-03-14 Gerd Moellmann <gerd@gnu.org>
1270
697617d9
GM
1271 * bindings.el (features): Add `md5' and `overlay' to the list.
1272
819dce0f
GM
1273 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1274 bound before using it. It's not bound when configured without X,
1275 for instance.
1276
e0067a9d
TTN
12772001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1278
1279 * progmodes/hideshow.el: Update copyright.
1280 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1281 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1282
afcdc0a1
GM
12832001-03-13 Gerd Moellmann <gerd@gnu.org>
1284
e0067a9d 1285 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1286 a non-list.
1287
30564c48
EZ
12882001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1289
1290 * startup.el (fancy-splash-tail, command-line-1): Fix the
1291 copyright year.
1292
2b8e24b3
KH
12932001-03-13 Kenichi Handa <handa@etl.go.jp>
1294
1295 * term.el: These changes are based on a patch sent from Yong Lu
1296 <lyongu@yahoo.com>.
1297 (term-set-escape-char): Bind M-x to execute-extended-command in
1298 term-raw-escape-map.
1299 (term-move-columns): Don't try to move to negagive column.
1300 (term-emulate-terminal): Insert a string before deleting a text to
1301 overwrite.
1302
789b6186
GM
13032001-03-12 Gerd Moellmann <gerd@gnu.org>
1304
b0778a31
GM
1305 * play/life.el (life): Rearrange code so that all calls to
1306 life-display-generation are in a catch-form.
1307
04528cda
GM
1308 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1309 file that isn't interesting. In an interesting file, push the old
1310 value of point on the mark ring.
1311
760cefb5
GM
1312 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1313 New function.
1314 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1315 Use it.
1316
83c9cb8e
SM
1317 * emacs-lisp/autoload.el (generate-file-autoloads):
1318 Remove warning about line lengths.
789b6186 1319
a2ffbafe
FP
13202001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1321
1322 * progmodes/etags.el (tags-compression-info-list): New variable.
1323 (find-tag-in-order): Use it to deal with compressed source files.
1324 (tag-file-name-match-p): New function.
1325 (etags-recognize-tags-table): Use it for better match of file names.
1326
5c9d9d92
KH
13272001-03-12 Kenichi Handa <handa@etl.go.jp>
1328
ba3e9b9b
KH
1329 * international/mule-cmds.el (register-input-method): Doc fix.
1330
5c9d9d92
KH
1331 * international/quail.el (quail-translate-key): Fix condition to
1332 check if there's another breaking point in the current key.
1333
40beecee
EZ
13342001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1335
1336 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1337 Babyl header to the newly-created output file, bind
1338 coding-system-for-write to either rmail-file-coding-system or
1339 emacs-mule-unix.
1340
75c6cb7f
SM
13412001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1342
1343 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1344 Fix the name and regexp used for subsubsections.
1345
5ec17636
DL
13462001-03-10 Dave Love <fx@gnu.org>
1347
1348 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1349 and save-buffer if buffer-file-name non-nil. From rms.
1350
6d2e2c02
AS
13512001-03-10 Andre Spiegel <spiegel@gnu.org>
1352
1353 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1354 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1355 to reflect that.
1356 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1357 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1358 variable bindings that might affect the diff command.
1359 (vc-print-log): Don't switch to the *vc* buffer before the
1360 command, so that local variable bindings are preserved.
1361
789b6186 1362 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1363 not the current buffer.
1364 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1365
789b6186 1366 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1367 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1368
b18f5523
SM
13692001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1370
1371 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1372 so ^, $, *, ? and + are interpreted correctly.
1373
3cfd8357
GM
13742001-03-09 Gerd Moellmann <gerd@gnu.org>
1375
c085b77c 1376 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1377 mode-line-key-binding. Handle any event on a string.
1378 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1379
3cfd8357
GM
1380 * comint.el (comint-insert-clicked-input): Use the last key
1381 from this-command-keys to lookup the global key definition.
1382
348f797a
KH
13832001-03-09 Kenichi Handa <handa@etl.go.jp>
1384
3ebf3717
KH
1385 * international/characters.el: Add category `j' for
1386 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1387
348f797a
KH
1388 * international/mule-conf.el (no-conversion): Fix docstring.
1389 (raw-text): Fix docstring.
1390
e1fbabaf
GM
13912001-03-08 Gerd Moellmann <gerd@gnu.org>
1392
96e8e603
GM
1393 * simple.el (choose-completion-string): When not leaving the
1394 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1395 is set.
1396
e1fbabaf
GM
1397 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1398 parameter `(minibuffer . t)'.
1399
f9db8f19
SM
14002001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1401
1402 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1403 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1404 (sh-mode): Remove `make-local-variable' for unused var
1405 `font-lock-unfontify-region-function'.
1406
02756877
RS
14072001-03-07 Richard M. Stallman <rms@gnu.org>
1408
132bf46d
RS
1409 * info.el (Info-scroll-down): Fix previous change.
1410
02756877
RS
1411 * mail/rmail.el (rmail-toggle-header): Use a window which
1412 is showing the Rmail buffer, rather than the selected window.
1413
eeb24429
DL
14142001-03-07 Dave Love <fx@gnu.org>
1415
1416 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1417 now, to avoid problems with binding imenu directly to a mouse event.
1418
3bdf2660
GM
14192001-03-07 Gerd Moellmann <gerd@gnu.org>
1420
1421 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1422 second arg t.
1423
14242001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1425
1426 * log-edit.el (log-edit-common-indent): New var.
1427 (log-edit-set-common-indentation): Renamed from
1428 log-edit-delete-common-indentation. Use the new var.
1429 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1430
1431 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1432 (cvs-mode-add-change-log-entry-other-window):
1433 Don't presume change-log-default-name is defined.
1434
1435 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1436
1437 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1438 the "tree" operation as well.
1439
1440 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1441
1442 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1443 to match paragraph-start.
1444
1445 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1446 comment-start-skip and set comment-end-skip as well.
1447 (sgml-comment-indent): Fix for new value of comment-start-skip.
1448 (html-autoview-mode): Don't bother using make-local-hook.
1449
2ad02767
GM
14502001-03-07 Gerd Moellmann <gerd@gnu.org>
1451
189638d5 1452 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1453 variables, otherwise long Custom entries would make them ineffective.
189638d5 1454
2ad02767
GM
1455 * uniquify.el: Set maintainer to FSF.
1456
656f8cae
EZ
14572001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1458
1459 * dired-aux.el (dired-do-shell-command): Doc fix.
1460
c83965c4
SM
14612001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1462
04af43bc
SM
1463 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1464
1465 * which-func.el (which-func-modes): Add cperl-mode.
1466 (which-func-mode-global): Use define-minor-mode.
1467
1468 * info-look.el: Docstring fixes and dead code eliminated.
1469 (cperl-mode): Add support.
1470 (emacs-lisp-mode): List all entries from elisp manual, whether
1471 or not they are currently (f)bound or not. Update regexp.
1472
1473 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1474
c83965c4
SM
1475 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1476 so that C-h m shows the correct information.
1477 Use make-local-variable rather than make-variable-buffer-local.
1478 (cperl-info-buffer, cperl-setup-tmp-buf):
1479 Use make-local-variable rather than make-variable-buffer-local.
1480 (cperl-msb-fix, cperl-get-help-defer):
1481 Check major-mode for `cperl-mode' as well.
1482
1483 * progmodes/cperl-mode.el: Updated to author version 4.23.
1484 (cperl-electric-pod): SYNOPSIS was misspelled.
1485 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1486 (cperl-after-expr-p): Make true after __END__.
1487
f16a7aa5
GM
14882001-03-06 Gerd Moellmann <gerd@gnu.org>
1489
157ae273 1490 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1491 bookmark-completion-ignore-case is t.
157ae273 1492
f16a7aa5
GM
1493 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1494 switch, like xterm, and concat resource strings, with a newline
1495 between them.
1496
abaddb98
EZ
14972001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1498
a2ffbafe 1499 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1500 (cp773-decode-table, cp774-decode-table): New variables.
1501
abaddb98
EZ
1502 * man.el (Man-hyphenated-reference-regexp): New variable.
1503 (Man-build-references-alist): Use it to search for referenced
1504 manpages. If hyphenated is non-nil, record a concatenated word in
1505 Man-refpages-alist only if it matches Man-reference-regexp.
1506 Update word's length when it is concatenated. Reverse the list,
1507 to get the first manpage at the head.
1508 (Man-possibly-hyphenated-word): New function.
1509 (Man-follow-manual-reference): Use it instead of current-word to
1510 find a manpage at point, in a way that accounts for hyphenated
1511 references.
1512
eb3f61dd
GM
15132001-03-06 Alex Schroeder <alex@gnu.org>
1514
1515 * sql.el (sql-interbase): New function.
1516 (sql-interbase-program): New option.
1517 (sql-interbase-options): New option.
1518 And some typos fixed: "customise" to "customize".
1519
fa84f42a
DL
15202001-03-06 Dave Love <fx@gnu.org>
1521
83c9cb8e
SM
1522 * textmodes/flyspell.el (flyspell-region):
1523 Set up flyspell-local-mouse-map.
fa84f42a 1524
fda3411d
RS
15252001-03-05 Richard M. Stallman <rms@gnu.org>
1526
a2ffbafe 1527 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1528 Don't call rmail-beginning-of-message.
1529 Don't discard From: field. Do discard Received: field.
1530 Use unwind-protect to re-prune.
1531 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1532
e972ab1f
KH
15332001-03-06 Kenichi Handa <handa@etl.go.jp>
1534
1535 * international/quail.el (quail-title): Add autoload cookie.
1536
335db3c1
DL
15372001-03-05 Dave Love <fx@gnu.org>
1538
1539 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1540 new defs.
1541
278dd6ac
KH
15422001-03-05 Kenichi Handa <handa@etl.go.jp>
1543
83c9cb8e
SM
1544 * language/ethio-util.el (ethio-toggle-space):
1545 Update current-input-method-title if necessary.
36d5e61d
KH
1546 (ethio-toggle-punctuation): Likewise.
1547
341cd4f0
KH
1548 * international/quail.el (quail-title): Fix for the case that a
1549 title of an input method is specified by a list of the same form
1550 as used in mode-line-format.
1551
83c9cb8e
SM
1552 * international/mule-cmds.el (activate-input-method):
1553 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1554 respect that value.
1555
10ebaeb6
GM
15562001-03-05 Gerd Moellmann <gerd@gnu.org>
1557
1558 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1559
7a65c85c
GM
15602001-03-05 Alex Schroeder <alex@gnu.org>
1561
1562 * sql.el (sql-sybase): Fix typo (was: query user about server two
1563 times instead of server and database).
1564
1565 * sql.el (sql-sybase): Doc change.
1566 (sql-mysql): Doc change.
1567 (sql-postgres): Doc change.
1568
b86644f2
KH
15692001-03-05 Kenichi Handa <handa@etl.go.jp>
1570
83c9cb8e
SM
1571 * international/mule-conf.el (emacs-mule, raw-text):
1572 Docstring modified.
b86644f2 1573
e30bd7b7
EZ
15742001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1575
1576 * term/internal.el: Update copyright notice.
1577
1578 * term/pc-win.el: Update copyright notice.
1579
7e365285
DL
15802001-03-02 Dave Love <fx@gnu.org>
1581
83c9cb8e
SM
1582 * files.el (insert-file-contents-literally):
1583 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1584 not jka-compr-compression-info-list.
7e365285 1585
75ed43a6
SM
15862001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1587
1588 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1589 spaces in default comment-start-skip settings rather than \s-.
1590
53c4b1e6
EZ
15912001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1592
1593 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1594 default-frame-alist as well.
1595
028d739a
DL
15962001-03-01 Dave Love <fx@gnu.org>
1597
1598 * textmodes/reftex.el (defvar): Wrap some defvars in
1599 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1600
1601 * subr.el (event-basic-type): Doc fix.
1602
1603 * international/quail.el: Doc fixes.
1604
1605 * international/utf-8.el: Doc fixes.
1606
1607 * international/mule-cmds.el: Doc fixes.
1608 (leim-list-header): Fix header text.
1609
1610 * international/mule.el (coding-system-category): Doc fix.
1611
1612 * international/ccl.el (ccl-compile): Doc fix.
1613
15d1caef
SM
16142001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1615
1616 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1617 rather than (before|after)-change-functions.
1618
f84ff02c
GM
16192001-03-01 Gerd Moellmann <gerd@gnu.org>
1620
1621 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1622 scroll-left and scroll-right being called interactively so that
1623 they set the window's min_hscroll.
1624
e0c1e774
EZ
16252001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1626
1627 * info.el (info-insert-file-contents-1): Accept an additional
1628 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1629 `suffix'; otherwise use the complicated MS-DOS code.
1630 All callers changed.
e0c1e774
EZ
1631 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1632 can access long file names, try the long file-name version of
1633 `info-insert-file-contents-1', then the short file-name version.
1634
b8b2ea31 16352001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1636
af122766
KH
1637 * language/ethio-util.el (setup-ethiopic-environment-internal):
1638 Change bindings of functions keys to conform to "Emacs Lisp Coding
1639 Convention".
1640
1641 * language/ethiopic.el ("Ethiopic"): Add documentation.
1642
b8b2ea31
KH
16432001-02-28 Kenichi Handa <handa@etl.go.jp>
1644
1d64e2ad
KH
1645 * international/utf-8.el (mule-utf-8): Set coding-category
1646 property to coding-category-utf-8.
1647
91cb6e51
RS
16482001-02-27 Richard M. Stallman <rms@gnu.org>
1649
1650 * lpr.el (lpr-page-header-switches, print-region-1):
1651 Undo 2000-07-06 change.
7298f3f7
RS
1652 (lpr-add-switches): Default to t on gnu/linux.
1653
c0cb1027
GM
16542001-02-27 Gerd Moellmann <gerd@gnu.org>
1655
1656 * bs.el (bs-attributes-list): Doc fix.
1657
01459648
GM
16582001-02-26 Gerd Moellmann <gerd@gnu.org>
1659
baebd8a5 1660 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1661
01459648
GM
1662 * help.el (view-order-manuals): Use goto-address.
1663
1664 * startup.el (command-line-1): Add info about ordering manuals
1665 to the not so fancy splash screens.
1666
f93e614e
AS
16672001-02-26 Andre Spiegel <spiegel@gnu.org>
1668
01459648
GM
1669 * vc.el (vc-default-workfile-unchanged-p)
1670 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1671
12435002
GM
16722001-02-26 Gerd Moellmann <gerd@gnu.org>
1673
a2ffbafe 1674 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1675 fontify in the right buffer.
1676
12435002
GM
1677 * allout.el (outline-flag-region): Move macro in front of first
1678 use to avoid a run-time error.
1679
425de386
AI
16802001-02-24 Andrew Innes <andrewi@gnu.org>
1681
1682 * makefile.w32-in: Fix copyright notice.
1683
66c56ed1
KH
16842001-02-24 Kenichi Handa <handa@etl.go.jp>
1685
4c1593ce
KH
1686 * international/utf-8.el (mule-utf-8): Set correct value for
1687 valid-codes property.
1688
66c56ed1
KH
1689 * international/fontset.el (x-complement-fontset-spec): In the
1690 case that we use ASCII font for the other charsets, use only
15d1caef 1691 family and registry part of it.
66c56ed1 1692
119171dd
EZ
16932001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1694
1695 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1696 (shrink-window-if-larger-than-buffer): Doc fix.
1697
932c309e
SM
16982001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1699
1700 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1701 predicate passed to completing-read.
1702
9b760e36
EZ
17032001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1704
1705 * startup.el (command-line): Fix last change.
1706
5c39a60f
JR
17072001-02-23 Jason Rumney <jasonr@gnu.org>
1708
1709 * startup.el (tool-bar-originally-present): New variable.
1710 (command-line): Set it if the tool-bar is switched on at startup.
1711
1712 * frame.el (frame-notice-user-settings): Only adjust frame height
1713 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1714 From E. Jay Berkenbilt.
5c39a60f 1715
cb91b2c7
SM
17162001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1717
39b557e8
SM
1718 * server.el (server-switch-buffer): Only switch window if the
1719 current one is dedicated.
1720
cb91b2c7
SM
1721 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1722 rather than using (match-beginning 0) when searching for break point.
1723
9238a8df
EZ
17242001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1725
1726 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1727 @ follows an accent command such as @'. Support optional braces
1728 in commands that insert accents, like makeinfo does.
1729
3473f362
GM
17302001-02-22 Gerd Moellmann <gerd@gnu.org>
1731
1732 * startup.el (fancy-splash-text): Add a line for ordering
1733 manuals. Reverse order of splash screens shown.
1734 (use-fancy-splash-screens-p): Adapt to the text line added.
1735
1736 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1737 manuals from the FSF.
1738
1739 * help.el (view-order-manuals): New function.
1740 (toplevel): Bind C-h C-m to this function.
1741
76a4de07
SM
17422001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1743
1744 * newcomment.el (comment-forward): Skip the comment-start before
1745 searching for the comment-end.
1746
75b71d85
DL
17472001-02-21 Dave Love <fx@gnu.org>
1748
2f4c9a87
DL
1749 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1750
75b71d85
DL
1751 * international/mule-cmds.el, international/mule.el: Doc fixes.
1752
1753 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1754 (fortune) <defgroup>: Add :link.
1755 (fortune-from-region): Use eq, not eql.
1756
ffc9ff0c
GM
17572001-02-21 Gerd Moellmann <gerd@gnu.org>
1758
1759 * startup.el (fancy-splash-screens): Use display-hourglass
1760 instead of display-busy-cursor.
1761
1762 * frame.el (display-hourglass): Renamed from busy-cursor.
1763 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1764 (show-cursor-in-non-selected-windows): Doc fix.
1765
f34eb373
DL
17662001-02-20 Dave Love <fx@gnu.org>
1767
1768 * international/utf-8.el: Doc and commentary fixes.
1769
f55e4a7e
EZ
17702001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1771
1772 * ehelp.el (with-electric-help): Doc fix.
1773
fa97adf6
GM
17742001-02-20 Gerd Moellmann <gerd@gnu.org>
1775
1776 * msb.el (msb-mode): Call the update-buffers function explicitly
1777 with a FORCE argument.
1778
1779 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1780 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1781 returns nil.
1782
54ed3bd2
GM
17832001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1784
1785 * ps-print.el: Timestamp package replacement. Some enhancements.
1786 Some XEmacs compatibility. Doc fix.
1787 (ps-print-version): New version number (6.4).
1788 (ps-printer-name): Initialization fix.
1789 (ps-zebra-stripe-follow): Funcionality enhancement.
1790 (ps-prologue-file): Code enhancement.
1791 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1792 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1793 (ps-get-page-dimensions)
54ed3bd2
GM
1794 (ps-generate-header, ps-begin-file, ps-begin-job)
1795 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1796 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1797 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1798 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1799
e8ebf97d
MB
18002001-02-20 Miles Bader <miles@gnu.org>
1801
1802 * image-file.el (image-file-name-extensions): Add "tif".
1803
136b27c5
GM
18042001-02-19 Gerd Moellmann <gerd@gnu.org>
1805
1806 * wid-edit.el (widget-button-click): Save the selected window
1807 around the code handling clicks on buttons.
1808
6ebbcf59
DL
18092001-02-18 Dave Love <fx@gnu.org>
1810
1811 * imenu.el (imenu--generic-function): Use mapc to iterate over
1812 syntax characters.
1813
595ded73
RS
18142001-02-17 Richard M. Stallman <rms@gnu.org>
1815
b9fe3dc8
RS
1816 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1817
595ded73
RS
1818 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1819
f3f053f3
GM
18202001-02-16 Gerd Moellmann <gerd@gnu.org>
1821
1822 * mouse.el (mouse-save-then-kill): If the distance from the new
1823 point to the mark is equal to the distance of point from the new
1824 point, move point instead of the mark.
1825
11570a8f
DL
18262001-02-16 Dave Love <fx@gnu.org>
1827
1828 * textmodes/flyspell.el (flyspell-get-word): Return string without
1829 properties.
1830
fb339cd5
EZ
18312001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1832
1833 * generic.el (generic-find-file-regexp): Doc fix.
1834 (generic-ignore-files-regexp): New defcustom.
1835 (generic-mode-find-file-hook): If the file's name matches the
1836 regexp in `generic-ignore-files-regexp', don't enter
1837 default-generic-mode. Doc fix.
1838
c56b1c1b
GM
18392001-02-16 Gerd Moellmann <gerd@gnu.org>
1840
a2ffbafe 1841 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1842 Add autoload cookies.
1843
a2ffbafe 1844 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1845 of cal-tex-24.
1846
0d140e65
EZ
18472001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1848
81558867
EZ
1849 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1850
0d140e65
EZ
1851 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1852 the character class after the (optional) drive, to support file
1853 names with embedded blanks.
1854
713f7b15
SS
18552001-02-15 Sam Steingold <sds@gnu.org>
1856
1857 * textmodes/tex-mode.el (tex-shell-running):
1858 Check the process buffer too.
1859
9a2a6f73
DL
18602001-02-15 Dave Love <fx@gnu.org>
1861
1862 * battery.el (battery-status-function): Fix doc, :type.
1863
15d1caef 1864 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1865
fe10cef0
GM
18662001-02-15 Gerd Moellmann <gerd@gnu.org>
1867
1868 * subr.el (read-passwd): Clear Lisp memory holding password.
1869
126f5d4d
MB
18702001-02-15 Miles Bader <miles@gnu.org>
1871
1872 * info.el (Info-copy-current-node-name): New function.
1873 (Info-mode-menu): Add it to the menu.
1874
92e98d63
RS
18752001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1876
1877 * international/mule-cmds.el (toggle-input-method): Doc fix.
1878
dd4e0e55
SM
18792001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1880
1881 * replace.el (occur): Stop at end of buffer.
1882
402dbbd1
EZ
18832001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1884
1885 * international/mule-cmds.el (set-input-method): Another doc fix.
1886
e9fcba3d
GM
18872001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1888
1889 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1890
78ad1cd5
MB
18912001-02-13 Miles Bader <miles@gnu.org>
1892
713f7b15 1893 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1894 (set-face-stipple): Treat a value of nil as being `unspecified'.
1895
fce9d9dc
DL
18962001-02-12 Dave Love <d.love@dl.ac.uk>
1897
1898 * international/latin1-disp.el: Doc fixes.
1899 (latin1-display) <defgroup>: Add :link.
1900 (latin1-display) <function>: Set variable latin1-display.
1901
bc406911
EZ
19022001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1903
1904 * international/mule-cmds.el (set-input-method): Doc fix.
1905
68514d48
EL
19062001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1907
1908 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1909 (speedbar-line-file): Return nil if not a file.
1910 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1911
513bea45 19122001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1913
513bea45
MK
1914 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1915 for remote files.
bc406911 1916 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1917 with raw-text.
713f7b15 1918
513bea45 1919 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1920
83c9cb8e
SM
1921 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1922 Better handling of the diff mode.
713f7b15 1923
513bea45 1924 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1925
bc406911 1926 * viper.texi: Fix typos.
713f7b15 1927
521d4010
DL
19282001-02-11 Dave Love <fx@gnu.org>
1929
36fd8e17
DL
1930 * shadowfile.el: Doc fixes.
1931 (shadow) <defgroup>: Add :link.
1932 (shadowfile-unload-hook): New function.
1933 (shadow-initialize): Use defalias, not fset.
1934 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1935 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1936
521d4010
DL
1937 * international/mule.el: Doc and message fixes.
1938
36fd8e17
DL
1939 * international/ccl.el (define-ccl-program): Doc fix.
1940
92395bbe
KH
19412001-02-11 Kenichi Handa <handa@etl.go.jp>
1942
1943 * faces.el (mode-line): Set :line-width property to -1.
1944
103db06c
RS
19452001-02-10 Richard M. Stallman <rms@gnu.org>
1946
08b78974
RS
1947 * complete.el (partial-completion-mode): Doc fix.
1948
103db06c
RS
1949 * simple.el (delete-key-deletes-forward-mode):
1950 Change `let' to `let*' to fix gross bug in last change.
1951
1952 * repeat.el (repeat): Don't let execute-kbd-macro alter
1953 real-last-command.
1954
a6a1ee53
EZ
19552001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1956
1957 * simple.el (eval-expression): Doc fix.
1958
d2f288c6
DL
19592001-02-09 Dave Love <fx@gnu.org>
1960
038f4ae3
DL
1961 * imenu.el (imenu-generic-expression): Doc fix.
1962
83c9cb8e
SM
1963 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1964 From Juanma Barranquero.
038f4ae3 1965
15d1caef 1966 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1967
9804b846
KH
19682001-02-09 Kenichi Handa <handa@etl.go.jp>
1969
1970 * faces.el (set-face-attribute): Describe the case of a negative
1971 value specified for :line-width.
1972
532f5197
SM
19732001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1974
1975 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1976 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1977
1d279666
DL
19782001-02-08 Dave Love <fx@gnu.org>
1979
4681ca3a
DL
1980 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1981 widget-plist-value-type.
1982 (widget-alist-convert-widget): Replace binding of
1983 widget-alist-value-type.
1984
1d279666
DL
1985 * textmodes/paragraphs.el (sentence-end): Doc fix.
1986
83c9cb8e
SM
1987 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1988 Remove `backward-line'.
1d279666 1989
532f5197
SM
1990 * play/pong.el (pong-blank-color, pong-bat-color)
1991 (pong-ball-color, pong-border-color, pong-left-key)
1992 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1993 (pong-pause-key, pong-resume-key, pong-timer-delay):
1994 * mail/mh-comp.el (mh-compose-letter-function):
1995 * eshell/esh-mode.el (eshell-skip-prompt-function):
1996 * emulation/viper-ex.el (ex-unix-type-shell-options):
1997 * recentf.el (recentf-menu-filter):
1998 * ps-print.el (ps-print-region-function):
1999 * lpr.el (print-region-function):
2000 * forms.el (forms-mode-hooks):
2001 * dirtrack.el (dirtrack-directory-change-hook):
2002 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2003 * textmodes/spell.el (spell-filter):
2004 * textmodes/fill.el (adaptive-fill-function):
2005 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2006 * progmodes/etags.el (find-tag-default-function):
2007 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2008 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2009
6f676109
EZ
20102001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2011
751d3bc4
EZ
2012 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2013 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2014 Meyering <jim@meyering.net>.
2015
6f676109
EZ
2016 * loadup.el: Revert last change.
2017
d3c26cdf
KH
20182001-02-07 Kenichi Handa <handa@etl.go.jp>
2019
83c9cb8e
SM
2020 * international/mule.el (transform-make-coding-system-args):
2021 Make it work also for coding systems not using CCL.
d3c26cdf 2022
44806980
EZ
20232001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2024
9889af08
EZ
2025 * simple.el (previous-matching-history-element)
2026 (next-matching-history-element): Doc fix.
2027
44806980
EZ
2028 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2029 specific part.
2030
1e36ff68
DL
20312001-02-06 Dave Love <fx@gnu.org>
2032
713f7b15 2033 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2034 (add-log-buffer-file-name-function, add-log-file-name-function):
2035 Fix :type.
2036 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2037
c7ca58df
EZ
20382001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2039
fecd556a
EZ
2040 * info.el (info-initialize): Remove the test for system-type when
2041 invocation-directory is non-nil.
2042
c7ca58df
EZ
2043 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2044 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2045
587b5737
AI
20462001-02-06 Andrew Innes <andrewi@gnu.org>
2047
2048 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2049 absolute.
2050
baf7eee4
GM
20512001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2052
2053 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2054 buffers. When hi-lock turned on rather than only checking current
2055 buffer for regexps, all buffers are checked. Moved activation of
2056 font-lock to hi-lock-refontify. When font-lock turned off rather
2057 than removing added highlighting just in current buffer, remove it
2058 in all buffers. Changed edit menu text from "Automatic
2059 Highlighting" to "Regexp Highlighting" Documentation for
2060 highlighting phrases, minor documentation changes.
2061 (hi-lock-set-file-patterns): Execute only if there are new or
2062 existing file patterns.
2063 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2064 unfontify and, if a support mode is active, will not refontify the
2065 whole buffer. If necessary, turn on font lock. (Removed
2066 font-lock-unfontify and font-lock support-mode-specific calls,
2067 such as lazy-lock-fontify-window.)
2068 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2069 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2070 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2071 (hi-lock-face-phrase-buffer): New function. Also added related
2072 menu item and keybinding.
2073 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2074 (hi-lock-process-phrase): New function.
2075 (hi-lock-line-face-buffer): Doc fixes.
2076 (hi-lock-face-buffer): Doc fixes.
2077 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2078
36710aa6
GM
20792001-02-06 Gerd Moellmann <gerd@gnu.org>
2080
2081 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2082 dabbrev-ignored-regexps.
2083
d3f22784
EZ
20842001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2085
2086 * simple.el (kill-line): Doc fix.
2087
5cb3c8d4
DL
20882001-02-05 Dave Love <fx@gnu.org>
2089
2090 * loadup.el: Revert last two changes -- bootstrapping works with
2091 regenerated loaddefs.
2092
e6297e7d
EZ
20932001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2094
1e14b095
EZ
2095 * isearch.el (isearch-forward): Doc fix.
2096
e6297e7d
EZ
2097 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2098 of font-lock-defaults to backward-paragraph.
2099
e16f52ce
GM
21002001-02-05 Gerd Moellmann <gerd@gnu.org>
2101
2102 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2103 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2104
01d19dd7
GM
21052001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2106
2107 * ebnf2ps.el: Eliminate time-stamp functions.
2108 (ebnf-version): New version (3.5).
2109 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2110 format-time-string.
2111
24886813
GM
21122001-02-05 Gerd Moellmann <gerd@gnu.org>
2113
2114 * simple.el (next-line): Goto end-of-line before inserting a newline.
2115
65e70fc4
MB
21162001-02-05 Miles Bader <miles@gnu.org>
2117
2118 * image-file.el (insert-image-file): When visiting an image, also
2119 set `truncate-lines' to t so that any fringe arrow looks correct.
2120
482f06c9
KH
21212001-02-05 Kenichi Handa <handa@etl.go.jp>
2122
2123 * isearch.el (isearch-forward): Add description about input method
2124 in the docsting.
2125
02399da7
SM
21262001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2127
2128 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2129
2c366083
EZ
21302001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2131
2132 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2133 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2134
bdadfce3
GM
21352001-02-02 Gerd Moellmann <gerd@gnu.org>
2136
79fb38c0
GM
2137 * wid-edit.el (widget-button-click): Fix last change.
2138
bdadfce3
GM
2139 * frame.el (frame-notice-user-settings): When resizing the initial
2140 frame because the tool bar is off, also change the frame's top
2141 position if a negative top position was specified.
2142
33155ffb
MB
21432001-02-02 Miles Bader <miles@gnu.org>
2144
2145 * image-file.el (insert-image-file): When visiting an image,
2146 suppress the cursor in the image buffer.
2147
1355ba0c
DL
21482001-02-01 Dave Love <fx@gnu.org>
2149
2150 * progmodes/f90.el (f90-mode): Remove startup message.
2151
fb758d2d 2152 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2153
01acdb05
GM
21542001-02-01 Gerd Moellmann <gerd@gnu.org>
2155
2156 * startup.el (command-line): Fix code determining whether or not
2157 to use delete-key-deletes-forward-mode.
2158
5b1ee316
AS
21592001-02-01 Andre Spiegel <spiegel@gnu.org>
2160
2161 * vc.el (vc-diff-switches): New user option.
2162 (vc-version-diff): Use it.
2163 (vc-diff-switches-list): New macro.
2164
83c9cb8e
SM
2165 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2166 New customization options.
5b1ee316
AS
2167 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2168
2169 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2170
00b1e7a1
GM
21712001-02-01 Gerd Moellmann <gerd@gnu.org>
2172
2173 * msb.el (toplevel): Quote hook symbols.
2174
85827036
KH
21752001-02-01 Kenichi Handa <handa@etl.go.jp>
2176
8e028499 2177 * international/mule.el (make-coding-system): Add description
3c948dde 2178 about recognized properties in the docstring.
8e028499 2179
85827036
KH
2180 * international/mule-conf.el: Remove unused charsets
2181 mac-roman-lower and mac-roman-upper.
2182
7ccf7ab9
GM
21832001-01-31 Gerd Moellmann <gerd@gnu.org>
2184
2441692d
GM
2185 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2186 is in front of the left-margin, if any.
2187
ee5cece0
GM
2188 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2189 like `delete'.
2190
83c9cb8e 2191 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2192
7ccf7ab9
GM
2193 * term/w32-win.el (mouse-set-font): Doc fix.
2194
b4f30ec5 21952001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2196
b4f30ec5
GM
2197 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2198 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2199 on already.
2200
03e0fe6e
GM
22012001-01-31 Markus Rost <rost@math.ohio-state.edu>
2202
2203 * files.el (save-buffer): Don't give message if (buffer-file-name)
2204 returns nil.
713f7b15 2205
8f289acc
EZ
22062001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2207
cb4aae04
EZ
2208 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2209
dbd98b19
EZ
2210 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2211 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2212
8f289acc
EZ
2213 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2214 display problems.
2215
c12553c1
KH
22162001-01-31 Kenichi Handa <handa@etl.go.jp>
2217
c7bf5db9
KH
2218 * international/mule.el (charset-info): Fix docstring.
2219
2220 * international/mule-diag.el (describe-character-set): Check final
2221 char valid before printing it.
c12553c1 2222
14f16b9c
GM
22232001-01-30 Gerd Moellmann <gerd@gnu.org>
2224
efaa080b
GM
2225 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2226
eef93f99
GM
2227 * frame.el (frame-notice-user-settings): Do the tool-bar
2228 stuff only for graphical displays. Fix a braino.
713f7b15 2229
14f16b9c
GM
2230 * frame.el (frame-initialize): Create initial frame visible.
2231 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2232 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2233
2234 * startup.el (command-line): Remove manipulation of frame
2235 height for tool bars.
2236
4ad25e43
EZ
22372001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2238
2239 * lpr.el: Compatibility with XEmacs and doc fixes.
2240 (lpr-windows-system, lpr-lp-system): New vars.
2241 (lpr-printer-switch): New defcustom.
2242 (printer-name, lpr-command): Customization fix.
2243 (print-region-1): Code fix.
2244 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2245 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2246 New functions.
4ad25e43 2247
e8f044a0
GM
22482001-01-29 Gerd Moellmann <gerd@gnu.org>
2249
2250 * msb.el (toplevel): Fix the eval-after-load.
2251
850d5045
GM
22522001-01-29 Dave Love <fx@gnu.org>
2253
762fe76e
DL
2254 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2255
2256 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2257
83c9cb8e 2258 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2259 (tcl-using-emacs-19-23): Consider Emacs 21+.
2260 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2261 (tcl-add-emacs-menu): Supply menu name.
2262 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2263
3a768251
GM
22642001-01-29 Gerd Moellmann <gerd@gnu.org>
2265
2266 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2267
274d02f7
SM
22682001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2269
2270 * pcvs.el (cvs-mark-fis-dead): New function.
2271 (cvs-mode-add): Use it.
2272 (cvs-mode-add-change-log-entry-other-window):
2273 Rebind change-log-default-name to itself rather than to nil.
2274
ed5d446e
SS
22752001-01-29 Sam Steingold <sds@gnu.org>
2276
efaa080b 2277 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2278 `autoload' statements.
2279
e2a80284
EZ
22802001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2281
8e1db7b3
EZ
2282 * files.el (confirm-kill-emacs): Doc fix.
2283
ff2a1c79
EZ
2284 * frame.el (frame-initialize): Doc fix.
2285
e7b0deaf
EZ
2286 * time-stamp.el (time-stamp-string): Doc fix.
2287
83c9cb8e
SM
2288 * woman.el (WoMan-log-1): Make the log buffer writable.
2289 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2290
005913e4
GM
22912001-01-29 Gerd Moellmann <gerd@gnu.org>
2292
2293 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2294 the `make-variable-buffer-local'.
2295
58622cc5
GM
22962001-01-29 Dave Love <fx@gnu.org>
2297
2298 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2299 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2300 Add autoload cookie.
58622cc5
GM
2301 (ansi-color-apply-sequence): Fix typo.
2302
0404d031
GM
23032001-01-29 Gerd Moellmann <gerd@gnu.org>
2304
ed5d446e 2305 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2306 Postscript printing in black and white.
2307
0404d031
GM
2308 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2309 X-Mailman-Version, Precedence, List-Help, List-Post,
2310 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2311 Content-Type, Content-Length.
2312
3b6ed359
DL
23132001-01-29 Dave Love <fx@gnu.org>
2314
ddd16e7a
DL
2315 * elide-head.el (elide-head): Make overlay evaporate.
2316
83c9cb8e 2317 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2318
8005142f
EZ
23192001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2320
2321 * isearch.el (isearch-highlight): Don't punt if the display
2322 doesn't support colors, since isearch faces are defined for
2323 monochrome displays as well.
2324
84728570
SS
23252001-01-27 Sam Steingold <sds@gnu.org>
2326
2327 * shell.el (shell-write-history-on-exit): Make sure that we are in
2328 the shell buffer (M-x tex-file RET inserted the error message into
2329 the TeX buffer).
2330
e26f9ced
EZ
23312001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2332
2333 * simple.el (transient-mark-mode): Doc fix.
2334
dc0274bd
GM
23352001-01-27 Gerd Moellmann <gerd@gnu.org>
2336
83c9cb8e 2337 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2338
c1acacc4
EZ
23392001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2340
f5058b96
EZ
2341 * shell.el (shell-unquote-argument): If the shell is one of the
2342 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2343 quote character.
2344 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2345 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2346
c1acacc4 2347 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2348 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2349
103db06c 23502001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2351
84728570 2352 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2353 Treat a one-capital-letter abbrev as "not all upper case",
2354 so as to force preservation of the expansion's pattern
2355 if the expansion starts with a capital letter.
2356
cfa70244
EZ
23572001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2358
cfee9de7
EZ
2359 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2360 Doc fix.
2361
cfa70244
EZ
2362 * simple.el (transient-mark-mode): Document the fact that many
2363 commands act on the region when mark is active.
2364
17d90d6b
KH
23652001-01-27 Kenichi Handa <handa@etl.go.jp>
2366
2367 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2368 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2369 (quail-show-guidance-buf): Make the multibyteness of current
2370 buffer inherited to Quail guidance buffer.
2371 (quail-help): Make the multibyteness of current buffer inherited
2372 to Quail help buffer.
2373
61076b20
DL
23742001-01-26 Dave Love <fx@gnu.org>
2375
c47e2c68
DL
2376 * time-stamp.el: Doc fixes.
2377
84728570 2378 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2379 (delphi-keyword-face, delphi-other-face): Fix :type.
2380
940f14b4
DL
2381 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2382
2383 * mail/feedmail.el (feedmail): Add :link.
2384 (feedmail-send-it): Doc fix.
2385
2386 * mail/sendmail.el: Doc fixes.
2387 (sendmail-send-it): Fix the non-ASCII regexp and use
2388 rfc2047-encode-string.
2389
61076b20
DL
2390 * dired.el, dired-aux.el: Revert last change.
2391
6c317bd2
GM
23922001-01-26 Gerd Moellmann <gerd@gnu.org>
2393
2394 * makefile.w32-in (DONTCOMPILE): Add various term files.
2395
23962001-01-26 Dave Love <fx@gnu.org>
2397
2398 * Makefile.in (DONTCOMPILE): Add various term files.
2399
1c636b5f
GM
24002001-01-26 Gerd Moellmann <gerd@gnu.org>
2401
af900b23
GM
2402 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2403
15fa6db0 2404 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2405 the echo area is resized to fit the size of the startup message.
15fa6db0 2406
1c636b5f
GM
2407 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2408 part of which is a constant.
2409
9b1adbd5
EZ
24102001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2411
83c9cb8e 2412 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2413
103db06c 24142001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2415
2416 * simple.el (next-line): Don't let `newline' expand abbrevs.
2417 Simplify slightly.
2418 (open-line): Don't let `newline' expand abbrevs.
2419
219227ea
JW
24202001-01-25 John Wiegley <johnw@gnu.org>
2421
2422 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2423 to `repeat' in the :type field.
2424
2425 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2426 allow a choice of regexp or nil.
d2906bf8 2427 (pcomplete-dir-ignore): Same.
219227ea
JW
2428
2429 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2430 a command) to always fail.
2431
ceba0dac
GM
24322001-01-25 Gerd Moellmann <gerd@gnu.org>
2433
2434 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2435 discard the result.
2436 (iswitchb-to-end): Likewise.
2437
9b0630e5
SS
24382001-01-25 Sam Steingold <sds@gnu.org>
2439
2440 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2441 Require vc.
9b0630e5 2442
a2ed9670
SM
24432001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2444
f0c1adab
SM
2445 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2446
a2ed9670
SM
2447 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2448
34ac3367
DL
24492001-01-25 Dave Love <fx@gnu.org>
2450
61076b20
DL
2451 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2452 (describe-coding-system): Tweak the English text.
2453
34ac3367
DL
2454 * loadup.el: Preload international/ccl for utf-8.
2455
4685e6b7
EZ
24562001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2457
2458 * mail/rmail.el (rmail-redecode-body): Doc fix.
2459
0fdb4475
KH
24602001-01-25 Kenichi Handa <handa@etl.go.jp>
2461
83c9cb8e
SM
2462 * international/mule-cmds.el (reset-language-environment):
2463 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2464
83c9cb8e
SM
2465 * international/mule-conf.el (coding-category-utf-8):
2466 Initialize to mule-utf-8.
0fdb4475 2467
9b0630e5 2468 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2469
2470 * international/utf-8.el: New file.
2471
245ed2b1
SM
24722001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2473
2474 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2475
e95b0c08
SS
24762001-01-24 Sam Steingold <sds@gnu.org>
2477
2478 * dired.el (dired-replace-in-string): Removed.
2479 (dired-sort-toggle): Use `replace-regexps-in-string'
2480 instead of `dired-replace-in-string'.
9b0630e5 2481
ceba0dac
GM
2482 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2483 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2484
e95b0c08
SS
2485 * gs.el (gs-replace-in-string): Removed.
2486 (gs-options): Use `replace-regexps-in-string'
2487 instead of `gs-replace-in-string'.
2488
c3902c3e
EZ
24892001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2490
2491 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2492 bug report is mailed to an email list and posted to a news group.
2493
b66b6aeb
GM
24942001-01-24 Gerd Moellmann <gerd@gnu.org>
2495
83c9cb8e
SM
2496 * comint.el (comint-replace-by-expanded-history-before-point):
2497 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2498
b66b6aeb
GM
2499 * startup.el (tool-bar-images-pixel-height): New variable.
2500 (command-line): After loading the user's init file, when
2501 tool-bar-mode is on, increase the frame's size by some lines for
2502 the tool-bar.
2503
2504 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2505
ff890e66
SZ
25062001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2507
2508 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2509 (chinese-big5): MIME:Big5.
2510
04363179
GM
25112001-01-24 Gerd Moellmann <gerd@gnu.org>
2512
e95b0c08 2513 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2514 Handle commands with prefix args.
2515
d56aaa64
GM
25162001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2517
2518 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2519 being a list of numbers.
2520 (diary-mail-entries): Rewritten.
2521
99858627
DL
25222001-01-23 Dave Love <fx@gnu.org>
2523
7aeb1fa9
DL
2524 * international/mule.el (make-coding-system): Fix typo.
2525
83c9cb8e
SM
2526 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2527 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2528
5a43decf
EZ
25292001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2530
2531 * font-lock.el (font-lock-mode): Doc fix.
2532
b0e98867
KH
25332001-01-23 Kenichi Handa <handa@etl.go.jp>
2534
2535 * international/mule.el (make-translation-table): Fix docstring.
2536
9c8acefd
EZ
25372001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2538
fd4976b8
EZ
2539 * mail/rmail.el (rmail-redecode-body): New function.
2540
9c8acefd
EZ
2541 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2542
871e0439
GM
25432001-01-22 Gerd Moellmann <gerd@gnu.org>
2544
21c2bbe0
GM
2545 * isearch.el (isearch-lazy-highlight-case-fold-search)
2546 (isearch-lazy-highlight-regexp): New variables.
2547 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2548 case-fold search or regexp search has been toggled.
2549
5710730c
GM
2550 * wid-edit.el (widget-button-click): Avoid a save-excursion
2551 around running a global binding.
2552
871e0439
GM
2553 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2554 to 0.25.
2555
d0554957
MB
25562001-01-20 Miles Bader <miles@gnu.org>
2557
2558 * cus-edit.el (custom-face-save): Do post-processing on the face's
2559 new value like `custom-face-set' does.
2560
1519f618
EZ
25612001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2562
ccd87890
EZ
2563 * mail/emacsbug.el (report-emacs-bug): Report the value of
2564 LC_CTYPE, not LC_TYPE.
2565
1519f618
EZ
2566 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2567 isearch-toggle-regexp and isearch-edit-string to doc string.
2568
9724173b
GM
25692001-01-19 Gerd Moellmann <gerd@gnu.org>
2570
48bb9196
GM
2571 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2572 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2573
e95b0c08 2574 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2575 font-lock-beginning-of-syntax-function to nil.
2576
dc81f8a2
EZ
25772001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2578
2579 * mail/emacsbug.el (report-emacs-bug): Report values of
2580 locale-coding-system, default-enable-multibyte-characters, and the
2581 environment variables LC_ALL, LC_TYPE, and LANG.
2582
99327974
GM
25832001-01-19 Gerd Moellmann <gerd@gnu.org>
2584
83c9cb8e 2585 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2586
2be6ecc6
GM
2587 * font-lock.el (font-lock-multiline): Default to nil.
2588 (font-lock-default-fontify-region): If font-lock-multiline is
2589 nil, don't check the property `font-lock-multiline'.
2590
99327974
GM
2591 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2592 is nil, don't check the `font-lock-multiline' text property.
2593
2550055a
MK
25942001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2595
0a949811 2596 * viper.el: Call initial-major-mode on startup.
e95b0c08 2597
0a949811 2598 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2599
8501998a 2600 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2601
2550055a 26022001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2603
0a949811 2604 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2605 diff mode, if available.
e95b0c08 2606
0a949811 26072001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2608
8501998a 2609 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2610
2550055a
MK
2611 * ediff-init.el (subst-char-in-string): Define and use it, unless
2612 it's already defined.
e95b0c08 2613
8962e303
GM
26142001-01-18 Gerd Moellmann <gerd@gnu.org>
2615
2616 * tooltip.el (tooltip-hide-delay): New user-option.
2617 (tooltip-show): Use tooltip-hide-delay instead of the default.
2618
6b453381
KH
26192001-01-18 Kenichi Handa <handa@etl.go.jp>
2620
2621 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2622 kill-local-variable doesn't work for enable-multibyte-characters.
2623
9eaf396b
DL
26242001-01-17 Dave Love <fx@gnu.org>
2625
cebd37ce
DL
2626 * ediff-init.el (ediff-before-setup-hook)
2627 (ediff-merge-filename-prefix): Add :version.
2628
9eaf396b
DL
2629 * international/latin1-disp.el: Require disp-table.
2630 (latin1-display): Fix :set.
2631
2632 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2633
f864120f
GM
26342001-01-17 Gerd Moellmann <gerd@gnu.org>
2635
2636 * isearch.el (isearch-lazy-highlight-initial-delay)
2637 (isearch-lazy-highlight-interval): Default to 0.
2638
26392001-01-17 Bob Glickstein <bobg@zanshin.com>
2640
2641 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2642 1 here rather than each time through
2643 isearch-lazy-highlight-new-loop.
2644 (isearch-lazy-highlight-max): Variable deleted.
2645 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2646 isearch-lazy-highlight-max but controls a single invocation of
2647 isearch-lazy-highlight-update.
2648 (isearch-lazy-highlight-wrapped): Variable recreated.
2649 (isearch-lazy-highlight-window-start): New variable.
2650 (isearch-lazy-highlight-cleanup): Restored to behavior of
2651 before 2-Jan.
2652 (isearch-lazy-highlight-remove-overlays): Function deleted;
2653 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2654 behavior removed.
2655 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2656 isearch-lazy-highlight-update in a loop rather than just once.
2657 Test isearch-invalid-regexp here and decide not to start a new
2658 loop, rather than testing it each time through
2659 isearch-lazy-highlight-update.
2660 (isearch-lazy-highlight-search): Function restored.
2661 (isearch-lazy-highlight-update): Get called in a timer loop again,
2662 but this time highlight more than one match each time through.
83c9cb8e
SM
2663 Only highlight matches in the visible part of the window.
2664 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2665 the edge of the window. Use sit-for to force redisplay and ensure
2666 window-start is credible. "Face suppressing" behavior removed;
2667 overlay priorities should make it unnecessary, right?
2668 (isearch-highlight): Face suppressing behavior removed.
2669 (isearch-dehighlight): Face suppressing behavior removed.
2670 (isearch-set-lazy-highlight-faces-at): Removed.
2671
076ec540
KH
26722001-01-17 Kenichi Handa <handa@etl.go.jp>
2673
2674 * language/european.el ("Latin-1"): Make the format of description
2675 about additional language environments same as that of Latin-2.
2676
92328ec5
DL
26772001-01-16 Dave Love <fx@gnu.org>
2678
39f2174e
DL
2679 * isearch.el (isearch-lazy-highlight): Add :version.
2680
92328ec5
DL
2681 * simple.el (backward-delete-char-untabify-method)
2682 (next-line-add-newlines): Add :version.
2683
f251459d
GM
26842001-01-16 Gerd Moellmann <gerd@gnu.org>
2685
9d4850e5
GM
2686 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2687 Don't bind <delete> otherwise.
2688
2689 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2690 and <delete> via function-key-map.
2691
f251459d
GM
2692 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2693 Subject line only if point is after the `Subject:'.
2694
771ffcf7
KH
26952001-01-16 Kenichi Handa <handa@etl.go.jp>
2696
bda6b481
KH
2697 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2698 japanese-jisx0213-2 in `charset' property of this lang. env.
2699
35793af7
KH
2700 * language/european.el ("Latin-1"): Add description for Dutch and
2701 Spanish lang. env.
2702
771ffcf7
KH
2703 * international/mule.el (decode-char): Fix conditions.
2704 (encode-char): Handle eight-bit-control too.
1c8102ff 2705 (transform-make-coding-system-args): New function.
50c29104
KH
2706 (make-coding-system): Accept XEmacs style arguments for CCL base
2707 coding system.
771ffcf7 2708
e1cf67b6
GM
27092001-01-15 Gerd Moellmann <gerd@gnu.org>
2710
2711 * progmodes/etags.el (find-tag-noselect): Save the value of
2712 tags-file-name before switching buffers, for the case it has a
2713 buffer-local value.
2714
b3287acf
GM
27152001-01-15 Alex Schroeder <alex@gnu.org>
2716
9eaf396b
DL
2717 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2718 From Dave Love <fx@gnu.org>.
b3287acf
GM
2719 (ansi-color-for-comint-mode): Fix :version.
2720
27212001-01-15 Alex Schroeder <alex@gnu.org>
2722
2723 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2724
8d7ff9c8
EZ
27252001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * dired.el (dired-insert-directory): If file-system-info fails,
2728 remove the " free " part, but don't signal an error.
2729
dbe99ae9
SS
27302001-01-12 Sam Steingold <sds@gnu.org>
2731
2732 * bookmark.el (bookmark-maybe-historicize-string):
2733 Use new backquote syntax.
2734
103db06c 27352001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2736
2737 * subr.el (last): Handle a list that doesn't end in nil.
2738
ca2ddd8e
SS
27392001-01-12 Sam Steingold <sds@gnu.org>
2740
2741 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2742 to `backward-delete-char-untabify'.
2743
1751c874
DL
27442001-01-12 Dave Love <fx@gnu.org>
2745
2746 * cus-edit.el (customize-menu-create): Fix the :filter following
2747 easymenu change.
2748
2749 * wid-edit.el (function): Add :match-alternatives.
2750 (widget-color-action): Doc fix.
2751
3cccce8d
GM
27522001-01-12 Gerd Moellmann <gerd@gnu.org>
2753
2754 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2755
18bfd6b5
KH
27562001-01-12 Kenichi Handa <handa@etl.go.jp>
2757
83c9cb8e 2758 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2759
18bfd6b5
KH
2760 * international/ccl.el (define-ccl-program): Fix docstring.
2761
562e00da
DL
27622001-01-11 Dave Love <fx@gnu.org>
2763
14fd0da3
DL
2764 * international/mule-cmds.el (standard-display-european-internal):
2765 Set display table for 2208 as for 160.
2766
2767 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2768
562e00da
DL
2769 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2770 entry for custom-menu-create change.
2771 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2772 don't cons it in the search loop.
2773
2774 * imenu.el (imenu--truncate-items): Revert last change.
2775
6e961dcd
EZ
27762001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2777
2778 * info.el (Info-setup-header-line): If the node header includes
2779 either Next: or Prev: links, don't show the File: and Node: parts
2780 in the header line.
2781
2c2ff7f2
GM
27822001-01-11 Gerd Moellmann <gerd@gnu.org>
2783
a7ee2d2e
GM
2784 * comint.el (comint-goto-process-mark): Don't print a message
2785 when running in batch mode.
2786
c5348233
GM
2787 * isearch.el (isearch-search): In the condition-case handler for
2788 `error', set isearch-invalid-regexp to the whole error message.
2789
422717d1
GM
2790 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2791 ensure that eval-after-load works for files dumped with Emacs.
2792
2793 * help.el (load-symbol-file-load-history): New function extracted
2794 from function symbol-file.
2795 (symbol-file): Use it.
2796
83c9cb8e 2797 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2798
926861fb
EZ
27992001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2800
2801 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2802 behave as if there were no prefix argument.
2803 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2804 argument were nil.
2805
afa1f52c
RS
28062001-01-11 Richard M. Stallman <rms@gnu.org>
2807
ca2ddd8e 2808 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2809 Don't look for more potential matches once maximum is exceeded.
2810 Use overlays-in to check correctly for overlap with current match.
2811 Ignore empty matches.
2812
47a9f362
MB
28132001-01-11 Miles Bader <miles@gnu.org>
2814
2815 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2816 (ispell-overlay-window, ispell-help, ispell-show-choices)
2817 (ispell-command-loop): Use it instead of `window-height'.
2818
d196f58d
GM
28192001-01-10 Gerd Moellmann <gerd@gnu.org>
2820
cf523f0e
GM
2821 * files.el (confirm-kill-emacs): New user-option.
2822 (save-buffers-kill-emacs): Ask for final confirmation before
2823 killing Emacs.
2824
d196f58d
GM
2825 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2826 to nil.
2827
7c6c3d8e
GM
28282001-01-10 Dave Love <fx@gnu.org>
2829
1f8be15d
DL
2830 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2831
83c9cb8e 2832 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2833
2834 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2835
2836 * calculator.el (calculator-number-digits): Fix :type.
2837
0d5184de
DL
2838 * vc-cvs.el (vc-cvs-header): Fix :type.
2839 * vc-rcs.el (vc-rcs-header): Fix :type.
2840 * vc-sccs.el (vc-sccs-header): Fix :type.
2841
2842 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2843
7c6c3d8e
GM
2844 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2845
8c9f73a2
GM
2846 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2847
457b792c
GM
28482001-01-10 Gerd Moellmann <gerd@gnu.org>
2849
2850 * simple.el (set-variable): Force a thorough redisplay for the
2851 case that the variable has an effect on the display, like
2852 `tab-width' has.
2853
d2622d08
AS
28542001-01-10 Andre Spiegel <spiegel@gnu.org>
2855
2856 * vc.el: Add documentation for backend interface.
2857
ae4b5f4f
KH
28582001-01-10 Kenichi Handa <handa@etl.go.jp>
2859
e0844717
KH
2860 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2861
ae4b5f4f
KH
2862 * international/mule-conf.el (latin-extra-code-table): Set to t
2863 for \223 and \224.
2864
3184082b
KH
28652001-01-09 Kenichi Handa <handa@etl.go.jp>
2866
2867 * international/mule-cmds.el (locale-language-names): Map "es" to
2868 "Spanish" and "nl" to "Dutch".
2869
732b9cdd
GM
28702001-01-09 Gerd Moellmann <gerd@gnu.org>
2871
1dfca644
GM
2872 * bindings.el (global-map): Bind <home> to beginning-of-line,
2873 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2874 C-<end> to end-of-buffer.
2875
732b9cdd
GM
2876 * language/european.el: Add Dutch and Spanish language info
2877 to be able to use the appropriate tutorials.
2878
28792001-01-09 Alex Schroeder <alex@gnu.org>
2880
2881 * ansi-color.el (ansi-color-process-output): Use markers instead
2882 of positions for start and end of region.
2883 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2884 Previously, occasional mistakes happend when fontifying many
2885 chunks of output (eg. ls --color=yes /dev). This happened
2886 whenever an overlay was created up to the end of the region, which
2887 coincided with the process-mark. New text would then be added
2888 within that overlay instead of after it.
2889 (ansi-color-make-extent): Overlays are created with the property
2890 `modification-hooks' set to '(ansi-color-freeze-overlay).
2891 (ansi-color-freeze-overlay): New function. When inserting text at
2892 the end of the overlay, the overlay will resize.
2893
28942000-01-09 Alex Schroeder <alex@gnu.org>
2895
2896 * ansi-color.el (ansi-color-process-output): Doc change.
2897 (ansi-color-unfontify-region): Doc change. No longer installed
2898 automatically in font-lock-unfontify-region-function.
2899 (ansi-color-apply): Doc change.
2900 (ansi-color-apply-on-region): Use extents or overlays instead of
2901 text-properties.
2902 (ansi-color-make-extent): New function.
2903 (ansi-color-set-extent-face): New function.
2904
29052000-01-09 Alex Schroeder <alex@gnu.org>
2906
2907 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2908 both use ansi-color-process-output, now.
2909 (ansi-color-process-output): Doesn't return string anymore. It is
2910 installed in comint-output-filter-functions for both Emacs and
2911 XEmacs, now.
2912 (ansi-color-unfontify-region): Simplified code removing variables
2913 pos and start-ansi.
2914 (ansi-color-apply): Put text-property ansi-color before putting
2915 text-property face because ansi-color-unfontify-region is called
2916 immediately after the call to put-text-property.
2917 (ansi-color-context-region): Doc change.
2918 (ansi-color-filter-region): Simplified code.
2919 (ansi-color-apply-on-region): Changed start to start-marker, using
2920 a marker explicitly. Put text-property ansi-color before putting
2921 text-property face because ansi-color-unfontify-region is called
2922 immediately after the call to put-text-property.
2923
29242000-01-09 Alex Schroeder <alex@gnu.org>
2925
2926 * ansi-color.el (ansi-color-faces-vector): Doc change.
2927 (ansi-color-for-comint-mode): Changed :type property to choice.
2928 (ansi-color-last-context): Removed.
2929 (ansi-color-process-output): Don't use ansi-color-last-context, as
2930 the main functions will store their context now.
2931 (ansi-color-context): Doc change.
2932 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2933 Uses ansi-color-context such that repeated calls will strip
2934 partial escape sequences, too.
2935 (ansi-color-apply): Simplified code. Colorize end of string if
2936 face is not null. Store context in new (FACE STRING) format, such
2937 that repeated calls will strip partial escape sequences, too.
2938 Append faces to face property using ansi-color-apply-sequence such
2939 that cumulative mode actually works.
2940 (ansi-color-context-region): New variable.
2941 (ansi-color-filter-region): Rewrote it based on
2942 ansi-color-apply-on-region. Uses ansi-color-context-region such
2943 that repeated calls will strip partial escape sequences, too.
2944 (ansi-color-apply-on-region): Simplified code. Colorize end of
2945 region if face is not null. Store context in new (FACE POS)
2946 format, such that repeated calls will strip partial escape
2947 sequences, too. Append faces to face property using
83c9cb8e 2948 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2949 (ansi-color-apply-sequence): New function.
2950 (ansi-color-get-face): When the default face is added to the list
2951 of faces, all previous settings are discarded and the list of
2952 faces is set to '(default).
2953
29542000-01-09 Alex Schroeder <alex@gnu.org>
2955
2956 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2957 face, such that ansi-color-apply and ansi-color-apply-on-region
2958 will do the right thing.
2959 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2960 returns nil, set the list of faces back to nil instead of
83c9cb8e 2961 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2962
29632000-01-09 Alex Schroeder <alex@gnu.org>
2964
2965 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2966 (ansi-color-process): Doc change.
2967 (ansi-color-last-context): New buffer-local variable.
2968 (ansi-color-process-output): New function. It is automatically
2969 added to comint-output-filter-functions if this is XEmacs.
2970 (ansi-color-unfontify-region): New optional parameter for XEmacs
2971 compatibility. Check wether font-lock-syntactic-keywords is
2972 boundp before removing the syntax table text property, as XEmacs
2973 doesn't have it.
2974 (ansi-color-filter-region): Doc change.
2975 (ansi-color-apply-on-region): Doc change.
2976 (ansi-color-make-face): New function. Compatibility layer for
2977 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2978 (ansi-color-make-color-map): Use ansi-color-make-face.
2979 (ansi-color-get-face): Avoid face text property '(nil) as results
2980 in an errow for XEmacs.
2981
29822000-01-09 Alex Schroeder <alex@gnu.org>
2983
83c9cb8e
SM
2984 * ansi-color.el (ansi-color-unfontify-region): New function.
2985 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2986 ansi-color. When the package is loaded, a lambda expression is
2987 put onto font-lock-mode-hook. This lambda expression will check
2988 font-lock-unfontify-region-function and replace
83c9cb8e 2989 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2990 (ansi-color-apply): Add text-property ansi-color in addition to
2991 text-property face.
2992 (ansi-color-apply-on-region): Add text-property ansi-color in
2993 addition to text-property face.
2994 (save-buffer-state): Copy of the macro that is also used by
2995 lazy-lock and font-lock.
2996
2997 (ansi-color-for-comint-mode): New option.
2998 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2999 (ansi-color-for-comint-mode-off): Ditto.
3000 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3001 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3002 decide what to do. This function is added to
3003 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3004
3005 (ansi-color-for-shell-mode-set): Removed.
3006 (ansi-color-for-shell-mode): Removed.
3007
30082000-01-09 Alex Schroeder <alex@gnu.org>
3009
3010 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3011 the lambda expression from the ansi-color-for-shell-mode :set
3012 property. Additionally, modify shell-mode-hook to enable or
3013 disable font-lock-mode for future shell buffers.
3014 (ansi-color-for-shell-mode): The :set property calls
3015 ansi-color-for-shell-mode-set instead of a lambda expression.
3016
30172000-01-09 Alex Schroeder <alex@gnu.org>
3018
3019 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3020 (ansi-color-context): New variable.
3021 (ansi-color-apply): Save context between calls.
3022
fb55ff10
EZ
30232001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3024
83c9cb8e
SM
3025 * isearch.el (isearch, isearch-lazy-highlight-face):
3026 New definitions for face colors and attributes.
29910493 3027
fb55ff10
EZ
3028 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3029 of display-mouse-p.
3030
134d6265
KH
30312001-01-09 Kenichi Handa <handa@etl.go.jp>
3032
3033 * international/mule.el (make-coding-system): If the coding system
3034 accepts extra latin codes, register such codes as safe for the
3035 coding system.
3036
103db06c 30372001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3038
984c9f75
RS
3039 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3040 don't mention the file name or the date here, because they are
3041 logged at the start of the file.
3042
30432001-01-08 Richard M. Stallman <rms@gnu.org>
3044
78b8eee8
RS
3045 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3046 Change screen-width to frame-width.
3047
1460e5d4
EZ
30482001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3049
3050 * info.el (Info-search): Print the default as part of the prompt.
3051
56f24bc1
AS
30522001-01-08 Andre Spiegel <spiegel@gnu.org>
3053
ca2ddd8e 3054 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3055 constant implementations in backends.
3056
3057 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3058 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3059
3060 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3061 WRITABLE to EDITABLE.
3062
3063 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3064 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3065 to EDITABLE.
3066
b7812d30
EZ
30672001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3068
3069 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3070 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3071
7e56ea04
GM
30722001-01-08 Gerd Moellmann <gerd@gnu.org>
3073
3074 * isearch.el (isearch-old-signal-hook): Removed.
3075 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3076 instead of setting signal-hook-function.
3077 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3078
a758f97d
GM
30792001-01-08 Kevin Gallagher <kevingal@onramp.net>
3080
3081 * emulation/edt.el: Update to version 4.0. Provide support for
3082 EDT scroll margins at top and bottom of the window. Provide an
3083 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3084 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3085 user when file-related buffer modifications exist.
3086 Provide support for running EDT Emulation in XEmacs.
3087 Provide customize access to some user updatable variables.
3088 Add Commentary section to file header.
3089 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3090
3091 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3092 for detecting a keypress that generates an ASCII key sequence.
3093 (Previously, only a keypress that generates a vector was
3094 recognized.) Embed Window Manager name into name of the generated
3095 EDT Emulation initialization file since the initialization file is
3096 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3097
30db89f9
EZ
30982001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3099
4deb3ba9
EZ
3100 * mail/sendmail.el (mail-mode): Doc fix.
3101
30db89f9
EZ
3102 * info.el (Info-goto-emacs-command-node): Doc fix.
3103 (Info-goto-emacs-key-command-node): Doc fix.
3104
c3f2772b
EZ
31052001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3106
8726e79b 3107 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3108 systems without long file-name support.
3109
0dac6924
AI
31102001-01-06 Andrew Innes <andrewi@gnu.org>
3111
3112 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3113
4e6ef391
EZ
31142001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3115
380866a2
EZ
3116 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3117 (isearch-lazy-highlight-update): Doc fix.
3118
148b5960
EZ
3119 * ffap.el (ffap-bindings): Doc fix.
3120
4e6ef391
EZ
3121 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3122
4cb1bcc2
DL
31232001-01-05 Dave Love <fx@gnu.org>
3124
3125 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3126
3828218c
GM
31272001-01-05 Gerd Moellmann <gerd@gnu.org>
3128
83c9cb8e
SM
3129 * mouse-drag.el (mouse-drag-safe-scroll):
3130 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3131
1f4139d5
GM
3132 * isearch.el (isearch-old-signal-hook): New variable.
3133 (isearch-mode): Set signal-hook-function to isearch-done.
3134 (isearch-done): Restore old signal-hook-function.
3135
3828218c
GM
3136 * info.el (Info-fontify-node): Mark one more char as intangible.
3137
3970013f
KH
31382000-01-05 Kenichi Handa <handa@etl.go.jp>
3139
83c9cb8e
SM
3140 * composite.el (compose-last-chars): New argument COMPONENTS.
3141 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3142 COMPONENTS.
3143
3144 * international/quail.el (quail-input-string-to-events): New function.
3145 (quail-input-method): Convert input string to events here.
3146 (quail-start-translation): Return input string, not event list.
3147 (quail-start-conversion): Likewise.
3148
f3b05e99
GM
31492001-01-04 Gerd Moellmann <gerd@gnu.org>
3150
ca2ddd8e 3151 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3152 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3153 and tooltip-add-timeout.
3154 (tooltip-show): Set border color from faces's foreground.
3155 (tooltip-show-help-function): If called with the same help string
3156 as last time, do nothing.
3157 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3158
0f2ac578
GM
3159 * startup.el (fancy-splash-screens): Don't bind show-help-function
3160 to nil.
3161
f3b05e99
GM
3162 * tooltip.el (tooltip-frame-parameters): Remove colors.
3163 (tooltip): New face
3164 (tooltip-set-param): New function.
3165 (tooltip-show): Set up color frame parameters from face `tooltip'.
3166 Display the tooltip text in face `tooltip'.
3167
8416e94a
DL
31682001-01-04 Dave Love <fx@gnu.org>
3169
3170 * whitespace.el (whitespace-global-mode): Fix typo.
3171
3172 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3173
30db89f9
EZ
31742001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3175
83c9cb8e
SM
3176 * help.el (help-for-help): Fix a typo in a doc string.
3177 From kwzh@gnu.org (Karl Heuer).
30db89f9 3178
b847eb8c
DL
31792001-01-03 Dave Love <fx@gnu.org>
3180
3181 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3182 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3183 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3184 (dired-guess-shell-alist-user): Customize.
3185 (dired-x-help-address): Set to bug-gnu-emacs.
3186 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3187 (dired-default-directory): Renamed from default-directory.
3188
3189 * hl-line.el (hl-line): Doc fix.
3190
43c4b570
KF
31912001-01-03 Karl Fogel <kfogel@red-bean.com>
3192
1bf6b1bf 3193 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3194
984c9f75 31952001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3196
3197 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3198 to remove all the current alternative-match highlighting.
3199 If nil, remove only what's outside the current window.
3200 (isearch-lazy-highlight-remove-overlays): Take optional
3201 region within which NOT to remove them.
3202 (isearch-lazy-highlight-new-loop): Greatly simplified.
3203 (isearch-lazy-highlight-update): Find all the other occurrences
3204 visible in the window, in just one call.
3205 (isearch-lazy-highlight-start): Now holds start of region to scan.
3206 (isearch-lazy-highlight-end): Now holds end of region to scan.
3207 (isearch-lazy-highlight-wrapped): Variable deleted.
3208 (isearch-lazy-highlight-search): Function deleted.
3209
13d6a61c
AI
32102000-01-02 Andrew Innes <andrewi@gnu.org>
3211
3212 * w32-fns.el (convert-standard-filename): Do length check on name
3213 before aref.
3214
064866e7
DL
32152001-01-02 Dave Love <fx@gnu.org>
3216
b33e041b
DL
3217 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3218 value.
3219 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3220
3221 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3222
8166ffd5
DL
3223 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3224 read syntax.
3225
064866e7
DL
3226 * calendar/todo-mode.el (todo): Add :link, :version.
3227 (todo-save-top-priorities): Remove autoload cookie.
3228 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3229 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3230
6dde6abc
GM
32312001-01-02 Gerd Moellmann <gerd@gnu.org>
3232
3233 * comint.el (comint-input-history-ignore): New variable.
3234 (comint-read-input-ring): Ignore entries matching
3235 comint-input-history-ignore.
3236
1a8a9daf
GM
32372001-01-02 Eric M. Ludlam <zappo@gnu.org>
3238
3239 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3240 (lm-copyright-mark): New function.
3241 (lm-crack-copyright): New function.
3242 (lm-verify): Check that the file has a copyright.
3243 Check that the file is copyright Free Software Foundation.
3244
9c92eb53
KH
32452000-12-30 Kenichi Handa <handa@etl.go.jp>
3246
3247 * international/mule-diag.el (print-fontset): Indent font name by
3248 24 columns, not 25.
3249
49172314
GM
32502000-12-29 Gerd Moellmann <gerd@gnu.org>
3251
762a68ec
GM
3252 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3253 in Subject line.
3254
49172314 3255 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3256 Use mail-mode-hook instead of mail-setup-hook.
3257 Otherwise continuing an interrupted message with C-u C-x m for
3258 instance, winds up in Mail mode without abbrevs.
49172314 3259
bd7a2e26
GM
32602000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3261
3262 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3263 non-nil. Adding almost all customization variables on ps-setup.
3264 Doc fix.
bd7a2e26
GM
3265 (ps-print-version): New version number (6.3.3).
3266 (ps-end-with-control-d): Initialization fix.
3267 (ps-lines-printed): New var.
3268 (ps-skip-newline): New fun.
3269 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3270 (ps-next-line, ps-continue-line, ps-plot-region)
3271 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3272
2b3f28a4
KH
32732000-12-29 Kenichi Handa <handa@etl.go.jp>
3274
83c9cb8e
SM
3275 * international/fontset.el (x-complement-fontset-spec):
3276 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3277 registered in x-font-name-charset-alist.
3278 (create-fontset-from-fontset-spec): Adjusted for the above change.
3279 The name of fontset alias should be a unresolved ASCII font name.
3280
2ece9174
GM
32812000-12-28 Gerd Moellmann <gerd@gnu.org>
3282
3283 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3284 and delete in isearch-mode-map.
3285
cbe3ad7a
RS
32862000-12-28 Richard M. Stallman <rms@gnu.org>
3287
ca2ddd8e 3288 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3289 Use xpdf instead of acroread.
3290
a816f1c5
KH
32912000-12-28 Kenichi Handa <handa@etl.go.jp>
3292
f086e73c
KH
3293 * textmodes/artist.el (artist-butlast): Deleted.
3294 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3295 artist-butlast.
f086e73c 3296
a816f1c5
KH
3297 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3298
3299 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3300
b202115b
EZ
33012000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3302
3303 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3304
3305 * ls-lisp.el: Better support for the Mac and MS-Windows.
3306 (ls-lisp): New defgroup.
3307 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3308 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3309 (ls-lisp-support-shell-wildcards): New defcustoms.
3310 (ls-lisp-parse-symlink): New function.
3311 (insert-directory): Code to convert switches to a list and set up
3312 the wildcard argument copied from ls-lisp-insert-directory.
3313 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3314 for -C and -R switches.
3315 (ls-lisp-column-format): New function.
ca2ddd8e 3316 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3317 (ls-lisp-format-time): Add doc strings.
3318 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3319 Support ls-lisp-dirs-first.
3320 (ls-lisp-classify, ls-lisp-extension): New functions.
3321 (ls-lisp-format): Optionally support emulation of symlinks.
3322 Support -i, -s, and -G switches.
3323
6061fbf0
GM
33242000-12-27 Gerd Moellmann <gerd@gnu.org>
3325
5e25feee
GM
3326 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3327
6061fbf0
GM
3328 * version.el (emacs-version): Print X scroll bar information.
3329
3330 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3331 instead of x-toolkit-scroll-bars-p.
3332
3333 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3334 of x-toolkit-scroll-bars-p.
3335
25050dab
EZ
33362000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3337
83c9cb8e 3338 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3339 (ffap-bindings): Doc fix, to reflect the above change.
3340
c1786874
KH
33412000-12-27 Kenichi Handa <handa@etl.go.jp>
3342
3343 * term.el (term-char-mode): Define all non-ascii self-inserting
3344 characters to 'term-send-raw in term-raw-map.
3345
7261ece3 33462000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3347
83c9cb8e 3348 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3349
83c9cb8e
SM
3350 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3351 Changed initialization; use add-hook.
6061fbf0 3352 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3353
6061fbf0 3354 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3355
6061fbf0
GM
3356 * ediff.el (ediff-patch-buffer): Bug fix.
3357 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3358
83f40583
SM
33592000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3360
3361 * subr.el (combine-run-hooks): Remove.
3362
3363 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3364 and remove the rogue second spec.
3365
bdd6d4e8
GM
33662000-12-23 Gerd Moellmann <gerd@gnu.org>
3367
3368 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3369
26736ce3
SM
33702000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3371
0e86b6b0
SM
3372 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3373 Use minibuffer menu prompt for the `=' prefix.
3374 (smerge-command-prefix): Change default to C-^.
6eabfb26 3375 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3376
26736ce3
SM
3377 * skeleton.el (skeleton-internal-1): Make sure the first line of
3378 the region is also re-indented.
d21584d6
SM
3379 (skeleton-end-newline): New var.
3380 (skeleton-end-hook): Use it.
26736ce3 3381
95fa4fd7
MB
33822000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3383
3384 * comint.el (comint-password-prompt-regexp): Support CVS.
3385
f060b834
GM
33862000-12-22 Gerd Moellmann <gerd@gnu.org>
3387
83c9cb8e
SM
3388 * simple.el (delete-key-deletes-forward-mode): Simplify.
3389 Also backspace key combinations, depending on
856ff7a7
GM
3390 delete-key-deletes-forward.
3391
3392 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3393
f060b834
GM
3394 * simple.el (delete-key-deletes-forward): Doc fix.
3395
653558a1
GM
33962000-08-22 Emmanuel Briot <briot@gnat.com>
3397
3398 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3399 white spaces are relevant in the XML file.
653558a1
GM
3400 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3401 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3402 of XML files.
653558a1
GM
3403 (xml-parse-tag): Check that the casing is the same in the start
3404 tag and end tag, since XML is case-sensitive. Allows for spaces
3405 in the end tag, after the name of the tag.
3406 (xml-parse-attlist): Allow for the character '-' in the name of
3407 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3408 the properties in the XML tree, since they are not relevant.
653558a1 3409
3ad93d8d
SM
34102000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3411
3412 * generic.el (generic-read-type): Undo last change, inline into
3413 `generic-mode' and then remove.
3414 (generic-mode): Inline generic-read-type.
3415 (define-generic-mode): Push the symbol name rather than the symbol
3416 onto generic-mode-list.
3417
177f4e88
GM
34182000-12-21 Gerd Moellmann <gerd@gnu.org>
3419
8e15274f
GM
3420 * generic.el (generic-read-type): Build an alist for
3421 completing-read as in 20.7.
3422
3423 * play/landmark.el (lm): Use interactive spec `P'.
3424 (toplevel): Don't set debug-on-error.
3425
83c9cb8e 3426 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3427
6ba384dc
GM
34282000-12-21 Dave Pearson <davep@davep.org>
3429
3430 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3431
647a066c
GM
34322000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3433
3434 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3435 ranges like \177-\237, but accepts the character sequence from \177 to
3436 \237. Doc fix.
3437 (ebnf-version): New version (3.4).
3438 (ebnf-setup): Code fix.
3439 (ebnf-range-regexp): New fun.
3440 (ebnf-8-bit-chars): Const fix.
3441
3442 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3443 entry. Doc fix.
3444 (ebnf-bnf-lex): Code fix.
3445 (ebnf-bnf-comment-chars): Const fix.
3446
3447 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3448 entry. Doc fix.
3449 (ebnf-iso-comment-chars): Const fix.
3450
3451 * ebnf-otz.el: Doc fix.
3452
3453 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3454 entry. Doc fix.
3455 (ebnf-yac-skip-code): Code fix.
3456 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3457
bc22fd18
EZ
34582000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3459
3460 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3461 (recover-file): Use it instead of insert-directory.
3462 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3463
587fc3f9
KH
34642000-12-21 Kenichi Handa <handa@etl.go.jp>
3465
83c9cb8e
SM
3466 * international/mule-cmds.el (select-safe-coding-system):
3467 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3468
587fc3f9
KH
3469 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3470
01860fb9
MB
34712000-12-21 Miles Bader <miles@gnu.org>
3472
83c9cb8e 3473 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3474
3f9d67a6
KH
34752000-12-21 Kenichi Handa <handa@etl.go.jp>
3476
9fd1c1f7
KH
3477 * international/mule-diag.el (describe-char-after): Make *Help*
3478 buffer inherit multibyteness of the current buffer.
3479
3f9d67a6
KH
3480 * international/mule.el (make-char): Docstring adjusted for the
3481 change of make-char-internal.
3482
c9669fac
SM
34832000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3484
3485 * international/iso-cvt.el: Docstrings fix.
3486
19594307
DL
34872000-12-20 Dave Love <fx@gnu.org>
3488
3489 * subr.el (eval-after-load): Doc fix.
3490
b1a447b3
KH
34912000-12-20 Kenichi Handa <handa@etl.go.jp>
3492
3493 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3494 for numbers.
3495
09877d5d
MB
34962000-12-20 Miles Bader <miles@gnu.org>
3497
3498 * international/quail.el (quail-help): Resize the help window
3499 again after it has all its contents. Remove unneeded progn.
3500
71d4497a
GM
35012000-12-19 Gerd Moellmann <gerd@gnu.org>
3502
3503 * pcmpl-linux.el: Fix copy/paste error.
3504
741e56a0
AI
35052000-12-19 Andrew Innes <andrewi@gnu.org>
3506
83c9cb8e 3507 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3508
cc24d91c
CD
35092000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3510
ba4c05aa
CD
3511 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3512
3513 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3514
3515 * progmodes/idlw-shell.el: Fixed copyright notice.
3516
3517 * progmodes/idlwave.el: Fixed copyright notice.
3518
71d4497a 3519 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3520 TAB as key separators.
3521
524c8caf
GM
35222000-12-19 Alex Schroeder <alex@gnu.org>
3523
3524 * sql.el (sql-sybase-options): New option.
3525 (sql-sybase): Use it. Add sql-database to the list of parameters
3526 provided for login. The options -w 2048 -n are not used any more.
3527 (sql-postgres-options): Changed default from "--pset" to "-P".
3528 (sql-mysql-options): Doc change.
3529 (sql-stop): Doc change.
3530
b5fa513d
KH
35312000-12-19 Kenichi Handa <handa@etl.go.jp>
3532
3533 * international/quail.el (quail-input-method): Always hide
3534 the guidance buffer on exiting.
3535
91c9e6ce
GM
35362000-12-18 Gerd Moellmann <gerd@gnu.org>
3537
c6da4eb4
GM
3538 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3539 isn't fboundp.
3540
3d2a0e0b
GM
3541 * server.el (server-buffer-done): Bury the buffer before
3542 killing it.
3543
91c9e6ce
GM
3544 * faces.el (face-spec-set): Interpret a nil in specs for
3545 foreground and background colors as `unspecified', for
3546 compatibility with 20.x.
3547
40fa0008
DL
35482000-12-18 Dave Love <fx@gnu.org>
3549
22adbe54
DL
3550 * simple.el (mail-user-agent): Doc fix.
3551 (input-mode-8-bit): Removed.
3552
3553 * international/mule.el (set-keyboard-coding-system): Doc fix.
3554 (keyboard-coding-system): New option.
3555
40fa0008
DL
3556 * mail/sendmail.el (send-mail-function): Customize.
3557
6f4745e2
EZ
35582000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3559
3560 * international/codepage.el (cp866-decode-table): New table.
3561
82b90229
GM
35622000-12-18 Gerd Moellmann <gerd@gnu.org>
3563
3564 * version.el (emacs-version): Remove `%a' from the time format
3565 because the weekday doesn't fit well into each locale.
3566
5a047002
MB
35672000-12-18 Miles Bader <miles@gnu.org>
3568
7f49aa07
MB
3569 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3570
ca2ddd8e 3571 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3572 Check that emacs-major-version is `=' to 20, not `>='.
3573 (artist-replace-chars): Use `make-string' instead of a loop.
3574
22ea2607
EZ
35752000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3576
3577 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3578 (cvs-execute-single-file): Don't change directory.
3579 Patch from Per Cederqvist.
3580
6c825f8e
EZ
35812000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3582
83c9cb8e
SM
3583 * textmodes/ispell.el (check-ispell-version):
3584 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3585 of -vv.
3586
8ff06845
KH
35872000-12-16 Kenichi Handa <handa@etl.go.jp>
3588
af4bb4c8
KH
3589 * international/mule-diag.el (mule-diag): Insert information about
3590 configure options, multibyte awareness, language env.
3591
8ff06845
KH
3592 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3593 regexp to search for candidates.
3594
b24e84ab
EZ
35952000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3596
3597 * info.el (Info-forward-node): If the node has an
3598 Info-header-line, widen the buffer before searching for "next:"
3599 and "up:" pointers, and set the search limit to stay in the
3600 current node.
3601
7981d89f
MB
36022000-12-16 Miles Bader <miles@gnu.org>
3603
3604 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3605
88ee7917
MB
36062000-12-15 Miles Bader <miles@gnu.org>
3607
3608 * comint.el (comint-send-string, comint-send-region): Also accept
3609 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3610 process-send-string/region.
3611
0c28d842
GM
36122000-12-15 Gerd Moellmann <gerd@gnu.org>
3613
4ea7fdca
GM
3614 * isearch.el (isearch-lazy-highlight-max): New user-option.
3615 (isearch-lazy-highlight-update): Don't highlight more than
3616 isearch-lazy-highlight-max matches.
3617
0c28d842
GM
3618 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3619
984c9f75 36202000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3621
8062e53a
GM
3622 * sort.el (sort-columns): Fix error message.
3623
3ffa545b
GM
3624 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3625 `upcase' or `downcase' or nil.
3626 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3627 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3628 (dabbrev--substitute-expansion): New arg record-case-pattern.
3629 If it is non-nil, set dabbrev--last-case-pattern.
3630 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3631
3632 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3633
c2d7f289
MB
36342000-12-15 Miles Bader <miles@gnu.org>
3635
b6348438
MB
3636 * paths.el (Info-default-directory-list): Don't delete
3637 configure-info-directory from the list of standard info
83c9cb8e 3638 directories when appending it to the end -- their order is important.
b6348438 3639
f9056dd9
MB
3640 * faces.el (read-face-attribute): If there's no entry for the
3641 user's input in VALID, just use it as-is (this will often result
3642 in an error, but it may be OK for e.g. colors using hexadecimal
3643 notation, and at least will yield a better error message).
3644
c2d7f289 3645 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3646 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3647 Variables removed.
3648 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3649 window is really the right size. Use vertical-motion
3650 rather than forward-line.
3651 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3652 (ispell-command-loop, ispell-show-choices): Use the variable
3653 ispell-choices-win-default-height, rather than the function.
3654 (ispell-choices-win-default-height): Function removed.
3655 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3656
8f530b95
SM
36572000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3658
3659 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3660
6d435deb
EZ
36612000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3662
83c9cb8e
SM
3663 * paths.el (Info-default-directory-list):
3664 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3665 put it first in the list; otherwise put it last. Doc string
3666 changed accordingly.
3667
3668 * info.el (Info-directory-list): Change doc string to reflect the
3669 change in Info-default-directory-list.
3670
6d435deb
EZ
3671 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3672 windows-nt as windowed environments, even under -nw.
3673
3674 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3675 if not fboundp. Switch delete-forward mode for the <delete> key
3676 on all PC platforms, even under -nw.
3677
3678 * term/internal.el ([M-delete]): Remap to M-d.
3679
9d7d9263
GM
36802000-12-14 Gerd Moellmann <gerd@gnu.org>
3681
3682 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3683
7cf0153a
EZ
36842000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3685
3686 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3687
5e5b3d41
GM
36882000-12-14 Gerd Moellmann <gerd@gnu.org>
3689
5f368d29
GM
3690 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3691 if appropriate.
3692
3693 * simple.el (delete-key-deletes-forward): New user-option.
3694 (delete-key-deletes-forward-mode): New function.
3695
9d7d9263 3696 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3697
83c9cb8e
SM
3698 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3699 Test if symbol is bound before getting its value.
5e5b3d41
GM
3700
3701 * tooltip.el (tooltip-show): If an error is signaled in
3702 x-show-tip, display that error, and display the help in the
3703 echo area.
ca2ddd8e 3704
191b83b6
KH
37052000-12-14 Kenichi Handa <handa@etl.go.jp>
3706
83c9cb8e
SM
3707 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3708 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3709
6192b604
KF
37102000-12-13 Karl Fogel <kfogel@red-bean.com>
3711
3712 * bookmark.el: Provide a generic exit hook, as suggested by
3713 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3714 (bookmark-exit-hook): New var.
3715 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3716 old raw lambda form in `kill-emacs-hook', and runs new
3717 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3718 as logically that feature must have been provided if this function
3719 is running.
3720 Removed ;;;###autoload before the `add-hook' call.
3721
5edf6b55
SM
37222000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3723
3724 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3725 (easy-menu-current-active-maps): New function.
3726 (easy-menu-get-map): Use it.
3727 Make a proper menu entry when creating a new keymap.
3728
16b5e8e6
KH
37292000-12-13 Kenichi Handa <handa@etl.go.jp>
3730
d49fc4eb
KH
3731 * international/characters.el: Fix cases and syntaxes for
3732 mule-unicode-0100-24ff.
3733
3b53d876
KH
3734 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3735 that a Japanese character is not appended after day and year.
3736
16b5e8e6
KH
3737 * info.el (Info-suffix-list): Change format for a command that
3738 requires arguments.
3739 (info-insert-file-contents): Adjusted for the above change.
3740
1df1c518
AS
37412000-12-12 Andreas Schwab <schwab@suse.de>
3742
3743 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3744 on the name of the tar buffer. Verify that the existing buffer is
3745 visiting the same subfile.
3746
a7a07b98
DL
37472000-12-12 Dave Love <fx@gnu.org>
3748
3749 * subdirs.el: Add obsolete.
3750
4fdbd809
GM
37512000-12-12 Gerd Moellmann <gerd@gnu.org>
3752
bfdb75ee
GM
3753 * mail/rmailsum.el (rmail-summary-expunge)
3754 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3755 instead of rmail-confirm-expunge.
3756
4fdbd809
GM
3757 * replace.el (perform-replace): Don't use an empty match adjacent
3758 to a non-empty match when computing the next match before the
3759 replacement is performed.
3760
e9a59cad
GM
37612000-12-12 Milan Zamazal <pdm@freesoft.cz>
3762
3763 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3764 definition (patch by Stefan Monnier).
3765 (glasses-mode): Use jit-lock instead of `after-change-functions'
3766 (patch by Stefan Monnier).
3767
c2def7a0
MB
37682000-12-12 Miles Bader <miles@gnu.org>
3769
3770 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3771 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3772
591b63b4
AC
37732000-12-12 Andrew Choi <akochoi@i-cable.com>
3774
3775 * term/mac-win.el: Remove load for ls-lisp.
3776
a924cf63 3777 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3778
5ff4ba3d
MB
37792000-12-12 Miles Bader <miles@gnu.org>
3780
3781 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3782 Respect field end too.
3783 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3784 (newline-and-indent, reindent-then-newline-and-indent):
3785 Use `delete-horizontal-space'.
5ff4ba3d 3786
d0c679bc
SM
37872000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3788
adf9c994
SM
3789 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3790 (so as to obey the field property in the minibuffer).
3791
4b0cd42d
SM
3792 * obsolete/c-mode.el: Moved from lisp/progmodes.
3793 * obsolete/auto-show.el: Moved from lisp.
3794 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3795
89f85863
CD
37962000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3797
3798 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3799 changes to list them here.
89f85863 3800
83c9cb8e
SM
3801 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3802 Too many changes to list them here.
89f85863 3803
83c9cb8e
SM
3804 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3805 Too many changes to list them here.
89f85863
CD
3806
3807 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3808
3e0d35ce
GM
38092000-12-11 Gerd Moellmann <gerd@gnu.org>
3810
83c9cb8e 3811 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3812
ca2ddd8e 3813 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3814 Comment fix.
3815
3e0d35ce
GM
3816 * hscroll.el: Moved to `obsolete' subdir.
3817
ff904dd6
MB
38182000-12-11 Miles Bader <miles@gnu.org>
3819
3820 * window.el (window-text-height): Function removed (now in C).
3821
fb97d87f
SM
38222000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3823
3824 * log-edit.el (log-edit-parent-buffer): New var.
3825 (log-edit): Set it. Add BUFFER argument.
3826 (log-edit-done): Use char-before.
3827 Don't bother checking validity of vc-comment-ring.
3828 Only bury the buffer if log-edit popped it up.
3829
3830 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3831 (cvs-mode-diff-help): Remove.
3832 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3833 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3834
3835 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3836 Remove binding for ? now made unnecessary.
3837
7de77417
CD
38382000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3839
83c9cb8e 3840 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3841 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3842
3843 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3844 when master file is not open.
3845
4efa209f
SM
38462000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3847
3848 * progmodes/ada-stmt.el: Update `maintainer'.
3849
0a8052bd
GM
38502000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3851
3852 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3853 choices to match documentation string.
3854
a12167c5
MB
38552000-12-09 Miles Bader <miles@gnu.org>
3856
2161605d
MB
3857 * minibuf-eldef.el: New file.
3858
a12167c5
MB
3859 * window.el (fit-window-to-buffer): Don't pass last argument to
3860 pos-visible-in-window-p, now that its meaning is inverted.
3861
9ea8de1b
EZ
38622000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3863
3864 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3865 <ceder@lysator.liu.se>.
3866
5002ddbb
SM
38672000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3868
b6114d80
SM
3869 * autoinsert.el (auto-insert-alist): Add missing final \n.
3870
ee8d23ee
SM
3871 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3872 (cvs-menu-map): Remove.
3873 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3874 (cvs-mode-quit): Turn it back into a plain function.
3875
5002ddbb 3876 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3877 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3878
3879 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3880 file where it's more visible.
3881 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3882 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3883 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3884 (texinfo-inside-macro-p): Only catch `scan-error's.
3885 (texinfo-inside-env-p): Make better use of the match info.
3886 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3887 (texinfo-insert-@end): Slight re-organization.
3888 Also remove useless `looking-at' call.
3889
30cd075d
AI
38902000-12-08 Andrew Innes <andrewi@gnu.org>
3891
3892 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3893 accessible in -nw mode.
3894
3895 * term/w32-win.el: Remove stuff about selection timeout, which is
3896 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3897 it is accessible in -nw mode.
3898
01b91009
DL
38992000-12-08 Dave Love <fx@gnu.org>
3900
83c9cb8e
SM
3901 * emacs-lisp/lisp-mode.el (lisp-mode):
3902 Set font-lock-keywords-case-fold-search.
01b91009 3903
842b2a94
GM
39042000-12-08 Gerd Moellmann <gerd@gnu.org>
3905
3906 * textmodes/ispell.el (ispell): Doc fix.
3907
f9d5f611
KH
39082000-12-08 Kenichi Handa <handa@etl.go.jp>
3909
3910 * international/quail.el (quail-insert-decode-map): Check the
3911 frame width of a window displaying the current buffer, not that of
3912 the selected frame.
3913 (quail-help): Make sure that the help buffer has window before
3914 inserting text in it.
3915
e04d21aa
SS
39162000-12-07 Sam Steingold <sds@gnu.org>
3917
3918 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3919 Backquote is used in isearch.el, so autoloading saves nothing.
3920
fc3e23a4
EZ
39212000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3922
83c9cb8e
SM
3923 * startup.el (normal-top-level-add-subdirs-to-load-path):
3924 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3925
fc3e23a4
EZ
3926 * dired.el (dired-insert-directory): If file-system-info is
3927 fboundp, call it instead of invoking dired-free-space-program.
3928
796ecd10
GM
39292000-12-07 Gerd Moellmann <gerd@gnu.org>
3930
0f5f7c3e
GM
3931 * server.el (server-visit-files): Push files on file-name-history.
3932
3764ba49
GM
3933 * progmodes/cc-langs.el: Update copyright.
3934
8e7931da
GM
3935 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3936
ae0d7485 3937 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3938
796ecd10
GM
3939 * bindings.el (mode-line-mode-menu): Reverse the order
3940 of define-keys so that the menu appears in alphabetical order.
3941
ae0d7485
GM
39422000-12-07 Milan Zamazal <pdm@freesoft.cz>
3943
3944 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3945 of the function.
3946
e2849090
DL
39472000-12-07 Dave Love <fx@gnu.org>
3948
3949 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3950
3951 * facemenu.el (facemenu-unlisted-faces): Fix value.
3952
5c7f629c
SM
39532000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3954
3955 * font-lock.el (font-lock-default-fontify-region):
3956 Include the terminating \n (off-by-one error).
3957 (font-lock-set-defaults): Use dolist.
3958
3959 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3960
73481ae3
KH
39612000-12-07 Kenichi Handa <handa@etl.go.jp>
3962
83c9cb8e
SM
3963 * international/mule-cmds.el (describe-language-environment):
3964 Fix for the case that an input method title is not string but a list.
ffbaa122 3965
73481ae3
KH
3966 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3967 of wrong SIZE record.
3968
e2896b22
DL
39692000-12-06 Dave Love <fx@gnu.org>
3970
67292061
DL
3971 * newcomment.el (comment-region, comment-dwim): Doc fix.
3972
3973 * textmodes/texinfo.el: Require tex-mode when compiling.
3974 (texinfo-update-node): Doc fix.
3975 (texinfo-imenu-generic-expression): Add @anchor.
3976 (texinfo-font-lock-keywords): Add @uref.
3977 (texinfo-inside-macro-p): Don't use ignore-errors.
3978 (texinfo-insert-quote): Match more contexts.
3979
e76938e7
DL
3980 * international/mule.el (decode-char, encode-char): Doc fix.
3981 (auto-coding-alist): Customize.
3982
3983 * files.el (load-file): Fix change of 2000-03-12.
3984
e2896b22
DL
3985 * wid-edit.el (widget-text-keymap): Doc fix.
3986
6610f4b2
AI
39872000-12-06 Andrew Innes <andrewi@gnu.org>
3988
3989 * makefile.w32-in (lisp): Set to an absolute directory, namely
3990 $(CURDIR).
3991
9e3366e4
EZ
39922000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3993
3994 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3995 read generated-autoload-file, and set buffer-file-coding-system to
3996 raw-text-unix after reading the file.
3997
83c9cb8e
SM
3998 * international/mule-conf.el (file-coding-system-alist):
3999 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4000
d94d636f
GM
40012000-12-06 Gerd Moellmann <gerd@gnu.org>
4002
384333ee
GM
4003 * replace.el (occur): Make line-number-width 1 smaller for the
4004 colon following the line number.
4005
83c9cb8e
SM
4006 * startup.el (fancy-splash-text, command-line-1):
4007 Use `File' for the menu name instead of `Files'.
e04d21aa 4008
d4b72d58
GM
4009 * tmm.el: Update copyright.
4010
d94d636f
GM
4011 * cus-start.el: Add entry for even-window-heights.
4012
6e424019
MB
40132000-12-06 Miles Bader <miles@gnu.org>
4014
4015 * faces.el (frame-set-background-mode): Avoid stomping on
4016 locally modified faces.
4017
e6477b58
KH
40182000-12-06 Kenichi Handa <handa@etl.go.jp>
4019
4020 * international/fontset.el: Correct the font registries for
4021 japanese-jisx0213-1 and japanese-jisx0213-2.
4022
21999ab9
GM
40232000-12-05 Gerd Moellmann <gerd@gnu.org>
4024
57d6e381
GM
4025 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4026
21999ab9
GM
4027 * iswitchb.el: Update customization commentary.
4028
7422819c
GM
40292000-12-05 Rob Riepel <riepel@Stanford.EDU>
4030
4031 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4032 (tpu-search-highlight): Fixed comparison of overlay end positions.
4033 (tpu-trim-line-ends): Implemented trimming logic locally.
4034
4035 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4036 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4037
73daff18
KH
40382000-12-05 Kenichi Handa <handa@etl.go.jp>
4039
4040 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4041 to cn-gb.
4042 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4043
6a4cd002
DL
40442000-12-04 Dave Love <fx@gnu.org>
4045
4046 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4047
6452929e
GM
40482000-12-04 Gerd Moellmann <gerd@gnu.org>
4049
e04d21aa 4050 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4051 (rmail-summary-expunge-and-save): Ask for confirmation with
4052 rmail-expunge-confirmed.
4053
4054 * mail/rmail.el (rmail-expunge-confirmed): New function.
4055 (rmail-expunge): Use it.
4056
1790abf4
FP
40572000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4058
0c68ce6f 4059 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4060 (etags-recognize-tags-table, find-tag-in-order):
4061 New functionality: interpret file names as tags.
e04d21aa 4062
7a53d8c8
EZ
40632000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4064
4065 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4066 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4067 the first subnode until the bottom of the current node is visible.
7a53d8c8 4068
caa15ef7
GM
40692000-12-04 Gerd Moellmann <gerd@gnu.org>
4070
4071 * format.el (format-decode): Don't change buffer's undo list.
4072
e225faa7
KH
40732000-12-04 Kenichi Handa <handa@etl.go.jp>
4074
4075 * faces.el (face-font-registry-alternatives): Add entries for CJK
4076 fonts. Doc-string adjusted for the actual usage of this data.
4077
4078 * international/fontset.el: Change the font registries for CJK
4079 fonts in the default fontset. Don't append '*' to registries.
4080
8b262a65
SM
40812000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4082
e04d21aa 4083 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4084 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4085
4086 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4087 (derived-mode-p): New function.
4088 (derived-mode-make-docstring): Add `docstring' argument.
4089 Use it if available and complete it if necessary.
4090
33c4460b
AS
40912000-12-03 Andreas Schwab <schwab@suse.de>
4092
4093 * type-break.el (type-break): Don't make parent of itself.
4094
5c9b3fac
MB
40952000-12-03 Miles Bader <miles@gnu.org>
4096
4097 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4098
27ce741e
SM
40992000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4100
07c16ec4
SM
4101 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4102 (tex-main-file, tex-file): Simplify.
4103 (tex-generate-zap-file-name): Use subst-char-in-string.
4104 (tex-strip-dots): Remove.
4105
c19cc275
SM
4106 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4107
27ce741e
SM
4108 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4109 to check if the match succeeded.
4110
285991dc
GM
41112000-12-02 Gerd Moellmann <gerd@gnu.org>
4112
4113 * startup.el (use-fancy-splash-screens-p): New function.
4114 (command-line-1): Use it to determine whether or not to use
4115 a fancy splash screen.
4116
52dca1b2
AS
41172000-12-02 Andreas Schwab <schwab@suse.de>
4118
4119 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4120
d3e7e7cf
EZ
41212000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4122
2dce2360
EZ
4123 * international/mule.el (make-char): Fix last change.
4124
9768eaa7
EZ
4125 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4126 New defcustoms.
4127 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4128 autoloading tex-mode; instead, do the same manually.
4129 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4130 with numeric argument. Docstring fix.
4131 (toplevel): Require cl when compiling.
e04d21aa 4132
285991dc 4133 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4134
0dd5e255
JR
41352000-12-02 Jason Rumney <jasonr@gnu.org>
4136
4137 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4138 the Emacs Lisp manual)
4139
fbb87147
EZ
41402000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4141
5cbb3e93
EZ
4142 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4143
fbb87147
EZ
4144 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4145 the Emacs Lisp manual).
4146
1636ca09
GM
41472000-12-02 Gerd Moellmann <gerd@gnu.org>
4148
4149 * simple.el (next-line-add-newlines): Change default to nil.
4150
68875f0e
EZ
41512000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4152
83c9cb8e
SM
4153 * files.el (revert-buffer, recover-file):
4154 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4155
fd9ac94c
GM
41562000-12-01 Gerd Moellmann <gerd@gnu.org>
4157
4158 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4159
45450dd5
MB
41602000-12-01 Miles Bader <miles@gnu.org>
4161
4162 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4163
09df8881
KH
41642000-12-01 Kenichi Handa <handa@etl.go.jp>
4165
4166 * international/mule-diag.el (describe-char-after): Fix typo.
4167 (describe-character-set, non-iso-charset-alist): Fix typo.
4168
dea0a87d
MB
41692000-12-01 Miles Bader <miles@gnu.org>
4170
b170205b
MB
4171 * image-file.el (image-file-name-regexp): Automatically add
4172 upper-case variants of each filename extension in
4173 `image-file-name-extensions', since they seem to be common.
4174
e04d21aa 4175 * simple.el (minibuffer-contents)
dea0a87d
MB
4176 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4177 New functions.
4178 * filecache.el (file-cache-directory-name)
4179 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4180
2b69bc11 41812000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4182
dea0a87d
MB
4183 * filecache.el (file-cache-minibuffer-complete): Don't try to
4184 delete the minibuffer prompt.
4185
a8a1b05d
DL
41862000-11-30 Dave Love <fx@gnu.org>
4187
4188 * cus-start.el: Fix read-buffer-function type.
4189
693c4692
GM
41902000-11-30 Gerd Moellmann <gerd@gnu.org>
4191
4192 * md5.el: Removed. There's a built-in function, now.
4193
2c0b1898
GM
41942000-11-30 Markus Rost <rost@math.ohio-state.edu>
4195
4196 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4197 as dummy 0-th char of rmail-deleted-vector.
4198
63dfcf4b
EZ
41992000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4200
4201 * ps-print.el (ps-end-job): Bind case-fold-search only after
4202 switching to ps-spool-buffer.
4203
42042000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4205
4206 * ps-print.el: Line number font customization. PostScript: Lines and
4207 PageCount are initialized on each page. Doc Fix.
4208 (ps-print-version): New version number (6.3.2).
4209 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4210 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4211 (ps-right-header): Customization fix.
4212 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4213 Fix code.
4214 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4215 New vars.
4216
df3aedcf
GM
42172000-11-30 Gerd Moellmann <gerd@gnu.org>
4218
edfb795e
GM
4219 * bs.el: Fix typos and spelling errors.
4220 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4221 (bs-configuration): Doc fix.
e04d21aa 4222
df3aedcf
GM
4223 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4224
8b8a7f01
GM
42252000-11-30 Rob Riepel <riepel@Stanford.EDU>
4226
4227 * emulation/tpu-edt.el (tpu-version): New version.
4228 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4229 (tpu-original-mode-line): Variable deleted.
4230 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4231 (tpu-set-mode-line): Don't redefine mode-line-format.
4232 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4233 (tpu-update-mode-line): New mark flag logic.
4234 (tpu-get): Use find-file-wildcards.
4235 (tpu-search-highlight): Move overlay less, reset overlay properly.
4236 (tpu-unselect): Deactivate mark.
4237 (tpu-lm-replace): Reset overlay properly.
4238 (tpu-forward-line): Use forward-visible-line.
4239 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4240
83c9cb8e 4241 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4242
c069a9d3
GM
42432000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4244
4245 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4246
b02cd40b
GM
42472000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4248
4249 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4250 and skip whitespace and newlines.
e04d21aa 4251
b7a90344
SM
42522000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4253
4254 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4255
be6bbb55
GM
42562000-11-29 Gerd Moellmann <gerd@gnu.org>
4257
0383ed60
GM
4258 * help.el (describe-function-1): Regexp-quote function name
4259 when used as part of a regexp.
4260
83c9cb8e
SM
4261 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4262 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4263 (tool-bar-add-item): Likewise, and handle unspecified colors.
4264
4265 * enriched.el (enriched-face-ans): Use face-attribute instead
4266 of face-foreground and face-background.
4267
4268 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4269 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4270
7423978d
GM
4271 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4272
ef128c78
GM
4273 * play/5x5.el: Remove version info.
4274
a81fc510
GM
4275 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4276
be6bbb55
GM
4277 * frame.el (blink-cursor-mode): Doc fix.
4278
f9396e03
GM
42792000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4280
4281 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4282 to create Makefile rules.
4283 (antlr-tool-command): New user option.
4284 (antlr-ask-about-save): New user option.
4285 (antlr-makefile-specification): New user option.
4286 (antlr-file-formats-alist): New variable.
4287 (antlr-special-file-formats): New variable.
4288 (antlr-unknown-file-formats): New user option.
4289 (antlr-help-unknown-file-text): New variable.
4290 (antlr-help-rules-intro): New variable.
4291 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4292 (antlr-mode-menu): Add entries.
4293 (antlr-file-dependencies): New function.
4294 (antlr-directory-dependencies): New function.
4295 (antlr-superclasses-glibs): New function.
4296 (antlr-run-tool): New command.
4297 (antlr-makefile-insert-variable): New function.
4298 (antlr-insert-makefile-rules): New function.
4299 (antlr-show-makefile-rules): New command.
4300
4301 * antlr-mode.el: More Emacs/XEmacs stuff.
4302 (antlr-no-action-keywords): New constant with value nil.
4303 (antlr-font-lock-keywords-alist): Use it. Old value would break
4304 syntax highlighting in Emacs-21.0.
4305 (antlr-default-directory): Emacs/XEmacs dependend function.
4306 (antlr-read-shell-command): Ditto.
4307 (antlr-with-displaying-help-buffer): Ditto.
4308
43092000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4310
4311 * antlr-mode.el: imenu, parsing and highlighting changes.
4312 (antlr-imenu-create-index-function): Don't create extra submenus
4313 for definitions in different grammar classes. It is not necessary
4314 for the menu and would make command `imenu' awkward to use.
4315 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4316 header actions and more than one.
4317 (antlr-font-lock-tokendef-face): Changed color.
4318 (antlr-font-lock-tokenref-face): Changed color.
4319 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4320 (antlr-mode-syntax-table): New variable.
4321 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4322 (antlr-with-syntax-table): Don't copy syntax table.
4323
43242000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4325
4326 * antlr-mode.el: Minor changes: language setting.
4327 (antlr-language-alist): The value for file option "language" can
4328 be both an identifier and a string.
4329 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4330 (antlr-language-limit-n-regexp): Change accordingly.
4331
43322000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4333
4334 * antlr-mode.el: Minor changes: tabs, hiding.
4335 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4336 (antlr-action-visibility): Also allow value nil to also hide the
4337 braces. Renamed from `antlr-tiny-action-length'.
4338 Suggested by Jay@aol.com.
4339 (antlr-hide-actions): Change accordingly. Hide line if completely
4340 hidden action is on a line of its own.
e04d21aa 4341
6ad948eb
SM
43422000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4343
4344 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4345
4346 * sort.el (sort-columns): Don't concat strings with numbers.
4347
9c6a4107
DL
43482000-11-29 Dave Love <fx@gnu.org>
4349
4350 * cus-edit.el (face): Fix :format.
4351
4352 * mail/feedmail.el: Require smtpmail when compiling.
4353 (mail-do-fcc): Autoload.
4354 (feedmail) <defgroup>: Fix :link.
4355 (feedmail-nuke-body-in-fcc): Fix :type.
4356 (feedmail-send-it): Add autoload cookie.
4357
053b8d35
SM
43582000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4359
4360 * newcomment.el (comment-indent): Save excursion around call to
4361 comment-indent-function.
4362
242c13e8
MB
43632000-11-29 Miles Bader <miles@gnu.org>
4364
4365 * subr.el (member-ignore-case): Return the tail of the list who's
4366 car matches, like `member', not the matching element itself.
4367
8f4b5f28
KH
43682000-11-29 Kenichi Handa <handa@etl.go.jp>
4369
4370 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4371 should not contain `\n'.
4372
bebe4a2c
GM
43732000-11-28 Gerd Moellmann <gerd@gnu.org>
4374
fd9ac94c 4375 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4376
ba7e40eb
GM
4377 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4378
75ab0c79
GM
4379 * dired-aux.el (dired-do-create-files): Construct default file
4380 name for dired-mark-read-file-name so that when the user enters
4381 just RET, the target file will end up in the target directory.
4382
bebe4a2c
GM
4383 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4384 local-abbrev-table before changing buffers because it might
4385 have a buffer-local binding.
4386
fa6d1ca8
MB
43872000-11-28 Miles Bader <miles@gnu.org>
4388
4389 * simple.el (delete-horizontal-space): Handle fields more generally.
4390
8d2c2642
GM
43912000-11-28 Gerd Moellmann <gerd@gnu.org>
4392
4393 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4394
8b31236d
DL
43952000-11-28 Dave Love <fx@gnu.org>
4396
3cbd02d2
DL
4397 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4398 comment-start-skip locally.
4399
8b31236d
DL
4400 * progmodes/fortran.el (fortran-mode): Don't set
4401 fortran-comment-line-start-skip. Set comment-start to
4402 fortran-comment-line-start.
4403 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4404 (fortran-comment-line-start-skip): Simplify slightly.
4405
ae4bf56d
GM
44062000-11-28 Gerd Moellmann <gerd@gnu.org>
4407
17ef7534
GM
4408 * play/5x5.el: Remove RCS keyword.
4409
fd9ac94c 4410 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4411
665b27a6
GM
44122000-11-28 Milan Zamazal <pdm@freesoft.cz>
4413
83c9cb8e
SM
4414 * textmodes/tildify.el (tildify-string-alist):
4415 Add `plain-tex-mode' here.
665b27a6 4416
fe3c2ae3
GM
44172000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4418
4419 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4420 reference.
4421
d970106b
MB
44222000-11-28 Miles Bader <miles@gnu.org>
4423
36b80a0d
MB
4424 * cus-face.el (custom-face-attributes): Add post-filter function
4425 for :box. Make pre-filter function for :box handle all cases.
4426
d970106b
MB
4427 * wid-edit.el (widget-choose): Make sure pop-up window is large
4428 enough to display all the choices, as there's no way to scroll it.
4429
5a2bae6c
KH
44302000-11-28 Kenichi Handa <handa@etl.go.jp>
4431
4432 * international/mule-conf.el: Make the coding system no-conversion
4433 safe for all characters.
4434
9e836e23
DL
44352000-11-27 Dave Love <fx@gnu.org>
4436
8b31236d
DL
4437 * net/ldap.el (ldap) <defgroup>: Add :version.
4438
9e836e23
DL
4439 * tooltip.el (tooltip-use-echo-area): Doc fix.
4440
4441 * cus-start.el <minibuffer-prompt-properties>: Add version.
4442 <read-buffer-function>: Add.
4443
4444 * apropos.el (apropos-print): Add help-echo to active text.
4445
4446 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4447
4a74d071
GM
44482000-11-27 Gerd Moellmann <gerd@gnu.org>
4449
4450 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4451 type, group and version.
4452
76058c27
EZ
44532000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4454
4a74d071 4455 * select.el (x-get-selection): Docstring fix.
76058c27 4456
fd9ac94c 44572000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4458
fd9ac94c 4459 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4460
49060c51
AI
44612000-11-27 Andrew Innes <andrewi@gnu.org>
4462
4463 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4464
4465 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4466
b2a8e429
MB
44672000-11-27 Miles Bader <miles@gnu.org>
4468
4469 * dired.el (dired-get-filename): Return filename verbatim if
4470 LOCALP is `verbatim'.
4471 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4472 `verbatim' so that we don't inadvertently delete a non-existant
4473 directory name.
4474
5ac0366d
KH
44752000-11-27 Kenichi Handa <handa@etl.go.jp>
4476
4477 * international/characters.el: Specify cases and syntaxes for
4478 mule-unicode-0100-24ff.
4479
67f1cf4c
GM
44802000-11-27 Gerd Moellmann <gerd@gnu.org>
4481
4482 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4483 that foreground and/or background colors of the face `tool-bar'
4484 are unspecified.
4485
46c56972
MB
44862000-11-27 Miles Bader <miles@gnu.org>
4487
e04d21aa 4488 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4489 (widget-field-end): Handle widget field `pseudo-overlays'.
4490 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4491 if it's there instead of in `widget-field-list'.
4492
46c56972 4493 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4494 (help-make-xrefs): Delete extraneous newlines at the end of the
4495 docstring.
46c56972 4496
640a9cdd
JR
44972000-11-25 Jason Rumney <jasonr@gnu.org>
4498
4499 * startup.el (command-line): Call set-locale-environment after
4500 Window System init file is read, as it can result in a call to
4501 redraw-frame.
4502
0b3f96d4
EZ
45032000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4504
4505 * simple.el (shell-command): Mention the effect of the prefix
4506 argument in the doc string.
4507
8da6e2a1
MB
45082000-11-25 Miles Bader <miles@gnu.org>
4509
a658d039
MB
4510 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4511
8da6e2a1 4512 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4513 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4514
d3416cca
JR
45152000-11-24 Jason Rumney <jasonr@gnu.org>
4516
4517 * international/mule-cmds.el (locale-language-names): Add "jp" as
4518 a non-standard alternative for Japanese.
4519
17e37f53
AS
45202000-11-24 Andre Spiegel <spiegel@gnu.org>
4521
4522 * vc-hooks.el: Require 'cl during compilation.
4523
9aa5f148
GM
45242000-11-24 Gerd Moellmann <gerd@gnu.org>
4525
ba193890
GM
4526 * faces.el (face-set-after-frame-default): Let face attributes
4527 specified for new frames override frame parameters.
4528
9aa5f148
GM
4529 * startup.el (command-line): Fix computation of the source file
4530 for user-init-file when user-init-file is a compiled file.
4531
51a1edab
MB
45322000-11-24 Miles Bader <miles@gnu.org>
4533
e04d21aa 4534 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4535 (custom-post-filter-face-spec): New functions.
4536 (custom-face-set, custom-face-value-create): Filter the face spec
4537 before and after customization.
4538 (custom-face-set): If VALUE specifies a null face, pass a
4539 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4540 * cus-face.el (custom-face-attributes): Remove SET and GET
4541 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4542 cases they're needed.
4543
1ed74431
MB
4544 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4545 that it's distinguishable from the :off-glyph on dark-background
4546 displays. Set its background color too.
4547
67ee1125
MB
4548 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4549 so that people can easily turn it off.
4550
7d027816 45512000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4552
7d027816 4553 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4554
9aa5f148 4555 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4556
9aa5f148 4557 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4558
9aa5f148 4559 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4560 redundant skip-small-frames test.
e04d21aa 4561
9aa5f148 4562 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4563 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4564
9aa5f148
GM
4565 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4566 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4567 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4568 New functions.
e04d21aa 4569
9aa5f148 4570 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4571
9aa5f148 4572 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4573
f07fa1b8
KH
45742000-11-24 Kenichi Handa <handa@etl.go.jp>
4575
83c9cb8e
SM
4576 * international/mule-diag.el (list-iso-charset-chars):
4577 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4578 (list-non-iso-charset-chars): Fix the `while' condition.
4579
ba8299ff
SM
45802000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4581
79372165
SM
4582 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4583 if the variable is make-variable-buffer-local.
4584
83c9cb8e
SM
4585 * progmodes/ada-stmt.el (ada-template-map):
4586 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4587 (ada-stmt-mode-hook): New function extracted from old code.
4588 Only change the buffer-local side of skeleton-*.
4589 (ada-mode-hook): Use it.
4590
68a887fa
EZ
45912000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4592
4593 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4594 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4595 we expect to be returned by minibuffer-depth once we prompt the
4596 user in the minibuffer.
4597 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4598 as recorded in iswitchb-minibuf-depth, return non-nil.
4599
3b345582
EZ
46002000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4601
4602 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4603 (hscroll-window-maybe): Docstring fix.
4604
595dead2
DL
46052000-11-23 Dave Love <fx@gnu.org>
4606
4607 * rect.el (string-rectangle): Don't test delete-selection-mode.
4608
1e66b27a
GM
46092000-11-23 Gerd Moellmann <gerd@gnu.org>
4610
02790ce2
GM
4611 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4612 is in the tool bar.
4613
1e66b27a 4614 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4615 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4616
a4caa65d
SM
46172000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4618
4619 * textmodes/outline.el (outline-flag-region):
4620 Don't bind inhibit-read-only since we don't modify the buffer.
4621 (outline-isearch-open-invisible): Don't jump to overlay-start
4622 since we're trying to unhide text around point.
4623 (outline-discard-overlays): Use dolist.
4624
4625 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4626
03e757c1
GM
46272000-11-22 Gerd Moellmann <gerd@gnu.org>
4628
83c9cb8e 4629 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4630
1598a961
SM
46312000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4632
4633 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4634 Fix ARG regexp to skip quoted braces.
4635 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4636 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4637 are (correctly) handled separately).
4638 Remove `caption' and `footnote' from `citations': they contain text.
4639 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4640 (latex-skeleton-end-hook): New function.
4641 (latex-mode): Use it.
4642 (tex-start-tex-marker): Remove.
4643 (tex-send-tex-command): Don't set tex-start-tex-marker.
4644 (tex-error-parse-syntax-table): New var.
4645 (tex-compilation-parse-errors): Use it.
4646 Ignore tex-start-tex-marker. Don't bother with marker-position.
4647 (tex-validate-buffer): Don't bother with marker-position.
4648
4649 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4650 (flyspell-generic-progmode-verify): Use it.
1598a961 4651
eaae8106
SS
46522000-11-22 Sam Steingold <sds@gnu.org>
4653
83c9cb8e 4654 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4655
eaae8106 4656 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4657 `ada-remove-trailing-spaces'.
eaae8106 4658 (ada-remove-trailing-spaces): Removed.
e04d21aa 4659
eaae8106 4660 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4661
1598a961
SM
4662 * textmodes/picture.el (picture-clean): Removed.
4663 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4664
a41d49e9
GM
46652000-11-22 Gerd Moellmann <gerd@gnu.org>
4666
e053c60f
GM
4667 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4668
a41d49e9
GM
4669 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4670 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4671 do anything special when jit-lock is active.
a41d49e9
GM
4672 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4673
197615f3
DL
46742000-11-22 Dave Love <fx@gnu.org>
4675
ddbfaa9f
DL
4676 * calendar/todo-mode.el (todo-top-priorities): Use
4677 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4678
ddc3c695
DL
4679 * language/chinese.el, language/cyrillic.el:
4680 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4681 * language/hebrew.el, language/indian.el, language/japanese.el:
4682 * language/korean.el, language/lao.el, language/misc-lang.el:
4683 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4684 Use provide.
4685
fb9fa98d
DL
4686 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4687 (custom-variable-set): Improve validation error mesage.
4688
197615f3
DL
4689 * rect.el (string-rectangle): Revert last change.
4690 (string-rectangle-line): New arg DELETE.
4691 (string-rectangle): Check delete-selection-mode.
4692
4693 * emacs-lisp/edebug.el (edebug-version)
4694 (edebug-maintainer-address): Deleted.
4695 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4696 (edebug-read-function): Account for other `'#' read forms.
4697 (edebug-mode-menus): Make some items toggles.
4698 (edebug-outside-unread-command-event, unread-command-event):
4699 Remove these to avoid warnings.
4700
f4117c4d
GM
47012000-11-22 David Ponce <david@dponce.com>
4702
4703 * recentf.el (recentf-menu-items-for-commands)
4704 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4705 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4706
f4117c4d
GM
4707 (recentf-build-dir-rules, recentf-dump-variable)
4708 (recentf-edit-list, recentf-open-files-item)
4709 (recentf-open-files): Replaced unnecessary `mapcar' with new
4710 built-in `mapc'.
eaae8106 4711
f8e2f3f2
MB
47122000-11-23 Miles Bader <miles@gnu.org>
4713
4714 * faces.el (menu): Make inverse-video on ttys too.
4715
4c4a541d
SM
47162000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4717
4718 * simple.el (comment-line-break-function): Use the new name
4719 indent-new-comment-line -> comment-indent-new-line.
4720 (clone-indirect-buffer): Don't ignore NORECORD.
4721 (next-completion): Properly handle the case where items are adjacent.
4722
4723 * mouse.el (popup-menu): Stupid typo.
4724
980d836e
GM
47252000-11-22 Gerd Moellmann <gerd@gnu.org>
4726
60e8e0a5
GM
4727 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4728 maintainer, keywords tags.
4729
980d836e
GM
4730 * rect.el (replace-rectangle): Don't call string-rectangle-line
4731 with too many arguments.
4732
e08b2069
AS
47332000-11-22 Andre Spiegel <spiegel@gnu.org>
4734
60e8e0a5 4735 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4736 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4737 vc-locking-user, which no longer exists.
4738
4739 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4740
c6779d8d
DL
47412000-11-22 Dave Love <fx@gnu.org>
4742
4743 * md5.el (md5): Provide.
4744 (md5): Fix error call.
4745
e672fdce
MB
47462000-11-22 Miles Bader <miles@gnu.org>
4747
eaae8106 4748 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4749 (refill-fill-paragraph-at): Remove debugging code.
4750
80e24c04
MB
4751 * calendar/calendar.el (generate-calendar-window): When we don't
4752 call `fit-window-to-buffer', make sure the top line is fully visible.
4753
3a17d6cc
MB
4754 * image-file.el (insert-image-file): Don't make `read-only'
4755 property rear-nonsticky.
4756
ae1a21c6
MB
4757 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4758 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4759 stashing away its original value.
4760 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4761 in the recursive edit.
4762 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4763 (isearch-done): Restore `minibuffer-message-timeout'.
4764
e672fdce
MB
4765 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4766
3ea79df8
SM
47672000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4768
4769 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4770
4771 * find-lisp.el (find-lisp-find-files-internal):
4772 Use dolist, when and file-name-as-directory.
4773
980d836e 4774 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4775 (define-derived-mode, define-minor-mode): Add specs.
4776
4777 * window.el: General comment and spacing fixes.
4778 (save-selected-window): Use backquotes.
4779 (window-safely-shrinkable-p): New function.
4780 (shrink-window-if-larger-than-buffer): Use it.
4781
4782 * subr.el (make-local-hook): Docstring fix.
4783
4784 * shell.el (shell-mode): Use define-derived-mode.
4785
4786 * newcomment.el (comment-indent): Insert comment before calling
4787 comment-indent-function. Don't insert in column 0.
4788 (comment-dwim): Indent before inserting comment.
4789
4790 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4791 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4792 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4793 Use mapc rather than map.
4794
4795 * files.el (find-buffer-visiting): Compare all attributes before
4796 declaring two files identical (rather than just their inode-no).
4797 (auto-mode-alist): Use \' rather than $.
4798
4799 * which-func.el: Update maintainer line.
4800
4801 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4802 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4803 (uniquify-buffer-file-name): Use it.
4804
8f62f2b8
MB
48052000-11-22 Miles Bader <miles@gnu.org>
4806
4807 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4808 * simple.el (minibuffer-avoid-prompt): New function.
4809
fb279a6d
GM
48102000-11-21 Gerd Moellmann <gerd@gnu.org>
4811
4812 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4813
867092e9
MB
48142000-11-21 Miles Bader <miles@gnu.org>
4815
ef860850
MB
4816 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4817 inclusion of `track-mouse'.
4818
867092e9
MB
4819 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4820 (refill-adjust-ignorable-overlay): New function.
4821 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4822 only the paragraph's tail if possible.
4823 Update `refill-ignorable-overlay'.
4824 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4825
4826 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4827 point inside the fill-prefix.
4828
4829 * textmodes/refill.el (refill-post-command-function): Don't reset
4830 refill-doit in the case where a self-insertion command doesn't
4831 case a refill. Use `refill-fill-paragraph-at', getting position
4832 from `refill-doit'.
4833 (refill-after-change-function): Set `refill-doit' to END.
4834 (refill-fill-paragraph-at): New function, mostly from old
4835 refill-fill-paragraph.
4836 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4837 (refill-pre-command-function): New function.
4838 (refill-mode): Add it to `pre-command-hook'.
4839
ff9ab414
GM
48402000-11-20 Gerd Moellmann <gerd@gnu.org>
4841
29a01b72
GM
4842 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4843
ff9ab414
GM
4844 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4845 javadoc tags.
eaae8106 4846
885b211b
AS
48472000-11-20 Andre Spiegel <spiegel@gnu.org>
4848
4849 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4850 vc.el).
4851
eaae8106 4852 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4853 require vc.
eaae8106
SS
4854
4855 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4856 checkouts.
eaae8106 4857
d1838556
DL
48582000-11-20 Dave Love <fx@gnu.org>
4859
4860 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4861
2b69bc11 48622000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4863
2b69bc11
GM
4864 * calculator.el (calculator-paste): Use `if' instead of `and'
4865 and `or'.
4866 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4867
b95b34e5
GM
48682000-11-19 Gerd Moellmann <gerd@gnu.org>
4869
030de92f
GM
4870 * info.el (info-menu-5): Doc fix.
4871
b95b34e5
GM
4872 * textmodes/artist.el: New file.
4873
54970452
AS
48742000-11-19 Andre Spiegel <spiegel@gnu.org>
4875
eaae8106 4876 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4877 and differentiate according to checkout model.
4878 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4879 since this function is only concerned with master state.
4880
83c9cb8e
SM
4881 * vc-hooks.el (vc-workfile-unchanged-p)
4882 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4883
83c9cb8e
SM
4884 * vc.el (vc-workfile-unchanged-p)
4885 (vc-default-workfile-unchanged-p): See above.
54970452 4886
e5a9dabf
MB
48872000-11-19 Miles Bader <miles@gnu.org>
4888
4889 * image-file.el (insert-image-file): Make `intangible' and
4890 `read-only' properties rear-nonsticky too.
4891
24127af0
GM
48922000-11-18 Gerd Moellmann <gerd@gnu.org>
4893
d392e9c5 4894 * ps-print.el: Update copyright notice.
eaae8106 4895
d392e9c5
GM
4896 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4897 (tooltip-show): Use the offsets.
4898
24127af0 4899 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4900 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4901 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4902
2b69bc11 49032000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4904
2b69bc11
GM
4905 * ps-print.el (toplevel): Test for find-coding-system being
4906 fboundp before calling ps-x-find-coding-system.
08ea6f17 4907
66321b2f
SM
49082000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4909
4910 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4911 (vc-version-backup-file): Docstring fix.
4912
046110c6
GM
49132000-11-16 Gerd Moellmann <gerd@gnu.org>
4914
4104194e
GM
4915 * files.el (basic-save-buffer): Don't add a newline if
4916 find-file-literally is non-nil.
4917 (find-file-literally): Extend doc string.
4918
046110c6
GM
4919 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4920 sort(1) with the `-f' argument.
4921
6505c16e
AS
49222000-11-16 Andre Spiegel <spiegel@gnu.org>
4923
fd063975
AS
4924 * vc.el: Updated backend documentation.
4925 (vc-default-check-headers): New function.
4926
3d02dd81 4927 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4928
4929 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4930 up-to-date.
eaae8106 4931 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4932 the minibuffer is not active.
fd063975 4933
eaae8106 4934 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4935 `vc-cvs-use-edit' is on.
eaae8106
SS
4936 (vc-cvs-checkout): When this is used for reverting the workfile,
4937 make a backup of the original contents and revert to that in case
8791d617 4938 of error.
eaae8106 4939 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4940 remote repositories.
eaae8106 4941
6505c16e
AS
4942 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4943 for both version and ratio in the minibuffer.
fd063975 4944
eaae8106 4945 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4946 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4947
a13f0660
KH
49482000-11-16 Kenichi Handa <handa@etl.go.jp>
4949
4950 * international/quail.el (quail-start-translation): Don't call
4951 `message' before reading key sequence.
4952
1389a414
MB
49532000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4954
4955 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4956
9256a532
KH
49572000-11-16 Kenichi Handa <handa@etl.go.jp>
4958
4959 * window.el (fit-window-to-buffer): Be sure to acquire at least
4960 one text line even if the buffer is empty.
4961
0e14fe9f
GM
49622000-11-16 Gerd Moellmann <gerd@gnu.org>
4963
eaae8106 4964 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4965 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4966 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4967
da645c53
DL
49682000-11-15 Dave Love <fx@gnu.org>
4969
83c9cb8e
SM
4970 * wid-edit.el (widget-specify-field, widget-specify-button):
4971 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4972 widget-mouse-help.
4973 (widget-mouse-help): New function.
4974 (widget-echo-help): Rewritten for :help-echo functions only taking
4975 a widget arg.
4976
83c9cb8e
SM
4977 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4978 Use display-graphic-p.
b12057b9
DL
4979 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4980 and that JPEG is available.
4981 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4982
da645c53
DL
4983 * international/mule-cmds.el (locale-charset-language-names):
4984 Match @euro.
4985
6d133d1f
GM
49862000-11-15 Gerd Moellmann <gerd@gnu.org>
4987
83c9cb8e
SM
4988 * faces.el (face-set-after-frame-default):
4989 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4990 default face from X resources.
4991
49ac2ac5
EZ
49922000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4993
4994 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4995 Don't set EMACSLOADPATH.
4996
4fb0a34c
EZ
49972000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4998
4999 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5000 texinfo-insert-@url.
5001 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5002 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5003
bb304a7a
SM
50042000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5005
82bc80bf
SM
5006 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5007 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5008 (checkdoc-minor-keymap): Backward compatibility.
5009 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5010 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5011 (checkdoc-this-string-valid-engine): Be a bit more strict
5012 to avoid matching substrings of `...' quoted vars/funs.
5013 (checkdoc-defun-info): Only look for `interactive' if alone.
5014 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5015
e8c87124
SM
5016 * progmodes/compile.el (grep): `tag-default' can be nil.
5017
bb304a7a
SM
5018 * newcomment.el (comment-indent): Paren typo.
5019
8628686a
DL
50202000-11-14 Dave Love <fx@gnu.org>
5021
25c269ef
DL
5022 * calculator.el: New maintainer version.
5023
66321b2f 5024 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5025
8628686a
DL
5026 * cmuscheme.el: Doc fixes.
5027 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5028 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5029
5030 * xscheme.el (scheme-program-name): Don't define here.
5031
5032 * progmodes/scheme.el (scheme-program-name): New variable
5033 (originally in cmuscheme).
5034
88f0a1eb
MB
50352000-11-14 Miles Bader <miles@gnu.org>
5036
5037 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5038 Handle header-lines. Don't loop forever if we can't enlarge the
5039 window anymore. Simplify a bit.
5040
cd9a000c
KH
50412000-11-14 Kenichi Handa <handa@etl.go.jp>
5042
5043 * window.el (fit-window-to-buffer): Don't check
5044 window-text-height. Assure that the last line is fully visible.
5045
83c9cb8e
SM
5046 * international/quail.el (quail-show-guidance-buf):
5047 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5048 buffer.
5049 (quail-update-guidance): Avoid making the guidance buffer shorter.
5050
d3fcda22
SM
50512000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5052
bdbd9606
SM
5053 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5054 rather than `prepend' and add an interesting comment.
5055 (tex-math-face, tex-font-lock-syntactic-face-function):
5056 New face and function to use it.
5057 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5058 than `menu-enable' symbol property.
5059 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5060 (tex-mode): Add some latex-mode commands for auto-selection.
5061 Use tex-font-lock-syntactic-face-function.
5062 (tex-insert-quote): Simplify.
5063 (tex-shell): New mode.
5064 (tex-start-shell): Use it.
5065 (tex-shell-proc, tex-shell-buf): New functions.
5066 (tex-send-command): Use it.
5067 (tex-main-file): Fix the meaning of the new arg REALFILE.
5068 (tex-send-tex-command): New function split from `tex-start-tex'.
5069 Set compilation-last-buffer and compilation-parsing-end.
5070
d3fcda22
SM
5071 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5072 when it follows non-comment text on the line.
5073
5074 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5075 Set font-lock-defaults.
5076 (lisp-mode-shared-map): Init inside the defvar.
5077 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5078 Use define-derived-mode.
5079
bdab1d43
MB
50802000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5081
5082 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5083
936ae731
GM
50842000-11-14 Gerd Moellmann <gerd@gnu.org>
5085
83c9cb8e
SM
5086 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5087 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5088 recursion; see comment there.
5089
1695ca2b
EZ
50902000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5091
5092 * faces.el (face-spec-set-match-display): Revert the change from
5093 2000-10-24. Add a FIXME for after v21.1.
5094
9d348294
MB
50952000-11-13 Miles Bader <miles@gnu.org>
5096
5097 * textmodes/fill.el (skip-line-prefix): New function.
5098 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5099 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5100 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5101 point inside the fill-prefix.
9d348294 5102
b85fa13c
MB
51032000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5104
83c9cb8e
SM
5105 * calendar/calendar.el (generate-calendar-window):
5106 Use `fit-window-to-buffer'.
b85fa13c 5107
a0b47716
SM
51082000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5109
5110 * gud.el (gud-minor-mode): New var.
5111 (gud-symbol, gud-val): New functions.
5112 (gud-find-file): Copy gud-minor-mode to the new buffer.
5113 (gud-menu-map): Include entries for commands that are not always
5114 available, using :enable to (de)activate them.
5115 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5116 (gud-mode-map): New map.
eaae8106 5117 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5118 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5119 Don't set up gud's menu (it's done by the minor-mode).
5120 (gud-minibuffer-local-map): New.
5121 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5122 (gud-query-cmdline): New function.
5123 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5124 (gud-mode): Use define-derived-mode.
5125 Don't set up gud's menu (it's done by the minor-mode).
5126 (gud-chop-words): Remove.
5127 (gud-common-init): Use split-string instead.
5128 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5129
5130 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5131 Add keyword arg :name.
5132
5133 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5134 (diff-count-matches, diff-split-hunk): New functions.
5135 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5136
5137 * pcvs-info.el (cvs-fi-conflict-face): New var.
5138
5139 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5140 Make it into a simple syntax-table, shared among all submodes.
5141 (sh-heredoc-face): Re-introduce.
5142 (sh-font-lock-syntactic-face-function): New function.
5143 (sh-mode): Use it. Also use define-derived-mode.
5144 Remove old bogus setting of indent-region-function.
5145 (sh-set-shell): Don't set the syntax-table any more.
5146 (sh-mode-syntax-table) <defun>: Remove.
5147
f5ed37df
MB
51482000-11-12 Miles Bader <miles@gnu.org>
5149
5150 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5151 message if interactive.
5152
0b074c2f
DL
51532000-11-12 Dave Love <fx@gnu.org>
5154
5155 * mail/feedmail.el: Fix header,
5156 (feedmail) <defgroup>: Add :link.
5157
5158 * view.el: Use local-map property, not keymap on mode-line string.
5159
83c9cb8e
SM
5160 * scroll-all.el (scroll-all-mode): Customize variable.
5161 Add autoload cookie to function.
0b074c2f
DL
5162
5163 * lazy-lock.el: Remove compatibility code.
5164
5165 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5166 (finder-help-echo): New variable.
5167 (finder-mouse-face-on-line): Add help-echo stuff.
5168 (finder-list-keywords, finder-list-matches): Use mapc.
5169
5170 * faces.el (face-font-registry-alternatives): Add :version.
5171
5172 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5173 tags-table-list.
5174
a0b47716 5175 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5176
a0b47716 5177 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5178 (mail-mode): Use [:alnum:] in some regexps.
5179
6d502396
DL
51802000-11-10 Dave Love <fx@gnu.org>
5181
5182 * ediff.el (ediff-regions-internal, ediff-documentation):
5183 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5184 fundamental mode.
5185
5186 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5187 buffer into fundamental mode.
5188 (ediff-set-difference): Use copy-sequence if available.
5189
83c9cb8e
SM
5190 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5191 Check ediff-patch-map non-nil.
6d502396
DL
5192 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5193 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5194 buffer into fundamental mode.
5195
5196 * ediff-merg.el (state-or-merge): Defvar when compiling.
5197
a82fe213
JR
51982000-11-10 Jason Rumney <jasonr@gnu.org>
5199
5200 * w32-fns.el (w32-add-charset-info): New function.
5201 (w32-charset-info-alist): Use it.
5202
52d89894
GM
52032000-11-10 Gerd Moellmann <gerd@gnu.org>
5204
5205 * faces.el (face-font-registry-alternatives): New user-option.
5206
178932de
SM
52072000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5208
d7fa3319
SM
5209 * textmodes/texinfo.el (texinfo-block-default): New var.
5210 (texinfo-insert-block): Use it. Insert a newline if needed.
5211
178932de
SM
5212 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5213 (fill-region-as-paragraph): Use it.
5214
5215 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5216 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5217 Tweak paragraph regexps to allow a leading [ \t]*.
5218 (tex-latex-block): Insert a newline if necessary.
5219 (latex-insert-item): Only insert a newline if necessary.
5220 (tex-guess-main-file): New function.
5221 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5222 Set tex-main-file if TeX-master is provided.
5223 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5224
bd02b8e0
GM
52252000-11-10 Gerd Moellmann <gerd@gnu.org>
5226
5227 * startup.el (command-line): Set the default tooltip-mode
5228 to t for graphical displays which implement x-show-tip.
5229
5230 * tooltip.el (tooltip-mode): Add a comment about startup.el
5231 setting the default value of this user-option.
5232
b29b03eb
SM
52332000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * font-lock.el (font-lock-*-face) <defvar>: Move.
5236 (font-lock-defaults-alist): Mark obsolete.
5237 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5238 (font-lock-mode): Use define-minor-mode.
5239 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5240 (font-lock-turn-off-thing-lock): Be more explicit.
5241 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5242 (font-lock-syntactic-face-function): New var.
5243 (font-lock-fontify-syntactically-region): Use it.
5244 (font-lock-doc-face): New.
5245
5246 * pcvs.el (cvs-enabledp): Ignore errors.
5247 (cvs-commit-filelist): Never query.
5248 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5249 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5250 (cvs-do-removal): Use cvs-partition rather than delete-if.
5251 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5252 cvs-bury-buffer.
5253
5254 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5255 Allow `next' to jump to after the end of the last match.
5256
778fbc46
GM
52572000-11-09 Gerd Moellmann <gerd@gnu.org>
5258
730c746c
GM
5259 * simple.el (byte-compiling-files-p): New function.
5260
5261 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5262 if it is there.
5263
5264 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5265 nil again.
5266
778fbc46
GM
5267 * textmodes/ispell.el (ispell-library-path): Don't call
5268 check-ispell-version when byte-compiling because that starts
5269 an ispell process, and ispell might not be installed.
5270 (toplevel): Don't set up a menu when byte-compiling.
5271
5272 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5273 it, so that a boundp test can be used to determine if we're
5274 currently byte-compiling.
5275
5912c5bb
DL
52762000-11-09 Dave Love <fx@gnu.org>
5277
83c9cb8e 5278 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5279
7bb054a5
GM
52802000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5281
83c9cb8e
SM
5282 * ps-print.el: Patch for variable initialization when spooling.
5283 Doc fix.
7bb054a5
GM
5284 (ps-output-list): Fun eliminated.
5285 (ps-begin-file, ps-begin-job): Code fix.
5286
9db2706e
DL
52872000-11-08 Dave Love <fx@gnu.org>
5288
83c9cb8e 5289 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5290
f7eb32aa
GM
52912000-11-08 Gerd Moellmann <gerd@gnu.org>
5292
5293 * simple.el (shell-command, display-message-or-buffer)
5294 (shell-command-on-region): Mention resize-mini-windows in the doc
5295 string.
5296 (display-message-or-buffer): Take the value of resize-mini-windows
5297 into account.
5298
7b01b08c
GM
52992000-11-07 Gerd Moellmann <gerd@gnu.org>
5300
acad3c0b
GM
5301 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5302
7b01b08c
GM
5303 * dired.el (dired-between-files): Add `^. find' as an alternative
5304 to the regular expression, for find-dired.
5305
6f602bd0
SM
53062000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5307
5308 * textmodes/texnfo-upd.el: Require texinfo.
5309 (defmacro, defgroup): Remove.
5310 (texinfo-section-to-generic-alist): Remove.
5311 Use texinfo-section-list instead (i.e. level is changed string->int).
5312 (texinfo-filter): New function.
5313 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5314 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5315 Use it. And use regexp-opt.
5316 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5317 (texinfo-update-menu-region-beginning)
5318 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5319 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5320 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5321 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5322 (texinfo-sequential-node-update): Remove autoload cookie.
5323
5324 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5325 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5326 (texinfo-chapter-level-regexp): Remove.
5327 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5328
bb216218
DL
53292000-11-06 Dave Love <fx@gnu.org>
5330
6f602bd0 5331 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5332
6f602bd0
SM
5333 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5334 Match defun*.
bb216218 5335
ff8dd5d5
KH
53362000-11-06 Kenichi Handa <handa@etl.go.jp>
5337
5338 * composite.el (composition-function-table): Variable declaration
5339 moved to src/composite.c.
5340 (compose-chars-after): New optional arg object.
5341
e9da51a1
GM
53422000-11-06 Gerd Moellmann <gerd@gnu.org>
5343
e0c12c68
GM
5344 * bindings.el (mode-line-toggle-read-only)
5345 (mode-line-toggle-modified, mode-line-widen)
5346 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5347 (make-mode-line-mouse2-map): Rewritten.
5348 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5349 functions so that C-h k can show something with a doc string.
eaae8106 5350
e9da51a1
GM
5351 * startup.el (fancy-splash-delay): Set to 10 seconds.
5352 (fancy-splash-max-time): New user-option.
5353 (fancy-splash-stop-time): New variable.
5354 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5355 (fancy-splash-screens-1): Throw `stop-splashing' when current
5356 time is greater than fancy-splash-stop-time.
5357
611dbdf0
SM
53582000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5359
4d2806e2
SM
5360 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5361
611dbdf0
SM
5362 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5363 Prompt user for a file rather than raising an error.
5364 (cvs-enabledp): Fix call to cvs-mode-marked.
5365 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5366 (cvs-mode-insert): Use it. Change the init prompt' value.
5367 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5368
5369 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5370 Don't pass default arg to ewoc-locate.
5371 (ewoc-collect): Return result in the right order.
5372
5373 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5374
5375 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5376 (cvs-status-get-tags): Fix regexp.
5377 (cvs-status-trees, cvs-status-cvstrees):
5378 Combine after change hooks and don't sit-for.
4d2806e2
SM
5379 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5380 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5381 Use make-char rather than hard-coded cryptic data.
5382 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5383
5384 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5385
5386 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5387 (cvs-insert-strings): New function.
5388
937b2877
MB
53892000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5390
5391 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5392 `mwheel-scroll-amount'.
5393 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5394 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5395 string-matching against the version string.
5396
c6c97763
KH
53972000-11-06 Kenichi Handa <handa@etl.go.jp>
5398
6eaec747
KH
5399 * language/thai.el ("Thai"): Set a lisp form that produces
5400 composed string in `sample-text' language info.
5401
5402 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5403 composed string in `sample-text' language info.
5404
83c9cb8e
SM
5405 * international/mule-cmds.el (describe-language-environment):
5406 Eval `sample-text' data and insert the result.
6eaec747 5407
c6c97763
KH
5408 * international/mule-conf.el (compound-text): Define this coding
5409 system here. Make x-ctext and ctext aliases of it.
5410
5411 * language/european.el (compound-text, ctext): Moved to
5412 international/mule-conf.el.
5413
d1145f85
AI
54142000-11-05 Andrew Innes <andrewi@gnu.org>
5415
5416 * w32-fns.el (w32-version): New function.
5417
178a6a45
SM
54182000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5419
5420 * progmodes/awk-mode.el: Update copyright.
5421 (awk-mode-abbrev-table): Remove.
5422 (awk-font-lock-keywords): Use regexp-opt.
5423 (awk-mode): Use define-derived-mode.
5424
5425 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5426 when extracting a suffix.
5427
1ba90166
AS
54282000-11-04 Andre Spiegel <spiegel@gnu.org>
5429
5430 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5431 auto-save-mode.
5432
546790cb
JR
54332000-11-04 Jason Rumney <jasonr@gnu.org>
5434
5435 * language/european.el (decode-mac-roman): Test against r1 not r0.
5436
d247e32d
SM
54372000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5438
fbf44f44
SM
5439 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5440 (icon-mode): Define indent-line-function.
5441 (icon-comment-indent): Simplify.
5442 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5443
5444 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5445
5446 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5447 Bind change-log-default-mode to defeat the caching done on it.
5448 Don't bother saving excursion any more.
5449
5450 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5451
5452 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5453 (set-frame-font): Use the new name (and the old for compatibility).
5454
eaae8106
SS
5455 * toolbar/tool-bar.el (tool-bar-mode):
5456 * time.el (display-time-mode):
5457 * recentf.el (recentf-mode):
5458 * paren.el (show-paren-mode):
5459 * mwheel.el (mouse-wheel-mode):
5460 * msb.el (msb-mode):
5461 * jka-compr.el (auto-compression-mode):
5462 * image-file.el (auto-image-file-mode):
5463 * hl-line.el (hl-line-mode):
5464 * delsel.el (delete-selection-mode):
5465 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5466 * complete.el (partial-completion-mode): Drop unneeded positional args.
5467
eaae8106 5468 * info.el (Info-mode):
79372165 5469 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5470
d247e32d
SM
5471 * log-edit.el (log-edit-menu): New menu.
5472
4921558e
MB
54732000-11-03 Miles Bader <miles@gnu.org>
5474
5475 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5476 definition, so that trailing spaces are handled properly.
5477 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5478
1fc02b3c
GM
54792000-11-03 Gerd Moellmann <gerd@gnu.org>
5480
5481 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5482 tab character.
5483 (fancy-splash-screens): Set tab-width to 20.
5484
51d001f7
DL
54852000-11-03 Dave Love <fx@gnu.org>
5486
5487 * comint.el (comint-completion-addsuffix): Fix custom type.
5488
ba22aeff
SM
54892000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5490
5491 * font-lock.el (font-lock-buffers): Remove.
5492 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5493 (font-lock-change-major-mode): Remove.
5494 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5495 (font-lock-default-fontify-region): Extend the multiline
5496 fontification to whole lines.
5497 (font-lock-fontify-anchored-keywords)
5498 (font-lock-fontify-keywords-region): If matching just one
5499 line (with \n) only mark the \n as multiline.
5500
5501 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5502 Correctly handle the case where several :group args are supplied.
5503 Allow :extra-args.
5504 (easy-mmode-define-global-mode): Allow :extra-args.
5505 Correctly handle the case where several :group args are supplied.
5506
9c887ada
MB
55072000-11-02 Miles Bader <miles@gnu.org>
5508
eaae8106 5509 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5510 (holiday-face): Remove dependency on `window-system'.
5511
7f25090d
KR
55122000-11-02 Ken Raeburn <raeburn@gnu.org>
5513
5514 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5515 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5516 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5517
7dd6009c
DL
55182000-11-02 Dave Love <fx@gnu.org>
5519
5520 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5521
94821e4f
EZ
55222000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5523
5524 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5525 punctuation in the warning inserted into the *mail* buffer.
5526
1ac3fc42
GM
55272000-11-02 Gerd Moellmann <gerd@gnu.org>
5528
57731876
GM
5529 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5530 (authors-public-domain-p): New function.
5531 (authors-print): Use it.
5532
975f82c9
GM
5533 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5534
1ac3fc42
GM
5535 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5536
4b3eb10f
GM
55372000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5538
975f82c9 5539 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5540 (ps-print-version): New version number (6.3.1).
5541 (ps-even-or-odd-pages): Customization fix.
5542 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5543 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5544 (ps-page-count): Var replaced by `ps-page-column'.
5545 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5546 (ps-print-sheet-p): New fun.
5547
7da794df
MB
55482000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5549
5550 * tooltip.el (tooltip-gud-tips-setup): New function.
5551 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5552 (tooltip-mode): Call tooltip-gud-tips-setup.
5553 (tooltip-gud-tips): Use `gud-basic-call' instead of
5554 process-send-string, so the prompt gets frobbed appropriately.
5555 Handle nil return value from `tooltip-gud-print-command'.
5556
0e40b809
EL
55572000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5558
5559 * comint.el (comint-add-to-input-history): New function.
5560 (comint-send-input): Use `comint-add-to-input-history'.
5561
50ada0db
MB
55622000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5563
973a3104
MB
5564 * info.el (info-menu-header): New face.
5565 (Info-fontify-menu-headers): New function.
5566 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5567
50ada0db
MB
5568 * info.el (Info-insert-dir): Don't include blank lines at
5569 beginning of additional dir files (one is added automatically).
5570
bff53411
SM
55712000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5572
5573 * emacs-lisp/easy-mmode.el (define-minor-mode):
5574 Revert the latest changes.
5575 Allow the three positional arguments to be skipped and replaced
5576 by keyword arguments.
5577 Add a :toggle argument to determine whether a nil arg means toggle
5578 or means turn-on. The default is unchanged.
5579 Add a call to force-mode-line-update.
5580
6b8a0b2d
DL
55812000-11-01 Dave Love <fx@gnu.org>
5582
83c9cb8e 5583 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5584
5bf99100
MB
55852000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5586
83c9cb8e
SM
5587 * calendar/calendar.el (diary-face, holiday-face):
5588 Add dark-background variants.
5bf99100 5589
a4032611
SS
55902000-10-31 Sam Steingold <sds@gnu.org>
5591
5592 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5593 `tex-main-file' does not have directory in it.
5594
c286608e
SM
55952000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5596
5597 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5598
4836835a
TTN
55992000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5600
5601 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5602 functional change.
5603
26dcb81b
GM
56042000-10-31 Gerd Moellmann <gerd@gnu.org>
5605
5606 * files.el (find-file-noselect): When we expand a wildcard, return
5607 a list of buffers, as we should do according to the doc string.
5608
49fc4500
KR
56092000-10-31 Ken Raeburn <raeburn@gnu.org>
5610
5611 * loadup.el (top level): Adjust load path if program name is
5612 "../src/bootstrap-emacs", in case it's not dumped and thus the
5613 load path adjustment hasn't already been done.
5614
ea0c615d
GM
56152000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5616
83c9cb8e
SM
5617 * ps-print.el: Fix bug on selected pages for printing.
5618 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5619 is on. Try to avoid warning messages when compiling. Doc Fix.
5620 (ps-print-version): New version number (6.3).
5621 (ps-color-device): Use `color-values' to determine if device
5622 supports color.
5623 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5624 (ps-print-page-p): Changed from defsubst to defun.
5625 (ps-page-number): Changed from defmacro to defun.
5626 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5627 printing.
c286608e 5628 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5629 (ps-end-file, ps-dummy-page): Funs eliminated.
5630 (ps-print-color-scale): Changed default value.
5631 (ps-page-n-up, ps-print-page-p): New internal vars.
5632 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5633 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5634
9e20722f
GM
5635 * delim-col.el: Little programming improvement.
5636 (delimit-columns-str): New macro.
5637 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5638
d7a0fd00
KH
56392000-10-31 Kenichi Handa <handa@etl.go.jp>
5640
c286608e
SM
5641 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5642 Moved to european.el.
d7a0fd00
KH
5643 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5644 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5645 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5646 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5647
234be340
DL
56482000-10-30 Dave Love <fx@gnu.org>
5649
5650 * progmodes/cc-menus.el (imenu-generic-expression)
5651 (imenu-progress-message): Only defvar when compiling.
5652
4edc4a39
DL
5653 * emacs-lisp/elp.el (elp-unload-hook): New function.
5654
5655 * loadhist.el (unload-feature): Call elp-restore-function,
5656 checking for symbols; don't use elp-restore-all.
5657 (loadhist-hook-functions): Doc fix.
5658
70c825df
SM
56592000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5660
5661 * log-edit.el (log-edit-confirm): Fix the default.
5662
1d3baf74
GM
56632000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5664
5665 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5666 delimit-columns-format.
5667 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5668
1ec321a7
MB
56692000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5670
5671 * comint.el (comint-replace-by-expanded-history): Don't use
5672 comint-get-old-input (we're not looking at *old* input).
5673 (comint-get-old-input-default): If using fields, signal an error
5674 when the point is not in an input field.
5675
70737ea9
KH
56762000-10-30 Kenichi Handa <handa@etl.go.jp>
5677
5678 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5679 and mule-unicode-e000-ffff.
5680
fa0cb51d 5681 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5682 (make-coding-system): Accept a symbol of translation table as a
5683 value of property `safe-chars'.
5684
5685 * international/mule-cmds.el (encode-coding-char): Check property
5686 safe-chars instead of safe-charsets.
5687
5688 * international/fontset.el (fontset-default): Modified for
5689 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5690 (x-font-name-charset-alist): Likewise.
5691 (ccl-encode-unicode-font): New CCL program. Record it in
5692 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5693
70c825df
SM
5694 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5695 New translation tables.
70737ea9
KH
5696 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5697 programs are modified and moved from mac-win.el.
5698 (mac-roman): Definition of this coding system is modified and
5699 moved from mac-win.el.
4836835a 5700
fda2ce24 57012000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5702
1d3baf74 5703 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5704 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5705
dd4d3cb6
MB
57062000-10-29 Miles Bader <miles@gnu.org>
5707
5708 * custom.el (custom-add-to-group): Allow multiple entries for a
5709 given value OPTION, as long as their widget types are different.
5710 * cus-edit.el (custom-face-value-create): If face name doesn't end
5711 with "face", add such here (similar to custom group widgets).
5712
5713 * comint.el (comint-highlight-prompt): Add :type.
5714
dace60cf
JW
57152000-10-28 John Wiegley <johnw@gnu.org>
5716
dace60cf
JW
5717 * calendar/timeclock.el (timeclock-log): Doc fix.
5718 (timeclock-last-event): Doc fix.
83c9cb8e 5719 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5720 (timeclock-find-discrep): Use a temp buffer to read in the
5721 timelog, instead of visiting the file.
5722 (timeclock-log-data): A new function, along with a host of helper
5723 functions, for the purpose of making timelog data accessible to
5724 programmers.
5725
5726 * eshell/esh-mode.el (window-height test): Make certain that
5727 `eshell-stringify-t' is non-nil.
5728 (eshell-password-prompt-regexp): Changed to a much simpler
5729 password regexp.
5730 (eshell-send-input): If `eshell-invoke-directly' returns t,
5731 directly invoke the parsed command using `eval'. This improves
5732 turn-around time on simple commands by a factor of three or
5733 greater, such as cd, ls, pwd, etc. -- which get used very often.
5734 It also conserves thousands of cons cells per call (since
5735 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5736 in the Pacific Cookie Company).
5737
5738 * eshell/esh-test.el (eshell-test): Whitespace fix.
5739
83c9cb8e
SM
5740 * eshell/em-ls.el (eshell-ls-insert-directory):
5741 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5742
5743 * eshell/em-script.el (eshell-script-initialize): Add names to
5744 `eshell-complex-commands, since `source' and `.' are complex.
5745
0467b076
EZ
5746 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5747 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5748 `eshell-copy-handles'.
5749 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5750 bodies.
5751 (eshell-separate-commands): Whitespace fix.
5752 (eshell-complex-commands): Added a new list of names, for
5753 determining whether a given command is as simple as it looks.
5754 (eshell-invoke-directly): New function. Returns t if a command
5755 should be invoked directly (using `eval'), rather than indirectly
5756 using `eshell-do-eval'.
5757 (eshell-do-eval): Whitespace fix.
5758
5759 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5760 which provides an emulation of the DOS shell behavior of assuming
5761 that cp/mv/ln should copy/move/link to the current directory.
5762 (eshell-remove-entries): Added a doc string.
5763 (eshell-shuffle-files): Removed the check for `target' being null.
5764 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5765 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5766 it to do a smarter check of whether a destination was provided.
5767 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5768 (eshell/ln): Enable `:preserve-args', and use
5769 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5770 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5771 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5772 list after flattening it. This makes it possible to cat files
5773 with numerical names.
5774 (eshell-unix-initialize): Added several names to
5775 `eshell-complex-commands.
5776 (eshell-unix-command-complex-p): Return t if a given command name
5777 may result in external processes being invoked.
5778
5779 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5780 variable nil by default, since it slows down glob processing by a
5781 factor of two or more, and increases memory consumption.
5782
5783 * eshell/em-smart.el: Added a note about how memory consumptive
5784 smart display mode can be (at least this is true in Emacs 21).
5785 (eshell-smart-initialize): Whitespace fix.
5786 (eshell-refresh-windows): Use `if' instead of `when'.
5787 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5788 not necessary.
83c9cb8e 5789 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5790
5791 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5792 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5793 Whitespace fix.
5794 (eshell-ls-exclude-hidden): Added this variable in addition to
5795 `eshell-ls-exclude-regexp'. This one prevents files beginning
5796 with . from even being read, which can improve memory consumption
5797 quite a bit.
5798 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5799 read file entries beginning with a dot. In home directories with
5800 lots of hidden files, fully two-thirds of the time spent in ls is
5801 used to read directory entries that are immediately thrown away.
5802 (eshell-ls-initial-args): Added back this configuration variable,
5803 for specifying default initial arguments to every call to ls.
5804 Much faster than using an alias to do the same thing.
5805 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5806 (eshell-ls-dir): Whitespace change.
5807
5808 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5809
83c9cb8e 5810 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5811 (eshell-stringify-t): Added a customization variable, to indicate
5812 whether `t' should be rendered as a string at all. If not, one
5813 can still determine if the result of an expression is true using
5814 "file-exists-p FILE && echo true".
5815 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5816 stringify t!
5817
5818 * eshell/esh-module.el: Whitespace fix.
5819
83c9cb8e
SM
5820 * eshell/em-alias.el (eshell-alias-initialize):
5821 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5822 (eshell-command-aliased-p): New function that returns t if a
5823 command name names an aliased.
5824
657f9cb8 58252000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5826
0467b076 5827 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5828 redrawing the screen when changing cursor color.
0467b076
EZ
5829 (viper-insert-state-pre-command-sentinel)
5830 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5831 (viper-replace-state-post-command-sentinel):
5832 Use viper-preserve-cursor-color.
657f9cb8
MK
5833 Many functions changed to use viper= instead of = when comparing
5834 characters.
0467b076 5835 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5836 working with characters.
0467b076 5837 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5838 Many functions changed to use viper= instead of = when comparing
5839 characters.
0467b076 5840 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5841
0467b076 5842 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5843 Several typos fixed in various docstrings.
0467b076 5844 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5845 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5846 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5847 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5848 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5849 (ediff-get-selected-buffers): New function.
5850 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5851 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5852 Use save-window-excursion.
0467b076 5853 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5854 termination check in while loop.
0467b076 5855 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5856 dired buffer.
0467b076
EZ
5857 (ediff-files,ediff-merge-files,ediff-files3)
5858 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5859
4f490d99
DL
58602000-10-28 Dave Love <fx@gnu.org>
5861
5862 * info.el (Info-fontify-node): Add help-echo for menu items.
5863
45b84006
EZ
58642000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5865
5ebc02b3
EZ
5866 * startup.el (normal-top-level): If the value of $TERM indicates
5867 we are running from xterm or one of its work-alikes, default to a
5868 light background mode.
5869
45b84006
EZ
5870 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5871 * faces.el (tty-handle-reverse-video): New function.
5872 (tty-create-frame-with-faces): Call it.
5873
5874 * frame.el (frame-notice-user-settings): Don't apply
5875 default-frame-alist and initial-frame-alist to MS-DOS frames.
5876 Call tty-handle-reverse-video, frame-set-background-mode, and
5877 face-set-after-frame-default for non-MS-DOS frames.
5878
5879 * startup.el (tty-long-option-alist): New variable.
5880 (tty-handle-args): New function.
5881 (command-line): Call tty-handle-args.
5882
5883 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5884 startup.el now does that for all character-terminal frames.
5885
eab6e8b9
MB
58862000-10-28 Miles Bader <miles@gnu.org>
5887
83c9cb8e
SM
5888 * emacs-lisp/easy-mmode.el (define-minor-mode):
5889 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5890 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5891 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5892 version using `easy-mmode-define-global-mode'.
5893 Add :conditional-turn-on keyword argument.
eab6e8b9 5894
51a29efc
DL
58952000-10-28 Dave Love <fx@gnu.org>
5896
83c9cb8e
SM
5897 * international/latin1-disp.el (latin1-char-displayable-p):
5898 Don't use window-system.
51a29efc 5899
d71d7114
EZ
59002000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5901
5902 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5903 Don't call find-buffer-file-type-coding-system. Instead, just
5904 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5905 if the file is on an untranslated filesystem.
5906 (add-untranslated-filesystem): Use "D" instead of "f" inside
5907 interactive.
5908
1f9cab4b
DL
59092000-10-27 Dave Love <fx@gnu.org>
5910
70c825df 5911 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5912 (refill-mode): Use it.
5913
70c825df
SM
59142000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5915
5916 * international/quail.el (quail-activate): Don't make-local-hook.
5917
7432cf10
AS
59182000-10-27 Andre Spiegel <spiegel@gnu.org>
5919
4836835a 5920 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5921 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5922 (vc-make-version-backup): Don't do it on MS-DOS without long file
5923 names.
4836835a 5924
7432cf10
AS
5925 * vc.el (vc-version-other-window): If an automatic backup of the
5926 desired version exists, rename it instead of copying it.
5927
4836835a
TTN
5928 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5929 after command. If there's an unexpected error, signal it instead
7432cf10 5930 of being silent.
e1483c38 5931 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5932
05ea7ef2
MB
59332000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5934
fd1035aa
MB
5935 * shell.el (shell): Add BUFFER argument.
5936 * comint.el (make-comint-in-buffer): New function.
5937 (make-comint): Use it.
5938
05ea7ef2
MB
5939 * faces.el (face-spec-choose): Change syntax so that the list of
5940 attribute-value pairs is now the cdr of each clause, not the cadr.
5941 Detect old-style entries, and handle them. Use pop.
5942
835a55fe
SM
59432000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5944
f5ab1cdd
SM
5945 * cus-edit.el (custom-mode-map): Use a sparse map.
5946 (custom-mode): Don't bother with make-local-hook.
5947
5948 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5949
835a55fe
SM
5950 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5951
c13b0ec8
GM
59522000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5953
5954 * ps-print.el: Avoid compilation gripes.
5955 (ps-print-version): New version number (6.2.1).
4836835a 5956
e9f63196
DL
59572000-10-26 Dave Love <fx@gnu.org>
5958
0b95284b
DL
5959 * menu-bar.el: Modify some menu item help strings.
5960 (menu-bar-help-menu): Add link to MORE.STUFF.
5961
e9f63196
DL
5962 * cus-edit.el (custom-mode): Add `special' mode-class property.
5963
5964 * wid-browse.el (widget-browse-mode): Likewise.
5965
5966 * wid-edit.el (widget-specify-field): Revert to using local-map
5967 property, not keymap.
5968
e276a14a
MB
59692000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5970
c1545d88
MB
5971 * wid-edit.el (widget-field-end): When checking for a `boundary'
5972 field, do so in the correct buffer.
5973
3c1b77ca
MB
5974 * simple.el (undo): Correctly distinguish between numeric and
5975 non-numeric prefix args in non-transient-mark-mode, as per the doc
5976 string. When in transient-mark-mode, treat all prefix-args as
5977 numeric.
5978
f5ab1cdd
SM
5979 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5980 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5981
5982 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5983 (comint-mode-map): Reverse order of `comint-write-output' and
5984 `comint-append-output-to-file'.
5985 (comint-append-output-to-file): Reinstate this function, for the
5986 benefit of the menu.
5987
d97151cb
SM
59882000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5989
5990 * vc.el (vc-version-other-window): Bind `file'.
5991
ea7d6f5b
GM
59922000-10-25 Gerd Moellmann <gerd@gnu.org>
5993
f5ab1cdd 5994 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5995
5996 * emacs-lisp/authors.el (batch-update-authors): New function.
5997 (authors-fixed-entries): New defconst.
5998 (authors-add-fixed-entries): New function.
5999 (authors): Call it.: Don't process lispref/.
6000
17c25cea
JR
60012000-10-25 Jason Rumney <jasonr@gnu.org>
6002
6003 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6004 Merge x w32 and mac definitions.
6005
4ecda532
GM
60062000-10-25 Gerd Moellmann <gerd@gnu.org>
6007
6008 * menu-bar.el (menu-bar-options-menu): Add a help string for
6009 `uniquify'.
6010
b6735035
GM
60112000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6012
f5ab1cdd
SM
6013 * time-stamp.el (time-stamp-string-preprocess):
6014 Fix a wrong type argument error.
b6735035 6015
f4cbc7a0
MB
60162000-10-25 Miles Bader <miles@gnu.org>
6017
6018 * recentf.el (recentf-mode): Variable removed.
6019 (recentf-mode): Use `define-minor-mode'.
6020
6021 * mwheel.el (mouse-wheel-mode): New global minor mode.
6022 (mwheel-install): Use `mouse-wheel-mode'.
6023
f4b020f6
DL
60242000-10-25 Dave Love <fx@gnu.org>
6025
f5ab1cdd
SM
6026 * progmodes/cperl-mode.el (cperl-mode):
6027 Set normal-auto-fill-function correctly.
072cb6f9 6028
83c9cb8e
SM
6029 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6030 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6031 bindings.
f4b020f6 6032
ebe2a441
MB
60332000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6034
ff4dcd4b
MB
6035 * wid-edit.el (widget-field-at): New function.
6036 (widget-at, widget-field-activate): Use it.
6037 (widget-tabable-at): Use `widget-at'.
6038 (widget-specify-field): If the terminating character of the widget
6039 field (which is read-only) is a newline, put it into a special
6040 `boundary' field so that C-n/C-p act more naturally.
6041 (widget-field-end): Also don't subtract one if a special
6042 `boundary' field has been added after the widget field.
6043
83c9cb8e
SM
6044 * comint.el (comint-output-filter, comint-send-input):
6045 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6046 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6047
ebe2a441
MB
6048 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6049 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6050 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6051
fe50b6ab
GM
60522000-10-24 Gerd Moellmann <gerd@gnu.org>
6053
53df4dda 6054 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6055 (authors): Set file coding system to iso-2022-7bit.
6056 Add file-local variables to output buffer.
53df4dda 6057
4836835a 6058 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6059 WARN is nil.
6060
53df4dda
GM
60612000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6062
6063 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6064
6065 * delim-col.el: Now there is a column formatting mechanism.
6066 Modified to customization mechanisms convention. Doc fix.
6067 (columns): New group for delim-col.
6068 (delimit-columns-before, delimit-columns-after)
6069 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6070 (delimit-columns-end): New vars.
6071 (delimit-columns-customize, delimit-columns-format): New funs.
6072 (delimit-columns-region, delimit-columns-rectangle)
6073 (delimit-columns-rectangle-line): Modified to support column
6074 formatting.
4836835a 6075
a9839779
DL
60762000-10-24 Dave Love <fx@gnu.org>
6077
6078 * log-edit.el (log-edit): Add :version and a :group for vc.
6079
df0267b8
GM
60802000-10-24 Gerd Moellmann <gerd@gnu.org>
6081
9acc3873
GM
6082 * files.el (after-find-file): Don't print a message ``New file''
6083 if WARN is nil.
6084
83c9cb8e
SM
6085 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6086 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6087 get duplicate tool-bar entries because we'll see the global ones
6088 on more than one path through keymaps.
6089
1946f901
GM
6090 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6091
df0267b8
GM
6092 * progmodes/cmacexp.el: Change Francesco's email address.
6093
ae3b264b
KH
60942000-10-24 Kenichi Handa <handa@etl.go.jp>
6095
6096 * window.el (fit-window-to-buffer): Adjust point of the window
6097 buffer, not that of the current buffer.
6098
23afac01
EZ
60992000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6100
6101 * progmodes/cmacexp.el: Update the euthor's email address.
6102
22d1a4ed
MB
61032000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6104
6105 * faces.el (face-spec-set-match-display): Add `graphic' display
6106 type (the inverse of `tty'). Use `display-graphic-p' instead of
6107 the window-system variable.
6108
f408aa48
KH
61092000-10-24 Kenichi Handa <handa@etl.go.jp>
6110
83c9cb8e
SM
6111 * international/isearch-x.el (isearch-with-input-method):
6112 Call input-method-function with the first event in
f408aa48
KH
6113 unread-command-events.
6114
94fe8a31
MB
61152000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6116
83c9cb8e 6117 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6118
8f47302e
AC
61192000-10-24 Andrew Choi <akochoi@i-cable.com>
6120
6121 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6122 New charsets.
6123
6124 * term/mac-win.el: Remove definitions of mac-roman-lower and
6125 mac-roman-upper, require dired, and define instead of set
6126 mac-ready-for-drag-n-drop to avoid compilation error.
6127
446c097e
AI
61282000-10-23 Andrew Innes <andrewi@gnu.org>
6129
83c9cb8e
SM
6130 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6131 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6132 expand-file-name after convert-standard-filename to ensure
6133 expected directory separators are used.
6134
379b70e7
EZ
61352000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6136
6137 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6138
85c766e9
DL
61392000-10-23 Dave Love <fx@gnu.org>
6140
b7e03a67
DL
6141 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6142 (tool-bar-add-item): Set foreground and background for XBM icons.
6143
83c9cb8e
SM
6144 * international/latin1-disp.el (latin1-char-displayable-p):
6145 New function (from Handa).
b7e03a67
DL
6146 (latin1-display-check-font): Use it.
6147
0dcf8835 6148 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6149 using :key-sequence, making it much more usable.
6150 Use nconc, not append.
0dcf8835
DL
6151 (imenu--create-keymap-1): Avoid append.
6152
85c766e9 6153 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6154
cb3069bb
MB
61552000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6156
6157 [the following changes fix a bug where `define-minor-mode' didn't
6158 correctly generate :require clauses for defcustoms in compiled files]
6159 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6160 (byte-compile-log-file, byte-compile-log-1): Don't set
6161 `byte-compile-current-file' to nil. Instead set
6162 `byte-compile-last-logged-file' to it. Test whether
6163 byte-compile-current-file equals byte-compile-last-logged-file
6164 instead of whether its nil.
3b6542ba 6165 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6166
6db6243b
SM
61672000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6168
6169 * textmodes/refill.el: Fix var names in doc.
6170 (refill-mode): Don't bother with make-local-hook anymore.
6171
98490598
MB
61722000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6173
e01cd227
MB
6174 * faces.el (face-user-default-spec, face-default-spec): New functions.
6175 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6176 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6177 Use `face-user-default-spec'. Simplify code slightly.
6178
4836835a 6179 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6180 (woman-unknown-face): Add dark-background variants.
6181 (woman-default-faces): Renamed from `woman-colour-faces'.
6182 Set using the stored defaults, rather than using hard-wired colors.
6183 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6184 Just make the foreground `unspecified' rather than "black".
6185 (woman-menu): Rename menu entries accordingly.
6186
98490598
MB
6187 * faces.el (header-line): Make more reasonable on mono/grayscale
6188 displays.
6189
1a578e9b
AC
61902000-10-23 Andrew Choi <akochoi@i-cable.com>
6191
6192 * cus-edit.el (custom-button-face): Use 3D look for mac.
6193 (custom-button-pressed-face): Likewise.
6194
6195 * faces.el (set-face-attributes-from-resources): Handle mac frames
6196 in the same way as x and w32 frames.
6197 (face-valid-attribute-values): Likewise.
6198 (read-face-attribute): Likewise.
6199 (defined-colors): Likewise.
6200 (color-defined-p): Likewise.
6201 (color-values): Likewise.
6202 (display-grayscale-p): Likewise.
6203 (face-set-after-frame-default): Likewise.
6204 (mode-line): Same default face as for x and w32.
6205 (tool-bar): Likewise.
6206
6207 * frame.el: Remove call to frame-notice-user-settings at end of
6208 the file.
6209
83c9cb8e 6210 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6211 as for x, pc, and w32 frame types.
6212
6213 * term/mac-win.el: New file.
6214
aaaf7be7
DL
62152000-10-22 Dave Love <fx@gnu.org>
6216
6217 * textmodes/refill.el: New file.
6218
5392d654
AS
62192000-10-22 Andre Spiegel <spiegel@gnu.org>
6220
4836835a 6221 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6222 MANUAL and REGEXP.
4836835a 6223 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6224 New functions.
6225 (vc-before-save): Use the latter.
6226 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6227 confusion.
6228
4836835a 6229 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6230 expected by vc[-hooks].el.
6231
6232 * vc.el (vc-checkout): Added `-p' suffix in call to
6233 vc-make-version-backups-p; use vc-make-version-backup to actually
6234 make the backup.
6235 (vc-version-other-window, vc-version-backup-file): Handle both
6236 automatic and manual backups.
6237 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6238 of all of them.
6239
1e221c16
MB
62402000-10-22 Miles Bader <miles@gnu.org>
6241
7ff4fda5
MB
6242 * comint.el (comint-highlight-input, comint-highlight-prompt):
6243 Renamed, `-face' at end removed.
6244 (comint-send-input, comint-output-filter): Use renamed faces.
6245
3511cde8
MB
6246 * window.el (fit-window-to-buffer): Change defaulting of
6247 MAX-HEIGHT slightly.
6248
1e221c16
MB
6249 * faces.el (color-values, color-defined-p): Use `member', not
6250 `memq', because it works correctly for strings.
6251 (frame-set-background-mode): Actually, "unspecified-fg" and
6252 "unspecified-bg" *are* strings. Use `member', not `memq', and
6253 `equal', not `eq', when a string value is possible.
6254
b6ef4898
EZ
62552000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6256
6257 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6258
34939e2c
SM
62592000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6260
6261 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6262 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6263 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6264 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6265 (sh-font-lock-syntactic-keywords): Use them.
6266 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6267 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6268 (sh-mode): Don't override font-lock-unfontify-region-function.
6269 Use a copy of sh-font-lock-syntactic-keywords.
6270 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6271 Don't call sh-scan-buffer since font-lock does it on the fly.
6272 (sh-get-indent-info): Use `face' rather than `syntax-table'
6273 text-property to detect here-documents.
6274 Replace sh-special-syntax with sh-st-punc.
6275 (sh-prev-line): Use `face' rather than `syntax-table'
6276 text-property to skip over here-documents.
6277 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6278 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6279 (sh-electric-less, sh-set-here-doc-region)
4836835a 6280 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6281 (sh-scan-buffer, sh-rescan-buffer): Remove.
6282
f3d3c491
AI
62832000-10-21 Andrew Innes <andrewi@gnu.org>
6284
6285 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6286 remote (ange-ftp) file names.
6287
b86c791c
MB
62882000-10-21 Miles Bader <miles@gnu.org>
6289
d9c30bdf
MB
6290 * window.el (fit-window-to-buffer): New function.
6291 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6292 (window-text-height): Don't expect minibuffers to have mode-lines.
6293
d9c30bdf 6294 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6295 * international/quail.el (quail-update-guidance):
6296 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6297
617fee5a
MB
6298 * international/quail.el (quail-show-guidance-buf): Make sure
6299 guidance window really has enough room.
6300 (quail-update-guidance): If quail-guidance-win is already shown,
6301 make sure its height is OK.
6302
b86c791c
MB
6303 * window.el (window-text-height, set-window-text-height):
6304 New functions.
6305 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6306 instead of `window-height' & `mode-line-window-height-fudge'.
6307 (mode-line-window-height-fudge): Add FACE parameter.
6308 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6309 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6310
e34850d1
MB
63112000-10-20 Miles Bader <miles@gnu.org>
6312
6313 * window.el (height-affecting-face-attributes): Use `defconst'.
6314
6315 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6316 New function, conditionally aliased to `mode-line-window-height-fudge'.
6317 (ispell-help): Use it.
6318 (ispell-choices-win-default-height): Don't include mode-line fudge.
6319 (ispell-choices-win-default-height): New function.
6320 (ispell-show-choices, ispell-command-loop): Use function
6321 `ispell-choices-win-default-height' instead of variable.
6322
a8b883c2
MB
63232000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6324
8c6e4a58
MB
6325 * window.el (mode-line-window-height-fudge): New variable.
6326 (height-affecting-face-attributes): New variable.
6327 (mode-line-window-height-fudge): New function.
6328 (shrink-window-if-larger-than-buffer): Use it.
6329 * help.el (resize-temp-buffer-window): Likewise.
6330
a8b883c2
MB
6331 * info.el (Info-fontify-node): Add support for @subsubsection
6332 titles, which use `Info-title-4-face'.
6333 (Info-title-4-face): New face.
6334 (Info-title-3-face): Inherit from Info-title-4-face instead of
6335 variable-pitch.
6336
e64c3a75
JR
63372000-10-19 Jason Rumney <jasonr@gnu.org>
6338
6339 * dired.el (dired-insert-directory): Do not let errors signalled by
6340 attempt to run dired-free-space-program prevent dired from working.
6341
c70fe852
SM
63422000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6343
6344 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6345
877cf6b4
GM
63462000-10-19 Gerd Moellmann <gerd@gnu.org>
6347
5de037e0
GM
6348 * dirtrack.el (dirtrack): Fix call to run-hooks.
6349
6deb9af9
GM
6350 * cmuscheme.el (cmuscheme-program-name): Renamed from
6351 scheme-program-name because xscheme.el contains a defcustom with
6352 the same name. As a consequence, customizing group `cmuscheme'
6353 loaded `xscheme' which redefined run-scheme.
6354 (run-scheme): Use cmuscheme-program-name.
6355
83c9cb8e 6356 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6357
e597d8fb 6358 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6359 anonymous address, and add a website for Befrienders International.
4836835a 6360
3e9cb08f
GM
63612000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6362
c70fe852
SM
6363 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6364 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6365 (ps-print-version): New version number (6.2).
6366 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6367 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6368 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6369 (ps-x-extent-priority, ps-x-extent-start-position)
6370 (ps-x-face-font-instance, ps-x-find-coding-system)
6371 (ps-x-font-instance-properties, ps-x-make-color-instance)
6372 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6373 avoid compilation gripes without defining functions.
6374 (ps-e-find-composition): Alias for function find-composition, to have a
6375 suitable function depending on Emacs version.
6376 (ps-color-device, ps-color-values, ps-face-foreground-name)
6377 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6378 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6379 (ps-print-ensure-fontified): Function definitions surrounded by
6380 `eval-and-compile' to avoid compilation gripes.
6381 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6382 by symbol-value to avoid compilation gripes.
6383 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6384 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6385
d8abcd91
MB
63862000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6387
13ab33c4
MB
6388 * startup.el (normal-top-level): Call `frame-set-background-mode'
6389 after `frame-notice-user-settings' because the latter doesn't call
6390 the former on a tty.
6391
d8abcd91
MB
6392 * faces.el (frame-set-background-mode): `unspecified' &c are
6393 symbols, not strings.
6394
e8bce0a9
EZ
63952000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6396
c70fe852
SM
6397 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6398 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6399
c70fe852
SM
6400 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6401 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6402
773272d8
KH
64032000-10-19 Kenichi Handa <handa@etl.go.jp>
6404
c70fe852 6405 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6406 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6407 for ISO10646-1 fonts.
6408 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6409
772139c0
EZ
64102000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6411
6412 * faces.el (frame-set-background-mode): If a tty frame defines a
6413 background color, use that to compute the background mode, instead
6414 of always defaulting to "dark".
6415
d134a19f
MB
64162000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6417
8bb84cb2
MB
6418 * comint.el (comint-write-output): New function.
6419 (comint-mode-map): Add it to the menu.
e40a778f 6420 Bind `C-c C-s' to comint-write-output.
d134a19f 6421
dada41e1
GM
64222000-10-18 Gerd Moellmann <gerd@gnu.org>
6423
6424 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6425 Use fancy-splash-delay.
6426
9b5360aa
GM
64272000-10-18 Alex Schroeder <alex@gnu.org>
6428
6429 * progmodes/sql.el (sql-sybase-options): New option.
6430 (sql-sybase): Use it. Add sql-database to the list of parameters
6431 provided for login. The options -w 2048 -n are not used any more.
6432
9035a35a
GM
6433 * comint.el (comint-read-input-ring): Bugfix such that the first
6434 and the last entry of the input ring file are not lost.
6435
3556c6dd
GM
64362000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6437
6438 * ps-print.el: Internal variable changes to defcustom,
6439 make-local-hook changes to defvar. Doc fix.
6440 (ps-print-version): New version number (6.1).
6441 (ps-setup, ps-do-despool): Code fix.
6442 (ps-printer-name): Customization fix.
6443 (ps-printer-name-option): Now is a defcustom instead of an
6444 internal variable.
6445 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6446 (ps-print-begin-column-hook): Now are defvar instead of
6447 make-local-hook.
4836835a 6448
4e217e50
MB
64492000-10-18 Miles Bader <miles@gnu.org>
6450
6451 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6452 (comint-kill-output): Changed into an alias for `comint-delete-output',
6453 and made obsolete.
6454 (comint-mode-map): Rename references to comint-kill-output.
6455
34460354
EZ
64562000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6457
6458 * diff-mode.el (diff-header-face, diff-file-header-face)
6459 (diff-changed-face): Add bold and italic attributes to tty faces.
6460 (diff-function-face): New face.
6461 (diff-font-lock-keywords): Use it.
6462
17ea3cdb
MB
64632000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6464
6465 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6466 Remove commented-out call to force-mode-line-update.
6467 (comint-kill-output): Use `forward-line 0' instead of
6468 beginning-of-line to make sure we get past the prompt.
6469
9244f2c7
SM
64702000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6471
6472 * diff-mode.el (diff-header-face, diff-file-header-face):
6473 Add specific setting for dark background.
6474 (diff-context-face): Renamed from diff-comment-face.
6475 Set explicitly rather than inheriting from font-lock-comment-face.
6476
1592c1ef
EZ
64772000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6478
6479 * startup.el (command-line): Move the code which sets the default
6480 TTY colors to before before-init-hook.
6481
f86292a9
GM
64822000-10-17 Gerd Moellmann <gerd@gnu.org>
6483
6484 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6485
f7f2e883
EZ
64862000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6487
e854cc22
EZ
6488 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6489 extensions, for MS-DOS.
6490
f7f2e883
EZ
6491 * diff-mode.el (diff-header-face, diff-file-header-face)
6492 (diff-changed-face): Define tty-specific colors.
6493
c7b4f0f9
GM
64942000-10-17 Gerd Moellmann <gerd@gnu.org>
6495
6496 * startup.el (fancy-splash-text): Realign the text.
6497
12a72271
EZ
64982000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6499
6500 * font-lock.el (font-lock-comment-face): Define a separate default
6501 for dark-background tty's.
6502
61dfccfd
MB
65032000-10-17 Miles Bader <miles@gnu.org>
6504
6505 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6506 being obscured by whizzy mode-lines on graphics displays.
6507
333cd59e
EZ
65082000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6509
6510 * info.el (Info-title-1-face, Info-title-2-face)
6511 (Info-title-3-face): Define colors for tty's.
dada41e1 6512 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6513
dbf1fcc1
EZ
65142000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6515
6516 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6517 reverse from the frame parameters, and don't invert foreground and
6518 background colors.
6519
ac629823
MB
65202000-10-16 Miles Bader <miles@gnu.org>
6521
6522 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6523 string "*Info*". Call propertized-buffer-identification to spruce
6524 up the result.
6525
76eebffc
GM
65262000-10-16 Gerd Moellmann <gerd@gnu.org>
6527
3a6b59d9
GM
6528 * help.el: Provide `help' for the sake of define-minor-mode
6529 which generates defcustoms with requires.
6530
6569c3d3
GM
6531 * jit-lock.el (jit-lock-after-change): If we're in text that
6532 matches a multi-line font-lock pattern, make sure the whole text
6533 will be redisplayed.
6534
c2e0a611
GM
6535 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6536 author's name is unknown.
6537
76eebffc
GM
6538 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6539 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6540 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6541 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6542 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6543 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6544 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6545 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6546 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6547 Add author information.
6548
cf1e7b12
MB
65492000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6550
6551 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6552 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6553 full-color version (using the Gimp) to eliminate dithering artifacts.
6554
5586f3eb
SM
65552000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6556
6557 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6558
6559 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6560
ad64a888
DL
65612000-10-15 Dave Love <fx@gnu.org>
6562
83c9cb8e 6563 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6564
6565 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6566
6567 * whitespace.el: Doc fixes.
6568 (top-level): Don't add hooks here.
6569 (whitespace-running-emacs): Deleted.
6570 (timer): Don't require.
6571 (whitespace): Add back :version conditional on xemacs test.
6572 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6573 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6574 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6575 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6576 Avoid specific xemacs test.
6577 (whitespace-global-mode): New option.
6578 (whitespace-global-mode): New command.
6579 (whitespace-unload-hook): New function.
6580
6581 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6582 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6583 (Info-fontify-node): `Goto' goes to `Go to'.
6584 (Info-fontify-node): Add help-echo to xref links.
6585
1ef49fc6
EZ
65862000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6587
6588 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6589
8b7707e1
SM
65902000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6591
b3b7f42f
SM
6592 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6593 Use plist-get and allow :inherit.
6594
6595 * emacs-lisp/cl-macs.el (cl-do-arglist):
6596 Use plist-get and plist-member instead of memq.
6597
3c7fafc7
SM
6598 * emacs-lisp/ewoc.el (ewoc-location): New function.
6599 (ewoc-enter-after, ewoc-enter-before): Document return value.
6600 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6601 Don't need make-local-hook any more.
6602 (cvs-addto-collection): Return the new tin.
6603 (cvs-mode-insert): Jump to the new line.
6604
8b7707e1
SM
6605 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6606
6607 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6608
6609 * font-lock.el (font-lock-syntactically-fontified): New var.
6610 (font-lock-fontify-syntactic-keywords-region): Use it.
6611 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6612
6613 * diff-mode.el (diff-find-file-name): Fix regexp.
6614
6615 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6616 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6617
6618 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6619 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6620 (sh-mode): Don't make all vars local here.
6621 (sh-kw): Reformat.
6622 (sh-set-shell): Use dolist. Don't set indent-region-function.
6623 (sh-mode-syntax-table): Use pop.
6624 (sh-remember-variable): Use push.
6625 (sh-help-string-for-variable): Use memq.
6626 (sh-safe-backward-sexp): Remove.
6627 (sh-safe-forward-sexp): Add ARG.
6628 (sh-get-indent-info, sh-prev-stmt): Use it.
6629 (sh-prev-line): Simplify by using forward-comment.
6630 (sh-this-is-a-continuation): Simplify.
6631 (sh-learn-buffer-indent): Use dolist.
6632 (sh-do-nothing): Remove.
6633 (sh-set-char-syntax, sh-set-here-doc-region):
6634 Use inhibit-modification-hooks.
6635 (sh-name-style): Use mapcar and push.
6636 (sh-load-style): Use dolist.
6637 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6638 (sh-case, sh-while-getopts): Use propertize directly rather
6639 than sh-electric-rparen.
6640
66412000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6642
6643 * textmodes/tex-mode.el: Require CL when compiling.
6644 (tex-mode-syntax-table): Init immediately.
6645 (tex-mode-map): Bind M-RET to latex-insert-item.
6646 (latex-mode): Set indent-line-function to latex-indent.
6647 (tex-common-initialization): Don't setup the syntax-table any more.
6648 (latex-insert-item): New skeleton.
6649 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6650 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6651 (latex-indent, latex-find-indent): New functions.
4836835a 6652 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6653 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6654 (tex-compilation-parse-errors): Use with-syntax-table.
6655
86b7fcbb
MB
66562000-10-15 Miles Bader <miles@gnu.org>
6657
6658 * font-lock.el (font-lock-comment-face): Change dark-background,
6659 color, non-tty, default to `chocolate1'.
6660
57a24508
JW
66612000-10-13 John Wiegley <johnw@gnu.org>
6662
6663 * eshell/esh-util.el (require): Added a missing `require' form,
6664 needed when compiling (for an ange-ftp macro definition).
6665
40ad3db4
DL
66662000-10-13 Dave Love <fx@gnu.org>
6667
6668 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6669
db460189
GM
66702000-10-13 Gerd Moellmann <gerd@gnu.org>
6671
83c9cb8e 6672 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6673
4836835a 6674 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6675 transparent -colors 8).
6676
3b5e21df
GM
66772000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6678
6679 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6680 that breaks with old list format timestamps.
6681 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6682 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6683
16908a3f
JW
66842000-10-13 John Wiegley <johnw@gnu.org>
6685
d7103dda
JW
6686 * align.el, pcomplete.el, calendar/timeclock.el,
6687 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6688
dace60cf 6689 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6690 faulty math, where holiday hours were being computing as seconds.
6691
b6b70cda
JW
66922000-10-13 John Wiegley <johnw@gnu.org>
6693
6694 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6695 specifying what "other" kinds of buffers should be saved.
6696 This used to be hard-coded.
b6b70cda
JW
6697 (desktop-buffer-misc-functions): A global for specifying how
6698 auxiliary data should be determined for special buffer types.
6699 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6700 instead of hard-coding the special buffer types.
6701 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6702 auxiliary data, instead of hard-coding for Info buffers and dired.
6703 (desktop-buffer-info-misc-data): Aux function for determining Info
6704 buffer auxiliary info.
6705 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6706 (desktop-buffer-info): Changed this function to use the info
6707 gathered above.
6708 (desktop-create-buffer): Be a little more careful about what
6709 `minor-mode' means before calling it. This is important for some
6710 buffer types.
6711
8c6b1d83
JW
67122000-10-13 John Wiegley <johnw@gnu.org>
6713
6714 * eshell/esh-util.el: Added a global form which declares an
6715 autoload for `parse-time-string', if that function is not already
6716 defined, and if parse-time.el is available on the user's system.
6717
6718 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6719 to be aware of ange-ftp user info.
83c9cb8e 6720 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6721 (eshell-ls-annotate): Use `eshell-file-attributes'.
6722 (eshell-ls-file): Made the user-id printing code a bit smarter.
6723
6724 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6725 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6726 It's manual, but there's no other way to know when the current user
6727 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6728 (fboundp): Bind `ange-cache'.
6729 (eshell-directory-files-and-attributes): Re-organized the logic a
6730 bit to use `eshell-file-attributes' instead of `file-attributes'.
6731 The former is more sensitive to directories that are read via FTP,
6732 and knows how to use ange-ftp to determine full attribute
6733 information, instead of just the name and last modtime.
6734 (eshell-current-ange-uids): Return the current user id when in a
6735 remote directory.
6736 (eshell-parse-ange-ls): Parse a full directory listing that has
6737 been returned by ange-ftp.
6738 (eshell-file-attributes): This beefed up version of
6739 `file-attributes' is only special if the user is currently in a
6740 remote directory, in which case it does a lot of work to find out
6741 what the real attributes of a file are, as they appear on the
6742 remote machine. This makes usage of remote directories (i.e.,
6743 ange-ftp pathnames) much more useful. You can now use Eshell as a
6744 full-fledged FTP client, with much more manipulation ability than
6745 most other clients.
6746
6747 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6748 variable, which means that Eshell's du should always be preferred
6749 in remote directories.
6750 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6751 just `file-attributes'.
6752 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6753 when reading remote directories. This is an Eshell-specific
6754 variable (not part of ange-ftp).
6755 (eshell/ln): Bind `ange-cache'.
6756 (eshell/du): Added some extra logic for determining when to use
6757 Eshell's du (which is slow), and when to use the external version
6758 (which may or may not exist).
6759
83c9cb8e
SM
6760 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6761 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6762 `get-buffer-process', since backgrounded processes don't count in
6763 the context of this function's logic.
6764
6765 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6766 `forward-char', so that null strings are parsed correctly.
6767
87730e84 67682000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6769
83c9cb8e
SM
6770 * eshell/em-pred.el (eshell-pred-file-type)
6771 (eshell-pred-file-links, eshell-pred-file-size):
6772 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6773
6774 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6775 that remote file globbing is more efficient.
6776
6777 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6778 gathering the files and attributes within a directory.
6779
6780 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6781 the command line is a special file (not a regular file, directory
6782 or symlink), always attempt to call the external version of cat.
6783
87730e84 67842000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6785
6786 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6787 Eshell-friendly version of find-tag.
6788
1c7e37a9
MB
67892000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6790
4836835a 6791 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6792 (image-file-name-regexps): Add autoload cookies.
6793
11a7f341
KH
67942000-10-13 Kenichi Handa <handa@etl.go.jp>
6795
6796 * international/mule-cmds.el (select-safe-coding-system): If FROM
6797 is string, show it in *Warning* buffer.
6798
8ddddcb0
EZ
67992000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6800
6801 * startup.el (normal-top-level): Use display-popup-menus-p instead
6802 of window-system.
6803 (command-line): Use display-graphic-p instead of window-system.
6804 (command-line-1): Use display-popup-menus-p and display-mouse-p
6805 instead of window-system.
6806
72200f89
SS
68072000-10-12 Sam Steingold <sds@gnu.org>
6808
6809 * tooltip.el (tooltip-use-echo-area): New user variable.
6810 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6811
8661c643
DL
68122000-10-12 Dave Love <fx@gnu.org>
6813
d0b40dc1
DL
6814 * recentf.el: Maintainer's checkdoc fixes.
6815
83c9cb8e
SM
6816 * startup.el (normal-top-level-add-subdirs-to-load-path):
6817 Use character class, not ASCII when matching file names.
a622451f
DL
6818 (fancy-splash-head): Add trailing slash to URL.
6819 (command-line): Don't require XPM support for toolbar.
6820
8661c643
DL
6821 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6822 (cperl-invalid-face): Revert last change.
6823 (cperl-init-faces): Quote cperl-invalid-face.
6824
ef2ed8ab
KH
68252000-10-12 Kenichi Handa <handa@etl.go.jp>
6826
6827 * startup.el (fancy-splash-text): Remove superfluous quote.
6828
b0da379e
GM
68292000-10-12 Gerd Moellmann <gerd@gnu.org>
6830
dbeb499b
GM
6831 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6832 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6833 (command-line-1): Don't use fancy-splash-pending-command.
6834 (fancy-splash-screens-1): Goto point-min after inserting text.
6835
d861718a
GM
6836 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6837
b0da379e
GM
6838 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6839 instead of shared-lisp-mode-map.
6840
4fb2ad98
MB
68412000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6842
1cb4393e
MB
6843 * faces.el (header-line): Change tty-variant to use underlining.
6844
4fb2ad98
MB
6845 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6846 (isearch-highlight): Restore lazy-isearch face properties at old
6847 position, and suppress them at new position.
6848 (isearch-dehighlight): Restore lazy-isearch face properties.
6849 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6850 over the real isearch overlay, but in that case, don't give it a
6851 face property. Use `push'.
6852
eb991b25
KH
68532000-10-12 Kenichi Handa <handa@etl.go.jp>
6854
6855 * man.el (Man-getpage-in-background): Fix previous change.
6856 Decode the process output only when we are in multibyte mode.
6857
a818c1c0
DL
68582000-10-11 Dave Love <fx@gnu.org>
6859
c990f53a
DL
6860 * info.el (Info-mode-menu): Fix some help.
6861 (info-tool-bar-map): Add entry for Info-last.
6862
a818c1c0
DL
6863 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6864 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6865 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6866 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6867 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6868 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6869 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6870 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6871 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6872 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6873 Reduce colour requirements to 25 overall. (Probably wants
6874 revisiting from the originals to reduce further.)
6875
c1b096cb
EZ
68762000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6877
6878 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6879 buffer-file-coding-system, instead of raw-text.
6880 (dehexlify-buffer): Bind coding-system-for-read to
6881 buffer-file-coding-system, instead of raw-text.
6882
5c8b7eaf
SS
68832000-10-11 Sam Steingold <sds@gnu.org>
6884
83c9cb8e 6885 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6886 `underline' - fixes the bug introduced on 2000-09-21.
6887
2cfbdb7a
DL
68882000-10-11 Dave Love <fx@gnu.org>
6889
83c9cb8e
SM
6890 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6891 Avoid compiler warnings.
2cfbdb7a
DL
6892 (scheme-mode): Doc fix.
6893 (scheme-font-lock-keywords-1): Match `define-syntax'.
6894
68952000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6896
6897 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6898 face specs as well as default ones. Only do anything if the
6899 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6900 (region): Make dark-background `region' face less in-your-face.
4b33f290 6901
690ec649
SS
69022000-10-10 Sam Steingold <sds@gnu.org>
6903
6904 * chistory.el, ielm.el, ledit.el:
6905 * progmodes/inf-lisp.el, progmodes/scheme.el:
6906 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6907
3b95d6bb
SM
69082000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6909
6910 * textmodes/texinfo.el: Update copyright and fix typo.
6911
6912 * desktop.el (desktop-modes-not-to-save): New var.
6913 (desktop-save-buffer-p): Use it.
a30eb617
DL
6914 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6915 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6916
69172000-10-10 Dave Love <fx@gnu.org>
6918
6919 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6920 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6921
6922 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6923 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6924 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6925 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6926 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6927 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6928 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6929 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6930 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6931 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6932 the .xpms; probably need retouching.
6933
69342000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6935
6936 * subr.el (add-to-list): Add optional argument APPEND.
6937 * battery.el (display-battery): Use `add-to-list'.
6938
69392000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6940
83c9cb8e
SM
6941 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6942 properties.
a30eb617
DL
6943 (zone, zone-when-idle, zone-leave-me-alone)
6944 (zone-pgm-whack-chars): Use new symbol properties.
6945
6946 * battery.el (display-battery): Doc spelling fix.
6947
6948 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6949 property.
6950
69512000-10-09 Dave Love <fx@gnu.org>
6952
6953 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6954 has been initialized before calling tool-bar-setup.
6955 (tool-bar-add-item-from-menu): Add autoload cookie.
6956
69572000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6958
6959 * menu-bar.el (send-mail-item-name): New function.
6960 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6961 of mail-user-agent in the menu. Don't display the "Send Mail"
6962 item if mail-user-agent is nil or its value is ignore.
6963 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6964 if read-mail-command is nil or its value is ignore.
6965
6966 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6967
69682000-10-09 Miles Bader <miles@gnu.org>
6969
6970 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6971 Correct image size.
6972 * toolbar/left_arrow.xpm: Correct image size.
6973
6974 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6975 will be done by the definition of `auto-compression-mode' if
6976 necessary. Move code to uninstall existing file-name handler
6977 before definition of `auto-compression-mode'.
6978
6979 * image-file.el (auto-image-file-mode): Move to the end of the
6980 file, because `define-minor-mode' actually calls the mode-function
6981 if the associated variable is non-nil, which requires that all
6982 needed functions be already defined.
6983
6984 * mouse.el (popup-menu): Balance parens.
6985
69862000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6987
6988 * mouse.el (popup-menu): Move the command call outside the loop
6989 so that popup-menu returns whatever the command returns.
6990
6991 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6992 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6993 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6994 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6995
6996 * vc.el (vc-version-diff): diff-switches can be a list.
6997 Use relative filenames for prettier output.
6998
6999 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7000 (vc-post-command-functions): Remove old-VC compatibility code.
7001
7002 * newcomment.el (comment-indent-default): Autoload.
7003
7004 * font-lock.el (font-lock-defaults): Make buffer-local.
7005 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7006 (font-lock-choose-keywords):
7007 Ignore LEVEL unless KEYWORDS is a list of syms.
7008 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7009 Don't wrap regexp-opt things in \(...\) unnecessarily.
7010
7011 * jit-lock.el: Don't require font-lock any more.
7012 (jit-lock-functions): Make buffer-local.
7013 (jit-lock-saved-fontify-buffer-function): Remove.
7014 (jit-lock-mode): Remove autoload cookie.
7015 Remove font-lock specific code.
7016 (jit-lock-unregister): Don't bother handling complex hooks any more.
7017 (jit-lock-refontify): New function.
7018 (jit-lock-fontify-buffer): Use it.
7019 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7020 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7021 Add optional args START and END.
7022 Never call font-lock-fontify-region directly.
7023 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7024
7025 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7026
70272000-10-08 Dave Love <fx@gnu.org>
7028
7029 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7030
7031 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7032
7033 * play/studly.el (studlify-region, studlify-word): Add autoload
7034 cookie.
7035
7036 * play/morse.el (morse-region, unmorse-region): Add autoload
7037 cookie.
7038
7039 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7040 concat.
7041
7042 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7043 insist on symbols starting with word syntax.
7044 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7045 (eval-defun-1): Doc fix.
7046 (indent-sexp): Use nconc to build up indent-stack.
7047
7048 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7049 Gnus with little use.
7050 (mail-setup-hook): Add mail-abbrevs-setup to options.
7051
7052 * recentf.el: Doc fixes.
7053
7054 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7055 Clean up remainder.
7056
7057 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7058 without timezone and (8) with timezone to enforce some whitespace.
7059 Simplify code somewhat.
7060
7061 * options.el (list-options): Doc that you should use customize.
7062
7063 * iswitchb.el (iswitchb-mode): Add :require.
7064
7065 * info.el (Info-goto-node, Info-menu): Doc fix.
7066 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7067 (info-tool-bar-map): New variable.
7068 (Info-mode): Use it.
7069 (Info-edit-map): Define all in defvar.
7070 (speedbar-attached-frame): Avoid compiler warning.
7071
7072 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7073 (global-map): Bind [tool-bar] to a filtered map.
7074 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7075 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7076 Allow PBM icons.
7077 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7078
7079 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7080 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7081 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7082 icons, except up_arrow, which is left-arrow rotated.
7083
7084 * imenu.el (imenu-add-to-menubar): Fix last change.
7085
70862000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7087
7088 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7089 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7090
70912000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7092
7093 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7094 typos in doc strings.
7095
7096 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7097 the doc strings how to customize Font Lock faces.
7098
7099 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7100 computing growth when dragging the header line.
7101
71022000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7103
7104 * simple.el (kill-line): Doc fix.
7105
71062000-10-08 Miles Bader <miles@gnu.org>
7107
7108 * faces.el (secondary-selection): Make foreground visible on tty.
7109
7110 * jka-compr.el (auto-compression-mode): Move to the end of the
7111 file, because `define-minor-mode' actually calls the mode-function
7112 if the associated variable is non-nil, which requires that all
7113 needed functions be already defined.
7114 (with-auto-compression-mode): Add autoload cookie.
7115
71162000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7117
7118 * files.el (find-backup-file-name) [ms-dos]: If support for long
7119 file names is not available, behave as if version-control were set
7120 to never.
7121
71222000-10-07 Dave Love <fx@gnu.org>
7123
7124 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7125 (browse-url-gnome-moz): New function.
7126 (browse-url-browser-function): Use it.
7127 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7128
71292000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7130
7131 * indent.el (tab-always-indent): New var.
7132 (indent-for-tab-command): Use it.
7133
7134 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7135 raise an error. This way it can still default to a sane value.
7136
71372000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7138
7139 * startup.el (fancy-splash-screens): Use local rather than global map.
7140 Don't use `update-menu-bindings' any more.
7141 Get rid of assumptions about keymap representation.
7142
71432000-10-06 Dave Love <fx@gnu.org>
7144
7145 * textmodes/fill.el (sentence-end-double-space)
7146 (sentence-end-without-period): Doc fix.
7147 (adaptive-fill-regexp): Purecopy.
7148 (unjustify-current-line): Use line-end-position.
7149 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7150
7151 * net/eudc-vars.el (eudc): Add :version, :link.
7152
7153 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7154
7155 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7156 Fix for define-minor-mode.
7157 (function-at-point): Alias to function-called-at-point.
7158
7159 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7160
7161 * simple.el (backward-word): Doc fix.
7162
7163 * image-file.el (image-file-name-regexp): image-file-regexps ->
7164 image-file-name-regexps.
7165 (image-file-name-extensions): Add pbm.
7166
71672000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7168
7169 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7170 and add filename to the names so that diff-mode can jump to source.
7171
7172 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7173 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7174 (tex-font-lock-keywords-1): Remove.
7175 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7176 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7177 (font-lock-default-fontify-region):
7178 Expand beg..end correctly when just following a multiline region.
7179 (font-lock-fontify-anchored-keywords):
7180 Include the anchor text as part of the multiline.
7181
71822000-10-06 Gerd Moellmann <gerd@gnu.org>
7183
7184 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7185 latter needs the autoloaded define-minor-mode macro during the
7186 bootstrap.
7187
7188 * startup.el (command-line): For now, activate tool-bar-mode only
7189 if XPM images are supported.
7190
7191 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7192 window by dragging a header-line at the top of the frame; that's
7193 confusing because the header-line doesn't move.
7194 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7195 of treating the event as a list. Some cleanup.
7196
71972000-10-06 Miles Bader <miles@gnu.org>
7198
7199 * simple.el (display-message-or-buffer): New function.
7200 (shell-command-on-region): Use `display-message-or-buffer'.
7201
7202 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7203 docstring parts.
7204
7205 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7206 (smbclient-prompt-regexp): Add usage note to doc string.
7207 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7208 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7209 Use add-hook for adding the comint filter function, and only do so
7210 if it's not already in the global hook list.
7211 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7212 to `make-local-variable'.
7213 (nslookup-font-lock-keywords): Remove prompt entry.
7214 (nslookup): Don't set the process-filter.
7215 (finger): Exit the loop correctly when the regexps list runs out.
7216 (ftp, smbclient, smbclient-list-shares):
7217 Set the real major mode immediately, not after execing.
7218 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7219
7220 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7221
72222000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7223
7224 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7225
7226 * which-func.el (which-func-format): Remove spurious space.
7227 (which-func-mode): Don't make it permanent-local.
7228 (which-func-ff-hook): Allow which-func-maxout to be nil.
7229 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7230 (which-func-mode): Simplify.
7231 Use post-command-idle-hook rather than post-command-hook.
7232 Go through all buffers and update their state.
7233 (which-function): Also try add-log-current-defun-function.
7234
7235 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7236 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7237 Update call to with-vc-properties accordingly.
7238 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7239 (vc-revert-buffer): More careful about window selection and deletion.
7240 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7241
7242 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7243 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7244 (cvs-dired-action): Change the default to quickdir.
7245
7246 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7247 if comment-indent-function returns nil.
7248 (comment-indent-default): New function.
7249 (comment-indent-function): Use it and document the new semantics.
7250
7251 * image-file.el: Docstring fixes.
7252
7253 * help.el (help-xref-on-pp): Use match-string.
7254 (describe-variable): New arg BUFFER.
7255 Store the current buffer in the help-xref-stack.
7256 (temp-buffer-resize-mode): Use define-minor-mode.
7257
7258 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7259 consistently with its docstring.
7260 Set jit-lock-first-unfontify-pos in an idempotent way.
7261 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7262
72632000-10-05 Alex Schroeder <alex@gnu.org>
7264
7265 * sql.el (sql-mysql-options): New variable.
7266 (sql-mysql): Use it.
7267
72682000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7269
7270 * image.el (image): New group.
7271
7272 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7273 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7274
72752000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7276
7277 * net/net-utils.el (nslookup-font-lock-keywords)
7278 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7279 Ignore the value of wqindow-system; always define keywords
7280
72812000-10-05 Kenichi Handa <handa@etl.go.jp>
7282
7283 * startup.el (fancy-splash-screens): Remove the code for
7284 debugging; `(trace-to-stderr "EXITTT\n")'.
7285
72862000-10-05 Miles Bader <miles@gnu.org>
7287
7288 * diff-mode.el (diff-goto-source): Update call to
7289 `diff-hunk-status-msg' to reflect new REV variable.
7290
72912000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7292
7293 * progmodes/icon.el (icon-mode):
7294 Don't gratuitously override the default for comment-column.
7295
7296 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7297
7298 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7299 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7300 (jit-lock-functions): New var.
7301 (jit-lock-function-1): Use it if non-nil.
7302 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7303 Set the `fontified' property before doing the fontification to avoid
7304 repeatedly going through the same error.
7305 Don't turn errors into messages.
7306 (jit-lock-register, jit-lock-unregister): New functions.
7307
7308 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7309 Use with-current-buffer.
7310
7311 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7312 Turn comment into docstring.
7313
7314 * apropos.el (apropos-mode): Use define-derived-mode.
7315
73162000-10-04 Gerd Moellmann <gerd@gnu.org>
7317
7318 * startup.el (fancy-splash-pending-command): New variable.
7319 (fancy-splash-pre-command): New function.
7320 (fancy-splash-screens): Rewritten.
7321 (command-line-1): If fancy-splash-pending-command is set, call it
7322 interactively.
7323
73242000-10-04 Dave Love <fx@gnu.org>
7325
7326 * toolbar/tool-bar.el (tool-bar-setup): New function.
7327 (tool-bar-mode): Use it.
7328
7329 * subr.el (substitute-key-definition): Doc fix.
7330 (play-sound-file): New command.
7331
73322000-10-04 Andre Spiegel <spiegel@gnu.org>
7333
7334 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7335 vc-version-backup-file-name): New functions.
7336
7337 * files.el (basic-save-buffer): Call vc-before-save before saving.
7338
7339 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7340 vc-cvs-stay-local-p.
7341
7342 * vc.el (vc-revert-buffer): Handle empty diff properly.
7343 (vc-version-backup-file): New function.
7344 (vc-checkout): Create a version backup if necessary.
7345 (vc-checkin): If a version backup file exists, delete it.
7346 (vc-version-diff): Diff locally using version backups, if available.
7347 (vc-revert-file): If there's a version backup, revert locally.
7348 (vc-transfer-file): Use version backup for base version, if
7349 available. If not, ask for confirmation whether to get it from the
7350 server. Update mode line before check-in.
7351
73522000-10-04 Dave Love <fx@gnu.org>
7353
7354 * toolbar/tool-bar.el (tool-bar-setup): New function.
7355 (tool-bar-mode): Use it.
7356
73572000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7358
7359 * net/net-utils.el (nslookup-font-lock-keywords)
7360 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7361 Only set if window-system is non-nil
7362 (net-utils-run-program): Returns buffer.
7363 (network-connection-reconnect): Added this function.
7364
7365 * generic.el:
7366 Incorporates extensive cleanup and docfixes by
7367 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7368 Uses cl compile-time macros.
7369 (generic-mode-name, generic-comment-list)
7370 (generic-keywords-list, generic-font-lock-expressions)
7371 (generic-mode-function-list, generic-mode-syntax-table):
7372 Removed variables.
7373 (generic-mode-alist): Renamed to generic-mode-list.
7374 (generic-find-file-regexp): Default changed to "^#".
7375 (generic-read-type): Uses completing read on generic-mode-list.
7376 (generic-mode-sanity-check): removed this function.
7377 (generic-add-to-auto-mode): Removed this function
7378 (generic-mode-internal): Bind mode-specific definitions
7379 into function instead of putting them in alist.
7380 (generic-mode-set-comments): Reworked extensively.
7381 (generic-mode-find-file-hook): Simplified regexp searching
7382 (generic-make-keywords-list): Omit extra pair of parens
7383
7384 * find-lisp.el (find-lisp-find-files-internal):
7385 Make sure directory name ends with "/".
7386
7387 * generic-x.el (apache-conf-generic-mode):
7388 Regexp now allows leading whitespace.
7389 (rc-generic-mode): Added eval-when-compile
7390 around generic-make-keywords-list.
7391 Deleted duplicate regexp
7392 (rul-generic-mode): Added eval-when-compile
7393 around generic-make-keywords-list.
7394 (etc-fstab-generic-mode): New generic mode.
7395 (rul-generic-mode): Removed one eval-when-compile
7396 which caused a max-specpdl-size exceeded error.
7397
73982000-10-04 Miles Bader <miles@gnu.org>
7399
7400 * simple.el (minibuffer-temporary-goal-position): New variable.
7401 (next-history-element): Try to keep the position of point in the
7402 input string constant.
7403
7404 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7405 (dired-do-create-files): If there's only one file, pass it in as
7406 the DEFAULT arg to dired-mark-read-file-name.
7407
74082000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7409
7410 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7411 (diff-goto-source): Be smarter when choosing REVERSE or not.
7412
7413 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7414 (texinfo-mode-menu): Add an explicit shortcut for update all.
7415
74162000-10-03 Andre Spiegel <spiegel@gnu.org>
7417
7418 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7419 factorize backend-specific code cleanly (this was essentially
7420 conceived by Stefan Monnier).
7421 (vc-unregister): Function removed.
7422 (vc-revert-file): New function.
7423 (vc-revert-buffer): Delegate some of the work to it.
7424
7425 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7426 default branch unconditionally.
7427 (vc-rcs-set-default-branch): New function.
7428 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7429 (vc-rcs-checkin): If an appropriate default branch has been set,
7430 force creation of that branch.
7431 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7432 code (as suggested by Stefan Monnier).
7433
74342000-10-02 Gerd Moellmann <gerd@gnu.org>
7435
7436 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7437 highlighting overlay with a different face over the overlay
7438 isearch uses to highlight the current match because that can lead
7439 to bad face combinations.
7440
7441 * loadup.el (toplevel): Load faces before isearch.
7442
7443 * isearch.el (isearch-faces): New custom group.
7444 (isearch): New defface; was already tested for in the code.
7445 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7446 (isearch-highlight): Always use face `isearch'.
7447
74482000-10-02 Dave Love <fx@gnu.org>
7449
7450 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7451 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7452 comparison of opcode with operand.
7453
74542000-10-03 Miles Bader <miles@gnu.org>
7455
7456 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7457 buffer, since the echo area will now grow to accommodate them.
7458
74592000-10-02 Andre Spiegel <spiegel@gnu.org>
7460
7461 * vc-hooks.el (vc-registered): If FILE used to be registered under
7462 a certain backend, try that one first.
7463
7464 * vc.el (vc-responsible-backend): Undo the previous change in the
7465 argument list. Handle multiple backends correctly.
7466 (vc-find-new-backend): Function removed.
7467 (vc-register): Use vc-responsible-backend, as before.
7468 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7469
74702000-10-02 Gerd Moellmann <gerd@gnu.org>
7471
7472 * startup.el (fancy-splash-head): Change message below the
7473 logo.
7474
74752000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7476
7477 * diff-mode.el (diff-goto-source): Emit a status message.
7478 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7479 (diff-test-hunk): Fix doc string.
7480 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7481 (diff-advance-after-apply-hunk): New variable.
7482 (diff-apply-hunk): Don't return a value.
7483
74842000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7485
7486 * vc.el (vc-editable-p): Minor optimization.
7487 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7488 (vc-find-new-backend): New function split from vc-responsible-backend.
7489 (vc-register): Use it.
7490 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7491 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7492 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7493 (vc-clear-headers): Don't use find-file.
7494 (vc-revert-buffer): Use `and' again (must have been a braino).
7495 (vc-switch-backend): Only prompt if requested.
7496 Short circuit if nothing is to be done.
7497 Don't use vc-resynch-buffer which could lose unsaved editing.
7498 (vc-default-receive-file): Update call to vc-unregister.
7499 (with-vc-file, vc-next-action-on-file):
7500 Use vc-backend rather than vc-registered.
7501 (vc-next-action-on-file): Use intern-soft.
7502 Deal with read-only *vc-diff* buffer.
7503 (vc-transfer-file): Docstring fix.
7504
7505 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7506 (vc-rcs-receive-file): Avoid with-vc-properties.
7507 Update call to vc-unregister.
7508 Use constant `RCS' rather than (dynamically bound) var `backend'.
7509
75102000-10-01 Andre Spiegel <spiegel@gnu.org>
7511
7512 * vc.el (vc-next-action-on-file): Update mode line only if file
7513 is visited.
7514 (vc-start-entry): New argument initial-contents. Don't visit the file
7515 if it isn't already visited. Brought documentation up-to-date.
7516 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7517 (vc-checkin): New optional arg initial-contents, which is passed to
7518 vc-start-entry.
7519 (vc-finish-logentry): Make sure to bury log buffer only if there
7520 really is one. Call `vc-resynch-buffer' on log-file, not
7521 buffer-file-name.
7522 (vc-default-comment-history, vc-default-wash-log): New functions.
7523 (vc-index-of): Removed.
7524 (vc-transfer-file): Make do without the above.
7525 (vc-default-receive-file): Call comment-history unconditionally. Pass
7526 the resulting string to vc-checkin, instead of inserting it into the
7527 comment ring.
7528
7529 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7530 unconditionally. Use the comments as initial contents of the log
7531 entry buffer. Document the trick to force branch creation with no
7532 changes.
7533
75342000-10-01 Miles Bader <miles@gnu.org>
7535
7536 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7537 `recenter' with an arg to prevent redrawing the display.
7538
75392000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7540
7541 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7542
7543 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7544
7545 * progmodes/c-mode.el (c-mode):
7546 Don't gratuitously override the default for comment-column.
7547
7548 * textmodes/tex-mode.el (latex-metasection-list): New var.
7549 (latex-imenu-create-index): Use it.
7550 Move the regexp construction outside loops (and use push).
7551 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7552 (tex-font-lock-keywords): Moved from font-lock.el.
7553 (tex-comment-indent): Remove.
7554 (tex-common-initialization): Don't set comment-indent-function.
7555 (latex-block-default): New var.
7556 (tex-latex-block): Use it to provide a default choice.
7557 Add any unknown choice to latex-block-names.
7558 Insert [...] after {...}.
7559 (tex-last-unended-begin): Simplify regexp.
7560 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7561 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7562 (latex-mode): Set forward-sexp-function.
7563
7564 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7565 Add regexp for @ignore ... @end ignore.
7566 (texinfo-heading-face): New face.
7567 (texinfo-font-lock-keywords): Use it.
7568 (texinfo-mode-menu): New menu.
7569 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7570 New functions.
7571 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7572 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7573 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7574 Remove declaration.
7575 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7576
7577 * delsel.el (delete-selection-mode): Use define-minor-mode.
7578
7579 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7580
75812000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7582
7583 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7584
75852000-09-30 Gerd Moellmann <gerd@gnu.org>
7586
7587 * replace.el (keep-lines-read-args): New function.
7588 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7589 read arguments interactively. Add parameters RSTART and REND.
7590 Operate on the active region in Transient Mark mode.
7591
7592 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7593
7594 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7595 (authors-obsolete-files-regexps): New variable.
7596 (authors-add): Don't record changes in obsolete files.
7597
75982000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7599
7600 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7601
7602 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7603 (comment-indent): Make sure there's a space between code and comment.
7604 Shift comments left to avoid going past fill-column.
7605
76062000-09-29 Gerd Moellmann <gerd@gnu.org>
7607
7608 * startup.el (startup-echo-area-message): New function.
7609 (display-startup-echo-area-message): Use it.
7610 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7611 (fancy-splash-default-action): New function.
7612 (fancy-splash-screens-1): New function.
7613 (fancy-splash-head): Put a help-echo and a keymap under the image.
7614
76152000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7616
7617 * diff-mode.el (diff-add-log-file-name): Remove.
7618 (diff-mode): Use add-log-buffer-file-name-function.
7619
7620 * add-log.el (find-change-log): New arg BUFFER-FILE.
7621 (add-log-file-name): Obey add-log-file-name-function.
7622 (add-log-buffer-file-name-function): New var.
7623 (add-change-log-entry): Use it.
7624
76252000-09-29 Miles Bader <miles@gnu.org>
7626
7627 * image-file.el (image-file-name-extensions): New variable.
7628 (image-file-name-regexps): Renamed from `image-file-regexps'.
7629 New default value is nil. Call `auto-image-file-mode'.
7630 (image-file-name-regexp): New function.
7631 (auto-image-file-mode): New minor mode.
7632 (insert-image-file): Don't make conditional on the image-file
7633 handler being enabled.
7634 (image-file-handler): Make the call here conditional instead.
7635 (set-image-file-handler-enabled, enable-image-file-handler)
7636 (disable-image-file-handler): Functions removed.
7637
7638 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7639 string.
7640
76412000-09-29 Gerd Moellmann <gerd@gnu.org>
7642
7643 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7644 it's a function from CL.
7645 (latex-imenu-create-index): Replace eval-when-compile with progn
7646 because latex-section-alist is not bound while compiling.
7647
76482000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7649
7650 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7651 (outline-mode): Use define-derived-mode.
7652
7653 * progmodes/perl-mode.el (perl-mode):
7654 * progmodes/awk-mode.el (awk-mode):
7655 * progmodes/asm-mode.el (asm-mode):
7656 Don't gratuitously override the default for comment-column.
7657
7658 * emacs-lisp/lisp.el (lisp-complete-symbol):
7659 Distinguish the let-binding case from the funcall case.
7660 (forward-sexp-function): New variable.
7661 (forward-sexp): Use it.
7662
7663 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7664 (easy-mmode-defmap): Remove the now useless autoload.
7665
7666 * time.el (display-time-mode): Use define-minor-mode.
7667
7668 * subr.el (add-minor-mode): Don't eval NAME.
7669 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7670 Use if rather than cond.
7671
7672 * simple.el (read-expression-map): Define more properly.
7673 (comment-indent-hook): Remove.
7674 (string-to-syntax): Bug fix.
7675
7676 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7677 (cvs-ediff-diff): Fix typo.
7678 (cvs-revert-if-needed): Don't bother preserving read-only.
7679
7680 * paren.el (show-paren-mode): Use define-minor-mode.
7681
7682 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7683 (toggle-auto-compression): Remove.
7684 (jka-compr-build-file-regexp): Remove useless grouping.
7685
7686 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7687 Avoid user-reserved bindings.
7688 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7689 (diff-header-face): Revert to grey85.
7690
7691 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7692
7693 * complete.el (partial-completion-mode) <defcustom>: Remove.
7694 (partial-completion-mode): Use define-minor-mode.
7695 (PC-do-completion): Understand `completion-auto-help = delay'
7696 to mean to popup the completion buffer only the second time.
7697 (PC-include-file-all-completions, PC-include-file-all-completions)
7698 (PC-include-file-all-completions): Don't quote lambda.
7699
7700 * comint.el (comint-mode-hook): Docstring fix.
7701 (comint-mode): Use define-derived-mode.
7702 (comint-mode-map): Remove obsolete comment.
7703 (make-comint): Minor stylistic change.
7704 (comint-insert-clicked-input): Be more careful to find the overlay.
7705 Use this-command-keys rather than hardcoding mouse-2.
7706
7707 * font-lock.el: Replace confusing (,@ with ,
7708 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7709 Don't use regexp-opt-depth. Spice up the regexp for args.
7710 Don't distinguish between cmds that can take an opt arg or not.
7711 Use `append' and `prepend' rather than `keep'.
7712
7713 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7714 (latex-outline-regexp): New var.
7715 (latex-outline-level): New fun.
7716 (latex-section-alist): New var.
7717 (latex-imenu-create-index): Use it. Use `push' as well.
7718 (tex-shell-map): Initialize it properly.
7719 (tex-mode): Minor stylistic change.
7720 (plain-tex-mode): Use define-derived-mode.
7721 (latex-mode): Use define-derived-mode.
7722 Construct the paragraph regexps in a more readable way.
7723 Set the buffer-local outline-{level,regexp} vars.
7724 (slitex-mode): Derive from latex-mode.
7725 (tex-common-initialization): Don't kill-all-vars anymore.
7726 Add setting for comment-add and font-lock-defaults.
7727 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7728 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7729 (tex-start-tex): New arg DIR (and send a chdir command for it).
7730 Also display the shell buffer and save it in tex-last-buffer-texed.
7731 (tex-region): Use expand-file-name rather than concat.
7732 Remove code made useless by changes in tex-start-tex.
7733 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7734
7735 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7736
77372000-09-28 Dave Love <fx@gnu.org>
7738
7739 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7740
77412000-09-28 Gerd Moellmann <gerd@gnu.org>
7742
7743 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7744 `append'.
7745
77462000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7747
7748 * info.el (Info-extract-pointer): Undo last change.
7749 Instead, fix the position of the `bound' arg to re-search-backward.
7750
77512000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7752
7753 * info.el (Info-extract-pointer):
7754 Widen more carefully, to avoid finding pointers in other nodes.
7755 (Info-index): Use push.
7756
77572000-09-27 Gerd Moellmann <gerd@gnu.org>
7758
7759 * frame.el (set-frame-font): Remove call to obsolete function
7760 frame-update-faces.
7761 (set-foreground-color, set-background-color): Likewise for
7762 frame-update-face-colors.
7763
77642000-09-27 Miles Bader <miles@gnu.org>
7765
7766 * image-file.el: New file.
7767
77682000-09-27 Gerd Moellmann <gerd@gnu.org>
7769
7770 * frame.el (frame-notice-user-settings): Don't call
7771 frame-update-faces, which is a no-op now.
7772
7773 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7774 tool-bar-lines.
7775
77762000-09-27 Dave Love <fx@gnu.org>
7777
7778 * mouse.el: Fix last change.
7779
77802000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7781
7782 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7783
77842000-09-22 Kenichi Handa <handa@etl.go.jp>
7785
7786 * international/quail.el (quail-help): The output message is
7787 improved.
7788
77892000-09-26 Dave Love <fx@gnu.org>
7790
7791 * mouse.el (popup-menu): If POSITION is nil, set it using
7792 mouse-position.
7793
77942000-09-25 Sam Steingold <sds@gnu.org>
7795
7796 * net/browse-url.el (browse-url-file-url): Check for null maps.
7797
77982000-09-26 Gerd Moellmann <gerd@gnu.org>
7799
7800 * frame.el (frame-notice-user-settings): Don't add a
7801 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7802
7803 * frame.el (frame-notice-user-settings):
7804 Make tool-bar-mode and default-frame-alist consistent.
7805
7806 * toolbar/tool-bar.el (tool-bar-help): New function.
7807
78082000-09-25 Gerd Moellmann <gerd@gnu.org>
7809
7810 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7811 current-load-list in top-level forms. Else this leaks a cons cell
7812 every time a defun is called.
7813
7814 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7815
78162000-09-25 Dave Love <fx@gnu.org>
7817
7818 * startup.el (fancy-splash-head): Check XPM is available.
7819
7820 * autoinsert.el (auto-insert): Doc fix.
7821 (auto-insert-alist): Following GNU notices, don't say `copyright
7822 _by_'. Use line-beginning-position.
7823 (auto-insert): Check buffer-file-name is non-nil before use.
7824
78252000-09-25 Gerd Moellmann <gerd@gnu.org>
7826
7827 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7828 starting with `@def' or `@multitable', in addition to ones
7829 specified by the user in auto-fill-inhibit-regexp.
7830
78312000-09-25 Markus Rost <rost@math.ohio-state.edu>
7832
7833 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7834 rmail-dont-reply-to-names matches the empty string.
7835
78362000-09-25 Gerd Moellmann <gerd@gnu.org>
7837
7838 * startup.el (command-line-1, fancy-splash-text): Change the
7839 text to sound more friendly.
7840
78412000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7842
7843 * progmodes/hideshow.el: Update author email address.
7844 Generally, sync w/ maintainer version 5.22.
7845 (hs-hide-all-non-comment-function): New var.
7846 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7847 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7848 (hs-show-region): Delete this command.
7849 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7850
78512000-09-22 Dave Love <fx@gnu.org>
7852
7853 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7854 (hl-line-highlight): Specify buffer when moving overlay.
7855
7856 * progmodes/fortran.el (fortran-mode): Locally set
7857 normal-auto-fill-function.
7858 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7859 (fortran-mode-map): Adjust auto-fill menu entry.
7860
78612000-09-22 Gerd Moellmann <gerd@gnu.org>
7862
7863 * vc-rcs.el (toplevel): Require `vc' when compiling.
7864
7865 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7866
78672000-09-22 Andre Spiegel <spiegel@gnu.org>
7868
7869 * vc.el (vc-switch-backend): Signal an error if the file is not
7870 registered under the new backend.
7871
7872 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7873 without explicit revision number.
7874
78752000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7876
7877 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7878 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7879 (diff-xor): New function.
7880 (diff-find-source-location): Use it. Fix a stupid name clash.
7881 (diff-hunk-status-msg): New function.
7882 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7883 (diff-test-hunk): Use diff-find-source-location.
7884 (diff-goto-source): Favor the `reverse'.
7885 (diff-hunk-text): Properly handle one-sided context diffs.
7886 (diff-apply-hunk): When done, advance to the next hunk.
7887
78882000-09-21 Gerd Moellmann <gerd@gnu.org>
7889
7890 * startup.el (command-line): If frame was created with a non-zero
7891 tool-bar-lines parameter, switch tool-bar-mode on.
7892
7893 * add-log.el (change-log-date-face, change-log-name-face)
7894 (change-log-email-face, change-log-file-face)
7895 (change-log-list-face, change-log-conditionals-face)
7896 (change-log-function-face, change-log-acknowledgement-face):
7897 New faces, inheriting from font-lock faces.
7898 (change-log-font-lock-keywords): Use them.
7899
79002000-09-21 Dave Love <fx@gnu.org>
7901
7902 * progmodes/cperl-mode.el (top-level): Clean up
7903 `eval-when-compile's and assorted defvars.
7904 (cperl-invalid-face): Don't double-quote value. Change custom
7905 type.
7906 (cperl-mode): Set normal-auto-fill-function and don't zap
7907 auto-fill-function.
7908 (cperl-imenu--function-name-regexp-perl): Renamed from
7909 imenu-example--function-name-regexp-perl.
7910 (cperl-imenu--create-perl-index): Renamed from
7911 imenu-example--create-perl-index.
7912 (cperl-xsub-scan): Don't require cl.
7913
7914 * msb.el (msb-mode-map): Use substitute-key-definition.
7915 (msb-mode): Use msb-mode-map.
7916
79172000-09-21 Andre Spiegel <spiegel@gnu.org>
7918
7919 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7920 New functions.
7921 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7922 (vc-switch-backend): New function.
7923 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7924 (vc-register): Fix prompt.
7925 (vc-unregister, vc-default-unregister): New functions.
7926 (vc-version-diff): Handle empty buffer in sentinel.
7927
7928 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7929 (vc-rcs-state-heuristic): Use it to guess the state of files with
7930 non-strict locking.
7931 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7932 been set with -b, but not created yet.
7933 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7934 contents in order to find the state.
7935 (vc-rcs-checkin): Allow creation of branches with no changes.
7936 (vc-rcs-unregister, vc-rcs-receive-file)
7937 (vc-rcs-set-non-strict-locking): New functions.
7938
7939 * vc-hooks.el (vc-name): Force correct computation of the value
7940 in case it is missing.
7941
79422000-09-21 Gerd Moellmann <gerd@gnu.org>
7943
7944 * startup.el (fancy-splash-tail): Use a different foreground
7945 color on a dark frame background.
7946
79472000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7948
7949 * info.el: Use the correct capitalization when making Info-mode
7950 and Info-edit-mode `special' modes.
7951
79522000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7953
7954 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7955 (diff-mode): Add support for add-log.el.
7956 (diff-hunk-text): Use char offsets rather than line offsets.
7957 (diff-find-source-location): Replace LINE with line-offset (nil
7958 if not found) and always set POS to a meaningful position.
7959 Adapt to the new char-offsets.
7960 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7961 Adapt to the new diff-find-source-location.
7962 (diff-goto-source): Adapt to the new diff-find-source-location.
7963
7964 * add-log.el (add-log-file-name): New function (split out of
7965 add-change-log-entry).
7966 (add-change-log-entry): Use it.
7967 Call add-log-file-name-function with the changelog file name if
7968 the current buffer is not associated with any file.
7969 Avoid find-file if the selected window is dedicated.
7970
7971 * diff-mode.el (diff-find-source-location):
7972 Move code from diff-apply-hunk. Return buffer rather than file.
7973 (diff-apply-hunk): Use the new result from diff-find-source-location.
7974 (diff-goto-source): Use the new diff-find-source-location.
7975
79762000-09-20 Dave Love <fx@gnu.org>
7977
7978 * iswitchb.el: Some doc fixes.
7979 (iswitchb-mode-map): Define completely initially. Inherit
7980 minibuffer-local-map.
7981 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7982 fundamental-mode.
7983 (iswitchb-global-map): New variable.
7984 (iswitchb-summaries-to-end): Amalgamate regexps.
7985 (iswitchb-mode): New.
7986 (iswitchb-mode-hook): New variable.
7987 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7988 `extensions'.
7989
79902000-09-20 Gerd Moellmann <gerd@gnu.org>
7991
7992 * ehelp.el (electric-help): New defgroup.
7993 (electric-help-shrink-window): New user-option.
7994 (with-electric-help): Use it.
7995
7996 * window.el (shrink-window-if-larger-than-buffer): If face
7997 `mode-line' has a :box, and we're on a graphical frame, add 1
7998 to the needed window height.
7999
8000 * frame.el (frame-notice-user-settings): Add a last parameter nil
8001 to a call to `append', because the last list passed to `append' is
8002 not copied, and so subsequent calls to assq-delete-all will modify
8003 default-frame-alist.
8004
8005 * startup.el (fancy-splash-image): Change :type.
8006 (fancy-splash-head): Use an XBM image if appropriate.
8007 (command-line-1): Show splash screens in more cases.
8008
8009 * startup.el (fancy-splash-text): Don't quote faces.
8010
8011 * dired.el (dired-font-lock-keywords): Undo last change.
8012 (dired-readin): Bind indent-tabs-mode to nil.
8013
8014 * startup.el (fancy-splash-head): If frame's background mode
8015 is `dark', change the black background of the image to gray.
8016 (fancy-splash-screens): Display startup echo area message.
8017 (display-startup-echo-area-message): New function.
8018
80192000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8020
8021 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8022
8023 * info.el (info-header-node): Tweak for color ttys.
8024
8025 * faces.el (face-valid-attribute-values): Make sure directories we
8026 search for stipples both exist and are readable before trying to
8027 search them.
8028
8029 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8030 in the dry-run case.
8031
8032 * jka-compr.el (with-auto-compression-mode): New macro.
8033
8034 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8035 (custom-group-tag-face, custom-variable-tag-face): Use relative
8036 :height and inherit from `variable-pitch' face instead of
8037 hardwiring :family.
8038 * hi-lock.el (hi-black-hb): Likewise.
8039
8040 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8041 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8042 toolbar-add-item, if image doesn't have a mask add a `:mask
8043 heuristic'.
8044
80452000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8046
8047 * diff-mode.el: Docstring fixes.
8048 (diff-header-face, diff-comment-face): New faces.
8049 (diff-font-lock-keywords): Highlight a bit differently.
8050 (diff-find-source-location): Don't return SPAN any more.
8051 (diff-hunk-text): Don't bother erasing the temp buffer.
8052 (diff-find-text): Drop argument LINE.
8053 (diff-apply-hunk): Update calls to diff-find-text.
8054 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8055
8056 * calendar/calendar.el: Docstring fixes.
8057 (calendar-make-alist): Don't quote lambda.
8058 (calendar-star-date): Use make-local-variable.
8059
80602000-09-19 Dave Love <fx@gnu.org>
8061
8062 * toolbar/tool-bar.el: Renamed from toolbar.el.
8063 Change `toolbar' to `tool-bar' generally in symbols.
8064 Make some items invisible in `special' major modes.
8065 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8066 Add arg PROPS.
8067
8068 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8069 Add :version here.
8070 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8071
80722000-09-19 Gerd Moellmann <gerd@gnu.org>
8073
8074 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8075
8076 * files.el (find-file-suppress-same-file-warnings): New user-option.
8077 (find-file-noselect): Use it.
8078
8079 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8080 (fancy-splash-screen): Defgroup.
8081
8082 * add-log.el (change-log-font-lock-keywords): Match names
8083 more exactly for the case that font-lock-constant-face is
8084 underlined.
8085
80862000-09-19 Richard M. Stallman <rms@gnu.org>
8087
8088 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8089
80902000-09-19 Andre Spiegel <spiegel@gnu.org>
8091
8092 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8093
80942000-09-19 Gerd Moellmann <gerd@gnu.org>
8095
8096 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8097 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8098 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8099 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8100 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8101 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8102 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8103 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8104 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8105 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8106 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8107 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8108
8109 * startup.el (fancy-splash-text): New variable.
8110 (fancy-splash-delay, fancy-splash-image): New user-options.
8111 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8112 (fancy-splash-screens): New functions.
8113 (command-line-1): If display has a `display' frame parameter, has
8114 colors, and we have XPM support, show more fancy splash screens.
8115
81162000-09-19 Dave Love <fx@gnu.org>
8117
8118 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8119 with null `help'. Use modern backquote syntax.
8120
81212000-09-19 Gerd Moellmann <gerd@gnu.org>
8122
8123 * font-lock.el (font-lock-mode): Change message telling the user
8124 that ``the buffer is too big''.
8125
8126 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8127 for instance for the case that tab-width is 2.
8128
81292000-09-18 Gerd Moellmann <gerd@gnu.org>
8130
8131 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8132 toolbar-add-item, if image doesn't have a mask add a `:mask
8133 heuristic'.
8134
81352000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8136
8137 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8138 and return a cons if it's non-nil.
8139 (diff-apply-hunk): Try to jump to the line in the source text
8140 corresponding to the position of point in the in the hunk.
8141
8142 * info.el (Info-title-3-face, Info-title-2-face)
8143 (Info-title-1-face): Use face inheritance and relative sizes
8144 instead of hard-wiring things.
8145
8146 * faces.el (secondary-selection): Make dark-background variant sane.
8147
81482000-09-16 Andrew Innes <andrewi@gnu.org>
8149
8150 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8151 read-only, since they aren't under VC now.
8152
81532000-09-17 Dave Love <fx@gnu.org>
8154
8155 * tmm.el: Replace mapcar with mapc in several places.
8156
8157 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8158 ad-unadvise.
8159
8160 * international/latin1-disp.el: New file.
8161
8162 * calendar/cal-move.el (scroll-calendar-left)
8163 (scroll-calendar-right): Make arg optional (for active mode line).
8164
8165 * calendar/calendar.el (calendar-mode-line-format): Make fields
8166 mouse-sensitive.
8167 (calendar-read-date, calendar-read-date, calendar-window-list):
8168 Unquote lambda.
8169 (calendar-month-name): Use aref, not sref.
8170
8171 * view.el (minor-mode-alist): Propertize the string.
8172
8173 * international/characters.el (standard-case-table): Add entries
8174 for Greek.
8175
81762000-09-18 Miles Bader <miles@gnu.org>
8177
8178 * info.el (info-node, info-xref): Add dark-background variants.
8179
8180 * faces.el (header-line): Change defaults to be less confusing
8181 when mixed with mode-lines.
8182
8183 * info.el (Info-fontify-node): Make a few cleanups.
8184 Add extra `help-echo' and `local-map' props to node xrefs.
8185 Use header-specific faces for node-names & xrefs.
8186 (Info-use-header-line): New variable.
8187 (info-header-xref, info-header-node): New faces.
8188 (Info-setup-header-line): New function.
8189 (Info-select-node): Call Info-setup-header-line when enabled.
8190 (Info-extract-pointer): Work even if the header line is hidden.
8191 (Info-header-line): New variable.
8192
81932000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8194
8195 * vms-patch.el (print-region-function): Don't quote lambda.
8196
8197 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8198
8199 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8200 (lm-get-header-re): Allow spaces between the header and the colon.
8201 (lm-header): Allow $ in non-RCS headers.
8202 (lm-header-multiline): Put the strings back into order.
8203 Stop at an empty line. Don't require two space chars if the
8204 line is clearly not another header line.
8205
8206 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8207 (popup-menu-popup): Remove.
8208
82092000-09-15 Gerd Moellmann <gerd@gnu.org>
8210
8211 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8212 specification if or if not tool-bar item contains an `:enabled'
8213 property.
8214
8215 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8216 current buffer has no file name.
8217
82182000-09-15 Dave Love <fx@gnu.org>
8219
8220 * strokes.el: Sync with maintainer's current version with changes
8221 for Emacs, but avoid runtime cl and levents.
8222 (toplevel): Change autoloads and compilation requires.
8223 (strokes-version, strokes-bug-address, strokes-lift): Values
8224 changed.
8225 (strokes-xpm-header, strokes-insinuated): New variable.
8226 (strokes): Add :link.
8227 (strokes-mode): Customized.
8228 (strokes-while-inhibiting-garbage-collector): New macro.
8229 (strokes-remassoc): Avoid remove-if.
8230 (strokes-fix-button2-command): Don't use ad-do-it.
8231 (strokes-insinuate): New function.
8232 (strokes-button-press-event-p, strokes-button-release-event-p):
8233 New functions, used instead of non-`strokes-' versions..
8234 (strokes-mouse-event-p): Rewritten.
8235 (strokes-event-closest-point): Avoid event-point.
8236 (strokes-get-grid-position): Avoid cdadr, caadr
8237 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8238 functions.
8239 (strokes-help): Use with-output-to-temp-buffer.
8240 (strokes-window-configuration-changed-p): New function.
8241 (strokes-update-window-configuration): Use buffer-live-p,
8242 strokes-window-configuration-changed-p.
8243 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8244 (strokes-char-face): New face.
8245 (strokes-char-table, strokes-base64-chars): New variable.
8246 (strokes-xpm-for-stroke, strokes-list-strokes)
8247 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8248 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8249 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8250 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8251 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8252 functions.
8253
82542000-09-15 Gerd Moellmann <gerd@gnu.org>
8255
8256 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8257
8258 * image.el (create-image): Doc fix.
8259
8260 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8261 instead of `:heuristic-mask t'.
8262
82632000-09-14 Andrew Innes <andrewi@gnu.org>
8264
8265 * makefile.w32-in: Revert to Unix line endings.
8266
82672000-09-14 Andrew Innes <andrewi@gnu.org>
8268
8269 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8270 when installing.
8271
8272 * makefile.nt (DONTCOMPILE): Fix typo.
8273
8274 * shell.el (shell-write-history-on-exit): New function.
8275 (shell-dumb-shell-regexp): New custom variable.
8276 (shell-mode): Make shell-write-history-on-exit the process
8277 sentinel if shell name matches shell-dumb-shell-regexp.
8278
8279 * w32-fns.el: Comment out before-init-hook function which resets
8280 source-directory based; this breaks bootstrap.
8281
82822000-09-14 Dave Love <fx@gnu.org>
8283
8284 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8285 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8286 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8287 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8288 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8289 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8290 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8291 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8292 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8293
8294 * toolbar/toolbar.el: New.
8295
8296 * subdirs.el: Add toolbar.
8297
82982000-09-14 Gerd Moellmann <gerd@gnu.org>
8299
8300 * indent.el (indent-for-tab-command): Doc fix.
8301
83022000-09-14 Alex Schroeder <alex@gnu.org>
8303
8304 * ansi-color.el (ansi-colors): Doc change.
8305 (ansi-color-get-face): Simplified regexp.
8306 (ansi-color-faces-vector): Added more faces, doc change.
8307 (ansi-color-names-vector): Doc change.
8308 (ansi-color-regexp): Simplified regexp.
8309 (ansi-color-parameter-regexp): New regexp.
8310 (ansi-color-filter-apply): Doc change.
8311 (ansi-color-filter-region): Doc change.
8312 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8313 deal with zero length parameters.
8314 (ansi-color-apply-on-region): Doc change.
8315 (ansi-color-map): Doc change.
8316 (ansi-color-map-update): Removed debugging message.
8317 (ansi-color-get-face-1): Added condition-case to trap
8318 args-out-of-range errors.
8319 (ansi-color-get-face): Doc change.
8320 (ansi-color-make-face): Removed.
8321 (ansi-color-for-shell-mode): New option.
8322
83232000-09-13 Kenichi Handa <handa@etl.go.jp>
8324
8325 * international/quail.el (quail-start-translation): Translate KEY
8326 if necessary even if it doesn't have any mapping in the current
8327 input method.
8328 (quail-start-conversion): Likewise.
8329 (quail-help): The output message is improved.
8330
83312000-09-13 Miles Bader <miles@gnu.org>
8332
8333 * comint.el (comint-output-filter): Revert to using
8334 `insert-before-markers'. Add bletcherous hack to undo damage
8335 caused by `insert-before-markers'. Put `front-sticky' property on
8336 overlays created here so that the field code understands how the
8337 overlay works. Use a let when making comint-last-prompt-overlay,
8338 so that the code is easier to read.
8339
83402000-09-13 Dave Love <fx@gnu.org>
8341
8342 * wid-edit.el (widget-default-format-handler): DTRT when
8343 doc-property is a function.
8344
83452000-09-12 Francesco Potorti` <pot@gnu.org>
8346
8347 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8348 filed name if it's not there.
8349
83502000-09-12 Dave Love <fx@gnu.org>
8351
8352 * simple.el (read-mail-command): Doc fix.
8353 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8354
8355 * vc.el (vc-dired-listing-switches): Fix :version.
8356
8357 * vc-hooks.el: Doc fixes.
8358
8359 * subr.el (add-minor-mode): Use toggle-fun arg.
8360
8361 * speedbar.el: Add :version to several defcustoms.
8362
8363 * imenu.el (imenu--truncate-items, imenu--cleanup)
8364 (imenu--generic-function): Avoid mapcar.
8365 (imenu--replace-spaces): Function removed.
8366 (imenu--completion-buffer): Use subst-char-in-string.
8367 (imenu-add-to-menubar): Use keymap inheritance.
8368
83692000-09-12 Miles Bader <miles@gnu.org>
8370
8371 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8372 (diff-mode-map): Bind `diff-test-hunk'.
8373 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8374
83752000-09-11 Gerd Moellmann <gerd@gnu.org>
8376
8377 * bytecomp.el (byte-compile-defvar): Undo last change
8378 because it breaks '(make-variable-buffer-local (defvar ...)'
8379 which is used at least in dired.
8380
83812000-09-12 Kenichi Handa <handa@etl.go.jp>
8382
8383 * international/quail.el (quail-define-package): Docstring
8384 modified.
8385
83862000-09-12 Kenichi Handa <handa@etl.go.jp>
8387
8388 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8389 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8390 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8391 docstring of "chinese-py".
8392
8393 * international/quail.el (quail-translation-docstring): New
8394 variable.
8395 (quail-show-keyboard-layout): Docstring modified.
8396 (quail-select-current): Likewise.
8397 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8398 infinite recursive call.
8399 (quail-help): Check quail-translation-docstring. Format of the
8400 output changed.
8401 (quail-help-insert-keymap-description): Adjusted for the above
8402 change.
8403
84042000-09-11 Gerd Moellmann <gerd@gnu.org>
8405
8406 * bytecomp.el (byte-compile-defvar): Only cons onto
8407 current-load-list in top-level forms. Else this leaks a cons cell
8408 every time a defun is called.
8409
84102000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8411
8412 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8413 Now understands non-unified diffs. Some functionality moved into
8414 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8415 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8416 modify anything. Only reposition point in the patched file if the
8417 patch succeeds. Only pop up another window if POPUP is true.
8418 Emit a message describing what happened if successful, and at what
8419 line-offset. Automatically detect reversed hunks and do something
8420 appropriate.
8421 (diff-hunk-text, diff-find-text): New functions.
8422 (diff-filter-lines): Function removed.
8423 (diff-test-hunk): New function.
8424 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8425
84262000-09-10 Dave Love <fx@gnu.org>
8427
8428 * textmodes/tildify.el: Minor doc/commentary fixes.
8429 (tildify) <defgroup>: Add :version.
8430
8431 * faces.el (face-x-resources): Make custom type more specific.
8432 (frame-background-mode): Use mapc.
8433 (region) <defcustom>: Add :version.
8434
84352000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8436
8437 * vc-sccs.el (vc-sccs-register):
8438 * vc-rcs.el (vc-rcs-register):
8439 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8440 * vc.el (vc-register): Clear file's properties.
8441
84422000-09-08 Gerd Moellmann <gerd@gnu.org>
8443
8444 * faces.el (face-spec-set): Only face-spec-reset-face when
8445 ATTRS is non-nil.
8446
84472000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8448
8449 * help.el (help-insert-xref-button): Fix a typo in doc string.
8450
84512000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8452
8453 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8454 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8455 methods.
8456
8457 * menu-bar.el (read-mail-item-name): New function.
8458 (menu-bar-tools-menu): Use it to compute and display the package
8459 used to read email.
8460 (menu-bar-tools-menu): Fix typo in GUD's help string.
8461
84622000-09-07 Dave Love <fx@gnu.org>
8463
8464 * diff-mode.el (diff-mouse-goto-source): New function.
8465
8466 * vc-sccs.el: Doc fixes.
8467 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8468
8469 * vc-rcs.el: Doc fixes.
8470 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8471 (vc-rcs-checkout-switches, vc-rcs-header)
8472 (vc-rcs-master-templates): Add or change :version.
8473
8474 * vc-cvs.el: Doc fixes.
8475 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8476 (vc-cvs-stay-local): Add :version.
8477
8478 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8479
84802000-09-07 Kenichi Handa <handa@etl.go.jp>
8481
8482 * international/quail.el (quail-help): Fix previous change.
8483
84842000-09-07 Gerd Moellmann <gerd@gnu.org>
8485
8486 * faces.el (color-values): Doc fix.
8487
8488 * faces.el (frame-set-background-mode): Use frame-parameter
8489 instead of frame-parameters.
8490
8491 * frame.el (filtered-frame-list): Reduce consing.
8492 (frames-on-display-list): Call frame-parameter instead of
8493 frame-parameters.
8494
84952000-09-07 Kenichi Handa <handa@etl.go.jp>
8496
8497 * language/devan-util.el (devanagari-to-indian-region): In the
8498 loop, change the following char, not preceding char.
8499
85002000-09-07 Gerd Moellmann <gerd@gnu.org>
8501
8502 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8503 instead of frame-parameters.
8504
8505 * faces.el (set-face-attribute): Simplify by calling
8506 internal-set-lisp-face-attribute with FRAME being 0.
8507
8508 * vc.el: Remove `Id' version control keyword.
8509
85102000-09-07 Kenichi Handa <handa@etl.go.jp>
8511
8512 * help.el (help-make-xrefs): Adjusted for the change of
8513 help-xref-mule-regexp.
8514 (help-insert-xref-button): New function.
8515
8516 * international/mule-cmds.el (help-xref-mule-regexp-template):
8517 Include the pattern for character set.
8518 (leim): New group.
8519
8520 * international/quail.el: Don't require face.
8521 (quail): New group.
8522 (quail-other-command): Dummy command to make quail-help work better.
8523 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8524 (quail-keyboard-layout-substitution): New variable.
8525 (quail-update-keyboard-layout): New function.
8526 (quail-keyboard-layout-type): New customizable variable.
8527 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8528 (quail-keyboard-translate): Pay attention to
8529 quail-keyboard-layout-substitution.
8530 (quail-insert-kbd-layout): New function.
8531 (quail-show-keyboard-layout): New function.
8532 (quail-get-translation): If the definition is a vector of length
8533 1, and the element is a string of length 1, return the character
8534 in that string.
8535 (quail-update-current-translations): Fix the case of
8536 relative-index out of range.
8537 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8538 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8539 Show key sequences for all available characters.
8540 (quail-help-insert-keymap-description): Don't show such verbose
8541 key bindings as quail-self-insert-command.
8542
8543 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8544 Format changed, and each element now have extra documentations.
8545 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8546 Adjusted for the change of quail-cxterm-package-ext-info.
8547
85482000-09-06 Gerd Moellmann <gerd@gnu.org>
8549
8550 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8551 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8552 during bootstrap.
8553
85542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8555
8556 * vc.el: (toplevel): Don't require `dired' at run-time.
8557 (vc-dired-resynch-file): Remove autoload cookie.
8558
85592000-09-05 Andre Spiegel <spiegel@gnu.org>
8560
8561 * vc.el: Made several backend functions optional.
8562 (vc-default-responsible-p): New function.
8563 (vc-merge): Use RET for first version to trigger merge-news, not
8564 prefix arg.
8565 (vc-annotate): Handle backends that do not support annotation.
8566 (vc-default-merge-news): Removed. The existence of a merge-news
8567 implementation is now checked on caller sites.
8568
8569 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8570 case.
8571
8572 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8573 special case that has been removed from the default in vc-hooks.el.
8574
85752000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8576
8577 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8578
85792000-09-05 Andre Spiegel <spiegel@gnu.org>
8580
8581 * vc-hooks.el: Require vc during compilation.
8582 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8583 macro `with-vc-properties' in vc.el.
8584 (vc-file-getprop): Doc fix.
8585 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8586
8587 * vc.el: Require dired-aux during compilation.
8588 (vc-name-assoc-file): Moved to vc-sccs.el.
8589 (with-vc-properties): New macro.
8590 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8591 vc-finish-steal): Use it.
8592 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8593 to the backend-specific function is now supposed to do the checkout,
8594 too.
8595 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8596
8597 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8598 set file properties; that gets done in the generic code now.
8599
8600 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8601 Changed parameter list, added code from vc.el that does the
8602 checkout, possibly with a double-take.
8603
8604 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8605 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8606 the above under the new name.
8607 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8608 parameter list, added checkout command.
8609 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8610 properties; that gets done in the generic code now.
8611
86122000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8613
8614 * vc.el: Docstring fixes (courtesy of checkdoc).
8615
86162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8617
8618 * vc.el (vc-checkout-writable-buffer-hook)
8619 (vc-checkout-writable-buffer): Remove.
8620 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8621 (vc-log-mode): Make it into a clean derived major mode.
8622 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8623 vc-log-mode if log-edit is not available.
8624 (vc-dired-mode-map): Don't set-keymap-parent yet.
8625 (vc-dired-mode): Do set-keymap-parent here.
8626 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8627
86282000-09-05 Gerd Moellmann <gerd@gnu.org>
8629
8630 * faces.el (set-face-attribute, face-spec-reset-face)
8631 (face-spec-set): Avoid consing by removing calls to `apply'.
8632
8633 * frame.el (frame-parameter): Move to C code.
8634
86352000-09-05 Dave Love <fx@gnu.org>
8636
8637 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8638 insert-before-markers-and-inherit. Now checked systematically!
8639
86402000-09-05 Alex Schroeder <alex@gnu.org>
8641
8642 * sql.el (sql-postgres): Use sql-postgres-options.
8643 (sql-postgres-options): New variable.
8644
86452000-09-05 Alex Schroeder <alex@gnu.org>
8646
8647 * sql.el (sql-mode-menu): Work around missing variable mark-active
8648 in XEmacs.
8649 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8650 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8651 compatibility.
8652
86532000-09-04 Gerd Moellmann <gerd@gnu.org>
8654
8655 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8656
8657 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8658
8659 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8660
86612000-09-04 Andre Spiegel <spiegel@gnu.org>
8662
8663 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8664 don't support anything else under SCCS yet.
8665
8666 * vc-hooks.el: Minor doc fixes.
8667
86682000-09-04 Andre Spiegel <spiegel@gnu.org>
8669
8670 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8671 not necessary. If verbose in state `needs-patch', do the same as
8672 under `up-to-date'. When NOT verbose and `needs-patch', check out
8673 latest version instead of `merge-news'.
8674 (vc-next-action-dired): Don't mess with default-directory here; it
8675 breaks other parts of dired. It is the job of the
8676 backend-specific functions to adjust it temporarily if they need it.
8677 (vc-next-action): Remove a special CVS case.
8678 (vc-clear-headers): New optional arg FILE.
8679 (vc-checkin, vc-checkout): Set properties vc-state and
8680 vc-checkout-time properly.
8681 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8682 (vc-print-log): Use new backend function `show-log-entry'.
8683 (vc-cancel-version): Do the checks in a different order. Added a
8684 FIXME concerning RCS-only code.
8685
8686 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8687 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8688
8689 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8690
8691 * vc-hooks.el (vc-default-mode-line-string): Show state
8692 `needs-patch' as a `-' too.
8693
86942000-09-04 Andre Spiegel <spiegel@gnu.org>
8695
8696 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8697 (vc-default-could-register): New function.
8698 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8699 (vc-resynch-buffer): Call vc-dired-resynch-file.
8700 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8701 vc-resynch-buffer instead of vc-resynch-window.
8702 (vc-next-action-dired): Don't redisplay here, that gets done as a
8703 result of the individual file operations.
8704 (vc-retrieve-snapshot): Corrected prompt order.
8705
8706 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8707
8708 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8709 as well.
8710 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8711 hostname regexps. Updated all callers.
8712 (vc-cvs-responsible-p): Handle directories as well.
8713 (vc-cvs-could-register): New function.
8714 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8715 properties up-to-date.
8716
8717 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8718 user whether to create one.
8719
87202000-09-04 Andre Spiegel <spiegel@gnu.org>
8721
8722 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8723 check out a non-existing file.
8724
8725 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8726 workfile does not exist.
8727
8728 * vc.el (vc-version-diff): Use `require' to check for existence of
8729 diff-mode.
8730
87312000-09-04 Andre Spiegel <spiegel@gnu.org>
8732
8733 * vc-cvs.el (vc-cvs-registered): Use new function
8734 vc-cvs-parse-entry to do the actual work.
8735
87362000-09-04 Andre Spiegel <spiegel@gnu.org>
8737
8738 * vc-hooks.el (vc-find-backend-function): If function doesn't
8739 exist, return nil instead of error.
8740 (vc-call-backend): Doc fix.
8741
8742 * vc.el (vc-do-command): Doc fix.
8743 (vc-finish-logentry): When checking in from vc-dired, choose the
8744 right backend for logentry check.
8745 (vc-dired-mode-map): Inherit from dired-mode-map.
8746 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8747 simplified.
8748 (vc-dired-state-info): Removed, updated caller.
8749 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8750 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8751 (vc-dired-listing-switches): New variable.
8752 (vc-directory): Use it, instead of dired-listing-switches.
8753
8754 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8755 (vc-cvs-dir-state): New function.
8756 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8757 (vc-cvs-parse-entry): New function, also to be used in
8758 vc-cvs-registered.
8759
87602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8761
8762 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8763 *or* single-window-frames.
8764
87652000-09-04 Andre Spiegel <spiegel@gnu.org>
8766
8767 * vc.el (vc-update-changelog): Split into generic part and default
8768 implementation. Doc string adapted.
8769 (vc-default-update-changelog): New function. Call the `rcs2log'
8770 script in exec-directory, to fix a long-standing nuisance.
8771
8772 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8773 simply signals an error.
8774
87752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8776
8777 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8778 control-flow more clear and to avoid running `cvs' twice.
8779
8780 * vc.el (vc-next-action-on-file): Doc fix.
8781 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8782 (vc-print-log): Eval `file' before constructing the continuation.
8783
87842000-09-04 Andre Spiegel <spiegel@gnu.org>
8785
8786 * vc.el (vc-next-action-on-file): Corrected several messages.
8787 (vc-merge): Add prefix arg `merge-news'; handle it.
8788
8789 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8790 is not reached. It is.
8791 (vc-cvs-merge): Set state to 'edited after merge.
8792 (vc-cvs-merge-news): Set workfile version to nil if not known.
8793 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8794
8795 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8796 via stdout. (Merge from main line.)
8797
87982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8799
8800 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8801 detection.
8802
88032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8804
8805 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8806 against kill-all-local-variables.
8807 (vc-log-edit): Don't save vc-parent-buffer any more.
8808 (vc-last-comment-match): Initialize to an empty string.
8809 (vc-post-command-functions): New hook.
8810 (vc-do-command): Run it.
8811 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8812 (vc-finish-logentry): Only add the comment to the ring if it's
8813 different from the last comment entered.
8814 (vc-new-comment-index): New function.
8815 (vc-previous-comment): Use it. Make the minibuffer message
8816 slightly less terse.
8817 (vc-comment-search-reverse): Make it work forward as well. Don't
8818 set vc-comment-ring-index if no match is found. Use
8819 vc-new-comment-index.
8820 (vc-comment-search-forward): Use vc-comment-search-reverse.
8821 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8822 define-derived-mode will do it for us. Bind `v' to a keymap that
8823 inherits from vc-prefix-map so that we can bind `vt' without
8824 binding C-x v t.
8825 (vc-retrieve-snapshot): Parenthesis typo.
8826
8827 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8828 to 1. Make sure to switch to *vc* before looking for an error
8829 message. Use vc-parse-buffer.
8830
88312000-09-04 Andre Spiegel <spiegel@gnu.org>
8832
8833 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8834 and NAME.
8835 (vc-retrieve-snapshot): Split into two parts.
8836 (vc-default-retrieve-snapshot): New function.
8837
8838 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8839 (vc-cvs-retrieve-snapshot): New function (untested).
8840 (vc-cvs-stay-local): Default to t.
8841 (vc-cvs-remote-p): New function and property.
8842 (vc-cvs-state): Stay local only if the above is t.
8843 (vc-handle-cvs): Removed.
8844 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8845 done via vc-handled-backends now.
8846 (vc-cvs-header): Escape Id.
8847
88482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8849
8850 * vc.el (vc-do-command): Remove unused commands.
8851 (vc-version-diff): Make sure default-directory ends with a slash.
8852 Move the window commands into a vc-exec-after.
8853 (vc-print-log): Move more of the code into the `vc-exec-after'.
8854
88552000-09-04 Andre Spiegel <spiegel@gnu.org>
8856
8857 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8858 (vc-print-log): Search current revision from beginning of buffer.
8859 (vc-revert-buffer): Clear echo area after the diff is finished.
8860 (vc-prefix-map): Removed definition of "t" for terse display in vc
8861 dired.
8862 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8863 definition of "vt" for terse display.
8864 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8865
88662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8867
8868 * vc.el (vc-exec-after): Avoid caddr.
8869
88702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8871
8872 * vc.el (vc-exec-after): New function.
8873 (vc-do-command): Use it to add a termination message for async
8874 procs.
8875 (vc-checkout): Try to handle a missing-backend situation.
8876 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8877 of a directory with a backend using async diffs.
8878 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8879 present.
8880
8881 * vc-sccs.el (vc-sccs-state-heuristic): Use
8882 file-ownership-preserved-p.
8883
8884 * vc-rcs.el (vc-rcs-state-heuristic): Use
8885 file-ownership-preserved-p.
8886 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8887
88882000-09-04 Andre Spiegel <spiegel@gnu.org>
8889
8890 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8891 vc-do-command.
8892
8893 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8894 when there are no changes.
8895
88962000-09-04 Andre Spiegel <spiegel@gnu.org>
8897
8898 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8899
8900 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8901
89022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8903
8904 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8905
8906 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8907 the `fset' outside of the defvar so that it works even if
8908 vc-prefix-map was already defined.
8909 (vc-setup-buffer): New function, split out of vc-do-command.
8910 (vc-do-command): Allow BUFFER to be t to mean `just use the
8911 current buffer without any fuss'.
8912 (vc-version-diff): Change the `diff' backend operation to just put
8913 the diff in the current buffer without erasing it. Always use
8914 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8915 shrink-window-if-larger-than-buffer.
8916 (vc-print-log): Change the `print-log' backend operation to just
8917 put the log in the current buffer without erasing it. Protect
8918 shrink-window-if-larger-than-buffer.
8919 (vc-update-change-log): Fix setd typo.
8920
8921 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8922 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8923
8924 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8925 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8926 CMP.
8927
8928 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8929 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8930 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8931
89322000-09-04 Andre Spiegel <spiegel@gnu.org>
8933
8934 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8935 not possible, use vc-BACKEND-workfile-unchanged-p.
8936 (vc-default-workfile-unchanged-p): New function. Delegates to a
8937 full vc-BACKEND-diff.
8938
8939 * vc-hooks.el (vc-simple-command): Removed.
8940
8941 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8942 instead of vc-simple-command.
8943 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8944 avoid doing a diff when opening a file.
8945 (vc-rcs-state): Added check for unlocked-changes.
8946 (vc-rcs-header): Escape Id.
8947 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8948 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8949 version.
8950
8951 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8952 (vc-sccs-diff): Remove optional arg CMP.
8953 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8954 SCCS-specific function.
8955
8956 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8957 vc-simple-command.
8958
89592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8960
8961 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8962 (with-vc-file, vc-merge): Use vc-editable-p.
8963 (vc-do-command): Remove unused var vc-file and fix the
8964 doubly-defined `status' var. Add a user message when starting an
8965 async command.
8966 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8967 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8968 Use with-current-buffer.
8969 (vc-buffer-sync): Use unless.
8970 (vc-next-action-on-file): If the file is 'edited by read-only,
8971 make it read-write instead of trying to commit.
8972 (vc-version-diff, vc-update-change-log): Use `setq
8973 default-directory' rather than `cd'.
8974 (vc-log-edit): Don't forget to set default-directory in the
8975 buffer.
8976
8977 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8978 (vc-sccs-state-heuristic): Use file-writable-p instead of
8979 comparing userids.
8980 (vc-sccs-checkout): Use `unless'.
8981
8982 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8983 of comparing userids.
8984 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8985 Simplify the logic by eliminating unreachable code.
8986 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8987 just do a recursive call if we need to retry.
8988 (vc-rcs-checkout): Handle the case where rcs is missing by making
8989 the buffer read-write if requested and re-signalling the error.
8990
8991 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8992
89932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8994
8995 * vc-hooks.el (vc-handled-backends): Docstring change.
8996 (vc-ignore-vc-files): Mark obsolete.
8997 (vc-registered): Check vc-ignore-vc-files.
8998 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8999 vc-ignore-vc-files.
9000
9001 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9002
90032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9004
9005 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9006 files since ange-ftp already has vc-registered return nil.
9007
9008 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9009 (vc-sccs-workfile-version): Use with-temp-buffer and new
9010 vc-parse-buffer and don't bother setting the property.
9011 (vc-sccs-add-triple): Use with-current-buffer and
9012 find-file-noselect.
9013 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9014
9015 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9016 derives from the old vc-parse-buffer but uses the revision number
9017 rather than the date (much easier to compare robustly).
9018 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9019 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9020 locking-user more directly. Check strict locking and set
9021 checkout-model appropriately.
9022 (vc-rcs-parse-locks): Remove.
9023 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9024 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9025 (vc-rcs-system-release): Use with-current-buffer and
9026 vc-parse-buffer.
9027 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9028
9029 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9030 (vc-simple-command): Docstring fix.
9031 (vc-registered): Align the way the file-handler is called with the
9032 way the function itself works.
9033 (vc-file-owner): Remove.
9034
9035 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9036 extraction of fields and call to file-attributes because of a
9037 temporary bug in rcp.el.
9038 (vc-cvs-fetch-status): Use with-current-buffer.
9039
90402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9041
9042 * vc.el (vc-do-command): Use file-relative-name.
9043 (vc-responsible-backend): Use vc-backend if possible.
9044 (vc-create-snapshot): Improve the `interactive' spec. Add support
9045 for branches and dispatch to backend-specific `create-snapshot'.
9046 (vc-default-create-snapshot): New function, containing the bulk of
9047 the old vc-create-snapshot.
9048 (vc-retrieve-snapshot): Improve the interactive spec.
9049
9050 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9051 (vc-backend-hook-functions): Remove.
9052 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9053 (vc-backend): Reintroduce the test for `file = nil' now that I
9054 know why it was there (and added a comment to better remember).
9055
9056 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9057 code from vc-sccs-hooks.el.
9058 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9059 'vc anymore.
9060 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9061 and file-directory-p instead of file-exists-p.
9062 (vc-sccs-check-headers): Simplify the regexp.
9063
9064 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9065 from vc-rcs-hooks.el. Don't require 'vc anymore.
9066 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9067 file-directory-p instead of file-exists-p.
9068
9069 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9070 from vc-cvs-hooks.el.
9071 (proto vc-cvs-registered): Require 'vc-cvs instead of
9072 'vc-cvs-hooks. Don't require 'vc anymore.
9073 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9074 file-directory-p instead of file-exists-p.
9075 (vc-cvs-create-snapshot): New function, replacing
9076 vc-cvs-assign-name.
9077 (vc-cvs-assign-name): Remove.
9078
90792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9080
9081 * vc-cvs.el (vc-cvs-header): New var.
9082
9083 * vc-rcs.el (vc-rcs-exists): Remove.
9084 (vc-rcs-header): New var.
9085
9086 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9087 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9088 (vc-sccs-header): New var.
9089
9090 * vc.el (vc-do-command): Get rid of the `last' argument.
9091 (vc-header-alist): Remove, replaced by vc-X-header.
9092 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9093 (vc-dired-hook): Use expand-file-name instead of concat.
9094 (vc-directory): Use file-name-as-directory.
9095 (vc-snapshot-precondition, vc-create-snapshot)
9096 (vc-retrieve-snapshot): Allow the command to operate on any
9097 directory.
9098
9099 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9100 just removing the 'WORKFILE argument or by removing the 'MASTER
9101 argument and replacing `file' with (vc-name file).
9102
91032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9104
9105 * vc.el: Update Copyright and add a crude list of backend funs.
9106 (vc-writable-p): New function.
9107 (with-vc-file): Use vc-writable-p.
9108 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9109 (vc-register): Avoid vc-name.
9110 (vc-locking-user): Remove.
9111 (vc-steal-lock): Make the `owner' arg non-optional.
9112 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9113 vc-checkout-model.
9114 (vc-default-dired-state-info): Use vc-state instead of
9115 vc-locking-user and return special strings for special states.
9116 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9117 and get rid of one of the special CVS cases.
9118 (vc-cancel-version): prettify error message with \\[...].
9119 (vc-rename-master): New function.
9120 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9121 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9122 the CVS special case generic.
9123 (vc-default-record-rename): Remove.
9124 (vc-file-tree-walk-internal): Only call FUNC for files that are
9125 under control of some VC backend and replace `concat' with
9126 expand-file-name.
9127 (vc-file-tree-walk): Update docstring.
9128 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9129 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9130
9131 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9132 vc-sccs-record-rename. Use `find-file-noselect' rather than
9133 `find-file' and call `vc-rename-master' to do the actual move.
9134 (vc-sccs-diff): Remove unused `backend' variable.
9135
9136 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9137 to delay loading of vc-sccs until it is really used.
9138 (vc-sccs-master-templates): Preload.
9139 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9140 (vc-sccs-project-dir): Remove (merged into
9141 vc-sccs-search-project-dir).
9142 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9143 rather than `concat', make sure it is preloaded and don't bother
9144 to check that the file actually exists.
9145 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9146 `locks' argument (use buffer's content instead) and eliminate n^2
9147 behavior.
9148
9149 * vc-rcs.el: Update Copyright.
9150 (vc-rcs-rename-file): New function.
9151 (vc-rcs-diff): Remove unused `backend' variable.
9152
9153 * vc-hooks.el: Update Copyright.
9154 (vc-backend): Don't accept a nil argument any more.
9155 (vc-up-to-date-p): Turn into a defsubst.
9156 (vc-possible-master): New function.
9157 (vc-check-master-templates): Use `vc-possible-master' and allow
9158 funs in vc-X-master-templates to return a non-existent file.
9159
9160 * vc-cvs.el: Update Copyright.
9161 (vc-cvs-diff): Remove unused `backend' variable.
9162 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9163
9164 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9165
91662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9167
9168 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9169 since it can be called from vc-rcs.el.
9170 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9171
91722000-09-04 Andre Spiegel <spiegel@gnu.org>
9173
9174 * vc.el (vc-version-diff): Expand file name read from the
9175 minibuffer. Handle the case when a previous version number can't
9176 be guessed. Give suitable messages when there were no differences
9177 found.
9178 (vc-clear-headers): Call backend-specific implementation, if one
9179 exists.
9180 (vc-cancel-version): Made error checks generic. When done, clear
9181 headers generically, too.
9182
9183 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9184 from vc-clear-headers in vc.el.
9185
9186 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9187 correctly.
9188 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9189 optional. Handle the case when it's not there.
9190
91912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9192
9193 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9194
91952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9196
9197 * vc-hooks.el (vc-loadup): Remove.
9198 (vc-find-backend-function): Use `require'. Also, handle the case
9199 where vc-BACKEND-hooks.el doesn't exist.
9200 (vc-call-backend): Cleanup.
9201
92022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9203
9204 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9205 vc-rcs-grab-templates)
9206 (vc-rcs-registered): Remove. The default function works as well.
9207 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9208 vc-sccs-grab-templates)
9209 (vc-sccs-registered): Remove. The default function works as well.
9210
9211 * vc.el (vc-version-diff): Left out a vc- in call to
9212 vc-call-backend.
9213 (vc-default-dired-state-info, vc-default-record-rename)
9214 (vc-default-merge-news): Update for the new backend argument.
9215
9216 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9217 using the default function.
9218 (vc-call-backend): If calling the default function, pass it the
9219 backend as first argument. Update the docstring accordingly.
9220 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9221 for the new backend argument.
9222 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9223 (vc-find-backend-function): Use the new name.
9224 (vc-default-registered): New function.
9225
92262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9227
9228 * vc.el (vc-merge): Use vc-find-backend-function.
9229
9230 * vc-hooks.el (vc-backend-functions): Remove.
9231 (vc-loadup): Don't setup 'vc-functions.
9232 (vc-find-backend-function): New function.
9233 (vc-call-backend): Use above fun and populate 'vc-functions
9234 lazily.
9235 (vc-backend-defines): Remove.
9236
92372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9238
9239 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9240 Call vc-call-backend without the leading vc-.
9241 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9242 (vc-check-headers): Call vc-call-backend without the leading vc-.
9243 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9244 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9245 Call vc-call-backend without the leading vc-.
9246
9247 * vc-cvs.el (tail): Provide vc-cvs.
9248 * vc-sccs.el (tail): Provide vc-sccs.
9249 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9250
9251 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9252 (vc-make-backend-function, vc-call): Pass names without leading
9253 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9254 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9255 (vc-call-backend): Always try to load vc-X-hooks.
9256 (vc-registered): Remove vc- in call to vc-call-backend.
9257
92582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9259
9260 * vc.el (vc-process-filter): New function.
9261 (vc-do-command): Setup `vc-process-filter' for the async process.
9262 (vc-maybe-resolve-conflicts): New function to reduce
9263 code-duplication. Additionally, it puts the buffer in
9264 `smerge-mode' if applicable.
9265 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9266 calling `merge-news'.
9267 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9268 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9269 interfacing to log-edit.el.
9270 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9271 log-edit is available.
9272 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9273
92742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9275
9276 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9277 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9278 defvar and the initialization.
9279 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9280
9281 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9282 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9283
9284 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9285
92862000-09-04 Andre Spiegel <spiegel@gnu.org>
9287
9288 * vc.el (vc-file-clear-masterprops): Removed.
9289 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9290 (vc-version-diff): Use buffer-size without argument.
9291 (vc-register): Heed vc-initial-comment.
9292
9293 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9294 default branch.
9295
9296 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9297 file name and workfile version.
9298 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9299
9300 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9301 vc-file-clear-masterprops.
9302
9303 * vc-sccs.el (vc-sccs-checkout): Removed call to
9304 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9305 rather than user login name.
9306
9307
93082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9309
9310 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9311 `want-differences-if-changed' and simplify.
9312 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9313 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9314 output (which is invalid for async vc-diff) to decide whether to
9315 do the revert silently or not.
9316
93172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9318
9319 * vc-hooks.el (vc-loadup): Load files quietly.
9320 (vc-call-backend): Oops, brain fart.
9321
93222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9323
9324 * vc-cvs.el (vc-cvs-state): Typo.
9325 (vc-cvs-merge-news): Return the status code rather than the error msg.
9326
93272000-09-04 Andre Spiegel <spiegel@gnu.org>
9328
9329 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9330 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9331 vc-state or vc-up-to-date-p.
9332 (vc-merge): Use vc-backend-defines to check whether merging is
9333 possible. Set state to 'edited after successful merge.
9334
9335 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9336 return that name. Redocumented.
9337
93382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9339
9340 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9341 new `vc-state' semantics.
9342 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9343 'vc-locking-user to the current user.
9344 (vc-merge): Inline vc-backend-merge. Comment out code that I
9345 don't understand and hence can't adapt to the new `vc-state' and
9346 `vc-locking-user' semantics.
9347 (vc-backend-merge): Remove.
9348
9349 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9350 rather than 'vc-locking-user.
9351
9352 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9353
9354 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9355 (vc-state): Don't use 'reserved any more. Just use the same
9356 convention as the one used for vc-<backend>-state where the
9357 locking user (as a string) is returned.
9358 (vc-locking-user): Update, based on the above convention. The
9359 'vc-locking-user property has disappeared.
9360 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9361
9362 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9363 with a heuristic one.
9364 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9365 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9366 error. That allows us to get to 'needs-merge even in the
9367 stay-local case. There's still no way to detect 'needs-patch in
9368 such a setup (or to force an update for that matter).
9369 (vc-cvs-logentry-check): Remove, the default works as well.
9370
93712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9372
9373 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9374
9375 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9376 major-mode in which the buffer might have been put earlier. Use
9377 `remove' and `when'. Allow `okstatus' to be `async' and use
9378 `start-process' in this case.
9379 (vc-version-diff): Handle the case where the diff looks empty
9380 because of the use of an async process.
9381
93822000-09-04 Andre Spiegel <spiegel@gnu.org>
9383
9384 * vc.el (vc-next-action-on-file): Removed optional parameter
9385 `simple'. Recompute state unconditionally.
9386 (vc-default-toggle-read-only): Removed.
9387
9388 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9389 (vc-toggle-read-only): Undid prev change.
9390
9391 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9392 vc-cvs-simple-toggle. Redocumented.
9393 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9394 (vc-cvs-toggle-read-only): Removed.
9395
93962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9397
9398 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9399 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9400 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9401 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9402 still is. So maybe it should be removed.
9403 (vc-head-version, vc-find-binary): Remove.
9404 (vc-recompute-state): Move from vc-hooks.el.
9405 (vc-next-action-on-file): Add a `simple' argument to allow
9406 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9407 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9408 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9409 (vc-dired-mode-map): Properly defvar it.
9410 (vc-print-log): Call log-view-mode if available.
9411 (small-temporary-file-directory): defvar instead of use boundp.
9412 (vc-merge-news): Moved to vc-cvs.el.
9413 (vc-default-merge-news): New function.
9414
9415 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9416 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9417 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9418 unknown `vc-latest-version' function. It should probably refer to
9419 vc-workfile-version or somesuch, but it's very unclear to me and I
9420 don't have SCCS to test things.
9421
9422 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9423 (vc-sccs-state-heuristic): Fix typo.
9424 (vc-sccs-workfile-unchanged-p): Add missing argument.
9425
9426 * vc-rcs.el: Require vc and vc-rcs-hooks.
9427 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9428 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9429 (vc-release-greater-or-equal-p): Move from vc.
9430 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9431 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9432 (vc-rcs-checkout): Add a missing `new-version' argument in the
9433 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9434
9435 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9436 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9437 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9438 than the apparently unbound `workfile-version'.
9439
9440 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9441 (vc-file-prop-obarray): Use `make-vector'.
9442 (vc-backend-functions): Add new hookable functions
9443 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9444 (vc-loadup): If neither backend nor default functions exist, use
9445 the backend function rather than nil.
9446 (vc-call-backend): If the function if not bound yet, try to load
9447 the non-hook file to see if it provides it.
9448 (vc-call): New macro plus use it wherever possible.
9449 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9450 nor `vc-find-binary' since it's only called from
9451 vc-mistrust-permission which is only used once the backend is known.
9452 (vc-checkout-model): Fix parenthesis.
9453 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9454
9455 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9456 (vc-cvs-release, vc-cvs-system-release): Remove.
9457 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9458 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9459 status symbols.
9460 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9461 (vc-cvs-toggle-read-only): First cut at a function to allow a
9462 cvs-status-free vc-toggle-read-only.
9463 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9464 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9465 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9466 (vc-cvs-checkout): Modify access rights directly if the user
9467 requested not to use `cvs edit'. And refresh the mode line.
9468
9469 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9470 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9471
94722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9473
9474 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9475 workfile' that got lost when the code was extracted from vc.el.
9476 And merged the tail with the rest of the code (not possible in the
9477 old vc.el where the tail was shared among all backends). And
9478 explicitly set the state to 'edited if `writable' is set.
9479
9480 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9481 (vc-cvs-state): Be careful to return the value from
9482 vc-cvs-parse-state.
9483 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9484 property but return it instead. Also be careful to handle a nil
9485 or "" `rev' when workfile is non-nil (it was handled properly when
9486 workfile was nil).
9487
9488 * vc.el: Removed those pesky unnecessary `(function' quotes.
9489 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9490 directly in the defvar.
9491 (vc-do-command): Bind inhibit-read-only so as to properly handle
9492 the case where the destination buffer has been made read-only.
9493 (vc-diff): Delegate to vc-version-diff in all cases.
9494 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9495 (vc-annotate-mode-variables): Removed (code moved partly to
9496 defvars and partly to vc-annotate-add-menu).
9497 (vc-annotate-mode): Turned into a derived-mode.
9498 (vc-annotate-add-menu): Moved in code in
9499 vc-annotate-mode-variables.
9500 (vc-update-change-log): Use make-temp-file if available.
9501
95022000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9503
9504 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9505 `vc-checkout-model' updated to `vc-cvs-update-model'.
9506
95072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9508
9509 * vc.el (vc-next-action-on-file): Added handling of state
9510 `unlocked-changes'.
9511 (vc-checkout-carefully): Is now practically obsolete, unless the
9512 above is too slow to be enabled unconditionally.
9513 (vc-update-change-log): Fixed typo.
9514
9515 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9516
9517 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9518 Now handles state `unlocked-changes'.
9519 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9520
9521 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9522
9523 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9524 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9525 `unlocked-changes'.
9526 (vc-rcs-workfile-unchanged-p): Renamed from
9527 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9528 function yet, but supposed to become one soon.
9529
9530 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9531 `vc-steal-lock'.
9532 (vc-call-backend): Changed error message.
9533 (vc-state): Added description of state `unlocked-changes'.
9534
95352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9536
9537 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9538 always return t in CVS-controlled directories.
9539
9540 * vc.el (vc-responsible-backend): New function.
9541 (vc-register): Largely rewritten.
9542 (vc-admin): Removed (implementation moved into vc-register).
9543 (vc-checkin): Redocumented.
9544 (vc-finish-logentry): If no backend defined yet (because we are in
9545 the process of registering), use the responsible backend.
9546
9547 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9548 Updated function lists.
9549 (vc-call-backend): Fixed typo.
9550
9551 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9552 New functions.
9553 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9554 Removed query option. Redocumented.
9555
95562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9557
9558 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9559
9560 * vc.el: Updated callers of `vc-checkout-required' to use
9561 `vc-checkout-model'.
9562
95632000-09-04 Martin Lorentzson <martinl@gnu.org>
9564
9565 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9566 stuff updated to reference this function instead of the old
9567 `vc-backend-release-p'.
9568
95692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9570
9571 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9572 vc-checkout-model. Return appropriate values. Updated callers.
9573
95742000-09-04 Martin Lorentzson <martinl@gnu.org>
9575
9576 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9577 (vc-backend-revert): Function moved into `vc-revert';
9578 `vc-next-action' must be updated to accomodate this change.
9579 (vc-backend-steal): Function moved into `vc-finish-steal'.
9580 (vc-backend-logentry-check): Function moved into
9581 `vc-finish-logentry'.
9582 (vc-backend-printlog): Function moved into `vc-print-log'.
9583 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9584 (vc-backend-assign-name): Function moved into
9585 `vc-create-snapshot'.
9586
95872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9588
9589 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9590 Rename to vc-checkout-model. Return appropriate values.
9591 Update callers.
9592
9593 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9594 to vc-checkout-model.
9595 (vc-checkout-required): Rename to vc-checkout-model.
9596 Re-implement and re-comment.
9597 (vc-after-save): Use vc-checkout-model.
9598
95992000-09-04 Martin Lorentzson <martinl@gnu.org>
9600
9601 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9602 Update to use the vc-BACKEND-diff functions instead.
9603 `vc-diff' is now working.
9604
9605 * vc-rcs.el (vc-rcs-logentry-check): New function.
9606
9607 * vc-cvs.el (vc-cvs-logentry-check): New function.
9608
9609 * vc-sccs.el (vc-sccs-diff): Function changed name from
9610 `vc-backend-diff'. This makes `vc-diff' work.
9611
9612 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9613 of functions possibly implemented in a vc-BACKEND library.
9614 (vc-checkout-required): Fix bug that caused an error to be
9615 signaled during `vc-after-save'.
9616
9617 * vc.el: Fix typo.
9618 This checkin is made with our new VC code base for the very first time.
9619 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9620
9621 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9622 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9623
9624 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9625 updated to `vc-uses-locking'.
9626 (vc-checkout-required): Call to backend function.
9627 `vc-checkout-required' updated to `vc-uses-locking' instead.
9628
9629 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9630 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9631
9632 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9633 to match the split into various backends.
9634 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9635 (vc-retrieve-snapshot): Bug fix.
9636
96372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9638
9639 * vc-sccs.el (vc-sccs-release): Doc fix.
9640
96412000-09-04 Martin Lorentzson <martinl@gnu.org>
9642
9643 * vc.el (vc-next-action-on-file): Bug found and fixed.
9644 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9645 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9646
9647 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9648 (vc-rcs-checkout): Name space cleaned up. No more revision number
9649 crunching function names that are not prefixed with vc-rcs.
9650 (vc-rcs-checkout-model): Function added. References to
9651 `vc-checkout-model' replaced.
9652
96532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9654
9655 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9656 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9657 still need to be split, and implemented for RCS).
9658
96592000-09-04 Martin Lorentzson <martinl@gnu.org>
9660
9661 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9662
9663 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9664 required by the vc.el file.
9665
9666 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9667 required by the vc.el file.
9668 (vc-rcs-exists): Function added.
9669
9670 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9671 required by the vc.el file.
9672
9673 * vc.el (vc-admin): Updated to handle selection of appropriate
9674 backend. Current implementation is crufty and need re-thinking.
9675
9676 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9677
96782000-09-04 Martin Lorentzson <martinl@gnu.org>
9679
9680 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9681 beginning of annotate buffers correctly.
9682
9683 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9684 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9685 functionality updated quite a lot to support multiple backends.
9686 Variables `vc-annotate-mode', `vc-annotate-buffers',
9687 `vc-annotate-backend' added.
9688
9689 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9690 `vc-annotate-difference' added to supported backend functions.
9691
96922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9693
9694 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9695 Use with-temp-file instead of /bin/sh. Merged from mainline
9696
96972000-09-04 Martin Lorentzson <martinl@gnu.org>
9698
9699 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9700
9701 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9702
9703 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9704
97052000-09-04 Martin Lorentzson <martinl@gnu.org>
9706
9707 * vc-hooks.el: vc-state-heuristic added to
9708 vc-backend-hook-functions.
9709
9710 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9711
9712 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9713
9714 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9715 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9716 state to `reserved'.
9717
9718 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9719 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9720
97212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9722
9723 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9724 untouched.
9725
9726 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9727
9728 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9729 if defined. (Merged from main line, slightly adapted.)
9730
9731 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9732 millenium problem (merged from mainline).
9733
97342000-09-04 Martin Lorentzson <martinl@gnu.org>
9735
9736 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9737 part and moved the non-BACKEND stuff to vc.el.
9738
9739 * vc.el: Split the annotate feature into a BACKEND specific part
9740 and moved it from the vc-cvs.el file to this one.
9741
97422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9743
9744 * vc-hooks.el: Implement new state model.
9745 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9746 (vc-locking-user): Simplify. Now only needed if the file is
9747 locked by somebody else.
9748 (vc-lock-from-permissions): Remove. Functionality is in
9749 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9750 (vc-mode-line-string): New name for former vc-status. Adapted.
9751 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9752
9753 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9754 Various simplifications and adaptations all over the place.
9755
9756 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9757 Simplify and adapt the rest.
9758
9759 * vc.el (vc-resynch-window): Add TODO comment: check for
9760 interaction with view mode according to recent RCS change.
9761 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9762
97632000-09-04 Martin Lorentzson <martinl@gnu.org>
9764
9765 * vc.el: Convert the remaining function comments to docstrings.
9766
97672000-09-04 Martin Lorentzson <martinl@gnu.org>
9768
9769 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9770 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9771 (vc-minor-part, vc-previous-version): Functions that operate and
9772 compare revision numbers got proper documentation. Comments added
9773 about their possible removal.
9774
97752000-09-04 Martin Lorentzson <martinl@gnu.org>
9776
9777 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9778 the vc-backend.el files.
9779
9780 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9781
9782 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9783 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9784 (vc-rcs-previous-version): Functions added.
9785
9786 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9787
9788 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9789
97902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9791
9792 * vc-hooks.el (vc-master-templates): Is really obsolete.
9793 Comment out the definition for now. What is the right procedure
9794 to get rid of it?
9795 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9796 rewritten.
9797 (vc-default-registered): Remove.
9798 (vc-check-master-templates): New function; does mostly what the
9799 above did before.
9800 (vc-locking-user): Don't rely on the backend to set the property.
9801
9802 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9803 Rewrite documentation.
9804 (vc-rcs-templates-grabbed): New variable.
9805 (vc-rcs-grab-templates): New function.
9806 (vc-rcs-registered): Rewrite to use above mechanism.
9807
9808 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9809 Rewrite documentation.
9810 (vc-sccs-templates-grabbed): New variable.
9811 (vc-sccs-grab-templates): New function.
9812 (vc-sccs-registered): Rewrite to use above mechanism.
9813 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9814 Don't throw the result, simply return it.
9815
9816 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9817 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9818 (vc-cvs-registered): Does the check itself now. Simplify.
9819
9820 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9821 from main line.
9822
98232000-09-04 Martin Lorentzson <martinl@gnu.org>
9824
9825 * vc-cvs.el (vc-cvs-diff): New function.
9826
9827 * vc-sccs.el (vc-sccs-diff): New function.
9828
9829 * vc-rcs.el (vc-rcs-diff): New function.
9830 (vc-rcs-checkout): Bug (typo) found and fixed.
9831 (vc-rcs-register-switches): New variable.
9832
9833 * vc.el (vc-backend-diff): Function removed and placed in the
9834 backend files.
9835
98362000-09-04 Martin Lorentzson <martinl@gnu.org>
9837
9838 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9839
9840 * vc.el (vc-backend-checkout): Function removed and replaced in
9841 the vc-backend.el files.
9842
9843 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9844
9845 * vc.el (vc-backend-admin): Removed and replaced in the
9846 vc-backend.el files.
9847
9848 * vc.el (Martin): Removed all the annotate functionality since it
9849 is CVS backend specific.
9850
98512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9852
9853 * spec.txt: Added specification of vc-state.
9854
9855 * vc-sccs-hooks.el (vc-sccs-master-properties):
9856 Remove handling of vc-latest-version and
9857 vc-your-latest-version. What used to be vc-latest-version, is now
9858 returned as vc-workfile-version.
9859 (vc-sccs-workfile-version): Adapt.
9860
98612000-09-04 Dave Love <fx@gnu.org>
9862
9863 * vc.el: [Merged from mainline.]
9864 (vc-dired-mode): Make the dired-move-to-filename-regexp
9865 regexp match the date, to avoid treating date as file size.
9866 Add YYYY S option to WESTERN/
9867
98682000-09-04 Dave Love <fx@gnu.org>
9869
9870 * vc.el: Require `compile' when compiling.
9871 (vc-logentry-check-hook): New option.
9872 (vc-steal-lock): Use compose-mail.
9873 (vc-dired-mode-map): Defvar when compiling.
9874 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9875 vc-sccs.el and renamed. Callers changed.
9876 (vc-backend-checkout, vc-backend-logentry-check)
9877 (vc-backend-merge-news): Doc fix.
9878 (vc-default-logentry-check): New function.
9879 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9880 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9881 (vc-backend-merge): Doc fix. Use backend functions.
9882 (vc-check-headers): Use backend functions.
9883
9884 * vc-cvs.el: Require vc when compiling.
9885 (vc-cvs-register-switches): Doc fix.
9886 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9887 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9888 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9889 New functions (code from vc.el).
9890 (vc-annotate-display-default): Fix interactive spec.
9891 (vc-annotate-time-span): Doc fix.
9892
9893 * vc-rcs.el: Require vc when compiling.
9894 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9895 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9896 (vc-rcs-checkin): New functions (code from vc.el).
9897 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9898 Doc fix.
9899 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9900
9901 * vc-sccs.el: Require vc when compiling.
9902 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9903 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9904 (vc-sccs-revert)
9905 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9906 from vc.el).
9907 (vc-sccs-add-triple, vc-sccs-record-rename)
9908 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9909 (vc-sccs-admin): Doc fix.
9910
99112000-09-04 Martin Lorentzson <martinl@gnu.org>
9912
9913 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9914 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9915 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9916 from vc.el.
9917
9918 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9919
9920 * vc-cvs.el: Moved the annotate functionality from vc.el.
9921 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9922
99232000-09-04 Dave Love <fx@gnu.org>
9924
9925 * vc.el (vc-backend-release): Call vc-system-release.
9926
9927 * vc-sccs.el (vc-sccs-system-release):
9928 Renamed from vc-sccs-backend-release.
9929
9930 * vc-rcs.el (vc-rcs-system-release):
9931 Renamed from vc-rcs-backend-release.
9932
9933 * vc-cvs.el (vc-cvs-system-release):
9934 Renamed from vc-cvs-backend-release.
9935
99362000-09-04 Dave Love <fx@gnu.org>
9937
9938 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9939 backend files.
9940 (vc-backend-release): Dispatch to backend functions.
9941 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9942 probably needs attention.]
9943
9944 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9945 (vc-sccs-backend-release): New function.
9946
9947 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9948 (vc-cvs-backend-release): New function.
9949
9950 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9951 Doc fix.
9952 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9953 (vc-default-dired-state-info): New function.
9954 (vc-dired-state-info): Dispatch to backends.
9955 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9956
9957 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9958 from vc.el and renamed.
9959
99602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9961
9962 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9963 (vc-version-other-window, vc-backend-assign-name): Removed
9964 references to vc-latest-version; sometimes changed into
9965 vc-workfile-version.
9966
9967 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9968 vc-rcs-master-workfile-version.
9969 (vc-rcs-workfile-version): Use the above. Don't call
9970 vc-latest-version (that was unreachable code, anyway).
9971 (vc-rcs-fetch-master-properties): Doc fix.
9972
9973 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9974 (vc-backend-hook-functions): Removed them from this list, too.
9975 (vc-fetch-properties): Removed.
9976 (vc-workfile-version): Doc fix.
9977
9978 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9979 (vc-rcs-workfile-version, vc-rcs-locking-user)
9980 (vc-rcs-uses-locking): Use it.
9981
9982 * vc-hooks.el (vc-consult-rcs-headers):
9983 Moved into vc-rcs-hooks.el, under the name
9984 vc-rcs-consult-headers.
9985
9986 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9987 headers.
9988 (vc-cvs-find-master): Use this name only; correct different
9989 versions of the name.
9990
9991 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9992 New functions.
9993 (vc-sccs-locking-user): Use the latter.
9994
9995 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9996 New functions.
9997
9998 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9999 Moved into both
10000 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10001 functions are implementation details of those two backends.
10002
100032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10004
10005 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10006 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10007
10008 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10009 (vc-sccs-parse-locks): SCCS-specific code moved here from
10010 vc-hooks.
10011
10012 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10013 code moved here from vc-hooks.
10014
10015 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10016 into back-end specific parts and removed. Callers not updated
10017 yet; because I guess these callers will disappear into back-end
10018 specific files anyway.
10019
100202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10021
10022 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10023 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10024 `vc-uses-locking'.
10025
10026 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10027 Store yes/no in the property, and return t/nil. Updated all
10028 callers.
10029
10030 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10031 vc-sccs-uses-locking. Don't set property.
10032 (vc-sccs-locking-user): Don't set property.
10033
10034 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10035 vc-cvs-uses-locking. Don't set property here; leave that to
10036 vc-hooks.
10037 (vc-cvs-locking-user): Reflect above change. Streamlined.
10038
10039 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10040 vc-rcs-uses-locking.
10041 (vc-rcs-locking-user): Reflect above change.
10042
100432000-09-04 Dave Love <fx@gnu.org>
10044
10045 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10046
10047 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10048
10049 * vc-hooks.el (vc-checkout-model): Punt to backends.
10050
10051 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10052
10053 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10054
10055 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10056 New functions.
10057
10058 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10059 New functions.
10060
10061 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10062 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10063
10064 * vc-hooks.el (vc-default-locking-user): New function.
10065 (vc-locking-user, vc-workfile-version): Punt to backends.
10066
100672000-09-04 Dave Love <fx@gnu.org>
10068
10069 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10070 (vc-master-workfile-version): Moved from vc-hooks.
10071
10072 * vc-rcs-hooks.el: Fix duplicate code in last change.
10073
10074 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10075 (vc-rcs-master-templates): Improve :type.
10076 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10077 vc-master-workfile-version): Moved from vc-hooks.
10078
10079 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10080 (vc-sccs-master-templates): Improve :type.
10081 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10082
10083 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10084
10085 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10086 (vc-cvs-master-templates): Improve :type. Use
10087 vc-cvs-find-cvs-master.
10088 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10089 from vc-hooks.
10090 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10091
10092 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10093 Moved to vc-cvs-hooks.
10094
10095 * vc-hooks.el: Add doc strings in various places. Simplify the
10096 minor mode setup.
10097 (vc-handled-backends): New user variable.
10098 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10099 simplification.
10100
101012000-09-04 Dave Love <fx@gnu.org>
10102
10103 * vc.el: Some doc fixes for autoloaded and interactive functions.
10104 Fix compilation warnings from ediff stuff.
10105 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10106
10107 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10108
10109 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10110
10111 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10112
101132000-09-04 Dave Love <fx@gnu.org>
10114
10115 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10116 New variable.
10117 (vc-make-backend-function, vc-loadup, vc-call-backend)
10118 (vc-backend-defines): New functions.
10119
10120 * vc-hooks.el: Various doc fixes.
10121 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10122 (vc-match-substring): Function removed. Callers changed to use
10123 match-string.
10124 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10125 Simplify.
10126
101272000-09-04 Dave Love <fx@gnu.org>
10128
10129 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10130 type.
10131 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10132 (vc-sccs-registered): Doc fix.
10133
10134 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10135 (vc-cvs-registered): Doc fix.
10136
10137 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10138 (vc-rcs-registered): Doc fix.
10139
101402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10141
10142 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10143
10144 * vc-hooks.el: vc-registered has been renamed
10145 vc-default-registered. Some functions have been moved to the
10146 backend specific files. they all support the
10147 vc-BACKEND-registered functions.
10148
101492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10150
10151 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10152
10153 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10154
101552000-09-04 Dave Love <fx@gnu.org>
10156
10157 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10158 menu-bar-update-hook.
10159
10160 * help.el (help-manyarg-func-alist): Add
10161 find-operation-coding-system.
10162
10163 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10164
10165 * custom.el (custom-set-variables): Print message about errors in
10166 setting.
10167
101682000-09-03 Andrew Innes <andrewi@gnu.org>
10169
10170 * makefile.w32-in: Change to DOS line endings.
10171
101722000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10173
10174 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10175 minor-mode keymaps, if they don't have one.
10176
101772000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10178
10179 * eshell/esh-module.el (eval-when-compile): Don't lose if
10180 esh-module.el's file name is truncated to DOS 8+3 limits.
10181
101822000-09-01 John Wiegley <johnw@gnu.org>
10183
10184 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10185 predicate, which caused entries in the completion list to be
10186 doubled.
10187
101882000-08-30 John Wiegley <johnw@gnu.org>
10189
10190 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10191 sending to subprocesses. Also, hook pre-command-hook if
10192 `eshell-send-direct-to-subprocesses' is non-nil.
10193 (eshell-send-direct-to-subprocesses): New config variable. If t,
10194 subprocess input is send immediately.
10195 (eshell-toggle-direct-send): New function.
10196 (eshell-self-insert-command): New function.
10197 (eshell-intercept-commands): New function.
10198 (eshell-send-input): If direct subprocess sending is enabled,
10199 don't echo any input to the Eshell buffer. Let the subprocess
10200 handle that. This requires "stty echo" in bash, for example.
10201
102022000-08-28 John Wiegley <johnw@gnu.org>
10203
10204 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10205 completion function for Eshell's implementation of `unset'.
10206
102072000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10208
10209 * info.el (Info-directory-list): Doc fix.
10210
102112000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10212
10213 * filecache.el (file-cache-add-directory-using-find): Don't quote
10214 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10215
102162000-08-31 Kenichi Handa <handa@etl.go.jp>
10217
10218 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10219 coding systems.
10220
102212000-08-30 Andrew Innes <andrewi@gnu.org>
10222
10223 * timer.el (run-with-idle-timer): Undo last change, so that timer
10224 is not activated immediately if Emacs is already idle. Some
10225 existing code relies on this behaviour.
10226
102272000-08-30 Miles Bader <miles@gnu.org>
10228
10229 * frame.el (set-frame-font): Do completion of font-name for
10230 interactive use.
10231
102322000-08-30 Kenichi Handa <handa@etl.go.jp>
10233
10234 * international/quail.el (quail-start-translation): Bind locally
10235 last-command-event, last-command, and this-command.
10236 (quail-start-conversion): Likewise.
10237 (quail-self-insert-command): Fix docstring.
10238
102392000-08-29 Gerd Moellmann <gerd@gnu.org>
10240
10241 * progmodes/executable.el
10242 (executable-make-buffer-file-executable-if-script-p): Check that
10243 buffer contains at least 2 characters.
10244
102452000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10246
10247 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10248
102492000-08-29 Dave Love <fx@gnu.org>
10250
10251 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10252 (diff-mode-shared-map): Bind mouse-2.
10253 (diff-imenu-generic-expression): New variable.
10254 (diff-mode): Use it.
10255
10256 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10257 (mouse-popup-menubar): Add minor mode menus.
10258 (popup-menu): Check for lookup-key returning number.
10259
102602000-08-29 Miles Bader <miles@gnu.org>
10261
10262 * comint.el (comint-send-input): Create overlays using the proper
10263 front/read-advance arguments.
10264
102652000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10266
10267 * ps-print.el: Even/odd pages printing. Doc fix.
10268 (ps-print-version): New version number (6.0).
10269 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10270 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10271 (ps-print-duplex-feature): Variable eliminated.
10272 (ps-even-or-odd-pages): New variable.
10273
10274 * progmodes/ebnf2ps.el: Doc fix.
10275 (ebnf-version): New version (3.3).
10276 (ebnf-user-arrow): Change variable customization to sexp.
10277 (ebnf-user-arrow): Function eliminated.
10278 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10279
102802000-08-29 Kenichi Handa <handa@etl.go.jp>
10281
10282 * help.el (help-xref-mule-regexp): New variable.
10283 (help-make-xrefs): Handle help-xref-mule-regexp.
10284
10285 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10286 variable.
10287 (describe-input-method): Temporarily activate the specfied input
10288 method to display the information.
10289 (describe-language-environment): Hyperlinks to mule related items.
10290
10291 * international/mule-diag.el (charset-multibyte-form-string): New
10292 function.
10293 (list-character-sets-1): Use charset-multibyte-form-string.
10294 (describe-character-set): New function.
10295 (describe-coding-system): Hyperlinks to safe character sets.
10296
10297 * international/quail.el (quail-help): New arg PACKAGE.
10298 Hyperlinks to mule related items.
10299 (quail-help-insert-keymap-description): Use
10300 substitute-command-keys instead of describe-bindings.
10301 (quail-translation-help): Hyperlinks to mule related items.
10302
103032000-08-28 John Wiegley <johnw@gnu.org>
10304
10305 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10306 have a defsubst call itself. Made `eshell-flatten-list' back into
10307 a function again.
10308
10309 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10310 catch, in case re-centering point at bottom messes up the display.
10311 This happens frequently in Emacs 21, due I believe to variable
10312 line heights.
10313
10314 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10315 to call `find-tag-interactive'.
10316
10317 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10318 the list of remember directories.
10319
103202000-08-28 John Wiegley <johnw@gnu.org>
10321
10322 * align.el: Test align-region-separate to see if it's a symbol.
10323
103242000-08-28 John Wiegley <johnw@gnu.org>
10325
10326 * eshell/esh-util.el (eshell-flatten-list): Made this function
10327 into a defsubst form. It gets used very frequently, although
10328 calls don't occur all that often.
10329
10330 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10331 examining it.
10332
10333 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10334 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10335 `eshell-protect'.
10336 (eshell-copy-handles): Created a new macro for duplicating the
10337 current set of open handles. This is needed by the looping
10338 functions.
10339 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10340 is not incorrectly stomped on.
10341
10342 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10343 declaration for pcomplete-use-paring.
10344 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10345 value of eshell-cmpl-use-paring.
10346 * pcomplete.el (pcomplete-use-paring): New config variable, to
10347 indicate whether paring should be used.
10348 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10349 completion alternatives that have already been used.
10350
10351 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10352 bound to C-c C-y, which will repeat the previous N arguments
10353 (based on prefix argument).
10354 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10355
10356 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10357 if there is no *Help* buffer. This is for XEmacs, which renames
10358 its help buffers uniquely. TODO: Find out what the current buffer
10359 name to delete is.
10360
10361 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10362 first entry that correlates to a passwd/group number. Later
10363 entries (used for group/user name aliasing to multiple IDs) are
10364 ignored.
10365
10366 * eshell/em-xtra.el (eshell/expr):
10367 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10368 (eshell-grep, eshell/diff, eshell/locate):
10369 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10370 argument list, before passing it to the system command.
10371
10372 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10373 `find-tag' for use at final position in Eshell buffers (which
10374 otherwise triggers an error on Emacs 21).
10375 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10376 buffer, if it is currently bound to `find-tag'.
10377
10378 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10379 in the list of matched Makefile names.
10380 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10381 directory, prefer its contents to Makefile.
10382
10383 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10384 directory parts (like "cd old new", or "cd =regexp"), are now case
10385 sensitive on non-Windows/DOS platforms.
10386
10387 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10388 types RET after an open delimiter (like "), display a message
10389 indicating that Eshell is waiting for the closing delimiter.
10390
10391 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10392 environment variables.
10393
10394 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10395 gracefully if the user enters incorrect arguments.
10396
10397 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10398 Eshell buffers.
10399
10400 * eshell/esh-var.el (eshell-interpolate-variable):
10401 * eshell/esh-mode.el (eshell-move-argument):
10402 * eshell/em-unix.el (eshell-du-sum-directory):
10403 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10404 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10405 (not (= ...)).
10406
10407 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10408 to ensure the `preserve' flag gets propagated when doing recursive
10409 directory copies.
10410
104112000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10412
10413 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10414 Don't convert \n into \0177 in memory.
10415 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10416 and back again, when reading and writing.
10417
104182000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10419
10420 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10421 testing of `fboundp' on `processp'.
10422
10423 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10424 (eshell/jobs): Don't call process-list if it is not bound.
10425 (eshell-gather-process-output): Support systems where async
10426 subprocesses aren't supported.
10427 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10428 variables.
10429
10430 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10431 eshell-do-eval returns t.
10432 (eshell-do-pipelines-synchronously): New defmacro.
10433 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10434 when async subprocesses aren't supported.
10435 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10436 if async subprocesses aren't supported.
10437 (eshell-resume-command): Don't assume STATUS is a string.
10438
10439 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10440
10441 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10442 (eshell-close-target, eshell-get-target): Use eshell-processp.
10443 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10444 fix.
10445 (eshell-get-target, eshell-create-handles): Doc fix.
10446
104472000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10448
10449 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10450 criterion to include commands that output something, as long as it
10451 leaves both the command and the end-of-buffer visible when the
10452 command has exited.
10453 (eshell-review-quick-commands): Adjust the help doc string
10454 accordingly.
10455
104562000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10457
10458 * locate.el (locate): Cleaned up locate command's interactive prompting
10459 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10460
10461 * filecache.el (file-cache-case-fold-search): New variable
10462 (file-cache-assoc-function): New variable
10463 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10464 Use file-cache-case-fold-search variable
10465 (file-cache-add-file): Use file-cache-assoc-function
10466 (file-cache-delete-file): likewise
10467 (file-cache-directory-name): likewise
10468 (file-cache-debug-read-from-minibuffer): likewise
10469
104702000-08-28 Gerd Moellmann <gerd@gnu.org>
10471
10472 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10473 (abbrev-table-name): New function.
10474 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10475 If non-nil list local abbrev, only.
10476
104772000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10478
10479 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10480 from Gnus support code, and use special article copy buffer
10481 `(gnus-original-article-buffer)' instead. This allows to get rid
10482 of article-hide-headers usage (which breaks in the latest Gnus
10483 version). Thanks to Detlev Zundel.
10484
104852000-08-28 Kenichi Handa <handa@etl.go.jp>
10486
10487 * international/quail.el (quail-use-package): Hide "... loaded"
10488 message.
10489 (quail-start-translation, quail-start-conversion): Likewise.
10490
10491 * international/kkc.el (kkc-region): Hide "... loaded" message.
10492
104932000-08-27 Dave Love <fx@gnu.org>
10494
10495 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10496
104972000-08-27 Miles Bader <miles@gnu.org>
10498
10499 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10500
105012000-08-27 Kenichi Handa <handa@etl.go.jp>
10502
10503 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10504 'ja-dic-cnv), not (require 'skkdic-cnv).
10505
105062000-08-26 Miles Bader <miles@gnu.org>
10507
10508 * faces.el (face-x-resources): Add entry for :inherit.
10509 * cus-face.el (custom-face-attributes): Add support for :inherit
10510 attribute. Add support for relative face heights.
10511 (custom-face-attributes-get): Treat `nil' as being a default value
10512 for :inherit (as well as `unspecified').
10513
10514 * faces.el (set-face-attribute): Update doc string.
10515 (face-attribute-name-alist): Add :inherit.
10516 (face-valid-attribute-values): Handle :inherit.
10517 (face-read-string): Rephrase prompt to be less confusing.
10518 Assume that DEFAULT is a string, since we must return a string.
10519 (face-read-integer): Use `format' to turn DEFAULT into an
10520 acceptable default for face-read-string. Match NEW-VALUE against
10521 the string "unspecified", not the symbol `unspecified', since
10522 that's what face-read-string returns.
10523 (read-face-attribute): Lookup a name for old-value in valid, and
10524 use it as a default if we find one. Treat all values from
10525 face-read-string as strings. If the default is used, don't do any
10526 more processing on the value, just use the old value directly.
10527 (read-face-and-attribute, modify-face): Tweak prompt.
10528 (read-face-name): Don't assume prompt ends with a space.
10529
10530 * faces.el (describe-face): Add support for :inherit attribute.
10531
105322000-08-25 Kenichi Handa <handa@etl.go.jp>
10533
10534 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10535 concat doesn't accept interger.
10536
10537 * international/kkc.el: Remove SKK from Keywords. Require
10538 ja-dic-utl instead of skkdic-utl.
10539
10540 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10541 Provide ja-dic-cnv instead of skkdic-cnv.
10542 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10543 (iso-2022-7bit-short): Add safe-charsets property.
10544 (skkdic-convert-postfix): Search Japanese chou-on character in
10545 addition to Hiragana character.
10546 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10547 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10548 (batch-skkdic-convert): Likewise.
10549
10550 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10551 Provide ja-dic-utl instead of skkdic-utl.
10552 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10553
105542000-08-24 Dave Love <fx@gnu.org>
10555
10556 * disp-table.el (standard-display-default): Make the test of `l'
10557 useful.
10558
10559 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10560 mod sample text.
10561
10562 * international/iso-ascii.el: Make pilcrow convenient string
10563 consistent with section.
10564 (iso-ascii-display): Set up multibyte characters as well as
10565 unibyte.
10566
105672000-08-24 Kenichi Handa <handa@etl.go.jp>
10568
10569 * international/mule-cmds.el (reset-language-environment): Set
10570 default-process-coding-system to '(undecided . iso-latin-1), which
10571 makes process I/O almost consistent with file I/O. Call this
10572 function when mule-cmds.el[c] is loaded.
10573
105742000-08-22 Andrew Innes <andrewi@gnu.org>
10575
10576 * makefile.w32-in: New file.
10577
105782000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10579
10580 * comint.el (comint-output-filter): Compare end of
10581 comint-last-output-overlay with the start of the newly inserted
10582 text, not the end, when deciding whether to extend it.
10583 Set saved-point's insertion type to advance after insertion.
10584
10585 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10586 since this is now done independently of font-lock mode.
10587
105882000-08-21 Gerd Moellmann <gerd@gnu.org>
10589
10590 * server.el (server-kill-new-buffers): New user option.
10591 (server-existing-buffer): New buffer-local variable.
10592 (server-visit-files): When using an existing buffer, set
10593 server-existing-buffer to t.
10594 (server-buffer-done): If server-kill-new-buffers is t, kill the
10595 buffer, unless it was already present before visiting it with
10596 Emacs server.
10597
105982000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10599
10600 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10601 even if the display doesn't support colors: some displays will
10602 support bold/underline faces.
10603
106042000-08-21 Gerd Moellmann <gerd@gnu.org>
10605
10606 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10607
10608 * startup.el (command-line): If user's init file had an error,
10609 add explanatory text to *Messages*.
10610
106112000-08-21 Kenichi Handa <handa@etl.go.jp>
10612
10613 * man.el (Man-getpage-in-background): Decode the process output by
10614 the system locale coding system.
10615
106162000-08-20 Dave Love <fx@gnu.org>
10617
10618 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10619 Don't test x-popup-menu.
10620 (function) <complete-function>: Complete only fbound symbols.
10621 <validate, value>: New.
10622 (variable) <complete-function>: Complete only bound symbols.
10623 (coding-system): Add :base-only, :complete-function, :validate,
10624 :value, :prompt-match.
10625 (widget-coding-system-prompt-value): Use read-coding-system and
10626 act on :base-only.
10627 (editable-field): Add :help-echo.
10628 (widget-push-button-gui, widget-push-button-cache)
10629 (widget-gui-action, widget-editable-list-gui): COmment out, along
10630 with uses.
10631 (widget-at): Make arg optional.
10632 (widget-echo-help): Adjust for current help-echo calling sequence.
10633 (widget-specify-field, widget-specify-button)
10634 (widget-specify-insert, widget-get-sibling, widget-image-find)
10635 (widget-convert, widget-insert, widget-leave-text)
10636 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10637 (widget-setup, widget-field-find, widget-before-change)
10638 (widget-after-change, widget-default-complete)
10639 (widget-default-create, widget-default-delete)
10640 (widget-push-button-value-create, editable-field)
10641 (widget-field-prompt-value, widget-field-validate)
10642 (widget-choice-value-create, widget-choice-action)
10643 (widget-choice-validate, widget-checklist-add-item)
10644 (widget-radio-add-item, widget-radio-chosen)
10645 (widget-radio-value-inline, widget-editable-list-value-create)
10646 (widget-editable-list-entry-create)
10647 (widget-documentation-link-add)
10648 (widget-documentation-string-value-create)
10649 (widget-regexp-validate, widget-file-complete)
10650 (widget-sexp-validate, widget-plist-convert-widget)
10651 (widget-plist-convert-widget, widget-alist-convert-widget)
10652 (widget-alist-convert-widget, widget-color-complete): Simplify,
10653 particularly to avoid bindings which aren't optimized out.
10654
10655 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10656 Doc fix.
10657 (down-list, backward-up-list, up-list, kill-sexp)
10658 (backward-kill-sexp, mark-sexp): Make arg optional.
10659 (lisp-complete-symbol): Add optional arg PREDICATE.
10660
10661 * cus-start.el: Add display-buffer-reuse-frames,
10662 file-coding-system-alist.
10663
106642000-08-20 Gerd Moellmann <gerd@gnu.org>
10665
10666 * startup.el (command-line): Clear realized faces after
10667 modifying TTY color mappings.
10668
106692000-08-20 Miles Bader <miles@gnu.org>
10670
10671 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10672 merely a subset of FACE's attributes.
10673
106742000-08-19 Miles Bader <miles@gnu.org>
10675
10676 * comint.el (comint-output-filter): Save the point with a marker,
10677 not just a buffer position.
10678
10679 * international/mule.el (set-buffer-process-coding-system): Make
10680 interactive prompt less confusing.
10681
106822000-08-19 Gerd Moellmann <gerd@gnu.org>
10683
10684 * hilit-chg.el: General cleanup of doc strings, comments and
10685 code formatting.
10686
106872000-08-19 Miles Bader <miles@gnu.org>
10688
10689 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10690 Compiler macro removed; beginning-of-line is no longer always
10691 equivalent to forward-line, in the presence of fields.
10692
10693 * comint.el (comint-output-filter): Remove ad-hoc saving of
10694 restriction, and just use save-restriction, now that it works
10695 correctly. Don't adjust comint-last-input-start to account for
10696 our insertion; it shouldn't have moved because we don't use
10697 insert-before-markers anymore. Comment out call to
10698 `force-mode-line-update'; why is it here?
10699
10700 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10701 while checking for prompt to delete. Use `forward-line 0'
10702 instead of beginning-of-line.
10703 (gud-filter): Temporarily widen gud comint buffer while
10704 examining output.
10705
107062000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10707
10708 * progmodes/sh-script.el: Big bag of typos.
10709
10710 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10711 check since ispell-process is not bound when ispell is not yet loaded.
10712
107132000-08-18 Dave Love <fx@gnu.org>
10714
10715 * image.el (find-image): Copy `spec' before using plist-put.
10716
107172000-08-18 Gerd Moellmann <gerd@gnu.org>
10718
10719 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10720 `portugues'.
10721
10722 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10723 backward-kill-sexp, analogous to kill-sexp.
10724
10725 * progmodes/icon.el (icon-indent-line)
10726 (icon-is-continuation-line): Handle comments specially.
10727
107282000-08-17 Ken Stevens <k.stevens@ieee.org>
10729
10730 * ispell.el: Set to standard author/maintainer/keyword fields.
10731 Fine tuning to menu map appearance and operation, and added help.
10732 Remove `start' and `end' error messages when compiling.
10733 (ispell-choices-win-default-height): Fixed comment string.
10734 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10735 castellano8 dictionaries.
10736 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10737 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10738 dictionary, added italiano dictionary.
10739 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10740 word character
10741 (ispell-tex-skip-alists): Added psfig support.
10742 (ispell-skip-html): Renamed from ispell-skip-sgml.
10743 (ispell-begin-skip-region-regexp, ispell-skip-region)
10744 (ispell-minor-check): Improved html skipping support to skip across
10745 code, and recognize `&' commands without propper `;' syntax;
10746 (ispell-process-line): Fix alignment error when manually
10747 correcting spelling.
10748 (ispell): Fix comment string.
10749 (ispell-add-per-file-word-list): Always put word list on new line.
10750
107512000-08-17 Gerd Moellmann <gerd@gnu.org>
10752
10753 * format.el (format-encode-run-method): Fix error message to say
10754 `encode' instead of `decode'. Use save-window-excursion around
10755 shell-command-on-region as in format-decode-run-method because
10756 shell-command-on-region can display a buffer with error output.
10757 (format-decode): Don't record undo information for the decoding.
10758 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10759 that number part of the temporary buffer name so that more than
10760 one decoding using a temporary buffer can happen safely.
10761
10762 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10763 of `A-z' in the regexp.
10764
10765 * hilit-chg.el: Fix typos in commentary.
10766
10767 * help.el (view-emacs-news): Rewritten for new naming scheme
10768 for old NEWS files.
10769
10770 * startup.el (command-line): Pop to *Messages* in case an error
10771 is signaled while loading user-init-file.
10772
107732000-08-17 Andreas Schwab <schwab@suse.de>
10774
10775 * files.el (insert-directory): Don't lose original file name,
10776 undoing an undocumented change.
10777
107782000-08-17 Alex Schroeder <alex@gnu.org>
10779
10780 * sql.el (sql-magic-go): Use comint-bol.
10781 (sql-copy-column): Use comint-line-beginning-position.
10782 (comint-line-beginning-position): Define a replacement for
10783 comint-line-beginning-position if it is not fboundp.
10784
107852000-08-17 Alex Schroeder <alex@gnu.org>
10786
10787 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10788 it didn't have any effect anyway.
10789
107902000-08-17 Alex Schroeder <alex@gnu.org>
10791
10792 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10793 --pset and pager=off instead of sending \\o|cat at the beginning
10794 of the session.
10795
107962000-08-17 Miles Bader <miles@gnu.org>
10797
10798 * progmodes/octave-inf.el: Add compatibility definition of
10799 comint-line-beginning-position.
10800
108012000-08-17 Kenichi Handa <handa@etl.go.jp>
10802
10803 * startup.el (normal-top-level): Look in each dir in load-path for
10804 a leim-list.el file too. This assures of loading leim-list.el
10805 that is created at Emacs installation time even if a user have his
10806 own leim-list.el.
10807
108082000-08-17 Miles Bader <miles@gnu.org>
10809
10810 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10811 foreground color to black if the background is dark.
10812
108132000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10814
10815 * loadhist.el (unload-feature): Typo.
10816
10817 * finder.el (finder-compile-keywords):
10818 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10819 to the generated file.
10820
10821 * mail/mh-e.el (mh-make-local-vars):
10822 Replace make-variable-buffer-local with make-local-variable.
10823
10824 * play/landmark.el:
10825 * options.el (Edit-options-{set,toggle,t,nil}):
10826 * mail/mailabbrev.el (mail-abbrevs-mode):
10827 * textmodes/tex-mode.el (tex-expand-files):
10828 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10829
10830 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10831
10832 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10833 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10834 Allow going past the last element.
10835 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10836 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10837 (cvs-mouse-toggle-mark): Don't move point.
10838 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10839
10840 * progmodes/compile.el (grep): Provide a default set of files.
10841 (next-error): Docstring fix.
10842 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10843
10844 * emacs-lisp/easy-mmode.el (define-minor-mode):
10845 Use `symbol-value' to keep the byte-compiler quiet.
10846
10847 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10848 (diff-find-source-location): New fun, extracted from diff-goto-source.
10849 (diff-goto-source): Use it.
10850 (diff-next-complex-hunk, diff-filter-lines): New function.
10851 (diff-apply-hunk): New command.
10852
10853 * smerge-mode.el (smerge-mode-menu): Doc fix.
10854
10855 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10856
108572000-08-16 Dave Love <fx@gnu.org>
10858
10859 * windmove.el (windmove) <defgroup>: Add :version.
10860
10861 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10862 (goto-address-fontify-p, goto-address-highlight-p)
10863 (goto-address-url-face, goto-address-url-mouse-face)
10864 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10865 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10866 (goto-address-fontify, goto-address-at-mouse): Simplify,
10867 (goto-address-at-point): browse-url-url-at-point,
10868 goto-address-find-address-at-point can return nil.
10869 (goto-address-find-address-at-point): Return nil on failure.
10870
10871 * align.el (align) <defgroup>: Add :version.
10872
10873 * calculator.el (calculator): Add :version.
10874 (calculator): Use two lines for calculator window if `modeline'
10875 face is boxed.
10876
10877 * play/5x5.el: Doc fixes.
10878 (5x5) <defgroup>: Add :version.
10879
10880 * play/fortune.el (fortune) <defgroup>: Add :version.
10881 (fortune-append): Fix error message.
10882 (fortune-from-region): Doc fix.
10883
10884 * play/pong.el (pong): Doc fix.
10885
10886 * play/morse.el: Keywords, commentary, autoloads.
10887
108882000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10889
10890 * desktop.el (desktop-save): Don't look at symbol-value of a
10891 member of minor-mode-alist, unless it is boundp.
10892
108932000-08-16 Sam Steingold <sds@gnu.org>
10894
10895 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10896 `while'; use `with-current-buffer' instead of `save-excursion'.
10897 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10898
108992000-08-16 Kenichi Handa <handa@etl.go.jp>
10900
10901 * international/ccl.el (declare-ccl-program): Docstring modified.
10902 (ccl-execute-with-args): Likewise.
10903
109042000-08-16 Miles Bader <miles@gnu.org>
10905
10906 * progmodes/sql.el: Add compatibility definition of
10907 comint-line-beginning-position.
10908
109092000-08-15 Gerd Moellmann <gerd@gnu.org>
10910
10911 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10912 'buffer-menu' property.
10913 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10914 fails.
10915 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10916 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10917 wasn't killed.
10918
10919 * buff-menu.el (list-buffers-noselect): Don't display the
10920 *Buffer List* buffer.
10921
10922 * font-lock.el: Require jit-lock to prevent a very late
10923 `Loading jit-lock' message.
10924
10925 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10926 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10927 mail address.
10928
109292000-08-15 Miles Bader <miles@gnu.org>
10930
10931 * textmodes/ispell.el (ispell-graphic-p): New constant.
10932 (ispell-choices-win-default-height, ispell-help): Use
10933 `ispell-graphic-p' instead of `xemacsp'.
10934
109352000-08-15 Dave Love <fx@gnu.org>
10936
10937 * simple.el: Autoload widget-convert when compiling.
10938 (mail-user-agent): Doc fix.
10939
10940 * help.el (function-called-at-point, variable-at-point): Use
10941 with-syntax-table.
10942 (help-manyarg-func-alist): Add insert-and-inherit.
10943
10944 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10945
10946 * delsel.el (delsel-unload-hook): New function.
10947
10948 * find-file.el: Doc fixes. Move provide to end.
10949 (ff) <defgroup>: Add :link.
10950 (ff-goto-click): Deleted.
10951 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10952 Use mouse-set-point.
10953
10954 * textmodes/tildify.el: Doc fixes.
10955 (tildify) <defgroup>: Add:version.
10956
10957 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10958 (glasses-custom-set): Use set-default, not set.
10959 (minor-mode-alist): Propertize the lighter.
10960 (glasses-mode): Provide optional arg.
10961
10962 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10963 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10964 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10965 option. Provide :type.
10966 (cwarn-configuration): Provide :type.
10967 (cwarn-mode): Doc fix.
10968
10969 * add-log.el (change-log-merge): Doc fix.
10970 (change-log-redate): New command.
10971
10972 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10973 Doze and Dog.
10974 (browse-url): Use dolist, not mapcar.
10975 (browse-url-at-point): Check for null url.
10976 (browse-url-event-buffer, browse-url-event-point): Functions
10977 deleted.
10978 (browse-url-at-mouse, browse-url-netscape): Simplify.
10979
10980 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10981 modes.
10982 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10983 Fix previous change to mapcan.
10984 (msb--init-file-alist, msb--add-separators)
10985 (msb--make-keymap-menu): Simplify.
10986 (msb--choose-file-menu): Use copy-sequence.
10987 (msb-mode-map): Add title to keymap.
10988 (msb-unload-hook): New function.
10989
10990 * bs.el: Fix indentation.
10991 (bs) <defgroup>: Add :links.
10992 (bs-show): Doc fix.
10993 (bs-apply-sort-faces): Don't use window-system.
10994 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10995
109962000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10997
10998 * calendar/timeclock.el (timeclock-file): Run .timelog through
10999 convert-standard-filename.
11000
110012000-08-14 Gerd Moellmann <gerd@gnu.org>
11002
11003 * emacs-lisp/authors.el: New file.
11004
11005 * paren.el (show-paren-priority): New user option.
11006 (show-paren-function): Set overlay priorities to
11007 show-paren-priority.
11008
110092000-08-14 Miles Bader <miles@gnu.org>
11010
11011 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11012 beginning-of-line with inhibit-field-text-motion bound.
11013
110142000-08-14 Gerd Moellmann <gerd@gnu.org>
11015
11016 * calendar/timeclock.el: New file.
11017
110182000-08-14 David Ponce <david@dponce.com>
11019
11020 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11021 `widget-button-click'. so that one can use left mouse button to
11022 click on dialog buttons.
11023
110242000-08-14 Emmanuel Briot <briot@gnat.com>
11025
11026 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11027 identifiers, since XML is case sensitive
11028
110292000-08-12 Miles Bader <miles@gnu.org>
11030
11031 * comint.el (comint-output-filter): Don't bother frobbing
11032 window-start, it doesn't seem to be necessary.
11033
11034 * comint.el (comint-send-string, comint-send-region): Make into
11035 real functions. Snapshot the prompt before sending.
11036
110372000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11038
11039 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11040 technique similar to Info-index, instead of relying on specific
11041 names of relevant Index nodes.
11042 (Info-goto-emacs-command-node): Bind Info-history to nil when
11043 going to the first node found by Info-find-emacs-command-nodes.
11044
110452000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11046
11047 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11048
110492000-08-10 Miles Bader <miles@gnu.org>
11050
11051 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11052
110532000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11054
11055 * info.el (Info-file-list-for-emacs): More elements for the
11056 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11057 and woman manuals.
11058
110592000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11060
11061 * comint.el (comint-send-input): Make the newline boundary overlay
11062 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11063 (comint-output-filter): Use `insert' instead of
11064 `insert-before-markers'. Extend comint-last-output-overlay when
11065 necessary since we can't rely on insert-before-markers to do it.
11066 * gud.el (gud-filter): Use `with-current-buffer' instead of
11067 save-excursion when inserting the output, so that point gets
11068 updated correctly; the old method relied on a rather dodgy
11069 side-effect of comint-output-filter to avoid the effect of
11070 save-excursion.
11071
110722000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11073
11074 * files.el (recover-file): Call insert-directory instead of
11075 invoking `ls' directly.
11076
110772000-08-10 Miles Bader <miles@gnu.org>
11078
11079 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11080 (comint-last-prompt-overlay): New variables.
11081 (comint-output-filter): Implement prompt highlighting.
11082 (comint-snapshot-last-prompt): New function.
11083 (comint-send-input): Snapshot the last prompt.
11084 Use comint-highlight-input-face.
11085 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11086 Use defface instead of defcustom.
11087 (send-invisible, comint-send-eof): Snapshot the last prompt.
11088 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11089 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11090
110912000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11092
11093 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11094 (regexp-opt-group): Use a list of chars for `letters'.
11095 (regexp-opt-charset): `chars' is now a list of chars.
11096 Use a char-table rather than a vector so it works for multibyte chars.
11097
11098 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11099 Set cvs-minor-current-files to the selected fileinfo.
11100 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11101 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11102
111032000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11104
11105 * files.el (insert-directory): Don't call access-file on
11106 directories on DOS and Windows.
11107
111082000-08-09 Kenichi Handa <handa@etl.go.jp>
11109
11110 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11111 longer if necessary.
11112 (ccl-embed-code): Call ccl-embed-data to store CODE in
11113 ccl-program-vector.
11114
111152000-08-09 Miles Bader <miles@gnu.org>
11116
11117 * comint.el (comint-output-filter): Properly handle the case where
11118 the text surrounded by comint-last-output-overlay was deleted.
11119
111202000-08-08 Gerd Moellmann <gerd@gnu.org>
11121
11122 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11123 non-nil.
11124 (Info-file-list-for-emacs): Remove "info" from the list because
11125 that leads to trying to use the documentation from file `info'
11126 in various situations where it isn't appropriate, for instance
11127 C-h C-k C-h i.
11128
11129 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11130 DIR and/or STRING are nil.
11131
11132 * progmodes/compile.el (compilation-setup): Make variable
11133 compilation-error-screen-columns buffer-local, as some comment
11134 in the code suggests it should be.
11135
11136 * files.el (auto-mode-interpreter-regexp): New variable.
11137 (set-auto-mode): Use it.
11138
11139 * indent.el (indent-for-tab-command): Doc fix.
11140
11141 * mouse-sel.el (mouse-sel-mode): Doc fix.
11142
11143 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11144 labels.
11145
11146 * help.el (print-help-return-message): When
11147 display-buffer-reuse-frames is set, let the help window been quit,
11148 instead of deleting it, which might delete a reused frame.
11149
111502000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11151
11152 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11153 rename a directory to a name that differs only by its letter case.
11154
111552000-08-08 Kenichi Handa <handa@etl.go.jp>
11156
11157 * international/quail.el (quail-define-rules): Handle Quail decode
11158 map correctly. Add code for supporting annotations.
11159 (quail-install-decode-map): New function.
11160 (quail-defrule-internal): New optional arguments decode-map and
11161 props.
11162 (quail-advice): New function.
11163
111642000-08-07 Sam Steingold <sds@gnu.org>
11165
11166 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11167 `defconst', `define-condition', `with-slots'.
11168 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11169
111702000-08-03 Miles Bader <miles@gnu.org>
11171
11172 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11173 New variable.
11174 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11175 comint-use-prompt-regexp-instead-of-fields.
11176 (comint-send-input): Add `input' field property to stuff we send to
11177 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11178 (comint-output-filter): Add `output' field property to process
11179 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11180 (comint-replace-by-expanded-history)
11181 (comint-get-old-input-default, comint-show-output)
11182 (comint-backward-matching-input, comint-forward-matching-input)
11183 (comint-next-prompt, comint-previous-prompt): Use field
11184 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11185 (comint-line-beginning-position): New function.
11186 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11187 (comint-replace-by-expanded-history-before-point): Use
11188 comint-line-beginning-position and line-end-position.
11189 (comint-last-output-overlay): New variable.
11190 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11191
11192 * shell.el (shell-prompt-pattern): Doc change.
11193 (shell-backward-command): Use line-beginning-position.
11194
11195 * gud.el (gud-gdb-complete-command): Use
11196 comint-line-beginning-position.
11197
11198 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11199 comint-bol doesn't actually go to the beginning of the line.
11200
11201 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11202 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11203 (try-expand-line-all-buffers): Likewise.
11204
11205 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11206 explicitly matching comint-prompt-regexp.
11207 (sql-copy-column): Use comint-line-beginning-position instead of
11208 explicitly matching comint-prompt-regexp.
11209
11210 * progmodes/octave-inf.el (inferior-octave-complete): Use
11211 comint-line-beginning-position.
11212
11213 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11214
11215 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11216 looking for a prompt, use `forward-line 0' instead of
11217 `beginning-of-line', to avoid getting caught by an input field.
11218
112192000-08-07 Gerd Moellmann <gerd@gnu.org>
11220
11221 * files.el (shell-quote-wildcard-pattern): Make sure to return
11222 PATTERN, in the Unix case.
11223
112242000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11225
11226 * play/zone.el (zone): Discard any pending input before running
11227 the randomly-chosen pgm.
11228
112292000-08-07 Kenichi Handa <handa@etl.go.jp>
11230
11231 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11232 checking the existence of any multibyte characters.
11233
112342000-08-06 Gerd Moellmann <gerd@gnu.org>
11235
11236 * help.el (describe-mode): Test minor-mode symbol for being
11237 bound before testing its value for being nil.
11238
11239 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11240 `first', `second', and `third'.
11241
11242 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11243 (second): Make it an alias for `cadr'.
11244
112452000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11246
11247 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11248 types of display support faces now.
11249
112502000-08-05 Gerd Moellmann <gerd@gnu.org>
11251
11252 * pcvs.el (require): Require `cl' during compilation, only.
11253
11254 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11255 (toplevel): Remove `remq' and `remove' from autoloads.
11256 (cl-fake-autoloads): New variable. If set, arrange for an error
11257 when CL functions etc. are autoloaded.
11258
112592000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11260
11261 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11262
11263 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11264 popped up, but the user clicks outside the menu, return an empty
11265 regexp (that causes unhighlight-regexp to have no effect).
11266
11267 * menu-bar.el (menu-bar-games-menu): Add Zone.
11268
11269 * hi-lock.el (toplevel): Require font-lock.
11270
112712000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11272
11273 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11274 (ebnf-8-bit-chars): New var for bug fix.
11275 (ebnf-string): Bug fix.
11276
112772000-08-03 Sam Steingold <sds@gnu.org>
11278
11279 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11280 instead of `buffer-string'.
11281 (require 'cl): Always, not just when compiling.
11282 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11283 necessary.
11284
112852000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11286
11287 * international/mule-cmds.el (select-safe-coding-system): Make
11288 the message text about selecting a safe coding system more clear.
11289
112902000-08-02 Gerd Moellmann <gerd@gnu.org>
11291
11292 * hi-lock.el: New file.
11293
11294 * play/zone.el: New file.
11295
11296 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11297 value of tab-width in the original buffer. Choose a line number
11298 format that's a multiple of the original buffer's tab width, so
11299 that lines appear right.
11300
11301 * textmodes/ispell.el (ispell): New function, replacing an alias.
11302 Spell-check active region if in transient-mark-mode and mark
11303 is active; otherwise spell-check buffer.
11304
113052000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11306
11307 * ps-mule.el: Fix a customization problem on
11308 ps-mule-font-info-database-default.
11309
113102000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11311
11312 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11313 display-mouse-p instead of window-system.
11314 (ebrowse-member-mode-map): Ditto.
11315
113162000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11317
11318 * progmodes/ebnf2ps.el: Update ps-print functions call.
11319 Indentation fix. Doc fix.
11320 (ebnf-version): New version number (3.2).
11321 (ebnf-format-color, ebnf-begin-job): Code fix.
11322
113232000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11324
11325 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11326 font lock support on window-system.
11327 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11328
11329 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11330 display-color-p, if fboundp, instead of window-system.
11331
113322000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11333
11334 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11335 instead of window-system.
11336
11337 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11338 window-system.
11339 (widget-choice-mouse-down-action): Use display-popup-menus-p
11340 instead of window-system.
11341
11342 * strokes.el (strokes-file): Run the file name through
11343 convert-standard-filename.
11344 (strokes-mode): Call display-mouse-p instead of looking at
11345 window-system. Change the error message accordingly.
11346
11347 * progmodes/cpp.el (toplevel): Support faces on tty's.
11348
11349 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11350 (lm-plot-square, lm-init-display): Don't use window-system.
11351
11352 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11353 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11354
11355 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11356 instead of looking at window-system.
11357
113582000-07-30 Gerd Moellmann <gerd@gnu.org>
11359
11360 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11361 of testing if iswitchb-prepost-hooks is bound, because the
11362 latter will always be true when invoking a recursive minibuffer
11363 from an active Iswitchb buffer.
11364
113652000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11366
11367 * files.el (shell-quote-wildcard-pattern): New function.
11368 (insert-directory): Call it. Only prepend "\" to command on Unix
11369 and GNU/Linux systems.
11370
113712000-07-30 Gerd Moellmann <gerd@gnu.org>
11372
11373 * eshell/esh-groups.el: Change custom :link file names
11374 from `eshell.info' to `eshell'.
11375
113762000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11377
11378 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11379 correctly in recursive ange-ftp listings.
11380
113812000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11382
11383 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11384 ps-header-font-size-internal and
11385 ps-header-title-font-size-internal variables are not set,
11386 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11387 face text property is (foreground-color . COLOR) or
11388 `(background-color . COLOR)', ps-print crashes. Doc fix.
11389 (ps-print-version): New version number (5.2.4).
11390 (ps-plot-region): Code fix.
11391 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11392 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11393 Bug fix 2.
11394
113952000-07-30 Milan Zamazal <pdm@freesoft.cz>
11396
11397 * glasses.el (glasses-make-readable): Fix uncapitalization of
11398 identifiers like `myXMLDocument'.
11399
114002000-07-28 Karl Fogel <kfogel@red-bean.com>
11401
11402 * mail/mail-hist.el (mail-hist-previous-input)
11403 (mail-hist-next-input): Do the obvious code factorization.
11404 (mail-hist-retrieve-and-insert): New func, contains common
11405 code of above two.
11406 If inserting a message body, leave point at top.
11407
114082000-07-28 Sam Steingold <sds@gnu.org>
11409
11410 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11411 Use `<=', not `<' to compare times!
11412 (ange-ftp-ls): Remove.
11413
114142000-07-27 Gerd Moellmann <gerd@gnu.org>
11415
11416 * play/cookie1.el: Add explanation of how to make cookie.el
11417 compatible with strfile(1) to comment.
11418
11419 * subr.el (remove, remq): New functions.
11420
11421 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11422 escape `*' in regexps.
11423 (midnight-find): Reverse order of arguments in the funcall of
11424 TEST.
11425
11426 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11427 and `.class'.
11428
11429 * play/meese.el: Add Commentary section.
11430
114312000-07-27 Alex Schroeder <alex@gnu.org>
11432
11433 * sql.el (sql-ms): Added autoload cookie.
11434 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11435 (sql-oracle): Ditto.
11436 (sql-help): Doc change.
11437
11438 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11439 types and exceptions.
11440
114412000-07-27 Alex Schroeder <alex@gnu.org>
11442
11443 * sql.el (sql-placeholder-history): New variable.
11444 (sql-query-placeholders-and-send): New function that will query
11445 the user and replace placeholders with user input.
11446 (sql-oracle): If running on NT, set comint-input-sender to
11447 sql-query-placeholders-and-send.
11448
11449 (sql-stop): If in the SQLi buffer, insert stop notification, else
11450 present it as a message.
11451
114522000-07-27 Alex Schroeder <alex@gnu.org>
11453
11454 * sql.el (sql-input-ring-separator): Doc change.
11455 (sql-input-ring-file-name): Doc change.
11456 (sql-interactive-mode): Use `sql-input-ring-separator' and
11457 `sql-input-ring-file-name' to set the comint-mode equivalents
11458 without making them local variables.
11459 (sql-stop): Don't bind `sql-input-ring-separator' and
11460 `sql-input-ring-file-name' dynamically to their comint-mode
11461 equivalents.
11462
114632000-07-27 Kenichi Handa <handa@etl.go.jp>
11464
11465 * international/mule.el (register-char-codings): New function.
11466 (make-coding-system): Handle `safe-chars' specification in the arg
11467 PROPERTY.
11468
11469 * international/mule-cmds.el
11470 (find-coding-systems-region-subset-p): This function deleted.
11471 (sort-coding-systems-predicate): New variable.
11472 (sort-coding-systems): New function.
11473 (find-coding-systems-region): Use
11474 find-coding-systems-region-internal.
11475 (find-coding-systems-string): Use find-coding-systems-region.
11476 (find-coding-systems-for-charsets): Check
11477 char-coding-system-table.
11478 (select-safe-coding-system-accept-default-p): New variable.
11479 (select-safe-coding-system): Mostly rewritten. New argument
11480 ACCEPT-DEFAULT-P.
11481 (select-message-coding-system): Call select-safe-coding-system
11482 with ACCEPT-DEFAULT-P arg.
11483 (reset-language-environment): Reset default-sendmail-coding-system
11484 to the default value iso-latin-1.
11485 (set-language-environment): Don't set the obsolete variable
11486 charset-origin-alist.
11487
11488 * international/codepage.el (cp-coding-system-for-codepage-1):
11489 Give `safe-chars' property to make-coding-system.
11490
11491 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11492 calling select-message-coding-system twice.
11493
11494 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11495 instead of `safe-charsets'.
11496 (cyrillic-alternativnyj): Likewise.
11497 (ccl-encode-alternativnyj): Don't check the charset
11498 cyrillic-iso8859-5.
11499
115002000-07-27 Kenichi Handa <handa@etl.go.jp>
11501
11502 * composite.el (compose-chars-after): Preserve match data.
11503
115042000-07-26 Sam Steingold <sds@gnu.org>
11505
11506 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11507 (ange-ftp-real-file-newer-than-file-p): New function.
11508 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11509 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11510
11511 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11512 * midnight.el (midnight-float-time): Ditto.
11513
115142000-07-26 Andreas Schwab <schwab@suse.de>
11515
11516 * files.el (normal-backup-enable-predicate): Correct
11517 interpretation of the return value of compare-strings.
11518
115192000-07-26 Gerd Moellmann <gerd@gnu.org>
11520
11521 * isearch.el (isearch-resume): New function.
11522 (isearch-done): Add something to command-history to resume
11523 the search.
11524 (isearch-yank-line, isearch-yank-word): Use
11525 buffer-substring-no-properties instead of buffer-substring.
11526
11527 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11528 of flyspell-mouse-map.
11529
11530 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11531 duplicate definition.
11532 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11533
11534 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11535 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11536
115372000-07-25 Sam Steingold <sds@gnu.org>
11538
11539 * net/ange-ftp.el: Get modtime over the net.
11540 (ange-ftp-file-modtime): New function.
11541 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11542 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11543 Use it.
11544 (ange-ftp-dot-to-slash): New function.
11545 (ange-ftp-fix-name-for-vms): Use it.
11546
11547 * midnight.el (midnight-buffer-display-time): Use
11548 `with-current-buffer'.
11549
115502000-07-25 Gerd Moellmann <gerd@gnu.org>
11551
11552 * find-dired.el: Update copyright notice.
11553 (find-dired): Offer to kill a running `find'.
11554
11555 * enriched.el (enriched-face-ans): For a `foreground-color'
11556 property, return '(("x-color" COLOR))' so that COLOR will be
11557 output as a parameter of the x-color annotation. Likewise for the
11558 `background-color' property. In the case of normal face
11559 properties, don't return annotations for unspecified foreground
11560 and background face attributes.
11561
115622000-07-25 Kenichi Handa <handa@etl.go.jp>
11563
11564 * language/japan-util.el (japanese-katakana-region): Fix handling
11565 HANKAKU argument.
11566
115672000-07-25 Miles Bader <miles@gnu.org>
11568
11569 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11570 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11571 constrain-to-field.
11572
115732000-07-24 Andrew Innes <andrewi@gnu.org>
11574
11575 * timer.el (timer-activate-when-idle): Add optional parameter
11576 DONT-WAIT. Update docstring.
11577 (run-with-idle-timer): Specify extra parameter to
11578 timer-activate-when-idle, so that timer will be activated
11579 immediately if Emacs is already idle.
11580
11581 * w32-fns.el (w32-using-nt): Fix docstring.
11582
115832000-07-24 Dave Love <fx@gnu.org>
11584
11585 * mouse.el (popup-menu): Set last-command-event.
11586 (mouse-major-mode-menu-prefix): Declare.
11587
115882000-07-24 Gerd Moellmann <gerd@gnu.org>
11589
11590 * textmodes/flyspell.el: Update to author's version 1.5d.
11591
11592 * progmodes/hideshow.el: Update copyright notice.
11593
11594 * vcursor.el: Set maintainer to FSF, since author cannot
11595 be reached.
11596
115972000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11598
11599 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11600 the prompt.
11601
11602 * mouse.el (popup-menu): Run the keymap through indirect-function,
11603 in case it was defined with define-prefix-key. If the menu is a
11604 list of keymaps, look up the binding of user's choice in each one
11605 of the keymaps.
11606 (mouse-popup-menubar): If the global and local menu-bar keymaps
11607 don't have a prompt string, create one and insert it into the
11608 keymap. Don't barf if current-local-map returns nil.
11609
116102000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11611
11612 * dired.el (dired-sort-R-check): Added to allow recursive listing
11613 to be undone.
11614 (dired-sort-other): Use it.
11615
116162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11617
11618 * Release of cc-mode 5.27
11619
116202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11621
11622 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11623 c-beginning-of-statement-1 that caused a bad case of recursion
11624 which could consume a lot of CPU in large classes in languages
11625 that have in-expression classes (i.e. Java and Pike).
11626
11627 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11628 statements before top level constructs (i.e. case 6 is moved
11629 before case 5 and is now case 4) to catch in-expression
11630 classes in top level expressions correctly.
11631
116322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11633
11634 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11635 objc-method-intro. Case 4 removed and case 5I added.
11636
11637 * cc-langs.el (c-append-paragraph-start): New variable used by
11638 c-common-init to get paragraph-start correct.
11639 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11640 initialize paragraph-start to make it correct both with and
11641 without the javadoc special case.
11642
11643 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11644 initialize paragraph-start for javadoc markup.
11645
11646 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11647 change by defaulting this to t. It's motivated by the
11648 confusing behavior that otherwise arise from the style system
11649 when editing both java and non-java files at the same time
11650 (see the comments about style setting in c-common-init).
11651
116522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11653
11654 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11655 similar to the one in c-fill-paragraph to check the fill
11656 prefix from the adaptive fill function for sanity.
11657
116582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11659
11660 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11661 defun block.
11662
a30eb617
DL
116632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11664
11665 * cc-align.el (c-lineup-multi-inher): Handle lines with
11666 leading comma nicely. Extended to handle member initializers
11667 too.
11668
11669 * cc-engine.el: (c-beginning-of-inheritance-list,
11670 c-guess-basic-syntax): Fixed recognition of inheritance lists
11671 when the lines begins with a comma.
11672
a30eb617
DL
11673 * cc-vars.el (c-offsets-alist): Changed default for
11674 member-init-cont to c-lineup-multi-inher since it now handles
11675 member initializers and indents better for leading commas.
11676
116772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11678
11679 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11680 handling that caused class open lines to be recognized as
11681 statement-conts in some cases.
11682
11683 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11684 guessed by the adaptive fill function unless point is on the
11685 first line of a block comment.
11686
11687 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11688 when the buffer ends with a macro continuation char.
11689
11690 * cc-engine.el (c-guess-basic-syntax): Added support for
11691 function definitions as statements in Pike. The first
11692 statement in a lambda block is now labeled defun-block-intro
11693 instead of statement-block-intro.
11694
11695 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11696 so that the class surrounding point is selected, not the one
11697 innermost in the state.
11698
11699 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11700 recognition of switch labels having hanging multiline
11701 statements.
11702
11703 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11704 some code in c-guess-basic-syntax to a separate function.
11705 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11706 recognition of member inits with multiple line arglists.
11707 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11708 member-init-cont when the commas are in funny places.
11709
117102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11711
11712 * cc-defs.el (c-auto-newline): Removed this macro since it's
11713 not used anymore.
11714
11715 * cc-engine.el (c-looking-at-bos): New helper function.
11716 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11717 inexpr and toplevel classes apart in Pike.
11718
11719 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11720 of case 9A.
11721
11722 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11723 constant, since "class" can introduce an in-expression class
11724 in Pike nowadays.
11725
117262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11727
11728 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11729 indentation on cpp-macro lines.
11730
11731 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11732 a syntax modifier like comment-intro, to make it possible to
11733 get syntactic indentation for preprocessor directives. It's
11734 incompatible wrt to lineup functions on cpp-macro, but it has
11735 no observable effect in the 99.9% common case where cpp-macro
11736 is set to -1000.
11737
117382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11739
11740 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11741 member-init-cont when the preceding arglist is several lines.
11742
117432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11744
11745 * cc-styles.el (c-style-alist): The basic offset for the BSD
11746 style corrected to 8.
11747
117482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11749
11750 * cc-styles.el (c-style-alist): Adjusted the indentation of
11751 brace list openers in the gnu style.
11752
117532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11754
11755 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11756
11757 * cc-cmds.el (c-electric-brace, c-electric-slash,
11758 c-electric-star, c-electric-semi&comma, c-electric-colon,
11759 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11760 when c-syntactic-indentation is nil.
11761
11762 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11763 we were left at comments preceding the first statement when
11764 reaching the beginning of the buffer.
11765
11766 * cc-vars.el (c-syntactic-indentation): New variable to turn
11767 off all syntactic indentation.
11768
117692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11770
11771 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11772 between the text and the block comment ender when it hangs,
11773 depending on how many there are before the fill.
11774
117752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11776
11777 * cc-engine.el (c-beginning-of-closest-statement): New helper
11778 function to go back to the closest preceding statement start,
11779 which could be inside a conditional statement.
11780 * cc-engine.el (c-guess-basic-syntax): Use
11781 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11782
11783 * cc-engine.el (c-guess-basic-syntax): Better handling of
11784 arglist-intro, arglist-cont-nonempty and arglist-close when
11785 the arglist is nested inside parens. Cases 7A, 7C and 7F
11786 changed.
11787
11788 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11789 up-to-date with javadoc 1.2.
11790
117912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11792
11793 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11794 multiline Pike type decls.
11795
117962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11797
11798 * cc-cmds.el (c-indent-new-comment-line): Always break
11799 multiline comments in multiline mode, regardless of
11800 comment-multi-line.
11801
118022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11803
11804 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11805 fully::qualified::names in C++ member init lists. Preamble in
11806 case 5D changed.
11807
118082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11809
11810 * cc-langs.el (c-common-init): Handling of obsolete variables
11811 moved to c-initialize-cc-mode. More compatible style override
11812 when using global style variables.
11813 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11814 variables moved here.
11815
a30eb617
DL
11816 * cc-styles.el (c-make-styles-buffer-local): Flag style
11817 variable localness in c-style-variables-are-local-p to make
11818 the compatibility measure in c-common-init work well.
11819
11820 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11821 longer contain set-from-style.
11822 * cc-styles.el (c-initialize-builtin-style): Don't check for
11823 set-from-style on c-special-indent-hook.
11824 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11825 copy-alist is sufficient now.
11826
11827 * cc-styles.el (c-set-style, c-set-style-1,
11828 c-get-style-variables): Fixes to variable initialization so
11829 that duplicate entries in styles have the same effect
11830 regardless of DONT-OVERRIDE.
11831
11832 * cc-styles.el (c-set-style-2): Fixed bug where the
11833 initialization of inheriting styles failed when the
11834 dont-override flag is set.
11835
11836 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11837 on this.
11838
118392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11840
11841 * cc-defs.el (c-forward-comment): Removed the workaround
11842 introduced in 5.38 since it had worse side-effects. If a line
11843 contains the string "//\"", it regarded the // as a comment
11844 start since the \ temporarily doesn't have escape syntax.
11845
118462000-07-17 Emmanuel Briot <briot@act-europe.fr>
11847
11848 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11849 ada-xref.el before ada-prj.el, so that the Project menu is created
11850 when ada-prj tries to add to it.
11851 (ada-activate-keys-for-case): Suppress the characters that are not
11852 part of the Ada syntax. Better compatibility with else-mode
11853 (ada-adjust-case-interactive): When auto-casing is not active,
11854 correctly insert newlines (used to insert only ^M). Prevent the
11855 syntax table from being changed in case of an error
11856 (or '_' becomes part of a word and some commands are confused).
11857 Do nothing if ada-auto-case is nil.
11858 (ada-after-keyword-p): Ignore keywords that are also attributes
11859 (ada-batch-reformat): Update usage comment
11860 (ada-call-from-contextual-menu): New function
11861 (ada-case-read-exceptions): Reinitialize the casing exception list
11862 first to nil first, so that the casing exception file can be
11863 shared.
11864 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11865 files.
11866 (ada-compile-goto-error): Fix regexp used to detect a file:line
11867 anywhere in the error message
11868 (ada-contextual-menu-last-point): New variable
11869 (ada-create-keymap): If the variable delete-key-deletes-forward is
11870 t on XEmacs, it means that DEL should delete one character
11871 forward.
11872 (ada-create-menu): Use :included instead of :visible for XEmacs.
11873 New submenu "Options".
11874 (ada-end-stmt-re): Correctly indent "select ... then abort"
11875 statements.
11876 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11877 even if they don't match ada-fill-comment-prefix Fix handling of
11878 paragraphs on the first or last line of a file.
11879 (ada-format-paramlist): Fix handling of default parameter values.
11880 (ada-get-body-name): New function.
11881 (ada-get-current-indent): Optimized by searchling directly for an
11882 existing generic part or a statement outside of it. Handle
11883 ada-indent-align-comments when indenting comments Replaced some
11884 regexps by testing directly the next character. This results in a
11885 huge speedup on some files. New indentation scheme for renames
11886 statements. Stop looking for the 'while' or 'for' associated with
11887 a 'loop' at the first semicolon encountered. A "return" can also
11888 match an anonymous access subprogram declaration.
11889 (ada-get-indent-noindent): Ignore strings and comments when
11890 looking for the keywords "record" and "private".
11891 (ada-goto-matching-decl-start): When matching "if", make sure we
11892 are not in fact seeing "end if". Ignore "when" statements except
11893 when initial keyword was "begin". Fix handling of nested
11894 procedures. Add a recursive call to this function to skip over
11895 other 'end' statmts. Fix indentation for "when .. => begin"
11896 (ada-in-open-paren-p): Fix indentation for complex boolean
11897 expressions, where 'and then', 'or else' and parenthesis
11898 statements are mixed up.
11899 (ada-in-paramlist-p): Skip comments while searching for the
11900 beginning Fix handling of operator declarations.
11901 (ada-indent-align-comments): New variable
11902 (ada-indent-current): Change the syntax table only in the
11903 protected section, so that we are sure it is restored correctly.
11904 (ada-indent-on-previous-lines): Use ada-use-indent and
11905 ada-with-indent Correctly indent "select ... then"
11906 (ada-indent-region): Slight speedup.
11907 (ada-indent-renames): New variable.
11908 (ada-last-which-function-subprog, ada-last-which-function-line):
11909 New variables
11910 (ada-looking-at-semi-private): Correctly indent the 'private'
11911 keyword when it is the first word in a package declaration.
11912 (ada-loose-case-word): Stop searching if at the end of the buffer.
11913 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11914 even if point is not initially at the end of the word.
11915 (ada-matching-decl-start-re): Add "when".
11916 (ada-mode): Add support for abbrev-mode, outline-mode and
11917 which-func-mode Override the old find-file.el entry in
11918 ff-special-constructs since it is using the obsolete
11919 ada-spec-suffix variable
11920 (ada-no-auto-case): New function
11921 (ada-scan-paramlist): When parsing the argument type, accept
11922 spaces (as in "X 'Class", generated by Rational Rose).
11923 (ada-other-file-name): No longer loads the other file.
11924 (ada-popup-menu): Save and restore the current buffer and cursor
11925 position before and after displaying the menu.
11926 (ada-search-ignore-complex-boolean): New function.
11927 (ada-uncomment-region): Emacs21 already knows how to delete
11928 comments not starting in the first column.
11929 (ada-use-indent): New variable
11930 (ada-which-function): New function.
11931 (ada-with-indent): New variable
11932 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11933 can be batch-compiled from the command line.
11934
11935 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11936 Add to the menu when the file is loaded, not in ada-mode-hook.
11937 Add -toolbar to the default ddd command Switches moved from
11938 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11939 ada-prj-default-comp-opt
11940 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11941 Reference Manual to the menu
11942 (ada-check-current): rewritten as a call to ada-compile-current
11943 (ada-compile): Removed.
11944 (ada-compile-application, ada-compile-current, ada-check-current):
11945 Set the compilation-search-path so that compile.el automatically
11946 finds the sources in src_dir. Automatic scrollong of the
11947 compilation buffer. C-uC-cC-c asks for confirmation before
11948 compiling
11949 (ada-compile-current): New parameter, prj-field
11950 (ada-complete-identifier): Load the .ali file before doing
11951 processing
11952 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11953 conform to gnatmake's behavior.
11954 (ada-find-file-in-dir): New function
11955 (ada-find-references): Set the environment variables for gnatfind
11956 (ada-find-src-file-in-dir): New function.
11957 (ada-first-non-nil): Removed
11958 (ada-gdb-application): Add support for jdb, the java debugger.
11959 (ada-get-ada-file-name): Load the original-file first if not done
11960 yet.
11961 (ada-get-all-references): Handles the new ali syntax (parent types
11962 are found between <>).
11963 (ada-initialize-runtime-library): New function
11964 (ada-mode-hook): Always load a project file when a file is opened,
11965 so that the casing exceptions are correctly read.
11966 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11967 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11968 to open the project file, since the latter does not work with
11969 speedbar Get default values before loading the prj file, or the
11970 default executable file name is wrong. Use the absolute value of
11971 src_dir to initialize ada-search-directories and
11972 compilation-search-path,... Add the standard runtime library to
11973 the search path for find-file.
11974 (ada-prj-default-debugger): Was missing an opening '{'
11975 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11976 variables.
11977 (ada-prj-default-gnatmake-opt): New variable
11978 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11979 buffers, the project file is the default one Save the windows
11980 configuration before displaying the menu.
11981 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11982 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11983 ...) regexp-quote identifiers names to support operators +,
11984 -,... in regexps.
11985 (ada-remote): New function.
11986 (ada-run-application): Erase the output buffer before starting the
11987 run Support remote execution of the application. Use
11988 call-process, or the arguments are incorrectly parsed
11989 (ada-set-default-project-file): Reread the content of the active
11990 project file, not the one from the current buffer When a project
11991 file is set as the default project, all directories are
11992 automatically associated with it.
11993 (ada-set-environment): New function
11994 (ada-treat-cmd-string): New special variable ${current}
11995 (ada-treat-cmd-string): Revised. The substitution is now done for
11996 any ${...} substring
11997 (ada-xref-current): If no body was found, compiles the spec
11998 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11999 compiler to get rid of command line length limitations.
12000 (ada-xref-get-project-field): New function
12001 (ada-xref-project-files): New variable
12002 (ada-xref-runtime-library-specs-path)
12003 (ada-xref-runtime-library-ali-path): New variables
12004 (ada-xref-set-default-prj-values): Default run command now does a
12005 cd to the build directory. New field: main_unit Provide a default
12006 file name even if the current buffer has no prj file.
12007
12008 * ada-prj.el:
12009 Rewritten to show a tabbed-dialog.
12010 (ada-prj-add-ada-menu): Remove the map and name parameters.
12011 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12012 New function
12013 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12014 (ada-prj-load-from-file): New function
12015 (ada-prj-save): Always save fields that depend on the current buffer
12016 (ada-prj-show-value): New function
12017
12018 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12019 Ada mode. This will allow us to display the Ada menu in any buffer
12020 we want (for project items).
12021 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12022 number of spaces in the header.
12023
120242000-07-24 Dave Love <fx@gnu.org>
12025
12026 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12027
120282000-07-23 Noah Friedman <friedman@splode.com>
12029
12030 * type-break.el (type-break): perform autosave.
12031 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12032 (type-break-do-query): Cancel query schedule while performing
12033 actual query, to avoid possibility of a second query being made
12034 while first one is already in progress.
12035 (type-break-time-stamp-format): New variable.
12036 (type-break-time-stamp): New function.
12037 (type-break-time-warning): Use it.
12038 (type-break-keystroke-warning): Use it.
12039 (type-break-noninteractive-query): Use it.
12040
12041 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12042 cookie.
12043 Use add-minor-mode to set minor-mode-alist, if available.
12044 (eldoc-echo-area-use-multiline-p): New user option.
12045 (eldoc-echo-area-multiline-supported-p): New variable.
12046 (eldoc-docstring-format-sym-doc): Use them.
12047 (eldoc-mode): If not using idle timers, append to local post and
12048 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12049 (eldoc-display-message-no-interference-p): Don't interfere with
12050 edebug.
12051 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12052 (eldoc-function-arglist): New function.
12053 (eldoc-function-argstring): Use it.
12054
12055 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12056 auto save directory exists before calling directory-files.
12057
120582000-07-23 Dave Love <fx@gnu.org>
12059
12060 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12061 ^o, ^u.
12062
120632000-07-21 Dave Love <fx@gnu.org>
12064
12065 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12066 now passed to the function. It now works properly.
12067
12068 * smerge-mode.el (smerge-mode-menu): Fill it out.
12069
120702000-07-20 Gerd Moellmann <gerd@gnu.org>
12071
12072 * info-look.el (info-lookup): If *info* is shown in another frame
12073 on the same display, select that frame, instead of switching to
12074 the Info buffer in another window of the selected frame.
12075
12076 * simple.el (universal-argument-map): Bind numeric keypad keys
12077 kp-0 to kp-9 and kp-subtract.
12078 (digit-argument): Handle these keys.
12079
120802000-07-20 Dave Love <fx@gnu.org>
12081
12082 * net/goto-addr.el (goto-address-fontify): Don't bother with
12083 buffer-modified and read-only stuff -- irrelevant with overlays.
12084 Put an extra property on the overlays and use it to clean up in
12085 case goto-address is re-run.
12086
120872000-07-19 Richard M. Stallman <rms@gnu.org>
12088
12089 * timer.el (run-with-idle-timer): Doc fix.
12090
12091 * mail/mail-utils.el (mail-strip-quoted-names):
12092 Handle case where <...> appears inside "...".
12093 Use replace-match to edit the string more simply.
12094 (rmail-dont-reply-to): Cope with an unmatched ".
12095
120962000-07-19 Dave Love <fx@gnu.org>
12097
12098 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12099 implementation.
12100
12101 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12102 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12103 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12104
121052000-07-19 Gerd Moellmann <gerd@gnu.org>
12106
12107 * textmodes/refer.el: Correct maintainer's email address.
12108
12109 * progmodes/hideif.el: Correct author's email address.
12110 Fix typo in comment.
12111
12112 * xml.el: New file.
12113
12114 * mail/mailheader.el: Correct author's mail address.
12115
12116 * gnus/parse-time.el: Correct author's mail address.
12117
121182000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12119
12120 * comint.el (comint-highlight-input, comint-highlight-face):
12121 New user options.
12122 (comint-input-ring-file-name): Change custom type.
12123 (comint-mode-map): Bind mouse-2.
12124 (comint-insert-clicked-input): New function.
12125 (comint-send-input): Handle input highlighting.
12126
121272000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12128
12129 * mouse.el (popup-menu): New function.
12130 (mouse-major-mode-menu): Use it.
12131
121322000-07-18 Dave Love <fx@gnu.org>
12133
12134 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12135 improvements.
12136
121372000-07-18 Gerd Moellmann <gerd@gnu.org>
12138
12139 * faces.el (face-font-selection-order)
12140 (face-font-family-alternatives): Add custom type.
12141
121422000-07-18 Dave Love <fx@gnu.org>
12143
12144 * cus-edit.el (custom-variable-reset-saved)
12145 (custom-variable-reset-standard): Remove unused bindings.
12146
12147 * rect.el (open-rectangle-line): Remove unused let.
12148
12149 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12150
121512000-07-18 Gerd Moellmann <gerd@gnu.org>
12152
12153 * cdl.el: Fix `Maintainer' keyword.
12154
12155 * play/pong.el: Add author's email address.
12156
121572000-07-17 Sam Steingold <sds@gnu.org>
12158
12159 * files.el (insert-directory): Call `split-string' instead of
12160 re-implementing it.
12161
121622000-07-18 Gerd Moellmann <gerd@gnu.org>
12163
12164 * mail/vms-pmail.el: Change maintainer to FSF.
12165
12166 * net/goto-addr.el: Change maintainer to FSF.
12167
12168 * info.el (Info-title-face-alist): Removed.
12169
121702000-07-18 David Ponce <david@dponce.com>
12171
12172 * recentf.el (recentf-open-files): New command that works like
12173 `recentf-open-more-files', but shows the whole list of files (not just
12174 those omitted from the menu). Useful if you don't use a menu-bar!
12175 (recentf-open-more-files) Modified to use `recentf-open-files'.
12176
12177 (recentf-open-files, recentf-open-more-files)
12178 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12179
12180 (recentf-dialog-mode): New mode for dialogs. You can now just type
12181 "q" to cancel the dialogs.
12182
121832000-07-18 David Ponce <david@dponce.com>
12184
12185 * recentf.el: This is a major update of recentf.el. It adds new
12186 features to better organize the recentf menu and "More..." buffer.
12187
12188 Using new provided menu filtering functions you can now organize the
12189 recent files list:
12190
12191 - by major modes
12192 - by directories
12193 - by user defined rules
12194
12195 Finally, with the new `recentf-filter-changer' customizable filter you
12196 can define a ring of filters and dynamically (via the menu) cycle on
12197 each menu organization in the ring (a la msb).
12198
121992000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12200
12201 * eshell/eshell.el (eshell): Replace links to eshell.info with
12202 links to eshell, to avoid problems on systems where the manual is
12203 installed as `eshell'.
12204 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12205 * eshell/em-smart.el (eshell-smart): Ditto.
12206 * eshell/em-banner.el (eshell-banner): Ditto.
12207 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12208
12209 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12210 same-file check in the MS-DOS version (it does support inodes).
12211
12212 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12213
12214 * eshell/eshell.el (eshell-directory-name):
12215 Run default directory name through convert-standard-filename.
12216
122172000-07-18 Kenichi Handa <handa@etl.go.jp>
12218
12219 * international/mule-cmds.el (select-safe-coding-system):
12220 Fix typo in the comment.
12221
12222 * language/european.el (compound-text):
12223 Force katakana-jisx0201 to be designated to G1.
12224
12225 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12226 Don't translate some national variant characters of latin-jisx0201.
12227 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12228
12229 * international/kkc.el (kkc-after-update-conversion-functions):
12230 New variable.
12231 (kkc-update-conversion): Run functions in it at the tail.
12232
122332000-07-16 John Wiegley <johnw@gnu.org>
12234
12235 * lisp/align.el (align-newline-and-indent):
12236 Adding new function. for auto-aligning blocks of code on RET.
12237 (align-region): Fixed badly formatted minibuffer message.
12238
122392000-07-17 Kenichi Handa <handa@etl.go.jp>
12240
12241 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12242 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12243 the conversion list at first if appropriate.
12244 (kkc-next): Don't update kkc-next-count here.
12245 (kkc-prev): Don't update kkc-prev-count here.
12246 (kkc-show-conversion-list-update): Fix setting up of conversion
12247 list message.
12248
122492000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12250
12251 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12252
122532000-07-16 Dave Love <fx@gnu.org>
12254
12255 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12256 function to be more specific.
12257
12258 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12259 non-string help-echo.
12260 (widget-types-convert-widget): Defsubst it.
12261 (widget-echo-help): Try to cope with a help-echo function of two
12262 possible sorts.
12263
122642000-07-15 Jason Rumney <jasonr@gnu.org>
12265
12266 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12267 Declare as obsolete.
12268
12269 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12270
122712000-07-14 Gerd Moellmann <gerd@gnu.org>
12272
12273 * hilit-chg.el: Fix typo.
12274
122752000-07-14 Dave Love <fx@gnu.org>
12276
12277 * info.el (Info-mode-menu): Fix use of :help, :enable.
12278
122792000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12280
12281 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12282
122832000-07-13 Dave Love <fx@gnu.org>
12284
12285 * emacs-lisp/easymenu.el: Doc fixes.
12286 (easy-menu-remove): Defalias to ignore.
12287
12288 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12289 Call throw correctly.
12290
122912000-07-13 Gerd Moellmann <gerd@gnu.org>
12292
12293 * faces.el (frame-background-mode): Doc fix.
12294
12295 * simple.el (eval-expression-print-length): Change custom type to
12296 allow entering nil as value.
12297
122982000-07-13 Dave Love <fx@gnu.org>
12299
12300 * progmodes/fortran.el (fortran-imenu-generic-expression):
12301 Change definition layout.
12302 (fortran-mode-menu): Reinstate customize entries.
12303
12304 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12305 Use :filter, per old XEmacs code.
12306
123072000-07-12 Gerd Moellmann <gerd@gnu.org>
12308
12309 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12310 event when deciding what to send to the terminal.
12311
123122000-07-12 Dave Love <fx@gnu.org>
12313
12314 * cus-start.el: Add optional version as 4th element of specs and
12315 use it for several things new in v21. Remove load-path. Fix type
12316 of line-number-display-limit.
12317
123182000-07-11 Dave Love <fx@gnu.org>
12319
12320 * progmodes/fortran.el: Don't require easymenu.
12321 Use repeat counts in various regexps.
12322 (fortran-mode-syntax-table): Defvar directly.
12323 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12324 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12325 Use defvar, not defconst.
12326 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12327 (fortran-mode): Set fortran-comment-line-start-skip,
12328 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12329 (fortran-comment-indent): Use defsubst.
12330 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12331 Use fortran-comment-indent, not fortran-comment-indent-function.
12332 (fortran-comment-region, fortran-electric-line-number): Simplify.
12333 (fortran-auto-fill): New function.
12334 (fortran-do-auto-fill): Deleted.
12335 (fortran-find-comment-start-skip):
12336 Check for non-null comment-start-skip.
12337 (fortran-auto-fill-mode, fortran-fill-statement):
12338 Use fortran-auto-fill.
12339 (fortran-fill): Use fortran-auto-fill. Check for null
12340 comment-start-skip. Simplify final clause and use end-of-line finally.
12341
12342 * widget.el (widget-plist-member): New alias.
12343
123442000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12345
12346 * eshell/esh-module.el (toplevel): Reference
12347 byte-compile-current-file only if it is bound.
12348
123492000-07-10 Gerd Moellmann <gerd@gnu.org>
12350
12351 * dired.el: Don't require `dired-aux'.
12352
123532000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12354
12355 * dired-aux.el (dired-show-file-type): New function.
12356 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12357 (dired-show-file-type): Add autoload.
12358
123592000-07-10 Kenichi Handa <handa@etl.go.jp>
12360
12361 * international/mule-diag.el (describe-font): Adjusted for the
12362 change of fontset-info.
12363 (print-fontset): Likewise.
12364
123652000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12366
12367 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12368
123692000-07-07 Gerd Moellmann <gerd@gnu.org>
12370
12371 * bindings.el: Bind `[delete]' to delete-char.
12372
12373 * dired.el (dired-find-alternate-file): New function.
12374 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12375 (toplevel): Require dired-aux when compiling.
12376 (dired-buffers): Move defvar within file to avoid compiler warning.
12377
12378 * info.el (Info-last-search): Variable removed.
12379 (Info-search-history): New variable.
12380 (Info-search): New Info-search-history.
12381
12382 * battery.el, info-look.el: Change author's mail address.
12383
123842000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12385
12386 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12387 if rmail-ignored-headers is nil.
12388 (rmail-retry-failure): Bind rmail-ignored-headers and
12389 rmail-displayed-headers to nil.
12390
123912000-07-06 Gerd Moellmann <gerd@gnu.org>
12392
12393 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12394 (print-region-1): Don't hard code `-h' here.
12395
12396 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12397
123982000-07-01 Francesco Potorti` <pot@gnu.org>
12399
12400 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12401 exim can use "your message" instead of "the message".
12402
124032000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12404
12405 * facemenu.el: Docstrings fixes.
12406 (facemenu-get-face): Don't use internal-find-face.
12407 (facemenu-iterate): Rename arg to match the docstring.
12408
12409 * newcomment.el (uncomment-region): Be more careful when skipping
12410 backwards over `=' not to bump into BOBP.
12411
124122000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12413
12414 * ediff-diff.el (ediff-wordify): Use syntax table.
12415 * ediff-init.el (ediff-has-face-support-p): Use
12416 ediff-color-display-p.
12417 (ediff-color-display-p): Use display-color-p, changed to defun
12418 from defsubst.
12419 Got rid of special cases for NeXT and OS/2.
12420 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12421 face.
12422
124232000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12424
12425 * emacs-lisp/lucid.el: Require CL.
12426 (copy-tree, remprop): Remove, it's provided by CL.
12427 (map-keymap): Define in terms of cl-map-keymap.
12428 (extent-property, set-extent-end-glyph): New functions.
12429
12430 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12431
124322000-07-05 Gerd Moellmann <gerd@gnu.org>
12433
12434 * Makefile.in (DONTCOMPILE): Add comment that the name may
12435 not be changed without changing the make-dist script.
12436
12437 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12438 (cl-mapc): Use mapc instead of cl-old-mapc.
12439
124402000-07-05 Andrew Innes <andrewi@gnu.org>
12441
12442 * makefile.nt: Add support for `bootstrap' and related targets.
12443
124442000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12445
12446 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12447 (easy-menu-do-define): Use `menu-item' format.
12448 Handle case where easy-menu-create-menu returns a symbol.
12449 Manually call the potential top-level filter in the function binding.
12450 (easy-menu-filter-return): New arg NAME.
12451 Convert to a keymap if MENU is an XEmacs menu.
12452 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12453 (easy-menu-converted-items-table, easy-menu-convert-item):
12454 New var and fun to memoize easy-menu-convert-item-1.
12455 (easy-menu-do-add-item): Use it.
12456 (easy-menu-create-menu): Use easy-menu-convert-item.
12457 Wrap easy-menu-filter-return around any :filter specification.
12458 Don't convert the menu if a filter was specified.
12459 Tell easy-menu-make-symbol not to check for MENU being an expression.
12460 (easy-menu-make-symbol): New arg NOEXP.
12461
124622000-07-05 Gerd Moellmann <gerd@gnu.org>
12463
12464 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12465 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12466 (eval-defun): If called with prefix arg, instrument code for
12467 Edebug.
12468
12469 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12470 similar to that of eval-defun.
12471
124722000-07-04 Dave Love <fx@gnu.org>
12473
12474 * hl-line.el (hl-line-overlay): Make it permanent-local.
12475
12476 * calendar/todo-mode.el: Replaced with a working version, based on
12477 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12478
124792000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12480
12481 * paths.el (prune-directory-list): New function.
12482 (Info-default-directory-list): Rewritten to more methodically
12483 enumerate a big list of possible info directories (based on the
12484 list used by the standalone info reader).
12485
12486 * info.el (info-initialize): Use prune-directory-list to remove
12487 non-existent directories from Info-directory-list.
12488
12489 * paths.el (Info-default-directory-list): Try a list of possible
12490 info-directories instead of a single one. Add the possible
12491 info directory "/usr/share/info".
12492
12493 * woman.el (woman-man.conf-path): Explicitly include the debian
12494 man-db config file "/etc/manpath.config".
12495 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12496 are present in `manpath.config'.
12497 (woman-manpath): Include "/usr/share/man".
12498
124992000-07-03 Gerd Moellmann <gerd@gnu.org>
12500
12501 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12502
12503 * startup.el (command-line): Initialize blink-cursor based
12504 on window-system.
12505
12506 * frame.el (blink-cursor): Default to nil if not running under
12507 a window-system.
12508
12509 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12510 (face-x-resources): Remove duplicate entry for :font.
12511
12512 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12513 instead of cycling through windows with next-window.
12514
12515 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12516 of cycling through windows with next-window.
12517
12518 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12519 of cycling through windows with next-window.
12520
12521 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12522 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12523 instead of cycling through windows with next-window.
12524
12525 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12526 instead of cycling through windows with next-window.
12527
12528 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12529 of cycling through windows with next-window.
12530
12531 * terminal.el (te-process-output): Use walk-windows instead of
12532 cycling through windows with next-window.
12533
12534 * server.el (server-switch-buffer): Use some-window instead of
12535 cycling through windows with next-window.
12536
12537 * window.el (some-window): New function.
12538 (walk-windows): Remove reference to walk-windows-start.
12539
12540 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12541
125422000-07-03 Richard Stallman <rms@gnu.org>
12543
12544 * window.el (walk-windows): Guarantee termination by keeping a list
12545 of all the windows already handled.
12546
125472000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12548
12549 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12550 window-system.
12551
12552 * man.el (Man-notify-when-ready): Don't use window-system. If
12553 Man-notify-method is newframe, and the display is not
12554 multi-frame, select the frame created for the man page.
12555 (Man-init-defvars): Doc fix.
12556
125572000-06-28 Gerd Moellmann <gerd@gnu.org>
12558
12559 * faces.el (region): Change background color for light background.
12560
12561 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12562 attribute from mode-line face of Ediff control frame.
12563
12564 * replace.el (query-replace-map): Bind `e' like `E'.
12565
125662000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12567
12568 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12569 Change name to "Select All".
12570
12571 * dos-fns.el (convert-standard-filename): Fix last change.
12572
125732000-06-27 Gerd Moellmann <gerd@gnu.org>
12574
12575 * help.el (describe-variable): Don't insert a second `'s' in front
12576 of the string `value is shown below'. Since the syntax-table is
12577 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12578 an existing `'s', so that this won't be deleted.
12579
12580 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12581 * pcmpl-unix.el: New files.
12582
125832000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12584
12585 * wid-edit.el (widget-member): Use the new plist-member.
12586
125872000-06-26 Gerd Moellmann <gerd@gnu.org>
12588
12589 * replace.el (perform-replace): Undo change of 2000-04-04.
12590 Instead, move backward 1 character at the end of the loop when
12591 necessary.
12592
12593 * faces.el (fringe): Change face for different backgrounds.
12594
12595 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12596 patch from John.
12597
12598 * eshell/*.el: Change spelling of the Free Software Foundation.
12599
12600 * eshell/esh-toggle.el: Removed.
12601
12602 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12603
12604 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12605 interactively.
12606
126072000-06-26 Alex Schroeder <alex@gnu.org>
12608
12609 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12610 `define-key'; instead of checking `(emacs-version)' check for
12611 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12612 for `;' and `o' which might be electric.
12613
12614 (sql-electric-stuff): New user option.
12615 (sql-magic-go): New function which uses `sql-electric-stuff'.
12616 (sql-magic-semicolon): New function which uses
12617 `sql-electric-stuff'.
12618
12619 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12620 is not fboundp.
12621
12622 (sql-oracle-options): New variable.
12623 (sql-oracle): Use it.
12624
12625 (sql-imenu-generic-expression): Doc change.
12626 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12627 is used.
12628
12629 (sql-informix): Added command line parameter "-" to force
12630 sql-informix-program to use stdout.
12631
126322000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12633
12634 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12635 (cp864-decode-table): Doc fix.
12636 (cp720-decode-table): New variable, supports the Arabic OEM
12637 codepage used by Windows.
12638 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12639
126402000-06-23 Dave Love <fx@gnu.org>
12641
12642 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12643 (font-lock-fontify-anchored-keywords): Use
12644 line-beginning-position.
12645 (global-font-lock-mode): Use mapc.
12646
126472000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12648
12649 * eshell/esh-module.el: Require CL when compiling.
12650
126512000-06-23 Gerd Moellmann <gerd@gnu.org>
12652
12653 * comint.el (comint-substitute-in-file-name): Call replace-match
12654 with second and third arg t.
12655
12656 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12657 Specify foreground color.
12658
12659 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12660 color.
12661
12662 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12663
12664 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12665 cddr instead of cdddr.
12666
12667 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12668 instead of copy-list.
12669
12670 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12671 of copy-list.
12672
12673 * subdirs.el: Add eshell subdirectory.
12674
12675 * eshell: New subdirectory containing the Eshell package.
12676
12677 * pcomplete.el: New file.
12678
126792000-06-23 Paul Eggert <eggert@twinsun.com>
12680
12681 * mail/mailpost.el (post-mail-send-it): Make sure file has
12682 proper permissions from birth.
12683
12684 * files.el (basic-save-buffer-2): When temporarily setting
12685 file modes, set them to current modes plus 0200, not to 0777.
12686
12687 * emerge.el (emerge-make-temp-file): Make sure file has proper
12688 permissions from birth.
12689
126902000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12691
12692 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12693 backup file name through convert-standard-filename.
12694
12695 * dos-fns.el (convert-standard-filename): Convert leading
12696 directories as well. When long file names are supported, convert
12697 characters that are invalid in Windows file names.
12698
126992000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12700
12701 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12702 ps-print crashes. New feature: page selection for printing. Create
12703 raw-text-unix coding system for XEmacs. Doc fix.
12704 (ps-print-version): New version number (5.2.3).
12705 (ps-plot-region): Bug fix.
12706 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12707 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12708 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12709 funs.
12710 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12711 (ps-last-page): New vars.
12712
127132000-06-21 Gerd Moellmann <gerd@gnu.org>
12714
12715 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12716 empty option string.
12717
127182000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12719
12720 * man.el (man): Doc fix.
12721
127222000-06-21 Kenichi Handa <handa@etl.go.jp>
12723
12724 * international/mule-cmds.el (set-language-info-alist): Docstring
12725 fixed.
12726
127272000-06-20 Gerd Moellmann <gerd@gnu.org>
12728
12729 * version.el (emacs-version): Use ISO date format.
12730
12731 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12732 instead of `M-backspace'.
12733
12734 * simple.el (turn-off-auto-fill): New function.
12735
127362000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12737
12738 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12739 Renamed from with-buffer-prepared-for-font-lock and use
12740 inhibit-modification-hooks rather than setting *-change-functions.
12741 Update all functions to use the new name.
12742 (jit-lock-first-unfontify-pos): New semantics (and doc).
12743 (jit-lock-mode): Make non-interactive.
12744 Don't automatically turn on font-lock.
12745 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12746 Always use jit-lock-after-change.
12747 Remove and restore font-lock-after-change-function.
12748 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12749 (jit-lock-after-unfontify-buffer): Remove.
12750 (jit-lock-stealth-fontify):
12751 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12752 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12753
127542000-06-20 Sam Steingold <sds@gnu.org>
12755
12756 * emacs-lisp/cl-indent.el (toplevel): Indent
12757 `print-unreadable-object' properly. Untabify.
12758
127592000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12760
12761 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12762 Support for bibentry.
12763 (reftex-compile-variables): Fixed problem with end of section-re.
12764
12765 * texmodes/reftex-dcr.el (reftex-view-crossref,
12766 reftex-view-crossref-from-bibtex):
12767 Deal with changed `reftex-find-citation-regexp-format'.
12768 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12769 Replaced `remprop' with `put'.
12770 (reftex-view-crossref, reftex-view-crossref-when-idle):
12771 Support for bibentry.
12772
12773 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12774 New entry for bibentry package.
12775
12776 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12777 Regexp also matches "\nobibliography".
12778
12779 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12780 Call `reftex-ensure-write-access' before doing anything.
12781 (reftex-ensure-write-access): New function.
12782
127832000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12784
12785 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12786
12787 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12788
12789 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12790
12791 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12792
12793
127942000-06-20 Dave Love <fx@gnu.org>
12795
12796 * faces.el (frame-background-mode): Use set-default, not set, in
12797 setter.
12798 (frame-update-faces, frame-update-face-colors): Define with
12799 defalias.
12800
12801 * enriched.el (enriched-decode-foreground)
12802 (enriched-decode-background): Don't use internal-find-face.
12803
12804 * apropos.el: Doc fixes.
12805
12806 * cus-edit.el (customize-changed-options): Check arg.
12807 (customize-version-lessp): Don't require decimal point.
12808
12809 * custom.el (defcustom, defgroup): Doc fix.
12810
12811 * newcomment.el (comment) <defgroup>: Add :version.
12812 (comment-multi-line): Doc fix.
12813
12814 * emulation/mlsupport.el (define-hooked-local-abbrev,
12815 define-hooked-global-abbrev): Fix, using define-abbrev.
12816
128172000-06-19 Gerd Moellmann <gerd@gnu.org>
12818
12819 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12820 the whole buffer.
12821
128222000-06-19 Dave Love <fx@gnu.org>
12823
12824 * menu-bar.el (menu-bar-options-save): New function.
12825 (menu-bar-options-menu): Use it.
12826 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12827 Simplify.
12828
128292000-06-19 Andreas Schwab <schwab@suse.de>
12830
12831 * progmodes/etags.el (tags-query-replace): Put new parameters
12832 START and END at the end, for backward compatibility.
12833
128342000-06-19 Kenichi Handa <handa@etl.go.jp>
12835
12836 * international/codepage.el:
12837 (cp-coding-system-for-codepage-1): Delete special codes for
12838 generating xxx-dos coding system because now a CCL based coding
12839 system can handle EOL conversion by default.
12840
12841 * international/mule.el (make-coding-system): Generate subsidiary
12842 coding systems for EOL handling variants even for a CCL based
12843 coding system.
12844
128452000-06-19 Kenichi Handa <handa@etl.go.jp>
12846
12847 * international/isearch-x.el (isearch-minibuffer-input-method)
12848 (isearch-minibuffer-input-method-function): These variables
12849 deleted.
12850 (isearch-with-input-method): Don't use the above variables.
12851 (isearch-process-search-multibyte-characters): Likewise. Call
12852 read-string with the arg INHERIT-INPUT-METHOD t.
12853
128542000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12855
12856 * font-lock.el (font-lock-after-fontify-buffer)
12857 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12858
12859 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12860 Use consistent make-local-variable style for font-lock-fontified.
12861 (jit-lock-fontify-buffer):
12862 Don't bother checking for font-lock-mode and jit-lock-mode.
12863
12864 * time.el: Remove trailing ^M that prevent CVS-merging.
12865
128662000-06-16 Gerd Moellmann <gerd@gnu.org>
12867
12868 * Makefile.in (distclean): New target.
12869
128702000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12871
12872 * Makefile.in (srcdir): Define for update-subdirs.
12873
128742000-06-16 Gerd Moellmann <gerd@gnu.org>
12875
12876 * find-lisp.el: New file.
12877
128782000-06-16 Andrew Innes <andrewi@gnu.org>
12879
12880 * time.el (display-time-mail-function): New variable, to allow
12881 external packages to indicate when new mail is available.
12882 (display-time-update): Use it.
12883
128842000-06-16 Kenichi Handa <handa@etl.go.jp>
12885
12886 * international/mule.el (mule-version): Change version name to
12887 SAKAKI. AOI has already been used by Meadow.
12888
12889 * international/quail.el (quail-show-guidance-buf): To find the
12890 bottom window (but minibuffer), pay attention to the height of
12891 minibuffer.
12892
128932000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12894
12895 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12896 menu-bar menus. Add help strings. Don't remove the Edit menu
12897 from the menu bar, as the menu bar has enough space now.
12898
12899 * Makefile.in (SHELL): Make sure /bin/sh is used.
12900
12901 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12902 characters, which use series of two ^H characters instead of one.
12903
129042000-06-15 Gerd Moellmann <gerd@gnu.org>
12905
12906 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12907 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12908 functions.
12909 (Info-find-node-2): Try a case-sensitive search first, then
12910 do a case-insensitive search.
12911
12912 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12913 tutorials.
12914
12915 * complete.el (PC-env-vars-alist): New variable.
12916 (PC-complete-as-file-name): New function.
12917 (partial-completion-mode): Initialize PC-env-vars-alist from
12918 process-environment.
12919 (PC-do-completion): Handle completion of env vars.
12920
12921 * info.el (Info-set-mode-line): Show file name in mode line,
12922 use `*Info*' instead of `Info:'.
12923
12924 * startup.el (command-line-1): Change copyright messages to year
12925 2000.
12926
129272000-06-15 Dave Love <fx@gnu.org>
12928
12929 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12930 not local-map.
12931
129322000-06-15 Kenichi Handa <handa@etl.go.jp>
12933
12934 * international/mule.el (set-buffer-file-coding-system): Almost
12935 rewritten to handle `undecided' as no-op.
12936
129372000-06-14 Gerd Moellmann <gerd@gnu.org>
12938
12939 * Makefile.in: New file.
12940
12941 * Makefile: Removed.
12942
12943 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12944 (goto-address-highlight-keymap): Bind C-c RET.
12945
129462000-06-14 Kenichi Handa <handa@etl.go.jp>
12947
12948 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12949 inherits buffer-file-coding-system of the current buffer.
12950
12951 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12952 0. Give correct argument to set-auto-coding-function.
12953 (tar-expunge): For goto-char, use (point-min), not 0.
12954 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12955 (tar-subfile-save-buffer): Likewize.
12956
12957 * international/mule.el
12958 (after-insert-file-set-buffer-file-coding-system): Call
12959 set-buffer-file-coding-system with the arg FORCE t.
12960
129612000-06-13 Gerd Moellmann <gerd@gnu.org>
12962
12963 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12964 nil. Contemporary sendmails issue an X-Authentication-Warning if
12965 the sender is set with `-f'.
12966
129672000-06-13 Dave Love <fx@gnu.org>
12968
12969 * help.el (describe-function-1): Kluge around cases of functions
12970 fset to subrs whose doc doesn't match their symbol-name.
12971
12972 * image.el (insert-image): Default STRING to a space.
12973
12974 * info.el Doc fixes.
12975 (Info-build-node-completions): Match Ref tags.
12976
129772000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12978
12979 * frame.el (display-multi-frame-p, display-multi-font-p): New
12980 defaliases for display-graphic-p.
12981
12982 * hl-line.el: Fixed a typo in commentary.
12983
129842000-06-13 Kenichi Handa <handa@etl.go.jp>
12985
12986 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12987 fixed.
12988
129892000-06-12 Dave Love <fx@gnu.org>
12990
12991 * image.el (insert-image): Save a little consing.
12992
129932000-06-12 Kenichi Handa <handa@etl.go.jp>
12994
12995 * language/tibet-util.el: Convert all tibetan-1-column characters
12996 to the corresponding tibetan characters.
12997 (tibetan-add-components): Delete code for the special treatment of
12998 'a chung.
12999
13000 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13001 change.
13002 (tibetan-vowel-transcription-alist): More rules added.
13003 (tibetan-composite-vowel-alist): New variable.
13004 (tibetan-precomposition-rule-alist): More rules added.
13005
130062000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13007
13008 * startup.el (command-line): Only call menu-bar-mode if interactive.
13009
13010 * thingatpt.el (toplevel symbol-properties):
13011 * textmodes/makeinfo.el (makeinfo-compile):
13012 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13013 * progmodes/hideif.el (hif-compress-define-list)
13014 (hide-ifdef-use-define-alist):
13015 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13016 (ange-ftp-vms-add-file-entry):
13017 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13018 * man.el (Man-build-man-command):
13019 * mail/rnewspost.el (news-reply-header-hook):
13020 * info.el (Info-insert-dir):
13021 * emulation/mlconvert.el (backward-word, forward-word, setq):
13022 * emacs-lisp/gulp.el (gulp-send-requests):
13023 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13024 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13025 (byte-optimize-apply, end of file):
13026 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13027 (ad-make-freeze-definition):
13028 * startup.el (command-line, command-line-1): Don't quote lambdas.
13029
13030 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13031 (cvs-cleanup-removed): New function.
13032 (cvs-cleanup-functions): New var.
13033 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13034 some flexibility in specifying additional entries to auto-cleanup.
13035 (cvs-quickdir): New function.
13036 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13037 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13038 (cvs-mode-find-file): Check that we are on a filename or dirname
13039 when invoked through a mouse-click.
13040 (cvs-full-path): Remove.
13041 (cvs-dired-action): Re-introduced.
13042 (cvs-dired-noselect): Use it.
13043 (vc-post-command-functions): use this new hook if available.
13044
13045 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13046 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13047 (cvs-filename-map, cvs-dirname-map): Remove.
13048 (cvs-default-action): Remove.
13049 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13050 if the arg is really a keymap.
13051 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13052 Don't hardcode the mapping from state (aka type) to face, but check
13053 the var cvs-fi-<type>-face instead.
13054 (cvs-fileinfo-from-entries): New function.
13055
13056 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13057 Docstring fix.
13058 (cvs-find-file-and-jump): Change default to be safer.
13059 (cvs-mode-diff-map): Define it as a function as well.
13060 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13061 Bind mouse-2 in this global map rather than with text-properties.
13062
13063 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13064 file to resolve the ambiguity between C(conflict) and C(need-merge).
13065
130662000-06-12 Kenichi Handa <handa@etl.go.jp>
13067
13068 * international/mule.el (set-buffer-file-coding-system): If
13069 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13070 unconditionally.
13071
130722000-06-12 Dave Love <fx@gnu.org>
13073
13074 * wid-edit.el (widget-specify-button): Really suppress the face if
13075 required.
13076
130772000-06-11 Gerd Moellmann <gerd@gnu.org>
13078
13079 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13080
130812000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13082
13083 * imenu.el (imenu-generic-expression): Docstring fix.
13084
13085 * composite.el (composition-function-table): Move the `put'
13086 below the autoload cookie so we can load the file before loaddefs.
13087
13088 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13089
13090 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13091 Handle easy-mmode-define-global-mode.
13092 For complex macros like define-minor-mode that can generate
13093 several autoload entries, try to autoload entries in the
13094 macroexpanded code.
13095
13096 * emacs-lisp/easy-mmode.el (define-minor-mode):
13097 If KEYMAP is a symbol, just use it.
13098 Use byte-compile-current-file and load-file-name to infer the
13099 proper :require to pass to defcustom.
13100 Wrap the hook var into `progn' so as not to autoload it.
13101 Add a :autoload-end cookie.
13102 Be more careful about the evaluation of KEYMAP.
13103 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13104 (define-derived-mode): Move define-abbrev-table outside of defvar.
13105
131062000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13107
13108 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13109 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13110 (backup-compiled-files): Ignore errors during `tar'.
13111 (bootstrap): Make autoloads before elc files.
13112
131132000-06-10 Kenichi Handa <handa@etl.go.jp>
13114
13115 * international/mule.el (set-buffer-file-coding-system): If one of
13116 undecided-XXX is specified, change only EOL conversion.
13117
13118 * international/mule-conf.el (unix): New alias for the coding
13119 system undecided-unix.
13120
131212000-06-09 Dave Love <fx@gnu.org>
13122
13123 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13124
13125 * progmodes/executable.el: Byte compile dynamic.
13126 (executable-insert): Change custom type.
13127 (executable-find): Add autoload cookie.
13128 (executable-make-buffer-file-executable-if-script-p): New
13129 function. After Noah Friedman.
13130
13131 * files.el (after-save-hook): Customize, with
13132 executable-make-buffer-file-executable-if-script-p as an option.
13133
131342000-06-09 Kenichi Handa <handa@etl.go.jp>
13135
13136 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13137 "tib24p-mule.bdf" for Tibetan.
13138
13139 * composite.el (decompose-composite-char): Declare it as obsolete.
13140
13141 * man.el (Man-fontify-manpage): Pay attention to underline and
13142 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13143
131442000-06-08 Gerd Moellmann <gerd@gnu.org>
13145
13146 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13147 Set maintainer to FSF since author isn't reachable.
13148
131492000-06-08 Dave Love <fx@gnu.org>
13150
13151 * international/mule-cmds.el (select-safe-coding-system): If
13152 DEFAULT-CODING-SYSTEM is not specified, also check the most
13153 preferred coding-system if buffer-file-coding-system is
13154 `undecided'. From Handa.
13155
131562000-06-08 Kenichi Handa <handa@etl.go.jp>
13157
13158 * international/mule.el
13159 (after-insert-file-set-buffer-file-coding-system): If the buffer
13160 size is greater than INSERTED, judget that we are not visiting.
13161
131622000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13163
13164 * whitespace.el (defgroup whitespace): Comment out `:version'.
13165 XEmacs 20.4 has problems defining the group with this present.
13166 We'll have this commented out till get resolve the problem.
13167
131682000-06-07 John Wiegley <johnw@gnu.org>
13169
13170 * align.el (align-dq-string-modes, align-sq-string-modes)
13171 (align-open-comment-modes): Add pyhton-mode.
13172 (align-rules-list): Use get-text-property instead of
13173 text-properties-at.
13174 (align-rules-list): Add python-assignment.
13175 (align-rules-list): Change perl-comma-delimiter to
13176 basic-comma-delimiter. Use if for Perl modes and python-mode.
13177 (align-rules-list): Add python-chain-logic and
13178 basic-line-continuation.
13179
131802000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13181
13182 * apropos.el (apropos-mode-hook): New user variable.
13183 (apropos-mode): Run apropos-mode-hook.
13184
131852000-06-07 David Ponce <david@dponce.com>
13186
13187 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13188 commands. Require `wid-edit' at run-time.
13189
131902000-06-07 David Ponce <david@dponce.com>
13191
13192 * recentf.el: Added some "Commentary".
13193 (recentf-open-more-files, recentf-edit-list): Minor changes to
13194 move the point at the top of the file list. This behaviour is
13195 consistent with the menu one when the list contains a lot of
13196 files.
13197 (recentf-cleanup): Now displays the number of items removed from
13198 the list.
13199 (recentf-relative-filter) New menu filter to show filenames
13200 relative to `default-directory'.
13201
132022000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13203
13204 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13205 with/without giving an error if PostScript printer doesn't have this
13206 kind of page size. Zebra Stripe continues or restarts on next page.
13207 Manual/automatic paper feeding. Switch or not the header.
13208 (ps-print-version): New version number (5.2.2).
13209 (ps-windows-system): Include emx as a Windows system.
13210 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13211 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13212 (ps-background-text): Code fix.
13213 (ps-error-handler-message, ps-user-defined-prologue)
13214 (ps-print-prologue-header, ps-printer-name)
13215 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13216 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13217 (ps-use-face-background): Customization fix.
13218 (ps-n-up-database): Data fix.
13219 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13220 (ps-switch-header): New vars.
13221 (ps-xemacs-color-name, ps-face-foreground-name)
13222 (ps-face-background-name, ps-boolean-constant): New funs.
13223
132242000-06-07 Dave Love <fx@gnu.org>
13225
13226 * allout.el: New version from Manheimer.
13227
132282000-06-07 Kenichi Handa <handa@etl.go.jp>
13229
13230 * textmodes/fill.el (fill-find-break-point): Check the validity of
13231 charset.
13232
132332000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13234
13235 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13236 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13237 Call display-color-p and display-mouse-p instead of looking at
13238 window-system.
13239
132402000-06-06 Dave Love <fx@gnu.org>
13241
13242 * image.el (find-image): Doc fix. Return nil if image not found.
13243 (put-image, insert-image): Make STRING arg optional.
13244
132452000-06-06 Kenichi Handa <handa@etl.go.jp>
13246
13247 * language/vietnamese.el: Remove eval-when-compile.
13248 (viet-viscii-nonascii-translation-table): Define it as a
13249 translation table made from viet-viscii-decode-table.
13250 (viet-viscii-encode-table): Define it as a translation table made
13251 from the reverse map of above.
13252 (viet-vscii-nonascii-translation-table): Define it as a
13253 translation table made from viet-vscii-decode-table.
13254 (viet-vscii-encode-table): Define it as a translation table made
13255 from the reverse map of above.
13256 (ccl-decode-viscii): Use translate-character.
13257 (ccl-encode-viscii, ccl-encode-viscii-font)
13258 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13259 Likewize.
13260
13261 * language/cyrillic.el: Remove eval-when-compile.
13262 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13263 translation table made from cyrillic-koi8-r-decode-table.
13264 (cyrillic-koi8-r-encode-table): Define it as a translation table
13265 made from the reverse map of above.
13266 (ccl-decode-koi8): Use translate-character.
13267 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13268 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13269 a translation table made from cyrillic-alternativnyj-decode-table.
13270 (cyrillic-alternativnyj-encode-table): Define it as a translation
13271 table made from the reverse map of above.
13272 (ccl-decode-alternativnyj): Use translate-character.
13273 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13274 Likewize
13275
13276 * international/mule-diag.el (non-iso-charset-alist): Specify
13277 translation table symbol instead of translation table itself.
13278 (list-block-of-chars): CHARSET may be a translation table symbol.
13279
13280 * international/mule.el (make-coding-system): If CODING-SYSTEM
13281 already exists, override it.
13282
13283 * international/fontset.el: Use family `proportional' for Tibetan
13284 fonts.
13285
13286 * international/ccl.el (ccl-compile-translate-character): Don't
13287 check if Rrr has property translation-table.
13288 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13289
132902000-06-05 Gerd Moellmann <gerd@gnu.org>
13291
13292 * info.el: Bind case-fold-search to t when searching in case
13293 a user sets it to nil in a hook.
13294
132952000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13296
13297 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13298 * hl-line.el (hl-line-mode): Use the new :global key argument.
13299
13300 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13301 (tar-clip-time-string): Prepend a space.
13302 (tar-grind-file-mode): Construct a string rather than modifying one.
13303 (tar-header-block-summarize): Fix docstring.
13304 Use `format' rather than an error-prone set of copy-loops.
13305
13306 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13307 (diff-goto-source, diff-unified->context, diff-context->unified)
13308 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13309 understand the format output by the `-p' argument to diff.
13310
13311 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13312 (sh-re-done): Use defconst.
13313 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13314 (sh-help-string-for-variable, sh-guess-basic-offset):
13315 Don't quote lambdas.
13316 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13317 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13318
13319 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13320 (mh-letter-mode): Derive from text-mode.
13321 This implicitly means that it now calls kill-all-local-variables.
13322 Also remove the Emacs-18 compatibility code.
13323
13324 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13325 Make use of symbol-property doc-string-elt.
13326 Use memq rather than a sequence of eq.
13327 (doc-string-elt): Fix the wrong or missing previously unused values.
13328 (autoload-print-form): New function extracted from
13329 generate-file-autoloads to allow recursion when handling progn
13330 so that defvar's and defun's docstrings are properly printed.
13331 (generate-file-autoloads): Use it.
13332
13333 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13334 Use find-file-hooks in the minor-mode function.
13335 Be careful not to loop indefinitely in the post-command-hook function.
13336
133372000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13338
13339 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13340 tty's.
13341 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13342 differences whenever appropriate.
13343 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13344 * viper.el (find-file, find-file-other-window): Get viper to do
13345 wildcards.
13346
133472000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13348
13349 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13350 (jit-lock-fontify-buffer): New function for JIT refontification.
13351 (jit-lock-mode): Fix docstring.
13352 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13353 Remove jit-lock-after-change from the _local_ hook.
13354 (jit-lock-function-1): Fix docstring.
13355
13356 * info.el (Info-on-current-buffer): Initialize info.
13357
13358 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13359
13360 * progmodes/tcl.el (tcl-indent-for-comment):
13361 Ignore comment-indent-hook.
13362
13363 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13364 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13365 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13366 and improve to use the lighter to guess the capitalization.
13367 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13368 Add keyword arguments to specify global-ness or the custom group.
13369 Add local-map and help-echo properties to the lighter.
13370 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13371 (easy-mmode-define-global-mode): New macro.
13372
133732000-06-02 Dave Love <fx@gnu.org>
13374
13375 * wid-edit.el: byte-compile-dynamic since we typically don't use
13376 all the widgets. Don't require cl or widget. Remove
13377 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13378 (widget-read-event): Removed. Callers changed to use read-event.
13379 (widget-button-release-event-p): Renamed from
13380 button-release-event-p.
13381 (widget-field-add-space, widget-field-use-before-change):
13382 Uncustomize.
13383 (widget-specify-field): Use keymap property, not local-map.
13384 (widget-specify-button): Obey :suppress-face.
13385 (widget-specify-insert): Use modern backquote syntax.
13386 (widget-image-directory): Renamed from widget-glyph-directory.
13387 (widget-image-enable): Renamed from widget-glyph-enable.
13388 (widget-image-find): Replaces widget-glyph-find.
13389 (widget-button-pressed-face): Move defvar.
13390 (widget-image-insert): Replaces widget-glyph-insert.
13391 (widget-convert): Use keywordp.
13392 (widget-leave-text, widget-children-value-delete): Use mapc.
13393 (widget-keymap): Remove XEmacs stuff.
13394 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13395 (widget-button-click): Don't set point at the click, but re-centre
13396 if we scroll out of window. Rewritten for images v. glyphs &c.
13397 (widget-tabable-at): Use POS arg, not point.
13398 (widget-beginning-of-line, widget-end-of-line)
13399 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13400 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13401 (widget-default-create): Use widget-image-insert; some rewriting.
13402 (widget-visibility-value-create)
13403 (widget-push-button-value-create, widget-toggle-value-create): Use
13404 widget-image-insert.
13405 (checkbox): Create on and off images dynamically.
13406 (documentation-link): Change :help-echo.
13407 (widget-documentation-link-echo-help): Remove.
13408
134092000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13410
13411 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13412
13413 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13414 (easy-mmode-define-toggle, define-minor-mode): Use it.
13415 (easy-mmode-define-keymap): Docstring fix.
13416 (define-derived-mode): Default PARENT to fundamental-mode.
13417 Add the derived-mode-parent symbol-property.
13418 (easy-mmode-derived-mode-p): New function.
13419
134202000-06-02 Dave Love <fx@gnu.org>
13421
13422 * files.el (convert-standard-filename): Doc fix.
13423 (normal-backup-enable-predicate): New function.
13424 (backup-enable-predicate): Use it to replace the lambda form.
13425
13426 * calendar/todo-mode.el: [This needs more work on the outline
13427 stuff.] Doc fixes.
13428 (todo) <defgroup>: Add :version.
13429 (todo-add-category): Don't use pushnew.
13430 (todo-cmd-raise): Fix typo.
13431 (todo-top-priorities): Change temp buffer name.
13432 (todo-category-alist): Avoid redundant lambda.
13433 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13434 Use outline-next-heading.
13435
13436 * autoarg.el: Rewritten to use define-minor-mode.
13437 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13438 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13439
134402000-06-02 Kenichi Handa <handa@etl.go.jp>
13441
13442 * isearch.el (isearch-other-meta-char): Fix previous change.
13443
134442000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13445
13446 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13447 (log-edit-done): Only add the comment to the ring if it's different
13448 from the last comment entered.
13449
13450 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13451
134522000-06-01 Dave Love <fx@gnu.org>
13453
13454 * hl-line.el: Rewritten using define-minor-mode.
13455
13456 * help.el (describe-function-1): Distinguish special form from
13457 builtin function. Sanity-check presence of arglist for builtins.
13458
134592000-06-01 Kenichi Handa <handa@etl.go.jp>
13460
13461 * international/characters.el: Fix syntax/category setting of
13462 Tibetan characters.
13463
13464 * language/tibet-util.el (tibetan-add-components): Fixes for new
13465 encoding of Tibetan characters.
13466 (tibetan-decompose-precomposition-alist): New variable.
13467 (tibetan-decompose-region): Convert precomposed characters to
13468 non-precomposed characters.
13469 (tibetan-decompose-string): Likewise.
13470 (tibetan-composition-function): Fix args to
13471 thibetan-compose-string.
13472
13473 * language/tibetan.el (tibetan-composable-pattern): More
13474 characters included.
13475 (tibetan-consonant-transcription-alist): Rule for "R" added.
13476 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13477 "+R" added.
13478 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13479
13480 * language/lao-util.el (lao-composition-function): Fix args to
13481 compose-string.
13482
13483 * language/thai-util.el (thai-composition-function): Fix args to
13484 compose-string.
13485
13486 * isearch.el (isearch-update): Set disable-point-adjustment to t
13487 to prevent the point moving to the end of a composition when a
13488 part of a composition is searched.
13489 (isearch-other-meta-char): If the key invoking this command can be
13490 mapped by function-key-map to a printing char, call
13491 isearch-process-search-char directly.
13492
134932000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13494
13495 * emacs-lisp/bytecomp.el:
13496 * frame.el:
13497 * international/mule-cmds.el:
13498 * international/mule-util.el:
13499 * international/mule.el:
13500 * mouse.el:
13501 * subr.el:
13502 * faces.el: Update calls to make-obsolete with a WHEN argument.
13503
13504 * byte-run.el (make-obsolete, make-obsolete-variable):
13505 Add an optional WHEN argument and change the format of the
13506 symbol-property information.
13507 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13508 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13509 new obsolete-symbol-property format and print WHEN if it is provided.
13510
135112000-05-31 Dave Love <fx@gnu.org>
13512
13513 * loadhist.el (loadhist-hook-functions): Remove
13514 before-change-function, after-change-function.
13515 (unload-feature): Deal with symbols which are both bound and
13516 fbound.
13517
13518 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13519 before-change-function, after-change-function.
13520
13521 * simple.el (newline): Don't bind before-change-function,
13522 after-change-function.
13523
135242000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13525
13526 * whitespace.el (whitespace-rescan-timer-time): Update interval
13527 set to 600 seconds (10 minutes) instead of 60 seconds since
13528 a large number of whitespace buffers causes emacs to `freeze'
13529 for a considerable amount of time.
13530
13531 * whitespace.el: Updated email address
13532
135332000-05-31 Dave Love <fx@gnu.org>
13534
13535 * add-log.el (change-log-font-lock-keywords) <function>: Add
13536 pattern for function of change.
13537 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13538 acknowledgements patterns.
13539
135402000-05-31 Kenichi Handa <handa@etl.go.jp>
13541
13542 * isearch.el (isearch-printing-char): If keyboard coding system is
13543 being used, call isearch-process-search-multibyte-characters.
13544
13545 * international/isearch-x.el: Mostly rewritten.
13546
13547 * international/quail.el (quail-start-conversion): Don't include
13548 unhandled events in the returned events, but set them in
13549 unread-command-events. Exit if all inputs are deleted.
13550
135512000-05-30 Jason Rumney <jasonr@gnu.org>
13552
13553 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13554
13555 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13556 Reenable code to create initial fontsets.
13557 Use set-fontset-font in place of put-charset-property.
13558
135592000-05-30 Gerd Moellmann <gerd@gnu.org>
13560
13561 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13562 label, ensure that the first colon isn't followed by another.
13563
13564 * paths.el (Info-default-directory-list): Doc fix.
13565
13566 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13567 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13568 send a query containing USER only, not USER@HOST.
13569
13570 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13571 and rmail-msgend to compute the restriction at the end, instead of
13572 computing it.
13573
135742000-05-29 Gerd Moellmann <gerd@gnu.org>
13575
13576 * dabbrev.el (dabbrev-expand): Don't display messages in the
13577 echo area if the minibuffer window is active.
13578
13579 * jit-lock.el (jit-lock-mode): Add after change function to
13580 local hook.
13581
135822000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13583
13584 * antlr-mode.el: New commands: hide/unhide actions,
13585 upcase/downcase literals.
13586 (antlr-tiny-action-length): New user option.
13587 (antlr-hide-actions): New command. Suggested by
13588 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13589 (antlr-mode-map): New binding [C-c C-v].
13590 (antlr-mode-menu): New entries.
13591 (antlr-downcase-literals): New command.
13592 (antlr-upcase-literals): Ditto.
13593
13594 * antlr-mode.el: Minor changes: indendation, mode-name.
13595 (antlr-indent-line): Indent cpp directive at column 0.
13596 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13597
13598 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13599 (antlr-font-lock-additional-keywords): Workaround for intentional
13600 bug in XEmacs version of font-lock.
13601 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13602 be used by a smarter version of `buffers-menu-grouping-function'.
13603
136042000-05-29 Gerd Moellmann <gerd@gnu.org>
13605
13606 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13607 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13608
136092000-05-29 Kenichi Handa <handa@etl.go.jp>
13610
13611 * international/encoded-kb.el
13612 (encoded-kbd-iso2022-designation-map): Pay attention to that
13613 charset-iso-final-char return -1 for eight-bit-control and
13614 eight-bit-graphic.
13615
136162000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13617
13618 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13619 (speedbar-easymenu-definition-base): Use display-graphic-p where
13620 available, instead of window-system.
13621
136222000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13623
13624 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13625 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13626 coding systems.
13627
136282000-05-26 Dave Love <fx@gnu.org>
13629
13630 * disp-table.el (standard-display-underline): Don't use
13631 internal-find-face.
13632
13633 * mail/reporter.el: Maintainer change. Doc fixes.
13634 (reporter-version): Deleted.
13635
13636 * emacs-lisp/elp.el: Maintainer change.
13637 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13638
136392000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13640
13641 * add-log.el (add-change-log-entry): Merge the current entry with the
13642 previous one if the previous one is empty.
13643
136442000-05-26 Dave Love <fx@gnu.org>
13645
13646 * loadhist.el (unload-feature): Fix interactive spec [from
13647 lijnzaad@ebi.ac.uk].
13648
13649 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13650 subr-arity to check primitives.
13651 (byte-compile-flush-pending, byte-compile-file-form-progn)
13652 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13653 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13654 mapcar.
13655
136562000-05-26 Kenichi Handa <handa@etl.go.jp>
13657
13658 * international/fontset.el: Set family names of non-latin charsets
13659 in default fontset to "*".
13660
13661 * international/mule-diag.el (print-fontset): Combine family part
13662 and registry part of the fontname by "-*-" instead of "-".
13663
13664 * international/mule-cmds.el (encode-coding-char): Make strings
13665 multibyte before calling encode-coding-string.
13666
136672000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13668
13669 * derived.el: Fix keywords.
13670 (define-derived-mode): Only define if needed.
13671
13672 * simple.el (fill-comment, comment-column, comment-start)
13673 (comment-start-skip, comment-end, comment-indent-function)
13674 (block-comment-start, block-comment-end, indent-for-comment)
13675 (set-comment-column, kill-comment, comment-padding, comment-region)
13676 (comment-multi-line, indent-new-comment-line): Remove.
13677
13678 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13679 function names for comment operations.
13680
13681 * newcomment.el: Add abundant autoload cookies.
13682 (comment-style): Don't depend on runtime data at compile-time.
13683 (comment-indent-hook): Remove.
13684 (comment-indent): Check if comment-indent-hook is bound.
13685 (comment-region): Docstring fix.
13686
136872000-05-25 Dave Love <fx@gnu.org>
13688
13689 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13690 byte-code-function-p.
13691
13692 * mail/rmailsum.el: Add provide.
13693
13694 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13695
13696 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13697 defcustom.
13698
136992000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13700
13701 * ediff-diff.el (ediff-exec-process): delete --binary option from
13702 non-buffer ediff jobs.
13703
137042000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13705
13706 * hilit-chg.el (highlight-changes-mode): Ask about color or
13707 grayscale support, not about window-system.
13708
13709 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13710 window-system.
13711 (ffap-highlight): Always default to t.
13712
13713 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13714 display-popup-menus-p instead of looking at window-system.
13715
13716 * disp-table.el (standard-display-g1, standard-display-graphic):
13717 Only refuse to use string glyphs on X and MS-Windows.
13718
13719 * avoid.el: Remove window-system from commentary, suggest to use
13720 display-*-p instead.
13721
13722 * apropos.el (apropos-print): Use display-mouse-p instead of
13723 window-system.
13724
137252000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13726
13727 * international/codepage.el (cp-decoding-vector-for-codepage):
13728 Fill up unsupported characters with their own codes. From Kenichi
13729 Handa.
13730
137312000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13732
13733 * international/mule-diag.el (describe-char-after): Use
13734 display-graphic-p instead of window-system, so that this function
13735 works on MS-DOS.
13736
137372000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13738
13739 * international/codepage.el (cp-make-coding-systems-for-codepage):
13740 Remove the eight-bit-graphic and eight-bit-control charsets from
13741 the list of charsets which we convert into `?'.
13742
137432000-05-25 Kenichi Handa <handa@etl.go.jp>
13744
13745 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13746 private charsets.
13747 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13748 japanese-jisx0213-2): New charsets.
13749
13750 * international/fontset.el: Setup default fontset for new charsets.
13751
137522000-05-24 Dave Love <fx@gnu.org>
13753
13754 * info.el (Info-find-node-2): Restructure [following "Vadim
13755 S. Solomin" <sovs@uic.nnov.ru>].
13756
13757 * icomplete.el: Fix header for Finder.
13758
137592000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13760
13761 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13762 STAY.
13763
13764 * rmail.el (rmail-automatic-folder-directives): New user variable.
13765 (rmail-show-message): Add call to `rmail-auto-file' during
13766 display.
13767 (rmail-auto-file): New function.
13768
137692000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13770
13771 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13772 account.
13773 (ediff-test-utility,ediff-diff-mandatory-option)
13774 (ediff-reset-diff-options): Utilities for proper initialization of
13775 ediff-diff-options and ediff-diff3-options on Windows.
13776
13777 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13778 variable.
13779
13780 * ediff-mult.el (ediff-filegroup-action): Use
13781 ediff-merge-filename-prefix.
13782
137832000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13784
13785 * viper-ex.el (ex-write): Set selective display to nil.
13786
137872000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13788
13789 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13790 aliases for hebrew-iso-8bit.
13791
137922000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13793
13794 * woman.el: New version from Francis J. Wright
13795 <F.J.Wright@Maths.QMW.ac.uk>.
13796 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13797 names in environment variables regardless of the path separator.
13798 (woman-topic-all-completions-1): Don't call file-name-directory-p
13799 on all files, since woman-file-regexp already filters out any
13800 directories.
13801
138022000-05-24 Kenichi Handa <handa@etl.go.jp>
13803
13804 * international/quail.el (quail-start-translation): Don't change
13805 modified-p of the current buffer.
13806 (quail-start-conversion): Likewise.
13807
13808 * international/kkc.el (kkc-region): Don't change modified-p of
13809 the current buffer.
13810
13811 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13812 conform to RFC1468.
13813 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13814
138152000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13816
13817 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13818 (speedbar-insert-button): Invisible text property fix.
13819 (speedbar-directory-plus): Renamed from speedbar-directory-+
13820 (speedbar-directory-minus): Renamed from speedbar-directory--
13821 (speedbar-page-plus): Renamed from speedbar-file-+
13822 (speedbar-page-minus): Renamed from speedbar-file--
13823 (speedbar-page): Renamed from speedbar-file-
13824 (speedbar-tag): Renamed from speedbar-tag-
13825 (speedbar-tag-plus): Renamed from speedbar-tag-+
13826 (speedbar-tag-minus): Renamed from speedbar-tag--
13827 (speedbar-expand-image-button-alist): Use above renames.
13828
13829 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13830 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13831 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13832 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13833 * sb-pg.xpm: Renamed from sb-file.xpm
13834 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13835 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13836
138372000-05-24 Kenichi Handa <handa@etl.go.jp>
13838
13839 * international/quail.el (quail-show-guidance-buf): Set
13840 current-input-method of the guidance buffer to the name of the
13841 curren input method.
13842
138432000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13844
13845 * progmodes/compile.el (compile-internal): Style typo.
13846
13847 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13848 quote vars and functions in the docstring.
13849
13850 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13851
13852 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13853 Don't quote lambdas.
13854
13855 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13856
138572000-05-23 Gerd Moellmann <gerd@gnu.org>
13858
13859 * startup.el (command-line): Determine source file of compiled
13860 user init file differently. Warn if compiled user init file
13861 is older than its source file.
13862
13863 * ffap.el (ffap-url-regexp): Add `https'.
13864
138652000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13866
13867 * files.el (make-backup-file-name-1): Replace slashes with `!'
13868 rather than `|' (which is not allowed on Windows). Replace the
13869 drive letters with a string "drive_X".
13870
138712000-05-23 Gerd Moellmann <gerd@gnu.org>
13872
13873 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13874
13875 * files.el (interpreter-mode-alist): Add `bash2'.
13876
138772000-05-22 Dave Love <fx@gnu.org>
13878
13879 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13880 mapc.
13881 (feature-file): Avoid calling symbol-name. Doc fix.
13882 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13883 (loadhist-hook-functions): Add mouse-position-function.
13884 (unload-feature): Change uses of mapcar.
13885
13886 * files.el (parse-colon-path): Doc fix.
13887 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13888 (set-auto-mode): Use mapc.
13889
13890 * complete.el (PC-look-for-include-file): Use :alnum: character
13891 class.
13892 (partial-completion-mode): Add autoload cookie.
13893
138942000-05-22 Sam Steingold <sds@gnu.org>
13895
13896 * info.el (Info-fontify-node): Fixed the call to
13897 `add-text-properties' (bug introduced on 2000-05-18).
13898
138992000-05-22 Dave Love <fx@gnu.org>
13900
13901 * bindings.el: Remove debug-ignored-errors set in other files.
13902
13903 * progmodes/etags.el: Add to debug-ignored-errors.
13904 (visit-tags-table-buffer): Clear out buffers holding old tables
13905 when making a new list.
13906 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13907 mapc.
13908
13909 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13910 quote keywords.
13911 (cmpl-string-case-type): Use character classes.
13912
13913 * comint.el:
13914 * textmodes/ispell.el:
13915 * imenu.el:
13916 * mail/mh-e.el:
13917 * progmodes/compile.el: Add to debug-ignored-errors.
13918
13919 * dabbrev.el: Add to debug-ignored-errors.
13920 (dabbrev-completion): Use mapc.
13921
139222000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13923
13924 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13925 (woman-mapcan, woman-parse-man.conf)
13926 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13927 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13928 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13929 path syntax better.
13930 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13931 (woman-manpath): Call woman-parse-man.conf.
13932 (woman-emulation): New defcustom, defaults to nroff.
13933 (woman-font-support): New defconst.
13934 (woman-use-symbol-font): New defcustom.
13935 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13936 "Emulation".
13937 Many functions: Doc fix.
13938
139392000-05-22 Kenichi Handa <handa@etl.go.jp>
13940
13941 * international/quail.el (quail-simple-translation-keymap): Map
13942 128..255 to quail-self-insert-command.
13943 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13944
139452000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13946
13947 * help.el (help-manyarg-func-alist): Typo.
13948
13949 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13950 intervals which makes it heaps simpler.
13951
13952 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13953 the nested comment markers.
13954
13955 * subr.el (remove-hook): Don't turn the hook's value into a list.
13956
139572000-05-21 Dave Love <fx@gnu.org>
13958
13959 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13960 are invalid characters.
13961
13962 * international/mule-util.el (detect-coding-with-priority): Use
13963 mapc. Remove redundant lambda.
13964
13965 * international/mule-diag.el (list-non-iso-charset-chars)
13966 (describe-fontset): Remove redundant lambda.
13967
13968 * emulation/crisp.el (brief-mode): New alias.
13969
13970 * emacs-lisp/ring.el (ring-elements): New function.
13971
13972 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13973 (easy-menu-do-add-item): Use keywordp.
13974
13975 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13976
13977 * replace.el: Doc and error message fixes.
13978 (replace-highlight): Use facep, not internal-find-face.
13979
139802000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13981
13982 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13983
13984 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13985 (log-edit-insert-changelog): Drop `:' as well.
13986
13987 * log-view.el: Fix file description.
13988 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13989 available.
13990 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13991 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13992
13993 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13994 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13995 Print a status message if the toggle is called interactively.
13996 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13997 for global minor modes and use `defcustom' for them.
13998 Use add-minor-mode.
13999 (easy-mmode-define-derived-mode): Remove.
14000 (define-derived-mode): Fancier default docstring.
14001 (easy-mmode-define-navigation): Signal an error rather than (ding).
14002
14003 * newcomment.el (comment-styles): New `box-multi'.
14004 (comment-normalize-vars): Better default for comment-continue to
14005 avoid whitespace-only continuations.
14006 (comment-search-forward): Always move even in the no-syntax case.
14007 (comment-padright): Only obey N if it's only obeyed for padleft.
14008 (comment-make-extra-lines): Better handling of empty continuations.
14009 Use `=' for the filler if comment-start has only one character.
14010 (uncomment-region): Try handling the special `=' filler.
14011 (comment-region): Allow LINES even if MULTI is nil.
14012 (comment-box): Choose box style based on comment-style.
14013
140142000-05-20 Kenichi Handa <handa@etl.go.jp>
14015
14016 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14017 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14018
140192000-05-20 Kenichi HANDA <handa@etl.go.jp>
14020
14021 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14022 and insert, not subst-char-in-region.
14023
14024 * international/mule-diag.el (list-character-sets-1): Handle
14025 charsets eight-bit-control and eight-bit-graphic.
14026 (list-iso-charset-chars): Likewise.
14027 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14028 charactes as is. Use indent-to to align characters.
14029
14030 * international/mule-cmds.el (find-multibyte-characters): Never
14031 exclude charsets eight-bit-control and eight-bit-graphic.
14032
140332000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14034
14035 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14036 Don't quote lambdas.
14037
14038 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14039
140402000-05-19 Gerd Moellmann <gerd@gnu.org>
14041
14042 * gud.el (gud-jdb-directories): Doc fix.
14043
140442000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14045
14046 * newcomment.el: New file.
14047
140482000-05-19 Gerd Moellmann <gerd@gnu.org>
14049
14050 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14051
140522000-05-18 Andreas Schwab <schwab@suse.de>
14053
14054 * dired.el (dired-between-files): Also skip lines beginning with
14055 `used'.
14056
140572000-05-18 Gerd Moellmann <gerd@gnu.org>
14058
14059 * msb.el (msb-menu-cond): Add choice `user'.
14060
140612000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14062
14063 * ps-print.el: Compatibility, customization and doc fix.
14064 (ps-printer-name-option): Replace defconst by defvar.
14065 (ps-postscript-code-directory): XEmacs compatibility.
14066 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14067 fix.
14068 (ps-user-defined-prologue, ps-print-prologue-header)
14069 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14070 compatibility and code fix.
14071 (ps-print-background-image, ps-print-background-text):
14072 Customization fix.
14073 (ps-line-number-start, ps-n-up-on): New vars.
14074
140752000-05-18 Espen Skoglund <esk@ira.uka.de>
14076
14077 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14078 the indent-comment function to just return the appropriate indent.
14079
140802000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14081
14082 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14083 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14084 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14085
140862000-05-18 Dave Love <fx@gnu.org>
14087
14088 * info.el (Info-fontify-node): Add intangible property as well as
14089 invisible.
14090
14091 * calendar/appt.el (appt-make-list): Match all lines of entry.
14092 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14093
140942000-05-18 Kenichi Handa <handa@etl.go.jp>
14095
14096 * international/mule-diag.el (describe-char-after): Call
14097 internal-char-font, not char-font. If internal-char-font returns
14098 nil, display "-- none --".
14099
141002000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14101
14102 * image.el (image-type-available-p): Don't reference image-types
14103 if it isn't bound.
14104
141052000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14106
14107 * autoarg.el (autoarg-mode): Typo in the :set argument.
14108
141092000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14110
14111 * startup.el (command-line-1): Don't signal an error if the
14112 directory for auto-save-list files does not yet exist.
14113
141142000-05-17 Kenichi Handa <handa@etl.go.jp>
14115
14116 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14117
141182000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14119
14120 * subr.el (remove-hook): `setq' hook-value, not `set'.
14121
141222000-05-16 Sam Steingold <sds@gnu.org>
14123
14124 * info.el (debug-ignored-errors): More errors to ignore.
14125
141262000-05-16 Dave Love <fx@gnu.org>
14127
14128 * cus-edit.el: Don't require cl or easymenu.
14129 (custom-variable-prompt): Test standard-value property, not
14130 user-variable-p.
14131
141322000-05-16 Sam Steingold <sds@gnu.org>
14133
14134 * subr.el (add-hook): `setq' hook-value, not `set'.
14135
141362000-05-16 Gerd Moellmann <gerd@gnu.org>
14137
14138 * startup.el (command-line-1): Mention the FAQ in the startup
14139 message.
14140
14141 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14142
14143 * progmodes/compile.el (compilation-parse-errors): Collect
14144 `nomessage' regexps last.
14145
14146 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14147
14148 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14149 to the function name.
14150
141512000-05-15 Dave Love <fx@gnu.org>
14152
14153 * speedbar.el (speedbar-recenter): Typo.
14154 (speedbar-expand-line): Make arg optional.
14155 (speedbar-mode): Avoid a compiler warning.
14156
141572000-05-15 Gerd Moellmann <gerd@gnu.org>
14158
14159 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14160 user-specified option string is empty.
14161
14162 * mouse.el (mouse-yank-at-click): Doc fix.
14163
141642000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14165
14166 * term/internal.el (IT-character-translations): More updates of
14167 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14168 documents.
14169
141702000-05-15 Gerd Moellmann <gerd@gnu.org>
14171
14172 * env.el (getenv): New function, interactively callable.
14173 (setenv, getenv): Remove autoload cookies.
14174
14175 * loadup.el: Load `env'.
14176
14177 * progmodes/f90.el: Change author's mail address.
14178
141792000-05-14 Dave Love <fx@gnu.org>
14180
14181 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14182 goto-addr as an option.
14183
14184 * help.el (help-xref-stack): Doc fix.
14185 (help-xref-following): New variable.
14186 (help-make-xrefs): Use it.
14187 (help-xref-go-back): Use position information from stack element.
14188 (help-follow): Make position in stack element a pair. Use
14189 help-xref-following.
14190
14191 * autoarg.el: New file.
14192
14193 * faces.el: Declare more functions obsolete.
14194
14195 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14196 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14197 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14198 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14199 Remove all the setup-...-environment functions.
14200
142012000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14202
14203 * speedbar.el: Updated the commentary section. xemacs20p now uses
14204 >= when detecting. Require `defimage' safely.
14205 (speedbar-easymenu-definition-base): Add toggle for images.
14206 (speedbar-easymenu-definition-special): Add flush cache & expand.
14207 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14208 (speedbar-reconfigure-keymaps-hook): New variable.
14209 (speedbar-frame-parameters): Updated documentation.
14210 (speedbar-use-imenu-flag): Updated custom tag
14211 (speedbar-dynamic-tags-function-list): New variable.
14212 (speedbar-tag-hierarchy-method): Updated doc & custom.
14213 (speedbar-indentation-width, speedbar-indentation-width) New
14214 variables.
14215 (speedbar-hide-button-brackets-flag): Customizable.
14216 (speedbar-vc-indicator): Doc update.
14217 (speedbar-ignored-path-expressions): Updated default value.
14218 (speedbar-supported-extension-expressions): Updated default value.
14219 (speedbar-syntax-table): Remove {} paren status.
14220 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14221 as "+". Added overlay aliases.
14222 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14223 `force-mode-line-update'.
14224 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14225 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14226 `mouse-set-point'
14227 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14228 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14229 of arbitrary text, and new helper functions.
14230 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14231 filename finder.
14232 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14233 (speedbar-directory-buttons): Update path search/expansion.
14234 (speedbar-make-tag-line): Pay attention to
14235 `speedbar-indentation-width'. Use more care w/ invisible
14236 properties.
14237 (speedbar-change-expand-button-char): Call
14238 `speedbar-insert-image-button-maybe'.
14239 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14240 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14241 (speedbar-trim-words-tag-hierarchy)
14242 (speedbar-simple-group-tag-hierarchy): New functions
14243 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14244 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14245 functions.
14246 (speedbar-mouse-set-point): New function
14247 (speedbar-power-click): Updated documentation.
14248 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14249 of tag prefix text.
14250 (speedbar-expand-line, speedbar-contract-line): Make more robust
14251 to strange text.
14252 (speedbar-expand-line): Takes universal argument to flush the
14253 cache.
14254 (speedbar-flush-expand-line): New function.
14255 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14256 Use new generator insertion method.
14257 (speedbar-fetch-dynamic-tags): New function.
14258 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14259 `speedbar-fetch-dynamic-imenu'.
14260 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14261 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14262 "Revert Buffer" menu items.
14263 (speedbar-buffer-buttons-engine): Be smarter when creating a
14264 filename tag (for expansion purposes.).
14265 (speedbar-highlight-one-tag-line,
14266 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14267 (speedbar-recenter): New functions.
14268 (defimage-speedbar): Image loading abstraction.
14269 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14270 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14271 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14272 (speedbar-tag-type, speedbar-tag-mail): New images.
14273 (speedbar-expand-image-button-alist): New variable.
14274 (speedbar-insert-image-button-maybe): Insert an image over some
14275 buttons.
14276
142772000-05-13 Kenichi Handa <handa@etl.go.jp>
14278
14279 * international/mule-cmds.el (encode-coding-char): An ASCII
14280 character is always encodable.
14281
14282 * international/mule-conf.el: Add more information in descriptions
14283 of character sets.
14284
14285 * international/mule-diag.el (describe-char-after): New function.
14286 (describe-font-internal): Adjusted for the change of font-info.
14287 (describe-font): Likewise.
14288 (print-fontset): Rewritten for the new fontset implementation.
14289 (describe-fontset): Include fontset alias names in completion.
14290 (list-fontsets): Adjusted for the change of print-fontset.
14291
14292 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14293 describe-char-after instead of displaying the detail in the echo
14294 area.
14295 (syntax-code-table): Format changed.
14296 (string-to-syntax): Adjusted for the above change.
14297
142982000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14299
14300 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14301
143022000-05-12 Dave Love <fx@gnu.org>
14303
14304 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14305 dependence. Use line-{beginning,end}-position, not
14306 point-at{b,e}ol. Some doc fixes.
14307 (todo-position): New function. Fix callers of position to use it.
14308 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14309
143102000-05-12 Gerd Moellmann <gerd@gnu.org>
14311
14312 * time.el (display-time-mail-icon): Use `:ascent center'.
14313
14314 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14315 handling FTP security extensions.
14316
143172000-05-11 Dave Love <fx@gnu.org>
14318
14319 * calendar/todo-mode.el: New file.
14320
143212000-05-11 Gerd Moellmann <gerd@gnu.org>
14322
14323 * comint.el (comint-read-input-ring): Move reference to
14324 comint-input-ring-size outside of the save-excursion. It was
14325 causing the default value to be the only one ever seen.
14326
14327 * font-lock.el: Update copyright. Remove Simon Marshall's email
14328 address on request from him.
14329
14330 * subr.el (substitute-key-definition): Add comment describing
14331 the meaning of PREFIX.
14332
143332000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14334
14335 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14336
14337 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14338 (add-minor-mode): Don't make the variable buffer-local and add a
14339 reference to define-minor-mode in the docstring.
14340
14341 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14342 HEADER/FOOTER and fix bug with trailing empty directory.
14343 (cvs-append-to-ignore): Use vc-editable-p if available.
14344 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14345 (vc-do-command): Tweak advice to handle the new VC.
14346
14347 * log-view.el (log-view-goto-rev): New function for the new VC.
14348 (log-view-minor-wrap): Use mark-active.
14349
14350 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14351 (log-edit-changelog-full-paragraphs): New var.
14352 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14353 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14354 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14355 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14356 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14357 Replace the `cvs' prefix with `log-edit'.
14358
14359 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14360
14361 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14362 (diff-font-lock-defaults): Explicitly turn off multiline.
14363 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14364 (diff-ediff-patch): Fix call to ediff-patch-file.
14365 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14366 Handle comments.
14367
14368 * frame.el (automatic-hscrolling): Typo.
14369
14370 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14371
143722000-05-09 Sam Steingold <sds@goems.com>
14373
14374 * apropos.el (apropos-print): use `describe-face' instead of
14375 `customize-face-other-window'.
14376
143772000-05-09 Dave Love <fx@gnu.org>
14378
14379 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14380
14381 * help.el (describe-variable): Have customize button pop the
14382 help-xref stack when invoked.
14383 (help-xref-symbol-regexp): Add `face'.
14384 (help-make-xrefs): Check for quoted face names and adapt regexp
14385 submatch numbers to cope.
14386 (help-xref-interned): Maybe insert face doc too. Separate
14387 sections with a line of hyphens.
14388
14389 * faces.el: Some doc fixes. Declare some functions obsolete.
14390 (describe-face): Add customize button. Return the help
14391 text. Fix prompt.
14392
143932000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14394
14395 * term/internal.el (IT-character-translations): Fix last change.
14396
143972000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14398
14399 * woman.el: New file
14400 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14401
144022000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14403
14404 * term/internal.el (IT-character-translations): Update ASCII
14405 simulations for greek-iso8859-7, add latin-iso8859-14 and
14406 latin-iso8859-15.
14407
14408 * international/mule-cmds.el (set-language-info-alist): Call
14409 define-prefix-command with 3 arguments, to make the map suitable
14410 for a menu.
14411
144122000-05-07 Dave Love <fx@gnu.org>
14413
14414 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14415
144162000-05-05 Dave Love <fx@gnu.org>
14417
14418 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14419 list in doc string. Don't quote keyword symbols.
14420 * emacs-lisp/cl.el: Likewise
14421 * emacs-lisp/cl-seq.el: Likewise
14422
144232000-05-05 Gerd Moellmann <gerd@gnu.org>
14424
14425 * abbrev.el (abbrev-mode): Make ARG optional.
14426
144272000-05-04 Gerd Moellmann <gerd@gnu.org>
14428
14429 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14430
14431 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14432
14433 * subr.el (substitute-key-definition): Clarify documentation.
14434
144352000-05-04 Milan Zamazal <pdm@freesoft.cz>
14436
14437 * glasses.el (glasses-convert-to-unreadable): Use
14438 `glasses-separator' instead of the hard-wired "_".
14439 (glasses-mode): Call `glasses-make-unreadable' only in a single
14440 place.
14441
144422000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14443
14444 * term/internal.el (cjk-codepages-alist): Add associations for
14445 Chinese and Korean codepages. Remove FIXME comment.
14446
144472000-05-03 Dave Love <fx@gnu.org>
14448
14449 * time.el (display-time-mail-face, display-time-use-mail-icon):
14450 New option.
14451 (display-time-mail-icon): New variable.
14452 (display-time-string-forms): Use the above. Fix the local-map.
14453
144542000-05-03 Gerd Moellmann <gerd@gnu.org>
14455
14456 * replace.el (query-replace-map): Add binding for `E'.
14457 (query-replace-help): Extend help text.
14458 (perform-replace): Allow editing the replacement string.
14459
14460 * make-mode.el (makefile-mode-abbrev-table): New variable.
14461 (makefile-mode): Set local abbrev table to
14462 makefile-mode-abbrev-table.
14463 (makefile-font-lock-keywords): Fontify includes and conditionals.
14464
14465 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14466 set TOGGLE's value.
14467
14468 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14469 mail-interactive-insert-alias.
14470 (mail-abbrev-complete-alias): New command.
14471 (mail-mode-map): Bind it to `M-TAB'.
14472
144732000-05-03 Kenichi Handa <handa@etl.go.jp>
14474
14475 * language/lao-util.el (lao-compose-region): New function.
14476
144772000-05-02 Gerd Moellmann <gerd@gnu.org>
14478
14479 * files.el (recover-session): Make directories as necessary
14480 if they don't exist yet.
14481
14482 * calendar/cal-french.el
14483 (french-calendar-multibyte-special-days-array)
14484 (french-calendar-special-days-array): Change French text.
14485 (calendar-french-date-string): Change output.
14486 (calendar-goto-french-date): Likewise.
14487
144882000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14489
14490 * wid-edit.el (widget-default-active): Obey `:always-active'.
14491 (widget-documentation-string-value-create): Set `:always-active'.
14492
144932000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14494
14495 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14496 default prefix to `~/_emacs.d/auto-save.list/_s'.
14497 (normal-top-level): Create the directory for auto-save files, if
14498 it doesn't already exist (in the ms-dos case only).
14499
145002000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14501
14502 * international/mule-cmds.el (set-language-environment): Don't
14503 concat an integer (dos-codepage), use format instead.
14504
145052000-05-02 Dave Love <fx@gnu.org>
14506
14507 * help.el (help-xref-on-pp): Check for constant symbols.
14508
145092000-04-29 Gerd Moellmann <gerd@gnu.org>
14510
14511 * startup.el (normal-top-level): Put a condition-case around
14512 the code loading subdirs.el.
14513
145142000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14515
14516 * ps-print.el: Upside-down and face background color printing,
14517 line number step, doc fix.
14518 (ps-print-version): New version number (5.2).
14519 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14520 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14521 (ps-spool-config): Var fix.
14522 (ps-printer-name-option): Const fix.
14523 (ps-print-upside-down, ps-use-face-background)
14524 (ps-line-number-step): New vars.
14525 (ps-window-system, ps-lp-system): New consts.
14526 (ps-face-background): New fun.
14527
145282000-04-28 Richard Stallman <rms@gnu.org>
14529
14530 * files.el (make-auto-save-file-name):
14531 Apply auto-save-file-name-transforms to visited file name
14532 before generating auto save file name.
14533 (auto-save-file-name-transforms): New variable.
14534
14535 * files.el (backup-enable-predicate):
14536 Correctly test for a file under a temporary directory.
14537
145382000-04-28 Gerd Moellmann <gerd@gnu.org>
14539
14540 * subr.el (add-minor-mode): Rewritten.
14541
145422000-04-28 Kenichi Handa <handa@etl.go.jp>
14543
14544 * mail/sendmail.el (sendmail-send-it): Set
14545 buffer-file-coding-system to the selected coding system for MIME
14546 header.
14547
145482000-04-27 Gerd Moellmann <gerd@gnu.org>
14549
14550 * dired.el (dired-move-to-filename-regexp): Allow format where
14551 YYYY is followed by two spaces.
14552
14553 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14554 in the second character class of the regexp.
14555
14556 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14557 mh-etc, too.
14558
14559 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14560 nil.
14561
14562 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14563
14564 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14565 argument.
14566
145672000-04-27 Sen Nagata <sen@eccosys.com>
14568
14569 * emacs-lisp/crm.el (crm-completion-table): New variable.
14570 (crm-collection-fn, crm-test-completion)
14571 (completing-read-multiple): Use it.
14572
145732000-04-27 Dave Love <fx@gnu.org>
14574
14575 * help.el (locate-library): Use mapc.
14576 (help-manyarg-func-alist): Add call-process-region.
14577
145782000-04-26 Gerd Moellmann <gerd@gnu.org>
14579
14580 * subr.el (add-minor-mode): Make argument MAP optional.
14581
14582 * desktop.el (desktop-save): Save list of minor modes.
14583 (desktop-create-buffer): Restore minor modes.
14584 (desktop-minor-mode-table): New user-option.
14585
14586 * subr.el (add-minor-mode): New function.
14587
14588 * image.el (find-image): New function.
14589 (defimage): Rewritten to find image at load time.
14590
14591 * startup.el (normal-top-level-add-to-load-path): Handle
14592 case that the default directory is not in load-path.
14593
14594 * help.el: Old patch from Stefan Monnier.
14595 (help-xref-on-pp): New function.
14596 (describe-variable): Use it to display xrefs in a symbol's value.
14597
145982000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14599
14600 * cus-edit.el (custom-face): Fix parenthesis.
14601
146022000-04-26 Kenichi Handa <handa@etl.go.jp>
14603
14604 * mail/rmail.el (rmail-expunge): When there are no deleted
14605 messages, do nothing.
14606
146072000-04-26 Dave Love <fx@gnu.org>
14608
14609 * international/mule-cmds.el (locale-translation-file-name):
14610 Defvar to nil.
14611 (set-locale-environment): Set it here (at runtime).
14612
146132000-04-25 Gerd Moellmann <gerd@gnu.org>
14614
14615 * replace.el (perform-replace): Add parameters START and END. Use
14616 them instead of the check for a region in Transient Mark mode.
14617 (query-replace-read-args): Return two more list elements for the
14618 start and end of the region in Transient Mark mode.
14619 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14620 (map-query-replace-regexp, replace-string, replace-regexp): Add
14621 optional last arguments START and END and pass them to
14622 perform-replace.
14623
14624 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14625 form with additional arguments for perform-replace.
14626
14627 * progmodes/etags.el (tags-query-replace): Add parameters START
14628 and END. Construct a form with additional arguments for
14629 perform-replace.
14630
14631 * simple.el (shell-command): Set default directory for "*Shell
14632 Command Output" buffer.
14633
14634 * language/european.el (iso-latin-4): Fix typo.
14635
14636 * emacs-lisp/crm.el: New file.
14637
146382000-04-24 Dave Love <fx@gnu.org>
14639
14640 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14641 (Custom-reset-saved, Custom-reset-standard)
14642 (custom-group-value-create, custom-group-set, custom-group-save)
14643 (custom-group-reset-current, custom-group-reset-saved)
14644 (custom-group-reset-standard): Use mapc.
14645 (custom-buffer-create-internal): Disable undo when creating items.
14646 Use mapc.
14647 (custom-face): Avoid redundant lambda.
14648
146492000-04-24 Gerd Moellmann <gerd@gnu.org>
14650
14651 * startup.el (auto-save-list-file-prefix): Set default to
14652 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14653
146542000-04-24 Sam Steingold <sds@gnu.org>
14655
14656 * time-stamp.el (time-stamp-string-preprocess): Always convert
14657 `field-result' to a string.
14658
146592000-04-24 Gerd Moellmann <gerd@gnu.org>
14660
14661 * frame.el (scrolling): New group.
14662 (automatic-hscrolling): New user-option.
14663
14664 * startup.el (command-line-x-option-alist): Add `-lsp' and
14665 `--line-spacing'.
14666
146672000-04-19 Dave Love <fx@gnu.org>
14668
14669 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14670 (cl-mapc): Rename from mapc. Fix the funcall.
14671
146722000-04-19 Gerd Moellmann <gerd@gnu.org>
14673
14674 * simple.el (clone-indirect-buffer-other-window): New command.
14675 (clone-indirect-buffer): Add optional arg NORECROD.
14676 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14677
14678 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14679
14680 * window.el (count-screen-lines): New function.
14681 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14682 instead of window-buffer-height.
14683
14684 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14685 non-existing variable comint-input-sentinel.
14686 (inferior-lisp-args-to-list): Removed.
14687 (inferior-lisp): Use split-string instead of
14688 inferior-lisp-args-to-list.
14689
14690 * hexl.el (hexl-insert-hex-string): New command.
14691
14692 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14693 instead of concat.
14694
146952000-04-18 Gerd Moellmann <gerd@gnu.org>
14696
14697 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14698 at the start of an existing but empty folder.
14699
147002000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14701
14702 * ps-mule.el: Customization fix, doc fix.
14703 (ps-multibyte-buffer): Customization fix.
14704
147052000-04-17 Richard M. Stallman <rms@gnu.org>
14706
14707 * subr.el (read-passwd): Use read-char-exclusive.
14708
147092000-04-17 Gerd Moellmann <gerd@gnu.org>
14710
14711 * textmodes/texinfo.el (texinfo-insert-@email)
14712 (texinfo-insert-@emph, texinfo-insert-@quotation)
14713 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14714 (texinfo-mode-map): Add key bindings for them.
14715
14716 * files.el (basic-save-buffer-2): Use a template with `$'
14717 instead of `#' for VMS.
14718
14719 * simple.el (clone-indirect-buffer): New function.
14720
147212000-04-16 Stephen Eglen <stephen@gnu.org>
14722
14723 * iswitchb.el (iswitchb-case): New function. If the user input
14724 contains any upper-case characters, the search is made
14725 case-sensitive.
14726
147272000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14728
14729 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14730 comment-end.
14731 (texinfo-font-lock-syntactic-keywords): New var.
14732 (texinfo-font-lock-keywords): Remove comment regexp.
14733 (texinfo-insert-block): New function.
14734 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14735 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14736 and font-lock-defaults. Use regexp-opt for outline-regexp.
14737 (texinfo-environments): New var.
14738 (texinfo-environment-regexp): Use regexp-opt and
14739 texinfo-environments.
14740
14741 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14742 ispell-process is bound since this might be eval'd before ispell
14743 is loaded.
14744 (ispell-message): Use a tiny bit less magic and a bit more hard
14745 data to figure out what kind of sc-cite-regexp to use.
14746
14747 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14748
14749 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14750 (insert-cyclic-diary-entry): Unquote the lambda.
14751
14752 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14753
14754 * files.el (backup-enable-predicate): Unquote the lambda.
14755
14756 * cus-edit.el (custom-face, face): Unquote the lambda.
14757
147582000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14759
14760 * ps-print.el: Check for line-beginning-position definition.
14761
14762 * ps-print.el: Fix counting lines in a region.
14763 (ps-print-version): New version number (5.1.5).
14764 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14765 (ps-printing-region): Fun code fix.
14766
147672000-04-15 Gerd Moellmann <gerd@gnu.org>
14768
14769 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14770 to file-directory-p.
14771
147722000-04-14 Gerd Moellmann <gerd@gnu.org>
14773
14774 * gud.el (gud-jdb-build-source-files-list): Check that directory
14775 exists before calling directory-files.
14776
147772000-04-13 Dave Love <fx@gnu.org>
14778
14779 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14780 syntax.
14781
14782 * emacs-lisp/cl-specs.el: Remove when, unless.
14783
14784 * emacs-lisp/cl-extra.el: Don't quote keywords.
14785 (cl-old-mapc): New variable.
14786 (mapc): Use it.
14787 (cl-map-intervals): Use with-current-buffer. Don't check for
14788 next-property-change.
14789 (cl-map-overlays): Use with-current-buffer.
14790 (cl-expt): Remove.
14791 (copy-tree, remprop): Define unconditionally.
14792
14793 * emacs-lisp/cl-compat.el (keywordp): Remove.
14794
14795 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14796 to use keywordp.
14797 (edebug-spec): Enable keywordp.
14798
14799 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14800 string-lessp.
14801
14802 * cus-start.el: Use keywordp.
14803
148042000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14805
14806 * diary-lib.el (include-other-diary-files): Fix the fix of
14807 2000-02-18 by doing a save-excursion.
14808
148092000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14810
14811 * ps-print.el: Customization fix, doc fix.
14812 (ps-print-version): New version number (5.1.4).
14813 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14814 (ps-print-preprint): Adjust code.
14815 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14816 (ps-print-prologue-header, ps-print-control-characters)
14817 (ps-spool-config): Customization fix.
14818
148192000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14820
14821 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14822 converted to the new menu-item format, names silightly changed,
14823 help strings added.
14824
14825 Support for spelling without async subprocesses:
14826
14827 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14828 (ispell-session-buffer): New variables.
14829 (ispell-start-process, ispell-process-status,
14830 ispell-accept-output, ispell-send-string): New functions, for
14831 Ispell invocation when async subprocesses aren't supported.
14832 (ispell-word, ispell-pdict-save, ispell-command-loop,
14833 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14834 to process-send-string with calls to ispell-send-string, and
14835 accept-process-output with ispell-accept-output.
14836 (ispell-init-process): Call ispell-process-status instead of
14837 process-status with.
14838 (ispell-init-process): Call ispell-start-process. Call
14839 ispell-accept-output and ispell-send-string. Don't call
14840 process-kill-without-query and kill-process if they are unbound.
14841 (ispell-async-processp): New function.
14842
148432000-04-12 Dave Love <fx@gnu.org>
14844
14845 * info.el: Add debug-ignored-errors.
14846 (Info-mode-menu): Add some items.
14847 (Info-directory): Add autoload cookie.
14848
14849 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14850 Modify `truncate-lines'. Make `describe-language-environment'
14851 always visible and add help. Modify `describe-key' help. Invoke
14852 Info-directory from `info'. New entry `emacs-manual'.
14853
148542000-04-10 Gerd Moellmann <gerd@gnu.org>
14855
14856 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14857 propertized-buffer-identification.
14858 (ebrowse-update-member-buffer-mode-line): Likewise.
14859 (ebrowse--mode-strings): Removed.
14860 (ebrowse--mode-line-props): Removed.
14861
14862 * files.el (auto-mode-alist): Add `EBROWSE'.
14863
14864 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14865 space before testing for end of buffer.
14866 (ebrowse-load): Removed.
14867 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14868 (ebrowse-create-tree-buffer): Rewritten.
14869 (ebrowse-tree-mode): Read tree from buffer.
14870
14871 * progmodes/ebrowse-ffh.el: Removed.
14872
148732000-04-10 Kenichi Handa <handa@etl.go.jp>
14874
14875 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14876
148772000-04-10 Gerd Moellmann <gerd@gnu.org>
14878
14879 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14880 at the wrong place.
14881
148822000-04-09 Dave Love <fx@gnu.org>
14883
14884 * files.el (backup-enable-predicate): Use
14885 temporary-file-directory, small-temporary-file-directory.
14886 (make-backup-file-name-function, backup-directory-alist): New
14887 variables.
14888 (make-backup-file-name-1): New function.
14889 (make-backup-file-name): Use it.
14890 (find-backup-file-name): Likewise. Use format for clarity, not
14891 concat.
14892 (file-newest-backup): Use make-backup-file-name.
14893
148942000-04-09 Gerd Moellmann <gerd@gnu.org>
14895
14896 * progmodes/ebrowse-ffh.el: New file.
14897
14898 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14899 to ebrowse-ffh.el.
14900 (ebrowse-load): Add autoload.
14901
14902 * finder.el (finder-commentary): Add autoload cookie.
14903
14904 * mail/rfc2368.el: Correct author's email address.
14905
14906 * progmodes/ebrowse.el: New file.
14907
14908 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14909 item help string.
14910 (easy-menu-do-add-item): Ditto.
14911 (easy-menu-define): Extend doc string.
14912
14913 * jit-lock.el (with-buffer-unmodified): Use
14914 restore-buffer-modified-p.
14915 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14916 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14917 with-buffer-unmodified.
14918
149192000-04-08 Dave Love <fx@gnu.org>
14920
14921 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14922 unless, when.
14923
149242000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14925
14926 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14927 (viper-flash-search-pattern): No operation when using Emacs
14928 doesn't support face.
14929 Use `viper-put-on-search-overlay'.
14930
149312000-04-04 Gerd Moellmann <gerd@gnu.org>
14932
14933 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14934 like C-r.
14935
14936 * progmodes/make-mode.el: Some doc fixes.
14937 (makefile-mode-abbrev-table): New variable.
14938 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14939 (makefile-font-lock-keywords): Fontify includes and conditionals.
14940 (toplevel): Require `dabbrev' and `add-log' when compiling.
14941
14942 * replace.el (perform-replace): Don't move forward one char
14943 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14944 to do that because it leaves point 1 position after the last
14945 replacement, after everything has been replaced.
14946
14947 * jit-lock.el (with-buffer-unmodified): New macro.
14948 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14949 modified state.
14950 (jit-lock-function-1): Extracted from jit-lock-function; not
14951 preserving buffer's modified state.
14952 (jit-lock-function, jit-lock-stealth-fontify): Call
14953 jit-lock-function-1.
14954
14955 * mail/rfc2368.el: Remove supernumerary copyright line.
14956
149572000-04-04 Milan Zamazal <pdm@freesoft.cz>
14958
14959 * glasses.el: Provide facilities for inserting space before left
14960 parentheses and uncapitalization of identifiers.
14961 (glasses-mode): Try to remove old overlays in all cases.
14962
149632000-04-03 Gerd Moellmann <gerd@gnu.org>
14964
14965 * progmodes/compile.el (compile-internal): Display the compilation
14966 buffer in a different frame, if it's already displayed there.
14967
14968 * mail/rfc2368.el: New file.
14969
14970 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14971 header and insert its value as mail body.
14972
14973 * subr.el (member-ignore-case): New function.
14974
14975 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14976 (dabbrev--find-expansion): Ignore buffers matching a regexp
14977 from dabbrev-ignored-regexps.
14978
14979 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14980 to extensions handled by gzip.
14981
149822000-04-03 Richard M. Stallman <rms@gnu.org>
14983
14984 * files.el (insert-directory): List the total free space
14985 along with the used space.
14986
14987 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14988 line is followed by one that matches CITATION-REGEXP, end the
14989 paragraph.
14990
149912000-04-03 Markus Rost <rost@delysid.gnu.org>
14992
14993 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14994 (rmail-make-basic-summary-line): Use that option.
14995
149962000-04-03 Kenichi Handa <handa@etl.go.jp>
14997
14998 * international/mule-cmds.el (encoded-string-description):
14999 Rewritten. Try pretty description for ISO 2022 escape sequences
15000 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15001 for hexadecimal format.
15002
150032000-04-01 Dave Love <fx@gnu.org>
15004
15005 * cpp.el: Change customization group to `c' from `C'.
15006
15007 * vcursor.el (vcursor-move): Use display-color-p.
15008
15009 * international/mule-util.el: Provide mule-utils.
15010 (string-to-sequence): Simplify and speed up.
15011
15012 * international/mule.el (make-coding-system): Purecopy doc-string.
15013
15014 * international/mule-cmds.el: Various menu changes.
15015 (describe-specified-language-support): Handle `Default'.
15016 (set-language-info): Purecopy `info'.
15017
150182000-03-31 Andrew Innes <andrewi@gnu.org>
15019
15020 * vc.el (vc-backend-diff): Return the correct status if we had to
15021 retry the rcsdiff command without the --brief option.
15022
150232000-03-31 Dave Love <fx@gnu.org>
15024
15025 * help.el (help-manyarg-func-alist): Correct several omissions.
15026
15027 * add-log.el: Don't require cl, fortran.
15028 (add-log-current-defun-function): Doc fix.
15029 (change-log-version-number-regexp-list): Remove SCCS part. Doc
15030 fix.
15031 (change-log-version-rcs): Function deleted.
15032 (change-log-version-number-search): Doc fix. Use
15033 vc-workfile-version. Avoid CL dolist.
15034 (add-change-log-entry): Just call add-log-current-defun to get
15035 defun. Simplify somewhat.
15036 (change-log-get-method-definition-1): Likewise.
15037 (add-log-current-defun): Return nil if calling
15038 add-log-current-defun-function does so. Move Fortran stuff to
15039 fortran.el. Return string without properties.
15040
15041 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15042 and :alpha: char classes.
15043
15044 * mail/supercite.el: Defvar curline when compiling.
15045 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15046 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15047 rather than a-zA-Z0-9 to allow non-ASCII characters.
15048
150492000-03-31 Gerd Moellmann <gerd@gnu.org>
15050
15051 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15052
15053 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15054 Re-enable new code.
15055
15056 * lpr.el (print-region-1): Use -d to specify printer name for
15057 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15058
150592000-03-31 Dave Love <fx@gnu.org>
15060
15061 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
15062 for function definition in symbol's function value slot first
15063 instead of first consulting byte-compile-function-environment.
15064
150652000-03-31 Kenichi Handa <handa@etl.go.jp>
15066
15067 * language/european.el ("Polish"): New language environment.
15068 (setup-polish-environment): New function.
15069
150702000-03-30 Gerd Moellmann <gerd@gnu.org>
15071
15072 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15073 Disable new code.
15074
15075 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15076 trying to `load' the symbol of an autoload instead of the file
15077 recorded in the autoload. Fix error messages.
15078
150792000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15080
15081 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15082 (ps-print-version): New version number (5.1.3).
15083 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15084 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15085 (ps-generate-postscript-with-faces): Code fix.
15086 (ps-color-values): XEmacs compatibility.
15087 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15088 (ps-default-fg, ps-default-bg): Adjust customization.
15089 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15090 (ps-color-scale): Renaming old ps-color-value fun.
15091 (ps-print-headers): Replace ps-print-header group to avoid conflict
15092 with ps-print-header variable.
15093 (ps-print-miscellany): New group.
15094 (ps-format-color, ps-rgb-color): New funs.
15095 (ps-default-foreground): New var.
15096 (ps-printer-name-option): New const.
15097
150982000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15099
15100 * net/net-utils.el:
15101 (network-connection-host, network-connection-service): New variables
15102 (network-connection-mode): New mode, derived from comint-mode
15103 (network-connection-mode-setup): New function, saves host and
15104 service information in local variables.
15105
15106 * lisp/locate.el:
15107 (locate-word-at-point): Added this function
15108 (locate): Default to using locate-word-at-point as input
15109 Run dired-mode-hook
15110
151112000-03-29 Dave Love <fx@gnu.org>
15112
15113 * calendar/appt.el: Doc fixes.
15114 (appt-check): Convert min-to-app to a string before passing to
15115 appt-disp-window-function or concat.
15116 (appt-delete-window): Remove test for frame-root-window.
15117 (appt-select-lowest-window, appt-convert-time): Simplify.
15118
15119 * emacs-lisp/bytecomp.el: Doc fixes.
15120 (byte-compile-file-form-autoload): Update
15121 byte-compile-function-environment.
15122
151232000-03-29 Andreas Schwab <schwab@suse.de>
15124
15125 * emacs-lisp/autoload.el: Also print defsubst doc string
15126 specially.
15127
15128 * dired.el (dired-insert-directory): If dired-free-space-program
15129 failed just delete its output.
15130
151312000-03-29 Dave Love <fx@gnu.org>
15132
15133 * international/iso-cvt.el: Move provide to end. Doc fixes.
15134 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15135 (iso-iso2sgml, iso-sgml2iso): New functions.
15136 (iso-cvt-define-menu): Fix some entries and use backquote for
15137 clarity.
15138
15139 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15140
151412000-03-28 Gerd Moellmann <gerd@gnu.org>
15142
15143 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15144 ISO-DATE. If non-nil, return date in ISO 8601 format.
15145
151462000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15147
15148 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15149 if it ever becomes used.
15150 (log-edit-mode-hook): Default to vc-log-mode-hook.
15151 (log-edit-mode): Fix the docstring.
15152
15153 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15154 the code.
15155
151562000-03-26 Dave Love <fx@gnu.org>
15157
15158 * net/browse-url.el (browse-url): Re-fix case of
15159 browse-url-browser-function being an alist.
15160 (browse-url): Add :link to defgroup.
15161
15162 * files.el: Doc fixes.
15163 (file-truename): Include `[' in wildcard characters.
15164 (automount-dir-prefix): Customize.
15165 (find-file-wildcards): Add :version.
15166 (find-file-noselect): Simplify a mapcar call.
15167
15168 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15169 compatible with inf-lisp version.
15170 (eval-defun-1): Fix custom-declare-variable case.
15171
151722000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15173
15174 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15175
151762000-03-24 Gerd Moellmann <gerd@gnu.org>
15177
15178 * Makefile (COMPILE_FIRST): New macro.
15179 (compile-files): Compile files from COMPILE_FIRST first.
15180
15181 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15182 code.
15183
15184 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15185 matching open parenthesis in column 0 to defun-prompt-regexp
15186 only if open-paren-in-column-0-is-defun-start is set.
15187
15188 * sun-curs.el: Require CL at compile-time only.
15189
15190 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15191 instead of copy-list which is a function from CL.
15192 (msb--choose-menu, msb--mode-menu-cond)
15193 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15194 (msb--init-file-alist): Use mapcar instead of mapcan.
15195 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15196 `(' in column 0 in doc string.
15197 (msb--add-separators): Use mapcar instead of mapcan.
15198
15199 * cus-dep.el: Require CL at compile-time only.
15200
152012000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15202
15203 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15204 (byte-compile-warnings): New warning `noruntime'.
15205 (byte-compile-constants, byte-compile-variables): Fix docstring.
15206 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15207 execute `eval-whenc-compile's body.
15208 (byte-compile-unresolved-functions): Fix docstring.
15209 (byte-compile-eval): New function.
15210 (byte-compile-callargs-warn): Check if the function will be available
15211 at runtime (via property `byte-compile-noruntime').
15212 (byte-compile-print-syms): New function.
15213 (byte-compile-warn-about-unresolved-functions): Also warn about
15214 `noruntime' functions (and use `byte-compile-print-syms').
15215 (byte-compile-file): Capitalize the message.
15216
152172000-03-24 Gerd Moellmann <gerd@gnu.org>
15218
15219 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15220 (rmail-expunge): Ask for confirmation depending on the setting
15221 of rmail-confirm-expunge.
15222
152232000-03-23 Gerd Moellmann <gerd@gnu.org>
15224
15225 * Makefile (bootstrap-clean): If $(emacs) exists, build
15226 loaddefs.el first. A loaddefs.el that's not up-to-date might
15227 cause a bootstrap failure because things don't autoload as
15228 expected.
15229
152302000-03-23 Dave Love <fx@gnu.org>
15231
15232 * net/browse-url.el: Restore previous use of
15233 browse-url-maybe-new-window.
15234
152352000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15236
15237 * ps-print.el: Skip banner page fix.
15238 (ps-print-version): New version number (5.1.2).
15239 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15240
152412000-03-23 Dave Pearson <davep@davep.org>
15242
15243 * net/quickurl.el Changed the type of parameter passed to the
15244 function defined by `quickurl-format-function'. Before only the
15245 text of the URL was passed. Now the whole URL structure is passed
15246 and the function is responsible for extracting the parts it
15247 requires. Changed the default of `quickurl-format-function'
15248 accordingly.
15249 (quickurl-insert): Changed the `funcall' of
15250 `quickurl-format-function' to match the above change.
15251 (quickurl-list-insert): Changed the `url' case so that it makes
15252 use of `quickurl-format-function', previous to this the format was
15253 hard wired.
15254
152552000-03-22 Gerd Moellmann <gerd@gnu.org>
15256
15257 * startup.el: Change some spellings for the X Window System.
15258
152592000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15260
15261 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15262 up the code and the regexp and make sure the cursor is temporarily
15263 moved to the suspicious line while querying the user.
15264
152652000-03-22 Jason Rumney <jasonr@gnu.org>
15266
15267 * w32-fns.el (w32-charset-info-alist): Initialize.
15268
152692000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15270
15271 * ps-print.el: N-up last page fix.
15272 (ps-print-version): New version number (5.1.1).
15273 (ps-end-file, ps-end-job, ps-generate): Code fix.
15274
152752000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15276
15277 * files.el (find-file-run-dired): Update docstring.
15278 (find-directory-functions): New hook.
15279 (find-file-noselect): Run find-directory-functions rather than
15280 calling dired directly.
15281
15282 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15283
15284 * pcvs.el: Add a minimal leading commentary.
15285 (cvs-make-cvs-buffer): Change the header part by removing the startup
15286 message and adding a `Module' entry. Also replace the FOOTER and
15287 HEADER special fileinfos with the new support in ewoc for updating
15288 its own footer and header.
15289 (cvs-update-header): Update to use the header/footer of the ewoc.
15290 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15291 (cvs-is-within-p): New function.
15292 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15293 to only examine some subset of the buffers.
15294
15295 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15296 `format' instead of our own ad-hoc functions.
15297 Remove HEADER and FOOTER cases, now handled in the EWOC.
15298 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15299
15300 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15301 output to avoid scaring the user.
15302 (cvs-parse-table): Catch message for non-up-to-date commits.
15303
15304 * pcvs-defs.el (cvs-startup-message): Remove.
15305 (cvs-global-menu): New autoloaded menu.
15306
15307 * pcvs-util.el (cvs-string-fill): Remove.
15308
15309 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15310 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15311 PP part of it and also make it work for footers and headers.
15312 (ewoc-create): Drop POS and BUFFER arguments.
15313 Use the DLL's dummy node to store the end-of-footer position.
15314 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15315 (ewoc-refresh): Remove unused `header' variable.
15316 (ewoc-(get|set)-hf): New functions.
15317
15318 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15319 log-view-*-(message|file) and use easy-mmode-define-navigation.
15320 (log-view-message-re): Match SCCS format as well.
15321 And match the revision line rather than the dashed separator line.
15322 (log-view-mode): Use the new define-derived-mode.
15323 (log-view-current-tag): Fill in with an actual implementation.
15324
15325 * cvs-status.el (cvs-status-(prev|next)): Rename from
15326 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15327 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15328 to let the output "breathe" a little more (more readable).
15329 (cvs-status-mode): Use the new define-derived-mode.
15330
15331 * smerge-mode.el (smerge-auto-leave): New function and variable.
15332 (smerge-basic-map): Rename from smerge-basic-keymap.
15333 Change the bindings for smerge-diff-*.
15334 (smerge-*-map): Use easy-mmode-defmap.
15335 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15336 (smerge-keep-*): Use smerge-auto-leave.
15337
153382000-03-21 Jason Rumney <jasonr@gnu.org>
15339
15340 * cus-edit.el (custom-button-face): Use 3D look for w32.
15341 (custom-button-pressed-face): Likewise.
15342
153432000-03-21 Gerd Moellmann <gerd@gnu.org>
15344
15345 * progmodes/etags.el (tags-case-fold-search): New user-option.
15346 (tags-loop-eval): New function. Bind case-fold-search around eval
15347 depending on the value of tags-case-fold-search.
15348 (tags-loop-continue): Use tags-loop-eval.
15349 (find-tag-in-order): Bind case-fold-search depending on the value
15350 of tags-case-fold-search.
15351
153522000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15353
15354 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15355 (diff-end-of-hunk): Return the end position for use in
15356 `easy-mmode-define-navigation'.
15357 (diff-recenter): Remove.
15358 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15359 of `easy-mmode-define-navigation'.
15360 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15361 previous renaming) and fix to use new names.
15362 (diff-merge-strings): Use \n as separator: simpler, faster.
15363 (diff-mode): Use `define-derived-mode'.
15364
15365 * derived.el (define-derived-mode): Don't autoload anymore.
15366 Prefer the macro-only version provided by easy-mmode.el.
15367
15368 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15369 `easy-mmode-define-derived-mode'.
15370 Use `combine-run-hooks'.
15371 (easy-mmode-define-navigation): New macro.
15372
15373 * subr.el (combine-run-hooks): New function.
15374
153752000-03-21 Kenichi HANDA <handa@etl.go.jp>
15376
15377 * term/x-win.el: Fontsets related initialization is simplified.
15378
15379 * international/mule-diag.el (describe-font): Don't refer to
15380 global-fontset-alist, instead call font-list.
15381 (describe-fontset, list-fontsets, mule-diag): Likewise.
15382 (print-fontset): Adjusted for the change of fontset
15383 implementation.
15384
15385 * international/fontset.el (x-charset-registries): Variable
15386 removed, instead the corresponding data is stored in the default
15387 fontset.
15388 (register-alternate-fontnames): Function removed.
15389 (resolved-ascii-font): Variable removed.
15390 (x-compose-font-name): Ignore the second argument REDOCE.
15391 (x-complement-fontset-spec): Complement only an ASCII font and
15392 element for those charsets than can use that ASCII font.
15393 (generate-fontset-menu): Don't refer to global-fontset-alist,
15394 instead call fontset-list.
15395 (uninstantiated-fontset-alist): Variable removed.
15396 (x-style-funcs-alist): Likewise.
15397 (fontset-default-styles): Likewise.
15398 (x-modify-font-name): Function removed.
15399 (create-fontset-from-fontset-spec): Ignore the argument
15400 STYLE-VARIANT.
15401 (create-fontset-from-ascii-font): Docsting adjusted for the above
15402 change.
15403 (instantiate-fontset, resolve-fontset-name): Functions removed.
15404 (fontset-list): Now implemented by C code.
15405
15406 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15407 (describe-face): Include `font' attribute in the description.
15408
154092000-03-21 Kenichi Handa <handa@etl.go.jp>
15410
15411 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15412
154132000-03-20 Gerd Moellmann <gerd@gnu.org>
15414
15415 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15416 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15417 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15418
15419 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15420 about behavior of set-buffer-modified-p wrt redisplay.
15421
154222000-03-19 Richard M. Stallman <rms@gnu.org>
15423
15424 * view.el (view-mode-disable): Kill local binding of view-read-only.
15425
154262000-03-18 Gerd Moellmann <gerd@gnu.org>
15427
15428 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15429 is a string, convert it to a syntax cell using string-to-syntax.
15430
15431 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15432 (string-to-syntax): New function.
15433
15434 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15435 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15436 try to use passive ftp mode.
15437
154382000-03-17 Gerd Moellmann <gerd@gnu.org>
15439
15440 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15441
15442 * simple.el (append-to-buffer): Update point of windows after
15443 insertion.
15444
15445 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15446 forward then moving backward. Reindent.
15447
15448 * frame.el (other-frame): Call x-focus-frame only if
15449 focus-follows-mouse is off.
15450
154512000-03-17 Dave Love <fx@gnu.org>
15452
15453 * pcvs-util.el (cvs-strings->string): Rename
15454 replace-regexps-in-string.
15455
154562000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15457
15458 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15459 regexp for labels cannot span several lines.
15460
15461 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15462 `(setq :<key> ':<key>)' to the macro expansion.
15463
154642000-03-16 Dave Love <fx@gnu.org>
15465
15466 * progmodes/f90.el (f90): Put custom group under `languages', not
15467 `fortran'.
15468 (f90-mode-hook): Customize.
15469 (f90-mode): Set add-log-current-defun-function.
15470 (f90-current-defun): New function.
15471
154722000-03-16 Gerd Moellmann <gerd@gnu.org>
15473
15474 * cus-edit.el (custom-variable-tag-face): Handle case that
15475 default face's height is not a number.
15476 (custom-face-tag-face, custom-group-tag-face-1)
15477 (custom-group-tag-face): Ditto.
15478 (custom-group-tag-face-1): Add :group.
15479
15480 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15481
154822000-03-15 Gerd Moellmann <gerd@gnu.org>
15483
15484 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15485 requiring easymenu.
15486
154872000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15488
15489 * ps-print.el: PostScript user-defined prologue, PostScript error
15490 handler, doc fix.
15491 (ps-print-version): New version number (5.1).
15492 (ps-user-defined-prologue, ps-error-handler-message)
15493 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15494 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15495 (ps-insert-string): New function.
15496
154972000-03-15 Kenichi Handa <handa@etl.go.jp>
15498
15499 * international/ccl.el (ccl-compile-expression): Don't generate
15500 invalid self-assignment code.
15501
155022000-03-14 Dave Love <fx@gnu.org>
15503
15504 * subr.el (replace-regexp-in-string): Renamed from
15505 replace-regexps-in-string. Doc fix.
15506
155072000-03-12 Dave Love <fx@gnu.org>
15508
15509 * cus-edit.el: Doc fixes.
15510 (customize-set-variable, customize-save-variable): Rename args for
15511 doc.
15512 (custom-variable-tag-face, custom-face-tag-face)
15513 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15514 style which user identify as hyperlink.
15515 (hook): Don't add undefined functions to the hook.
15516 (debug-ignored-errors): Transfer message from bindings.el.
15517
155182000-03-12 Gerd Moellmann <gerd@gnu.org>
15519
15520 * recentf.el (recentf-keep-non-readable-files-p): Remove
15521 double/nested definition.
15522
155232000-03-12 Dave Love <fx@gnu.org>
15524
15525 * facemenu.el (facemenu-get-face): Use display-color-p.
15526 * enriched.el (enriched-decode-foreground): Likewise.
15527 (enriched-decode-background): Likewise.
15528 * isearch.el (isearch-highlight): Likewise.
15529 * info-look.el (info-lookup): Likewise.
15530 * simple.el (completion-setup-function): Likewise.
15531
15532 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15533 :options.
15534
15535 * bindings.el (mode-line-format): Fix line-number and
15536 column-number items. Add help-echo for the background.
15537 (mode-line-mule-info): Modify help-echo.
15538
15539 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15540
15541 * files.el (load-file): Allow completion to .elc.
15542
15543 * man.el: Doc fixes.
15544 (Man-init-defvars): Use display-color-p to set fontification.
15545
15546 * play/hanoi.el (hanoi-internal): Don't use oddp.
15547
155482000-03-12 Gerd Moellmann <gerd@gnu.org>
15549
15550 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15551
15552 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15553
155542000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15555
15556 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15557 Fix comment.
15558
155592000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15560
15561 * font-lock.el (font-lock-keywords): Fix the doc now that
15562 regexp-opt-depth is unnecessary.
15563 (save-buffer-state): Set an edebug spec.
15564 (font-lock-fontify-anchored-keywords): Properly handle the case when
15565 the matcher goes past the limit.
15566
15567 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15568 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15569
15570 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15571 dll.el and cookie.el (from Elib) with heavy renaming and other
15572 massaging.
15573
15574 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15575 Autoload the functions used.
15576 (easy-mmode-define-syntax): Fix CL typo.
15577 (easy-mmode-define-derived-mode): Improve the docstring generation.
15578
155792000-03-10 Gerd Moellmann <gerd@gnu.org>
15580
15581 * textmodes/texinfo.el (texinfo-version): Variable and function
15582 removed.
15583
155842000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15585
15586 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15587 allow more flexibility.
15588 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15589 fns.
15590 (easy-mmode-defmap, easy-mmode-defsyntax)
15591 (easy-mmode-define-derived-mode): New macros.
15592
155932000-03-09 Didier Verna <didier@xemacs.org>
15594
15595 * rect.el (replace-rectangle): New function.
15596
155972000-03-09 Dave Love <fx@gnu.org>
15598
15599 * progmodes/fortran.el (fortran-comment-line-start): Define as
15600 "C".
15601 (fortran-comment-line-start-skip): Don't match cpp stuff.
15602 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15603 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15604 (fortran-mode): Don't set fortran-comment-line-start-skip,
15605 fortran-comment-line-start here. Set comment-start,
15606 add-log-current-defun.
15607 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15608 (fortran-current-defun): New function.
15609
156102000-03-09 Gerd Moellmann <gerd@gnu.org>
15611
15612 * emacs-lisp/re-builder.el: New file.
15613
15614 * mouse.el (mouse-drag-region): Don't run up-event handler
15615 if hscroll has changed.
15616
15617 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15618 builtin operators, use `font-lock-builtin-face' for Emacs and
15619 `font-lock-preprocessor-face' otherwise.
15620
15621 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15622 `(defun (setf foo)' differently.
15623
156242000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15625
15626 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15627 (regexp-opt): Update comment and adapt the code the new meaning of
15628 the `paren' argument of regex-opt-group for shy-groups.
15629 (regexp-opt-depth): Handle shy groups as well as backslashed
15630 backslashes.
15631 (regexp-opt-group): Turn the leading comment into a docstring.
15632 Allow `paren' to be a string (the string to use to open a group).
15633 Remove open-presuf and close-presuf. Instead of checking for `all
15634 one-char' and then later on check for `several one-char', handle
15635 both cases close together. Also apply a more generic algorithm
15636 for suffixes (the mirror image of the algorithm used for
15637 prefixes). Use shy-groups. Use nreverse rather than reverse.
15638 (regexp-opt-try-suffix): Removed.
15639
15640 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15641 from comint-mode-map, so we can just inherit from it. Also, move
15642 the initialization into the `defvar' since there's no docstring
15643 anyway and it's fairly short.
15644 (inferior-scheme-mode): Define it as derived-mode: the code is
15645 shorter and this way we inherit from comint-mode-map rather than
15646 copying it.
15647
15648 * subr.el (replace-regexps-in-string): Properly handle the case
15649 where we match an empty string.
15650
15651 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15652 when the command has a directory component (such as "./testml").
15653 Also fix a typo in the comment.
15654
156552000-03-08 Gerd Moellmann <gerd@gnu.org>
15656
15657 * Makefile (compile-files): Compile files one by one because
15658 that's the only way to ensure a clean compilation environment for
15659 each individual file.
15660
15661 * frame.el (other-frame): Call x-focus-frame.
15662
156632000-03-07 Dave Love <fx@gnu.org>
15664
15665 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15666 :require to defcustom.
15667
15668 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15669 lists.
15670
15671 * files.el (auto-mode-alist): Add configure.in.
15672
15673 * progmodes/autoconf.el: New file.
15674
156752000-03-07 Gerd Moellmann <gerd@gnu.org>
15676
15677 * mail/mh-e.el: Change maintainer to `none'.
15678
15679 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15680 to remove-hook and add-hook.
15681
156822000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15683
15684 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15685 it as the default.
15686 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15687 (sendmail-send-it): Conditionally add MIME headers specifying the
15688 used character set.
15689
156902000-03-07 Dave Love <fx@gnu.org>
15691
15692 * winner.el: Fix keywords, autoload cookies. Split
15693 eval-when-compile form to avoid compilation failure.
15694
156952000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15696
15697 * international/mule.el: Modify comment about coding system
15698 property `coding-category'.
15699 (make-coding-system): New argument EOL-TYPE. Pay attention to
15700 coding-category property of PROPERTIES.
15701
15702 * international/mule-conf.el (coding-category-utf-8,
15703 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15704 categories. Include them in the argument for set-coding-priority.
15705
15706 * international/mule-cmds.el (reset-language-environment): Include
15707 coding-category-utf-8, coding-category-utf-16-be, and
15708 coding-category-utf-16-le in the argument for set-coding-priority.
15709 (reset-language-environment): Initialize coding-category-utf-8,
15710 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15711
157122000-03-06 Karl Fogel <kfogel@red-bean.com>
15713
15714 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15715 code abstracted out of `bookmark-jump-noselect'. Now tries info
15716 extensions as well as compression extensions.
15717 (bookmark-jump-noselect): Use above new func.
15718
157192000-03-03 Gerd Moellmann <gerd@gnu.org>
15720
15721 * strokes.el: Change maintainer's mail address.
15722
157232000-03-03 Kenichi Handa <handa@etl.go.jp>
15724
15725 * international/mule-diag.el (list-character-sets): Make help-echo
15726 string by substitute-command-keys.
15727 (list-character-sets): Likewise.
15728 (sort-listed-character-sets): Call help-setup-xref.
15729
157302000-03-02 Gerd Moellmann <gerd@gnu.org>
15731
15732 * time.el (display-time-mail-file): Add `none' to the list of
15733 choices.
15734
157352000-03-01 Dave Love <fx@gnu.org>
15736
15737 * help.el (help-xref-go-back): Don't try to set position.
15738
15739 * international/mule-diag.el (list-character-sets): Call
15740 help-setup-xref. Add help-echo to xrefs.
15741 (list-character-sets-1): Add help-echo to xrefs.
15742
157432000-03-02 Gerd Moellmann <gerd@gnu.org>
15744
15745 * frame.el (blink-cursor-mode): Switch cursor on when turning
15746 the mode off.
15747
15748 * add-log.el (add-log-current-defun): Add support for
15749 Autoconf mode.
15750
15751 * mail/rmail.el (rmail-quit-hook): New variable.
15752
157532000-03-01 Dave Love <fx@gnu.org>
15754
15755 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15756
15757 * help.el (help-xref-button): Add help-echo arg.
15758 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15759
15760 * faces.el (list-faces-display): Supply help-echo with
15761 help-make-xrefs.
15762
15763 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15764 nil.
15765
157662000-03-01 Gerd Moellmann <gerd@gnu.org>
15767
15768 * image.el (defimage): Look for image files in load-path.
15769
15770 * frame.el (busy-cursor-delay-seconds): Change type to
15771 `number'.
15772
157732000-03-01 David Ponce <david.ponce@wanadoo.fr>
15774
15775 * recentf.el (recentf): Added version tag to the defgroup of
15776 recentf.
15777
157782000-03-01 David Ponce <david.ponce@wanadoo.fr>
15779
15780 * recentf.el (recentf-cleanup): Changed to remove excluded file
15781 too.
15782 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15783 action to select/unselect a file.
15784 (recentf-edit-list): Code cleanup and improvement.
15785 (recentf-open-more-files-action): `recentf-open-more-files' button
15786 widget action to open a file.
15787 (recentf-open-more-files): No more use standard completion but
15788 widgets.
15789 (recentf-more-collection): Deleted.
15790 (recentf-more-history): Deleted.
15791 (recentf-setup-more-completion): Deleted.
15792
157932000-03-01 David Ponce <david.ponce@wanadoo.fr>
15794
15795 * recentf.el (recentf-mode): No more needs that Emacs is running
15796 under a window-system.
15797
157981999-03-01 David Ponce <david.ponce@wanadoo.fr>
15799
15800 * recentf.el (recentf-edit-list): New command to edit the recent
15801 list which allow the user to remove files.
15802 (recentf-edit-selected-items): New global variable, used by
15803 `recentf-edit-list' to hold the list of files to be removed from
15804 the recent list.
15805 (recentf-make-menu-items): Updated to display a "Edit list..."
15806 menu item. Minor code cleanup.
15807
158081999-03-01 David Ponce <david.ponce@wanadoo.fr>
15809
15810 * recentf.el (recentf-open-more-files): New command to open files
15811 that are not displayed in the menu.
15812 (recentf-more-collection): New global variable holding the set of
15813 permissible completions used by `recentf-open-more-files'.
15814 (recentf-more-history): New global variable holding the history list
15815 used by `recentf-open-more-files' completion.
15816 (recentf-setup-more-completion): New function to setup completion for
15817 `recentf-open-more-files'.
15818 (recentf-make-menu-items): Updated to display a "More..." menu item.
15819
158201999-03-01 David Ponce <david.ponce@wanadoo.fr>
15821
15822 * recentf.el (recentf-menu-action): Doc fixed.
15823
158241999-03-01 David Ponce <david.ponce@wanadoo.fr>
15825
15826 * recentf.el (recentf-menu-filter): Doc updated.
15827 (recentf-update-menu-hook): Allow menu filters to force menu update.
15828 (recentf-make-menu-items): New menu filter handling.
15829 (recentf-make-menu-item): New helper function.
15830 (recentf-menu-elements): New menu handling function.
15831 (recentf-sort-ascending): Updated to new menu filter handling.
15832 (recentf-sort-descending): Updated to new menu filter handling.
15833 (recentf-sort-basenames-ascending): New menu filter function.
15834 (recentf-sort-basenames-descending): New menu filter function.
15835 (recentf-show-basenames): New menu filter function.
15836 (recentf-show-basenames-ascending): New menu filter function.
15837 (recentf-show-basenames-descending): New menu filter function.
15838
158392000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15840
15841 * diary-lib.el (list-diary-entries): Don't try to go forward at
15842 the end of the buffer.
15843
158442000-02-29 Kenichi Handa <handa@etl.go.jp>
15845
15846 * international/mule-diag.el (list-character-sets): Completely
15847 rewritten.
15848 (sort-listed-character-sets): New function.
15849 (list-character-sets-1): Completely rewritten.
15850 (list-character-sets-2): New function.
15851 (non-iso-charset-alist): New variable.
15852 (decode-codepage-char): New function.
15853 (charset-history): New variable.
15854 (read-charset) (list-block-of-chars)
15855 (list-iso-charset-chars)
15856 (list-non-iso-charset-chars)
15857 (list-charset-chars): New functions.
15858 (mule-diag): Call list-character-sets-2, not
15859 list-character-sets-2.
15860 (dump-charsets): Likewise.
15861
158622000-02-29 Gerd Moellmann <gerd@gnu.org>
15863
15864 * dired-x.el (dired-filename-at-point): Add `@' to valid
15865 file name characters.
15866 (dired-filename-at-point): Handle ange-ftp file names.
15867
15868 * frame.el (frame-notice-user-settings): Use assq-delete-all
15869 instead of assoc-delete-all.
15870 (frame-notice-user-settings): Ditto.
15871
15872 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15873 Don't copy alist.
15874
158752000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15876
15877 * calculator.el (calculator-use-menu): New option.
15878 (calculator-initial-bindings): Changed some bindings to work as
15879 macros.
15880 (calculator-forced-input): Removed.
15881 (calculator-restart-other-mode): New variable.
15882 (calculator-mode-map): Set up menu.
15883
158842000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15885
15886 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15887 tags.
15888
158892000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15890
15891 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15892 translate all ESC key sequences.
15893 (viper-goto-mark-subr): restore markers for files for which
15894 they were saved.
15895 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15896 * viper-util.el (viper-set-replace-overlay-glyphs,
15897 viper-set-replace-overlay): always check if the replacement
15898 overlay is live.
15899 * viper.el (viper-vi-state-mode-list): added major modes.
15900 * ediff-wind.el: minor comment changes.
15901 * ediff.el: copyright notice date fix.
15902
159032000-02-27 Jason Rumney <jasonr@gnu.org>
15904
15905 * faces.el (face-font-family-alternatives): Add arial to helv.
15906 (mode-line, header-line, tool-bar): Same default as x for w32.
15907 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15908 face-font-family-alternatives from working.
15909 * term/w32-win.el (mouse-set-font): Do not build fontset from
15910 chosen font.
15911
159122000-02-25 Sam Steingold <sds@goems.com>
15913
15914 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15915 properly.
15916
159172000-02-25 Richard M. Stallman <rms@gnu.org>
15918
15919 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15920
159212000-02-25 Gerd Moellmann <gerd@gnu.org>
15922
15923 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15924 writable.
15925
15926 * frame.el (busy-cursor-delay-seconds): New option.
15927
159282000-02-24 Gerd Moellmann <gerd@gnu.org>
15929
15930 * frame.el (show-cursor-in-non-selected-windows): New option.
15931
159322000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15933
15934 * diary-lib.el (include-other-diary-files): Undo the selective
15935 display in any included file and don't kill it.
15936
159372000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15938
15939 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15940 bar. Menu items converted to (menu-item format, help strings
15941 added.
15942 [downcase, upcase]: Don't enable on MS-DOS.
15943 [symlink, symlinks]: Don't show if make-symbolic-link is not
15944 bound.
15945 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15946
159472000-02-23 Dave Love <fx@gnu.org>
15948
15949 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15950 (backward-kill-word): Revert addition of * to interactive spec --
15951 it's a feature.
15952
15953 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15954 (backward-kill-sentence, kill-sentence): Likewise.
15955
15956 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15957 scratch buffer name.
15958 (gud-format-command): Use int-to-string in ?l case. Simplify
15959 slightly.
15960
15961 * term/w32-win.el (internal-face-interactive): Update prompt for
15962 new read-face-name.
15963
15964 * mail/footnote.el (footnote): Add :version to defgroup.
15965 (footnote-section-tag-regexp): Customize.
15966 (footnote-start-tag, footnote-end-tag): New option.
15967 (footnote-latin-regexp): New variable.
15968 (Footnote-latin): New function.
15969 (footnote-style-alist): Add element for latin style.
15970 (footnote-style): Moved.
15971 (Footnote-goto-footnote): Use eq to test arg.
15972
15973 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15974
15975 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15976 (byte-compile-trueconstp): Include keywords.
15977 (byte-optimize-quote, byte-optimize-lapcode): Use
15978 byte-compile-const-symbol-p.
15979 (byte-optimize-char-before): New optimization.
15980
15981 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15982 (byte-compile-const-symbol-p): New function.
15983 (byte-compile-constp, byte-compile-out-toplevel)
15984 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15985 Use it.
15986
15987 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15988
159892000-02-23 Kenichi Handa <handa@etl.go.jp>
15990
15991 * international/encoded-kb.el: Be sure to update minor-mode-alist
15992 and minor-mode-map-alist.
15993 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15994 codes SS2 and SS3 correctly.
15995 (encoded-kbd-self-insert-ccl): New function.
15996 (encoded-kbd-setup-keymap): New function.
15997 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15998 by calling encoded-kbd-setup-keymap.
15999
16000 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
16001 characters.
16002 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
16003 locally.
16004
160052000-02-22 Dave Love <fx@gnu.org>
16006
16007 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16008 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
16009 defvar.
16010 (lisp-mode-syntax-table): Set up for #|...|# comments.
16011 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16012 classes. Match `defface'.
16013 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16014 (eval-defun-1): Fix for defcustom.
16015 (lisp-indent-region): Doc fix.
16016
16017 * subr.el (when, unless, split-string): Doc fix.
16018 (read-passwd): Move call of clear-this-command-keys to the right
16019 place.
16020 (replace-regexps-in-string): New function.
16021
160222000-02-22 Gerd Moellmann <gerd@gnu.org>
16023
16024 * help.el (describe-variable): Set syntax table to
16025 emacs-lisp-mode-syntax-table when moving forward over the
16026 symbol's name.
16027
160282000-02-22 Dave Love <fx@gnu.org>
16029
16030 * xt-mouse.el: Doc fixes.
16031 (xterm-mouse-position-function): New function, replacing advice of
16032 mouse-position.
16033 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16034
16035 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16036
160372000-02-21 Gerd Moellmann <gerd@gnu.org>
16038
16039 * format.el (format-annotate-single-property-change): Handle
16040 properties.with dotted-list values.
16041 (format-proper-list-p): New function.
16042
16043 * enriched.el (enriched-face-ans): Handle '(foreground-color
16044 . COLOR) and (background-color . COLOR).
16045
160462000-02-20 Dave Love <fx@gnu.org>
16047
16048 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16049 and assignments to it.
16050 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16051 current local map.
16052 (make-flyspell-overlay): Use it.
16053 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16054
16055 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16056 (lm-get-header-re): Defun, not defsubst.
16057 (lm-get-package-name): Defun, not defsubst. Simplify.
16058 (lm-version): Doc fix. Simplify.
16059 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16060 (lm-crack-address, lm-last-modified-date, lm-commentary)
16061 (lm-verify, lm-synopsis): Simplify.
16062 (lm-report-bug): Require emacsbug. Use compose-mail.
16063
160642000-02-20 Gerd Moellmann <gerd@gnu.org>
16065
16066 * dired.el (dired-mode): Call propertized-buffer-identification
16067 to set mode-line-buffer-identification to something having
16068 the right text properties.
16069
16070 * bindings.el (propertized-buffer-identification): New function.
16071
160722000-02-20 Dave Love <fx@gnu.org>
16073
16074 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16075 check for t-mouse too.
16076
16077 * cus-start.el: Make echo-keystrokes `number'.
16078
160792000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16080
16081 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16082 Don't call ring-empty-p unless tags-location-ring is bound.
16083 From Noah Friedman <friedman@splode.com>.
16084
160852000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16086
16087 * progmodes/hideshow.el (hs-flag-region): No longer use
16088 `intangible' overlay property.
16089
16090 (hs-toggle-hiding): New command.
16091 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16092
16093 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16094 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16095 and deactivation.
16096
160972000-02-18 Gerd Moellmann <gerd@gnu.org>
16098
16099 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16100
161012000-02-17 Gerd Moellmann <gerd@gnu.org>
16102
16103 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16104
16105 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16106 of `*' to handle `(* ... *)' comments.
16107
161082000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16109
16110 * faces.el (list-faces-display): Use display-mouse-p instead of
16111 window-system.
16112
16113 * menu-bar.el (global-map): Menu-bar items converted to the new
16114 format (menu-item..., rearranged for better CUA compliance, and
16115 their names changed for better clarity. Help strings added.
16116
16117 * international/mule-cmds.el (mule-menu-keymap)
16118 (describe-language-environment-map, set-coding-system-map)
16119 (setup-language-environment-map): Convert to new (menu-item...
16120 form, add help strings. Change names of menu items for better
16121 clarity. "Mule" menu-bar item removed (it's now in the "Options"
16122 submenu).
16123
161242000-02-17 Gerd Moellmann <gerd@gnu.org>
16125
16126 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16127 within the code.
16128
161292000-02-16 Dave Love <fx@gnu.org>
16130
16131 * faces.el: Don't require custom. Add more specific :groups to
16132 various deffaces.
16133 (set-face-attribute): Purecopy args.
16134 (read-face-name): Default to name at point and use it in prompt.
16135 Remove colon from arg in all callers.
16136 (list-faces-display): Hyperlink to face descriptions and customize
16137 buffers.
16138
161392000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16140
16141 * wid-edit.el (widget-match-inline): An atom never matches a
16142 list.
16143
161442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16145
16146 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16147 at ':' characters by call to split-string.
16148
161492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16150
16151 * textmodes/bibtex.el: Added RCS version identification.
16152
161532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16154
16155 * textmodes/bibtex.el: Some temporary comments removed.
16156 (bibtex-field-name, bibtex-entry-type): Made the relationship
16157 explicit.
16158 (bibtex-field-const): Allow capital letters.
16159 (bibtex-start-of-string): Deleted because unused.
16160
16161 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16162 use the term 'reference' to describe a bibtex entry as a whole.
16163 Further, reference keys are no longer called 'labels'.
16164 (bibtex-keys): Renamed to bibtex-reference-keys.
16165 (bibtex-reformat-previous-labels): Renamed to
16166 bibtex-reformat-previous-reference-keys.
16167 (bibtex-reference-type): Renamed to bibtex-entry-type.
16168 (bibtex-reference-head): Renamed to bibtex-entry-head.
16169 (bibtex-reference-maybe-empty-head): Renamed to
16170 bibtex-entry-maybe-empty-head.
16171 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16172 (bibtex-search-reference): Renamed to bibtex-search-entry.
16173 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16174 bibtex-enclosing-entry-maybe-empty-head.
16175 (bibtex-entry-field-alist, bibtex-entry-head,
16176 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16177 bibtex-map-entries, bibtex-search-entry,
16178 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16179 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16180 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16181 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16182 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16183 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16184 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16185
161862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16187
16188 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16189 comment.
16190 (bibtex-format-field-delimiters): New function, functionality
16191 extracted from bibtex-format-entry.
16192 (bibtex-autokey-get-yearfield-digits): New function, functionality
16193 extracted from bibtex-autokey-get-yearfield.
16194
16195 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16196 entries in order to avoid stack overflow in the regexp matcher if
16197 field contents become large.
16198 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16199 bibtex-field-string-part-not-braced,
16200 bibtex-field-string-part-no-inner-braces,
16201 bibtex-field-string-part-1-inner-brace,
16202 bibtex-field-string-part-2-inner-braces,
16203 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16204 bibtex-field-string-quoted, bibtex-field-string,
16205 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16206 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16207 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16208 as parsing is now performed by the following functions.
16209 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16210 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16211 bibtex-parse-field-string, bibtex-search-forward-field-string,
16212 bibtex-parse-association, bibtex-field-name-for-parsing,
16213 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16214 bibtex-search-forward-field, bibtex-search-backward-field,
16215 bibtex-start-of-field, bibtex-end-of-field,
16216 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16217 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16218 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16219 bibtex-parse-string, bibtex-search-forward-string,
16220 bibtex-search-backward-string, bibtex-start-of-string,
16221 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16222 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16223 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16224 entries. Instead of reporting the results of the parsing by
16225 match-beginning or match-end, these functions return data structures
16226 that hold the corresponding positions.
16227 (bibtex-enclosing-field): Changed to also report field boundaries by
16228 return values rather than by match-beginning or match-end. The
16229 following functions have been adapted to use the new parsing
16230 functions.
16231 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16232 bibtex-enclosing-field, bibtex-format-entry,
16233 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16234 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16235 bibtex-print-help-message, bibtex-end-of-entry,
16236 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16237 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16238 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16239 method for parsing.
16240 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16241 bibtex-map-entries, bibtex-flash-head,
16242 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16243 bibtex-autokey-change, bibtex-autokey-get-namefield,
16244 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16245 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16246 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16247 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16248 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16249 order to make the new binding of case-fold-search immediately
16250 visible.
16251
162522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16253
16254 * textmodes/bibtex.el: Copyright notice is up to date.
16255 Added constant 'bibtex-maintainer-salutation.
16256
16257 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16258 than make-temp-name, use match-string-no-properties and eliminate
16259 a quadratic behavior when building bibtex-strings.
16260
16261 * bibtex.el (bibtex-reference-key): Accept string entries whose
16262 reference key contains upper case letters.
16263
162642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16265
16266 * bibtex.el (bibtex-reference-head): Allow entries to start with
16267 a new line.
16268
162692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16270
16271 * bibtex.el: Hiding of entry bodies is not longer provided by
16272 bibtex.el directly. Instead the hideshow package can be used.
16273 Added a special bibtex entry to hs-special-modes-alist.
16274 (bibtex-hs-forward-sexp): Added for hideshow.el.
16275
162762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16277
16278 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16279 at ':' characters by call to split-string.
16280
162812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16282
16283 * textmodes/bibtex.el: Added RCS version identification.
16284
162852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16286
16287 * textmodes/bibtex.el: Some temporary comments removed.
16288 (bibtex-field-name, bibtex-entry-type): Made the relationship
16289 explicit.
16290 (bibtex-field-const): Allow capital letters.
16291 (bibtex-start-of-string): Deleted because unused.
16292
16293 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16294 use the term 'reference' to describe a bibtex entry as a whole.
16295 Further, reference keys are no longer called 'labels'.
16296 (bibtex-keys): Renamed to bibtex-reference-keys.
16297 (bibtex-reformat-previous-labels): Renamed to
16298 bibtex-reformat-previous-reference-keys.
16299 (bibtex-reference-type): Renamed to bibtex-entry-type.
16300 (bibtex-reference-head): Renamed to bibtex-entry-head.
16301 (bibtex-reference-maybe-empty-head): Renamed to
16302 bibtex-entry-maybe-empty-head.
16303 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16304 (bibtex-search-reference): Renamed to bibtex-search-entry.
16305 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16306 bibtex-enclosing-entry-maybe-empty-head.
16307 (bibtex-entry-field-alist, bibtex-entry-head,
16308 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16309 bibtex-map-entries, bibtex-search-entry,
16310 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16311 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16312 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16313 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16314 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16315 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16316 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16317
163182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16319
16320 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16321 comment.
16322 (bibtex-format-field-delimiters): New function, functionality
16323 extracted from bibtex-format-entry.
16324 (bibtex-autokey-get-yearfield-digits): New function, functionality
16325 extracted from bibtex-autokey-get-yearfield.
16326
16327 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16328 entries in order to avoid stack overflow in the regexp matcher if
16329 field contents become large.
16330 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16331 bibtex-field-string-part-not-braced,
16332 bibtex-field-string-part-no-inner-braces,
16333 bibtex-field-string-part-1-inner-brace,
16334 bibtex-field-string-part-2-inner-braces,
16335 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16336 bibtex-field-string-quoted, bibtex-field-string,
16337 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16338 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16339 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16340 as parsing is now performed by the following functions.
16341 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16342 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16343 bibtex-parse-field-string, bibtex-search-forward-field-string,
16344 bibtex-parse-association, bibtex-field-name-for-parsing,
16345 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16346 bibtex-search-forward-field, bibtex-search-backward-field,
16347 bibtex-start-of-field, bibtex-end-of-field,
16348 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16349 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16350 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16351 bibtex-parse-string, bibtex-search-forward-string,
16352 bibtex-search-backward-string, bibtex-start-of-string,
16353 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16354 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16355 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16356 entries. Instead of reporting the results of the parsing by
16357 match-beginning or match-end, these functions return data structures
16358 that hold the corresponding positions.
16359 (bibtex-enclosing-field): Changed to also report field boundaries by
16360 return values rather than by match-beginning or match-end. The
16361 following functions have been adapted to use the new parsing
16362 functions.
16363 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16364 bibtex-enclosing-field, bibtex-format-entry,
16365 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16366 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16367 bibtex-print-help-message, bibtex-end-of-entry,
16368 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16369 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16370 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16371 method for parsing.
16372 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16373 bibtex-map-entries, bibtex-flash-head,
16374 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16375 bibtex-autokey-change, bibtex-autokey-get-namefield,
16376 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16377 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16378 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16379 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16380 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16381 order to make the new binding of case-fold-search immediately
16382 visible.
16383
163842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16385
16386 * textmodes/bibtex.el: Copyright notice is up to date.
16387 Added constant 'bibtex-maintainer-salutation.
16388
16389 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16390 than make-temp-name, use match-string-no-properties and eliminate
16391 a quadratic behavior when building bibtex-strings.
16392
16393 * bibtex.el (bibtex-reference-key): Accept string entries whose
16394 reference key contains upper case letters.
16395
163962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16397
16398 * bibtex.el (bibtex-reference-head): Allow entries to start with
16399 a new line.
16400
164012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16402
16403 * bibtex.el: Hiding of entry bodies is not longer provided by
16404 bibtex.el directly. Instead the hideshow package can be used.
16405 Added a special bibtex entry to hs-special-modes-alist.
16406 (bibtex-hs-forward-sexp): Added for hideshow.el.
16407
164082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16409
16410 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16411 proceedings entry type (for cross referencing). Thanks to Wagner
16412 Toledo Correa for the suggestion.
16413
16414 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16415
164162000-02-14 Kenichi Handa <handa@etl.go.jp>
16417
16418 * international/characters.el: Setup case table for Vietnamese.
16419
164202000-02-12 Gerd Moellmann <gerd@gnu.org>
16421
16422 * uniquify.el (toplevel): Require CL at compile time.
16423 (uniquify-push): Removed.
16424
16425 * shadowfile.el (shadow-when): Removed.
16426
16427 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16428 (tempo-process-and-insert-string): Use dolist instead of
16429 tempo-dolist.
16430
16431 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16432 regexp for paragraph-start.
16433
16434 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16435 commas as well.
16436
164372000-02-10 Dave Love <fx@gnu.org>
16438
16439 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16440 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16441 Deleted.
16442 (widget-specify-field, widget-specify-button): Don't use
16443 widget-mouse-help as help-echo property.
16444 (default): Use #'ignore for :validate and :mouse-down-action.
16445 (checkbox): Add help-echo.
16446 (widget-sexp-validate): Rewritten to clarify error messages.
16447 (character): Use char-valid-p in :match function.
16448 (widget-color-complete): Use facemenu-color-alist.
16449 (widget-color-action): Use facemenu-read-color.
16450
16451 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16452 set up `caar' &c that we now have.
16453
164542000-02-09 Ray Blaak <blaak@gnu.org>
16455
16456 * delphi.el: Make resourcestring a declaration region, like const
16457 and var.
16458
164592000-02-09 Dave Love <fx@gnu.org>
16460
16461 * bindings.el (mode-line-input-method-map): New variable.
16462 (mode-line-mule-info): Use it; fix last change.
16463 (mode-line-mode-menu): Move definition.
16464 (mode-line-mouse-sensitive-p): Deleted.
16465 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16466 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16467 level.
16468
16469 * startup.el (command-line-1): Don't call
16470 make-mode-line-mouse-sensitive.
16471
164722000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16473
16474 * mail/rmail.el (rmail-retry-failure): Use
16475 rmail-beginning-of-message before rmail-toggle-header, because the
16476 former toggles headers.
16477
164782000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16479
16480 * diff-mode.el (diff-kill-junk): New interactive function.
16481 (diff-reverse-direction): Use delete-and-extract-region.
16482 (diff-post-command-hook): Restrict the area so that the hook also works
16483 outside of any diff hunk. This is necessary for the minor-mode.
16484 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16485 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16486
16487 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16488 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16489 so that it can be used more easily in <foo>-mode-hook. Also make sure
16490 to avoid duplicate entries.
16491 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16492 (font-lock-remove-keywords): Just as was done for `add', allow it to
16493 work even if font-lock-mode is nil. Also make sure we don't modify
16494 any pre-existing list by forcing a copy-sequence. Finally rename
16495 `major-mode' to `mode'.
16496 (font-lock-fontify-syntactic-anchored-keywords)
16497 (font-lock-fontify-anchored-keywords)
16498 (font-lock-fontify-keywords-region): Use line-end-position.
16499 Don't make `font-lock-multiline' local (it's now done in
16500 font-lock-set-defaults).
16501 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16502 move the `font-lock-fontified' creation to inside the `unless'.
16503
165042000-02-06 Andrew Innes <andrewi@gnu.org>
16505
16506 * term/w32-win.el (x-handle-args): Comment out call to message,
16507 which occurs before window system is initialized.
16508
16509 * makefile.nt: Add support for recompiling lisp code.
16510
165112000-02-04 Dave Love <fx@gnu.org>
16512
16513 * bindings.el (mode-line-mule-info): Fix/extend last change.
16514
16515 * completion.el: Replace completion-dolist with dolist.
16516
16517 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16518 dotimes.
16519
165202000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16521
16522 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16523 environment names before they go into the section regexp.
16524
16525 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16526 char class in regexp.
16527
16528 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16529 `case-fold-search' to nil.
16530
16531 * progmodes/idlwave.el (idlwave-template): Respect
16532 `idlwave-abbrev-change-case'.
16533 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16534 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16535 idlwave-while): respect `idlwave-reserved-word-upcase'.
16536 (idlwave-rw-case): New function.
16537 (idlwave-statement-match): Fixed problem with assignment regexp.
16538 (idlwave-font-lock-keywords): Improved regexp for keyword
16539 parameters.
16540 (idlwave-surround): New argument LENGTH to support padding of
16541 operators longer than 1 char.
16542
16543 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16544 idlwave-shell-expression-overlay. Implemented printing of
16545 expressions on higher levels of the calling stack.
16546 (idlwave-shell-display-level-in-calling-stack): Restore stack
16547 level.
16548 (idlwave-retrieve-expression-from-level): New function.
16549 (idlwave-shell-last-calling-stack): Variable removed.
16550 (idlwave-shell-reset): Argument action reversed (`visible' to
16551 `hidden'). Also remove stop-line overlay.
16552 (idlwave-shell-calling-stack-routine): New variable.
16553 (idlwave-shell-parse-stack-and-display): Messages now display
16554 negative level numbers.
16555 (idlwave-shell-mode): Set `modeline-format'.
16556 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16557 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16558 21.
16559 (idlwave-shell-print-expression-function): New option.
16560
16561 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16562 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16563 `tool-bar' instead of `toolbar'.
16564
165652000-02-02 Dave Love <fx@gnu.org>
16566
16567 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16568 emacs-lisp-mode-hook. Don't check for defalias being defined.
16569
16570 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16571 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16572 the new builtins directly.
16573
16574 * whitespace.el (whitespace): Add :version to defgroup.
16575
16576 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16577 Doc fix.
16578
16579 * thingatpt.el (sexp-at-point, symbol-at-point)
16580 (number-at-point, list-at-point): Add autoload cookie.
16581
16582 * recentf.el (recentf): Add :version to defgroup.
16583
16584 * quickurl.el (quickurl): Add :version to defgroup.
16585
16586 * elide-head.el (elide-head): Use point-marker more.
16587
16588 * bs.el (bs): Add :version to defgroup.
16589
16590 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16591
16592 * progmodes/delphi.el (delphi): Add :version to defgroup.
16593
165942000-02-02 Gerd Moellmann <gerd@gnu.org>
16595
16596 * ange-ftp.el (ange-ftp-write-region): Handle case that
16597 succeeding process operation sets a different coding system.
16598
16599 * calculator.el: New file.
16600
166012000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16602
16603 * frame.el (frames-on-display-list, framep-on-display): New
16604 functions.
16605 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16606 (display-selections-p, display-screens, display-pixel-width)
16607 (display-pixel-height, display-mm-width, display-mm-height)
16608 (display-backing-store, display-save-under, display-planes)
16609 (display-color-cells, display-visual-class): New functions.
16610
16611 * term/tty-colors.el (tty-color-gray-shades): New function.
16612
16613 * faces.el (display-color-p): Use framep-on-display.
16614 (display-grayscale-p): New function.
16615
166162000-01-31 Dave Love <fx@gnu.org>
16617
16618 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16619 (create-fontset-from-x-resource): Don't concat integers.
16620
166212000-01-31 Inge Frick <inge@nada.kth.se>
16622
16623 * view.el: Some changes in documentation. Removed some trailing
16624 whitespace. Changed some parameter names to agree with
16625 documentation.
16626 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16627 window is not deleted. Modifies change 1998-04-26.
16628
166292000-01-31 Gerd Moellmann <gerd@gnu.org>
16630
16631 * windmove.el: New file.
16632
16633 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16634 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16635 progmodes/ebnf-yac.el: Update copyright and license info.
16636
16637 * jit-lock.el (jit-lock-function): Widen before calculating end
16638 position.
16639 (jit-lock-stealth-chunk-start): Rewritten.
16640
16641 * info.el (Info-title-face-alist): Removed.
16642 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16643 faces.
16644 (Info-fontify-node): Use these faces.
16645
166462000-01-30 Gerd Moellmann <gerd@gnu.org>
16647
16648 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16649 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16650 `&allow-other-keywords'.
16651
16652 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16653 the list of directories scanned heuristically.
16654
16655 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16656 exist.
16657
166582000-01-30 Jason Rumney <jasonr@gnu.org>
16659
16660 * w32-fns.el: Define w32-tty-standard-colors.
16661
16662 * startup.el (command-line): Use w32-tty-standard-colors when in
16663 w32 console mode.
16664
166652000-01-30 Dave Love <fx@gnu.org>
16666
16667 * jka-compr.el (jka-compr-load): Fix up load-history.
16668
16669 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16670
16671 * emacs-lisp/cl-macs.el: Revert previous change.
16672
166732000-01-29 Dave Love <fx@gnu.org>
16674
16675 * facemenu.el: Purecopy various strings.
16676
16677 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16678 years. Deal with three-digit years.
16679
16680 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16681 defconst, purecopy.
16682 (help-back-label): Purecopy it.
16683
166842000-01-18 Gerd Moellmann <gerd@gnu.org>
16685
16686 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16687 variable. If non-nil, order the buffer list according to the
16688 currently selected frame.
16689 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16690 non-nil, pass the selected frame to function buffer-list.
16691
166922000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16693
16694 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16695
166962000-01-28 Dave Love <fx@gnu.org>
16697
16698 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16699
16700 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16701 Don't use lisp-indent-hook property.
16702 (cl-abs): Remove.
16703
16704 * subr.el: Move out indent and edebug specs for when and unless.
16705
16706 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16707 when, unless.
16708
16709 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16710 unless, when.
16711
167122000-01-28 Gerd Moellmann <gerd@gnu.org>
16713
16714 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16715 `collecting' as synonym for `collect'.
16716
16717 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16718 for the case it contains spaces.
16719
16720 * simple.el (what-cursor-position): Change formatting of
16721 messages.
16722
16723 * frame.el (delete-other-frames): New function.
16724 (toplevel): Bind it to C-x 5 1.
16725
16726 * sort.el (sort-numeric-base): New option.
16727 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16728 interpret it as octal or hexadecimal. Use sort-numeric-base
16729 as default base.
16730
16731 * progmodes/glasses.el: New file.
16732
167332000-01-27 Gerd Moellmann <gerd@gnu.org>
16734
16735 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16736 userids differently.
16737
16738 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16739 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16740 progmodes/ebnf-yac.el: New files.
16741
167422000-01-26 Dave Love <fx@gnu.org>
16743
16744 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16745 on a function with an empty body. [From Eric Ludlam.]
16746
167472000-01-25 Andre Spiegel <spiegel@gnu.org>
16748
16749 * vc.el (vc-version-diff): Make sure file name is expanded.
16750
167512000-01-25 Gerd Moellmann <gerd@gnu.org>
16752
16753 * scroll-bar.el (scroll-bar-timer): Variable removed.
16754 (scroll-bar-toolkit-scroll): Don't use a timer.
16755
167562000-01-25 Kenichi Handa <handa@etl.go.jp>
16757
16758 * language/thai-util.el (thai-composition-function): Delete
16759 superfluous `a'.
16760
167612000-01-24 Dave Love <fx@gnu.org>
16762
16763 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16764 end-of-defun-function.
16765
16766 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16767 &c.
16768
167692000-01-22 Jason Rumney <jasonr@gnu.org>
16770
16771 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16772 conflicts with new face support.
16773
167742000-01-22 Richard M. Stallman <rms@gnu.org>
16775
16776 * replace.el (query-replace): Rename last arg to DELIMITED.
16777 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16778 (query-replace-regexp): Likewise.
16779
167802000-01-20 Richard M. Stallman <rms@gnu.org>
16781
16782 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16783
16784 * emacs-lisp/lisp.el (beginning-of-defun-function):
16785 Variable renamed from beginning-of-defun.
16786 Do not call make-variable-buffer-local.
16787 (beginning-of-defun-raw): Use new variable name; doc fix.
16788 (beginning-of-defun): Doc fix.
16789 (end-of-defun-function): Variable renamed from end-of-defun.
16790 Do not call make-variable-buffer-local.
16791 (end-of-defun): Use new variable name; doc fix.
16792
16793 * subr.el (dolist, dotimes): Copied from cl-macs.el
16794 and made to work.
16795
16796 * mail/undigest.el (rmail-digest-end-regexps):
16797 Variable replaces rmail-digest-end-regexp.
16798 Allows multiple regexps for detecting the end line.
16799 (undigestify-rmail-message): Corresponding changes.
16800
168012000-01-19 Dave Love <fx@gnu.org>
16802
16803 * files.el (user-init-file): Don't declare here -- is primitive.
16804
16805 * startup.el (command-line): Check for compiled user-init-file and
16806 set to uncompiled version if necessary.
16807
168082000-01-18 Gerd Moellmann <gerd@gnu.org>
16809
16810 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16811 (undigestify-rmail-message): Use it.
16812
16813 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16814
168152000-01-17 Gerd Moellmann <gerd@gnu.org>
16816
16817 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16818 of mini-buffer.
16819
168202000-01-14 Gerd Moellmann <gerd@gnu.org>
16821
16822 * emacs-lisp/copyright.el (copyright-update): Removed the
16823 requirement for a trailing space from `copyright-regexp', to
16824 support copyrights with owner specified on a separate line..
16825
16826 * align.el: New file.
16827
16828 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16829
16830 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16831
168322000-01-13 Dave Love <fx@gnu.org>
16833
16834 * ph.el: Removed. (Obsoleted by EUDC.)
16835
168362000-01-13 Gerd Moellmann <gerd@gnu.org>
16837
16838 * net/eudc.el (toplevel): Remove autoloaded code installing
16839 menu with easymenu, because that causes build problems.
16840
16841 * frame.el (frame-notice-user-settings): New variable.
16842 (frame-notice-user-settings): Don't modify frame parameters
16843 if called a second time.
16844
168452000-01-13 Richard M. Stallman <rms@gnu.org>
16846
16847 * frame.el (frame-notice-user-settings):
16848 Notice default-frame-parameters even for non-window frames.
16849
168502000-01-13 Gerd Moellmann <gerd@gnu.org>
16851
16852 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16853 for Emacs.
16854 (eudc-bob-can-display-inline-images): Extend for Emacs.
16855 (eudc-bob-toggle-inline-display): Ditto.
16856 (eudc-bob-display-jpeg): Ditto.
16857
168582000-01-12 Gerd Moellmann <gerd@gnu.org>
16859
16860 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16861 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16862 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16863
16864 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16865 nil)'.
16866
16867 * subdirs.el: Add `net' directory.
16868
16869 * net: New directory.
16870
16871 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16872 eval-last-sexp. Don't bind debug-on-error here.
16873 (eval-last-sexp): New function. Bind debug-on-error if
16874 eval-expression-debug-on-error is non-nil.
16875 (eval-defun-2, eval-defun): Likewise.
16876
16877 * simple.el (eval-expression): Don't bind debug-on-error if
16878 eval-expression-debug-on-error is nil. Detect changed
16879 debug-on-error, and propagate new value to global binding, if
16880 eval-expression-debug-on-error is non-nil,
16881 (eval-expression-debug-on-error): Change doc string.
16882
168832000-01-11 Richard M. Stallman <rms@gnu.org>
16884
16885 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16886
16887 * emacs-lisp/lisp-mode.el (with-syntax-table):
16888 Set up lisp-indent-function property.
16889
16890 * subr.el (with-syntax-table): Moved from simple.el.
16891
16892 * simple.el (with-syntax-table): Moved to subr.el.
16893
168942000-01-11 Gerd Moellmann <gerd@gnu.org>
16895
16896 * tmm.el (tmm-shortcut): Delete region after prompt instead
16897 of erasing buffer.
16898
16899 * textmodes/fill.el (fill-common-string-prefix): New function.
16900 (fill-context-prefix): Use the longest common prefix of first
16901 and second line fill prefix, if there is one.
16902
169032000-01-11 Richard M. Stallman <rms@gnu.org>
16904
16905 * array.el (array-mode): Don't use make-variable-buffer-local.
16906 Use make-local-variable for `truncate-lines'.
16907
169082000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16909
16910 * add-log.el (add-log-current-defun): Handle user-defined
16911 add-log-current-function returning nil,
16912
16913 * add-log.el (add-change-log-entry): Insert version number
16914 if having found a current function
16915
16916 * add-log.el (add-log-current-defun): Call
16917 `add-log-current-defun-function'. Try matches at level 0 and
16918 level 1. Strip whitespace from defun found.
16919
169202000-01-10 John Wiegley <johnw@gnu.org>
16921
16922 * allout.el (isearch-done/outline-provisions): Added `edit'
16923 argument to correspond with the current definition of
16924 `isearch-done'.
16925
169262000-01-10 Dave Love <fx@gnu.org>
16927
16928 * elide-head.el (elide-head): Use point-marker, not point.
16929
169302000-01-10 Gerd Moellmann <gerd@gnu.org>
16931
16932 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16933 before and after the year 2000.
16934
16935 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16936 Add ispell- prefix.
16937
169382000-01-10 Ken Stevens <k.stevens@ieee.org>
16939
16940 * ispell.el: Only define dictionaries in menus when they exist.
16941 (version18p): New variable.
16942 (version20p): New variable.
16943 (xemacsp): New variable.
16944 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16945 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16946 (ispell-dictionary-alist6): Russian command lines no longer accept
16947 run-together words.
16948 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16949 (ispell-dictionary-alist): Add koi8-r to customize definition.
16950 (check-ispell-version): Added documentation string. Returns
16951 library path when called non-interactively.
16952 (ispell-menu-map-needed): Uses new variables.
16953 (ispell-library-path): New variable.
16954 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16955 (ispell-word): Improved documentation string. Test for valid
16956 character mappings. Correctly check typed in word changes that can
16957 result in single words split into multiple words. Returns
16958 replacement word.
16959 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16960 replace in recursive query replace mode. Help message for
16961 recursive edit mode.
16962 (ispell-show-choices): Protect against bad framepop bindings.
16963 (ispell-help): Fix to work with XEmacs.
16964 (ispell-highlight-spelling-error): Use new variables.
16965 (ispell-overlay-window): Fix to work with XEmacs.
16966 (ispell-parse-output): Passed and returns location information
16967 tracking spelling corrections. Doesn't recheck same word on
16968 current line.
16969 (ispell-init-process): Protect against bogus XEmacs variable binding.
16970 Fix call to single argument in sleep-for. Use new variables.
16971 (ispell-region): Passed and returns location information tracking
16972 spelling corrections. Doesn't check same word on current line.
16973 Improved documentation string. Doesn't resend a line already
16974 checked to the ispell process - fixes bug in LaTeX parsing.
16975 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16976 (ispell-skip-region): No longer skips <TT> in SGML.
16977 (ispell-process-line): Tracks location information with spelling
16978 corrections. Added documentation string. Accounts for words
16979 already accepted on this line. Don't allow query-replace on line
16980 starting with math characters. Doesn't resend a line already sent
16981 to ispell process. Fixes alignment error bug.
16982
169832000-01-10 Richard M. Stallman <rms@gnu.org>
16984
16985 * dired-x.el (dired-guess-shell-alist-default):
16986 Suggest xloadimage, which is free, not xv, which isn't.
16987
16988 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16989 Don't ever include the host name or user name in the value.
16990
169912000-01-09 Gerd Moellmann <gerd@gnu.org>
16992
16993 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16994 of a real newline.
16995
169962000-01-09 Stephen Eglen <stephen@gnu.org>
16997
16998 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16999 for .png files.
17000
170012000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17002
17003 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17004
170052000-01-09 Gerd Moellmann <gerd@gnu.org>
17006
17007 * progmodes/cperl-mode.el: Replace ^F with ^L.
17008
17009 * sendmail.el (toplevel): Provide `sendmail' when compiling
17010 before `require'ing rmail and mailalias to prevent infinite
17011 recursion.
17012
170132000-01-08 Dave Love <fx@gnu.org>
17014
17015 * emacs-lisp/backquote.el: Remove inappropriate customization
17016 (allowing custom.el to use backquote).
17017
170182000-01-07 Dave Love <fx@gnu.org>
17019
17020 * add-log.el (add-log-debugging): Deleted.
17021 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17022 file. Remove debugging code.
17023 (change-log-get-method-definition, change-log-name): Add doc.
17024 (change-log-sortable-date-at): New function.
17025 (change-log-merge): New command.
17026
17027 * time.el (display-time-string-forms): Make the Mail string active.
17028 (display-time-update): Provide help-echo for load average.
17029
17030 * bindings.el (make-mode-line-mouse2-map): New function.
17031 (mode-line-modified): Use it and simplify.
17032 (mode-line-mule-info): Provide help-echo info.
17033 (minor-mode-alist): Activate the strings.
17034 (make-mode-line-mouse-sensitive): Simplify for
17035 mode-line-buffer-identification.
17036
170372000-01-07 Gerd Moellmann <gerd@gnu.org>
17038
17039 * play/pong.el: New file.
17040
170412000-01-06 Dave Love <fx@gnu.org>
17042
17043 * array.el: Assorted cleanups for compiler warnings, doc strings,
17044 `array-' prefix for symbols.
17045
170462000-01-05 Dave Love <fx@gnu.org>
17047
17048 * textmodes/outline.el (outline-mode-menu-bar-map): Add
17049 outline-headers-as-kill.
17050 (outline-mode): Define imenu-generic-expression.
17051 (outline-headers-as-kill): New command.
17052
17053 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17054 from paragraph-start.
17055 (paragraph-indent-minor-mode): New command.
17056
17057 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17058 M-C-e, M-C-h, C-j, C-xnd, TAB.
17059 (fortran-mode): Set beginning-of-defun, end-of-defun.
17060 (fortran-column-ruler): Simplify.
17061 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17062 (fortran-with-subprogram-narrowing): Likewise.
17063 (fortran-indent-subprogram): Call mark-defun.
17064 (fortran-check-for-matching-do): Change narrowing.
17065
17066 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17067 (cl-lucid-hash-tag): Delete.
17068 (cl-hash-table-p): Correct test for native table.
17069 (cl-hash-table-count): Use hash-table-count.
17070
17071 * browse-url.el (browse-url): Fix case of
17072 browse-url-browser-function being an alist.
17073
170742000-01-05 Carsten Dominik <cd@gnu.org>
17075
17076 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17077 (reftex-index-phrase-file-extension): New options.
17078
17079 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17080 Use new option `reftex-index-phrase-file-extension'.
17081
17082 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17083 `reftex-parse-file-extension'.
17084
170852000-01-05 Dave Love <fx@gnu.org>
17086
17087 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17088 (beginning-of-defun-raw): Use it.
17089 (end-of-defun): New variable.
17090 (end-of-defun): Use it.
17091 (check-parens): New command.
17092
170932000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17094
17095 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17096 (hs-show-block): Don't use `mapcar' when not accumulating.
17097
17098 Fix buglet in local variables initialization.
17099
171002000-01-05 Andreas Schwab <schwab@suse.de>
17101
17102 * hscroll.el (hscroll): Doc fix.
17103
171042000-01-05 Carsten Dominik <cd@gnu.org>
17105
17106 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
17107 idlw-toolbar.
17108
17109 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
17110 file idlw-rinfo.el.
17111 (idlwave-customize): load must read file idlw-shell.el.
17112 (idlwave-create-customize-menu): load must read file idlw-shell.el.
17113
171142000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17115
17116 * progmodes/idlw-shell.el: Also provide idlwave-shell
17117 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17118 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17119
17120 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
17121 both reftex-dcr and reftex-vcr.
17122
17123 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17124
171252000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17126
17127 * ps-print.el: PostScript code now is in separate files, doc fix.
17128 (ps-print-version): New version number (5.0.3).
17129 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17130 local.
17131 (ps-spool-config): Initialization fix.
17132 (ps-print-prologue-1, ps-print-prologue-2)
17133 (ps-print-duplex-feature): PostScript code moved to separated file.
17134 (ps-background-image): Little code reformating.
17135 (ps-begin-file, ps-begin-job): Fix code.
17136 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17137 (ps-prologue-file): New fun.
17138
171392000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17140
17141 * ps-vars.el: Eliminated.
17142
17143 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17144 `;;;###autoload'.
17145
17146 * ps-print.el: ps-vars eliminated, doc fix.
17147 (ps-print-version): New version number (5.0.2).
17148 (ps-spool-config): Initialization fix.
17149 (ps-print-customize): New fun.
17150
171512000-01-04 Gerd Moellmann <gerd@gnu.org>
17152
17153 * autorevert.el (auto-revert-mode): Return value of
17154 auto-revert-mode.
17155
171562000-01-04 Dave Love <fx@gnu.org>
17157
17158 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17159 menu items.
17160
171612000-01-03 Dave Love <fx@gnu.org>
17162
17163 * elide-head.el (elide-head) [defgroup]: Add :version.
17164
17165 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17166 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17167 `cl-hash-table-p', not `hash-table-p'.
17168 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17169
171702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17171
17172 * faces.el (face-read-integer, read-face-attribute)
17173 (color-defined-p, color-values): unspecified-{f,b}g are now
17174 strings.
17175
171762000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17177
17178 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17179 at comment end, and re-insert them after filling.
17180
171812000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17182
17183 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17184 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17185 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17186
171872000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17188
17189 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17190 the new name of face-color-supported-p.
17191
17192 * term/w32-win.el (xw-defined-colors): Likewise.
17193
171942000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17195
17196 * simple.el (completion-setup-function): Count completion-size
17197 from minibuffer-prompt-end, not from point-min.
17198
171992000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17200
17201 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17202 Pass the frame to tty-color-* functions.
17203 (display-color-p, frame-set-background-mode): Pass the frame to
17204 tty-display-color-p.
17205
17206 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17207 tty-color-alist.
17208 (tty-color-alist, tty-modify-color-alist): New functions.
17209 (tty-color-define, tty-color-clear, tty-color-approximate)
17210 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17211 an optional parameter FRAME.
17212
172132000-01-01 Gerd Moellmann <gerd@gnu.org>
17214
17215 * image.el (create-image, defimage): Don't assume image data is a
17216 string.
17217
17218 * image.el (defimage): Handle specifications containing :data
17219 instead of :file.
17220 (image-type-from-data): New function.
17221 (image-type-from-file-header): Use it.
17222 (create-image): Add parameter DATA-P.
17223
17224See ChangeLog.8 for earlier changes.
17225
17226;; Local Variables:
17227;; coding: iso-2022-7bit
17228;; End: