(eshell-command): Made a few changes so that `eshell-command' could be
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
53e1a74c
EZ
12001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * calendar/calendar.el (diary-entry-marker)
4 (calendar-today-marker, calendar-holiday-marker): Use
5 display-color-p instead of window-system.
6 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
7 instead of window-system.
8 (calendar-hide-window): Use display-multi-frame-p instead of
9 window-system.
10
11 * calendar/cal-x.el (calendar-two-frame-setup)
12 (calendar-only-one-frame-setup, calendar-one-frame-setup): Use
13 display-multi-frame-p instead of window-system.
14
23b809c2
GM
152001-04-23 Gerd Moellmann <gerd@gnu.org>
16
1d14e80c
GM
17 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
18
23b809c2
GM
19 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
20 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
21
b5eeaa1d
GM
222001-04-23 Alex Schroeder <alex@gnu.org>
23
24 * goto-addr.el: Instead of defining line-beginning-position and
25 line-end-position a defalias is used for point-at-bol and
26 point-at-eol.
27
282001-04-23 Alex Schroeder <alex@gnu.org>
29
30 * goto-addr.el: Added XEmacs compatibility code.
31 (goto-address-highlight-keymap): Made keybindings XEmacs
32 compatible.
33
ac1470eb
EZ
342001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
35
36 * textmodes/paragraphs.el (sentence-end): Doc fix.
37
624ef9b3
GM
382001-04-20 Alex Schroeder <alex@gnu.org>
39
40 * sql.el (sql-escape-newlines-and-send): New function.
41 (sql-db2): Set comint-input-sender to
42 sql-escape-newlines-and-send.
43
442001-04-20 Alex Schroeder <alex@gnu.org>
45
46 * sql.el (sql-db2-program): New option.
47 (sql-db2-options): New option.
48 (sql-db2): New function.
49
502001-04-20 Alex Schroeder <alex@gnu.org>
51
52 * sql.el (sql-mode-menu): Added highlighting entries.
53 (sql-highlight-oracle-keywords): New function.
54 (sql-highlight-postgres-keywords): New function.
55 (sql-highlight-ansi-keywords): New function.
56
572001-04-20 Alex Schroeder <alex@gnu.org>
58
59 * sql.el (sql-help): Doc change.
60
2a83a11d
SM
612001-04-19 Stefan Monnier <monnier@cs.yale.edu>
62
63 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
64
6f4dd4dc
GM
652001-04-18 Gerd Moellmann <gerd@gnu.org>
66
0f8d6dc7
GM
67 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
68 for defmethod.
69
6f4dd4dc
GM
70 * comint.el (comint-cr-magic): New function.
71 (toplevel): Add it to comint-preoutput-filter-functions.
72
90200fcc
AI
732001-04-18 Andrew Innes <andrewi@gnu.org>
74
75 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 76 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
77 (recompile): Remove stuff to set EMACSLOADPATH.
78
daa66f34
GM
792001-04-18 Gerd Moellmann <gerd@gnu.org>
80
edc5c81d
GM
81 * language/slovak.el ("Slovak"): Add tutorial entry.
82
daa66f34
GM
83 * net/browse-url.el (browse-url-new-window-flag): Renamed from
84 browse-url-new-window-p.
85
5d5845dc
EZ
862001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
87
88 * info.el (Info-menu-update): When there are no menus and/or no
89 cross references in the node, make the respective items of the
90 Info menu-bar menu inactive.
91
1c8addd0
GM
922001-04-17 Gerd Moellmann <gerd@gnu.org>
93
f4f480bd
GM
94 * indent.el (indent-for-tab-command): Call indent-line-function
95 with no argument if PREFIX-ARG is non-nil.
96
1c8addd0
GM
97 * frame.el (delete-other-frames): Handle minibuffer-only frames.
98
8f9ab403
EZ
992001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
102 an async subprocess if start-process is unavailable. Suggested by
103 Tim Van Holder <tim.van.holder@pandora.be>.
104
60322163
EZ
1052001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
106
107 * info.el (Info-additional-directory-list): Doc fix. Suggested by
108 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
109
e372bc67
EZ
1102001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
111
112 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
113 manual.
114
28037ecf
SM
1152001-04-13 Stefan Monnier <monnier@cs.yale.edu>
116
117 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
118 (cvs-menu): Add a few entries.
119
120 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
121 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
122 lock file appears to be reachable from Emacs.
123 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
124 (cvs-mode-find-file): Look for cvs-header-face rather than
125 cvs-dirname-face (which doesn't exist).
126 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
127
128 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
129
5d5e7f53
EZ
1302001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
131
132 * emulation/pc-select.el (pc-selection-mode): Don't turn on
133 normal-erase-is-backspace on a tty. Instead, bind some keys such
134 as [delete] directly, like pc-select.el did before
135 normal-erase-is-backspace was invented.
136
118562e1 1372001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
138
139 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
140
6c9e58c4
JW
1412001-04-11 John Wiegley <johnw@gnu.org>
142
28037ecf
SM
143 * eshell/em-ls.el (eshell-ls-insert-directory):
144 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
145 buffers, if Eshell's ls is being used.
146
118562e1 1472001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 148
28037ecf
SM
149 * calendar/timeclock.el (timeclock-completing-read): New function.
150 (timeclock-ask-for-project, timeclock-ask-for-reason):
151 Call `timeclock-completing-read'.
978bd3ea
JW
152
153 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
154 required where `member' was being used.
155
118562e1 1562001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 157
28037ecf
SM
158 * eshell/em-hist.el (eshell-previous-matching-input):
159 Don't display "History item" if the the minibuffer is active.
978bd3ea 160
30cb0001
GM
1612001-04-11 Gerd Moellmann <gerd@gnu.org>
162
163 * startup.el (command-line): Output a newline after printing
164 an error from loading the window system's init file.
165
e38af9bd
EZ
1662001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
167
28037ecf
SM
168 * textmodes/texinfo.el (texinfo-font-lock-keywords):
169 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
170 @inforef. Add an OVERRIDE of `keep' to highlight specs of
171 keywords whose arguments routinely include @@.
172
bbf63a7b
GM
1732001-04-10 Gerd Moellmann <gerd@gnu.org>
174
28037ecf
SM
175 * emacs-lisp/advice.el (ad-make-advised-definition):
176 Construct advice for subrs differently.
afffeb57 177
3fe35f35 178 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 179 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 180
c8d6d636 181 * simple.el (completion-list-mode-finish): New function.
28037ecf 182 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 183
2a52f40e 184 * language/european.el ("Polish"): Change sample text.
28037ecf 185 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 186
cf8b1bef
GM
187 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
188 parameter.
189
bbf63a7b
GM
190 * faces.el (menu): Doc fix.
191
719d83ad 1922001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
193
194 * ps-print.el: Footer implementation. Doc fix.
195 (ps-print-version): New version number (6.5.1).
196 (ps-header-frame-alist): New customization var for header frame
197 properties.
198 (ps-line-number-color): New customization var for line number color.
199 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
200 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
201 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
202 (ps-right-footer): New customization vars for footers.
203 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
204 footers.
205 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
206 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
207 Code fix.
319acba0
GM
208 (ps-prologue-file): Indentation fix.
209 (ps-print-quote): Fun eliminated.
210 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
211 (ps-output-frame-properties): New fun.
212 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
213 (ps-skip-newline): Replace defun by defsubst.
28037ecf 214
e372bc67 2152001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
216
217 * eshell/eshell.el (eshell-command): Needed a "%s" format
218 specifier, in case the buffer contains percent characters.
219
e372bc67 2202001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
221
222 * calendar/timeclock.el (timeclock-generate-report): Added a
223 missing insert of the project name.
224
9f9a5e7a
GM
2252001-04-09 Gerd Moellmann <gerd@gnu.org>
226
9170e5d4 227 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 228
865e97c1 229 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 230 (finder-data): Use it instead of `setwins'.
865e97c1
GM
231 From: Dave Love <fx@gnu.org>.
232
cf3885ac 233 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
234 (server-visit-files): Run server-visit-hook after going to
235 line 1 so that the hook can set point as it sees fit.
236
9f9a5e7a
GM
237 * bindings.el (mode-line-modified): Unify help messages.
238
51f32106
EZ
2392001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
240
241 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
242 All callers changed.
243
e02160a3
EZ
2442001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
245
8e6bb0d0
EZ
246 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
247 long file names aren't supported, truncate the file names in
248 quail-misc-package-ext-info to 8+3 before matching them against
249 FILENAME.
250
251 * dos-fns.el (dos-truncate-to-8+3): New function.
252
ec321d77
EZ
253 * progmodes/compile.el (grep-compute-defaults): Use null-device
254 instead of literal /dev/null. Reported by Jens Schmidt
255 <schmidt@mathematik.uni-kl.de>.
256
e02160a3
EZ
257 * simple.el (normal-erase-is-backspace-mode): Doc fix.
258
cf3885ac
SM
2592001-04-06 Stefan Monnier <monnier@cs.yale.edu>
260
261 * textmodes/sgml-mode.el: Add unknown maintainer.
262 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
263 (html-mode-map): Use set-keymap-parent.
264
3ffb33bb
DL
2652001-04-06 Dave Love <fx@gnu.org>
266
267 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
268 Remove redundant string-to-list.
269
8f625692
SM
2702001-04-05 Stefan Monnier <monnier@cs.yale.edu>
271
272 * composite.el (reference-point-alist): Doc fix.
273
1087f198
SS
2742001-04-05 Sam Steingold <sds@gnu.org>
275
8f625692
SM
276 * font-lock.el (font-lock-keywords-case-fold-search):
277 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
278 file made font-lock case-insensitive.
279
a55e4e68
GM
2802001-04-05 Gerd Moellmann <gerd@gnu.org>
281
0e4892e2
GM
282 * faces.el (defface menu): Doc fix.
283
4d664b04
GM
284 * wid-edit.el (widget-color-sample-face-get): Don't make
285 faces for undefined colors.
286
a55e4e68
GM
287 * version.el (emacs-version): Include LessTif/Motif version info.
288
f383cd0d
GM
2892001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
290
291 * ps-mule.el: Eliminate cl package dependence.
292 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
293 if they aren't defined yet.
294 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
295 Eliminate cl package dependence.
296
de28797f
SM
2972001-04-04 Stefan Monnier <monnier@cs.yale.edu>
298
299 * progmodes/cc-cmds.el (c-outline-level):
300 Bind buffer-invisibility-spec. Originally from Dave Love, but
301 got lost when incorporating version 5.26.
302
32df8b47
EZ
3032001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
304
de28797f
SM
305 * emulation/pc-select.el (pc-selection-mode):
306 Call normal-erase-is-backspace-mode instead of binding
307 keys individually.
58e4f61d 308
7f62656b
EZ
309 * cus-load.el (normal-erase-is-backspace): Use it instead of
310 delete-key-deletes-forward.
311
312 * startup.el (command-line): Use normal-erase-is-backspace and
313 normal-erase-is-backspace-mode.
314
315 * simple.el (normal-erase-is-backspace): Rename from
316 delete-key-deletes-forward. Doc fix.
317 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
318 delete-key-deletes-forward-mode. Doc fix.
319 Run normal-erase-is-backspace-hook.
7f62656b 320
32df8b47 321 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
322 ``human-readable'' format produced by GNU `ls'.
323 (dired-move-to-filename-regexp): Recognize ISO format dates.
324 From Paul Eggert <eggert@twinsun.com>.
32df8b47 325
5efa6032
GM
3262001-04-04 Gerd Moellmann <gerd@gnu.org>
327
328 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
329 New functions.
de28797f
SM
330 (lm-verify): Check keywords.
331 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 332
d757aac1
EL
3332001-04-03 Eric M. Ludlam <eric@siege-engine.com>
334
335 * speedbar.el (speedbar-insert-image-button-maybe): Check for
336 `xemacs' feature instead of for the function `set-extent-property'.
337
9832760a
SM
3382001-04-03 Stefan Monnier <monnier@cs.yale.edu>
339
340 * mail/mh-utils.el (mh-folder-hist): New var.
341 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
342
d565f6aa
EZ
3432001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
344
345 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
346 region, position point on the first or last 16-byte group.
347 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
348 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
349 hexl-beginning-of-line.
350
24c0fd39
GM
3512001-04-03 Gerd Moellmann <gerd@gnu.org>
352
5efa6032
GM
353 * icomplete.el (icomplete-mode): Treat an argument like other
354 modes do.
355
b3f6107b
GM
356 * startup.el (fancy-splash-head): Use splash8.xpm for color
357 depth 8.
358
24d451c5
SM
359 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
360 Add an antry for ``converts''.
476bf681 361
24d451c5
SM
362 * language/slovak.el ("Slovak"): Add documentation string.
363 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 364
450f6970
GM
365 * language/czech.el ("Czech"): Add documentation string.
366 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
367
24d451c5
SM
368 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
369 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
370
3712001-04-02 Stefan Monnier <monnier@cs.yale.edu>
372
373 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
374 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
375 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
376 Use `defsubst' rather than a macro to ease debugging.
377 (mail-extr-last): Remove (use `last' instead).
378 (mail-extract-address-components): Properly reset the syntax-table
379 after parsing an address. Use `last' rather than mail-extr-last.
380 Make sure the end marker stays at the very end.
24c0fd39 381
2b908342
EZ
3822001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
383
384 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
385 last change.
386
acfb077d
GM
3872001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
388
389 * ps-print.el: Line and paragraph spacing feature. Region to cut
390 out when printing. Doc fix.
391 (ps-print-version): New version number (6.5).
24d451c5
SM
392 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
393 New vars. Line and paragraph spacing feature.
acfb077d
GM
394 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
395 out when printing.
396 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
397 (ps-get-font-size, ps-begin-job, ps-continue-line)
398 (ps-plot-region): Code fix.
399 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
400 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
401 New internal vars.
acfb077d
GM
402 (ps-get-size): New fun.
403 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
404 (ps-next-line): Replace defun by defsubst.
405 (ps-mule-plot-string): Autoload doc fix.
406
407 * ps-bdf.el: XEmacs compatibility. Doc fix.
408 (installation-directory, coding-system-for-read): Declare vars if
409 it's not declared yet.
410 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
411
412 * ps-mule.el: XEmacs compatibility. Doc fix.
413 (leading-code-private-22): Declare var if it's not declared yet.
414 (charset-bytes, charset-dimension, charset-id, charset-width)
415 (find-charset-region, split-char, char-width, chars-in-region)
416 (forward-point, decompose-composite-char, encode-coding-string)
417 (coding-system-p, ccl-execute-on-string, define-ccl-program):
418 Define funs if not defined yet.
419 (encode-composition-rule, find-composition): Define funs if not
420 loaded yet.
421 (ps-mule-prologue): PostScript code fix.
422
4232001-04-02 Kenichi Handa <handa@etl.go.jp>
424
425 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
426 non-nil, generate font for the header strings.
427 (ps-mule-prepare-font): Likewise.
428 (ps-mule-generate-glyphs): Likewise.
429 (ps-mule-string-encoding): Likewise.
430 (ps-mule-header-charsets): New variable.
431 (ps-mule-encode-header-string): New function.
432 (ps-mule-header-string-charsets): New function.
433 (ps-mule-begin-job): Check charsets in the header strings. If there
434 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
435
436 * ps-print.el (ps-generate-header-line): Encode the header string by
437 ps-mule-encode-header-string.
438 (ps-mule-encode-header-string): Declare autoload.
439
c0eb3c10
GM
4402001-04-02 Gerd Moellmann <gerd@gnu.org>
441
24d451c5
SM
442 * frame.el (cursor-in-non-selected-windows):
443 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 444
a3d0b0e0
KH
4452001-03-31 Kenichi Handa <handa@etl.go.jp>
446
447 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
448 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 449 (quail-misc-package-ext-info): New variable.
a3d0b0e0 450 (tsang-quick-converter): New function.
24d451c5
SM
451 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
452 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
453 (miscdic-convert, batch-miscdic-convert): New functions.
454
55f7832c
KH
4552001-03-30 Kenichi Handa <handa@etl.go.jp>
456
a2217cd8
KH
457 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
458 eight-bit-control chars.
459
55f7832c 460 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 461 Reduce making temporary vector (suggested by Dave Love).
55f7832c 462
911a2406
EZ
4632001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
464
465 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
466 string as well.
467
1a518f2c
AS
4682001-03-30 Andreas Schwab <schwab@suse.de>
469
470 * files.el (backup-directory-alist): Fix typo.
471
ef080b16
EZ
4722001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
473
474 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
475 <eggert@twinsun.com>.
476
e4174a55
DL
4772001-03-30 Dave Love <fx@gnu.org>
478
479 * progmodes/fortran.el (fortran-comment-region): Fix typo.
480
9d5d1075
EZ
4812001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
482
483 * simple.el (transient-mark-mode): Mention C-g in the doc string.
484
a27b451e
MB
4852001-03-30 Miles Bader <miles@gnu.org>
486
487 * subr.el (interactive-form): Fix paren typo.
488
aea51abe
EZ
4892001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
490
491 * emacs-lisp/profile.el: Say that it's obsolete in the header
492 line, so that finder.el puts that into its data-base.
493 Suggested by Alex Schroeder <alex@gnu.org>.
494
249dd409
EZ
4952001-03-29 Paul Eggert <eggert@twinsun.com>
496
497 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
498 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
499
1ac1fa96
SM
5002001-03-29 Stefan Monnier <monnier@cs.yale.edu>
501
502 * generic.el (generic-mode-set-comments): Use "" rather than nil
503 for comment-end.
504
e2b8a830
GM
5052001-03-29 Gerd Moellmann <gerd@gnu.org>
506
1ac1fa96
SM
507 * emacs-lisp/advice.el (ad-make-advised-definition):
508 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
509
510 * subr.el (interactive-form): New function.
511
8b2375e7
AS
5122001-03-29 Andre Spiegel <spiegel@gnu.org>
513
514 * vc-sccs.el (vc-sccs-register): Use relative file names.
515
f827b862
GM
5162001-03-28 Gerd Moellmann <gerd@gnu.org>
517
e59d0e9d
GM
518 * bookmark.el (bookmark-get-bookmark): Handle case that
519 BOOKMARK is not a string.
520
deb2613a
GM
521 * image.el (image-type-regexps): Change type for PS files
522 to `postscript'.
523
f827b862
GM
524 * subr.el (read-passwd): Clear command history after each
525 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
526
3c9449d0
KH
5272001-03-27 Kenichi Handa <handa@etl.go.jp>
528
529 * international/kkc.el (kkc-save-init-file): Locally bind
530 print-length to nil.
531
e6b13c74
GM
5322001-03-26 Gerd Moellmann <gerd@gnu.org>
533
e120bebf
GM
534 * textmodes/flyspell.el: Some doc fixes.
535 (flyspell-maybe-correct-transposition)
536 (flyspell-maybe-correct-doubling): Use a temporary buffer
537
538 * textmodes/ispell.el (ispell-parse-output): Doc fix.
539
5f6c5771 540 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
541 (byte-optimize-form-code-walker): Diagnose too few arguments
542 for `if' and `while'.
543
2b984c45
KH
5442001-03-26 Kenichi Handa <handa@etl.go.jp>
545
546 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
547 Prepend `\' to "\<quail-translation-docstring>".
548
bf2150fa
GM
5492001-03-26 Gerd Moellmann <gerd@gnu.org>
550
5f6c5771
SM
551 * autorevert.el (global-auto-revert-non-file-buffers):
552 Remove duplicate defcustom.
bf2150fa 553
a0d59316
MB
5542001-03-26 Miles Bader <miles@gnu.org>
555
5f6c5771
SM
556 * international/latin1-disp.el (latin1-char-displayable-p):
557 Add leading "-" for X font pattern.
a0d59316 558
9edbff6c
KH
5592001-03-26 Kenichi Handa <handa@etl.go.jp>
560
5f6c5771
SM
561 * international/mule-diag.el (describe-coding-system):
562 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
563 charsets they can encode.
564
50b57199
EZ
5652001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
566
567 * help.el (view-lossage): Mention open-dribble-file in the doc
568 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
569
5b83f9c0
SM
5702001-03-23 Stefan Monnier <monnier@cs.yale.edu>
571
572 * skeleton.el (skeleton-internal-list): Fix bogus logic.
573 (skeleton-pair-insert-maybe): Don't pair after a backslash.
574
e0ecbf5c
KH
5752001-03-23 Kenichi Handa <handa@etl.go.jp>
576
5b83f9c0
SM
577 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
578 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
579 multibyte sequence can work correctly.
580 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
581 property of the coding system.
582
1cc218de
SM
5832001-03-23 Stefan Monnier <monnier@cs.yale.edu>
584
585 * textmodes/fill.el (fill-individual-paragraphs-prefix):
586 Fix transcription typo.
587
a3db02ad
RV
5882001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
589
590 * whitespace.el: Add buffer local variables to toggle testing of
591 whitespaces in buffers without affecting the default values.
a3db02ad 592 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
593 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
594 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
595 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 596
83c9cb8e
SM
5972001-03-21 Stefan Monnier <monnier@cs.yale.edu>
598
599 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
600
180d5509
GM
6012001-03-21 Gerd Moellmann <gerd@gnu.org>
602
eeb5b5c1
GM
603 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
604 bs-cycle-configuration-name. From Juanma Barranquero
605 <lektu@uol.com.br>.
606
170a9e70
GM
607 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
608 and cc-vars.el.
609
180d5509
GM
610 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
611 headers. Always invoke sendmail with option -t.
612
130c507e
GM
6132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
614
615 * Release of cc-mode 5.28.
616
6172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
618
619 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
620 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 621 It's instead taken care of by the default value for c-default-style.
130c507e 622
130c507e
GM
6232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
624
625 * cc-align.el (c-lineup-math): Fix bug where lineup was
626 triggered by equal signs in string literals.
627
6282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
629
630 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
631 limit detection when at the ends of the buffer.
632
633 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
634 "for" statement clause in case 7F; a better one is done
635 earlier in case 7D anyway.
636
6372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
638
639 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
640 somewhat more and did a small optimization.
641
6422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
643
644 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
645 Use the limit argument only to limit the syntactic context
646 search, not to limit the actual movement.
647
648 * cc-cmds.el (c-beginning-of-statement): Move by sentence
649 inside multiline strings, just like in comments. Also various
650 fixes to the paragraph and comment prefix recognition, block
651 comment ender handling etc.
652
6532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
654
655 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
656 the relative position of the point.
657
658 * cc-cmds.el (c-electric-continued-statement): New function to
659 use as abbrev hook to reindent for keywords such as "else"
660 that continues an earlier statement.
661
662 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
663 like classes.
664
665 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
666 (pike-mode): Populate the default abbrev tables to reindent for
667 keywords such as "else" that can continue earlier statements.
668 Abbrev mode is therefore turned on by default now. (Note that
669 this doesn't apply to idl-mode, since IDL afaik doesn't have
670 statements at all.)
671
6722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
673
674 * cc-engine.el (c-inside-bracelist-p): Fix for handling
675 bracelists where the declaration contains template arguments.
676
6772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
678
83c9cb8e
SM
679 * cc-cmds.el (c-comment-indent):
680 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
681 syntactic indentation. Fixes bug with lineup functions that
682 return vectors.
683
684 * cc-engine.el (c-get-syntactic-indentation): Split the
685 indentation sum calculation from `c-indent-line' to a separate
686 function.
687
6882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
689
690 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
691 Fixed places where it was assumed that preprocessor directives
692 have to start in column zero.
693
694 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
695 template arguments after a class identifier properly.
696
697 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
698 lists for `new Foo[]' constructs in Java as expressions and
699 not top level definition brace lists on the top level, so that
700 they'll get indented consistently with the same type of
701 expression in a normal block.
702
7032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
704
705 * cc-cmds.el (c-fill-paragraph): The kludge that checks
706 whether the adaptive filling package fails to keep the comment
707 prefix is now kludged further to check for filladapt-mode
708 which doesn't have that problem. This is really icky, but it's
709 the only way that works with the current misfeatures/bugs in
710 both adaptive-fill-mode and filladapt-mode.
711
712 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
713 around point is recognized more robust.
714
7152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
716
717 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
718 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
719 (c-lit-type): Fixed all internal variables used dynamically so
720 that they are always bound.
721
722 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
723 errors:
724
725 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
726 the region is fully reindented even when an error occurs.
727 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
728 whole lot of code that tried to optimize indentation of whole
729 sexps but in reality accomplishes nothing.
730
731 (c-indent-sexp): Use c-indent-region.
732
733 (c-parsing-error): Changed this variable to hold the message
734 for any syntactic error that is discovered.
735
736 (c-parse-state): Search backward from point instead of the bod
737 position when the latter is invalid. This makes CC Mode
738 recover faster when there are unbalanced close braces.
739
740 (c-backward-to-start-of-if): Use c-parsing-error to report
741 dangling "else" clauses instead of throwing an error, and fall
742 back to a reasonable position.
743
83c9cb8e 744 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 745
83c9cb8e 746 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
747
7482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
749
750 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
751 paragraph recognition when moving by sentence in literals.
752
83c9cb8e
SM
753 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
754 start regexp for javadoc to recognize javadoc markup in general instead
755 of a specific set of keywords, to be more future-safe.
130c507e
GM
756
757 (c-Pike-pikedoc-paragraph-start)
758 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
759 pikedoc markup.
760
83c9cb8e 761 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 762
83c9cb8e 763 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
764
765 * cc-vars.el (c-default-style): Made a nicer Customize widget.
766
767 (c-comment-prefix-regexp): Made it possible to use an
768 association list on this to specify mode specific regexps.
769 The default value now use a special regexp in Pike mode to
770 recognize pikedoc markup.
771
772 (c-current-comment-prefix): New variable containing the actual
773 regexp from c-comment-prefix-regexp for the current buffer.
774
7752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
776
777 * cc-cmds.el (c-electric-brace): Fixed check for special brace
778 lists: We can't look at the syntax, since a brace list can get
779 recognized as a plain statement-cont.
780
781 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
782 special brace list opener broken over two lines got recognized
783 as a statement on the second line. Case 9A changed.
784
7852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
786
787 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
788 adjustment after line is reindented.
789
7902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
791
792 * cc-defs.el (c-point): Added optional argument for position
793 to use instead of the current point.
794
795 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
796 the in-expression block symbols when the construct starts at
797 boi, to avoid the extra level of indentation in that case.
798 Cases 4, 16A and 17E affected.
799
8002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
801
802 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 803 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
804
805 * cc-engine.el (c-indent-line): Use the syntax already bound
806 to `c-syntactic-context', if there is any.
807
8082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
809
810 * cc-engine.el (c-get-offset): Fixed bug where the indentation
811 wasn't added up correctly when a lineup function returned nil.
812
8132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
814
815 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 816 empty lines were ignored when collecting line comments backwards.
130c507e
GM
817
8182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
819
820 * cc-align.el (c-lineup-dont-change): Return an absolute
821 indentation column to work correctly in the case when several
822 syntactic elements are processed for the same line.
823
824 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
825 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
826 (c-set-offset): Added absolute indentation column settings by
827 using the vector type.
828
130c507e
GM
8292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
830
831 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
832 Implemented two new cleanups `space-before-funcall' and
833 `compact-empty-funcall'.
834
130c507e
GM
8352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
836
837 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
838 helping building regexps.
839
840 * cc-engine.el (c-on-identifier): New function for detecting
841 identifiers. It takes keywords into account.
842
843 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
844 lists. `c-keywords' is set to a regexp matching all keywords
845 in the current language.
846
8472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
848
849 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
850 list of characters to skip backwards over at the beginning of
851 a statement, since it can precede string literals in Pike.
852
8532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
854
855 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
856 recognition when standing on the last line in a C++ comment
857 with nothing but whitespace after the prefix.
858
859 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
860 given no limit argument.
861
8622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
863
864 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
865 recognition for the `[]= operator symbol in Pike.
866
8672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
868
869 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
870 around a bug in `eval-when-compile' in the byte compiler.
871
872 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 873 value when count is zero and there's no token start within the limit.
130c507e
GM
874
875 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
876 "prefix comments", i.e. comments which are followed by code on
877 the same line.
878
879 * cc-mode-19.el: Fixes so that checks that must be done at
880 compile time also are done then.
881
8822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
883
884 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
885 time and at runtime, and only when it's needed.
886
8872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
888
889 Major cleanup for less error prone and more warning free
890 compilation, including some fixes for bugs due to different
891 compilation orders. Thanks to Martin Buchholz for providing
892 the basis for all this.
893
894 * cc-bytecomp.el: New file that provides some byte compilation
895 features: It ensures that files always are loaded from the
896 current source directory during compilation, and it provides a
897 set of macros to turn off specific compiler warnings for
898 specific symbols. (It's not CC Mode specific in any way.)
899
900 Fixed a nearly acyclic dependency tree (both runtime and
901 compile-time) between all files.
902
903 * cc-defs.el: Separated all macros before the inline functions,
904 to ensure correct compilation.
905
906 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
907 cc-defs.el to cc-engine.el and made it a function instead.
908
909 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
910 about char-after.
911
912 * cc-vars.el: Cope even when there isn't a custom package
913 containing defcustom available.
914
915 * cc-make.el: Removed since it's no longer necessary.
916
917 README: Updated installation instructions.
918
9192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
920
921 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
922 improve the modularity: Moved all mode init stuff from
923 cc-langs.el to cc-mode.el, including the keymap
924 initialization; cc-langs now only contains the various
925 variables for configuring the language syntax.
926
83c9cb8e
SM
927 * cc-engine.el, cc-styles.el (c-evaluate-offset)
928 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 929 dependency analysis suggests they belong there (which also
83c9cb8e 930 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
931
9322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
933
934 * cc-cmds.el (c-fn-region-is-active-p): New function that
935 wraps the corresponding macro, for use in places that aren't
936 compiled. Thanks to Martin Buchholz for pointing out this.
937
83c9cb8e 938 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
939
940 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
941 add things to the bug report.
942
9432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
944
945 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
946 returned prefix could contain a newline when the search for a
947 good prefix line failed.
948
9492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
950
951 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
952 (c-toggle-auto-hungry-state): Made the argument optional, as
953 the documentation says it is.
954
9552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
956
957 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
958 multiline string syntax, #"...", as a cpp macro.
959
7008ccac
GM
9602001-03-21 Paul Eggert <eggert@twinsun.com>
961
83c9cb8e
SM
962 * international/mule-cmds.el (set-locale-environment):
963 Set system-messages-locale and system-time-locale, but only if the
7008ccac 964 caller specifies a non-nil locale name.
3c9449d0 965
c2478129 9662001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
967
968 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 969 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 970
117e4b0c
GM
9712001-03-20 Gerd Moellmann <gerd@gnu.org>
972
7194219d
GM
973 * follow.el (follow-avoid-tail-recenter): Doc fix.
974
5721ae13
GM
975 * custom.el (custom-set-variables): Avoid reversing the list
976 of args needlessly.
977
7b8bbf72
GM
978 * startup.el (fancy-splash-head): Don't change the colors of the
979 XPM image on a dark background.
980
a91ad7c9
GM
981 * comint.el (comint-exec-1): Set columns of the terminal to
982 window-width instead of frame-width.
983
fa88947e
GM
984 * info.el (Info-scroll-down): Add missing WINDOW arg for
985 pos-visible-in-window-p.
986
1741905c
GM
987 * ehelp.el (electric-help-mode-hook): Add defcustom.
988
117e4b0c
GM
989 * mail/sendmail.el (mail-mode): Activate case-folding in
990 font-lock-defaults.
991
e84c695d
SM
9922001-03-19 Stefan Monnier <monnier@cs.yale.edu>
993
994 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
995 (completion-ignored-extensions): Remove duplicate ".class".
996
fc774041
AS
9972001-03-19 Andreas Schwab <schwab@suse.de>
998
83c9cb8e
SM
999 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1000 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1001
c2c097cc
GM
10022001-03-19 Gerd Moellmann <gerd@gnu.org>
1003
1004 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1005 methods since there are not prefix input methods.
1006
fbe2e958
KH
10072001-03-19 Kenichi Handa <handa@etl.go.jp>
1008
83c9cb8e
SM
1009 * international/mule-cmds.el (read-input-method-name):
1010 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1011
da47e491
SM
10122001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1013
1014 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1015
4986c2c6 10162001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1017
4986c2c6
MK
1018 * ediff-util.el: Copyright years.
1019 (ediff-choose-syntax-table): New function.
1020 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1021
4986c2c6
MK
1022 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1023 with-syntax-table.
83c9cb8e 1024
4986c2c6 1025 * ediff.el: Date of last update, copyright years.
83c9cb8e 1026
4986c2c6 1027 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1028
4986c2c6
MK
1029 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1030 of Scott Bronson.
1031 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1032 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1033 Deleted functions.
1034 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1035 ex-token-list.
83c9cb8e 1036
4986c2c6 1037 * viper-util.el: Spaces, indentation.
83c9cb8e 1038
4986c2c6 1039 * viper.el: Changed version, modification time.
83c9cb8e 1040
3c799aec 10412001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1042
1043 * calendar/timeclock.el (timeclock-workday-remaining):
1044 Check whether `discrep' is non-null before using it.
3c799aec 1045
ae3ce418
JW
10462001-03-16 John Wiegley <johnw@gnu.org>
1047
1048 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1049 first-time checkins.
1050 (timeclock-log-data): Fixed problem with reading timelog log file.
1051 Resulting data in the "day list" was incorrect.
1052 (timeclock-find-discrep): Check if `timeclock-file' is readable
1053 before opening it.
1054 (timeclock-time-less-p): New function.
1055 (timeclock-day-base): New function.
1056 (timeclock-geometric-mean): New function.
1057 (timeclock-generate-report): Generate a summary report based on
1058 the contents of the log file. This uses `timeclock-log-data', and
1059 is an example of writing a timelog manipulation function.
1060 (timeclock-visit-timelog): A quick command for opening the timelog
1061 file.
1062 (timeclock-log-data): Bound the variable event.
1063
c8d4a9bb
KH
10642001-03-16 Kenichi Handa <handa@etl.go.jp>
1065
83c9cb8e
SM
1066 * international/mule-cmds.el (select-safe-coding-system):
1067 Fix typo: symbol-name -> symbol-value.
11d56c64 1068
c8d4a9bb
KH
1069 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1070 before substitute-in-file-name to handle double slashes in FILE
1071 correctly.
1072
c899e7e6
GM
10732001-03-15 Gerd Moellmann <gerd@gnu.org>
1074
1075 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1076 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1077
819dce0f
GM
10782001-03-14 Gerd Moellmann <gerd@gnu.org>
1079
697617d9
GM
1080 * bindings.el (features): Add `md5' and `overlay' to the list.
1081
819dce0f
GM
1082 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1083 bound before using it. It's not bound when configured without X,
1084 for instance.
1085
e0067a9d
TTN
10862001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1087
1088 * progmodes/hideshow.el: Update copyright.
1089 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1090 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1091
afcdc0a1
GM
10922001-03-13 Gerd Moellmann <gerd@gnu.org>
1093
e0067a9d 1094 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1095 a non-list.
1096
30564c48
EZ
10972001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1098
1099 * startup.el (fancy-splash-tail, command-line-1): Fix the
1100 copyright year.
1101
2b8e24b3
KH
11022001-03-13 Kenichi Handa <handa@etl.go.jp>
1103
1104 * term.el: These changes are based on a patch sent from Yong Lu
1105 <lyongu@yahoo.com>.
1106 (term-set-escape-char): Bind M-x to execute-extended-command in
1107 term-raw-escape-map.
1108 (term-move-columns): Don't try to move to negagive column.
1109 (term-emulate-terminal): Insert a string before deleting a text to
1110 overwrite.
1111
789b6186
GM
11122001-03-12 Gerd Moellmann <gerd@gnu.org>
1113
b0778a31
GM
1114 * play/life.el (life): Rearrange code so that all calls to
1115 life-display-generation are in a catch-form.
1116
04528cda
GM
1117 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1118 file that isn't interesting. In an interesting file, push the old
1119 value of point on the mark ring.
1120
760cefb5
GM
1121 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1122 New function.
1123 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1124 Use it.
1125
83c9cb8e
SM
1126 * emacs-lisp/autoload.el (generate-file-autoloads):
1127 Remove warning about line lengths.
789b6186 1128
a2ffbafe
FP
11292001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1130
1131 * progmodes/etags.el (tags-compression-info-list): New variable.
1132 (find-tag-in-order): Use it to deal with compressed source files.
1133 (tag-file-name-match-p): New function.
1134 (etags-recognize-tags-table): Use it for better match of file names.
1135
5c9d9d92
KH
11362001-03-12 Kenichi Handa <handa@etl.go.jp>
1137
ba3e9b9b
KH
1138 * international/mule-cmds.el (register-input-method): Doc fix.
1139
5c9d9d92
KH
1140 * international/quail.el (quail-translate-key): Fix condition to
1141 check if there's another breaking point in the current key.
1142
40beecee
EZ
11432001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1144
1145 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1146 Babyl header to the newly-created output file, bind
1147 coding-system-for-write to either rmail-file-coding-system or
1148 emacs-mule-unix.
1149
75c6cb7f
SM
11502001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1151
1152 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1153 Fix the name and regexp used for subsubsections.
1154
5ec17636
DL
11552001-03-10 Dave Love <fx@gnu.org>
1156
1157 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1158 and save-buffer if buffer-file-name non-nil. From rms.
1159
6d2e2c02
AS
11602001-03-10 Andre Spiegel <spiegel@gnu.org>
1161
1162 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1163 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1164 to reflect that.
1165 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1166 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1167 variable bindings that might affect the diff command.
1168 (vc-print-log): Don't switch to the *vc* buffer before the
1169 command, so that local variable bindings are preserved.
1170
789b6186 1171 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1172 not the current buffer.
1173 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1174
789b6186 1175 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1176 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1177
b18f5523
SM
11782001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1179
1180 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1181 so ^, $, *, ? and + are interpreted correctly.
1182
3cfd8357
GM
11832001-03-09 Gerd Moellmann <gerd@gnu.org>
1184
c085b77c 1185 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1186 mode-line-key-binding. Handle any event on a string.
1187 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1188
3cfd8357
GM
1189 * comint.el (comint-insert-clicked-input): Use the last key
1190 from this-command-keys to lookup the global key definition.
1191
348f797a
KH
11922001-03-09 Kenichi Handa <handa@etl.go.jp>
1193
3ebf3717
KH
1194 * international/characters.el: Add category `j' for
1195 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1196
348f797a
KH
1197 * international/mule-conf.el (no-conversion): Fix docstring.
1198 (raw-text): Fix docstring.
1199
e1fbabaf
GM
12002001-03-08 Gerd Moellmann <gerd@gnu.org>
1201
96e8e603
GM
1202 * simple.el (choose-completion-string): When not leaving the
1203 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1204 is set.
1205
e1fbabaf
GM
1206 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1207 parameter `(minibuffer . t)'.
1208
f9db8f19
SM
12092001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1210
1211 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1212 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1213 (sh-mode): Remove `make-local-variable' for unused var
1214 `font-lock-unfontify-region-function'.
1215
02756877
RS
12162001-03-07 Richard M. Stallman <rms@gnu.org>
1217
132bf46d
RS
1218 * info.el (Info-scroll-down): Fix previous change.
1219
02756877
RS
1220 * mail/rmail.el (rmail-toggle-header): Use a window which
1221 is showing the Rmail buffer, rather than the selected window.
1222
eeb24429
DL
12232001-03-07 Dave Love <fx@gnu.org>
1224
1225 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1226 now, to avoid problems with binding imenu directly to a mouse event.
1227
3bdf2660
GM
12282001-03-07 Gerd Moellmann <gerd@gnu.org>
1229
1230 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1231 second arg t.
1232
12332001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1234
1235 * log-edit.el (log-edit-common-indent): New var.
1236 (log-edit-set-common-indentation): Renamed from
1237 log-edit-delete-common-indentation. Use the new var.
1238 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1239
1240 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1241 (cvs-mode-add-change-log-entry-other-window):
1242 Don't presume change-log-default-name is defined.
1243
1244 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1245
1246 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1247 the "tree" operation as well.
1248
1249 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1250
1251 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1252 to match paragraph-start.
1253
1254 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1255 comment-start-skip and set comment-end-skip as well.
1256 (sgml-comment-indent): Fix for new value of comment-start-skip.
1257 (html-autoview-mode): Don't bother using make-local-hook.
1258
2ad02767
GM
12592001-03-07 Gerd Moellmann <gerd@gnu.org>
1260
189638d5 1261 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1262 variables, otherwise long Custom entries would make them ineffective.
189638d5 1263
2ad02767
GM
1264 * uniquify.el: Set maintainer to FSF.
1265
656f8cae
EZ
12662001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1267
1268 * dired-aux.el (dired-do-shell-command): Doc fix.
1269
c83965c4
SM
12702001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1271
04af43bc
SM
1272 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1273
1274 * which-func.el (which-func-modes): Add cperl-mode.
1275 (which-func-mode-global): Use define-minor-mode.
1276
1277 * info-look.el: Docstring fixes and dead code eliminated.
1278 (cperl-mode): Add support.
1279 (emacs-lisp-mode): List all entries from elisp manual, whether
1280 or not they are currently (f)bound or not. Update regexp.
1281
1282 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1283
c83965c4
SM
1284 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1285 so that C-h m shows the correct information.
1286 Use make-local-variable rather than make-variable-buffer-local.
1287 (cperl-info-buffer, cperl-setup-tmp-buf):
1288 Use make-local-variable rather than make-variable-buffer-local.
1289 (cperl-msb-fix, cperl-get-help-defer):
1290 Check major-mode for `cperl-mode' as well.
1291
1292 * progmodes/cperl-mode.el: Updated to author version 4.23.
1293 (cperl-electric-pod): SYNOPSIS was misspelled.
1294 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1295 (cperl-after-expr-p): Make true after __END__.
1296
f16a7aa5
GM
12972001-03-06 Gerd Moellmann <gerd@gnu.org>
1298
157ae273 1299 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1300 bookmark-completion-ignore-case is t.
157ae273 1301
f16a7aa5
GM
1302 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1303 switch, like xterm, and concat resource strings, with a newline
1304 between them.
1305
abaddb98
EZ
13062001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1307
a2ffbafe 1308 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1309 (cp773-decode-table, cp774-decode-table): New variables.
1310
abaddb98
EZ
1311 * man.el (Man-hyphenated-reference-regexp): New variable.
1312 (Man-build-references-alist): Use it to search for referenced
1313 manpages. If hyphenated is non-nil, record a concatenated word in
1314 Man-refpages-alist only if it matches Man-reference-regexp.
1315 Update word's length when it is concatenated. Reverse the list,
1316 to get the first manpage at the head.
1317 (Man-possibly-hyphenated-word): New function.
1318 (Man-follow-manual-reference): Use it instead of current-word to
1319 find a manpage at point, in a way that accounts for hyphenated
1320 references.
1321
eb3f61dd
GM
13222001-03-06 Alex Schroeder <alex@gnu.org>
1323
1324 * sql.el (sql-interbase): New function.
1325 (sql-interbase-program): New option.
1326 (sql-interbase-options): New option.
1327 And some typos fixed: "customise" to "customize".
1328
fa84f42a
DL
13292001-03-06 Dave Love <fx@gnu.org>
1330
83c9cb8e
SM
1331 * textmodes/flyspell.el (flyspell-region):
1332 Set up flyspell-local-mouse-map.
fa84f42a 1333
fda3411d
RS
13342001-03-05 Richard M. Stallman <rms@gnu.org>
1335
a2ffbafe 1336 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1337 Don't call rmail-beginning-of-message.
1338 Don't discard From: field. Do discard Received: field.
1339 Use unwind-protect to re-prune.
1340 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1341
e972ab1f
KH
13422001-03-06 Kenichi Handa <handa@etl.go.jp>
1343
1344 * international/quail.el (quail-title): Add autoload cookie.
1345
335db3c1
DL
13462001-03-05 Dave Love <fx@gnu.org>
1347
1348 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1349 new defs.
1350
278dd6ac
KH
13512001-03-05 Kenichi Handa <handa@etl.go.jp>
1352
83c9cb8e
SM
1353 * language/ethio-util.el (ethio-toggle-space):
1354 Update current-input-method-title if necessary.
36d5e61d
KH
1355 (ethio-toggle-punctuation): Likewise.
1356
341cd4f0
KH
1357 * international/quail.el (quail-title): Fix for the case that a
1358 title of an input method is specified by a list of the same form
1359 as used in mode-line-format.
1360
83c9cb8e
SM
1361 * international/mule-cmds.el (activate-input-method):
1362 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1363 respect that value.
1364
10ebaeb6
GM
13652001-03-05 Gerd Moellmann <gerd@gnu.org>
1366
1367 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1368
7a65c85c
GM
13692001-03-05 Alex Schroeder <alex@gnu.org>
1370
1371 * sql.el (sql-sybase): Fix typo (was: query user about server two
1372 times instead of server and database).
1373
1374 * sql.el (sql-sybase): Doc change.
1375 (sql-mysql): Doc change.
1376 (sql-postgres): Doc change.
1377
b86644f2
KH
13782001-03-05 Kenichi Handa <handa@etl.go.jp>
1379
83c9cb8e
SM
1380 * international/mule-conf.el (emacs-mule, raw-text):
1381 Docstring modified.
b86644f2 1382
e30bd7b7
EZ
13832001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1384
1385 * term/internal.el: Update copyright notice.
1386
1387 * term/pc-win.el: Update copyright notice.
1388
7e365285
DL
13892001-03-02 Dave Love <fx@gnu.org>
1390
83c9cb8e
SM
1391 * files.el (insert-file-contents-literally):
1392 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1393 not jka-compr-compression-info-list.
7e365285 1394
75ed43a6
SM
13952001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1396
1397 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1398 spaces in default comment-start-skip settings rather than \s-.
1399
53c4b1e6
EZ
14002001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1401
1402 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1403 default-frame-alist as well.
1404
028d739a
DL
14052001-03-01 Dave Love <fx@gnu.org>
1406
1407 * textmodes/reftex.el (defvar): Wrap some defvars in
1408 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1409
1410 * subr.el (event-basic-type): Doc fix.
1411
1412 * international/quail.el: Doc fixes.
1413
1414 * international/utf-8.el: Doc fixes.
1415
1416 * international/mule-cmds.el: Doc fixes.
1417 (leim-list-header): Fix header text.
1418
1419 * international/mule.el (coding-system-category): Doc fix.
1420
1421 * international/ccl.el (ccl-compile): Doc fix.
1422
15d1caef
SM
14232001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1426 rather than (before|after)-change-functions.
1427
f84ff02c
GM
14282001-03-01 Gerd Moellmann <gerd@gnu.org>
1429
1430 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1431 scroll-left and scroll-right being called interactively so that
1432 they set the window's min_hscroll.
1433
e0c1e774
EZ
14342001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1435
1436 * info.el (info-insert-file-contents-1): Accept an additional
1437 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1438 `suffix'; otherwise use the complicated MS-DOS code.
1439 All callers changed.
e0c1e774
EZ
1440 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1441 can access long file names, try the long file-name version of
1442 `info-insert-file-contents-1', then the short file-name version.
1443
b8b2ea31 14442001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1445
af122766
KH
1446 * language/ethio-util.el (setup-ethiopic-environment-internal):
1447 Change bindings of functions keys to conform to "Emacs Lisp Coding
1448 Convention".
1449
1450 * language/ethiopic.el ("Ethiopic"): Add documentation.
1451
b8b2ea31
KH
14522001-02-28 Kenichi Handa <handa@etl.go.jp>
1453
1d64e2ad
KH
1454 * international/utf-8.el (mule-utf-8): Set coding-category
1455 property to coding-category-utf-8.
1456
91cb6e51
RS
14572001-02-27 Richard M. Stallman <rms@gnu.org>
1458
1459 * lpr.el (lpr-page-header-switches, print-region-1):
1460 Undo 2000-07-06 change.
7298f3f7
RS
1461 (lpr-add-switches): Default to t on gnu/linux.
1462
c0cb1027
GM
14632001-02-27 Gerd Moellmann <gerd@gnu.org>
1464
1465 * bs.el (bs-attributes-list): Doc fix.
1466
01459648
GM
14672001-02-26 Gerd Moellmann <gerd@gnu.org>
1468
baebd8a5 1469 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1470
01459648
GM
1471 * help.el (view-order-manuals): Use goto-address.
1472
1473 * startup.el (command-line-1): Add info about ordering manuals
1474 to the not so fancy splash screens.
1475
f93e614e
AS
14762001-02-26 Andre Spiegel <spiegel@gnu.org>
1477
01459648
GM
1478 * vc.el (vc-default-workfile-unchanged-p)
1479 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1480
12435002
GM
14812001-02-26 Gerd Moellmann <gerd@gnu.org>
1482
a2ffbafe 1483 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1484 fontify in the right buffer.
1485
12435002
GM
1486 * allout.el (outline-flag-region): Move macro in front of first
1487 use to avoid a run-time error.
1488
425de386
AI
14892001-02-24 Andrew Innes <andrewi@gnu.org>
1490
1491 * makefile.w32-in: Fix copyright notice.
1492
66c56ed1
KH
14932001-02-24 Kenichi Handa <handa@etl.go.jp>
1494
4c1593ce
KH
1495 * international/utf-8.el (mule-utf-8): Set correct value for
1496 valid-codes property.
1497
66c56ed1
KH
1498 * international/fontset.el (x-complement-fontset-spec): In the
1499 case that we use ASCII font for the other charsets, use only
15d1caef 1500 family and registry part of it.
66c56ed1 1501
119171dd
EZ
15022001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1503
1504 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1505 (shrink-window-if-larger-than-buffer): Doc fix.
1506
932c309e
SM
15072001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1508
1509 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1510 predicate passed to completing-read.
1511
9b760e36
EZ
15122001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1513
1514 * startup.el (command-line): Fix last change.
1515
5c39a60f
JR
15162001-02-23 Jason Rumney <jasonr@gnu.org>
1517
1518 * startup.el (tool-bar-originally-present): New variable.
1519 (command-line): Set it if the tool-bar is switched on at startup.
1520
1521 * frame.el (frame-notice-user-settings): Only adjust frame height
1522 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1523 From E. Jay Berkenbilt.
5c39a60f 1524
cb91b2c7
SM
15252001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1526
39b557e8
SM
1527 * server.el (server-switch-buffer): Only switch window if the
1528 current one is dedicated.
1529
cb91b2c7
SM
1530 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1531 rather than using (match-beginning 0) when searching for break point.
1532
9238a8df
EZ
15332001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1534
1535 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1536 @ follows an accent command such as @'. Support optional braces
1537 in commands that insert accents, like makeinfo does.
1538
3473f362
GM
15392001-02-22 Gerd Moellmann <gerd@gnu.org>
1540
1541 * startup.el (fancy-splash-text): Add a line for ordering
1542 manuals. Reverse order of splash screens shown.
1543 (use-fancy-splash-screens-p): Adapt to the text line added.
1544
1545 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1546 manuals from the FSF.
1547
1548 * help.el (view-order-manuals): New function.
1549 (toplevel): Bind C-h C-m to this function.
1550
76a4de07
SM
15512001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1552
1553 * newcomment.el (comment-forward): Skip the comment-start before
1554 searching for the comment-end.
1555
75b71d85
DL
15562001-02-21 Dave Love <fx@gnu.org>
1557
2f4c9a87
DL
1558 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1559
75b71d85
DL
1560 * international/mule-cmds.el, international/mule.el: Doc fixes.
1561
1562 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1563 (fortune) <defgroup>: Add :link.
1564 (fortune-from-region): Use eq, not eql.
1565
ffc9ff0c
GM
15662001-02-21 Gerd Moellmann <gerd@gnu.org>
1567
1568 * startup.el (fancy-splash-screens): Use display-hourglass
1569 instead of display-busy-cursor.
1570
1571 * frame.el (display-hourglass): Renamed from busy-cursor.
1572 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1573 (show-cursor-in-non-selected-windows): Doc fix.
1574
f34eb373
DL
15752001-02-20 Dave Love <fx@gnu.org>
1576
1577 * international/utf-8.el: Doc and commentary fixes.
1578
f55e4a7e
EZ
15792001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1580
1581 * ehelp.el (with-electric-help): Doc fix.
1582
fa97adf6
GM
15832001-02-20 Gerd Moellmann <gerd@gnu.org>
1584
1585 * msb.el (msb-mode): Call the update-buffers function explicitly
1586 with a FORCE argument.
1587
1588 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1589 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1590 returns nil.
1591
54ed3bd2
GM
15922001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1593
1594 * ps-print.el: Timestamp package replacement. Some enhancements.
1595 Some XEmacs compatibility. Doc fix.
1596 (ps-print-version): New version number (6.4).
1597 (ps-printer-name): Initialization fix.
1598 (ps-zebra-stripe-follow): Funcionality enhancement.
1599 (ps-prologue-file): Code enhancement.
1600 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1601 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1602 (ps-get-page-dimensions)
54ed3bd2
GM
1603 (ps-generate-header, ps-begin-file, ps-begin-job)
1604 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1605 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1606 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1607 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1608
e8ebf97d
MB
16092001-02-20 Miles Bader <miles@gnu.org>
1610
1611 * image-file.el (image-file-name-extensions): Add "tif".
1612
136b27c5
GM
16132001-02-19 Gerd Moellmann <gerd@gnu.org>
1614
1615 * wid-edit.el (widget-button-click): Save the selected window
1616 around the code handling clicks on buttons.
1617
6ebbcf59
DL
16182001-02-18 Dave Love <fx@gnu.org>
1619
1620 * imenu.el (imenu--generic-function): Use mapc to iterate over
1621 syntax characters.
1622
595ded73
RS
16232001-02-17 Richard M. Stallman <rms@gnu.org>
1624
b9fe3dc8
RS
1625 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1626
595ded73
RS
1627 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1628
f3f053f3
GM
16292001-02-16 Gerd Moellmann <gerd@gnu.org>
1630
1631 * mouse.el (mouse-save-then-kill): If the distance from the new
1632 point to the mark is equal to the distance of point from the new
1633 point, move point instead of the mark.
1634
11570a8f
DL
16352001-02-16 Dave Love <fx@gnu.org>
1636
1637 * textmodes/flyspell.el (flyspell-get-word): Return string without
1638 properties.
1639
fb339cd5
EZ
16402001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1641
1642 * generic.el (generic-find-file-regexp): Doc fix.
1643 (generic-ignore-files-regexp): New defcustom.
1644 (generic-mode-find-file-hook): If the file's name matches the
1645 regexp in `generic-ignore-files-regexp', don't enter
1646 default-generic-mode. Doc fix.
1647
c56b1c1b
GM
16482001-02-16 Gerd Moellmann <gerd@gnu.org>
1649
a2ffbafe 1650 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1651 Add autoload cookies.
1652
a2ffbafe 1653 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1654 of cal-tex-24.
1655
0d140e65
EZ
16562001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1657
81558867
EZ
1658 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1659
0d140e65
EZ
1660 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1661 the character class after the (optional) drive, to support file
1662 names with embedded blanks.
1663
713f7b15
SS
16642001-02-15 Sam Steingold <sds@gnu.org>
1665
1666 * textmodes/tex-mode.el (tex-shell-running):
1667 Check the process buffer too.
1668
9a2a6f73
DL
16692001-02-15 Dave Love <fx@gnu.org>
1670
1671 * battery.el (battery-status-function): Fix doc, :type.
1672
15d1caef 1673 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1674
fe10cef0
GM
16752001-02-15 Gerd Moellmann <gerd@gnu.org>
1676
1677 * subr.el (read-passwd): Clear Lisp memory holding password.
1678
126f5d4d
MB
16792001-02-15 Miles Bader <miles@gnu.org>
1680
1681 * info.el (Info-copy-current-node-name): New function.
1682 (Info-mode-menu): Add it to the menu.
1683
92e98d63
RS
16842001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1685
1686 * international/mule-cmds.el (toggle-input-method): Doc fix.
1687
dd4e0e55
SM
16882001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1689
1690 * replace.el (occur): Stop at end of buffer.
1691
402dbbd1
EZ
16922001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1693
1694 * international/mule-cmds.el (set-input-method): Another doc fix.
1695
e9fcba3d
GM
16962001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1697
1698 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1699
78ad1cd5
MB
17002001-02-13 Miles Bader <miles@gnu.org>
1701
713f7b15 1702 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1703 (set-face-stipple): Treat a value of nil as being `unspecified'.
1704
fce9d9dc
DL
17052001-02-12 Dave Love <d.love@dl.ac.uk>
1706
1707 * international/latin1-disp.el: Doc fixes.
1708 (latin1-display) <defgroup>: Add :link.
1709 (latin1-display) <function>: Set variable latin1-display.
1710
bc406911
EZ
17112001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1712
1713 * international/mule-cmds.el (set-input-method): Doc fix.
1714
68514d48
EL
17152001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1716
1717 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1718 (speedbar-line-file): Return nil if not a file.
1719 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1720
513bea45 17212001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1722
513bea45
MK
1723 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1724 for remote files.
bc406911 1725 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1726 with raw-text.
713f7b15 1727
513bea45 1728 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1729
83c9cb8e
SM
1730 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1731 Better handling of the diff mode.
713f7b15 1732
513bea45 1733 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1734
bc406911 1735 * viper.texi: Fix typos.
713f7b15 1736
521d4010
DL
17372001-02-11 Dave Love <fx@gnu.org>
1738
36fd8e17
DL
1739 * shadowfile.el: Doc fixes.
1740 (shadow) <defgroup>: Add :link.
1741 (shadowfile-unload-hook): New function.
1742 (shadow-initialize): Use defalias, not fset.
1743 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1744 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1745
521d4010
DL
1746 * international/mule.el: Doc and message fixes.
1747
36fd8e17
DL
1748 * international/ccl.el (define-ccl-program): Doc fix.
1749
92395bbe
KH
17502001-02-11 Kenichi Handa <handa@etl.go.jp>
1751
1752 * faces.el (mode-line): Set :line-width property to -1.
1753
103db06c
RS
17542001-02-10 Richard M. Stallman <rms@gnu.org>
1755
08b78974
RS
1756 * complete.el (partial-completion-mode): Doc fix.
1757
103db06c
RS
1758 * simple.el (delete-key-deletes-forward-mode):
1759 Change `let' to `let*' to fix gross bug in last change.
1760
1761 * repeat.el (repeat): Don't let execute-kbd-macro alter
1762 real-last-command.
1763
a6a1ee53
EZ
17642001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1765
1766 * simple.el (eval-expression): Doc fix.
1767
d2f288c6
DL
17682001-02-09 Dave Love <fx@gnu.org>
1769
038f4ae3
DL
1770 * imenu.el (imenu-generic-expression): Doc fix.
1771
83c9cb8e
SM
1772 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1773 From Juanma Barranquero.
038f4ae3 1774
15d1caef 1775 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1776
9804b846
KH
17772001-02-09 Kenichi Handa <handa@etl.go.jp>
1778
1779 * faces.el (set-face-attribute): Describe the case of a negative
1780 value specified for :line-width.
1781
532f5197
SM
17822001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1783
1784 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1785 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1786
1d279666
DL
17872001-02-08 Dave Love <fx@gnu.org>
1788
4681ca3a
DL
1789 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1790 widget-plist-value-type.
1791 (widget-alist-convert-widget): Replace binding of
1792 widget-alist-value-type.
1793
1d279666
DL
1794 * textmodes/paragraphs.el (sentence-end): Doc fix.
1795
83c9cb8e
SM
1796 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1797 Remove `backward-line'.
1d279666 1798
532f5197
SM
1799 * play/pong.el (pong-blank-color, pong-bat-color)
1800 (pong-ball-color, pong-border-color, pong-left-key)
1801 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1802 (pong-pause-key, pong-resume-key, pong-timer-delay):
1803 * mail/mh-comp.el (mh-compose-letter-function):
1804 * eshell/esh-mode.el (eshell-skip-prompt-function):
1805 * emulation/viper-ex.el (ex-unix-type-shell-options):
1806 * recentf.el (recentf-menu-filter):
1807 * ps-print.el (ps-print-region-function):
1808 * lpr.el (print-region-function):
1809 * forms.el (forms-mode-hooks):
1810 * dirtrack.el (dirtrack-directory-change-hook):
1811 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1812 * textmodes/spell.el (spell-filter):
1813 * textmodes/fill.el (adaptive-fill-function):
1814 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1815 * progmodes/etags.el (find-tag-default-function):
1816 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1817 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1818
6f676109
EZ
18192001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1820
751d3bc4
EZ
1821 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1822 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1823 Meyering <jim@meyering.net>.
1824
6f676109
EZ
1825 * loadup.el: Revert last change.
1826
d3c26cdf
KH
18272001-02-07 Kenichi Handa <handa@etl.go.jp>
1828
83c9cb8e
SM
1829 * international/mule.el (transform-make-coding-system-args):
1830 Make it work also for coding systems not using CCL.
d3c26cdf 1831
44806980
EZ
18322001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1833
9889af08
EZ
1834 * simple.el (previous-matching-history-element)
1835 (next-matching-history-element): Doc fix.
1836
44806980
EZ
1837 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1838 specific part.
1839
1e36ff68
DL
18402001-02-06 Dave Love <fx@gnu.org>
1841
713f7b15 1842 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1843 (add-log-buffer-file-name-function, add-log-file-name-function):
1844 Fix :type.
1845 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1846
c7ca58df
EZ
18472001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1848
fecd556a
EZ
1849 * info.el (info-initialize): Remove the test for system-type when
1850 invocation-directory is non-nil.
1851
c7ca58df
EZ
1852 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1853 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1854
587b5737
AI
18552001-02-06 Andrew Innes <andrewi@gnu.org>
1856
1857 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1858 absolute.
1859
baf7eee4
GM
18602001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1861
1862 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1863 buffers. When hi-lock turned on rather than only checking current
1864 buffer for regexps, all buffers are checked. Moved activation of
1865 font-lock to hi-lock-refontify. When font-lock turned off rather
1866 than removing added highlighting just in current buffer, remove it
1867 in all buffers. Changed edit menu text from "Automatic
1868 Highlighting" to "Regexp Highlighting" Documentation for
1869 highlighting phrases, minor documentation changes.
1870 (hi-lock-set-file-patterns): Execute only if there are new or
1871 existing file patterns.
1872 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1873 unfontify and, if a support mode is active, will not refontify the
1874 whole buffer. If necessary, turn on font lock. (Removed
1875 font-lock-unfontify and font-lock support-mode-specific calls,
1876 such as lazy-lock-fontify-window.)
1877 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1878 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1879 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1880 (hi-lock-face-phrase-buffer): New function. Also added related
1881 menu item and keybinding.
1882 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1883 (hi-lock-process-phrase): New function.
1884 (hi-lock-line-face-buffer): Doc fixes.
1885 (hi-lock-face-buffer): Doc fixes.
1886 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1887
36710aa6
GM
18882001-02-06 Gerd Moellmann <gerd@gnu.org>
1889
1890 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1891 dabbrev-ignored-regexps.
1892
d3f22784
EZ
18932001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1894
1895 * simple.el (kill-line): Doc fix.
1896
5cb3c8d4
DL
18972001-02-05 Dave Love <fx@gnu.org>
1898
1899 * loadup.el: Revert last two changes -- bootstrapping works with
1900 regenerated loaddefs.
1901
e6297e7d
EZ
19022001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1903
1e14b095
EZ
1904 * isearch.el (isearch-forward): Doc fix.
1905
e6297e7d
EZ
1906 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1907 of font-lock-defaults to backward-paragraph.
1908
e16f52ce
GM
19092001-02-05 Gerd Moellmann <gerd@gnu.org>
1910
1911 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1912 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1913
01d19dd7
GM
19142001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1915
1916 * ebnf2ps.el: Eliminate time-stamp functions.
1917 (ebnf-version): New version (3.5).
1918 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1919 format-time-string.
1920
24886813
GM
19212001-02-05 Gerd Moellmann <gerd@gnu.org>
1922
1923 * simple.el (next-line): Goto end-of-line before inserting a newline.
1924
65e70fc4
MB
19252001-02-05 Miles Bader <miles@gnu.org>
1926
1927 * image-file.el (insert-image-file): When visiting an image, also
1928 set `truncate-lines' to t so that any fringe arrow looks correct.
1929
482f06c9
KH
19302001-02-05 Kenichi Handa <handa@etl.go.jp>
1931
1932 * isearch.el (isearch-forward): Add description about input method
1933 in the docsting.
1934
02399da7
SM
19352001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1936
1937 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1938
2c366083
EZ
19392001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1940
1941 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1942 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1943
bdadfce3
GM
19442001-02-02 Gerd Moellmann <gerd@gnu.org>
1945
79fb38c0
GM
1946 * wid-edit.el (widget-button-click): Fix last change.
1947
bdadfce3
GM
1948 * frame.el (frame-notice-user-settings): When resizing the initial
1949 frame because the tool bar is off, also change the frame's top
1950 position if a negative top position was specified.
1951
33155ffb
MB
19522001-02-02 Miles Bader <miles@gnu.org>
1953
1954 * image-file.el (insert-image-file): When visiting an image,
1955 suppress the cursor in the image buffer.
1956
1355ba0c
DL
19572001-02-01 Dave Love <fx@gnu.org>
1958
1959 * progmodes/f90.el (f90-mode): Remove startup message.
1960
fb758d2d 1961 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1962
01acdb05
GM
19632001-02-01 Gerd Moellmann <gerd@gnu.org>
1964
1965 * startup.el (command-line): Fix code determining whether or not
1966 to use delete-key-deletes-forward-mode.
1967
5b1ee316
AS
19682001-02-01 Andre Spiegel <spiegel@gnu.org>
1969
1970 * vc.el (vc-diff-switches): New user option.
1971 (vc-version-diff): Use it.
1972 (vc-diff-switches-list): New macro.
1973
83c9cb8e
SM
1974 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1975 New customization options.
5b1ee316
AS
1976 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1977
1978 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1979
00b1e7a1
GM
19802001-02-01 Gerd Moellmann <gerd@gnu.org>
1981
1982 * msb.el (toplevel): Quote hook symbols.
1983
85827036
KH
19842001-02-01 Kenichi Handa <handa@etl.go.jp>
1985
8e028499 1986 * international/mule.el (make-coding-system): Add description
3c948dde 1987 about recognized properties in the docstring.
8e028499 1988
85827036
KH
1989 * international/mule-conf.el: Remove unused charsets
1990 mac-roman-lower and mac-roman-upper.
1991
7ccf7ab9
GM
19922001-01-31 Gerd Moellmann <gerd@gnu.org>
1993
2441692d
GM
1994 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1995 is in front of the left-margin, if any.
1996
ee5cece0
GM
1997 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1998 like `delete'.
1999
83c9cb8e 2000 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2001
7ccf7ab9
GM
2002 * term/w32-win.el (mouse-set-font): Doc fix.
2003
b4f30ec5 20042001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2005
b4f30ec5
GM
2006 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2007 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2008 on already.
2009
03e0fe6e
GM
20102001-01-31 Markus Rost <rost@math.ohio-state.edu>
2011
2012 * files.el (save-buffer): Don't give message if (buffer-file-name)
2013 returns nil.
713f7b15 2014
8f289acc
EZ
20152001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2016
cb4aae04
EZ
2017 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2018
dbd98b19
EZ
2019 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2020 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2021
8f289acc
EZ
2022 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2023 display problems.
2024
c12553c1
KH
20252001-01-31 Kenichi Handa <handa@etl.go.jp>
2026
c7bf5db9
KH
2027 * international/mule.el (charset-info): Fix docstring.
2028
2029 * international/mule-diag.el (describe-character-set): Check final
2030 char valid before printing it.
c12553c1 2031
14f16b9c
GM
20322001-01-30 Gerd Moellmann <gerd@gnu.org>
2033
efaa080b
GM
2034 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2035
eef93f99
GM
2036 * frame.el (frame-notice-user-settings): Do the tool-bar
2037 stuff only for graphical displays. Fix a braino.
713f7b15 2038
14f16b9c
GM
2039 * frame.el (frame-initialize): Create initial frame visible.
2040 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2041 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2042
2043 * startup.el (command-line): Remove manipulation of frame
2044 height for tool bars.
2045
4ad25e43
EZ
20462001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2047
2048 * lpr.el: Compatibility with XEmacs and doc fixes.
2049 (lpr-windows-system, lpr-lp-system): New vars.
2050 (lpr-printer-switch): New defcustom.
2051 (printer-name, lpr-command): Customization fix.
2052 (print-region-1): Code fix.
2053 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2054 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2055 New functions.
4ad25e43 2056
e8f044a0
GM
20572001-01-29 Gerd Moellmann <gerd@gnu.org>
2058
2059 * msb.el (toplevel): Fix the eval-after-load.
2060
850d5045
GM
20612001-01-29 Dave Love <fx@gnu.org>
2062
762fe76e
DL
2063 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2064
2065 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2066
83c9cb8e 2067 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2068 (tcl-using-emacs-19-23): Consider Emacs 21+.
2069 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2070 (tcl-add-emacs-menu): Supply menu name.
2071 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2072
3a768251
GM
20732001-01-29 Gerd Moellmann <gerd@gnu.org>
2074
2075 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2076
274d02f7
SM
20772001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2078
2079 * pcvs.el (cvs-mark-fis-dead): New function.
2080 (cvs-mode-add): Use it.
2081 (cvs-mode-add-change-log-entry-other-window):
2082 Rebind change-log-default-name to itself rather than to nil.
2083
ed5d446e
SS
20842001-01-29 Sam Steingold <sds@gnu.org>
2085
efaa080b 2086 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2087 `autoload' statements.
2088
e2a80284
EZ
20892001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2090
8e1db7b3
EZ
2091 * files.el (confirm-kill-emacs): Doc fix.
2092
ff2a1c79
EZ
2093 * frame.el (frame-initialize): Doc fix.
2094
e7b0deaf
EZ
2095 * time-stamp.el (time-stamp-string): Doc fix.
2096
83c9cb8e
SM
2097 * woman.el (WoMan-log-1): Make the log buffer writable.
2098 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2099
005913e4
GM
21002001-01-29 Gerd Moellmann <gerd@gnu.org>
2101
2102 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2103 the `make-variable-buffer-local'.
2104
58622cc5
GM
21052001-01-29 Dave Love <fx@gnu.org>
2106
2107 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2108 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2109 Add autoload cookie.
58622cc5
GM
2110 (ansi-color-apply-sequence): Fix typo.
2111
0404d031
GM
21122001-01-29 Gerd Moellmann <gerd@gnu.org>
2113
ed5d446e 2114 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2115 Postscript printing in black and white.
2116
0404d031
GM
2117 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2118 X-Mailman-Version, Precedence, List-Help, List-Post,
2119 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2120 Content-Type, Content-Length.
2121
3b6ed359
DL
21222001-01-29 Dave Love <fx@gnu.org>
2123
ddd16e7a
DL
2124 * elide-head.el (elide-head): Make overlay evaporate.
2125
83c9cb8e 2126 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2127
8005142f
EZ
21282001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2129
2130 * isearch.el (isearch-highlight): Don't punt if the display
2131 doesn't support colors, since isearch faces are defined for
2132 monochrome displays as well.
2133
84728570
SS
21342001-01-27 Sam Steingold <sds@gnu.org>
2135
2136 * shell.el (shell-write-history-on-exit): Make sure that we are in
2137 the shell buffer (M-x tex-file RET inserted the error message into
2138 the TeX buffer).
2139
e26f9ced
EZ
21402001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2141
2142 * simple.el (transient-mark-mode): Doc fix.
2143
dc0274bd
GM
21442001-01-27 Gerd Moellmann <gerd@gnu.org>
2145
83c9cb8e 2146 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2147
c1acacc4
EZ
21482001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2149
f5058b96
EZ
2150 * shell.el (shell-unquote-argument): If the shell is one of the
2151 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2152 quote character.
2153 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2154 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2155
c1acacc4 2156 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2157 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2158
103db06c 21592001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2160
84728570 2161 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2162 Treat a one-capital-letter abbrev as "not all upper case",
2163 so as to force preservation of the expansion's pattern
2164 if the expansion starts with a capital letter.
2165
cfa70244
EZ
21662001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2167
cfee9de7
EZ
2168 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2169 Doc fix.
2170
cfa70244
EZ
2171 * simple.el (transient-mark-mode): Document the fact that many
2172 commands act on the region when mark is active.
2173
17d90d6b
KH
21742001-01-27 Kenichi Handa <handa@etl.go.jp>
2175
2176 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2177 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2178 (quail-show-guidance-buf): Make the multibyteness of current
2179 buffer inherited to Quail guidance buffer.
2180 (quail-help): Make the multibyteness of current buffer inherited
2181 to Quail help buffer.
2182
61076b20
DL
21832001-01-26 Dave Love <fx@gnu.org>
2184
c47e2c68
DL
2185 * time-stamp.el: Doc fixes.
2186
84728570 2187 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2188 (delphi-keyword-face, delphi-other-face): Fix :type.
2189
940f14b4
DL
2190 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2191
2192 * mail/feedmail.el (feedmail): Add :link.
2193 (feedmail-send-it): Doc fix.
2194
2195 * mail/sendmail.el: Doc fixes.
2196 (sendmail-send-it): Fix the non-ASCII regexp and use
2197 rfc2047-encode-string.
2198
61076b20
DL
2199 * dired.el, dired-aux.el: Revert last change.
2200
6c317bd2
GM
22012001-01-26 Gerd Moellmann <gerd@gnu.org>
2202
2203 * makefile.w32-in (DONTCOMPILE): Add various term files.
2204
22052001-01-26 Dave Love <fx@gnu.org>
2206
2207 * Makefile.in (DONTCOMPILE): Add various term files.
2208
1c636b5f
GM
22092001-01-26 Gerd Moellmann <gerd@gnu.org>
2210
af900b23
GM
2211 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2212
15fa6db0 2213 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2214 the echo area is resized to fit the size of the startup message.
15fa6db0 2215
1c636b5f
GM
2216 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2217 part of which is a constant.
2218
9b1adbd5
EZ
22192001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2220
83c9cb8e 2221 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2222
103db06c 22232001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2224
2225 * simple.el (next-line): Don't let `newline' expand abbrevs.
2226 Simplify slightly.
2227 (open-line): Don't let `newline' expand abbrevs.
2228
219227ea
JW
22292001-01-25 John Wiegley <johnw@gnu.org>
2230
2231 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2232 to `repeat' in the :type field.
2233
2234 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2235 allow a choice of regexp or nil.
d2906bf8 2236 (pcomplete-dir-ignore): Same.
219227ea
JW
2237
2238 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2239 a command) to always fail.
2240
ceba0dac
GM
22412001-01-25 Gerd Moellmann <gerd@gnu.org>
2242
2243 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2244 discard the result.
2245 (iswitchb-to-end): Likewise.
2246
9b0630e5
SS
22472001-01-25 Sam Steingold <sds@gnu.org>
2248
2249 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2250 Require vc.
9b0630e5 2251
a2ed9670
SM
22522001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2253
f0c1adab
SM
2254 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2255
a2ed9670
SM
2256 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2257
34ac3367
DL
22582001-01-25 Dave Love <fx@gnu.org>
2259
61076b20
DL
2260 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2261 (describe-coding-system): Tweak the English text.
2262
34ac3367
DL
2263 * loadup.el: Preload international/ccl for utf-8.
2264
4685e6b7
EZ
22652001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2266
2267 * mail/rmail.el (rmail-redecode-body): Doc fix.
2268
0fdb4475
KH
22692001-01-25 Kenichi Handa <handa@etl.go.jp>
2270
83c9cb8e
SM
2271 * international/mule-cmds.el (reset-language-environment):
2272 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2273
83c9cb8e
SM
2274 * international/mule-conf.el (coding-category-utf-8):
2275 Initialize to mule-utf-8.
0fdb4475 2276
9b0630e5 2277 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2278
2279 * international/utf-8.el: New file.
2280
245ed2b1
SM
22812001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2282
2283 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2284
e95b0c08
SS
22852001-01-24 Sam Steingold <sds@gnu.org>
2286
2287 * dired.el (dired-replace-in-string): Removed.
2288 (dired-sort-toggle): Use `replace-regexps-in-string'
2289 instead of `dired-replace-in-string'.
9b0630e5 2290
ceba0dac
GM
2291 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2292 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2293
e95b0c08
SS
2294 * gs.el (gs-replace-in-string): Removed.
2295 (gs-options): Use `replace-regexps-in-string'
2296 instead of `gs-replace-in-string'.
2297
c3902c3e
EZ
22982001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2299
2300 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2301 bug report is mailed to an email list and posted to a news group.
2302
b66b6aeb
GM
23032001-01-24 Gerd Moellmann <gerd@gnu.org>
2304
83c9cb8e
SM
2305 * comint.el (comint-replace-by-expanded-history-before-point):
2306 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2307
b66b6aeb
GM
2308 * startup.el (tool-bar-images-pixel-height): New variable.
2309 (command-line): After loading the user's init file, when
2310 tool-bar-mode is on, increase the frame's size by some lines for
2311 the tool-bar.
2312
2313 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2314
ff890e66
SZ
23152001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2316
2317 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2318 (chinese-big5): MIME:Big5.
2319
04363179
GM
23202001-01-24 Gerd Moellmann <gerd@gnu.org>
2321
e95b0c08 2322 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2323 Handle commands with prefix args.
2324
d56aaa64
GM
23252001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2326
2327 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2328 being a list of numbers.
2329 (diary-mail-entries): Rewritten.
2330
99858627
DL
23312001-01-23 Dave Love <fx@gnu.org>
2332
7aeb1fa9
DL
2333 * international/mule.el (make-coding-system): Fix typo.
2334
83c9cb8e
SM
2335 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2336 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2337
5a43decf
EZ
23382001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2339
2340 * font-lock.el (font-lock-mode): Doc fix.
2341
b0e98867
KH
23422001-01-23 Kenichi Handa <handa@etl.go.jp>
2343
2344 * international/mule.el (make-translation-table): Fix docstring.
2345
9c8acefd
EZ
23462001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2347
fd4976b8
EZ
2348 * mail/rmail.el (rmail-redecode-body): New function.
2349
9c8acefd
EZ
2350 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2351
871e0439
GM
23522001-01-22 Gerd Moellmann <gerd@gnu.org>
2353
21c2bbe0
GM
2354 * isearch.el (isearch-lazy-highlight-case-fold-search)
2355 (isearch-lazy-highlight-regexp): New variables.
2356 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2357 case-fold search or regexp search has been toggled.
2358
5710730c
GM
2359 * wid-edit.el (widget-button-click): Avoid a save-excursion
2360 around running a global binding.
2361
871e0439
GM
2362 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2363 to 0.25.
2364
d0554957
MB
23652001-01-20 Miles Bader <miles@gnu.org>
2366
2367 * cus-edit.el (custom-face-save): Do post-processing on the face's
2368 new value like `custom-face-set' does.
2369
1519f618
EZ
23702001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2371
ccd87890
EZ
2372 * mail/emacsbug.el (report-emacs-bug): Report the value of
2373 LC_CTYPE, not LC_TYPE.
2374
1519f618
EZ
2375 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2376 isearch-toggle-regexp and isearch-edit-string to doc string.
2377
9724173b
GM
23782001-01-19 Gerd Moellmann <gerd@gnu.org>
2379
48bb9196
GM
2380 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2381 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2382
e95b0c08 2383 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2384 font-lock-beginning-of-syntax-function to nil.
2385
dc81f8a2
EZ
23862001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2387
2388 * mail/emacsbug.el (report-emacs-bug): Report values of
2389 locale-coding-system, default-enable-multibyte-characters, and the
2390 environment variables LC_ALL, LC_TYPE, and LANG.
2391
99327974
GM
23922001-01-19 Gerd Moellmann <gerd@gnu.org>
2393
83c9cb8e 2394 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2395
2be6ecc6
GM
2396 * font-lock.el (font-lock-multiline): Default to nil.
2397 (font-lock-default-fontify-region): If font-lock-multiline is
2398 nil, don't check the property `font-lock-multiline'.
2399
99327974
GM
2400 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2401 is nil, don't check the `font-lock-multiline' text property.
2402
2550055a
MK
24032001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2404
0a949811 2405 * viper.el: Call initial-major-mode on startup.
e95b0c08 2406
0a949811 2407 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2408
8501998a 2409 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2410
2550055a 24112001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2412
0a949811 2413 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2414 diff mode, if available.
e95b0c08 2415
0a949811 24162001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2417
8501998a 2418 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2419
2550055a
MK
2420 * ediff-init.el (subst-char-in-string): Define and use it, unless
2421 it's already defined.
e95b0c08 2422
8962e303
GM
24232001-01-18 Gerd Moellmann <gerd@gnu.org>
2424
2425 * tooltip.el (tooltip-hide-delay): New user-option.
2426 (tooltip-show): Use tooltip-hide-delay instead of the default.
2427
6b453381
KH
24282001-01-18 Kenichi Handa <handa@etl.go.jp>
2429
2430 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2431 kill-local-variable doesn't work for enable-multibyte-characters.
2432
9eaf396b
DL
24332001-01-17 Dave Love <fx@gnu.org>
2434
cebd37ce
DL
2435 * ediff-init.el (ediff-before-setup-hook)
2436 (ediff-merge-filename-prefix): Add :version.
2437
9eaf396b
DL
2438 * international/latin1-disp.el: Require disp-table.
2439 (latin1-display): Fix :set.
2440
2441 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2442
f864120f
GM
24432001-01-17 Gerd Moellmann <gerd@gnu.org>
2444
2445 * isearch.el (isearch-lazy-highlight-initial-delay)
2446 (isearch-lazy-highlight-interval): Default to 0.
2447
24482001-01-17 Bob Glickstein <bobg@zanshin.com>
2449
2450 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2451 1 here rather than each time through
2452 isearch-lazy-highlight-new-loop.
2453 (isearch-lazy-highlight-max): Variable deleted.
2454 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2455 isearch-lazy-highlight-max but controls a single invocation of
2456 isearch-lazy-highlight-update.
2457 (isearch-lazy-highlight-wrapped): Variable recreated.
2458 (isearch-lazy-highlight-window-start): New variable.
2459 (isearch-lazy-highlight-cleanup): Restored to behavior of
2460 before 2-Jan.
2461 (isearch-lazy-highlight-remove-overlays): Function deleted;
2462 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2463 behavior removed.
2464 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2465 isearch-lazy-highlight-update in a loop rather than just once.
2466 Test isearch-invalid-regexp here and decide not to start a new
2467 loop, rather than testing it each time through
2468 isearch-lazy-highlight-update.
2469 (isearch-lazy-highlight-search): Function restored.
2470 (isearch-lazy-highlight-update): Get called in a timer loop again,
2471 but this time highlight more than one match each time through.
83c9cb8e
SM
2472 Only highlight matches in the visible part of the window.
2473 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2474 the edge of the window. Use sit-for to force redisplay and ensure
2475 window-start is credible. "Face suppressing" behavior removed;
2476 overlay priorities should make it unnecessary, right?
2477 (isearch-highlight): Face suppressing behavior removed.
2478 (isearch-dehighlight): Face suppressing behavior removed.
2479 (isearch-set-lazy-highlight-faces-at): Removed.
2480
076ec540
KH
24812001-01-17 Kenichi Handa <handa@etl.go.jp>
2482
2483 * language/european.el ("Latin-1"): Make the format of description
2484 about additional language environments same as that of Latin-2.
2485
92328ec5
DL
24862001-01-16 Dave Love <fx@gnu.org>
2487
39f2174e
DL
2488 * isearch.el (isearch-lazy-highlight): Add :version.
2489
92328ec5
DL
2490 * simple.el (backward-delete-char-untabify-method)
2491 (next-line-add-newlines): Add :version.
2492
f251459d
GM
24932001-01-16 Gerd Moellmann <gerd@gnu.org>
2494
9d4850e5
GM
2495 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2496 Don't bind <delete> otherwise.
2497
2498 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2499 and <delete> via function-key-map.
2500
f251459d
GM
2501 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2502 Subject line only if point is after the `Subject:'.
2503
771ffcf7
KH
25042001-01-16 Kenichi Handa <handa@etl.go.jp>
2505
bda6b481
KH
2506 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2507 japanese-jisx0213-2 in `charset' property of this lang. env.
2508
35793af7
KH
2509 * language/european.el ("Latin-1"): Add description for Dutch and
2510 Spanish lang. env.
2511
771ffcf7
KH
2512 * international/mule.el (decode-char): Fix conditions.
2513 (encode-char): Handle eight-bit-control too.
1c8102ff 2514 (transform-make-coding-system-args): New function.
50c29104
KH
2515 (make-coding-system): Accept XEmacs style arguments for CCL base
2516 coding system.
771ffcf7 2517
e1cf67b6
GM
25182001-01-15 Gerd Moellmann <gerd@gnu.org>
2519
2520 * progmodes/etags.el (find-tag-noselect): Save the value of
2521 tags-file-name before switching buffers, for the case it has a
2522 buffer-local value.
2523
b3287acf
GM
25242001-01-15 Alex Schroeder <alex@gnu.org>
2525
9eaf396b
DL
2526 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2527 From Dave Love <fx@gnu.org>.
b3287acf
GM
2528 (ansi-color-for-comint-mode): Fix :version.
2529
25302001-01-15 Alex Schroeder <alex@gnu.org>
2531
2532 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2533
8d7ff9c8
EZ
25342001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2535
2536 * dired.el (dired-insert-directory): If file-system-info fails,
2537 remove the " free " part, but don't signal an error.
2538
dbe99ae9
SS
25392001-01-12 Sam Steingold <sds@gnu.org>
2540
2541 * bookmark.el (bookmark-maybe-historicize-string):
2542 Use new backquote syntax.
2543
103db06c 25442001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2545
2546 * subr.el (last): Handle a list that doesn't end in nil.
2547
ca2ddd8e
SS
25482001-01-12 Sam Steingold <sds@gnu.org>
2549
2550 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2551 to `backward-delete-char-untabify'.
2552
1751c874
DL
25532001-01-12 Dave Love <fx@gnu.org>
2554
2555 * cus-edit.el (customize-menu-create): Fix the :filter following
2556 easymenu change.
2557
2558 * wid-edit.el (function): Add :match-alternatives.
2559 (widget-color-action): Doc fix.
2560
3cccce8d
GM
25612001-01-12 Gerd Moellmann <gerd@gnu.org>
2562
2563 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2564
18bfd6b5
KH
25652001-01-12 Kenichi Handa <handa@etl.go.jp>
2566
83c9cb8e 2567 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2568
18bfd6b5
KH
2569 * international/ccl.el (define-ccl-program): Fix docstring.
2570
562e00da
DL
25712001-01-11 Dave Love <fx@gnu.org>
2572
14fd0da3
DL
2573 * international/mule-cmds.el (standard-display-european-internal):
2574 Set display table for 2208 as for 160.
2575
2576 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2577
562e00da
DL
2578 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2579 entry for custom-menu-create change.
2580 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2581 don't cons it in the search loop.
2582
2583 * imenu.el (imenu--truncate-items): Revert last change.
2584
6e961dcd
EZ
25852001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2586
2587 * info.el (Info-setup-header-line): If the node header includes
2588 either Next: or Prev: links, don't show the File: and Node: parts
2589 in the header line.
2590
2c2ff7f2
GM
25912001-01-11 Gerd Moellmann <gerd@gnu.org>
2592
a7ee2d2e
GM
2593 * comint.el (comint-goto-process-mark): Don't print a message
2594 when running in batch mode.
2595
c5348233
GM
2596 * isearch.el (isearch-search): In the condition-case handler for
2597 `error', set isearch-invalid-regexp to the whole error message.
2598
422717d1
GM
2599 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2600 ensure that eval-after-load works for files dumped with Emacs.
2601
2602 * help.el (load-symbol-file-load-history): New function extracted
2603 from function symbol-file.
2604 (symbol-file): Use it.
2605
83c9cb8e 2606 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2607
926861fb
EZ
26082001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2609
2610 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2611 behave as if there were no prefix argument.
2612 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2613 argument were nil.
2614
afa1f52c
RS
26152001-01-11 Richard M. Stallman <rms@gnu.org>
2616
ca2ddd8e 2617 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2618 Don't look for more potential matches once maximum is exceeded.
2619 Use overlays-in to check correctly for overlap with current match.
2620 Ignore empty matches.
2621
47a9f362
MB
26222001-01-11 Miles Bader <miles@gnu.org>
2623
2624 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2625 (ispell-overlay-window, ispell-help, ispell-show-choices)
2626 (ispell-command-loop): Use it instead of `window-height'.
2627
d196f58d
GM
26282001-01-10 Gerd Moellmann <gerd@gnu.org>
2629
cf523f0e
GM
2630 * files.el (confirm-kill-emacs): New user-option.
2631 (save-buffers-kill-emacs): Ask for final confirmation before
2632 killing Emacs.
2633
d196f58d
GM
2634 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2635 to nil.
2636
7c6c3d8e
GM
26372001-01-10 Dave Love <fx@gnu.org>
2638
1f8be15d
DL
2639 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2640
83c9cb8e 2641 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2642
2643 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2644
2645 * calculator.el (calculator-number-digits): Fix :type.
2646
0d5184de
DL
2647 * vc-cvs.el (vc-cvs-header): Fix :type.
2648 * vc-rcs.el (vc-rcs-header): Fix :type.
2649 * vc-sccs.el (vc-sccs-header): Fix :type.
2650
2651 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2652
7c6c3d8e
GM
2653 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2654
8c9f73a2
GM
2655 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2656
457b792c
GM
26572001-01-10 Gerd Moellmann <gerd@gnu.org>
2658
2659 * simple.el (set-variable): Force a thorough redisplay for the
2660 case that the variable has an effect on the display, like
2661 `tab-width' has.
2662
d2622d08
AS
26632001-01-10 Andre Spiegel <spiegel@gnu.org>
2664
2665 * vc.el: Add documentation for backend interface.
2666
ae4b5f4f
KH
26672001-01-10 Kenichi Handa <handa@etl.go.jp>
2668
e0844717
KH
2669 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2670
ae4b5f4f
KH
2671 * international/mule-conf.el (latin-extra-code-table): Set to t
2672 for \223 and \224.
2673
3184082b
KH
26742001-01-09 Kenichi Handa <handa@etl.go.jp>
2675
2676 * international/mule-cmds.el (locale-language-names): Map "es" to
2677 "Spanish" and "nl" to "Dutch".
2678
732b9cdd
GM
26792001-01-09 Gerd Moellmann <gerd@gnu.org>
2680
1dfca644
GM
2681 * bindings.el (global-map): Bind <home> to beginning-of-line,
2682 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2683 C-<end> to end-of-buffer.
2684
732b9cdd
GM
2685 * language/european.el: Add Dutch and Spanish language info
2686 to be able to use the appropriate tutorials.
2687
26882001-01-09 Alex Schroeder <alex@gnu.org>
2689
2690 * ansi-color.el (ansi-color-process-output): Use markers instead
2691 of positions for start and end of region.
2692 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2693 Previously, occasional mistakes happend when fontifying many
2694 chunks of output (eg. ls --color=yes /dev). This happened
2695 whenever an overlay was created up to the end of the region, which
2696 coincided with the process-mark. New text would then be added
2697 within that overlay instead of after it.
2698 (ansi-color-make-extent): Overlays are created with the property
2699 `modification-hooks' set to '(ansi-color-freeze-overlay).
2700 (ansi-color-freeze-overlay): New function. When inserting text at
2701 the end of the overlay, the overlay will resize.
2702
27032000-01-09 Alex Schroeder <alex@gnu.org>
2704
2705 * ansi-color.el (ansi-color-process-output): Doc change.
2706 (ansi-color-unfontify-region): Doc change. No longer installed
2707 automatically in font-lock-unfontify-region-function.
2708 (ansi-color-apply): Doc change.
2709 (ansi-color-apply-on-region): Use extents or overlays instead of
2710 text-properties.
2711 (ansi-color-make-extent): New function.
2712 (ansi-color-set-extent-face): New function.
2713
27142000-01-09 Alex Schroeder <alex@gnu.org>
2715
2716 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2717 both use ansi-color-process-output, now.
2718 (ansi-color-process-output): Doesn't return string anymore. It is
2719 installed in comint-output-filter-functions for both Emacs and
2720 XEmacs, now.
2721 (ansi-color-unfontify-region): Simplified code removing variables
2722 pos and start-ansi.
2723 (ansi-color-apply): Put text-property ansi-color before putting
2724 text-property face because ansi-color-unfontify-region is called
2725 immediately after the call to put-text-property.
2726 (ansi-color-context-region): Doc change.
2727 (ansi-color-filter-region): Simplified code.
2728 (ansi-color-apply-on-region): Changed start to start-marker, using
2729 a marker explicitly. Put text-property ansi-color before putting
2730 text-property face because ansi-color-unfontify-region is called
2731 immediately after the call to put-text-property.
2732
27332000-01-09 Alex Schroeder <alex@gnu.org>
2734
2735 * ansi-color.el (ansi-color-faces-vector): Doc change.
2736 (ansi-color-for-comint-mode): Changed :type property to choice.
2737 (ansi-color-last-context): Removed.
2738 (ansi-color-process-output): Don't use ansi-color-last-context, as
2739 the main functions will store their context now.
2740 (ansi-color-context): Doc change.
2741 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2742 Uses ansi-color-context such that repeated calls will strip
2743 partial escape sequences, too.
2744 (ansi-color-apply): Simplified code. Colorize end of string if
2745 face is not null. Store context in new (FACE STRING) format, such
2746 that repeated calls will strip partial escape sequences, too.
2747 Append faces to face property using ansi-color-apply-sequence such
2748 that cumulative mode actually works.
2749 (ansi-color-context-region): New variable.
2750 (ansi-color-filter-region): Rewrote it based on
2751 ansi-color-apply-on-region. Uses ansi-color-context-region such
2752 that repeated calls will strip partial escape sequences, too.
2753 (ansi-color-apply-on-region): Simplified code. Colorize end of
2754 region if face is not null. Store context in new (FACE POS)
2755 format, such that repeated calls will strip partial escape
2756 sequences, too. Append faces to face property using
83c9cb8e 2757 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2758 (ansi-color-apply-sequence): New function.
2759 (ansi-color-get-face): When the default face is added to the list
2760 of faces, all previous settings are discarded and the list of
2761 faces is set to '(default).
2762
27632000-01-09 Alex Schroeder <alex@gnu.org>
2764
2765 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2766 face, such that ansi-color-apply and ansi-color-apply-on-region
2767 will do the right thing.
2768 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2769 returns nil, set the list of faces back to nil instead of
83c9cb8e 2770 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2771
27722000-01-09 Alex Schroeder <alex@gnu.org>
2773
2774 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2775 (ansi-color-process): Doc change.
2776 (ansi-color-last-context): New buffer-local variable.
2777 (ansi-color-process-output): New function. It is automatically
2778 added to comint-output-filter-functions if this is XEmacs.
2779 (ansi-color-unfontify-region): New optional parameter for XEmacs
2780 compatibility. Check wether font-lock-syntactic-keywords is
2781 boundp before removing the syntax table text property, as XEmacs
2782 doesn't have it.
2783 (ansi-color-filter-region): Doc change.
2784 (ansi-color-apply-on-region): Doc change.
2785 (ansi-color-make-face): New function. Compatibility layer for
2786 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2787 (ansi-color-make-color-map): Use ansi-color-make-face.
2788 (ansi-color-get-face): Avoid face text property '(nil) as results
2789 in an errow for XEmacs.
2790
27912000-01-09 Alex Schroeder <alex@gnu.org>
2792
83c9cb8e
SM
2793 * ansi-color.el (ansi-color-unfontify-region): New function.
2794 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2795 ansi-color. When the package is loaded, a lambda expression is
2796 put onto font-lock-mode-hook. This lambda expression will check
2797 font-lock-unfontify-region-function and replace
83c9cb8e 2798 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2799 (ansi-color-apply): Add text-property ansi-color in addition to
2800 text-property face.
2801 (ansi-color-apply-on-region): Add text-property ansi-color in
2802 addition to text-property face.
2803 (save-buffer-state): Copy of the macro that is also used by
2804 lazy-lock and font-lock.
2805
2806 (ansi-color-for-comint-mode): New option.
2807 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2808 (ansi-color-for-comint-mode-off): Ditto.
2809 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2810 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2811 decide what to do. This function is added to
2812 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2813
2814 (ansi-color-for-shell-mode-set): Removed.
2815 (ansi-color-for-shell-mode): Removed.
2816
28172000-01-09 Alex Schroeder <alex@gnu.org>
2818
2819 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2820 the lambda expression from the ansi-color-for-shell-mode :set
2821 property. Additionally, modify shell-mode-hook to enable or
2822 disable font-lock-mode for future shell buffers.
2823 (ansi-color-for-shell-mode): The :set property calls
2824 ansi-color-for-shell-mode-set instead of a lambda expression.
2825
28262000-01-09 Alex Schroeder <alex@gnu.org>
2827
2828 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2829 (ansi-color-context): New variable.
2830 (ansi-color-apply): Save context between calls.
2831
fb55ff10
EZ
28322001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2833
83c9cb8e
SM
2834 * isearch.el (isearch, isearch-lazy-highlight-face):
2835 New definitions for face colors and attributes.
29910493 2836
fb55ff10
EZ
2837 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2838 of display-mouse-p.
2839
134d6265
KH
28402001-01-09 Kenichi Handa <handa@etl.go.jp>
2841
2842 * international/mule.el (make-coding-system): If the coding system
2843 accepts extra latin codes, register such codes as safe for the
2844 coding system.
2845
103db06c 28462001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2847
984c9f75
RS
2848 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2849 don't mention the file name or the date here, because they are
2850 logged at the start of the file.
2851
28522001-01-08 Richard M. Stallman <rms@gnu.org>
2853
78b8eee8
RS
2854 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2855 Change screen-width to frame-width.
2856
1460e5d4
EZ
28572001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2858
2859 * info.el (Info-search): Print the default as part of the prompt.
2860
56f24bc1
AS
28612001-01-08 Andre Spiegel <spiegel@gnu.org>
2862
ca2ddd8e 2863 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2864 constant implementations in backends.
2865
2866 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2867 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2868
2869 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2870 WRITABLE to EDITABLE.
2871
2872 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2873 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2874 to EDITABLE.
2875
b7812d30
EZ
28762001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2877
2878 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2879 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2880
7e56ea04
GM
28812001-01-08 Gerd Moellmann <gerd@gnu.org>
2882
2883 * isearch.el (isearch-old-signal-hook): Removed.
2884 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2885 instead of setting signal-hook-function.
2886 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2887
a758f97d
GM
28882001-01-08 Kevin Gallagher <kevingal@onramp.net>
2889
2890 * emulation/edt.el: Update to version 4.0. Provide support for
2891 EDT scroll margins at top and bottom of the window. Provide an
2892 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2893 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2894 user when file-related buffer modifications exist.
2895 Provide support for running EDT Emulation in XEmacs.
2896 Provide customize access to some user updatable variables.
2897 Add Commentary section to file header.
2898 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2899
2900 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2901 for detecting a keypress that generates an ASCII key sequence.
2902 (Previously, only a keypress that generates a vector was
2903 recognized.) Embed Window Manager name into name of the generated
2904 EDT Emulation initialization file since the initialization file is
2905 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2906
30db89f9
EZ
29072001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2908
4deb3ba9
EZ
2909 * mail/sendmail.el (mail-mode): Doc fix.
2910
30db89f9
EZ
2911 * info.el (Info-goto-emacs-command-node): Doc fix.
2912 (Info-goto-emacs-key-command-node): Doc fix.
2913
c3f2772b
EZ
29142001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2915
8726e79b 2916 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2917 systems without long file-name support.
2918
0dac6924
AI
29192001-01-06 Andrew Innes <andrewi@gnu.org>
2920
2921 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2922
4e6ef391
EZ
29232001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2924
380866a2
EZ
2925 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2926 (isearch-lazy-highlight-update): Doc fix.
2927
148b5960
EZ
2928 * ffap.el (ffap-bindings): Doc fix.
2929
4e6ef391
EZ
2930 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2931
4cb1bcc2
DL
29322001-01-05 Dave Love <fx@gnu.org>
2933
2934 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2935
3828218c
GM
29362001-01-05 Gerd Moellmann <gerd@gnu.org>
2937
83c9cb8e
SM
2938 * mouse-drag.el (mouse-drag-safe-scroll):
2939 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2940
1f4139d5
GM
2941 * isearch.el (isearch-old-signal-hook): New variable.
2942 (isearch-mode): Set signal-hook-function to isearch-done.
2943 (isearch-done): Restore old signal-hook-function.
2944
3828218c
GM
2945 * info.el (Info-fontify-node): Mark one more char as intangible.
2946
3970013f
KH
29472000-01-05 Kenichi Handa <handa@etl.go.jp>
2948
83c9cb8e
SM
2949 * composite.el (compose-last-chars): New argument COMPONENTS.
2950 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2951 COMPONENTS.
2952
2953 * international/quail.el (quail-input-string-to-events): New function.
2954 (quail-input-method): Convert input string to events here.
2955 (quail-start-translation): Return input string, not event list.
2956 (quail-start-conversion): Likewise.
2957
f3b05e99
GM
29582001-01-04 Gerd Moellmann <gerd@gnu.org>
2959
ca2ddd8e 2960 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2961 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2962 and tooltip-add-timeout.
2963 (tooltip-show): Set border color from faces's foreground.
2964 (tooltip-show-help-function): If called with the same help string
2965 as last time, do nothing.
2966 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2967
0f2ac578
GM
2968 * startup.el (fancy-splash-screens): Don't bind show-help-function
2969 to nil.
2970
f3b05e99
GM
2971 * tooltip.el (tooltip-frame-parameters): Remove colors.
2972 (tooltip): New face
2973 (tooltip-set-param): New function.
2974 (tooltip-show): Set up color frame parameters from face `tooltip'.
2975 Display the tooltip text in face `tooltip'.
2976
8416e94a
DL
29772001-01-04 Dave Love <fx@gnu.org>
2978
2979 * whitespace.el (whitespace-global-mode): Fix typo.
2980
2981 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2982
30db89f9
EZ
29832001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2984
83c9cb8e
SM
2985 * help.el (help-for-help): Fix a typo in a doc string.
2986 From kwzh@gnu.org (Karl Heuer).
30db89f9 2987
b847eb8c
DL
29882001-01-03 Dave Love <fx@gnu.org>
2989
2990 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2991 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2992 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2993 (dired-guess-shell-alist-user): Customize.
2994 (dired-x-help-address): Set to bug-gnu-emacs.
2995 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2996 (dired-default-directory): Renamed from default-directory.
2997
2998 * hl-line.el (hl-line): Doc fix.
2999
43c4b570
KF
30002001-01-03 Karl Fogel <kfogel@red-bean.com>
3001
1bf6b1bf 3002 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3003
984c9f75 30042001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3005
3006 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3007 to remove all the current alternative-match highlighting.
3008 If nil, remove only what's outside the current window.
3009 (isearch-lazy-highlight-remove-overlays): Take optional
3010 region within which NOT to remove them.
3011 (isearch-lazy-highlight-new-loop): Greatly simplified.
3012 (isearch-lazy-highlight-update): Find all the other occurrences
3013 visible in the window, in just one call.
3014 (isearch-lazy-highlight-start): Now holds start of region to scan.
3015 (isearch-lazy-highlight-end): Now holds end of region to scan.
3016 (isearch-lazy-highlight-wrapped): Variable deleted.
3017 (isearch-lazy-highlight-search): Function deleted.
3018
13d6a61c
AI
30192000-01-02 Andrew Innes <andrewi@gnu.org>
3020
3021 * w32-fns.el (convert-standard-filename): Do length check on name
3022 before aref.
3023
064866e7
DL
30242001-01-02 Dave Love <fx@gnu.org>
3025
b33e041b
DL
3026 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3027 value.
3028 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3029
3030 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3031
8166ffd5
DL
3032 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3033 read syntax.
3034
064866e7
DL
3035 * calendar/todo-mode.el (todo): Add :link, :version.
3036 (todo-save-top-priorities): Remove autoload cookie.
3037 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3038 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3039
6dde6abc
GM
30402001-01-02 Gerd Moellmann <gerd@gnu.org>
3041
3042 * comint.el (comint-input-history-ignore): New variable.
3043 (comint-read-input-ring): Ignore entries matching
3044 comint-input-history-ignore.
3045
1a8a9daf
GM
30462001-01-02 Eric M. Ludlam <zappo@gnu.org>
3047
3048 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3049 (lm-copyright-mark): New function.
3050 (lm-crack-copyright): New function.
3051 (lm-verify): Check that the file has a copyright.
3052 Check that the file is copyright Free Software Foundation.
3053
9c92eb53
KH
30542000-12-30 Kenichi Handa <handa@etl.go.jp>
3055
3056 * international/mule-diag.el (print-fontset): Indent font name by
3057 24 columns, not 25.
3058
49172314
GM
30592000-12-29 Gerd Moellmann <gerd@gnu.org>
3060
762a68ec
GM
3061 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3062 in Subject line.
3063
49172314 3064 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3065 Use mail-mode-hook instead of mail-setup-hook.
3066 Otherwise continuing an interrupted message with C-u C-x m for
3067 instance, winds up in Mail mode without abbrevs.
49172314 3068
bd7a2e26
GM
30692000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3070
3071 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3072 non-nil. Adding almost all customization variables on ps-setup.
3073 Doc fix.
bd7a2e26
GM
3074 (ps-print-version): New version number (6.3.3).
3075 (ps-end-with-control-d): Initialization fix.
3076 (ps-lines-printed): New var.
3077 (ps-skip-newline): New fun.
3078 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3079 (ps-next-line, ps-continue-line, ps-plot-region)
3080 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3081
2b3f28a4
KH
30822000-12-29 Kenichi Handa <handa@etl.go.jp>
3083
83c9cb8e
SM
3084 * international/fontset.el (x-complement-fontset-spec):
3085 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3086 registered in x-font-name-charset-alist.
3087 (create-fontset-from-fontset-spec): Adjusted for the above change.
3088 The name of fontset alias should be a unresolved ASCII font name.
3089
2ece9174
GM
30902000-12-28 Gerd Moellmann <gerd@gnu.org>
3091
3092 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3093 and delete in isearch-mode-map.
3094
cbe3ad7a
RS
30952000-12-28 Richard M. Stallman <rms@gnu.org>
3096
ca2ddd8e 3097 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3098 Use xpdf instead of acroread.
3099
a816f1c5
KH
31002000-12-28 Kenichi Handa <handa@etl.go.jp>
3101
f086e73c
KH
3102 * textmodes/artist.el (artist-butlast): Deleted.
3103 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3104 artist-butlast.
f086e73c 3105
a816f1c5
KH
3106 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3107
3108 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3109
b202115b
EZ
31102000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3113
3114 * ls-lisp.el: Better support for the Mac and MS-Windows.
3115 (ls-lisp): New defgroup.
3116 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3117 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3118 (ls-lisp-support-shell-wildcards): New defcustoms.
3119 (ls-lisp-parse-symlink): New function.
3120 (insert-directory): Code to convert switches to a list and set up
3121 the wildcard argument copied from ls-lisp-insert-directory.
3122 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3123 for -C and -R switches.
3124 (ls-lisp-column-format): New function.
ca2ddd8e 3125 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3126 (ls-lisp-format-time): Add doc strings.
3127 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3128 Support ls-lisp-dirs-first.
3129 (ls-lisp-classify, ls-lisp-extension): New functions.
3130 (ls-lisp-format): Optionally support emulation of symlinks.
3131 Support -i, -s, and -G switches.
3132
6061fbf0
GM
31332000-12-27 Gerd Moellmann <gerd@gnu.org>
3134
5e25feee
GM
3135 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3136
6061fbf0
GM
3137 * version.el (emacs-version): Print X scroll bar information.
3138
3139 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3140 instead of x-toolkit-scroll-bars-p.
3141
3142 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3143 of x-toolkit-scroll-bars-p.
3144
25050dab
EZ
31452000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3146
83c9cb8e 3147 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3148 (ffap-bindings): Doc fix, to reflect the above change.
3149
c1786874
KH
31502000-12-27 Kenichi Handa <handa@etl.go.jp>
3151
3152 * term.el (term-char-mode): Define all non-ascii self-inserting
3153 characters to 'term-send-raw in term-raw-map.
3154
7261ece3 31552000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3156
83c9cb8e 3157 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3158
83c9cb8e
SM
3159 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3160 Changed initialization; use add-hook.
6061fbf0 3161 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3162
6061fbf0 3163 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3164
6061fbf0
GM
3165 * ediff.el (ediff-patch-buffer): Bug fix.
3166 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3167
83f40583
SM
31682000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3169
3170 * subr.el (combine-run-hooks): Remove.
3171
3172 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3173 and remove the rogue second spec.
3174
bdd6d4e8
GM
31752000-12-23 Gerd Moellmann <gerd@gnu.org>
3176
3177 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3178
26736ce3
SM
31792000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3180
0e86b6b0
SM
3181 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3182 Use minibuffer menu prompt for the `=' prefix.
3183 (smerge-command-prefix): Change default to C-^.
6eabfb26 3184 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3185
26736ce3
SM
3186 * skeleton.el (skeleton-internal-1): Make sure the first line of
3187 the region is also re-indented.
d21584d6
SM
3188 (skeleton-end-newline): New var.
3189 (skeleton-end-hook): Use it.
26736ce3 3190
95fa4fd7
MB
31912000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3192
3193 * comint.el (comint-password-prompt-regexp): Support CVS.
3194
f060b834
GM
31952000-12-22 Gerd Moellmann <gerd@gnu.org>
3196
83c9cb8e
SM
3197 * simple.el (delete-key-deletes-forward-mode): Simplify.
3198 Also backspace key combinations, depending on
856ff7a7
GM
3199 delete-key-deletes-forward.
3200
3201 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3202
f060b834
GM
3203 * simple.el (delete-key-deletes-forward): Doc fix.
3204
653558a1
GM
32052000-08-22 Emmanuel Briot <briot@gnat.com>
3206
3207 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3208 white spaces are relevant in the XML file.
653558a1
GM
3209 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3210 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3211 of XML files.
653558a1
GM
3212 (xml-parse-tag): Check that the casing is the same in the start
3213 tag and end tag, since XML is case-sensitive. Allows for spaces
3214 in the end tag, after the name of the tag.
3215 (xml-parse-attlist): Allow for the character '-' in the name of
3216 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3217 the properties in the XML tree, since they are not relevant.
653558a1 3218
3ad93d8d
SM
32192000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3220
3221 * generic.el (generic-read-type): Undo last change, inline into
3222 `generic-mode' and then remove.
3223 (generic-mode): Inline generic-read-type.
3224 (define-generic-mode): Push the symbol name rather than the symbol
3225 onto generic-mode-list.
3226
177f4e88
GM
32272000-12-21 Gerd Moellmann <gerd@gnu.org>
3228
8e15274f
GM
3229 * generic.el (generic-read-type): Build an alist for
3230 completing-read as in 20.7.
3231
3232 * play/landmark.el (lm): Use interactive spec `P'.
3233 (toplevel): Don't set debug-on-error.
3234
83c9cb8e 3235 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3236
6ba384dc
GM
32372000-12-21 Dave Pearson <davep@davep.org>
3238
3239 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3240
647a066c
GM
32412000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3242
3243 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3244 ranges like \177-\237, but accepts the character sequence from \177 to
3245 \237. Doc fix.
3246 (ebnf-version): New version (3.4).
3247 (ebnf-setup): Code fix.
3248 (ebnf-range-regexp): New fun.
3249 (ebnf-8-bit-chars): Const fix.
3250
3251 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3252 entry. Doc fix.
3253 (ebnf-bnf-lex): Code fix.
3254 (ebnf-bnf-comment-chars): Const fix.
3255
3256 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3257 entry. Doc fix.
3258 (ebnf-iso-comment-chars): Const fix.
3259
3260 * ebnf-otz.el: Doc fix.
3261
3262 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3263 entry. Doc fix.
3264 (ebnf-yac-skip-code): Code fix.
3265 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3266
bc22fd18
EZ
32672000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3268
3269 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3270 (recover-file): Use it instead of insert-directory.
3271 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3272
587fc3f9
KH
32732000-12-21 Kenichi Handa <handa@etl.go.jp>
3274
83c9cb8e
SM
3275 * international/mule-cmds.el (select-safe-coding-system):
3276 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3277
587fc3f9
KH
3278 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3279
01860fb9
MB
32802000-12-21 Miles Bader <miles@gnu.org>
3281
83c9cb8e 3282 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3283
3f9d67a6
KH
32842000-12-21 Kenichi Handa <handa@etl.go.jp>
3285
9fd1c1f7
KH
3286 * international/mule-diag.el (describe-char-after): Make *Help*
3287 buffer inherit multibyteness of the current buffer.
3288
3f9d67a6
KH
3289 * international/mule.el (make-char): Docstring adjusted for the
3290 change of make-char-internal.
3291
c9669fac
SM
32922000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3293
3294 * international/iso-cvt.el: Docstrings fix.
3295
19594307
DL
32962000-12-20 Dave Love <fx@gnu.org>
3297
3298 * subr.el (eval-after-load): Doc fix.
3299
b1a447b3
KH
33002000-12-20 Kenichi Handa <handa@etl.go.jp>
3301
3302 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3303 for numbers.
3304
09877d5d
MB
33052000-12-20 Miles Bader <miles@gnu.org>
3306
3307 * international/quail.el (quail-help): Resize the help window
3308 again after it has all its contents. Remove unneeded progn.
3309
71d4497a
GM
33102000-12-19 Gerd Moellmann <gerd@gnu.org>
3311
3312 * pcmpl-linux.el: Fix copy/paste error.
3313
741e56a0
AI
33142000-12-19 Andrew Innes <andrewi@gnu.org>
3315
83c9cb8e 3316 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3317
cc24d91c
CD
33182000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3319
ba4c05aa
CD
3320 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3321
3322 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3323
3324 * progmodes/idlw-shell.el: Fixed copyright notice.
3325
3326 * progmodes/idlwave.el: Fixed copyright notice.
3327
71d4497a 3328 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3329 TAB as key separators.
3330
524c8caf
GM
33312000-12-19 Alex Schroeder <alex@gnu.org>
3332
3333 * sql.el (sql-sybase-options): New option.
3334 (sql-sybase): Use it. Add sql-database to the list of parameters
3335 provided for login. The options -w 2048 -n are not used any more.
3336 (sql-postgres-options): Changed default from "--pset" to "-P".
3337 (sql-mysql-options): Doc change.
3338 (sql-stop): Doc change.
3339
b5fa513d
KH
33402000-12-19 Kenichi Handa <handa@etl.go.jp>
3341
3342 * international/quail.el (quail-input-method): Always hide
3343 the guidance buffer on exiting.
3344
91c9e6ce
GM
33452000-12-18 Gerd Moellmann <gerd@gnu.org>
3346
c6da4eb4
GM
3347 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3348 isn't fboundp.
3349
3d2a0e0b
GM
3350 * server.el (server-buffer-done): Bury the buffer before
3351 killing it.
3352
91c9e6ce
GM
3353 * faces.el (face-spec-set): Interpret a nil in specs for
3354 foreground and background colors as `unspecified', for
3355 compatibility with 20.x.
3356
40fa0008
DL
33572000-12-18 Dave Love <fx@gnu.org>
3358
22adbe54
DL
3359 * simple.el (mail-user-agent): Doc fix.
3360 (input-mode-8-bit): Removed.
3361
3362 * international/mule.el (set-keyboard-coding-system): Doc fix.
3363 (keyboard-coding-system): New option.
3364
40fa0008
DL
3365 * mail/sendmail.el (send-mail-function): Customize.
3366
6f4745e2
EZ
33672000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3368
3369 * international/codepage.el (cp866-decode-table): New table.
3370
82b90229
GM
33712000-12-18 Gerd Moellmann <gerd@gnu.org>
3372
3373 * version.el (emacs-version): Remove `%a' from the time format
3374 because the weekday doesn't fit well into each locale.
3375
5a047002
MB
33762000-12-18 Miles Bader <miles@gnu.org>
3377
7f49aa07
MB
3378 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3379
ca2ddd8e 3380 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3381 Check that emacs-major-version is `=' to 20, not `>='.
3382 (artist-replace-chars): Use `make-string' instead of a loop.
3383
22ea2607
EZ
33842000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3385
3386 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3387 (cvs-execute-single-file): Don't change directory.
3388 Patch from Per Cederqvist.
3389
6c825f8e
EZ
33902000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3391
83c9cb8e
SM
3392 * textmodes/ispell.el (check-ispell-version):
3393 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3394 of -vv.
3395
8ff06845
KH
33962000-12-16 Kenichi Handa <handa@etl.go.jp>
3397
af4bb4c8
KH
3398 * international/mule-diag.el (mule-diag): Insert information about
3399 configure options, multibyte awareness, language env.
3400
8ff06845
KH
3401 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3402 regexp to search for candidates.
3403
b24e84ab
EZ
34042000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3405
3406 * info.el (Info-forward-node): If the node has an
3407 Info-header-line, widen the buffer before searching for "next:"
3408 and "up:" pointers, and set the search limit to stay in the
3409 current node.
3410
7981d89f
MB
34112000-12-16 Miles Bader <miles@gnu.org>
3412
3413 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3414
88ee7917
MB
34152000-12-15 Miles Bader <miles@gnu.org>
3416
3417 * comint.el (comint-send-string, comint-send-region): Also accept
3418 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3419 process-send-string/region.
3420
0c28d842
GM
34212000-12-15 Gerd Moellmann <gerd@gnu.org>
3422
4ea7fdca
GM
3423 * isearch.el (isearch-lazy-highlight-max): New user-option.
3424 (isearch-lazy-highlight-update): Don't highlight more than
3425 isearch-lazy-highlight-max matches.
3426
0c28d842
GM
3427 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3428
984c9f75 34292000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3430
8062e53a
GM
3431 * sort.el (sort-columns): Fix error message.
3432
3ffa545b
GM
3433 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3434 `upcase' or `downcase' or nil.
3435 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3436 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3437 (dabbrev--substitute-expansion): New arg record-case-pattern.
3438 If it is non-nil, set dabbrev--last-case-pattern.
3439 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3440
3441 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3442
c2d7f289
MB
34432000-12-15 Miles Bader <miles@gnu.org>
3444
b6348438
MB
3445 * paths.el (Info-default-directory-list): Don't delete
3446 configure-info-directory from the list of standard info
83c9cb8e 3447 directories when appending it to the end -- their order is important.
b6348438 3448
f9056dd9
MB
3449 * faces.el (read-face-attribute): If there's no entry for the
3450 user's input in VALID, just use it as-is (this will often result
3451 in an error, but it may be OK for e.g. colors using hexadecimal
3452 notation, and at least will yield a better error message).
3453
c2d7f289 3454 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3455 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3456 Variables removed.
3457 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3458 window is really the right size. Use vertical-motion
3459 rather than forward-line.
3460 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3461 (ispell-command-loop, ispell-show-choices): Use the variable
3462 ispell-choices-win-default-height, rather than the function.
3463 (ispell-choices-win-default-height): Function removed.
3464 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3465
8f530b95
SM
34662000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3467
3468 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3469
6d435deb
EZ
34702000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3471
83c9cb8e
SM
3472 * paths.el (Info-default-directory-list):
3473 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3474 put it first in the list; otherwise put it last. Doc string
3475 changed accordingly.
3476
3477 * info.el (Info-directory-list): Change doc string to reflect the
3478 change in Info-default-directory-list.
3479
6d435deb
EZ
3480 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3481 windows-nt as windowed environments, even under -nw.
3482
3483 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3484 if not fboundp. Switch delete-forward mode for the <delete> key
3485 on all PC platforms, even under -nw.
3486
3487 * term/internal.el ([M-delete]): Remap to M-d.
3488
9d7d9263
GM
34892000-12-14 Gerd Moellmann <gerd@gnu.org>
3490
3491 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3492
7cf0153a
EZ
34932000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3494
3495 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3496
5e5b3d41
GM
34972000-12-14 Gerd Moellmann <gerd@gnu.org>
3498
5f368d29
GM
3499 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3500 if appropriate.
3501
3502 * simple.el (delete-key-deletes-forward): New user-option.
3503 (delete-key-deletes-forward-mode): New function.
3504
9d7d9263 3505 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3506
83c9cb8e
SM
3507 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3508 Test if symbol is bound before getting its value.
5e5b3d41
GM
3509
3510 * tooltip.el (tooltip-show): If an error is signaled in
3511 x-show-tip, display that error, and display the help in the
3512 echo area.
ca2ddd8e 3513
191b83b6
KH
35142000-12-14 Kenichi Handa <handa@etl.go.jp>
3515
83c9cb8e
SM
3516 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3517 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3518
6192b604
KF
35192000-12-13 Karl Fogel <kfogel@red-bean.com>
3520
3521 * bookmark.el: Provide a generic exit hook, as suggested by
3522 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3523 (bookmark-exit-hook): New var.
3524 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3525 old raw lambda form in `kill-emacs-hook', and runs new
3526 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3527 as logically that feature must have been provided if this function
3528 is running.
3529 Removed ;;;###autoload before the `add-hook' call.
3530
5edf6b55
SM
35312000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3532
3533 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3534 (easy-menu-current-active-maps): New function.
3535 (easy-menu-get-map): Use it.
3536 Make a proper menu entry when creating a new keymap.
3537
16b5e8e6
KH
35382000-12-13 Kenichi Handa <handa@etl.go.jp>
3539
d49fc4eb
KH
3540 * international/characters.el: Fix cases and syntaxes for
3541 mule-unicode-0100-24ff.
3542
3b53d876
KH
3543 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3544 that a Japanese character is not appended after day and year.
3545
16b5e8e6
KH
3546 * info.el (Info-suffix-list): Change format for a command that
3547 requires arguments.
3548 (info-insert-file-contents): Adjusted for the above change.
3549
1df1c518
AS
35502000-12-12 Andreas Schwab <schwab@suse.de>
3551
3552 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3553 on the name of the tar buffer. Verify that the existing buffer is
3554 visiting the same subfile.
3555
a7a07b98
DL
35562000-12-12 Dave Love <fx@gnu.org>
3557
3558 * subdirs.el: Add obsolete.
3559
4fdbd809
GM
35602000-12-12 Gerd Moellmann <gerd@gnu.org>
3561
bfdb75ee
GM
3562 * mail/rmailsum.el (rmail-summary-expunge)
3563 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3564 instead of rmail-confirm-expunge.
3565
4fdbd809
GM
3566 * replace.el (perform-replace): Don't use an empty match adjacent
3567 to a non-empty match when computing the next match before the
3568 replacement is performed.
3569
e9a59cad
GM
35702000-12-12 Milan Zamazal <pdm@freesoft.cz>
3571
3572 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3573 definition (patch by Stefan Monnier).
3574 (glasses-mode): Use jit-lock instead of `after-change-functions'
3575 (patch by Stefan Monnier).
3576
c2def7a0
MB
35772000-12-12 Miles Bader <miles@gnu.org>
3578
3579 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3580 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3581
591b63b4
AC
35822000-12-12 Andrew Choi <akochoi@i-cable.com>
3583
3584 * term/mac-win.el: Remove load for ls-lisp.
3585
a924cf63 3586 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3587
5ff4ba3d
MB
35882000-12-12 Miles Bader <miles@gnu.org>
3589
3590 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3591 Respect field end too.
3592 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3593 (newline-and-indent, reindent-then-newline-and-indent):
3594 Use `delete-horizontal-space'.
5ff4ba3d 3595
d0c679bc
SM
35962000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3597
adf9c994
SM
3598 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3599 (so as to obey the field property in the minibuffer).
3600
4b0cd42d
SM
3601 * obsolete/c-mode.el: Moved from lisp/progmodes.
3602 * obsolete/auto-show.el: Moved from lisp.
3603 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3604
89f85863
CD
36052000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3606
3607 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3608 changes to list them here.
89f85863 3609
83c9cb8e
SM
3610 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3611 Too many changes to list them here.
89f85863 3612
83c9cb8e
SM
3613 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3614 Too many changes to list them here.
89f85863
CD
3615
3616 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3617
3e0d35ce
GM
36182000-12-11 Gerd Moellmann <gerd@gnu.org>
3619
83c9cb8e 3620 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3621
ca2ddd8e 3622 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3623 Comment fix.
3624
3e0d35ce
GM
3625 * hscroll.el: Moved to `obsolete' subdir.
3626
ff904dd6
MB
36272000-12-11 Miles Bader <miles@gnu.org>
3628
3629 * window.el (window-text-height): Function removed (now in C).
3630
fb97d87f
SM
36312000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3632
3633 * log-edit.el (log-edit-parent-buffer): New var.
3634 (log-edit): Set it. Add BUFFER argument.
3635 (log-edit-done): Use char-before.
3636 Don't bother checking validity of vc-comment-ring.
3637 Only bury the buffer if log-edit popped it up.
3638
3639 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3640 (cvs-mode-diff-help): Remove.
3641 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3642 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3643
3644 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3645 Remove binding for ? now made unnecessary.
3646
7de77417
CD
36472000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3648
83c9cb8e 3649 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3650 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3651
3652 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3653 when master file is not open.
3654
4efa209f
SM
36552000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3656
3657 * progmodes/ada-stmt.el: Update `maintainer'.
3658
0a8052bd
GM
36592000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3660
3661 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3662 choices to match documentation string.
3663
a12167c5
MB
36642000-12-09 Miles Bader <miles@gnu.org>
3665
2161605d
MB
3666 * minibuf-eldef.el: New file.
3667
a12167c5
MB
3668 * window.el (fit-window-to-buffer): Don't pass last argument to
3669 pos-visible-in-window-p, now that its meaning is inverted.
3670
9ea8de1b
EZ
36712000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3672
3673 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3674 <ceder@lysator.liu.se>.
3675
5002ddbb
SM
36762000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3677
b6114d80
SM
3678 * autoinsert.el (auto-insert-alist): Add missing final \n.
3679
ee8d23ee
SM
3680 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3681 (cvs-menu-map): Remove.
3682 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3683 (cvs-mode-quit): Turn it back into a plain function.
3684
5002ddbb 3685 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3686 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3687
3688 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3689 file where it's more visible.
3690 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3691 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3692 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3693 (texinfo-inside-macro-p): Only catch `scan-error's.
3694 (texinfo-inside-env-p): Make better use of the match info.
3695 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3696 (texinfo-insert-@end): Slight re-organization.
3697 Also remove useless `looking-at' call.
3698
30cd075d
AI
36992000-12-08 Andrew Innes <andrewi@gnu.org>
3700
3701 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3702 accessible in -nw mode.
3703
3704 * term/w32-win.el: Remove stuff about selection timeout, which is
3705 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3706 it is accessible in -nw mode.
3707
01b91009
DL
37082000-12-08 Dave Love <fx@gnu.org>
3709
83c9cb8e
SM
3710 * emacs-lisp/lisp-mode.el (lisp-mode):
3711 Set font-lock-keywords-case-fold-search.
01b91009 3712
842b2a94
GM
37132000-12-08 Gerd Moellmann <gerd@gnu.org>
3714
3715 * textmodes/ispell.el (ispell): Doc fix.
3716
f9d5f611
KH
37172000-12-08 Kenichi Handa <handa@etl.go.jp>
3718
3719 * international/quail.el (quail-insert-decode-map): Check the
3720 frame width of a window displaying the current buffer, not that of
3721 the selected frame.
3722 (quail-help): Make sure that the help buffer has window before
3723 inserting text in it.
3724
e04d21aa
SS
37252000-12-07 Sam Steingold <sds@gnu.org>
3726
3727 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3728 Backquote is used in isearch.el, so autoloading saves nothing.
3729
fc3e23a4
EZ
37302000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3731
83c9cb8e
SM
3732 * startup.el (normal-top-level-add-subdirs-to-load-path):
3733 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3734
fc3e23a4
EZ
3735 * dired.el (dired-insert-directory): If file-system-info is
3736 fboundp, call it instead of invoking dired-free-space-program.
3737
796ecd10
GM
37382000-12-07 Gerd Moellmann <gerd@gnu.org>
3739
0f5f7c3e
GM
3740 * server.el (server-visit-files): Push files on file-name-history.
3741
3764ba49
GM
3742 * progmodes/cc-langs.el: Update copyright.
3743
8e7931da
GM
3744 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3745
ae0d7485 3746 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3747
796ecd10
GM
3748 * bindings.el (mode-line-mode-menu): Reverse the order
3749 of define-keys so that the menu appears in alphabetical order.
3750
ae0d7485
GM
37512000-12-07 Milan Zamazal <pdm@freesoft.cz>
3752
3753 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3754 of the function.
3755
e2849090
DL
37562000-12-07 Dave Love <fx@gnu.org>
3757
3758 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3759
3760 * facemenu.el (facemenu-unlisted-faces): Fix value.
3761
5c7f629c
SM
37622000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3763
3764 * font-lock.el (font-lock-default-fontify-region):
3765 Include the terminating \n (off-by-one error).
3766 (font-lock-set-defaults): Use dolist.
3767
3768 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3769
73481ae3
KH
37702000-12-07 Kenichi Handa <handa@etl.go.jp>
3771
83c9cb8e
SM
3772 * international/mule-cmds.el (describe-language-environment):
3773 Fix for the case that an input method title is not string but a list.
ffbaa122 3774
73481ae3
KH
3775 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3776 of wrong SIZE record.
3777
e2896b22
DL
37782000-12-06 Dave Love <fx@gnu.org>
3779
67292061
DL
3780 * newcomment.el (comment-region, comment-dwim): Doc fix.
3781
3782 * textmodes/texinfo.el: Require tex-mode when compiling.
3783 (texinfo-update-node): Doc fix.
3784 (texinfo-imenu-generic-expression): Add @anchor.
3785 (texinfo-font-lock-keywords): Add @uref.
3786 (texinfo-inside-macro-p): Don't use ignore-errors.
3787 (texinfo-insert-quote): Match more contexts.
3788
e76938e7
DL
3789 * international/mule.el (decode-char, encode-char): Doc fix.
3790 (auto-coding-alist): Customize.
3791
3792 * files.el (load-file): Fix change of 2000-03-12.
3793
e2896b22
DL
3794 * wid-edit.el (widget-text-keymap): Doc fix.
3795
6610f4b2
AI
37962000-12-06 Andrew Innes <andrewi@gnu.org>
3797
3798 * makefile.w32-in (lisp): Set to an absolute directory, namely
3799 $(CURDIR).
3800
9e3366e4
EZ
38012000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3802
3803 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3804 read generated-autoload-file, and set buffer-file-coding-system to
3805 raw-text-unix after reading the file.
3806
83c9cb8e
SM
3807 * international/mule-conf.el (file-coding-system-alist):
3808 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3809
d94d636f
GM
38102000-12-06 Gerd Moellmann <gerd@gnu.org>
3811
384333ee
GM
3812 * replace.el (occur): Make line-number-width 1 smaller for the
3813 colon following the line number.
3814
83c9cb8e
SM
3815 * startup.el (fancy-splash-text, command-line-1):
3816 Use `File' for the menu name instead of `Files'.
e04d21aa 3817
d4b72d58
GM
3818 * tmm.el: Update copyright.
3819
d94d636f
GM
3820 * cus-start.el: Add entry for even-window-heights.
3821
6e424019
MB
38222000-12-06 Miles Bader <miles@gnu.org>
3823
3824 * faces.el (frame-set-background-mode): Avoid stomping on
3825 locally modified faces.
3826
e6477b58
KH
38272000-12-06 Kenichi Handa <handa@etl.go.jp>
3828
3829 * international/fontset.el: Correct the font registries for
3830 japanese-jisx0213-1 and japanese-jisx0213-2.
3831
21999ab9
GM
38322000-12-05 Gerd Moellmann <gerd@gnu.org>
3833
57d6e381
GM
3834 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3835
21999ab9
GM
3836 * iswitchb.el: Update customization commentary.
3837
7422819c
GM
38382000-12-05 Rob Riepel <riepel@Stanford.EDU>
3839
3840 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3841 (tpu-search-highlight): Fixed comparison of overlay end positions.
3842 (tpu-trim-line-ends): Implemented trimming logic locally.
3843
3844 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3845 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3846
73daff18
KH
38472000-12-05 Kenichi Handa <handa@etl.go.jp>
3848
3849 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3850 to cn-gb.
3851 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3852
6a4cd002
DL
38532000-12-04 Dave Love <fx@gnu.org>
3854
3855 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3856
6452929e
GM
38572000-12-04 Gerd Moellmann <gerd@gnu.org>
3858
e04d21aa 3859 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3860 (rmail-summary-expunge-and-save): Ask for confirmation with
3861 rmail-expunge-confirmed.
3862
3863 * mail/rmail.el (rmail-expunge-confirmed): New function.
3864 (rmail-expunge): Use it.
3865
1790abf4
FP
38662000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3867
0c68ce6f 3868 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3869 (etags-recognize-tags-table, find-tag-in-order):
3870 New functionality: interpret file names as tags.
e04d21aa 3871
7a53d8c8
EZ
38722000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3875 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3876 the first subnode until the bottom of the current node is visible.
7a53d8c8 3877
caa15ef7
GM
38782000-12-04 Gerd Moellmann <gerd@gnu.org>
3879
3880 * format.el (format-decode): Don't change buffer's undo list.
3881
e225faa7
KH
38822000-12-04 Kenichi Handa <handa@etl.go.jp>
3883
3884 * faces.el (face-font-registry-alternatives): Add entries for CJK
3885 fonts. Doc-string adjusted for the actual usage of this data.
3886
3887 * international/fontset.el: Change the font registries for CJK
3888 fonts in the default fontset. Don't append '*' to registries.
3889
8b262a65
SM
38902000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3891
e04d21aa 3892 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3893 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3894
3895 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3896 (derived-mode-p): New function.
3897 (derived-mode-make-docstring): Add `docstring' argument.
3898 Use it if available and complete it if necessary.
3899
33c4460b
AS
39002000-12-03 Andreas Schwab <schwab@suse.de>
3901
3902 * type-break.el (type-break): Don't make parent of itself.
3903
5c9b3fac
MB
39042000-12-03 Miles Bader <miles@gnu.org>
3905
3906 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3907
27ce741e
SM
39082000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3909
07c16ec4
SM
3910 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3911 (tex-main-file, tex-file): Simplify.
3912 (tex-generate-zap-file-name): Use subst-char-in-string.
3913 (tex-strip-dots): Remove.
3914
c19cc275
SM
3915 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3916
27ce741e
SM
3917 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3918 to check if the match succeeded.
3919
285991dc
GM
39202000-12-02 Gerd Moellmann <gerd@gnu.org>
3921
3922 * startup.el (use-fancy-splash-screens-p): New function.
3923 (command-line-1): Use it to determine whether or not to use
3924 a fancy splash screen.
3925
52dca1b2
AS
39262000-12-02 Andreas Schwab <schwab@suse.de>
3927
3928 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3929
d3e7e7cf
EZ
39302000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3931
2dce2360
EZ
3932 * international/mule.el (make-char): Fix last change.
3933
9768eaa7
EZ
3934 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3935 New defcustoms.
3936 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3937 autoloading tex-mode; instead, do the same manually.
3938 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3939 with numeric argument. Docstring fix.
3940 (toplevel): Require cl when compiling.
e04d21aa 3941
285991dc 3942 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3943
0dd5e255
JR
39442000-12-02 Jason Rumney <jasonr@gnu.org>
3945
3946 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3947 the Emacs Lisp manual)
3948
fbb87147
EZ
39492000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3950
5cbb3e93
EZ
3951 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3952
fbb87147
EZ
3953 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3954 the Emacs Lisp manual).
3955
1636ca09
GM
39562000-12-02 Gerd Moellmann <gerd@gnu.org>
3957
3958 * simple.el (next-line-add-newlines): Change default to nil.
3959
68875f0e
EZ
39602000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3961
83c9cb8e
SM
3962 * files.el (revert-buffer, recover-file):
3963 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3964
fd9ac94c
GM
39652000-12-01 Gerd Moellmann <gerd@gnu.org>
3966
3967 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3968
45450dd5
MB
39692000-12-01 Miles Bader <miles@gnu.org>
3970
3971 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3972
09df8881
KH
39732000-12-01 Kenichi Handa <handa@etl.go.jp>
3974
3975 * international/mule-diag.el (describe-char-after): Fix typo.
3976 (describe-character-set, non-iso-charset-alist): Fix typo.
3977
dea0a87d
MB
39782000-12-01 Miles Bader <miles@gnu.org>
3979
b170205b
MB
3980 * image-file.el (image-file-name-regexp): Automatically add
3981 upper-case variants of each filename extension in
3982 `image-file-name-extensions', since they seem to be common.
3983
e04d21aa 3984 * simple.el (minibuffer-contents)
dea0a87d
MB
3985 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3986 New functions.
3987 * filecache.el (file-cache-directory-name)
3988 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3989
2b69bc11 39902000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3991
dea0a87d
MB
3992 * filecache.el (file-cache-minibuffer-complete): Don't try to
3993 delete the minibuffer prompt.
3994
a8a1b05d
DL
39952000-11-30 Dave Love <fx@gnu.org>
3996
3997 * cus-start.el: Fix read-buffer-function type.
3998
693c4692
GM
39992000-11-30 Gerd Moellmann <gerd@gnu.org>
4000
4001 * md5.el: Removed. There's a built-in function, now.
4002
2c0b1898
GM
40032000-11-30 Markus Rost <rost@math.ohio-state.edu>
4004
4005 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4006 as dummy 0-th char of rmail-deleted-vector.
4007
63dfcf4b
EZ
40082000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4009
4010 * ps-print.el (ps-end-job): Bind case-fold-search only after
4011 switching to ps-spool-buffer.
4012
40132000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4014
4015 * ps-print.el: Line number font customization. PostScript: Lines and
4016 PageCount are initialized on each page. Doc Fix.
4017 (ps-print-version): New version number (6.3.2).
4018 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4019 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4020 (ps-right-header): Customization fix.
4021 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4022 Fix code.
4023 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4024 New vars.
4025
df3aedcf
GM
40262000-11-30 Gerd Moellmann <gerd@gnu.org>
4027
edfb795e
GM
4028 * bs.el: Fix typos and spelling errors.
4029 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4030 (bs-configuration): Doc fix.
e04d21aa 4031
df3aedcf
GM
4032 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4033
8b8a7f01
GM
40342000-11-30 Rob Riepel <riepel@Stanford.EDU>
4035
4036 * emulation/tpu-edt.el (tpu-version): New version.
4037 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4038 (tpu-original-mode-line): Variable deleted.
4039 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4040 (tpu-set-mode-line): Don't redefine mode-line-format.
4041 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4042 (tpu-update-mode-line): New mark flag logic.
4043 (tpu-get): Use find-file-wildcards.
4044 (tpu-search-highlight): Move overlay less, reset overlay properly.
4045 (tpu-unselect): Deactivate mark.
4046 (tpu-lm-replace): Reset overlay properly.
4047 (tpu-forward-line): Use forward-visible-line.
4048 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4049
83c9cb8e 4050 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4051
c069a9d3
GM
40522000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4053
4054 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4055
b02cd40b
GM
40562000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4057
4058 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4059 and skip whitespace and newlines.
e04d21aa 4060
b7a90344
SM
40612000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4062
4063 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4064
be6bbb55
GM
40652000-11-29 Gerd Moellmann <gerd@gnu.org>
4066
0383ed60
GM
4067 * help.el (describe-function-1): Regexp-quote function name
4068 when used as part of a regexp.
4069
83c9cb8e
SM
4070 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4071 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4072 (tool-bar-add-item): Likewise, and handle unspecified colors.
4073
4074 * enriched.el (enriched-face-ans): Use face-attribute instead
4075 of face-foreground and face-background.
4076
4077 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4078 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4079
7423978d
GM
4080 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4081
ef128c78
GM
4082 * play/5x5.el: Remove version info.
4083
a81fc510
GM
4084 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4085
be6bbb55
GM
4086 * frame.el (blink-cursor-mode): Doc fix.
4087
f9396e03
GM
40882000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4089
4090 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4091 to create Makefile rules.
4092 (antlr-tool-command): New user option.
4093 (antlr-ask-about-save): New user option.
4094 (antlr-makefile-specification): New user option.
4095 (antlr-file-formats-alist): New variable.
4096 (antlr-special-file-formats): New variable.
4097 (antlr-unknown-file-formats): New user option.
4098 (antlr-help-unknown-file-text): New variable.
4099 (antlr-help-rules-intro): New variable.
4100 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4101 (antlr-mode-menu): Add entries.
4102 (antlr-file-dependencies): New function.
4103 (antlr-directory-dependencies): New function.
4104 (antlr-superclasses-glibs): New function.
4105 (antlr-run-tool): New command.
4106 (antlr-makefile-insert-variable): New function.
4107 (antlr-insert-makefile-rules): New function.
4108 (antlr-show-makefile-rules): New command.
4109
4110 * antlr-mode.el: More Emacs/XEmacs stuff.
4111 (antlr-no-action-keywords): New constant with value nil.
4112 (antlr-font-lock-keywords-alist): Use it. Old value would break
4113 syntax highlighting in Emacs-21.0.
4114 (antlr-default-directory): Emacs/XEmacs dependend function.
4115 (antlr-read-shell-command): Ditto.
4116 (antlr-with-displaying-help-buffer): Ditto.
4117
41182000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4119
4120 * antlr-mode.el: imenu, parsing and highlighting changes.
4121 (antlr-imenu-create-index-function): Don't create extra submenus
4122 for definitions in different grammar classes. It is not necessary
4123 for the menu and would make command `imenu' awkward to use.
4124 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4125 header actions and more than one.
4126 (antlr-font-lock-tokendef-face): Changed color.
4127 (antlr-font-lock-tokenref-face): Changed color.
4128 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4129 (antlr-mode-syntax-table): New variable.
4130 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4131 (antlr-with-syntax-table): Don't copy syntax table.
4132
41332000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4134
4135 * antlr-mode.el: Minor changes: language setting.
4136 (antlr-language-alist): The value for file option "language" can
4137 be both an identifier and a string.
4138 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4139 (antlr-language-limit-n-regexp): Change accordingly.
4140
41412000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4142
4143 * antlr-mode.el: Minor changes: tabs, hiding.
4144 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4145 (antlr-action-visibility): Also allow value nil to also hide the
4146 braces. Renamed from `antlr-tiny-action-length'.
4147 Suggested by Jay@aol.com.
4148 (antlr-hide-actions): Change accordingly. Hide line if completely
4149 hidden action is on a line of its own.
e04d21aa 4150
6ad948eb
SM
41512000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4152
4153 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4154
4155 * sort.el (sort-columns): Don't concat strings with numbers.
4156
9c6a4107
DL
41572000-11-29 Dave Love <fx@gnu.org>
4158
4159 * cus-edit.el (face): Fix :format.
4160
4161 * mail/feedmail.el: Require smtpmail when compiling.
4162 (mail-do-fcc): Autoload.
4163 (feedmail) <defgroup>: Fix :link.
4164 (feedmail-nuke-body-in-fcc): Fix :type.
4165 (feedmail-send-it): Add autoload cookie.
4166
053b8d35
SM
41672000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4168
4169 * newcomment.el (comment-indent): Save excursion around call to
4170 comment-indent-function.
4171
242c13e8
MB
41722000-11-29 Miles Bader <miles@gnu.org>
4173
4174 * subr.el (member-ignore-case): Return the tail of the list who's
4175 car matches, like `member', not the matching element itself.
4176
8f4b5f28
KH
41772000-11-29 Kenichi Handa <handa@etl.go.jp>
4178
4179 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4180 should not contain `\n'.
4181
bebe4a2c
GM
41822000-11-28 Gerd Moellmann <gerd@gnu.org>
4183
fd9ac94c 4184 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4185
ba7e40eb
GM
4186 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4187
75ab0c79
GM
4188 * dired-aux.el (dired-do-create-files): Construct default file
4189 name for dired-mark-read-file-name so that when the user enters
4190 just RET, the target file will end up in the target directory.
4191
bebe4a2c
GM
4192 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4193 local-abbrev-table before changing buffers because it might
4194 have a buffer-local binding.
4195
fa6d1ca8
MB
41962000-11-28 Miles Bader <miles@gnu.org>
4197
4198 * simple.el (delete-horizontal-space): Handle fields more generally.
4199
8d2c2642
GM
42002000-11-28 Gerd Moellmann <gerd@gnu.org>
4201
4202 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4203
8b31236d
DL
42042000-11-28 Dave Love <fx@gnu.org>
4205
3cbd02d2
DL
4206 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4207 comment-start-skip locally.
4208
8b31236d
DL
4209 * progmodes/fortran.el (fortran-mode): Don't set
4210 fortran-comment-line-start-skip. Set comment-start to
4211 fortran-comment-line-start.
4212 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4213 (fortran-comment-line-start-skip): Simplify slightly.
4214
ae4bf56d
GM
42152000-11-28 Gerd Moellmann <gerd@gnu.org>
4216
17ef7534
GM
4217 * play/5x5.el: Remove RCS keyword.
4218
fd9ac94c 4219 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4220
665b27a6
GM
42212000-11-28 Milan Zamazal <pdm@freesoft.cz>
4222
83c9cb8e
SM
4223 * textmodes/tildify.el (tildify-string-alist):
4224 Add `plain-tex-mode' here.
665b27a6 4225
fe3c2ae3
GM
42262000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4227
4228 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4229 reference.
4230
d970106b
MB
42312000-11-28 Miles Bader <miles@gnu.org>
4232
36b80a0d
MB
4233 * cus-face.el (custom-face-attributes): Add post-filter function
4234 for :box. Make pre-filter function for :box handle all cases.
4235
d970106b
MB
4236 * wid-edit.el (widget-choose): Make sure pop-up window is large
4237 enough to display all the choices, as there's no way to scroll it.
4238
5a2bae6c
KH
42392000-11-28 Kenichi Handa <handa@etl.go.jp>
4240
4241 * international/mule-conf.el: Make the coding system no-conversion
4242 safe for all characters.
4243
9e836e23
DL
42442000-11-27 Dave Love <fx@gnu.org>
4245
8b31236d
DL
4246 * net/ldap.el (ldap) <defgroup>: Add :version.
4247
9e836e23
DL
4248 * tooltip.el (tooltip-use-echo-area): Doc fix.
4249
4250 * cus-start.el <minibuffer-prompt-properties>: Add version.
4251 <read-buffer-function>: Add.
4252
4253 * apropos.el (apropos-print): Add help-echo to active text.
4254
4255 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4256
4a74d071
GM
42572000-11-27 Gerd Moellmann <gerd@gnu.org>
4258
4259 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4260 type, group and version.
4261
76058c27
EZ
42622000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4263
4a74d071 4264 * select.el (x-get-selection): Docstring fix.
76058c27 4265
fd9ac94c 42662000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4267
fd9ac94c 4268 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4269
49060c51
AI
42702000-11-27 Andrew Innes <andrewi@gnu.org>
4271
4272 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4273
4274 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4275
b2a8e429
MB
42762000-11-27 Miles Bader <miles@gnu.org>
4277
4278 * dired.el (dired-get-filename): Return filename verbatim if
4279 LOCALP is `verbatim'.
4280 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4281 `verbatim' so that we don't inadvertently delete a non-existant
4282 directory name.
4283
5ac0366d
KH
42842000-11-27 Kenichi Handa <handa@etl.go.jp>
4285
4286 * international/characters.el: Specify cases and syntaxes for
4287 mule-unicode-0100-24ff.
4288
67f1cf4c
GM
42892000-11-27 Gerd Moellmann <gerd@gnu.org>
4290
4291 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4292 that foreground and/or background colors of the face `tool-bar'
4293 are unspecified.
4294
46c56972
MB
42952000-11-27 Miles Bader <miles@gnu.org>
4296
e04d21aa 4297 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4298 (widget-field-end): Handle widget field `pseudo-overlays'.
4299 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4300 if it's there instead of in `widget-field-list'.
4301
46c56972 4302 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4303 (help-make-xrefs): Delete extraneous newlines at the end of the
4304 docstring.
46c56972 4305
640a9cdd
JR
43062000-11-25 Jason Rumney <jasonr@gnu.org>
4307
4308 * startup.el (command-line): Call set-locale-environment after
4309 Window System init file is read, as it can result in a call to
4310 redraw-frame.
4311
0b3f96d4
EZ
43122000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4313
4314 * simple.el (shell-command): Mention the effect of the prefix
4315 argument in the doc string.
4316
8da6e2a1
MB
43172000-11-25 Miles Bader <miles@gnu.org>
4318
a658d039
MB
4319 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4320
8da6e2a1 4321 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4322 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4323
d3416cca
JR
43242000-11-24 Jason Rumney <jasonr@gnu.org>
4325
4326 * international/mule-cmds.el (locale-language-names): Add "jp" as
4327 a non-standard alternative for Japanese.
4328
17e37f53
AS
43292000-11-24 Andre Spiegel <spiegel@gnu.org>
4330
4331 * vc-hooks.el: Require 'cl during compilation.
4332
9aa5f148
GM
43332000-11-24 Gerd Moellmann <gerd@gnu.org>
4334
ba193890
GM
4335 * faces.el (face-set-after-frame-default): Let face attributes
4336 specified for new frames override frame parameters.
4337
9aa5f148
GM
4338 * startup.el (command-line): Fix computation of the source file
4339 for user-init-file when user-init-file is a compiled file.
4340
51a1edab
MB
43412000-11-24 Miles Bader <miles@gnu.org>
4342
e04d21aa 4343 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4344 (custom-post-filter-face-spec): New functions.
4345 (custom-face-set, custom-face-value-create): Filter the face spec
4346 before and after customization.
4347 (custom-face-set): If VALUE specifies a null face, pass a
4348 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4349 * cus-face.el (custom-face-attributes): Remove SET and GET
4350 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4351 cases they're needed.
4352
1ed74431
MB
4353 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4354 that it's distinguishable from the :off-glyph on dark-background
4355 displays. Set its background color too.
4356
67ee1125
MB
4357 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4358 so that people can easily turn it off.
4359
7d027816 43602000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4361
7d027816 4362 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4363
9aa5f148 4364 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4365
9aa5f148 4366 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4367
9aa5f148 4368 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4369 redundant skip-small-frames test.
e04d21aa 4370
9aa5f148 4371 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4372 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4373
9aa5f148
GM
4374 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4375 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4376 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4377 New functions.
e04d21aa 4378
9aa5f148 4379 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4380
9aa5f148 4381 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4382
f07fa1b8
KH
43832000-11-24 Kenichi Handa <handa@etl.go.jp>
4384
83c9cb8e
SM
4385 * international/mule-diag.el (list-iso-charset-chars):
4386 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4387 (list-non-iso-charset-chars): Fix the `while' condition.
4388
ba8299ff
SM
43892000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4390
79372165
SM
4391 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4392 if the variable is make-variable-buffer-local.
4393
83c9cb8e
SM
4394 * progmodes/ada-stmt.el (ada-template-map):
4395 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4396 (ada-stmt-mode-hook): New function extracted from old code.
4397 Only change the buffer-local side of skeleton-*.
4398 (ada-mode-hook): Use it.
4399
68a887fa
EZ
44002000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4401
4402 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4403 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4404 we expect to be returned by minibuffer-depth once we prompt the
4405 user in the minibuffer.
4406 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4407 as recorded in iswitchb-minibuf-depth, return non-nil.
4408
3b345582
EZ
44092000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4410
4411 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4412 (hscroll-window-maybe): Docstring fix.
4413
595dead2
DL
44142000-11-23 Dave Love <fx@gnu.org>
4415
4416 * rect.el (string-rectangle): Don't test delete-selection-mode.
4417
1e66b27a
GM
44182000-11-23 Gerd Moellmann <gerd@gnu.org>
4419
02790ce2
GM
4420 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4421 is in the tool bar.
4422
1e66b27a 4423 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4424 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4425
a4caa65d
SM
44262000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4427
4428 * textmodes/outline.el (outline-flag-region):
4429 Don't bind inhibit-read-only since we don't modify the buffer.
4430 (outline-isearch-open-invisible): Don't jump to overlay-start
4431 since we're trying to unhide text around point.
4432 (outline-discard-overlays): Use dolist.
4433
4434 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4435
03e757c1
GM
44362000-11-22 Gerd Moellmann <gerd@gnu.org>
4437
83c9cb8e 4438 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4439
1598a961
SM
44402000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4441
4442 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4443 Fix ARG regexp to skip quoted braces.
4444 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4445 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4446 are (correctly) handled separately).
4447 Remove `caption' and `footnote' from `citations': they contain text.
4448 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4449 (latex-skeleton-end-hook): New function.
4450 (latex-mode): Use it.
4451 (tex-start-tex-marker): Remove.
4452 (tex-send-tex-command): Don't set tex-start-tex-marker.
4453 (tex-error-parse-syntax-table): New var.
4454 (tex-compilation-parse-errors): Use it.
4455 Ignore tex-start-tex-marker. Don't bother with marker-position.
4456 (tex-validate-buffer): Don't bother with marker-position.
4457
4458 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4459 (flyspell-generic-progmode-verify): Use it.
1598a961 4460
eaae8106
SS
44612000-11-22 Sam Steingold <sds@gnu.org>
4462
83c9cb8e 4463 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4464
eaae8106 4465 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4466 `ada-remove-trailing-spaces'.
eaae8106 4467 (ada-remove-trailing-spaces): Removed.
e04d21aa 4468
eaae8106 4469 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4470
1598a961
SM
4471 * textmodes/picture.el (picture-clean): Removed.
4472 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4473
a41d49e9
GM
44742000-11-22 Gerd Moellmann <gerd@gnu.org>
4475
e053c60f
GM
4476 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4477
a41d49e9
GM
4478 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4479 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4480 do anything special when jit-lock is active.
a41d49e9
GM
4481 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4482
197615f3
DL
44832000-11-22 Dave Love <fx@gnu.org>
4484
ddbfaa9f
DL
4485 * calendar/todo-mode.el (todo-top-priorities): Use
4486 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4487
ddc3c695
DL
4488 * language/chinese.el, language/cyrillic.el:
4489 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4490 * language/hebrew.el, language/indian.el, language/japanese.el:
4491 * language/korean.el, language/lao.el, language/misc-lang.el:
4492 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4493 Use provide.
4494
fb9fa98d
DL
4495 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4496 (custom-variable-set): Improve validation error mesage.
4497
197615f3
DL
4498 * rect.el (string-rectangle): Revert last change.
4499 (string-rectangle-line): New arg DELETE.
4500 (string-rectangle): Check delete-selection-mode.
4501
4502 * emacs-lisp/edebug.el (edebug-version)
4503 (edebug-maintainer-address): Deleted.
4504 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4505 (edebug-read-function): Account for other `'#' read forms.
4506 (edebug-mode-menus): Make some items toggles.
4507 (edebug-outside-unread-command-event, unread-command-event):
4508 Remove these to avoid warnings.
4509
f4117c4d
GM
45102000-11-22 David Ponce <david@dponce.com>
4511
4512 * recentf.el (recentf-menu-items-for-commands)
4513 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4514 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4515
f4117c4d
GM
4516 (recentf-build-dir-rules, recentf-dump-variable)
4517 (recentf-edit-list, recentf-open-files-item)
4518 (recentf-open-files): Replaced unnecessary `mapcar' with new
4519 built-in `mapc'.
eaae8106 4520
f8e2f3f2
MB
45212000-11-23 Miles Bader <miles@gnu.org>
4522
4523 * faces.el (menu): Make inverse-video on ttys too.
4524
4c4a541d
SM
45252000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4526
4527 * simple.el (comment-line-break-function): Use the new name
4528 indent-new-comment-line -> comment-indent-new-line.
4529 (clone-indirect-buffer): Don't ignore NORECORD.
4530 (next-completion): Properly handle the case where items are adjacent.
4531
4532 * mouse.el (popup-menu): Stupid typo.
4533
980d836e
GM
45342000-11-22 Gerd Moellmann <gerd@gnu.org>
4535
60e8e0a5
GM
4536 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4537 maintainer, keywords tags.
4538
980d836e
GM
4539 * rect.el (replace-rectangle): Don't call string-rectangle-line
4540 with too many arguments.
4541
e08b2069
AS
45422000-11-22 Andre Spiegel <spiegel@gnu.org>
4543
60e8e0a5 4544 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4545 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4546 vc-locking-user, which no longer exists.
4547
4548 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4549
c6779d8d
DL
45502000-11-22 Dave Love <fx@gnu.org>
4551
4552 * md5.el (md5): Provide.
4553 (md5): Fix error call.
4554
e672fdce
MB
45552000-11-22 Miles Bader <miles@gnu.org>
4556
eaae8106 4557 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4558 (refill-fill-paragraph-at): Remove debugging code.
4559
80e24c04
MB
4560 * calendar/calendar.el (generate-calendar-window): When we don't
4561 call `fit-window-to-buffer', make sure the top line is fully visible.
4562
3a17d6cc
MB
4563 * image-file.el (insert-image-file): Don't make `read-only'
4564 property rear-nonsticky.
4565
ae1a21c6
MB
4566 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4567 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4568 stashing away its original value.
4569 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4570 in the recursive edit.
4571 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4572 (isearch-done): Restore `minibuffer-message-timeout'.
4573
e672fdce
MB
4574 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4575
3ea79df8
SM
45762000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4577
4578 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4579
4580 * find-lisp.el (find-lisp-find-files-internal):
4581 Use dolist, when and file-name-as-directory.
4582
980d836e 4583 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4584 (define-derived-mode, define-minor-mode): Add specs.
4585
4586 * window.el: General comment and spacing fixes.
4587 (save-selected-window): Use backquotes.
4588 (window-safely-shrinkable-p): New function.
4589 (shrink-window-if-larger-than-buffer): Use it.
4590
4591 * subr.el (make-local-hook): Docstring fix.
4592
4593 * shell.el (shell-mode): Use define-derived-mode.
4594
4595 * newcomment.el (comment-indent): Insert comment before calling
4596 comment-indent-function. Don't insert in column 0.
4597 (comment-dwim): Indent before inserting comment.
4598
4599 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4600 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4601 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4602 Use mapc rather than map.
4603
4604 * files.el (find-buffer-visiting): Compare all attributes before
4605 declaring two files identical (rather than just their inode-no).
4606 (auto-mode-alist): Use \' rather than $.
4607
4608 * which-func.el: Update maintainer line.
4609
4610 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4611 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4612 (uniquify-buffer-file-name): Use it.
4613
8f62f2b8
MB
46142000-11-22 Miles Bader <miles@gnu.org>
4615
4616 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4617 * simple.el (minibuffer-avoid-prompt): New function.
4618
fb279a6d
GM
46192000-11-21 Gerd Moellmann <gerd@gnu.org>
4620
4621 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4622
867092e9
MB
46232000-11-21 Miles Bader <miles@gnu.org>
4624
ef860850
MB
4625 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4626 inclusion of `track-mouse'.
4627
867092e9
MB
4628 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4629 (refill-adjust-ignorable-overlay): New function.
4630 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4631 only the paragraph's tail if possible.
4632 Update `refill-ignorable-overlay'.
4633 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4634
4635 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4636 point inside the fill-prefix.
4637
4638 * textmodes/refill.el (refill-post-command-function): Don't reset
4639 refill-doit in the case where a self-insertion command doesn't
4640 case a refill. Use `refill-fill-paragraph-at', getting position
4641 from `refill-doit'.
4642 (refill-after-change-function): Set `refill-doit' to END.
4643 (refill-fill-paragraph-at): New function, mostly from old
4644 refill-fill-paragraph.
4645 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4646 (refill-pre-command-function): New function.
4647 (refill-mode): Add it to `pre-command-hook'.
4648
ff9ab414
GM
46492000-11-20 Gerd Moellmann <gerd@gnu.org>
4650
29a01b72
GM
4651 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4652
ff9ab414
GM
4653 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4654 javadoc tags.
eaae8106 4655
885b211b
AS
46562000-11-20 Andre Spiegel <spiegel@gnu.org>
4657
4658 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4659 vc.el).
4660
eaae8106 4661 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4662 require vc.
eaae8106
SS
4663
4664 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4665 checkouts.
eaae8106 4666
d1838556
DL
46672000-11-20 Dave Love <fx@gnu.org>
4668
4669 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4670
2b69bc11 46712000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4672
2b69bc11
GM
4673 * calculator.el (calculator-paste): Use `if' instead of `and'
4674 and `or'.
4675 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4676
b95b34e5
GM
46772000-11-19 Gerd Moellmann <gerd@gnu.org>
4678
030de92f
GM
4679 * info.el (info-menu-5): Doc fix.
4680
b95b34e5
GM
4681 * textmodes/artist.el: New file.
4682
54970452
AS
46832000-11-19 Andre Spiegel <spiegel@gnu.org>
4684
eaae8106 4685 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4686 and differentiate according to checkout model.
4687 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4688 since this function is only concerned with master state.
4689
83c9cb8e
SM
4690 * vc-hooks.el (vc-workfile-unchanged-p)
4691 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4692
83c9cb8e
SM
4693 * vc.el (vc-workfile-unchanged-p)
4694 (vc-default-workfile-unchanged-p): See above.
54970452 4695
e5a9dabf
MB
46962000-11-19 Miles Bader <miles@gnu.org>
4697
4698 * image-file.el (insert-image-file): Make `intangible' and
4699 `read-only' properties rear-nonsticky too.
4700
24127af0
GM
47012000-11-18 Gerd Moellmann <gerd@gnu.org>
4702
d392e9c5 4703 * ps-print.el: Update copyright notice.
eaae8106 4704
d392e9c5
GM
4705 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4706 (tooltip-show): Use the offsets.
4707
24127af0 4708 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4709 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4710 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4711
2b69bc11 47122000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4713
2b69bc11
GM
4714 * ps-print.el (toplevel): Test for find-coding-system being
4715 fboundp before calling ps-x-find-coding-system.
08ea6f17 4716
66321b2f
SM
47172000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4718
4719 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4720 (vc-version-backup-file): Docstring fix.
4721
046110c6
GM
47222000-11-16 Gerd Moellmann <gerd@gnu.org>
4723
4104194e
GM
4724 * files.el (basic-save-buffer): Don't add a newline if
4725 find-file-literally is non-nil.
4726 (find-file-literally): Extend doc string.
4727
046110c6
GM
4728 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4729 sort(1) with the `-f' argument.
4730
6505c16e
AS
47312000-11-16 Andre Spiegel <spiegel@gnu.org>
4732
fd063975
AS
4733 * vc.el: Updated backend documentation.
4734 (vc-default-check-headers): New function.
4735
3d02dd81 4736 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4737
4738 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4739 up-to-date.
eaae8106 4740 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4741 the minibuffer is not active.
fd063975 4742
eaae8106 4743 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4744 `vc-cvs-use-edit' is on.
eaae8106
SS
4745 (vc-cvs-checkout): When this is used for reverting the workfile,
4746 make a backup of the original contents and revert to that in case
8791d617 4747 of error.
eaae8106 4748 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4749 remote repositories.
eaae8106 4750
6505c16e
AS
4751 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4752 for both version and ratio in the minibuffer.
fd063975 4753
eaae8106 4754 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4755 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4756
a13f0660
KH
47572000-11-16 Kenichi Handa <handa@etl.go.jp>
4758
4759 * international/quail.el (quail-start-translation): Don't call
4760 `message' before reading key sequence.
4761
1389a414
MB
47622000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4763
4764 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4765
9256a532
KH
47662000-11-16 Kenichi Handa <handa@etl.go.jp>
4767
4768 * window.el (fit-window-to-buffer): Be sure to acquire at least
4769 one text line even if the buffer is empty.
4770
0e14fe9f
GM
47712000-11-16 Gerd Moellmann <gerd@gnu.org>
4772
eaae8106 4773 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4774 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4775 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4776
da645c53
DL
47772000-11-15 Dave Love <fx@gnu.org>
4778
83c9cb8e
SM
4779 * wid-edit.el (widget-specify-field, widget-specify-button):
4780 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4781 widget-mouse-help.
4782 (widget-mouse-help): New function.
4783 (widget-echo-help): Rewritten for :help-echo functions only taking
4784 a widget arg.
4785
83c9cb8e
SM
4786 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4787 Use display-graphic-p.
b12057b9
DL
4788 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4789 and that JPEG is available.
4790 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4791
da645c53
DL
4792 * international/mule-cmds.el (locale-charset-language-names):
4793 Match @euro.
4794
6d133d1f
GM
47952000-11-15 Gerd Moellmann <gerd@gnu.org>
4796
83c9cb8e
SM
4797 * faces.el (face-set-after-frame-default):
4798 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4799 default face from X resources.
4800
49ac2ac5
EZ
48012000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4802
4803 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4804 Don't set EMACSLOADPATH.
4805
4fb0a34c
EZ
48062000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4807
4808 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4809 texinfo-insert-@url.
4810 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4811 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4812
bb304a7a
SM
48132000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4814
82bc80bf
SM
4815 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4816 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4817 (checkdoc-minor-keymap): Backward compatibility.
4818 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4819 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4820 (checkdoc-this-string-valid-engine): Be a bit more strict
4821 to avoid matching substrings of `...' quoted vars/funs.
4822 (checkdoc-defun-info): Only look for `interactive' if alone.
4823 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4824
e8c87124
SM
4825 * progmodes/compile.el (grep): `tag-default' can be nil.
4826
bb304a7a
SM
4827 * newcomment.el (comment-indent): Paren typo.
4828
8628686a
DL
48292000-11-14 Dave Love <fx@gnu.org>
4830
25c269ef
DL
4831 * calculator.el: New maintainer version.
4832
66321b2f 4833 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4834
8628686a
DL
4835 * cmuscheme.el: Doc fixes.
4836 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4837 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4838
4839 * xscheme.el (scheme-program-name): Don't define here.
4840
4841 * progmodes/scheme.el (scheme-program-name): New variable
4842 (originally in cmuscheme).
4843
88f0a1eb
MB
48442000-11-14 Miles Bader <miles@gnu.org>
4845
4846 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4847 Handle header-lines. Don't loop forever if we can't enlarge the
4848 window anymore. Simplify a bit.
4849
cd9a000c
KH
48502000-11-14 Kenichi Handa <handa@etl.go.jp>
4851
4852 * window.el (fit-window-to-buffer): Don't check
4853 window-text-height. Assure that the last line is fully visible.
4854
83c9cb8e
SM
4855 * international/quail.el (quail-show-guidance-buf):
4856 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4857 buffer.
4858 (quail-update-guidance): Avoid making the guidance buffer shorter.
4859
d3fcda22
SM
48602000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4861
bdbd9606
SM
4862 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4863 rather than `prepend' and add an interesting comment.
4864 (tex-math-face, tex-font-lock-syntactic-face-function):
4865 New face and function to use it.
4866 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4867 than `menu-enable' symbol property.
4868 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4869 (tex-mode): Add some latex-mode commands for auto-selection.
4870 Use tex-font-lock-syntactic-face-function.
4871 (tex-insert-quote): Simplify.
4872 (tex-shell): New mode.
4873 (tex-start-shell): Use it.
4874 (tex-shell-proc, tex-shell-buf): New functions.
4875 (tex-send-command): Use it.
4876 (tex-main-file): Fix the meaning of the new arg REALFILE.
4877 (tex-send-tex-command): New function split from `tex-start-tex'.
4878 Set compilation-last-buffer and compilation-parsing-end.
4879
d3fcda22
SM
4880 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4881 when it follows non-comment text on the line.
4882
4883 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4884 Set font-lock-defaults.
4885 (lisp-mode-shared-map): Init inside the defvar.
4886 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4887 Use define-derived-mode.
4888
bdab1d43
MB
48892000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4890
4891 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4892
936ae731
GM
48932000-11-14 Gerd Moellmann <gerd@gnu.org>
4894
83c9cb8e
SM
4895 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4896 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4897 recursion; see comment there.
4898
1695ca2b
EZ
48992000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4900
4901 * faces.el (face-spec-set-match-display): Revert the change from
4902 2000-10-24. Add a FIXME for after v21.1.
4903
9d348294
MB
49042000-11-13 Miles Bader <miles@gnu.org>
4905
4906 * textmodes/fill.el (skip-line-prefix): New function.
4907 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4908 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4909 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4910 point inside the fill-prefix.
9d348294 4911
b85fa13c
MB
49122000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4913
83c9cb8e
SM
4914 * calendar/calendar.el (generate-calendar-window):
4915 Use `fit-window-to-buffer'.
b85fa13c 4916
a0b47716
SM
49172000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4918
4919 * gud.el (gud-minor-mode): New var.
4920 (gud-symbol, gud-val): New functions.
4921 (gud-find-file): Copy gud-minor-mode to the new buffer.
4922 (gud-menu-map): Include entries for commands that are not always
4923 available, using :enable to (de)activate them.
4924 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4925 (gud-mode-map): New map.
eaae8106 4926 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4927 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4928 Don't set up gud's menu (it's done by the minor-mode).
4929 (gud-minibuffer-local-map): New.
4930 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4931 (gud-query-cmdline): New function.
4932 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4933 (gud-mode): Use define-derived-mode.
4934 Don't set up gud's menu (it's done by the minor-mode).
4935 (gud-chop-words): Remove.
4936 (gud-common-init): Use split-string instead.
4937 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4938
4939 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4940 Add keyword arg :name.
4941
4942 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4943 (diff-count-matches, diff-split-hunk): New functions.
4944 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4945
4946 * pcvs-info.el (cvs-fi-conflict-face): New var.
4947
4948 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4949 Make it into a simple syntax-table, shared among all submodes.
4950 (sh-heredoc-face): Re-introduce.
4951 (sh-font-lock-syntactic-face-function): New function.
4952 (sh-mode): Use it. Also use define-derived-mode.
4953 Remove old bogus setting of indent-region-function.
4954 (sh-set-shell): Don't set the syntax-table any more.
4955 (sh-mode-syntax-table) <defun>: Remove.
4956
f5ed37df
MB
49572000-11-12 Miles Bader <miles@gnu.org>
4958
4959 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4960 message if interactive.
4961
0b074c2f
DL
49622000-11-12 Dave Love <fx@gnu.org>
4963
4964 * mail/feedmail.el: Fix header,
4965 (feedmail) <defgroup>: Add :link.
4966
4967 * view.el: Use local-map property, not keymap on mode-line string.
4968
83c9cb8e
SM
4969 * scroll-all.el (scroll-all-mode): Customize variable.
4970 Add autoload cookie to function.
0b074c2f
DL
4971
4972 * lazy-lock.el: Remove compatibility code.
4973
4974 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4975 (finder-help-echo): New variable.
4976 (finder-mouse-face-on-line): Add help-echo stuff.
4977 (finder-list-keywords, finder-list-matches): Use mapc.
4978
4979 * faces.el (face-font-registry-alternatives): Add :version.
4980
4981 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4982 tags-table-list.
4983
a0b47716 4984 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4985
a0b47716 4986 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4987 (mail-mode): Use [:alnum:] in some regexps.
4988
6d502396
DL
49892000-11-10 Dave Love <fx@gnu.org>
4990
4991 * ediff.el (ediff-regions-internal, ediff-documentation):
4992 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4993 fundamental mode.
4994
4995 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4996 buffer into fundamental mode.
4997 (ediff-set-difference): Use copy-sequence if available.
4998
83c9cb8e
SM
4999 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5000 Check ediff-patch-map non-nil.
6d502396
DL
5001 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5002 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5003 buffer into fundamental mode.
5004
5005 * ediff-merg.el (state-or-merge): Defvar when compiling.
5006
a82fe213
JR
50072000-11-10 Jason Rumney <jasonr@gnu.org>
5008
5009 * w32-fns.el (w32-add-charset-info): New function.
5010 (w32-charset-info-alist): Use it.
5011
52d89894
GM
50122000-11-10 Gerd Moellmann <gerd@gnu.org>
5013
5014 * faces.el (face-font-registry-alternatives): New user-option.
5015
178932de
SM
50162000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5017
d7fa3319
SM
5018 * textmodes/texinfo.el (texinfo-block-default): New var.
5019 (texinfo-insert-block): Use it. Insert a newline if needed.
5020
178932de
SM
5021 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5022 (fill-region-as-paragraph): Use it.
5023
5024 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5025 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5026 Tweak paragraph regexps to allow a leading [ \t]*.
5027 (tex-latex-block): Insert a newline if necessary.
5028 (latex-insert-item): Only insert a newline if necessary.
5029 (tex-guess-main-file): New function.
5030 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5031 Set tex-main-file if TeX-master is provided.
5032 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5033
bd02b8e0
GM
50342000-11-10 Gerd Moellmann <gerd@gnu.org>
5035
5036 * startup.el (command-line): Set the default tooltip-mode
5037 to t for graphical displays which implement x-show-tip.
5038
5039 * tooltip.el (tooltip-mode): Add a comment about startup.el
5040 setting the default value of this user-option.
5041
b29b03eb
SM
50422000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5043
5044 * font-lock.el (font-lock-*-face) <defvar>: Move.
5045 (font-lock-defaults-alist): Mark obsolete.
5046 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5047 (font-lock-mode): Use define-minor-mode.
5048 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5049 (font-lock-turn-off-thing-lock): Be more explicit.
5050 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5051 (font-lock-syntactic-face-function): New var.
5052 (font-lock-fontify-syntactically-region): Use it.
5053 (font-lock-doc-face): New.
5054
5055 * pcvs.el (cvs-enabledp): Ignore errors.
5056 (cvs-commit-filelist): Never query.
5057 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5058 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5059 (cvs-do-removal): Use cvs-partition rather than delete-if.
5060 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5061 cvs-bury-buffer.
5062
5063 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5064 Allow `next' to jump to after the end of the last match.
5065
778fbc46
GM
50662000-11-09 Gerd Moellmann <gerd@gnu.org>
5067
730c746c
GM
5068 * simple.el (byte-compiling-files-p): New function.
5069
5070 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5071 if it is there.
5072
5073 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5074 nil again.
5075
778fbc46
GM
5076 * textmodes/ispell.el (ispell-library-path): Don't call
5077 check-ispell-version when byte-compiling because that starts
5078 an ispell process, and ispell might not be installed.
5079 (toplevel): Don't set up a menu when byte-compiling.
5080
5081 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5082 it, so that a boundp test can be used to determine if we're
5083 currently byte-compiling.
5084
5912c5bb
DL
50852000-11-09 Dave Love <fx@gnu.org>
5086
83c9cb8e 5087 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5088
7bb054a5
GM
50892000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5090
83c9cb8e
SM
5091 * ps-print.el: Patch for variable initialization when spooling.
5092 Doc fix.
7bb054a5
GM
5093 (ps-output-list): Fun eliminated.
5094 (ps-begin-file, ps-begin-job): Code fix.
5095
9db2706e
DL
50962000-11-08 Dave Love <fx@gnu.org>
5097
83c9cb8e 5098 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5099
f7eb32aa
GM
51002000-11-08 Gerd Moellmann <gerd@gnu.org>
5101
5102 * simple.el (shell-command, display-message-or-buffer)
5103 (shell-command-on-region): Mention resize-mini-windows in the doc
5104 string.
5105 (display-message-or-buffer): Take the value of resize-mini-windows
5106 into account.
5107
7b01b08c
GM
51082000-11-07 Gerd Moellmann <gerd@gnu.org>
5109
acad3c0b
GM
5110 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5111
7b01b08c
GM
5112 * dired.el (dired-between-files): Add `^. find' as an alternative
5113 to the regular expression, for find-dired.
5114
6f602bd0
SM
51152000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5116
5117 * textmodes/texnfo-upd.el: Require texinfo.
5118 (defmacro, defgroup): Remove.
5119 (texinfo-section-to-generic-alist): Remove.
5120 Use texinfo-section-list instead (i.e. level is changed string->int).
5121 (texinfo-filter): New function.
5122 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5123 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5124 Use it. And use regexp-opt.
5125 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5126 (texinfo-update-menu-region-beginning)
5127 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5128 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5129 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5130 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5131 (texinfo-sequential-node-update): Remove autoload cookie.
5132
5133 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5134 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5135 (texinfo-chapter-level-regexp): Remove.
5136 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5137
bb216218
DL
51382000-11-06 Dave Love <fx@gnu.org>
5139
6f602bd0 5140 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5141
6f602bd0
SM
5142 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5143 Match defun*.
bb216218 5144
ff8dd5d5
KH
51452000-11-06 Kenichi Handa <handa@etl.go.jp>
5146
5147 * composite.el (composition-function-table): Variable declaration
5148 moved to src/composite.c.
5149 (compose-chars-after): New optional arg object.
5150
e9da51a1
GM
51512000-11-06 Gerd Moellmann <gerd@gnu.org>
5152
e0c12c68
GM
5153 * bindings.el (mode-line-toggle-read-only)
5154 (mode-line-toggle-modified, mode-line-widen)
5155 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5156 (make-mode-line-mouse2-map): Rewritten.
5157 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5158 functions so that C-h k can show something with a doc string.
eaae8106 5159
e9da51a1
GM
5160 * startup.el (fancy-splash-delay): Set to 10 seconds.
5161 (fancy-splash-max-time): New user-option.
5162 (fancy-splash-stop-time): New variable.
5163 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5164 (fancy-splash-screens-1): Throw `stop-splashing' when current
5165 time is greater than fancy-splash-stop-time.
5166
611dbdf0
SM
51672000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5168
4d2806e2
SM
5169 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5170
611dbdf0
SM
5171 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5172 Prompt user for a file rather than raising an error.
5173 (cvs-enabledp): Fix call to cvs-mode-marked.
5174 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5175 (cvs-mode-insert): Use it. Change the init prompt' value.
5176 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5177
5178 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5179 Don't pass default arg to ewoc-locate.
5180 (ewoc-collect): Return result in the right order.
5181
5182 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5183
5184 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5185 (cvs-status-get-tags): Fix regexp.
5186 (cvs-status-trees, cvs-status-cvstrees):
5187 Combine after change hooks and don't sit-for.
4d2806e2
SM
5188 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5189 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5190 Use make-char rather than hard-coded cryptic data.
5191 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5192
5193 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5194
5195 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5196 (cvs-insert-strings): New function.
5197
937b2877
MB
51982000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5199
5200 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5201 `mwheel-scroll-amount'.
5202 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5203 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5204 string-matching against the version string.
5205
c6c97763
KH
52062000-11-06 Kenichi Handa <handa@etl.go.jp>
5207
6eaec747
KH
5208 * language/thai.el ("Thai"): Set a lisp form that produces
5209 composed string in `sample-text' language info.
5210
5211 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5212 composed string in `sample-text' language info.
5213
83c9cb8e
SM
5214 * international/mule-cmds.el (describe-language-environment):
5215 Eval `sample-text' data and insert the result.
6eaec747 5216
c6c97763
KH
5217 * international/mule-conf.el (compound-text): Define this coding
5218 system here. Make x-ctext and ctext aliases of it.
5219
5220 * language/european.el (compound-text, ctext): Moved to
5221 international/mule-conf.el.
5222
d1145f85
AI
52232000-11-05 Andrew Innes <andrewi@gnu.org>
5224
5225 * w32-fns.el (w32-version): New function.
5226
178a6a45
SM
52272000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5228
5229 * progmodes/awk-mode.el: Update copyright.
5230 (awk-mode-abbrev-table): Remove.
5231 (awk-font-lock-keywords): Use regexp-opt.
5232 (awk-mode): Use define-derived-mode.
5233
5234 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5235 when extracting a suffix.
5236
1ba90166
AS
52372000-11-04 Andre Spiegel <spiegel@gnu.org>
5238
5239 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5240 auto-save-mode.
5241
546790cb
JR
52422000-11-04 Jason Rumney <jasonr@gnu.org>
5243
5244 * language/european.el (decode-mac-roman): Test against r1 not r0.
5245
d247e32d
SM
52462000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5247
fbf44f44
SM
5248 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5249 (icon-mode): Define indent-line-function.
5250 (icon-comment-indent): Simplify.
5251 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5252
5253 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5254
5255 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5256 Bind change-log-default-mode to defeat the caching done on it.
5257 Don't bother saving excursion any more.
5258
5259 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5260
5261 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5262 (set-frame-font): Use the new name (and the old for compatibility).
5263
eaae8106
SS
5264 * toolbar/tool-bar.el (tool-bar-mode):
5265 * time.el (display-time-mode):
5266 * recentf.el (recentf-mode):
5267 * paren.el (show-paren-mode):
5268 * mwheel.el (mouse-wheel-mode):
5269 * msb.el (msb-mode):
5270 * jka-compr.el (auto-compression-mode):
5271 * image-file.el (auto-image-file-mode):
5272 * hl-line.el (hl-line-mode):
5273 * delsel.el (delete-selection-mode):
5274 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5275 * complete.el (partial-completion-mode): Drop unneeded positional args.
5276
eaae8106 5277 * info.el (Info-mode):
79372165 5278 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5279
d247e32d
SM
5280 * log-edit.el (log-edit-menu): New menu.
5281
4921558e
MB
52822000-11-03 Miles Bader <miles@gnu.org>
5283
5284 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5285 definition, so that trailing spaces are handled properly.
5286 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5287
1fc02b3c
GM
52882000-11-03 Gerd Moellmann <gerd@gnu.org>
5289
5290 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5291 tab character.
5292 (fancy-splash-screens): Set tab-width to 20.
5293
51d001f7
DL
52942000-11-03 Dave Love <fx@gnu.org>
5295
5296 * comint.el (comint-completion-addsuffix): Fix custom type.
5297
ba22aeff
SM
52982000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5299
5300 * font-lock.el (font-lock-buffers): Remove.
5301 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5302 (font-lock-change-major-mode): Remove.
5303 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5304 (font-lock-default-fontify-region): Extend the multiline
5305 fontification to whole lines.
5306 (font-lock-fontify-anchored-keywords)
5307 (font-lock-fontify-keywords-region): If matching just one
5308 line (with \n) only mark the \n as multiline.
5309
5310 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5311 Correctly handle the case where several :group args are supplied.
5312 Allow :extra-args.
5313 (easy-mmode-define-global-mode): Allow :extra-args.
5314 Correctly handle the case where several :group args are supplied.
5315
9c887ada
MB
53162000-11-02 Miles Bader <miles@gnu.org>
5317
eaae8106 5318 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5319 (holiday-face): Remove dependency on `window-system'.
5320
7f25090d
KR
53212000-11-02 Ken Raeburn <raeburn@gnu.org>
5322
5323 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5324 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5325 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5326
7dd6009c
DL
53272000-11-02 Dave Love <fx@gnu.org>
5328
5329 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5330
94821e4f
EZ
53312000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5332
5333 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5334 punctuation in the warning inserted into the *mail* buffer.
5335
1ac3fc42
GM
53362000-11-02 Gerd Moellmann <gerd@gnu.org>
5337
57731876
GM
5338 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5339 (authors-public-domain-p): New function.
5340 (authors-print): Use it.
5341
975f82c9
GM
5342 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5343
1ac3fc42
GM
5344 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5345
4b3eb10f
GM
53462000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5347
975f82c9 5348 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5349 (ps-print-version): New version number (6.3.1).
5350 (ps-even-or-odd-pages): Customization fix.
5351 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5352 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5353 (ps-page-count): Var replaced by `ps-page-column'.
5354 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5355 (ps-print-sheet-p): New fun.
5356
7da794df
MB
53572000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5358
5359 * tooltip.el (tooltip-gud-tips-setup): New function.
5360 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5361 (tooltip-mode): Call tooltip-gud-tips-setup.
5362 (tooltip-gud-tips): Use `gud-basic-call' instead of
5363 process-send-string, so the prompt gets frobbed appropriately.
5364 Handle nil return value from `tooltip-gud-print-command'.
5365
0e40b809
EL
53662000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5367
5368 * comint.el (comint-add-to-input-history): New function.
5369 (comint-send-input): Use `comint-add-to-input-history'.
5370
50ada0db
MB
53712000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5372
973a3104
MB
5373 * info.el (info-menu-header): New face.
5374 (Info-fontify-menu-headers): New function.
5375 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5376
50ada0db
MB
5377 * info.el (Info-insert-dir): Don't include blank lines at
5378 beginning of additional dir files (one is added automatically).
5379
bff53411
SM
53802000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5381
5382 * emacs-lisp/easy-mmode.el (define-minor-mode):
5383 Revert the latest changes.
5384 Allow the three positional arguments to be skipped and replaced
5385 by keyword arguments.
5386 Add a :toggle argument to determine whether a nil arg means toggle
5387 or means turn-on. The default is unchanged.
5388 Add a call to force-mode-line-update.
5389
6b8a0b2d
DL
53902000-11-01 Dave Love <fx@gnu.org>
5391
83c9cb8e 5392 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5393
5bf99100
MB
53942000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5395
83c9cb8e
SM
5396 * calendar/calendar.el (diary-face, holiday-face):
5397 Add dark-background variants.
5bf99100 5398
a4032611
SS
53992000-10-31 Sam Steingold <sds@gnu.org>
5400
5401 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5402 `tex-main-file' does not have directory in it.
5403
c286608e
SM
54042000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5405
5406 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5407
4836835a
TTN
54082000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5409
5410 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5411 functional change.
5412
26dcb81b
GM
54132000-10-31 Gerd Moellmann <gerd@gnu.org>
5414
5415 * files.el (find-file-noselect): When we expand a wildcard, return
5416 a list of buffers, as we should do according to the doc string.
5417
49fc4500
KR
54182000-10-31 Ken Raeburn <raeburn@gnu.org>
5419
5420 * loadup.el (top level): Adjust load path if program name is
5421 "../src/bootstrap-emacs", in case it's not dumped and thus the
5422 load path adjustment hasn't already been done.
5423
ea0c615d
GM
54242000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5425
83c9cb8e
SM
5426 * ps-print.el: Fix bug on selected pages for printing.
5427 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5428 is on. Try to avoid warning messages when compiling. Doc Fix.
5429 (ps-print-version): New version number (6.3).
5430 (ps-color-device): Use `color-values' to determine if device
5431 supports color.
5432 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5433 (ps-print-page-p): Changed from defsubst to defun.
5434 (ps-page-number): Changed from defmacro to defun.
5435 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5436 printing.
c286608e 5437 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5438 (ps-end-file, ps-dummy-page): Funs eliminated.
5439 (ps-print-color-scale): Changed default value.
5440 (ps-page-n-up, ps-print-page-p): New internal vars.
5441 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5442 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5443
9e20722f
GM
5444 * delim-col.el: Little programming improvement.
5445 (delimit-columns-str): New macro.
5446 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5447
d7a0fd00
KH
54482000-10-31 Kenichi Handa <handa@etl.go.jp>
5449
c286608e
SM
5450 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5451 Moved to european.el.
d7a0fd00
KH
5452 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5453 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5454 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5455 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5456
234be340
DL
54572000-10-30 Dave Love <fx@gnu.org>
5458
5459 * progmodes/cc-menus.el (imenu-generic-expression)
5460 (imenu-progress-message): Only defvar when compiling.
5461
4edc4a39
DL
5462 * emacs-lisp/elp.el (elp-unload-hook): New function.
5463
5464 * loadhist.el (unload-feature): Call elp-restore-function,
5465 checking for symbols; don't use elp-restore-all.
5466 (loadhist-hook-functions): Doc fix.
5467
70c825df
SM
54682000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5469
5470 * log-edit.el (log-edit-confirm): Fix the default.
5471
1d3baf74
GM
54722000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5473
5474 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5475 delimit-columns-format.
5476 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5477
1ec321a7
MB
54782000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5479
5480 * comint.el (comint-replace-by-expanded-history): Don't use
5481 comint-get-old-input (we're not looking at *old* input).
5482 (comint-get-old-input-default): If using fields, signal an error
5483 when the point is not in an input field.
5484
70737ea9
KH
54852000-10-30 Kenichi Handa <handa@etl.go.jp>
5486
5487 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5488 and mule-unicode-e000-ffff.
5489
fa0cb51d 5490 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5491 (make-coding-system): Accept a symbol of translation table as a
5492 value of property `safe-chars'.
5493
5494 * international/mule-cmds.el (encode-coding-char): Check property
5495 safe-chars instead of safe-charsets.
5496
5497 * international/fontset.el (fontset-default): Modified for
5498 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5499 (x-font-name-charset-alist): Likewise.
5500 (ccl-encode-unicode-font): New CCL program. Record it in
5501 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5502
70c825df
SM
5503 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5504 New translation tables.
70737ea9
KH
5505 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5506 programs are modified and moved from mac-win.el.
5507 (mac-roman): Definition of this coding system is modified and
5508 moved from mac-win.el.
4836835a 5509
fda2ce24 55102000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5511
1d3baf74 5512 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5513 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5514
dd4d3cb6
MB
55152000-10-29 Miles Bader <miles@gnu.org>
5516
5517 * custom.el (custom-add-to-group): Allow multiple entries for a
5518 given value OPTION, as long as their widget types are different.
5519 * cus-edit.el (custom-face-value-create): If face name doesn't end
5520 with "face", add such here (similar to custom group widgets).
5521
5522 * comint.el (comint-highlight-prompt): Add :type.
5523
dace60cf
JW
55242000-10-28 John Wiegley <johnw@gnu.org>
5525
dace60cf
JW
5526 * calendar/timeclock.el (timeclock-log): Doc fix.
5527 (timeclock-last-event): Doc fix.
83c9cb8e 5528 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5529 (timeclock-find-discrep): Use a temp buffer to read in the
5530 timelog, instead of visiting the file.
5531 (timeclock-log-data): A new function, along with a host of helper
5532 functions, for the purpose of making timelog data accessible to
5533 programmers.
5534
5535 * eshell/esh-mode.el (window-height test): Make certain that
5536 `eshell-stringify-t' is non-nil.
5537 (eshell-password-prompt-regexp): Changed to a much simpler
5538 password regexp.
5539 (eshell-send-input): If `eshell-invoke-directly' returns t,
5540 directly invoke the parsed command using `eval'. This improves
5541 turn-around time on simple commands by a factor of three or
5542 greater, such as cd, ls, pwd, etc. -- which get used very often.
5543 It also conserves thousands of cons cells per call (since
5544 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5545 in the Pacific Cookie Company).
5546
5547 * eshell/esh-test.el (eshell-test): Whitespace fix.
5548
83c9cb8e
SM
5549 * eshell/em-ls.el (eshell-ls-insert-directory):
5550 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5551
5552 * eshell/em-script.el (eshell-script-initialize): Add names to
5553 `eshell-complex-commands, since `source' and `.' are complex.
5554
0467b076
EZ
5555 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5556 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5557 `eshell-copy-handles'.
5558 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5559 bodies.
5560 (eshell-separate-commands): Whitespace fix.
5561 (eshell-complex-commands): Added a new list of names, for
5562 determining whether a given command is as simple as it looks.
5563 (eshell-invoke-directly): New function. Returns t if a command
5564 should be invoked directly (using `eval'), rather than indirectly
5565 using `eshell-do-eval'.
5566 (eshell-do-eval): Whitespace fix.
5567
5568 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5569 which provides an emulation of the DOS shell behavior of assuming
5570 that cp/mv/ln should copy/move/link to the current directory.
5571 (eshell-remove-entries): Added a doc string.
5572 (eshell-shuffle-files): Removed the check for `target' being null.
5573 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5574 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5575 it to do a smarter check of whether a destination was provided.
5576 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5577 (eshell/ln): Enable `:preserve-args', and use
5578 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5579 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5580 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5581 list after flattening it. This makes it possible to cat files
5582 with numerical names.
5583 (eshell-unix-initialize): Added several names to
5584 `eshell-complex-commands.
5585 (eshell-unix-command-complex-p): Return t if a given command name
5586 may result in external processes being invoked.
5587
5588 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5589 variable nil by default, since it slows down glob processing by a
5590 factor of two or more, and increases memory consumption.
5591
5592 * eshell/em-smart.el: Added a note about how memory consumptive
5593 smart display mode can be (at least this is true in Emacs 21).
5594 (eshell-smart-initialize): Whitespace fix.
5595 (eshell-refresh-windows): Use `if' instead of `when'.
5596 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5597 not necessary.
83c9cb8e 5598 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5599
5600 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5601 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5602 Whitespace fix.
5603 (eshell-ls-exclude-hidden): Added this variable in addition to
5604 `eshell-ls-exclude-regexp'. This one prevents files beginning
5605 with . from even being read, which can improve memory consumption
5606 quite a bit.
5607 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5608 read file entries beginning with a dot. In home directories with
5609 lots of hidden files, fully two-thirds of the time spent in ls is
5610 used to read directory entries that are immediately thrown away.
5611 (eshell-ls-initial-args): Added back this configuration variable,
5612 for specifying default initial arguments to every call to ls.
5613 Much faster than using an alias to do the same thing.
5614 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5615 (eshell-ls-dir): Whitespace change.
5616
5617 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5618
83c9cb8e 5619 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5620 (eshell-stringify-t): Added a customization variable, to indicate
5621 whether `t' should be rendered as a string at all. If not, one
5622 can still determine if the result of an expression is true using
5623 "file-exists-p FILE && echo true".
5624 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5625 stringify t!
5626
5627 * eshell/esh-module.el: Whitespace fix.
5628
83c9cb8e
SM
5629 * eshell/em-alias.el (eshell-alias-initialize):
5630 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5631 (eshell-command-aliased-p): New function that returns t if a
5632 command name names an aliased.
5633
657f9cb8 56342000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5635
0467b076 5636 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5637 redrawing the screen when changing cursor color.
0467b076
EZ
5638 (viper-insert-state-pre-command-sentinel)
5639 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5640 (viper-replace-state-post-command-sentinel):
5641 Use viper-preserve-cursor-color.
657f9cb8
MK
5642 Many functions changed to use viper= instead of = when comparing
5643 characters.
0467b076 5644 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5645 working with characters.
0467b076 5646 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5647 Many functions changed to use viper= instead of = when comparing
5648 characters.
0467b076 5649 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5650
0467b076 5651 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5652 Several typos fixed in various docstrings.
0467b076 5653 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5654 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5655 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5656 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5657 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5658 (ediff-get-selected-buffers): New function.
5659 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5660 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5661 Use save-window-excursion.
0467b076 5662 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5663 termination check in while loop.
0467b076 5664 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5665 dired buffer.
0467b076
EZ
5666 (ediff-files,ediff-merge-files,ediff-files3)
5667 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5668
4f490d99
DL
56692000-10-28 Dave Love <fx@gnu.org>
5670
5671 * info.el (Info-fontify-node): Add help-echo for menu items.
5672
45b84006
EZ
56732000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5674
5ebc02b3
EZ
5675 * startup.el (normal-top-level): If the value of $TERM indicates
5676 we are running from xterm or one of its work-alikes, default to a
5677 light background mode.
5678
45b84006
EZ
5679 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5680 * faces.el (tty-handle-reverse-video): New function.
5681 (tty-create-frame-with-faces): Call it.
5682
5683 * frame.el (frame-notice-user-settings): Don't apply
5684 default-frame-alist and initial-frame-alist to MS-DOS frames.
5685 Call tty-handle-reverse-video, frame-set-background-mode, and
5686 face-set-after-frame-default for non-MS-DOS frames.
5687
5688 * startup.el (tty-long-option-alist): New variable.
5689 (tty-handle-args): New function.
5690 (command-line): Call tty-handle-args.
5691
5692 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5693 startup.el now does that for all character-terminal frames.
5694
eab6e8b9
MB
56952000-10-28 Miles Bader <miles@gnu.org>
5696
83c9cb8e
SM
5697 * emacs-lisp/easy-mmode.el (define-minor-mode):
5698 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5699 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5700 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5701 version using `easy-mmode-define-global-mode'.
5702 Add :conditional-turn-on keyword argument.
eab6e8b9 5703
51a29efc
DL
57042000-10-28 Dave Love <fx@gnu.org>
5705
83c9cb8e
SM
5706 * international/latin1-disp.el (latin1-char-displayable-p):
5707 Don't use window-system.
51a29efc 5708
d71d7114
EZ
57092000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5710
5711 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5712 Don't call find-buffer-file-type-coding-system. Instead, just
5713 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5714 if the file is on an untranslated filesystem.
5715 (add-untranslated-filesystem): Use "D" instead of "f" inside
5716 interactive.
5717
1f9cab4b
DL
57182000-10-27 Dave Love <fx@gnu.org>
5719
70c825df 5720 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5721 (refill-mode): Use it.
5722
70c825df
SM
57232000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5724
5725 * international/quail.el (quail-activate): Don't make-local-hook.
5726
7432cf10
AS
57272000-10-27 Andre Spiegel <spiegel@gnu.org>
5728
4836835a 5729 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5730 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5731 (vc-make-version-backup): Don't do it on MS-DOS without long file
5732 names.
4836835a 5733
7432cf10
AS
5734 * vc.el (vc-version-other-window): If an automatic backup of the
5735 desired version exists, rename it instead of copying it.
5736
4836835a
TTN
5737 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5738 after command. If there's an unexpected error, signal it instead
7432cf10 5739 of being silent.
e1483c38 5740 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5741
05ea7ef2
MB
57422000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5743
fd1035aa
MB
5744 * shell.el (shell): Add BUFFER argument.
5745 * comint.el (make-comint-in-buffer): New function.
5746 (make-comint): Use it.
5747
05ea7ef2
MB
5748 * faces.el (face-spec-choose): Change syntax so that the list of
5749 attribute-value pairs is now the cdr of each clause, not the cadr.
5750 Detect old-style entries, and handle them. Use pop.
5751
835a55fe
SM
57522000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5753
f5ab1cdd
SM
5754 * cus-edit.el (custom-mode-map): Use a sparse map.
5755 (custom-mode): Don't bother with make-local-hook.
5756
5757 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5758
835a55fe
SM
5759 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5760
c13b0ec8
GM
57612000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5762
5763 * ps-print.el: Avoid compilation gripes.
5764 (ps-print-version): New version number (6.2.1).
4836835a 5765
e9f63196
DL
57662000-10-26 Dave Love <fx@gnu.org>
5767
0b95284b
DL
5768 * menu-bar.el: Modify some menu item help strings.
5769 (menu-bar-help-menu): Add link to MORE.STUFF.
5770
e9f63196
DL
5771 * cus-edit.el (custom-mode): Add `special' mode-class property.
5772
5773 * wid-browse.el (widget-browse-mode): Likewise.
5774
5775 * wid-edit.el (widget-specify-field): Revert to using local-map
5776 property, not keymap.
5777
e276a14a
MB
57782000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5779
c1545d88
MB
5780 * wid-edit.el (widget-field-end): When checking for a `boundary'
5781 field, do so in the correct buffer.
5782
3c1b77ca
MB
5783 * simple.el (undo): Correctly distinguish between numeric and
5784 non-numeric prefix args in non-transient-mark-mode, as per the doc
5785 string. When in transient-mark-mode, treat all prefix-args as
5786 numeric.
5787
f5ab1cdd
SM
5788 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5789 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5790
5791 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5792 (comint-mode-map): Reverse order of `comint-write-output' and
5793 `comint-append-output-to-file'.
5794 (comint-append-output-to-file): Reinstate this function, for the
5795 benefit of the menu.
5796
d97151cb
SM
57972000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5798
5799 * vc.el (vc-version-other-window): Bind `file'.
5800
ea7d6f5b
GM
58012000-10-25 Gerd Moellmann <gerd@gnu.org>
5802
f5ab1cdd 5803 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5804
5805 * emacs-lisp/authors.el (batch-update-authors): New function.
5806 (authors-fixed-entries): New defconst.
5807 (authors-add-fixed-entries): New function.
5808 (authors): Call it.: Don't process lispref/.
5809
17c25cea
JR
58102000-10-25 Jason Rumney <jasonr@gnu.org>
5811
5812 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5813 Merge x w32 and mac definitions.
5814
4ecda532
GM
58152000-10-25 Gerd Moellmann <gerd@gnu.org>
5816
5817 * menu-bar.el (menu-bar-options-menu): Add a help string for
5818 `uniquify'.
5819
b6735035
GM
58202000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5821
f5ab1cdd
SM
5822 * time-stamp.el (time-stamp-string-preprocess):
5823 Fix a wrong type argument error.
b6735035 5824
f4cbc7a0
MB
58252000-10-25 Miles Bader <miles@gnu.org>
5826
5827 * recentf.el (recentf-mode): Variable removed.
5828 (recentf-mode): Use `define-minor-mode'.
5829
5830 * mwheel.el (mouse-wheel-mode): New global minor mode.
5831 (mwheel-install): Use `mouse-wheel-mode'.
5832
f4b020f6
DL
58332000-10-25 Dave Love <fx@gnu.org>
5834
f5ab1cdd
SM
5835 * progmodes/cperl-mode.el (cperl-mode):
5836 Set normal-auto-fill-function correctly.
072cb6f9 5837
83c9cb8e
SM
5838 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5839 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5840 bindings.
f4b020f6 5841
ebe2a441
MB
58422000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5843
ff4dcd4b
MB
5844 * wid-edit.el (widget-field-at): New function.
5845 (widget-at, widget-field-activate): Use it.
5846 (widget-tabable-at): Use `widget-at'.
5847 (widget-specify-field): If the terminating character of the widget
5848 field (which is read-only) is a newline, put it into a special
5849 `boundary' field so that C-n/C-p act more naturally.
5850 (widget-field-end): Also don't subtract one if a special
5851 `boundary' field has been added after the widget field.
5852
83c9cb8e
SM
5853 * comint.el (comint-output-filter, comint-send-input):
5854 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5855 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5856
ebe2a441
MB
5857 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5858 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5859 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5860
fe50b6ab
GM
58612000-10-24 Gerd Moellmann <gerd@gnu.org>
5862
53df4dda 5863 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5864 (authors): Set file coding system to iso-2022-7bit.
5865 Add file-local variables to output buffer.
53df4dda 5866
4836835a 5867 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5868 WARN is nil.
5869
53df4dda
GM
58702000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5871
5872 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5873
5874 * delim-col.el: Now there is a column formatting mechanism.
5875 Modified to customization mechanisms convention. Doc fix.
5876 (columns): New group for delim-col.
5877 (delimit-columns-before, delimit-columns-after)
5878 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5879 (delimit-columns-end): New vars.
5880 (delimit-columns-customize, delimit-columns-format): New funs.
5881 (delimit-columns-region, delimit-columns-rectangle)
5882 (delimit-columns-rectangle-line): Modified to support column
5883 formatting.
4836835a 5884
a9839779
DL
58852000-10-24 Dave Love <fx@gnu.org>
5886
5887 * log-edit.el (log-edit): Add :version and a :group for vc.
5888
df0267b8
GM
58892000-10-24 Gerd Moellmann <gerd@gnu.org>
5890
9acc3873
GM
5891 * files.el (after-find-file): Don't print a message ``New file''
5892 if WARN is nil.
5893
83c9cb8e
SM
5894 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5895 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5896 get duplicate tool-bar entries because we'll see the global ones
5897 on more than one path through keymaps.
5898
1946f901
GM
5899 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5900
df0267b8
GM
5901 * progmodes/cmacexp.el: Change Francesco's email address.
5902
ae3b264b
KH
59032000-10-24 Kenichi Handa <handa@etl.go.jp>
5904
5905 * window.el (fit-window-to-buffer): Adjust point of the window
5906 buffer, not that of the current buffer.
5907
23afac01
EZ
59082000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5909
5910 * progmodes/cmacexp.el: Update the euthor's email address.
5911
22d1a4ed
MB
59122000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5913
5914 * faces.el (face-spec-set-match-display): Add `graphic' display
5915 type (the inverse of `tty'). Use `display-graphic-p' instead of
5916 the window-system variable.
5917
f408aa48
KH
59182000-10-24 Kenichi Handa <handa@etl.go.jp>
5919
83c9cb8e
SM
5920 * international/isearch-x.el (isearch-with-input-method):
5921 Call input-method-function with the first event in
f408aa48
KH
5922 unread-command-events.
5923
94fe8a31
MB
59242000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5925
83c9cb8e 5926 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5927
8f47302e
AC
59282000-10-24 Andrew Choi <akochoi@i-cable.com>
5929
5930 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5931 New charsets.
5932
5933 * term/mac-win.el: Remove definitions of mac-roman-lower and
5934 mac-roman-upper, require dired, and define instead of set
5935 mac-ready-for-drag-n-drop to avoid compilation error.
5936
446c097e
AI
59372000-10-23 Andrew Innes <andrewi@gnu.org>
5938
83c9cb8e
SM
5939 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5940 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5941 expand-file-name after convert-standard-filename to ensure
5942 expected directory separators are used.
5943
379b70e7
EZ
59442000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5945
5946 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5947
85c766e9
DL
59482000-10-23 Dave Love <fx@gnu.org>
5949
b7e03a67
DL
5950 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5951 (tool-bar-add-item): Set foreground and background for XBM icons.
5952
83c9cb8e
SM
5953 * international/latin1-disp.el (latin1-char-displayable-p):
5954 New function (from Handa).
b7e03a67
DL
5955 (latin1-display-check-font): Use it.
5956
0dcf8835 5957 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5958 using :key-sequence, making it much more usable.
5959 Use nconc, not append.
0dcf8835
DL
5960 (imenu--create-keymap-1): Avoid append.
5961
85c766e9 5962 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5963
cb3069bb
MB
59642000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5965
5966 [the following changes fix a bug where `define-minor-mode' didn't
5967 correctly generate :require clauses for defcustoms in compiled files]
5968 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5969 (byte-compile-log-file, byte-compile-log-1): Don't set
5970 `byte-compile-current-file' to nil. Instead set
5971 `byte-compile-last-logged-file' to it. Test whether
5972 byte-compile-current-file equals byte-compile-last-logged-file
5973 instead of whether its nil.
3b6542ba 5974 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5975
6db6243b
SM
59762000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5977
5978 * textmodes/refill.el: Fix var names in doc.
5979 (refill-mode): Don't bother with make-local-hook anymore.
5980
98490598
MB
59812000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5982
e01cd227
MB
5983 * faces.el (face-user-default-spec, face-default-spec): New functions.
5984 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5985 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5986 Use `face-user-default-spec'. Simplify code slightly.
5987
4836835a 5988 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5989 (woman-unknown-face): Add dark-background variants.
5990 (woman-default-faces): Renamed from `woman-colour-faces'.
5991 Set using the stored defaults, rather than using hard-wired colors.
5992 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5993 Just make the foreground `unspecified' rather than "black".
5994 (woman-menu): Rename menu entries accordingly.
5995
98490598
MB
5996 * faces.el (header-line): Make more reasonable on mono/grayscale
5997 displays.
5998
1a578e9b
AC
59992000-10-23 Andrew Choi <akochoi@i-cable.com>
6000
6001 * cus-edit.el (custom-button-face): Use 3D look for mac.
6002 (custom-button-pressed-face): Likewise.
6003
6004 * faces.el (set-face-attributes-from-resources): Handle mac frames
6005 in the same way as x and w32 frames.
6006 (face-valid-attribute-values): Likewise.
6007 (read-face-attribute): Likewise.
6008 (defined-colors): Likewise.
6009 (color-defined-p): Likewise.
6010 (color-values): Likewise.
6011 (display-grayscale-p): Likewise.
6012 (face-set-after-frame-default): Likewise.
6013 (mode-line): Same default face as for x and w32.
6014 (tool-bar): Likewise.
6015
6016 * frame.el: Remove call to frame-notice-user-settings at end of
6017 the file.
6018
83c9cb8e 6019 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6020 as for x, pc, and w32 frame types.
6021
6022 * term/mac-win.el: New file.
6023
aaaf7be7
DL
60242000-10-22 Dave Love <fx@gnu.org>
6025
6026 * textmodes/refill.el: New file.
6027
5392d654
AS
60282000-10-22 Andre Spiegel <spiegel@gnu.org>
6029
4836835a 6030 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6031 MANUAL and REGEXP.
4836835a 6032 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6033 New functions.
6034 (vc-before-save): Use the latter.
6035 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6036 confusion.
6037
4836835a 6038 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6039 expected by vc[-hooks].el.
6040
6041 * vc.el (vc-checkout): Added `-p' suffix in call to
6042 vc-make-version-backups-p; use vc-make-version-backup to actually
6043 make the backup.
6044 (vc-version-other-window, vc-version-backup-file): Handle both
6045 automatic and manual backups.
6046 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6047 of all of them.
6048
1e221c16
MB
60492000-10-22 Miles Bader <miles@gnu.org>
6050
7ff4fda5
MB
6051 * comint.el (comint-highlight-input, comint-highlight-prompt):
6052 Renamed, `-face' at end removed.
6053 (comint-send-input, comint-output-filter): Use renamed faces.
6054
3511cde8
MB
6055 * window.el (fit-window-to-buffer): Change defaulting of
6056 MAX-HEIGHT slightly.
6057
1e221c16
MB
6058 * faces.el (color-values, color-defined-p): Use `member', not
6059 `memq', because it works correctly for strings.
6060 (frame-set-background-mode): Actually, "unspecified-fg" and
6061 "unspecified-bg" *are* strings. Use `member', not `memq', and
6062 `equal', not `eq', when a string value is possible.
6063
b6ef4898
EZ
60642000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6065
6066 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6067
34939e2c
SM
60682000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6069
6070 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6071 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6072 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6073 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6074 (sh-font-lock-syntactic-keywords): Use them.
6075 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6076 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6077 (sh-mode): Don't override font-lock-unfontify-region-function.
6078 Use a copy of sh-font-lock-syntactic-keywords.
6079 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6080 Don't call sh-scan-buffer since font-lock does it on the fly.
6081 (sh-get-indent-info): Use `face' rather than `syntax-table'
6082 text-property to detect here-documents.
6083 Replace sh-special-syntax with sh-st-punc.
6084 (sh-prev-line): Use `face' rather than `syntax-table'
6085 text-property to skip over here-documents.
6086 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6087 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6088 (sh-electric-less, sh-set-here-doc-region)
4836835a 6089 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6090 (sh-scan-buffer, sh-rescan-buffer): Remove.
6091
f3d3c491
AI
60922000-10-21 Andrew Innes <andrewi@gnu.org>
6093
6094 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6095 remote (ange-ftp) file names.
6096
b86c791c
MB
60972000-10-21 Miles Bader <miles@gnu.org>
6098
d9c30bdf
MB
6099 * window.el (fit-window-to-buffer): New function.
6100 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6101 (window-text-height): Don't expect minibuffers to have mode-lines.
6102
d9c30bdf 6103 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6104 * international/quail.el (quail-update-guidance):
6105 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6106
617fee5a
MB
6107 * international/quail.el (quail-show-guidance-buf): Make sure
6108 guidance window really has enough room.
6109 (quail-update-guidance): If quail-guidance-win is already shown,
6110 make sure its height is OK.
6111
b86c791c
MB
6112 * window.el (window-text-height, set-window-text-height):
6113 New functions.
6114 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6115 instead of `window-height' & `mode-line-window-height-fudge'.
6116 (mode-line-window-height-fudge): Add FACE parameter.
6117 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6118 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6119
e34850d1
MB
61202000-10-20 Miles Bader <miles@gnu.org>
6121
6122 * window.el (height-affecting-face-attributes): Use `defconst'.
6123
6124 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6125 New function, conditionally aliased to `mode-line-window-height-fudge'.
6126 (ispell-help): Use it.
6127 (ispell-choices-win-default-height): Don't include mode-line fudge.
6128 (ispell-choices-win-default-height): New function.
6129 (ispell-show-choices, ispell-command-loop): Use function
6130 `ispell-choices-win-default-height' instead of variable.
6131
a8b883c2
MB
61322000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6133
8c6e4a58
MB
6134 * window.el (mode-line-window-height-fudge): New variable.
6135 (height-affecting-face-attributes): New variable.
6136 (mode-line-window-height-fudge): New function.
6137 (shrink-window-if-larger-than-buffer): Use it.
6138 * help.el (resize-temp-buffer-window): Likewise.
6139
a8b883c2
MB
6140 * info.el (Info-fontify-node): Add support for @subsubsection
6141 titles, which use `Info-title-4-face'.
6142 (Info-title-4-face): New face.
6143 (Info-title-3-face): Inherit from Info-title-4-face instead of
6144 variable-pitch.
6145
e64c3a75
JR
61462000-10-19 Jason Rumney <jasonr@gnu.org>
6147
6148 * dired.el (dired-insert-directory): Do not let errors signalled by
6149 attempt to run dired-free-space-program prevent dired from working.
6150
c70fe852
SM
61512000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6152
6153 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6154
877cf6b4
GM
61552000-10-19 Gerd Moellmann <gerd@gnu.org>
6156
5de037e0
GM
6157 * dirtrack.el (dirtrack): Fix call to run-hooks.
6158
6deb9af9
GM
6159 * cmuscheme.el (cmuscheme-program-name): Renamed from
6160 scheme-program-name because xscheme.el contains a defcustom with
6161 the same name. As a consequence, customizing group `cmuscheme'
6162 loaded `xscheme' which redefined run-scheme.
6163 (run-scheme): Use cmuscheme-program-name.
6164
83c9cb8e 6165 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6166
e597d8fb 6167 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6168 anonymous address, and add a website for Befrienders International.
4836835a 6169
3e9cb08f
GM
61702000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6171
c70fe852
SM
6172 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6173 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6174 (ps-print-version): New version number (6.2).
6175 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6176 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6177 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6178 (ps-x-extent-priority, ps-x-extent-start-position)
6179 (ps-x-face-font-instance, ps-x-find-coding-system)
6180 (ps-x-font-instance-properties, ps-x-make-color-instance)
6181 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6182 avoid compilation gripes without defining functions.
6183 (ps-e-find-composition): Alias for function find-composition, to have a
6184 suitable function depending on Emacs version.
6185 (ps-color-device, ps-color-values, ps-face-foreground-name)
6186 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6187 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6188 (ps-print-ensure-fontified): Function definitions surrounded by
6189 `eval-and-compile' to avoid compilation gripes.
6190 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6191 by symbol-value to avoid compilation gripes.
6192 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6193 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6194
d8abcd91
MB
61952000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6196
13ab33c4
MB
6197 * startup.el (normal-top-level): Call `frame-set-background-mode'
6198 after `frame-notice-user-settings' because the latter doesn't call
6199 the former on a tty.
6200
d8abcd91
MB
6201 * faces.el (frame-set-background-mode): `unspecified' &c are
6202 symbols, not strings.
6203
e8bce0a9
EZ
62042000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6205
c70fe852
SM
6206 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6207 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6208
c70fe852
SM
6209 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6210 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6211
773272d8
KH
62122000-10-19 Kenichi Handa <handa@etl.go.jp>
6213
c70fe852 6214 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6215 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6216 for ISO10646-1 fonts.
6217 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6218
772139c0
EZ
62192000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6220
6221 * faces.el (frame-set-background-mode): If a tty frame defines a
6222 background color, use that to compute the background mode, instead
6223 of always defaulting to "dark".
6224
d134a19f
MB
62252000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6226
8bb84cb2
MB
6227 * comint.el (comint-write-output): New function.
6228 (comint-mode-map): Add it to the menu.
e40a778f 6229 Bind `C-c C-s' to comint-write-output.
d134a19f 6230
dada41e1
GM
62312000-10-18 Gerd Moellmann <gerd@gnu.org>
6232
6233 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6234 Use fancy-splash-delay.
6235
9b5360aa
GM
62362000-10-18 Alex Schroeder <alex@gnu.org>
6237
6238 * progmodes/sql.el (sql-sybase-options): New option.
6239 (sql-sybase): Use it. Add sql-database to the list of parameters
6240 provided for login. The options -w 2048 -n are not used any more.
6241
9035a35a
GM
6242 * comint.el (comint-read-input-ring): Bugfix such that the first
6243 and the last entry of the input ring file are not lost.
6244
3556c6dd
GM
62452000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6246
6247 * ps-print.el: Internal variable changes to defcustom,
6248 make-local-hook changes to defvar. Doc fix.
6249 (ps-print-version): New version number (6.1).
6250 (ps-setup, ps-do-despool): Code fix.
6251 (ps-printer-name): Customization fix.
6252 (ps-printer-name-option): Now is a defcustom instead of an
6253 internal variable.
6254 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6255 (ps-print-begin-column-hook): Now are defvar instead of
6256 make-local-hook.
4836835a 6257
4e217e50
MB
62582000-10-18 Miles Bader <miles@gnu.org>
6259
6260 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6261 (comint-kill-output): Changed into an alias for `comint-delete-output',
6262 and made obsolete.
6263 (comint-mode-map): Rename references to comint-kill-output.
6264
34460354
EZ
62652000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6266
6267 * diff-mode.el (diff-header-face, diff-file-header-face)
6268 (diff-changed-face): Add bold and italic attributes to tty faces.
6269 (diff-function-face): New face.
6270 (diff-font-lock-keywords): Use it.
6271
17ea3cdb
MB
62722000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6273
6274 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6275 Remove commented-out call to force-mode-line-update.
6276 (comint-kill-output): Use `forward-line 0' instead of
6277 beginning-of-line to make sure we get past the prompt.
6278
9244f2c7
SM
62792000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6280
6281 * diff-mode.el (diff-header-face, diff-file-header-face):
6282 Add specific setting for dark background.
6283 (diff-context-face): Renamed from diff-comment-face.
6284 Set explicitly rather than inheriting from font-lock-comment-face.
6285
1592c1ef
EZ
62862000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 * startup.el (command-line): Move the code which sets the default
6289 TTY colors to before before-init-hook.
6290
f86292a9
GM
62912000-10-17 Gerd Moellmann <gerd@gnu.org>
6292
6293 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6294
f7f2e883
EZ
62952000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6296
e854cc22
EZ
6297 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6298 extensions, for MS-DOS.
6299
f7f2e883
EZ
6300 * diff-mode.el (diff-header-face, diff-file-header-face)
6301 (diff-changed-face): Define tty-specific colors.
6302
c7b4f0f9
GM
63032000-10-17 Gerd Moellmann <gerd@gnu.org>
6304
6305 * startup.el (fancy-splash-text): Realign the text.
6306
12a72271
EZ
63072000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6308
6309 * font-lock.el (font-lock-comment-face): Define a separate default
6310 for dark-background tty's.
6311
61dfccfd
MB
63122000-10-17 Miles Bader <miles@gnu.org>
6313
6314 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6315 being obscured by whizzy mode-lines on graphics displays.
6316
333cd59e
EZ
63172000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6318
6319 * info.el (Info-title-1-face, Info-title-2-face)
6320 (Info-title-3-face): Define colors for tty's.
dada41e1 6321 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6322
dbf1fcc1
EZ
63232000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6324
6325 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6326 reverse from the frame parameters, and don't invert foreground and
6327 background colors.
6328
ac629823
MB
63292000-10-16 Miles Bader <miles@gnu.org>
6330
6331 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6332 string "*Info*". Call propertized-buffer-identification to spruce
6333 up the result.
6334
76eebffc
GM
63352000-10-16 Gerd Moellmann <gerd@gnu.org>
6336
3a6b59d9
GM
6337 * help.el: Provide `help' for the sake of define-minor-mode
6338 which generates defcustoms with requires.
6339
6569c3d3
GM
6340 * jit-lock.el (jit-lock-after-change): If we're in text that
6341 matches a multi-line font-lock pattern, make sure the whole text
6342 will be redisplayed.
6343
c2e0a611
GM
6344 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6345 author's name is unknown.
6346
76eebffc
GM
6347 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6348 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6349 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6350 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6351 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6352 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6353 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6354 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6355 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6356 Add author information.
6357
cf1e7b12
MB
63582000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6359
6360 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6361 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6362 full-color version (using the Gimp) to eliminate dithering artifacts.
6363
5586f3eb
SM
63642000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6365
6366 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6367
6368 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6369
ad64a888
DL
63702000-10-15 Dave Love <fx@gnu.org>
6371
83c9cb8e 6372 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6373
6374 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6375
6376 * whitespace.el: Doc fixes.
6377 (top-level): Don't add hooks here.
6378 (whitespace-running-emacs): Deleted.
6379 (timer): Don't require.
6380 (whitespace): Add back :version conditional on xemacs test.
6381 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6382 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6383 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6384 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6385 Avoid specific xemacs test.
6386 (whitespace-global-mode): New option.
6387 (whitespace-global-mode): New command.
6388 (whitespace-unload-hook): New function.
6389
6390 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6391 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6392 (Info-fontify-node): `Goto' goes to `Go to'.
6393 (Info-fontify-node): Add help-echo to xref links.
6394
1ef49fc6
EZ
63952000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6396
6397 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6398
8b7707e1
SM
63992000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6400
b3b7f42f
SM
6401 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6402 Use plist-get and allow :inherit.
6403
6404 * emacs-lisp/cl-macs.el (cl-do-arglist):
6405 Use plist-get and plist-member instead of memq.
6406
3c7fafc7
SM
6407 * emacs-lisp/ewoc.el (ewoc-location): New function.
6408 (ewoc-enter-after, ewoc-enter-before): Document return value.
6409 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6410 Don't need make-local-hook any more.
6411 (cvs-addto-collection): Return the new tin.
6412 (cvs-mode-insert): Jump to the new line.
6413
8b7707e1
SM
6414 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6415
6416 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6417
6418 * font-lock.el (font-lock-syntactically-fontified): New var.
6419 (font-lock-fontify-syntactic-keywords-region): Use it.
6420 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6421
6422 * diff-mode.el (diff-find-file-name): Fix regexp.
6423
6424 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6425 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6426
6427 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6428 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6429 (sh-mode): Don't make all vars local here.
6430 (sh-kw): Reformat.
6431 (sh-set-shell): Use dolist. Don't set indent-region-function.
6432 (sh-mode-syntax-table): Use pop.
6433 (sh-remember-variable): Use push.
6434 (sh-help-string-for-variable): Use memq.
6435 (sh-safe-backward-sexp): Remove.
6436 (sh-safe-forward-sexp): Add ARG.
6437 (sh-get-indent-info, sh-prev-stmt): Use it.
6438 (sh-prev-line): Simplify by using forward-comment.
6439 (sh-this-is-a-continuation): Simplify.
6440 (sh-learn-buffer-indent): Use dolist.
6441 (sh-do-nothing): Remove.
6442 (sh-set-char-syntax, sh-set-here-doc-region):
6443 Use inhibit-modification-hooks.
6444 (sh-name-style): Use mapcar and push.
6445 (sh-load-style): Use dolist.
6446 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6447 (sh-case, sh-while-getopts): Use propertize directly rather
6448 than sh-electric-rparen.
6449
64502000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6451
6452 * textmodes/tex-mode.el: Require CL when compiling.
6453 (tex-mode-syntax-table): Init immediately.
6454 (tex-mode-map): Bind M-RET to latex-insert-item.
6455 (latex-mode): Set indent-line-function to latex-indent.
6456 (tex-common-initialization): Don't setup the syntax-table any more.
6457 (latex-insert-item): New skeleton.
6458 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6459 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6460 (latex-indent, latex-find-indent): New functions.
4836835a 6461 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6462 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6463 (tex-compilation-parse-errors): Use with-syntax-table.
6464
86b7fcbb
MB
64652000-10-15 Miles Bader <miles@gnu.org>
6466
6467 * font-lock.el (font-lock-comment-face): Change dark-background,
6468 color, non-tty, default to `chocolate1'.
6469
57a24508
JW
64702000-10-13 John Wiegley <johnw@gnu.org>
6471
6472 * eshell/esh-util.el (require): Added a missing `require' form,
6473 needed when compiling (for an ange-ftp macro definition).
6474
40ad3db4
DL
64752000-10-13 Dave Love <fx@gnu.org>
6476
6477 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6478
db460189
GM
64792000-10-13 Gerd Moellmann <gerd@gnu.org>
6480
83c9cb8e 6481 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6482
4836835a 6483 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6484 transparent -colors 8).
6485
3b5e21df
GM
64862000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6487
6488 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6489 that breaks with old list format timestamps.
6490 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6491 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6492
16908a3f
JW
64932000-10-13 John Wiegley <johnw@gnu.org>
6494
d7103dda
JW
6495 * align.el, pcomplete.el, calendar/timeclock.el,
6496 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6497
dace60cf 6498 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6499 faulty math, where holiday hours were being computing as seconds.
6500
b6b70cda
JW
65012000-10-13 John Wiegley <johnw@gnu.org>
6502
6503 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6504 specifying what "other" kinds of buffers should be saved.
6505 This used to be hard-coded.
b6b70cda
JW
6506 (desktop-buffer-misc-functions): A global for specifying how
6507 auxiliary data should be determined for special buffer types.
6508 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6509 instead of hard-coding the special buffer types.
6510 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6511 auxiliary data, instead of hard-coding for Info buffers and dired.
6512 (desktop-buffer-info-misc-data): Aux function for determining Info
6513 buffer auxiliary info.
6514 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6515 (desktop-buffer-info): Changed this function to use the info
6516 gathered above.
6517 (desktop-create-buffer): Be a little more careful about what
6518 `minor-mode' means before calling it. This is important for some
6519 buffer types.
6520
8c6b1d83
JW
65212000-10-13 John Wiegley <johnw@gnu.org>
6522
6523 * eshell/esh-util.el: Added a global form which declares an
6524 autoload for `parse-time-string', if that function is not already
6525 defined, and if parse-time.el is available on the user's system.
6526
6527 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6528 to be aware of ange-ftp user info.
83c9cb8e 6529 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6530 (eshell-ls-annotate): Use `eshell-file-attributes'.
6531 (eshell-ls-file): Made the user-id printing code a bit smarter.
6532
6533 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6534 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6535 It's manual, but there's no other way to know when the current user
6536 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6537 (fboundp): Bind `ange-cache'.
6538 (eshell-directory-files-and-attributes): Re-organized the logic a
6539 bit to use `eshell-file-attributes' instead of `file-attributes'.
6540 The former is more sensitive to directories that are read via FTP,
6541 and knows how to use ange-ftp to determine full attribute
6542 information, instead of just the name and last modtime.
6543 (eshell-current-ange-uids): Return the current user id when in a
6544 remote directory.
6545 (eshell-parse-ange-ls): Parse a full directory listing that has
6546 been returned by ange-ftp.
6547 (eshell-file-attributes): This beefed up version of
6548 `file-attributes' is only special if the user is currently in a
6549 remote directory, in which case it does a lot of work to find out
6550 what the real attributes of a file are, as they appear on the
6551 remote machine. This makes usage of remote directories (i.e.,
6552 ange-ftp pathnames) much more useful. You can now use Eshell as a
6553 full-fledged FTP client, with much more manipulation ability than
6554 most other clients.
6555
6556 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6557 variable, which means that Eshell's du should always be preferred
6558 in remote directories.
6559 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6560 just `file-attributes'.
6561 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6562 when reading remote directories. This is an Eshell-specific
6563 variable (not part of ange-ftp).
6564 (eshell/ln): Bind `ange-cache'.
6565 (eshell/du): Added some extra logic for determining when to use
6566 Eshell's du (which is slow), and when to use the external version
6567 (which may or may not exist).
6568
83c9cb8e
SM
6569 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6570 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6571 `get-buffer-process', since backgrounded processes don't count in
6572 the context of this function's logic.
6573
6574 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6575 `forward-char', so that null strings are parsed correctly.
6576
87730e84 65772000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6578
83c9cb8e
SM
6579 * eshell/em-pred.el (eshell-pred-file-type)
6580 (eshell-pred-file-links, eshell-pred-file-size):
6581 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6582
6583 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6584 that remote file globbing is more efficient.
6585
6586 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6587 gathering the files and attributes within a directory.
6588
6589 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6590 the command line is a special file (not a regular file, directory
6591 or symlink), always attempt to call the external version of cat.
6592
87730e84 65932000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6594
6595 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6596 Eshell-friendly version of find-tag.
6597
1c7e37a9
MB
65982000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6599
4836835a 6600 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6601 (image-file-name-regexps): Add autoload cookies.
6602
11a7f341
KH
66032000-10-13 Kenichi Handa <handa@etl.go.jp>
6604
6605 * international/mule-cmds.el (select-safe-coding-system): If FROM
6606 is string, show it in *Warning* buffer.
6607
8ddddcb0
EZ
66082000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6609
6610 * startup.el (normal-top-level): Use display-popup-menus-p instead
6611 of window-system.
6612 (command-line): Use display-graphic-p instead of window-system.
6613 (command-line-1): Use display-popup-menus-p and display-mouse-p
6614 instead of window-system.
6615
72200f89
SS
66162000-10-12 Sam Steingold <sds@gnu.org>
6617
6618 * tooltip.el (tooltip-use-echo-area): New user variable.
6619 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6620
8661c643
DL
66212000-10-12 Dave Love <fx@gnu.org>
6622
d0b40dc1
DL
6623 * recentf.el: Maintainer's checkdoc fixes.
6624
83c9cb8e
SM
6625 * startup.el (normal-top-level-add-subdirs-to-load-path):
6626 Use character class, not ASCII when matching file names.
a622451f
DL
6627 (fancy-splash-head): Add trailing slash to URL.
6628 (command-line): Don't require XPM support for toolbar.
6629
8661c643
DL
6630 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6631 (cperl-invalid-face): Revert last change.
6632 (cperl-init-faces): Quote cperl-invalid-face.
6633
ef2ed8ab
KH
66342000-10-12 Kenichi Handa <handa@etl.go.jp>
6635
6636 * startup.el (fancy-splash-text): Remove superfluous quote.
6637
b0da379e
GM
66382000-10-12 Gerd Moellmann <gerd@gnu.org>
6639
dbeb499b
GM
6640 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6641 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6642 (command-line-1): Don't use fancy-splash-pending-command.
6643 (fancy-splash-screens-1): Goto point-min after inserting text.
6644
d861718a
GM
6645 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6646
b0da379e
GM
6647 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6648 instead of shared-lisp-mode-map.
6649
4fb2ad98
MB
66502000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6651
1cb4393e
MB
6652 * faces.el (header-line): Change tty-variant to use underlining.
6653
4fb2ad98
MB
6654 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6655 (isearch-highlight): Restore lazy-isearch face properties at old
6656 position, and suppress them at new position.
6657 (isearch-dehighlight): Restore lazy-isearch face properties.
6658 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6659 over the real isearch overlay, but in that case, don't give it a
6660 face property. Use `push'.
6661
eb991b25
KH
66622000-10-12 Kenichi Handa <handa@etl.go.jp>
6663
6664 * man.el (Man-getpage-in-background): Fix previous change.
6665 Decode the process output only when we are in multibyte mode.
6666
a818c1c0
DL
66672000-10-11 Dave Love <fx@gnu.org>
6668
c990f53a
DL
6669 * info.el (Info-mode-menu): Fix some help.
6670 (info-tool-bar-map): Add entry for Info-last.
6671
a818c1c0
DL
6672 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6673 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6674 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6675 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6676 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6677 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6678 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6679 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6680 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6681 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6682 Reduce colour requirements to 25 overall. (Probably wants
6683 revisiting from the originals to reduce further.)
6684
c1b096cb
EZ
66852000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6686
6687 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6688 buffer-file-coding-system, instead of raw-text.
6689 (dehexlify-buffer): Bind coding-system-for-read to
6690 buffer-file-coding-system, instead of raw-text.
6691
5c8b7eaf
SS
66922000-10-11 Sam Steingold <sds@gnu.org>
6693
83c9cb8e 6694 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6695 `underline' - fixes the bug introduced on 2000-09-21.
6696
2cfbdb7a
DL
66972000-10-11 Dave Love <fx@gnu.org>
6698
83c9cb8e
SM
6699 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6700 Avoid compiler warnings.
2cfbdb7a
DL
6701 (scheme-mode): Doc fix.
6702 (scheme-font-lock-keywords-1): Match `define-syntax'.
6703
67042000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6705
6706 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6707 face specs as well as default ones. Only do anything if the
6708 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6709 (region): Make dark-background `region' face less in-your-face.
4b33f290 6710
690ec649
SS
67112000-10-10 Sam Steingold <sds@gnu.org>
6712
6713 * chistory.el, ielm.el, ledit.el:
6714 * progmodes/inf-lisp.el, progmodes/scheme.el:
6715 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6716
3b95d6bb
SM
67172000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6718
6719 * textmodes/texinfo.el: Update copyright and fix typo.
6720
6721 * desktop.el (desktop-modes-not-to-save): New var.
6722 (desktop-save-buffer-p): Use it.
a30eb617
DL
6723 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6724 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6725
67262000-10-10 Dave Love <fx@gnu.org>
6727
6728 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6729 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6730
6731 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6732 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6733 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6734 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6735 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6736 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6737 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6738 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6739 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6740 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6741 the .xpms; probably need retouching.
6742
67432000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6744
6745 * subr.el (add-to-list): Add optional argument APPEND.
6746 * battery.el (display-battery): Use `add-to-list'.
6747
67482000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6749
83c9cb8e
SM
6750 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6751 properties.
a30eb617
DL
6752 (zone, zone-when-idle, zone-leave-me-alone)
6753 (zone-pgm-whack-chars): Use new symbol properties.
6754
6755 * battery.el (display-battery): Doc spelling fix.
6756
6757 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6758 property.
6759
67602000-10-09 Dave Love <fx@gnu.org>
6761
6762 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6763 has been initialized before calling tool-bar-setup.
6764 (tool-bar-add-item-from-menu): Add autoload cookie.
6765
67662000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6767
6768 * menu-bar.el (send-mail-item-name): New function.
6769 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6770 of mail-user-agent in the menu. Don't display the "Send Mail"
6771 item if mail-user-agent is nil or its value is ignore.
6772 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6773 if read-mail-command is nil or its value is ignore.
6774
6775 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6776
67772000-10-09 Miles Bader <miles@gnu.org>
6778
6779 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6780 Correct image size.
6781 * toolbar/left_arrow.xpm: Correct image size.
6782
6783 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6784 will be done by the definition of `auto-compression-mode' if
6785 necessary. Move code to uninstall existing file-name handler
6786 before definition of `auto-compression-mode'.
6787
6788 * image-file.el (auto-image-file-mode): Move to the end of the
6789 file, because `define-minor-mode' actually calls the mode-function
6790 if the associated variable is non-nil, which requires that all
6791 needed functions be already defined.
6792
6793 * mouse.el (popup-menu): Balance parens.
6794
67952000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6796
6797 * mouse.el (popup-menu): Move the command call outside the loop
6798 so that popup-menu returns whatever the command returns.
6799
6800 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6801 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6802 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6803 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6804
6805 * vc.el (vc-version-diff): diff-switches can be a list.
6806 Use relative filenames for prettier output.
6807
6808 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6809 (vc-post-command-functions): Remove old-VC compatibility code.
6810
6811 * newcomment.el (comment-indent-default): Autoload.
6812
6813 * font-lock.el (font-lock-defaults): Make buffer-local.
6814 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6815 (font-lock-choose-keywords):
6816 Ignore LEVEL unless KEYWORDS is a list of syms.
6817 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6818 Don't wrap regexp-opt things in \(...\) unnecessarily.
6819
6820 * jit-lock.el: Don't require font-lock any more.
6821 (jit-lock-functions): Make buffer-local.
6822 (jit-lock-saved-fontify-buffer-function): Remove.
6823 (jit-lock-mode): Remove autoload cookie.
6824 Remove font-lock specific code.
6825 (jit-lock-unregister): Don't bother handling complex hooks any more.
6826 (jit-lock-refontify): New function.
6827 (jit-lock-fontify-buffer): Use it.
6828 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6829 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6830 Add optional args START and END.
6831 Never call font-lock-fontify-region directly.
6832 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6833
6834 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6835
68362000-10-08 Dave Love <fx@gnu.org>
6837
6838 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6839
6840 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6841
6842 * play/studly.el (studlify-region, studlify-word): Add autoload
6843 cookie.
6844
6845 * play/morse.el (morse-region, unmorse-region): Add autoload
6846 cookie.
6847
6848 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6849 concat.
6850
6851 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6852 insist on symbols starting with word syntax.
6853 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6854 (eval-defun-1): Doc fix.
6855 (indent-sexp): Use nconc to build up indent-stack.
6856
6857 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6858 Gnus with little use.
6859 (mail-setup-hook): Add mail-abbrevs-setup to options.
6860
6861 * recentf.el: Doc fixes.
6862
6863 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6864 Clean up remainder.
6865
6866 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6867 without timezone and (8) with timezone to enforce some whitespace.
6868 Simplify code somewhat.
6869
6870 * options.el (list-options): Doc that you should use customize.
6871
6872 * iswitchb.el (iswitchb-mode): Add :require.
6873
6874 * info.el (Info-goto-node, Info-menu): Doc fix.
6875 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6876 (info-tool-bar-map): New variable.
6877 (Info-mode): Use it.
6878 (Info-edit-map): Define all in defvar.
6879 (speedbar-attached-frame): Avoid compiler warning.
6880
6881 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6882 (global-map): Bind [tool-bar] to a filtered map.
6883 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6884 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6885 Allow PBM icons.
6886 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6887
6888 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6889 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6890 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6891 icons, except up_arrow, which is left-arrow rotated.
6892
6893 * imenu.el (imenu-add-to-menubar): Fix last change.
6894
68952000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6896
6897 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6898 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6899
69002000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6901
6902 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6903 typos in doc strings.
6904
6905 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6906 the doc strings how to customize Font Lock faces.
6907
6908 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6909 computing growth when dragging the header line.
6910
69112000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6912
6913 * simple.el (kill-line): Doc fix.
6914
69152000-10-08 Miles Bader <miles@gnu.org>
6916
6917 * faces.el (secondary-selection): Make foreground visible on tty.
6918
6919 * jka-compr.el (auto-compression-mode): Move to the end of the
6920 file, because `define-minor-mode' actually calls the mode-function
6921 if the associated variable is non-nil, which requires that all
6922 needed functions be already defined.
6923 (with-auto-compression-mode): Add autoload cookie.
6924
69252000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6926
6927 * files.el (find-backup-file-name) [ms-dos]: If support for long
6928 file names is not available, behave as if version-control were set
6929 to never.
6930
69312000-10-07 Dave Love <fx@gnu.org>
6932
6933 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6934 (browse-url-gnome-moz): New function.
6935 (browse-url-browser-function): Use it.
6936 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6937
69382000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6939
6940 * indent.el (tab-always-indent): New var.
6941 (indent-for-tab-command): Use it.
6942
6943 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6944 raise an error. This way it can still default to a sane value.
6945
69462000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6947
6948 * startup.el (fancy-splash-screens): Use local rather than global map.
6949 Don't use `update-menu-bindings' any more.
6950 Get rid of assumptions about keymap representation.
6951
69522000-10-06 Dave Love <fx@gnu.org>
6953
6954 * textmodes/fill.el (sentence-end-double-space)
6955 (sentence-end-without-period): Doc fix.
6956 (adaptive-fill-regexp): Purecopy.
6957 (unjustify-current-line): Use line-end-position.
6958 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6959
6960 * net/eudc-vars.el (eudc): Add :version, :link.
6961
6962 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6963
6964 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6965 Fix for define-minor-mode.
6966 (function-at-point): Alias to function-called-at-point.
6967
6968 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6969
6970 * simple.el (backward-word): Doc fix.
6971
6972 * image-file.el (image-file-name-regexp): image-file-regexps ->
6973 image-file-name-regexps.
6974 (image-file-name-extensions): Add pbm.
6975
69762000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6977
6978 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6979 and add filename to the names so that diff-mode can jump to source.
6980
6981 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6982 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6983 (tex-font-lock-keywords-1): Remove.
6984 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6985 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6986 (font-lock-default-fontify-region):
6987 Expand beg..end correctly when just following a multiline region.
6988 (font-lock-fontify-anchored-keywords):
6989 Include the anchor text as part of the multiline.
6990
69912000-10-06 Gerd Moellmann <gerd@gnu.org>
6992
6993 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6994 latter needs the autoloaded define-minor-mode macro during the
6995 bootstrap.
6996
6997 * startup.el (command-line): For now, activate tool-bar-mode only
6998 if XPM images are supported.
6999
7000 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7001 window by dragging a header-line at the top of the frame; that's
7002 confusing because the header-line doesn't move.
7003 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7004 of treating the event as a list. Some cleanup.
7005
70062000-10-06 Miles Bader <miles@gnu.org>
7007
7008 * simple.el (display-message-or-buffer): New function.
7009 (shell-command-on-region): Use `display-message-or-buffer'.
7010
7011 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7012 docstring parts.
7013
7014 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7015 (smbclient-prompt-regexp): Add usage note to doc string.
7016 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7017 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7018 Use add-hook for adding the comint filter function, and only do so
7019 if it's not already in the global hook list.
7020 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7021 to `make-local-variable'.
7022 (nslookup-font-lock-keywords): Remove prompt entry.
7023 (nslookup): Don't set the process-filter.
7024 (finger): Exit the loop correctly when the regexps list runs out.
7025 (ftp, smbclient, smbclient-list-shares):
7026 Set the real major mode immediately, not after execing.
7027 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7028
7029 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7030
70312000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7032
7033 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7034
7035 * which-func.el (which-func-format): Remove spurious space.
7036 (which-func-mode): Don't make it permanent-local.
7037 (which-func-ff-hook): Allow which-func-maxout to be nil.
7038 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7039 (which-func-mode): Simplify.
7040 Use post-command-idle-hook rather than post-command-hook.
7041 Go through all buffers and update their state.
7042 (which-function): Also try add-log-current-defun-function.
7043
7044 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7045 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7046 Update call to with-vc-properties accordingly.
7047 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7048 (vc-revert-buffer): More careful about window selection and deletion.
7049 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7050
7051 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7052 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7053 (cvs-dired-action): Change the default to quickdir.
7054
7055 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7056 if comment-indent-function returns nil.
7057 (comment-indent-default): New function.
7058 (comment-indent-function): Use it and document the new semantics.
7059
7060 * image-file.el: Docstring fixes.
7061
7062 * help.el (help-xref-on-pp): Use match-string.
7063 (describe-variable): New arg BUFFER.
7064 Store the current buffer in the help-xref-stack.
7065 (temp-buffer-resize-mode): Use define-minor-mode.
7066
7067 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7068 consistently with its docstring.
7069 Set jit-lock-first-unfontify-pos in an idempotent way.
7070 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7071
70722000-10-05 Alex Schroeder <alex@gnu.org>
7073
7074 * sql.el (sql-mysql-options): New variable.
7075 (sql-mysql): Use it.
7076
70772000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7078
7079 * image.el (image): New group.
7080
7081 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7082 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7083
70842000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7085
7086 * net/net-utils.el (nslookup-font-lock-keywords)
7087 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7088 Ignore the value of wqindow-system; always define keywords
7089
70902000-10-05 Kenichi Handa <handa@etl.go.jp>
7091
7092 * startup.el (fancy-splash-screens): Remove the code for
7093 debugging; `(trace-to-stderr "EXITTT\n")'.
7094
70952000-10-05 Miles Bader <miles@gnu.org>
7096
7097 * diff-mode.el (diff-goto-source): Update call to
7098 `diff-hunk-status-msg' to reflect new REV variable.
7099
71002000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7101
7102 * progmodes/icon.el (icon-mode):
7103 Don't gratuitously override the default for comment-column.
7104
7105 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7106
7107 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7108 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7109 (jit-lock-functions): New var.
7110 (jit-lock-function-1): Use it if non-nil.
7111 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7112 Set the `fontified' property before doing the fontification to avoid
7113 repeatedly going through the same error.
7114 Don't turn errors into messages.
7115 (jit-lock-register, jit-lock-unregister): New functions.
7116
7117 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7118 Use with-current-buffer.
7119
7120 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7121 Turn comment into docstring.
7122
7123 * apropos.el (apropos-mode): Use define-derived-mode.
7124
71252000-10-04 Gerd Moellmann <gerd@gnu.org>
7126
7127 * startup.el (fancy-splash-pending-command): New variable.
7128 (fancy-splash-pre-command): New function.
7129 (fancy-splash-screens): Rewritten.
7130 (command-line-1): If fancy-splash-pending-command is set, call it
7131 interactively.
7132
71332000-10-04 Dave Love <fx@gnu.org>
7134
7135 * toolbar/tool-bar.el (tool-bar-setup): New function.
7136 (tool-bar-mode): Use it.
7137
7138 * subr.el (substitute-key-definition): Doc fix.
7139 (play-sound-file): New command.
7140
71412000-10-04 Andre Spiegel <spiegel@gnu.org>
7142
7143 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7144 vc-version-backup-file-name): New functions.
7145
7146 * files.el (basic-save-buffer): Call vc-before-save before saving.
7147
7148 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7149 vc-cvs-stay-local-p.
7150
7151 * vc.el (vc-revert-buffer): Handle empty diff properly.
7152 (vc-version-backup-file): New function.
7153 (vc-checkout): Create a version backup if necessary.
7154 (vc-checkin): If a version backup file exists, delete it.
7155 (vc-version-diff): Diff locally using version backups, if available.
7156 (vc-revert-file): If there's a version backup, revert locally.
7157 (vc-transfer-file): Use version backup for base version, if
7158 available. If not, ask for confirmation whether to get it from the
7159 server. Update mode line before check-in.
7160
71612000-10-04 Dave Love <fx@gnu.org>
7162
7163 * toolbar/tool-bar.el (tool-bar-setup): New function.
7164 (tool-bar-mode): Use it.
7165
71662000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7167
7168 * net/net-utils.el (nslookup-font-lock-keywords)
7169 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7170 Only set if window-system is non-nil
7171 (net-utils-run-program): Returns buffer.
7172 (network-connection-reconnect): Added this function.
7173
7174 * generic.el:
7175 Incorporates extensive cleanup and docfixes by
7176 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7177 Uses cl compile-time macros.
7178 (generic-mode-name, generic-comment-list)
7179 (generic-keywords-list, generic-font-lock-expressions)
7180 (generic-mode-function-list, generic-mode-syntax-table):
7181 Removed variables.
7182 (generic-mode-alist): Renamed to generic-mode-list.
7183 (generic-find-file-regexp): Default changed to "^#".
7184 (generic-read-type): Uses completing read on generic-mode-list.
7185 (generic-mode-sanity-check): removed this function.
7186 (generic-add-to-auto-mode): Removed this function
7187 (generic-mode-internal): Bind mode-specific definitions
7188 into function instead of putting them in alist.
7189 (generic-mode-set-comments): Reworked extensively.
7190 (generic-mode-find-file-hook): Simplified regexp searching
7191 (generic-make-keywords-list): Omit extra pair of parens
7192
7193 * find-lisp.el (find-lisp-find-files-internal):
7194 Make sure directory name ends with "/".
7195
7196 * generic-x.el (apache-conf-generic-mode):
7197 Regexp now allows leading whitespace.
7198 (rc-generic-mode): Added eval-when-compile
7199 around generic-make-keywords-list.
7200 Deleted duplicate regexp
7201 (rul-generic-mode): Added eval-when-compile
7202 around generic-make-keywords-list.
7203 (etc-fstab-generic-mode): New generic mode.
7204 (rul-generic-mode): Removed one eval-when-compile
7205 which caused a max-specpdl-size exceeded error.
7206
72072000-10-04 Miles Bader <miles@gnu.org>
7208
7209 * simple.el (minibuffer-temporary-goal-position): New variable.
7210 (next-history-element): Try to keep the position of point in the
7211 input string constant.
7212
7213 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7214 (dired-do-create-files): If there's only one file, pass it in as
7215 the DEFAULT arg to dired-mark-read-file-name.
7216
72172000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7218
7219 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7220 (diff-goto-source): Be smarter when choosing REVERSE or not.
7221
7222 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7223 (texinfo-mode-menu): Add an explicit shortcut for update all.
7224
72252000-10-03 Andre Spiegel <spiegel@gnu.org>
7226
7227 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7228 factorize backend-specific code cleanly (this was essentially
7229 conceived by Stefan Monnier).
7230 (vc-unregister): Function removed.
7231 (vc-revert-file): New function.
7232 (vc-revert-buffer): Delegate some of the work to it.
7233
7234 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7235 default branch unconditionally.
7236 (vc-rcs-set-default-branch): New function.
7237 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7238 (vc-rcs-checkin): If an appropriate default branch has been set,
7239 force creation of that branch.
7240 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7241 code (as suggested by Stefan Monnier).
7242
72432000-10-02 Gerd Moellmann <gerd@gnu.org>
7244
7245 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7246 highlighting overlay with a different face over the overlay
7247 isearch uses to highlight the current match because that can lead
7248 to bad face combinations.
7249
7250 * loadup.el (toplevel): Load faces before isearch.
7251
7252 * isearch.el (isearch-faces): New custom group.
7253 (isearch): New defface; was already tested for in the code.
7254 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7255 (isearch-highlight): Always use face `isearch'.
7256
72572000-10-02 Dave Love <fx@gnu.org>
7258
7259 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7260 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7261 comparison of opcode with operand.
7262
72632000-10-03 Miles Bader <miles@gnu.org>
7264
7265 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7266 buffer, since the echo area will now grow to accommodate them.
7267
72682000-10-02 Andre Spiegel <spiegel@gnu.org>
7269
7270 * vc-hooks.el (vc-registered): If FILE used to be registered under
7271 a certain backend, try that one first.
7272
7273 * vc.el (vc-responsible-backend): Undo the previous change in the
7274 argument list. Handle multiple backends correctly.
7275 (vc-find-new-backend): Function removed.
7276 (vc-register): Use vc-responsible-backend, as before.
7277 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7278
72792000-10-02 Gerd Moellmann <gerd@gnu.org>
7280
7281 * startup.el (fancy-splash-head): Change message below the
7282 logo.
7283
72842000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7285
7286 * diff-mode.el (diff-goto-source): Emit a status message.
7287 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7288 (diff-test-hunk): Fix doc string.
7289 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7290 (diff-advance-after-apply-hunk): New variable.
7291 (diff-apply-hunk): Don't return a value.
7292
72932000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7294
7295 * vc.el (vc-editable-p): Minor optimization.
7296 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7297 (vc-find-new-backend): New function split from vc-responsible-backend.
7298 (vc-register): Use it.
7299 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7300 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7301 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7302 (vc-clear-headers): Don't use find-file.
7303 (vc-revert-buffer): Use `and' again (must have been a braino).
7304 (vc-switch-backend): Only prompt if requested.
7305 Short circuit if nothing is to be done.
7306 Don't use vc-resynch-buffer which could lose unsaved editing.
7307 (vc-default-receive-file): Update call to vc-unregister.
7308 (with-vc-file, vc-next-action-on-file):
7309 Use vc-backend rather than vc-registered.
7310 (vc-next-action-on-file): Use intern-soft.
7311 Deal with read-only *vc-diff* buffer.
7312 (vc-transfer-file): Docstring fix.
7313
7314 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7315 (vc-rcs-receive-file): Avoid with-vc-properties.
7316 Update call to vc-unregister.
7317 Use constant `RCS' rather than (dynamically bound) var `backend'.
7318
73192000-10-01 Andre Spiegel <spiegel@gnu.org>
7320
7321 * vc.el (vc-next-action-on-file): Update mode line only if file
7322 is visited.
7323 (vc-start-entry): New argument initial-contents. Don't visit the file
7324 if it isn't already visited. Brought documentation up-to-date.
7325 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7326 (vc-checkin): New optional arg initial-contents, which is passed to
7327 vc-start-entry.
7328 (vc-finish-logentry): Make sure to bury log buffer only if there
7329 really is one. Call `vc-resynch-buffer' on log-file, not
7330 buffer-file-name.
7331 (vc-default-comment-history, vc-default-wash-log): New functions.
7332 (vc-index-of): Removed.
7333 (vc-transfer-file): Make do without the above.
7334 (vc-default-receive-file): Call comment-history unconditionally. Pass
7335 the resulting string to vc-checkin, instead of inserting it into the
7336 comment ring.
7337
7338 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7339 unconditionally. Use the comments as initial contents of the log
7340 entry buffer. Document the trick to force branch creation with no
7341 changes.
7342
73432000-10-01 Miles Bader <miles@gnu.org>
7344
7345 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7346 `recenter' with an arg to prevent redrawing the display.
7347
73482000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7349
7350 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7351
7352 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7353
7354 * progmodes/c-mode.el (c-mode):
7355 Don't gratuitously override the default for comment-column.
7356
7357 * textmodes/tex-mode.el (latex-metasection-list): New var.
7358 (latex-imenu-create-index): Use it.
7359 Move the regexp construction outside loops (and use push).
7360 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7361 (tex-font-lock-keywords): Moved from font-lock.el.
7362 (tex-comment-indent): Remove.
7363 (tex-common-initialization): Don't set comment-indent-function.
7364 (latex-block-default): New var.
7365 (tex-latex-block): Use it to provide a default choice.
7366 Add any unknown choice to latex-block-names.
7367 Insert [...] after {...}.
7368 (tex-last-unended-begin): Simplify regexp.
7369 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7370 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7371 (latex-mode): Set forward-sexp-function.
7372
7373 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7374 Add regexp for @ignore ... @end ignore.
7375 (texinfo-heading-face): New face.
7376 (texinfo-font-lock-keywords): Use it.
7377 (texinfo-mode-menu): New menu.
7378 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7379 New functions.
7380 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7381 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7382 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7383 Remove declaration.
7384 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7385
7386 * delsel.el (delete-selection-mode): Use define-minor-mode.
7387
7388 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7389
73902000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7391
7392 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7393
73942000-09-30 Gerd Moellmann <gerd@gnu.org>
7395
7396 * replace.el (keep-lines-read-args): New function.
7397 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7398 read arguments interactively. Add parameters RSTART and REND.
7399 Operate on the active region in Transient Mark mode.
7400
7401 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7402
7403 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7404 (authors-obsolete-files-regexps): New variable.
7405 (authors-add): Don't record changes in obsolete files.
7406
74072000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7408
7409 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7410
7411 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7412 (comment-indent): Make sure there's a space between code and comment.
7413 Shift comments left to avoid going past fill-column.
7414
74152000-09-29 Gerd Moellmann <gerd@gnu.org>
7416
7417 * startup.el (startup-echo-area-message): New function.
7418 (display-startup-echo-area-message): Use it.
7419 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7420 (fancy-splash-default-action): New function.
7421 (fancy-splash-screens-1): New function.
7422 (fancy-splash-head): Put a help-echo and a keymap under the image.
7423
74242000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7425
7426 * diff-mode.el (diff-add-log-file-name): Remove.
7427 (diff-mode): Use add-log-buffer-file-name-function.
7428
7429 * add-log.el (find-change-log): New arg BUFFER-FILE.
7430 (add-log-file-name): Obey add-log-file-name-function.
7431 (add-log-buffer-file-name-function): New var.
7432 (add-change-log-entry): Use it.
7433
74342000-09-29 Miles Bader <miles@gnu.org>
7435
7436 * image-file.el (image-file-name-extensions): New variable.
7437 (image-file-name-regexps): Renamed from `image-file-regexps'.
7438 New default value is nil. Call `auto-image-file-mode'.
7439 (image-file-name-regexp): New function.
7440 (auto-image-file-mode): New minor mode.
7441 (insert-image-file): Don't make conditional on the image-file
7442 handler being enabled.
7443 (image-file-handler): Make the call here conditional instead.
7444 (set-image-file-handler-enabled, enable-image-file-handler)
7445 (disable-image-file-handler): Functions removed.
7446
7447 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7448 string.
7449
74502000-09-29 Gerd Moellmann <gerd@gnu.org>
7451
7452 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7453 it's a function from CL.
7454 (latex-imenu-create-index): Replace eval-when-compile with progn
7455 because latex-section-alist is not bound while compiling.
7456
74572000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7458
7459 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7460 (outline-mode): Use define-derived-mode.
7461
7462 * progmodes/perl-mode.el (perl-mode):
7463 * progmodes/awk-mode.el (awk-mode):
7464 * progmodes/asm-mode.el (asm-mode):
7465 Don't gratuitously override the default for comment-column.
7466
7467 * emacs-lisp/lisp.el (lisp-complete-symbol):
7468 Distinguish the let-binding case from the funcall case.
7469 (forward-sexp-function): New variable.
7470 (forward-sexp): Use it.
7471
7472 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7473 (easy-mmode-defmap): Remove the now useless autoload.
7474
7475 * time.el (display-time-mode): Use define-minor-mode.
7476
7477 * subr.el (add-minor-mode): Don't eval NAME.
7478 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7479 Use if rather than cond.
7480
7481 * simple.el (read-expression-map): Define more properly.
7482 (comment-indent-hook): Remove.
7483 (string-to-syntax): Bug fix.
7484
7485 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7486 (cvs-ediff-diff): Fix typo.
7487 (cvs-revert-if-needed): Don't bother preserving read-only.
7488
7489 * paren.el (show-paren-mode): Use define-minor-mode.
7490
7491 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7492 (toggle-auto-compression): Remove.
7493 (jka-compr-build-file-regexp): Remove useless grouping.
7494
7495 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7496 Avoid user-reserved bindings.
7497 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7498 (diff-header-face): Revert to grey85.
7499
7500 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7501
7502 * complete.el (partial-completion-mode) <defcustom>: Remove.
7503 (partial-completion-mode): Use define-minor-mode.
7504 (PC-do-completion): Understand `completion-auto-help = delay'
7505 to mean to popup the completion buffer only the second time.
7506 (PC-include-file-all-completions, PC-include-file-all-completions)
7507 (PC-include-file-all-completions): Don't quote lambda.
7508
7509 * comint.el (comint-mode-hook): Docstring fix.
7510 (comint-mode): Use define-derived-mode.
7511 (comint-mode-map): Remove obsolete comment.
7512 (make-comint): Minor stylistic change.
7513 (comint-insert-clicked-input): Be more careful to find the overlay.
7514 Use this-command-keys rather than hardcoding mouse-2.
7515
7516 * font-lock.el: Replace confusing (,@ with ,
7517 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7518 Don't use regexp-opt-depth. Spice up the regexp for args.
7519 Don't distinguish between cmds that can take an opt arg or not.
7520 Use `append' and `prepend' rather than `keep'.
7521
7522 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7523 (latex-outline-regexp): New var.
7524 (latex-outline-level): New fun.
7525 (latex-section-alist): New var.
7526 (latex-imenu-create-index): Use it. Use `push' as well.
7527 (tex-shell-map): Initialize it properly.
7528 (tex-mode): Minor stylistic change.
7529 (plain-tex-mode): Use define-derived-mode.
7530 (latex-mode): Use define-derived-mode.
7531 Construct the paragraph regexps in a more readable way.
7532 Set the buffer-local outline-{level,regexp} vars.
7533 (slitex-mode): Derive from latex-mode.
7534 (tex-common-initialization): Don't kill-all-vars anymore.
7535 Add setting for comment-add and font-lock-defaults.
7536 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7537 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7538 (tex-start-tex): New arg DIR (and send a chdir command for it).
7539 Also display the shell buffer and save it in tex-last-buffer-texed.
7540 (tex-region): Use expand-file-name rather than concat.
7541 Remove code made useless by changes in tex-start-tex.
7542 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7543
7544 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7545
75462000-09-28 Dave Love <fx@gnu.org>
7547
7548 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7549
75502000-09-28 Gerd Moellmann <gerd@gnu.org>
7551
7552 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7553 `append'.
7554
75552000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7556
7557 * info.el (Info-extract-pointer): Undo last change.
7558 Instead, fix the position of the `bound' arg to re-search-backward.
7559
75602000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7561
7562 * info.el (Info-extract-pointer):
7563 Widen more carefully, to avoid finding pointers in other nodes.
7564 (Info-index): Use push.
7565
75662000-09-27 Gerd Moellmann <gerd@gnu.org>
7567
7568 * frame.el (set-frame-font): Remove call to obsolete function
7569 frame-update-faces.
7570 (set-foreground-color, set-background-color): Likewise for
7571 frame-update-face-colors.
7572
75732000-09-27 Miles Bader <miles@gnu.org>
7574
7575 * image-file.el: New file.
7576
75772000-09-27 Gerd Moellmann <gerd@gnu.org>
7578
7579 * frame.el (frame-notice-user-settings): Don't call
7580 frame-update-faces, which is a no-op now.
7581
7582 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7583 tool-bar-lines.
7584
75852000-09-27 Dave Love <fx@gnu.org>
7586
7587 * mouse.el: Fix last change.
7588
75892000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7590
7591 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7592
75932000-09-22 Kenichi Handa <handa@etl.go.jp>
7594
7595 * international/quail.el (quail-help): The output message is
7596 improved.
7597
75982000-09-26 Dave Love <fx@gnu.org>
7599
7600 * mouse.el (popup-menu): If POSITION is nil, set it using
7601 mouse-position.
7602
76032000-09-25 Sam Steingold <sds@gnu.org>
7604
7605 * net/browse-url.el (browse-url-file-url): Check for null maps.
7606
76072000-09-26 Gerd Moellmann <gerd@gnu.org>
7608
7609 * frame.el (frame-notice-user-settings): Don't add a
7610 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7611
7612 * frame.el (frame-notice-user-settings):
7613 Make tool-bar-mode and default-frame-alist consistent.
7614
7615 * toolbar/tool-bar.el (tool-bar-help): New function.
7616
76172000-09-25 Gerd Moellmann <gerd@gnu.org>
7618
7619 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7620 current-load-list in top-level forms. Else this leaks a cons cell
7621 every time a defun is called.
7622
7623 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7624
76252000-09-25 Dave Love <fx@gnu.org>
7626
7627 * startup.el (fancy-splash-head): Check XPM is available.
7628
7629 * autoinsert.el (auto-insert): Doc fix.
7630 (auto-insert-alist): Following GNU notices, don't say `copyright
7631 _by_'. Use line-beginning-position.
7632 (auto-insert): Check buffer-file-name is non-nil before use.
7633
76342000-09-25 Gerd Moellmann <gerd@gnu.org>
7635
7636 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7637 starting with `@def' or `@multitable', in addition to ones
7638 specified by the user in auto-fill-inhibit-regexp.
7639
76402000-09-25 Markus Rost <rost@math.ohio-state.edu>
7641
7642 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7643 rmail-dont-reply-to-names matches the empty string.
7644
76452000-09-25 Gerd Moellmann <gerd@gnu.org>
7646
7647 * startup.el (command-line-1, fancy-splash-text): Change the
7648 text to sound more friendly.
7649
76502000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7651
7652 * progmodes/hideshow.el: Update author email address.
7653 Generally, sync w/ maintainer version 5.22.
7654 (hs-hide-all-non-comment-function): New var.
7655 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7656 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7657 (hs-show-region): Delete this command.
7658 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7659
76602000-09-22 Dave Love <fx@gnu.org>
7661
7662 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7663 (hl-line-highlight): Specify buffer when moving overlay.
7664
7665 * progmodes/fortran.el (fortran-mode): Locally set
7666 normal-auto-fill-function.
7667 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7668 (fortran-mode-map): Adjust auto-fill menu entry.
7669
76702000-09-22 Gerd Moellmann <gerd@gnu.org>
7671
7672 * vc-rcs.el (toplevel): Require `vc' when compiling.
7673
7674 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7675
76762000-09-22 Andre Spiegel <spiegel@gnu.org>
7677
7678 * vc.el (vc-switch-backend): Signal an error if the file is not
7679 registered under the new backend.
7680
7681 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7682 without explicit revision number.
7683
76842000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7685
7686 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7687 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7688 (diff-xor): New function.
7689 (diff-find-source-location): Use it. Fix a stupid name clash.
7690 (diff-hunk-status-msg): New function.
7691 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7692 (diff-test-hunk): Use diff-find-source-location.
7693 (diff-goto-source): Favor the `reverse'.
7694 (diff-hunk-text): Properly handle one-sided context diffs.
7695 (diff-apply-hunk): When done, advance to the next hunk.
7696
76972000-09-21 Gerd Moellmann <gerd@gnu.org>
7698
7699 * startup.el (command-line): If frame was created with a non-zero
7700 tool-bar-lines parameter, switch tool-bar-mode on.
7701
7702 * add-log.el (change-log-date-face, change-log-name-face)
7703 (change-log-email-face, change-log-file-face)
7704 (change-log-list-face, change-log-conditionals-face)
7705 (change-log-function-face, change-log-acknowledgement-face):
7706 New faces, inheriting from font-lock faces.
7707 (change-log-font-lock-keywords): Use them.
7708
77092000-09-21 Dave Love <fx@gnu.org>
7710
7711 * progmodes/cperl-mode.el (top-level): Clean up
7712 `eval-when-compile's and assorted defvars.
7713 (cperl-invalid-face): Don't double-quote value. Change custom
7714 type.
7715 (cperl-mode): Set normal-auto-fill-function and don't zap
7716 auto-fill-function.
7717 (cperl-imenu--function-name-regexp-perl): Renamed from
7718 imenu-example--function-name-regexp-perl.
7719 (cperl-imenu--create-perl-index): Renamed from
7720 imenu-example--create-perl-index.
7721 (cperl-xsub-scan): Don't require cl.
7722
7723 * msb.el (msb-mode-map): Use substitute-key-definition.
7724 (msb-mode): Use msb-mode-map.
7725
77262000-09-21 Andre Spiegel <spiegel@gnu.org>
7727
7728 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7729 New functions.
7730 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7731 (vc-switch-backend): New function.
7732 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7733 (vc-register): Fix prompt.
7734 (vc-unregister, vc-default-unregister): New functions.
7735 (vc-version-diff): Handle empty buffer in sentinel.
7736
7737 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7738 (vc-rcs-state-heuristic): Use it to guess the state of files with
7739 non-strict locking.
7740 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7741 been set with -b, but not created yet.
7742 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7743 contents in order to find the state.
7744 (vc-rcs-checkin): Allow creation of branches with no changes.
7745 (vc-rcs-unregister, vc-rcs-receive-file)
7746 (vc-rcs-set-non-strict-locking): New functions.
7747
7748 * vc-hooks.el (vc-name): Force correct computation of the value
7749 in case it is missing.
7750
77512000-09-21 Gerd Moellmann <gerd@gnu.org>
7752
7753 * startup.el (fancy-splash-tail): Use a different foreground
7754 color on a dark frame background.
7755
77562000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7757
7758 * info.el: Use the correct capitalization when making Info-mode
7759 and Info-edit-mode `special' modes.
7760
77612000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7762
7763 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7764 (diff-mode): Add support for add-log.el.
7765 (diff-hunk-text): Use char offsets rather than line offsets.
7766 (diff-find-source-location): Replace LINE with line-offset (nil
7767 if not found) and always set POS to a meaningful position.
7768 Adapt to the new char-offsets.
7769 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7770 Adapt to the new diff-find-source-location.
7771 (diff-goto-source): Adapt to the new diff-find-source-location.
7772
7773 * add-log.el (add-log-file-name): New function (split out of
7774 add-change-log-entry).
7775 (add-change-log-entry): Use it.
7776 Call add-log-file-name-function with the changelog file name if
7777 the current buffer is not associated with any file.
7778 Avoid find-file if the selected window is dedicated.
7779
7780 * diff-mode.el (diff-find-source-location):
7781 Move code from diff-apply-hunk. Return buffer rather than file.
7782 (diff-apply-hunk): Use the new result from diff-find-source-location.
7783 (diff-goto-source): Use the new diff-find-source-location.
7784
77852000-09-20 Dave Love <fx@gnu.org>
7786
7787 * iswitchb.el: Some doc fixes.
7788 (iswitchb-mode-map): Define completely initially. Inherit
7789 minibuffer-local-map.
7790 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7791 fundamental-mode.
7792 (iswitchb-global-map): New variable.
7793 (iswitchb-summaries-to-end): Amalgamate regexps.
7794 (iswitchb-mode): New.
7795 (iswitchb-mode-hook): New variable.
7796 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7797 `extensions'.
7798
77992000-09-20 Gerd Moellmann <gerd@gnu.org>
7800
7801 * ehelp.el (electric-help): New defgroup.
7802 (electric-help-shrink-window): New user-option.
7803 (with-electric-help): Use it.
7804
7805 * window.el (shrink-window-if-larger-than-buffer): If face
7806 `mode-line' has a :box, and we're on a graphical frame, add 1
7807 to the needed window height.
7808
7809 * frame.el (frame-notice-user-settings): Add a last parameter nil
7810 to a call to `append', because the last list passed to `append' is
7811 not copied, and so subsequent calls to assq-delete-all will modify
7812 default-frame-alist.
7813
7814 * startup.el (fancy-splash-image): Change :type.
7815 (fancy-splash-head): Use an XBM image if appropriate.
7816 (command-line-1): Show splash screens in more cases.
7817
7818 * startup.el (fancy-splash-text): Don't quote faces.
7819
7820 * dired.el (dired-font-lock-keywords): Undo last change.
7821 (dired-readin): Bind indent-tabs-mode to nil.
7822
7823 * startup.el (fancy-splash-head): If frame's background mode
7824 is `dark', change the black background of the image to gray.
7825 (fancy-splash-screens): Display startup echo area message.
7826 (display-startup-echo-area-message): New function.
7827
78282000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7829
7830 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7831
7832 * info.el (info-header-node): Tweak for color ttys.
7833
7834 * faces.el (face-valid-attribute-values): Make sure directories we
7835 search for stipples both exist and are readable before trying to
7836 search them.
7837
7838 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7839 in the dry-run case.
7840
7841 * jka-compr.el (with-auto-compression-mode): New macro.
7842
7843 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7844 (custom-group-tag-face, custom-variable-tag-face): Use relative
7845 :height and inherit from `variable-pitch' face instead of
7846 hardwiring :family.
7847 * hi-lock.el (hi-black-hb): Likewise.
7848
7849 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7850 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7851 toolbar-add-item, if image doesn't have a mask add a `:mask
7852 heuristic'.
7853
78542000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7855
7856 * diff-mode.el: Docstring fixes.
7857 (diff-header-face, diff-comment-face): New faces.
7858 (diff-font-lock-keywords): Highlight a bit differently.
7859 (diff-find-source-location): Don't return SPAN any more.
7860 (diff-hunk-text): Don't bother erasing the temp buffer.
7861 (diff-find-text): Drop argument LINE.
7862 (diff-apply-hunk): Update calls to diff-find-text.
7863 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7864
7865 * calendar/calendar.el: Docstring fixes.
7866 (calendar-make-alist): Don't quote lambda.
7867 (calendar-star-date): Use make-local-variable.
7868
78692000-09-19 Dave Love <fx@gnu.org>
7870
7871 * toolbar/tool-bar.el: Renamed from toolbar.el.
7872 Change `toolbar' to `tool-bar' generally in symbols.
7873 Make some items invisible in `special' major modes.
7874 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7875 Add arg PROPS.
7876
7877 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7878 Add :version here.
7879 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7880
78812000-09-19 Gerd Moellmann <gerd@gnu.org>
7882
7883 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7884
7885 * files.el (find-file-suppress-same-file-warnings): New user-option.
7886 (find-file-noselect): Use it.
7887
7888 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7889 (fancy-splash-screen): Defgroup.
7890
7891 * add-log.el (change-log-font-lock-keywords): Match names
7892 more exactly for the case that font-lock-constant-face is
7893 underlined.
7894
78952000-09-19 Richard M. Stallman <rms@gnu.org>
7896
7897 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7898
78992000-09-19 Andre Spiegel <spiegel@gnu.org>
7900
7901 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7902
79032000-09-19 Gerd Moellmann <gerd@gnu.org>
7904
7905 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7906 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7907 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7908 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7909 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7910 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7911 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7912 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7913 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7914 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7915 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7916 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7917
7918 * startup.el (fancy-splash-text): New variable.
7919 (fancy-splash-delay, fancy-splash-image): New user-options.
7920 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7921 (fancy-splash-screens): New functions.
7922 (command-line-1): If display has a `display' frame parameter, has
7923 colors, and we have XPM support, show more fancy splash screens.
7924
79252000-09-19 Dave Love <fx@gnu.org>
7926
7927 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7928 with null `help'. Use modern backquote syntax.
7929
79302000-09-19 Gerd Moellmann <gerd@gnu.org>
7931
7932 * font-lock.el (font-lock-mode): Change message telling the user
7933 that ``the buffer is too big''.
7934
7935 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7936 for instance for the case that tab-width is 2.
7937
79382000-09-18 Gerd Moellmann <gerd@gnu.org>
7939
7940 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7941 toolbar-add-item, if image doesn't have a mask add a `:mask
7942 heuristic'.
7943
79442000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7945
7946 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7947 and return a cons if it's non-nil.
7948 (diff-apply-hunk): Try to jump to the line in the source text
7949 corresponding to the position of point in the in the hunk.
7950
7951 * info.el (Info-title-3-face, Info-title-2-face)
7952 (Info-title-1-face): Use face inheritance and relative sizes
7953 instead of hard-wiring things.
7954
7955 * faces.el (secondary-selection): Make dark-background variant sane.
7956
79572000-09-16 Andrew Innes <andrewi@gnu.org>
7958
7959 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7960 read-only, since they aren't under VC now.
7961
79622000-09-17 Dave Love <fx@gnu.org>
7963
7964 * tmm.el: Replace mapcar with mapc in several places.
7965
7966 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7967 ad-unadvise.
7968
7969 * international/latin1-disp.el: New file.
7970
7971 * calendar/cal-move.el (scroll-calendar-left)
7972 (scroll-calendar-right): Make arg optional (for active mode line).
7973
7974 * calendar/calendar.el (calendar-mode-line-format): Make fields
7975 mouse-sensitive.
7976 (calendar-read-date, calendar-read-date, calendar-window-list):
7977 Unquote lambda.
7978 (calendar-month-name): Use aref, not sref.
7979
7980 * view.el (minor-mode-alist): Propertize the string.
7981
7982 * international/characters.el (standard-case-table): Add entries
7983 for Greek.
7984
79852000-09-18 Miles Bader <miles@gnu.org>
7986
7987 * info.el (info-node, info-xref): Add dark-background variants.
7988
7989 * faces.el (header-line): Change defaults to be less confusing
7990 when mixed with mode-lines.
7991
7992 * info.el (Info-fontify-node): Make a few cleanups.
7993 Add extra `help-echo' and `local-map' props to node xrefs.
7994 Use header-specific faces for node-names & xrefs.
7995 (Info-use-header-line): New variable.
7996 (info-header-xref, info-header-node): New faces.
7997 (Info-setup-header-line): New function.
7998 (Info-select-node): Call Info-setup-header-line when enabled.
7999 (Info-extract-pointer): Work even if the header line is hidden.
8000 (Info-header-line): New variable.
8001
80022000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8003
8004 * vms-patch.el (print-region-function): Don't quote lambda.
8005
8006 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8007
8008 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8009 (lm-get-header-re): Allow spaces between the header and the colon.
8010 (lm-header): Allow $ in non-RCS headers.
8011 (lm-header-multiline): Put the strings back into order.
8012 Stop at an empty line. Don't require two space chars if the
8013 line is clearly not another header line.
8014
8015 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8016 (popup-menu-popup): Remove.
8017
80182000-09-15 Gerd Moellmann <gerd@gnu.org>
8019
8020 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8021 specification if or if not tool-bar item contains an `:enabled'
8022 property.
8023
8024 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8025 current buffer has no file name.
8026
80272000-09-15 Dave Love <fx@gnu.org>
8028
8029 * strokes.el: Sync with maintainer's current version with changes
8030 for Emacs, but avoid runtime cl and levents.
8031 (toplevel): Change autoloads and compilation requires.
8032 (strokes-version, strokes-bug-address, strokes-lift): Values
8033 changed.
8034 (strokes-xpm-header, strokes-insinuated): New variable.
8035 (strokes): Add :link.
8036 (strokes-mode): Customized.
8037 (strokes-while-inhibiting-garbage-collector): New macro.
8038 (strokes-remassoc): Avoid remove-if.
8039 (strokes-fix-button2-command): Don't use ad-do-it.
8040 (strokes-insinuate): New function.
8041 (strokes-button-press-event-p, strokes-button-release-event-p):
8042 New functions, used instead of non-`strokes-' versions..
8043 (strokes-mouse-event-p): Rewritten.
8044 (strokes-event-closest-point): Avoid event-point.
8045 (strokes-get-grid-position): Avoid cdadr, caadr
8046 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8047 functions.
8048 (strokes-help): Use with-output-to-temp-buffer.
8049 (strokes-window-configuration-changed-p): New function.
8050 (strokes-update-window-configuration): Use buffer-live-p,
8051 strokes-window-configuration-changed-p.
8052 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8053 (strokes-char-face): New face.
8054 (strokes-char-table, strokes-base64-chars): New variable.
8055 (strokes-xpm-for-stroke, strokes-list-strokes)
8056 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8057 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8058 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8059 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8060 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8061 functions.
8062
80632000-09-15 Gerd Moellmann <gerd@gnu.org>
8064
8065 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8066
8067 * image.el (create-image): Doc fix.
8068
8069 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8070 instead of `:heuristic-mask t'.
8071
80722000-09-14 Andrew Innes <andrewi@gnu.org>
8073
8074 * makefile.w32-in: Revert to Unix line endings.
8075
80762000-09-14 Andrew Innes <andrewi@gnu.org>
8077
8078 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8079 when installing.
8080
8081 * makefile.nt (DONTCOMPILE): Fix typo.
8082
8083 * shell.el (shell-write-history-on-exit): New function.
8084 (shell-dumb-shell-regexp): New custom variable.
8085 (shell-mode): Make shell-write-history-on-exit the process
8086 sentinel if shell name matches shell-dumb-shell-regexp.
8087
8088 * w32-fns.el: Comment out before-init-hook function which resets
8089 source-directory based; this breaks bootstrap.
8090
80912000-09-14 Dave Love <fx@gnu.org>
8092
8093 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8094 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8095 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8096 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8097 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8098 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8099 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8100 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8101 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8102
8103 * toolbar/toolbar.el: New.
8104
8105 * subdirs.el: Add toolbar.
8106
81072000-09-14 Gerd Moellmann <gerd@gnu.org>
8108
8109 * indent.el (indent-for-tab-command): Doc fix.
8110
81112000-09-14 Alex Schroeder <alex@gnu.org>
8112
8113 * ansi-color.el (ansi-colors): Doc change.
8114 (ansi-color-get-face): Simplified regexp.
8115 (ansi-color-faces-vector): Added more faces, doc change.
8116 (ansi-color-names-vector): Doc change.
8117 (ansi-color-regexp): Simplified regexp.
8118 (ansi-color-parameter-regexp): New regexp.
8119 (ansi-color-filter-apply): Doc change.
8120 (ansi-color-filter-region): Doc change.
8121 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8122 deal with zero length parameters.
8123 (ansi-color-apply-on-region): Doc change.
8124 (ansi-color-map): Doc change.
8125 (ansi-color-map-update): Removed debugging message.
8126 (ansi-color-get-face-1): Added condition-case to trap
8127 args-out-of-range errors.
8128 (ansi-color-get-face): Doc change.
8129 (ansi-color-make-face): Removed.
8130 (ansi-color-for-shell-mode): New option.
8131
81322000-09-13 Kenichi Handa <handa@etl.go.jp>
8133
8134 * international/quail.el (quail-start-translation): Translate KEY
8135 if necessary even if it doesn't have any mapping in the current
8136 input method.
8137 (quail-start-conversion): Likewise.
8138 (quail-help): The output message is improved.
8139
81402000-09-13 Miles Bader <miles@gnu.org>
8141
8142 * comint.el (comint-output-filter): Revert to using
8143 `insert-before-markers'. Add bletcherous hack to undo damage
8144 caused by `insert-before-markers'. Put `front-sticky' property on
8145 overlays created here so that the field code understands how the
8146 overlay works. Use a let when making comint-last-prompt-overlay,
8147 so that the code is easier to read.
8148
81492000-09-13 Dave Love <fx@gnu.org>
8150
8151 * wid-edit.el (widget-default-format-handler): DTRT when
8152 doc-property is a function.
8153
81542000-09-12 Francesco Potorti` <pot@gnu.org>
8155
8156 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8157 filed name if it's not there.
8158
81592000-09-12 Dave Love <fx@gnu.org>
8160
8161 * simple.el (read-mail-command): Doc fix.
8162 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8163
8164 * vc.el (vc-dired-listing-switches): Fix :version.
8165
8166 * vc-hooks.el: Doc fixes.
8167
8168 * subr.el (add-minor-mode): Use toggle-fun arg.
8169
8170 * speedbar.el: Add :version to several defcustoms.
8171
8172 * imenu.el (imenu--truncate-items, imenu--cleanup)
8173 (imenu--generic-function): Avoid mapcar.
8174 (imenu--replace-spaces): Function removed.
8175 (imenu--completion-buffer): Use subst-char-in-string.
8176 (imenu-add-to-menubar): Use keymap inheritance.
8177
81782000-09-12 Miles Bader <miles@gnu.org>
8179
8180 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8181 (diff-mode-map): Bind `diff-test-hunk'.
8182 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8183
81842000-09-11 Gerd Moellmann <gerd@gnu.org>
8185
8186 * bytecomp.el (byte-compile-defvar): Undo last change
8187 because it breaks '(make-variable-buffer-local (defvar ...)'
8188 which is used at least in dired.
8189
81902000-09-12 Kenichi Handa <handa@etl.go.jp>
8191
8192 * international/quail.el (quail-define-package): Docstring
8193 modified.
8194
81952000-09-12 Kenichi Handa <handa@etl.go.jp>
8196
8197 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8198 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8199 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8200 docstring of "chinese-py".
8201
8202 * international/quail.el (quail-translation-docstring): New
8203 variable.
8204 (quail-show-keyboard-layout): Docstring modified.
8205 (quail-select-current): Likewise.
8206 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8207 infinite recursive call.
8208 (quail-help): Check quail-translation-docstring. Format of the
8209 output changed.
8210 (quail-help-insert-keymap-description): Adjusted for the above
8211 change.
8212
82132000-09-11 Gerd Moellmann <gerd@gnu.org>
8214
8215 * bytecomp.el (byte-compile-defvar): Only cons onto
8216 current-load-list in top-level forms. Else this leaks a cons cell
8217 every time a defun is called.
8218
82192000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8220
8221 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8222 Now understands non-unified diffs. Some functionality moved into
8223 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8224 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8225 modify anything. Only reposition point in the patched file if the
8226 patch succeeds. Only pop up another window if POPUP is true.
8227 Emit a message describing what happened if successful, and at what
8228 line-offset. Automatically detect reversed hunks and do something
8229 appropriate.
8230 (diff-hunk-text, diff-find-text): New functions.
8231 (diff-filter-lines): Function removed.
8232 (diff-test-hunk): New function.
8233 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8234
82352000-09-10 Dave Love <fx@gnu.org>
8236
8237 * textmodes/tildify.el: Minor doc/commentary fixes.
8238 (tildify) <defgroup>: Add :version.
8239
8240 * faces.el (face-x-resources): Make custom type more specific.
8241 (frame-background-mode): Use mapc.
8242 (region) <defcustom>: Add :version.
8243
82442000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8245
8246 * vc-sccs.el (vc-sccs-register):
8247 * vc-rcs.el (vc-rcs-register):
8248 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8249 * vc.el (vc-register): Clear file's properties.
8250
82512000-09-08 Gerd Moellmann <gerd@gnu.org>
8252
8253 * faces.el (face-spec-set): Only face-spec-reset-face when
8254 ATTRS is non-nil.
8255
82562000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8257
8258 * help.el (help-insert-xref-button): Fix a typo in doc string.
8259
82602000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8261
8262 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8263 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8264 methods.
8265
8266 * menu-bar.el (read-mail-item-name): New function.
8267 (menu-bar-tools-menu): Use it to compute and display the package
8268 used to read email.
8269 (menu-bar-tools-menu): Fix typo in GUD's help string.
8270
82712000-09-07 Dave Love <fx@gnu.org>
8272
8273 * diff-mode.el (diff-mouse-goto-source): New function.
8274
8275 * vc-sccs.el: Doc fixes.
8276 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8277
8278 * vc-rcs.el: Doc fixes.
8279 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8280 (vc-rcs-checkout-switches, vc-rcs-header)
8281 (vc-rcs-master-templates): Add or change :version.
8282
8283 * vc-cvs.el: Doc fixes.
8284 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8285 (vc-cvs-stay-local): Add :version.
8286
8287 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8288
82892000-09-07 Kenichi Handa <handa@etl.go.jp>
8290
8291 * international/quail.el (quail-help): Fix previous change.
8292
82932000-09-07 Gerd Moellmann <gerd@gnu.org>
8294
8295 * faces.el (color-values): Doc fix.
8296
8297 * faces.el (frame-set-background-mode): Use frame-parameter
8298 instead of frame-parameters.
8299
8300 * frame.el (filtered-frame-list): Reduce consing.
8301 (frames-on-display-list): Call frame-parameter instead of
8302 frame-parameters.
8303
83042000-09-07 Kenichi Handa <handa@etl.go.jp>
8305
8306 * language/devan-util.el (devanagari-to-indian-region): In the
8307 loop, change the following char, not preceding char.
8308
83092000-09-07 Gerd Moellmann <gerd@gnu.org>
8310
8311 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8312 instead of frame-parameters.
8313
8314 * faces.el (set-face-attribute): Simplify by calling
8315 internal-set-lisp-face-attribute with FRAME being 0.
8316
8317 * vc.el: Remove `Id' version control keyword.
8318
83192000-09-07 Kenichi Handa <handa@etl.go.jp>
8320
8321 * help.el (help-make-xrefs): Adjusted for the change of
8322 help-xref-mule-regexp.
8323 (help-insert-xref-button): New function.
8324
8325 * international/mule-cmds.el (help-xref-mule-regexp-template):
8326 Include the pattern for character set.
8327 (leim): New group.
8328
8329 * international/quail.el: Don't require face.
8330 (quail): New group.
8331 (quail-other-command): Dummy command to make quail-help work better.
8332 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8333 (quail-keyboard-layout-substitution): New variable.
8334 (quail-update-keyboard-layout): New function.
8335 (quail-keyboard-layout-type): New customizable variable.
8336 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8337 (quail-keyboard-translate): Pay attention to
8338 quail-keyboard-layout-substitution.
8339 (quail-insert-kbd-layout): New function.
8340 (quail-show-keyboard-layout): New function.
8341 (quail-get-translation): If the definition is a vector of length
8342 1, and the element is a string of length 1, return the character
8343 in that string.
8344 (quail-update-current-translations): Fix the case of
8345 relative-index out of range.
8346 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8347 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8348 Show key sequences for all available characters.
8349 (quail-help-insert-keymap-description): Don't show such verbose
8350 key bindings as quail-self-insert-command.
8351
8352 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8353 Format changed, and each element now have extra documentations.
8354 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8355 Adjusted for the change of quail-cxterm-package-ext-info.
8356
83572000-09-06 Gerd Moellmann <gerd@gnu.org>
8358
8359 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8360 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8361 during bootstrap.
8362
83632000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8364
8365 * vc.el: (toplevel): Don't require `dired' at run-time.
8366 (vc-dired-resynch-file): Remove autoload cookie.
8367
83682000-09-05 Andre Spiegel <spiegel@gnu.org>
8369
8370 * vc.el: Made several backend functions optional.
8371 (vc-default-responsible-p): New function.
8372 (vc-merge): Use RET for first version to trigger merge-news, not
8373 prefix arg.
8374 (vc-annotate): Handle backends that do not support annotation.
8375 (vc-default-merge-news): Removed. The existence of a merge-news
8376 implementation is now checked on caller sites.
8377
8378 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8379 case.
8380
8381 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8382 special case that has been removed from the default in vc-hooks.el.
8383
83842000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8385
8386 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8387
83882000-09-05 Andre Spiegel <spiegel@gnu.org>
8389
8390 * vc-hooks.el: Require vc during compilation.
8391 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8392 macro `with-vc-properties' in vc.el.
8393 (vc-file-getprop): Doc fix.
8394 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8395
8396 * vc.el: Require dired-aux during compilation.
8397 (vc-name-assoc-file): Moved to vc-sccs.el.
8398 (with-vc-properties): New macro.
8399 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8400 vc-finish-steal): Use it.
8401 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8402 to the backend-specific function is now supposed to do the checkout,
8403 too.
8404 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8405
8406 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8407 set file properties; that gets done in the generic code now.
8408
8409 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8410 Changed parameter list, added code from vc.el that does the
8411 checkout, possibly with a double-take.
8412
8413 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8414 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8415 the above under the new name.
8416 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8417 parameter list, added checkout command.
8418 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8419 properties; that gets done in the generic code now.
8420
84212000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8422
8423 * vc.el: Docstring fixes (courtesy of checkdoc).
8424
84252000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8426
8427 * vc.el (vc-checkout-writable-buffer-hook)
8428 (vc-checkout-writable-buffer): Remove.
8429 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8430 (vc-log-mode): Make it into a clean derived major mode.
8431 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8432 vc-log-mode if log-edit is not available.
8433 (vc-dired-mode-map): Don't set-keymap-parent yet.
8434 (vc-dired-mode): Do set-keymap-parent here.
8435 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8436
84372000-09-05 Gerd Moellmann <gerd@gnu.org>
8438
8439 * faces.el (set-face-attribute, face-spec-reset-face)
8440 (face-spec-set): Avoid consing by removing calls to `apply'.
8441
8442 * frame.el (frame-parameter): Move to C code.
8443
84442000-09-05 Dave Love <fx@gnu.org>
8445
8446 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8447 insert-before-markers-and-inherit. Now checked systematically!
8448
84492000-09-05 Alex Schroeder <alex@gnu.org>
8450
8451 * sql.el (sql-postgres): Use sql-postgres-options.
8452 (sql-postgres-options): New variable.
8453
84542000-09-05 Alex Schroeder <alex@gnu.org>
8455
8456 * sql.el (sql-mode-menu): Work around missing variable mark-active
8457 in XEmacs.
8458 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8459 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8460 compatibility.
8461
84622000-09-04 Gerd Moellmann <gerd@gnu.org>
8463
8464 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8465
8466 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8467
8468 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8469
84702000-09-04 Andre Spiegel <spiegel@gnu.org>
8471
8472 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8473 don't support anything else under SCCS yet.
8474
8475 * vc-hooks.el: Minor doc fixes.
8476
84772000-09-04 Andre Spiegel <spiegel@gnu.org>
8478
8479 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8480 not necessary. If verbose in state `needs-patch', do the same as
8481 under `up-to-date'. When NOT verbose and `needs-patch', check out
8482 latest version instead of `merge-news'.
8483 (vc-next-action-dired): Don't mess with default-directory here; it
8484 breaks other parts of dired. It is the job of the
8485 backend-specific functions to adjust it temporarily if they need it.
8486 (vc-next-action): Remove a special CVS case.
8487 (vc-clear-headers): New optional arg FILE.
8488 (vc-checkin, vc-checkout): Set properties vc-state and
8489 vc-checkout-time properly.
8490 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8491 (vc-print-log): Use new backend function `show-log-entry'.
8492 (vc-cancel-version): Do the checks in a different order. Added a
8493 FIXME concerning RCS-only code.
8494
8495 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8496 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8497
8498 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8499
8500 * vc-hooks.el (vc-default-mode-line-string): Show state
8501 `needs-patch' as a `-' too.
8502
85032000-09-04 Andre Spiegel <spiegel@gnu.org>
8504
8505 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8506 (vc-default-could-register): New function.
8507 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8508 (vc-resynch-buffer): Call vc-dired-resynch-file.
8509 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8510 vc-resynch-buffer instead of vc-resynch-window.
8511 (vc-next-action-dired): Don't redisplay here, that gets done as a
8512 result of the individual file operations.
8513 (vc-retrieve-snapshot): Corrected prompt order.
8514
8515 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8516
8517 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8518 as well.
8519 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8520 hostname regexps. Updated all callers.
8521 (vc-cvs-responsible-p): Handle directories as well.
8522 (vc-cvs-could-register): New function.
8523 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8524 properties up-to-date.
8525
8526 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8527 user whether to create one.
8528
85292000-09-04 Andre Spiegel <spiegel@gnu.org>
8530
8531 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8532 check out a non-existing file.
8533
8534 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8535 workfile does not exist.
8536
8537 * vc.el (vc-version-diff): Use `require' to check for existence of
8538 diff-mode.
8539
85402000-09-04 Andre Spiegel <spiegel@gnu.org>
8541
8542 * vc-cvs.el (vc-cvs-registered): Use new function
8543 vc-cvs-parse-entry to do the actual work.
8544
85452000-09-04 Andre Spiegel <spiegel@gnu.org>
8546
8547 * vc-hooks.el (vc-find-backend-function): If function doesn't
8548 exist, return nil instead of error.
8549 (vc-call-backend): Doc fix.
8550
8551 * vc.el (vc-do-command): Doc fix.
8552 (vc-finish-logentry): When checking in from vc-dired, choose the
8553 right backend for logentry check.
8554 (vc-dired-mode-map): Inherit from dired-mode-map.
8555 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8556 simplified.
8557 (vc-dired-state-info): Removed, updated caller.
8558 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8559 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8560 (vc-dired-listing-switches): New variable.
8561 (vc-directory): Use it, instead of dired-listing-switches.
8562
8563 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8564 (vc-cvs-dir-state): New function.
8565 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8566 (vc-cvs-parse-entry): New function, also to be used in
8567 vc-cvs-registered.
8568
85692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8570
8571 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8572 *or* single-window-frames.
8573
85742000-09-04 Andre Spiegel <spiegel@gnu.org>
8575
8576 * vc.el (vc-update-changelog): Split into generic part and default
8577 implementation. Doc string adapted.
8578 (vc-default-update-changelog): New function. Call the `rcs2log'
8579 script in exec-directory, to fix a long-standing nuisance.
8580
8581 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8582 simply signals an error.
8583
85842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8585
8586 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8587 control-flow more clear and to avoid running `cvs' twice.
8588
8589 * vc.el (vc-next-action-on-file): Doc fix.
8590 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8591 (vc-print-log): Eval `file' before constructing the continuation.
8592
85932000-09-04 Andre Spiegel <spiegel@gnu.org>
8594
8595 * vc.el (vc-next-action-on-file): Corrected several messages.
8596 (vc-merge): Add prefix arg `merge-news'; handle it.
8597
8598 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8599 is not reached. It is.
8600 (vc-cvs-merge): Set state to 'edited after merge.
8601 (vc-cvs-merge-news): Set workfile version to nil if not known.
8602 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8603
8604 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8605 via stdout. (Merge from main line.)
8606
86072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8608
8609 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8610 detection.
8611
86122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8613
8614 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8615 against kill-all-local-variables.
8616 (vc-log-edit): Don't save vc-parent-buffer any more.
8617 (vc-last-comment-match): Initialize to an empty string.
8618 (vc-post-command-functions): New hook.
8619 (vc-do-command): Run it.
8620 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8621 (vc-finish-logentry): Only add the comment to the ring if it's
8622 different from the last comment entered.
8623 (vc-new-comment-index): New function.
8624 (vc-previous-comment): Use it. Make the minibuffer message
8625 slightly less terse.
8626 (vc-comment-search-reverse): Make it work forward as well. Don't
8627 set vc-comment-ring-index if no match is found. Use
8628 vc-new-comment-index.
8629 (vc-comment-search-forward): Use vc-comment-search-reverse.
8630 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8631 define-derived-mode will do it for us. Bind `v' to a keymap that
8632 inherits from vc-prefix-map so that we can bind `vt' without
8633 binding C-x v t.
8634 (vc-retrieve-snapshot): Parenthesis typo.
8635
8636 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8637 to 1. Make sure to switch to *vc* before looking for an error
8638 message. Use vc-parse-buffer.
8639
86402000-09-04 Andre Spiegel <spiegel@gnu.org>
8641
8642 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8643 and NAME.
8644 (vc-retrieve-snapshot): Split into two parts.
8645 (vc-default-retrieve-snapshot): New function.
8646
8647 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8648 (vc-cvs-retrieve-snapshot): New function (untested).
8649 (vc-cvs-stay-local): Default to t.
8650 (vc-cvs-remote-p): New function and property.
8651 (vc-cvs-state): Stay local only if the above is t.
8652 (vc-handle-cvs): Removed.
8653 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8654 done via vc-handled-backends now.
8655 (vc-cvs-header): Escape Id.
8656
86572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8658
8659 * vc.el (vc-do-command): Remove unused commands.
8660 (vc-version-diff): Make sure default-directory ends with a slash.
8661 Move the window commands into a vc-exec-after.
8662 (vc-print-log): Move more of the code into the `vc-exec-after'.
8663
86642000-09-04 Andre Spiegel <spiegel@gnu.org>
8665
8666 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8667 (vc-print-log): Search current revision from beginning of buffer.
8668 (vc-revert-buffer): Clear echo area after the diff is finished.
8669 (vc-prefix-map): Removed definition of "t" for terse display in vc
8670 dired.
8671 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8672 definition of "vt" for terse display.
8673 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8674
86752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8676
8677 * vc.el (vc-exec-after): Avoid caddr.
8678
86792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8680
8681 * vc.el (vc-exec-after): New function.
8682 (vc-do-command): Use it to add a termination message for async
8683 procs.
8684 (vc-checkout): Try to handle a missing-backend situation.
8685 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8686 of a directory with a backend using async diffs.
8687 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8688 present.
8689
8690 * vc-sccs.el (vc-sccs-state-heuristic): Use
8691 file-ownership-preserved-p.
8692
8693 * vc-rcs.el (vc-rcs-state-heuristic): Use
8694 file-ownership-preserved-p.
8695 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8696
86972000-09-04 Andre Spiegel <spiegel@gnu.org>
8698
8699 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8700 vc-do-command.
8701
8702 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8703 when there are no changes.
8704
87052000-09-04 Andre Spiegel <spiegel@gnu.org>
8706
8707 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8708
8709 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8710
87112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8712
8713 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8714
8715 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8716 the `fset' outside of the defvar so that it works even if
8717 vc-prefix-map was already defined.
8718 (vc-setup-buffer): New function, split out of vc-do-command.
8719 (vc-do-command): Allow BUFFER to be t to mean `just use the
8720 current buffer without any fuss'.
8721 (vc-version-diff): Change the `diff' backend operation to just put
8722 the diff in the current buffer without erasing it. Always use
8723 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8724 shrink-window-if-larger-than-buffer.
8725 (vc-print-log): Change the `print-log' backend operation to just
8726 put the log in the current buffer without erasing it. Protect
8727 shrink-window-if-larger-than-buffer.
8728 (vc-update-change-log): Fix setd typo.
8729
8730 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8731 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8732
8733 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8734 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8735 CMP.
8736
8737 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8738 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8739 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8740
87412000-09-04 Andre Spiegel <spiegel@gnu.org>
8742
8743 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8744 not possible, use vc-BACKEND-workfile-unchanged-p.
8745 (vc-default-workfile-unchanged-p): New function. Delegates to a
8746 full vc-BACKEND-diff.
8747
8748 * vc-hooks.el (vc-simple-command): Removed.
8749
8750 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8751 instead of vc-simple-command.
8752 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8753 avoid doing a diff when opening a file.
8754 (vc-rcs-state): Added check for unlocked-changes.
8755 (vc-rcs-header): Escape Id.
8756 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8757 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8758 version.
8759
8760 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8761 (vc-sccs-diff): Remove optional arg CMP.
8762 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8763 SCCS-specific function.
8764
8765 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8766 vc-simple-command.
8767
87682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8769
8770 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8771 (with-vc-file, vc-merge): Use vc-editable-p.
8772 (vc-do-command): Remove unused var vc-file and fix the
8773 doubly-defined `status' var. Add a user message when starting an
8774 async command.
8775 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8776 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8777 Use with-current-buffer.
8778 (vc-buffer-sync): Use unless.
8779 (vc-next-action-on-file): If the file is 'edited by read-only,
8780 make it read-write instead of trying to commit.
8781 (vc-version-diff, vc-update-change-log): Use `setq
8782 default-directory' rather than `cd'.
8783 (vc-log-edit): Don't forget to set default-directory in the
8784 buffer.
8785
8786 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8787 (vc-sccs-state-heuristic): Use file-writable-p instead of
8788 comparing userids.
8789 (vc-sccs-checkout): Use `unless'.
8790
8791 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8792 of comparing userids.
8793 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8794 Simplify the logic by eliminating unreachable code.
8795 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8796 just do a recursive call if we need to retry.
8797 (vc-rcs-checkout): Handle the case where rcs is missing by making
8798 the buffer read-write if requested and re-signalling the error.
8799
8800 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8801
88022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8803
8804 * vc-hooks.el (vc-handled-backends): Docstring change.
8805 (vc-ignore-vc-files): Mark obsolete.
8806 (vc-registered): Check vc-ignore-vc-files.
8807 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8808 vc-ignore-vc-files.
8809
8810 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8811
88122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8813
8814 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8815 files since ange-ftp already has vc-registered return nil.
8816
8817 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8818 (vc-sccs-workfile-version): Use with-temp-buffer and new
8819 vc-parse-buffer and don't bother setting the property.
8820 (vc-sccs-add-triple): Use with-current-buffer and
8821 find-file-noselect.
8822 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8823
8824 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8825 derives from the old vc-parse-buffer but uses the revision number
8826 rather than the date (much easier to compare robustly).
8827 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8828 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8829 locking-user more directly. Check strict locking and set
8830 checkout-model appropriately.
8831 (vc-rcs-parse-locks): Remove.
8832 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8833 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8834 (vc-rcs-system-release): Use with-current-buffer and
8835 vc-parse-buffer.
8836 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8837
8838 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8839 (vc-simple-command): Docstring fix.
8840 (vc-registered): Align the way the file-handler is called with the
8841 way the function itself works.
8842 (vc-file-owner): Remove.
8843
8844 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8845 extraction of fields and call to file-attributes because of a
8846 temporary bug in rcp.el.
8847 (vc-cvs-fetch-status): Use with-current-buffer.
8848
88492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8850
8851 * vc.el (vc-do-command): Use file-relative-name.
8852 (vc-responsible-backend): Use vc-backend if possible.
8853 (vc-create-snapshot): Improve the `interactive' spec. Add support
8854 for branches and dispatch to backend-specific `create-snapshot'.
8855 (vc-default-create-snapshot): New function, containing the bulk of
8856 the old vc-create-snapshot.
8857 (vc-retrieve-snapshot): Improve the interactive spec.
8858
8859 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8860 (vc-backend-hook-functions): Remove.
8861 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8862 (vc-backend): Reintroduce the test for `file = nil' now that I
8863 know why it was there (and added a comment to better remember).
8864
8865 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8866 code from vc-sccs-hooks.el.
8867 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8868 'vc anymore.
8869 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8870 and file-directory-p instead of file-exists-p.
8871 (vc-sccs-check-headers): Simplify the regexp.
8872
8873 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8874 from vc-rcs-hooks.el. Don't require 'vc anymore.
8875 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8876 file-directory-p instead of file-exists-p.
8877
8878 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8879 from vc-cvs-hooks.el.
8880 (proto vc-cvs-registered): Require 'vc-cvs instead of
8881 'vc-cvs-hooks. Don't require 'vc anymore.
8882 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8883 file-directory-p instead of file-exists-p.
8884 (vc-cvs-create-snapshot): New function, replacing
8885 vc-cvs-assign-name.
8886 (vc-cvs-assign-name): Remove.
8887
88882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8889
8890 * vc-cvs.el (vc-cvs-header): New var.
8891
8892 * vc-rcs.el (vc-rcs-exists): Remove.
8893 (vc-rcs-header): New var.
8894
8895 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8896 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8897 (vc-sccs-header): New var.
8898
8899 * vc.el (vc-do-command): Get rid of the `last' argument.
8900 (vc-header-alist): Remove, replaced by vc-X-header.
8901 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8902 (vc-dired-hook): Use expand-file-name instead of concat.
8903 (vc-directory): Use file-name-as-directory.
8904 (vc-snapshot-precondition, vc-create-snapshot)
8905 (vc-retrieve-snapshot): Allow the command to operate on any
8906 directory.
8907
8908 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8909 just removing the 'WORKFILE argument or by removing the 'MASTER
8910 argument and replacing `file' with (vc-name file).
8911
89122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8913
8914 * vc.el: Update Copyright and add a crude list of backend funs.
8915 (vc-writable-p): New function.
8916 (with-vc-file): Use vc-writable-p.
8917 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8918 (vc-register): Avoid vc-name.
8919 (vc-locking-user): Remove.
8920 (vc-steal-lock): Make the `owner' arg non-optional.
8921 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8922 vc-checkout-model.
8923 (vc-default-dired-state-info): Use vc-state instead of
8924 vc-locking-user and return special strings for special states.
8925 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8926 and get rid of one of the special CVS cases.
8927 (vc-cancel-version): prettify error message with \\[...].
8928 (vc-rename-master): New function.
8929 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8930 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8931 the CVS special case generic.
8932 (vc-default-record-rename): Remove.
8933 (vc-file-tree-walk-internal): Only call FUNC for files that are
8934 under control of some VC backend and replace `concat' with
8935 expand-file-name.
8936 (vc-file-tree-walk): Update docstring.
8937 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8938 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8939
8940 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8941 vc-sccs-record-rename. Use `find-file-noselect' rather than
8942 `find-file' and call `vc-rename-master' to do the actual move.
8943 (vc-sccs-diff): Remove unused `backend' variable.
8944
8945 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8946 to delay loading of vc-sccs until it is really used.
8947 (vc-sccs-master-templates): Preload.
8948 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8949 (vc-sccs-project-dir): Remove (merged into
8950 vc-sccs-search-project-dir).
8951 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8952 rather than `concat', make sure it is preloaded and don't bother
8953 to check that the file actually exists.
8954 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8955 `locks' argument (use buffer's content instead) and eliminate n^2
8956 behavior.
8957
8958 * vc-rcs.el: Update Copyright.
8959 (vc-rcs-rename-file): New function.
8960 (vc-rcs-diff): Remove unused `backend' variable.
8961
8962 * vc-hooks.el: Update Copyright.
8963 (vc-backend): Don't accept a nil argument any more.
8964 (vc-up-to-date-p): Turn into a defsubst.
8965 (vc-possible-master): New function.
8966 (vc-check-master-templates): Use `vc-possible-master' and allow
8967 funs in vc-X-master-templates to return a non-existent file.
8968
8969 * vc-cvs.el: Update Copyright.
8970 (vc-cvs-diff): Remove unused `backend' variable.
8971 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8972
8973 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8974
89752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8976
8977 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8978 since it can be called from vc-rcs.el.
8979 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8980
89812000-09-04 Andre Spiegel <spiegel@gnu.org>
8982
8983 * vc.el (vc-version-diff): Expand file name read from the
8984 minibuffer. Handle the case when a previous version number can't
8985 be guessed. Give suitable messages when there were no differences
8986 found.
8987 (vc-clear-headers): Call backend-specific implementation, if one
8988 exists.
8989 (vc-cancel-version): Made error checks generic. When done, clear
8990 headers generically, too.
8991
8992 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8993 from vc-clear-headers in vc.el.
8994
8995 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8996 correctly.
8997 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8998 optional. Handle the case when it's not there.
8999
90002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9001
9002 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9003
90042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9005
9006 * vc-hooks.el (vc-loadup): Remove.
9007 (vc-find-backend-function): Use `require'. Also, handle the case
9008 where vc-BACKEND-hooks.el doesn't exist.
9009 (vc-call-backend): Cleanup.
9010
90112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9012
9013 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9014 vc-rcs-grab-templates)
9015 (vc-rcs-registered): Remove. The default function works as well.
9016 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9017 vc-sccs-grab-templates)
9018 (vc-sccs-registered): Remove. The default function works as well.
9019
9020 * vc.el (vc-version-diff): Left out a vc- in call to
9021 vc-call-backend.
9022 (vc-default-dired-state-info, vc-default-record-rename)
9023 (vc-default-merge-news): Update for the new backend argument.
9024
9025 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9026 using the default function.
9027 (vc-call-backend): If calling the default function, pass it the
9028 backend as first argument. Update the docstring accordingly.
9029 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9030 for the new backend argument.
9031 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9032 (vc-find-backend-function): Use the new name.
9033 (vc-default-registered): New function.
9034
90352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9036
9037 * vc.el (vc-merge): Use vc-find-backend-function.
9038
9039 * vc-hooks.el (vc-backend-functions): Remove.
9040 (vc-loadup): Don't setup 'vc-functions.
9041 (vc-find-backend-function): New function.
9042 (vc-call-backend): Use above fun and populate 'vc-functions
9043 lazily.
9044 (vc-backend-defines): Remove.
9045
90462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9047
9048 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9049 Call vc-call-backend without the leading vc-.
9050 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9051 (vc-check-headers): Call vc-call-backend without the leading vc-.
9052 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9053 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9054 Call vc-call-backend without the leading vc-.
9055
9056 * vc-cvs.el (tail): Provide vc-cvs.
9057 * vc-sccs.el (tail): Provide vc-sccs.
9058 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9059
9060 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9061 (vc-make-backend-function, vc-call): Pass names without leading
9062 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9063 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9064 (vc-call-backend): Always try to load vc-X-hooks.
9065 (vc-registered): Remove vc- in call to vc-call-backend.
9066
90672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9068
9069 * vc.el (vc-process-filter): New function.
9070 (vc-do-command): Setup `vc-process-filter' for the async process.
9071 (vc-maybe-resolve-conflicts): New function to reduce
9072 code-duplication. Additionally, it puts the buffer in
9073 `smerge-mode' if applicable.
9074 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9075 calling `merge-news'.
9076 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9077 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9078 interfacing to log-edit.el.
9079 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9080 log-edit is available.
9081 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9082
90832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9084
9085 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9086 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9087 defvar and the initialization.
9088 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9089
9090 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9091 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9092
9093 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9094
90952000-09-04 Andre Spiegel <spiegel@gnu.org>
9096
9097 * vc.el (vc-file-clear-masterprops): Removed.
9098 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9099 (vc-version-diff): Use buffer-size without argument.
9100 (vc-register): Heed vc-initial-comment.
9101
9102 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9103 default branch.
9104
9105 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9106 file name and workfile version.
9107 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9108
9109 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9110 vc-file-clear-masterprops.
9111
9112 * vc-sccs.el (vc-sccs-checkout): Removed call to
9113 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9114 rather than user login name.
9115
9116
91172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9118
9119 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9120 `want-differences-if-changed' and simplify.
9121 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9122 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9123 output (which is invalid for async vc-diff) to decide whether to
9124 do the revert silently or not.
9125
91262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9127
9128 * vc-hooks.el (vc-loadup): Load files quietly.
9129 (vc-call-backend): Oops, brain fart.
9130
91312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9132
9133 * vc-cvs.el (vc-cvs-state): Typo.
9134 (vc-cvs-merge-news): Return the status code rather than the error msg.
9135
91362000-09-04 Andre Spiegel <spiegel@gnu.org>
9137
9138 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9139 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9140 vc-state or vc-up-to-date-p.
9141 (vc-merge): Use vc-backend-defines to check whether merging is
9142 possible. Set state to 'edited after successful merge.
9143
9144 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9145 return that name. Redocumented.
9146
91472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9148
9149 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9150 new `vc-state' semantics.
9151 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9152 'vc-locking-user to the current user.
9153 (vc-merge): Inline vc-backend-merge. Comment out code that I
9154 don't understand and hence can't adapt to the new `vc-state' and
9155 `vc-locking-user' semantics.
9156 (vc-backend-merge): Remove.
9157
9158 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9159 rather than 'vc-locking-user.
9160
9161 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9162
9163 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9164 (vc-state): Don't use 'reserved any more. Just use the same
9165 convention as the one used for vc-<backend>-state where the
9166 locking user (as a string) is returned.
9167 (vc-locking-user): Update, based on the above convention. The
9168 'vc-locking-user property has disappeared.
9169 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9170
9171 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9172 with a heuristic one.
9173 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9174 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9175 error. That allows us to get to 'needs-merge even in the
9176 stay-local case. There's still no way to detect 'needs-patch in
9177 such a setup (or to force an update for that matter).
9178 (vc-cvs-logentry-check): Remove, the default works as well.
9179
91802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9181
9182 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9183
9184 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9185 major-mode in which the buffer might have been put earlier. Use
9186 `remove' and `when'. Allow `okstatus' to be `async' and use
9187 `start-process' in this case.
9188 (vc-version-diff): Handle the case where the diff looks empty
9189 because of the use of an async process.
9190
91912000-09-04 Andre Spiegel <spiegel@gnu.org>
9192
9193 * vc.el (vc-next-action-on-file): Removed optional parameter
9194 `simple'. Recompute state unconditionally.
9195 (vc-default-toggle-read-only): Removed.
9196
9197 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9198 (vc-toggle-read-only): Undid prev change.
9199
9200 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9201 vc-cvs-simple-toggle. Redocumented.
9202 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9203 (vc-cvs-toggle-read-only): Removed.
9204
92052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9206
9207 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9208 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9209 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9210 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9211 still is. So maybe it should be removed.
9212 (vc-head-version, vc-find-binary): Remove.
9213 (vc-recompute-state): Move from vc-hooks.el.
9214 (vc-next-action-on-file): Add a `simple' argument to allow
9215 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9216 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9217 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9218 (vc-dired-mode-map): Properly defvar it.
9219 (vc-print-log): Call log-view-mode if available.
9220 (small-temporary-file-directory): defvar instead of use boundp.
9221 (vc-merge-news): Moved to vc-cvs.el.
9222 (vc-default-merge-news): New function.
9223
9224 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9225 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9226 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9227 unknown `vc-latest-version' function. It should probably refer to
9228 vc-workfile-version or somesuch, but it's very unclear to me and I
9229 don't have SCCS to test things.
9230
9231 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9232 (vc-sccs-state-heuristic): Fix typo.
9233 (vc-sccs-workfile-unchanged-p): Add missing argument.
9234
9235 * vc-rcs.el: Require vc and vc-rcs-hooks.
9236 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9237 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9238 (vc-release-greater-or-equal-p): Move from vc.
9239 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9240 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9241 (vc-rcs-checkout): Add a missing `new-version' argument in the
9242 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9243
9244 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9245 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9246 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9247 than the apparently unbound `workfile-version'.
9248
9249 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9250 (vc-file-prop-obarray): Use `make-vector'.
9251 (vc-backend-functions): Add new hookable functions
9252 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9253 (vc-loadup): If neither backend nor default functions exist, use
9254 the backend function rather than nil.
9255 (vc-call-backend): If the function if not bound yet, try to load
9256 the non-hook file to see if it provides it.
9257 (vc-call): New macro plus use it wherever possible.
9258 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9259 nor `vc-find-binary' since it's only called from
9260 vc-mistrust-permission which is only used once the backend is known.
9261 (vc-checkout-model): Fix parenthesis.
9262 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9263
9264 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9265 (vc-cvs-release, vc-cvs-system-release): Remove.
9266 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9267 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9268 status symbols.
9269 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9270 (vc-cvs-toggle-read-only): First cut at a function to allow a
9271 cvs-status-free vc-toggle-read-only.
9272 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9273 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9274 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9275 (vc-cvs-checkout): Modify access rights directly if the user
9276 requested not to use `cvs edit'. And refresh the mode line.
9277
9278 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9279 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9280
92812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9282
9283 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9284 workfile' that got lost when the code was extracted from vc.el.
9285 And merged the tail with the rest of the code (not possible in the
9286 old vc.el where the tail was shared among all backends). And
9287 explicitly set the state to 'edited if `writable' is set.
9288
9289 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9290 (vc-cvs-state): Be careful to return the value from
9291 vc-cvs-parse-state.
9292 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9293 property but return it instead. Also be careful to handle a nil
9294 or "" `rev' when workfile is non-nil (it was handled properly when
9295 workfile was nil).
9296
9297 * vc.el: Removed those pesky unnecessary `(function' quotes.
9298 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9299 directly in the defvar.
9300 (vc-do-command): Bind inhibit-read-only so as to properly handle
9301 the case where the destination buffer has been made read-only.
9302 (vc-diff): Delegate to vc-version-diff in all cases.
9303 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9304 (vc-annotate-mode-variables): Removed (code moved partly to
9305 defvars and partly to vc-annotate-add-menu).
9306 (vc-annotate-mode): Turned into a derived-mode.
9307 (vc-annotate-add-menu): Moved in code in
9308 vc-annotate-mode-variables.
9309 (vc-update-change-log): Use make-temp-file if available.
9310
93112000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9312
9313 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9314 `vc-checkout-model' updated to `vc-cvs-update-model'.
9315
93162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9317
9318 * vc.el (vc-next-action-on-file): Added handling of state
9319 `unlocked-changes'.
9320 (vc-checkout-carefully): Is now practically obsolete, unless the
9321 above is too slow to be enabled unconditionally.
9322 (vc-update-change-log): Fixed typo.
9323
9324 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9325
9326 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9327 Now handles state `unlocked-changes'.
9328 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9329
9330 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9331
9332 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9333 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9334 `unlocked-changes'.
9335 (vc-rcs-workfile-unchanged-p): Renamed from
9336 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9337 function yet, but supposed to become one soon.
9338
9339 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9340 `vc-steal-lock'.
9341 (vc-call-backend): Changed error message.
9342 (vc-state): Added description of state `unlocked-changes'.
9343
93442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9345
9346 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9347 always return t in CVS-controlled directories.
9348
9349 * vc.el (vc-responsible-backend): New function.
9350 (vc-register): Largely rewritten.
9351 (vc-admin): Removed (implementation moved into vc-register).
9352 (vc-checkin): Redocumented.
9353 (vc-finish-logentry): If no backend defined yet (because we are in
9354 the process of registering), use the responsible backend.
9355
9356 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9357 Updated function lists.
9358 (vc-call-backend): Fixed typo.
9359
9360 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9361 New functions.
9362 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9363 Removed query option. Redocumented.
9364
93652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9366
9367 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9368
9369 * vc.el: Updated callers of `vc-checkout-required' to use
9370 `vc-checkout-model'.
9371
93722000-09-04 Martin Lorentzson <martinl@gnu.org>
9373
9374 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9375 stuff updated to reference this function instead of the old
9376 `vc-backend-release-p'.
9377
93782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9379
9380 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9381 vc-checkout-model. Return appropriate values. Updated callers.
9382
93832000-09-04 Martin Lorentzson <martinl@gnu.org>
9384
9385 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9386 (vc-backend-revert): Function moved into `vc-revert';
9387 `vc-next-action' must be updated to accomodate this change.
9388 (vc-backend-steal): Function moved into `vc-finish-steal'.
9389 (vc-backend-logentry-check): Function moved into
9390 `vc-finish-logentry'.
9391 (vc-backend-printlog): Function moved into `vc-print-log'.
9392 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9393 (vc-backend-assign-name): Function moved into
9394 `vc-create-snapshot'.
9395
93962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9397
9398 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9399 Rename to vc-checkout-model. Return appropriate values.
9400 Update callers.
9401
9402 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9403 to vc-checkout-model.
9404 (vc-checkout-required): Rename to vc-checkout-model.
9405 Re-implement and re-comment.
9406 (vc-after-save): Use vc-checkout-model.
9407
94082000-09-04 Martin Lorentzson <martinl@gnu.org>
9409
9410 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9411 Update to use the vc-BACKEND-diff functions instead.
9412 `vc-diff' is now working.
9413
9414 * vc-rcs.el (vc-rcs-logentry-check): New function.
9415
9416 * vc-cvs.el (vc-cvs-logentry-check): New function.
9417
9418 * vc-sccs.el (vc-sccs-diff): Function changed name from
9419 `vc-backend-diff'. This makes `vc-diff' work.
9420
9421 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9422 of functions possibly implemented in a vc-BACKEND library.
9423 (vc-checkout-required): Fix bug that caused an error to be
9424 signaled during `vc-after-save'.
9425
9426 * vc.el: Fix typo.
9427 This checkin is made with our new VC code base for the very first time.
9428 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9429
9430 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9431 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9432
9433 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9434 updated to `vc-uses-locking'.
9435 (vc-checkout-required): Call to backend function.
9436 `vc-checkout-required' updated to `vc-uses-locking' instead.
9437
9438 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9439 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9440
9441 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9442 to match the split into various backends.
9443 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9444 (vc-retrieve-snapshot): Bug fix.
9445
94462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9447
9448 * vc-sccs.el (vc-sccs-release): Doc fix.
9449
94502000-09-04 Martin Lorentzson <martinl@gnu.org>
9451
9452 * vc.el (vc-next-action-on-file): Bug found and fixed.
9453 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9454 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9455
9456 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9457 (vc-rcs-checkout): Name space cleaned up. No more revision number
9458 crunching function names that are not prefixed with vc-rcs.
9459 (vc-rcs-checkout-model): Function added. References to
9460 `vc-checkout-model' replaced.
9461
94622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9463
9464 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9465 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9466 still need to be split, and implemented for RCS).
9467
94682000-09-04 Martin Lorentzson <martinl@gnu.org>
9469
9470 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9471
9472 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9473 required by the vc.el file.
9474
9475 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9476 required by the vc.el file.
9477 (vc-rcs-exists): Function added.
9478
9479 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9480 required by the vc.el file.
9481
9482 * vc.el (vc-admin): Updated to handle selection of appropriate
9483 backend. Current implementation is crufty and need re-thinking.
9484
9485 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9486
94872000-09-04 Martin Lorentzson <martinl@gnu.org>
9488
9489 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9490 beginning of annotate buffers correctly.
9491
9492 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9493 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9494 functionality updated quite a lot to support multiple backends.
9495 Variables `vc-annotate-mode', `vc-annotate-buffers',
9496 `vc-annotate-backend' added.
9497
9498 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9499 `vc-annotate-difference' added to supported backend functions.
9500
95012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9502
9503 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9504 Use with-temp-file instead of /bin/sh. Merged from mainline
9505
95062000-09-04 Martin Lorentzson <martinl@gnu.org>
9507
9508 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9509
9510 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9511
9512 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9513
95142000-09-04 Martin Lorentzson <martinl@gnu.org>
9515
9516 * vc-hooks.el: vc-state-heuristic added to
9517 vc-backend-hook-functions.
9518
9519 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9520
9521 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9522
9523 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9524 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9525 state to `reserved'.
9526
9527 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9528 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9529
95302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9531
9532 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9533 untouched.
9534
9535 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9536
9537 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9538 if defined. (Merged from main line, slightly adapted.)
9539
9540 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9541 millenium problem (merged from mainline).
9542
95432000-09-04 Martin Lorentzson <martinl@gnu.org>
9544
9545 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9546 part and moved the non-BACKEND stuff to vc.el.
9547
9548 * vc.el: Split the annotate feature into a BACKEND specific part
9549 and moved it from the vc-cvs.el file to this one.
9550
95512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9552
9553 * vc-hooks.el: Implement new state model.
9554 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9555 (vc-locking-user): Simplify. Now only needed if the file is
9556 locked by somebody else.
9557 (vc-lock-from-permissions): Remove. Functionality is in
9558 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9559 (vc-mode-line-string): New name for former vc-status. Adapted.
9560 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9561
9562 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9563 Various simplifications and adaptations all over the place.
9564
9565 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9566 Simplify and adapt the rest.
9567
9568 * vc.el (vc-resynch-window): Add TODO comment: check for
9569 interaction with view mode according to recent RCS change.
9570 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9571
95722000-09-04 Martin Lorentzson <martinl@gnu.org>
9573
9574 * vc.el: Convert the remaining function comments to docstrings.
9575
95762000-09-04 Martin Lorentzson <martinl@gnu.org>
9577
9578 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9579 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9580 (vc-minor-part, vc-previous-version): Functions that operate and
9581 compare revision numbers got proper documentation. Comments added
9582 about their possible removal.
9583
95842000-09-04 Martin Lorentzson <martinl@gnu.org>
9585
9586 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9587 the vc-backend.el files.
9588
9589 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9590
9591 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9592 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9593 (vc-rcs-previous-version): Functions added.
9594
9595 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9596
9597 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9598
95992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9600
9601 * vc-hooks.el (vc-master-templates): Is really obsolete.
9602 Comment out the definition for now. What is the right procedure
9603 to get rid of it?
9604 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9605 rewritten.
9606 (vc-default-registered): Remove.
9607 (vc-check-master-templates): New function; does mostly what the
9608 above did before.
9609 (vc-locking-user): Don't rely on the backend to set the property.
9610
9611 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9612 Rewrite documentation.
9613 (vc-rcs-templates-grabbed): New variable.
9614 (vc-rcs-grab-templates): New function.
9615 (vc-rcs-registered): Rewrite to use above mechanism.
9616
9617 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9618 Rewrite documentation.
9619 (vc-sccs-templates-grabbed): New variable.
9620 (vc-sccs-grab-templates): New function.
9621 (vc-sccs-registered): Rewrite to use above mechanism.
9622 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9623 Don't throw the result, simply return it.
9624
9625 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9626 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9627 (vc-cvs-registered): Does the check itself now. Simplify.
9628
9629 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9630 from main line.
9631
96322000-09-04 Martin Lorentzson <martinl@gnu.org>
9633
9634 * vc-cvs.el (vc-cvs-diff): New function.
9635
9636 * vc-sccs.el (vc-sccs-diff): New function.
9637
9638 * vc-rcs.el (vc-rcs-diff): New function.
9639 (vc-rcs-checkout): Bug (typo) found and fixed.
9640 (vc-rcs-register-switches): New variable.
9641
9642 * vc.el (vc-backend-diff): Function removed and placed in the
9643 backend files.
9644
96452000-09-04 Martin Lorentzson <martinl@gnu.org>
9646
9647 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9648
9649 * vc.el (vc-backend-checkout): Function removed and replaced in
9650 the vc-backend.el files.
9651
9652 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9653
9654 * vc.el (vc-backend-admin): Removed and replaced in the
9655 vc-backend.el files.
9656
9657 * vc.el (Martin): Removed all the annotate functionality since it
9658 is CVS backend specific.
9659
96602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9661
9662 * spec.txt: Added specification of vc-state.
9663
9664 * vc-sccs-hooks.el (vc-sccs-master-properties):
9665 Remove handling of vc-latest-version and
9666 vc-your-latest-version. What used to be vc-latest-version, is now
9667 returned as vc-workfile-version.
9668 (vc-sccs-workfile-version): Adapt.
9669
96702000-09-04 Dave Love <fx@gnu.org>
9671
9672 * vc.el: [Merged from mainline.]
9673 (vc-dired-mode): Make the dired-move-to-filename-regexp
9674 regexp match the date, to avoid treating date as file size.
9675 Add YYYY S option to WESTERN/
9676
96772000-09-04 Dave Love <fx@gnu.org>
9678
9679 * vc.el: Require `compile' when compiling.
9680 (vc-logentry-check-hook): New option.
9681 (vc-steal-lock): Use compose-mail.
9682 (vc-dired-mode-map): Defvar when compiling.
9683 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9684 vc-sccs.el and renamed. Callers changed.
9685 (vc-backend-checkout, vc-backend-logentry-check)
9686 (vc-backend-merge-news): Doc fix.
9687 (vc-default-logentry-check): New function.
9688 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9689 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9690 (vc-backend-merge): Doc fix. Use backend functions.
9691 (vc-check-headers): Use backend functions.
9692
9693 * vc-cvs.el: Require vc when compiling.
9694 (vc-cvs-register-switches): Doc fix.
9695 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9696 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9697 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9698 New functions (code from vc.el).
9699 (vc-annotate-display-default): Fix interactive spec.
9700 (vc-annotate-time-span): Doc fix.
9701
9702 * vc-rcs.el: Require vc when compiling.
9703 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9704 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9705 (vc-rcs-checkin): New functions (code from vc.el).
9706 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9707 Doc fix.
9708 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9709
9710 * vc-sccs.el: Require vc when compiling.
9711 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9712 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9713 (vc-sccs-revert)
9714 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9715 from vc.el).
9716 (vc-sccs-add-triple, vc-sccs-record-rename)
9717 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9718 (vc-sccs-admin): Doc fix.
9719
97202000-09-04 Martin Lorentzson <martinl@gnu.org>
9721
9722 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9723 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9724 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9725 from vc.el.
9726
9727 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9728
9729 * vc-cvs.el: Moved the annotate functionality from vc.el.
9730 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9731
97322000-09-04 Dave Love <fx@gnu.org>
9733
9734 * vc.el (vc-backend-release): Call vc-system-release.
9735
9736 * vc-sccs.el (vc-sccs-system-release):
9737 Renamed from vc-sccs-backend-release.
9738
9739 * vc-rcs.el (vc-rcs-system-release):
9740 Renamed from vc-rcs-backend-release.
9741
9742 * vc-cvs.el (vc-cvs-system-release):
9743 Renamed from vc-cvs-backend-release.
9744
97452000-09-04 Dave Love <fx@gnu.org>
9746
9747 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9748 backend files.
9749 (vc-backend-release): Dispatch to backend functions.
9750 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9751 probably needs attention.]
9752
9753 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9754 (vc-sccs-backend-release): New function.
9755
9756 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9757 (vc-cvs-backend-release): New function.
9758
9759 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9760 Doc fix.
9761 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9762 (vc-default-dired-state-info): New function.
9763 (vc-dired-state-info): Dispatch to backends.
9764 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9765
9766 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9767 from vc.el and renamed.
9768
97692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9770
9771 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9772 (vc-version-other-window, vc-backend-assign-name): Removed
9773 references to vc-latest-version; sometimes changed into
9774 vc-workfile-version.
9775
9776 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9777 vc-rcs-master-workfile-version.
9778 (vc-rcs-workfile-version): Use the above. Don't call
9779 vc-latest-version (that was unreachable code, anyway).
9780 (vc-rcs-fetch-master-properties): Doc fix.
9781
9782 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9783 (vc-backend-hook-functions): Removed them from this list, too.
9784 (vc-fetch-properties): Removed.
9785 (vc-workfile-version): Doc fix.
9786
9787 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9788 (vc-rcs-workfile-version, vc-rcs-locking-user)
9789 (vc-rcs-uses-locking): Use it.
9790
9791 * vc-hooks.el (vc-consult-rcs-headers):
9792 Moved into vc-rcs-hooks.el, under the name
9793 vc-rcs-consult-headers.
9794
9795 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9796 headers.
9797 (vc-cvs-find-master): Use this name only; correct different
9798 versions of the name.
9799
9800 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9801 New functions.
9802 (vc-sccs-locking-user): Use the latter.
9803
9804 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9805 New functions.
9806
9807 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9808 Moved into both
9809 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9810 functions are implementation details of those two backends.
9811
98122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9813
9814 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9815 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9816
9817 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9818 (vc-sccs-parse-locks): SCCS-specific code moved here from
9819 vc-hooks.
9820
9821 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9822 code moved here from vc-hooks.
9823
9824 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9825 into back-end specific parts and removed. Callers not updated
9826 yet; because I guess these callers will disappear into back-end
9827 specific files anyway.
9828
98292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9830
9831 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9832 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9833 `vc-uses-locking'.
9834
9835 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9836 Store yes/no in the property, and return t/nil. Updated all
9837 callers.
9838
9839 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9840 vc-sccs-uses-locking. Don't set property.
9841 (vc-sccs-locking-user): Don't set property.
9842
9843 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9844 vc-cvs-uses-locking. Don't set property here; leave that to
9845 vc-hooks.
9846 (vc-cvs-locking-user): Reflect above change. Streamlined.
9847
9848 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9849 vc-rcs-uses-locking.
9850 (vc-rcs-locking-user): Reflect above change.
9851
98522000-09-04 Dave Love <fx@gnu.org>
9853
9854 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9855
9856 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9857
9858 * vc-hooks.el (vc-checkout-model): Punt to backends.
9859
9860 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9861
9862 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9863
9864 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9865 New functions.
9866
9867 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9868 New functions.
9869
9870 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9871 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9872
9873 * vc-hooks.el (vc-default-locking-user): New function.
9874 (vc-locking-user, vc-workfile-version): Punt to backends.
9875
98762000-09-04 Dave Love <fx@gnu.org>
9877
9878 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9879 (vc-master-workfile-version): Moved from vc-hooks.
9880
9881 * vc-rcs-hooks.el: Fix duplicate code in last change.
9882
9883 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9884 (vc-rcs-master-templates): Improve :type.
9885 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9886 vc-master-workfile-version): Moved from vc-hooks.
9887
9888 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9889 (vc-sccs-master-templates): Improve :type.
9890 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9891
9892 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9893
9894 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9895 (vc-cvs-master-templates): Improve :type. Use
9896 vc-cvs-find-cvs-master.
9897 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9898 from vc-hooks.
9899 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9900
9901 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9902 Moved to vc-cvs-hooks.
9903
9904 * vc-hooks.el: Add doc strings in various places. Simplify the
9905 minor mode setup.
9906 (vc-handled-backends): New user variable.
9907 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9908 simplification.
9909
99102000-09-04 Dave Love <fx@gnu.org>
9911
9912 * vc.el: Some doc fixes for autoloaded and interactive functions.
9913 Fix compilation warnings from ediff stuff.
9914 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9915
9916 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9917
9918 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9919
9920 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9921
99222000-09-04 Dave Love <fx@gnu.org>
9923
9924 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9925 New variable.
9926 (vc-make-backend-function, vc-loadup, vc-call-backend)
9927 (vc-backend-defines): New functions.
9928
9929 * vc-hooks.el: Various doc fixes.
9930 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9931 (vc-match-substring): Function removed. Callers changed to use
9932 match-string.
9933 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9934 Simplify.
9935
99362000-09-04 Dave Love <fx@gnu.org>
9937
9938 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9939 type.
9940 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9941 (vc-sccs-registered): Doc fix.
9942
9943 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9944 (vc-cvs-registered): Doc fix.
9945
9946 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9947 (vc-rcs-registered): Doc fix.
9948
99492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9950
9951 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9952
9953 * vc-hooks.el: vc-registered has been renamed
9954 vc-default-registered. Some functions have been moved to the
9955 backend specific files. they all support the
9956 vc-BACKEND-registered functions.
9957
99582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9959
9960 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9961
9962 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9963
99642000-09-04 Dave Love <fx@gnu.org>
9965
9966 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9967 menu-bar-update-hook.
9968
9969 * help.el (help-manyarg-func-alist): Add
9970 find-operation-coding-system.
9971
9972 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9973
9974 * custom.el (custom-set-variables): Print message about errors in
9975 setting.
9976
99772000-09-03 Andrew Innes <andrewi@gnu.org>
9978
9979 * makefile.w32-in: Change to DOS line endings.
9980
99812000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9982
9983 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9984 minor-mode keymaps, if they don't have one.
9985
99862000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9987
9988 * eshell/esh-module.el (eval-when-compile): Don't lose if
9989 esh-module.el's file name is truncated to DOS 8+3 limits.
9990
99912000-09-01 John Wiegley <johnw@gnu.org>
9992
9993 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9994 predicate, which caused entries in the completion list to be
9995 doubled.
9996
99972000-08-30 John Wiegley <johnw@gnu.org>
9998
9999 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10000 sending to subprocesses. Also, hook pre-command-hook if
10001 `eshell-send-direct-to-subprocesses' is non-nil.
10002 (eshell-send-direct-to-subprocesses): New config variable. If t,
10003 subprocess input is send immediately.
10004 (eshell-toggle-direct-send): New function.
10005 (eshell-self-insert-command): New function.
10006 (eshell-intercept-commands): New function.
10007 (eshell-send-input): If direct subprocess sending is enabled,
10008 don't echo any input to the Eshell buffer. Let the subprocess
10009 handle that. This requires "stty echo" in bash, for example.
10010
100112000-08-28 John Wiegley <johnw@gnu.org>
10012
10013 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10014 completion function for Eshell's implementation of `unset'.
10015
100162000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10017
10018 * info.el (Info-directory-list): Doc fix.
10019
100202000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10021
10022 * filecache.el (file-cache-add-directory-using-find): Don't quote
10023 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10024
100252000-08-31 Kenichi Handa <handa@etl.go.jp>
10026
10027 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10028 coding systems.
10029
100302000-08-30 Andrew Innes <andrewi@gnu.org>
10031
10032 * timer.el (run-with-idle-timer): Undo last change, so that timer
10033 is not activated immediately if Emacs is already idle. Some
10034 existing code relies on this behaviour.
10035
100362000-08-30 Miles Bader <miles@gnu.org>
10037
10038 * frame.el (set-frame-font): Do completion of font-name for
10039 interactive use.
10040
100412000-08-30 Kenichi Handa <handa@etl.go.jp>
10042
10043 * international/quail.el (quail-start-translation): Bind locally
10044 last-command-event, last-command, and this-command.
10045 (quail-start-conversion): Likewise.
10046 (quail-self-insert-command): Fix docstring.
10047
100482000-08-29 Gerd Moellmann <gerd@gnu.org>
10049
10050 * progmodes/executable.el
10051 (executable-make-buffer-file-executable-if-script-p): Check that
10052 buffer contains at least 2 characters.
10053
100542000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10055
10056 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10057
100582000-08-29 Dave Love <fx@gnu.org>
10059
10060 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10061 (diff-mode-shared-map): Bind mouse-2.
10062 (diff-imenu-generic-expression): New variable.
10063 (diff-mode): Use it.
10064
10065 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10066 (mouse-popup-menubar): Add minor mode menus.
10067 (popup-menu): Check for lookup-key returning number.
10068
100692000-08-29 Miles Bader <miles@gnu.org>
10070
10071 * comint.el (comint-send-input): Create overlays using the proper
10072 front/read-advance arguments.
10073
100742000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10075
10076 * ps-print.el: Even/odd pages printing. Doc fix.
10077 (ps-print-version): New version number (6.0).
10078 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10079 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10080 (ps-print-duplex-feature): Variable eliminated.
10081 (ps-even-or-odd-pages): New variable.
10082
10083 * progmodes/ebnf2ps.el: Doc fix.
10084 (ebnf-version): New version (3.3).
10085 (ebnf-user-arrow): Change variable customization to sexp.
10086 (ebnf-user-arrow): Function eliminated.
10087 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10088
100892000-08-29 Kenichi Handa <handa@etl.go.jp>
10090
10091 * help.el (help-xref-mule-regexp): New variable.
10092 (help-make-xrefs): Handle help-xref-mule-regexp.
10093
10094 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10095 variable.
10096 (describe-input-method): Temporarily activate the specfied input
10097 method to display the information.
10098 (describe-language-environment): Hyperlinks to mule related items.
10099
10100 * international/mule-diag.el (charset-multibyte-form-string): New
10101 function.
10102 (list-character-sets-1): Use charset-multibyte-form-string.
10103 (describe-character-set): New function.
10104 (describe-coding-system): Hyperlinks to safe character sets.
10105
10106 * international/quail.el (quail-help): New arg PACKAGE.
10107 Hyperlinks to mule related items.
10108 (quail-help-insert-keymap-description): Use
10109 substitute-command-keys instead of describe-bindings.
10110 (quail-translation-help): Hyperlinks to mule related items.
10111
101122000-08-28 John Wiegley <johnw@gnu.org>
10113
10114 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10115 have a defsubst call itself. Made `eshell-flatten-list' back into
10116 a function again.
10117
10118 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10119 catch, in case re-centering point at bottom messes up the display.
10120 This happens frequently in Emacs 21, due I believe to variable
10121 line heights.
10122
10123 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10124 to call `find-tag-interactive'.
10125
10126 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10127 the list of remember directories.
10128
101292000-08-28 John Wiegley <johnw@gnu.org>
10130
10131 * align.el: Test align-region-separate to see if it's a symbol.
10132
101332000-08-28 John Wiegley <johnw@gnu.org>
10134
10135 * eshell/esh-util.el (eshell-flatten-list): Made this function
10136 into a defsubst form. It gets used very frequently, although
10137 calls don't occur all that often.
10138
10139 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10140 examining it.
10141
10142 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10143 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10144 `eshell-protect'.
10145 (eshell-copy-handles): Created a new macro for duplicating the
10146 current set of open handles. This is needed by the looping
10147 functions.
10148 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10149 is not incorrectly stomped on.
10150
10151 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10152 declaration for pcomplete-use-paring.
10153 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10154 value of eshell-cmpl-use-paring.
10155 * pcomplete.el (pcomplete-use-paring): New config variable, to
10156 indicate whether paring should be used.
10157 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10158 completion alternatives that have already been used.
10159
10160 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10161 bound to C-c C-y, which will repeat the previous N arguments
10162 (based on prefix argument).
10163 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10164
10165 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10166 if there is no *Help* buffer. This is for XEmacs, which renames
10167 its help buffers uniquely. TODO: Find out what the current buffer
10168 name to delete is.
10169
10170 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10171 first entry that correlates to a passwd/group number. Later
10172 entries (used for group/user name aliasing to multiple IDs) are
10173 ignored.
10174
10175 * eshell/em-xtra.el (eshell/expr):
10176 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10177 (eshell-grep, eshell/diff, eshell/locate):
10178 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10179 argument list, before passing it to the system command.
10180
10181 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10182 `find-tag' for use at final position in Eshell buffers (which
10183 otherwise triggers an error on Emacs 21).
10184 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10185 buffer, if it is currently bound to `find-tag'.
10186
10187 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10188 in the list of matched Makefile names.
10189 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10190 directory, prefer its contents to Makefile.
10191
10192 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10193 directory parts (like "cd old new", or "cd =regexp"), are now case
10194 sensitive on non-Windows/DOS platforms.
10195
10196 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10197 types RET after an open delimiter (like "), display a message
10198 indicating that Eshell is waiting for the closing delimiter.
10199
10200 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10201 environment variables.
10202
10203 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10204 gracefully if the user enters incorrect arguments.
10205
10206 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10207 Eshell buffers.
10208
10209 * eshell/esh-var.el (eshell-interpolate-variable):
10210 * eshell/esh-mode.el (eshell-move-argument):
10211 * eshell/em-unix.el (eshell-du-sum-directory):
10212 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10213 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10214 (not (= ...)).
10215
10216 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10217 to ensure the `preserve' flag gets propagated when doing recursive
10218 directory copies.
10219
102202000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10221
10222 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10223 Don't convert \n into \0177 in memory.
10224 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10225 and back again, when reading and writing.
10226
102272000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10228
10229 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10230 testing of `fboundp' on `processp'.
10231
10232 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10233 (eshell/jobs): Don't call process-list if it is not bound.
10234 (eshell-gather-process-output): Support systems where async
10235 subprocesses aren't supported.
10236 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10237 variables.
10238
10239 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10240 eshell-do-eval returns t.
10241 (eshell-do-pipelines-synchronously): New defmacro.
10242 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10243 when async subprocesses aren't supported.
10244 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10245 if async subprocesses aren't supported.
10246 (eshell-resume-command): Don't assume STATUS is a string.
10247
10248 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10249
10250 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10251 (eshell-close-target, eshell-get-target): Use eshell-processp.
10252 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10253 fix.
10254 (eshell-get-target, eshell-create-handles): Doc fix.
10255
102562000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10257
10258 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10259 criterion to include commands that output something, as long as it
10260 leaves both the command and the end-of-buffer visible when the
10261 command has exited.
10262 (eshell-review-quick-commands): Adjust the help doc string
10263 accordingly.
10264
102652000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10266
10267 * locate.el (locate): Cleaned up locate command's interactive prompting
10268 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10269
10270 * filecache.el (file-cache-case-fold-search): New variable
10271 (file-cache-assoc-function): New variable
10272 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10273 Use file-cache-case-fold-search variable
10274 (file-cache-add-file): Use file-cache-assoc-function
10275 (file-cache-delete-file): likewise
10276 (file-cache-directory-name): likewise
10277 (file-cache-debug-read-from-minibuffer): likewise
10278
102792000-08-28 Gerd Moellmann <gerd@gnu.org>
10280
10281 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10282 (abbrev-table-name): New function.
10283 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10284 If non-nil list local abbrev, only.
10285
102862000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10287
10288 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10289 from Gnus support code, and use special article copy buffer
10290 `(gnus-original-article-buffer)' instead. This allows to get rid
10291 of article-hide-headers usage (which breaks in the latest Gnus
10292 version). Thanks to Detlev Zundel.
10293
102942000-08-28 Kenichi Handa <handa@etl.go.jp>
10295
10296 * international/quail.el (quail-use-package): Hide "... loaded"
10297 message.
10298 (quail-start-translation, quail-start-conversion): Likewise.
10299
10300 * international/kkc.el (kkc-region): Hide "... loaded" message.
10301
103022000-08-27 Dave Love <fx@gnu.org>
10303
10304 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10305
103062000-08-27 Miles Bader <miles@gnu.org>
10307
10308 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10309
103102000-08-27 Kenichi Handa <handa@etl.go.jp>
10311
10312 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10313 'ja-dic-cnv), not (require 'skkdic-cnv).
10314
103152000-08-26 Miles Bader <miles@gnu.org>
10316
10317 * faces.el (face-x-resources): Add entry for :inherit.
10318 * cus-face.el (custom-face-attributes): Add support for :inherit
10319 attribute. Add support for relative face heights.
10320 (custom-face-attributes-get): Treat `nil' as being a default value
10321 for :inherit (as well as `unspecified').
10322
10323 * faces.el (set-face-attribute): Update doc string.
10324 (face-attribute-name-alist): Add :inherit.
10325 (face-valid-attribute-values): Handle :inherit.
10326 (face-read-string): Rephrase prompt to be less confusing.
10327 Assume that DEFAULT is a string, since we must return a string.
10328 (face-read-integer): Use `format' to turn DEFAULT into an
10329 acceptable default for face-read-string. Match NEW-VALUE against
10330 the string "unspecified", not the symbol `unspecified', since
10331 that's what face-read-string returns.
10332 (read-face-attribute): Lookup a name for old-value in valid, and
10333 use it as a default if we find one. Treat all values from
10334 face-read-string as strings. If the default is used, don't do any
10335 more processing on the value, just use the old value directly.
10336 (read-face-and-attribute, modify-face): Tweak prompt.
10337 (read-face-name): Don't assume prompt ends with a space.
10338
10339 * faces.el (describe-face): Add support for :inherit attribute.
10340
103412000-08-25 Kenichi Handa <handa@etl.go.jp>
10342
10343 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10344 concat doesn't accept interger.
10345
10346 * international/kkc.el: Remove SKK from Keywords. Require
10347 ja-dic-utl instead of skkdic-utl.
10348
10349 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10350 Provide ja-dic-cnv instead of skkdic-cnv.
10351 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10352 (iso-2022-7bit-short): Add safe-charsets property.
10353 (skkdic-convert-postfix): Search Japanese chou-on character in
10354 addition to Hiragana character.
10355 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10356 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10357 (batch-skkdic-convert): Likewise.
10358
10359 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10360 Provide ja-dic-utl instead of skkdic-utl.
10361 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10362
103632000-08-24 Dave Love <fx@gnu.org>
10364
10365 * disp-table.el (standard-display-default): Make the test of `l'
10366 useful.
10367
10368 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10369 mod sample text.
10370
10371 * international/iso-ascii.el: Make pilcrow convenient string
10372 consistent with section.
10373 (iso-ascii-display): Set up multibyte characters as well as
10374 unibyte.
10375
103762000-08-24 Kenichi Handa <handa@etl.go.jp>
10377
10378 * international/mule-cmds.el (reset-language-environment): Set
10379 default-process-coding-system to '(undecided . iso-latin-1), which
10380 makes process I/O almost consistent with file I/O. Call this
10381 function when mule-cmds.el[c] is loaded.
10382
103832000-08-22 Andrew Innes <andrewi@gnu.org>
10384
10385 * makefile.w32-in: New file.
10386
103872000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10388
10389 * comint.el (comint-output-filter): Compare end of
10390 comint-last-output-overlay with the start of the newly inserted
10391 text, not the end, when deciding whether to extend it.
10392 Set saved-point's insertion type to advance after insertion.
10393
10394 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10395 since this is now done independently of font-lock mode.
10396
103972000-08-21 Gerd Moellmann <gerd@gnu.org>
10398
10399 * server.el (server-kill-new-buffers): New user option.
10400 (server-existing-buffer): New buffer-local variable.
10401 (server-visit-files): When using an existing buffer, set
10402 server-existing-buffer to t.
10403 (server-buffer-done): If server-kill-new-buffers is t, kill the
10404 buffer, unless it was already present before visiting it with
10405 Emacs server.
10406
104072000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10408
10409 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10410 even if the display doesn't support colors: some displays will
10411 support bold/underline faces.
10412
104132000-08-21 Gerd Moellmann <gerd@gnu.org>
10414
10415 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10416
10417 * startup.el (command-line): If user's init file had an error,
10418 add explanatory text to *Messages*.
10419
104202000-08-21 Kenichi Handa <handa@etl.go.jp>
10421
10422 * man.el (Man-getpage-in-background): Decode the process output by
10423 the system locale coding system.
10424
104252000-08-20 Dave Love <fx@gnu.org>
10426
10427 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10428 Don't test x-popup-menu.
10429 (function) <complete-function>: Complete only fbound symbols.
10430 <validate, value>: New.
10431 (variable) <complete-function>: Complete only bound symbols.
10432 (coding-system): Add :base-only, :complete-function, :validate,
10433 :value, :prompt-match.
10434 (widget-coding-system-prompt-value): Use read-coding-system and
10435 act on :base-only.
10436 (editable-field): Add :help-echo.
10437 (widget-push-button-gui, widget-push-button-cache)
10438 (widget-gui-action, widget-editable-list-gui): COmment out, along
10439 with uses.
10440 (widget-at): Make arg optional.
10441 (widget-echo-help): Adjust for current help-echo calling sequence.
10442 (widget-specify-field, widget-specify-button)
10443 (widget-specify-insert, widget-get-sibling, widget-image-find)
10444 (widget-convert, widget-insert, widget-leave-text)
10445 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10446 (widget-setup, widget-field-find, widget-before-change)
10447 (widget-after-change, widget-default-complete)
10448 (widget-default-create, widget-default-delete)
10449 (widget-push-button-value-create, editable-field)
10450 (widget-field-prompt-value, widget-field-validate)
10451 (widget-choice-value-create, widget-choice-action)
10452 (widget-choice-validate, widget-checklist-add-item)
10453 (widget-radio-add-item, widget-radio-chosen)
10454 (widget-radio-value-inline, widget-editable-list-value-create)
10455 (widget-editable-list-entry-create)
10456 (widget-documentation-link-add)
10457 (widget-documentation-string-value-create)
10458 (widget-regexp-validate, widget-file-complete)
10459 (widget-sexp-validate, widget-plist-convert-widget)
10460 (widget-plist-convert-widget, widget-alist-convert-widget)
10461 (widget-alist-convert-widget, widget-color-complete): Simplify,
10462 particularly to avoid bindings which aren't optimized out.
10463
10464 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10465 Doc fix.
10466 (down-list, backward-up-list, up-list, kill-sexp)
10467 (backward-kill-sexp, mark-sexp): Make arg optional.
10468 (lisp-complete-symbol): Add optional arg PREDICATE.
10469
10470 * cus-start.el: Add display-buffer-reuse-frames,
10471 file-coding-system-alist.
10472
104732000-08-20 Gerd Moellmann <gerd@gnu.org>
10474
10475 * startup.el (command-line): Clear realized faces after
10476 modifying TTY color mappings.
10477
104782000-08-20 Miles Bader <miles@gnu.org>
10479
10480 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10481 merely a subset of FACE's attributes.
10482
104832000-08-19 Miles Bader <miles@gnu.org>
10484
10485 * comint.el (comint-output-filter): Save the point with a marker,
10486 not just a buffer position.
10487
10488 * international/mule.el (set-buffer-process-coding-system): Make
10489 interactive prompt less confusing.
10490
104912000-08-19 Gerd Moellmann <gerd@gnu.org>
10492
10493 * hilit-chg.el: General cleanup of doc strings, comments and
10494 code formatting.
10495
104962000-08-19 Miles Bader <miles@gnu.org>
10497
10498 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10499 Compiler macro removed; beginning-of-line is no longer always
10500 equivalent to forward-line, in the presence of fields.
10501
10502 * comint.el (comint-output-filter): Remove ad-hoc saving of
10503 restriction, and just use save-restriction, now that it works
10504 correctly. Don't adjust comint-last-input-start to account for
10505 our insertion; it shouldn't have moved because we don't use
10506 insert-before-markers anymore. Comment out call to
10507 `force-mode-line-update'; why is it here?
10508
10509 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10510 while checking for prompt to delete. Use `forward-line 0'
10511 instead of beginning-of-line.
10512 (gud-filter): Temporarily widen gud comint buffer while
10513 examining output.
10514
105152000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10516
10517 * progmodes/sh-script.el: Big bag of typos.
10518
10519 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10520 check since ispell-process is not bound when ispell is not yet loaded.
10521
105222000-08-18 Dave Love <fx@gnu.org>
10523
10524 * image.el (find-image): Copy `spec' before using plist-put.
10525
105262000-08-18 Gerd Moellmann <gerd@gnu.org>
10527
10528 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10529 `portugues'.
10530
10531 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10532 backward-kill-sexp, analogous to kill-sexp.
10533
10534 * progmodes/icon.el (icon-indent-line)
10535 (icon-is-continuation-line): Handle comments specially.
10536
105372000-08-17 Ken Stevens <k.stevens@ieee.org>
10538
10539 * ispell.el: Set to standard author/maintainer/keyword fields.
10540 Fine tuning to menu map appearance and operation, and added help.
10541 Remove `start' and `end' error messages when compiling.
10542 (ispell-choices-win-default-height): Fixed comment string.
10543 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10544 castellano8 dictionaries.
10545 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10546 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10547 dictionary, added italiano dictionary.
10548 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10549 word character
10550 (ispell-tex-skip-alists): Added psfig support.
10551 (ispell-skip-html): Renamed from ispell-skip-sgml.
10552 (ispell-begin-skip-region-regexp, ispell-skip-region)
10553 (ispell-minor-check): Improved html skipping support to skip across
10554 code, and recognize `&' commands without propper `;' syntax;
10555 (ispell-process-line): Fix alignment error when manually
10556 correcting spelling.
10557 (ispell): Fix comment string.
10558 (ispell-add-per-file-word-list): Always put word list on new line.
10559
105602000-08-17 Gerd Moellmann <gerd@gnu.org>
10561
10562 * format.el (format-encode-run-method): Fix error message to say
10563 `encode' instead of `decode'. Use save-window-excursion around
10564 shell-command-on-region as in format-decode-run-method because
10565 shell-command-on-region can display a buffer with error output.
10566 (format-decode): Don't record undo information for the decoding.
10567 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10568 that number part of the temporary buffer name so that more than
10569 one decoding using a temporary buffer can happen safely.
10570
10571 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10572 of `A-z' in the regexp.
10573
10574 * hilit-chg.el: Fix typos in commentary.
10575
10576 * help.el (view-emacs-news): Rewritten for new naming scheme
10577 for old NEWS files.
10578
10579 * startup.el (command-line): Pop to *Messages* in case an error
10580 is signaled while loading user-init-file.
10581
105822000-08-17 Andreas Schwab <schwab@suse.de>
10583
10584 * files.el (insert-directory): Don't lose original file name,
10585 undoing an undocumented change.
10586
105872000-08-17 Alex Schroeder <alex@gnu.org>
10588
10589 * sql.el (sql-magic-go): Use comint-bol.
10590 (sql-copy-column): Use comint-line-beginning-position.
10591 (comint-line-beginning-position): Define a replacement for
10592 comint-line-beginning-position if it is not fboundp.
10593
105942000-08-17 Alex Schroeder <alex@gnu.org>
10595
10596 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10597 it didn't have any effect anyway.
10598
105992000-08-17 Alex Schroeder <alex@gnu.org>
10600
10601 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10602 --pset and pager=off instead of sending \\o|cat at the beginning
10603 of the session.
10604
106052000-08-17 Miles Bader <miles@gnu.org>
10606
10607 * progmodes/octave-inf.el: Add compatibility definition of
10608 comint-line-beginning-position.
10609
106102000-08-17 Kenichi Handa <handa@etl.go.jp>
10611
10612 * startup.el (normal-top-level): Look in each dir in load-path for
10613 a leim-list.el file too. This assures of loading leim-list.el
10614 that is created at Emacs installation time even if a user have his
10615 own leim-list.el.
10616
106172000-08-17 Miles Bader <miles@gnu.org>
10618
10619 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10620 foreground color to black if the background is dark.
10621
106222000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10623
10624 * loadhist.el (unload-feature): Typo.
10625
10626 * finder.el (finder-compile-keywords):
10627 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10628 to the generated file.
10629
10630 * mail/mh-e.el (mh-make-local-vars):
10631 Replace make-variable-buffer-local with make-local-variable.
10632
10633 * play/landmark.el:
10634 * options.el (Edit-options-{set,toggle,t,nil}):
10635 * mail/mailabbrev.el (mail-abbrevs-mode):
10636 * textmodes/tex-mode.el (tex-expand-files):
10637 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10638
10639 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10640
10641 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10642 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10643 Allow going past the last element.
10644 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10645 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10646 (cvs-mouse-toggle-mark): Don't move point.
10647 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10648
10649 * progmodes/compile.el (grep): Provide a default set of files.
10650 (next-error): Docstring fix.
10651 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10652
10653 * emacs-lisp/easy-mmode.el (define-minor-mode):
10654 Use `symbol-value' to keep the byte-compiler quiet.
10655
10656 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10657 (diff-find-source-location): New fun, extracted from diff-goto-source.
10658 (diff-goto-source): Use it.
10659 (diff-next-complex-hunk, diff-filter-lines): New function.
10660 (diff-apply-hunk): New command.
10661
10662 * smerge-mode.el (smerge-mode-menu): Doc fix.
10663
10664 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10665
106662000-08-16 Dave Love <fx@gnu.org>
10667
10668 * windmove.el (windmove) <defgroup>: Add :version.
10669
10670 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10671 (goto-address-fontify-p, goto-address-highlight-p)
10672 (goto-address-url-face, goto-address-url-mouse-face)
10673 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10674 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10675 (goto-address-fontify, goto-address-at-mouse): Simplify,
10676 (goto-address-at-point): browse-url-url-at-point,
10677 goto-address-find-address-at-point can return nil.
10678 (goto-address-find-address-at-point): Return nil on failure.
10679
10680 * align.el (align) <defgroup>: Add :version.
10681
10682 * calculator.el (calculator): Add :version.
10683 (calculator): Use two lines for calculator window if `modeline'
10684 face is boxed.
10685
10686 * play/5x5.el: Doc fixes.
10687 (5x5) <defgroup>: Add :version.
10688
10689 * play/fortune.el (fortune) <defgroup>: Add :version.
10690 (fortune-append): Fix error message.
10691 (fortune-from-region): Doc fix.
10692
10693 * play/pong.el (pong): Doc fix.
10694
10695 * play/morse.el: Keywords, commentary, autoloads.
10696
106972000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10698
10699 * desktop.el (desktop-save): Don't look at symbol-value of a
10700 member of minor-mode-alist, unless it is boundp.
10701
107022000-08-16 Sam Steingold <sds@gnu.org>
10703
10704 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10705 `while'; use `with-current-buffer' instead of `save-excursion'.
10706 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10707
107082000-08-16 Kenichi Handa <handa@etl.go.jp>
10709
10710 * international/ccl.el (declare-ccl-program): Docstring modified.
10711 (ccl-execute-with-args): Likewise.
10712
107132000-08-16 Miles Bader <miles@gnu.org>
10714
10715 * progmodes/sql.el: Add compatibility definition of
10716 comint-line-beginning-position.
10717
107182000-08-15 Gerd Moellmann <gerd@gnu.org>
10719
10720 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10721 'buffer-menu' property.
10722 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10723 fails.
10724 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10725 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10726 wasn't killed.
10727
10728 * buff-menu.el (list-buffers-noselect): Don't display the
10729 *Buffer List* buffer.
10730
10731 * font-lock.el: Require jit-lock to prevent a very late
10732 `Loading jit-lock' message.
10733
10734 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10735 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10736 mail address.
10737
107382000-08-15 Miles Bader <miles@gnu.org>
10739
10740 * textmodes/ispell.el (ispell-graphic-p): New constant.
10741 (ispell-choices-win-default-height, ispell-help): Use
10742 `ispell-graphic-p' instead of `xemacsp'.
10743
107442000-08-15 Dave Love <fx@gnu.org>
10745
10746 * simple.el: Autoload widget-convert when compiling.
10747 (mail-user-agent): Doc fix.
10748
10749 * help.el (function-called-at-point, variable-at-point): Use
10750 with-syntax-table.
10751 (help-manyarg-func-alist): Add insert-and-inherit.
10752
10753 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10754
10755 * delsel.el (delsel-unload-hook): New function.
10756
10757 * find-file.el: Doc fixes. Move provide to end.
10758 (ff) <defgroup>: Add :link.
10759 (ff-goto-click): Deleted.
10760 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10761 Use mouse-set-point.
10762
10763 * textmodes/tildify.el: Doc fixes.
10764 (tildify) <defgroup>: Add:version.
10765
10766 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10767 (glasses-custom-set): Use set-default, not set.
10768 (minor-mode-alist): Propertize the lighter.
10769 (glasses-mode): Provide optional arg.
10770
10771 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10772 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10773 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10774 option. Provide :type.
10775 (cwarn-configuration): Provide :type.
10776 (cwarn-mode): Doc fix.
10777
10778 * add-log.el (change-log-merge): Doc fix.
10779 (change-log-redate): New command.
10780
10781 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10782 Doze and Dog.
10783 (browse-url): Use dolist, not mapcar.
10784 (browse-url-at-point): Check for null url.
10785 (browse-url-event-buffer, browse-url-event-point): Functions
10786 deleted.
10787 (browse-url-at-mouse, browse-url-netscape): Simplify.
10788
10789 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10790 modes.
10791 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10792 Fix previous change to mapcan.
10793 (msb--init-file-alist, msb--add-separators)
10794 (msb--make-keymap-menu): Simplify.
10795 (msb--choose-file-menu): Use copy-sequence.
10796 (msb-mode-map): Add title to keymap.
10797 (msb-unload-hook): New function.
10798
10799 * bs.el: Fix indentation.
10800 (bs) <defgroup>: Add :links.
10801 (bs-show): Doc fix.
10802 (bs-apply-sort-faces): Don't use window-system.
10803 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10804
108052000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10806
10807 * calendar/timeclock.el (timeclock-file): Run .timelog through
10808 convert-standard-filename.
10809
108102000-08-14 Gerd Moellmann <gerd@gnu.org>
10811
10812 * emacs-lisp/authors.el: New file.
10813
10814 * paren.el (show-paren-priority): New user option.
10815 (show-paren-function): Set overlay priorities to
10816 show-paren-priority.
10817
108182000-08-14 Miles Bader <miles@gnu.org>
10819
10820 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10821 beginning-of-line with inhibit-field-text-motion bound.
10822
108232000-08-14 Gerd Moellmann <gerd@gnu.org>
10824
10825 * calendar/timeclock.el: New file.
10826
108272000-08-14 David Ponce <david@dponce.com>
10828
10829 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10830 `widget-button-click'. so that one can use left mouse button to
10831 click on dialog buttons.
10832
108332000-08-14 Emmanuel Briot <briot@gnat.com>
10834
10835 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10836 identifiers, since XML is case sensitive
10837
108382000-08-12 Miles Bader <miles@gnu.org>
10839
10840 * comint.el (comint-output-filter): Don't bother frobbing
10841 window-start, it doesn't seem to be necessary.
10842
10843 * comint.el (comint-send-string, comint-send-region): Make into
10844 real functions. Snapshot the prompt before sending.
10845
108462000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10847
10848 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10849 technique similar to Info-index, instead of relying on specific
10850 names of relevant Index nodes.
10851 (Info-goto-emacs-command-node): Bind Info-history to nil when
10852 going to the first node found by Info-find-emacs-command-nodes.
10853
108542000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10855
10856 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10857
108582000-08-10 Miles Bader <miles@gnu.org>
10859
10860 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10861
108622000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10863
10864 * info.el (Info-file-list-for-emacs): More elements for the
10865 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10866 and woman manuals.
10867
108682000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10869
10870 * comint.el (comint-send-input): Make the newline boundary overlay
10871 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10872 (comint-output-filter): Use `insert' instead of
10873 `insert-before-markers'. Extend comint-last-output-overlay when
10874 necessary since we can't rely on insert-before-markers to do it.
10875 * gud.el (gud-filter): Use `with-current-buffer' instead of
10876 save-excursion when inserting the output, so that point gets
10877 updated correctly; the old method relied on a rather dodgy
10878 side-effect of comint-output-filter to avoid the effect of
10879 save-excursion.
10880
108812000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10882
10883 * files.el (recover-file): Call insert-directory instead of
10884 invoking `ls' directly.
10885
108862000-08-10 Miles Bader <miles@gnu.org>
10887
10888 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10889 (comint-last-prompt-overlay): New variables.
10890 (comint-output-filter): Implement prompt highlighting.
10891 (comint-snapshot-last-prompt): New function.
10892 (comint-send-input): Snapshot the last prompt.
10893 Use comint-highlight-input-face.
10894 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10895 Use defface instead of defcustom.
10896 (send-invisible, comint-send-eof): Snapshot the last prompt.
10897 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10898 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10899
109002000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10901
10902 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10903 (regexp-opt-group): Use a list of chars for `letters'.
10904 (regexp-opt-charset): `chars' is now a list of chars.
10905 Use a char-table rather than a vector so it works for multibyte chars.
10906
10907 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10908 Set cvs-minor-current-files to the selected fileinfo.
10909 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10910 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10911
109122000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10913
10914 * files.el (insert-directory): Don't call access-file on
10915 directories on DOS and Windows.
10916
109172000-08-09 Kenichi Handa <handa@etl.go.jp>
10918
10919 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10920 longer if necessary.
10921 (ccl-embed-code): Call ccl-embed-data to store CODE in
10922 ccl-program-vector.
10923
109242000-08-09 Miles Bader <miles@gnu.org>
10925
10926 * comint.el (comint-output-filter): Properly handle the case where
10927 the text surrounded by comint-last-output-overlay was deleted.
10928
109292000-08-08 Gerd Moellmann <gerd@gnu.org>
10930
10931 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10932 non-nil.
10933 (Info-file-list-for-emacs): Remove "info" from the list because
10934 that leads to trying to use the documentation from file `info'
10935 in various situations where it isn't appropriate, for instance
10936 C-h C-k C-h i.
10937
10938 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10939 DIR and/or STRING are nil.
10940
10941 * progmodes/compile.el (compilation-setup): Make variable
10942 compilation-error-screen-columns buffer-local, as some comment
10943 in the code suggests it should be.
10944
10945 * files.el (auto-mode-interpreter-regexp): New variable.
10946 (set-auto-mode): Use it.
10947
10948 * indent.el (indent-for-tab-command): Doc fix.
10949
10950 * mouse-sel.el (mouse-sel-mode): Doc fix.
10951
10952 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10953 labels.
10954
10955 * help.el (print-help-return-message): When
10956 display-buffer-reuse-frames is set, let the help window been quit,
10957 instead of deleting it, which might delete a reused frame.
10958
109592000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10960
10961 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10962 rename a directory to a name that differs only by its letter case.
10963
109642000-08-08 Kenichi Handa <handa@etl.go.jp>
10965
10966 * international/quail.el (quail-define-rules): Handle Quail decode
10967 map correctly. Add code for supporting annotations.
10968 (quail-install-decode-map): New function.
10969 (quail-defrule-internal): New optional arguments decode-map and
10970 props.
10971 (quail-advice): New function.
10972
109732000-08-07 Sam Steingold <sds@gnu.org>
10974
10975 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10976 `defconst', `define-condition', `with-slots'.
10977 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10978
109792000-08-03 Miles Bader <miles@gnu.org>
10980
10981 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10982 New variable.
10983 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10984 comint-use-prompt-regexp-instead-of-fields.
10985 (comint-send-input): Add `input' field property to stuff we send to
10986 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10987 (comint-output-filter): Add `output' field property to process
10988 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10989 (comint-replace-by-expanded-history)
10990 (comint-get-old-input-default, comint-show-output)
10991 (comint-backward-matching-input, comint-forward-matching-input)
10992 (comint-next-prompt, comint-previous-prompt): Use field
10993 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10994 (comint-line-beginning-position): New function.
10995 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10996 (comint-replace-by-expanded-history-before-point): Use
10997 comint-line-beginning-position and line-end-position.
10998 (comint-last-output-overlay): New variable.
10999 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11000
11001 * shell.el (shell-prompt-pattern): Doc change.
11002 (shell-backward-command): Use line-beginning-position.
11003
11004 * gud.el (gud-gdb-complete-command): Use
11005 comint-line-beginning-position.
11006
11007 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11008 comint-bol doesn't actually go to the beginning of the line.
11009
11010 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11011 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11012 (try-expand-line-all-buffers): Likewise.
11013
11014 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11015 explicitly matching comint-prompt-regexp.
11016 (sql-copy-column): Use comint-line-beginning-position instead of
11017 explicitly matching comint-prompt-regexp.
11018
11019 * progmodes/octave-inf.el (inferior-octave-complete): Use
11020 comint-line-beginning-position.
11021
11022 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11023
11024 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11025 looking for a prompt, use `forward-line 0' instead of
11026 `beginning-of-line', to avoid getting caught by an input field.
11027
110282000-08-07 Gerd Moellmann <gerd@gnu.org>
11029
11030 * files.el (shell-quote-wildcard-pattern): Make sure to return
11031 PATTERN, in the Unix case.
11032
110332000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11034
11035 * play/zone.el (zone): Discard any pending input before running
11036 the randomly-chosen pgm.
11037
110382000-08-07 Kenichi Handa <handa@etl.go.jp>
11039
11040 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11041 checking the existence of any multibyte characters.
11042
110432000-08-06 Gerd Moellmann <gerd@gnu.org>
11044
11045 * help.el (describe-mode): Test minor-mode symbol for being
11046 bound before testing its value for being nil.
11047
11048 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11049 `first', `second', and `third'.
11050
11051 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11052 (second): Make it an alias for `cadr'.
11053
110542000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11055
11056 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11057 types of display support faces now.
11058
110592000-08-05 Gerd Moellmann <gerd@gnu.org>
11060
11061 * pcvs.el (require): Require `cl' during compilation, only.
11062
11063 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11064 (toplevel): Remove `remq' and `remove' from autoloads.
11065 (cl-fake-autoloads): New variable. If set, arrange for an error
11066 when CL functions etc. are autoloaded.
11067
110682000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11069
11070 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11071
11072 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11073 popped up, but the user clicks outside the menu, return an empty
11074 regexp (that causes unhighlight-regexp to have no effect).
11075
11076 * menu-bar.el (menu-bar-games-menu): Add Zone.
11077
11078 * hi-lock.el (toplevel): Require font-lock.
11079
110802000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11081
11082 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11083 (ebnf-8-bit-chars): New var for bug fix.
11084 (ebnf-string): Bug fix.
11085
110862000-08-03 Sam Steingold <sds@gnu.org>
11087
11088 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11089 instead of `buffer-string'.
11090 (require 'cl): Always, not just when compiling.
11091 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11092 necessary.
11093
110942000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11095
11096 * international/mule-cmds.el (select-safe-coding-system): Make
11097 the message text about selecting a safe coding system more clear.
11098
110992000-08-02 Gerd Moellmann <gerd@gnu.org>
11100
11101 * hi-lock.el: New file.
11102
11103 * play/zone.el: New file.
11104
11105 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11106 value of tab-width in the original buffer. Choose a line number
11107 format that's a multiple of the original buffer's tab width, so
11108 that lines appear right.
11109
11110 * textmodes/ispell.el (ispell): New function, replacing an alias.
11111 Spell-check active region if in transient-mark-mode and mark
11112 is active; otherwise spell-check buffer.
11113
111142000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11115
11116 * ps-mule.el: Fix a customization problem on
11117 ps-mule-font-info-database-default.
11118
111192000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11120
11121 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11122 display-mouse-p instead of window-system.
11123 (ebrowse-member-mode-map): Ditto.
11124
111252000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11126
11127 * progmodes/ebnf2ps.el: Update ps-print functions call.
11128 Indentation fix. Doc fix.
11129 (ebnf-version): New version number (3.2).
11130 (ebnf-format-color, ebnf-begin-job): Code fix.
11131
111322000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11133
11134 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11135 font lock support on window-system.
11136 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11137
11138 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11139 display-color-p, if fboundp, instead of window-system.
11140
111412000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11142
11143 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11144 instead of window-system.
11145
11146 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11147 window-system.
11148 (widget-choice-mouse-down-action): Use display-popup-menus-p
11149 instead of window-system.
11150
11151 * strokes.el (strokes-file): Run the file name through
11152 convert-standard-filename.
11153 (strokes-mode): Call display-mouse-p instead of looking at
11154 window-system. Change the error message accordingly.
11155
11156 * progmodes/cpp.el (toplevel): Support faces on tty's.
11157
11158 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11159 (lm-plot-square, lm-init-display): Don't use window-system.
11160
11161 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11162 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11163
11164 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11165 instead of looking at window-system.
11166
111672000-07-30 Gerd Moellmann <gerd@gnu.org>
11168
11169 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11170 of testing if iswitchb-prepost-hooks is bound, because the
11171 latter will always be true when invoking a recursive minibuffer
11172 from an active Iswitchb buffer.
11173
111742000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11175
11176 * files.el (shell-quote-wildcard-pattern): New function.
11177 (insert-directory): Call it. Only prepend "\" to command on Unix
11178 and GNU/Linux systems.
11179
111802000-07-30 Gerd Moellmann <gerd@gnu.org>
11181
11182 * eshell/esh-groups.el: Change custom :link file names
11183 from `eshell.info' to `eshell'.
11184
111852000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11186
11187 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11188 correctly in recursive ange-ftp listings.
11189
111902000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11191
11192 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11193 ps-header-font-size-internal and
11194 ps-header-title-font-size-internal variables are not set,
11195 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11196 face text property is (foreground-color . COLOR) or
11197 `(background-color . COLOR)', ps-print crashes. Doc fix.
11198 (ps-print-version): New version number (5.2.4).
11199 (ps-plot-region): Code fix.
11200 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11201 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11202 Bug fix 2.
11203
112042000-07-30 Milan Zamazal <pdm@freesoft.cz>
11205
11206 * glasses.el (glasses-make-readable): Fix uncapitalization of
11207 identifiers like `myXMLDocument'.
11208
112092000-07-28 Karl Fogel <kfogel@red-bean.com>
11210
11211 * mail/mail-hist.el (mail-hist-previous-input)
11212 (mail-hist-next-input): Do the obvious code factorization.
11213 (mail-hist-retrieve-and-insert): New func, contains common
11214 code of above two.
11215 If inserting a message body, leave point at top.
11216
112172000-07-28 Sam Steingold <sds@gnu.org>
11218
11219 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11220 Use `<=', not `<' to compare times!
11221 (ange-ftp-ls): Remove.
11222
112232000-07-27 Gerd Moellmann <gerd@gnu.org>
11224
11225 * play/cookie1.el: Add explanation of how to make cookie.el
11226 compatible with strfile(1) to comment.
11227
11228 * subr.el (remove, remq): New functions.
11229
11230 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11231 escape `*' in regexps.
11232 (midnight-find): Reverse order of arguments in the funcall of
11233 TEST.
11234
11235 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11236 and `.class'.
11237
11238 * play/meese.el: Add Commentary section.
11239
112402000-07-27 Alex Schroeder <alex@gnu.org>
11241
11242 * sql.el (sql-ms): Added autoload cookie.
11243 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11244 (sql-oracle): Ditto.
11245 (sql-help): Doc change.
11246
11247 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11248 types and exceptions.
11249
112502000-07-27 Alex Schroeder <alex@gnu.org>
11251
11252 * sql.el (sql-placeholder-history): New variable.
11253 (sql-query-placeholders-and-send): New function that will query
11254 the user and replace placeholders with user input.
11255 (sql-oracle): If running on NT, set comint-input-sender to
11256 sql-query-placeholders-and-send.
11257
11258 (sql-stop): If in the SQLi buffer, insert stop notification, else
11259 present it as a message.
11260
112612000-07-27 Alex Schroeder <alex@gnu.org>
11262
11263 * sql.el (sql-input-ring-separator): Doc change.
11264 (sql-input-ring-file-name): Doc change.
11265 (sql-interactive-mode): Use `sql-input-ring-separator' and
11266 `sql-input-ring-file-name' to set the comint-mode equivalents
11267 without making them local variables.
11268 (sql-stop): Don't bind `sql-input-ring-separator' and
11269 `sql-input-ring-file-name' dynamically to their comint-mode
11270 equivalents.
11271
112722000-07-27 Kenichi Handa <handa@etl.go.jp>
11273
11274 * international/mule.el (register-char-codings): New function.
11275 (make-coding-system): Handle `safe-chars' specification in the arg
11276 PROPERTY.
11277
11278 * international/mule-cmds.el
11279 (find-coding-systems-region-subset-p): This function deleted.
11280 (sort-coding-systems-predicate): New variable.
11281 (sort-coding-systems): New function.
11282 (find-coding-systems-region): Use
11283 find-coding-systems-region-internal.
11284 (find-coding-systems-string): Use find-coding-systems-region.
11285 (find-coding-systems-for-charsets): Check
11286 char-coding-system-table.
11287 (select-safe-coding-system-accept-default-p): New variable.
11288 (select-safe-coding-system): Mostly rewritten. New argument
11289 ACCEPT-DEFAULT-P.
11290 (select-message-coding-system): Call select-safe-coding-system
11291 with ACCEPT-DEFAULT-P arg.
11292 (reset-language-environment): Reset default-sendmail-coding-system
11293 to the default value iso-latin-1.
11294 (set-language-environment): Don't set the obsolete variable
11295 charset-origin-alist.
11296
11297 * international/codepage.el (cp-coding-system-for-codepage-1):
11298 Give `safe-chars' property to make-coding-system.
11299
11300 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11301 calling select-message-coding-system twice.
11302
11303 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11304 instead of `safe-charsets'.
11305 (cyrillic-alternativnyj): Likewise.
11306 (ccl-encode-alternativnyj): Don't check the charset
11307 cyrillic-iso8859-5.
11308
113092000-07-27 Kenichi Handa <handa@etl.go.jp>
11310
11311 * composite.el (compose-chars-after): Preserve match data.
11312
113132000-07-26 Sam Steingold <sds@gnu.org>
11314
11315 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11316 (ange-ftp-real-file-newer-than-file-p): New function.
11317 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11318 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11319
11320 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11321 * midnight.el (midnight-float-time): Ditto.
11322
113232000-07-26 Andreas Schwab <schwab@suse.de>
11324
11325 * files.el (normal-backup-enable-predicate): Correct
11326 interpretation of the return value of compare-strings.
11327
113282000-07-26 Gerd Moellmann <gerd@gnu.org>
11329
11330 * isearch.el (isearch-resume): New function.
11331 (isearch-done): Add something to command-history to resume
11332 the search.
11333 (isearch-yank-line, isearch-yank-word): Use
11334 buffer-substring-no-properties instead of buffer-substring.
11335
11336 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11337 of flyspell-mouse-map.
11338
11339 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11340 duplicate definition.
11341 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11342
11343 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11344 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11345
113462000-07-25 Sam Steingold <sds@gnu.org>
11347
11348 * net/ange-ftp.el: Get modtime over the net.
11349 (ange-ftp-file-modtime): New function.
11350 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11351 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11352 Use it.
11353 (ange-ftp-dot-to-slash): New function.
11354 (ange-ftp-fix-name-for-vms): Use it.
11355
11356 * midnight.el (midnight-buffer-display-time): Use
11357 `with-current-buffer'.
11358
113592000-07-25 Gerd Moellmann <gerd@gnu.org>
11360
11361 * find-dired.el: Update copyright notice.
11362 (find-dired): Offer to kill a running `find'.
11363
11364 * enriched.el (enriched-face-ans): For a `foreground-color'
11365 property, return '(("x-color" COLOR))' so that COLOR will be
11366 output as a parameter of the x-color annotation. Likewise for the
11367 `background-color' property. In the case of normal face
11368 properties, don't return annotations for unspecified foreground
11369 and background face attributes.
11370
113712000-07-25 Kenichi Handa <handa@etl.go.jp>
11372
11373 * language/japan-util.el (japanese-katakana-region): Fix handling
11374 HANKAKU argument.
11375
113762000-07-25 Miles Bader <miles@gnu.org>
11377
11378 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11379 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11380 constrain-to-field.
11381
113822000-07-24 Andrew Innes <andrewi@gnu.org>
11383
11384 * timer.el (timer-activate-when-idle): Add optional parameter
11385 DONT-WAIT. Update docstring.
11386 (run-with-idle-timer): Specify extra parameter to
11387 timer-activate-when-idle, so that timer will be activated
11388 immediately if Emacs is already idle.
11389
11390 * w32-fns.el (w32-using-nt): Fix docstring.
11391
113922000-07-24 Dave Love <fx@gnu.org>
11393
11394 * mouse.el (popup-menu): Set last-command-event.
11395 (mouse-major-mode-menu-prefix): Declare.
11396
113972000-07-24 Gerd Moellmann <gerd@gnu.org>
11398
11399 * textmodes/flyspell.el: Update to author's version 1.5d.
11400
11401 * progmodes/hideshow.el: Update copyright notice.
11402
11403 * vcursor.el: Set maintainer to FSF, since author cannot
11404 be reached.
11405
114062000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11407
11408 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11409 the prompt.
11410
11411 * mouse.el (popup-menu): Run the keymap through indirect-function,
11412 in case it was defined with define-prefix-key. If the menu is a
11413 list of keymaps, look up the binding of user's choice in each one
11414 of the keymaps.
11415 (mouse-popup-menubar): If the global and local menu-bar keymaps
11416 don't have a prompt string, create one and insert it into the
11417 keymap. Don't barf if current-local-map returns nil.
11418
114192000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11420
11421 * dired.el (dired-sort-R-check): Added to allow recursive listing
11422 to be undone.
11423 (dired-sort-other): Use it.
11424
114252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11426
11427 * Release of cc-mode 5.27
11428
114292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11430
11431 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11432 c-beginning-of-statement-1 that caused a bad case of recursion
11433 which could consume a lot of CPU in large classes in languages
11434 that have in-expression classes (i.e. Java and Pike).
11435
11436 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11437 statements before top level constructs (i.e. case 6 is moved
11438 before case 5 and is now case 4) to catch in-expression
11439 classes in top level expressions correctly.
11440
114412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11442
11443 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11444 objc-method-intro. Case 4 removed and case 5I added.
11445
11446 * cc-langs.el (c-append-paragraph-start): New variable used by
11447 c-common-init to get paragraph-start correct.
11448 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11449 initialize paragraph-start to make it correct both with and
11450 without the javadoc special case.
11451
11452 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11453 initialize paragraph-start for javadoc markup.
11454
11455 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11456 change by defaulting this to t. It's motivated by the
11457 confusing behavior that otherwise arise from the style system
11458 when editing both java and non-java files at the same time
11459 (see the comments about style setting in c-common-init).
11460
114612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11462
11463 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11464 similar to the one in c-fill-paragraph to check the fill
11465 prefix from the adaptive fill function for sanity.
11466
114672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11468
11469 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11470 defun block.
11471
a30eb617
DL
114722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11473
11474 * cc-align.el (c-lineup-multi-inher): Handle lines with
11475 leading comma nicely. Extended to handle member initializers
11476 too.
11477
11478 * cc-engine.el: (c-beginning-of-inheritance-list,
11479 c-guess-basic-syntax): Fixed recognition of inheritance lists
11480 when the lines begins with a comma.
11481
a30eb617
DL
11482 * cc-vars.el (c-offsets-alist): Changed default for
11483 member-init-cont to c-lineup-multi-inher since it now handles
11484 member initializers and indents better for leading commas.
11485
114862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11487
11488 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11489 handling that caused class open lines to be recognized as
11490 statement-conts in some cases.
11491
11492 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11493 guessed by the adaptive fill function unless point is on the
11494 first line of a block comment.
11495
11496 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11497 when the buffer ends with a macro continuation char.
11498
11499 * cc-engine.el (c-guess-basic-syntax): Added support for
11500 function definitions as statements in Pike. The first
11501 statement in a lambda block is now labeled defun-block-intro
11502 instead of statement-block-intro.
11503
11504 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11505 so that the class surrounding point is selected, not the one
11506 innermost in the state.
11507
11508 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11509 recognition of switch labels having hanging multiline
11510 statements.
11511
11512 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11513 some code in c-guess-basic-syntax to a separate function.
11514 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11515 recognition of member inits with multiple line arglists.
11516 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11517 member-init-cont when the commas are in funny places.
11518
115192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11520
11521 * cc-defs.el (c-auto-newline): Removed this macro since it's
11522 not used anymore.
11523
11524 * cc-engine.el (c-looking-at-bos): New helper function.
11525 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11526 inexpr and toplevel classes apart in Pike.
11527
11528 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11529 of case 9A.
11530
11531 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11532 constant, since "class" can introduce an in-expression class
11533 in Pike nowadays.
11534
115352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11536
11537 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11538 indentation on cpp-macro lines.
11539
11540 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11541 a syntax modifier like comment-intro, to make it possible to
11542 get syntactic indentation for preprocessor directives. It's
11543 incompatible wrt to lineup functions on cpp-macro, but it has
11544 no observable effect in the 99.9% common case where cpp-macro
11545 is set to -1000.
11546
115472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11548
11549 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11550 member-init-cont when the preceding arglist is several lines.
11551
115522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11553
11554 * cc-styles.el (c-style-alist): The basic offset for the BSD
11555 style corrected to 8.
11556
115572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11558
11559 * cc-styles.el (c-style-alist): Adjusted the indentation of
11560 brace list openers in the gnu style.
11561
115622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11563
11564 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11565
11566 * cc-cmds.el (c-electric-brace, c-electric-slash,
11567 c-electric-star, c-electric-semi&comma, c-electric-colon,
11568 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11569 when c-syntactic-indentation is nil.
11570
11571 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11572 we were left at comments preceding the first statement when
11573 reaching the beginning of the buffer.
11574
11575 * cc-vars.el (c-syntactic-indentation): New variable to turn
11576 off all syntactic indentation.
11577
115782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11579
11580 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11581 between the text and the block comment ender when it hangs,
11582 depending on how many there are before the fill.
11583
115842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11585
11586 * cc-engine.el (c-beginning-of-closest-statement): New helper
11587 function to go back to the closest preceding statement start,
11588 which could be inside a conditional statement.
11589 * cc-engine.el (c-guess-basic-syntax): Use
11590 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11591
11592 * cc-engine.el (c-guess-basic-syntax): Better handling of
11593 arglist-intro, arglist-cont-nonempty and arglist-close when
11594 the arglist is nested inside parens. Cases 7A, 7C and 7F
11595 changed.
11596
11597 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11598 up-to-date with javadoc 1.2.
11599
116002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11601
11602 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11603 multiline Pike type decls.
11604
116052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11606
11607 * cc-cmds.el (c-indent-new-comment-line): Always break
11608 multiline comments in multiline mode, regardless of
11609 comment-multi-line.
11610
116112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11612
11613 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11614 fully::qualified::names in C++ member init lists. Preamble in
11615 case 5D changed.
11616
116172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11618
11619 * cc-langs.el (c-common-init): Handling of obsolete variables
11620 moved to c-initialize-cc-mode. More compatible style override
11621 when using global style variables.
11622 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11623 variables moved here.
11624
a30eb617
DL
11625 * cc-styles.el (c-make-styles-buffer-local): Flag style
11626 variable localness in c-style-variables-are-local-p to make
11627 the compatibility measure in c-common-init work well.
11628
11629 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11630 longer contain set-from-style.
11631 * cc-styles.el (c-initialize-builtin-style): Don't check for
11632 set-from-style on c-special-indent-hook.
11633 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11634 copy-alist is sufficient now.
11635
11636 * cc-styles.el (c-set-style, c-set-style-1,
11637 c-get-style-variables): Fixes to variable initialization so
11638 that duplicate entries in styles have the same effect
11639 regardless of DONT-OVERRIDE.
11640
11641 * cc-styles.el (c-set-style-2): Fixed bug where the
11642 initialization of inheriting styles failed when the
11643 dont-override flag is set.
11644
11645 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11646 on this.
11647
116482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11649
11650 * cc-defs.el (c-forward-comment): Removed the workaround
11651 introduced in 5.38 since it had worse side-effects. If a line
11652 contains the string "//\"", it regarded the // as a comment
11653 start since the \ temporarily doesn't have escape syntax.
11654
116552000-07-17 Emmanuel Briot <briot@act-europe.fr>
11656
11657 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11658 ada-xref.el before ada-prj.el, so that the Project menu is created
11659 when ada-prj tries to add to it.
11660 (ada-activate-keys-for-case): Suppress the characters that are not
11661 part of the Ada syntax. Better compatibility with else-mode
11662 (ada-adjust-case-interactive): When auto-casing is not active,
11663 correctly insert newlines (used to insert only ^M). Prevent the
11664 syntax table from being changed in case of an error
11665 (or '_' becomes part of a word and some commands are confused).
11666 Do nothing if ada-auto-case is nil.
11667 (ada-after-keyword-p): Ignore keywords that are also attributes
11668 (ada-batch-reformat): Update usage comment
11669 (ada-call-from-contextual-menu): New function
11670 (ada-case-read-exceptions): Reinitialize the casing exception list
11671 first to nil first, so that the casing exception file can be
11672 shared.
11673 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11674 files.
11675 (ada-compile-goto-error): Fix regexp used to detect a file:line
11676 anywhere in the error message
11677 (ada-contextual-menu-last-point): New variable
11678 (ada-create-keymap): If the variable delete-key-deletes-forward is
11679 t on XEmacs, it means that DEL should delete one character
11680 forward.
11681 (ada-create-menu): Use :included instead of :visible for XEmacs.
11682 New submenu "Options".
11683 (ada-end-stmt-re): Correctly indent "select ... then abort"
11684 statements.
11685 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11686 even if they don't match ada-fill-comment-prefix Fix handling of
11687 paragraphs on the first or last line of a file.
11688 (ada-format-paramlist): Fix handling of default parameter values.
11689 (ada-get-body-name): New function.
11690 (ada-get-current-indent): Optimized by searchling directly for an
11691 existing generic part or a statement outside of it. Handle
11692 ada-indent-align-comments when indenting comments Replaced some
11693 regexps by testing directly the next character. This results in a
11694 huge speedup on some files. New indentation scheme for renames
11695 statements. Stop looking for the 'while' or 'for' associated with
11696 a 'loop' at the first semicolon encountered. A "return" can also
11697 match an anonymous access subprogram declaration.
11698 (ada-get-indent-noindent): Ignore strings and comments when
11699 looking for the keywords "record" and "private".
11700 (ada-goto-matching-decl-start): When matching "if", make sure we
11701 are not in fact seeing "end if". Ignore "when" statements except
11702 when initial keyword was "begin". Fix handling of nested
11703 procedures. Add a recursive call to this function to skip over
11704 other 'end' statmts. Fix indentation for "when .. => begin"
11705 (ada-in-open-paren-p): Fix indentation for complex boolean
11706 expressions, where 'and then', 'or else' and parenthesis
11707 statements are mixed up.
11708 (ada-in-paramlist-p): Skip comments while searching for the
11709 beginning Fix handling of operator declarations.
11710 (ada-indent-align-comments): New variable
11711 (ada-indent-current): Change the syntax table only in the
11712 protected section, so that we are sure it is restored correctly.
11713 (ada-indent-on-previous-lines): Use ada-use-indent and
11714 ada-with-indent Correctly indent "select ... then"
11715 (ada-indent-region): Slight speedup.
11716 (ada-indent-renames): New variable.
11717 (ada-last-which-function-subprog, ada-last-which-function-line):
11718 New variables
11719 (ada-looking-at-semi-private): Correctly indent the 'private'
11720 keyword when it is the first word in a package declaration.
11721 (ada-loose-case-word): Stop searching if at the end of the buffer.
11722 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11723 even if point is not initially at the end of the word.
11724 (ada-matching-decl-start-re): Add "when".
11725 (ada-mode): Add support for abbrev-mode, outline-mode and
11726 which-func-mode Override the old find-file.el entry in
11727 ff-special-constructs since it is using the obsolete
11728 ada-spec-suffix variable
11729 (ada-no-auto-case): New function
11730 (ada-scan-paramlist): When parsing the argument type, accept
11731 spaces (as in "X 'Class", generated by Rational Rose).
11732 (ada-other-file-name): No longer loads the other file.
11733 (ada-popup-menu): Save and restore the current buffer and cursor
11734 position before and after displaying the menu.
11735 (ada-search-ignore-complex-boolean): New function.
11736 (ada-uncomment-region): Emacs21 already knows how to delete
11737 comments not starting in the first column.
11738 (ada-use-indent): New variable
11739 (ada-which-function): New function.
11740 (ada-with-indent): New variable
11741 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11742 can be batch-compiled from the command line.
11743
11744 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11745 Add to the menu when the file is loaded, not in ada-mode-hook.
11746 Add -toolbar to the default ddd command Switches moved from
11747 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11748 ada-prj-default-comp-opt
11749 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11750 Reference Manual to the menu
11751 (ada-check-current): rewritten as a call to ada-compile-current
11752 (ada-compile): Removed.
11753 (ada-compile-application, ada-compile-current, ada-check-current):
11754 Set the compilation-search-path so that compile.el automatically
11755 finds the sources in src_dir. Automatic scrollong of the
11756 compilation buffer. C-uC-cC-c asks for confirmation before
11757 compiling
11758 (ada-compile-current): New parameter, prj-field
11759 (ada-complete-identifier): Load the .ali file before doing
11760 processing
11761 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11762 conform to gnatmake's behavior.
11763 (ada-find-file-in-dir): New function
11764 (ada-find-references): Set the environment variables for gnatfind
11765 (ada-find-src-file-in-dir): New function.
11766 (ada-first-non-nil): Removed
11767 (ada-gdb-application): Add support for jdb, the java debugger.
11768 (ada-get-ada-file-name): Load the original-file first if not done
11769 yet.
11770 (ada-get-all-references): Handles the new ali syntax (parent types
11771 are found between <>).
11772 (ada-initialize-runtime-library): New function
11773 (ada-mode-hook): Always load a project file when a file is opened,
11774 so that the casing exceptions are correctly read.
11775 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11776 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11777 to open the project file, since the latter does not work with
11778 speedbar Get default values before loading the prj file, or the
11779 default executable file name is wrong. Use the absolute value of
11780 src_dir to initialize ada-search-directories and
11781 compilation-search-path,... Add the standard runtime library to
11782 the search path for find-file.
11783 (ada-prj-default-debugger): Was missing an opening '{'
11784 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11785 variables.
11786 (ada-prj-default-gnatmake-opt): New variable
11787 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11788 buffers, the project file is the default one Save the windows
11789 configuration before displaying the menu.
11790 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11791 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11792 ...) regexp-quote identifiers names to support operators +,
11793 -,... in regexps.
11794 (ada-remote): New function.
11795 (ada-run-application): Erase the output buffer before starting the
11796 run Support remote execution of the application. Use
11797 call-process, or the arguments are incorrectly parsed
11798 (ada-set-default-project-file): Reread the content of the active
11799 project file, not the one from the current buffer When a project
11800 file is set as the default project, all directories are
11801 automatically associated with it.
11802 (ada-set-environment): New function
11803 (ada-treat-cmd-string): New special variable ${current}
11804 (ada-treat-cmd-string): Revised. The substitution is now done for
11805 any ${...} substring
11806 (ada-xref-current): If no body was found, compiles the spec
11807 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11808 compiler to get rid of command line length limitations.
11809 (ada-xref-get-project-field): New function
11810 (ada-xref-project-files): New variable
11811 (ada-xref-runtime-library-specs-path)
11812 (ada-xref-runtime-library-ali-path): New variables
11813 (ada-xref-set-default-prj-values): Default run command now does a
11814 cd to the build directory. New field: main_unit Provide a default
11815 file name even if the current buffer has no prj file.
11816
11817 * ada-prj.el:
11818 Rewritten to show a tabbed-dialog.
11819 (ada-prj-add-ada-menu): Remove the map and name parameters.
11820 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11821 New function
11822 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11823 (ada-prj-load-from-file): New function
11824 (ada-prj-save): Always save fields that depend on the current buffer
11825 (ada-prj-show-value): New function
11826
11827 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11828 Ada mode. This will allow us to display the Ada menu in any buffer
11829 we want (for project items).
11830 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11831 number of spaces in the header.
11832
118332000-07-24 Dave Love <fx@gnu.org>
11834
11835 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11836
118372000-07-23 Noah Friedman <friedman@splode.com>
11838
11839 * type-break.el (type-break): perform autosave.
11840 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11841 (type-break-do-query): Cancel query schedule while performing
11842 actual query, to avoid possibility of a second query being made
11843 while first one is already in progress.
11844 (type-break-time-stamp-format): New variable.
11845 (type-break-time-stamp): New function.
11846 (type-break-time-warning): Use it.
11847 (type-break-keystroke-warning): Use it.
11848 (type-break-noninteractive-query): Use it.
11849
11850 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11851 cookie.
11852 Use add-minor-mode to set minor-mode-alist, if available.
11853 (eldoc-echo-area-use-multiline-p): New user option.
11854 (eldoc-echo-area-multiline-supported-p): New variable.
11855 (eldoc-docstring-format-sym-doc): Use them.
11856 (eldoc-mode): If not using idle timers, append to local post and
11857 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11858 (eldoc-display-message-no-interference-p): Don't interfere with
11859 edebug.
11860 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11861 (eldoc-function-arglist): New function.
11862 (eldoc-function-argstring): Use it.
11863
11864 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11865 auto save directory exists before calling directory-files.
11866
118672000-07-23 Dave Love <fx@gnu.org>
11868
11869 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11870 ^o, ^u.
11871
118722000-07-21 Dave Love <fx@gnu.org>
11873
11874 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11875 now passed to the function. It now works properly.
11876
11877 * smerge-mode.el (smerge-mode-menu): Fill it out.
11878
118792000-07-20 Gerd Moellmann <gerd@gnu.org>
11880
11881 * info-look.el (info-lookup): If *info* is shown in another frame
11882 on the same display, select that frame, instead of switching to
11883 the Info buffer in another window of the selected frame.
11884
11885 * simple.el (universal-argument-map): Bind numeric keypad keys
11886 kp-0 to kp-9 and kp-subtract.
11887 (digit-argument): Handle these keys.
11888
118892000-07-20 Dave Love <fx@gnu.org>
11890
11891 * net/goto-addr.el (goto-address-fontify): Don't bother with
11892 buffer-modified and read-only stuff -- irrelevant with overlays.
11893 Put an extra property on the overlays and use it to clean up in
11894 case goto-address is re-run.
11895
118962000-07-19 Richard M. Stallman <rms@gnu.org>
11897
11898 * timer.el (run-with-idle-timer): Doc fix.
11899
11900 * mail/mail-utils.el (mail-strip-quoted-names):
11901 Handle case where <...> appears inside "...".
11902 Use replace-match to edit the string more simply.
11903 (rmail-dont-reply-to): Cope with an unmatched ".
11904
119052000-07-19 Dave Love <fx@gnu.org>
11906
11907 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11908 implementation.
11909
11910 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11911 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11912 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11913
119142000-07-19 Gerd Moellmann <gerd@gnu.org>
11915
11916 * textmodes/refer.el: Correct maintainer's email address.
11917
11918 * progmodes/hideif.el: Correct author's email address.
11919 Fix typo in comment.
11920
11921 * xml.el: New file.
11922
11923 * mail/mailheader.el: Correct author's mail address.
11924
11925 * gnus/parse-time.el: Correct author's mail address.
11926
119272000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11928
11929 * comint.el (comint-highlight-input, comint-highlight-face):
11930 New user options.
11931 (comint-input-ring-file-name): Change custom type.
11932 (comint-mode-map): Bind mouse-2.
11933 (comint-insert-clicked-input): New function.
11934 (comint-send-input): Handle input highlighting.
11935
119362000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11937
11938 * mouse.el (popup-menu): New function.
11939 (mouse-major-mode-menu): Use it.
11940
119412000-07-18 Dave Love <fx@gnu.org>
11942
11943 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11944 improvements.
11945
119462000-07-18 Gerd Moellmann <gerd@gnu.org>
11947
11948 * faces.el (face-font-selection-order)
11949 (face-font-family-alternatives): Add custom type.
11950
119512000-07-18 Dave Love <fx@gnu.org>
11952
11953 * cus-edit.el (custom-variable-reset-saved)
11954 (custom-variable-reset-standard): Remove unused bindings.
11955
11956 * rect.el (open-rectangle-line): Remove unused let.
11957
11958 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11959
119602000-07-18 Gerd Moellmann <gerd@gnu.org>
11961
11962 * cdl.el: Fix `Maintainer' keyword.
11963
11964 * play/pong.el: Add author's email address.
11965
119662000-07-17 Sam Steingold <sds@gnu.org>
11967
11968 * files.el (insert-directory): Call `split-string' instead of
11969 re-implementing it.
11970
119712000-07-18 Gerd Moellmann <gerd@gnu.org>
11972
11973 * mail/vms-pmail.el: Change maintainer to FSF.
11974
11975 * net/goto-addr.el: Change maintainer to FSF.
11976
11977 * info.el (Info-title-face-alist): Removed.
11978
119792000-07-18 David Ponce <david@dponce.com>
11980
11981 * recentf.el (recentf-open-files): New command that works like
11982 `recentf-open-more-files', but shows the whole list of files (not just
11983 those omitted from the menu). Useful if you don't use a menu-bar!
11984 (recentf-open-more-files) Modified to use `recentf-open-files'.
11985
11986 (recentf-open-files, recentf-open-more-files)
11987 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11988
11989 (recentf-dialog-mode): New mode for dialogs. You can now just type
11990 "q" to cancel the dialogs.
11991
119922000-07-18 David Ponce <david@dponce.com>
11993
11994 * recentf.el: This is a major update of recentf.el. It adds new
11995 features to better organize the recentf menu and "More..." buffer.
11996
11997 Using new provided menu filtering functions you can now organize the
11998 recent files list:
11999
12000 - by major modes
12001 - by directories
12002 - by user defined rules
12003
12004 Finally, with the new `recentf-filter-changer' customizable filter you
12005 can define a ring of filters and dynamically (via the menu) cycle on
12006 each menu organization in the ring (a la msb).
12007
120082000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12009
12010 * eshell/eshell.el (eshell): Replace links to eshell.info with
12011 links to eshell, to avoid problems on systems where the manual is
12012 installed as `eshell'.
12013 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12014 * eshell/em-smart.el (eshell-smart): Ditto.
12015 * eshell/em-banner.el (eshell-banner): Ditto.
12016 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12017
12018 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12019 same-file check in the MS-DOS version (it does support inodes).
12020
12021 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12022
12023 * eshell/eshell.el (eshell-directory-name):
12024 Run default directory name through convert-standard-filename.
12025
120262000-07-18 Kenichi Handa <handa@etl.go.jp>
12027
12028 * international/mule-cmds.el (select-safe-coding-system):
12029 Fix typo in the comment.
12030
12031 * language/european.el (compound-text):
12032 Force katakana-jisx0201 to be designated to G1.
12033
12034 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12035 Don't translate some national variant characters of latin-jisx0201.
12036 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12037
12038 * international/kkc.el (kkc-after-update-conversion-functions):
12039 New variable.
12040 (kkc-update-conversion): Run functions in it at the tail.
12041
120422000-07-16 John Wiegley <johnw@gnu.org>
12043
12044 * lisp/align.el (align-newline-and-indent):
12045 Adding new function. for auto-aligning blocks of code on RET.
12046 (align-region): Fixed badly formatted minibuffer message.
12047
120482000-07-17 Kenichi Handa <handa@etl.go.jp>
12049
12050 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12051 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12052 the conversion list at first if appropriate.
12053 (kkc-next): Don't update kkc-next-count here.
12054 (kkc-prev): Don't update kkc-prev-count here.
12055 (kkc-show-conversion-list-update): Fix setting up of conversion
12056 list message.
12057
120582000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12059
12060 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12061
120622000-07-16 Dave Love <fx@gnu.org>
12063
12064 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12065 function to be more specific.
12066
12067 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12068 non-string help-echo.
12069 (widget-types-convert-widget): Defsubst it.
12070 (widget-echo-help): Try to cope with a help-echo function of two
12071 possible sorts.
12072
120732000-07-15 Jason Rumney <jasonr@gnu.org>
12074
12075 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12076 Declare as obsolete.
12077
12078 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12079
120802000-07-14 Gerd Moellmann <gerd@gnu.org>
12081
12082 * hilit-chg.el: Fix typo.
12083
120842000-07-14 Dave Love <fx@gnu.org>
12085
12086 * info.el (Info-mode-menu): Fix use of :help, :enable.
12087
120882000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12089
12090 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12091
120922000-07-13 Dave Love <fx@gnu.org>
12093
12094 * emacs-lisp/easymenu.el: Doc fixes.
12095 (easy-menu-remove): Defalias to ignore.
12096
12097 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12098 Call throw correctly.
12099
121002000-07-13 Gerd Moellmann <gerd@gnu.org>
12101
12102 * faces.el (frame-background-mode): Doc fix.
12103
12104 * simple.el (eval-expression-print-length): Change custom type to
12105 allow entering nil as value.
12106
121072000-07-13 Dave Love <fx@gnu.org>
12108
12109 * progmodes/fortran.el (fortran-imenu-generic-expression):
12110 Change definition layout.
12111 (fortran-mode-menu): Reinstate customize entries.
12112
12113 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12114 Use :filter, per old XEmacs code.
12115
121162000-07-12 Gerd Moellmann <gerd@gnu.org>
12117
12118 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12119 event when deciding what to send to the terminal.
12120
121212000-07-12 Dave Love <fx@gnu.org>
12122
12123 * cus-start.el: Add optional version as 4th element of specs and
12124 use it for several things new in v21. Remove load-path. Fix type
12125 of line-number-display-limit.
12126
121272000-07-11 Dave Love <fx@gnu.org>
12128
12129 * progmodes/fortran.el: Don't require easymenu.
12130 Use repeat counts in various regexps.
12131 (fortran-mode-syntax-table): Defvar directly.
12132 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12133 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12134 Use defvar, not defconst.
12135 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12136 (fortran-mode): Set fortran-comment-line-start-skip,
12137 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12138 (fortran-comment-indent): Use defsubst.
12139 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12140 Use fortran-comment-indent, not fortran-comment-indent-function.
12141 (fortran-comment-region, fortran-electric-line-number): Simplify.
12142 (fortran-auto-fill): New function.
12143 (fortran-do-auto-fill): Deleted.
12144 (fortran-find-comment-start-skip):
12145 Check for non-null comment-start-skip.
12146 (fortran-auto-fill-mode, fortran-fill-statement):
12147 Use fortran-auto-fill.
12148 (fortran-fill): Use fortran-auto-fill. Check for null
12149 comment-start-skip. Simplify final clause and use end-of-line finally.
12150
12151 * widget.el (widget-plist-member): New alias.
12152
121532000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12154
12155 * eshell/esh-module.el (toplevel): Reference
12156 byte-compile-current-file only if it is bound.
12157
121582000-07-10 Gerd Moellmann <gerd@gnu.org>
12159
12160 * dired.el: Don't require `dired-aux'.
12161
121622000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12163
12164 * dired-aux.el (dired-show-file-type): New function.
12165 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12166 (dired-show-file-type): Add autoload.
12167
121682000-07-10 Kenichi Handa <handa@etl.go.jp>
12169
12170 * international/mule-diag.el (describe-font): Adjusted for the
12171 change of fontset-info.
12172 (print-fontset): Likewise.
12173
121742000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12175
12176 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12177
121782000-07-07 Gerd Moellmann <gerd@gnu.org>
12179
12180 * bindings.el: Bind `[delete]' to delete-char.
12181
12182 * dired.el (dired-find-alternate-file): New function.
12183 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12184 (toplevel): Require dired-aux when compiling.
12185 (dired-buffers): Move defvar within file to avoid compiler warning.
12186
12187 * info.el (Info-last-search): Variable removed.
12188 (Info-search-history): New variable.
12189 (Info-search): New Info-search-history.
12190
12191 * battery.el, info-look.el: Change author's mail address.
12192
121932000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12194
12195 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12196 if rmail-ignored-headers is nil.
12197 (rmail-retry-failure): Bind rmail-ignored-headers and
12198 rmail-displayed-headers to nil.
12199
122002000-07-06 Gerd Moellmann <gerd@gnu.org>
12201
12202 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12203 (print-region-1): Don't hard code `-h' here.
12204
12205 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12206
122072000-07-01 Francesco Potorti` <pot@gnu.org>
12208
12209 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12210 exim can use "your message" instead of "the message".
12211
122122000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12213
12214 * facemenu.el: Docstrings fixes.
12215 (facemenu-get-face): Don't use internal-find-face.
12216 (facemenu-iterate): Rename arg to match the docstring.
12217
12218 * newcomment.el (uncomment-region): Be more careful when skipping
12219 backwards over `=' not to bump into BOBP.
12220
122212000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12222
12223 * ediff-diff.el (ediff-wordify): Use syntax table.
12224 * ediff-init.el (ediff-has-face-support-p): Use
12225 ediff-color-display-p.
12226 (ediff-color-display-p): Use display-color-p, changed to defun
12227 from defsubst.
12228 Got rid of special cases for NeXT and OS/2.
12229 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12230 face.
12231
122322000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12233
12234 * emacs-lisp/lucid.el: Require CL.
12235 (copy-tree, remprop): Remove, it's provided by CL.
12236 (map-keymap): Define in terms of cl-map-keymap.
12237 (extent-property, set-extent-end-glyph): New functions.
12238
12239 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12240
122412000-07-05 Gerd Moellmann <gerd@gnu.org>
12242
12243 * Makefile.in (DONTCOMPILE): Add comment that the name may
12244 not be changed without changing the make-dist script.
12245
12246 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12247 (cl-mapc): Use mapc instead of cl-old-mapc.
12248
122492000-07-05 Andrew Innes <andrewi@gnu.org>
12250
12251 * makefile.nt: Add support for `bootstrap' and related targets.
12252
122532000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12254
12255 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12256 (easy-menu-do-define): Use `menu-item' format.
12257 Handle case where easy-menu-create-menu returns a symbol.
12258 Manually call the potential top-level filter in the function binding.
12259 (easy-menu-filter-return): New arg NAME.
12260 Convert to a keymap if MENU is an XEmacs menu.
12261 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12262 (easy-menu-converted-items-table, easy-menu-convert-item):
12263 New var and fun to memoize easy-menu-convert-item-1.
12264 (easy-menu-do-add-item): Use it.
12265 (easy-menu-create-menu): Use easy-menu-convert-item.
12266 Wrap easy-menu-filter-return around any :filter specification.
12267 Don't convert the menu if a filter was specified.
12268 Tell easy-menu-make-symbol not to check for MENU being an expression.
12269 (easy-menu-make-symbol): New arg NOEXP.
12270
122712000-07-05 Gerd Moellmann <gerd@gnu.org>
12272
12273 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12274 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12275 (eval-defun): If called with prefix arg, instrument code for
12276 Edebug.
12277
12278 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12279 similar to that of eval-defun.
12280
122812000-07-04 Dave Love <fx@gnu.org>
12282
12283 * hl-line.el (hl-line-overlay): Make it permanent-local.
12284
12285 * calendar/todo-mode.el: Replaced with a working version, based on
12286 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12287
122882000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12289
12290 * paths.el (prune-directory-list): New function.
12291 (Info-default-directory-list): Rewritten to more methodically
12292 enumerate a big list of possible info directories (based on the
12293 list used by the standalone info reader).
12294
12295 * info.el (info-initialize): Use prune-directory-list to remove
12296 non-existent directories from Info-directory-list.
12297
12298 * paths.el (Info-default-directory-list): Try a list of possible
12299 info-directories instead of a single one. Add the possible
12300 info directory "/usr/share/info".
12301
12302 * woman.el (woman-man.conf-path): Explicitly include the debian
12303 man-db config file "/etc/manpath.config".
12304 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12305 are present in `manpath.config'.
12306 (woman-manpath): Include "/usr/share/man".
12307
123082000-07-03 Gerd Moellmann <gerd@gnu.org>
12309
12310 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12311
12312 * startup.el (command-line): Initialize blink-cursor based
12313 on window-system.
12314
12315 * frame.el (blink-cursor): Default to nil if not running under
12316 a window-system.
12317
12318 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12319 (face-x-resources): Remove duplicate entry for :font.
12320
12321 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12322 instead of cycling through windows with next-window.
12323
12324 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12325 of cycling through windows with next-window.
12326
12327 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12328 of cycling through windows with next-window.
12329
12330 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12331 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12332 instead of cycling through windows with next-window.
12333
12334 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12335 instead of cycling through windows with next-window.
12336
12337 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12338 of cycling through windows with next-window.
12339
12340 * terminal.el (te-process-output): Use walk-windows instead of
12341 cycling through windows with next-window.
12342
12343 * server.el (server-switch-buffer): Use some-window instead of
12344 cycling through windows with next-window.
12345
12346 * window.el (some-window): New function.
12347 (walk-windows): Remove reference to walk-windows-start.
12348
12349 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12350
123512000-07-03 Richard Stallman <rms@gnu.org>
12352
12353 * window.el (walk-windows): Guarantee termination by keeping a list
12354 of all the windows already handled.
12355
123562000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12357
12358 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12359 window-system.
12360
12361 * man.el (Man-notify-when-ready): Don't use window-system. If
12362 Man-notify-method is newframe, and the display is not
12363 multi-frame, select the frame created for the man page.
12364 (Man-init-defvars): Doc fix.
12365
123662000-06-28 Gerd Moellmann <gerd@gnu.org>
12367
12368 * faces.el (region): Change background color for light background.
12369
12370 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12371 attribute from mode-line face of Ediff control frame.
12372
12373 * replace.el (query-replace-map): Bind `e' like `E'.
12374
123752000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12376
12377 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12378 Change name to "Select All".
12379
12380 * dos-fns.el (convert-standard-filename): Fix last change.
12381
123822000-06-27 Gerd Moellmann <gerd@gnu.org>
12383
12384 * help.el (describe-variable): Don't insert a second `'s' in front
12385 of the string `value is shown below'. Since the syntax-table is
12386 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12387 an existing `'s', so that this won't be deleted.
12388
12389 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12390 * pcmpl-unix.el: New files.
12391
123922000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12393
12394 * wid-edit.el (widget-member): Use the new plist-member.
12395
123962000-06-26 Gerd Moellmann <gerd@gnu.org>
12397
12398 * replace.el (perform-replace): Undo change of 2000-04-04.
12399 Instead, move backward 1 character at the end of the loop when
12400 necessary.
12401
12402 * faces.el (fringe): Change face for different backgrounds.
12403
12404 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12405 patch from John.
12406
12407 * eshell/*.el: Change spelling of the Free Software Foundation.
12408
12409 * eshell/esh-toggle.el: Removed.
12410
12411 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12412
12413 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12414 interactively.
12415
124162000-06-26 Alex Schroeder <alex@gnu.org>
12417
12418 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12419 `define-key'; instead of checking `(emacs-version)' check for
12420 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12421 for `;' and `o' which might be electric.
12422
12423 (sql-electric-stuff): New user option.
12424 (sql-magic-go): New function which uses `sql-electric-stuff'.
12425 (sql-magic-semicolon): New function which uses
12426 `sql-electric-stuff'.
12427
12428 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12429 is not fboundp.
12430
12431 (sql-oracle-options): New variable.
12432 (sql-oracle): Use it.
12433
12434 (sql-imenu-generic-expression): Doc change.
12435 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12436 is used.
12437
12438 (sql-informix): Added command line parameter "-" to force
12439 sql-informix-program to use stdout.
12440
124412000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12442
12443 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12444 (cp864-decode-table): Doc fix.
12445 (cp720-decode-table): New variable, supports the Arabic OEM
12446 codepage used by Windows.
12447 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12448
124492000-06-23 Dave Love <fx@gnu.org>
12450
12451 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12452 (font-lock-fontify-anchored-keywords): Use
12453 line-beginning-position.
12454 (global-font-lock-mode): Use mapc.
12455
124562000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12457
12458 * eshell/esh-module.el: Require CL when compiling.
12459
124602000-06-23 Gerd Moellmann <gerd@gnu.org>
12461
12462 * comint.el (comint-substitute-in-file-name): Call replace-match
12463 with second and third arg t.
12464
12465 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12466 Specify foreground color.
12467
12468 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12469 color.
12470
12471 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12472
12473 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12474 cddr instead of cdddr.
12475
12476 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12477 instead of copy-list.
12478
12479 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12480 of copy-list.
12481
12482 * subdirs.el: Add eshell subdirectory.
12483
12484 * eshell: New subdirectory containing the Eshell package.
12485
12486 * pcomplete.el: New file.
12487
124882000-06-23 Paul Eggert <eggert@twinsun.com>
12489
12490 * mail/mailpost.el (post-mail-send-it): Make sure file has
12491 proper permissions from birth.
12492
12493 * files.el (basic-save-buffer-2): When temporarily setting
12494 file modes, set them to current modes plus 0200, not to 0777.
12495
12496 * emerge.el (emerge-make-temp-file): Make sure file has proper
12497 permissions from birth.
12498
124992000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12500
12501 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12502 backup file name through convert-standard-filename.
12503
12504 * dos-fns.el (convert-standard-filename): Convert leading
12505 directories as well. When long file names are supported, convert
12506 characters that are invalid in Windows file names.
12507
125082000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12509
12510 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12511 ps-print crashes. New feature: page selection for printing. Create
12512 raw-text-unix coding system for XEmacs. Doc fix.
12513 (ps-print-version): New version number (5.2.3).
12514 (ps-plot-region): Bug fix.
12515 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12516 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12517 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12518 funs.
12519 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12520 (ps-last-page): New vars.
12521
125222000-06-21 Gerd Moellmann <gerd@gnu.org>
12523
12524 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12525 empty option string.
12526
125272000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12528
12529 * man.el (man): Doc fix.
12530
125312000-06-21 Kenichi Handa <handa@etl.go.jp>
12532
12533 * international/mule-cmds.el (set-language-info-alist): Docstring
12534 fixed.
12535
125362000-06-20 Gerd Moellmann <gerd@gnu.org>
12537
12538 * version.el (emacs-version): Use ISO date format.
12539
12540 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12541 instead of `M-backspace'.
12542
12543 * simple.el (turn-off-auto-fill): New function.
12544
125452000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12546
12547 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12548 Renamed from with-buffer-prepared-for-font-lock and use
12549 inhibit-modification-hooks rather than setting *-change-functions.
12550 Update all functions to use the new name.
12551 (jit-lock-first-unfontify-pos): New semantics (and doc).
12552 (jit-lock-mode): Make non-interactive.
12553 Don't automatically turn on font-lock.
12554 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12555 Always use jit-lock-after-change.
12556 Remove and restore font-lock-after-change-function.
12557 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12558 (jit-lock-after-unfontify-buffer): Remove.
12559 (jit-lock-stealth-fontify):
12560 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12561 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12562
125632000-06-20 Sam Steingold <sds@gnu.org>
12564
12565 * emacs-lisp/cl-indent.el (toplevel): Indent
12566 `print-unreadable-object' properly. Untabify.
12567
125682000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12569
12570 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12571 Support for bibentry.
12572 (reftex-compile-variables): Fixed problem with end of section-re.
12573
12574 * texmodes/reftex-dcr.el (reftex-view-crossref,
12575 reftex-view-crossref-from-bibtex):
12576 Deal with changed `reftex-find-citation-regexp-format'.
12577 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12578 Replaced `remprop' with `put'.
12579 (reftex-view-crossref, reftex-view-crossref-when-idle):
12580 Support for bibentry.
12581
12582 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12583 New entry for bibentry package.
12584
12585 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12586 Regexp also matches "\nobibliography".
12587
12588 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12589 Call `reftex-ensure-write-access' before doing anything.
12590 (reftex-ensure-write-access): New function.
12591
125922000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12593
12594 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12595
12596 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12597
12598 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12599
12600 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12601
12602
126032000-06-20 Dave Love <fx@gnu.org>
12604
12605 * faces.el (frame-background-mode): Use set-default, not set, in
12606 setter.
12607 (frame-update-faces, frame-update-face-colors): Define with
12608 defalias.
12609
12610 * enriched.el (enriched-decode-foreground)
12611 (enriched-decode-background): Don't use internal-find-face.
12612
12613 * apropos.el: Doc fixes.
12614
12615 * cus-edit.el (customize-changed-options): Check arg.
12616 (customize-version-lessp): Don't require decimal point.
12617
12618 * custom.el (defcustom, defgroup): Doc fix.
12619
12620 * newcomment.el (comment) <defgroup>: Add :version.
12621 (comment-multi-line): Doc fix.
12622
12623 * emulation/mlsupport.el (define-hooked-local-abbrev,
12624 define-hooked-global-abbrev): Fix, using define-abbrev.
12625
126262000-06-19 Gerd Moellmann <gerd@gnu.org>
12627
12628 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12629 the whole buffer.
12630
126312000-06-19 Dave Love <fx@gnu.org>
12632
12633 * menu-bar.el (menu-bar-options-save): New function.
12634 (menu-bar-options-menu): Use it.
12635 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12636 Simplify.
12637
126382000-06-19 Andreas Schwab <schwab@suse.de>
12639
12640 * progmodes/etags.el (tags-query-replace): Put new parameters
12641 START and END at the end, for backward compatibility.
12642
126432000-06-19 Kenichi Handa <handa@etl.go.jp>
12644
12645 * international/codepage.el:
12646 (cp-coding-system-for-codepage-1): Delete special codes for
12647 generating xxx-dos coding system because now a CCL based coding
12648 system can handle EOL conversion by default.
12649
12650 * international/mule.el (make-coding-system): Generate subsidiary
12651 coding systems for EOL handling variants even for a CCL based
12652 coding system.
12653
126542000-06-19 Kenichi Handa <handa@etl.go.jp>
12655
12656 * international/isearch-x.el (isearch-minibuffer-input-method)
12657 (isearch-minibuffer-input-method-function): These variables
12658 deleted.
12659 (isearch-with-input-method): Don't use the above variables.
12660 (isearch-process-search-multibyte-characters): Likewise. Call
12661 read-string with the arg INHERIT-INPUT-METHOD t.
12662
126632000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12664
12665 * font-lock.el (font-lock-after-fontify-buffer)
12666 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12667
12668 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12669 Use consistent make-local-variable style for font-lock-fontified.
12670 (jit-lock-fontify-buffer):
12671 Don't bother checking for font-lock-mode and jit-lock-mode.
12672
12673 * time.el: Remove trailing ^M that prevent CVS-merging.
12674
126752000-06-16 Gerd Moellmann <gerd@gnu.org>
12676
12677 * Makefile.in (distclean): New target.
12678
126792000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12680
12681 * Makefile.in (srcdir): Define for update-subdirs.
12682
126832000-06-16 Gerd Moellmann <gerd@gnu.org>
12684
12685 * find-lisp.el: New file.
12686
126872000-06-16 Andrew Innes <andrewi@gnu.org>
12688
12689 * time.el (display-time-mail-function): New variable, to allow
12690 external packages to indicate when new mail is available.
12691 (display-time-update): Use it.
12692
126932000-06-16 Kenichi Handa <handa@etl.go.jp>
12694
12695 * international/mule.el (mule-version): Change version name to
12696 SAKAKI. AOI has already been used by Meadow.
12697
12698 * international/quail.el (quail-show-guidance-buf): To find the
12699 bottom window (but minibuffer), pay attention to the height of
12700 minibuffer.
12701
127022000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12703
12704 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12705 menu-bar menus. Add help strings. Don't remove the Edit menu
12706 from the menu bar, as the menu bar has enough space now.
12707
12708 * Makefile.in (SHELL): Make sure /bin/sh is used.
12709
12710 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12711 characters, which use series of two ^H characters instead of one.
12712
127132000-06-15 Gerd Moellmann <gerd@gnu.org>
12714
12715 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12716 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12717 functions.
12718 (Info-find-node-2): Try a case-sensitive search first, then
12719 do a case-insensitive search.
12720
12721 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12722 tutorials.
12723
12724 * complete.el (PC-env-vars-alist): New variable.
12725 (PC-complete-as-file-name): New function.
12726 (partial-completion-mode): Initialize PC-env-vars-alist from
12727 process-environment.
12728 (PC-do-completion): Handle completion of env vars.
12729
12730 * info.el (Info-set-mode-line): Show file name in mode line,
12731 use `*Info*' instead of `Info:'.
12732
12733 * startup.el (command-line-1): Change copyright messages to year
12734 2000.
12735
127362000-06-15 Dave Love <fx@gnu.org>
12737
12738 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12739 not local-map.
12740
127412000-06-15 Kenichi Handa <handa@etl.go.jp>
12742
12743 * international/mule.el (set-buffer-file-coding-system): Almost
12744 rewritten to handle `undecided' as no-op.
12745
127462000-06-14 Gerd Moellmann <gerd@gnu.org>
12747
12748 * Makefile.in: New file.
12749
12750 * Makefile: Removed.
12751
12752 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12753 (goto-address-highlight-keymap): Bind C-c RET.
12754
127552000-06-14 Kenichi Handa <handa@etl.go.jp>
12756
12757 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12758 inherits buffer-file-coding-system of the current buffer.
12759
12760 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12761 0. Give correct argument to set-auto-coding-function.
12762 (tar-expunge): For goto-char, use (point-min), not 0.
12763 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12764 (tar-subfile-save-buffer): Likewize.
12765
12766 * international/mule.el
12767 (after-insert-file-set-buffer-file-coding-system): Call
12768 set-buffer-file-coding-system with the arg FORCE t.
12769
127702000-06-13 Gerd Moellmann <gerd@gnu.org>
12771
12772 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12773 nil. Contemporary sendmails issue an X-Authentication-Warning if
12774 the sender is set with `-f'.
12775
127762000-06-13 Dave Love <fx@gnu.org>
12777
12778 * help.el (describe-function-1): Kluge around cases of functions
12779 fset to subrs whose doc doesn't match their symbol-name.
12780
12781 * image.el (insert-image): Default STRING to a space.
12782
12783 * info.el Doc fixes.
12784 (Info-build-node-completions): Match Ref tags.
12785
127862000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12787
12788 * frame.el (display-multi-frame-p, display-multi-font-p): New
12789 defaliases for display-graphic-p.
12790
12791 * hl-line.el: Fixed a typo in commentary.
12792
127932000-06-13 Kenichi Handa <handa@etl.go.jp>
12794
12795 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12796 fixed.
12797
127982000-06-12 Dave Love <fx@gnu.org>
12799
12800 * image.el (insert-image): Save a little consing.
12801
128022000-06-12 Kenichi Handa <handa@etl.go.jp>
12803
12804 * language/tibet-util.el: Convert all tibetan-1-column characters
12805 to the corresponding tibetan characters.
12806 (tibetan-add-components): Delete code for the special treatment of
12807 'a chung.
12808
12809 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12810 change.
12811 (tibetan-vowel-transcription-alist): More rules added.
12812 (tibetan-composite-vowel-alist): New variable.
12813 (tibetan-precomposition-rule-alist): More rules added.
12814
128152000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12816
12817 * startup.el (command-line): Only call menu-bar-mode if interactive.
12818
12819 * thingatpt.el (toplevel symbol-properties):
12820 * textmodes/makeinfo.el (makeinfo-compile):
12821 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12822 * progmodes/hideif.el (hif-compress-define-list)
12823 (hide-ifdef-use-define-alist):
12824 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12825 (ange-ftp-vms-add-file-entry):
12826 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12827 * man.el (Man-build-man-command):
12828 * mail/rnewspost.el (news-reply-header-hook):
12829 * info.el (Info-insert-dir):
12830 * emulation/mlconvert.el (backward-word, forward-word, setq):
12831 * emacs-lisp/gulp.el (gulp-send-requests):
12832 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12833 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12834 (byte-optimize-apply, end of file):
12835 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12836 (ad-make-freeze-definition):
12837 * startup.el (command-line, command-line-1): Don't quote lambdas.
12838
12839 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12840 (cvs-cleanup-removed): New function.
12841 (cvs-cleanup-functions): New var.
12842 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12843 some flexibility in specifying additional entries to auto-cleanup.
12844 (cvs-quickdir): New function.
12845 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12846 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12847 (cvs-mode-find-file): Check that we are on a filename or dirname
12848 when invoked through a mouse-click.
12849 (cvs-full-path): Remove.
12850 (cvs-dired-action): Re-introduced.
12851 (cvs-dired-noselect): Use it.
12852 (vc-post-command-functions): use this new hook if available.
12853
12854 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12855 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12856 (cvs-filename-map, cvs-dirname-map): Remove.
12857 (cvs-default-action): Remove.
12858 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12859 if the arg is really a keymap.
12860 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12861 Don't hardcode the mapping from state (aka type) to face, but check
12862 the var cvs-fi-<type>-face instead.
12863 (cvs-fileinfo-from-entries): New function.
12864
12865 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12866 Docstring fix.
12867 (cvs-find-file-and-jump): Change default to be safer.
12868 (cvs-mode-diff-map): Define it as a function as well.
12869 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12870 Bind mouse-2 in this global map rather than with text-properties.
12871
12872 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12873 file to resolve the ambiguity between C(conflict) and C(need-merge).
12874
128752000-06-12 Kenichi Handa <handa@etl.go.jp>
12876
12877 * international/mule.el (set-buffer-file-coding-system): If
12878 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12879 unconditionally.
12880
128812000-06-12 Dave Love <fx@gnu.org>
12882
12883 * wid-edit.el (widget-specify-button): Really suppress the face if
12884 required.
12885
128862000-06-11 Gerd Moellmann <gerd@gnu.org>
12887
12888 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12889
128902000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12891
12892 * imenu.el (imenu-generic-expression): Docstring fix.
12893
12894 * composite.el (composition-function-table): Move the `put'
12895 below the autoload cookie so we can load the file before loaddefs.
12896
12897 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12898
12899 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12900 Handle easy-mmode-define-global-mode.
12901 For complex macros like define-minor-mode that can generate
12902 several autoload entries, try to autoload entries in the
12903 macroexpanded code.
12904
12905 * emacs-lisp/easy-mmode.el (define-minor-mode):
12906 If KEYMAP is a symbol, just use it.
12907 Use byte-compile-current-file and load-file-name to infer the
12908 proper :require to pass to defcustom.
12909 Wrap the hook var into `progn' so as not to autoload it.
12910 Add a :autoload-end cookie.
12911 Be more careful about the evaluation of KEYMAP.
12912 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12913 (define-derived-mode): Move define-abbrev-table outside of defvar.
12914
129152000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12916
12917 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12918 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12919 (backup-compiled-files): Ignore errors during `tar'.
12920 (bootstrap): Make autoloads before elc files.
12921
129222000-06-10 Kenichi Handa <handa@etl.go.jp>
12923
12924 * international/mule.el (set-buffer-file-coding-system): If one of
12925 undecided-XXX is specified, change only EOL conversion.
12926
12927 * international/mule-conf.el (unix): New alias for the coding
12928 system undecided-unix.
12929
129302000-06-09 Dave Love <fx@gnu.org>
12931
12932 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12933
12934 * progmodes/executable.el: Byte compile dynamic.
12935 (executable-insert): Change custom type.
12936 (executable-find): Add autoload cookie.
12937 (executable-make-buffer-file-executable-if-script-p): New
12938 function. After Noah Friedman.
12939
12940 * files.el (after-save-hook): Customize, with
12941 executable-make-buffer-file-executable-if-script-p as an option.
12942
129432000-06-09 Kenichi Handa <handa@etl.go.jp>
12944
12945 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12946 "tib24p-mule.bdf" for Tibetan.
12947
12948 * composite.el (decompose-composite-char): Declare it as obsolete.
12949
12950 * man.el (Man-fontify-manpage): Pay attention to underline and
12951 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12952
129532000-06-08 Gerd Moellmann <gerd@gnu.org>
12954
12955 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12956 Set maintainer to FSF since author isn't reachable.
12957
129582000-06-08 Dave Love <fx@gnu.org>
12959
12960 * international/mule-cmds.el (select-safe-coding-system): If
12961 DEFAULT-CODING-SYSTEM is not specified, also check the most
12962 preferred coding-system if buffer-file-coding-system is
12963 `undecided'. From Handa.
12964
129652000-06-08 Kenichi Handa <handa@etl.go.jp>
12966
12967 * international/mule.el
12968 (after-insert-file-set-buffer-file-coding-system): If the buffer
12969 size is greater than INSERTED, judget that we are not visiting.
12970
129712000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12972
12973 * whitespace.el (defgroup whitespace): Comment out `:version'.
12974 XEmacs 20.4 has problems defining the group with this present.
12975 We'll have this commented out till get resolve the problem.
12976
129772000-06-07 John Wiegley <johnw@gnu.org>
12978
12979 * align.el (align-dq-string-modes, align-sq-string-modes)
12980 (align-open-comment-modes): Add pyhton-mode.
12981 (align-rules-list): Use get-text-property instead of
12982 text-properties-at.
12983 (align-rules-list): Add python-assignment.
12984 (align-rules-list): Change perl-comma-delimiter to
12985 basic-comma-delimiter. Use if for Perl modes and python-mode.
12986 (align-rules-list): Add python-chain-logic and
12987 basic-line-continuation.
12988
129892000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12990
12991 * apropos.el (apropos-mode-hook): New user variable.
12992 (apropos-mode): Run apropos-mode-hook.
12993
129942000-06-07 David Ponce <david@dponce.com>
12995
12996 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12997 commands. Require `wid-edit' at run-time.
12998
129992000-06-07 David Ponce <david@dponce.com>
13000
13001 * recentf.el: Added some "Commentary".
13002 (recentf-open-more-files, recentf-edit-list): Minor changes to
13003 move the point at the top of the file list. This behaviour is
13004 consistent with the menu one when the list contains a lot of
13005 files.
13006 (recentf-cleanup): Now displays the number of items removed from
13007 the list.
13008 (recentf-relative-filter) New menu filter to show filenames
13009 relative to `default-directory'.
13010
130112000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13012
13013 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13014 with/without giving an error if PostScript printer doesn't have this
13015 kind of page size. Zebra Stripe continues or restarts on next page.
13016 Manual/automatic paper feeding. Switch or not the header.
13017 (ps-print-version): New version number (5.2.2).
13018 (ps-windows-system): Include emx as a Windows system.
13019 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13020 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13021 (ps-background-text): Code fix.
13022 (ps-error-handler-message, ps-user-defined-prologue)
13023 (ps-print-prologue-header, ps-printer-name)
13024 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13025 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13026 (ps-use-face-background): Customization fix.
13027 (ps-n-up-database): Data fix.
13028 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13029 (ps-switch-header): New vars.
13030 (ps-xemacs-color-name, ps-face-foreground-name)
13031 (ps-face-background-name, ps-boolean-constant): New funs.
13032
130332000-06-07 Dave Love <fx@gnu.org>
13034
13035 * allout.el: New version from Manheimer.
13036
130372000-06-07 Kenichi Handa <handa@etl.go.jp>
13038
13039 * textmodes/fill.el (fill-find-break-point): Check the validity of
13040 charset.
13041
130422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13043
13044 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13045 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13046 Call display-color-p and display-mouse-p instead of looking at
13047 window-system.
13048
130492000-06-06 Dave Love <fx@gnu.org>
13050
13051 * image.el (find-image): Doc fix. Return nil if image not found.
13052 (put-image, insert-image): Make STRING arg optional.
13053
130542000-06-06 Kenichi Handa <handa@etl.go.jp>
13055
13056 * language/vietnamese.el: Remove eval-when-compile.
13057 (viet-viscii-nonascii-translation-table): Define it as a
13058 translation table made from viet-viscii-decode-table.
13059 (viet-viscii-encode-table): Define it as a translation table made
13060 from the reverse map of above.
13061 (viet-vscii-nonascii-translation-table): Define it as a
13062 translation table made from viet-vscii-decode-table.
13063 (viet-vscii-encode-table): Define it as a translation table made
13064 from the reverse map of above.
13065 (ccl-decode-viscii): Use translate-character.
13066 (ccl-encode-viscii, ccl-encode-viscii-font)
13067 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13068 Likewize.
13069
13070 * language/cyrillic.el: Remove eval-when-compile.
13071 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13072 translation table made from cyrillic-koi8-r-decode-table.
13073 (cyrillic-koi8-r-encode-table): Define it as a translation table
13074 made from the reverse map of above.
13075 (ccl-decode-koi8): Use translate-character.
13076 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13077 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13078 a translation table made from cyrillic-alternativnyj-decode-table.
13079 (cyrillic-alternativnyj-encode-table): Define it as a translation
13080 table made from the reverse map of above.
13081 (ccl-decode-alternativnyj): Use translate-character.
13082 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13083 Likewize
13084
13085 * international/mule-diag.el (non-iso-charset-alist): Specify
13086 translation table symbol instead of translation table itself.
13087 (list-block-of-chars): CHARSET may be a translation table symbol.
13088
13089 * international/mule.el (make-coding-system): If CODING-SYSTEM
13090 already exists, override it.
13091
13092 * international/fontset.el: Use family `proportional' for Tibetan
13093 fonts.
13094
13095 * international/ccl.el (ccl-compile-translate-character): Don't
13096 check if Rrr has property translation-table.
13097 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13098
130992000-06-05 Gerd Moellmann <gerd@gnu.org>
13100
13101 * info.el: Bind case-fold-search to t when searching in case
13102 a user sets it to nil in a hook.
13103
131042000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13105
13106 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13107 * hl-line.el (hl-line-mode): Use the new :global key argument.
13108
13109 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13110 (tar-clip-time-string): Prepend a space.
13111 (tar-grind-file-mode): Construct a string rather than modifying one.
13112 (tar-header-block-summarize): Fix docstring.
13113 Use `format' rather than an error-prone set of copy-loops.
13114
13115 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13116 (diff-goto-source, diff-unified->context, diff-context->unified)
13117 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13118 understand the format output by the `-p' argument to diff.
13119
13120 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13121 (sh-re-done): Use defconst.
13122 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13123 (sh-help-string-for-variable, sh-guess-basic-offset):
13124 Don't quote lambdas.
13125 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13126 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13127
13128 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13129 (mh-letter-mode): Derive from text-mode.
13130 This implicitly means that it now calls kill-all-local-variables.
13131 Also remove the Emacs-18 compatibility code.
13132
13133 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13134 Make use of symbol-property doc-string-elt.
13135 Use memq rather than a sequence of eq.
13136 (doc-string-elt): Fix the wrong or missing previously unused values.
13137 (autoload-print-form): New function extracted from
13138 generate-file-autoloads to allow recursion when handling progn
13139 so that defvar's and defun's docstrings are properly printed.
13140 (generate-file-autoloads): Use it.
13141
13142 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13143 Use find-file-hooks in the minor-mode function.
13144 Be careful not to loop indefinitely in the post-command-hook function.
13145
131462000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13147
13148 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13149 tty's.
13150 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13151 differences whenever appropriate.
13152 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13153 * viper.el (find-file, find-file-other-window): Get viper to do
13154 wildcards.
13155
131562000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13157
13158 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13159 (jit-lock-fontify-buffer): New function for JIT refontification.
13160 (jit-lock-mode): Fix docstring.
13161 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13162 Remove jit-lock-after-change from the _local_ hook.
13163 (jit-lock-function-1): Fix docstring.
13164
13165 * info.el (Info-on-current-buffer): Initialize info.
13166
13167 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13168
13169 * progmodes/tcl.el (tcl-indent-for-comment):
13170 Ignore comment-indent-hook.
13171
13172 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13173 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13174 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13175 and improve to use the lighter to guess the capitalization.
13176 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13177 Add keyword arguments to specify global-ness or the custom group.
13178 Add local-map and help-echo properties to the lighter.
13179 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13180 (easy-mmode-define-global-mode): New macro.
13181
131822000-06-02 Dave Love <fx@gnu.org>
13183
13184 * wid-edit.el: byte-compile-dynamic since we typically don't use
13185 all the widgets. Don't require cl or widget. Remove
13186 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13187 (widget-read-event): Removed. Callers changed to use read-event.
13188 (widget-button-release-event-p): Renamed from
13189 button-release-event-p.
13190 (widget-field-add-space, widget-field-use-before-change):
13191 Uncustomize.
13192 (widget-specify-field): Use keymap property, not local-map.
13193 (widget-specify-button): Obey :suppress-face.
13194 (widget-specify-insert): Use modern backquote syntax.
13195 (widget-image-directory): Renamed from widget-glyph-directory.
13196 (widget-image-enable): Renamed from widget-glyph-enable.
13197 (widget-image-find): Replaces widget-glyph-find.
13198 (widget-button-pressed-face): Move defvar.
13199 (widget-image-insert): Replaces widget-glyph-insert.
13200 (widget-convert): Use keywordp.
13201 (widget-leave-text, widget-children-value-delete): Use mapc.
13202 (widget-keymap): Remove XEmacs stuff.
13203 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13204 (widget-button-click): Don't set point at the click, but re-centre
13205 if we scroll out of window. Rewritten for images v. glyphs &c.
13206 (widget-tabable-at): Use POS arg, not point.
13207 (widget-beginning-of-line, widget-end-of-line)
13208 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13209 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13210 (widget-default-create): Use widget-image-insert; some rewriting.
13211 (widget-visibility-value-create)
13212 (widget-push-button-value-create, widget-toggle-value-create): Use
13213 widget-image-insert.
13214 (checkbox): Create on and off images dynamically.
13215 (documentation-link): Change :help-echo.
13216 (widget-documentation-link-echo-help): Remove.
13217
132182000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13219
13220 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13221
13222 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13223 (easy-mmode-define-toggle, define-minor-mode): Use it.
13224 (easy-mmode-define-keymap): Docstring fix.
13225 (define-derived-mode): Default PARENT to fundamental-mode.
13226 Add the derived-mode-parent symbol-property.
13227 (easy-mmode-derived-mode-p): New function.
13228
132292000-06-02 Dave Love <fx@gnu.org>
13230
13231 * files.el (convert-standard-filename): Doc fix.
13232 (normal-backup-enable-predicate): New function.
13233 (backup-enable-predicate): Use it to replace the lambda form.
13234
13235 * calendar/todo-mode.el: [This needs more work on the outline
13236 stuff.] Doc fixes.
13237 (todo) <defgroup>: Add :version.
13238 (todo-add-category): Don't use pushnew.
13239 (todo-cmd-raise): Fix typo.
13240 (todo-top-priorities): Change temp buffer name.
13241 (todo-category-alist): Avoid redundant lambda.
13242 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13243 Use outline-next-heading.
13244
13245 * autoarg.el: Rewritten to use define-minor-mode.
13246 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13247 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13248
132492000-06-02 Kenichi Handa <handa@etl.go.jp>
13250
13251 * isearch.el (isearch-other-meta-char): Fix previous change.
13252
132532000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13254
13255 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13256 (log-edit-done): Only add the comment to the ring if it's different
13257 from the last comment entered.
13258
13259 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13260
132612000-06-01 Dave Love <fx@gnu.org>
13262
13263 * hl-line.el: Rewritten using define-minor-mode.
13264
13265 * help.el (describe-function-1): Distinguish special form from
13266 builtin function. Sanity-check presence of arglist for builtins.
13267
132682000-06-01 Kenichi Handa <handa@etl.go.jp>
13269
13270 * international/characters.el: Fix syntax/category setting of
13271 Tibetan characters.
13272
13273 * language/tibet-util.el (tibetan-add-components): Fixes for new
13274 encoding of Tibetan characters.
13275 (tibetan-decompose-precomposition-alist): New variable.
13276 (tibetan-decompose-region): Convert precomposed characters to
13277 non-precomposed characters.
13278 (tibetan-decompose-string): Likewise.
13279 (tibetan-composition-function): Fix args to
13280 thibetan-compose-string.
13281
13282 * language/tibetan.el (tibetan-composable-pattern): More
13283 characters included.
13284 (tibetan-consonant-transcription-alist): Rule for "R" added.
13285 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13286 "+R" added.
13287 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13288
13289 * language/lao-util.el (lao-composition-function): Fix args to
13290 compose-string.
13291
13292 * language/thai-util.el (thai-composition-function): Fix args to
13293 compose-string.
13294
13295 * isearch.el (isearch-update): Set disable-point-adjustment to t
13296 to prevent the point moving to the end of a composition when a
13297 part of a composition is searched.
13298 (isearch-other-meta-char): If the key invoking this command can be
13299 mapped by function-key-map to a printing char, call
13300 isearch-process-search-char directly.
13301
133022000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13303
13304 * emacs-lisp/bytecomp.el:
13305 * frame.el:
13306 * international/mule-cmds.el:
13307 * international/mule-util.el:
13308 * international/mule.el:
13309 * mouse.el:
13310 * subr.el:
13311 * faces.el: Update calls to make-obsolete with a WHEN argument.
13312
13313 * byte-run.el (make-obsolete, make-obsolete-variable):
13314 Add an optional WHEN argument and change the format of the
13315 symbol-property information.
13316 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13317 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13318 new obsolete-symbol-property format and print WHEN if it is provided.
13319
133202000-05-31 Dave Love <fx@gnu.org>
13321
13322 * loadhist.el (loadhist-hook-functions): Remove
13323 before-change-function, after-change-function.
13324 (unload-feature): Deal with symbols which are both bound and
13325 fbound.
13326
13327 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13328 before-change-function, after-change-function.
13329
13330 * simple.el (newline): Don't bind before-change-function,
13331 after-change-function.
13332
133332000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13334
13335 * whitespace.el (whitespace-rescan-timer-time): Update interval
13336 set to 600 seconds (10 minutes) instead of 60 seconds since
13337 a large number of whitespace buffers causes emacs to `freeze'
13338 for a considerable amount of time.
13339
13340 * whitespace.el: Updated email address
13341
133422000-05-31 Dave Love <fx@gnu.org>
13343
13344 * add-log.el (change-log-font-lock-keywords) <function>: Add
13345 pattern for function of change.
13346 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13347 acknowledgements patterns.
13348
133492000-05-31 Kenichi Handa <handa@etl.go.jp>
13350
13351 * isearch.el (isearch-printing-char): If keyboard coding system is
13352 being used, call isearch-process-search-multibyte-characters.
13353
13354 * international/isearch-x.el: Mostly rewritten.
13355
13356 * international/quail.el (quail-start-conversion): Don't include
13357 unhandled events in the returned events, but set them in
13358 unread-command-events. Exit if all inputs are deleted.
13359
133602000-05-30 Jason Rumney <jasonr@gnu.org>
13361
13362 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13363
13364 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13365 Reenable code to create initial fontsets.
13366 Use set-fontset-font in place of put-charset-property.
13367
133682000-05-30 Gerd Moellmann <gerd@gnu.org>
13369
13370 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13371 label, ensure that the first colon isn't followed by another.
13372
13373 * paths.el (Info-default-directory-list): Doc fix.
13374
13375 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13376 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13377 send a query containing USER only, not USER@HOST.
13378
13379 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13380 and rmail-msgend to compute the restriction at the end, instead of
13381 computing it.
13382
133832000-05-29 Gerd Moellmann <gerd@gnu.org>
13384
13385 * dabbrev.el (dabbrev-expand): Don't display messages in the
13386 echo area if the minibuffer window is active.
13387
13388 * jit-lock.el (jit-lock-mode): Add after change function to
13389 local hook.
13390
133912000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13392
13393 * antlr-mode.el: New commands: hide/unhide actions,
13394 upcase/downcase literals.
13395 (antlr-tiny-action-length): New user option.
13396 (antlr-hide-actions): New command. Suggested by
13397 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13398 (antlr-mode-map): New binding [C-c C-v].
13399 (antlr-mode-menu): New entries.
13400 (antlr-downcase-literals): New command.
13401 (antlr-upcase-literals): Ditto.
13402
13403 * antlr-mode.el: Minor changes: indendation, mode-name.
13404 (antlr-indent-line): Indent cpp directive at column 0.
13405 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13406
13407 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13408 (antlr-font-lock-additional-keywords): Workaround for intentional
13409 bug in XEmacs version of font-lock.
13410 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13411 be used by a smarter version of `buffers-menu-grouping-function'.
13412
134132000-05-29 Gerd Moellmann <gerd@gnu.org>
13414
13415 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13416 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13417
134182000-05-29 Kenichi Handa <handa@etl.go.jp>
13419
13420 * international/encoded-kb.el
13421 (encoded-kbd-iso2022-designation-map): Pay attention to that
13422 charset-iso-final-char return -1 for eight-bit-control and
13423 eight-bit-graphic.
13424
134252000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13426
13427 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13428 (speedbar-easymenu-definition-base): Use display-graphic-p where
13429 available, instead of window-system.
13430
134312000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13432
13433 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13434 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13435 coding systems.
13436
134372000-05-26 Dave Love <fx@gnu.org>
13438
13439 * disp-table.el (standard-display-underline): Don't use
13440 internal-find-face.
13441
13442 * mail/reporter.el: Maintainer change. Doc fixes.
13443 (reporter-version): Deleted.
13444
13445 * emacs-lisp/elp.el: Maintainer change.
13446 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13447
134482000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13449
13450 * add-log.el (add-change-log-entry): Merge the current entry with the
13451 previous one if the previous one is empty.
13452
134532000-05-26 Dave Love <fx@gnu.org>
13454
13455 * loadhist.el (unload-feature): Fix interactive spec [from
13456 lijnzaad@ebi.ac.uk].
13457
13458 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13459 subr-arity to check primitives.
13460 (byte-compile-flush-pending, byte-compile-file-form-progn)
13461 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13462 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13463 mapcar.
13464
134652000-05-26 Kenichi Handa <handa@etl.go.jp>
13466
13467 * international/fontset.el: Set family names of non-latin charsets
13468 in default fontset to "*".
13469
13470 * international/mule-diag.el (print-fontset): Combine family part
13471 and registry part of the fontname by "-*-" instead of "-".
13472
13473 * international/mule-cmds.el (encode-coding-char): Make strings
13474 multibyte before calling encode-coding-string.
13475
134762000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13477
13478 * derived.el: Fix keywords.
13479 (define-derived-mode): Only define if needed.
13480
13481 * simple.el (fill-comment, comment-column, comment-start)
13482 (comment-start-skip, comment-end, comment-indent-function)
13483 (block-comment-start, block-comment-end, indent-for-comment)
13484 (set-comment-column, kill-comment, comment-padding, comment-region)
13485 (comment-multi-line, indent-new-comment-line): Remove.
13486
13487 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13488 function names for comment operations.
13489
13490 * newcomment.el: Add abundant autoload cookies.
13491 (comment-style): Don't depend on runtime data at compile-time.
13492 (comment-indent-hook): Remove.
13493 (comment-indent): Check if comment-indent-hook is bound.
13494 (comment-region): Docstring fix.
13495
134962000-05-25 Dave Love <fx@gnu.org>
13497
13498 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13499 byte-code-function-p.
13500
13501 * mail/rmailsum.el: Add provide.
13502
13503 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13504
13505 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13506 defcustom.
13507
135082000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13509
13510 * ediff-diff.el (ediff-exec-process): delete --binary option from
13511 non-buffer ediff jobs.
13512
135132000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13514
13515 * hilit-chg.el (highlight-changes-mode): Ask about color or
13516 grayscale support, not about window-system.
13517
13518 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13519 window-system.
13520 (ffap-highlight): Always default to t.
13521
13522 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13523 display-popup-menus-p instead of looking at window-system.
13524
13525 * disp-table.el (standard-display-g1, standard-display-graphic):
13526 Only refuse to use string glyphs on X and MS-Windows.
13527
13528 * avoid.el: Remove window-system from commentary, suggest to use
13529 display-*-p instead.
13530
13531 * apropos.el (apropos-print): Use display-mouse-p instead of
13532 window-system.
13533
135342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13535
13536 * international/codepage.el (cp-decoding-vector-for-codepage):
13537 Fill up unsupported characters with their own codes. From Kenichi
13538 Handa.
13539
135402000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13541
13542 * international/mule-diag.el (describe-char-after): Use
13543 display-graphic-p instead of window-system, so that this function
13544 works on MS-DOS.
13545
135462000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13547
13548 * international/codepage.el (cp-make-coding-systems-for-codepage):
13549 Remove the eight-bit-graphic and eight-bit-control charsets from
13550 the list of charsets which we convert into `?'.
13551
135522000-05-25 Kenichi Handa <handa@etl.go.jp>
13553
13554 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13555 private charsets.
13556 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13557 japanese-jisx0213-2): New charsets.
13558
13559 * international/fontset.el: Setup default fontset for new charsets.
13560
135612000-05-24 Dave Love <fx@gnu.org>
13562
13563 * info.el (Info-find-node-2): Restructure [following "Vadim
13564 S. Solomin" <sovs@uic.nnov.ru>].
13565
13566 * icomplete.el: Fix header for Finder.
13567
135682000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13569
13570 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13571 STAY.
13572
13573 * rmail.el (rmail-automatic-folder-directives): New user variable.
13574 (rmail-show-message): Add call to `rmail-auto-file' during
13575 display.
13576 (rmail-auto-file): New function.
13577
135782000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13579
13580 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13581 account.
13582 (ediff-test-utility,ediff-diff-mandatory-option)
13583 (ediff-reset-diff-options): Utilities for proper initialization of
13584 ediff-diff-options and ediff-diff3-options on Windows.
13585
13586 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13587 variable.
13588
13589 * ediff-mult.el (ediff-filegroup-action): Use
13590 ediff-merge-filename-prefix.
13591
135922000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13593
13594 * viper-ex.el (ex-write): Set selective display to nil.
13595
135962000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13597
13598 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13599 aliases for hebrew-iso-8bit.
13600
136012000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13602
13603 * woman.el: New version from Francis J. Wright
13604 <F.J.Wright@Maths.QMW.ac.uk>.
13605 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13606 names in environment variables regardless of the path separator.
13607 (woman-topic-all-completions-1): Don't call file-name-directory-p
13608 on all files, since woman-file-regexp already filters out any
13609 directories.
13610
136112000-05-24 Kenichi Handa <handa@etl.go.jp>
13612
13613 * international/quail.el (quail-start-translation): Don't change
13614 modified-p of the current buffer.
13615 (quail-start-conversion): Likewise.
13616
13617 * international/kkc.el (kkc-region): Don't change modified-p of
13618 the current buffer.
13619
13620 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13621 conform to RFC1468.
13622 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13623
136242000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13625
13626 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13627 (speedbar-insert-button): Invisible text property fix.
13628 (speedbar-directory-plus): Renamed from speedbar-directory-+
13629 (speedbar-directory-minus): Renamed from speedbar-directory--
13630 (speedbar-page-plus): Renamed from speedbar-file-+
13631 (speedbar-page-minus): Renamed from speedbar-file--
13632 (speedbar-page): Renamed from speedbar-file-
13633 (speedbar-tag): Renamed from speedbar-tag-
13634 (speedbar-tag-plus): Renamed from speedbar-tag-+
13635 (speedbar-tag-minus): Renamed from speedbar-tag--
13636 (speedbar-expand-image-button-alist): Use above renames.
13637
13638 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13639 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13640 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13641 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13642 * sb-pg.xpm: Renamed from sb-file.xpm
13643 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13644 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13645
136462000-05-24 Kenichi Handa <handa@etl.go.jp>
13647
13648 * international/quail.el (quail-show-guidance-buf): Set
13649 current-input-method of the guidance buffer to the name of the
13650 curren input method.
13651
136522000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13653
13654 * progmodes/compile.el (compile-internal): Style typo.
13655
13656 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13657 quote vars and functions in the docstring.
13658
13659 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13660
13661 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13662 Don't quote lambdas.
13663
13664 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13665
136662000-05-23 Gerd Moellmann <gerd@gnu.org>
13667
13668 * startup.el (command-line): Determine source file of compiled
13669 user init file differently. Warn if compiled user init file
13670 is older than its source file.
13671
13672 * ffap.el (ffap-url-regexp): Add `https'.
13673
136742000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13675
13676 * files.el (make-backup-file-name-1): Replace slashes with `!'
13677 rather than `|' (which is not allowed on Windows). Replace the
13678 drive letters with a string "drive_X".
13679
136802000-05-23 Gerd Moellmann <gerd@gnu.org>
13681
13682 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13683
13684 * files.el (interpreter-mode-alist): Add `bash2'.
13685
136862000-05-22 Dave Love <fx@gnu.org>
13687
13688 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13689 mapc.
13690 (feature-file): Avoid calling symbol-name. Doc fix.
13691 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13692 (loadhist-hook-functions): Add mouse-position-function.
13693 (unload-feature): Change uses of mapcar.
13694
13695 * files.el (parse-colon-path): Doc fix.
13696 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13697 (set-auto-mode): Use mapc.
13698
13699 * complete.el (PC-look-for-include-file): Use :alnum: character
13700 class.
13701 (partial-completion-mode): Add autoload cookie.
13702
137032000-05-22 Sam Steingold <sds@gnu.org>
13704
13705 * info.el (Info-fontify-node): Fixed the call to
13706 `add-text-properties' (bug introduced on 2000-05-18).
13707
137082000-05-22 Dave Love <fx@gnu.org>
13709
13710 * bindings.el: Remove debug-ignored-errors set in other files.
13711
13712 * progmodes/etags.el: Add to debug-ignored-errors.
13713 (visit-tags-table-buffer): Clear out buffers holding old tables
13714 when making a new list.
13715 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13716 mapc.
13717
13718 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13719 quote keywords.
13720 (cmpl-string-case-type): Use character classes.
13721
13722 * comint.el:
13723 * textmodes/ispell.el:
13724 * imenu.el:
13725 * mail/mh-e.el:
13726 * progmodes/compile.el: Add to debug-ignored-errors.
13727
13728 * dabbrev.el: Add to debug-ignored-errors.
13729 (dabbrev-completion): Use mapc.
13730
137312000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13732
13733 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13734 (woman-mapcan, woman-parse-man.conf)
13735 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13736 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13737 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13738 path syntax better.
13739 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13740 (woman-manpath): Call woman-parse-man.conf.
13741 (woman-emulation): New defcustom, defaults to nroff.
13742 (woman-font-support): New defconst.
13743 (woman-use-symbol-font): New defcustom.
13744 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13745 "Emulation".
13746 Many functions: Doc fix.
13747
137482000-05-22 Kenichi Handa <handa@etl.go.jp>
13749
13750 * international/quail.el (quail-simple-translation-keymap): Map
13751 128..255 to quail-self-insert-command.
13752 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13753
137542000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13755
13756 * help.el (help-manyarg-func-alist): Typo.
13757
13758 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13759 intervals which makes it heaps simpler.
13760
13761 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13762 the nested comment markers.
13763
13764 * subr.el (remove-hook): Don't turn the hook's value into a list.
13765
137662000-05-21 Dave Love <fx@gnu.org>
13767
13768 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13769 are invalid characters.
13770
13771 * international/mule-util.el (detect-coding-with-priority): Use
13772 mapc. Remove redundant lambda.
13773
13774 * international/mule-diag.el (list-non-iso-charset-chars)
13775 (describe-fontset): Remove redundant lambda.
13776
13777 * emulation/crisp.el (brief-mode): New alias.
13778
13779 * emacs-lisp/ring.el (ring-elements): New function.
13780
13781 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13782 (easy-menu-do-add-item): Use keywordp.
13783
13784 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13785
13786 * replace.el: Doc and error message fixes.
13787 (replace-highlight): Use facep, not internal-find-face.
13788
137892000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13790
13791 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13792
13793 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13794 (log-edit-insert-changelog): Drop `:' as well.
13795
13796 * log-view.el: Fix file description.
13797 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13798 available.
13799 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13800 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13801
13802 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13803 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13804 Print a status message if the toggle is called interactively.
13805 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13806 for global minor modes and use `defcustom' for them.
13807 Use add-minor-mode.
13808 (easy-mmode-define-derived-mode): Remove.
13809 (define-derived-mode): Fancier default docstring.
13810 (easy-mmode-define-navigation): Signal an error rather than (ding).
13811
13812 * newcomment.el (comment-styles): New `box-multi'.
13813 (comment-normalize-vars): Better default for comment-continue to
13814 avoid whitespace-only continuations.
13815 (comment-search-forward): Always move even in the no-syntax case.
13816 (comment-padright): Only obey N if it's only obeyed for padleft.
13817 (comment-make-extra-lines): Better handling of empty continuations.
13818 Use `=' for the filler if comment-start has only one character.
13819 (uncomment-region): Try handling the special `=' filler.
13820 (comment-region): Allow LINES even if MULTI is nil.
13821 (comment-box): Choose box style based on comment-style.
13822
138232000-05-20 Kenichi Handa <handa@etl.go.jp>
13824
13825 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13826 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13827
138282000-05-20 Kenichi HANDA <handa@etl.go.jp>
13829
13830 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13831 and insert, not subst-char-in-region.
13832
13833 * international/mule-diag.el (list-character-sets-1): Handle
13834 charsets eight-bit-control and eight-bit-graphic.
13835 (list-iso-charset-chars): Likewise.
13836 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13837 charactes as is. Use indent-to to align characters.
13838
13839 * international/mule-cmds.el (find-multibyte-characters): Never
13840 exclude charsets eight-bit-control and eight-bit-graphic.
13841
138422000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13843
13844 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13845 Don't quote lambdas.
13846
13847 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13848
138492000-05-19 Gerd Moellmann <gerd@gnu.org>
13850
13851 * gud.el (gud-jdb-directories): Doc fix.
13852
138532000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13854
13855 * newcomment.el: New file.
13856
138572000-05-19 Gerd Moellmann <gerd@gnu.org>
13858
13859 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13860
138612000-05-18 Andreas Schwab <schwab@suse.de>
13862
13863 * dired.el (dired-between-files): Also skip lines beginning with
13864 `used'.
13865
138662000-05-18 Gerd Moellmann <gerd@gnu.org>
13867
13868 * msb.el (msb-menu-cond): Add choice `user'.
13869
138702000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13871
13872 * ps-print.el: Compatibility, customization and doc fix.
13873 (ps-printer-name-option): Replace defconst by defvar.
13874 (ps-postscript-code-directory): XEmacs compatibility.
13875 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13876 fix.
13877 (ps-user-defined-prologue, ps-print-prologue-header)
13878 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13879 compatibility and code fix.
13880 (ps-print-background-image, ps-print-background-text):
13881 Customization fix.
13882 (ps-line-number-start, ps-n-up-on): New vars.
13883
138842000-05-18 Espen Skoglund <esk@ira.uka.de>
13885
13886 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13887 the indent-comment function to just return the appropriate indent.
13888
138892000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13890
13891 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13892 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13893 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13894
138952000-05-18 Dave Love <fx@gnu.org>
13896
13897 * info.el (Info-fontify-node): Add intangible property as well as
13898 invisible.
13899
13900 * calendar/appt.el (appt-make-list): Match all lines of entry.
13901 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13902
139032000-05-18 Kenichi Handa <handa@etl.go.jp>
13904
13905 * international/mule-diag.el (describe-char-after): Call
13906 internal-char-font, not char-font. If internal-char-font returns
13907 nil, display "-- none --".
13908
139092000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13910
13911 * image.el (image-type-available-p): Don't reference image-types
13912 if it isn't bound.
13913
139142000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13915
13916 * autoarg.el (autoarg-mode): Typo in the :set argument.
13917
139182000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13919
13920 * startup.el (command-line-1): Don't signal an error if the
13921 directory for auto-save-list files does not yet exist.
13922
139232000-05-17 Kenichi Handa <handa@etl.go.jp>
13924
13925 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13926
139272000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13928
13929 * subr.el (remove-hook): `setq' hook-value, not `set'.
13930
139312000-05-16 Sam Steingold <sds@gnu.org>
13932
13933 * info.el (debug-ignored-errors): More errors to ignore.
13934
139352000-05-16 Dave Love <fx@gnu.org>
13936
13937 * cus-edit.el: Don't require cl or easymenu.
13938 (custom-variable-prompt): Test standard-value property, not
13939 user-variable-p.
13940
139412000-05-16 Sam Steingold <sds@gnu.org>
13942
13943 * subr.el (add-hook): `setq' hook-value, not `set'.
13944
139452000-05-16 Gerd Moellmann <gerd@gnu.org>
13946
13947 * startup.el (command-line-1): Mention the FAQ in the startup
13948 message.
13949
13950 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13951
13952 * progmodes/compile.el (compilation-parse-errors): Collect
13953 `nomessage' regexps last.
13954
13955 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13956
13957 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13958 to the function name.
13959
139602000-05-15 Dave Love <fx@gnu.org>
13961
13962 * speedbar.el (speedbar-recenter): Typo.
13963 (speedbar-expand-line): Make arg optional.
13964 (speedbar-mode): Avoid a compiler warning.
13965
139662000-05-15 Gerd Moellmann <gerd@gnu.org>
13967
13968 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13969 user-specified option string is empty.
13970
13971 * mouse.el (mouse-yank-at-click): Doc fix.
13972
139732000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13974
13975 * term/internal.el (IT-character-translations): More updates of
13976 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13977 documents.
13978
139792000-05-15 Gerd Moellmann <gerd@gnu.org>
13980
13981 * env.el (getenv): New function, interactively callable.
13982 (setenv, getenv): Remove autoload cookies.
13983
13984 * loadup.el: Load `env'.
13985
13986 * progmodes/f90.el: Change author's mail address.
13987
139882000-05-14 Dave Love <fx@gnu.org>
13989
13990 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13991 goto-addr as an option.
13992
13993 * help.el (help-xref-stack): Doc fix.
13994 (help-xref-following): New variable.
13995 (help-make-xrefs): Use it.
13996 (help-xref-go-back): Use position information from stack element.
13997 (help-follow): Make position in stack element a pair. Use
13998 help-xref-following.
13999
14000 * autoarg.el: New file.
14001
14002 * faces.el: Declare more functions obsolete.
14003
14004 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14005 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14006 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14007 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14008 Remove all the setup-...-environment functions.
14009
140102000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14011
14012 * speedbar.el: Updated the commentary section. xemacs20p now uses
14013 >= when detecting. Require `defimage' safely.
14014 (speedbar-easymenu-definition-base): Add toggle for images.
14015 (speedbar-easymenu-definition-special): Add flush cache & expand.
14016 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14017 (speedbar-reconfigure-keymaps-hook): New variable.
14018 (speedbar-frame-parameters): Updated documentation.
14019 (speedbar-use-imenu-flag): Updated custom tag
14020 (speedbar-dynamic-tags-function-list): New variable.
14021 (speedbar-tag-hierarchy-method): Updated doc & custom.
14022 (speedbar-indentation-width, speedbar-indentation-width) New
14023 variables.
14024 (speedbar-hide-button-brackets-flag): Customizable.
14025 (speedbar-vc-indicator): Doc update.
14026 (speedbar-ignored-path-expressions): Updated default value.
14027 (speedbar-supported-extension-expressions): Updated default value.
14028 (speedbar-syntax-table): Remove {} paren status.
14029 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14030 as "+". Added overlay aliases.
14031 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14032 `force-mode-line-update'.
14033 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14034 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14035 `mouse-set-point'
14036 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14037 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14038 of arbitrary text, and new helper functions.
14039 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14040 filename finder.
14041 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14042 (speedbar-directory-buttons): Update path search/expansion.
14043 (speedbar-make-tag-line): Pay attention to
14044 `speedbar-indentation-width'. Use more care w/ invisible
14045 properties.
14046 (speedbar-change-expand-button-char): Call
14047 `speedbar-insert-image-button-maybe'.
14048 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14049 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14050 (speedbar-trim-words-tag-hierarchy)
14051 (speedbar-simple-group-tag-hierarchy): New functions
14052 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14053 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14054 functions.
14055 (speedbar-mouse-set-point): New function
14056 (speedbar-power-click): Updated documentation.
14057 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14058 of tag prefix text.
14059 (speedbar-expand-line, speedbar-contract-line): Make more robust
14060 to strange text.
14061 (speedbar-expand-line): Takes universal argument to flush the
14062 cache.
14063 (speedbar-flush-expand-line): New function.
14064 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14065 Use new generator insertion method.
14066 (speedbar-fetch-dynamic-tags): New function.
14067 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14068 `speedbar-fetch-dynamic-imenu'.
14069 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14070 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14071 "Revert Buffer" menu items.
14072 (speedbar-buffer-buttons-engine): Be smarter when creating a
14073 filename tag (for expansion purposes.).
14074 (speedbar-highlight-one-tag-line,
14075 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14076 (speedbar-recenter): New functions.
14077 (defimage-speedbar): Image loading abstraction.
14078 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14079 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14080 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14081 (speedbar-tag-type, speedbar-tag-mail): New images.
14082 (speedbar-expand-image-button-alist): New variable.
14083 (speedbar-insert-image-button-maybe): Insert an image over some
14084 buttons.
14085
140862000-05-13 Kenichi Handa <handa@etl.go.jp>
14087
14088 * international/mule-cmds.el (encode-coding-char): An ASCII
14089 character is always encodable.
14090
14091 * international/mule-conf.el: Add more information in descriptions
14092 of character sets.
14093
14094 * international/mule-diag.el (describe-char-after): New function.
14095 (describe-font-internal): Adjusted for the change of font-info.
14096 (describe-font): Likewise.
14097 (print-fontset): Rewritten for the new fontset implementation.
14098 (describe-fontset): Include fontset alias names in completion.
14099 (list-fontsets): Adjusted for the change of print-fontset.
14100
14101 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14102 describe-char-after instead of displaying the detail in the echo
14103 area.
14104 (syntax-code-table): Format changed.
14105 (string-to-syntax): Adjusted for the above change.
14106
141072000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14108
14109 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14110
141112000-05-12 Dave Love <fx@gnu.org>
14112
14113 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14114 dependence. Use line-{beginning,end}-position, not
14115 point-at{b,e}ol. Some doc fixes.
14116 (todo-position): New function. Fix callers of position to use it.
14117 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14118
141192000-05-12 Gerd Moellmann <gerd@gnu.org>
14120
14121 * time.el (display-time-mail-icon): Use `:ascent center'.
14122
14123 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14124 handling FTP security extensions.
14125
141262000-05-11 Dave Love <fx@gnu.org>
14127
14128 * calendar/todo-mode.el: New file.
14129
141302000-05-11 Gerd Moellmann <gerd@gnu.org>
14131
14132 * comint.el (comint-read-input-ring): Move reference to
14133 comint-input-ring-size outside of the save-excursion. It was
14134 causing the default value to be the only one ever seen.
14135
14136 * font-lock.el: Update copyright. Remove Simon Marshall's email
14137 address on request from him.
14138
14139 * subr.el (substitute-key-definition): Add comment describing
14140 the meaning of PREFIX.
14141
141422000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14143
14144 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14145
14146 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14147 (add-minor-mode): Don't make the variable buffer-local and add a
14148 reference to define-minor-mode in the docstring.
14149
14150 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14151 HEADER/FOOTER and fix bug with trailing empty directory.
14152 (cvs-append-to-ignore): Use vc-editable-p if available.
14153 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14154 (vc-do-command): Tweak advice to handle the new VC.
14155
14156 * log-view.el (log-view-goto-rev): New function for the new VC.
14157 (log-view-minor-wrap): Use mark-active.
14158
14159 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14160 (log-edit-changelog-full-paragraphs): New var.
14161 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14162 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14163 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14164 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14165 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14166 Replace the `cvs' prefix with `log-edit'.
14167
14168 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14169
14170 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14171 (diff-font-lock-defaults): Explicitly turn off multiline.
14172 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14173 (diff-ediff-patch): Fix call to ediff-patch-file.
14174 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14175 Handle comments.
14176
14177 * frame.el (automatic-hscrolling): Typo.
14178
14179 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14180
141812000-05-09 Sam Steingold <sds@goems.com>
14182
14183 * apropos.el (apropos-print): use `describe-face' instead of
14184 `customize-face-other-window'.
14185
141862000-05-09 Dave Love <fx@gnu.org>
14187
14188 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14189
14190 * help.el (describe-variable): Have customize button pop the
14191 help-xref stack when invoked.
14192 (help-xref-symbol-regexp): Add `face'.
14193 (help-make-xrefs): Check for quoted face names and adapt regexp
14194 submatch numbers to cope.
14195 (help-xref-interned): Maybe insert face doc too. Separate
14196 sections with a line of hyphens.
14197
14198 * faces.el: Some doc fixes. Declare some functions obsolete.
14199 (describe-face): Add customize button. Return the help
14200 text. Fix prompt.
14201
142022000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14203
14204 * term/internal.el (IT-character-translations): Fix last change.
14205
142062000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14207
14208 * woman.el: New file
14209 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14210
142112000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14212
14213 * term/internal.el (IT-character-translations): Update ASCII
14214 simulations for greek-iso8859-7, add latin-iso8859-14 and
14215 latin-iso8859-15.
14216
14217 * international/mule-cmds.el (set-language-info-alist): Call
14218 define-prefix-command with 3 arguments, to make the map suitable
14219 for a menu.
14220
142212000-05-07 Dave Love <fx@gnu.org>
14222
14223 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14224
142252000-05-05 Dave Love <fx@gnu.org>
14226
14227 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14228 list in doc string. Don't quote keyword symbols.
14229 * emacs-lisp/cl.el: Likewise
14230 * emacs-lisp/cl-seq.el: Likewise
14231
142322000-05-05 Gerd Moellmann <gerd@gnu.org>
14233
14234 * abbrev.el (abbrev-mode): Make ARG optional.
14235
142362000-05-04 Gerd Moellmann <gerd@gnu.org>
14237
14238 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14239
14240 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14241
14242 * subr.el (substitute-key-definition): Clarify documentation.
14243
142442000-05-04 Milan Zamazal <pdm@freesoft.cz>
14245
14246 * glasses.el (glasses-convert-to-unreadable): Use
14247 `glasses-separator' instead of the hard-wired "_".
14248 (glasses-mode): Call `glasses-make-unreadable' only in a single
14249 place.
14250
142512000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14252
14253 * term/internal.el (cjk-codepages-alist): Add associations for
14254 Chinese and Korean codepages. Remove FIXME comment.
14255
142562000-05-03 Dave Love <fx@gnu.org>
14257
14258 * time.el (display-time-mail-face, display-time-use-mail-icon):
14259 New option.
14260 (display-time-mail-icon): New variable.
14261 (display-time-string-forms): Use the above. Fix the local-map.
14262
142632000-05-03 Gerd Moellmann <gerd@gnu.org>
14264
14265 * replace.el (query-replace-map): Add binding for `E'.
14266 (query-replace-help): Extend help text.
14267 (perform-replace): Allow editing the replacement string.
14268
14269 * make-mode.el (makefile-mode-abbrev-table): New variable.
14270 (makefile-mode): Set local abbrev table to
14271 makefile-mode-abbrev-table.
14272 (makefile-font-lock-keywords): Fontify includes and conditionals.
14273
14274 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14275 set TOGGLE's value.
14276
14277 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14278 mail-interactive-insert-alias.
14279 (mail-abbrev-complete-alias): New command.
14280 (mail-mode-map): Bind it to `M-TAB'.
14281
142822000-05-03 Kenichi Handa <handa@etl.go.jp>
14283
14284 * language/lao-util.el (lao-compose-region): New function.
14285
142862000-05-02 Gerd Moellmann <gerd@gnu.org>
14287
14288 * files.el (recover-session): Make directories as necessary
14289 if they don't exist yet.
14290
14291 * calendar/cal-french.el
14292 (french-calendar-multibyte-special-days-array)
14293 (french-calendar-special-days-array): Change French text.
14294 (calendar-french-date-string): Change output.
14295 (calendar-goto-french-date): Likewise.
14296
142972000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14298
14299 * wid-edit.el (widget-default-active): Obey `:always-active'.
14300 (widget-documentation-string-value-create): Set `:always-active'.
14301
143022000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14303
14304 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14305 default prefix to `~/_emacs.d/auto-save.list/_s'.
14306 (normal-top-level): Create the directory for auto-save files, if
14307 it doesn't already exist (in the ms-dos case only).
14308
143092000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14310
14311 * international/mule-cmds.el (set-language-environment): Don't
14312 concat an integer (dos-codepage), use format instead.
14313
143142000-05-02 Dave Love <fx@gnu.org>
14315
14316 * help.el (help-xref-on-pp): Check for constant symbols.
14317
143182000-04-29 Gerd Moellmann <gerd@gnu.org>
14319
14320 * startup.el (normal-top-level): Put a condition-case around
14321 the code loading subdirs.el.
14322
143232000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14324
14325 * ps-print.el: Upside-down and face background color printing,
14326 line number step, doc fix.
14327 (ps-print-version): New version number (5.2).
14328 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14329 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14330 (ps-spool-config): Var fix.
14331 (ps-printer-name-option): Const fix.
14332 (ps-print-upside-down, ps-use-face-background)
14333 (ps-line-number-step): New vars.
14334 (ps-window-system, ps-lp-system): New consts.
14335 (ps-face-background): New fun.
14336
143372000-04-28 Richard Stallman <rms@gnu.org>
14338
14339 * files.el (make-auto-save-file-name):
14340 Apply auto-save-file-name-transforms to visited file name
14341 before generating auto save file name.
14342 (auto-save-file-name-transforms): New variable.
14343
14344 * files.el (backup-enable-predicate):
14345 Correctly test for a file under a temporary directory.
14346
143472000-04-28 Gerd Moellmann <gerd@gnu.org>
14348
14349 * subr.el (add-minor-mode): Rewritten.
14350
143512000-04-28 Kenichi Handa <handa@etl.go.jp>
14352
14353 * mail/sendmail.el (sendmail-send-it): Set
14354 buffer-file-coding-system to the selected coding system for MIME
14355 header.
14356
143572000-04-27 Gerd Moellmann <gerd@gnu.org>
14358
14359 * dired.el (dired-move-to-filename-regexp): Allow format where
14360 YYYY is followed by two spaces.
14361
14362 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14363 in the second character class of the regexp.
14364
14365 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14366 mh-etc, too.
14367
14368 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14369 nil.
14370
14371 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14372
14373 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14374 argument.
14375
143762000-04-27 Sen Nagata <sen@eccosys.com>
14377
14378 * emacs-lisp/crm.el (crm-completion-table): New variable.
14379 (crm-collection-fn, crm-test-completion)
14380 (completing-read-multiple): Use it.
14381
143822000-04-27 Dave Love <fx@gnu.org>
14383
14384 * help.el (locate-library): Use mapc.
14385 (help-manyarg-func-alist): Add call-process-region.
14386
143872000-04-26 Gerd Moellmann <gerd@gnu.org>
14388
14389 * subr.el (add-minor-mode): Make argument MAP optional.
14390
14391 * desktop.el (desktop-save): Save list of minor modes.
14392 (desktop-create-buffer): Restore minor modes.
14393 (desktop-minor-mode-table): New user-option.
14394
14395 * subr.el (add-minor-mode): New function.
14396
14397 * image.el (find-image): New function.
14398 (defimage): Rewritten to find image at load time.
14399
14400 * startup.el (normal-top-level-add-to-load-path): Handle
14401 case that the default directory is not in load-path.
14402
14403 * help.el: Old patch from Stefan Monnier.
14404 (help-xref-on-pp): New function.
14405 (describe-variable): Use it to display xrefs in a symbol's value.
14406
144072000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14408
14409 * cus-edit.el (custom-face): Fix parenthesis.
14410
144112000-04-26 Kenichi Handa <handa@etl.go.jp>
14412
14413 * mail/rmail.el (rmail-expunge): When there are no deleted
14414 messages, do nothing.
14415
144162000-04-26 Dave Love <fx@gnu.org>
14417
14418 * international/mule-cmds.el (locale-translation-file-name):
14419 Defvar to nil.
14420 (set-locale-environment): Set it here (at runtime).
14421
144222000-04-25 Gerd Moellmann <gerd@gnu.org>
14423
14424 * replace.el (perform-replace): Add parameters START and END. Use
14425 them instead of the check for a region in Transient Mark mode.
14426 (query-replace-read-args): Return two more list elements for the
14427 start and end of the region in Transient Mark mode.
14428 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14429 (map-query-replace-regexp, replace-string, replace-regexp): Add
14430 optional last arguments START and END and pass them to
14431 perform-replace.
14432
14433 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14434 form with additional arguments for perform-replace.
14435
14436 * progmodes/etags.el (tags-query-replace): Add parameters START
14437 and END. Construct a form with additional arguments for
14438 perform-replace.
14439
14440 * simple.el (shell-command): Set default directory for "*Shell
14441 Command Output" buffer.
14442
14443 * language/european.el (iso-latin-4): Fix typo.
14444
14445 * emacs-lisp/crm.el: New file.
14446
144472000-04-24 Dave Love <fx@gnu.org>
14448
14449 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14450 (Custom-reset-saved, Custom-reset-standard)
14451 (custom-group-value-create, custom-group-set, custom-group-save)
14452 (custom-group-reset-current, custom-group-reset-saved)
14453 (custom-group-reset-standard): Use mapc.
14454 (custom-buffer-create-internal): Disable undo when creating items.
14455 Use mapc.
14456 (custom-face): Avoid redundant lambda.
14457
144582000-04-24 Gerd Moellmann <gerd@gnu.org>
14459
14460 * startup.el (auto-save-list-file-prefix): Set default to
14461 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14462
144632000-04-24 Sam Steingold <sds@gnu.org>
14464
14465 * time-stamp.el (time-stamp-string-preprocess): Always convert
14466 `field-result' to a string.
14467
144682000-04-24 Gerd Moellmann <gerd@gnu.org>
14469
14470 * frame.el (scrolling): New group.
14471 (automatic-hscrolling): New user-option.
14472
14473 * startup.el (command-line-x-option-alist): Add `-lsp' and
14474 `--line-spacing'.
14475
144762000-04-19 Dave Love <fx@gnu.org>
14477
14478 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14479 (cl-mapc): Rename from mapc. Fix the funcall.
14480
144812000-04-19 Gerd Moellmann <gerd@gnu.org>
14482
14483 * simple.el (clone-indirect-buffer-other-window): New command.
14484 (clone-indirect-buffer): Add optional arg NORECROD.
14485 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14486
14487 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14488
14489 * window.el (count-screen-lines): New function.
14490 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14491 instead of window-buffer-height.
14492
14493 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14494 non-existing variable comint-input-sentinel.
14495 (inferior-lisp-args-to-list): Removed.
14496 (inferior-lisp): Use split-string instead of
14497 inferior-lisp-args-to-list.
14498
14499 * hexl.el (hexl-insert-hex-string): New command.
14500
14501 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14502 instead of concat.
14503
145042000-04-18 Gerd Moellmann <gerd@gnu.org>
14505
14506 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14507 at the start of an existing but empty folder.
14508
145092000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14510
14511 * ps-mule.el: Customization fix, doc fix.
14512 (ps-multibyte-buffer): Customization fix.
14513
145142000-04-17 Richard M. Stallman <rms@gnu.org>
14515
14516 * subr.el (read-passwd): Use read-char-exclusive.
14517
145182000-04-17 Gerd Moellmann <gerd@gnu.org>
14519
14520 * textmodes/texinfo.el (texinfo-insert-@email)
14521 (texinfo-insert-@emph, texinfo-insert-@quotation)
14522 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14523 (texinfo-mode-map): Add key bindings for them.
14524
14525 * files.el (basic-save-buffer-2): Use a template with `$'
14526 instead of `#' for VMS.
14527
14528 * simple.el (clone-indirect-buffer): New function.
14529
145302000-04-16 Stephen Eglen <stephen@gnu.org>
14531
14532 * iswitchb.el (iswitchb-case): New function. If the user input
14533 contains any upper-case characters, the search is made
14534 case-sensitive.
14535
145362000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14537
14538 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14539 comment-end.
14540 (texinfo-font-lock-syntactic-keywords): New var.
14541 (texinfo-font-lock-keywords): Remove comment regexp.
14542 (texinfo-insert-block): New function.
14543 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14544 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14545 and font-lock-defaults. Use regexp-opt for outline-regexp.
14546 (texinfo-environments): New var.
14547 (texinfo-environment-regexp): Use regexp-opt and
14548 texinfo-environments.
14549
14550 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14551 ispell-process is bound since this might be eval'd before ispell
14552 is loaded.
14553 (ispell-message): Use a tiny bit less magic and a bit more hard
14554 data to figure out what kind of sc-cite-regexp to use.
14555
14556 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14557
14558 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14559 (insert-cyclic-diary-entry): Unquote the lambda.
14560
14561 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14562
14563 * files.el (backup-enable-predicate): Unquote the lambda.
14564
14565 * cus-edit.el (custom-face, face): Unquote the lambda.
14566
145672000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14568
14569 * ps-print.el: Check for line-beginning-position definition.
14570
14571 * ps-print.el: Fix counting lines in a region.
14572 (ps-print-version): New version number (5.1.5).
14573 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14574 (ps-printing-region): Fun code fix.
14575
145762000-04-15 Gerd Moellmann <gerd@gnu.org>
14577
14578 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14579 to file-directory-p.
14580
145812000-04-14 Gerd Moellmann <gerd@gnu.org>
14582
14583 * gud.el (gud-jdb-build-source-files-list): Check that directory
14584 exists before calling directory-files.
14585
145862000-04-13 Dave Love <fx@gnu.org>
14587
14588 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14589 syntax.
14590
14591 * emacs-lisp/cl-specs.el: Remove when, unless.
14592
14593 * emacs-lisp/cl-extra.el: Don't quote keywords.
14594 (cl-old-mapc): New variable.
14595 (mapc): Use it.
14596 (cl-map-intervals): Use with-current-buffer. Don't check for
14597 next-property-change.
14598 (cl-map-overlays): Use with-current-buffer.
14599 (cl-expt): Remove.
14600 (copy-tree, remprop): Define unconditionally.
14601
14602 * emacs-lisp/cl-compat.el (keywordp): Remove.
14603
14604 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14605 to use keywordp.
14606 (edebug-spec): Enable keywordp.
14607
14608 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14609 string-lessp.
14610
14611 * cus-start.el: Use keywordp.
14612
146132000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14614
14615 * diary-lib.el (include-other-diary-files): Fix the fix of
14616 2000-02-18 by doing a save-excursion.
14617
146182000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14619
14620 * ps-print.el: Customization fix, doc fix.
14621 (ps-print-version): New version number (5.1.4).
14622 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14623 (ps-print-preprint): Adjust code.
14624 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14625 (ps-print-prologue-header, ps-print-control-characters)
14626 (ps-spool-config): Customization fix.
14627
146282000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14629
14630 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14631 converted to the new menu-item format, names silightly changed,
14632 help strings added.
14633
14634 Support for spelling without async subprocesses:
14635
14636 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14637 (ispell-session-buffer): New variables.
14638 (ispell-start-process, ispell-process-status,
14639 ispell-accept-output, ispell-send-string): New functions, for
14640 Ispell invocation when async subprocesses aren't supported.
14641 (ispell-word, ispell-pdict-save, ispell-command-loop,
14642 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14643 to process-send-string with calls to ispell-send-string, and
14644 accept-process-output with ispell-accept-output.
14645 (ispell-init-process): Call ispell-process-status instead of
14646 process-status with.
14647 (ispell-init-process): Call ispell-start-process. Call
14648 ispell-accept-output and ispell-send-string. Don't call
14649 process-kill-without-query and kill-process if they are unbound.
14650 (ispell-async-processp): New function.
14651
146522000-04-12 Dave Love <fx@gnu.org>
14653
14654 * info.el: Add debug-ignored-errors.
14655 (Info-mode-menu): Add some items.
14656 (Info-directory): Add autoload cookie.
14657
14658 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14659 Modify `truncate-lines'. Make `describe-language-environment'
14660 always visible and add help. Modify `describe-key' help. Invoke
14661 Info-directory from `info'. New entry `emacs-manual'.
14662
146632000-04-10 Gerd Moellmann <gerd@gnu.org>
14664
14665 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14666 propertized-buffer-identification.
14667 (ebrowse-update-member-buffer-mode-line): Likewise.
14668 (ebrowse--mode-strings): Removed.
14669 (ebrowse--mode-line-props): Removed.
14670
14671 * files.el (auto-mode-alist): Add `EBROWSE'.
14672
14673 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14674 space before testing for end of buffer.
14675 (ebrowse-load): Removed.
14676 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14677 (ebrowse-create-tree-buffer): Rewritten.
14678 (ebrowse-tree-mode): Read tree from buffer.
14679
14680 * progmodes/ebrowse-ffh.el: Removed.
14681
146822000-04-10 Kenichi Handa <handa@etl.go.jp>
14683
14684 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14685
146862000-04-10 Gerd Moellmann <gerd@gnu.org>
14687
14688 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14689 at the wrong place.
14690
146912000-04-09 Dave Love <fx@gnu.org>
14692
14693 * files.el (backup-enable-predicate): Use
14694 temporary-file-directory, small-temporary-file-directory.
14695 (make-backup-file-name-function, backup-directory-alist): New
14696 variables.
14697 (make-backup-file-name-1): New function.
14698 (make-backup-file-name): Use it.
14699 (find-backup-file-name): Likewise. Use format for clarity, not
14700 concat.
14701 (file-newest-backup): Use make-backup-file-name.
14702
147032000-04-09 Gerd Moellmann <gerd@gnu.org>
14704
14705 * progmodes/ebrowse-ffh.el: New file.
14706
14707 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14708 to ebrowse-ffh.el.
14709 (ebrowse-load): Add autoload.
14710
14711 * finder.el (finder-commentary): Add autoload cookie.
14712
14713 * mail/rfc2368.el: Correct author's email address.
14714
14715 * progmodes/ebrowse.el: New file.
14716
14717 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14718 item help string.
14719 (easy-menu-do-add-item): Ditto.
14720 (easy-menu-define): Extend doc string.
14721
14722 * jit-lock.el (with-buffer-unmodified): Use
14723 restore-buffer-modified-p.
14724 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14725 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14726 with-buffer-unmodified.
14727
147282000-04-08 Dave Love <fx@gnu.org>
14729
14730 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14731 unless, when.
14732
147332000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14734
14735 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14736 (viper-flash-search-pattern): No operation when using Emacs
14737 doesn't support face.
14738 Use `viper-put-on-search-overlay'.
14739
147402000-04-04 Gerd Moellmann <gerd@gnu.org>
14741
14742 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14743 like C-r.
14744
14745 * progmodes/make-mode.el: Some doc fixes.
14746 (makefile-mode-abbrev-table): New variable.
14747 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14748 (makefile-font-lock-keywords): Fontify includes and conditionals.
14749 (toplevel): Require `dabbrev' and `add-log' when compiling.
14750
14751 * replace.el (perform-replace): Don't move forward one char
14752 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14753 to do that because it leaves point 1 position after the last
14754 replacement, after everything has been replaced.
14755
14756 * jit-lock.el (with-buffer-unmodified): New macro.
14757 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14758 modified state.
14759 (jit-lock-function-1): Extracted from jit-lock-function; not
14760 preserving buffer's modified state.
14761 (jit-lock-function, jit-lock-stealth-fontify): Call
14762 jit-lock-function-1.
14763
14764 * mail/rfc2368.el: Remove supernumerary copyright line.
14765
147662000-04-04 Milan Zamazal <pdm@freesoft.cz>
14767
14768 * glasses.el: Provide facilities for inserting space before left
14769 parentheses and uncapitalization of identifiers.
14770 (glasses-mode): Try to remove old overlays in all cases.
14771
147722000-04-03 Gerd Moellmann <gerd@gnu.org>
14773
14774 * progmodes/compile.el (compile-internal): Display the compilation
14775 buffer in a different frame, if it's already displayed there.
14776
14777 * mail/rfc2368.el: New file.
14778
14779 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14780 header and insert its value as mail body.
14781
14782 * subr.el (member-ignore-case): New function.
14783
14784 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14785 (dabbrev--find-expansion): Ignore buffers matching a regexp
14786 from dabbrev-ignored-regexps.
14787
14788 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14789 to extensions handled by gzip.
14790
147912000-04-03 Richard M. Stallman <rms@gnu.org>
14792
14793 * files.el (insert-directory): List the total free space
14794 along with the used space.
14795
14796 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14797 line is followed by one that matches CITATION-REGEXP, end the
14798 paragraph.
14799
148002000-04-03 Markus Rost <rost@delysid.gnu.org>
14801
14802 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14803 (rmail-make-basic-summary-line): Use that option.
14804
148052000-04-03 Kenichi Handa <handa@etl.go.jp>
14806
14807 * international/mule-cmds.el (encoded-string-description):
14808 Rewritten. Try pretty description for ISO 2022 escape sequences
14809 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14810 for hexadecimal format.
14811
148122000-04-01 Dave Love <fx@gnu.org>
14813
14814 * cpp.el: Change customization group to `c' from `C'.
14815
14816 * vcursor.el (vcursor-move): Use display-color-p.
14817
14818 * international/mule-util.el: Provide mule-utils.
14819 (string-to-sequence): Simplify and speed up.
14820
14821 * international/mule.el (make-coding-system): Purecopy doc-string.
14822
14823 * international/mule-cmds.el: Various menu changes.
14824 (describe-specified-language-support): Handle `Default'.
14825 (set-language-info): Purecopy `info'.
14826
148272000-03-31 Andrew Innes <andrewi@gnu.org>
14828
14829 * vc.el (vc-backend-diff): Return the correct status if we had to
14830 retry the rcsdiff command without the --brief option.
14831
148322000-03-31 Dave Love <fx@gnu.org>
14833
14834 * help.el (help-manyarg-func-alist): Correct several omissions.
14835
14836 * add-log.el: Don't require cl, fortran.
14837 (add-log-current-defun-function): Doc fix.
14838 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14839 fix.
14840 (change-log-version-rcs): Function deleted.
14841 (change-log-version-number-search): Doc fix. Use
14842 vc-workfile-version. Avoid CL dolist.
14843 (add-change-log-entry): Just call add-log-current-defun to get
14844 defun. Simplify somewhat.
14845 (change-log-get-method-definition-1): Likewise.
14846 (add-log-current-defun): Return nil if calling
14847 add-log-current-defun-function does so. Move Fortran stuff to
14848 fortran.el. Return string without properties.
14849
14850 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14851 and :alpha: char classes.
14852
14853 * mail/supercite.el: Defvar curline when compiling.
14854 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14855 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14856 rather than a-zA-Z0-9 to allow non-ASCII characters.
14857
148582000-03-31 Gerd Moellmann <gerd@gnu.org>
14859
14860 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14861
14862 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14863 Re-enable new code.
14864
14865 * lpr.el (print-region-1): Use -d to specify printer name for
14866 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14867
148682000-03-31 Dave Love <fx@gnu.org>
14869
14870 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14871 for function definition in symbol's function value slot first
14872 instead of first consulting byte-compile-function-environment.
14873
148742000-03-31 Kenichi Handa <handa@etl.go.jp>
14875
14876 * language/european.el ("Polish"): New language environment.
14877 (setup-polish-environment): New function.
14878
148792000-03-30 Gerd Moellmann <gerd@gnu.org>
14880
14881 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14882 Disable new code.
14883
14884 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14885 trying to `load' the symbol of an autoload instead of the file
14886 recorded in the autoload. Fix error messages.
14887
148882000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14889
14890 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14891 (ps-print-version): New version number (5.1.3).
14892 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14893 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14894 (ps-generate-postscript-with-faces): Code fix.
14895 (ps-color-values): XEmacs compatibility.
14896 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14897 (ps-default-fg, ps-default-bg): Adjust customization.
14898 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14899 (ps-color-scale): Renaming old ps-color-value fun.
14900 (ps-print-headers): Replace ps-print-header group to avoid conflict
14901 with ps-print-header variable.
14902 (ps-print-miscellany): New group.
14903 (ps-format-color, ps-rgb-color): New funs.
14904 (ps-default-foreground): New var.
14905 (ps-printer-name-option): New const.
14906
149072000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14908
14909 * net/net-utils.el:
14910 (network-connection-host, network-connection-service): New variables
14911 (network-connection-mode): New mode, derived from comint-mode
14912 (network-connection-mode-setup): New function, saves host and
14913 service information in local variables.
14914
14915 * lisp/locate.el:
14916 (locate-word-at-point): Added this function
14917 (locate): Default to using locate-word-at-point as input
14918 Run dired-mode-hook
14919
149202000-03-29 Dave Love <fx@gnu.org>
14921
14922 * calendar/appt.el: Doc fixes.
14923 (appt-check): Convert min-to-app to a string before passing to
14924 appt-disp-window-function or concat.
14925 (appt-delete-window): Remove test for frame-root-window.
14926 (appt-select-lowest-window, appt-convert-time): Simplify.
14927
14928 * emacs-lisp/bytecomp.el: Doc fixes.
14929 (byte-compile-file-form-autoload): Update
14930 byte-compile-function-environment.
14931
149322000-03-29 Andreas Schwab <schwab@suse.de>
14933
14934 * emacs-lisp/autoload.el: Also print defsubst doc string
14935 specially.
14936
14937 * dired.el (dired-insert-directory): If dired-free-space-program
14938 failed just delete its output.
14939
149402000-03-29 Dave Love <fx@gnu.org>
14941
14942 * international/iso-cvt.el: Move provide to end. Doc fixes.
14943 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14944 (iso-iso2sgml, iso-sgml2iso): New functions.
14945 (iso-cvt-define-menu): Fix some entries and use backquote for
14946 clarity.
14947
14948 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14949
149502000-03-28 Gerd Moellmann <gerd@gnu.org>
14951
14952 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14953 ISO-DATE. If non-nil, return date in ISO 8601 format.
14954
149552000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14956
14957 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14958 if it ever becomes used.
14959 (log-edit-mode-hook): Default to vc-log-mode-hook.
14960 (log-edit-mode): Fix the docstring.
14961
14962 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14963 the code.
14964
149652000-03-26 Dave Love <fx@gnu.org>
14966
14967 * net/browse-url.el (browse-url): Re-fix case of
14968 browse-url-browser-function being an alist.
14969 (browse-url): Add :link to defgroup.
14970
14971 * files.el: Doc fixes.
14972 (file-truename): Include `[' in wildcard characters.
14973 (automount-dir-prefix): Customize.
14974 (find-file-wildcards): Add :version.
14975 (find-file-noselect): Simplify a mapcar call.
14976
14977 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14978 compatible with inf-lisp version.
14979 (eval-defun-1): Fix custom-declare-variable case.
14980
149812000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14982
14983 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14984
149852000-03-24 Gerd Moellmann <gerd@gnu.org>
14986
14987 * Makefile (COMPILE_FIRST): New macro.
14988 (compile-files): Compile files from COMPILE_FIRST first.
14989
14990 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14991 code.
14992
14993 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14994 matching open parenthesis in column 0 to defun-prompt-regexp
14995 only if open-paren-in-column-0-is-defun-start is set.
14996
14997 * sun-curs.el: Require CL at compile-time only.
14998
14999 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15000 instead of copy-list which is a function from CL.
15001 (msb--choose-menu, msb--mode-menu-cond)
15002 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15003 (msb--init-file-alist): Use mapcar instead of mapcan.
15004 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15005 `(' in column 0 in doc string.
15006 (msb--add-separators): Use mapcar instead of mapcan.
15007
15008 * cus-dep.el: Require CL at compile-time only.
15009
150102000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15011
15012 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15013 (byte-compile-warnings): New warning `noruntime'.
15014 (byte-compile-constants, byte-compile-variables): Fix docstring.
15015 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15016 execute `eval-whenc-compile's body.
15017 (byte-compile-unresolved-functions): Fix docstring.
15018 (byte-compile-eval): New function.
15019 (byte-compile-callargs-warn): Check if the function will be available
15020 at runtime (via property `byte-compile-noruntime').
15021 (byte-compile-print-syms): New function.
15022 (byte-compile-warn-about-unresolved-functions): Also warn about
15023 `noruntime' functions (and use `byte-compile-print-syms').
15024 (byte-compile-file): Capitalize the message.
15025
150262000-03-24 Gerd Moellmann <gerd@gnu.org>
15027
15028 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15029 (rmail-expunge): Ask for confirmation depending on the setting
15030 of rmail-confirm-expunge.
15031
150322000-03-23 Gerd Moellmann <gerd@gnu.org>
15033
15034 * Makefile (bootstrap-clean): If $(emacs) exists, build
15035 loaddefs.el first. A loaddefs.el that's not up-to-date might
15036 cause a bootstrap failure because things don't autoload as
15037 expected.
15038
150392000-03-23 Dave Love <fx@gnu.org>
15040
15041 * net/browse-url.el: Restore previous use of
15042 browse-url-maybe-new-window.
15043
150442000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15045
15046 * ps-print.el: Skip banner page fix.
15047 (ps-print-version): New version number (5.1.2).
15048 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15049
150502000-03-23 Dave Pearson <davep@davep.org>
15051
15052 * net/quickurl.el Changed the type of parameter passed to the
15053 function defined by `quickurl-format-function'. Before only the
15054 text of the URL was passed. Now the whole URL structure is passed
15055 and the function is responsible for extracting the parts it
15056 requires. Changed the default of `quickurl-format-function'
15057 accordingly.
15058 (quickurl-insert): Changed the `funcall' of
15059 `quickurl-format-function' to match the above change.
15060 (quickurl-list-insert): Changed the `url' case so that it makes
15061 use of `quickurl-format-function', previous to this the format was
15062 hard wired.
15063
150642000-03-22 Gerd Moellmann <gerd@gnu.org>
15065
15066 * startup.el: Change some spellings for the X Window System.
15067
150682000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15069
15070 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15071 up the code and the regexp and make sure the cursor is temporarily
15072 moved to the suspicious line while querying the user.
15073
150742000-03-22 Jason Rumney <jasonr@gnu.org>
15075
15076 * w32-fns.el (w32-charset-info-alist): Initialize.
15077
150782000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15079
15080 * ps-print.el: N-up last page fix.
15081 (ps-print-version): New version number (5.1.1).
15082 (ps-end-file, ps-end-job, ps-generate): Code fix.
15083
150842000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15085
15086 * files.el (find-file-run-dired): Update docstring.
15087 (find-directory-functions): New hook.
15088 (find-file-noselect): Run find-directory-functions rather than
15089 calling dired directly.
15090
15091 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15092
15093 * pcvs.el: Add a minimal leading commentary.
15094 (cvs-make-cvs-buffer): Change the header part by removing the startup
15095 message and adding a `Module' entry. Also replace the FOOTER and
15096 HEADER special fileinfos with the new support in ewoc for updating
15097 its own footer and header.
15098 (cvs-update-header): Update to use the header/footer of the ewoc.
15099 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15100 (cvs-is-within-p): New function.
15101 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15102 to only examine some subset of the buffers.
15103
15104 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15105 `format' instead of our own ad-hoc functions.
15106 Remove HEADER and FOOTER cases, now handled in the EWOC.
15107 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15108
15109 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15110 output to avoid scaring the user.
15111 (cvs-parse-table): Catch message for non-up-to-date commits.
15112
15113 * pcvs-defs.el (cvs-startup-message): Remove.
15114 (cvs-global-menu): New autoloaded menu.
15115
15116 * pcvs-util.el (cvs-string-fill): Remove.
15117
15118 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15119 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15120 PP part of it and also make it work for footers and headers.
15121 (ewoc-create): Drop POS and BUFFER arguments.
15122 Use the DLL's dummy node to store the end-of-footer position.
15123 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15124 (ewoc-refresh): Remove unused `header' variable.
15125 (ewoc-(get|set)-hf): New functions.
15126
15127 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15128 log-view-*-(message|file) and use easy-mmode-define-navigation.
15129 (log-view-message-re): Match SCCS format as well.
15130 And match the revision line rather than the dashed separator line.
15131 (log-view-mode): Use the new define-derived-mode.
15132 (log-view-current-tag): Fill in with an actual implementation.
15133
15134 * cvs-status.el (cvs-status-(prev|next)): Rename from
15135 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15136 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15137 to let the output "breathe" a little more (more readable).
15138 (cvs-status-mode): Use the new define-derived-mode.
15139
15140 * smerge-mode.el (smerge-auto-leave): New function and variable.
15141 (smerge-basic-map): Rename from smerge-basic-keymap.
15142 Change the bindings for smerge-diff-*.
15143 (smerge-*-map): Use easy-mmode-defmap.
15144 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15145 (smerge-keep-*): Use smerge-auto-leave.
15146
151472000-03-21 Jason Rumney <jasonr@gnu.org>
15148
15149 * cus-edit.el (custom-button-face): Use 3D look for w32.
15150 (custom-button-pressed-face): Likewise.
15151
151522000-03-21 Gerd Moellmann <gerd@gnu.org>
15153
15154 * progmodes/etags.el (tags-case-fold-search): New user-option.
15155 (tags-loop-eval): New function. Bind case-fold-search around eval
15156 depending on the value of tags-case-fold-search.
15157 (tags-loop-continue): Use tags-loop-eval.
15158 (find-tag-in-order): Bind case-fold-search depending on the value
15159 of tags-case-fold-search.
15160
151612000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15162
15163 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15164 (diff-end-of-hunk): Return the end position for use in
15165 `easy-mmode-define-navigation'.
15166 (diff-recenter): Remove.
15167 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15168 of `easy-mmode-define-navigation'.
15169 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15170 previous renaming) and fix to use new names.
15171 (diff-merge-strings): Use \n as separator: simpler, faster.
15172 (diff-mode): Use `define-derived-mode'.
15173
15174 * derived.el (define-derived-mode): Don't autoload anymore.
15175 Prefer the macro-only version provided by easy-mmode.el.
15176
15177 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15178 `easy-mmode-define-derived-mode'.
15179 Use `combine-run-hooks'.
15180 (easy-mmode-define-navigation): New macro.
15181
15182 * subr.el (combine-run-hooks): New function.
15183
151842000-03-21 Kenichi HANDA <handa@etl.go.jp>
15185
15186 * term/x-win.el: Fontsets related initialization is simplified.
15187
15188 * international/mule-diag.el (describe-font): Don't refer to
15189 global-fontset-alist, instead call font-list.
15190 (describe-fontset, list-fontsets, mule-diag): Likewise.
15191 (print-fontset): Adjusted for the change of fontset
15192 implementation.
15193
15194 * international/fontset.el (x-charset-registries): Variable
15195 removed, instead the corresponding data is stored in the default
15196 fontset.
15197 (register-alternate-fontnames): Function removed.
15198 (resolved-ascii-font): Variable removed.
15199 (x-compose-font-name): Ignore the second argument REDOCE.
15200 (x-complement-fontset-spec): Complement only an ASCII font and
15201 element for those charsets than can use that ASCII font.
15202 (generate-fontset-menu): Don't refer to global-fontset-alist,
15203 instead call fontset-list.
15204 (uninstantiated-fontset-alist): Variable removed.
15205 (x-style-funcs-alist): Likewise.
15206 (fontset-default-styles): Likewise.
15207 (x-modify-font-name): Function removed.
15208 (create-fontset-from-fontset-spec): Ignore the argument
15209 STYLE-VARIANT.
15210 (create-fontset-from-ascii-font): Docsting adjusted for the above
15211 change.
15212 (instantiate-fontset, resolve-fontset-name): Functions removed.
15213 (fontset-list): Now implemented by C code.
15214
15215 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15216 (describe-face): Include `font' attribute in the description.
15217
152182000-03-21 Kenichi Handa <handa@etl.go.jp>
15219
15220 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15221
152222000-03-20 Gerd Moellmann <gerd@gnu.org>
15223
15224 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15225 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15226 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15227
15228 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15229 about behavior of set-buffer-modified-p wrt redisplay.
15230
152312000-03-19 Richard M. Stallman <rms@gnu.org>
15232
15233 * view.el (view-mode-disable): Kill local binding of view-read-only.
15234
152352000-03-18 Gerd Moellmann <gerd@gnu.org>
15236
15237 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15238 is a string, convert it to a syntax cell using string-to-syntax.
15239
15240 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15241 (string-to-syntax): New function.
15242
15243 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15244 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15245 try to use passive ftp mode.
15246
152472000-03-17 Gerd Moellmann <gerd@gnu.org>
15248
15249 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15250
15251 * simple.el (append-to-buffer): Update point of windows after
15252 insertion.
15253
15254 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15255 forward then moving backward. Reindent.
15256
15257 * frame.el (other-frame): Call x-focus-frame only if
15258 focus-follows-mouse is off.
15259
152602000-03-17 Dave Love <fx@gnu.org>
15261
15262 * pcvs-util.el (cvs-strings->string): Rename
15263 replace-regexps-in-string.
15264
152652000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15266
15267 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15268 regexp for labels cannot span several lines.
15269
15270 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15271 `(setq :<key> ':<key>)' to the macro expansion.
15272
152732000-03-16 Dave Love <fx@gnu.org>
15274
15275 * progmodes/f90.el (f90): Put custom group under `languages', not
15276 `fortran'.
15277 (f90-mode-hook): Customize.
15278 (f90-mode): Set add-log-current-defun-function.
15279 (f90-current-defun): New function.
15280
152812000-03-16 Gerd Moellmann <gerd@gnu.org>
15282
15283 * cus-edit.el (custom-variable-tag-face): Handle case that
15284 default face's height is not a number.
15285 (custom-face-tag-face, custom-group-tag-face-1)
15286 (custom-group-tag-face): Ditto.
15287 (custom-group-tag-face-1): Add :group.
15288
15289 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15290
152912000-03-15 Gerd Moellmann <gerd@gnu.org>
15292
15293 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15294 requiring easymenu.
15295
152962000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15297
15298 * ps-print.el: PostScript user-defined prologue, PostScript error
15299 handler, doc fix.
15300 (ps-print-version): New version number (5.1).
15301 (ps-user-defined-prologue, ps-error-handler-message)
15302 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15303 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15304 (ps-insert-string): New function.
15305
153062000-03-15 Kenichi Handa <handa@etl.go.jp>
15307
15308 * international/ccl.el (ccl-compile-expression): Don't generate
15309 invalid self-assignment code.
15310
153112000-03-14 Dave Love <fx@gnu.org>
15312
15313 * subr.el (replace-regexp-in-string): Renamed from
15314 replace-regexps-in-string. Doc fix.
15315
153162000-03-12 Dave Love <fx@gnu.org>
15317
15318 * cus-edit.el: Doc fixes.
15319 (customize-set-variable, customize-save-variable): Rename args for
15320 doc.
15321 (custom-variable-tag-face, custom-face-tag-face)
15322 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15323 style which user identify as hyperlink.
15324 (hook): Don't add undefined functions to the hook.
15325 (debug-ignored-errors): Transfer message from bindings.el.
15326
153272000-03-12 Gerd Moellmann <gerd@gnu.org>
15328
15329 * recentf.el (recentf-keep-non-readable-files-p): Remove
15330 double/nested definition.
15331
153322000-03-12 Dave Love <fx@gnu.org>
15333
15334 * facemenu.el (facemenu-get-face): Use display-color-p.
15335 * enriched.el (enriched-decode-foreground): Likewise.
15336 (enriched-decode-background): Likewise.
15337 * isearch.el (isearch-highlight): Likewise.
15338 * info-look.el (info-lookup): Likewise.
15339 * simple.el (completion-setup-function): Likewise.
15340
15341 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15342 :options.
15343
15344 * bindings.el (mode-line-format): Fix line-number and
15345 column-number items. Add help-echo for the background.
15346 (mode-line-mule-info): Modify help-echo.
15347
15348 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15349
15350 * files.el (load-file): Allow completion to .elc.
15351
15352 * man.el: Doc fixes.
15353 (Man-init-defvars): Use display-color-p to set fontification.
15354
15355 * play/hanoi.el (hanoi-internal): Don't use oddp.
15356
153572000-03-12 Gerd Moellmann <gerd@gnu.org>
15358
15359 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15360
15361 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15362
153632000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15364
15365 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15366 Fix comment.
15367
153682000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15369
15370 * font-lock.el (font-lock-keywords): Fix the doc now that
15371 regexp-opt-depth is unnecessary.
15372 (save-buffer-state): Set an edebug spec.
15373 (font-lock-fontify-anchored-keywords): Properly handle the case when
15374 the matcher goes past the limit.
15375
15376 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15377 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15378
15379 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15380 dll.el and cookie.el (from Elib) with heavy renaming and other
15381 massaging.
15382
15383 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15384 Autoload the functions used.
15385 (easy-mmode-define-syntax): Fix CL typo.
15386 (easy-mmode-define-derived-mode): Improve the docstring generation.
15387
153882000-03-10 Gerd Moellmann <gerd@gnu.org>
15389
15390 * textmodes/texinfo.el (texinfo-version): Variable and function
15391 removed.
15392
153932000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15394
15395 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15396 allow more flexibility.
15397 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15398 fns.
15399 (easy-mmode-defmap, easy-mmode-defsyntax)
15400 (easy-mmode-define-derived-mode): New macros.
15401
154022000-03-09 Didier Verna <didier@xemacs.org>
15403
15404 * rect.el (replace-rectangle): New function.
15405
154062000-03-09 Dave Love <fx@gnu.org>
15407
15408 * progmodes/fortran.el (fortran-comment-line-start): Define as
15409 "C".
15410 (fortran-comment-line-start-skip): Don't match cpp stuff.
15411 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15412 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15413 (fortran-mode): Don't set fortran-comment-line-start-skip,
15414 fortran-comment-line-start here. Set comment-start,
15415 add-log-current-defun.
15416 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15417 (fortran-current-defun): New function.
15418
154192000-03-09 Gerd Moellmann <gerd@gnu.org>
15420
15421 * emacs-lisp/re-builder.el: New file.
15422
15423 * mouse.el (mouse-drag-region): Don't run up-event handler
15424 if hscroll has changed.
15425
15426 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15427 builtin operators, use `font-lock-builtin-face' for Emacs and
15428 `font-lock-preprocessor-face' otherwise.
15429
15430 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15431 `(defun (setf foo)' differently.
15432
154332000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15434
15435 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15436 (regexp-opt): Update comment and adapt the code the new meaning of
15437 the `paren' argument of regex-opt-group for shy-groups.
15438 (regexp-opt-depth): Handle shy groups as well as backslashed
15439 backslashes.
15440 (regexp-opt-group): Turn the leading comment into a docstring.
15441 Allow `paren' to be a string (the string to use to open a group).
15442 Remove open-presuf and close-presuf. Instead of checking for `all
15443 one-char' and then later on check for `several one-char', handle
15444 both cases close together. Also apply a more generic algorithm
15445 for suffixes (the mirror image of the algorithm used for
15446 prefixes). Use shy-groups. Use nreverse rather than reverse.
15447 (regexp-opt-try-suffix): Removed.
15448
15449 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15450 from comint-mode-map, so we can just inherit from it. Also, move
15451 the initialization into the `defvar' since there's no docstring
15452 anyway and it's fairly short.
15453 (inferior-scheme-mode): Define it as derived-mode: the code is
15454 shorter and this way we inherit from comint-mode-map rather than
15455 copying it.
15456
15457 * subr.el (replace-regexps-in-string): Properly handle the case
15458 where we match an empty string.
15459
15460 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15461 when the command has a directory component (such as "./testml").
15462 Also fix a typo in the comment.
15463
154642000-03-08 Gerd Moellmann <gerd@gnu.org>
15465
15466 * Makefile (compile-files): Compile files one by one because
15467 that's the only way to ensure a clean compilation environment for
15468 each individual file.
15469
15470 * frame.el (other-frame): Call x-focus-frame.
15471
154722000-03-07 Dave Love <fx@gnu.org>
15473
15474 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15475 :require to defcustom.
15476
15477 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15478 lists.
15479
15480 * files.el (auto-mode-alist): Add configure.in.
15481
15482 * progmodes/autoconf.el: New file.
15483
154842000-03-07 Gerd Moellmann <gerd@gnu.org>
15485
15486 * mail/mh-e.el: Change maintainer to `none'.
15487
15488 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15489 to remove-hook and add-hook.
15490
154912000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15492
15493 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15494 it as the default.
15495 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15496 (sendmail-send-it): Conditionally add MIME headers specifying the
15497 used character set.
15498
154992000-03-07 Dave Love <fx@gnu.org>
15500
15501 * winner.el: Fix keywords, autoload cookies. Split
15502 eval-when-compile form to avoid compilation failure.
15503
155042000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15505
15506 * international/mule.el: Modify comment about coding system
15507 property `coding-category'.
15508 (make-coding-system): New argument EOL-TYPE. Pay attention to
15509 coding-category property of PROPERTIES.
15510
15511 * international/mule-conf.el (coding-category-utf-8,
15512 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15513 categories. Include them in the argument for set-coding-priority.
15514
15515 * international/mule-cmds.el (reset-language-environment): Include
15516 coding-category-utf-8, coding-category-utf-16-be, and
15517 coding-category-utf-16-le in the argument for set-coding-priority.
15518 (reset-language-environment): Initialize coding-category-utf-8,
15519 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15520
155212000-03-06 Karl Fogel <kfogel@red-bean.com>
15522
15523 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15524 code abstracted out of `bookmark-jump-noselect'. Now tries info
15525 extensions as well as compression extensions.
15526 (bookmark-jump-noselect): Use above new func.
15527
155282000-03-03 Gerd Moellmann <gerd@gnu.org>
15529
15530 * strokes.el: Change maintainer's mail address.
15531
155322000-03-03 Kenichi Handa <handa@etl.go.jp>
15533
15534 * international/mule-diag.el (list-character-sets): Make help-echo
15535 string by substitute-command-keys.
15536 (list-character-sets): Likewise.
15537 (sort-listed-character-sets): Call help-setup-xref.
15538
155392000-03-02 Gerd Moellmann <gerd@gnu.org>
15540
15541 * time.el (display-time-mail-file): Add `none' to the list of
15542 choices.
15543
155442000-03-01 Dave Love <fx@gnu.org>
15545
15546 * help.el (help-xref-go-back): Don't try to set position.
15547
15548 * international/mule-diag.el (list-character-sets): Call
15549 help-setup-xref. Add help-echo to xrefs.
15550 (list-character-sets-1): Add help-echo to xrefs.
15551
155522000-03-02 Gerd Moellmann <gerd@gnu.org>
15553
15554 * frame.el (blink-cursor-mode): Switch cursor on when turning
15555 the mode off.
15556
15557 * add-log.el (add-log-current-defun): Add support for
15558 Autoconf mode.
15559
15560 * mail/rmail.el (rmail-quit-hook): New variable.
15561
155622000-03-01 Dave Love <fx@gnu.org>
15563
15564 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15565
15566 * help.el (help-xref-button): Add help-echo arg.
15567 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15568
15569 * faces.el (list-faces-display): Supply help-echo with
15570 help-make-xrefs.
15571
15572 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15573 nil.
15574
155752000-03-01 Gerd Moellmann <gerd@gnu.org>
15576
15577 * image.el (defimage): Look for image files in load-path.
15578
15579 * frame.el (busy-cursor-delay-seconds): Change type to
15580 `number'.
15581
155822000-03-01 David Ponce <david.ponce@wanadoo.fr>
15583
15584 * recentf.el (recentf): Added version tag to the defgroup of
15585 recentf.
15586
155872000-03-01 David Ponce <david.ponce@wanadoo.fr>
15588
15589 * recentf.el (recentf-cleanup): Changed to remove excluded file
15590 too.
15591 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15592 action to select/unselect a file.
15593 (recentf-edit-list): Code cleanup and improvement.
15594 (recentf-open-more-files-action): `recentf-open-more-files' button
15595 widget action to open a file.
15596 (recentf-open-more-files): No more use standard completion but
15597 widgets.
15598 (recentf-more-collection): Deleted.
15599 (recentf-more-history): Deleted.
15600 (recentf-setup-more-completion): Deleted.
15601
156022000-03-01 David Ponce <david.ponce@wanadoo.fr>
15603
15604 * recentf.el (recentf-mode): No more needs that Emacs is running
15605 under a window-system.
15606
156071999-03-01 David Ponce <david.ponce@wanadoo.fr>
15608
15609 * recentf.el (recentf-edit-list): New command to edit the recent
15610 list which allow the user to remove files.
15611 (recentf-edit-selected-items): New global variable, used by
15612 `recentf-edit-list' to hold the list of files to be removed from
15613 the recent list.
15614 (recentf-make-menu-items): Updated to display a "Edit list..."
15615 menu item. Minor code cleanup.
15616
156171999-03-01 David Ponce <david.ponce@wanadoo.fr>
15618
15619 * recentf.el (recentf-open-more-files): New command to open files
15620 that are not displayed in the menu.
15621 (recentf-more-collection): New global variable holding the set of
15622 permissible completions used by `recentf-open-more-files'.
15623 (recentf-more-history): New global variable holding the history list
15624 used by `recentf-open-more-files' completion.
15625 (recentf-setup-more-completion): New function to setup completion for
15626 `recentf-open-more-files'.
15627 (recentf-make-menu-items): Updated to display a "More..." menu item.
15628
156291999-03-01 David Ponce <david.ponce@wanadoo.fr>
15630
15631 * recentf.el (recentf-menu-action): Doc fixed.
15632
156331999-03-01 David Ponce <david.ponce@wanadoo.fr>
15634
15635 * recentf.el (recentf-menu-filter): Doc updated.
15636 (recentf-update-menu-hook): Allow menu filters to force menu update.
15637 (recentf-make-menu-items): New menu filter handling.
15638 (recentf-make-menu-item): New helper function.
15639 (recentf-menu-elements): New menu handling function.
15640 (recentf-sort-ascending): Updated to new menu filter handling.
15641 (recentf-sort-descending): Updated to new menu filter handling.
15642 (recentf-sort-basenames-ascending): New menu filter function.
15643 (recentf-sort-basenames-descending): New menu filter function.
15644 (recentf-show-basenames): New menu filter function.
15645 (recentf-show-basenames-ascending): New menu filter function.
15646 (recentf-show-basenames-descending): New menu filter function.
15647
156482000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15649
15650 * diary-lib.el (list-diary-entries): Don't try to go forward at
15651 the end of the buffer.
15652
156532000-02-29 Kenichi Handa <handa@etl.go.jp>
15654
15655 * international/mule-diag.el (list-character-sets): Completely
15656 rewritten.
15657 (sort-listed-character-sets): New function.
15658 (list-character-sets-1): Completely rewritten.
15659 (list-character-sets-2): New function.
15660 (non-iso-charset-alist): New variable.
15661 (decode-codepage-char): New function.
15662 (charset-history): New variable.
15663 (read-charset) (list-block-of-chars)
15664 (list-iso-charset-chars)
15665 (list-non-iso-charset-chars)
15666 (list-charset-chars): New functions.
15667 (mule-diag): Call list-character-sets-2, not
15668 list-character-sets-2.
15669 (dump-charsets): Likewise.
15670
156712000-02-29 Gerd Moellmann <gerd@gnu.org>
15672
15673 * dired-x.el (dired-filename-at-point): Add `@' to valid
15674 file name characters.
15675 (dired-filename-at-point): Handle ange-ftp file names.
15676
15677 * frame.el (frame-notice-user-settings): Use assq-delete-all
15678 instead of assoc-delete-all.
15679 (frame-notice-user-settings): Ditto.
15680
15681 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15682 Don't copy alist.
15683
156842000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15685
15686 * calculator.el (calculator-use-menu): New option.
15687 (calculator-initial-bindings): Changed some bindings to work as
15688 macros.
15689 (calculator-forced-input): Removed.
15690 (calculator-restart-other-mode): New variable.
15691 (calculator-mode-map): Set up menu.
15692
156932000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15694
15695 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15696 tags.
15697
156982000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15699
15700 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15701 translate all ESC key sequences.
15702 (viper-goto-mark-subr): restore markers for files for which
15703 they were saved.
15704 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15705 * viper-util.el (viper-set-replace-overlay-glyphs,
15706 viper-set-replace-overlay): always check if the replacement
15707 overlay is live.
15708 * viper.el (viper-vi-state-mode-list): added major modes.
15709 * ediff-wind.el: minor comment changes.
15710 * ediff.el: copyright notice date fix.
15711
157122000-02-27 Jason Rumney <jasonr@gnu.org>
15713
15714 * faces.el (face-font-family-alternatives): Add arial to helv.
15715 (mode-line, header-line, tool-bar): Same default as x for w32.
15716 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15717 face-font-family-alternatives from working.
15718 * term/w32-win.el (mouse-set-font): Do not build fontset from
15719 chosen font.
15720
157212000-02-25 Sam Steingold <sds@goems.com>
15722
15723 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15724 properly.
15725
157262000-02-25 Richard M. Stallman <rms@gnu.org>
15727
15728 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15729
157302000-02-25 Gerd Moellmann <gerd@gnu.org>
15731
15732 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15733 writable.
15734
15735 * frame.el (busy-cursor-delay-seconds): New option.
15736
157372000-02-24 Gerd Moellmann <gerd@gnu.org>
15738
15739 * frame.el (show-cursor-in-non-selected-windows): New option.
15740
157412000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15742
15743 * diary-lib.el (include-other-diary-files): Undo the selective
15744 display in any included file and don't kill it.
15745
157462000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15747
15748 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15749 bar. Menu items converted to (menu-item format, help strings
15750 added.
15751 [downcase, upcase]: Don't enable on MS-DOS.
15752 [symlink, symlinks]: Don't show if make-symbolic-link is not
15753 bound.
15754 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15755
157562000-02-23 Dave Love <fx@gnu.org>
15757
15758 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15759 (backward-kill-word): Revert addition of * to interactive spec --
15760 it's a feature.
15761
15762 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15763 (backward-kill-sentence, kill-sentence): Likewise.
15764
15765 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15766 scratch buffer name.
15767 (gud-format-command): Use int-to-string in ?l case. Simplify
15768 slightly.
15769
15770 * term/w32-win.el (internal-face-interactive): Update prompt for
15771 new read-face-name.
15772
15773 * mail/footnote.el (footnote): Add :version to defgroup.
15774 (footnote-section-tag-regexp): Customize.
15775 (footnote-start-tag, footnote-end-tag): New option.
15776 (footnote-latin-regexp): New variable.
15777 (Footnote-latin): New function.
15778 (footnote-style-alist): Add element for latin style.
15779 (footnote-style): Moved.
15780 (Footnote-goto-footnote): Use eq to test arg.
15781
15782 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15783
15784 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15785 (byte-compile-trueconstp): Include keywords.
15786 (byte-optimize-quote, byte-optimize-lapcode): Use
15787 byte-compile-const-symbol-p.
15788 (byte-optimize-char-before): New optimization.
15789
15790 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15791 (byte-compile-const-symbol-p): New function.
15792 (byte-compile-constp, byte-compile-out-toplevel)
15793 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15794 Use it.
15795
15796 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15797
157982000-02-23 Kenichi Handa <handa@etl.go.jp>
15799
15800 * international/encoded-kb.el: Be sure to update minor-mode-alist
15801 and minor-mode-map-alist.
15802 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15803 codes SS2 and SS3 correctly.
15804 (encoded-kbd-self-insert-ccl): New function.
15805 (encoded-kbd-setup-keymap): New function.
15806 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15807 by calling encoded-kbd-setup-keymap.
15808
15809 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15810 characters.
15811 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15812 locally.
15813
158142000-02-22 Dave Love <fx@gnu.org>
15815
15816 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15817 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15818 defvar.
15819 (lisp-mode-syntax-table): Set up for #|...|# comments.
15820 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15821 classes. Match `defface'.
15822 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15823 (eval-defun-1): Fix for defcustom.
15824 (lisp-indent-region): Doc fix.
15825
15826 * subr.el (when, unless, split-string): Doc fix.
15827 (read-passwd): Move call of clear-this-command-keys to the right
15828 place.
15829 (replace-regexps-in-string): New function.
15830
158312000-02-22 Gerd Moellmann <gerd@gnu.org>
15832
15833 * help.el (describe-variable): Set syntax table to
15834 emacs-lisp-mode-syntax-table when moving forward over the
15835 symbol's name.
15836
158372000-02-22 Dave Love <fx@gnu.org>
15838
15839 * xt-mouse.el: Doc fixes.
15840 (xterm-mouse-position-function): New function, replacing advice of
15841 mouse-position.
15842 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15843
15844 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15845
158462000-02-21 Gerd Moellmann <gerd@gnu.org>
15847
15848 * format.el (format-annotate-single-property-change): Handle
15849 properties.with dotted-list values.
15850 (format-proper-list-p): New function.
15851
15852 * enriched.el (enriched-face-ans): Handle '(foreground-color
15853 . COLOR) and (background-color . COLOR).
15854
158552000-02-20 Dave Love <fx@gnu.org>
15856
15857 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15858 and assignments to it.
15859 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15860 current local map.
15861 (make-flyspell-overlay): Use it.
15862 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15863
15864 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15865 (lm-get-header-re): Defun, not defsubst.
15866 (lm-get-package-name): Defun, not defsubst. Simplify.
15867 (lm-version): Doc fix. Simplify.
15868 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15869 (lm-crack-address, lm-last-modified-date, lm-commentary)
15870 (lm-verify, lm-synopsis): Simplify.
15871 (lm-report-bug): Require emacsbug. Use compose-mail.
15872
158732000-02-20 Gerd Moellmann <gerd@gnu.org>
15874
15875 * dired.el (dired-mode): Call propertized-buffer-identification
15876 to set mode-line-buffer-identification to something having
15877 the right text properties.
15878
15879 * bindings.el (propertized-buffer-identification): New function.
15880
158812000-02-20 Dave Love <fx@gnu.org>
15882
15883 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15884 check for t-mouse too.
15885
15886 * cus-start.el: Make echo-keystrokes `number'.
15887
158882000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15889
15890 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15891 Don't call ring-empty-p unless tags-location-ring is bound.
15892 From Noah Friedman <friedman@splode.com>.
15893
158942000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15895
15896 * progmodes/hideshow.el (hs-flag-region): No longer use
15897 `intangible' overlay property.
15898
15899 (hs-toggle-hiding): New command.
15900 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15901
15902 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15903 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15904 and deactivation.
15905
159062000-02-18 Gerd Moellmann <gerd@gnu.org>
15907
15908 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15909
159102000-02-17 Gerd Moellmann <gerd@gnu.org>
15911
15912 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15913
15914 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15915 of `*' to handle `(* ... *)' comments.
15916
159172000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15918
15919 * faces.el (list-faces-display): Use display-mouse-p instead of
15920 window-system.
15921
15922 * menu-bar.el (global-map): Menu-bar items converted to the new
15923 format (menu-item..., rearranged for better CUA compliance, and
15924 their names changed for better clarity. Help strings added.
15925
15926 * international/mule-cmds.el (mule-menu-keymap)
15927 (describe-language-environment-map, set-coding-system-map)
15928 (setup-language-environment-map): Convert to new (menu-item...
15929 form, add help strings. Change names of menu items for better
15930 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15931 submenu).
15932
159332000-02-17 Gerd Moellmann <gerd@gnu.org>
15934
15935 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15936 within the code.
15937
159382000-02-16 Dave Love <fx@gnu.org>
15939
15940 * faces.el: Don't require custom. Add more specific :groups to
15941 various deffaces.
15942 (set-face-attribute): Purecopy args.
15943 (read-face-name): Default to name at point and use it in prompt.
15944 Remove colon from arg in all callers.
15945 (list-faces-display): Hyperlink to face descriptions and customize
15946 buffers.
15947
159482000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15949
15950 * wid-edit.el (widget-match-inline): An atom never matches a
15951 list.
15952
159532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15954
15955 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15956 at ':' characters by call to split-string.
15957
159582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15959
15960 * textmodes/bibtex.el: Added RCS version identification.
15961
159622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15963
15964 * textmodes/bibtex.el: Some temporary comments removed.
15965 (bibtex-field-name, bibtex-entry-type): Made the relationship
15966 explicit.
15967 (bibtex-field-const): Allow capital letters.
15968 (bibtex-start-of-string): Deleted because unused.
15969
15970 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15971 use the term 'reference' to describe a bibtex entry as a whole.
15972 Further, reference keys are no longer called 'labels'.
15973 (bibtex-keys): Renamed to bibtex-reference-keys.
15974 (bibtex-reformat-previous-labels): Renamed to
15975 bibtex-reformat-previous-reference-keys.
15976 (bibtex-reference-type): Renamed to bibtex-entry-type.
15977 (bibtex-reference-head): Renamed to bibtex-entry-head.
15978 (bibtex-reference-maybe-empty-head): Renamed to
15979 bibtex-entry-maybe-empty-head.
15980 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15981 (bibtex-search-reference): Renamed to bibtex-search-entry.
15982 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15983 bibtex-enclosing-entry-maybe-empty-head.
15984 (bibtex-entry-field-alist, bibtex-entry-head,
15985 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15986 bibtex-map-entries, bibtex-search-entry,
15987 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15988 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15989 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15990 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15991 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15992 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15993 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15994
159952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15996
15997 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15998 comment.
15999 (bibtex-format-field-delimiters): New function, functionality
16000 extracted from bibtex-format-entry.
16001 (bibtex-autokey-get-yearfield-digits): New function, functionality
16002 extracted from bibtex-autokey-get-yearfield.
16003
16004 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16005 entries in order to avoid stack overflow in the regexp matcher if
16006 field contents become large.
16007 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16008 bibtex-field-string-part-not-braced,
16009 bibtex-field-string-part-no-inner-braces,
16010 bibtex-field-string-part-1-inner-brace,
16011 bibtex-field-string-part-2-inner-braces,
16012 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16013 bibtex-field-string-quoted, bibtex-field-string,
16014 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16015 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16016 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16017 as parsing is now performed by the following functions.
16018 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16019 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16020 bibtex-parse-field-string, bibtex-search-forward-field-string,
16021 bibtex-parse-association, bibtex-field-name-for-parsing,
16022 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16023 bibtex-search-forward-field, bibtex-search-backward-field,
16024 bibtex-start-of-field, bibtex-end-of-field,
16025 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16026 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16027 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16028 bibtex-parse-string, bibtex-search-forward-string,
16029 bibtex-search-backward-string, bibtex-start-of-string,
16030 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16031 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16032 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16033 entries. Instead of reporting the results of the parsing by
16034 match-beginning or match-end, these functions return data structures
16035 that hold the corresponding positions.
16036 (bibtex-enclosing-field): Changed to also report field boundaries by
16037 return values rather than by match-beginning or match-end. The
16038 following functions have been adapted to use the new parsing
16039 functions.
16040 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16041 bibtex-enclosing-field, bibtex-format-entry,
16042 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16043 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16044 bibtex-print-help-message, bibtex-end-of-entry,
16045 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16046 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16047 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16048 method for parsing.
16049 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16050 bibtex-map-entries, bibtex-flash-head,
16051 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16052 bibtex-autokey-change, bibtex-autokey-get-namefield,
16053 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16054 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16055 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16056 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16057 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16058 order to make the new binding of case-fold-search immediately
16059 visible.
16060
160612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16062
16063 * textmodes/bibtex.el: Copyright notice is up to date.
16064 Added constant 'bibtex-maintainer-salutation.
16065
16066 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16067 than make-temp-name, use match-string-no-properties and eliminate
16068 a quadratic behavior when building bibtex-strings.
16069
16070 * bibtex.el (bibtex-reference-key): Accept string entries whose
16071 reference key contains upper case letters.
16072
160732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16074
16075 * bibtex.el (bibtex-reference-head): Allow entries to start with
16076 a new line.
16077
160782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16079
16080 * bibtex.el: Hiding of entry bodies is not longer provided by
16081 bibtex.el directly. Instead the hideshow package can be used.
16082 Added a special bibtex entry to hs-special-modes-alist.
16083 (bibtex-hs-forward-sexp): Added for hideshow.el.
16084
160852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16086
16087 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16088 at ':' characters by call to split-string.
16089
160902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16091
16092 * textmodes/bibtex.el: Added RCS version identification.
16093
160942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16095
16096 * textmodes/bibtex.el: Some temporary comments removed.
16097 (bibtex-field-name, bibtex-entry-type): Made the relationship
16098 explicit.
16099 (bibtex-field-const): Allow capital letters.
16100 (bibtex-start-of-string): Deleted because unused.
16101
16102 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16103 use the term 'reference' to describe a bibtex entry as a whole.
16104 Further, reference keys are no longer called 'labels'.
16105 (bibtex-keys): Renamed to bibtex-reference-keys.
16106 (bibtex-reformat-previous-labels): Renamed to
16107 bibtex-reformat-previous-reference-keys.
16108 (bibtex-reference-type): Renamed to bibtex-entry-type.
16109 (bibtex-reference-head): Renamed to bibtex-entry-head.
16110 (bibtex-reference-maybe-empty-head): Renamed to
16111 bibtex-entry-maybe-empty-head.
16112 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16113 (bibtex-search-reference): Renamed to bibtex-search-entry.
16114 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16115 bibtex-enclosing-entry-maybe-empty-head.
16116 (bibtex-entry-field-alist, bibtex-entry-head,
16117 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16118 bibtex-map-entries, bibtex-search-entry,
16119 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16120 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16121 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16122 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16123 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16124 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16125 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16126
161272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16128
16129 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16130 comment.
16131 (bibtex-format-field-delimiters): New function, functionality
16132 extracted from bibtex-format-entry.
16133 (bibtex-autokey-get-yearfield-digits): New function, functionality
16134 extracted from bibtex-autokey-get-yearfield.
16135
16136 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16137 entries in order to avoid stack overflow in the regexp matcher if
16138 field contents become large.
16139 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16140 bibtex-field-string-part-not-braced,
16141 bibtex-field-string-part-no-inner-braces,
16142 bibtex-field-string-part-1-inner-brace,
16143 bibtex-field-string-part-2-inner-braces,
16144 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16145 bibtex-field-string-quoted, bibtex-field-string,
16146 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16147 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16148 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16149 as parsing is now performed by the following functions.
16150 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16151 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16152 bibtex-parse-field-string, bibtex-search-forward-field-string,
16153 bibtex-parse-association, bibtex-field-name-for-parsing,
16154 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16155 bibtex-search-forward-field, bibtex-search-backward-field,
16156 bibtex-start-of-field, bibtex-end-of-field,
16157 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16158 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16159 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16160 bibtex-parse-string, bibtex-search-forward-string,
16161 bibtex-search-backward-string, bibtex-start-of-string,
16162 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16163 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16164 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16165 entries. Instead of reporting the results of the parsing by
16166 match-beginning or match-end, these functions return data structures
16167 that hold the corresponding positions.
16168 (bibtex-enclosing-field): Changed to also report field boundaries by
16169 return values rather than by match-beginning or match-end. The
16170 following functions have been adapted to use the new parsing
16171 functions.
16172 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16173 bibtex-enclosing-field, bibtex-format-entry,
16174 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16175 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16176 bibtex-print-help-message, bibtex-end-of-entry,
16177 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16178 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16179 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16180 method for parsing.
16181 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16182 bibtex-map-entries, bibtex-flash-head,
16183 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16184 bibtex-autokey-change, bibtex-autokey-get-namefield,
16185 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16186 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16187 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16188 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16189 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16190 order to make the new binding of case-fold-search immediately
16191 visible.
16192
161932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16194
16195 * textmodes/bibtex.el: Copyright notice is up to date.
16196 Added constant 'bibtex-maintainer-salutation.
16197
16198 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16199 than make-temp-name, use match-string-no-properties and eliminate
16200 a quadratic behavior when building bibtex-strings.
16201
16202 * bibtex.el (bibtex-reference-key): Accept string entries whose
16203 reference key contains upper case letters.
16204
162052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16206
16207 * bibtex.el (bibtex-reference-head): Allow entries to start with
16208 a new line.
16209
162102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16211
16212 * bibtex.el: Hiding of entry bodies is not longer provided by
16213 bibtex.el directly. Instead the hideshow package can be used.
16214 Added a special bibtex entry to hs-special-modes-alist.
16215 (bibtex-hs-forward-sexp): Added for hideshow.el.
16216
162172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16218
16219 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16220 proceedings entry type (for cross referencing). Thanks to Wagner
16221 Toledo Correa for the suggestion.
16222
16223 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16224
162252000-02-14 Kenichi Handa <handa@etl.go.jp>
16226
16227 * international/characters.el: Setup case table for Vietnamese.
16228
162292000-02-12 Gerd Moellmann <gerd@gnu.org>
16230
16231 * uniquify.el (toplevel): Require CL at compile time.
16232 (uniquify-push): Removed.
16233
16234 * shadowfile.el (shadow-when): Removed.
16235
16236 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16237 (tempo-process-and-insert-string): Use dolist instead of
16238 tempo-dolist.
16239
16240 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16241 regexp for paragraph-start.
16242
16243 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16244 commas as well.
16245
162462000-02-10 Dave Love <fx@gnu.org>
16247
16248 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16249 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16250 Deleted.
16251 (widget-specify-field, widget-specify-button): Don't use
16252 widget-mouse-help as help-echo property.
16253 (default): Use #'ignore for :validate and :mouse-down-action.
16254 (checkbox): Add help-echo.
16255 (widget-sexp-validate): Rewritten to clarify error messages.
16256 (character): Use char-valid-p in :match function.
16257 (widget-color-complete): Use facemenu-color-alist.
16258 (widget-color-action): Use facemenu-read-color.
16259
16260 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16261 set up `caar' &c that we now have.
16262
162632000-02-09 Ray Blaak <blaak@gnu.org>
16264
16265 * delphi.el: Make resourcestring a declaration region, like const
16266 and var.
16267
162682000-02-09 Dave Love <fx@gnu.org>
16269
16270 * bindings.el (mode-line-input-method-map): New variable.
16271 (mode-line-mule-info): Use it; fix last change.
16272 (mode-line-mode-menu): Move definition.
16273 (mode-line-mouse-sensitive-p): Deleted.
16274 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16275 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16276 level.
16277
16278 * startup.el (command-line-1): Don't call
16279 make-mode-line-mouse-sensitive.
16280
162812000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16282
16283 * mail/rmail.el (rmail-retry-failure): Use
16284 rmail-beginning-of-message before rmail-toggle-header, because the
16285 former toggles headers.
16286
162872000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16288
16289 * diff-mode.el (diff-kill-junk): New interactive function.
16290 (diff-reverse-direction): Use delete-and-extract-region.
16291 (diff-post-command-hook): Restrict the area so that the hook also works
16292 outside of any diff hunk. This is necessary for the minor-mode.
16293 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16294 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16295
16296 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16297 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16298 so that it can be used more easily in <foo>-mode-hook. Also make sure
16299 to avoid duplicate entries.
16300 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16301 (font-lock-remove-keywords): Just as was done for `add', allow it to
16302 work even if font-lock-mode is nil. Also make sure we don't modify
16303 any pre-existing list by forcing a copy-sequence. Finally rename
16304 `major-mode' to `mode'.
16305 (font-lock-fontify-syntactic-anchored-keywords)
16306 (font-lock-fontify-anchored-keywords)
16307 (font-lock-fontify-keywords-region): Use line-end-position.
16308 Don't make `font-lock-multiline' local (it's now done in
16309 font-lock-set-defaults).
16310 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16311 move the `font-lock-fontified' creation to inside the `unless'.
16312
163132000-02-06 Andrew Innes <andrewi@gnu.org>
16314
16315 * term/w32-win.el (x-handle-args): Comment out call to message,
16316 which occurs before window system is initialized.
16317
16318 * makefile.nt: Add support for recompiling lisp code.
16319
163202000-02-04 Dave Love <fx@gnu.org>
16321
16322 * bindings.el (mode-line-mule-info): Fix/extend last change.
16323
16324 * completion.el: Replace completion-dolist with dolist.
16325
16326 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16327 dotimes.
16328
163292000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16330
16331 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16332 environment names before they go into the section regexp.
16333
16334 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16335 char class in regexp.
16336
16337 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16338 `case-fold-search' to nil.
16339
16340 * progmodes/idlwave.el (idlwave-template): Respect
16341 `idlwave-abbrev-change-case'.
16342 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16343 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16344 idlwave-while): respect `idlwave-reserved-word-upcase'.
16345 (idlwave-rw-case): New function.
16346 (idlwave-statement-match): Fixed problem with assignment regexp.
16347 (idlwave-font-lock-keywords): Improved regexp for keyword
16348 parameters.
16349 (idlwave-surround): New argument LENGTH to support padding of
16350 operators longer than 1 char.
16351
16352 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16353 idlwave-shell-expression-overlay. Implemented printing of
16354 expressions on higher levels of the calling stack.
16355 (idlwave-shell-display-level-in-calling-stack): Restore stack
16356 level.
16357 (idlwave-retrieve-expression-from-level): New function.
16358 (idlwave-shell-last-calling-stack): Variable removed.
16359 (idlwave-shell-reset): Argument action reversed (`visible' to
16360 `hidden'). Also remove stop-line overlay.
16361 (idlwave-shell-calling-stack-routine): New variable.
16362 (idlwave-shell-parse-stack-and-display): Messages now display
16363 negative level numbers.
16364 (idlwave-shell-mode): Set `modeline-format'.
16365 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16366 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16367 21.
16368 (idlwave-shell-print-expression-function): New option.
16369
16370 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16371 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16372 `tool-bar' instead of `toolbar'.
16373
163742000-02-02 Dave Love <fx@gnu.org>
16375
16376 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16377 emacs-lisp-mode-hook. Don't check for defalias being defined.
16378
16379 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16380 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16381 the new builtins directly.
16382
16383 * whitespace.el (whitespace): Add :version to defgroup.
16384
16385 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16386 Doc fix.
16387
16388 * thingatpt.el (sexp-at-point, symbol-at-point)
16389 (number-at-point, list-at-point): Add autoload cookie.
16390
16391 * recentf.el (recentf): Add :version to defgroup.
16392
16393 * quickurl.el (quickurl): Add :version to defgroup.
16394
16395 * elide-head.el (elide-head): Use point-marker more.
16396
16397 * bs.el (bs): Add :version to defgroup.
16398
16399 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16400
16401 * progmodes/delphi.el (delphi): Add :version to defgroup.
16402
164032000-02-02 Gerd Moellmann <gerd@gnu.org>
16404
16405 * ange-ftp.el (ange-ftp-write-region): Handle case that
16406 succeeding process operation sets a different coding system.
16407
16408 * calculator.el: New file.
16409
164102000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16411
16412 * frame.el (frames-on-display-list, framep-on-display): New
16413 functions.
16414 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16415 (display-selections-p, display-screens, display-pixel-width)
16416 (display-pixel-height, display-mm-width, display-mm-height)
16417 (display-backing-store, display-save-under, display-planes)
16418 (display-color-cells, display-visual-class): New functions.
16419
16420 * term/tty-colors.el (tty-color-gray-shades): New function.
16421
16422 * faces.el (display-color-p): Use framep-on-display.
16423 (display-grayscale-p): New function.
16424
164252000-01-31 Dave Love <fx@gnu.org>
16426
16427 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16428 (create-fontset-from-x-resource): Don't concat integers.
16429
164302000-01-31 Inge Frick <inge@nada.kth.se>
16431
16432 * view.el: Some changes in documentation. Removed some trailing
16433 whitespace. Changed some parameter names to agree with
16434 documentation.
16435 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16436 window is not deleted. Modifies change 1998-04-26.
16437
164382000-01-31 Gerd Moellmann <gerd@gnu.org>
16439
16440 * windmove.el: New file.
16441
16442 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16443 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16444 progmodes/ebnf-yac.el: Update copyright and license info.
16445
16446 * jit-lock.el (jit-lock-function): Widen before calculating end
16447 position.
16448 (jit-lock-stealth-chunk-start): Rewritten.
16449
16450 * info.el (Info-title-face-alist): Removed.
16451 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16452 faces.
16453 (Info-fontify-node): Use these faces.
16454
164552000-01-30 Gerd Moellmann <gerd@gnu.org>
16456
16457 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16458 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16459 `&allow-other-keywords'.
16460
16461 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16462 the list of directories scanned heuristically.
16463
16464 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16465 exist.
16466
164672000-01-30 Jason Rumney <jasonr@gnu.org>
16468
16469 * w32-fns.el: Define w32-tty-standard-colors.
16470
16471 * startup.el (command-line): Use w32-tty-standard-colors when in
16472 w32 console mode.
16473
164742000-01-30 Dave Love <fx@gnu.org>
16475
16476 * jka-compr.el (jka-compr-load): Fix up load-history.
16477
16478 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16479
16480 * emacs-lisp/cl-macs.el: Revert previous change.
16481
164822000-01-29 Dave Love <fx@gnu.org>
16483
16484 * facemenu.el: Purecopy various strings.
16485
16486 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16487 years. Deal with three-digit years.
16488
16489 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16490 defconst, purecopy.
16491 (help-back-label): Purecopy it.
16492
164932000-01-18 Gerd Moellmann <gerd@gnu.org>
16494
16495 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16496 variable. If non-nil, order the buffer list according to the
16497 currently selected frame.
16498 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16499 non-nil, pass the selected frame to function buffer-list.
16500
165012000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16502
16503 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16504
165052000-01-28 Dave Love <fx@gnu.org>
16506
16507 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16508
16509 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16510 Don't use lisp-indent-hook property.
16511 (cl-abs): Remove.
16512
16513 * subr.el: Move out indent and edebug specs for when and unless.
16514
16515 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16516 when, unless.
16517
16518 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16519 unless, when.
16520
165212000-01-28 Gerd Moellmann <gerd@gnu.org>
16522
16523 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16524 `collecting' as synonym for `collect'.
16525
16526 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16527 for the case it contains spaces.
16528
16529 * simple.el (what-cursor-position): Change formatting of
16530 messages.
16531
16532 * frame.el (delete-other-frames): New function.
16533 (toplevel): Bind it to C-x 5 1.
16534
16535 * sort.el (sort-numeric-base): New option.
16536 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16537 interpret it as octal or hexadecimal. Use sort-numeric-base
16538 as default base.
16539
16540 * progmodes/glasses.el: New file.
16541
165422000-01-27 Gerd Moellmann <gerd@gnu.org>
16543
16544 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16545 userids differently.
16546
16547 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16548 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16549 progmodes/ebnf-yac.el: New files.
16550
165512000-01-26 Dave Love <fx@gnu.org>
16552
16553 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16554 on a function with an empty body. [From Eric Ludlam.]
16555
165562000-01-25 Andre Spiegel <spiegel@gnu.org>
16557
16558 * vc.el (vc-version-diff): Make sure file name is expanded.
16559
165602000-01-25 Gerd Moellmann <gerd@gnu.org>
16561
16562 * scroll-bar.el (scroll-bar-timer): Variable removed.
16563 (scroll-bar-toolkit-scroll): Don't use a timer.
16564
165652000-01-25 Kenichi Handa <handa@etl.go.jp>
16566
16567 * language/thai-util.el (thai-composition-function): Delete
16568 superfluous `a'.
16569
165702000-01-24 Dave Love <fx@gnu.org>
16571
16572 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16573 end-of-defun-function.
16574
16575 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16576 &c.
16577
165782000-01-22 Jason Rumney <jasonr@gnu.org>
16579
16580 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16581 conflicts with new face support.
16582
165832000-01-22 Richard M. Stallman <rms@gnu.org>
16584
16585 * replace.el (query-replace): Rename last arg to DELIMITED.
16586 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16587 (query-replace-regexp): Likewise.
16588
165892000-01-20 Richard M. Stallman <rms@gnu.org>
16590
16591 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16592
16593 * emacs-lisp/lisp.el (beginning-of-defun-function):
16594 Variable renamed from beginning-of-defun.
16595 Do not call make-variable-buffer-local.
16596 (beginning-of-defun-raw): Use new variable name; doc fix.
16597 (beginning-of-defun): Doc fix.
16598 (end-of-defun-function): Variable renamed from end-of-defun.
16599 Do not call make-variable-buffer-local.
16600 (end-of-defun): Use new variable name; doc fix.
16601
16602 * subr.el (dolist, dotimes): Copied from cl-macs.el
16603 and made to work.
16604
16605 * mail/undigest.el (rmail-digest-end-regexps):
16606 Variable replaces rmail-digest-end-regexp.
16607 Allows multiple regexps for detecting the end line.
16608 (undigestify-rmail-message): Corresponding changes.
16609
166102000-01-19 Dave Love <fx@gnu.org>
16611
16612 * files.el (user-init-file): Don't declare here -- is primitive.
16613
16614 * startup.el (command-line): Check for compiled user-init-file and
16615 set to uncompiled version if necessary.
16616
166172000-01-18 Gerd Moellmann <gerd@gnu.org>
16618
16619 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16620 (undigestify-rmail-message): Use it.
16621
16622 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16623
166242000-01-17 Gerd Moellmann <gerd@gnu.org>
16625
16626 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16627 of mini-buffer.
16628
166292000-01-14 Gerd Moellmann <gerd@gnu.org>
16630
16631 * emacs-lisp/copyright.el (copyright-update): Removed the
16632 requirement for a trailing space from `copyright-regexp', to
16633 support copyrights with owner specified on a separate line..
16634
16635 * align.el: New file.
16636
16637 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16638
16639 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16640
166412000-01-13 Dave Love <fx@gnu.org>
16642
16643 * ph.el: Removed. (Obsoleted by EUDC.)
16644
166452000-01-13 Gerd Moellmann <gerd@gnu.org>
16646
16647 * net/eudc.el (toplevel): Remove autoloaded code installing
16648 menu with easymenu, because that causes build problems.
16649
16650 * frame.el (frame-notice-user-settings): New variable.
16651 (frame-notice-user-settings): Don't modify frame parameters
16652 if called a second time.
16653
166542000-01-13 Richard M. Stallman <rms@gnu.org>
16655
16656 * frame.el (frame-notice-user-settings):
16657 Notice default-frame-parameters even for non-window frames.
16658
166592000-01-13 Gerd Moellmann <gerd@gnu.org>
16660
16661 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16662 for Emacs.
16663 (eudc-bob-can-display-inline-images): Extend for Emacs.
16664 (eudc-bob-toggle-inline-display): Ditto.
16665 (eudc-bob-display-jpeg): Ditto.
16666
166672000-01-12 Gerd Moellmann <gerd@gnu.org>
16668
16669 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16670 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16671 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16672
16673 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16674 nil)'.
16675
16676 * subdirs.el: Add `net' directory.
16677
16678 * net: New directory.
16679
16680 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16681 eval-last-sexp. Don't bind debug-on-error here.
16682 (eval-last-sexp): New function. Bind debug-on-error if
16683 eval-expression-debug-on-error is non-nil.
16684 (eval-defun-2, eval-defun): Likewise.
16685
16686 * simple.el (eval-expression): Don't bind debug-on-error if
16687 eval-expression-debug-on-error is nil. Detect changed
16688 debug-on-error, and propagate new value to global binding, if
16689 eval-expression-debug-on-error is non-nil,
16690 (eval-expression-debug-on-error): Change doc string.
16691
166922000-01-11 Richard M. Stallman <rms@gnu.org>
16693
16694 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16695
16696 * emacs-lisp/lisp-mode.el (with-syntax-table):
16697 Set up lisp-indent-function property.
16698
16699 * subr.el (with-syntax-table): Moved from simple.el.
16700
16701 * simple.el (with-syntax-table): Moved to subr.el.
16702
167032000-01-11 Gerd Moellmann <gerd@gnu.org>
16704
16705 * tmm.el (tmm-shortcut): Delete region after prompt instead
16706 of erasing buffer.
16707
16708 * textmodes/fill.el (fill-common-string-prefix): New function.
16709 (fill-context-prefix): Use the longest common prefix of first
16710 and second line fill prefix, if there is one.
16711
167122000-01-11 Richard M. Stallman <rms@gnu.org>
16713
16714 * array.el (array-mode): Don't use make-variable-buffer-local.
16715 Use make-local-variable for `truncate-lines'.
16716
167172000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16718
16719 * add-log.el (add-log-current-defun): Handle user-defined
16720 add-log-current-function returning nil,
16721
16722 * add-log.el (add-change-log-entry): Insert version number
16723 if having found a current function
16724
16725 * add-log.el (add-log-current-defun): Call
16726 `add-log-current-defun-function'. Try matches at level 0 and
16727 level 1. Strip whitespace from defun found.
16728
167292000-01-10 John Wiegley <johnw@gnu.org>
16730
16731 * allout.el (isearch-done/outline-provisions): Added `edit'
16732 argument to correspond with the current definition of
16733 `isearch-done'.
16734
167352000-01-10 Dave Love <fx@gnu.org>
16736
16737 * elide-head.el (elide-head): Use point-marker, not point.
16738
167392000-01-10 Gerd Moellmann <gerd@gnu.org>
16740
16741 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16742 before and after the year 2000.
16743
16744 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16745 Add ispell- prefix.
16746
167472000-01-10 Ken Stevens <k.stevens@ieee.org>
16748
16749 * ispell.el: Only define dictionaries in menus when they exist.
16750 (version18p): New variable.
16751 (version20p): New variable.
16752 (xemacsp): New variable.
16753 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16754 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16755 (ispell-dictionary-alist6): Russian command lines no longer accept
16756 run-together words.
16757 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16758 (ispell-dictionary-alist): Add koi8-r to customize definition.
16759 (check-ispell-version): Added documentation string. Returns
16760 library path when called non-interactively.
16761 (ispell-menu-map-needed): Uses new variables.
16762 (ispell-library-path): New variable.
16763 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16764 (ispell-word): Improved documentation string. Test for valid
16765 character mappings. Correctly check typed in word changes that can
16766 result in single words split into multiple words. Returns
16767 replacement word.
16768 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16769 replace in recursive query replace mode. Help message for
16770 recursive edit mode.
16771 (ispell-show-choices): Protect against bad framepop bindings.
16772 (ispell-help): Fix to work with XEmacs.
16773 (ispell-highlight-spelling-error): Use new variables.
16774 (ispell-overlay-window): Fix to work with XEmacs.
16775 (ispell-parse-output): Passed and returns location information
16776 tracking spelling corrections. Doesn't recheck same word on
16777 current line.
16778 (ispell-init-process): Protect against bogus XEmacs variable binding.
16779 Fix call to single argument in sleep-for. Use new variables.
16780 (ispell-region): Passed and returns location information tracking
16781 spelling corrections. Doesn't check same word on current line.
16782 Improved documentation string. Doesn't resend a line already
16783 checked to the ispell process - fixes bug in LaTeX parsing.
16784 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16785 (ispell-skip-region): No longer skips <TT> in SGML.
16786 (ispell-process-line): Tracks location information with spelling
16787 corrections. Added documentation string. Accounts for words
16788 already accepted on this line. Don't allow query-replace on line
16789 starting with math characters. Doesn't resend a line already sent
16790 to ispell process. Fixes alignment error bug.
16791
167922000-01-10 Richard M. Stallman <rms@gnu.org>
16793
16794 * dired-x.el (dired-guess-shell-alist-default):
16795 Suggest xloadimage, which is free, not xv, which isn't.
16796
16797 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16798 Don't ever include the host name or user name in the value.
16799
168002000-01-09 Gerd Moellmann <gerd@gnu.org>
16801
16802 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16803 of a real newline.
16804
168052000-01-09 Stephen Eglen <stephen@gnu.org>
16806
16807 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16808 for .png files.
16809
168102000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16811
16812 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16813
168142000-01-09 Gerd Moellmann <gerd@gnu.org>
16815
16816 * progmodes/cperl-mode.el: Replace ^F with ^L.
16817
16818 * sendmail.el (toplevel): Provide `sendmail' when compiling
16819 before `require'ing rmail and mailalias to prevent infinite
16820 recursion.
16821
168222000-01-08 Dave Love <fx@gnu.org>
16823
16824 * emacs-lisp/backquote.el: Remove inappropriate customization
16825 (allowing custom.el to use backquote).
16826
168272000-01-07 Dave Love <fx@gnu.org>
16828
16829 * add-log.el (add-log-debugging): Deleted.
16830 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16831 file. Remove debugging code.
16832 (change-log-get-method-definition, change-log-name): Add doc.
16833 (change-log-sortable-date-at): New function.
16834 (change-log-merge): New command.
16835
16836 * time.el (display-time-string-forms): Make the Mail string active.
16837 (display-time-update): Provide help-echo for load average.
16838
16839 * bindings.el (make-mode-line-mouse2-map): New function.
16840 (mode-line-modified): Use it and simplify.
16841 (mode-line-mule-info): Provide help-echo info.
16842 (minor-mode-alist): Activate the strings.
16843 (make-mode-line-mouse-sensitive): Simplify for
16844 mode-line-buffer-identification.
16845
168462000-01-07 Gerd Moellmann <gerd@gnu.org>
16847
16848 * play/pong.el: New file.
16849
168502000-01-06 Dave Love <fx@gnu.org>
16851
16852 * array.el: Assorted cleanups for compiler warnings, doc strings,
16853 `array-' prefix for symbols.
16854
168552000-01-05 Dave Love <fx@gnu.org>
16856
16857 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16858 outline-headers-as-kill.
16859 (outline-mode): Define imenu-generic-expression.
16860 (outline-headers-as-kill): New command.
16861
16862 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16863 from paragraph-start.
16864 (paragraph-indent-minor-mode): New command.
16865
16866 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16867 M-C-e, M-C-h, C-j, C-xnd, TAB.
16868 (fortran-mode): Set beginning-of-defun, end-of-defun.
16869 (fortran-column-ruler): Simplify.
16870 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16871 (fortran-with-subprogram-narrowing): Likewise.
16872 (fortran-indent-subprogram): Call mark-defun.
16873 (fortran-check-for-matching-do): Change narrowing.
16874
16875 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16876 (cl-lucid-hash-tag): Delete.
16877 (cl-hash-table-p): Correct test for native table.
16878 (cl-hash-table-count): Use hash-table-count.
16879
16880 * browse-url.el (browse-url): Fix case of
16881 browse-url-browser-function being an alist.
16882
168832000-01-05 Carsten Dominik <cd@gnu.org>
16884
16885 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16886 (reftex-index-phrase-file-extension): New options.
16887
16888 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16889 Use new option `reftex-index-phrase-file-extension'.
16890
16891 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16892 `reftex-parse-file-extension'.
16893
168942000-01-05 Dave Love <fx@gnu.org>
16895
16896 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16897 (beginning-of-defun-raw): Use it.
16898 (end-of-defun): New variable.
16899 (end-of-defun): Use it.
16900 (check-parens): New command.
16901
169022000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16903
16904 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16905 (hs-show-block): Don't use `mapcar' when not accumulating.
16906
16907 Fix buglet in local variables initialization.
16908
169092000-01-05 Andreas Schwab <schwab@suse.de>
16910
16911 * hscroll.el (hscroll): Doc fix.
16912
169132000-01-05 Carsten Dominik <cd@gnu.org>
16914
16915 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16916 idlw-toolbar.
16917
16918 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16919 file idlw-rinfo.el.
16920 (idlwave-customize): load must read file idlw-shell.el.
16921 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16922
169232000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16924
16925 * progmodes/idlw-shell.el: Also provide idlwave-shell
16926 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16927 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16928
16929 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16930 both reftex-dcr and reftex-vcr.
16931
16932 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16933
169342000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16935
16936 * ps-print.el: PostScript code now is in separate files, doc fix.
16937 (ps-print-version): New version number (5.0.3).
16938 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16939 local.
16940 (ps-spool-config): Initialization fix.
16941 (ps-print-prologue-1, ps-print-prologue-2)
16942 (ps-print-duplex-feature): PostScript code moved to separated file.
16943 (ps-background-image): Little code reformating.
16944 (ps-begin-file, ps-begin-job): Fix code.
16945 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16946 (ps-prologue-file): New fun.
16947
169482000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16949
16950 * ps-vars.el: Eliminated.
16951
16952 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16953 `;;;###autoload'.
16954
16955 * ps-print.el: ps-vars eliminated, doc fix.
16956 (ps-print-version): New version number (5.0.2).
16957 (ps-spool-config): Initialization fix.
16958 (ps-print-customize): New fun.
16959
169602000-01-04 Gerd Moellmann <gerd@gnu.org>
16961
16962 * autorevert.el (auto-revert-mode): Return value of
16963 auto-revert-mode.
16964
169652000-01-04 Dave Love <fx@gnu.org>
16966
16967 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16968 menu items.
16969
169702000-01-03 Dave Love <fx@gnu.org>
16971
16972 * elide-head.el (elide-head) [defgroup]: Add :version.
16973
16974 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16975 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16976 `cl-hash-table-p', not `hash-table-p'.
16977 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16978
169792000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16980
16981 * faces.el (face-read-integer, read-face-attribute)
16982 (color-defined-p, color-values): unspecified-{f,b}g are now
16983 strings.
16984
169852000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16986
16987 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16988 at comment end, and re-insert them after filling.
16989
169902000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16991
16992 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16993 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16994 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16995
169962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16997
16998 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16999 the new name of face-color-supported-p.
17000
17001 * term/w32-win.el (xw-defined-colors): Likewise.
17002
170032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17004
17005 * simple.el (completion-setup-function): Count completion-size
17006 from minibuffer-prompt-end, not from point-min.
17007
170082000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17009
17010 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17011 Pass the frame to tty-color-* functions.
17012 (display-color-p, frame-set-background-mode): Pass the frame to
17013 tty-display-color-p.
17014
17015 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17016 tty-color-alist.
17017 (tty-color-alist, tty-modify-color-alist): New functions.
17018 (tty-color-define, tty-color-clear, tty-color-approximate)
17019 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17020 an optional parameter FRAME.
17021
170222000-01-01 Gerd Moellmann <gerd@gnu.org>
17023
17024 * image.el (create-image, defimage): Don't assume image data is a
17025 string.
17026
17027 * image.el (defimage): Handle specifications containing :data
17028 instead of :file.
17029 (image-type-from-data): New function.
17030 (image-type-from-file-header): Use it.
17031 (create-image): Add parameter DATA-P.
17032
17033See ChangeLog.8 for earlier changes.
17034
17035;; Local Variables:
17036;; coding: iso-2022-7bit
17037;; End: