(modify-face): Add compatibility for non-interactive use.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7cd512f2
SM
12001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * faces.el (modify-face): Add compatibility for non-interactive use.
4
ffeb5c1c
JW
52001-04-24 John Wiegley <johnw@gnu.org>
6
7 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8 fix from last night, since it wasn't finding eshell/cd.
9
35f901fa
GM
102001-04-24 Gerd Moellmann <gerd@gnu.org>
11
12 * rect.el (string-rectangle): Revert to 20.x behaviour.
13 (replace-rectangle): Make it an alias for string-rectangle.
14 (string-insert-rectangle): New function.
15
c7b1b508
JW
162001-04-23 John Wiegley <johnw@gnu.org>
17
18 * eshell/em-unix.el (eshell/diff): Fixed problems that were
19 occurring with Emacs 21's diff.el/compile.el interaction layer.
20
212001-04-23 Colin Walters <walters@cis.ohio-state.edu>
22
23 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
24 case where the function was defined in a file, but not part of an
25 eshell module.
26
157975e3
JW
272001-04-23 John Wiegley <johnw@gnu.org>
28
29 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
30 code to work around a redisplay problem I've been having.
31
3dc630b9
JW
322001-04-23 John Wiegley <johnw@gnu.org>
33
34 * calendar/timeclock.el (timeclock-day-required): If the time
35 required for a particular day is not set, use `timeclock-workday'.
36 (timeclock-find-discrep): Added some sample code in a comment.
37
38 * eshell/eshell.el (eshell-command): Made a few changes so that
39 `eshell-command' could be called programmatically.
40
7cd512f2 41 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 42
7cd512f2 43 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 44
3ae14dd9 452001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
46
47 * calendar/timeclock.el: Updated copyright.
48 (timeclock-generate-report): Don't report the daily or two-week
49 total, if no time has been worked in that period.
50 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
51 final computational form, which was unnecessary; corrected a
52 parsing problem when timeclock-relative was nil.
53
3ae14dd9 542001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
55
56 * calendar/timeclock.el (timeclock-modeline-display): Check if
57 `list-entry' is null.
58 (timeclock-use-display-time): The first argument to `set-variable'
59 must be a symbol.
60
53e1a74c
EZ
612001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
62
63 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
64 (calendar-today-marker, calendar-holiday-marker):
65 Use display-color-p instead of window-system.
53e1a74c
EZ
66 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
67 instead of window-system.
68 (calendar-hide-window): Use display-multi-frame-p instead of
69 window-system.
70
71 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
72 (calendar-only-one-frame-setup, calendar-one-frame-setup):
73 Use display-multi-frame-p instead of window-system.
53e1a74c 74
23b809c2
GM
752001-04-23 Gerd Moellmann <gerd@gnu.org>
76
1d14e80c
GM
77 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
78
23b809c2
GM
79 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
80 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
81
b5eeaa1d
GM
822001-04-23 Alex Schroeder <alex@gnu.org>
83
84 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
85 line-end-position a defalias is used for point-at-bol and point-at-eol.
86
b5eeaa1d
GM
872001-04-23 Alex Schroeder <alex@gnu.org>
88
89 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 90 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 91
ac1470eb
EZ
922001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
93
94 * textmodes/paragraphs.el (sentence-end): Doc fix.
95
624ef9b3
GM
962001-04-20 Alex Schroeder <alex@gnu.org>
97
98 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 99 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
100
1012001-04-20 Alex Schroeder <alex@gnu.org>
102
103 * sql.el (sql-db2-program): New option.
104 (sql-db2-options): New option.
105 (sql-db2): New function.
106
1072001-04-20 Alex Schroeder <alex@gnu.org>
108
109 * sql.el (sql-mode-menu): Added highlighting entries.
110 (sql-highlight-oracle-keywords): New function.
111 (sql-highlight-postgres-keywords): New function.
112 (sql-highlight-ansi-keywords): New function.
113
1142001-04-20 Alex Schroeder <alex@gnu.org>
115
116 * sql.el (sql-help): Doc change.
117
2a83a11d
SM
1182001-04-19 Stefan Monnier <monnier@cs.yale.edu>
119
120 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
121
6f4dd4dc
GM
1222001-04-18 Gerd Moellmann <gerd@gnu.org>
123
0f8d6dc7
GM
124 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
125 for defmethod.
126
6f4dd4dc
GM
127 * comint.el (comint-cr-magic): New function.
128 (toplevel): Add it to comint-preoutput-filter-functions.
129
90200fcc
AI
1302001-04-18 Andrew Innes <andrewi@gnu.org>
131
132 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 133 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
134 (recompile): Remove stuff to set EMACSLOADPATH.
135
daa66f34
GM
1362001-04-18 Gerd Moellmann <gerd@gnu.org>
137
edc5c81d
GM
138 * language/slovak.el ("Slovak"): Add tutorial entry.
139
daa66f34
GM
140 * net/browse-url.el (browse-url-new-window-flag): Renamed from
141 browse-url-new-window-p.
142
5d5845dc
EZ
1432001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
144
145 * info.el (Info-menu-update): When there are no menus and/or no
146 cross references in the node, make the respective items of the
147 Info menu-bar menu inactive.
148
1c8addd0
GM
1492001-04-17 Gerd Moellmann <gerd@gnu.org>
150
f4f480bd
GM
151 * indent.el (indent-for-tab-command): Call indent-line-function
152 with no argument if PREFIX-ARG is non-nil.
153
1c8addd0
GM
154 * frame.el (delete-other-frames): Handle minibuffer-only frames.
155
8f9ab403
EZ
1562001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
157
158 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
159 an async subprocess if start-process is unavailable. Suggested by
160 Tim Van Holder <tim.van.holder@pandora.be>.
161
60322163
EZ
1622001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
163
164 * info.el (Info-additional-directory-list): Doc fix. Suggested by
165 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
166
e372bc67
EZ
1672001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
168
169 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
170 manual.
171
28037ecf
SM
1722001-04-13 Stefan Monnier <monnier@cs.yale.edu>
173
174 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
175 (cvs-menu): Add a few entries.
176
177 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
178 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
179 lock file appears to be reachable from Emacs.
180 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
181 (cvs-mode-find-file): Look for cvs-header-face rather than
182 cvs-dirname-face (which doesn't exist).
183 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
184
185 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
186
5d5e7f53
EZ
1872001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * emulation/pc-select.el (pc-selection-mode): Don't turn on
190 normal-erase-is-backspace on a tty. Instead, bind some keys such
191 as [delete] directly, like pc-select.el did before
192 normal-erase-is-backspace was invented.
193
118562e1 1942001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
195
196 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
197
6c9e58c4
JW
1982001-04-11 John Wiegley <johnw@gnu.org>
199
28037ecf
SM
200 * eshell/em-ls.el (eshell-ls-insert-directory):
201 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
202 buffers, if Eshell's ls is being used.
203
118562e1 2042001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 205
28037ecf
SM
206 * calendar/timeclock.el (timeclock-completing-read): New function.
207 (timeclock-ask-for-project, timeclock-ask-for-reason):
208 Call `timeclock-completing-read'.
978bd3ea
JW
209
210 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
211 required where `member' was being used.
212
118562e1 2132001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 214
28037ecf
SM
215 * eshell/em-hist.el (eshell-previous-matching-input):
216 Don't display "History item" if the the minibuffer is active.
978bd3ea 217
30cb0001
GM
2182001-04-11 Gerd Moellmann <gerd@gnu.org>
219
220 * startup.el (command-line): Output a newline after printing
221 an error from loading the window system's init file.
222
e38af9bd
EZ
2232001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
224
28037ecf
SM
225 * textmodes/texinfo.el (texinfo-font-lock-keywords):
226 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
227 @inforef. Add an OVERRIDE of `keep' to highlight specs of
228 keywords whose arguments routinely include @@.
229
bbf63a7b
GM
2302001-04-10 Gerd Moellmann <gerd@gnu.org>
231
28037ecf
SM
232 * emacs-lisp/advice.el (ad-make-advised-definition):
233 Construct advice for subrs differently.
afffeb57 234
3fe35f35 235 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 236 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 237
c8d6d636 238 * simple.el (completion-list-mode-finish): New function.
28037ecf 239 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 240
2a52f40e 241 * language/european.el ("Polish"): Change sample text.
28037ecf 242 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 243
cf8b1bef
GM
244 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
245 parameter.
246
bbf63a7b
GM
247 * faces.el (menu): Doc fix.
248
719d83ad 2492001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
250
251 * ps-print.el: Footer implementation. Doc fix.
252 (ps-print-version): New version number (6.5.1).
253 (ps-header-frame-alist): New customization var for header frame
254 properties.
255 (ps-line-number-color): New customization var for line number color.
256 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
257 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
258 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
259 (ps-right-footer): New customization vars for footers.
260 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
261 footers.
262 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
263 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
264 Code fix.
319acba0
GM
265 (ps-prologue-file): Indentation fix.
266 (ps-print-quote): Fun eliminated.
267 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
268 (ps-output-frame-properties): New fun.
269 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
270 (ps-skip-newline): Replace defun by defsubst.
28037ecf 271
e372bc67 2722001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
273
274 * eshell/eshell.el (eshell-command): Needed a "%s" format
275 specifier, in case the buffer contains percent characters.
276
e372bc67 2772001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
278
279 * calendar/timeclock.el (timeclock-generate-report): Added a
280 missing insert of the project name.
281
9f9a5e7a
GM
2822001-04-09 Gerd Moellmann <gerd@gnu.org>
283
9170e5d4 284 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 285
865e97c1 286 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 287 (finder-data): Use it instead of `setwins'.
865e97c1
GM
288 From: Dave Love <fx@gnu.org>.
289
cf3885ac 290 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
291 (server-visit-files): Run server-visit-hook after going to
292 line 1 so that the hook can set point as it sees fit.
293
9f9a5e7a
GM
294 * bindings.el (mode-line-modified): Unify help messages.
295
51f32106
EZ
2962001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
297
298 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
299 All callers changed.
300
e02160a3
EZ
3012001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
302
8e6bb0d0
EZ
303 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
304 long file names aren't supported, truncate the file names in
305 quail-misc-package-ext-info to 8+3 before matching them against
306 FILENAME.
307
308 * dos-fns.el (dos-truncate-to-8+3): New function.
309
ec321d77
EZ
310 * progmodes/compile.el (grep-compute-defaults): Use null-device
311 instead of literal /dev/null. Reported by Jens Schmidt
312 <schmidt@mathematik.uni-kl.de>.
313
e02160a3
EZ
314 * simple.el (normal-erase-is-backspace-mode): Doc fix.
315
cf3885ac
SM
3162001-04-06 Stefan Monnier <monnier@cs.yale.edu>
317
318 * textmodes/sgml-mode.el: Add unknown maintainer.
319 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
320 (html-mode-map): Use set-keymap-parent.
321
3ffb33bb
DL
3222001-04-06 Dave Love <fx@gnu.org>
323
324 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
325 Remove redundant string-to-list.
326
8f625692
SM
3272001-04-05 Stefan Monnier <monnier@cs.yale.edu>
328
329 * composite.el (reference-point-alist): Doc fix.
330
1087f198
SS
3312001-04-05 Sam Steingold <sds@gnu.org>
332
8f625692
SM
333 * font-lock.el (font-lock-keywords-case-fold-search):
334 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
335 file made font-lock case-insensitive.
336
a55e4e68
GM
3372001-04-05 Gerd Moellmann <gerd@gnu.org>
338
0e4892e2
GM
339 * faces.el (defface menu): Doc fix.
340
4d664b04
GM
341 * wid-edit.el (widget-color-sample-face-get): Don't make
342 faces for undefined colors.
343
a55e4e68
GM
344 * version.el (emacs-version): Include LessTif/Motif version info.
345
f383cd0d
GM
3462001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
347
348 * ps-mule.el: Eliminate cl package dependence.
349 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
350 if they aren't defined yet.
351 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
352 Eliminate cl package dependence.
353
de28797f
SM
3542001-04-04 Stefan Monnier <monnier@cs.yale.edu>
355
356 * progmodes/cc-cmds.el (c-outline-level):
357 Bind buffer-invisibility-spec. Originally from Dave Love, but
358 got lost when incorporating version 5.26.
359
32df8b47
EZ
3602001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
361
de28797f
SM
362 * emulation/pc-select.el (pc-selection-mode):
363 Call normal-erase-is-backspace-mode instead of binding
364 keys individually.
58e4f61d 365
7f62656b
EZ
366 * cus-load.el (normal-erase-is-backspace): Use it instead of
367 delete-key-deletes-forward.
368
369 * startup.el (command-line): Use normal-erase-is-backspace and
370 normal-erase-is-backspace-mode.
371
372 * simple.el (normal-erase-is-backspace): Rename from
373 delete-key-deletes-forward. Doc fix.
374 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
375 delete-key-deletes-forward-mode. Doc fix.
376 Run normal-erase-is-backspace-hook.
7f62656b 377
32df8b47 378 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
379 ``human-readable'' format produced by GNU `ls'.
380 (dired-move-to-filename-regexp): Recognize ISO format dates.
381 From Paul Eggert <eggert@twinsun.com>.
32df8b47 382
5efa6032
GM
3832001-04-04 Gerd Moellmann <gerd@gnu.org>
384
385 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
386 New functions.
de28797f
SM
387 (lm-verify): Check keywords.
388 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 389
d757aac1
EL
3902001-04-03 Eric M. Ludlam <eric@siege-engine.com>
391
392 * speedbar.el (speedbar-insert-image-button-maybe): Check for
393 `xemacs' feature instead of for the function `set-extent-property'.
394
9832760a
SM
3952001-04-03 Stefan Monnier <monnier@cs.yale.edu>
396
397 * mail/mh-utils.el (mh-folder-hist): New var.
398 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
399
d565f6aa
EZ
4002001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
401
402 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
403 region, position point on the first or last 16-byte group.
404 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
405 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
406 hexl-beginning-of-line.
407
24c0fd39
GM
4082001-04-03 Gerd Moellmann <gerd@gnu.org>
409
5efa6032
GM
410 * icomplete.el (icomplete-mode): Treat an argument like other
411 modes do.
412
b3f6107b
GM
413 * startup.el (fancy-splash-head): Use splash8.xpm for color
414 depth 8.
415
24d451c5
SM
416 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
417 Add an antry for ``converts''.
476bf681 418
24d451c5
SM
419 * language/slovak.el ("Slovak"): Add documentation string.
420 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 421
450f6970
GM
422 * language/czech.el ("Czech"): Add documentation string.
423 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
424
24d451c5
SM
425 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
426 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
427
4282001-04-02 Stefan Monnier <monnier@cs.yale.edu>
429
430 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
431 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
432 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
433 Use `defsubst' rather than a macro to ease debugging.
434 (mail-extr-last): Remove (use `last' instead).
435 (mail-extract-address-components): Properly reset the syntax-table
436 after parsing an address. Use `last' rather than mail-extr-last.
437 Make sure the end marker stays at the very end.
24c0fd39 438
2b908342
EZ
4392001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
442 last change.
443
acfb077d
GM
4442001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
445
446 * ps-print.el: Line and paragraph spacing feature. Region to cut
447 out when printing. Doc fix.
448 (ps-print-version): New version number (6.5).
24d451c5
SM
449 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
450 New vars. Line and paragraph spacing feature.
acfb077d
GM
451 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
452 out when printing.
453 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
454 (ps-get-font-size, ps-begin-job, ps-continue-line)
455 (ps-plot-region): Code fix.
456 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
457 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
458 New internal vars.
acfb077d
GM
459 (ps-get-size): New fun.
460 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
461 (ps-next-line): Replace defun by defsubst.
462 (ps-mule-plot-string): Autoload doc fix.
463
464 * ps-bdf.el: XEmacs compatibility. Doc fix.
465 (installation-directory, coding-system-for-read): Declare vars if
466 it's not declared yet.
467 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
468
469 * ps-mule.el: XEmacs compatibility. Doc fix.
470 (leading-code-private-22): Declare var if it's not declared yet.
471 (charset-bytes, charset-dimension, charset-id, charset-width)
472 (find-charset-region, split-char, char-width, chars-in-region)
473 (forward-point, decompose-composite-char, encode-coding-string)
474 (coding-system-p, ccl-execute-on-string, define-ccl-program):
475 Define funs if not defined yet.
476 (encode-composition-rule, find-composition): Define funs if not
477 loaded yet.
478 (ps-mule-prologue): PostScript code fix.
479
4802001-04-02 Kenichi Handa <handa@etl.go.jp>
481
482 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
483 non-nil, generate font for the header strings.
484 (ps-mule-prepare-font): Likewise.
485 (ps-mule-generate-glyphs): Likewise.
486 (ps-mule-string-encoding): Likewise.
487 (ps-mule-header-charsets): New variable.
488 (ps-mule-encode-header-string): New function.
489 (ps-mule-header-string-charsets): New function.
490 (ps-mule-begin-job): Check charsets in the header strings. If there
491 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
492
493 * ps-print.el (ps-generate-header-line): Encode the header string by
494 ps-mule-encode-header-string.
495 (ps-mule-encode-header-string): Declare autoload.
496
c0eb3c10
GM
4972001-04-02 Gerd Moellmann <gerd@gnu.org>
498
24d451c5
SM
499 * frame.el (cursor-in-non-selected-windows):
500 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 501
a3d0b0e0
KH
5022001-03-31 Kenichi Handa <handa@etl.go.jp>
503
504 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
505 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 506 (quail-misc-package-ext-info): New variable.
a3d0b0e0 507 (tsang-quick-converter): New function.
24d451c5
SM
508 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
509 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
510 (miscdic-convert, batch-miscdic-convert): New functions.
511
55f7832c
KH
5122001-03-30 Kenichi Handa <handa@etl.go.jp>
513
a2217cd8
KH
514 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
515 eight-bit-control chars.
516
55f7832c 517 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 518 Reduce making temporary vector (suggested by Dave Love).
55f7832c 519
911a2406
EZ
5202001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
521
522 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
523 string as well.
524
1a518f2c
AS
5252001-03-30 Andreas Schwab <schwab@suse.de>
526
527 * files.el (backup-directory-alist): Fix typo.
528
ef080b16
EZ
5292001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
530
531 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
532 <eggert@twinsun.com>.
533
e4174a55
DL
5342001-03-30 Dave Love <fx@gnu.org>
535
536 * progmodes/fortran.el (fortran-comment-region): Fix typo.
537
9d5d1075
EZ
5382001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
539
540 * simple.el (transient-mark-mode): Mention C-g in the doc string.
541
a27b451e
MB
5422001-03-30 Miles Bader <miles@gnu.org>
543
544 * subr.el (interactive-form): Fix paren typo.
545
aea51abe
EZ
5462001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
547
548 * emacs-lisp/profile.el: Say that it's obsolete in the header
549 line, so that finder.el puts that into its data-base.
550 Suggested by Alex Schroeder <alex@gnu.org>.
551
249dd409
EZ
5522001-03-29 Paul Eggert <eggert@twinsun.com>
553
554 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
555 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
556
1ac1fa96
SM
5572001-03-29 Stefan Monnier <monnier@cs.yale.edu>
558
559 * generic.el (generic-mode-set-comments): Use "" rather than nil
560 for comment-end.
561
e2b8a830
GM
5622001-03-29 Gerd Moellmann <gerd@gnu.org>
563
1ac1fa96
SM
564 * emacs-lisp/advice.el (ad-make-advised-definition):
565 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
566
567 * subr.el (interactive-form): New function.
568
8b2375e7
AS
5692001-03-29 Andre Spiegel <spiegel@gnu.org>
570
571 * vc-sccs.el (vc-sccs-register): Use relative file names.
572
f827b862
GM
5732001-03-28 Gerd Moellmann <gerd@gnu.org>
574
e59d0e9d
GM
575 * bookmark.el (bookmark-get-bookmark): Handle case that
576 BOOKMARK is not a string.
577
deb2613a
GM
578 * image.el (image-type-regexps): Change type for PS files
579 to `postscript'.
580
f827b862
GM
581 * subr.el (read-passwd): Clear command history after each
582 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
583
3c9449d0
KH
5842001-03-27 Kenichi Handa <handa@etl.go.jp>
585
586 * international/kkc.el (kkc-save-init-file): Locally bind
587 print-length to nil.
588
e6b13c74
GM
5892001-03-26 Gerd Moellmann <gerd@gnu.org>
590
e120bebf
GM
591 * textmodes/flyspell.el: Some doc fixes.
592 (flyspell-maybe-correct-transposition)
593 (flyspell-maybe-correct-doubling): Use a temporary buffer
594
595 * textmodes/ispell.el (ispell-parse-output): Doc fix.
596
5f6c5771 597 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
598 (byte-optimize-form-code-walker): Diagnose too few arguments
599 for `if' and `while'.
600
2b984c45
KH
6012001-03-26 Kenichi Handa <handa@etl.go.jp>
602
603 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
604 Prepend `\' to "\<quail-translation-docstring>".
605
bf2150fa
GM
6062001-03-26 Gerd Moellmann <gerd@gnu.org>
607
5f6c5771
SM
608 * autorevert.el (global-auto-revert-non-file-buffers):
609 Remove duplicate defcustom.
bf2150fa 610
a0d59316
MB
6112001-03-26 Miles Bader <miles@gnu.org>
612
5f6c5771
SM
613 * international/latin1-disp.el (latin1-char-displayable-p):
614 Add leading "-" for X font pattern.
a0d59316 615
9edbff6c
KH
6162001-03-26 Kenichi Handa <handa@etl.go.jp>
617
5f6c5771
SM
618 * international/mule-diag.el (describe-coding-system):
619 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
620 charsets they can encode.
621
50b57199
EZ
6222001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
623
624 * help.el (view-lossage): Mention open-dribble-file in the doc
625 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
626
5b83f9c0
SM
6272001-03-23 Stefan Monnier <monnier@cs.yale.edu>
628
629 * skeleton.el (skeleton-internal-list): Fix bogus logic.
630 (skeleton-pair-insert-maybe): Don't pair after a backslash.
631
e0ecbf5c
KH
6322001-03-23 Kenichi Handa <handa@etl.go.jp>
633
5b83f9c0
SM
634 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
635 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
636 multibyte sequence can work correctly.
637 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
638 property of the coding system.
639
1cc218de
SM
6402001-03-23 Stefan Monnier <monnier@cs.yale.edu>
641
642 * textmodes/fill.el (fill-individual-paragraphs-prefix):
643 Fix transcription typo.
644
a3db02ad
RV
6452001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
646
647 * whitespace.el: Add buffer local variables to toggle testing of
648 whitespaces in buffers without affecting the default values.
a3db02ad 649 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
650 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
651 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
652 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 653
83c9cb8e
SM
6542001-03-21 Stefan Monnier <monnier@cs.yale.edu>
655
656 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
657
180d5509
GM
6582001-03-21 Gerd Moellmann <gerd@gnu.org>
659
eeb5b5c1
GM
660 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
661 bs-cycle-configuration-name. From Juanma Barranquero
662 <lektu@uol.com.br>.
663
170a9e70
GM
664 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
665 and cc-vars.el.
666
180d5509
GM
667 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
668 headers. Always invoke sendmail with option -t.
669
130c507e
GM
6702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
671
672 * Release of cc-mode 5.28.
673
6742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
675
676 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
677 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 678 It's instead taken care of by the default value for c-default-style.
130c507e 679
130c507e
GM
6802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
681
682 * cc-align.el (c-lineup-math): Fix bug where lineup was
683 triggered by equal signs in string literals.
684
6852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
686
687 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
688 limit detection when at the ends of the buffer.
689
690 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
691 "for" statement clause in case 7F; a better one is done
692 earlier in case 7D anyway.
693
6942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
695
696 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
697 somewhat more and did a small optimization.
698
6992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
700
701 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
702 Use the limit argument only to limit the syntactic context
703 search, not to limit the actual movement.
704
705 * cc-cmds.el (c-beginning-of-statement): Move by sentence
706 inside multiline strings, just like in comments. Also various
707 fixes to the paragraph and comment prefix recognition, block
708 comment ender handling etc.
709
7102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
711
712 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
713 the relative position of the point.
714
715 * cc-cmds.el (c-electric-continued-statement): New function to
716 use as abbrev hook to reindent for keywords such as "else"
717 that continues an earlier statement.
718
719 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
720 like classes.
721
722 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
723 (pike-mode): Populate the default abbrev tables to reindent for
724 keywords such as "else" that can continue earlier statements.
725 Abbrev mode is therefore turned on by default now. (Note that
726 this doesn't apply to idl-mode, since IDL afaik doesn't have
727 statements at all.)
728
7292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
730
731 * cc-engine.el (c-inside-bracelist-p): Fix for handling
732 bracelists where the declaration contains template arguments.
733
7342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
735
83c9cb8e
SM
736 * cc-cmds.el (c-comment-indent):
737 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
738 syntactic indentation. Fixes bug with lineup functions that
739 return vectors.
740
741 * cc-engine.el (c-get-syntactic-indentation): Split the
742 indentation sum calculation from `c-indent-line' to a separate
743 function.
744
7452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
746
747 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
748 Fixed places where it was assumed that preprocessor directives
749 have to start in column zero.
750
751 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
752 template arguments after a class identifier properly.
753
754 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
755 lists for `new Foo[]' constructs in Java as expressions and
756 not top level definition brace lists on the top level, so that
757 they'll get indented consistently with the same type of
758 expression in a normal block.
759
7602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
761
762 * cc-cmds.el (c-fill-paragraph): The kludge that checks
763 whether the adaptive filling package fails to keep the comment
764 prefix is now kludged further to check for filladapt-mode
765 which doesn't have that problem. This is really icky, but it's
766 the only way that works with the current misfeatures/bugs in
767 both adaptive-fill-mode and filladapt-mode.
768
769 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
770 around point is recognized more robust.
771
7722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
773
774 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
775 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
776 (c-lit-type): Fixed all internal variables used dynamically so
777 that they are always bound.
778
779 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
780 errors:
781
782 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
783 the region is fully reindented even when an error occurs.
784 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
785 whole lot of code that tried to optimize indentation of whole
786 sexps but in reality accomplishes nothing.
787
788 (c-indent-sexp): Use c-indent-region.
789
790 (c-parsing-error): Changed this variable to hold the message
791 for any syntactic error that is discovered.
792
793 (c-parse-state): Search backward from point instead of the bod
794 position when the latter is invalid. This makes CC Mode
795 recover faster when there are unbalanced close braces.
796
797 (c-backward-to-start-of-if): Use c-parsing-error to report
798 dangling "else" clauses instead of throwing an error, and fall
799 back to a reasonable position.
800
83c9cb8e 801 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 802
83c9cb8e 803 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
804
8052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
806
807 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
808 paragraph recognition when moving by sentence in literals.
809
83c9cb8e
SM
810 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
811 start regexp for javadoc to recognize javadoc markup in general instead
812 of a specific set of keywords, to be more future-safe.
130c507e
GM
813
814 (c-Pike-pikedoc-paragraph-start)
815 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
816 pikedoc markup.
817
83c9cb8e 818 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 819
83c9cb8e 820 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
821
822 * cc-vars.el (c-default-style): Made a nicer Customize widget.
823
824 (c-comment-prefix-regexp): Made it possible to use an
825 association list on this to specify mode specific regexps.
826 The default value now use a special regexp in Pike mode to
827 recognize pikedoc markup.
828
829 (c-current-comment-prefix): New variable containing the actual
830 regexp from c-comment-prefix-regexp for the current buffer.
831
8322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
833
834 * cc-cmds.el (c-electric-brace): Fixed check for special brace
835 lists: We can't look at the syntax, since a brace list can get
836 recognized as a plain statement-cont.
837
838 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
839 special brace list opener broken over two lines got recognized
840 as a statement on the second line. Case 9A changed.
841
8422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
843
844 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
845 adjustment after line is reindented.
846
8472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
848
849 * cc-defs.el (c-point): Added optional argument for position
850 to use instead of the current point.
851
852 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
853 the in-expression block symbols when the construct starts at
854 boi, to avoid the extra level of indentation in that case.
855 Cases 4, 16A and 17E affected.
856
8572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
858
859 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 860 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
861
862 * cc-engine.el (c-indent-line): Use the syntax already bound
863 to `c-syntactic-context', if there is any.
864
8652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
866
867 * cc-engine.el (c-get-offset): Fixed bug where the indentation
868 wasn't added up correctly when a lineup function returned nil.
869
8702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
871
872 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 873 empty lines were ignored when collecting line comments backwards.
130c507e
GM
874
8752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
876
877 * cc-align.el (c-lineup-dont-change): Return an absolute
878 indentation column to work correctly in the case when several
879 syntactic elements are processed for the same line.
880
881 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
882 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
883 (c-set-offset): Added absolute indentation column settings by
884 using the vector type.
885
130c507e
GM
8862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
887
888 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
889 Implemented two new cleanups `space-before-funcall' and
890 `compact-empty-funcall'.
891
130c507e
GM
8922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
893
894 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
895 helping building regexps.
896
897 * cc-engine.el (c-on-identifier): New function for detecting
898 identifiers. It takes keywords into account.
899
900 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
901 lists. `c-keywords' is set to a regexp matching all keywords
902 in the current language.
903
9042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
905
906 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
907 list of characters to skip backwards over at the beginning of
908 a statement, since it can precede string literals in Pike.
909
9102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
911
912 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
913 recognition when standing on the last line in a C++ comment
914 with nothing but whitespace after the prefix.
915
916 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
917 given no limit argument.
918
9192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
920
921 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
922 recognition for the `[]= operator symbol in Pike.
923
9242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
925
926 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
927 around a bug in `eval-when-compile' in the byte compiler.
928
929 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 930 value when count is zero and there's no token start within the limit.
130c507e
GM
931
932 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
933 "prefix comments", i.e. comments which are followed by code on
934 the same line.
935
936 * cc-mode-19.el: Fixes so that checks that must be done at
937 compile time also are done then.
938
9392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
940
941 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
942 time and at runtime, and only when it's needed.
943
9442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
945
946 Major cleanup for less error prone and more warning free
947 compilation, including some fixes for bugs due to different
948 compilation orders. Thanks to Martin Buchholz for providing
949 the basis for all this.
950
951 * cc-bytecomp.el: New file that provides some byte compilation
952 features: It ensures that files always are loaded from the
953 current source directory during compilation, and it provides a
954 set of macros to turn off specific compiler warnings for
955 specific symbols. (It's not CC Mode specific in any way.)
956
957 Fixed a nearly acyclic dependency tree (both runtime and
958 compile-time) between all files.
959
960 * cc-defs.el: Separated all macros before the inline functions,
961 to ensure correct compilation.
962
963 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
964 cc-defs.el to cc-engine.el and made it a function instead.
965
966 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
967 about char-after.
968
969 * cc-vars.el: Cope even when there isn't a custom package
970 containing defcustom available.
971
972 * cc-make.el: Removed since it's no longer necessary.
973
974 README: Updated installation instructions.
975
9762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
977
978 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
979 improve the modularity: Moved all mode init stuff from
980 cc-langs.el to cc-mode.el, including the keymap
981 initialization; cc-langs now only contains the various
982 variables for configuring the language syntax.
983
83c9cb8e
SM
984 * cc-engine.el, cc-styles.el (c-evaluate-offset)
985 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 986 dependency analysis suggests they belong there (which also
83c9cb8e 987 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
988
9892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
990
991 * cc-cmds.el (c-fn-region-is-active-p): New function that
992 wraps the corresponding macro, for use in places that aren't
993 compiled. Thanks to Martin Buchholz for pointing out this.
994
83c9cb8e 995 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
996
997 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
998 add things to the bug report.
999
10002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1001
1002 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1003 returned prefix could contain a newline when the search for a
1004 good prefix line failed.
1005
10062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1007
1008 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1009 (c-toggle-auto-hungry-state): Made the argument optional, as
1010 the documentation says it is.
1011
10122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1013
1014 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1015 multiline string syntax, #"...", as a cpp macro.
1016
7008ccac
GM
10172001-03-21 Paul Eggert <eggert@twinsun.com>
1018
83c9cb8e
SM
1019 * international/mule-cmds.el (set-locale-environment):
1020 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1021 caller specifies a non-nil locale name.
3c9449d0 1022
c2478129 10232001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1024
1025 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1026 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1027
117e4b0c
GM
10282001-03-20 Gerd Moellmann <gerd@gnu.org>
1029
7194219d
GM
1030 * follow.el (follow-avoid-tail-recenter): Doc fix.
1031
5721ae13
GM
1032 * custom.el (custom-set-variables): Avoid reversing the list
1033 of args needlessly.
1034
7b8bbf72
GM
1035 * startup.el (fancy-splash-head): Don't change the colors of the
1036 XPM image on a dark background.
1037
a91ad7c9
GM
1038 * comint.el (comint-exec-1): Set columns of the terminal to
1039 window-width instead of frame-width.
1040
fa88947e
GM
1041 * info.el (Info-scroll-down): Add missing WINDOW arg for
1042 pos-visible-in-window-p.
1043
1741905c
GM
1044 * ehelp.el (electric-help-mode-hook): Add defcustom.
1045
117e4b0c
GM
1046 * mail/sendmail.el (mail-mode): Activate case-folding in
1047 font-lock-defaults.
1048
e84c695d
SM
10492001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1050
1051 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1052 (completion-ignored-extensions): Remove duplicate ".class".
1053
fc774041
AS
10542001-03-19 Andreas Schwab <schwab@suse.de>
1055
83c9cb8e
SM
1056 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1057 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1058
c2c097cc
GM
10592001-03-19 Gerd Moellmann <gerd@gnu.org>
1060
1061 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1062 methods since there are not prefix input methods.
1063
fbe2e958
KH
10642001-03-19 Kenichi Handa <handa@etl.go.jp>
1065
83c9cb8e
SM
1066 * international/mule-cmds.el (read-input-method-name):
1067 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1068
da47e491
SM
10692001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1070
1071 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1072
4986c2c6 10732001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1074
4986c2c6
MK
1075 * ediff-util.el: Copyright years.
1076 (ediff-choose-syntax-table): New function.
1077 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1078
4986c2c6
MK
1079 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1080 with-syntax-table.
83c9cb8e 1081
4986c2c6 1082 * ediff.el: Date of last update, copyright years.
83c9cb8e 1083
4986c2c6 1084 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1085
4986c2c6
MK
1086 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1087 of Scott Bronson.
1088 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1089 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1090 Deleted functions.
1091 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1092 ex-token-list.
83c9cb8e 1093
4986c2c6 1094 * viper-util.el: Spaces, indentation.
83c9cb8e 1095
4986c2c6 1096 * viper.el: Changed version, modification time.
83c9cb8e 1097
3c799aec 10982001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1099
1100 * calendar/timeclock.el (timeclock-workday-remaining):
1101 Check whether `discrep' is non-null before using it.
3c799aec 1102
ae3ce418
JW
11032001-03-16 John Wiegley <johnw@gnu.org>
1104
1105 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1106 first-time checkins.
1107 (timeclock-log-data): Fixed problem with reading timelog log file.
1108 Resulting data in the "day list" was incorrect.
1109 (timeclock-find-discrep): Check if `timeclock-file' is readable
1110 before opening it.
1111 (timeclock-time-less-p): New function.
1112 (timeclock-day-base): New function.
1113 (timeclock-geometric-mean): New function.
1114 (timeclock-generate-report): Generate a summary report based on
1115 the contents of the log file. This uses `timeclock-log-data', and
1116 is an example of writing a timelog manipulation function.
1117 (timeclock-visit-timelog): A quick command for opening the timelog
1118 file.
1119 (timeclock-log-data): Bound the variable event.
1120
c8d4a9bb
KH
11212001-03-16 Kenichi Handa <handa@etl.go.jp>
1122
83c9cb8e
SM
1123 * international/mule-cmds.el (select-safe-coding-system):
1124 Fix typo: symbol-name -> symbol-value.
11d56c64 1125
c8d4a9bb
KH
1126 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1127 before substitute-in-file-name to handle double slashes in FILE
1128 correctly.
1129
c899e7e6
GM
11302001-03-15 Gerd Moellmann <gerd@gnu.org>
1131
1132 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1133 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1134
819dce0f
GM
11352001-03-14 Gerd Moellmann <gerd@gnu.org>
1136
697617d9
GM
1137 * bindings.el (features): Add `md5' and `overlay' to the list.
1138
819dce0f
GM
1139 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1140 bound before using it. It's not bound when configured without X,
1141 for instance.
1142
e0067a9d
TTN
11432001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1144
1145 * progmodes/hideshow.el: Update copyright.
1146 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1147 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1148
afcdc0a1
GM
11492001-03-13 Gerd Moellmann <gerd@gnu.org>
1150
e0067a9d 1151 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1152 a non-list.
1153
30564c48
EZ
11542001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1155
1156 * startup.el (fancy-splash-tail, command-line-1): Fix the
1157 copyright year.
1158
2b8e24b3
KH
11592001-03-13 Kenichi Handa <handa@etl.go.jp>
1160
1161 * term.el: These changes are based on a patch sent from Yong Lu
1162 <lyongu@yahoo.com>.
1163 (term-set-escape-char): Bind M-x to execute-extended-command in
1164 term-raw-escape-map.
1165 (term-move-columns): Don't try to move to negagive column.
1166 (term-emulate-terminal): Insert a string before deleting a text to
1167 overwrite.
1168
789b6186
GM
11692001-03-12 Gerd Moellmann <gerd@gnu.org>
1170
b0778a31
GM
1171 * play/life.el (life): Rearrange code so that all calls to
1172 life-display-generation are in a catch-form.
1173
04528cda
GM
1174 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1175 file that isn't interesting. In an interesting file, push the old
1176 value of point on the mark ring.
1177
760cefb5
GM
1178 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1179 New function.
1180 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1181 Use it.
1182
83c9cb8e
SM
1183 * emacs-lisp/autoload.el (generate-file-autoloads):
1184 Remove warning about line lengths.
789b6186 1185
a2ffbafe
FP
11862001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1187
1188 * progmodes/etags.el (tags-compression-info-list): New variable.
1189 (find-tag-in-order): Use it to deal with compressed source files.
1190 (tag-file-name-match-p): New function.
1191 (etags-recognize-tags-table): Use it for better match of file names.
1192
5c9d9d92
KH
11932001-03-12 Kenichi Handa <handa@etl.go.jp>
1194
ba3e9b9b
KH
1195 * international/mule-cmds.el (register-input-method): Doc fix.
1196
5c9d9d92
KH
1197 * international/quail.el (quail-translate-key): Fix condition to
1198 check if there's another breaking point in the current key.
1199
40beecee
EZ
12002001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1201
1202 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1203 Babyl header to the newly-created output file, bind
1204 coding-system-for-write to either rmail-file-coding-system or
1205 emacs-mule-unix.
1206
75c6cb7f
SM
12072001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1208
1209 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1210 Fix the name and regexp used for subsubsections.
1211
5ec17636
DL
12122001-03-10 Dave Love <fx@gnu.org>
1213
1214 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1215 and save-buffer if buffer-file-name non-nil. From rms.
1216
6d2e2c02
AS
12172001-03-10 Andre Spiegel <spiegel@gnu.org>
1218
1219 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1220 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1221 to reflect that.
1222 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1223 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1224 variable bindings that might affect the diff command.
1225 (vc-print-log): Don't switch to the *vc* buffer before the
1226 command, so that local variable bindings are preserved.
1227
789b6186 1228 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1229 not the current buffer.
1230 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1231
789b6186 1232 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1233 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1234
b18f5523
SM
12352001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1236
1237 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1238 so ^, $, *, ? and + are interpreted correctly.
1239
3cfd8357
GM
12402001-03-09 Gerd Moellmann <gerd@gnu.org>
1241
c085b77c 1242 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1243 mode-line-key-binding. Handle any event on a string.
1244 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1245
3cfd8357
GM
1246 * comint.el (comint-insert-clicked-input): Use the last key
1247 from this-command-keys to lookup the global key definition.
1248
348f797a
KH
12492001-03-09 Kenichi Handa <handa@etl.go.jp>
1250
3ebf3717
KH
1251 * international/characters.el: Add category `j' for
1252 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1253
348f797a
KH
1254 * international/mule-conf.el (no-conversion): Fix docstring.
1255 (raw-text): Fix docstring.
1256
e1fbabaf
GM
12572001-03-08 Gerd Moellmann <gerd@gnu.org>
1258
96e8e603
GM
1259 * simple.el (choose-completion-string): When not leaving the
1260 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1261 is set.
1262
e1fbabaf
GM
1263 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1264 parameter `(minibuffer . t)'.
1265
f9db8f19
SM
12662001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1267
1268 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1269 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1270 (sh-mode): Remove `make-local-variable' for unused var
1271 `font-lock-unfontify-region-function'.
1272
02756877
RS
12732001-03-07 Richard M. Stallman <rms@gnu.org>
1274
132bf46d
RS
1275 * info.el (Info-scroll-down): Fix previous change.
1276
02756877
RS
1277 * mail/rmail.el (rmail-toggle-header): Use a window which
1278 is showing the Rmail buffer, rather than the selected window.
1279
eeb24429
DL
12802001-03-07 Dave Love <fx@gnu.org>
1281
1282 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1283 now, to avoid problems with binding imenu directly to a mouse event.
1284
3bdf2660
GM
12852001-03-07 Gerd Moellmann <gerd@gnu.org>
1286
1287 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1288 second arg t.
1289
12902001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1291
1292 * log-edit.el (log-edit-common-indent): New var.
1293 (log-edit-set-common-indentation): Renamed from
1294 log-edit-delete-common-indentation. Use the new var.
1295 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1296
1297 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1298 (cvs-mode-add-change-log-entry-other-window):
1299 Don't presume change-log-default-name is defined.
1300
1301 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1302
1303 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1304 the "tree" operation as well.
1305
1306 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1307
1308 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1309 to match paragraph-start.
1310
1311 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1312 comment-start-skip and set comment-end-skip as well.
1313 (sgml-comment-indent): Fix for new value of comment-start-skip.
1314 (html-autoview-mode): Don't bother using make-local-hook.
1315
2ad02767
GM
13162001-03-07 Gerd Moellmann <gerd@gnu.org>
1317
189638d5 1318 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1319 variables, otherwise long Custom entries would make them ineffective.
189638d5 1320
2ad02767
GM
1321 * uniquify.el: Set maintainer to FSF.
1322
656f8cae
EZ
13232001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1324
1325 * dired-aux.el (dired-do-shell-command): Doc fix.
1326
c83965c4
SM
13272001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1328
04af43bc
SM
1329 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1330
1331 * which-func.el (which-func-modes): Add cperl-mode.
1332 (which-func-mode-global): Use define-minor-mode.
1333
1334 * info-look.el: Docstring fixes and dead code eliminated.
1335 (cperl-mode): Add support.
1336 (emacs-lisp-mode): List all entries from elisp manual, whether
1337 or not they are currently (f)bound or not. Update regexp.
1338
1339 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1340
c83965c4
SM
1341 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1342 so that C-h m shows the correct information.
1343 Use make-local-variable rather than make-variable-buffer-local.
1344 (cperl-info-buffer, cperl-setup-tmp-buf):
1345 Use make-local-variable rather than make-variable-buffer-local.
1346 (cperl-msb-fix, cperl-get-help-defer):
1347 Check major-mode for `cperl-mode' as well.
1348
1349 * progmodes/cperl-mode.el: Updated to author version 4.23.
1350 (cperl-electric-pod): SYNOPSIS was misspelled.
1351 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1352 (cperl-after-expr-p): Make true after __END__.
1353
f16a7aa5
GM
13542001-03-06 Gerd Moellmann <gerd@gnu.org>
1355
157ae273 1356 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1357 bookmark-completion-ignore-case is t.
157ae273 1358
f16a7aa5
GM
1359 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1360 switch, like xterm, and concat resource strings, with a newline
1361 between them.
1362
abaddb98
EZ
13632001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1364
a2ffbafe 1365 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1366 (cp773-decode-table, cp774-decode-table): New variables.
1367
abaddb98
EZ
1368 * man.el (Man-hyphenated-reference-regexp): New variable.
1369 (Man-build-references-alist): Use it to search for referenced
1370 manpages. If hyphenated is non-nil, record a concatenated word in
1371 Man-refpages-alist only if it matches Man-reference-regexp.
1372 Update word's length when it is concatenated. Reverse the list,
1373 to get the first manpage at the head.
1374 (Man-possibly-hyphenated-word): New function.
1375 (Man-follow-manual-reference): Use it instead of current-word to
1376 find a manpage at point, in a way that accounts for hyphenated
1377 references.
1378
eb3f61dd
GM
13792001-03-06 Alex Schroeder <alex@gnu.org>
1380
1381 * sql.el (sql-interbase): New function.
1382 (sql-interbase-program): New option.
1383 (sql-interbase-options): New option.
1384 And some typos fixed: "customise" to "customize".
1385
fa84f42a
DL
13862001-03-06 Dave Love <fx@gnu.org>
1387
83c9cb8e
SM
1388 * textmodes/flyspell.el (flyspell-region):
1389 Set up flyspell-local-mouse-map.
fa84f42a 1390
fda3411d
RS
13912001-03-05 Richard M. Stallman <rms@gnu.org>
1392
a2ffbafe 1393 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1394 Don't call rmail-beginning-of-message.
1395 Don't discard From: field. Do discard Received: field.
1396 Use unwind-protect to re-prune.
1397 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1398
e972ab1f
KH
13992001-03-06 Kenichi Handa <handa@etl.go.jp>
1400
1401 * international/quail.el (quail-title): Add autoload cookie.
1402
335db3c1
DL
14032001-03-05 Dave Love <fx@gnu.org>
1404
1405 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1406 new defs.
1407
278dd6ac
KH
14082001-03-05 Kenichi Handa <handa@etl.go.jp>
1409
83c9cb8e
SM
1410 * language/ethio-util.el (ethio-toggle-space):
1411 Update current-input-method-title if necessary.
36d5e61d
KH
1412 (ethio-toggle-punctuation): Likewise.
1413
341cd4f0
KH
1414 * international/quail.el (quail-title): Fix for the case that a
1415 title of an input method is specified by a list of the same form
1416 as used in mode-line-format.
1417
83c9cb8e
SM
1418 * international/mule-cmds.el (activate-input-method):
1419 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1420 respect that value.
1421
10ebaeb6
GM
14222001-03-05 Gerd Moellmann <gerd@gnu.org>
1423
1424 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1425
7a65c85c
GM
14262001-03-05 Alex Schroeder <alex@gnu.org>
1427
1428 * sql.el (sql-sybase): Fix typo (was: query user about server two
1429 times instead of server and database).
1430
1431 * sql.el (sql-sybase): Doc change.
1432 (sql-mysql): Doc change.
1433 (sql-postgres): Doc change.
1434
b86644f2
KH
14352001-03-05 Kenichi Handa <handa@etl.go.jp>
1436
83c9cb8e
SM
1437 * international/mule-conf.el (emacs-mule, raw-text):
1438 Docstring modified.
b86644f2 1439
e30bd7b7
EZ
14402001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1441
1442 * term/internal.el: Update copyright notice.
1443
1444 * term/pc-win.el: Update copyright notice.
1445
7e365285
DL
14462001-03-02 Dave Love <fx@gnu.org>
1447
83c9cb8e
SM
1448 * files.el (insert-file-contents-literally):
1449 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1450 not jka-compr-compression-info-list.
7e365285 1451
75ed43a6
SM
14522001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1453
1454 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1455 spaces in default comment-start-skip settings rather than \s-.
1456
53c4b1e6
EZ
14572001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1458
1459 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1460 default-frame-alist as well.
1461
028d739a
DL
14622001-03-01 Dave Love <fx@gnu.org>
1463
1464 * textmodes/reftex.el (defvar): Wrap some defvars in
1465 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1466
1467 * subr.el (event-basic-type): Doc fix.
1468
1469 * international/quail.el: Doc fixes.
1470
1471 * international/utf-8.el: Doc fixes.
1472
1473 * international/mule-cmds.el: Doc fixes.
1474 (leim-list-header): Fix header text.
1475
1476 * international/mule.el (coding-system-category): Doc fix.
1477
1478 * international/ccl.el (ccl-compile): Doc fix.
1479
15d1caef
SM
14802001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1481
1482 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1483 rather than (before|after)-change-functions.
1484
f84ff02c
GM
14852001-03-01 Gerd Moellmann <gerd@gnu.org>
1486
1487 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1488 scroll-left and scroll-right being called interactively so that
1489 they set the window's min_hscroll.
1490
e0c1e774
EZ
14912001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1492
1493 * info.el (info-insert-file-contents-1): Accept an additional
1494 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1495 `suffix'; otherwise use the complicated MS-DOS code.
1496 All callers changed.
e0c1e774
EZ
1497 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1498 can access long file names, try the long file-name version of
1499 `info-insert-file-contents-1', then the short file-name version.
1500
b8b2ea31 15012001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1502
af122766
KH
1503 * language/ethio-util.el (setup-ethiopic-environment-internal):
1504 Change bindings of functions keys to conform to "Emacs Lisp Coding
1505 Convention".
1506
1507 * language/ethiopic.el ("Ethiopic"): Add documentation.
1508
b8b2ea31
KH
15092001-02-28 Kenichi Handa <handa@etl.go.jp>
1510
1d64e2ad
KH
1511 * international/utf-8.el (mule-utf-8): Set coding-category
1512 property to coding-category-utf-8.
1513
91cb6e51
RS
15142001-02-27 Richard M. Stallman <rms@gnu.org>
1515
1516 * lpr.el (lpr-page-header-switches, print-region-1):
1517 Undo 2000-07-06 change.
7298f3f7
RS
1518 (lpr-add-switches): Default to t on gnu/linux.
1519
c0cb1027
GM
15202001-02-27 Gerd Moellmann <gerd@gnu.org>
1521
1522 * bs.el (bs-attributes-list): Doc fix.
1523
01459648
GM
15242001-02-26 Gerd Moellmann <gerd@gnu.org>
1525
baebd8a5 1526 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1527
01459648
GM
1528 * help.el (view-order-manuals): Use goto-address.
1529
1530 * startup.el (command-line-1): Add info about ordering manuals
1531 to the not so fancy splash screens.
1532
f93e614e
AS
15332001-02-26 Andre Spiegel <spiegel@gnu.org>
1534
01459648
GM
1535 * vc.el (vc-default-workfile-unchanged-p)
1536 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1537
12435002
GM
15382001-02-26 Gerd Moellmann <gerd@gnu.org>
1539
a2ffbafe 1540 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1541 fontify in the right buffer.
1542
12435002
GM
1543 * allout.el (outline-flag-region): Move macro in front of first
1544 use to avoid a run-time error.
1545
425de386
AI
15462001-02-24 Andrew Innes <andrewi@gnu.org>
1547
1548 * makefile.w32-in: Fix copyright notice.
1549
66c56ed1
KH
15502001-02-24 Kenichi Handa <handa@etl.go.jp>
1551
4c1593ce
KH
1552 * international/utf-8.el (mule-utf-8): Set correct value for
1553 valid-codes property.
1554
66c56ed1
KH
1555 * international/fontset.el (x-complement-fontset-spec): In the
1556 case that we use ASCII font for the other charsets, use only
15d1caef 1557 family and registry part of it.
66c56ed1 1558
119171dd
EZ
15592001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1562 (shrink-window-if-larger-than-buffer): Doc fix.
1563
932c309e
SM
15642001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1565
1566 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1567 predicate passed to completing-read.
1568
9b760e36
EZ
15692001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1570
1571 * startup.el (command-line): Fix last change.
1572
5c39a60f
JR
15732001-02-23 Jason Rumney <jasonr@gnu.org>
1574
1575 * startup.el (tool-bar-originally-present): New variable.
1576 (command-line): Set it if the tool-bar is switched on at startup.
1577
1578 * frame.el (frame-notice-user-settings): Only adjust frame height
1579 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1580 From E. Jay Berkenbilt.
5c39a60f 1581
cb91b2c7
SM
15822001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1583
39b557e8
SM
1584 * server.el (server-switch-buffer): Only switch window if the
1585 current one is dedicated.
1586
cb91b2c7
SM
1587 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1588 rather than using (match-beginning 0) when searching for break point.
1589
9238a8df
EZ
15902001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1591
1592 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1593 @ follows an accent command such as @'. Support optional braces
1594 in commands that insert accents, like makeinfo does.
1595
3473f362
GM
15962001-02-22 Gerd Moellmann <gerd@gnu.org>
1597
1598 * startup.el (fancy-splash-text): Add a line for ordering
1599 manuals. Reverse order of splash screens shown.
1600 (use-fancy-splash-screens-p): Adapt to the text line added.
1601
1602 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1603 manuals from the FSF.
1604
1605 * help.el (view-order-manuals): New function.
1606 (toplevel): Bind C-h C-m to this function.
1607
76a4de07
SM
16082001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1609
1610 * newcomment.el (comment-forward): Skip the comment-start before
1611 searching for the comment-end.
1612
75b71d85
DL
16132001-02-21 Dave Love <fx@gnu.org>
1614
2f4c9a87
DL
1615 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1616
75b71d85
DL
1617 * international/mule-cmds.el, international/mule.el: Doc fixes.
1618
1619 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1620 (fortune) <defgroup>: Add :link.
1621 (fortune-from-region): Use eq, not eql.
1622
ffc9ff0c
GM
16232001-02-21 Gerd Moellmann <gerd@gnu.org>
1624
1625 * startup.el (fancy-splash-screens): Use display-hourglass
1626 instead of display-busy-cursor.
1627
1628 * frame.el (display-hourglass): Renamed from busy-cursor.
1629 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1630 (show-cursor-in-non-selected-windows): Doc fix.
1631
f34eb373
DL
16322001-02-20 Dave Love <fx@gnu.org>
1633
1634 * international/utf-8.el: Doc and commentary fixes.
1635
f55e4a7e
EZ
16362001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1637
1638 * ehelp.el (with-electric-help): Doc fix.
1639
fa97adf6
GM
16402001-02-20 Gerd Moellmann <gerd@gnu.org>
1641
1642 * msb.el (msb-mode): Call the update-buffers function explicitly
1643 with a FORCE argument.
1644
1645 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1646 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1647 returns nil.
1648
54ed3bd2
GM
16492001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1650
1651 * ps-print.el: Timestamp package replacement. Some enhancements.
1652 Some XEmacs compatibility. Doc fix.
1653 (ps-print-version): New version number (6.4).
1654 (ps-printer-name): Initialization fix.
1655 (ps-zebra-stripe-follow): Funcionality enhancement.
1656 (ps-prologue-file): Code enhancement.
1657 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1658 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1659 (ps-get-page-dimensions)
54ed3bd2
GM
1660 (ps-generate-header, ps-begin-file, ps-begin-job)
1661 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1662 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1663 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1664 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1665
e8ebf97d
MB
16662001-02-20 Miles Bader <miles@gnu.org>
1667
1668 * image-file.el (image-file-name-extensions): Add "tif".
1669
136b27c5
GM
16702001-02-19 Gerd Moellmann <gerd@gnu.org>
1671
1672 * wid-edit.el (widget-button-click): Save the selected window
1673 around the code handling clicks on buttons.
1674
6ebbcf59
DL
16752001-02-18 Dave Love <fx@gnu.org>
1676
1677 * imenu.el (imenu--generic-function): Use mapc to iterate over
1678 syntax characters.
1679
595ded73
RS
16802001-02-17 Richard M. Stallman <rms@gnu.org>
1681
b9fe3dc8
RS
1682 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1683
595ded73
RS
1684 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1685
f3f053f3
GM
16862001-02-16 Gerd Moellmann <gerd@gnu.org>
1687
1688 * mouse.el (mouse-save-then-kill): If the distance from the new
1689 point to the mark is equal to the distance of point from the new
1690 point, move point instead of the mark.
1691
11570a8f
DL
16922001-02-16 Dave Love <fx@gnu.org>
1693
1694 * textmodes/flyspell.el (flyspell-get-word): Return string without
1695 properties.
1696
fb339cd5
EZ
16972001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1698
1699 * generic.el (generic-find-file-regexp): Doc fix.
1700 (generic-ignore-files-regexp): New defcustom.
1701 (generic-mode-find-file-hook): If the file's name matches the
1702 regexp in `generic-ignore-files-regexp', don't enter
1703 default-generic-mode. Doc fix.
1704
c56b1c1b
GM
17052001-02-16 Gerd Moellmann <gerd@gnu.org>
1706
a2ffbafe 1707 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1708 Add autoload cookies.
1709
a2ffbafe 1710 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1711 of cal-tex-24.
1712
0d140e65
EZ
17132001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1714
81558867
EZ
1715 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1716
0d140e65
EZ
1717 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1718 the character class after the (optional) drive, to support file
1719 names with embedded blanks.
1720
713f7b15
SS
17212001-02-15 Sam Steingold <sds@gnu.org>
1722
1723 * textmodes/tex-mode.el (tex-shell-running):
1724 Check the process buffer too.
1725
9a2a6f73
DL
17262001-02-15 Dave Love <fx@gnu.org>
1727
1728 * battery.el (battery-status-function): Fix doc, :type.
1729
15d1caef 1730 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1731
fe10cef0
GM
17322001-02-15 Gerd Moellmann <gerd@gnu.org>
1733
1734 * subr.el (read-passwd): Clear Lisp memory holding password.
1735
126f5d4d
MB
17362001-02-15 Miles Bader <miles@gnu.org>
1737
1738 * info.el (Info-copy-current-node-name): New function.
1739 (Info-mode-menu): Add it to the menu.
1740
92e98d63
RS
17412001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1742
1743 * international/mule-cmds.el (toggle-input-method): Doc fix.
1744
dd4e0e55
SM
17452001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1746
1747 * replace.el (occur): Stop at end of buffer.
1748
402dbbd1
EZ
17492001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1750
1751 * international/mule-cmds.el (set-input-method): Another doc fix.
1752
e9fcba3d
GM
17532001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1754
1755 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1756
78ad1cd5
MB
17572001-02-13 Miles Bader <miles@gnu.org>
1758
713f7b15 1759 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1760 (set-face-stipple): Treat a value of nil as being `unspecified'.
1761
fce9d9dc
DL
17622001-02-12 Dave Love <d.love@dl.ac.uk>
1763
1764 * international/latin1-disp.el: Doc fixes.
1765 (latin1-display) <defgroup>: Add :link.
1766 (latin1-display) <function>: Set variable latin1-display.
1767
bc406911
EZ
17682001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1769
1770 * international/mule-cmds.el (set-input-method): Doc fix.
1771
68514d48
EL
17722001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1773
1774 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1775 (speedbar-line-file): Return nil if not a file.
1776 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1777
513bea45 17782001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1779
513bea45
MK
1780 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1781 for remote files.
bc406911 1782 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1783 with raw-text.
713f7b15 1784
513bea45 1785 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1786
83c9cb8e
SM
1787 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1788 Better handling of the diff mode.
713f7b15 1789
513bea45 1790 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1791
bc406911 1792 * viper.texi: Fix typos.
713f7b15 1793
521d4010
DL
17942001-02-11 Dave Love <fx@gnu.org>
1795
36fd8e17
DL
1796 * shadowfile.el: Doc fixes.
1797 (shadow) <defgroup>: Add :link.
1798 (shadowfile-unload-hook): New function.
1799 (shadow-initialize): Use defalias, not fset.
1800 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1801 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1802
521d4010
DL
1803 * international/mule.el: Doc and message fixes.
1804
36fd8e17
DL
1805 * international/ccl.el (define-ccl-program): Doc fix.
1806
92395bbe
KH
18072001-02-11 Kenichi Handa <handa@etl.go.jp>
1808
1809 * faces.el (mode-line): Set :line-width property to -1.
1810
103db06c
RS
18112001-02-10 Richard M. Stallman <rms@gnu.org>
1812
08b78974
RS
1813 * complete.el (partial-completion-mode): Doc fix.
1814
103db06c
RS
1815 * simple.el (delete-key-deletes-forward-mode):
1816 Change `let' to `let*' to fix gross bug in last change.
1817
1818 * repeat.el (repeat): Don't let execute-kbd-macro alter
1819 real-last-command.
1820
a6a1ee53
EZ
18212001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1822
1823 * simple.el (eval-expression): Doc fix.
1824
d2f288c6
DL
18252001-02-09 Dave Love <fx@gnu.org>
1826
038f4ae3
DL
1827 * imenu.el (imenu-generic-expression): Doc fix.
1828
83c9cb8e
SM
1829 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1830 From Juanma Barranquero.
038f4ae3 1831
15d1caef 1832 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1833
9804b846
KH
18342001-02-09 Kenichi Handa <handa@etl.go.jp>
1835
1836 * faces.el (set-face-attribute): Describe the case of a negative
1837 value specified for :line-width.
1838
532f5197
SM
18392001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1840
1841 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1842 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1843
1d279666
DL
18442001-02-08 Dave Love <fx@gnu.org>
1845
4681ca3a
DL
1846 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1847 widget-plist-value-type.
1848 (widget-alist-convert-widget): Replace binding of
1849 widget-alist-value-type.
1850
1d279666
DL
1851 * textmodes/paragraphs.el (sentence-end): Doc fix.
1852
83c9cb8e
SM
1853 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1854 Remove `backward-line'.
1d279666 1855
532f5197
SM
1856 * play/pong.el (pong-blank-color, pong-bat-color)
1857 (pong-ball-color, pong-border-color, pong-left-key)
1858 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1859 (pong-pause-key, pong-resume-key, pong-timer-delay):
1860 * mail/mh-comp.el (mh-compose-letter-function):
1861 * eshell/esh-mode.el (eshell-skip-prompt-function):
1862 * emulation/viper-ex.el (ex-unix-type-shell-options):
1863 * recentf.el (recentf-menu-filter):
1864 * ps-print.el (ps-print-region-function):
1865 * lpr.el (print-region-function):
1866 * forms.el (forms-mode-hooks):
1867 * dirtrack.el (dirtrack-directory-change-hook):
1868 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1869 * textmodes/spell.el (spell-filter):
1870 * textmodes/fill.el (adaptive-fill-function):
1871 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1872 * progmodes/etags.el (find-tag-default-function):
1873 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1874 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1875
6f676109
EZ
18762001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1877
751d3bc4
EZ
1878 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1879 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1880 Meyering <jim@meyering.net>.
1881
6f676109
EZ
1882 * loadup.el: Revert last change.
1883
d3c26cdf
KH
18842001-02-07 Kenichi Handa <handa@etl.go.jp>
1885
83c9cb8e
SM
1886 * international/mule.el (transform-make-coding-system-args):
1887 Make it work also for coding systems not using CCL.
d3c26cdf 1888
44806980
EZ
18892001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1890
9889af08
EZ
1891 * simple.el (previous-matching-history-element)
1892 (next-matching-history-element): Doc fix.
1893
44806980
EZ
1894 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1895 specific part.
1896
1e36ff68
DL
18972001-02-06 Dave Love <fx@gnu.org>
1898
713f7b15 1899 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1900 (add-log-buffer-file-name-function, add-log-file-name-function):
1901 Fix :type.
1902 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1903
c7ca58df
EZ
19042001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1905
fecd556a
EZ
1906 * info.el (info-initialize): Remove the test for system-type when
1907 invocation-directory is non-nil.
1908
c7ca58df
EZ
1909 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1910 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1911
587b5737
AI
19122001-02-06 Andrew Innes <andrewi@gnu.org>
1913
1914 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1915 absolute.
1916
baf7eee4
GM
19172001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1918
1919 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1920 buffers. When hi-lock turned on rather than only checking current
1921 buffer for regexps, all buffers are checked. Moved activation of
1922 font-lock to hi-lock-refontify. When font-lock turned off rather
1923 than removing added highlighting just in current buffer, remove it
1924 in all buffers. Changed edit menu text from "Automatic
1925 Highlighting" to "Regexp Highlighting" Documentation for
1926 highlighting phrases, minor documentation changes.
1927 (hi-lock-set-file-patterns): Execute only if there are new or
1928 existing file patterns.
1929 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1930 unfontify and, if a support mode is active, will not refontify the
1931 whole buffer. If necessary, turn on font lock. (Removed
1932 font-lock-unfontify and font-lock support-mode-specific calls,
1933 such as lazy-lock-fontify-window.)
1934 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1935 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1936 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1937 (hi-lock-face-phrase-buffer): New function. Also added related
1938 menu item and keybinding.
1939 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1940 (hi-lock-process-phrase): New function.
1941 (hi-lock-line-face-buffer): Doc fixes.
1942 (hi-lock-face-buffer): Doc fixes.
1943 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1944
36710aa6
GM
19452001-02-06 Gerd Moellmann <gerd@gnu.org>
1946
1947 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1948 dabbrev-ignored-regexps.
1949
d3f22784
EZ
19502001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1951
1952 * simple.el (kill-line): Doc fix.
1953
5cb3c8d4
DL
19542001-02-05 Dave Love <fx@gnu.org>
1955
1956 * loadup.el: Revert last two changes -- bootstrapping works with
1957 regenerated loaddefs.
1958
e6297e7d
EZ
19592001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1960
1e14b095
EZ
1961 * isearch.el (isearch-forward): Doc fix.
1962
e6297e7d
EZ
1963 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1964 of font-lock-defaults to backward-paragraph.
1965
e16f52ce
GM
19662001-02-05 Gerd Moellmann <gerd@gnu.org>
1967
1968 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1969 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1970
01d19dd7
GM
19712001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1972
1973 * ebnf2ps.el: Eliminate time-stamp functions.
1974 (ebnf-version): New version (3.5).
1975 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1976 format-time-string.
1977
24886813
GM
19782001-02-05 Gerd Moellmann <gerd@gnu.org>
1979
1980 * simple.el (next-line): Goto end-of-line before inserting a newline.
1981
65e70fc4
MB
19822001-02-05 Miles Bader <miles@gnu.org>
1983
1984 * image-file.el (insert-image-file): When visiting an image, also
1985 set `truncate-lines' to t so that any fringe arrow looks correct.
1986
482f06c9
KH
19872001-02-05 Kenichi Handa <handa@etl.go.jp>
1988
1989 * isearch.el (isearch-forward): Add description about input method
1990 in the docsting.
1991
02399da7
SM
19922001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1993
1994 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1995
2c366083
EZ
19962001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1997
1998 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1999 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2000
bdadfce3
GM
20012001-02-02 Gerd Moellmann <gerd@gnu.org>
2002
79fb38c0
GM
2003 * wid-edit.el (widget-button-click): Fix last change.
2004
bdadfce3
GM
2005 * frame.el (frame-notice-user-settings): When resizing the initial
2006 frame because the tool bar is off, also change the frame's top
2007 position if a negative top position was specified.
2008
33155ffb
MB
20092001-02-02 Miles Bader <miles@gnu.org>
2010
2011 * image-file.el (insert-image-file): When visiting an image,
2012 suppress the cursor in the image buffer.
2013
1355ba0c
DL
20142001-02-01 Dave Love <fx@gnu.org>
2015
2016 * progmodes/f90.el (f90-mode): Remove startup message.
2017
fb758d2d 2018 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2019
01acdb05
GM
20202001-02-01 Gerd Moellmann <gerd@gnu.org>
2021
2022 * startup.el (command-line): Fix code determining whether or not
2023 to use delete-key-deletes-forward-mode.
2024
5b1ee316
AS
20252001-02-01 Andre Spiegel <spiegel@gnu.org>
2026
2027 * vc.el (vc-diff-switches): New user option.
2028 (vc-version-diff): Use it.
2029 (vc-diff-switches-list): New macro.
2030
83c9cb8e
SM
2031 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2032 New customization options.
5b1ee316
AS
2033 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2034
2035 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2036
00b1e7a1
GM
20372001-02-01 Gerd Moellmann <gerd@gnu.org>
2038
2039 * msb.el (toplevel): Quote hook symbols.
2040
85827036
KH
20412001-02-01 Kenichi Handa <handa@etl.go.jp>
2042
8e028499 2043 * international/mule.el (make-coding-system): Add description
3c948dde 2044 about recognized properties in the docstring.
8e028499 2045
85827036
KH
2046 * international/mule-conf.el: Remove unused charsets
2047 mac-roman-lower and mac-roman-upper.
2048
7ccf7ab9
GM
20492001-01-31 Gerd Moellmann <gerd@gnu.org>
2050
2441692d
GM
2051 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2052 is in front of the left-margin, if any.
2053
ee5cece0
GM
2054 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2055 like `delete'.
2056
83c9cb8e 2057 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2058
7ccf7ab9
GM
2059 * term/w32-win.el (mouse-set-font): Doc fix.
2060
b4f30ec5 20612001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2062
b4f30ec5
GM
2063 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2064 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2065 on already.
2066
03e0fe6e
GM
20672001-01-31 Markus Rost <rost@math.ohio-state.edu>
2068
2069 * files.el (save-buffer): Don't give message if (buffer-file-name)
2070 returns nil.
713f7b15 2071
8f289acc
EZ
20722001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2073
cb4aae04
EZ
2074 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2075
dbd98b19
EZ
2076 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2077 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2078
8f289acc
EZ
2079 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2080 display problems.
2081
c12553c1
KH
20822001-01-31 Kenichi Handa <handa@etl.go.jp>
2083
c7bf5db9
KH
2084 * international/mule.el (charset-info): Fix docstring.
2085
2086 * international/mule-diag.el (describe-character-set): Check final
2087 char valid before printing it.
c12553c1 2088
14f16b9c
GM
20892001-01-30 Gerd Moellmann <gerd@gnu.org>
2090
efaa080b
GM
2091 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2092
eef93f99
GM
2093 * frame.el (frame-notice-user-settings): Do the tool-bar
2094 stuff only for graphical displays. Fix a braino.
713f7b15 2095
14f16b9c
GM
2096 * frame.el (frame-initialize): Create initial frame visible.
2097 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2098 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2099
2100 * startup.el (command-line): Remove manipulation of frame
2101 height for tool bars.
2102
4ad25e43
EZ
21032001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2104
2105 * lpr.el: Compatibility with XEmacs and doc fixes.
2106 (lpr-windows-system, lpr-lp-system): New vars.
2107 (lpr-printer-switch): New defcustom.
2108 (printer-name, lpr-command): Customization fix.
2109 (print-region-1): Code fix.
2110 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2111 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2112 New functions.
4ad25e43 2113
e8f044a0
GM
21142001-01-29 Gerd Moellmann <gerd@gnu.org>
2115
2116 * msb.el (toplevel): Fix the eval-after-load.
2117
850d5045
GM
21182001-01-29 Dave Love <fx@gnu.org>
2119
762fe76e
DL
2120 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2121
2122 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2123
83c9cb8e 2124 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2125 (tcl-using-emacs-19-23): Consider Emacs 21+.
2126 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2127 (tcl-add-emacs-menu): Supply menu name.
2128 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2129
3a768251
GM
21302001-01-29 Gerd Moellmann <gerd@gnu.org>
2131
2132 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2133
274d02f7
SM
21342001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2135
2136 * pcvs.el (cvs-mark-fis-dead): New function.
2137 (cvs-mode-add): Use it.
2138 (cvs-mode-add-change-log-entry-other-window):
2139 Rebind change-log-default-name to itself rather than to nil.
2140
ed5d446e
SS
21412001-01-29 Sam Steingold <sds@gnu.org>
2142
efaa080b 2143 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2144 `autoload' statements.
2145
e2a80284
EZ
21462001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2147
8e1db7b3
EZ
2148 * files.el (confirm-kill-emacs): Doc fix.
2149
ff2a1c79
EZ
2150 * frame.el (frame-initialize): Doc fix.
2151
e7b0deaf
EZ
2152 * time-stamp.el (time-stamp-string): Doc fix.
2153
83c9cb8e
SM
2154 * woman.el (WoMan-log-1): Make the log buffer writable.
2155 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2156
005913e4
GM
21572001-01-29 Gerd Moellmann <gerd@gnu.org>
2158
2159 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2160 the `make-variable-buffer-local'.
2161
58622cc5
GM
21622001-01-29 Dave Love <fx@gnu.org>
2163
2164 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2165 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2166 Add autoload cookie.
58622cc5
GM
2167 (ansi-color-apply-sequence): Fix typo.
2168
0404d031
GM
21692001-01-29 Gerd Moellmann <gerd@gnu.org>
2170
ed5d446e 2171 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2172 Postscript printing in black and white.
2173
0404d031
GM
2174 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2175 X-Mailman-Version, Precedence, List-Help, List-Post,
2176 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2177 Content-Type, Content-Length.
2178
3b6ed359
DL
21792001-01-29 Dave Love <fx@gnu.org>
2180
ddd16e7a
DL
2181 * elide-head.el (elide-head): Make overlay evaporate.
2182
83c9cb8e 2183 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2184
8005142f
EZ
21852001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2186
2187 * isearch.el (isearch-highlight): Don't punt if the display
2188 doesn't support colors, since isearch faces are defined for
2189 monochrome displays as well.
2190
84728570
SS
21912001-01-27 Sam Steingold <sds@gnu.org>
2192
2193 * shell.el (shell-write-history-on-exit): Make sure that we are in
2194 the shell buffer (M-x tex-file RET inserted the error message into
2195 the TeX buffer).
2196
e26f9ced
EZ
21972001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2198
2199 * simple.el (transient-mark-mode): Doc fix.
2200
dc0274bd
GM
22012001-01-27 Gerd Moellmann <gerd@gnu.org>
2202
83c9cb8e 2203 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2204
c1acacc4
EZ
22052001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2206
f5058b96
EZ
2207 * shell.el (shell-unquote-argument): If the shell is one of the
2208 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2209 quote character.
2210 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2211 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2212
c1acacc4 2213 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2214 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2215
103db06c 22162001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2217
84728570 2218 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2219 Treat a one-capital-letter abbrev as "not all upper case",
2220 so as to force preservation of the expansion's pattern
2221 if the expansion starts with a capital letter.
2222
cfa70244
EZ
22232001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2224
cfee9de7
EZ
2225 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2226 Doc fix.
2227
cfa70244
EZ
2228 * simple.el (transient-mark-mode): Document the fact that many
2229 commands act on the region when mark is active.
2230
17d90d6b
KH
22312001-01-27 Kenichi Handa <handa@etl.go.jp>
2232
2233 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2234 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2235 (quail-show-guidance-buf): Make the multibyteness of current
2236 buffer inherited to Quail guidance buffer.
2237 (quail-help): Make the multibyteness of current buffer inherited
2238 to Quail help buffer.
2239
61076b20
DL
22402001-01-26 Dave Love <fx@gnu.org>
2241
c47e2c68
DL
2242 * time-stamp.el: Doc fixes.
2243
84728570 2244 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2245 (delphi-keyword-face, delphi-other-face): Fix :type.
2246
940f14b4
DL
2247 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2248
2249 * mail/feedmail.el (feedmail): Add :link.
2250 (feedmail-send-it): Doc fix.
2251
2252 * mail/sendmail.el: Doc fixes.
2253 (sendmail-send-it): Fix the non-ASCII regexp and use
2254 rfc2047-encode-string.
2255
61076b20
DL
2256 * dired.el, dired-aux.el: Revert last change.
2257
6c317bd2
GM
22582001-01-26 Gerd Moellmann <gerd@gnu.org>
2259
2260 * makefile.w32-in (DONTCOMPILE): Add various term files.
2261
22622001-01-26 Dave Love <fx@gnu.org>
2263
2264 * Makefile.in (DONTCOMPILE): Add various term files.
2265
1c636b5f
GM
22662001-01-26 Gerd Moellmann <gerd@gnu.org>
2267
af900b23
GM
2268 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2269
15fa6db0 2270 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2271 the echo area is resized to fit the size of the startup message.
15fa6db0 2272
1c636b5f
GM
2273 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2274 part of which is a constant.
2275
9b1adbd5
EZ
22762001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2277
83c9cb8e 2278 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2279
103db06c 22802001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2281
2282 * simple.el (next-line): Don't let `newline' expand abbrevs.
2283 Simplify slightly.
2284 (open-line): Don't let `newline' expand abbrevs.
2285
219227ea
JW
22862001-01-25 John Wiegley <johnw@gnu.org>
2287
2288 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2289 to `repeat' in the :type field.
2290
2291 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2292 allow a choice of regexp or nil.
d2906bf8 2293 (pcomplete-dir-ignore): Same.
219227ea
JW
2294
2295 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2296 a command) to always fail.
2297
ceba0dac
GM
22982001-01-25 Gerd Moellmann <gerd@gnu.org>
2299
2300 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2301 discard the result.
2302 (iswitchb-to-end): Likewise.
2303
9b0630e5
SS
23042001-01-25 Sam Steingold <sds@gnu.org>
2305
2306 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2307 Require vc.
9b0630e5 2308
a2ed9670
SM
23092001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2310
f0c1adab
SM
2311 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2312
a2ed9670
SM
2313 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2314
34ac3367
DL
23152001-01-25 Dave Love <fx@gnu.org>
2316
61076b20
DL
2317 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2318 (describe-coding-system): Tweak the English text.
2319
34ac3367
DL
2320 * loadup.el: Preload international/ccl for utf-8.
2321
4685e6b7
EZ
23222001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2323
2324 * mail/rmail.el (rmail-redecode-body): Doc fix.
2325
0fdb4475
KH
23262001-01-25 Kenichi Handa <handa@etl.go.jp>
2327
83c9cb8e
SM
2328 * international/mule-cmds.el (reset-language-environment):
2329 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2330
83c9cb8e
SM
2331 * international/mule-conf.el (coding-category-utf-8):
2332 Initialize to mule-utf-8.
0fdb4475 2333
9b0630e5 2334 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2335
2336 * international/utf-8.el: New file.
2337
245ed2b1
SM
23382001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2339
2340 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2341
e95b0c08
SS
23422001-01-24 Sam Steingold <sds@gnu.org>
2343
2344 * dired.el (dired-replace-in-string): Removed.
2345 (dired-sort-toggle): Use `replace-regexps-in-string'
2346 instead of `dired-replace-in-string'.
9b0630e5 2347
ceba0dac
GM
2348 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2349 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2350
e95b0c08
SS
2351 * gs.el (gs-replace-in-string): Removed.
2352 (gs-options): Use `replace-regexps-in-string'
2353 instead of `gs-replace-in-string'.
2354
c3902c3e
EZ
23552001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2356
2357 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2358 bug report is mailed to an email list and posted to a news group.
2359
b66b6aeb
GM
23602001-01-24 Gerd Moellmann <gerd@gnu.org>
2361
83c9cb8e
SM
2362 * comint.el (comint-replace-by-expanded-history-before-point):
2363 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2364
b66b6aeb
GM
2365 * startup.el (tool-bar-images-pixel-height): New variable.
2366 (command-line): After loading the user's init file, when
2367 tool-bar-mode is on, increase the frame's size by some lines for
2368 the tool-bar.
2369
2370 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2371
ff890e66
SZ
23722001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2373
2374 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2375 (chinese-big5): MIME:Big5.
2376
04363179
GM
23772001-01-24 Gerd Moellmann <gerd@gnu.org>
2378
e95b0c08 2379 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2380 Handle commands with prefix args.
2381
d56aaa64
GM
23822001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2383
2384 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2385 being a list of numbers.
2386 (diary-mail-entries): Rewritten.
2387
99858627
DL
23882001-01-23 Dave Love <fx@gnu.org>
2389
7aeb1fa9
DL
2390 * international/mule.el (make-coding-system): Fix typo.
2391
83c9cb8e
SM
2392 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2393 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2394
5a43decf
EZ
23952001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * font-lock.el (font-lock-mode): Doc fix.
2398
b0e98867
KH
23992001-01-23 Kenichi Handa <handa@etl.go.jp>
2400
2401 * international/mule.el (make-translation-table): Fix docstring.
2402
9c8acefd
EZ
24032001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2404
fd4976b8
EZ
2405 * mail/rmail.el (rmail-redecode-body): New function.
2406
9c8acefd
EZ
2407 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2408
871e0439
GM
24092001-01-22 Gerd Moellmann <gerd@gnu.org>
2410
21c2bbe0
GM
2411 * isearch.el (isearch-lazy-highlight-case-fold-search)
2412 (isearch-lazy-highlight-regexp): New variables.
2413 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2414 case-fold search or regexp search has been toggled.
2415
5710730c
GM
2416 * wid-edit.el (widget-button-click): Avoid a save-excursion
2417 around running a global binding.
2418
871e0439
GM
2419 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2420 to 0.25.
2421
d0554957
MB
24222001-01-20 Miles Bader <miles@gnu.org>
2423
2424 * cus-edit.el (custom-face-save): Do post-processing on the face's
2425 new value like `custom-face-set' does.
2426
1519f618
EZ
24272001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2428
ccd87890
EZ
2429 * mail/emacsbug.el (report-emacs-bug): Report the value of
2430 LC_CTYPE, not LC_TYPE.
2431
1519f618
EZ
2432 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2433 isearch-toggle-regexp and isearch-edit-string to doc string.
2434
9724173b
GM
24352001-01-19 Gerd Moellmann <gerd@gnu.org>
2436
48bb9196
GM
2437 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2438 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2439
e95b0c08 2440 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2441 font-lock-beginning-of-syntax-function to nil.
2442
dc81f8a2
EZ
24432001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2444
2445 * mail/emacsbug.el (report-emacs-bug): Report values of
2446 locale-coding-system, default-enable-multibyte-characters, and the
2447 environment variables LC_ALL, LC_TYPE, and LANG.
2448
99327974
GM
24492001-01-19 Gerd Moellmann <gerd@gnu.org>
2450
83c9cb8e 2451 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2452
2be6ecc6
GM
2453 * font-lock.el (font-lock-multiline): Default to nil.
2454 (font-lock-default-fontify-region): If font-lock-multiline is
2455 nil, don't check the property `font-lock-multiline'.
2456
99327974
GM
2457 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2458 is nil, don't check the `font-lock-multiline' text property.
2459
2550055a
MK
24602001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2461
0a949811 2462 * viper.el: Call initial-major-mode on startup.
e95b0c08 2463
0a949811 2464 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2465
8501998a 2466 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2467
2550055a 24682001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2469
0a949811 2470 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2471 diff mode, if available.
e95b0c08 2472
0a949811 24732001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2474
8501998a 2475 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2476
2550055a
MK
2477 * ediff-init.el (subst-char-in-string): Define and use it, unless
2478 it's already defined.
e95b0c08 2479
8962e303
GM
24802001-01-18 Gerd Moellmann <gerd@gnu.org>
2481
2482 * tooltip.el (tooltip-hide-delay): New user-option.
2483 (tooltip-show): Use tooltip-hide-delay instead of the default.
2484
6b453381
KH
24852001-01-18 Kenichi Handa <handa@etl.go.jp>
2486
2487 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2488 kill-local-variable doesn't work for enable-multibyte-characters.
2489
9eaf396b
DL
24902001-01-17 Dave Love <fx@gnu.org>
2491
cebd37ce
DL
2492 * ediff-init.el (ediff-before-setup-hook)
2493 (ediff-merge-filename-prefix): Add :version.
2494
9eaf396b
DL
2495 * international/latin1-disp.el: Require disp-table.
2496 (latin1-display): Fix :set.
2497
2498 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2499
f864120f
GM
25002001-01-17 Gerd Moellmann <gerd@gnu.org>
2501
2502 * isearch.el (isearch-lazy-highlight-initial-delay)
2503 (isearch-lazy-highlight-interval): Default to 0.
2504
25052001-01-17 Bob Glickstein <bobg@zanshin.com>
2506
2507 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2508 1 here rather than each time through
2509 isearch-lazy-highlight-new-loop.
2510 (isearch-lazy-highlight-max): Variable deleted.
2511 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2512 isearch-lazy-highlight-max but controls a single invocation of
2513 isearch-lazy-highlight-update.
2514 (isearch-lazy-highlight-wrapped): Variable recreated.
2515 (isearch-lazy-highlight-window-start): New variable.
2516 (isearch-lazy-highlight-cleanup): Restored to behavior of
2517 before 2-Jan.
2518 (isearch-lazy-highlight-remove-overlays): Function deleted;
2519 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2520 behavior removed.
2521 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2522 isearch-lazy-highlight-update in a loop rather than just once.
2523 Test isearch-invalid-regexp here and decide not to start a new
2524 loop, rather than testing it each time through
2525 isearch-lazy-highlight-update.
2526 (isearch-lazy-highlight-search): Function restored.
2527 (isearch-lazy-highlight-update): Get called in a timer loop again,
2528 but this time highlight more than one match each time through.
83c9cb8e
SM
2529 Only highlight matches in the visible part of the window.
2530 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2531 the edge of the window. Use sit-for to force redisplay and ensure
2532 window-start is credible. "Face suppressing" behavior removed;
2533 overlay priorities should make it unnecessary, right?
2534 (isearch-highlight): Face suppressing behavior removed.
2535 (isearch-dehighlight): Face suppressing behavior removed.
2536 (isearch-set-lazy-highlight-faces-at): Removed.
2537
076ec540
KH
25382001-01-17 Kenichi Handa <handa@etl.go.jp>
2539
2540 * language/european.el ("Latin-1"): Make the format of description
2541 about additional language environments same as that of Latin-2.
2542
92328ec5
DL
25432001-01-16 Dave Love <fx@gnu.org>
2544
39f2174e
DL
2545 * isearch.el (isearch-lazy-highlight): Add :version.
2546
92328ec5
DL
2547 * simple.el (backward-delete-char-untabify-method)
2548 (next-line-add-newlines): Add :version.
2549
f251459d
GM
25502001-01-16 Gerd Moellmann <gerd@gnu.org>
2551
9d4850e5
GM
2552 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2553 Don't bind <delete> otherwise.
2554
2555 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2556 and <delete> via function-key-map.
2557
f251459d
GM
2558 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2559 Subject line only if point is after the `Subject:'.
2560
771ffcf7
KH
25612001-01-16 Kenichi Handa <handa@etl.go.jp>
2562
bda6b481
KH
2563 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2564 japanese-jisx0213-2 in `charset' property of this lang. env.
2565
35793af7
KH
2566 * language/european.el ("Latin-1"): Add description for Dutch and
2567 Spanish lang. env.
2568
771ffcf7
KH
2569 * international/mule.el (decode-char): Fix conditions.
2570 (encode-char): Handle eight-bit-control too.
1c8102ff 2571 (transform-make-coding-system-args): New function.
50c29104
KH
2572 (make-coding-system): Accept XEmacs style arguments for CCL base
2573 coding system.
771ffcf7 2574
e1cf67b6
GM
25752001-01-15 Gerd Moellmann <gerd@gnu.org>
2576
2577 * progmodes/etags.el (find-tag-noselect): Save the value of
2578 tags-file-name before switching buffers, for the case it has a
2579 buffer-local value.
2580
b3287acf
GM
25812001-01-15 Alex Schroeder <alex@gnu.org>
2582
9eaf396b
DL
2583 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2584 From Dave Love <fx@gnu.org>.
b3287acf
GM
2585 (ansi-color-for-comint-mode): Fix :version.
2586
25872001-01-15 Alex Schroeder <alex@gnu.org>
2588
2589 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2590
8d7ff9c8
EZ
25912001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2592
2593 * dired.el (dired-insert-directory): If file-system-info fails,
2594 remove the " free " part, but don't signal an error.
2595
dbe99ae9
SS
25962001-01-12 Sam Steingold <sds@gnu.org>
2597
2598 * bookmark.el (bookmark-maybe-historicize-string):
2599 Use new backquote syntax.
2600
103db06c 26012001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2602
2603 * subr.el (last): Handle a list that doesn't end in nil.
2604
ca2ddd8e
SS
26052001-01-12 Sam Steingold <sds@gnu.org>
2606
2607 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2608 to `backward-delete-char-untabify'.
2609
1751c874
DL
26102001-01-12 Dave Love <fx@gnu.org>
2611
2612 * cus-edit.el (customize-menu-create): Fix the :filter following
2613 easymenu change.
2614
2615 * wid-edit.el (function): Add :match-alternatives.
2616 (widget-color-action): Doc fix.
2617
3cccce8d
GM
26182001-01-12 Gerd Moellmann <gerd@gnu.org>
2619
2620 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2621
18bfd6b5
KH
26222001-01-12 Kenichi Handa <handa@etl.go.jp>
2623
83c9cb8e 2624 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2625
18bfd6b5
KH
2626 * international/ccl.el (define-ccl-program): Fix docstring.
2627
562e00da
DL
26282001-01-11 Dave Love <fx@gnu.org>
2629
14fd0da3
DL
2630 * international/mule-cmds.el (standard-display-european-internal):
2631 Set display table for 2208 as for 160.
2632
2633 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2634
562e00da
DL
2635 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2636 entry for custom-menu-create change.
2637 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2638 don't cons it in the search loop.
2639
2640 * imenu.el (imenu--truncate-items): Revert last change.
2641
6e961dcd
EZ
26422001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2643
2644 * info.el (Info-setup-header-line): If the node header includes
2645 either Next: or Prev: links, don't show the File: and Node: parts
2646 in the header line.
2647
2c2ff7f2
GM
26482001-01-11 Gerd Moellmann <gerd@gnu.org>
2649
a7ee2d2e
GM
2650 * comint.el (comint-goto-process-mark): Don't print a message
2651 when running in batch mode.
2652
c5348233
GM
2653 * isearch.el (isearch-search): In the condition-case handler for
2654 `error', set isearch-invalid-regexp to the whole error message.
2655
422717d1
GM
2656 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2657 ensure that eval-after-load works for files dumped with Emacs.
2658
2659 * help.el (load-symbol-file-load-history): New function extracted
2660 from function symbol-file.
2661 (symbol-file): Use it.
2662
83c9cb8e 2663 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2664
926861fb
EZ
26652001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2666
2667 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2668 behave as if there were no prefix argument.
2669 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2670 argument were nil.
2671
afa1f52c
RS
26722001-01-11 Richard M. Stallman <rms@gnu.org>
2673
ca2ddd8e 2674 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2675 Don't look for more potential matches once maximum is exceeded.
2676 Use overlays-in to check correctly for overlap with current match.
2677 Ignore empty matches.
2678
47a9f362
MB
26792001-01-11 Miles Bader <miles@gnu.org>
2680
2681 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2682 (ispell-overlay-window, ispell-help, ispell-show-choices)
2683 (ispell-command-loop): Use it instead of `window-height'.
2684
d196f58d
GM
26852001-01-10 Gerd Moellmann <gerd@gnu.org>
2686
cf523f0e
GM
2687 * files.el (confirm-kill-emacs): New user-option.
2688 (save-buffers-kill-emacs): Ask for final confirmation before
2689 killing Emacs.
2690
d196f58d
GM
2691 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2692 to nil.
2693
7c6c3d8e
GM
26942001-01-10 Dave Love <fx@gnu.org>
2695
1f8be15d
DL
2696 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2697
83c9cb8e 2698 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2699
2700 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2701
2702 * calculator.el (calculator-number-digits): Fix :type.
2703
0d5184de
DL
2704 * vc-cvs.el (vc-cvs-header): Fix :type.
2705 * vc-rcs.el (vc-rcs-header): Fix :type.
2706 * vc-sccs.el (vc-sccs-header): Fix :type.
2707
2708 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2709
7c6c3d8e
GM
2710 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2711
8c9f73a2
GM
2712 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2713
457b792c
GM
27142001-01-10 Gerd Moellmann <gerd@gnu.org>
2715
2716 * simple.el (set-variable): Force a thorough redisplay for the
2717 case that the variable has an effect on the display, like
2718 `tab-width' has.
2719
d2622d08
AS
27202001-01-10 Andre Spiegel <spiegel@gnu.org>
2721
2722 * vc.el: Add documentation for backend interface.
2723
ae4b5f4f
KH
27242001-01-10 Kenichi Handa <handa@etl.go.jp>
2725
e0844717
KH
2726 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2727
ae4b5f4f
KH
2728 * international/mule-conf.el (latin-extra-code-table): Set to t
2729 for \223 and \224.
2730
3184082b
KH
27312001-01-09 Kenichi Handa <handa@etl.go.jp>
2732
2733 * international/mule-cmds.el (locale-language-names): Map "es" to
2734 "Spanish" and "nl" to "Dutch".
2735
732b9cdd
GM
27362001-01-09 Gerd Moellmann <gerd@gnu.org>
2737
1dfca644
GM
2738 * bindings.el (global-map): Bind <home> to beginning-of-line,
2739 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2740 C-<end> to end-of-buffer.
2741
732b9cdd
GM
2742 * language/european.el: Add Dutch and Spanish language info
2743 to be able to use the appropriate tutorials.
2744
27452001-01-09 Alex Schroeder <alex@gnu.org>
2746
2747 * ansi-color.el (ansi-color-process-output): Use markers instead
2748 of positions for start and end of region.
2749 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2750 Previously, occasional mistakes happend when fontifying many
2751 chunks of output (eg. ls --color=yes /dev). This happened
2752 whenever an overlay was created up to the end of the region, which
2753 coincided with the process-mark. New text would then be added
2754 within that overlay instead of after it.
2755 (ansi-color-make-extent): Overlays are created with the property
2756 `modification-hooks' set to '(ansi-color-freeze-overlay).
2757 (ansi-color-freeze-overlay): New function. When inserting text at
2758 the end of the overlay, the overlay will resize.
2759
27602000-01-09 Alex Schroeder <alex@gnu.org>
2761
2762 * ansi-color.el (ansi-color-process-output): Doc change.
2763 (ansi-color-unfontify-region): Doc change. No longer installed
2764 automatically in font-lock-unfontify-region-function.
2765 (ansi-color-apply): Doc change.
2766 (ansi-color-apply-on-region): Use extents or overlays instead of
2767 text-properties.
2768 (ansi-color-make-extent): New function.
2769 (ansi-color-set-extent-face): New function.
2770
27712000-01-09 Alex Schroeder <alex@gnu.org>
2772
2773 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2774 both use ansi-color-process-output, now.
2775 (ansi-color-process-output): Doesn't return string anymore. It is
2776 installed in comint-output-filter-functions for both Emacs and
2777 XEmacs, now.
2778 (ansi-color-unfontify-region): Simplified code removing variables
2779 pos and start-ansi.
2780 (ansi-color-apply): Put text-property ansi-color before putting
2781 text-property face because ansi-color-unfontify-region is called
2782 immediately after the call to put-text-property.
2783 (ansi-color-context-region): Doc change.
2784 (ansi-color-filter-region): Simplified code.
2785 (ansi-color-apply-on-region): Changed start to start-marker, using
2786 a marker explicitly. Put text-property ansi-color before putting
2787 text-property face because ansi-color-unfontify-region is called
2788 immediately after the call to put-text-property.
2789
27902000-01-09 Alex Schroeder <alex@gnu.org>
2791
2792 * ansi-color.el (ansi-color-faces-vector): Doc change.
2793 (ansi-color-for-comint-mode): Changed :type property to choice.
2794 (ansi-color-last-context): Removed.
2795 (ansi-color-process-output): Don't use ansi-color-last-context, as
2796 the main functions will store their context now.
2797 (ansi-color-context): Doc change.
2798 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2799 Uses ansi-color-context such that repeated calls will strip
2800 partial escape sequences, too.
2801 (ansi-color-apply): Simplified code. Colorize end of string if
2802 face is not null. Store context in new (FACE STRING) format, such
2803 that repeated calls will strip partial escape sequences, too.
2804 Append faces to face property using ansi-color-apply-sequence such
2805 that cumulative mode actually works.
2806 (ansi-color-context-region): New variable.
2807 (ansi-color-filter-region): Rewrote it based on
2808 ansi-color-apply-on-region. Uses ansi-color-context-region such
2809 that repeated calls will strip partial escape sequences, too.
2810 (ansi-color-apply-on-region): Simplified code. Colorize end of
2811 region if face is not null. Store context in new (FACE POS)
2812 format, such that repeated calls will strip partial escape
2813 sequences, too. Append faces to face property using
83c9cb8e 2814 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2815 (ansi-color-apply-sequence): New function.
2816 (ansi-color-get-face): When the default face is added to the list
2817 of faces, all previous settings are discarded and the list of
2818 faces is set to '(default).
2819
28202000-01-09 Alex Schroeder <alex@gnu.org>
2821
2822 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2823 face, such that ansi-color-apply and ansi-color-apply-on-region
2824 will do the right thing.
2825 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2826 returns nil, set the list of faces back to nil instead of
83c9cb8e 2827 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2828
28292000-01-09 Alex Schroeder <alex@gnu.org>
2830
2831 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2832 (ansi-color-process): Doc change.
2833 (ansi-color-last-context): New buffer-local variable.
2834 (ansi-color-process-output): New function. It is automatically
2835 added to comint-output-filter-functions if this is XEmacs.
2836 (ansi-color-unfontify-region): New optional parameter for XEmacs
2837 compatibility. Check wether font-lock-syntactic-keywords is
2838 boundp before removing the syntax table text property, as XEmacs
2839 doesn't have it.
2840 (ansi-color-filter-region): Doc change.
2841 (ansi-color-apply-on-region): Doc change.
2842 (ansi-color-make-face): New function. Compatibility layer for
2843 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2844 (ansi-color-make-color-map): Use ansi-color-make-face.
2845 (ansi-color-get-face): Avoid face text property '(nil) as results
2846 in an errow for XEmacs.
2847
28482000-01-09 Alex Schroeder <alex@gnu.org>
2849
83c9cb8e
SM
2850 * ansi-color.el (ansi-color-unfontify-region): New function.
2851 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2852 ansi-color. When the package is loaded, a lambda expression is
2853 put onto font-lock-mode-hook. This lambda expression will check
2854 font-lock-unfontify-region-function and replace
83c9cb8e 2855 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2856 (ansi-color-apply): Add text-property ansi-color in addition to
2857 text-property face.
2858 (ansi-color-apply-on-region): Add text-property ansi-color in
2859 addition to text-property face.
2860 (save-buffer-state): Copy of the macro that is also used by
2861 lazy-lock and font-lock.
2862
2863 (ansi-color-for-comint-mode): New option.
2864 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2865 (ansi-color-for-comint-mode-off): Ditto.
2866 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2867 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2868 decide what to do. This function is added to
2869 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2870
2871 (ansi-color-for-shell-mode-set): Removed.
2872 (ansi-color-for-shell-mode): Removed.
2873
28742000-01-09 Alex Schroeder <alex@gnu.org>
2875
2876 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2877 the lambda expression from the ansi-color-for-shell-mode :set
2878 property. Additionally, modify shell-mode-hook to enable or
2879 disable font-lock-mode for future shell buffers.
2880 (ansi-color-for-shell-mode): The :set property calls
2881 ansi-color-for-shell-mode-set instead of a lambda expression.
2882
28832000-01-09 Alex Schroeder <alex@gnu.org>
2884
2885 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2886 (ansi-color-context): New variable.
2887 (ansi-color-apply): Save context between calls.
2888
fb55ff10
EZ
28892001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2890
83c9cb8e
SM
2891 * isearch.el (isearch, isearch-lazy-highlight-face):
2892 New definitions for face colors and attributes.
29910493 2893
fb55ff10
EZ
2894 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2895 of display-mouse-p.
2896
134d6265
KH
28972001-01-09 Kenichi Handa <handa@etl.go.jp>
2898
2899 * international/mule.el (make-coding-system): If the coding system
2900 accepts extra latin codes, register such codes as safe for the
2901 coding system.
2902
103db06c 29032001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2904
984c9f75
RS
2905 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2906 don't mention the file name or the date here, because they are
2907 logged at the start of the file.
2908
29092001-01-08 Richard M. Stallman <rms@gnu.org>
2910
78b8eee8
RS
2911 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2912 Change screen-width to frame-width.
2913
1460e5d4
EZ
29142001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2915
2916 * info.el (Info-search): Print the default as part of the prompt.
2917
56f24bc1
AS
29182001-01-08 Andre Spiegel <spiegel@gnu.org>
2919
ca2ddd8e 2920 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2921 constant implementations in backends.
2922
2923 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2924 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2925
2926 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2927 WRITABLE to EDITABLE.
2928
2929 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2930 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2931 to EDITABLE.
2932
b7812d30
EZ
29332001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2934
2935 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2936 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2937
7e56ea04
GM
29382001-01-08 Gerd Moellmann <gerd@gnu.org>
2939
2940 * isearch.el (isearch-old-signal-hook): Removed.
2941 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2942 instead of setting signal-hook-function.
2943 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2944
a758f97d
GM
29452001-01-08 Kevin Gallagher <kevingal@onramp.net>
2946
2947 * emulation/edt.el: Update to version 4.0. Provide support for
2948 EDT scroll margins at top and bottom of the window. Provide an
2949 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2950 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2951 user when file-related buffer modifications exist.
2952 Provide support for running EDT Emulation in XEmacs.
2953 Provide customize access to some user updatable variables.
2954 Add Commentary section to file header.
2955 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2956
2957 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2958 for detecting a keypress that generates an ASCII key sequence.
2959 (Previously, only a keypress that generates a vector was
2960 recognized.) Embed Window Manager name into name of the generated
2961 EDT Emulation initialization file since the initialization file is
2962 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2963
30db89f9
EZ
29642001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2965
4deb3ba9
EZ
2966 * mail/sendmail.el (mail-mode): Doc fix.
2967
30db89f9
EZ
2968 * info.el (Info-goto-emacs-command-node): Doc fix.
2969 (Info-goto-emacs-key-command-node): Doc fix.
2970
c3f2772b
EZ
29712001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2972
8726e79b 2973 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2974 systems without long file-name support.
2975
0dac6924
AI
29762001-01-06 Andrew Innes <andrewi@gnu.org>
2977
2978 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2979
4e6ef391
EZ
29802001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2981
380866a2
EZ
2982 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2983 (isearch-lazy-highlight-update): Doc fix.
2984
148b5960
EZ
2985 * ffap.el (ffap-bindings): Doc fix.
2986
4e6ef391
EZ
2987 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2988
4cb1bcc2
DL
29892001-01-05 Dave Love <fx@gnu.org>
2990
2991 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2992
3828218c
GM
29932001-01-05 Gerd Moellmann <gerd@gnu.org>
2994
83c9cb8e
SM
2995 * mouse-drag.el (mouse-drag-safe-scroll):
2996 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2997
1f4139d5
GM
2998 * isearch.el (isearch-old-signal-hook): New variable.
2999 (isearch-mode): Set signal-hook-function to isearch-done.
3000 (isearch-done): Restore old signal-hook-function.
3001
3828218c
GM
3002 * info.el (Info-fontify-node): Mark one more char as intangible.
3003
3970013f
KH
30042000-01-05 Kenichi Handa <handa@etl.go.jp>
3005
83c9cb8e
SM
3006 * composite.el (compose-last-chars): New argument COMPONENTS.
3007 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3008 COMPONENTS.
3009
3010 * international/quail.el (quail-input-string-to-events): New function.
3011 (quail-input-method): Convert input string to events here.
3012 (quail-start-translation): Return input string, not event list.
3013 (quail-start-conversion): Likewise.
3014
f3b05e99
GM
30152001-01-04 Gerd Moellmann <gerd@gnu.org>
3016
ca2ddd8e 3017 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3018 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3019 and tooltip-add-timeout.
3020 (tooltip-show): Set border color from faces's foreground.
3021 (tooltip-show-help-function): If called with the same help string
3022 as last time, do nothing.
3023 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3024
0f2ac578
GM
3025 * startup.el (fancy-splash-screens): Don't bind show-help-function
3026 to nil.
3027
f3b05e99
GM
3028 * tooltip.el (tooltip-frame-parameters): Remove colors.
3029 (tooltip): New face
3030 (tooltip-set-param): New function.
3031 (tooltip-show): Set up color frame parameters from face `tooltip'.
3032 Display the tooltip text in face `tooltip'.
3033
8416e94a
DL
30342001-01-04 Dave Love <fx@gnu.org>
3035
3036 * whitespace.el (whitespace-global-mode): Fix typo.
3037
3038 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3039
30db89f9
EZ
30402001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3041
83c9cb8e
SM
3042 * help.el (help-for-help): Fix a typo in a doc string.
3043 From kwzh@gnu.org (Karl Heuer).
30db89f9 3044
b847eb8c
DL
30452001-01-03 Dave Love <fx@gnu.org>
3046
3047 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3048 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3049 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3050 (dired-guess-shell-alist-user): Customize.
3051 (dired-x-help-address): Set to bug-gnu-emacs.
3052 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3053 (dired-default-directory): Renamed from default-directory.
3054
3055 * hl-line.el (hl-line): Doc fix.
3056
43c4b570
KF
30572001-01-03 Karl Fogel <kfogel@red-bean.com>
3058
1bf6b1bf 3059 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3060
984c9f75 30612001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3062
3063 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3064 to remove all the current alternative-match highlighting.
3065 If nil, remove only what's outside the current window.
3066 (isearch-lazy-highlight-remove-overlays): Take optional
3067 region within which NOT to remove them.
3068 (isearch-lazy-highlight-new-loop): Greatly simplified.
3069 (isearch-lazy-highlight-update): Find all the other occurrences
3070 visible in the window, in just one call.
3071 (isearch-lazy-highlight-start): Now holds start of region to scan.
3072 (isearch-lazy-highlight-end): Now holds end of region to scan.
3073 (isearch-lazy-highlight-wrapped): Variable deleted.
3074 (isearch-lazy-highlight-search): Function deleted.
3075
13d6a61c
AI
30762000-01-02 Andrew Innes <andrewi@gnu.org>
3077
3078 * w32-fns.el (convert-standard-filename): Do length check on name
3079 before aref.
3080
064866e7
DL
30812001-01-02 Dave Love <fx@gnu.org>
3082
b33e041b
DL
3083 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3084 value.
3085 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3086
3087 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3088
8166ffd5
DL
3089 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3090 read syntax.
3091
064866e7
DL
3092 * calendar/todo-mode.el (todo): Add :link, :version.
3093 (todo-save-top-priorities): Remove autoload cookie.
3094 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3095 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3096
6dde6abc
GM
30972001-01-02 Gerd Moellmann <gerd@gnu.org>
3098
3099 * comint.el (comint-input-history-ignore): New variable.
3100 (comint-read-input-ring): Ignore entries matching
3101 comint-input-history-ignore.
3102
1a8a9daf
GM
31032001-01-02 Eric M. Ludlam <zappo@gnu.org>
3104
3105 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3106 (lm-copyright-mark): New function.
3107 (lm-crack-copyright): New function.
3108 (lm-verify): Check that the file has a copyright.
3109 Check that the file is copyright Free Software Foundation.
3110
9c92eb53
KH
31112000-12-30 Kenichi Handa <handa@etl.go.jp>
3112
3113 * international/mule-diag.el (print-fontset): Indent font name by
3114 24 columns, not 25.
3115
49172314
GM
31162000-12-29 Gerd Moellmann <gerd@gnu.org>
3117
762a68ec
GM
3118 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3119 in Subject line.
3120
49172314 3121 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3122 Use mail-mode-hook instead of mail-setup-hook.
3123 Otherwise continuing an interrupted message with C-u C-x m for
3124 instance, winds up in Mail mode without abbrevs.
49172314 3125
bd7a2e26
GM
31262000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3127
3128 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3129 non-nil. Adding almost all customization variables on ps-setup.
3130 Doc fix.
bd7a2e26
GM
3131 (ps-print-version): New version number (6.3.3).
3132 (ps-end-with-control-d): Initialization fix.
3133 (ps-lines-printed): New var.
3134 (ps-skip-newline): New fun.
3135 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3136 (ps-next-line, ps-continue-line, ps-plot-region)
3137 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3138
2b3f28a4
KH
31392000-12-29 Kenichi Handa <handa@etl.go.jp>
3140
83c9cb8e
SM
3141 * international/fontset.el (x-complement-fontset-spec):
3142 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3143 registered in x-font-name-charset-alist.
3144 (create-fontset-from-fontset-spec): Adjusted for the above change.
3145 The name of fontset alias should be a unresolved ASCII font name.
3146
2ece9174
GM
31472000-12-28 Gerd Moellmann <gerd@gnu.org>
3148
3149 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3150 and delete in isearch-mode-map.
3151
cbe3ad7a
RS
31522000-12-28 Richard M. Stallman <rms@gnu.org>
3153
ca2ddd8e 3154 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3155 Use xpdf instead of acroread.
3156
a816f1c5
KH
31572000-12-28 Kenichi Handa <handa@etl.go.jp>
3158
f086e73c
KH
3159 * textmodes/artist.el (artist-butlast): Deleted.
3160 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3161 artist-butlast.
f086e73c 3162
a816f1c5
KH
3163 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3164
3165 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3166
b202115b
EZ
31672000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3168
3169 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3170
3171 * ls-lisp.el: Better support for the Mac and MS-Windows.
3172 (ls-lisp): New defgroup.
3173 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3174 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3175 (ls-lisp-support-shell-wildcards): New defcustoms.
3176 (ls-lisp-parse-symlink): New function.
3177 (insert-directory): Code to convert switches to a list and set up
3178 the wildcard argument copied from ls-lisp-insert-directory.
3179 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3180 for -C and -R switches.
3181 (ls-lisp-column-format): New function.
ca2ddd8e 3182 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3183 (ls-lisp-format-time): Add doc strings.
3184 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3185 Support ls-lisp-dirs-first.
3186 (ls-lisp-classify, ls-lisp-extension): New functions.
3187 (ls-lisp-format): Optionally support emulation of symlinks.
3188 Support -i, -s, and -G switches.
3189
6061fbf0
GM
31902000-12-27 Gerd Moellmann <gerd@gnu.org>
3191
5e25feee
GM
3192 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3193
6061fbf0
GM
3194 * version.el (emacs-version): Print X scroll bar information.
3195
3196 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3197 instead of x-toolkit-scroll-bars-p.
3198
3199 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3200 of x-toolkit-scroll-bars-p.
3201
25050dab
EZ
32022000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3203
83c9cb8e 3204 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3205 (ffap-bindings): Doc fix, to reflect the above change.
3206
c1786874
KH
32072000-12-27 Kenichi Handa <handa@etl.go.jp>
3208
3209 * term.el (term-char-mode): Define all non-ascii self-inserting
3210 characters to 'term-send-raw in term-raw-map.
3211
7261ece3 32122000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3213
83c9cb8e 3214 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3215
83c9cb8e
SM
3216 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3217 Changed initialization; use add-hook.
6061fbf0 3218 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3219
6061fbf0 3220 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3221
6061fbf0
GM
3222 * ediff.el (ediff-patch-buffer): Bug fix.
3223 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3224
83f40583
SM
32252000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3226
3227 * subr.el (combine-run-hooks): Remove.
3228
3229 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3230 and remove the rogue second spec.
3231
bdd6d4e8
GM
32322000-12-23 Gerd Moellmann <gerd@gnu.org>
3233
3234 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3235
26736ce3
SM
32362000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3237
0e86b6b0
SM
3238 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3239 Use minibuffer menu prompt for the `=' prefix.
3240 (smerge-command-prefix): Change default to C-^.
6eabfb26 3241 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3242
26736ce3
SM
3243 * skeleton.el (skeleton-internal-1): Make sure the first line of
3244 the region is also re-indented.
d21584d6
SM
3245 (skeleton-end-newline): New var.
3246 (skeleton-end-hook): Use it.
26736ce3 3247
95fa4fd7
MB
32482000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3249
3250 * comint.el (comint-password-prompt-regexp): Support CVS.
3251
f060b834
GM
32522000-12-22 Gerd Moellmann <gerd@gnu.org>
3253
83c9cb8e
SM
3254 * simple.el (delete-key-deletes-forward-mode): Simplify.
3255 Also backspace key combinations, depending on
856ff7a7
GM
3256 delete-key-deletes-forward.
3257
3258 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3259
f060b834
GM
3260 * simple.el (delete-key-deletes-forward): Doc fix.
3261
653558a1
GM
32622000-08-22 Emmanuel Briot <briot@gnat.com>
3263
3264 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3265 white spaces are relevant in the XML file.
653558a1
GM
3266 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3267 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3268 of XML files.
653558a1
GM
3269 (xml-parse-tag): Check that the casing is the same in the start
3270 tag and end tag, since XML is case-sensitive. Allows for spaces
3271 in the end tag, after the name of the tag.
3272 (xml-parse-attlist): Allow for the character '-' in the name of
3273 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3274 the properties in the XML tree, since they are not relevant.
653558a1 3275
3ad93d8d
SM
32762000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3277
3278 * generic.el (generic-read-type): Undo last change, inline into
3279 `generic-mode' and then remove.
3280 (generic-mode): Inline generic-read-type.
3281 (define-generic-mode): Push the symbol name rather than the symbol
3282 onto generic-mode-list.
3283
177f4e88
GM
32842000-12-21 Gerd Moellmann <gerd@gnu.org>
3285
8e15274f
GM
3286 * generic.el (generic-read-type): Build an alist for
3287 completing-read as in 20.7.
3288
3289 * play/landmark.el (lm): Use interactive spec `P'.
3290 (toplevel): Don't set debug-on-error.
3291
83c9cb8e 3292 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3293
6ba384dc
GM
32942000-12-21 Dave Pearson <davep@davep.org>
3295
3296 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3297
647a066c
GM
32982000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3299
3300 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3301 ranges like \177-\237, but accepts the character sequence from \177 to
3302 \237. Doc fix.
3303 (ebnf-version): New version (3.4).
3304 (ebnf-setup): Code fix.
3305 (ebnf-range-regexp): New fun.
3306 (ebnf-8-bit-chars): Const fix.
3307
3308 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3309 entry. Doc fix.
3310 (ebnf-bnf-lex): Code fix.
3311 (ebnf-bnf-comment-chars): Const fix.
3312
3313 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3314 entry. Doc fix.
3315 (ebnf-iso-comment-chars): Const fix.
3316
3317 * ebnf-otz.el: Doc fix.
3318
3319 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3320 entry. Doc fix.
3321 (ebnf-yac-skip-code): Code fix.
3322 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3323
bc22fd18
EZ
33242000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3325
3326 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3327 (recover-file): Use it instead of insert-directory.
3328 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3329
587fc3f9
KH
33302000-12-21 Kenichi Handa <handa@etl.go.jp>
3331
83c9cb8e
SM
3332 * international/mule-cmds.el (select-safe-coding-system):
3333 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3334
587fc3f9
KH
3335 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3336
01860fb9
MB
33372000-12-21 Miles Bader <miles@gnu.org>
3338
83c9cb8e 3339 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3340
3f9d67a6
KH
33412000-12-21 Kenichi Handa <handa@etl.go.jp>
3342
9fd1c1f7
KH
3343 * international/mule-diag.el (describe-char-after): Make *Help*
3344 buffer inherit multibyteness of the current buffer.
3345
3f9d67a6
KH
3346 * international/mule.el (make-char): Docstring adjusted for the
3347 change of make-char-internal.
3348
c9669fac
SM
33492000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3350
3351 * international/iso-cvt.el: Docstrings fix.
3352
19594307
DL
33532000-12-20 Dave Love <fx@gnu.org>
3354
3355 * subr.el (eval-after-load): Doc fix.
3356
b1a447b3
KH
33572000-12-20 Kenichi Handa <handa@etl.go.jp>
3358
3359 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3360 for numbers.
3361
09877d5d
MB
33622000-12-20 Miles Bader <miles@gnu.org>
3363
3364 * international/quail.el (quail-help): Resize the help window
3365 again after it has all its contents. Remove unneeded progn.
3366
71d4497a
GM
33672000-12-19 Gerd Moellmann <gerd@gnu.org>
3368
3369 * pcmpl-linux.el: Fix copy/paste error.
3370
741e56a0
AI
33712000-12-19 Andrew Innes <andrewi@gnu.org>
3372
83c9cb8e 3373 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3374
cc24d91c
CD
33752000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3376
ba4c05aa
CD
3377 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3378
3379 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3380
3381 * progmodes/idlw-shell.el: Fixed copyright notice.
3382
3383 * progmodes/idlwave.el: Fixed copyright notice.
3384
71d4497a 3385 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3386 TAB as key separators.
3387
524c8caf
GM
33882000-12-19 Alex Schroeder <alex@gnu.org>
3389
3390 * sql.el (sql-sybase-options): New option.
3391 (sql-sybase): Use it. Add sql-database to the list of parameters
3392 provided for login. The options -w 2048 -n are not used any more.
3393 (sql-postgres-options): Changed default from "--pset" to "-P".
3394 (sql-mysql-options): Doc change.
3395 (sql-stop): Doc change.
3396
b5fa513d
KH
33972000-12-19 Kenichi Handa <handa@etl.go.jp>
3398
3399 * international/quail.el (quail-input-method): Always hide
3400 the guidance buffer on exiting.
3401
91c9e6ce
GM
34022000-12-18 Gerd Moellmann <gerd@gnu.org>
3403
c6da4eb4
GM
3404 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3405 isn't fboundp.
3406
3d2a0e0b
GM
3407 * server.el (server-buffer-done): Bury the buffer before
3408 killing it.
3409
91c9e6ce
GM
3410 * faces.el (face-spec-set): Interpret a nil in specs for
3411 foreground and background colors as `unspecified', for
3412 compatibility with 20.x.
3413
40fa0008
DL
34142000-12-18 Dave Love <fx@gnu.org>
3415
22adbe54
DL
3416 * simple.el (mail-user-agent): Doc fix.
3417 (input-mode-8-bit): Removed.
3418
3419 * international/mule.el (set-keyboard-coding-system): Doc fix.
3420 (keyboard-coding-system): New option.
3421
40fa0008
DL
3422 * mail/sendmail.el (send-mail-function): Customize.
3423
6f4745e2
EZ
34242000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3425
3426 * international/codepage.el (cp866-decode-table): New table.
3427
82b90229
GM
34282000-12-18 Gerd Moellmann <gerd@gnu.org>
3429
3430 * version.el (emacs-version): Remove `%a' from the time format
3431 because the weekday doesn't fit well into each locale.
3432
5a047002
MB
34332000-12-18 Miles Bader <miles@gnu.org>
3434
7f49aa07
MB
3435 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3436
ca2ddd8e 3437 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3438 Check that emacs-major-version is `=' to 20, not `>='.
3439 (artist-replace-chars): Use `make-string' instead of a loop.
3440
22ea2607
EZ
34412000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3442
3443 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3444 (cvs-execute-single-file): Don't change directory.
3445 Patch from Per Cederqvist.
3446
6c825f8e
EZ
34472000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3448
83c9cb8e
SM
3449 * textmodes/ispell.el (check-ispell-version):
3450 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3451 of -vv.
3452
8ff06845
KH
34532000-12-16 Kenichi Handa <handa@etl.go.jp>
3454
af4bb4c8
KH
3455 * international/mule-diag.el (mule-diag): Insert information about
3456 configure options, multibyte awareness, language env.
3457
8ff06845
KH
3458 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3459 regexp to search for candidates.
3460
b24e84ab
EZ
34612000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3462
3463 * info.el (Info-forward-node): If the node has an
3464 Info-header-line, widen the buffer before searching for "next:"
3465 and "up:" pointers, and set the search limit to stay in the
3466 current node.
3467
7981d89f
MB
34682000-12-16 Miles Bader <miles@gnu.org>
3469
3470 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3471
88ee7917
MB
34722000-12-15 Miles Bader <miles@gnu.org>
3473
3474 * comint.el (comint-send-string, comint-send-region): Also accept
3475 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3476 process-send-string/region.
3477
0c28d842
GM
34782000-12-15 Gerd Moellmann <gerd@gnu.org>
3479
4ea7fdca
GM
3480 * isearch.el (isearch-lazy-highlight-max): New user-option.
3481 (isearch-lazy-highlight-update): Don't highlight more than
3482 isearch-lazy-highlight-max matches.
3483
0c28d842
GM
3484 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3485
984c9f75 34862000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3487
8062e53a
GM
3488 * sort.el (sort-columns): Fix error message.
3489
3ffa545b
GM
3490 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3491 `upcase' or `downcase' or nil.
3492 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3493 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3494 (dabbrev--substitute-expansion): New arg record-case-pattern.
3495 If it is non-nil, set dabbrev--last-case-pattern.
3496 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3497
3498 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3499
c2d7f289
MB
35002000-12-15 Miles Bader <miles@gnu.org>
3501
b6348438
MB
3502 * paths.el (Info-default-directory-list): Don't delete
3503 configure-info-directory from the list of standard info
83c9cb8e 3504 directories when appending it to the end -- their order is important.
b6348438 3505
f9056dd9
MB
3506 * faces.el (read-face-attribute): If there's no entry for the
3507 user's input in VALID, just use it as-is (this will often result
3508 in an error, but it may be OK for e.g. colors using hexadecimal
3509 notation, and at least will yield a better error message).
3510
c2d7f289 3511 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3512 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3513 Variables removed.
3514 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3515 window is really the right size. Use vertical-motion
3516 rather than forward-line.
3517 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3518 (ispell-command-loop, ispell-show-choices): Use the variable
3519 ispell-choices-win-default-height, rather than the function.
3520 (ispell-choices-win-default-height): Function removed.
3521 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3522
8f530b95
SM
35232000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3524
3525 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3526
6d435deb
EZ
35272000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3528
83c9cb8e
SM
3529 * paths.el (Info-default-directory-list):
3530 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3531 put it first in the list; otherwise put it last. Doc string
3532 changed accordingly.
3533
3534 * info.el (Info-directory-list): Change doc string to reflect the
3535 change in Info-default-directory-list.
3536
6d435deb
EZ
3537 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3538 windows-nt as windowed environments, even under -nw.
3539
3540 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3541 if not fboundp. Switch delete-forward mode for the <delete> key
3542 on all PC platforms, even under -nw.
3543
3544 * term/internal.el ([M-delete]): Remap to M-d.
3545
9d7d9263
GM
35462000-12-14 Gerd Moellmann <gerd@gnu.org>
3547
3548 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3549
7cf0153a
EZ
35502000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3551
3552 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3553
5e5b3d41
GM
35542000-12-14 Gerd Moellmann <gerd@gnu.org>
3555
5f368d29
GM
3556 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3557 if appropriate.
3558
3559 * simple.el (delete-key-deletes-forward): New user-option.
3560 (delete-key-deletes-forward-mode): New function.
3561
9d7d9263 3562 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3563
83c9cb8e
SM
3564 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3565 Test if symbol is bound before getting its value.
5e5b3d41
GM
3566
3567 * tooltip.el (tooltip-show): If an error is signaled in
3568 x-show-tip, display that error, and display the help in the
3569 echo area.
ca2ddd8e 3570
191b83b6
KH
35712000-12-14 Kenichi Handa <handa@etl.go.jp>
3572
83c9cb8e
SM
3573 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3574 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3575
6192b604
KF
35762000-12-13 Karl Fogel <kfogel@red-bean.com>
3577
3578 * bookmark.el: Provide a generic exit hook, as suggested by
3579 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3580 (bookmark-exit-hook): New var.
3581 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3582 old raw lambda form in `kill-emacs-hook', and runs new
3583 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3584 as logically that feature must have been provided if this function
3585 is running.
3586 Removed ;;;###autoload before the `add-hook' call.
3587
5edf6b55
SM
35882000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3589
3590 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3591 (easy-menu-current-active-maps): New function.
3592 (easy-menu-get-map): Use it.
3593 Make a proper menu entry when creating a new keymap.
3594
16b5e8e6
KH
35952000-12-13 Kenichi Handa <handa@etl.go.jp>
3596
d49fc4eb
KH
3597 * international/characters.el: Fix cases and syntaxes for
3598 mule-unicode-0100-24ff.
3599
3b53d876
KH
3600 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3601 that a Japanese character is not appended after day and year.
3602
16b5e8e6
KH
3603 * info.el (Info-suffix-list): Change format for a command that
3604 requires arguments.
3605 (info-insert-file-contents): Adjusted for the above change.
3606
1df1c518
AS
36072000-12-12 Andreas Schwab <schwab@suse.de>
3608
3609 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3610 on the name of the tar buffer. Verify that the existing buffer is
3611 visiting the same subfile.
3612
a7a07b98
DL
36132000-12-12 Dave Love <fx@gnu.org>
3614
3615 * subdirs.el: Add obsolete.
3616
4fdbd809
GM
36172000-12-12 Gerd Moellmann <gerd@gnu.org>
3618
bfdb75ee
GM
3619 * mail/rmailsum.el (rmail-summary-expunge)
3620 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3621 instead of rmail-confirm-expunge.
3622
4fdbd809
GM
3623 * replace.el (perform-replace): Don't use an empty match adjacent
3624 to a non-empty match when computing the next match before the
3625 replacement is performed.
3626
e9a59cad
GM
36272000-12-12 Milan Zamazal <pdm@freesoft.cz>
3628
3629 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3630 definition (patch by Stefan Monnier).
3631 (glasses-mode): Use jit-lock instead of `after-change-functions'
3632 (patch by Stefan Monnier).
3633
c2def7a0
MB
36342000-12-12 Miles Bader <miles@gnu.org>
3635
3636 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3637 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3638
591b63b4
AC
36392000-12-12 Andrew Choi <akochoi@i-cable.com>
3640
3641 * term/mac-win.el: Remove load for ls-lisp.
3642
a924cf63 3643 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3644
5ff4ba3d
MB
36452000-12-12 Miles Bader <miles@gnu.org>
3646
3647 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3648 Respect field end too.
3649 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3650 (newline-and-indent, reindent-then-newline-and-indent):
3651 Use `delete-horizontal-space'.
5ff4ba3d 3652
d0c679bc
SM
36532000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3654
adf9c994
SM
3655 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3656 (so as to obey the field property in the minibuffer).
3657
4b0cd42d
SM
3658 * obsolete/c-mode.el: Moved from lisp/progmodes.
3659 * obsolete/auto-show.el: Moved from lisp.
3660 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3661
89f85863
CD
36622000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3663
3664 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3665 changes to list them here.
89f85863 3666
83c9cb8e
SM
3667 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3668 Too many changes to list them here.
89f85863 3669
83c9cb8e
SM
3670 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3671 Too many changes to list them here.
89f85863
CD
3672
3673 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3674
3e0d35ce
GM
36752000-12-11 Gerd Moellmann <gerd@gnu.org>
3676
83c9cb8e 3677 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3678
ca2ddd8e 3679 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3680 Comment fix.
3681
3e0d35ce
GM
3682 * hscroll.el: Moved to `obsolete' subdir.
3683
ff904dd6
MB
36842000-12-11 Miles Bader <miles@gnu.org>
3685
3686 * window.el (window-text-height): Function removed (now in C).
3687
fb97d87f
SM
36882000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3689
3690 * log-edit.el (log-edit-parent-buffer): New var.
3691 (log-edit): Set it. Add BUFFER argument.
3692 (log-edit-done): Use char-before.
3693 Don't bother checking validity of vc-comment-ring.
3694 Only bury the buffer if log-edit popped it up.
3695
3696 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3697 (cvs-mode-diff-help): Remove.
3698 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3699 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3700
3701 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3702 Remove binding for ? now made unnecessary.
3703
7de77417
CD
37042000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3705
83c9cb8e 3706 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3707 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3708
3709 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3710 when master file is not open.
3711
4efa209f
SM
37122000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3713
3714 * progmodes/ada-stmt.el: Update `maintainer'.
3715
0a8052bd
GM
37162000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3717
3718 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3719 choices to match documentation string.
3720
a12167c5
MB
37212000-12-09 Miles Bader <miles@gnu.org>
3722
2161605d
MB
3723 * minibuf-eldef.el: New file.
3724
a12167c5
MB
3725 * window.el (fit-window-to-buffer): Don't pass last argument to
3726 pos-visible-in-window-p, now that its meaning is inverted.
3727
9ea8de1b
EZ
37282000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3729
3730 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3731 <ceder@lysator.liu.se>.
3732
5002ddbb
SM
37332000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3734
b6114d80
SM
3735 * autoinsert.el (auto-insert-alist): Add missing final \n.
3736
ee8d23ee
SM
3737 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3738 (cvs-menu-map): Remove.
3739 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3740 (cvs-mode-quit): Turn it back into a plain function.
3741
5002ddbb 3742 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3743 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3744
3745 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3746 file where it's more visible.
3747 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3748 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3749 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3750 (texinfo-inside-macro-p): Only catch `scan-error's.
3751 (texinfo-inside-env-p): Make better use of the match info.
3752 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3753 (texinfo-insert-@end): Slight re-organization.
3754 Also remove useless `looking-at' call.
3755
30cd075d
AI
37562000-12-08 Andrew Innes <andrewi@gnu.org>
3757
3758 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3759 accessible in -nw mode.
3760
3761 * term/w32-win.el: Remove stuff about selection timeout, which is
3762 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3763 it is accessible in -nw mode.
3764
01b91009
DL
37652000-12-08 Dave Love <fx@gnu.org>
3766
83c9cb8e
SM
3767 * emacs-lisp/lisp-mode.el (lisp-mode):
3768 Set font-lock-keywords-case-fold-search.
01b91009 3769
842b2a94
GM
37702000-12-08 Gerd Moellmann <gerd@gnu.org>
3771
3772 * textmodes/ispell.el (ispell): Doc fix.
3773
f9d5f611
KH
37742000-12-08 Kenichi Handa <handa@etl.go.jp>
3775
3776 * international/quail.el (quail-insert-decode-map): Check the
3777 frame width of a window displaying the current buffer, not that of
3778 the selected frame.
3779 (quail-help): Make sure that the help buffer has window before
3780 inserting text in it.
3781
e04d21aa
SS
37822000-12-07 Sam Steingold <sds@gnu.org>
3783
3784 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3785 Backquote is used in isearch.el, so autoloading saves nothing.
3786
fc3e23a4
EZ
37872000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3788
83c9cb8e
SM
3789 * startup.el (normal-top-level-add-subdirs-to-load-path):
3790 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3791
fc3e23a4
EZ
3792 * dired.el (dired-insert-directory): If file-system-info is
3793 fboundp, call it instead of invoking dired-free-space-program.
3794
796ecd10
GM
37952000-12-07 Gerd Moellmann <gerd@gnu.org>
3796
0f5f7c3e
GM
3797 * server.el (server-visit-files): Push files on file-name-history.
3798
3764ba49
GM
3799 * progmodes/cc-langs.el: Update copyright.
3800
8e7931da
GM
3801 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3802
ae0d7485 3803 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3804
796ecd10
GM
3805 * bindings.el (mode-line-mode-menu): Reverse the order
3806 of define-keys so that the menu appears in alphabetical order.
3807
ae0d7485
GM
38082000-12-07 Milan Zamazal <pdm@freesoft.cz>
3809
3810 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3811 of the function.
3812
e2849090
DL
38132000-12-07 Dave Love <fx@gnu.org>
3814
3815 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3816
3817 * facemenu.el (facemenu-unlisted-faces): Fix value.
3818
5c7f629c
SM
38192000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3820
3821 * font-lock.el (font-lock-default-fontify-region):
3822 Include the terminating \n (off-by-one error).
3823 (font-lock-set-defaults): Use dolist.
3824
3825 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3826
73481ae3
KH
38272000-12-07 Kenichi Handa <handa@etl.go.jp>
3828
83c9cb8e
SM
3829 * international/mule-cmds.el (describe-language-environment):
3830 Fix for the case that an input method title is not string but a list.
ffbaa122 3831
73481ae3
KH
3832 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3833 of wrong SIZE record.
3834
e2896b22
DL
38352000-12-06 Dave Love <fx@gnu.org>
3836
67292061
DL
3837 * newcomment.el (comment-region, comment-dwim): Doc fix.
3838
3839 * textmodes/texinfo.el: Require tex-mode when compiling.
3840 (texinfo-update-node): Doc fix.
3841 (texinfo-imenu-generic-expression): Add @anchor.
3842 (texinfo-font-lock-keywords): Add @uref.
3843 (texinfo-inside-macro-p): Don't use ignore-errors.
3844 (texinfo-insert-quote): Match more contexts.
3845
e76938e7
DL
3846 * international/mule.el (decode-char, encode-char): Doc fix.
3847 (auto-coding-alist): Customize.
3848
3849 * files.el (load-file): Fix change of 2000-03-12.
3850
e2896b22
DL
3851 * wid-edit.el (widget-text-keymap): Doc fix.
3852
6610f4b2
AI
38532000-12-06 Andrew Innes <andrewi@gnu.org>
3854
3855 * makefile.w32-in (lisp): Set to an absolute directory, namely
3856 $(CURDIR).
3857
9e3366e4
EZ
38582000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3859
3860 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3861 read generated-autoload-file, and set buffer-file-coding-system to
3862 raw-text-unix after reading the file.
3863
83c9cb8e
SM
3864 * international/mule-conf.el (file-coding-system-alist):
3865 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3866
d94d636f
GM
38672000-12-06 Gerd Moellmann <gerd@gnu.org>
3868
384333ee
GM
3869 * replace.el (occur): Make line-number-width 1 smaller for the
3870 colon following the line number.
3871
83c9cb8e
SM
3872 * startup.el (fancy-splash-text, command-line-1):
3873 Use `File' for the menu name instead of `Files'.
e04d21aa 3874
d4b72d58
GM
3875 * tmm.el: Update copyright.
3876
d94d636f
GM
3877 * cus-start.el: Add entry for even-window-heights.
3878
6e424019
MB
38792000-12-06 Miles Bader <miles@gnu.org>
3880
3881 * faces.el (frame-set-background-mode): Avoid stomping on
3882 locally modified faces.
3883
e6477b58
KH
38842000-12-06 Kenichi Handa <handa@etl.go.jp>
3885
3886 * international/fontset.el: Correct the font registries for
3887 japanese-jisx0213-1 and japanese-jisx0213-2.
3888
21999ab9
GM
38892000-12-05 Gerd Moellmann <gerd@gnu.org>
3890
57d6e381
GM
3891 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3892
21999ab9
GM
3893 * iswitchb.el: Update customization commentary.
3894
7422819c
GM
38952000-12-05 Rob Riepel <riepel@Stanford.EDU>
3896
3897 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3898 (tpu-search-highlight): Fixed comparison of overlay end positions.
3899 (tpu-trim-line-ends): Implemented trimming logic locally.
3900
3901 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3902 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3903
73daff18
KH
39042000-12-05 Kenichi Handa <handa@etl.go.jp>
3905
3906 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3907 to cn-gb.
3908 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3909
6a4cd002
DL
39102000-12-04 Dave Love <fx@gnu.org>
3911
3912 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3913
6452929e
GM
39142000-12-04 Gerd Moellmann <gerd@gnu.org>
3915
e04d21aa 3916 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3917 (rmail-summary-expunge-and-save): Ask for confirmation with
3918 rmail-expunge-confirmed.
3919
3920 * mail/rmail.el (rmail-expunge-confirmed): New function.
3921 (rmail-expunge): Use it.
3922
1790abf4
FP
39232000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3924
0c68ce6f 3925 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3926 (etags-recognize-tags-table, find-tag-in-order):
3927 New functionality: interpret file names as tags.
e04d21aa 3928
7a53d8c8
EZ
39292000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3930
3931 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3932 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3933 the first subnode until the bottom of the current node is visible.
7a53d8c8 3934
caa15ef7
GM
39352000-12-04 Gerd Moellmann <gerd@gnu.org>
3936
3937 * format.el (format-decode): Don't change buffer's undo list.
3938
e225faa7
KH
39392000-12-04 Kenichi Handa <handa@etl.go.jp>
3940
3941 * faces.el (face-font-registry-alternatives): Add entries for CJK
3942 fonts. Doc-string adjusted for the actual usage of this data.
3943
3944 * international/fontset.el: Change the font registries for CJK
3945 fonts in the default fontset. Don't append '*' to registries.
3946
8b262a65
SM
39472000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3948
e04d21aa 3949 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3950 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3951
3952 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3953 (derived-mode-p): New function.
3954 (derived-mode-make-docstring): Add `docstring' argument.
3955 Use it if available and complete it if necessary.
3956
33c4460b
AS
39572000-12-03 Andreas Schwab <schwab@suse.de>
3958
3959 * type-break.el (type-break): Don't make parent of itself.
3960
5c9b3fac
MB
39612000-12-03 Miles Bader <miles@gnu.org>
3962
3963 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3964
27ce741e
SM
39652000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3966
07c16ec4
SM
3967 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3968 (tex-main-file, tex-file): Simplify.
3969 (tex-generate-zap-file-name): Use subst-char-in-string.
3970 (tex-strip-dots): Remove.
3971
c19cc275
SM
3972 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3973
27ce741e
SM
3974 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3975 to check if the match succeeded.
3976
285991dc
GM
39772000-12-02 Gerd Moellmann <gerd@gnu.org>
3978
3979 * startup.el (use-fancy-splash-screens-p): New function.
3980 (command-line-1): Use it to determine whether or not to use
3981 a fancy splash screen.
3982
52dca1b2
AS
39832000-12-02 Andreas Schwab <schwab@suse.de>
3984
3985 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3986
d3e7e7cf
EZ
39872000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3988
2dce2360
EZ
3989 * international/mule.el (make-char): Fix last change.
3990
9768eaa7
EZ
3991 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3992 New defcustoms.
3993 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3994 autoloading tex-mode; instead, do the same manually.
3995 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3996 with numeric argument. Docstring fix.
3997 (toplevel): Require cl when compiling.
e04d21aa 3998
285991dc 3999 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4000
0dd5e255
JR
40012000-12-02 Jason Rumney <jasonr@gnu.org>
4002
4003 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4004 the Emacs Lisp manual)
4005
fbb87147
EZ
40062000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4007
5cbb3e93
EZ
4008 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4009
fbb87147
EZ
4010 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4011 the Emacs Lisp manual).
4012
1636ca09
GM
40132000-12-02 Gerd Moellmann <gerd@gnu.org>
4014
4015 * simple.el (next-line-add-newlines): Change default to nil.
4016
68875f0e
EZ
40172000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4018
83c9cb8e
SM
4019 * files.el (revert-buffer, recover-file):
4020 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4021
fd9ac94c
GM
40222000-12-01 Gerd Moellmann <gerd@gnu.org>
4023
4024 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4025
45450dd5
MB
40262000-12-01 Miles Bader <miles@gnu.org>
4027
4028 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4029
09df8881
KH
40302000-12-01 Kenichi Handa <handa@etl.go.jp>
4031
4032 * international/mule-diag.el (describe-char-after): Fix typo.
4033 (describe-character-set, non-iso-charset-alist): Fix typo.
4034
dea0a87d
MB
40352000-12-01 Miles Bader <miles@gnu.org>
4036
b170205b
MB
4037 * image-file.el (image-file-name-regexp): Automatically add
4038 upper-case variants of each filename extension in
4039 `image-file-name-extensions', since they seem to be common.
4040
e04d21aa 4041 * simple.el (minibuffer-contents)
dea0a87d
MB
4042 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4043 New functions.
4044 * filecache.el (file-cache-directory-name)
4045 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4046
2b69bc11 40472000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4048
dea0a87d
MB
4049 * filecache.el (file-cache-minibuffer-complete): Don't try to
4050 delete the minibuffer prompt.
4051
a8a1b05d
DL
40522000-11-30 Dave Love <fx@gnu.org>
4053
4054 * cus-start.el: Fix read-buffer-function type.
4055
693c4692
GM
40562000-11-30 Gerd Moellmann <gerd@gnu.org>
4057
4058 * md5.el: Removed. There's a built-in function, now.
4059
2c0b1898
GM
40602000-11-30 Markus Rost <rost@math.ohio-state.edu>
4061
4062 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4063 as dummy 0-th char of rmail-deleted-vector.
4064
63dfcf4b
EZ
40652000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4066
4067 * ps-print.el (ps-end-job): Bind case-fold-search only after
4068 switching to ps-spool-buffer.
4069
40702000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4071
4072 * ps-print.el: Line number font customization. PostScript: Lines and
4073 PageCount are initialized on each page. Doc Fix.
4074 (ps-print-version): New version number (6.3.2).
4075 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4076 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4077 (ps-right-header): Customization fix.
4078 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4079 Fix code.
4080 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4081 New vars.
4082
df3aedcf
GM
40832000-11-30 Gerd Moellmann <gerd@gnu.org>
4084
edfb795e
GM
4085 * bs.el: Fix typos and spelling errors.
4086 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4087 (bs-configuration): Doc fix.
e04d21aa 4088
df3aedcf
GM
4089 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4090
8b8a7f01
GM
40912000-11-30 Rob Riepel <riepel@Stanford.EDU>
4092
4093 * emulation/tpu-edt.el (tpu-version): New version.
4094 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4095 (tpu-original-mode-line): Variable deleted.
4096 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4097 (tpu-set-mode-line): Don't redefine mode-line-format.
4098 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4099 (tpu-update-mode-line): New mark flag logic.
4100 (tpu-get): Use find-file-wildcards.
4101 (tpu-search-highlight): Move overlay less, reset overlay properly.
4102 (tpu-unselect): Deactivate mark.
4103 (tpu-lm-replace): Reset overlay properly.
4104 (tpu-forward-line): Use forward-visible-line.
4105 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4106
83c9cb8e 4107 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4108
c069a9d3
GM
41092000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4110
4111 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4112
b02cd40b
GM
41132000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4114
4115 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4116 and skip whitespace and newlines.
e04d21aa 4117
b7a90344
SM
41182000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4119
4120 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4121
be6bbb55
GM
41222000-11-29 Gerd Moellmann <gerd@gnu.org>
4123
0383ed60
GM
4124 * help.el (describe-function-1): Regexp-quote function name
4125 when used as part of a regexp.
4126
83c9cb8e
SM
4127 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4128 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4129 (tool-bar-add-item): Likewise, and handle unspecified colors.
4130
4131 * enriched.el (enriched-face-ans): Use face-attribute instead
4132 of face-foreground and face-background.
4133
4134 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4135 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4136
7423978d
GM
4137 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4138
ef128c78
GM
4139 * play/5x5.el: Remove version info.
4140
a81fc510
GM
4141 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4142
be6bbb55
GM
4143 * frame.el (blink-cursor-mode): Doc fix.
4144
f9396e03
GM
41452000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4146
4147 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4148 to create Makefile rules.
4149 (antlr-tool-command): New user option.
4150 (antlr-ask-about-save): New user option.
4151 (antlr-makefile-specification): New user option.
4152 (antlr-file-formats-alist): New variable.
4153 (antlr-special-file-formats): New variable.
4154 (antlr-unknown-file-formats): New user option.
4155 (antlr-help-unknown-file-text): New variable.
4156 (antlr-help-rules-intro): New variable.
4157 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4158 (antlr-mode-menu): Add entries.
4159 (antlr-file-dependencies): New function.
4160 (antlr-directory-dependencies): New function.
4161 (antlr-superclasses-glibs): New function.
4162 (antlr-run-tool): New command.
4163 (antlr-makefile-insert-variable): New function.
4164 (antlr-insert-makefile-rules): New function.
4165 (antlr-show-makefile-rules): New command.
4166
4167 * antlr-mode.el: More Emacs/XEmacs stuff.
4168 (antlr-no-action-keywords): New constant with value nil.
4169 (antlr-font-lock-keywords-alist): Use it. Old value would break
4170 syntax highlighting in Emacs-21.0.
4171 (antlr-default-directory): Emacs/XEmacs dependend function.
4172 (antlr-read-shell-command): Ditto.
4173 (antlr-with-displaying-help-buffer): Ditto.
4174
41752000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4176
4177 * antlr-mode.el: imenu, parsing and highlighting changes.
4178 (antlr-imenu-create-index-function): Don't create extra submenus
4179 for definitions in different grammar classes. It is not necessary
4180 for the menu and would make command `imenu' awkward to use.
4181 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4182 header actions and more than one.
4183 (antlr-font-lock-tokendef-face): Changed color.
4184 (antlr-font-lock-tokenref-face): Changed color.
4185 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4186 (antlr-mode-syntax-table): New variable.
4187 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4188 (antlr-with-syntax-table): Don't copy syntax table.
4189
41902000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4191
4192 * antlr-mode.el: Minor changes: language setting.
4193 (antlr-language-alist): The value for file option "language" can
4194 be both an identifier and a string.
4195 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4196 (antlr-language-limit-n-regexp): Change accordingly.
4197
41982000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4199
4200 * antlr-mode.el: Minor changes: tabs, hiding.
4201 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4202 (antlr-action-visibility): Also allow value nil to also hide the
4203 braces. Renamed from `antlr-tiny-action-length'.
4204 Suggested by Jay@aol.com.
4205 (antlr-hide-actions): Change accordingly. Hide line if completely
4206 hidden action is on a line of its own.
e04d21aa 4207
6ad948eb
SM
42082000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4209
4210 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4211
4212 * sort.el (sort-columns): Don't concat strings with numbers.
4213
9c6a4107
DL
42142000-11-29 Dave Love <fx@gnu.org>
4215
4216 * cus-edit.el (face): Fix :format.
4217
4218 * mail/feedmail.el: Require smtpmail when compiling.
4219 (mail-do-fcc): Autoload.
4220 (feedmail) <defgroup>: Fix :link.
4221 (feedmail-nuke-body-in-fcc): Fix :type.
4222 (feedmail-send-it): Add autoload cookie.
4223
053b8d35
SM
42242000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4225
4226 * newcomment.el (comment-indent): Save excursion around call to
4227 comment-indent-function.
4228
242c13e8
MB
42292000-11-29 Miles Bader <miles@gnu.org>
4230
4231 * subr.el (member-ignore-case): Return the tail of the list who's
4232 car matches, like `member', not the matching element itself.
4233
8f4b5f28
KH
42342000-11-29 Kenichi Handa <handa@etl.go.jp>
4235
4236 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4237 should not contain `\n'.
4238
bebe4a2c
GM
42392000-11-28 Gerd Moellmann <gerd@gnu.org>
4240
fd9ac94c 4241 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4242
ba7e40eb
GM
4243 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4244
75ab0c79
GM
4245 * dired-aux.el (dired-do-create-files): Construct default file
4246 name for dired-mark-read-file-name so that when the user enters
4247 just RET, the target file will end up in the target directory.
4248
bebe4a2c
GM
4249 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4250 local-abbrev-table before changing buffers because it might
4251 have a buffer-local binding.
4252
fa6d1ca8
MB
42532000-11-28 Miles Bader <miles@gnu.org>
4254
4255 * simple.el (delete-horizontal-space): Handle fields more generally.
4256
8d2c2642
GM
42572000-11-28 Gerd Moellmann <gerd@gnu.org>
4258
4259 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4260
8b31236d
DL
42612000-11-28 Dave Love <fx@gnu.org>
4262
3cbd02d2
DL
4263 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4264 comment-start-skip locally.
4265
8b31236d
DL
4266 * progmodes/fortran.el (fortran-mode): Don't set
4267 fortran-comment-line-start-skip. Set comment-start to
4268 fortran-comment-line-start.
4269 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4270 (fortran-comment-line-start-skip): Simplify slightly.
4271
ae4bf56d
GM
42722000-11-28 Gerd Moellmann <gerd@gnu.org>
4273
17ef7534
GM
4274 * play/5x5.el: Remove RCS keyword.
4275
fd9ac94c 4276 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4277
665b27a6
GM
42782000-11-28 Milan Zamazal <pdm@freesoft.cz>
4279
83c9cb8e
SM
4280 * textmodes/tildify.el (tildify-string-alist):
4281 Add `plain-tex-mode' here.
665b27a6 4282
fe3c2ae3
GM
42832000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4284
4285 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4286 reference.
4287
d970106b
MB
42882000-11-28 Miles Bader <miles@gnu.org>
4289
36b80a0d
MB
4290 * cus-face.el (custom-face-attributes): Add post-filter function
4291 for :box. Make pre-filter function for :box handle all cases.
4292
d970106b
MB
4293 * wid-edit.el (widget-choose): Make sure pop-up window is large
4294 enough to display all the choices, as there's no way to scroll it.
4295
5a2bae6c
KH
42962000-11-28 Kenichi Handa <handa@etl.go.jp>
4297
4298 * international/mule-conf.el: Make the coding system no-conversion
4299 safe for all characters.
4300
9e836e23
DL
43012000-11-27 Dave Love <fx@gnu.org>
4302
8b31236d
DL
4303 * net/ldap.el (ldap) <defgroup>: Add :version.
4304
9e836e23
DL
4305 * tooltip.el (tooltip-use-echo-area): Doc fix.
4306
4307 * cus-start.el <minibuffer-prompt-properties>: Add version.
4308 <read-buffer-function>: Add.
4309
4310 * apropos.el (apropos-print): Add help-echo to active text.
4311
4312 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4313
4a74d071
GM
43142000-11-27 Gerd Moellmann <gerd@gnu.org>
4315
4316 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4317 type, group and version.
4318
76058c27
EZ
43192000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4320
4a74d071 4321 * select.el (x-get-selection): Docstring fix.
76058c27 4322
fd9ac94c 43232000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4324
fd9ac94c 4325 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4326
49060c51
AI
43272000-11-27 Andrew Innes <andrewi@gnu.org>
4328
4329 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4330
4331 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4332
b2a8e429
MB
43332000-11-27 Miles Bader <miles@gnu.org>
4334
4335 * dired.el (dired-get-filename): Return filename verbatim if
4336 LOCALP is `verbatim'.
4337 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4338 `verbatim' so that we don't inadvertently delete a non-existant
4339 directory name.
4340
5ac0366d
KH
43412000-11-27 Kenichi Handa <handa@etl.go.jp>
4342
4343 * international/characters.el: Specify cases and syntaxes for
4344 mule-unicode-0100-24ff.
4345
67f1cf4c
GM
43462000-11-27 Gerd Moellmann <gerd@gnu.org>
4347
4348 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4349 that foreground and/or background colors of the face `tool-bar'
4350 are unspecified.
4351
46c56972
MB
43522000-11-27 Miles Bader <miles@gnu.org>
4353
e04d21aa 4354 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4355 (widget-field-end): Handle widget field `pseudo-overlays'.
4356 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4357 if it's there instead of in `widget-field-list'.
4358
46c56972 4359 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4360 (help-make-xrefs): Delete extraneous newlines at the end of the
4361 docstring.
46c56972 4362
640a9cdd
JR
43632000-11-25 Jason Rumney <jasonr@gnu.org>
4364
4365 * startup.el (command-line): Call set-locale-environment after
4366 Window System init file is read, as it can result in a call to
4367 redraw-frame.
4368
0b3f96d4
EZ
43692000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4370
4371 * simple.el (shell-command): Mention the effect of the prefix
4372 argument in the doc string.
4373
8da6e2a1
MB
43742000-11-25 Miles Bader <miles@gnu.org>
4375
a658d039
MB
4376 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4377
8da6e2a1 4378 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4379 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4380
d3416cca
JR
43812000-11-24 Jason Rumney <jasonr@gnu.org>
4382
4383 * international/mule-cmds.el (locale-language-names): Add "jp" as
4384 a non-standard alternative for Japanese.
4385
17e37f53
AS
43862000-11-24 Andre Spiegel <spiegel@gnu.org>
4387
4388 * vc-hooks.el: Require 'cl during compilation.
4389
9aa5f148
GM
43902000-11-24 Gerd Moellmann <gerd@gnu.org>
4391
ba193890
GM
4392 * faces.el (face-set-after-frame-default): Let face attributes
4393 specified for new frames override frame parameters.
4394
9aa5f148
GM
4395 * startup.el (command-line): Fix computation of the source file
4396 for user-init-file when user-init-file is a compiled file.
4397
51a1edab
MB
43982000-11-24 Miles Bader <miles@gnu.org>
4399
e04d21aa 4400 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4401 (custom-post-filter-face-spec): New functions.
4402 (custom-face-set, custom-face-value-create): Filter the face spec
4403 before and after customization.
4404 (custom-face-set): If VALUE specifies a null face, pass a
4405 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4406 * cus-face.el (custom-face-attributes): Remove SET and GET
4407 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4408 cases they're needed.
4409
1ed74431
MB
4410 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4411 that it's distinguishable from the :off-glyph on dark-background
4412 displays. Set its background color too.
4413
67ee1125
MB
4414 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4415 so that people can easily turn it off.
4416
7d027816 44172000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4418
7d027816 4419 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4420
9aa5f148 4421 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4422
9aa5f148 4423 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4424
9aa5f148 4425 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4426 redundant skip-small-frames test.
e04d21aa 4427
9aa5f148 4428 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4429 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4430
9aa5f148
GM
4431 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4432 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4433 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4434 New functions.
e04d21aa 4435
9aa5f148 4436 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4437
9aa5f148 4438 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4439
f07fa1b8
KH
44402000-11-24 Kenichi Handa <handa@etl.go.jp>
4441
83c9cb8e
SM
4442 * international/mule-diag.el (list-iso-charset-chars):
4443 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4444 (list-non-iso-charset-chars): Fix the `while' condition.
4445
ba8299ff
SM
44462000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4447
79372165
SM
4448 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4449 if the variable is make-variable-buffer-local.
4450
83c9cb8e
SM
4451 * progmodes/ada-stmt.el (ada-template-map):
4452 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4453 (ada-stmt-mode-hook): New function extracted from old code.
4454 Only change the buffer-local side of skeleton-*.
4455 (ada-mode-hook): Use it.
4456
68a887fa
EZ
44572000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4458
4459 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4460 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4461 we expect to be returned by minibuffer-depth once we prompt the
4462 user in the minibuffer.
4463 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4464 as recorded in iswitchb-minibuf-depth, return non-nil.
4465
3b345582
EZ
44662000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4467
4468 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4469 (hscroll-window-maybe): Docstring fix.
4470
595dead2
DL
44712000-11-23 Dave Love <fx@gnu.org>
4472
4473 * rect.el (string-rectangle): Don't test delete-selection-mode.
4474
1e66b27a
GM
44752000-11-23 Gerd Moellmann <gerd@gnu.org>
4476
02790ce2
GM
4477 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4478 is in the tool bar.
4479
1e66b27a 4480 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4481 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4482
a4caa65d
SM
44832000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4484
4485 * textmodes/outline.el (outline-flag-region):
4486 Don't bind inhibit-read-only since we don't modify the buffer.
4487 (outline-isearch-open-invisible): Don't jump to overlay-start
4488 since we're trying to unhide text around point.
4489 (outline-discard-overlays): Use dolist.
4490
4491 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4492
03e757c1
GM
44932000-11-22 Gerd Moellmann <gerd@gnu.org>
4494
83c9cb8e 4495 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4496
1598a961
SM
44972000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4498
4499 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4500 Fix ARG regexp to skip quoted braces.
4501 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4502 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4503 are (correctly) handled separately).
4504 Remove `caption' and `footnote' from `citations': they contain text.
4505 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4506 (latex-skeleton-end-hook): New function.
4507 (latex-mode): Use it.
4508 (tex-start-tex-marker): Remove.
4509 (tex-send-tex-command): Don't set tex-start-tex-marker.
4510 (tex-error-parse-syntax-table): New var.
4511 (tex-compilation-parse-errors): Use it.
4512 Ignore tex-start-tex-marker. Don't bother with marker-position.
4513 (tex-validate-buffer): Don't bother with marker-position.
4514
4515 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4516 (flyspell-generic-progmode-verify): Use it.
1598a961 4517
eaae8106
SS
45182000-11-22 Sam Steingold <sds@gnu.org>
4519
83c9cb8e 4520 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4521
eaae8106 4522 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4523 `ada-remove-trailing-spaces'.
eaae8106 4524 (ada-remove-trailing-spaces): Removed.
e04d21aa 4525
eaae8106 4526 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4527
1598a961
SM
4528 * textmodes/picture.el (picture-clean): Removed.
4529 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4530
a41d49e9
GM
45312000-11-22 Gerd Moellmann <gerd@gnu.org>
4532
e053c60f
GM
4533 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4534
a41d49e9
GM
4535 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4536 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4537 do anything special when jit-lock is active.
a41d49e9
GM
4538 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4539
197615f3
DL
45402000-11-22 Dave Love <fx@gnu.org>
4541
ddbfaa9f
DL
4542 * calendar/todo-mode.el (todo-top-priorities): Use
4543 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4544
ddc3c695
DL
4545 * language/chinese.el, language/cyrillic.el:
4546 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4547 * language/hebrew.el, language/indian.el, language/japanese.el:
4548 * language/korean.el, language/lao.el, language/misc-lang.el:
4549 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4550 Use provide.
4551
fb9fa98d
DL
4552 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4553 (custom-variable-set): Improve validation error mesage.
4554
197615f3
DL
4555 * rect.el (string-rectangle): Revert last change.
4556 (string-rectangle-line): New arg DELETE.
4557 (string-rectangle): Check delete-selection-mode.
4558
4559 * emacs-lisp/edebug.el (edebug-version)
4560 (edebug-maintainer-address): Deleted.
4561 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4562 (edebug-read-function): Account for other `'#' read forms.
4563 (edebug-mode-menus): Make some items toggles.
4564 (edebug-outside-unread-command-event, unread-command-event):
4565 Remove these to avoid warnings.
4566
f4117c4d
GM
45672000-11-22 David Ponce <david@dponce.com>
4568
4569 * recentf.el (recentf-menu-items-for-commands)
4570 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4571 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4572
f4117c4d
GM
4573 (recentf-build-dir-rules, recentf-dump-variable)
4574 (recentf-edit-list, recentf-open-files-item)
4575 (recentf-open-files): Replaced unnecessary `mapcar' with new
4576 built-in `mapc'.
eaae8106 4577
f8e2f3f2
MB
45782000-11-23 Miles Bader <miles@gnu.org>
4579
4580 * faces.el (menu): Make inverse-video on ttys too.
4581
4c4a541d
SM
45822000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4583
4584 * simple.el (comment-line-break-function): Use the new name
4585 indent-new-comment-line -> comment-indent-new-line.
4586 (clone-indirect-buffer): Don't ignore NORECORD.
4587 (next-completion): Properly handle the case where items are adjacent.
4588
4589 * mouse.el (popup-menu): Stupid typo.
4590
980d836e
GM
45912000-11-22 Gerd Moellmann <gerd@gnu.org>
4592
60e8e0a5
GM
4593 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4594 maintainer, keywords tags.
4595
980d836e
GM
4596 * rect.el (replace-rectangle): Don't call string-rectangle-line
4597 with too many arguments.
4598
e08b2069
AS
45992000-11-22 Andre Spiegel <spiegel@gnu.org>
4600
60e8e0a5 4601 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4602 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4603 vc-locking-user, which no longer exists.
4604
4605 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4606
c6779d8d
DL
46072000-11-22 Dave Love <fx@gnu.org>
4608
4609 * md5.el (md5): Provide.
4610 (md5): Fix error call.
4611
e672fdce
MB
46122000-11-22 Miles Bader <miles@gnu.org>
4613
eaae8106 4614 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4615 (refill-fill-paragraph-at): Remove debugging code.
4616
80e24c04
MB
4617 * calendar/calendar.el (generate-calendar-window): When we don't
4618 call `fit-window-to-buffer', make sure the top line is fully visible.
4619
3a17d6cc
MB
4620 * image-file.el (insert-image-file): Don't make `read-only'
4621 property rear-nonsticky.
4622
ae1a21c6
MB
4623 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4624 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4625 stashing away its original value.
4626 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4627 in the recursive edit.
4628 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4629 (isearch-done): Restore `minibuffer-message-timeout'.
4630
e672fdce
MB
4631 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4632
3ea79df8
SM
46332000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4634
4635 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4636
4637 * find-lisp.el (find-lisp-find-files-internal):
4638 Use dolist, when and file-name-as-directory.
4639
980d836e 4640 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4641 (define-derived-mode, define-minor-mode): Add specs.
4642
4643 * window.el: General comment and spacing fixes.
4644 (save-selected-window): Use backquotes.
4645 (window-safely-shrinkable-p): New function.
4646 (shrink-window-if-larger-than-buffer): Use it.
4647
4648 * subr.el (make-local-hook): Docstring fix.
4649
4650 * shell.el (shell-mode): Use define-derived-mode.
4651
4652 * newcomment.el (comment-indent): Insert comment before calling
4653 comment-indent-function. Don't insert in column 0.
4654 (comment-dwim): Indent before inserting comment.
4655
4656 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4657 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4658 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4659 Use mapc rather than map.
4660
4661 * files.el (find-buffer-visiting): Compare all attributes before
4662 declaring two files identical (rather than just their inode-no).
4663 (auto-mode-alist): Use \' rather than $.
4664
4665 * which-func.el: Update maintainer line.
4666
4667 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4668 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4669 (uniquify-buffer-file-name): Use it.
4670
8f62f2b8
MB
46712000-11-22 Miles Bader <miles@gnu.org>
4672
4673 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4674 * simple.el (minibuffer-avoid-prompt): New function.
4675
fb279a6d
GM
46762000-11-21 Gerd Moellmann <gerd@gnu.org>
4677
4678 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4679
867092e9
MB
46802000-11-21 Miles Bader <miles@gnu.org>
4681
ef860850
MB
4682 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4683 inclusion of `track-mouse'.
4684
867092e9
MB
4685 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4686 (refill-adjust-ignorable-overlay): New function.
4687 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4688 only the paragraph's tail if possible.
4689 Update `refill-ignorable-overlay'.
4690 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4691
4692 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4693 point inside the fill-prefix.
4694
4695 * textmodes/refill.el (refill-post-command-function): Don't reset
4696 refill-doit in the case where a self-insertion command doesn't
4697 case a refill. Use `refill-fill-paragraph-at', getting position
4698 from `refill-doit'.
4699 (refill-after-change-function): Set `refill-doit' to END.
4700 (refill-fill-paragraph-at): New function, mostly from old
4701 refill-fill-paragraph.
4702 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4703 (refill-pre-command-function): New function.
4704 (refill-mode): Add it to `pre-command-hook'.
4705
ff9ab414
GM
47062000-11-20 Gerd Moellmann <gerd@gnu.org>
4707
29a01b72
GM
4708 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4709
ff9ab414
GM
4710 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4711 javadoc tags.
eaae8106 4712
885b211b
AS
47132000-11-20 Andre Spiegel <spiegel@gnu.org>
4714
4715 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4716 vc.el).
4717
eaae8106 4718 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4719 require vc.
eaae8106
SS
4720
4721 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4722 checkouts.
eaae8106 4723
d1838556
DL
47242000-11-20 Dave Love <fx@gnu.org>
4725
4726 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4727
2b69bc11 47282000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4729
2b69bc11
GM
4730 * calculator.el (calculator-paste): Use `if' instead of `and'
4731 and `or'.
4732 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4733
b95b34e5
GM
47342000-11-19 Gerd Moellmann <gerd@gnu.org>
4735
030de92f
GM
4736 * info.el (info-menu-5): Doc fix.
4737
b95b34e5
GM
4738 * textmodes/artist.el: New file.
4739
54970452
AS
47402000-11-19 Andre Spiegel <spiegel@gnu.org>
4741
eaae8106 4742 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4743 and differentiate according to checkout model.
4744 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4745 since this function is only concerned with master state.
4746
83c9cb8e
SM
4747 * vc-hooks.el (vc-workfile-unchanged-p)
4748 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4749
83c9cb8e
SM
4750 * vc.el (vc-workfile-unchanged-p)
4751 (vc-default-workfile-unchanged-p): See above.
54970452 4752
e5a9dabf
MB
47532000-11-19 Miles Bader <miles@gnu.org>
4754
4755 * image-file.el (insert-image-file): Make `intangible' and
4756 `read-only' properties rear-nonsticky too.
4757
24127af0
GM
47582000-11-18 Gerd Moellmann <gerd@gnu.org>
4759
d392e9c5 4760 * ps-print.el: Update copyright notice.
eaae8106 4761
d392e9c5
GM
4762 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4763 (tooltip-show): Use the offsets.
4764
24127af0 4765 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4766 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4767 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4768
2b69bc11 47692000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4770
2b69bc11
GM
4771 * ps-print.el (toplevel): Test for find-coding-system being
4772 fboundp before calling ps-x-find-coding-system.
08ea6f17 4773
66321b2f
SM
47742000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4775
4776 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4777 (vc-version-backup-file): Docstring fix.
4778
046110c6
GM
47792000-11-16 Gerd Moellmann <gerd@gnu.org>
4780
4104194e
GM
4781 * files.el (basic-save-buffer): Don't add a newline if
4782 find-file-literally is non-nil.
4783 (find-file-literally): Extend doc string.
4784
046110c6
GM
4785 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4786 sort(1) with the `-f' argument.
4787
6505c16e
AS
47882000-11-16 Andre Spiegel <spiegel@gnu.org>
4789
fd063975
AS
4790 * vc.el: Updated backend documentation.
4791 (vc-default-check-headers): New function.
4792
3d02dd81 4793 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4794
4795 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4796 up-to-date.
eaae8106 4797 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4798 the minibuffer is not active.
fd063975 4799
eaae8106 4800 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4801 `vc-cvs-use-edit' is on.
eaae8106
SS
4802 (vc-cvs-checkout): When this is used for reverting the workfile,
4803 make a backup of the original contents and revert to that in case
8791d617 4804 of error.
eaae8106 4805 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4806 remote repositories.
eaae8106 4807
6505c16e
AS
4808 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4809 for both version and ratio in the minibuffer.
fd063975 4810
eaae8106 4811 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4812 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4813
a13f0660
KH
48142000-11-16 Kenichi Handa <handa@etl.go.jp>
4815
4816 * international/quail.el (quail-start-translation): Don't call
4817 `message' before reading key sequence.
4818
1389a414
MB
48192000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4820
4821 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4822
9256a532
KH
48232000-11-16 Kenichi Handa <handa@etl.go.jp>
4824
4825 * window.el (fit-window-to-buffer): Be sure to acquire at least
4826 one text line even if the buffer is empty.
4827
0e14fe9f
GM
48282000-11-16 Gerd Moellmann <gerd@gnu.org>
4829
eaae8106 4830 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4831 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4832 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4833
da645c53
DL
48342000-11-15 Dave Love <fx@gnu.org>
4835
83c9cb8e
SM
4836 * wid-edit.el (widget-specify-field, widget-specify-button):
4837 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4838 widget-mouse-help.
4839 (widget-mouse-help): New function.
4840 (widget-echo-help): Rewritten for :help-echo functions only taking
4841 a widget arg.
4842
83c9cb8e
SM
4843 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4844 Use display-graphic-p.
b12057b9
DL
4845 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4846 and that JPEG is available.
4847 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4848
da645c53
DL
4849 * international/mule-cmds.el (locale-charset-language-names):
4850 Match @euro.
4851
6d133d1f
GM
48522000-11-15 Gerd Moellmann <gerd@gnu.org>
4853
83c9cb8e
SM
4854 * faces.el (face-set-after-frame-default):
4855 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4856 default face from X resources.
4857
49ac2ac5
EZ
48582000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4859
4860 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4861 Don't set EMACSLOADPATH.
4862
4fb0a34c
EZ
48632000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4864
4865 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4866 texinfo-insert-@url.
4867 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4868 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4869
bb304a7a
SM
48702000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4871
82bc80bf
SM
4872 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4873 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4874 (checkdoc-minor-keymap): Backward compatibility.
4875 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4876 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4877 (checkdoc-this-string-valid-engine): Be a bit more strict
4878 to avoid matching substrings of `...' quoted vars/funs.
4879 (checkdoc-defun-info): Only look for `interactive' if alone.
4880 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4881
e8c87124
SM
4882 * progmodes/compile.el (grep): `tag-default' can be nil.
4883
bb304a7a
SM
4884 * newcomment.el (comment-indent): Paren typo.
4885
8628686a
DL
48862000-11-14 Dave Love <fx@gnu.org>
4887
25c269ef
DL
4888 * calculator.el: New maintainer version.
4889
66321b2f 4890 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4891
8628686a
DL
4892 * cmuscheme.el: Doc fixes.
4893 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4894 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4895
4896 * xscheme.el (scheme-program-name): Don't define here.
4897
4898 * progmodes/scheme.el (scheme-program-name): New variable
4899 (originally in cmuscheme).
4900
88f0a1eb
MB
49012000-11-14 Miles Bader <miles@gnu.org>
4902
4903 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4904 Handle header-lines. Don't loop forever if we can't enlarge the
4905 window anymore. Simplify a bit.
4906
cd9a000c
KH
49072000-11-14 Kenichi Handa <handa@etl.go.jp>
4908
4909 * window.el (fit-window-to-buffer): Don't check
4910 window-text-height. Assure that the last line is fully visible.
4911
83c9cb8e
SM
4912 * international/quail.el (quail-show-guidance-buf):
4913 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4914 buffer.
4915 (quail-update-guidance): Avoid making the guidance buffer shorter.
4916
d3fcda22
SM
49172000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4918
bdbd9606
SM
4919 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4920 rather than `prepend' and add an interesting comment.
4921 (tex-math-face, tex-font-lock-syntactic-face-function):
4922 New face and function to use it.
4923 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4924 than `menu-enable' symbol property.
4925 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4926 (tex-mode): Add some latex-mode commands for auto-selection.
4927 Use tex-font-lock-syntactic-face-function.
4928 (tex-insert-quote): Simplify.
4929 (tex-shell): New mode.
4930 (tex-start-shell): Use it.
4931 (tex-shell-proc, tex-shell-buf): New functions.
4932 (tex-send-command): Use it.
4933 (tex-main-file): Fix the meaning of the new arg REALFILE.
4934 (tex-send-tex-command): New function split from `tex-start-tex'.
4935 Set compilation-last-buffer and compilation-parsing-end.
4936
d3fcda22
SM
4937 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4938 when it follows non-comment text on the line.
4939
4940 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4941 Set font-lock-defaults.
4942 (lisp-mode-shared-map): Init inside the defvar.
4943 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4944 Use define-derived-mode.
4945
bdab1d43
MB
49462000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4947
4948 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4949
936ae731
GM
49502000-11-14 Gerd Moellmann <gerd@gnu.org>
4951
83c9cb8e
SM
4952 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4953 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4954 recursion; see comment there.
4955
1695ca2b
EZ
49562000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4957
4958 * faces.el (face-spec-set-match-display): Revert the change from
4959 2000-10-24. Add a FIXME for after v21.1.
4960
9d348294
MB
49612000-11-13 Miles Bader <miles@gnu.org>
4962
4963 * textmodes/fill.el (skip-line-prefix): New function.
4964 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4965 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4966 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4967 point inside the fill-prefix.
9d348294 4968
b85fa13c
MB
49692000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4970
83c9cb8e
SM
4971 * calendar/calendar.el (generate-calendar-window):
4972 Use `fit-window-to-buffer'.
b85fa13c 4973
a0b47716
SM
49742000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4975
4976 * gud.el (gud-minor-mode): New var.
4977 (gud-symbol, gud-val): New functions.
4978 (gud-find-file): Copy gud-minor-mode to the new buffer.
4979 (gud-menu-map): Include entries for commands that are not always
4980 available, using :enable to (de)activate them.
4981 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4982 (gud-mode-map): New map.
eaae8106 4983 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4984 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4985 Don't set up gud's menu (it's done by the minor-mode).
4986 (gud-minibuffer-local-map): New.
4987 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4988 (gud-query-cmdline): New function.
4989 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4990 (gud-mode): Use define-derived-mode.
4991 Don't set up gud's menu (it's done by the minor-mode).
4992 (gud-chop-words): Remove.
4993 (gud-common-init): Use split-string instead.
4994 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4995
4996 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4997 Add keyword arg :name.
4998
4999 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5000 (diff-count-matches, diff-split-hunk): New functions.
5001 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5002
5003 * pcvs-info.el (cvs-fi-conflict-face): New var.
5004
5005 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5006 Make it into a simple syntax-table, shared among all submodes.
5007 (sh-heredoc-face): Re-introduce.
5008 (sh-font-lock-syntactic-face-function): New function.
5009 (sh-mode): Use it. Also use define-derived-mode.
5010 Remove old bogus setting of indent-region-function.
5011 (sh-set-shell): Don't set the syntax-table any more.
5012 (sh-mode-syntax-table) <defun>: Remove.
5013
f5ed37df
MB
50142000-11-12 Miles Bader <miles@gnu.org>
5015
5016 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5017 message if interactive.
5018
0b074c2f
DL
50192000-11-12 Dave Love <fx@gnu.org>
5020
5021 * mail/feedmail.el: Fix header,
5022 (feedmail) <defgroup>: Add :link.
5023
5024 * view.el: Use local-map property, not keymap on mode-line string.
5025
83c9cb8e
SM
5026 * scroll-all.el (scroll-all-mode): Customize variable.
5027 Add autoload cookie to function.
0b074c2f
DL
5028
5029 * lazy-lock.el: Remove compatibility code.
5030
5031 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5032 (finder-help-echo): New variable.
5033 (finder-mouse-face-on-line): Add help-echo stuff.
5034 (finder-list-keywords, finder-list-matches): Use mapc.
5035
5036 * faces.el (face-font-registry-alternatives): Add :version.
5037
5038 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5039 tags-table-list.
5040
a0b47716 5041 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5042
a0b47716 5043 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5044 (mail-mode): Use [:alnum:] in some regexps.
5045
6d502396
DL
50462000-11-10 Dave Love <fx@gnu.org>
5047
5048 * ediff.el (ediff-regions-internal, ediff-documentation):
5049 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5050 fundamental mode.
5051
5052 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5053 buffer into fundamental mode.
5054 (ediff-set-difference): Use copy-sequence if available.
5055
83c9cb8e
SM
5056 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5057 Check ediff-patch-map non-nil.
6d502396
DL
5058 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5059 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5060 buffer into fundamental mode.
5061
5062 * ediff-merg.el (state-or-merge): Defvar when compiling.
5063
a82fe213
JR
50642000-11-10 Jason Rumney <jasonr@gnu.org>
5065
5066 * w32-fns.el (w32-add-charset-info): New function.
5067 (w32-charset-info-alist): Use it.
5068
52d89894
GM
50692000-11-10 Gerd Moellmann <gerd@gnu.org>
5070
5071 * faces.el (face-font-registry-alternatives): New user-option.
5072
178932de
SM
50732000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5074
d7fa3319
SM
5075 * textmodes/texinfo.el (texinfo-block-default): New var.
5076 (texinfo-insert-block): Use it. Insert a newline if needed.
5077
178932de
SM
5078 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5079 (fill-region-as-paragraph): Use it.
5080
5081 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5082 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5083 Tweak paragraph regexps to allow a leading [ \t]*.
5084 (tex-latex-block): Insert a newline if necessary.
5085 (latex-insert-item): Only insert a newline if necessary.
5086 (tex-guess-main-file): New function.
5087 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5088 Set tex-main-file if TeX-master is provided.
5089 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5090
bd02b8e0
GM
50912000-11-10 Gerd Moellmann <gerd@gnu.org>
5092
5093 * startup.el (command-line): Set the default tooltip-mode
5094 to t for graphical displays which implement x-show-tip.
5095
5096 * tooltip.el (tooltip-mode): Add a comment about startup.el
5097 setting the default value of this user-option.
5098
b29b03eb
SM
50992000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5100
5101 * font-lock.el (font-lock-*-face) <defvar>: Move.
5102 (font-lock-defaults-alist): Mark obsolete.
5103 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5104 (font-lock-mode): Use define-minor-mode.
5105 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5106 (font-lock-turn-off-thing-lock): Be more explicit.
5107 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5108 (font-lock-syntactic-face-function): New var.
5109 (font-lock-fontify-syntactically-region): Use it.
5110 (font-lock-doc-face): New.
5111
5112 * pcvs.el (cvs-enabledp): Ignore errors.
5113 (cvs-commit-filelist): Never query.
5114 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5115 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5116 (cvs-do-removal): Use cvs-partition rather than delete-if.
5117 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5118 cvs-bury-buffer.
5119
5120 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5121 Allow `next' to jump to after the end of the last match.
5122
778fbc46
GM
51232000-11-09 Gerd Moellmann <gerd@gnu.org>
5124
730c746c
GM
5125 * simple.el (byte-compiling-files-p): New function.
5126
5127 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5128 if it is there.
5129
5130 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5131 nil again.
5132
778fbc46
GM
5133 * textmodes/ispell.el (ispell-library-path): Don't call
5134 check-ispell-version when byte-compiling because that starts
5135 an ispell process, and ispell might not be installed.
5136 (toplevel): Don't set up a menu when byte-compiling.
5137
5138 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5139 it, so that a boundp test can be used to determine if we're
5140 currently byte-compiling.
5141
5912c5bb
DL
51422000-11-09 Dave Love <fx@gnu.org>
5143
83c9cb8e 5144 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5145
7bb054a5
GM
51462000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5147
83c9cb8e
SM
5148 * ps-print.el: Patch for variable initialization when spooling.
5149 Doc fix.
7bb054a5
GM
5150 (ps-output-list): Fun eliminated.
5151 (ps-begin-file, ps-begin-job): Code fix.
5152
9db2706e
DL
51532000-11-08 Dave Love <fx@gnu.org>
5154
83c9cb8e 5155 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5156
f7eb32aa
GM
51572000-11-08 Gerd Moellmann <gerd@gnu.org>
5158
5159 * simple.el (shell-command, display-message-or-buffer)
5160 (shell-command-on-region): Mention resize-mini-windows in the doc
5161 string.
5162 (display-message-or-buffer): Take the value of resize-mini-windows
5163 into account.
5164
7b01b08c
GM
51652000-11-07 Gerd Moellmann <gerd@gnu.org>
5166
acad3c0b
GM
5167 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5168
7b01b08c
GM
5169 * dired.el (dired-between-files): Add `^. find' as an alternative
5170 to the regular expression, for find-dired.
5171
6f602bd0
SM
51722000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5173
5174 * textmodes/texnfo-upd.el: Require texinfo.
5175 (defmacro, defgroup): Remove.
5176 (texinfo-section-to-generic-alist): Remove.
5177 Use texinfo-section-list instead (i.e. level is changed string->int).
5178 (texinfo-filter): New function.
5179 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5180 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5181 Use it. And use regexp-opt.
5182 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5183 (texinfo-update-menu-region-beginning)
5184 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5185 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5186 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5187 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5188 (texinfo-sequential-node-update): Remove autoload cookie.
5189
5190 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5191 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5192 (texinfo-chapter-level-regexp): Remove.
5193 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5194
bb216218
DL
51952000-11-06 Dave Love <fx@gnu.org>
5196
6f602bd0 5197 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5198
6f602bd0
SM
5199 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5200 Match defun*.
bb216218 5201
ff8dd5d5
KH
52022000-11-06 Kenichi Handa <handa@etl.go.jp>
5203
5204 * composite.el (composition-function-table): Variable declaration
5205 moved to src/composite.c.
5206 (compose-chars-after): New optional arg object.
5207
e9da51a1
GM
52082000-11-06 Gerd Moellmann <gerd@gnu.org>
5209
e0c12c68
GM
5210 * bindings.el (mode-line-toggle-read-only)
5211 (mode-line-toggle-modified, mode-line-widen)
5212 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5213 (make-mode-line-mouse2-map): Rewritten.
5214 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5215 functions so that C-h k can show something with a doc string.
eaae8106 5216
e9da51a1
GM
5217 * startup.el (fancy-splash-delay): Set to 10 seconds.
5218 (fancy-splash-max-time): New user-option.
5219 (fancy-splash-stop-time): New variable.
5220 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5221 (fancy-splash-screens-1): Throw `stop-splashing' when current
5222 time is greater than fancy-splash-stop-time.
5223
611dbdf0
SM
52242000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5225
4d2806e2
SM
5226 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5227
611dbdf0
SM
5228 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5229 Prompt user for a file rather than raising an error.
5230 (cvs-enabledp): Fix call to cvs-mode-marked.
5231 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5232 (cvs-mode-insert): Use it. Change the init prompt' value.
5233 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5234
5235 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5236 Don't pass default arg to ewoc-locate.
5237 (ewoc-collect): Return result in the right order.
5238
5239 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5240
5241 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5242 (cvs-status-get-tags): Fix regexp.
5243 (cvs-status-trees, cvs-status-cvstrees):
5244 Combine after change hooks and don't sit-for.
4d2806e2
SM
5245 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5246 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5247 Use make-char rather than hard-coded cryptic data.
5248 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5249
5250 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5251
5252 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5253 (cvs-insert-strings): New function.
5254
937b2877
MB
52552000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5256
5257 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5258 `mwheel-scroll-amount'.
5259 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5260 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5261 string-matching against the version string.
5262
c6c97763
KH
52632000-11-06 Kenichi Handa <handa@etl.go.jp>
5264
6eaec747
KH
5265 * language/thai.el ("Thai"): Set a lisp form that produces
5266 composed string in `sample-text' language info.
5267
5268 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5269 composed string in `sample-text' language info.
5270
83c9cb8e
SM
5271 * international/mule-cmds.el (describe-language-environment):
5272 Eval `sample-text' data and insert the result.
6eaec747 5273
c6c97763
KH
5274 * international/mule-conf.el (compound-text): Define this coding
5275 system here. Make x-ctext and ctext aliases of it.
5276
5277 * language/european.el (compound-text, ctext): Moved to
5278 international/mule-conf.el.
5279
d1145f85
AI
52802000-11-05 Andrew Innes <andrewi@gnu.org>
5281
5282 * w32-fns.el (w32-version): New function.
5283
178a6a45
SM
52842000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5285
5286 * progmodes/awk-mode.el: Update copyright.
5287 (awk-mode-abbrev-table): Remove.
5288 (awk-font-lock-keywords): Use regexp-opt.
5289 (awk-mode): Use define-derived-mode.
5290
5291 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5292 when extracting a suffix.
5293
1ba90166
AS
52942000-11-04 Andre Spiegel <spiegel@gnu.org>
5295
5296 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5297 auto-save-mode.
5298
546790cb
JR
52992000-11-04 Jason Rumney <jasonr@gnu.org>
5300
5301 * language/european.el (decode-mac-roman): Test against r1 not r0.
5302
d247e32d
SM
53032000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5304
fbf44f44
SM
5305 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5306 (icon-mode): Define indent-line-function.
5307 (icon-comment-indent): Simplify.
5308 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5309
5310 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5311
5312 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5313 Bind change-log-default-mode to defeat the caching done on it.
5314 Don't bother saving excursion any more.
5315
5316 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5317
5318 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5319 (set-frame-font): Use the new name (and the old for compatibility).
5320
eaae8106
SS
5321 * toolbar/tool-bar.el (tool-bar-mode):
5322 * time.el (display-time-mode):
5323 * recentf.el (recentf-mode):
5324 * paren.el (show-paren-mode):
5325 * mwheel.el (mouse-wheel-mode):
5326 * msb.el (msb-mode):
5327 * jka-compr.el (auto-compression-mode):
5328 * image-file.el (auto-image-file-mode):
5329 * hl-line.el (hl-line-mode):
5330 * delsel.el (delete-selection-mode):
5331 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5332 * complete.el (partial-completion-mode): Drop unneeded positional args.
5333
eaae8106 5334 * info.el (Info-mode):
79372165 5335 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5336
d247e32d
SM
5337 * log-edit.el (log-edit-menu): New menu.
5338
4921558e
MB
53392000-11-03 Miles Bader <miles@gnu.org>
5340
5341 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5342 definition, so that trailing spaces are handled properly.
5343 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5344
1fc02b3c
GM
53452000-11-03 Gerd Moellmann <gerd@gnu.org>
5346
5347 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5348 tab character.
5349 (fancy-splash-screens): Set tab-width to 20.
5350
51d001f7
DL
53512000-11-03 Dave Love <fx@gnu.org>
5352
5353 * comint.el (comint-completion-addsuffix): Fix custom type.
5354
ba22aeff
SM
53552000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5356
5357 * font-lock.el (font-lock-buffers): Remove.
5358 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5359 (font-lock-change-major-mode): Remove.
5360 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5361 (font-lock-default-fontify-region): Extend the multiline
5362 fontification to whole lines.
5363 (font-lock-fontify-anchored-keywords)
5364 (font-lock-fontify-keywords-region): If matching just one
5365 line (with \n) only mark the \n as multiline.
5366
5367 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5368 Correctly handle the case where several :group args are supplied.
5369 Allow :extra-args.
5370 (easy-mmode-define-global-mode): Allow :extra-args.
5371 Correctly handle the case where several :group args are supplied.
5372
9c887ada
MB
53732000-11-02 Miles Bader <miles@gnu.org>
5374
eaae8106 5375 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5376 (holiday-face): Remove dependency on `window-system'.
5377
7f25090d
KR
53782000-11-02 Ken Raeburn <raeburn@gnu.org>
5379
5380 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5381 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5382 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5383
7dd6009c
DL
53842000-11-02 Dave Love <fx@gnu.org>
5385
5386 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5387
94821e4f
EZ
53882000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5389
5390 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5391 punctuation in the warning inserted into the *mail* buffer.
5392
1ac3fc42
GM
53932000-11-02 Gerd Moellmann <gerd@gnu.org>
5394
57731876
GM
5395 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5396 (authors-public-domain-p): New function.
5397 (authors-print): Use it.
5398
975f82c9
GM
5399 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5400
1ac3fc42
GM
5401 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5402
4b3eb10f
GM
54032000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5404
975f82c9 5405 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5406 (ps-print-version): New version number (6.3.1).
5407 (ps-even-or-odd-pages): Customization fix.
5408 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5409 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5410 (ps-page-count): Var replaced by `ps-page-column'.
5411 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5412 (ps-print-sheet-p): New fun.
5413
7da794df
MB
54142000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5415
5416 * tooltip.el (tooltip-gud-tips-setup): New function.
5417 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5418 (tooltip-mode): Call tooltip-gud-tips-setup.
5419 (tooltip-gud-tips): Use `gud-basic-call' instead of
5420 process-send-string, so the prompt gets frobbed appropriately.
5421 Handle nil return value from `tooltip-gud-print-command'.
5422
0e40b809
EL
54232000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5424
5425 * comint.el (comint-add-to-input-history): New function.
5426 (comint-send-input): Use `comint-add-to-input-history'.
5427
50ada0db
MB
54282000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5429
973a3104
MB
5430 * info.el (info-menu-header): New face.
5431 (Info-fontify-menu-headers): New function.
5432 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5433
50ada0db
MB
5434 * info.el (Info-insert-dir): Don't include blank lines at
5435 beginning of additional dir files (one is added automatically).
5436
bff53411
SM
54372000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5438
5439 * emacs-lisp/easy-mmode.el (define-minor-mode):
5440 Revert the latest changes.
5441 Allow the three positional arguments to be skipped and replaced
5442 by keyword arguments.
5443 Add a :toggle argument to determine whether a nil arg means toggle
5444 or means turn-on. The default is unchanged.
5445 Add a call to force-mode-line-update.
5446
6b8a0b2d
DL
54472000-11-01 Dave Love <fx@gnu.org>
5448
83c9cb8e 5449 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5450
5bf99100
MB
54512000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5452
83c9cb8e
SM
5453 * calendar/calendar.el (diary-face, holiday-face):
5454 Add dark-background variants.
5bf99100 5455
a4032611
SS
54562000-10-31 Sam Steingold <sds@gnu.org>
5457
5458 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5459 `tex-main-file' does not have directory in it.
5460
c286608e
SM
54612000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5462
5463 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5464
4836835a
TTN
54652000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5466
5467 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5468 functional change.
5469
26dcb81b
GM
54702000-10-31 Gerd Moellmann <gerd@gnu.org>
5471
5472 * files.el (find-file-noselect): When we expand a wildcard, return
5473 a list of buffers, as we should do according to the doc string.
5474
49fc4500
KR
54752000-10-31 Ken Raeburn <raeburn@gnu.org>
5476
5477 * loadup.el (top level): Adjust load path if program name is
5478 "../src/bootstrap-emacs", in case it's not dumped and thus the
5479 load path adjustment hasn't already been done.
5480
ea0c615d
GM
54812000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5482
83c9cb8e
SM
5483 * ps-print.el: Fix bug on selected pages for printing.
5484 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5485 is on. Try to avoid warning messages when compiling. Doc Fix.
5486 (ps-print-version): New version number (6.3).
5487 (ps-color-device): Use `color-values' to determine if device
5488 supports color.
5489 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5490 (ps-print-page-p): Changed from defsubst to defun.
5491 (ps-page-number): Changed from defmacro to defun.
5492 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5493 printing.
c286608e 5494 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5495 (ps-end-file, ps-dummy-page): Funs eliminated.
5496 (ps-print-color-scale): Changed default value.
5497 (ps-page-n-up, ps-print-page-p): New internal vars.
5498 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5499 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5500
9e20722f
GM
5501 * delim-col.el: Little programming improvement.
5502 (delimit-columns-str): New macro.
5503 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5504
d7a0fd00
KH
55052000-10-31 Kenichi Handa <handa@etl.go.jp>
5506
c286608e
SM
5507 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5508 Moved to european.el.
d7a0fd00
KH
5509 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5510 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5511 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5512 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5513
234be340
DL
55142000-10-30 Dave Love <fx@gnu.org>
5515
5516 * progmodes/cc-menus.el (imenu-generic-expression)
5517 (imenu-progress-message): Only defvar when compiling.
5518
4edc4a39
DL
5519 * emacs-lisp/elp.el (elp-unload-hook): New function.
5520
5521 * loadhist.el (unload-feature): Call elp-restore-function,
5522 checking for symbols; don't use elp-restore-all.
5523 (loadhist-hook-functions): Doc fix.
5524
70c825df
SM
55252000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5526
5527 * log-edit.el (log-edit-confirm): Fix the default.
5528
1d3baf74
GM
55292000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5530
5531 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5532 delimit-columns-format.
5533 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5534
1ec321a7
MB
55352000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5536
5537 * comint.el (comint-replace-by-expanded-history): Don't use
5538 comint-get-old-input (we're not looking at *old* input).
5539 (comint-get-old-input-default): If using fields, signal an error
5540 when the point is not in an input field.
5541
70737ea9
KH
55422000-10-30 Kenichi Handa <handa@etl.go.jp>
5543
5544 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5545 and mule-unicode-e000-ffff.
5546
fa0cb51d 5547 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5548 (make-coding-system): Accept a symbol of translation table as a
5549 value of property `safe-chars'.
5550
5551 * international/mule-cmds.el (encode-coding-char): Check property
5552 safe-chars instead of safe-charsets.
5553
5554 * international/fontset.el (fontset-default): Modified for
5555 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5556 (x-font-name-charset-alist): Likewise.
5557 (ccl-encode-unicode-font): New CCL program. Record it in
5558 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5559
70c825df
SM
5560 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5561 New translation tables.
70737ea9
KH
5562 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5563 programs are modified and moved from mac-win.el.
5564 (mac-roman): Definition of this coding system is modified and
5565 moved from mac-win.el.
4836835a 5566
fda2ce24 55672000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5568
1d3baf74 5569 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5570 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5571
dd4d3cb6
MB
55722000-10-29 Miles Bader <miles@gnu.org>
5573
5574 * custom.el (custom-add-to-group): Allow multiple entries for a
5575 given value OPTION, as long as their widget types are different.
5576 * cus-edit.el (custom-face-value-create): If face name doesn't end
5577 with "face", add such here (similar to custom group widgets).
5578
5579 * comint.el (comint-highlight-prompt): Add :type.
5580
dace60cf
JW
55812000-10-28 John Wiegley <johnw@gnu.org>
5582
dace60cf
JW
5583 * calendar/timeclock.el (timeclock-log): Doc fix.
5584 (timeclock-last-event): Doc fix.
83c9cb8e 5585 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5586 (timeclock-find-discrep): Use a temp buffer to read in the
5587 timelog, instead of visiting the file.
5588 (timeclock-log-data): A new function, along with a host of helper
5589 functions, for the purpose of making timelog data accessible to
5590 programmers.
5591
5592 * eshell/esh-mode.el (window-height test): Make certain that
5593 `eshell-stringify-t' is non-nil.
5594 (eshell-password-prompt-regexp): Changed to a much simpler
5595 password regexp.
5596 (eshell-send-input): If `eshell-invoke-directly' returns t,
5597 directly invoke the parsed command using `eval'. This improves
5598 turn-around time on simple commands by a factor of three or
5599 greater, such as cd, ls, pwd, etc. -- which get used very often.
5600 It also conserves thousands of cons cells per call (since
5601 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5602 in the Pacific Cookie Company).
5603
5604 * eshell/esh-test.el (eshell-test): Whitespace fix.
5605
83c9cb8e
SM
5606 * eshell/em-ls.el (eshell-ls-insert-directory):
5607 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5608
5609 * eshell/em-script.el (eshell-script-initialize): Add names to
5610 `eshell-complex-commands, since `source' and `.' are complex.
5611
0467b076
EZ
5612 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5613 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5614 `eshell-copy-handles'.
5615 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5616 bodies.
5617 (eshell-separate-commands): Whitespace fix.
5618 (eshell-complex-commands): Added a new list of names, for
5619 determining whether a given command is as simple as it looks.
5620 (eshell-invoke-directly): New function. Returns t if a command
5621 should be invoked directly (using `eval'), rather than indirectly
5622 using `eshell-do-eval'.
5623 (eshell-do-eval): Whitespace fix.
5624
5625 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5626 which provides an emulation of the DOS shell behavior of assuming
5627 that cp/mv/ln should copy/move/link to the current directory.
5628 (eshell-remove-entries): Added a doc string.
5629 (eshell-shuffle-files): Removed the check for `target' being null.
5630 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5631 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5632 it to do a smarter check of whether a destination was provided.
5633 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5634 (eshell/ln): Enable `:preserve-args', and use
5635 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5636 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5637 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5638 list after flattening it. This makes it possible to cat files
5639 with numerical names.
5640 (eshell-unix-initialize): Added several names to
5641 `eshell-complex-commands.
5642 (eshell-unix-command-complex-p): Return t if a given command name
5643 may result in external processes being invoked.
5644
5645 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5646 variable nil by default, since it slows down glob processing by a
5647 factor of two or more, and increases memory consumption.
5648
5649 * eshell/em-smart.el: Added a note about how memory consumptive
5650 smart display mode can be (at least this is true in Emacs 21).
5651 (eshell-smart-initialize): Whitespace fix.
5652 (eshell-refresh-windows): Use `if' instead of `when'.
5653 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5654 not necessary.
83c9cb8e 5655 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5656
5657 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5658 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5659 Whitespace fix.
5660 (eshell-ls-exclude-hidden): Added this variable in addition to
5661 `eshell-ls-exclude-regexp'. This one prevents files beginning
5662 with . from even being read, which can improve memory consumption
5663 quite a bit.
5664 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5665 read file entries beginning with a dot. In home directories with
5666 lots of hidden files, fully two-thirds of the time spent in ls is
5667 used to read directory entries that are immediately thrown away.
5668 (eshell-ls-initial-args): Added back this configuration variable,
5669 for specifying default initial arguments to every call to ls.
5670 Much faster than using an alias to do the same thing.
5671 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5672 (eshell-ls-dir): Whitespace change.
5673
5674 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5675
83c9cb8e 5676 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5677 (eshell-stringify-t): Added a customization variable, to indicate
5678 whether `t' should be rendered as a string at all. If not, one
5679 can still determine if the result of an expression is true using
5680 "file-exists-p FILE && echo true".
5681 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5682 stringify t!
5683
5684 * eshell/esh-module.el: Whitespace fix.
5685
83c9cb8e
SM
5686 * eshell/em-alias.el (eshell-alias-initialize):
5687 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5688 (eshell-command-aliased-p): New function that returns t if a
5689 command name names an aliased.
5690
657f9cb8 56912000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5692
0467b076 5693 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5694 redrawing the screen when changing cursor color.
0467b076
EZ
5695 (viper-insert-state-pre-command-sentinel)
5696 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5697 (viper-replace-state-post-command-sentinel):
5698 Use viper-preserve-cursor-color.
657f9cb8
MK
5699 Many functions changed to use viper= instead of = when comparing
5700 characters.
0467b076 5701 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5702 working with characters.
0467b076 5703 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5704 Many functions changed to use viper= instead of = when comparing
5705 characters.
0467b076 5706 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5707
0467b076 5708 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5709 Several typos fixed in various docstrings.
0467b076 5710 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5711 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5712 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5713 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5714 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5715 (ediff-get-selected-buffers): New function.
5716 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5717 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5718 Use save-window-excursion.
0467b076 5719 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5720 termination check in while loop.
0467b076 5721 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5722 dired buffer.
0467b076
EZ
5723 (ediff-files,ediff-merge-files,ediff-files3)
5724 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5725
4f490d99
DL
57262000-10-28 Dave Love <fx@gnu.org>
5727
5728 * info.el (Info-fontify-node): Add help-echo for menu items.
5729
45b84006
EZ
57302000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5731
5ebc02b3
EZ
5732 * startup.el (normal-top-level): If the value of $TERM indicates
5733 we are running from xterm or one of its work-alikes, default to a
5734 light background mode.
5735
45b84006
EZ
5736 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5737 * faces.el (tty-handle-reverse-video): New function.
5738 (tty-create-frame-with-faces): Call it.
5739
5740 * frame.el (frame-notice-user-settings): Don't apply
5741 default-frame-alist and initial-frame-alist to MS-DOS frames.
5742 Call tty-handle-reverse-video, frame-set-background-mode, and
5743 face-set-after-frame-default for non-MS-DOS frames.
5744
5745 * startup.el (tty-long-option-alist): New variable.
5746 (tty-handle-args): New function.
5747 (command-line): Call tty-handle-args.
5748
5749 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5750 startup.el now does that for all character-terminal frames.
5751
eab6e8b9
MB
57522000-10-28 Miles Bader <miles@gnu.org>
5753
83c9cb8e
SM
5754 * emacs-lisp/easy-mmode.el (define-minor-mode):
5755 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5756 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5757 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5758 version using `easy-mmode-define-global-mode'.
5759 Add :conditional-turn-on keyword argument.
eab6e8b9 5760
51a29efc
DL
57612000-10-28 Dave Love <fx@gnu.org>
5762
83c9cb8e
SM
5763 * international/latin1-disp.el (latin1-char-displayable-p):
5764 Don't use window-system.
51a29efc 5765
d71d7114
EZ
57662000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5767
5768 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5769 Don't call find-buffer-file-type-coding-system. Instead, just
5770 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5771 if the file is on an untranslated filesystem.
5772 (add-untranslated-filesystem): Use "D" instead of "f" inside
5773 interactive.
5774
1f9cab4b
DL
57752000-10-27 Dave Love <fx@gnu.org>
5776
70c825df 5777 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5778 (refill-mode): Use it.
5779
70c825df
SM
57802000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5781
5782 * international/quail.el (quail-activate): Don't make-local-hook.
5783
7432cf10
AS
57842000-10-27 Andre Spiegel <spiegel@gnu.org>
5785
4836835a 5786 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5787 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5788 (vc-make-version-backup): Don't do it on MS-DOS without long file
5789 names.
4836835a 5790
7432cf10
AS
5791 * vc.el (vc-version-other-window): If an automatic backup of the
5792 desired version exists, rename it instead of copying it.
5793
4836835a
TTN
5794 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5795 after command. If there's an unexpected error, signal it instead
7432cf10 5796 of being silent.
e1483c38 5797 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5798
05ea7ef2
MB
57992000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5800
fd1035aa
MB
5801 * shell.el (shell): Add BUFFER argument.
5802 * comint.el (make-comint-in-buffer): New function.
5803 (make-comint): Use it.
5804
05ea7ef2
MB
5805 * faces.el (face-spec-choose): Change syntax so that the list of
5806 attribute-value pairs is now the cdr of each clause, not the cadr.
5807 Detect old-style entries, and handle them. Use pop.
5808
835a55fe
SM
58092000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5810
f5ab1cdd
SM
5811 * cus-edit.el (custom-mode-map): Use a sparse map.
5812 (custom-mode): Don't bother with make-local-hook.
5813
5814 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5815
835a55fe
SM
5816 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5817
c13b0ec8
GM
58182000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5819
5820 * ps-print.el: Avoid compilation gripes.
5821 (ps-print-version): New version number (6.2.1).
4836835a 5822
e9f63196
DL
58232000-10-26 Dave Love <fx@gnu.org>
5824
0b95284b
DL
5825 * menu-bar.el: Modify some menu item help strings.
5826 (menu-bar-help-menu): Add link to MORE.STUFF.
5827
e9f63196
DL
5828 * cus-edit.el (custom-mode): Add `special' mode-class property.
5829
5830 * wid-browse.el (widget-browse-mode): Likewise.
5831
5832 * wid-edit.el (widget-specify-field): Revert to using local-map
5833 property, not keymap.
5834
e276a14a
MB
58352000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5836
c1545d88
MB
5837 * wid-edit.el (widget-field-end): When checking for a `boundary'
5838 field, do so in the correct buffer.
5839
3c1b77ca
MB
5840 * simple.el (undo): Correctly distinguish between numeric and
5841 non-numeric prefix args in non-transient-mark-mode, as per the doc
5842 string. When in transient-mark-mode, treat all prefix-args as
5843 numeric.
5844
f5ab1cdd
SM
5845 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5846 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5847
5848 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5849 (comint-mode-map): Reverse order of `comint-write-output' and
5850 `comint-append-output-to-file'.
5851 (comint-append-output-to-file): Reinstate this function, for the
5852 benefit of the menu.
5853
d97151cb
SM
58542000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5855
5856 * vc.el (vc-version-other-window): Bind `file'.
5857
ea7d6f5b
GM
58582000-10-25 Gerd Moellmann <gerd@gnu.org>
5859
f5ab1cdd 5860 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5861
5862 * emacs-lisp/authors.el (batch-update-authors): New function.
5863 (authors-fixed-entries): New defconst.
5864 (authors-add-fixed-entries): New function.
5865 (authors): Call it.: Don't process lispref/.
5866
17c25cea
JR
58672000-10-25 Jason Rumney <jasonr@gnu.org>
5868
5869 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5870 Merge x w32 and mac definitions.
5871
4ecda532
GM
58722000-10-25 Gerd Moellmann <gerd@gnu.org>
5873
5874 * menu-bar.el (menu-bar-options-menu): Add a help string for
5875 `uniquify'.
5876
b6735035
GM
58772000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5878
f5ab1cdd
SM
5879 * time-stamp.el (time-stamp-string-preprocess):
5880 Fix a wrong type argument error.
b6735035 5881
f4cbc7a0
MB
58822000-10-25 Miles Bader <miles@gnu.org>
5883
5884 * recentf.el (recentf-mode): Variable removed.
5885 (recentf-mode): Use `define-minor-mode'.
5886
5887 * mwheel.el (mouse-wheel-mode): New global minor mode.
5888 (mwheel-install): Use `mouse-wheel-mode'.
5889
f4b020f6
DL
58902000-10-25 Dave Love <fx@gnu.org>
5891
f5ab1cdd
SM
5892 * progmodes/cperl-mode.el (cperl-mode):
5893 Set normal-auto-fill-function correctly.
072cb6f9 5894
83c9cb8e
SM
5895 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5896 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5897 bindings.
f4b020f6 5898
ebe2a441
MB
58992000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5900
ff4dcd4b
MB
5901 * wid-edit.el (widget-field-at): New function.
5902 (widget-at, widget-field-activate): Use it.
5903 (widget-tabable-at): Use `widget-at'.
5904 (widget-specify-field): If the terminating character of the widget
5905 field (which is read-only) is a newline, put it into a special
5906 `boundary' field so that C-n/C-p act more naturally.
5907 (widget-field-end): Also don't subtract one if a special
5908 `boundary' field has been added after the widget field.
5909
83c9cb8e
SM
5910 * comint.el (comint-output-filter, comint-send-input):
5911 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5912 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5913
ebe2a441
MB
5914 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5915 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5916 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5917
fe50b6ab
GM
59182000-10-24 Gerd Moellmann <gerd@gnu.org>
5919
53df4dda 5920 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5921 (authors): Set file coding system to iso-2022-7bit.
5922 Add file-local variables to output buffer.
53df4dda 5923
4836835a 5924 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5925 WARN is nil.
5926
53df4dda
GM
59272000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5928
5929 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5930
5931 * delim-col.el: Now there is a column formatting mechanism.
5932 Modified to customization mechanisms convention. Doc fix.
5933 (columns): New group for delim-col.
5934 (delimit-columns-before, delimit-columns-after)
5935 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5936 (delimit-columns-end): New vars.
5937 (delimit-columns-customize, delimit-columns-format): New funs.
5938 (delimit-columns-region, delimit-columns-rectangle)
5939 (delimit-columns-rectangle-line): Modified to support column
5940 formatting.
4836835a 5941
a9839779
DL
59422000-10-24 Dave Love <fx@gnu.org>
5943
5944 * log-edit.el (log-edit): Add :version and a :group for vc.
5945
df0267b8
GM
59462000-10-24 Gerd Moellmann <gerd@gnu.org>
5947
9acc3873
GM
5948 * files.el (after-find-file): Don't print a message ``New file''
5949 if WARN is nil.
5950
83c9cb8e
SM
5951 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5952 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5953 get duplicate tool-bar entries because we'll see the global ones
5954 on more than one path through keymaps.
5955
1946f901
GM
5956 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5957
df0267b8
GM
5958 * progmodes/cmacexp.el: Change Francesco's email address.
5959
ae3b264b
KH
59602000-10-24 Kenichi Handa <handa@etl.go.jp>
5961
5962 * window.el (fit-window-to-buffer): Adjust point of the window
5963 buffer, not that of the current buffer.
5964
23afac01
EZ
59652000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5966
5967 * progmodes/cmacexp.el: Update the euthor's email address.
5968
22d1a4ed
MB
59692000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5970
5971 * faces.el (face-spec-set-match-display): Add `graphic' display
5972 type (the inverse of `tty'). Use `display-graphic-p' instead of
5973 the window-system variable.
5974
f408aa48
KH
59752000-10-24 Kenichi Handa <handa@etl.go.jp>
5976
83c9cb8e
SM
5977 * international/isearch-x.el (isearch-with-input-method):
5978 Call input-method-function with the first event in
f408aa48
KH
5979 unread-command-events.
5980
94fe8a31
MB
59812000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5982
83c9cb8e 5983 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5984
8f47302e
AC
59852000-10-24 Andrew Choi <akochoi@i-cable.com>
5986
5987 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5988 New charsets.
5989
5990 * term/mac-win.el: Remove definitions of mac-roman-lower and
5991 mac-roman-upper, require dired, and define instead of set
5992 mac-ready-for-drag-n-drop to avoid compilation error.
5993
446c097e
AI
59942000-10-23 Andrew Innes <andrewi@gnu.org>
5995
83c9cb8e
SM
5996 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5997 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5998 expand-file-name after convert-standard-filename to ensure
5999 expected directory separators are used.
6000
379b70e7
EZ
60012000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6004
85c766e9
DL
60052000-10-23 Dave Love <fx@gnu.org>
6006
b7e03a67
DL
6007 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6008 (tool-bar-add-item): Set foreground and background for XBM icons.
6009
83c9cb8e
SM
6010 * international/latin1-disp.el (latin1-char-displayable-p):
6011 New function (from Handa).
b7e03a67
DL
6012 (latin1-display-check-font): Use it.
6013
0dcf8835 6014 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6015 using :key-sequence, making it much more usable.
6016 Use nconc, not append.
0dcf8835
DL
6017 (imenu--create-keymap-1): Avoid append.
6018
85c766e9 6019 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6020
cb3069bb
MB
60212000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6022
6023 [the following changes fix a bug where `define-minor-mode' didn't
6024 correctly generate :require clauses for defcustoms in compiled files]
6025 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6026 (byte-compile-log-file, byte-compile-log-1): Don't set
6027 `byte-compile-current-file' to nil. Instead set
6028 `byte-compile-last-logged-file' to it. Test whether
6029 byte-compile-current-file equals byte-compile-last-logged-file
6030 instead of whether its nil.
3b6542ba 6031 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6032
6db6243b
SM
60332000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6034
6035 * textmodes/refill.el: Fix var names in doc.
6036 (refill-mode): Don't bother with make-local-hook anymore.
6037
98490598
MB
60382000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6039
e01cd227
MB
6040 * faces.el (face-user-default-spec, face-default-spec): New functions.
6041 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6042 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6043 Use `face-user-default-spec'. Simplify code slightly.
6044
4836835a 6045 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6046 (woman-unknown-face): Add dark-background variants.
6047 (woman-default-faces): Renamed from `woman-colour-faces'.
6048 Set using the stored defaults, rather than using hard-wired colors.
6049 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6050 Just make the foreground `unspecified' rather than "black".
6051 (woman-menu): Rename menu entries accordingly.
6052
98490598
MB
6053 * faces.el (header-line): Make more reasonable on mono/grayscale
6054 displays.
6055
1a578e9b
AC
60562000-10-23 Andrew Choi <akochoi@i-cable.com>
6057
6058 * cus-edit.el (custom-button-face): Use 3D look for mac.
6059 (custom-button-pressed-face): Likewise.
6060
6061 * faces.el (set-face-attributes-from-resources): Handle mac frames
6062 in the same way as x and w32 frames.
6063 (face-valid-attribute-values): Likewise.
6064 (read-face-attribute): Likewise.
6065 (defined-colors): Likewise.
6066 (color-defined-p): Likewise.
6067 (color-values): Likewise.
6068 (display-grayscale-p): Likewise.
6069 (face-set-after-frame-default): Likewise.
6070 (mode-line): Same default face as for x and w32.
6071 (tool-bar): Likewise.
6072
6073 * frame.el: Remove call to frame-notice-user-settings at end of
6074 the file.
6075
83c9cb8e 6076 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6077 as for x, pc, and w32 frame types.
6078
6079 * term/mac-win.el: New file.
6080
aaaf7be7
DL
60812000-10-22 Dave Love <fx@gnu.org>
6082
6083 * textmodes/refill.el: New file.
6084
5392d654
AS
60852000-10-22 Andre Spiegel <spiegel@gnu.org>
6086
4836835a 6087 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6088 MANUAL and REGEXP.
4836835a 6089 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6090 New functions.
6091 (vc-before-save): Use the latter.
6092 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6093 confusion.
6094
4836835a 6095 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6096 expected by vc[-hooks].el.
6097
6098 * vc.el (vc-checkout): Added `-p' suffix in call to
6099 vc-make-version-backups-p; use vc-make-version-backup to actually
6100 make the backup.
6101 (vc-version-other-window, vc-version-backup-file): Handle both
6102 automatic and manual backups.
6103 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6104 of all of them.
6105
1e221c16
MB
61062000-10-22 Miles Bader <miles@gnu.org>
6107
7ff4fda5
MB
6108 * comint.el (comint-highlight-input, comint-highlight-prompt):
6109 Renamed, `-face' at end removed.
6110 (comint-send-input, comint-output-filter): Use renamed faces.
6111
3511cde8
MB
6112 * window.el (fit-window-to-buffer): Change defaulting of
6113 MAX-HEIGHT slightly.
6114
1e221c16
MB
6115 * faces.el (color-values, color-defined-p): Use `member', not
6116 `memq', because it works correctly for strings.
6117 (frame-set-background-mode): Actually, "unspecified-fg" and
6118 "unspecified-bg" *are* strings. Use `member', not `memq', and
6119 `equal', not `eq', when a string value is possible.
6120
b6ef4898
EZ
61212000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6122
6123 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6124
34939e2c
SM
61252000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6126
6127 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6128 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6129 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6130 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6131 (sh-font-lock-syntactic-keywords): Use them.
6132 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6133 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6134 (sh-mode): Don't override font-lock-unfontify-region-function.
6135 Use a copy of sh-font-lock-syntactic-keywords.
6136 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6137 Don't call sh-scan-buffer since font-lock does it on the fly.
6138 (sh-get-indent-info): Use `face' rather than `syntax-table'
6139 text-property to detect here-documents.
6140 Replace sh-special-syntax with sh-st-punc.
6141 (sh-prev-line): Use `face' rather than `syntax-table'
6142 text-property to skip over here-documents.
6143 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6144 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6145 (sh-electric-less, sh-set-here-doc-region)
4836835a 6146 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6147 (sh-scan-buffer, sh-rescan-buffer): Remove.
6148
f3d3c491
AI
61492000-10-21 Andrew Innes <andrewi@gnu.org>
6150
6151 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6152 remote (ange-ftp) file names.
6153
b86c791c
MB
61542000-10-21 Miles Bader <miles@gnu.org>
6155
d9c30bdf
MB
6156 * window.el (fit-window-to-buffer): New function.
6157 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6158 (window-text-height): Don't expect minibuffers to have mode-lines.
6159
d9c30bdf 6160 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6161 * international/quail.el (quail-update-guidance):
6162 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6163
617fee5a
MB
6164 * international/quail.el (quail-show-guidance-buf): Make sure
6165 guidance window really has enough room.
6166 (quail-update-guidance): If quail-guidance-win is already shown,
6167 make sure its height is OK.
6168
b86c791c
MB
6169 * window.el (window-text-height, set-window-text-height):
6170 New functions.
6171 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6172 instead of `window-height' & `mode-line-window-height-fudge'.
6173 (mode-line-window-height-fudge): Add FACE parameter.
6174 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6175 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6176
e34850d1
MB
61772000-10-20 Miles Bader <miles@gnu.org>
6178
6179 * window.el (height-affecting-face-attributes): Use `defconst'.
6180
6181 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6182 New function, conditionally aliased to `mode-line-window-height-fudge'.
6183 (ispell-help): Use it.
6184 (ispell-choices-win-default-height): Don't include mode-line fudge.
6185 (ispell-choices-win-default-height): New function.
6186 (ispell-show-choices, ispell-command-loop): Use function
6187 `ispell-choices-win-default-height' instead of variable.
6188
a8b883c2
MB
61892000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6190
8c6e4a58
MB
6191 * window.el (mode-line-window-height-fudge): New variable.
6192 (height-affecting-face-attributes): New variable.
6193 (mode-line-window-height-fudge): New function.
6194 (shrink-window-if-larger-than-buffer): Use it.
6195 * help.el (resize-temp-buffer-window): Likewise.
6196
a8b883c2
MB
6197 * info.el (Info-fontify-node): Add support for @subsubsection
6198 titles, which use `Info-title-4-face'.
6199 (Info-title-4-face): New face.
6200 (Info-title-3-face): Inherit from Info-title-4-face instead of
6201 variable-pitch.
6202
e64c3a75
JR
62032000-10-19 Jason Rumney <jasonr@gnu.org>
6204
6205 * dired.el (dired-insert-directory): Do not let errors signalled by
6206 attempt to run dired-free-space-program prevent dired from working.
6207
c70fe852
SM
62082000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6209
6210 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6211
877cf6b4
GM
62122000-10-19 Gerd Moellmann <gerd@gnu.org>
6213
5de037e0
GM
6214 * dirtrack.el (dirtrack): Fix call to run-hooks.
6215
6deb9af9
GM
6216 * cmuscheme.el (cmuscheme-program-name): Renamed from
6217 scheme-program-name because xscheme.el contains a defcustom with
6218 the same name. As a consequence, customizing group `cmuscheme'
6219 loaded `xscheme' which redefined run-scheme.
6220 (run-scheme): Use cmuscheme-program-name.
6221
83c9cb8e 6222 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6223
e597d8fb 6224 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6225 anonymous address, and add a website for Befrienders International.
4836835a 6226
3e9cb08f
GM
62272000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6228
c70fe852
SM
6229 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6230 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6231 (ps-print-version): New version number (6.2).
6232 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6233 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6234 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6235 (ps-x-extent-priority, ps-x-extent-start-position)
6236 (ps-x-face-font-instance, ps-x-find-coding-system)
6237 (ps-x-font-instance-properties, ps-x-make-color-instance)
6238 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6239 avoid compilation gripes without defining functions.
6240 (ps-e-find-composition): Alias for function find-composition, to have a
6241 suitable function depending on Emacs version.
6242 (ps-color-device, ps-color-values, ps-face-foreground-name)
6243 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6244 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6245 (ps-print-ensure-fontified): Function definitions surrounded by
6246 `eval-and-compile' to avoid compilation gripes.
6247 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6248 by symbol-value to avoid compilation gripes.
6249 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6250 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6251
d8abcd91
MB
62522000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6253
13ab33c4
MB
6254 * startup.el (normal-top-level): Call `frame-set-background-mode'
6255 after `frame-notice-user-settings' because the latter doesn't call
6256 the former on a tty.
6257
d8abcd91
MB
6258 * faces.el (frame-set-background-mode): `unspecified' &c are
6259 symbols, not strings.
6260
e8bce0a9
EZ
62612000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6262
c70fe852
SM
6263 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6264 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6265
c70fe852
SM
6266 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6267 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6268
773272d8
KH
62692000-10-19 Kenichi Handa <handa@etl.go.jp>
6270
c70fe852 6271 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6272 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6273 for ISO10646-1 fonts.
6274 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6275
772139c0
EZ
62762000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6277
6278 * faces.el (frame-set-background-mode): If a tty frame defines a
6279 background color, use that to compute the background mode, instead
6280 of always defaulting to "dark".
6281
d134a19f
MB
62822000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6283
8bb84cb2
MB
6284 * comint.el (comint-write-output): New function.
6285 (comint-mode-map): Add it to the menu.
e40a778f 6286 Bind `C-c C-s' to comint-write-output.
d134a19f 6287
dada41e1
GM
62882000-10-18 Gerd Moellmann <gerd@gnu.org>
6289
6290 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6291 Use fancy-splash-delay.
6292
9b5360aa
GM
62932000-10-18 Alex Schroeder <alex@gnu.org>
6294
6295 * progmodes/sql.el (sql-sybase-options): New option.
6296 (sql-sybase): Use it. Add sql-database to the list of parameters
6297 provided for login. The options -w 2048 -n are not used any more.
6298
9035a35a
GM
6299 * comint.el (comint-read-input-ring): Bugfix such that the first
6300 and the last entry of the input ring file are not lost.
6301
3556c6dd
GM
63022000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6303
6304 * ps-print.el: Internal variable changes to defcustom,
6305 make-local-hook changes to defvar. Doc fix.
6306 (ps-print-version): New version number (6.1).
6307 (ps-setup, ps-do-despool): Code fix.
6308 (ps-printer-name): Customization fix.
6309 (ps-printer-name-option): Now is a defcustom instead of an
6310 internal variable.
6311 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6312 (ps-print-begin-column-hook): Now are defvar instead of
6313 make-local-hook.
4836835a 6314
4e217e50
MB
63152000-10-18 Miles Bader <miles@gnu.org>
6316
6317 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6318 (comint-kill-output): Changed into an alias for `comint-delete-output',
6319 and made obsolete.
6320 (comint-mode-map): Rename references to comint-kill-output.
6321
34460354
EZ
63222000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6323
6324 * diff-mode.el (diff-header-face, diff-file-header-face)
6325 (diff-changed-face): Add bold and italic attributes to tty faces.
6326 (diff-function-face): New face.
6327 (diff-font-lock-keywords): Use it.
6328
17ea3cdb
MB
63292000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6330
6331 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6332 Remove commented-out call to force-mode-line-update.
6333 (comint-kill-output): Use `forward-line 0' instead of
6334 beginning-of-line to make sure we get past the prompt.
6335
9244f2c7
SM
63362000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6337
6338 * diff-mode.el (diff-header-face, diff-file-header-face):
6339 Add specific setting for dark background.
6340 (diff-context-face): Renamed from diff-comment-face.
6341 Set explicitly rather than inheriting from font-lock-comment-face.
6342
1592c1ef
EZ
63432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6344
6345 * startup.el (command-line): Move the code which sets the default
6346 TTY colors to before before-init-hook.
6347
f86292a9
GM
63482000-10-17 Gerd Moellmann <gerd@gnu.org>
6349
6350 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6351
f7f2e883
EZ
63522000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6353
e854cc22
EZ
6354 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6355 extensions, for MS-DOS.
6356
f7f2e883
EZ
6357 * diff-mode.el (diff-header-face, diff-file-header-face)
6358 (diff-changed-face): Define tty-specific colors.
6359
c7b4f0f9
GM
63602000-10-17 Gerd Moellmann <gerd@gnu.org>
6361
6362 * startup.el (fancy-splash-text): Realign the text.
6363
12a72271
EZ
63642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6365
6366 * font-lock.el (font-lock-comment-face): Define a separate default
6367 for dark-background tty's.
6368
61dfccfd
MB
63692000-10-17 Miles Bader <miles@gnu.org>
6370
6371 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6372 being obscured by whizzy mode-lines on graphics displays.
6373
333cd59e
EZ
63742000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6375
6376 * info.el (Info-title-1-face, Info-title-2-face)
6377 (Info-title-3-face): Define colors for tty's.
dada41e1 6378 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6379
dbf1fcc1
EZ
63802000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6381
6382 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6383 reverse from the frame parameters, and don't invert foreground and
6384 background colors.
6385
ac629823
MB
63862000-10-16 Miles Bader <miles@gnu.org>
6387
6388 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6389 string "*Info*". Call propertized-buffer-identification to spruce
6390 up the result.
6391
76eebffc
GM
63922000-10-16 Gerd Moellmann <gerd@gnu.org>
6393
3a6b59d9
GM
6394 * help.el: Provide `help' for the sake of define-minor-mode
6395 which generates defcustoms with requires.
6396
6569c3d3
GM
6397 * jit-lock.el (jit-lock-after-change): If we're in text that
6398 matches a multi-line font-lock pattern, make sure the whole text
6399 will be redisplayed.
6400
c2e0a611
GM
6401 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6402 author's name is unknown.
6403
76eebffc
GM
6404 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6405 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6406 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6407 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6408 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6409 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6410 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6411 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6412 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6413 Add author information.
6414
cf1e7b12
MB
64152000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6416
6417 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6418 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6419 full-color version (using the Gimp) to eliminate dithering artifacts.
6420
5586f3eb
SM
64212000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6422
6423 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6424
6425 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6426
ad64a888
DL
64272000-10-15 Dave Love <fx@gnu.org>
6428
83c9cb8e 6429 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6430
6431 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6432
6433 * whitespace.el: Doc fixes.
6434 (top-level): Don't add hooks here.
6435 (whitespace-running-emacs): Deleted.
6436 (timer): Don't require.
6437 (whitespace): Add back :version conditional on xemacs test.
6438 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6439 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6440 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6441 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6442 Avoid specific xemacs test.
6443 (whitespace-global-mode): New option.
6444 (whitespace-global-mode): New command.
6445 (whitespace-unload-hook): New function.
6446
6447 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6448 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6449 (Info-fontify-node): `Goto' goes to `Go to'.
6450 (Info-fontify-node): Add help-echo to xref links.
6451
1ef49fc6
EZ
64522000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6453
6454 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6455
8b7707e1
SM
64562000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6457
b3b7f42f
SM
6458 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6459 Use plist-get and allow :inherit.
6460
6461 * emacs-lisp/cl-macs.el (cl-do-arglist):
6462 Use plist-get and plist-member instead of memq.
6463
3c7fafc7
SM
6464 * emacs-lisp/ewoc.el (ewoc-location): New function.
6465 (ewoc-enter-after, ewoc-enter-before): Document return value.
6466 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6467 Don't need make-local-hook any more.
6468 (cvs-addto-collection): Return the new tin.
6469 (cvs-mode-insert): Jump to the new line.
6470
8b7707e1
SM
6471 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6472
6473 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6474
6475 * font-lock.el (font-lock-syntactically-fontified): New var.
6476 (font-lock-fontify-syntactic-keywords-region): Use it.
6477 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6478
6479 * diff-mode.el (diff-find-file-name): Fix regexp.
6480
6481 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6482 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6483
6484 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6485 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6486 (sh-mode): Don't make all vars local here.
6487 (sh-kw): Reformat.
6488 (sh-set-shell): Use dolist. Don't set indent-region-function.
6489 (sh-mode-syntax-table): Use pop.
6490 (sh-remember-variable): Use push.
6491 (sh-help-string-for-variable): Use memq.
6492 (sh-safe-backward-sexp): Remove.
6493 (sh-safe-forward-sexp): Add ARG.
6494 (sh-get-indent-info, sh-prev-stmt): Use it.
6495 (sh-prev-line): Simplify by using forward-comment.
6496 (sh-this-is-a-continuation): Simplify.
6497 (sh-learn-buffer-indent): Use dolist.
6498 (sh-do-nothing): Remove.
6499 (sh-set-char-syntax, sh-set-here-doc-region):
6500 Use inhibit-modification-hooks.
6501 (sh-name-style): Use mapcar and push.
6502 (sh-load-style): Use dolist.
6503 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6504 (sh-case, sh-while-getopts): Use propertize directly rather
6505 than sh-electric-rparen.
6506
65072000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6508
6509 * textmodes/tex-mode.el: Require CL when compiling.
6510 (tex-mode-syntax-table): Init immediately.
6511 (tex-mode-map): Bind M-RET to latex-insert-item.
6512 (latex-mode): Set indent-line-function to latex-indent.
6513 (tex-common-initialization): Don't setup the syntax-table any more.
6514 (latex-insert-item): New skeleton.
6515 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6516 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6517 (latex-indent, latex-find-indent): New functions.
4836835a 6518 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6519 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6520 (tex-compilation-parse-errors): Use with-syntax-table.
6521
86b7fcbb
MB
65222000-10-15 Miles Bader <miles@gnu.org>
6523
6524 * font-lock.el (font-lock-comment-face): Change dark-background,
6525 color, non-tty, default to `chocolate1'.
6526
57a24508
JW
65272000-10-13 John Wiegley <johnw@gnu.org>
6528
6529 * eshell/esh-util.el (require): Added a missing `require' form,
6530 needed when compiling (for an ange-ftp macro definition).
6531
40ad3db4
DL
65322000-10-13 Dave Love <fx@gnu.org>
6533
6534 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6535
db460189
GM
65362000-10-13 Gerd Moellmann <gerd@gnu.org>
6537
83c9cb8e 6538 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6539
4836835a 6540 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6541 transparent -colors 8).
6542
3b5e21df
GM
65432000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6544
6545 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6546 that breaks with old list format timestamps.
6547 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6548 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6549
16908a3f
JW
65502000-10-13 John Wiegley <johnw@gnu.org>
6551
d7103dda
JW
6552 * align.el, pcomplete.el, calendar/timeclock.el,
6553 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6554
dace60cf 6555 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6556 faulty math, where holiday hours were being computing as seconds.
6557
b6b70cda
JW
65582000-10-13 John Wiegley <johnw@gnu.org>
6559
6560 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6561 specifying what "other" kinds of buffers should be saved.
6562 This used to be hard-coded.
b6b70cda
JW
6563 (desktop-buffer-misc-functions): A global for specifying how
6564 auxiliary data should be determined for special buffer types.
6565 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6566 instead of hard-coding the special buffer types.
6567 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6568 auxiliary data, instead of hard-coding for Info buffers and dired.
6569 (desktop-buffer-info-misc-data): Aux function for determining Info
6570 buffer auxiliary info.
6571 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6572 (desktop-buffer-info): Changed this function to use the info
6573 gathered above.
6574 (desktop-create-buffer): Be a little more careful about what
6575 `minor-mode' means before calling it. This is important for some
6576 buffer types.
6577
8c6b1d83
JW
65782000-10-13 John Wiegley <johnw@gnu.org>
6579
6580 * eshell/esh-util.el: Added a global form which declares an
6581 autoload for `parse-time-string', if that function is not already
6582 defined, and if parse-time.el is available on the user's system.
6583
6584 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6585 to be aware of ange-ftp user info.
83c9cb8e 6586 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6587 (eshell-ls-annotate): Use `eshell-file-attributes'.
6588 (eshell-ls-file): Made the user-id printing code a bit smarter.
6589
6590 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6591 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6592 It's manual, but there's no other way to know when the current user
6593 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6594 (fboundp): Bind `ange-cache'.
6595 (eshell-directory-files-and-attributes): Re-organized the logic a
6596 bit to use `eshell-file-attributes' instead of `file-attributes'.
6597 The former is more sensitive to directories that are read via FTP,
6598 and knows how to use ange-ftp to determine full attribute
6599 information, instead of just the name and last modtime.
6600 (eshell-current-ange-uids): Return the current user id when in a
6601 remote directory.
6602 (eshell-parse-ange-ls): Parse a full directory listing that has
6603 been returned by ange-ftp.
6604 (eshell-file-attributes): This beefed up version of
6605 `file-attributes' is only special if the user is currently in a
6606 remote directory, in which case it does a lot of work to find out
6607 what the real attributes of a file are, as they appear on the
6608 remote machine. This makes usage of remote directories (i.e.,
6609 ange-ftp pathnames) much more useful. You can now use Eshell as a
6610 full-fledged FTP client, with much more manipulation ability than
6611 most other clients.
6612
6613 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6614 variable, which means that Eshell's du should always be preferred
6615 in remote directories.
6616 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6617 just `file-attributes'.
6618 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6619 when reading remote directories. This is an Eshell-specific
6620 variable (not part of ange-ftp).
6621 (eshell/ln): Bind `ange-cache'.
6622 (eshell/du): Added some extra logic for determining when to use
6623 Eshell's du (which is slow), and when to use the external version
6624 (which may or may not exist).
6625
83c9cb8e
SM
6626 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6627 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6628 `get-buffer-process', since backgrounded processes don't count in
6629 the context of this function's logic.
6630
6631 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6632 `forward-char', so that null strings are parsed correctly.
6633
87730e84 66342000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6635
83c9cb8e
SM
6636 * eshell/em-pred.el (eshell-pred-file-type)
6637 (eshell-pred-file-links, eshell-pred-file-size):
6638 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6639
6640 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6641 that remote file globbing is more efficient.
6642
6643 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6644 gathering the files and attributes within a directory.
6645
6646 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6647 the command line is a special file (not a regular file, directory
6648 or symlink), always attempt to call the external version of cat.
6649
87730e84 66502000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6651
6652 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6653 Eshell-friendly version of find-tag.
6654
1c7e37a9
MB
66552000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6656
4836835a 6657 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6658 (image-file-name-regexps): Add autoload cookies.
6659
11a7f341
KH
66602000-10-13 Kenichi Handa <handa@etl.go.jp>
6661
6662 * international/mule-cmds.el (select-safe-coding-system): If FROM
6663 is string, show it in *Warning* buffer.
6664
8ddddcb0
EZ
66652000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6666
6667 * startup.el (normal-top-level): Use display-popup-menus-p instead
6668 of window-system.
6669 (command-line): Use display-graphic-p instead of window-system.
6670 (command-line-1): Use display-popup-menus-p and display-mouse-p
6671 instead of window-system.
6672
72200f89
SS
66732000-10-12 Sam Steingold <sds@gnu.org>
6674
6675 * tooltip.el (tooltip-use-echo-area): New user variable.
6676 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6677
8661c643
DL
66782000-10-12 Dave Love <fx@gnu.org>
6679
d0b40dc1
DL
6680 * recentf.el: Maintainer's checkdoc fixes.
6681
83c9cb8e
SM
6682 * startup.el (normal-top-level-add-subdirs-to-load-path):
6683 Use character class, not ASCII when matching file names.
a622451f
DL
6684 (fancy-splash-head): Add trailing slash to URL.
6685 (command-line): Don't require XPM support for toolbar.
6686
8661c643
DL
6687 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6688 (cperl-invalid-face): Revert last change.
6689 (cperl-init-faces): Quote cperl-invalid-face.
6690
ef2ed8ab
KH
66912000-10-12 Kenichi Handa <handa@etl.go.jp>
6692
6693 * startup.el (fancy-splash-text): Remove superfluous quote.
6694
b0da379e
GM
66952000-10-12 Gerd Moellmann <gerd@gnu.org>
6696
dbeb499b
GM
6697 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6698 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6699 (command-line-1): Don't use fancy-splash-pending-command.
6700 (fancy-splash-screens-1): Goto point-min after inserting text.
6701
d861718a
GM
6702 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6703
b0da379e
GM
6704 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6705 instead of shared-lisp-mode-map.
6706
4fb2ad98
MB
67072000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6708
1cb4393e
MB
6709 * faces.el (header-line): Change tty-variant to use underlining.
6710
4fb2ad98
MB
6711 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6712 (isearch-highlight): Restore lazy-isearch face properties at old
6713 position, and suppress them at new position.
6714 (isearch-dehighlight): Restore lazy-isearch face properties.
6715 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6716 over the real isearch overlay, but in that case, don't give it a
6717 face property. Use `push'.
6718
eb991b25
KH
67192000-10-12 Kenichi Handa <handa@etl.go.jp>
6720
6721 * man.el (Man-getpage-in-background): Fix previous change.
6722 Decode the process output only when we are in multibyte mode.
6723
a818c1c0
DL
67242000-10-11 Dave Love <fx@gnu.org>
6725
c990f53a
DL
6726 * info.el (Info-mode-menu): Fix some help.
6727 (info-tool-bar-map): Add entry for Info-last.
6728
a818c1c0
DL
6729 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6730 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6731 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6732 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6733 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6734 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6735 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6736 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6737 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6738 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6739 Reduce colour requirements to 25 overall. (Probably wants
6740 revisiting from the originals to reduce further.)
6741
c1b096cb
EZ
67422000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6743
6744 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6745 buffer-file-coding-system, instead of raw-text.
6746 (dehexlify-buffer): Bind coding-system-for-read to
6747 buffer-file-coding-system, instead of raw-text.
6748
5c8b7eaf
SS
67492000-10-11 Sam Steingold <sds@gnu.org>
6750
83c9cb8e 6751 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6752 `underline' - fixes the bug introduced on 2000-09-21.
6753
2cfbdb7a
DL
67542000-10-11 Dave Love <fx@gnu.org>
6755
83c9cb8e
SM
6756 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6757 Avoid compiler warnings.
2cfbdb7a
DL
6758 (scheme-mode): Doc fix.
6759 (scheme-font-lock-keywords-1): Match `define-syntax'.
6760
67612000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6762
6763 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6764 face specs as well as default ones. Only do anything if the
6765 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6766 (region): Make dark-background `region' face less in-your-face.
4b33f290 6767
690ec649
SS
67682000-10-10 Sam Steingold <sds@gnu.org>
6769
6770 * chistory.el, ielm.el, ledit.el:
6771 * progmodes/inf-lisp.el, progmodes/scheme.el:
6772 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6773
3b95d6bb
SM
67742000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6775
6776 * textmodes/texinfo.el: Update copyright and fix typo.
6777
6778 * desktop.el (desktop-modes-not-to-save): New var.
6779 (desktop-save-buffer-p): Use it.
a30eb617
DL
6780 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6781 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6782
67832000-10-10 Dave Love <fx@gnu.org>
6784
6785 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6786 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6787
6788 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6789 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6790 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6791 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6792 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6793 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6794 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6795 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6796 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6797 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6798 the .xpms; probably need retouching.
6799
68002000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6801
6802 * subr.el (add-to-list): Add optional argument APPEND.
6803 * battery.el (display-battery): Use `add-to-list'.
6804
68052000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6806
83c9cb8e
SM
6807 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6808 properties.
a30eb617
DL
6809 (zone, zone-when-idle, zone-leave-me-alone)
6810 (zone-pgm-whack-chars): Use new symbol properties.
6811
6812 * battery.el (display-battery): Doc spelling fix.
6813
6814 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6815 property.
6816
68172000-10-09 Dave Love <fx@gnu.org>
6818
6819 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6820 has been initialized before calling tool-bar-setup.
6821 (tool-bar-add-item-from-menu): Add autoload cookie.
6822
68232000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6824
6825 * menu-bar.el (send-mail-item-name): New function.
6826 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6827 of mail-user-agent in the menu. Don't display the "Send Mail"
6828 item if mail-user-agent is nil or its value is ignore.
6829 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6830 if read-mail-command is nil or its value is ignore.
6831
6832 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6833
68342000-10-09 Miles Bader <miles@gnu.org>
6835
6836 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6837 Correct image size.
6838 * toolbar/left_arrow.xpm: Correct image size.
6839
6840 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6841 will be done by the definition of `auto-compression-mode' if
6842 necessary. Move code to uninstall existing file-name handler
6843 before definition of `auto-compression-mode'.
6844
6845 * image-file.el (auto-image-file-mode): Move to the end of the
6846 file, because `define-minor-mode' actually calls the mode-function
6847 if the associated variable is non-nil, which requires that all
6848 needed functions be already defined.
6849
6850 * mouse.el (popup-menu): Balance parens.
6851
68522000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6853
6854 * mouse.el (popup-menu): Move the command call outside the loop
6855 so that popup-menu returns whatever the command returns.
6856
6857 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6858 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6859 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6860 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6861
6862 * vc.el (vc-version-diff): diff-switches can be a list.
6863 Use relative filenames for prettier output.
6864
6865 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6866 (vc-post-command-functions): Remove old-VC compatibility code.
6867
6868 * newcomment.el (comment-indent-default): Autoload.
6869
6870 * font-lock.el (font-lock-defaults): Make buffer-local.
6871 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6872 (font-lock-choose-keywords):
6873 Ignore LEVEL unless KEYWORDS is a list of syms.
6874 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6875 Don't wrap regexp-opt things in \(...\) unnecessarily.
6876
6877 * jit-lock.el: Don't require font-lock any more.
6878 (jit-lock-functions): Make buffer-local.
6879 (jit-lock-saved-fontify-buffer-function): Remove.
6880 (jit-lock-mode): Remove autoload cookie.
6881 Remove font-lock specific code.
6882 (jit-lock-unregister): Don't bother handling complex hooks any more.
6883 (jit-lock-refontify): New function.
6884 (jit-lock-fontify-buffer): Use it.
6885 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6886 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6887 Add optional args START and END.
6888 Never call font-lock-fontify-region directly.
6889 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6890
6891 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6892
68932000-10-08 Dave Love <fx@gnu.org>
6894
6895 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6896
6897 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6898
6899 * play/studly.el (studlify-region, studlify-word): Add autoload
6900 cookie.
6901
6902 * play/morse.el (morse-region, unmorse-region): Add autoload
6903 cookie.
6904
6905 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6906 concat.
6907
6908 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6909 insist on symbols starting with word syntax.
6910 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6911 (eval-defun-1): Doc fix.
6912 (indent-sexp): Use nconc to build up indent-stack.
6913
6914 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6915 Gnus with little use.
6916 (mail-setup-hook): Add mail-abbrevs-setup to options.
6917
6918 * recentf.el: Doc fixes.
6919
6920 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6921 Clean up remainder.
6922
6923 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6924 without timezone and (8) with timezone to enforce some whitespace.
6925 Simplify code somewhat.
6926
6927 * options.el (list-options): Doc that you should use customize.
6928
6929 * iswitchb.el (iswitchb-mode): Add :require.
6930
6931 * info.el (Info-goto-node, Info-menu): Doc fix.
6932 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6933 (info-tool-bar-map): New variable.
6934 (Info-mode): Use it.
6935 (Info-edit-map): Define all in defvar.
6936 (speedbar-attached-frame): Avoid compiler warning.
6937
6938 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6939 (global-map): Bind [tool-bar] to a filtered map.
6940 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6941 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6942 Allow PBM icons.
6943 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6944
6945 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6946 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6947 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6948 icons, except up_arrow, which is left-arrow rotated.
6949
6950 * imenu.el (imenu-add-to-menubar): Fix last change.
6951
69522000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6953
6954 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6955 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6956
69572000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6958
6959 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6960 typos in doc strings.
6961
6962 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6963 the doc strings how to customize Font Lock faces.
6964
6965 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6966 computing growth when dragging the header line.
6967
69682000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6969
6970 * simple.el (kill-line): Doc fix.
6971
69722000-10-08 Miles Bader <miles@gnu.org>
6973
6974 * faces.el (secondary-selection): Make foreground visible on tty.
6975
6976 * jka-compr.el (auto-compression-mode): Move to the end of the
6977 file, because `define-minor-mode' actually calls the mode-function
6978 if the associated variable is non-nil, which requires that all
6979 needed functions be already defined.
6980 (with-auto-compression-mode): Add autoload cookie.
6981
69822000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6983
6984 * files.el (find-backup-file-name) [ms-dos]: If support for long
6985 file names is not available, behave as if version-control were set
6986 to never.
6987
69882000-10-07 Dave Love <fx@gnu.org>
6989
6990 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6991 (browse-url-gnome-moz): New function.
6992 (browse-url-browser-function): Use it.
6993 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6994
69952000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6996
6997 * indent.el (tab-always-indent): New var.
6998 (indent-for-tab-command): Use it.
6999
7000 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7001 raise an error. This way it can still default to a sane value.
7002
70032000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7004
7005 * startup.el (fancy-splash-screens): Use local rather than global map.
7006 Don't use `update-menu-bindings' any more.
7007 Get rid of assumptions about keymap representation.
7008
70092000-10-06 Dave Love <fx@gnu.org>
7010
7011 * textmodes/fill.el (sentence-end-double-space)
7012 (sentence-end-without-period): Doc fix.
7013 (adaptive-fill-regexp): Purecopy.
7014 (unjustify-current-line): Use line-end-position.
7015 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7016
7017 * net/eudc-vars.el (eudc): Add :version, :link.
7018
7019 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7020
7021 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7022 Fix for define-minor-mode.
7023 (function-at-point): Alias to function-called-at-point.
7024
7025 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7026
7027 * simple.el (backward-word): Doc fix.
7028
7029 * image-file.el (image-file-name-regexp): image-file-regexps ->
7030 image-file-name-regexps.
7031 (image-file-name-extensions): Add pbm.
7032
70332000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7034
7035 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7036 and add filename to the names so that diff-mode can jump to source.
7037
7038 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7039 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7040 (tex-font-lock-keywords-1): Remove.
7041 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7042 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7043 (font-lock-default-fontify-region):
7044 Expand beg..end correctly when just following a multiline region.
7045 (font-lock-fontify-anchored-keywords):
7046 Include the anchor text as part of the multiline.
7047
70482000-10-06 Gerd Moellmann <gerd@gnu.org>
7049
7050 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7051 latter needs the autoloaded define-minor-mode macro during the
7052 bootstrap.
7053
7054 * startup.el (command-line): For now, activate tool-bar-mode only
7055 if XPM images are supported.
7056
7057 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7058 window by dragging a header-line at the top of the frame; that's
7059 confusing because the header-line doesn't move.
7060 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7061 of treating the event as a list. Some cleanup.
7062
70632000-10-06 Miles Bader <miles@gnu.org>
7064
7065 * simple.el (display-message-or-buffer): New function.
7066 (shell-command-on-region): Use `display-message-or-buffer'.
7067
7068 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7069 docstring parts.
7070
7071 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7072 (smbclient-prompt-regexp): Add usage note to doc string.
7073 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7074 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7075 Use add-hook for adding the comint filter function, and only do so
7076 if it's not already in the global hook list.
7077 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7078 to `make-local-variable'.
7079 (nslookup-font-lock-keywords): Remove prompt entry.
7080 (nslookup): Don't set the process-filter.
7081 (finger): Exit the loop correctly when the regexps list runs out.
7082 (ftp, smbclient, smbclient-list-shares):
7083 Set the real major mode immediately, not after execing.
7084 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7085
7086 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7087
70882000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7089
7090 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7091
7092 * which-func.el (which-func-format): Remove spurious space.
7093 (which-func-mode): Don't make it permanent-local.
7094 (which-func-ff-hook): Allow which-func-maxout to be nil.
7095 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7096 (which-func-mode): Simplify.
7097 Use post-command-idle-hook rather than post-command-hook.
7098 Go through all buffers and update their state.
7099 (which-function): Also try add-log-current-defun-function.
7100
7101 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7102 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7103 Update call to with-vc-properties accordingly.
7104 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7105 (vc-revert-buffer): More careful about window selection and deletion.
7106 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7107
7108 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7109 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7110 (cvs-dired-action): Change the default to quickdir.
7111
7112 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7113 if comment-indent-function returns nil.
7114 (comment-indent-default): New function.
7115 (comment-indent-function): Use it and document the new semantics.
7116
7117 * image-file.el: Docstring fixes.
7118
7119 * help.el (help-xref-on-pp): Use match-string.
7120 (describe-variable): New arg BUFFER.
7121 Store the current buffer in the help-xref-stack.
7122 (temp-buffer-resize-mode): Use define-minor-mode.
7123
7124 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7125 consistently with its docstring.
7126 Set jit-lock-first-unfontify-pos in an idempotent way.
7127 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7128
71292000-10-05 Alex Schroeder <alex@gnu.org>
7130
7131 * sql.el (sql-mysql-options): New variable.
7132 (sql-mysql): Use it.
7133
71342000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7135
7136 * image.el (image): New group.
7137
7138 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7139 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7140
71412000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7142
7143 * net/net-utils.el (nslookup-font-lock-keywords)
7144 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7145 Ignore the value of wqindow-system; always define keywords
7146
71472000-10-05 Kenichi Handa <handa@etl.go.jp>
7148
7149 * startup.el (fancy-splash-screens): Remove the code for
7150 debugging; `(trace-to-stderr "EXITTT\n")'.
7151
71522000-10-05 Miles Bader <miles@gnu.org>
7153
7154 * diff-mode.el (diff-goto-source): Update call to
7155 `diff-hunk-status-msg' to reflect new REV variable.
7156
71572000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7158
7159 * progmodes/icon.el (icon-mode):
7160 Don't gratuitously override the default for comment-column.
7161
7162 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7163
7164 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7165 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7166 (jit-lock-functions): New var.
7167 (jit-lock-function-1): Use it if non-nil.
7168 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7169 Set the `fontified' property before doing the fontification to avoid
7170 repeatedly going through the same error.
7171 Don't turn errors into messages.
7172 (jit-lock-register, jit-lock-unregister): New functions.
7173
7174 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7175 Use with-current-buffer.
7176
7177 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7178 Turn comment into docstring.
7179
7180 * apropos.el (apropos-mode): Use define-derived-mode.
7181
71822000-10-04 Gerd Moellmann <gerd@gnu.org>
7183
7184 * startup.el (fancy-splash-pending-command): New variable.
7185 (fancy-splash-pre-command): New function.
7186 (fancy-splash-screens): Rewritten.
7187 (command-line-1): If fancy-splash-pending-command is set, call it
7188 interactively.
7189
71902000-10-04 Dave Love <fx@gnu.org>
7191
7192 * toolbar/tool-bar.el (tool-bar-setup): New function.
7193 (tool-bar-mode): Use it.
7194
7195 * subr.el (substitute-key-definition): Doc fix.
7196 (play-sound-file): New command.
7197
71982000-10-04 Andre Spiegel <spiegel@gnu.org>
7199
7200 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7201 vc-version-backup-file-name): New functions.
7202
7203 * files.el (basic-save-buffer): Call vc-before-save before saving.
7204
7205 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7206 vc-cvs-stay-local-p.
7207
7208 * vc.el (vc-revert-buffer): Handle empty diff properly.
7209 (vc-version-backup-file): New function.
7210 (vc-checkout): Create a version backup if necessary.
7211 (vc-checkin): If a version backup file exists, delete it.
7212 (vc-version-diff): Diff locally using version backups, if available.
7213 (vc-revert-file): If there's a version backup, revert locally.
7214 (vc-transfer-file): Use version backup for base version, if
7215 available. If not, ask for confirmation whether to get it from the
7216 server. Update mode line before check-in.
7217
72182000-10-04 Dave Love <fx@gnu.org>
7219
7220 * toolbar/tool-bar.el (tool-bar-setup): New function.
7221 (tool-bar-mode): Use it.
7222
72232000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7224
7225 * net/net-utils.el (nslookup-font-lock-keywords)
7226 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7227 Only set if window-system is non-nil
7228 (net-utils-run-program): Returns buffer.
7229 (network-connection-reconnect): Added this function.
7230
7231 * generic.el:
7232 Incorporates extensive cleanup and docfixes by
7233 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7234 Uses cl compile-time macros.
7235 (generic-mode-name, generic-comment-list)
7236 (generic-keywords-list, generic-font-lock-expressions)
7237 (generic-mode-function-list, generic-mode-syntax-table):
7238 Removed variables.
7239 (generic-mode-alist): Renamed to generic-mode-list.
7240 (generic-find-file-regexp): Default changed to "^#".
7241 (generic-read-type): Uses completing read on generic-mode-list.
7242 (generic-mode-sanity-check): removed this function.
7243 (generic-add-to-auto-mode): Removed this function
7244 (generic-mode-internal): Bind mode-specific definitions
7245 into function instead of putting them in alist.
7246 (generic-mode-set-comments): Reworked extensively.
7247 (generic-mode-find-file-hook): Simplified regexp searching
7248 (generic-make-keywords-list): Omit extra pair of parens
7249
7250 * find-lisp.el (find-lisp-find-files-internal):
7251 Make sure directory name ends with "/".
7252
7253 * generic-x.el (apache-conf-generic-mode):
7254 Regexp now allows leading whitespace.
7255 (rc-generic-mode): Added eval-when-compile
7256 around generic-make-keywords-list.
7257 Deleted duplicate regexp
7258 (rul-generic-mode): Added eval-when-compile
7259 around generic-make-keywords-list.
7260 (etc-fstab-generic-mode): New generic mode.
7261 (rul-generic-mode): Removed one eval-when-compile
7262 which caused a max-specpdl-size exceeded error.
7263
72642000-10-04 Miles Bader <miles@gnu.org>
7265
7266 * simple.el (minibuffer-temporary-goal-position): New variable.
7267 (next-history-element): Try to keep the position of point in the
7268 input string constant.
7269
7270 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7271 (dired-do-create-files): If there's only one file, pass it in as
7272 the DEFAULT arg to dired-mark-read-file-name.
7273
72742000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7275
7276 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7277 (diff-goto-source): Be smarter when choosing REVERSE or not.
7278
7279 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7280 (texinfo-mode-menu): Add an explicit shortcut for update all.
7281
72822000-10-03 Andre Spiegel <spiegel@gnu.org>
7283
7284 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7285 factorize backend-specific code cleanly (this was essentially
7286 conceived by Stefan Monnier).
7287 (vc-unregister): Function removed.
7288 (vc-revert-file): New function.
7289 (vc-revert-buffer): Delegate some of the work to it.
7290
7291 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7292 default branch unconditionally.
7293 (vc-rcs-set-default-branch): New function.
7294 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7295 (vc-rcs-checkin): If an appropriate default branch has been set,
7296 force creation of that branch.
7297 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7298 code (as suggested by Stefan Monnier).
7299
73002000-10-02 Gerd Moellmann <gerd@gnu.org>
7301
7302 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7303 highlighting overlay with a different face over the overlay
7304 isearch uses to highlight the current match because that can lead
7305 to bad face combinations.
7306
7307 * loadup.el (toplevel): Load faces before isearch.
7308
7309 * isearch.el (isearch-faces): New custom group.
7310 (isearch): New defface; was already tested for in the code.
7311 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7312 (isearch-highlight): Always use face `isearch'.
7313
73142000-10-02 Dave Love <fx@gnu.org>
7315
7316 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7317 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7318 comparison of opcode with operand.
7319
73202000-10-03 Miles Bader <miles@gnu.org>
7321
7322 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7323 buffer, since the echo area will now grow to accommodate them.
7324
73252000-10-02 Andre Spiegel <spiegel@gnu.org>
7326
7327 * vc-hooks.el (vc-registered): If FILE used to be registered under
7328 a certain backend, try that one first.
7329
7330 * vc.el (vc-responsible-backend): Undo the previous change in the
7331 argument list. Handle multiple backends correctly.
7332 (vc-find-new-backend): Function removed.
7333 (vc-register): Use vc-responsible-backend, as before.
7334 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7335
73362000-10-02 Gerd Moellmann <gerd@gnu.org>
7337
7338 * startup.el (fancy-splash-head): Change message below the
7339 logo.
7340
73412000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7342
7343 * diff-mode.el (diff-goto-source): Emit a status message.
7344 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7345 (diff-test-hunk): Fix doc string.
7346 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7347 (diff-advance-after-apply-hunk): New variable.
7348 (diff-apply-hunk): Don't return a value.
7349
73502000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7351
7352 * vc.el (vc-editable-p): Minor optimization.
7353 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7354 (vc-find-new-backend): New function split from vc-responsible-backend.
7355 (vc-register): Use it.
7356 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7357 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7358 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7359 (vc-clear-headers): Don't use find-file.
7360 (vc-revert-buffer): Use `and' again (must have been a braino).
7361 (vc-switch-backend): Only prompt if requested.
7362 Short circuit if nothing is to be done.
7363 Don't use vc-resynch-buffer which could lose unsaved editing.
7364 (vc-default-receive-file): Update call to vc-unregister.
7365 (with-vc-file, vc-next-action-on-file):
7366 Use vc-backend rather than vc-registered.
7367 (vc-next-action-on-file): Use intern-soft.
7368 Deal with read-only *vc-diff* buffer.
7369 (vc-transfer-file): Docstring fix.
7370
7371 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7372 (vc-rcs-receive-file): Avoid with-vc-properties.
7373 Update call to vc-unregister.
7374 Use constant `RCS' rather than (dynamically bound) var `backend'.
7375
73762000-10-01 Andre Spiegel <spiegel@gnu.org>
7377
7378 * vc.el (vc-next-action-on-file): Update mode line only if file
7379 is visited.
7380 (vc-start-entry): New argument initial-contents. Don't visit the file
7381 if it isn't already visited. Brought documentation up-to-date.
7382 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7383 (vc-checkin): New optional arg initial-contents, which is passed to
7384 vc-start-entry.
7385 (vc-finish-logentry): Make sure to bury log buffer only if there
7386 really is one. Call `vc-resynch-buffer' on log-file, not
7387 buffer-file-name.
7388 (vc-default-comment-history, vc-default-wash-log): New functions.
7389 (vc-index-of): Removed.
7390 (vc-transfer-file): Make do without the above.
7391 (vc-default-receive-file): Call comment-history unconditionally. Pass
7392 the resulting string to vc-checkin, instead of inserting it into the
7393 comment ring.
7394
7395 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7396 unconditionally. Use the comments as initial contents of the log
7397 entry buffer. Document the trick to force branch creation with no
7398 changes.
7399
74002000-10-01 Miles Bader <miles@gnu.org>
7401
7402 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7403 `recenter' with an arg to prevent redrawing the display.
7404
74052000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7406
7407 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7408
7409 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7410
7411 * progmodes/c-mode.el (c-mode):
7412 Don't gratuitously override the default for comment-column.
7413
7414 * textmodes/tex-mode.el (latex-metasection-list): New var.
7415 (latex-imenu-create-index): Use it.
7416 Move the regexp construction outside loops (and use push).
7417 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7418 (tex-font-lock-keywords): Moved from font-lock.el.
7419 (tex-comment-indent): Remove.
7420 (tex-common-initialization): Don't set comment-indent-function.
7421 (latex-block-default): New var.
7422 (tex-latex-block): Use it to provide a default choice.
7423 Add any unknown choice to latex-block-names.
7424 Insert [...] after {...}.
7425 (tex-last-unended-begin): Simplify regexp.
7426 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7427 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7428 (latex-mode): Set forward-sexp-function.
7429
7430 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7431 Add regexp for @ignore ... @end ignore.
7432 (texinfo-heading-face): New face.
7433 (texinfo-font-lock-keywords): Use it.
7434 (texinfo-mode-menu): New menu.
7435 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7436 New functions.
7437 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7438 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7439 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7440 Remove declaration.
7441 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7442
7443 * delsel.el (delete-selection-mode): Use define-minor-mode.
7444
7445 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7446
74472000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7448
7449 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7450
74512000-09-30 Gerd Moellmann <gerd@gnu.org>
7452
7453 * replace.el (keep-lines-read-args): New function.
7454 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7455 read arguments interactively. Add parameters RSTART and REND.
7456 Operate on the active region in Transient Mark mode.
7457
7458 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7459
7460 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7461 (authors-obsolete-files-regexps): New variable.
7462 (authors-add): Don't record changes in obsolete files.
7463
74642000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7465
7466 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7467
7468 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7469 (comment-indent): Make sure there's a space between code and comment.
7470 Shift comments left to avoid going past fill-column.
7471
74722000-09-29 Gerd Moellmann <gerd@gnu.org>
7473
7474 * startup.el (startup-echo-area-message): New function.
7475 (display-startup-echo-area-message): Use it.
7476 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7477 (fancy-splash-default-action): New function.
7478 (fancy-splash-screens-1): New function.
7479 (fancy-splash-head): Put a help-echo and a keymap under the image.
7480
74812000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7482
7483 * diff-mode.el (diff-add-log-file-name): Remove.
7484 (diff-mode): Use add-log-buffer-file-name-function.
7485
7486 * add-log.el (find-change-log): New arg BUFFER-FILE.
7487 (add-log-file-name): Obey add-log-file-name-function.
7488 (add-log-buffer-file-name-function): New var.
7489 (add-change-log-entry): Use it.
7490
74912000-09-29 Miles Bader <miles@gnu.org>
7492
7493 * image-file.el (image-file-name-extensions): New variable.
7494 (image-file-name-regexps): Renamed from `image-file-regexps'.
7495 New default value is nil. Call `auto-image-file-mode'.
7496 (image-file-name-regexp): New function.
7497 (auto-image-file-mode): New minor mode.
7498 (insert-image-file): Don't make conditional on the image-file
7499 handler being enabled.
7500 (image-file-handler): Make the call here conditional instead.
7501 (set-image-file-handler-enabled, enable-image-file-handler)
7502 (disable-image-file-handler): Functions removed.
7503
7504 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7505 string.
7506
75072000-09-29 Gerd Moellmann <gerd@gnu.org>
7508
7509 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7510 it's a function from CL.
7511 (latex-imenu-create-index): Replace eval-when-compile with progn
7512 because latex-section-alist is not bound while compiling.
7513
75142000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7515
7516 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7517 (outline-mode): Use define-derived-mode.
7518
7519 * progmodes/perl-mode.el (perl-mode):
7520 * progmodes/awk-mode.el (awk-mode):
7521 * progmodes/asm-mode.el (asm-mode):
7522 Don't gratuitously override the default for comment-column.
7523
7524 * emacs-lisp/lisp.el (lisp-complete-symbol):
7525 Distinguish the let-binding case from the funcall case.
7526 (forward-sexp-function): New variable.
7527 (forward-sexp): Use it.
7528
7529 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7530 (easy-mmode-defmap): Remove the now useless autoload.
7531
7532 * time.el (display-time-mode): Use define-minor-mode.
7533
7534 * subr.el (add-minor-mode): Don't eval NAME.
7535 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7536 Use if rather than cond.
7537
7538 * simple.el (read-expression-map): Define more properly.
7539 (comment-indent-hook): Remove.
7540 (string-to-syntax): Bug fix.
7541
7542 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7543 (cvs-ediff-diff): Fix typo.
7544 (cvs-revert-if-needed): Don't bother preserving read-only.
7545
7546 * paren.el (show-paren-mode): Use define-minor-mode.
7547
7548 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7549 (toggle-auto-compression): Remove.
7550 (jka-compr-build-file-regexp): Remove useless grouping.
7551
7552 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7553 Avoid user-reserved bindings.
7554 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7555 (diff-header-face): Revert to grey85.
7556
7557 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7558
7559 * complete.el (partial-completion-mode) <defcustom>: Remove.
7560 (partial-completion-mode): Use define-minor-mode.
7561 (PC-do-completion): Understand `completion-auto-help = delay'
7562 to mean to popup the completion buffer only the second time.
7563 (PC-include-file-all-completions, PC-include-file-all-completions)
7564 (PC-include-file-all-completions): Don't quote lambda.
7565
7566 * comint.el (comint-mode-hook): Docstring fix.
7567 (comint-mode): Use define-derived-mode.
7568 (comint-mode-map): Remove obsolete comment.
7569 (make-comint): Minor stylistic change.
7570 (comint-insert-clicked-input): Be more careful to find the overlay.
7571 Use this-command-keys rather than hardcoding mouse-2.
7572
7573 * font-lock.el: Replace confusing (,@ with ,
7574 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7575 Don't use regexp-opt-depth. Spice up the regexp for args.
7576 Don't distinguish between cmds that can take an opt arg or not.
7577 Use `append' and `prepend' rather than `keep'.
7578
7579 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7580 (latex-outline-regexp): New var.
7581 (latex-outline-level): New fun.
7582 (latex-section-alist): New var.
7583 (latex-imenu-create-index): Use it. Use `push' as well.
7584 (tex-shell-map): Initialize it properly.
7585 (tex-mode): Minor stylistic change.
7586 (plain-tex-mode): Use define-derived-mode.
7587 (latex-mode): Use define-derived-mode.
7588 Construct the paragraph regexps in a more readable way.
7589 Set the buffer-local outline-{level,regexp} vars.
7590 (slitex-mode): Derive from latex-mode.
7591 (tex-common-initialization): Don't kill-all-vars anymore.
7592 Add setting for comment-add and font-lock-defaults.
7593 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7594 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7595 (tex-start-tex): New arg DIR (and send a chdir command for it).
7596 Also display the shell buffer and save it in tex-last-buffer-texed.
7597 (tex-region): Use expand-file-name rather than concat.
7598 Remove code made useless by changes in tex-start-tex.
7599 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7600
7601 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7602
76032000-09-28 Dave Love <fx@gnu.org>
7604
7605 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7606
76072000-09-28 Gerd Moellmann <gerd@gnu.org>
7608
7609 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7610 `append'.
7611
76122000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7613
7614 * info.el (Info-extract-pointer): Undo last change.
7615 Instead, fix the position of the `bound' arg to re-search-backward.
7616
76172000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7618
7619 * info.el (Info-extract-pointer):
7620 Widen more carefully, to avoid finding pointers in other nodes.
7621 (Info-index): Use push.
7622
76232000-09-27 Gerd Moellmann <gerd@gnu.org>
7624
7625 * frame.el (set-frame-font): Remove call to obsolete function
7626 frame-update-faces.
7627 (set-foreground-color, set-background-color): Likewise for
7628 frame-update-face-colors.
7629
76302000-09-27 Miles Bader <miles@gnu.org>
7631
7632 * image-file.el: New file.
7633
76342000-09-27 Gerd Moellmann <gerd@gnu.org>
7635
7636 * frame.el (frame-notice-user-settings): Don't call
7637 frame-update-faces, which is a no-op now.
7638
7639 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7640 tool-bar-lines.
7641
76422000-09-27 Dave Love <fx@gnu.org>
7643
7644 * mouse.el: Fix last change.
7645
76462000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7647
7648 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7649
76502000-09-22 Kenichi Handa <handa@etl.go.jp>
7651
7652 * international/quail.el (quail-help): The output message is
7653 improved.
7654
76552000-09-26 Dave Love <fx@gnu.org>
7656
7657 * mouse.el (popup-menu): If POSITION is nil, set it using
7658 mouse-position.
7659
76602000-09-25 Sam Steingold <sds@gnu.org>
7661
7662 * net/browse-url.el (browse-url-file-url): Check for null maps.
7663
76642000-09-26 Gerd Moellmann <gerd@gnu.org>
7665
7666 * frame.el (frame-notice-user-settings): Don't add a
7667 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7668
7669 * frame.el (frame-notice-user-settings):
7670 Make tool-bar-mode and default-frame-alist consistent.
7671
7672 * toolbar/tool-bar.el (tool-bar-help): New function.
7673
76742000-09-25 Gerd Moellmann <gerd@gnu.org>
7675
7676 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7677 current-load-list in top-level forms. Else this leaks a cons cell
7678 every time a defun is called.
7679
7680 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7681
76822000-09-25 Dave Love <fx@gnu.org>
7683
7684 * startup.el (fancy-splash-head): Check XPM is available.
7685
7686 * autoinsert.el (auto-insert): Doc fix.
7687 (auto-insert-alist): Following GNU notices, don't say `copyright
7688 _by_'. Use line-beginning-position.
7689 (auto-insert): Check buffer-file-name is non-nil before use.
7690
76912000-09-25 Gerd Moellmann <gerd@gnu.org>
7692
7693 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7694 starting with `@def' or `@multitable', in addition to ones
7695 specified by the user in auto-fill-inhibit-regexp.
7696
76972000-09-25 Markus Rost <rost@math.ohio-state.edu>
7698
7699 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7700 rmail-dont-reply-to-names matches the empty string.
7701
77022000-09-25 Gerd Moellmann <gerd@gnu.org>
7703
7704 * startup.el (command-line-1, fancy-splash-text): Change the
7705 text to sound more friendly.
7706
77072000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7708
7709 * progmodes/hideshow.el: Update author email address.
7710 Generally, sync w/ maintainer version 5.22.
7711 (hs-hide-all-non-comment-function): New var.
7712 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7713 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7714 (hs-show-region): Delete this command.
7715 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7716
77172000-09-22 Dave Love <fx@gnu.org>
7718
7719 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7720 (hl-line-highlight): Specify buffer when moving overlay.
7721
7722 * progmodes/fortran.el (fortran-mode): Locally set
7723 normal-auto-fill-function.
7724 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7725 (fortran-mode-map): Adjust auto-fill menu entry.
7726
77272000-09-22 Gerd Moellmann <gerd@gnu.org>
7728
7729 * vc-rcs.el (toplevel): Require `vc' when compiling.
7730
7731 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7732
77332000-09-22 Andre Spiegel <spiegel@gnu.org>
7734
7735 * vc.el (vc-switch-backend): Signal an error if the file is not
7736 registered under the new backend.
7737
7738 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7739 without explicit revision number.
7740
77412000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7742
7743 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7744 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7745 (diff-xor): New function.
7746 (diff-find-source-location): Use it. Fix a stupid name clash.
7747 (diff-hunk-status-msg): New function.
7748 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7749 (diff-test-hunk): Use diff-find-source-location.
7750 (diff-goto-source): Favor the `reverse'.
7751 (diff-hunk-text): Properly handle one-sided context diffs.
7752 (diff-apply-hunk): When done, advance to the next hunk.
7753
77542000-09-21 Gerd Moellmann <gerd@gnu.org>
7755
7756 * startup.el (command-line): If frame was created with a non-zero
7757 tool-bar-lines parameter, switch tool-bar-mode on.
7758
7759 * add-log.el (change-log-date-face, change-log-name-face)
7760 (change-log-email-face, change-log-file-face)
7761 (change-log-list-face, change-log-conditionals-face)
7762 (change-log-function-face, change-log-acknowledgement-face):
7763 New faces, inheriting from font-lock faces.
7764 (change-log-font-lock-keywords): Use them.
7765
77662000-09-21 Dave Love <fx@gnu.org>
7767
7768 * progmodes/cperl-mode.el (top-level): Clean up
7769 `eval-when-compile's and assorted defvars.
7770 (cperl-invalid-face): Don't double-quote value. Change custom
7771 type.
7772 (cperl-mode): Set normal-auto-fill-function and don't zap
7773 auto-fill-function.
7774 (cperl-imenu--function-name-regexp-perl): Renamed from
7775 imenu-example--function-name-regexp-perl.
7776 (cperl-imenu--create-perl-index): Renamed from
7777 imenu-example--create-perl-index.
7778 (cperl-xsub-scan): Don't require cl.
7779
7780 * msb.el (msb-mode-map): Use substitute-key-definition.
7781 (msb-mode): Use msb-mode-map.
7782
77832000-09-21 Andre Spiegel <spiegel@gnu.org>
7784
7785 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7786 New functions.
7787 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7788 (vc-switch-backend): New function.
7789 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7790 (vc-register): Fix prompt.
7791 (vc-unregister, vc-default-unregister): New functions.
7792 (vc-version-diff): Handle empty buffer in sentinel.
7793
7794 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7795 (vc-rcs-state-heuristic): Use it to guess the state of files with
7796 non-strict locking.
7797 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7798 been set with -b, but not created yet.
7799 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7800 contents in order to find the state.
7801 (vc-rcs-checkin): Allow creation of branches with no changes.
7802 (vc-rcs-unregister, vc-rcs-receive-file)
7803 (vc-rcs-set-non-strict-locking): New functions.
7804
7805 * vc-hooks.el (vc-name): Force correct computation of the value
7806 in case it is missing.
7807
78082000-09-21 Gerd Moellmann <gerd@gnu.org>
7809
7810 * startup.el (fancy-splash-tail): Use a different foreground
7811 color on a dark frame background.
7812
78132000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7814
7815 * info.el: Use the correct capitalization when making Info-mode
7816 and Info-edit-mode `special' modes.
7817
78182000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7819
7820 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7821 (diff-mode): Add support for add-log.el.
7822 (diff-hunk-text): Use char offsets rather than line offsets.
7823 (diff-find-source-location): Replace LINE with line-offset (nil
7824 if not found) and always set POS to a meaningful position.
7825 Adapt to the new char-offsets.
7826 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7827 Adapt to the new diff-find-source-location.
7828 (diff-goto-source): Adapt to the new diff-find-source-location.
7829
7830 * add-log.el (add-log-file-name): New function (split out of
7831 add-change-log-entry).
7832 (add-change-log-entry): Use it.
7833 Call add-log-file-name-function with the changelog file name if
7834 the current buffer is not associated with any file.
7835 Avoid find-file if the selected window is dedicated.
7836
7837 * diff-mode.el (diff-find-source-location):
7838 Move code from diff-apply-hunk. Return buffer rather than file.
7839 (diff-apply-hunk): Use the new result from diff-find-source-location.
7840 (diff-goto-source): Use the new diff-find-source-location.
7841
78422000-09-20 Dave Love <fx@gnu.org>
7843
7844 * iswitchb.el: Some doc fixes.
7845 (iswitchb-mode-map): Define completely initially. Inherit
7846 minibuffer-local-map.
7847 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7848 fundamental-mode.
7849 (iswitchb-global-map): New variable.
7850 (iswitchb-summaries-to-end): Amalgamate regexps.
7851 (iswitchb-mode): New.
7852 (iswitchb-mode-hook): New variable.
7853 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7854 `extensions'.
7855
78562000-09-20 Gerd Moellmann <gerd@gnu.org>
7857
7858 * ehelp.el (electric-help): New defgroup.
7859 (electric-help-shrink-window): New user-option.
7860 (with-electric-help): Use it.
7861
7862 * window.el (shrink-window-if-larger-than-buffer): If face
7863 `mode-line' has a :box, and we're on a graphical frame, add 1
7864 to the needed window height.
7865
7866 * frame.el (frame-notice-user-settings): Add a last parameter nil
7867 to a call to `append', because the last list passed to `append' is
7868 not copied, and so subsequent calls to assq-delete-all will modify
7869 default-frame-alist.
7870
7871 * startup.el (fancy-splash-image): Change :type.
7872 (fancy-splash-head): Use an XBM image if appropriate.
7873 (command-line-1): Show splash screens in more cases.
7874
7875 * startup.el (fancy-splash-text): Don't quote faces.
7876
7877 * dired.el (dired-font-lock-keywords): Undo last change.
7878 (dired-readin): Bind indent-tabs-mode to nil.
7879
7880 * startup.el (fancy-splash-head): If frame's background mode
7881 is `dark', change the black background of the image to gray.
7882 (fancy-splash-screens): Display startup echo area message.
7883 (display-startup-echo-area-message): New function.
7884
78852000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7886
7887 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7888
7889 * info.el (info-header-node): Tweak for color ttys.
7890
7891 * faces.el (face-valid-attribute-values): Make sure directories we
7892 search for stipples both exist and are readable before trying to
7893 search them.
7894
7895 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7896 in the dry-run case.
7897
7898 * jka-compr.el (with-auto-compression-mode): New macro.
7899
7900 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7901 (custom-group-tag-face, custom-variable-tag-face): Use relative
7902 :height and inherit from `variable-pitch' face instead of
7903 hardwiring :family.
7904 * hi-lock.el (hi-black-hb): Likewise.
7905
7906 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7907 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7908 toolbar-add-item, if image doesn't have a mask add a `:mask
7909 heuristic'.
7910
79112000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7912
7913 * diff-mode.el: Docstring fixes.
7914 (diff-header-face, diff-comment-face): New faces.
7915 (diff-font-lock-keywords): Highlight a bit differently.
7916 (diff-find-source-location): Don't return SPAN any more.
7917 (diff-hunk-text): Don't bother erasing the temp buffer.
7918 (diff-find-text): Drop argument LINE.
7919 (diff-apply-hunk): Update calls to diff-find-text.
7920 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7921
7922 * calendar/calendar.el: Docstring fixes.
7923 (calendar-make-alist): Don't quote lambda.
7924 (calendar-star-date): Use make-local-variable.
7925
79262000-09-19 Dave Love <fx@gnu.org>
7927
7928 * toolbar/tool-bar.el: Renamed from toolbar.el.
7929 Change `toolbar' to `tool-bar' generally in symbols.
7930 Make some items invisible in `special' major modes.
7931 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7932 Add arg PROPS.
7933
7934 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7935 Add :version here.
7936 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7937
79382000-09-19 Gerd Moellmann <gerd@gnu.org>
7939
7940 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7941
7942 * files.el (find-file-suppress-same-file-warnings): New user-option.
7943 (find-file-noselect): Use it.
7944
7945 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7946 (fancy-splash-screen): Defgroup.
7947
7948 * add-log.el (change-log-font-lock-keywords): Match names
7949 more exactly for the case that font-lock-constant-face is
7950 underlined.
7951
79522000-09-19 Richard M. Stallman <rms@gnu.org>
7953
7954 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7955
79562000-09-19 Andre Spiegel <spiegel@gnu.org>
7957
7958 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7959
79602000-09-19 Gerd Moellmann <gerd@gnu.org>
7961
7962 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7963 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7964 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7965 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7966 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7967 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7968 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7969 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7970 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7971 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7972 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7973 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7974
7975 * startup.el (fancy-splash-text): New variable.
7976 (fancy-splash-delay, fancy-splash-image): New user-options.
7977 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7978 (fancy-splash-screens): New functions.
7979 (command-line-1): If display has a `display' frame parameter, has
7980 colors, and we have XPM support, show more fancy splash screens.
7981
79822000-09-19 Dave Love <fx@gnu.org>
7983
7984 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7985 with null `help'. Use modern backquote syntax.
7986
79872000-09-19 Gerd Moellmann <gerd@gnu.org>
7988
7989 * font-lock.el (font-lock-mode): Change message telling the user
7990 that ``the buffer is too big''.
7991
7992 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7993 for instance for the case that tab-width is 2.
7994
79952000-09-18 Gerd Moellmann <gerd@gnu.org>
7996
7997 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7998 toolbar-add-item, if image doesn't have a mask add a `:mask
7999 heuristic'.
8000
80012000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8002
8003 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8004 and return a cons if it's non-nil.
8005 (diff-apply-hunk): Try to jump to the line in the source text
8006 corresponding to the position of point in the in the hunk.
8007
8008 * info.el (Info-title-3-face, Info-title-2-face)
8009 (Info-title-1-face): Use face inheritance and relative sizes
8010 instead of hard-wiring things.
8011
8012 * faces.el (secondary-selection): Make dark-background variant sane.
8013
80142000-09-16 Andrew Innes <andrewi@gnu.org>
8015
8016 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8017 read-only, since they aren't under VC now.
8018
80192000-09-17 Dave Love <fx@gnu.org>
8020
8021 * tmm.el: Replace mapcar with mapc in several places.
8022
8023 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8024 ad-unadvise.
8025
8026 * international/latin1-disp.el: New file.
8027
8028 * calendar/cal-move.el (scroll-calendar-left)
8029 (scroll-calendar-right): Make arg optional (for active mode line).
8030
8031 * calendar/calendar.el (calendar-mode-line-format): Make fields
8032 mouse-sensitive.
8033 (calendar-read-date, calendar-read-date, calendar-window-list):
8034 Unquote lambda.
8035 (calendar-month-name): Use aref, not sref.
8036
8037 * view.el (minor-mode-alist): Propertize the string.
8038
8039 * international/characters.el (standard-case-table): Add entries
8040 for Greek.
8041
80422000-09-18 Miles Bader <miles@gnu.org>
8043
8044 * info.el (info-node, info-xref): Add dark-background variants.
8045
8046 * faces.el (header-line): Change defaults to be less confusing
8047 when mixed with mode-lines.
8048
8049 * info.el (Info-fontify-node): Make a few cleanups.
8050 Add extra `help-echo' and `local-map' props to node xrefs.
8051 Use header-specific faces for node-names & xrefs.
8052 (Info-use-header-line): New variable.
8053 (info-header-xref, info-header-node): New faces.
8054 (Info-setup-header-line): New function.
8055 (Info-select-node): Call Info-setup-header-line when enabled.
8056 (Info-extract-pointer): Work even if the header line is hidden.
8057 (Info-header-line): New variable.
8058
80592000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8060
8061 * vms-patch.el (print-region-function): Don't quote lambda.
8062
8063 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8064
8065 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8066 (lm-get-header-re): Allow spaces between the header and the colon.
8067 (lm-header): Allow $ in non-RCS headers.
8068 (lm-header-multiline): Put the strings back into order.
8069 Stop at an empty line. Don't require two space chars if the
8070 line is clearly not another header line.
8071
8072 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8073 (popup-menu-popup): Remove.
8074
80752000-09-15 Gerd Moellmann <gerd@gnu.org>
8076
8077 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8078 specification if or if not tool-bar item contains an `:enabled'
8079 property.
8080
8081 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8082 current buffer has no file name.
8083
80842000-09-15 Dave Love <fx@gnu.org>
8085
8086 * strokes.el: Sync with maintainer's current version with changes
8087 for Emacs, but avoid runtime cl and levents.
8088 (toplevel): Change autoloads and compilation requires.
8089 (strokes-version, strokes-bug-address, strokes-lift): Values
8090 changed.
8091 (strokes-xpm-header, strokes-insinuated): New variable.
8092 (strokes): Add :link.
8093 (strokes-mode): Customized.
8094 (strokes-while-inhibiting-garbage-collector): New macro.
8095 (strokes-remassoc): Avoid remove-if.
8096 (strokes-fix-button2-command): Don't use ad-do-it.
8097 (strokes-insinuate): New function.
8098 (strokes-button-press-event-p, strokes-button-release-event-p):
8099 New functions, used instead of non-`strokes-' versions..
8100 (strokes-mouse-event-p): Rewritten.
8101 (strokes-event-closest-point): Avoid event-point.
8102 (strokes-get-grid-position): Avoid cdadr, caadr
8103 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8104 functions.
8105 (strokes-help): Use with-output-to-temp-buffer.
8106 (strokes-window-configuration-changed-p): New function.
8107 (strokes-update-window-configuration): Use buffer-live-p,
8108 strokes-window-configuration-changed-p.
8109 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8110 (strokes-char-face): New face.
8111 (strokes-char-table, strokes-base64-chars): New variable.
8112 (strokes-xpm-for-stroke, strokes-list-strokes)
8113 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8114 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8115 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8116 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8117 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8118 functions.
8119
81202000-09-15 Gerd Moellmann <gerd@gnu.org>
8121
8122 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8123
8124 * image.el (create-image): Doc fix.
8125
8126 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8127 instead of `:heuristic-mask t'.
8128
81292000-09-14 Andrew Innes <andrewi@gnu.org>
8130
8131 * makefile.w32-in: Revert to Unix line endings.
8132
81332000-09-14 Andrew Innes <andrewi@gnu.org>
8134
8135 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8136 when installing.
8137
8138 * makefile.nt (DONTCOMPILE): Fix typo.
8139
8140 * shell.el (shell-write-history-on-exit): New function.
8141 (shell-dumb-shell-regexp): New custom variable.
8142 (shell-mode): Make shell-write-history-on-exit the process
8143 sentinel if shell name matches shell-dumb-shell-regexp.
8144
8145 * w32-fns.el: Comment out before-init-hook function which resets
8146 source-directory based; this breaks bootstrap.
8147
81482000-09-14 Dave Love <fx@gnu.org>
8149
8150 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8151 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8152 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8153 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8154 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8155 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8156 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8157 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8158 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8159
8160 * toolbar/toolbar.el: New.
8161
8162 * subdirs.el: Add toolbar.
8163
81642000-09-14 Gerd Moellmann <gerd@gnu.org>
8165
8166 * indent.el (indent-for-tab-command): Doc fix.
8167
81682000-09-14 Alex Schroeder <alex@gnu.org>
8169
8170 * ansi-color.el (ansi-colors): Doc change.
8171 (ansi-color-get-face): Simplified regexp.
8172 (ansi-color-faces-vector): Added more faces, doc change.
8173 (ansi-color-names-vector): Doc change.
8174 (ansi-color-regexp): Simplified regexp.
8175 (ansi-color-parameter-regexp): New regexp.
8176 (ansi-color-filter-apply): Doc change.
8177 (ansi-color-filter-region): Doc change.
8178 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8179 deal with zero length parameters.
8180 (ansi-color-apply-on-region): Doc change.
8181 (ansi-color-map): Doc change.
8182 (ansi-color-map-update): Removed debugging message.
8183 (ansi-color-get-face-1): Added condition-case to trap
8184 args-out-of-range errors.
8185 (ansi-color-get-face): Doc change.
8186 (ansi-color-make-face): Removed.
8187 (ansi-color-for-shell-mode): New option.
8188
81892000-09-13 Kenichi Handa <handa@etl.go.jp>
8190
8191 * international/quail.el (quail-start-translation): Translate KEY
8192 if necessary even if it doesn't have any mapping in the current
8193 input method.
8194 (quail-start-conversion): Likewise.
8195 (quail-help): The output message is improved.
8196
81972000-09-13 Miles Bader <miles@gnu.org>
8198
8199 * comint.el (comint-output-filter): Revert to using
8200 `insert-before-markers'. Add bletcherous hack to undo damage
8201 caused by `insert-before-markers'. Put `front-sticky' property on
8202 overlays created here so that the field code understands how the
8203 overlay works. Use a let when making comint-last-prompt-overlay,
8204 so that the code is easier to read.
8205
82062000-09-13 Dave Love <fx@gnu.org>
8207
8208 * wid-edit.el (widget-default-format-handler): DTRT when
8209 doc-property is a function.
8210
82112000-09-12 Francesco Potorti` <pot@gnu.org>
8212
8213 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8214 filed name if it's not there.
8215
82162000-09-12 Dave Love <fx@gnu.org>
8217
8218 * simple.el (read-mail-command): Doc fix.
8219 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8220
8221 * vc.el (vc-dired-listing-switches): Fix :version.
8222
8223 * vc-hooks.el: Doc fixes.
8224
8225 * subr.el (add-minor-mode): Use toggle-fun arg.
8226
8227 * speedbar.el: Add :version to several defcustoms.
8228
8229 * imenu.el (imenu--truncate-items, imenu--cleanup)
8230 (imenu--generic-function): Avoid mapcar.
8231 (imenu--replace-spaces): Function removed.
8232 (imenu--completion-buffer): Use subst-char-in-string.
8233 (imenu-add-to-menubar): Use keymap inheritance.
8234
82352000-09-12 Miles Bader <miles@gnu.org>
8236
8237 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8238 (diff-mode-map): Bind `diff-test-hunk'.
8239 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8240
82412000-09-11 Gerd Moellmann <gerd@gnu.org>
8242
8243 * bytecomp.el (byte-compile-defvar): Undo last change
8244 because it breaks '(make-variable-buffer-local (defvar ...)'
8245 which is used at least in dired.
8246
82472000-09-12 Kenichi Handa <handa@etl.go.jp>
8248
8249 * international/quail.el (quail-define-package): Docstring
8250 modified.
8251
82522000-09-12 Kenichi Handa <handa@etl.go.jp>
8253
8254 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8255 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8256 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8257 docstring of "chinese-py".
8258
8259 * international/quail.el (quail-translation-docstring): New
8260 variable.
8261 (quail-show-keyboard-layout): Docstring modified.
8262 (quail-select-current): Likewise.
8263 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8264 infinite recursive call.
8265 (quail-help): Check quail-translation-docstring. Format of the
8266 output changed.
8267 (quail-help-insert-keymap-description): Adjusted for the above
8268 change.
8269
82702000-09-11 Gerd Moellmann <gerd@gnu.org>
8271
8272 * bytecomp.el (byte-compile-defvar): Only cons onto
8273 current-load-list in top-level forms. Else this leaks a cons cell
8274 every time a defun is called.
8275
82762000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8277
8278 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8279 Now understands non-unified diffs. Some functionality moved into
8280 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8281 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8282 modify anything. Only reposition point in the patched file if the
8283 patch succeeds. Only pop up another window if POPUP is true.
8284 Emit a message describing what happened if successful, and at what
8285 line-offset. Automatically detect reversed hunks and do something
8286 appropriate.
8287 (diff-hunk-text, diff-find-text): New functions.
8288 (diff-filter-lines): Function removed.
8289 (diff-test-hunk): New function.
8290 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8291
82922000-09-10 Dave Love <fx@gnu.org>
8293
8294 * textmodes/tildify.el: Minor doc/commentary fixes.
8295 (tildify) <defgroup>: Add :version.
8296
8297 * faces.el (face-x-resources): Make custom type more specific.
8298 (frame-background-mode): Use mapc.
8299 (region) <defcustom>: Add :version.
8300
83012000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8302
8303 * vc-sccs.el (vc-sccs-register):
8304 * vc-rcs.el (vc-rcs-register):
8305 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8306 * vc.el (vc-register): Clear file's properties.
8307
83082000-09-08 Gerd Moellmann <gerd@gnu.org>
8309
8310 * faces.el (face-spec-set): Only face-spec-reset-face when
8311 ATTRS is non-nil.
8312
83132000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8314
8315 * help.el (help-insert-xref-button): Fix a typo in doc string.
8316
83172000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8318
8319 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8320 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8321 methods.
8322
8323 * menu-bar.el (read-mail-item-name): New function.
8324 (menu-bar-tools-menu): Use it to compute and display the package
8325 used to read email.
8326 (menu-bar-tools-menu): Fix typo in GUD's help string.
8327
83282000-09-07 Dave Love <fx@gnu.org>
8329
8330 * diff-mode.el (diff-mouse-goto-source): New function.
8331
8332 * vc-sccs.el: Doc fixes.
8333 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8334
8335 * vc-rcs.el: Doc fixes.
8336 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8337 (vc-rcs-checkout-switches, vc-rcs-header)
8338 (vc-rcs-master-templates): Add or change :version.
8339
8340 * vc-cvs.el: Doc fixes.
8341 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8342 (vc-cvs-stay-local): Add :version.
8343
8344 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8345
83462000-09-07 Kenichi Handa <handa@etl.go.jp>
8347
8348 * international/quail.el (quail-help): Fix previous change.
8349
83502000-09-07 Gerd Moellmann <gerd@gnu.org>
8351
8352 * faces.el (color-values): Doc fix.
8353
8354 * faces.el (frame-set-background-mode): Use frame-parameter
8355 instead of frame-parameters.
8356
8357 * frame.el (filtered-frame-list): Reduce consing.
8358 (frames-on-display-list): Call frame-parameter instead of
8359 frame-parameters.
8360
83612000-09-07 Kenichi Handa <handa@etl.go.jp>
8362
8363 * language/devan-util.el (devanagari-to-indian-region): In the
8364 loop, change the following char, not preceding char.
8365
83662000-09-07 Gerd Moellmann <gerd@gnu.org>
8367
8368 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8369 instead of frame-parameters.
8370
8371 * faces.el (set-face-attribute): Simplify by calling
8372 internal-set-lisp-face-attribute with FRAME being 0.
8373
8374 * vc.el: Remove `Id' version control keyword.
8375
83762000-09-07 Kenichi Handa <handa@etl.go.jp>
8377
8378 * help.el (help-make-xrefs): Adjusted for the change of
8379 help-xref-mule-regexp.
8380 (help-insert-xref-button): New function.
8381
8382 * international/mule-cmds.el (help-xref-mule-regexp-template):
8383 Include the pattern for character set.
8384 (leim): New group.
8385
8386 * international/quail.el: Don't require face.
8387 (quail): New group.
8388 (quail-other-command): Dummy command to make quail-help work better.
8389 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8390 (quail-keyboard-layout-substitution): New variable.
8391 (quail-update-keyboard-layout): New function.
8392 (quail-keyboard-layout-type): New customizable variable.
8393 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8394 (quail-keyboard-translate): Pay attention to
8395 quail-keyboard-layout-substitution.
8396 (quail-insert-kbd-layout): New function.
8397 (quail-show-keyboard-layout): New function.
8398 (quail-get-translation): If the definition is a vector of length
8399 1, and the element is a string of length 1, return the character
8400 in that string.
8401 (quail-update-current-translations): Fix the case of
8402 relative-index out of range.
8403 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8404 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8405 Show key sequences for all available characters.
8406 (quail-help-insert-keymap-description): Don't show such verbose
8407 key bindings as quail-self-insert-command.
8408
8409 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8410 Format changed, and each element now have extra documentations.
8411 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8412 Adjusted for the change of quail-cxterm-package-ext-info.
8413
84142000-09-06 Gerd Moellmann <gerd@gnu.org>
8415
8416 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8417 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8418 during bootstrap.
8419
84202000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8421
8422 * vc.el: (toplevel): Don't require `dired' at run-time.
8423 (vc-dired-resynch-file): Remove autoload cookie.
8424
84252000-09-05 Andre Spiegel <spiegel@gnu.org>
8426
8427 * vc.el: Made several backend functions optional.
8428 (vc-default-responsible-p): New function.
8429 (vc-merge): Use RET for first version to trigger merge-news, not
8430 prefix arg.
8431 (vc-annotate): Handle backends that do not support annotation.
8432 (vc-default-merge-news): Removed. The existence of a merge-news
8433 implementation is now checked on caller sites.
8434
8435 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8436 case.
8437
8438 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8439 special case that has been removed from the default in vc-hooks.el.
8440
84412000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8442
8443 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8444
84452000-09-05 Andre Spiegel <spiegel@gnu.org>
8446
8447 * vc-hooks.el: Require vc during compilation.
8448 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8449 macro `with-vc-properties' in vc.el.
8450 (vc-file-getprop): Doc fix.
8451 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8452
8453 * vc.el: Require dired-aux during compilation.
8454 (vc-name-assoc-file): Moved to vc-sccs.el.
8455 (with-vc-properties): New macro.
8456 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8457 vc-finish-steal): Use it.
8458 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8459 to the backend-specific function is now supposed to do the checkout,
8460 too.
8461 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8462
8463 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8464 set file properties; that gets done in the generic code now.
8465
8466 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8467 Changed parameter list, added code from vc.el that does the
8468 checkout, possibly with a double-take.
8469
8470 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8471 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8472 the above under the new name.
8473 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8474 parameter list, added checkout command.
8475 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8476 properties; that gets done in the generic code now.
8477
84782000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8479
8480 * vc.el: Docstring fixes (courtesy of checkdoc).
8481
84822000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8483
8484 * vc.el (vc-checkout-writable-buffer-hook)
8485 (vc-checkout-writable-buffer): Remove.
8486 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8487 (vc-log-mode): Make it into a clean derived major mode.
8488 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8489 vc-log-mode if log-edit is not available.
8490 (vc-dired-mode-map): Don't set-keymap-parent yet.
8491 (vc-dired-mode): Do set-keymap-parent here.
8492 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8493
84942000-09-05 Gerd Moellmann <gerd@gnu.org>
8495
8496 * faces.el (set-face-attribute, face-spec-reset-face)
8497 (face-spec-set): Avoid consing by removing calls to `apply'.
8498
8499 * frame.el (frame-parameter): Move to C code.
8500
85012000-09-05 Dave Love <fx@gnu.org>
8502
8503 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8504 insert-before-markers-and-inherit. Now checked systematically!
8505
85062000-09-05 Alex Schroeder <alex@gnu.org>
8507
8508 * sql.el (sql-postgres): Use sql-postgres-options.
8509 (sql-postgres-options): New variable.
8510
85112000-09-05 Alex Schroeder <alex@gnu.org>
8512
8513 * sql.el (sql-mode-menu): Work around missing variable mark-active
8514 in XEmacs.
8515 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8516 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8517 compatibility.
8518
85192000-09-04 Gerd Moellmann <gerd@gnu.org>
8520
8521 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8522
8523 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8524
8525 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8526
85272000-09-04 Andre Spiegel <spiegel@gnu.org>
8528
8529 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8530 don't support anything else under SCCS yet.
8531
8532 * vc-hooks.el: Minor doc fixes.
8533
85342000-09-04 Andre Spiegel <spiegel@gnu.org>
8535
8536 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8537 not necessary. If verbose in state `needs-patch', do the same as
8538 under `up-to-date'. When NOT verbose and `needs-patch', check out
8539 latest version instead of `merge-news'.
8540 (vc-next-action-dired): Don't mess with default-directory here; it
8541 breaks other parts of dired. It is the job of the
8542 backend-specific functions to adjust it temporarily if they need it.
8543 (vc-next-action): Remove a special CVS case.
8544 (vc-clear-headers): New optional arg FILE.
8545 (vc-checkin, vc-checkout): Set properties vc-state and
8546 vc-checkout-time properly.
8547 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8548 (vc-print-log): Use new backend function `show-log-entry'.
8549 (vc-cancel-version): Do the checks in a different order. Added a
8550 FIXME concerning RCS-only code.
8551
8552 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8553 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8554
8555 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8556
8557 * vc-hooks.el (vc-default-mode-line-string): Show state
8558 `needs-patch' as a `-' too.
8559
85602000-09-04 Andre Spiegel <spiegel@gnu.org>
8561
8562 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8563 (vc-default-could-register): New function.
8564 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8565 (vc-resynch-buffer): Call vc-dired-resynch-file.
8566 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8567 vc-resynch-buffer instead of vc-resynch-window.
8568 (vc-next-action-dired): Don't redisplay here, that gets done as a
8569 result of the individual file operations.
8570 (vc-retrieve-snapshot): Corrected prompt order.
8571
8572 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8573
8574 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8575 as well.
8576 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8577 hostname regexps. Updated all callers.
8578 (vc-cvs-responsible-p): Handle directories as well.
8579 (vc-cvs-could-register): New function.
8580 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8581 properties up-to-date.
8582
8583 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8584 user whether to create one.
8585
85862000-09-04 Andre Spiegel <spiegel@gnu.org>
8587
8588 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8589 check out a non-existing file.
8590
8591 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8592 workfile does not exist.
8593
8594 * vc.el (vc-version-diff): Use `require' to check for existence of
8595 diff-mode.
8596
85972000-09-04 Andre Spiegel <spiegel@gnu.org>
8598
8599 * vc-cvs.el (vc-cvs-registered): Use new function
8600 vc-cvs-parse-entry to do the actual work.
8601
86022000-09-04 Andre Spiegel <spiegel@gnu.org>
8603
8604 * vc-hooks.el (vc-find-backend-function): If function doesn't
8605 exist, return nil instead of error.
8606 (vc-call-backend): Doc fix.
8607
8608 * vc.el (vc-do-command): Doc fix.
8609 (vc-finish-logentry): When checking in from vc-dired, choose the
8610 right backend for logentry check.
8611 (vc-dired-mode-map): Inherit from dired-mode-map.
8612 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8613 simplified.
8614 (vc-dired-state-info): Removed, updated caller.
8615 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8616 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8617 (vc-dired-listing-switches): New variable.
8618 (vc-directory): Use it, instead of dired-listing-switches.
8619
8620 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8621 (vc-cvs-dir-state): New function.
8622 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8623 (vc-cvs-parse-entry): New function, also to be used in
8624 vc-cvs-registered.
8625
86262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8627
8628 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8629 *or* single-window-frames.
8630
86312000-09-04 Andre Spiegel <spiegel@gnu.org>
8632
8633 * vc.el (vc-update-changelog): Split into generic part and default
8634 implementation. Doc string adapted.
8635 (vc-default-update-changelog): New function. Call the `rcs2log'
8636 script in exec-directory, to fix a long-standing nuisance.
8637
8638 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8639 simply signals an error.
8640
86412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8642
8643 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8644 control-flow more clear and to avoid running `cvs' twice.
8645
8646 * vc.el (vc-next-action-on-file): Doc fix.
8647 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8648 (vc-print-log): Eval `file' before constructing the continuation.
8649
86502000-09-04 Andre Spiegel <spiegel@gnu.org>
8651
8652 * vc.el (vc-next-action-on-file): Corrected several messages.
8653 (vc-merge): Add prefix arg `merge-news'; handle it.
8654
8655 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8656 is not reached. It is.
8657 (vc-cvs-merge): Set state to 'edited after merge.
8658 (vc-cvs-merge-news): Set workfile version to nil if not known.
8659 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8660
8661 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8662 via stdout. (Merge from main line.)
8663
86642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8665
8666 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8667 detection.
8668
86692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8670
8671 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8672 against kill-all-local-variables.
8673 (vc-log-edit): Don't save vc-parent-buffer any more.
8674 (vc-last-comment-match): Initialize to an empty string.
8675 (vc-post-command-functions): New hook.
8676 (vc-do-command): Run it.
8677 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8678 (vc-finish-logentry): Only add the comment to the ring if it's
8679 different from the last comment entered.
8680 (vc-new-comment-index): New function.
8681 (vc-previous-comment): Use it. Make the minibuffer message
8682 slightly less terse.
8683 (vc-comment-search-reverse): Make it work forward as well. Don't
8684 set vc-comment-ring-index if no match is found. Use
8685 vc-new-comment-index.
8686 (vc-comment-search-forward): Use vc-comment-search-reverse.
8687 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8688 define-derived-mode will do it for us. Bind `v' to a keymap that
8689 inherits from vc-prefix-map so that we can bind `vt' without
8690 binding C-x v t.
8691 (vc-retrieve-snapshot): Parenthesis typo.
8692
8693 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8694 to 1. Make sure to switch to *vc* before looking for an error
8695 message. Use vc-parse-buffer.
8696
86972000-09-04 Andre Spiegel <spiegel@gnu.org>
8698
8699 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8700 and NAME.
8701 (vc-retrieve-snapshot): Split into two parts.
8702 (vc-default-retrieve-snapshot): New function.
8703
8704 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8705 (vc-cvs-retrieve-snapshot): New function (untested).
8706 (vc-cvs-stay-local): Default to t.
8707 (vc-cvs-remote-p): New function and property.
8708 (vc-cvs-state): Stay local only if the above is t.
8709 (vc-handle-cvs): Removed.
8710 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8711 done via vc-handled-backends now.
8712 (vc-cvs-header): Escape Id.
8713
87142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8715
8716 * vc.el (vc-do-command): Remove unused commands.
8717 (vc-version-diff): Make sure default-directory ends with a slash.
8718 Move the window commands into a vc-exec-after.
8719 (vc-print-log): Move more of the code into the `vc-exec-after'.
8720
87212000-09-04 Andre Spiegel <spiegel@gnu.org>
8722
8723 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8724 (vc-print-log): Search current revision from beginning of buffer.
8725 (vc-revert-buffer): Clear echo area after the diff is finished.
8726 (vc-prefix-map): Removed definition of "t" for terse display in vc
8727 dired.
8728 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8729 definition of "vt" for terse display.
8730 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8731
87322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8733
8734 * vc.el (vc-exec-after): Avoid caddr.
8735
87362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8737
8738 * vc.el (vc-exec-after): New function.
8739 (vc-do-command): Use it to add a termination message for async
8740 procs.
8741 (vc-checkout): Try to handle a missing-backend situation.
8742 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8743 of a directory with a backend using async diffs.
8744 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8745 present.
8746
8747 * vc-sccs.el (vc-sccs-state-heuristic): Use
8748 file-ownership-preserved-p.
8749
8750 * vc-rcs.el (vc-rcs-state-heuristic): Use
8751 file-ownership-preserved-p.
8752 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8753
87542000-09-04 Andre Spiegel <spiegel@gnu.org>
8755
8756 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8757 vc-do-command.
8758
8759 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8760 when there are no changes.
8761
87622000-09-04 Andre Spiegel <spiegel@gnu.org>
8763
8764 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8765
8766 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8767
87682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8769
8770 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8771
8772 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8773 the `fset' outside of the defvar so that it works even if
8774 vc-prefix-map was already defined.
8775 (vc-setup-buffer): New function, split out of vc-do-command.
8776 (vc-do-command): Allow BUFFER to be t to mean `just use the
8777 current buffer without any fuss'.
8778 (vc-version-diff): Change the `diff' backend operation to just put
8779 the diff in the current buffer without erasing it. Always use
8780 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8781 shrink-window-if-larger-than-buffer.
8782 (vc-print-log): Change the `print-log' backend operation to just
8783 put the log in the current buffer without erasing it. Protect
8784 shrink-window-if-larger-than-buffer.
8785 (vc-update-change-log): Fix setd typo.
8786
8787 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8788 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8789
8790 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8791 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8792 CMP.
8793
8794 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8795 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8796 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8797
87982000-09-04 Andre Spiegel <spiegel@gnu.org>
8799
8800 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8801 not possible, use vc-BACKEND-workfile-unchanged-p.
8802 (vc-default-workfile-unchanged-p): New function. Delegates to a
8803 full vc-BACKEND-diff.
8804
8805 * vc-hooks.el (vc-simple-command): Removed.
8806
8807 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8808 instead of vc-simple-command.
8809 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8810 avoid doing a diff when opening a file.
8811 (vc-rcs-state): Added check for unlocked-changes.
8812 (vc-rcs-header): Escape Id.
8813 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8814 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8815 version.
8816
8817 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8818 (vc-sccs-diff): Remove optional arg CMP.
8819 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8820 SCCS-specific function.
8821
8822 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8823 vc-simple-command.
8824
88252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8826
8827 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8828 (with-vc-file, vc-merge): Use vc-editable-p.
8829 (vc-do-command): Remove unused var vc-file and fix the
8830 doubly-defined `status' var. Add a user message when starting an
8831 async command.
8832 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8833 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8834 Use with-current-buffer.
8835 (vc-buffer-sync): Use unless.
8836 (vc-next-action-on-file): If the file is 'edited by read-only,
8837 make it read-write instead of trying to commit.
8838 (vc-version-diff, vc-update-change-log): Use `setq
8839 default-directory' rather than `cd'.
8840 (vc-log-edit): Don't forget to set default-directory in the
8841 buffer.
8842
8843 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8844 (vc-sccs-state-heuristic): Use file-writable-p instead of
8845 comparing userids.
8846 (vc-sccs-checkout): Use `unless'.
8847
8848 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8849 of comparing userids.
8850 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8851 Simplify the logic by eliminating unreachable code.
8852 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8853 just do a recursive call if we need to retry.
8854 (vc-rcs-checkout): Handle the case where rcs is missing by making
8855 the buffer read-write if requested and re-signalling the error.
8856
8857 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8858
88592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8860
8861 * vc-hooks.el (vc-handled-backends): Docstring change.
8862 (vc-ignore-vc-files): Mark obsolete.
8863 (vc-registered): Check vc-ignore-vc-files.
8864 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8865 vc-ignore-vc-files.
8866
8867 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8868
88692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8870
8871 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8872 files since ange-ftp already has vc-registered return nil.
8873
8874 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8875 (vc-sccs-workfile-version): Use with-temp-buffer and new
8876 vc-parse-buffer and don't bother setting the property.
8877 (vc-sccs-add-triple): Use with-current-buffer and
8878 find-file-noselect.
8879 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8880
8881 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8882 derives from the old vc-parse-buffer but uses the revision number
8883 rather than the date (much easier to compare robustly).
8884 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8885 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8886 locking-user more directly. Check strict locking and set
8887 checkout-model appropriately.
8888 (vc-rcs-parse-locks): Remove.
8889 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8890 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8891 (vc-rcs-system-release): Use with-current-buffer and
8892 vc-parse-buffer.
8893 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8894
8895 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8896 (vc-simple-command): Docstring fix.
8897 (vc-registered): Align the way the file-handler is called with the
8898 way the function itself works.
8899 (vc-file-owner): Remove.
8900
8901 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8902 extraction of fields and call to file-attributes because of a
8903 temporary bug in rcp.el.
8904 (vc-cvs-fetch-status): Use with-current-buffer.
8905
89062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8907
8908 * vc.el (vc-do-command): Use file-relative-name.
8909 (vc-responsible-backend): Use vc-backend if possible.
8910 (vc-create-snapshot): Improve the `interactive' spec. Add support
8911 for branches and dispatch to backend-specific `create-snapshot'.
8912 (vc-default-create-snapshot): New function, containing the bulk of
8913 the old vc-create-snapshot.
8914 (vc-retrieve-snapshot): Improve the interactive spec.
8915
8916 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8917 (vc-backend-hook-functions): Remove.
8918 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8919 (vc-backend): Reintroduce the test for `file = nil' now that I
8920 know why it was there (and added a comment to better remember).
8921
8922 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8923 code from vc-sccs-hooks.el.
8924 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8925 'vc anymore.
8926 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8927 and file-directory-p instead of file-exists-p.
8928 (vc-sccs-check-headers): Simplify the regexp.
8929
8930 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8931 from vc-rcs-hooks.el. Don't require 'vc anymore.
8932 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8933 file-directory-p instead of file-exists-p.
8934
8935 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8936 from vc-cvs-hooks.el.
8937 (proto vc-cvs-registered): Require 'vc-cvs instead of
8938 'vc-cvs-hooks. Don't require 'vc anymore.
8939 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8940 file-directory-p instead of file-exists-p.
8941 (vc-cvs-create-snapshot): New function, replacing
8942 vc-cvs-assign-name.
8943 (vc-cvs-assign-name): Remove.
8944
89452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8946
8947 * vc-cvs.el (vc-cvs-header): New var.
8948
8949 * vc-rcs.el (vc-rcs-exists): Remove.
8950 (vc-rcs-header): New var.
8951
8952 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8953 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8954 (vc-sccs-header): New var.
8955
8956 * vc.el (vc-do-command): Get rid of the `last' argument.
8957 (vc-header-alist): Remove, replaced by vc-X-header.
8958 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8959 (vc-dired-hook): Use expand-file-name instead of concat.
8960 (vc-directory): Use file-name-as-directory.
8961 (vc-snapshot-precondition, vc-create-snapshot)
8962 (vc-retrieve-snapshot): Allow the command to operate on any
8963 directory.
8964
8965 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8966 just removing the 'WORKFILE argument or by removing the 'MASTER
8967 argument and replacing `file' with (vc-name file).
8968
89692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8970
8971 * vc.el: Update Copyright and add a crude list of backend funs.
8972 (vc-writable-p): New function.
8973 (with-vc-file): Use vc-writable-p.
8974 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8975 (vc-register): Avoid vc-name.
8976 (vc-locking-user): Remove.
8977 (vc-steal-lock): Make the `owner' arg non-optional.
8978 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8979 vc-checkout-model.
8980 (vc-default-dired-state-info): Use vc-state instead of
8981 vc-locking-user and return special strings for special states.
8982 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8983 and get rid of one of the special CVS cases.
8984 (vc-cancel-version): prettify error message with \\[...].
8985 (vc-rename-master): New function.
8986 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8987 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8988 the CVS special case generic.
8989 (vc-default-record-rename): Remove.
8990 (vc-file-tree-walk-internal): Only call FUNC for files that are
8991 under control of some VC backend and replace `concat' with
8992 expand-file-name.
8993 (vc-file-tree-walk): Update docstring.
8994 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8995 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8996
8997 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8998 vc-sccs-record-rename. Use `find-file-noselect' rather than
8999 `find-file' and call `vc-rename-master' to do the actual move.
9000 (vc-sccs-diff): Remove unused `backend' variable.
9001
9002 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9003 to delay loading of vc-sccs until it is really used.
9004 (vc-sccs-master-templates): Preload.
9005 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9006 (vc-sccs-project-dir): Remove (merged into
9007 vc-sccs-search-project-dir).
9008 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9009 rather than `concat', make sure it is preloaded and don't bother
9010 to check that the file actually exists.
9011 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9012 `locks' argument (use buffer's content instead) and eliminate n^2
9013 behavior.
9014
9015 * vc-rcs.el: Update Copyright.
9016 (vc-rcs-rename-file): New function.
9017 (vc-rcs-diff): Remove unused `backend' variable.
9018
9019 * vc-hooks.el: Update Copyright.
9020 (vc-backend): Don't accept a nil argument any more.
9021 (vc-up-to-date-p): Turn into a defsubst.
9022 (vc-possible-master): New function.
9023 (vc-check-master-templates): Use `vc-possible-master' and allow
9024 funs in vc-X-master-templates to return a non-existent file.
9025
9026 * vc-cvs.el: Update Copyright.
9027 (vc-cvs-diff): Remove unused `backend' variable.
9028 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9029
9030 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9031
90322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9033
9034 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9035 since it can be called from vc-rcs.el.
9036 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9037
90382000-09-04 Andre Spiegel <spiegel@gnu.org>
9039
9040 * vc.el (vc-version-diff): Expand file name read from the
9041 minibuffer. Handle the case when a previous version number can't
9042 be guessed. Give suitable messages when there were no differences
9043 found.
9044 (vc-clear-headers): Call backend-specific implementation, if one
9045 exists.
9046 (vc-cancel-version): Made error checks generic. When done, clear
9047 headers generically, too.
9048
9049 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9050 from vc-clear-headers in vc.el.
9051
9052 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9053 correctly.
9054 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9055 optional. Handle the case when it's not there.
9056
90572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9058
9059 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9060
90612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9062
9063 * vc-hooks.el (vc-loadup): Remove.
9064 (vc-find-backend-function): Use `require'. Also, handle the case
9065 where vc-BACKEND-hooks.el doesn't exist.
9066 (vc-call-backend): Cleanup.
9067
90682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9069
9070 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9071 vc-rcs-grab-templates)
9072 (vc-rcs-registered): Remove. The default function works as well.
9073 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9074 vc-sccs-grab-templates)
9075 (vc-sccs-registered): Remove. The default function works as well.
9076
9077 * vc.el (vc-version-diff): Left out a vc- in call to
9078 vc-call-backend.
9079 (vc-default-dired-state-info, vc-default-record-rename)
9080 (vc-default-merge-news): Update for the new backend argument.
9081
9082 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9083 using the default function.
9084 (vc-call-backend): If calling the default function, pass it the
9085 backend as first argument. Update the docstring accordingly.
9086 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9087 for the new backend argument.
9088 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9089 (vc-find-backend-function): Use the new name.
9090 (vc-default-registered): New function.
9091
90922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9093
9094 * vc.el (vc-merge): Use vc-find-backend-function.
9095
9096 * vc-hooks.el (vc-backend-functions): Remove.
9097 (vc-loadup): Don't setup 'vc-functions.
9098 (vc-find-backend-function): New function.
9099 (vc-call-backend): Use above fun and populate 'vc-functions
9100 lazily.
9101 (vc-backend-defines): Remove.
9102
91032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9104
9105 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9106 Call vc-call-backend without the leading vc-.
9107 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9108 (vc-check-headers): Call vc-call-backend without the leading vc-.
9109 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9110 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9111 Call vc-call-backend without the leading vc-.
9112
9113 * vc-cvs.el (tail): Provide vc-cvs.
9114 * vc-sccs.el (tail): Provide vc-sccs.
9115 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9116
9117 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9118 (vc-make-backend-function, vc-call): Pass names without leading
9119 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9120 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9121 (vc-call-backend): Always try to load vc-X-hooks.
9122 (vc-registered): Remove vc- in call to vc-call-backend.
9123
91242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9125
9126 * vc.el (vc-process-filter): New function.
9127 (vc-do-command): Setup `vc-process-filter' for the async process.
9128 (vc-maybe-resolve-conflicts): New function to reduce
9129 code-duplication. Additionally, it puts the buffer in
9130 `smerge-mode' if applicable.
9131 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9132 calling `merge-news'.
9133 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9134 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9135 interfacing to log-edit.el.
9136 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9137 log-edit is available.
9138 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9139
91402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9141
9142 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9143 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9144 defvar and the initialization.
9145 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9146
9147 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9148 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9149
9150 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9151
91522000-09-04 Andre Spiegel <spiegel@gnu.org>
9153
9154 * vc.el (vc-file-clear-masterprops): Removed.
9155 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9156 (vc-version-diff): Use buffer-size without argument.
9157 (vc-register): Heed vc-initial-comment.
9158
9159 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9160 default branch.
9161
9162 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9163 file name and workfile version.
9164 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9165
9166 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9167 vc-file-clear-masterprops.
9168
9169 * vc-sccs.el (vc-sccs-checkout): Removed call to
9170 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9171 rather than user login name.
9172
9173
91742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9175
9176 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9177 `want-differences-if-changed' and simplify.
9178 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9179 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9180 output (which is invalid for async vc-diff) to decide whether to
9181 do the revert silently or not.
9182
91832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9184
9185 * vc-hooks.el (vc-loadup): Load files quietly.
9186 (vc-call-backend): Oops, brain fart.
9187
91882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9189
9190 * vc-cvs.el (vc-cvs-state): Typo.
9191 (vc-cvs-merge-news): Return the status code rather than the error msg.
9192
91932000-09-04 Andre Spiegel <spiegel@gnu.org>
9194
9195 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9196 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9197 vc-state or vc-up-to-date-p.
9198 (vc-merge): Use vc-backend-defines to check whether merging is
9199 possible. Set state to 'edited after successful merge.
9200
9201 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9202 return that name. Redocumented.
9203
92042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9205
9206 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9207 new `vc-state' semantics.
9208 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9209 'vc-locking-user to the current user.
9210 (vc-merge): Inline vc-backend-merge. Comment out code that I
9211 don't understand and hence can't adapt to the new `vc-state' and
9212 `vc-locking-user' semantics.
9213 (vc-backend-merge): Remove.
9214
9215 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9216 rather than 'vc-locking-user.
9217
9218 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9219
9220 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9221 (vc-state): Don't use 'reserved any more. Just use the same
9222 convention as the one used for vc-<backend>-state where the
9223 locking user (as a string) is returned.
9224 (vc-locking-user): Update, based on the above convention. The
9225 'vc-locking-user property has disappeared.
9226 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9227
9228 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9229 with a heuristic one.
9230 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9231 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9232 error. That allows us to get to 'needs-merge even in the
9233 stay-local case. There's still no way to detect 'needs-patch in
9234 such a setup (or to force an update for that matter).
9235 (vc-cvs-logentry-check): Remove, the default works as well.
9236
92372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9238
9239 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9240
9241 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9242 major-mode in which the buffer might have been put earlier. Use
9243 `remove' and `when'. Allow `okstatus' to be `async' and use
9244 `start-process' in this case.
9245 (vc-version-diff): Handle the case where the diff looks empty
9246 because of the use of an async process.
9247
92482000-09-04 Andre Spiegel <spiegel@gnu.org>
9249
9250 * vc.el (vc-next-action-on-file): Removed optional parameter
9251 `simple'. Recompute state unconditionally.
9252 (vc-default-toggle-read-only): Removed.
9253
9254 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9255 (vc-toggle-read-only): Undid prev change.
9256
9257 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9258 vc-cvs-simple-toggle. Redocumented.
9259 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9260 (vc-cvs-toggle-read-only): Removed.
9261
92622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9263
9264 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9265 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9266 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9267 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9268 still is. So maybe it should be removed.
9269 (vc-head-version, vc-find-binary): Remove.
9270 (vc-recompute-state): Move from vc-hooks.el.
9271 (vc-next-action-on-file): Add a `simple' argument to allow
9272 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9273 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9274 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9275 (vc-dired-mode-map): Properly defvar it.
9276 (vc-print-log): Call log-view-mode if available.
9277 (small-temporary-file-directory): defvar instead of use boundp.
9278 (vc-merge-news): Moved to vc-cvs.el.
9279 (vc-default-merge-news): New function.
9280
9281 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9282 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9283 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9284 unknown `vc-latest-version' function. It should probably refer to
9285 vc-workfile-version or somesuch, but it's very unclear to me and I
9286 don't have SCCS to test things.
9287
9288 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9289 (vc-sccs-state-heuristic): Fix typo.
9290 (vc-sccs-workfile-unchanged-p): Add missing argument.
9291
9292 * vc-rcs.el: Require vc and vc-rcs-hooks.
9293 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9294 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9295 (vc-release-greater-or-equal-p): Move from vc.
9296 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9297 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9298 (vc-rcs-checkout): Add a missing `new-version' argument in the
9299 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9300
9301 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9302 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9303 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9304 than the apparently unbound `workfile-version'.
9305
9306 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9307 (vc-file-prop-obarray): Use `make-vector'.
9308 (vc-backend-functions): Add new hookable functions
9309 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9310 (vc-loadup): If neither backend nor default functions exist, use
9311 the backend function rather than nil.
9312 (vc-call-backend): If the function if not bound yet, try to load
9313 the non-hook file to see if it provides it.
9314 (vc-call): New macro plus use it wherever possible.
9315 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9316 nor `vc-find-binary' since it's only called from
9317 vc-mistrust-permission which is only used once the backend is known.
9318 (vc-checkout-model): Fix parenthesis.
9319 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9320
9321 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9322 (vc-cvs-release, vc-cvs-system-release): Remove.
9323 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9324 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9325 status symbols.
9326 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9327 (vc-cvs-toggle-read-only): First cut at a function to allow a
9328 cvs-status-free vc-toggle-read-only.
9329 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9330 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9331 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9332 (vc-cvs-checkout): Modify access rights directly if the user
9333 requested not to use `cvs edit'. And refresh the mode line.
9334
9335 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9336 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9337
93382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9339
9340 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9341 workfile' that got lost when the code was extracted from vc.el.
9342 And merged the tail with the rest of the code (not possible in the
9343 old vc.el where the tail was shared among all backends). And
9344 explicitly set the state to 'edited if `writable' is set.
9345
9346 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9347 (vc-cvs-state): Be careful to return the value from
9348 vc-cvs-parse-state.
9349 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9350 property but return it instead. Also be careful to handle a nil
9351 or "" `rev' when workfile is non-nil (it was handled properly when
9352 workfile was nil).
9353
9354 * vc.el: Removed those pesky unnecessary `(function' quotes.
9355 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9356 directly in the defvar.
9357 (vc-do-command): Bind inhibit-read-only so as to properly handle
9358 the case where the destination buffer has been made read-only.
9359 (vc-diff): Delegate to vc-version-diff in all cases.
9360 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9361 (vc-annotate-mode-variables): Removed (code moved partly to
9362 defvars and partly to vc-annotate-add-menu).
9363 (vc-annotate-mode): Turned into a derived-mode.
9364 (vc-annotate-add-menu): Moved in code in
9365 vc-annotate-mode-variables.
9366 (vc-update-change-log): Use make-temp-file if available.
9367
93682000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9369
9370 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9371 `vc-checkout-model' updated to `vc-cvs-update-model'.
9372
93732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9374
9375 * vc.el (vc-next-action-on-file): Added handling of state
9376 `unlocked-changes'.
9377 (vc-checkout-carefully): Is now practically obsolete, unless the
9378 above is too slow to be enabled unconditionally.
9379 (vc-update-change-log): Fixed typo.
9380
9381 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9382
9383 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9384 Now handles state `unlocked-changes'.
9385 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9386
9387 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9388
9389 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9390 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9391 `unlocked-changes'.
9392 (vc-rcs-workfile-unchanged-p): Renamed from
9393 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9394 function yet, but supposed to become one soon.
9395
9396 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9397 `vc-steal-lock'.
9398 (vc-call-backend): Changed error message.
9399 (vc-state): Added description of state `unlocked-changes'.
9400
94012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9402
9403 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9404 always return t in CVS-controlled directories.
9405
9406 * vc.el (vc-responsible-backend): New function.
9407 (vc-register): Largely rewritten.
9408 (vc-admin): Removed (implementation moved into vc-register).
9409 (vc-checkin): Redocumented.
9410 (vc-finish-logentry): If no backend defined yet (because we are in
9411 the process of registering), use the responsible backend.
9412
9413 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9414 Updated function lists.
9415 (vc-call-backend): Fixed typo.
9416
9417 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9418 New functions.
9419 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9420 Removed query option. Redocumented.
9421
94222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9423
9424 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9425
9426 * vc.el: Updated callers of `vc-checkout-required' to use
9427 `vc-checkout-model'.
9428
94292000-09-04 Martin Lorentzson <martinl@gnu.org>
9430
9431 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9432 stuff updated to reference this function instead of the old
9433 `vc-backend-release-p'.
9434
94352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9436
9437 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9438 vc-checkout-model. Return appropriate values. Updated callers.
9439
94402000-09-04 Martin Lorentzson <martinl@gnu.org>
9441
9442 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9443 (vc-backend-revert): Function moved into `vc-revert';
9444 `vc-next-action' must be updated to accomodate this change.
9445 (vc-backend-steal): Function moved into `vc-finish-steal'.
9446 (vc-backend-logentry-check): Function moved into
9447 `vc-finish-logentry'.
9448 (vc-backend-printlog): Function moved into `vc-print-log'.
9449 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9450 (vc-backend-assign-name): Function moved into
9451 `vc-create-snapshot'.
9452
94532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9454
9455 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9456 Rename to vc-checkout-model. Return appropriate values.
9457 Update callers.
9458
9459 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9460 to vc-checkout-model.
9461 (vc-checkout-required): Rename to vc-checkout-model.
9462 Re-implement and re-comment.
9463 (vc-after-save): Use vc-checkout-model.
9464
94652000-09-04 Martin Lorentzson <martinl@gnu.org>
9466
9467 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9468 Update to use the vc-BACKEND-diff functions instead.
9469 `vc-diff' is now working.
9470
9471 * vc-rcs.el (vc-rcs-logentry-check): New function.
9472
9473 * vc-cvs.el (vc-cvs-logentry-check): New function.
9474
9475 * vc-sccs.el (vc-sccs-diff): Function changed name from
9476 `vc-backend-diff'. This makes `vc-diff' work.
9477
9478 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9479 of functions possibly implemented in a vc-BACKEND library.
9480 (vc-checkout-required): Fix bug that caused an error to be
9481 signaled during `vc-after-save'.
9482
9483 * vc.el: Fix typo.
9484 This checkin is made with our new VC code base for the very first time.
9485 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9486
9487 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9488 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9489
9490 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9491 updated to `vc-uses-locking'.
9492 (vc-checkout-required): Call to backend function.
9493 `vc-checkout-required' updated to `vc-uses-locking' instead.
9494
9495 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9496 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9497
9498 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9499 to match the split into various backends.
9500 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9501 (vc-retrieve-snapshot): Bug fix.
9502
95032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9504
9505 * vc-sccs.el (vc-sccs-release): Doc fix.
9506
95072000-09-04 Martin Lorentzson <martinl@gnu.org>
9508
9509 * vc.el (vc-next-action-on-file): Bug found and fixed.
9510 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9511 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9512
9513 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9514 (vc-rcs-checkout): Name space cleaned up. No more revision number
9515 crunching function names that are not prefixed with vc-rcs.
9516 (vc-rcs-checkout-model): Function added. References to
9517 `vc-checkout-model' replaced.
9518
95192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9520
9521 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9522 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9523 still need to be split, and implemented for RCS).
9524
95252000-09-04 Martin Lorentzson <martinl@gnu.org>
9526
9527 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9528
9529 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9530 required by the vc.el file.
9531
9532 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9533 required by the vc.el file.
9534 (vc-rcs-exists): Function added.
9535
9536 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9537 required by the vc.el file.
9538
9539 * vc.el (vc-admin): Updated to handle selection of appropriate
9540 backend. Current implementation is crufty and need re-thinking.
9541
9542 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9543
95442000-09-04 Martin Lorentzson <martinl@gnu.org>
9545
9546 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9547 beginning of annotate buffers correctly.
9548
9549 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9550 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9551 functionality updated quite a lot to support multiple backends.
9552 Variables `vc-annotate-mode', `vc-annotate-buffers',
9553 `vc-annotate-backend' added.
9554
9555 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9556 `vc-annotate-difference' added to supported backend functions.
9557
95582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9559
9560 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9561 Use with-temp-file instead of /bin/sh. Merged from mainline
9562
95632000-09-04 Martin Lorentzson <martinl@gnu.org>
9564
9565 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9566
9567 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9568
9569 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9570
95712000-09-04 Martin Lorentzson <martinl@gnu.org>
9572
9573 * vc-hooks.el: vc-state-heuristic added to
9574 vc-backend-hook-functions.
9575
9576 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9577
9578 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9579
9580 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9581 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9582 state to `reserved'.
9583
9584 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9585 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9586
95872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9588
9589 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9590 untouched.
9591
9592 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9593
9594 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9595 if defined. (Merged from main line, slightly adapted.)
9596
9597 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9598 millenium problem (merged from mainline).
9599
96002000-09-04 Martin Lorentzson <martinl@gnu.org>
9601
9602 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9603 part and moved the non-BACKEND stuff to vc.el.
9604
9605 * vc.el: Split the annotate feature into a BACKEND specific part
9606 and moved it from the vc-cvs.el file to this one.
9607
96082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9609
9610 * vc-hooks.el: Implement new state model.
9611 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9612 (vc-locking-user): Simplify. Now only needed if the file is
9613 locked by somebody else.
9614 (vc-lock-from-permissions): Remove. Functionality is in
9615 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9616 (vc-mode-line-string): New name for former vc-status. Adapted.
9617 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9618
9619 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9620 Various simplifications and adaptations all over the place.
9621
9622 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9623 Simplify and adapt the rest.
9624
9625 * vc.el (vc-resynch-window): Add TODO comment: check for
9626 interaction with view mode according to recent RCS change.
9627 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9628
96292000-09-04 Martin Lorentzson <martinl@gnu.org>
9630
9631 * vc.el: Convert the remaining function comments to docstrings.
9632
96332000-09-04 Martin Lorentzson <martinl@gnu.org>
9634
9635 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9636 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9637 (vc-minor-part, vc-previous-version): Functions that operate and
9638 compare revision numbers got proper documentation. Comments added
9639 about their possible removal.
9640
96412000-09-04 Martin Lorentzson <martinl@gnu.org>
9642
9643 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9644 the vc-backend.el files.
9645
9646 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9647
9648 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9649 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9650 (vc-rcs-previous-version): Functions added.
9651
9652 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9653
9654 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9655
96562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9657
9658 * vc-hooks.el (vc-master-templates): Is really obsolete.
9659 Comment out the definition for now. What is the right procedure
9660 to get rid of it?
9661 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9662 rewritten.
9663 (vc-default-registered): Remove.
9664 (vc-check-master-templates): New function; does mostly what the
9665 above did before.
9666 (vc-locking-user): Don't rely on the backend to set the property.
9667
9668 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9669 Rewrite documentation.
9670 (vc-rcs-templates-grabbed): New variable.
9671 (vc-rcs-grab-templates): New function.
9672 (vc-rcs-registered): Rewrite to use above mechanism.
9673
9674 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9675 Rewrite documentation.
9676 (vc-sccs-templates-grabbed): New variable.
9677 (vc-sccs-grab-templates): New function.
9678 (vc-sccs-registered): Rewrite to use above mechanism.
9679 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9680 Don't throw the result, simply return it.
9681
9682 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9683 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9684 (vc-cvs-registered): Does the check itself now. Simplify.
9685
9686 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9687 from main line.
9688
96892000-09-04 Martin Lorentzson <martinl@gnu.org>
9690
9691 * vc-cvs.el (vc-cvs-diff): New function.
9692
9693 * vc-sccs.el (vc-sccs-diff): New function.
9694
9695 * vc-rcs.el (vc-rcs-diff): New function.
9696 (vc-rcs-checkout): Bug (typo) found and fixed.
9697 (vc-rcs-register-switches): New variable.
9698
9699 * vc.el (vc-backend-diff): Function removed and placed in the
9700 backend files.
9701
97022000-09-04 Martin Lorentzson <martinl@gnu.org>
9703
9704 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9705
9706 * vc.el (vc-backend-checkout): Function removed and replaced in
9707 the vc-backend.el files.
9708
9709 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9710
9711 * vc.el (vc-backend-admin): Removed and replaced in the
9712 vc-backend.el files.
9713
9714 * vc.el (Martin): Removed all the annotate functionality since it
9715 is CVS backend specific.
9716
97172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9718
9719 * spec.txt: Added specification of vc-state.
9720
9721 * vc-sccs-hooks.el (vc-sccs-master-properties):
9722 Remove handling of vc-latest-version and
9723 vc-your-latest-version. What used to be vc-latest-version, is now
9724 returned as vc-workfile-version.
9725 (vc-sccs-workfile-version): Adapt.
9726
97272000-09-04 Dave Love <fx@gnu.org>
9728
9729 * vc.el: [Merged from mainline.]
9730 (vc-dired-mode): Make the dired-move-to-filename-regexp
9731 regexp match the date, to avoid treating date as file size.
9732 Add YYYY S option to WESTERN/
9733
97342000-09-04 Dave Love <fx@gnu.org>
9735
9736 * vc.el: Require `compile' when compiling.
9737 (vc-logentry-check-hook): New option.
9738 (vc-steal-lock): Use compose-mail.
9739 (vc-dired-mode-map): Defvar when compiling.
9740 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9741 vc-sccs.el and renamed. Callers changed.
9742 (vc-backend-checkout, vc-backend-logentry-check)
9743 (vc-backend-merge-news): Doc fix.
9744 (vc-default-logentry-check): New function.
9745 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9746 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9747 (vc-backend-merge): Doc fix. Use backend functions.
9748 (vc-check-headers): Use backend functions.
9749
9750 * vc-cvs.el: Require vc when compiling.
9751 (vc-cvs-register-switches): Doc fix.
9752 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9753 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9754 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9755 New functions (code from vc.el).
9756 (vc-annotate-display-default): Fix interactive spec.
9757 (vc-annotate-time-span): Doc fix.
9758
9759 * vc-rcs.el: Require vc when compiling.
9760 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9761 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9762 (vc-rcs-checkin): New functions (code from vc.el).
9763 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9764 Doc fix.
9765 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9766
9767 * vc-sccs.el: Require vc when compiling.
9768 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9769 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9770 (vc-sccs-revert)
9771 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9772 from vc.el).
9773 (vc-sccs-add-triple, vc-sccs-record-rename)
9774 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9775 (vc-sccs-admin): Doc fix.
9776
97772000-09-04 Martin Lorentzson <martinl@gnu.org>
9778
9779 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9780 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9781 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9782 from vc.el.
9783
9784 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9785
9786 * vc-cvs.el: Moved the annotate functionality from vc.el.
9787 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9788
97892000-09-04 Dave Love <fx@gnu.org>
9790
9791 * vc.el (vc-backend-release): Call vc-system-release.
9792
9793 * vc-sccs.el (vc-sccs-system-release):
9794 Renamed from vc-sccs-backend-release.
9795
9796 * vc-rcs.el (vc-rcs-system-release):
9797 Renamed from vc-rcs-backend-release.
9798
9799 * vc-cvs.el (vc-cvs-system-release):
9800 Renamed from vc-cvs-backend-release.
9801
98022000-09-04 Dave Love <fx@gnu.org>
9803
9804 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9805 backend files.
9806 (vc-backend-release): Dispatch to backend functions.
9807 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9808 probably needs attention.]
9809
9810 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9811 (vc-sccs-backend-release): New function.
9812
9813 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9814 (vc-cvs-backend-release): New function.
9815
9816 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9817 Doc fix.
9818 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9819 (vc-default-dired-state-info): New function.
9820 (vc-dired-state-info): Dispatch to backends.
9821 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9822
9823 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9824 from vc.el and renamed.
9825
98262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9827
9828 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9829 (vc-version-other-window, vc-backend-assign-name): Removed
9830 references to vc-latest-version; sometimes changed into
9831 vc-workfile-version.
9832
9833 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9834 vc-rcs-master-workfile-version.
9835 (vc-rcs-workfile-version): Use the above. Don't call
9836 vc-latest-version (that was unreachable code, anyway).
9837 (vc-rcs-fetch-master-properties): Doc fix.
9838
9839 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9840 (vc-backend-hook-functions): Removed them from this list, too.
9841 (vc-fetch-properties): Removed.
9842 (vc-workfile-version): Doc fix.
9843
9844 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9845 (vc-rcs-workfile-version, vc-rcs-locking-user)
9846 (vc-rcs-uses-locking): Use it.
9847
9848 * vc-hooks.el (vc-consult-rcs-headers):
9849 Moved into vc-rcs-hooks.el, under the name
9850 vc-rcs-consult-headers.
9851
9852 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9853 headers.
9854 (vc-cvs-find-master): Use this name only; correct different
9855 versions of the name.
9856
9857 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9858 New functions.
9859 (vc-sccs-locking-user): Use the latter.
9860
9861 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9862 New functions.
9863
9864 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9865 Moved into both
9866 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9867 functions are implementation details of those two backends.
9868
98692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9870
9871 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9872 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9873
9874 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9875 (vc-sccs-parse-locks): SCCS-specific code moved here from
9876 vc-hooks.
9877
9878 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9879 code moved here from vc-hooks.
9880
9881 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9882 into back-end specific parts and removed. Callers not updated
9883 yet; because I guess these callers will disappear into back-end
9884 specific files anyway.
9885
98862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9887
9888 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9889 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9890 `vc-uses-locking'.
9891
9892 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9893 Store yes/no in the property, and return t/nil. Updated all
9894 callers.
9895
9896 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9897 vc-sccs-uses-locking. Don't set property.
9898 (vc-sccs-locking-user): Don't set property.
9899
9900 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9901 vc-cvs-uses-locking. Don't set property here; leave that to
9902 vc-hooks.
9903 (vc-cvs-locking-user): Reflect above change. Streamlined.
9904
9905 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9906 vc-rcs-uses-locking.
9907 (vc-rcs-locking-user): Reflect above change.
9908
99092000-09-04 Dave Love <fx@gnu.org>
9910
9911 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9912
9913 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9914
9915 * vc-hooks.el (vc-checkout-model): Punt to backends.
9916
9917 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9918
9919 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9920
9921 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9922 New functions.
9923
9924 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9925 New functions.
9926
9927 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9928 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9929
9930 * vc-hooks.el (vc-default-locking-user): New function.
9931 (vc-locking-user, vc-workfile-version): Punt to backends.
9932
99332000-09-04 Dave Love <fx@gnu.org>
9934
9935 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9936 (vc-master-workfile-version): Moved from vc-hooks.
9937
9938 * vc-rcs-hooks.el: Fix duplicate code in last change.
9939
9940 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9941 (vc-rcs-master-templates): Improve :type.
9942 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9943 vc-master-workfile-version): Moved from vc-hooks.
9944
9945 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9946 (vc-sccs-master-templates): Improve :type.
9947 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9948
9949 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9950
9951 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9952 (vc-cvs-master-templates): Improve :type. Use
9953 vc-cvs-find-cvs-master.
9954 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9955 from vc-hooks.
9956 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9957
9958 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9959 Moved to vc-cvs-hooks.
9960
9961 * vc-hooks.el: Add doc strings in various places. Simplify the
9962 minor mode setup.
9963 (vc-handled-backends): New user variable.
9964 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9965 simplification.
9966
99672000-09-04 Dave Love <fx@gnu.org>
9968
9969 * vc.el: Some doc fixes for autoloaded and interactive functions.
9970 Fix compilation warnings from ediff stuff.
9971 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9972
9973 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9974
9975 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9976
9977 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9978
99792000-09-04 Dave Love <fx@gnu.org>
9980
9981 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9982 New variable.
9983 (vc-make-backend-function, vc-loadup, vc-call-backend)
9984 (vc-backend-defines): New functions.
9985
9986 * vc-hooks.el: Various doc fixes.
9987 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9988 (vc-match-substring): Function removed. Callers changed to use
9989 match-string.
9990 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9991 Simplify.
9992
99932000-09-04 Dave Love <fx@gnu.org>
9994
9995 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9996 type.
9997 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9998 (vc-sccs-registered): Doc fix.
9999
10000 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10001 (vc-cvs-registered): Doc fix.
10002
10003 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10004 (vc-rcs-registered): Doc fix.
10005
100062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10007
10008 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10009
10010 * vc-hooks.el: vc-registered has been renamed
10011 vc-default-registered. Some functions have been moved to the
10012 backend specific files. they all support the
10013 vc-BACKEND-registered functions.
10014
100152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10016
10017 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10018
10019 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10020
100212000-09-04 Dave Love <fx@gnu.org>
10022
10023 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10024 menu-bar-update-hook.
10025
10026 * help.el (help-manyarg-func-alist): Add
10027 find-operation-coding-system.
10028
10029 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10030
10031 * custom.el (custom-set-variables): Print message about errors in
10032 setting.
10033
100342000-09-03 Andrew Innes <andrewi@gnu.org>
10035
10036 * makefile.w32-in: Change to DOS line endings.
10037
100382000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10039
10040 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10041 minor-mode keymaps, if they don't have one.
10042
100432000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10044
10045 * eshell/esh-module.el (eval-when-compile): Don't lose if
10046 esh-module.el's file name is truncated to DOS 8+3 limits.
10047
100482000-09-01 John Wiegley <johnw@gnu.org>
10049
10050 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10051 predicate, which caused entries in the completion list to be
10052 doubled.
10053
100542000-08-30 John Wiegley <johnw@gnu.org>
10055
10056 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10057 sending to subprocesses. Also, hook pre-command-hook if
10058 `eshell-send-direct-to-subprocesses' is non-nil.
10059 (eshell-send-direct-to-subprocesses): New config variable. If t,
10060 subprocess input is send immediately.
10061 (eshell-toggle-direct-send): New function.
10062 (eshell-self-insert-command): New function.
10063 (eshell-intercept-commands): New function.
10064 (eshell-send-input): If direct subprocess sending is enabled,
10065 don't echo any input to the Eshell buffer. Let the subprocess
10066 handle that. This requires "stty echo" in bash, for example.
10067
100682000-08-28 John Wiegley <johnw@gnu.org>
10069
10070 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10071 completion function for Eshell's implementation of `unset'.
10072
100732000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10074
10075 * info.el (Info-directory-list): Doc fix.
10076
100772000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10078
10079 * filecache.el (file-cache-add-directory-using-find): Don't quote
10080 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10081
100822000-08-31 Kenichi Handa <handa@etl.go.jp>
10083
10084 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10085 coding systems.
10086
100872000-08-30 Andrew Innes <andrewi@gnu.org>
10088
10089 * timer.el (run-with-idle-timer): Undo last change, so that timer
10090 is not activated immediately if Emacs is already idle. Some
10091 existing code relies on this behaviour.
10092
100932000-08-30 Miles Bader <miles@gnu.org>
10094
10095 * frame.el (set-frame-font): Do completion of font-name for
10096 interactive use.
10097
100982000-08-30 Kenichi Handa <handa@etl.go.jp>
10099
10100 * international/quail.el (quail-start-translation): Bind locally
10101 last-command-event, last-command, and this-command.
10102 (quail-start-conversion): Likewise.
10103 (quail-self-insert-command): Fix docstring.
10104
101052000-08-29 Gerd Moellmann <gerd@gnu.org>
10106
10107 * progmodes/executable.el
10108 (executable-make-buffer-file-executable-if-script-p): Check that
10109 buffer contains at least 2 characters.
10110
101112000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10112
10113 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10114
101152000-08-29 Dave Love <fx@gnu.org>
10116
10117 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10118 (diff-mode-shared-map): Bind mouse-2.
10119 (diff-imenu-generic-expression): New variable.
10120 (diff-mode): Use it.
10121
10122 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10123 (mouse-popup-menubar): Add minor mode menus.
10124 (popup-menu): Check for lookup-key returning number.
10125
101262000-08-29 Miles Bader <miles@gnu.org>
10127
10128 * comint.el (comint-send-input): Create overlays using the proper
10129 front/read-advance arguments.
10130
101312000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10132
10133 * ps-print.el: Even/odd pages printing. Doc fix.
10134 (ps-print-version): New version number (6.0).
10135 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10136 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10137 (ps-print-duplex-feature): Variable eliminated.
10138 (ps-even-or-odd-pages): New variable.
10139
10140 * progmodes/ebnf2ps.el: Doc fix.
10141 (ebnf-version): New version (3.3).
10142 (ebnf-user-arrow): Change variable customization to sexp.
10143 (ebnf-user-arrow): Function eliminated.
10144 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10145
101462000-08-29 Kenichi Handa <handa@etl.go.jp>
10147
10148 * help.el (help-xref-mule-regexp): New variable.
10149 (help-make-xrefs): Handle help-xref-mule-regexp.
10150
10151 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10152 variable.
10153 (describe-input-method): Temporarily activate the specfied input
10154 method to display the information.
10155 (describe-language-environment): Hyperlinks to mule related items.
10156
10157 * international/mule-diag.el (charset-multibyte-form-string): New
10158 function.
10159 (list-character-sets-1): Use charset-multibyte-form-string.
10160 (describe-character-set): New function.
10161 (describe-coding-system): Hyperlinks to safe character sets.
10162
10163 * international/quail.el (quail-help): New arg PACKAGE.
10164 Hyperlinks to mule related items.
10165 (quail-help-insert-keymap-description): Use
10166 substitute-command-keys instead of describe-bindings.
10167 (quail-translation-help): Hyperlinks to mule related items.
10168
101692000-08-28 John Wiegley <johnw@gnu.org>
10170
10171 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10172 have a defsubst call itself. Made `eshell-flatten-list' back into
10173 a function again.
10174
10175 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10176 catch, in case re-centering point at bottom messes up the display.
10177 This happens frequently in Emacs 21, due I believe to variable
10178 line heights.
10179
10180 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10181 to call `find-tag-interactive'.
10182
10183 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10184 the list of remember directories.
10185
101862000-08-28 John Wiegley <johnw@gnu.org>
10187
10188 * align.el: Test align-region-separate to see if it's a symbol.
10189
101902000-08-28 John Wiegley <johnw@gnu.org>
10191
10192 * eshell/esh-util.el (eshell-flatten-list): Made this function
10193 into a defsubst form. It gets used very frequently, although
10194 calls don't occur all that often.
10195
10196 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10197 examining it.
10198
10199 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10200 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10201 `eshell-protect'.
10202 (eshell-copy-handles): Created a new macro for duplicating the
10203 current set of open handles. This is needed by the looping
10204 functions.
10205 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10206 is not incorrectly stomped on.
10207
10208 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10209 declaration for pcomplete-use-paring.
10210 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10211 value of eshell-cmpl-use-paring.
10212 * pcomplete.el (pcomplete-use-paring): New config variable, to
10213 indicate whether paring should be used.
10214 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10215 completion alternatives that have already been used.
10216
10217 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10218 bound to C-c C-y, which will repeat the previous N arguments
10219 (based on prefix argument).
10220 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10221
10222 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10223 if there is no *Help* buffer. This is for XEmacs, which renames
10224 its help buffers uniquely. TODO: Find out what the current buffer
10225 name to delete is.
10226
10227 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10228 first entry that correlates to a passwd/group number. Later
10229 entries (used for group/user name aliasing to multiple IDs) are
10230 ignored.
10231
10232 * eshell/em-xtra.el (eshell/expr):
10233 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10234 (eshell-grep, eshell/diff, eshell/locate):
10235 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10236 argument list, before passing it to the system command.
10237
10238 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10239 `find-tag' for use at final position in Eshell buffers (which
10240 otherwise triggers an error on Emacs 21).
10241 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10242 buffer, if it is currently bound to `find-tag'.
10243
10244 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10245 in the list of matched Makefile names.
10246 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10247 directory, prefer its contents to Makefile.
10248
10249 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10250 directory parts (like "cd old new", or "cd =regexp"), are now case
10251 sensitive on non-Windows/DOS platforms.
10252
10253 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10254 types RET after an open delimiter (like "), display a message
10255 indicating that Eshell is waiting for the closing delimiter.
10256
10257 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10258 environment variables.
10259
10260 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10261 gracefully if the user enters incorrect arguments.
10262
10263 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10264 Eshell buffers.
10265
10266 * eshell/esh-var.el (eshell-interpolate-variable):
10267 * eshell/esh-mode.el (eshell-move-argument):
10268 * eshell/em-unix.el (eshell-du-sum-directory):
10269 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10270 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10271 (not (= ...)).
10272
10273 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10274 to ensure the `preserve' flag gets propagated when doing recursive
10275 directory copies.
10276
102772000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10278
10279 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10280 Don't convert \n into \0177 in memory.
10281 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10282 and back again, when reading and writing.
10283
102842000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10285
10286 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10287 testing of `fboundp' on `processp'.
10288
10289 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10290 (eshell/jobs): Don't call process-list if it is not bound.
10291 (eshell-gather-process-output): Support systems where async
10292 subprocesses aren't supported.
10293 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10294 variables.
10295
10296 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10297 eshell-do-eval returns t.
10298 (eshell-do-pipelines-synchronously): New defmacro.
10299 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10300 when async subprocesses aren't supported.
10301 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10302 if async subprocesses aren't supported.
10303 (eshell-resume-command): Don't assume STATUS is a string.
10304
10305 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10306
10307 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10308 (eshell-close-target, eshell-get-target): Use eshell-processp.
10309 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10310 fix.
10311 (eshell-get-target, eshell-create-handles): Doc fix.
10312
103132000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10314
10315 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10316 criterion to include commands that output something, as long as it
10317 leaves both the command and the end-of-buffer visible when the
10318 command has exited.
10319 (eshell-review-quick-commands): Adjust the help doc string
10320 accordingly.
10321
103222000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10323
10324 * locate.el (locate): Cleaned up locate command's interactive prompting
10325 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10326
10327 * filecache.el (file-cache-case-fold-search): New variable
10328 (file-cache-assoc-function): New variable
10329 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10330 Use file-cache-case-fold-search variable
10331 (file-cache-add-file): Use file-cache-assoc-function
10332 (file-cache-delete-file): likewise
10333 (file-cache-directory-name): likewise
10334 (file-cache-debug-read-from-minibuffer): likewise
10335
103362000-08-28 Gerd Moellmann <gerd@gnu.org>
10337
10338 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10339 (abbrev-table-name): New function.
10340 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10341 If non-nil list local abbrev, only.
10342
103432000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10344
10345 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10346 from Gnus support code, and use special article copy buffer
10347 `(gnus-original-article-buffer)' instead. This allows to get rid
10348 of article-hide-headers usage (which breaks in the latest Gnus
10349 version). Thanks to Detlev Zundel.
10350
103512000-08-28 Kenichi Handa <handa@etl.go.jp>
10352
10353 * international/quail.el (quail-use-package): Hide "... loaded"
10354 message.
10355 (quail-start-translation, quail-start-conversion): Likewise.
10356
10357 * international/kkc.el (kkc-region): Hide "... loaded" message.
10358
103592000-08-27 Dave Love <fx@gnu.org>
10360
10361 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10362
103632000-08-27 Miles Bader <miles@gnu.org>
10364
10365 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10366
103672000-08-27 Kenichi Handa <handa@etl.go.jp>
10368
10369 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10370 'ja-dic-cnv), not (require 'skkdic-cnv).
10371
103722000-08-26 Miles Bader <miles@gnu.org>
10373
10374 * faces.el (face-x-resources): Add entry for :inherit.
10375 * cus-face.el (custom-face-attributes): Add support for :inherit
10376 attribute. Add support for relative face heights.
10377 (custom-face-attributes-get): Treat `nil' as being a default value
10378 for :inherit (as well as `unspecified').
10379
10380 * faces.el (set-face-attribute): Update doc string.
10381 (face-attribute-name-alist): Add :inherit.
10382 (face-valid-attribute-values): Handle :inherit.
10383 (face-read-string): Rephrase prompt to be less confusing.
10384 Assume that DEFAULT is a string, since we must return a string.
10385 (face-read-integer): Use `format' to turn DEFAULT into an
10386 acceptable default for face-read-string. Match NEW-VALUE against
10387 the string "unspecified", not the symbol `unspecified', since
10388 that's what face-read-string returns.
10389 (read-face-attribute): Lookup a name for old-value in valid, and
10390 use it as a default if we find one. Treat all values from
10391 face-read-string as strings. If the default is used, don't do any
10392 more processing on the value, just use the old value directly.
10393 (read-face-and-attribute, modify-face): Tweak prompt.
10394 (read-face-name): Don't assume prompt ends with a space.
10395
10396 * faces.el (describe-face): Add support for :inherit attribute.
10397
103982000-08-25 Kenichi Handa <handa@etl.go.jp>
10399
10400 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10401 concat doesn't accept interger.
10402
10403 * international/kkc.el: Remove SKK from Keywords. Require
10404 ja-dic-utl instead of skkdic-utl.
10405
10406 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10407 Provide ja-dic-cnv instead of skkdic-cnv.
10408 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10409 (iso-2022-7bit-short): Add safe-charsets property.
10410 (skkdic-convert-postfix): Search Japanese chou-on character in
10411 addition to Hiragana character.
10412 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10413 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10414 (batch-skkdic-convert): Likewise.
10415
10416 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10417 Provide ja-dic-utl instead of skkdic-utl.
10418 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10419
104202000-08-24 Dave Love <fx@gnu.org>
10421
10422 * disp-table.el (standard-display-default): Make the test of `l'
10423 useful.
10424
10425 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10426 mod sample text.
10427
10428 * international/iso-ascii.el: Make pilcrow convenient string
10429 consistent with section.
10430 (iso-ascii-display): Set up multibyte characters as well as
10431 unibyte.
10432
104332000-08-24 Kenichi Handa <handa@etl.go.jp>
10434
10435 * international/mule-cmds.el (reset-language-environment): Set
10436 default-process-coding-system to '(undecided . iso-latin-1), which
10437 makes process I/O almost consistent with file I/O. Call this
10438 function when mule-cmds.el[c] is loaded.
10439
104402000-08-22 Andrew Innes <andrewi@gnu.org>
10441
10442 * makefile.w32-in: New file.
10443
104442000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10445
10446 * comint.el (comint-output-filter): Compare end of
10447 comint-last-output-overlay with the start of the newly inserted
10448 text, not the end, when deciding whether to extend it.
10449 Set saved-point's insertion type to advance after insertion.
10450
10451 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10452 since this is now done independently of font-lock mode.
10453
104542000-08-21 Gerd Moellmann <gerd@gnu.org>
10455
10456 * server.el (server-kill-new-buffers): New user option.
10457 (server-existing-buffer): New buffer-local variable.
10458 (server-visit-files): When using an existing buffer, set
10459 server-existing-buffer to t.
10460 (server-buffer-done): If server-kill-new-buffers is t, kill the
10461 buffer, unless it was already present before visiting it with
10462 Emacs server.
10463
104642000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10465
10466 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10467 even if the display doesn't support colors: some displays will
10468 support bold/underline faces.
10469
104702000-08-21 Gerd Moellmann <gerd@gnu.org>
10471
10472 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10473
10474 * startup.el (command-line): If user's init file had an error,
10475 add explanatory text to *Messages*.
10476
104772000-08-21 Kenichi Handa <handa@etl.go.jp>
10478
10479 * man.el (Man-getpage-in-background): Decode the process output by
10480 the system locale coding system.
10481
104822000-08-20 Dave Love <fx@gnu.org>
10483
10484 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10485 Don't test x-popup-menu.
10486 (function) <complete-function>: Complete only fbound symbols.
10487 <validate, value>: New.
10488 (variable) <complete-function>: Complete only bound symbols.
10489 (coding-system): Add :base-only, :complete-function, :validate,
10490 :value, :prompt-match.
10491 (widget-coding-system-prompt-value): Use read-coding-system and
10492 act on :base-only.
10493 (editable-field): Add :help-echo.
10494 (widget-push-button-gui, widget-push-button-cache)
10495 (widget-gui-action, widget-editable-list-gui): COmment out, along
10496 with uses.
10497 (widget-at): Make arg optional.
10498 (widget-echo-help): Adjust for current help-echo calling sequence.
10499 (widget-specify-field, widget-specify-button)
10500 (widget-specify-insert, widget-get-sibling, widget-image-find)
10501 (widget-convert, widget-insert, widget-leave-text)
10502 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10503 (widget-setup, widget-field-find, widget-before-change)
10504 (widget-after-change, widget-default-complete)
10505 (widget-default-create, widget-default-delete)
10506 (widget-push-button-value-create, editable-field)
10507 (widget-field-prompt-value, widget-field-validate)
10508 (widget-choice-value-create, widget-choice-action)
10509 (widget-choice-validate, widget-checklist-add-item)
10510 (widget-radio-add-item, widget-radio-chosen)
10511 (widget-radio-value-inline, widget-editable-list-value-create)
10512 (widget-editable-list-entry-create)
10513 (widget-documentation-link-add)
10514 (widget-documentation-string-value-create)
10515 (widget-regexp-validate, widget-file-complete)
10516 (widget-sexp-validate, widget-plist-convert-widget)
10517 (widget-plist-convert-widget, widget-alist-convert-widget)
10518 (widget-alist-convert-widget, widget-color-complete): Simplify,
10519 particularly to avoid bindings which aren't optimized out.
10520
10521 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10522 Doc fix.
10523 (down-list, backward-up-list, up-list, kill-sexp)
10524 (backward-kill-sexp, mark-sexp): Make arg optional.
10525 (lisp-complete-symbol): Add optional arg PREDICATE.
10526
10527 * cus-start.el: Add display-buffer-reuse-frames,
10528 file-coding-system-alist.
10529
105302000-08-20 Gerd Moellmann <gerd@gnu.org>
10531
10532 * startup.el (command-line): Clear realized faces after
10533 modifying TTY color mappings.
10534
105352000-08-20 Miles Bader <miles@gnu.org>
10536
10537 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10538 merely a subset of FACE's attributes.
10539
105402000-08-19 Miles Bader <miles@gnu.org>
10541
10542 * comint.el (comint-output-filter): Save the point with a marker,
10543 not just a buffer position.
10544
10545 * international/mule.el (set-buffer-process-coding-system): Make
10546 interactive prompt less confusing.
10547
105482000-08-19 Gerd Moellmann <gerd@gnu.org>
10549
10550 * hilit-chg.el: General cleanup of doc strings, comments and
10551 code formatting.
10552
105532000-08-19 Miles Bader <miles@gnu.org>
10554
10555 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10556 Compiler macro removed; beginning-of-line is no longer always
10557 equivalent to forward-line, in the presence of fields.
10558
10559 * comint.el (comint-output-filter): Remove ad-hoc saving of
10560 restriction, and just use save-restriction, now that it works
10561 correctly. Don't adjust comint-last-input-start to account for
10562 our insertion; it shouldn't have moved because we don't use
10563 insert-before-markers anymore. Comment out call to
10564 `force-mode-line-update'; why is it here?
10565
10566 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10567 while checking for prompt to delete. Use `forward-line 0'
10568 instead of beginning-of-line.
10569 (gud-filter): Temporarily widen gud comint buffer while
10570 examining output.
10571
105722000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10573
10574 * progmodes/sh-script.el: Big bag of typos.
10575
10576 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10577 check since ispell-process is not bound when ispell is not yet loaded.
10578
105792000-08-18 Dave Love <fx@gnu.org>
10580
10581 * image.el (find-image): Copy `spec' before using plist-put.
10582
105832000-08-18 Gerd Moellmann <gerd@gnu.org>
10584
10585 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10586 `portugues'.
10587
10588 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10589 backward-kill-sexp, analogous to kill-sexp.
10590
10591 * progmodes/icon.el (icon-indent-line)
10592 (icon-is-continuation-line): Handle comments specially.
10593
105942000-08-17 Ken Stevens <k.stevens@ieee.org>
10595
10596 * ispell.el: Set to standard author/maintainer/keyword fields.
10597 Fine tuning to menu map appearance and operation, and added help.
10598 Remove `start' and `end' error messages when compiling.
10599 (ispell-choices-win-default-height): Fixed comment string.
10600 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10601 castellano8 dictionaries.
10602 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10603 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10604 dictionary, added italiano dictionary.
10605 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10606 word character
10607 (ispell-tex-skip-alists): Added psfig support.
10608 (ispell-skip-html): Renamed from ispell-skip-sgml.
10609 (ispell-begin-skip-region-regexp, ispell-skip-region)
10610 (ispell-minor-check): Improved html skipping support to skip across
10611 code, and recognize `&' commands without propper `;' syntax;
10612 (ispell-process-line): Fix alignment error when manually
10613 correcting spelling.
10614 (ispell): Fix comment string.
10615 (ispell-add-per-file-word-list): Always put word list on new line.
10616
106172000-08-17 Gerd Moellmann <gerd@gnu.org>
10618
10619 * format.el (format-encode-run-method): Fix error message to say
10620 `encode' instead of `decode'. Use save-window-excursion around
10621 shell-command-on-region as in format-decode-run-method because
10622 shell-command-on-region can display a buffer with error output.
10623 (format-decode): Don't record undo information for the decoding.
10624 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10625 that number part of the temporary buffer name so that more than
10626 one decoding using a temporary buffer can happen safely.
10627
10628 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10629 of `A-z' in the regexp.
10630
10631 * hilit-chg.el: Fix typos in commentary.
10632
10633 * help.el (view-emacs-news): Rewritten for new naming scheme
10634 for old NEWS files.
10635
10636 * startup.el (command-line): Pop to *Messages* in case an error
10637 is signaled while loading user-init-file.
10638
106392000-08-17 Andreas Schwab <schwab@suse.de>
10640
10641 * files.el (insert-directory): Don't lose original file name,
10642 undoing an undocumented change.
10643
106442000-08-17 Alex Schroeder <alex@gnu.org>
10645
10646 * sql.el (sql-magic-go): Use comint-bol.
10647 (sql-copy-column): Use comint-line-beginning-position.
10648 (comint-line-beginning-position): Define a replacement for
10649 comint-line-beginning-position if it is not fboundp.
10650
106512000-08-17 Alex Schroeder <alex@gnu.org>
10652
10653 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10654 it didn't have any effect anyway.
10655
106562000-08-17 Alex Schroeder <alex@gnu.org>
10657
10658 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10659 --pset and pager=off instead of sending \\o|cat at the beginning
10660 of the session.
10661
106622000-08-17 Miles Bader <miles@gnu.org>
10663
10664 * progmodes/octave-inf.el: Add compatibility definition of
10665 comint-line-beginning-position.
10666
106672000-08-17 Kenichi Handa <handa@etl.go.jp>
10668
10669 * startup.el (normal-top-level): Look in each dir in load-path for
10670 a leim-list.el file too. This assures of loading leim-list.el
10671 that is created at Emacs installation time even if a user have his
10672 own leim-list.el.
10673
106742000-08-17 Miles Bader <miles@gnu.org>
10675
10676 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10677 foreground color to black if the background is dark.
10678
106792000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10680
10681 * loadhist.el (unload-feature): Typo.
10682
10683 * finder.el (finder-compile-keywords):
10684 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10685 to the generated file.
10686
10687 * mail/mh-e.el (mh-make-local-vars):
10688 Replace make-variable-buffer-local with make-local-variable.
10689
10690 * play/landmark.el:
10691 * options.el (Edit-options-{set,toggle,t,nil}):
10692 * mail/mailabbrev.el (mail-abbrevs-mode):
10693 * textmodes/tex-mode.el (tex-expand-files):
10694 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10695
10696 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10697
10698 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10699 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10700 Allow going past the last element.
10701 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10702 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10703 (cvs-mouse-toggle-mark): Don't move point.
10704 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10705
10706 * progmodes/compile.el (grep): Provide a default set of files.
10707 (next-error): Docstring fix.
10708 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10709
10710 * emacs-lisp/easy-mmode.el (define-minor-mode):
10711 Use `symbol-value' to keep the byte-compiler quiet.
10712
10713 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10714 (diff-find-source-location): New fun, extracted from diff-goto-source.
10715 (diff-goto-source): Use it.
10716 (diff-next-complex-hunk, diff-filter-lines): New function.
10717 (diff-apply-hunk): New command.
10718
10719 * smerge-mode.el (smerge-mode-menu): Doc fix.
10720
10721 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10722
107232000-08-16 Dave Love <fx@gnu.org>
10724
10725 * windmove.el (windmove) <defgroup>: Add :version.
10726
10727 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10728 (goto-address-fontify-p, goto-address-highlight-p)
10729 (goto-address-url-face, goto-address-url-mouse-face)
10730 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10731 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10732 (goto-address-fontify, goto-address-at-mouse): Simplify,
10733 (goto-address-at-point): browse-url-url-at-point,
10734 goto-address-find-address-at-point can return nil.
10735 (goto-address-find-address-at-point): Return nil on failure.
10736
10737 * align.el (align) <defgroup>: Add :version.
10738
10739 * calculator.el (calculator): Add :version.
10740 (calculator): Use two lines for calculator window if `modeline'
10741 face is boxed.
10742
10743 * play/5x5.el: Doc fixes.
10744 (5x5) <defgroup>: Add :version.
10745
10746 * play/fortune.el (fortune) <defgroup>: Add :version.
10747 (fortune-append): Fix error message.
10748 (fortune-from-region): Doc fix.
10749
10750 * play/pong.el (pong): Doc fix.
10751
10752 * play/morse.el: Keywords, commentary, autoloads.
10753
107542000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * desktop.el (desktop-save): Don't look at symbol-value of a
10757 member of minor-mode-alist, unless it is boundp.
10758
107592000-08-16 Sam Steingold <sds@gnu.org>
10760
10761 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10762 `while'; use `with-current-buffer' instead of `save-excursion'.
10763 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10764
107652000-08-16 Kenichi Handa <handa@etl.go.jp>
10766
10767 * international/ccl.el (declare-ccl-program): Docstring modified.
10768 (ccl-execute-with-args): Likewise.
10769
107702000-08-16 Miles Bader <miles@gnu.org>
10771
10772 * progmodes/sql.el: Add compatibility definition of
10773 comint-line-beginning-position.
10774
107752000-08-15 Gerd Moellmann <gerd@gnu.org>
10776
10777 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10778 'buffer-menu' property.
10779 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10780 fails.
10781 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10782 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10783 wasn't killed.
10784
10785 * buff-menu.el (list-buffers-noselect): Don't display the
10786 *Buffer List* buffer.
10787
10788 * font-lock.el: Require jit-lock to prevent a very late
10789 `Loading jit-lock' message.
10790
10791 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10792 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10793 mail address.
10794
107952000-08-15 Miles Bader <miles@gnu.org>
10796
10797 * textmodes/ispell.el (ispell-graphic-p): New constant.
10798 (ispell-choices-win-default-height, ispell-help): Use
10799 `ispell-graphic-p' instead of `xemacsp'.
10800
108012000-08-15 Dave Love <fx@gnu.org>
10802
10803 * simple.el: Autoload widget-convert when compiling.
10804 (mail-user-agent): Doc fix.
10805
10806 * help.el (function-called-at-point, variable-at-point): Use
10807 with-syntax-table.
10808 (help-manyarg-func-alist): Add insert-and-inherit.
10809
10810 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10811
10812 * delsel.el (delsel-unload-hook): New function.
10813
10814 * find-file.el: Doc fixes. Move provide to end.
10815 (ff) <defgroup>: Add :link.
10816 (ff-goto-click): Deleted.
10817 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10818 Use mouse-set-point.
10819
10820 * textmodes/tildify.el: Doc fixes.
10821 (tildify) <defgroup>: Add:version.
10822
10823 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10824 (glasses-custom-set): Use set-default, not set.
10825 (minor-mode-alist): Propertize the lighter.
10826 (glasses-mode): Provide optional arg.
10827
10828 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10829 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10830 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10831 option. Provide :type.
10832 (cwarn-configuration): Provide :type.
10833 (cwarn-mode): Doc fix.
10834
10835 * add-log.el (change-log-merge): Doc fix.
10836 (change-log-redate): New command.
10837
10838 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10839 Doze and Dog.
10840 (browse-url): Use dolist, not mapcar.
10841 (browse-url-at-point): Check for null url.
10842 (browse-url-event-buffer, browse-url-event-point): Functions
10843 deleted.
10844 (browse-url-at-mouse, browse-url-netscape): Simplify.
10845
10846 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10847 modes.
10848 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10849 Fix previous change to mapcan.
10850 (msb--init-file-alist, msb--add-separators)
10851 (msb--make-keymap-menu): Simplify.
10852 (msb--choose-file-menu): Use copy-sequence.
10853 (msb-mode-map): Add title to keymap.
10854 (msb-unload-hook): New function.
10855
10856 * bs.el: Fix indentation.
10857 (bs) <defgroup>: Add :links.
10858 (bs-show): Doc fix.
10859 (bs-apply-sort-faces): Don't use window-system.
10860 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10861
108622000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10863
10864 * calendar/timeclock.el (timeclock-file): Run .timelog through
10865 convert-standard-filename.
10866
108672000-08-14 Gerd Moellmann <gerd@gnu.org>
10868
10869 * emacs-lisp/authors.el: New file.
10870
10871 * paren.el (show-paren-priority): New user option.
10872 (show-paren-function): Set overlay priorities to
10873 show-paren-priority.
10874
108752000-08-14 Miles Bader <miles@gnu.org>
10876
10877 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10878 beginning-of-line with inhibit-field-text-motion bound.
10879
108802000-08-14 Gerd Moellmann <gerd@gnu.org>
10881
10882 * calendar/timeclock.el: New file.
10883
108842000-08-14 David Ponce <david@dponce.com>
10885
10886 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10887 `widget-button-click'. so that one can use left mouse button to
10888 click on dialog buttons.
10889
108902000-08-14 Emmanuel Briot <briot@gnat.com>
10891
10892 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10893 identifiers, since XML is case sensitive
10894
108952000-08-12 Miles Bader <miles@gnu.org>
10896
10897 * comint.el (comint-output-filter): Don't bother frobbing
10898 window-start, it doesn't seem to be necessary.
10899
10900 * comint.el (comint-send-string, comint-send-region): Make into
10901 real functions. Snapshot the prompt before sending.
10902
109032000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10904
10905 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10906 technique similar to Info-index, instead of relying on specific
10907 names of relevant Index nodes.
10908 (Info-goto-emacs-command-node): Bind Info-history to nil when
10909 going to the first node found by Info-find-emacs-command-nodes.
10910
109112000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10912
10913 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10914
109152000-08-10 Miles Bader <miles@gnu.org>
10916
10917 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10918
109192000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10920
10921 * info.el (Info-file-list-for-emacs): More elements for the
10922 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10923 and woman manuals.
10924
109252000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10926
10927 * comint.el (comint-send-input): Make the newline boundary overlay
10928 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10929 (comint-output-filter): Use `insert' instead of
10930 `insert-before-markers'. Extend comint-last-output-overlay when
10931 necessary since we can't rely on insert-before-markers to do it.
10932 * gud.el (gud-filter): Use `with-current-buffer' instead of
10933 save-excursion when inserting the output, so that point gets
10934 updated correctly; the old method relied on a rather dodgy
10935 side-effect of comint-output-filter to avoid the effect of
10936 save-excursion.
10937
109382000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10939
10940 * files.el (recover-file): Call insert-directory instead of
10941 invoking `ls' directly.
10942
109432000-08-10 Miles Bader <miles@gnu.org>
10944
10945 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10946 (comint-last-prompt-overlay): New variables.
10947 (comint-output-filter): Implement prompt highlighting.
10948 (comint-snapshot-last-prompt): New function.
10949 (comint-send-input): Snapshot the last prompt.
10950 Use comint-highlight-input-face.
10951 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10952 Use defface instead of defcustom.
10953 (send-invisible, comint-send-eof): Snapshot the last prompt.
10954 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10955 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10956
109572000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10958
10959 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10960 (regexp-opt-group): Use a list of chars for `letters'.
10961 (regexp-opt-charset): `chars' is now a list of chars.
10962 Use a char-table rather than a vector so it works for multibyte chars.
10963
10964 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10965 Set cvs-minor-current-files to the selected fileinfo.
10966 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10967 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10968
109692000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10970
10971 * files.el (insert-directory): Don't call access-file on
10972 directories on DOS and Windows.
10973
109742000-08-09 Kenichi Handa <handa@etl.go.jp>
10975
10976 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10977 longer if necessary.
10978 (ccl-embed-code): Call ccl-embed-data to store CODE in
10979 ccl-program-vector.
10980
109812000-08-09 Miles Bader <miles@gnu.org>
10982
10983 * comint.el (comint-output-filter): Properly handle the case where
10984 the text surrounded by comint-last-output-overlay was deleted.
10985
109862000-08-08 Gerd Moellmann <gerd@gnu.org>
10987
10988 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10989 non-nil.
10990 (Info-file-list-for-emacs): Remove "info" from the list because
10991 that leads to trying to use the documentation from file `info'
10992 in various situations where it isn't appropriate, for instance
10993 C-h C-k C-h i.
10994
10995 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10996 DIR and/or STRING are nil.
10997
10998 * progmodes/compile.el (compilation-setup): Make variable
10999 compilation-error-screen-columns buffer-local, as some comment
11000 in the code suggests it should be.
11001
11002 * files.el (auto-mode-interpreter-regexp): New variable.
11003 (set-auto-mode): Use it.
11004
11005 * indent.el (indent-for-tab-command): Doc fix.
11006
11007 * mouse-sel.el (mouse-sel-mode): Doc fix.
11008
11009 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11010 labels.
11011
11012 * help.el (print-help-return-message): When
11013 display-buffer-reuse-frames is set, let the help window been quit,
11014 instead of deleting it, which might delete a reused frame.
11015
110162000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11017
11018 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11019 rename a directory to a name that differs only by its letter case.
11020
110212000-08-08 Kenichi Handa <handa@etl.go.jp>
11022
11023 * international/quail.el (quail-define-rules): Handle Quail decode
11024 map correctly. Add code for supporting annotations.
11025 (quail-install-decode-map): New function.
11026 (quail-defrule-internal): New optional arguments decode-map and
11027 props.
11028 (quail-advice): New function.
11029
110302000-08-07 Sam Steingold <sds@gnu.org>
11031
11032 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11033 `defconst', `define-condition', `with-slots'.
11034 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11035
110362000-08-03 Miles Bader <miles@gnu.org>
11037
11038 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11039 New variable.
11040 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11041 comint-use-prompt-regexp-instead-of-fields.
11042 (comint-send-input): Add `input' field property to stuff we send to
11043 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11044 (comint-output-filter): Add `output' field property to process
11045 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11046 (comint-replace-by-expanded-history)
11047 (comint-get-old-input-default, comint-show-output)
11048 (comint-backward-matching-input, comint-forward-matching-input)
11049 (comint-next-prompt, comint-previous-prompt): Use field
11050 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11051 (comint-line-beginning-position): New function.
11052 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11053 (comint-replace-by-expanded-history-before-point): Use
11054 comint-line-beginning-position and line-end-position.
11055 (comint-last-output-overlay): New variable.
11056 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11057
11058 * shell.el (shell-prompt-pattern): Doc change.
11059 (shell-backward-command): Use line-beginning-position.
11060
11061 * gud.el (gud-gdb-complete-command): Use
11062 comint-line-beginning-position.
11063
11064 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11065 comint-bol doesn't actually go to the beginning of the line.
11066
11067 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11068 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11069 (try-expand-line-all-buffers): Likewise.
11070
11071 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11072 explicitly matching comint-prompt-regexp.
11073 (sql-copy-column): Use comint-line-beginning-position instead of
11074 explicitly matching comint-prompt-regexp.
11075
11076 * progmodes/octave-inf.el (inferior-octave-complete): Use
11077 comint-line-beginning-position.
11078
11079 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11080
11081 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11082 looking for a prompt, use `forward-line 0' instead of
11083 `beginning-of-line', to avoid getting caught by an input field.
11084
110852000-08-07 Gerd Moellmann <gerd@gnu.org>
11086
11087 * files.el (shell-quote-wildcard-pattern): Make sure to return
11088 PATTERN, in the Unix case.
11089
110902000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11091
11092 * play/zone.el (zone): Discard any pending input before running
11093 the randomly-chosen pgm.
11094
110952000-08-07 Kenichi Handa <handa@etl.go.jp>
11096
11097 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11098 checking the existence of any multibyte characters.
11099
111002000-08-06 Gerd Moellmann <gerd@gnu.org>
11101
11102 * help.el (describe-mode): Test minor-mode symbol for being
11103 bound before testing its value for being nil.
11104
11105 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11106 `first', `second', and `third'.
11107
11108 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11109 (second): Make it an alias for `cadr'.
11110
111112000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11112
11113 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11114 types of display support faces now.
11115
111162000-08-05 Gerd Moellmann <gerd@gnu.org>
11117
11118 * pcvs.el (require): Require `cl' during compilation, only.
11119
11120 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11121 (toplevel): Remove `remq' and `remove' from autoloads.
11122 (cl-fake-autoloads): New variable. If set, arrange for an error
11123 when CL functions etc. are autoloaded.
11124
111252000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11126
11127 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11128
11129 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11130 popped up, but the user clicks outside the menu, return an empty
11131 regexp (that causes unhighlight-regexp to have no effect).
11132
11133 * menu-bar.el (menu-bar-games-menu): Add Zone.
11134
11135 * hi-lock.el (toplevel): Require font-lock.
11136
111372000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11138
11139 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11140 (ebnf-8-bit-chars): New var for bug fix.
11141 (ebnf-string): Bug fix.
11142
111432000-08-03 Sam Steingold <sds@gnu.org>
11144
11145 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11146 instead of `buffer-string'.
11147 (require 'cl): Always, not just when compiling.
11148 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11149 necessary.
11150
111512000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11152
11153 * international/mule-cmds.el (select-safe-coding-system): Make
11154 the message text about selecting a safe coding system more clear.
11155
111562000-08-02 Gerd Moellmann <gerd@gnu.org>
11157
11158 * hi-lock.el: New file.
11159
11160 * play/zone.el: New file.
11161
11162 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11163 value of tab-width in the original buffer. Choose a line number
11164 format that's a multiple of the original buffer's tab width, so
11165 that lines appear right.
11166
11167 * textmodes/ispell.el (ispell): New function, replacing an alias.
11168 Spell-check active region if in transient-mark-mode and mark
11169 is active; otherwise spell-check buffer.
11170
111712000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11172
11173 * ps-mule.el: Fix a customization problem on
11174 ps-mule-font-info-database-default.
11175
111762000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11177
11178 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11179 display-mouse-p instead of window-system.
11180 (ebrowse-member-mode-map): Ditto.
11181
111822000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11183
11184 * progmodes/ebnf2ps.el: Update ps-print functions call.
11185 Indentation fix. Doc fix.
11186 (ebnf-version): New version number (3.2).
11187 (ebnf-format-color, ebnf-begin-job): Code fix.
11188
111892000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11190
11191 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11192 font lock support on window-system.
11193 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11194
11195 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11196 display-color-p, if fboundp, instead of window-system.
11197
111982000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11199
11200 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11201 instead of window-system.
11202
11203 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11204 window-system.
11205 (widget-choice-mouse-down-action): Use display-popup-menus-p
11206 instead of window-system.
11207
11208 * strokes.el (strokes-file): Run the file name through
11209 convert-standard-filename.
11210 (strokes-mode): Call display-mouse-p instead of looking at
11211 window-system. Change the error message accordingly.
11212
11213 * progmodes/cpp.el (toplevel): Support faces on tty's.
11214
11215 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11216 (lm-plot-square, lm-init-display): Don't use window-system.
11217
11218 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11219 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11220
11221 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11222 instead of looking at window-system.
11223
112242000-07-30 Gerd Moellmann <gerd@gnu.org>
11225
11226 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11227 of testing if iswitchb-prepost-hooks is bound, because the
11228 latter will always be true when invoking a recursive minibuffer
11229 from an active Iswitchb buffer.
11230
112312000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11232
11233 * files.el (shell-quote-wildcard-pattern): New function.
11234 (insert-directory): Call it. Only prepend "\" to command on Unix
11235 and GNU/Linux systems.
11236
112372000-07-30 Gerd Moellmann <gerd@gnu.org>
11238
11239 * eshell/esh-groups.el: Change custom :link file names
11240 from `eshell.info' to `eshell'.
11241
112422000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11243
11244 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11245 correctly in recursive ange-ftp listings.
11246
112472000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11248
11249 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11250 ps-header-font-size-internal and
11251 ps-header-title-font-size-internal variables are not set,
11252 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11253 face text property is (foreground-color . COLOR) or
11254 `(background-color . COLOR)', ps-print crashes. Doc fix.
11255 (ps-print-version): New version number (5.2.4).
11256 (ps-plot-region): Code fix.
11257 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11258 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11259 Bug fix 2.
11260
112612000-07-30 Milan Zamazal <pdm@freesoft.cz>
11262
11263 * glasses.el (glasses-make-readable): Fix uncapitalization of
11264 identifiers like `myXMLDocument'.
11265
112662000-07-28 Karl Fogel <kfogel@red-bean.com>
11267
11268 * mail/mail-hist.el (mail-hist-previous-input)
11269 (mail-hist-next-input): Do the obvious code factorization.
11270 (mail-hist-retrieve-and-insert): New func, contains common
11271 code of above two.
11272 If inserting a message body, leave point at top.
11273
112742000-07-28 Sam Steingold <sds@gnu.org>
11275
11276 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11277 Use `<=', not `<' to compare times!
11278 (ange-ftp-ls): Remove.
11279
112802000-07-27 Gerd Moellmann <gerd@gnu.org>
11281
11282 * play/cookie1.el: Add explanation of how to make cookie.el
11283 compatible with strfile(1) to comment.
11284
11285 * subr.el (remove, remq): New functions.
11286
11287 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11288 escape `*' in regexps.
11289 (midnight-find): Reverse order of arguments in the funcall of
11290 TEST.
11291
11292 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11293 and `.class'.
11294
11295 * play/meese.el: Add Commentary section.
11296
112972000-07-27 Alex Schroeder <alex@gnu.org>
11298
11299 * sql.el (sql-ms): Added autoload cookie.
11300 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11301 (sql-oracle): Ditto.
11302 (sql-help): Doc change.
11303
11304 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11305 types and exceptions.
11306
113072000-07-27 Alex Schroeder <alex@gnu.org>
11308
11309 * sql.el (sql-placeholder-history): New variable.
11310 (sql-query-placeholders-and-send): New function that will query
11311 the user and replace placeholders with user input.
11312 (sql-oracle): If running on NT, set comint-input-sender to
11313 sql-query-placeholders-and-send.
11314
11315 (sql-stop): If in the SQLi buffer, insert stop notification, else
11316 present it as a message.
11317
113182000-07-27 Alex Schroeder <alex@gnu.org>
11319
11320 * sql.el (sql-input-ring-separator): Doc change.
11321 (sql-input-ring-file-name): Doc change.
11322 (sql-interactive-mode): Use `sql-input-ring-separator' and
11323 `sql-input-ring-file-name' to set the comint-mode equivalents
11324 without making them local variables.
11325 (sql-stop): Don't bind `sql-input-ring-separator' and
11326 `sql-input-ring-file-name' dynamically to their comint-mode
11327 equivalents.
11328
113292000-07-27 Kenichi Handa <handa@etl.go.jp>
11330
11331 * international/mule.el (register-char-codings): New function.
11332 (make-coding-system): Handle `safe-chars' specification in the arg
11333 PROPERTY.
11334
11335 * international/mule-cmds.el
11336 (find-coding-systems-region-subset-p): This function deleted.
11337 (sort-coding-systems-predicate): New variable.
11338 (sort-coding-systems): New function.
11339 (find-coding-systems-region): Use
11340 find-coding-systems-region-internal.
11341 (find-coding-systems-string): Use find-coding-systems-region.
11342 (find-coding-systems-for-charsets): Check
11343 char-coding-system-table.
11344 (select-safe-coding-system-accept-default-p): New variable.
11345 (select-safe-coding-system): Mostly rewritten. New argument
11346 ACCEPT-DEFAULT-P.
11347 (select-message-coding-system): Call select-safe-coding-system
11348 with ACCEPT-DEFAULT-P arg.
11349 (reset-language-environment): Reset default-sendmail-coding-system
11350 to the default value iso-latin-1.
11351 (set-language-environment): Don't set the obsolete variable
11352 charset-origin-alist.
11353
11354 * international/codepage.el (cp-coding-system-for-codepage-1):
11355 Give `safe-chars' property to make-coding-system.
11356
11357 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11358 calling select-message-coding-system twice.
11359
11360 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11361 instead of `safe-charsets'.
11362 (cyrillic-alternativnyj): Likewise.
11363 (ccl-encode-alternativnyj): Don't check the charset
11364 cyrillic-iso8859-5.
11365
113662000-07-27 Kenichi Handa <handa@etl.go.jp>
11367
11368 * composite.el (compose-chars-after): Preserve match data.
11369
113702000-07-26 Sam Steingold <sds@gnu.org>
11371
11372 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11373 (ange-ftp-real-file-newer-than-file-p): New function.
11374 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11375 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11376
11377 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11378 * midnight.el (midnight-float-time): Ditto.
11379
113802000-07-26 Andreas Schwab <schwab@suse.de>
11381
11382 * files.el (normal-backup-enable-predicate): Correct
11383 interpretation of the return value of compare-strings.
11384
113852000-07-26 Gerd Moellmann <gerd@gnu.org>
11386
11387 * isearch.el (isearch-resume): New function.
11388 (isearch-done): Add something to command-history to resume
11389 the search.
11390 (isearch-yank-line, isearch-yank-word): Use
11391 buffer-substring-no-properties instead of buffer-substring.
11392
11393 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11394 of flyspell-mouse-map.
11395
11396 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11397 duplicate definition.
11398 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11399
11400 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11401 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11402
114032000-07-25 Sam Steingold <sds@gnu.org>
11404
11405 * net/ange-ftp.el: Get modtime over the net.
11406 (ange-ftp-file-modtime): New function.
11407 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11408 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11409 Use it.
11410 (ange-ftp-dot-to-slash): New function.
11411 (ange-ftp-fix-name-for-vms): Use it.
11412
11413 * midnight.el (midnight-buffer-display-time): Use
11414 `with-current-buffer'.
11415
114162000-07-25 Gerd Moellmann <gerd@gnu.org>
11417
11418 * find-dired.el: Update copyright notice.
11419 (find-dired): Offer to kill a running `find'.
11420
11421 * enriched.el (enriched-face-ans): For a `foreground-color'
11422 property, return '(("x-color" COLOR))' so that COLOR will be
11423 output as a parameter of the x-color annotation. Likewise for the
11424 `background-color' property. In the case of normal face
11425 properties, don't return annotations for unspecified foreground
11426 and background face attributes.
11427
114282000-07-25 Kenichi Handa <handa@etl.go.jp>
11429
11430 * language/japan-util.el (japanese-katakana-region): Fix handling
11431 HANKAKU argument.
11432
114332000-07-25 Miles Bader <miles@gnu.org>
11434
11435 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11436 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11437 constrain-to-field.
11438
114392000-07-24 Andrew Innes <andrewi@gnu.org>
11440
11441 * timer.el (timer-activate-when-idle): Add optional parameter
11442 DONT-WAIT. Update docstring.
11443 (run-with-idle-timer): Specify extra parameter to
11444 timer-activate-when-idle, so that timer will be activated
11445 immediately if Emacs is already idle.
11446
11447 * w32-fns.el (w32-using-nt): Fix docstring.
11448
114492000-07-24 Dave Love <fx@gnu.org>
11450
11451 * mouse.el (popup-menu): Set last-command-event.
11452 (mouse-major-mode-menu-prefix): Declare.
11453
114542000-07-24 Gerd Moellmann <gerd@gnu.org>
11455
11456 * textmodes/flyspell.el: Update to author's version 1.5d.
11457
11458 * progmodes/hideshow.el: Update copyright notice.
11459
11460 * vcursor.el: Set maintainer to FSF, since author cannot
11461 be reached.
11462
114632000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11464
11465 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11466 the prompt.
11467
11468 * mouse.el (popup-menu): Run the keymap through indirect-function,
11469 in case it was defined with define-prefix-key. If the menu is a
11470 list of keymaps, look up the binding of user's choice in each one
11471 of the keymaps.
11472 (mouse-popup-menubar): If the global and local menu-bar keymaps
11473 don't have a prompt string, create one and insert it into the
11474 keymap. Don't barf if current-local-map returns nil.
11475
114762000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11477
11478 * dired.el (dired-sort-R-check): Added to allow recursive listing
11479 to be undone.
11480 (dired-sort-other): Use it.
11481
114822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11483
11484 * Release of cc-mode 5.27
11485
114862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11487
11488 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11489 c-beginning-of-statement-1 that caused a bad case of recursion
11490 which could consume a lot of CPU in large classes in languages
11491 that have in-expression classes (i.e. Java and Pike).
11492
11493 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11494 statements before top level constructs (i.e. case 6 is moved
11495 before case 5 and is now case 4) to catch in-expression
11496 classes in top level expressions correctly.
11497
114982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11499
11500 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11501 objc-method-intro. Case 4 removed and case 5I added.
11502
11503 * cc-langs.el (c-append-paragraph-start): New variable used by
11504 c-common-init to get paragraph-start correct.
11505 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11506 initialize paragraph-start to make it correct both with and
11507 without the javadoc special case.
11508
11509 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11510 initialize paragraph-start for javadoc markup.
11511
11512 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11513 change by defaulting this to t. It's motivated by the
11514 confusing behavior that otherwise arise from the style system
11515 when editing both java and non-java files at the same time
11516 (see the comments about style setting in c-common-init).
11517
115182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11519
11520 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11521 similar to the one in c-fill-paragraph to check the fill
11522 prefix from the adaptive fill function for sanity.
11523
115242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11525
11526 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11527 defun block.
11528
a30eb617
DL
115292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11530
11531 * cc-align.el (c-lineup-multi-inher): Handle lines with
11532 leading comma nicely. Extended to handle member initializers
11533 too.
11534
11535 * cc-engine.el: (c-beginning-of-inheritance-list,
11536 c-guess-basic-syntax): Fixed recognition of inheritance lists
11537 when the lines begins with a comma.
11538
a30eb617
DL
11539 * cc-vars.el (c-offsets-alist): Changed default for
11540 member-init-cont to c-lineup-multi-inher since it now handles
11541 member initializers and indents better for leading commas.
11542
115432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11544
11545 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11546 handling that caused class open lines to be recognized as
11547 statement-conts in some cases.
11548
11549 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11550 guessed by the adaptive fill function unless point is on the
11551 first line of a block comment.
11552
11553 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11554 when the buffer ends with a macro continuation char.
11555
11556 * cc-engine.el (c-guess-basic-syntax): Added support for
11557 function definitions as statements in Pike. The first
11558 statement in a lambda block is now labeled defun-block-intro
11559 instead of statement-block-intro.
11560
11561 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11562 so that the class surrounding point is selected, not the one
11563 innermost in the state.
11564
11565 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11566 recognition of switch labels having hanging multiline
11567 statements.
11568
11569 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11570 some code in c-guess-basic-syntax to a separate function.
11571 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11572 recognition of member inits with multiple line arglists.
11573 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11574 member-init-cont when the commas are in funny places.
11575
115762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11577
11578 * cc-defs.el (c-auto-newline): Removed this macro since it's
11579 not used anymore.
11580
11581 * cc-engine.el (c-looking-at-bos): New helper function.
11582 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11583 inexpr and toplevel classes apart in Pike.
11584
11585 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11586 of case 9A.
11587
11588 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11589 constant, since "class" can introduce an in-expression class
11590 in Pike nowadays.
11591
115922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11593
11594 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11595 indentation on cpp-macro lines.
11596
11597 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11598 a syntax modifier like comment-intro, to make it possible to
11599 get syntactic indentation for preprocessor directives. It's
11600 incompatible wrt to lineup functions on cpp-macro, but it has
11601 no observable effect in the 99.9% common case where cpp-macro
11602 is set to -1000.
11603
116042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11605
11606 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11607 member-init-cont when the preceding arglist is several lines.
11608
116092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11610
11611 * cc-styles.el (c-style-alist): The basic offset for the BSD
11612 style corrected to 8.
11613
116142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11615
11616 * cc-styles.el (c-style-alist): Adjusted the indentation of
11617 brace list openers in the gnu style.
11618
116192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11620
11621 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11622
11623 * cc-cmds.el (c-electric-brace, c-electric-slash,
11624 c-electric-star, c-electric-semi&comma, c-electric-colon,
11625 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11626 when c-syntactic-indentation is nil.
11627
11628 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11629 we were left at comments preceding the first statement when
11630 reaching the beginning of the buffer.
11631
11632 * cc-vars.el (c-syntactic-indentation): New variable to turn
11633 off all syntactic indentation.
11634
116352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11636
11637 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11638 between the text and the block comment ender when it hangs,
11639 depending on how many there are before the fill.
11640
116412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11642
11643 * cc-engine.el (c-beginning-of-closest-statement): New helper
11644 function to go back to the closest preceding statement start,
11645 which could be inside a conditional statement.
11646 * cc-engine.el (c-guess-basic-syntax): Use
11647 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11648
11649 * cc-engine.el (c-guess-basic-syntax): Better handling of
11650 arglist-intro, arglist-cont-nonempty and arglist-close when
11651 the arglist is nested inside parens. Cases 7A, 7C and 7F
11652 changed.
11653
11654 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11655 up-to-date with javadoc 1.2.
11656
116572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11658
11659 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11660 multiline Pike type decls.
11661
116622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11663
11664 * cc-cmds.el (c-indent-new-comment-line): Always break
11665 multiline comments in multiline mode, regardless of
11666 comment-multi-line.
11667
116682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11669
11670 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11671 fully::qualified::names in C++ member init lists. Preamble in
11672 case 5D changed.
11673
116742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11675
11676 * cc-langs.el (c-common-init): Handling of obsolete variables
11677 moved to c-initialize-cc-mode. More compatible style override
11678 when using global style variables.
11679 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11680 variables moved here.
11681
a30eb617
DL
11682 * cc-styles.el (c-make-styles-buffer-local): Flag style
11683 variable localness in c-style-variables-are-local-p to make
11684 the compatibility measure in c-common-init work well.
11685
11686 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11687 longer contain set-from-style.
11688 * cc-styles.el (c-initialize-builtin-style): Don't check for
11689 set-from-style on c-special-indent-hook.
11690 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11691 copy-alist is sufficient now.
11692
11693 * cc-styles.el (c-set-style, c-set-style-1,
11694 c-get-style-variables): Fixes to variable initialization so
11695 that duplicate entries in styles have the same effect
11696 regardless of DONT-OVERRIDE.
11697
11698 * cc-styles.el (c-set-style-2): Fixed bug where the
11699 initialization of inheriting styles failed when the
11700 dont-override flag is set.
11701
11702 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11703 on this.
11704
117052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11706
11707 * cc-defs.el (c-forward-comment): Removed the workaround
11708 introduced in 5.38 since it had worse side-effects. If a line
11709 contains the string "//\"", it regarded the // as a comment
11710 start since the \ temporarily doesn't have escape syntax.
11711
117122000-07-17 Emmanuel Briot <briot@act-europe.fr>
11713
11714 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11715 ada-xref.el before ada-prj.el, so that the Project menu is created
11716 when ada-prj tries to add to it.
11717 (ada-activate-keys-for-case): Suppress the characters that are not
11718 part of the Ada syntax. Better compatibility with else-mode
11719 (ada-adjust-case-interactive): When auto-casing is not active,
11720 correctly insert newlines (used to insert only ^M). Prevent the
11721 syntax table from being changed in case of an error
11722 (or '_' becomes part of a word and some commands are confused).
11723 Do nothing if ada-auto-case is nil.
11724 (ada-after-keyword-p): Ignore keywords that are also attributes
11725 (ada-batch-reformat): Update usage comment
11726 (ada-call-from-contextual-menu): New function
11727 (ada-case-read-exceptions): Reinitialize the casing exception list
11728 first to nil first, so that the casing exception file can be
11729 shared.
11730 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11731 files.
11732 (ada-compile-goto-error): Fix regexp used to detect a file:line
11733 anywhere in the error message
11734 (ada-contextual-menu-last-point): New variable
11735 (ada-create-keymap): If the variable delete-key-deletes-forward is
11736 t on XEmacs, it means that DEL should delete one character
11737 forward.
11738 (ada-create-menu): Use :included instead of :visible for XEmacs.
11739 New submenu "Options".
11740 (ada-end-stmt-re): Correctly indent "select ... then abort"
11741 statements.
11742 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11743 even if they don't match ada-fill-comment-prefix Fix handling of
11744 paragraphs on the first or last line of a file.
11745 (ada-format-paramlist): Fix handling of default parameter values.
11746 (ada-get-body-name): New function.
11747 (ada-get-current-indent): Optimized by searchling directly for an
11748 existing generic part or a statement outside of it. Handle
11749 ada-indent-align-comments when indenting comments Replaced some
11750 regexps by testing directly the next character. This results in a
11751 huge speedup on some files. New indentation scheme for renames
11752 statements. Stop looking for the 'while' or 'for' associated with
11753 a 'loop' at the first semicolon encountered. A "return" can also
11754 match an anonymous access subprogram declaration.
11755 (ada-get-indent-noindent): Ignore strings and comments when
11756 looking for the keywords "record" and "private".
11757 (ada-goto-matching-decl-start): When matching "if", make sure we
11758 are not in fact seeing "end if". Ignore "when" statements except
11759 when initial keyword was "begin". Fix handling of nested
11760 procedures. Add a recursive call to this function to skip over
11761 other 'end' statmts. Fix indentation for "when .. => begin"
11762 (ada-in-open-paren-p): Fix indentation for complex boolean
11763 expressions, where 'and then', 'or else' and parenthesis
11764 statements are mixed up.
11765 (ada-in-paramlist-p): Skip comments while searching for the
11766 beginning Fix handling of operator declarations.
11767 (ada-indent-align-comments): New variable
11768 (ada-indent-current): Change the syntax table only in the
11769 protected section, so that we are sure it is restored correctly.
11770 (ada-indent-on-previous-lines): Use ada-use-indent and
11771 ada-with-indent Correctly indent "select ... then"
11772 (ada-indent-region): Slight speedup.
11773 (ada-indent-renames): New variable.
11774 (ada-last-which-function-subprog, ada-last-which-function-line):
11775 New variables
11776 (ada-looking-at-semi-private): Correctly indent the 'private'
11777 keyword when it is the first word in a package declaration.
11778 (ada-loose-case-word): Stop searching if at the end of the buffer.
11779 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11780 even if point is not initially at the end of the word.
11781 (ada-matching-decl-start-re): Add "when".
11782 (ada-mode): Add support for abbrev-mode, outline-mode and
11783 which-func-mode Override the old find-file.el entry in
11784 ff-special-constructs since it is using the obsolete
11785 ada-spec-suffix variable
11786 (ada-no-auto-case): New function
11787 (ada-scan-paramlist): When parsing the argument type, accept
11788 spaces (as in "X 'Class", generated by Rational Rose).
11789 (ada-other-file-name): No longer loads the other file.
11790 (ada-popup-menu): Save and restore the current buffer and cursor
11791 position before and after displaying the menu.
11792 (ada-search-ignore-complex-boolean): New function.
11793 (ada-uncomment-region): Emacs21 already knows how to delete
11794 comments not starting in the first column.
11795 (ada-use-indent): New variable
11796 (ada-which-function): New function.
11797 (ada-with-indent): New variable
11798 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11799 can be batch-compiled from the command line.
11800
11801 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11802 Add to the menu when the file is loaded, not in ada-mode-hook.
11803 Add -toolbar to the default ddd command Switches moved from
11804 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11805 ada-prj-default-comp-opt
11806 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11807 Reference Manual to the menu
11808 (ada-check-current): rewritten as a call to ada-compile-current
11809 (ada-compile): Removed.
11810 (ada-compile-application, ada-compile-current, ada-check-current):
11811 Set the compilation-search-path so that compile.el automatically
11812 finds the sources in src_dir. Automatic scrollong of the
11813 compilation buffer. C-uC-cC-c asks for confirmation before
11814 compiling
11815 (ada-compile-current): New parameter, prj-field
11816 (ada-complete-identifier): Load the .ali file before doing
11817 processing
11818 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11819 conform to gnatmake's behavior.
11820 (ada-find-file-in-dir): New function
11821 (ada-find-references): Set the environment variables for gnatfind
11822 (ada-find-src-file-in-dir): New function.
11823 (ada-first-non-nil): Removed
11824 (ada-gdb-application): Add support for jdb, the java debugger.
11825 (ada-get-ada-file-name): Load the original-file first if not done
11826 yet.
11827 (ada-get-all-references): Handles the new ali syntax (parent types
11828 are found between <>).
11829 (ada-initialize-runtime-library): New function
11830 (ada-mode-hook): Always load a project file when a file is opened,
11831 so that the casing exceptions are correctly read.
11832 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11833 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11834 to open the project file, since the latter does not work with
11835 speedbar Get default values before loading the prj file, or the
11836 default executable file name is wrong. Use the absolute value of
11837 src_dir to initialize ada-search-directories and
11838 compilation-search-path,... Add the standard runtime library to
11839 the search path for find-file.
11840 (ada-prj-default-debugger): Was missing an opening '{'
11841 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11842 variables.
11843 (ada-prj-default-gnatmake-opt): New variable
11844 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11845 buffers, the project file is the default one Save the windows
11846 configuration before displaying the menu.
11847 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11848 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11849 ...) regexp-quote identifiers names to support operators +,
11850 -,... in regexps.
11851 (ada-remote): New function.
11852 (ada-run-application): Erase the output buffer before starting the
11853 run Support remote execution of the application. Use
11854 call-process, or the arguments are incorrectly parsed
11855 (ada-set-default-project-file): Reread the content of the active
11856 project file, not the one from the current buffer When a project
11857 file is set as the default project, all directories are
11858 automatically associated with it.
11859 (ada-set-environment): New function
11860 (ada-treat-cmd-string): New special variable ${current}
11861 (ada-treat-cmd-string): Revised. The substitution is now done for
11862 any ${...} substring
11863 (ada-xref-current): If no body was found, compiles the spec
11864 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11865 compiler to get rid of command line length limitations.
11866 (ada-xref-get-project-field): New function
11867 (ada-xref-project-files): New variable
11868 (ada-xref-runtime-library-specs-path)
11869 (ada-xref-runtime-library-ali-path): New variables
11870 (ada-xref-set-default-prj-values): Default run command now does a
11871 cd to the build directory. New field: main_unit Provide a default
11872 file name even if the current buffer has no prj file.
11873
11874 * ada-prj.el:
11875 Rewritten to show a tabbed-dialog.
11876 (ada-prj-add-ada-menu): Remove the map and name parameters.
11877 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11878 New function
11879 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11880 (ada-prj-load-from-file): New function
11881 (ada-prj-save): Always save fields that depend on the current buffer
11882 (ada-prj-show-value): New function
11883
11884 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11885 Ada mode. This will allow us to display the Ada menu in any buffer
11886 we want (for project items).
11887 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11888 number of spaces in the header.
11889
118902000-07-24 Dave Love <fx@gnu.org>
11891
11892 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11893
118942000-07-23 Noah Friedman <friedman@splode.com>
11895
11896 * type-break.el (type-break): perform autosave.
11897 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11898 (type-break-do-query): Cancel query schedule while performing
11899 actual query, to avoid possibility of a second query being made
11900 while first one is already in progress.
11901 (type-break-time-stamp-format): New variable.
11902 (type-break-time-stamp): New function.
11903 (type-break-time-warning): Use it.
11904 (type-break-keystroke-warning): Use it.
11905 (type-break-noninteractive-query): Use it.
11906
11907 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11908 cookie.
11909 Use add-minor-mode to set minor-mode-alist, if available.
11910 (eldoc-echo-area-use-multiline-p): New user option.
11911 (eldoc-echo-area-multiline-supported-p): New variable.
11912 (eldoc-docstring-format-sym-doc): Use them.
11913 (eldoc-mode): If not using idle timers, append to local post and
11914 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11915 (eldoc-display-message-no-interference-p): Don't interfere with
11916 edebug.
11917 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11918 (eldoc-function-arglist): New function.
11919 (eldoc-function-argstring): Use it.
11920
11921 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11922 auto save directory exists before calling directory-files.
11923
119242000-07-23 Dave Love <fx@gnu.org>
11925
11926 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11927 ^o, ^u.
11928
119292000-07-21 Dave Love <fx@gnu.org>
11930
11931 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11932 now passed to the function. It now works properly.
11933
11934 * smerge-mode.el (smerge-mode-menu): Fill it out.
11935
119362000-07-20 Gerd Moellmann <gerd@gnu.org>
11937
11938 * info-look.el (info-lookup): If *info* is shown in another frame
11939 on the same display, select that frame, instead of switching to
11940 the Info buffer in another window of the selected frame.
11941
11942 * simple.el (universal-argument-map): Bind numeric keypad keys
11943 kp-0 to kp-9 and kp-subtract.
11944 (digit-argument): Handle these keys.
11945
119462000-07-20 Dave Love <fx@gnu.org>
11947
11948 * net/goto-addr.el (goto-address-fontify): Don't bother with
11949 buffer-modified and read-only stuff -- irrelevant with overlays.
11950 Put an extra property on the overlays and use it to clean up in
11951 case goto-address is re-run.
11952
119532000-07-19 Richard M. Stallman <rms@gnu.org>
11954
11955 * timer.el (run-with-idle-timer): Doc fix.
11956
11957 * mail/mail-utils.el (mail-strip-quoted-names):
11958 Handle case where <...> appears inside "...".
11959 Use replace-match to edit the string more simply.
11960 (rmail-dont-reply-to): Cope with an unmatched ".
11961
119622000-07-19 Dave Love <fx@gnu.org>
11963
11964 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11965 implementation.
11966
11967 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11968 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11969 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11970
119712000-07-19 Gerd Moellmann <gerd@gnu.org>
11972
11973 * textmodes/refer.el: Correct maintainer's email address.
11974
11975 * progmodes/hideif.el: Correct author's email address.
11976 Fix typo in comment.
11977
11978 * xml.el: New file.
11979
11980 * mail/mailheader.el: Correct author's mail address.
11981
11982 * gnus/parse-time.el: Correct author's mail address.
11983
119842000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11985
11986 * comint.el (comint-highlight-input, comint-highlight-face):
11987 New user options.
11988 (comint-input-ring-file-name): Change custom type.
11989 (comint-mode-map): Bind mouse-2.
11990 (comint-insert-clicked-input): New function.
11991 (comint-send-input): Handle input highlighting.
11992
119932000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11994
11995 * mouse.el (popup-menu): New function.
11996 (mouse-major-mode-menu): Use it.
11997
119982000-07-18 Dave Love <fx@gnu.org>
11999
12000 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12001 improvements.
12002
120032000-07-18 Gerd Moellmann <gerd@gnu.org>
12004
12005 * faces.el (face-font-selection-order)
12006 (face-font-family-alternatives): Add custom type.
12007
120082000-07-18 Dave Love <fx@gnu.org>
12009
12010 * cus-edit.el (custom-variable-reset-saved)
12011 (custom-variable-reset-standard): Remove unused bindings.
12012
12013 * rect.el (open-rectangle-line): Remove unused let.
12014
12015 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12016
120172000-07-18 Gerd Moellmann <gerd@gnu.org>
12018
12019 * cdl.el: Fix `Maintainer' keyword.
12020
12021 * play/pong.el: Add author's email address.
12022
120232000-07-17 Sam Steingold <sds@gnu.org>
12024
12025 * files.el (insert-directory): Call `split-string' instead of
12026 re-implementing it.
12027
120282000-07-18 Gerd Moellmann <gerd@gnu.org>
12029
12030 * mail/vms-pmail.el: Change maintainer to FSF.
12031
12032 * net/goto-addr.el: Change maintainer to FSF.
12033
12034 * info.el (Info-title-face-alist): Removed.
12035
120362000-07-18 David Ponce <david@dponce.com>
12037
12038 * recentf.el (recentf-open-files): New command that works like
12039 `recentf-open-more-files', but shows the whole list of files (not just
12040 those omitted from the menu). Useful if you don't use a menu-bar!
12041 (recentf-open-more-files) Modified to use `recentf-open-files'.
12042
12043 (recentf-open-files, recentf-open-more-files)
12044 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12045
12046 (recentf-dialog-mode): New mode for dialogs. You can now just type
12047 "q" to cancel the dialogs.
12048
120492000-07-18 David Ponce <david@dponce.com>
12050
12051 * recentf.el: This is a major update of recentf.el. It adds new
12052 features to better organize the recentf menu and "More..." buffer.
12053
12054 Using new provided menu filtering functions you can now organize the
12055 recent files list:
12056
12057 - by major modes
12058 - by directories
12059 - by user defined rules
12060
12061 Finally, with the new `recentf-filter-changer' customizable filter you
12062 can define a ring of filters and dynamically (via the menu) cycle on
12063 each menu organization in the ring (a la msb).
12064
120652000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12066
12067 * eshell/eshell.el (eshell): Replace links to eshell.info with
12068 links to eshell, to avoid problems on systems where the manual is
12069 installed as `eshell'.
12070 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12071 * eshell/em-smart.el (eshell-smart): Ditto.
12072 * eshell/em-banner.el (eshell-banner): Ditto.
12073 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12074
12075 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12076 same-file check in the MS-DOS version (it does support inodes).
12077
12078 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12079
12080 * eshell/eshell.el (eshell-directory-name):
12081 Run default directory name through convert-standard-filename.
12082
120832000-07-18 Kenichi Handa <handa@etl.go.jp>
12084
12085 * international/mule-cmds.el (select-safe-coding-system):
12086 Fix typo in the comment.
12087
12088 * language/european.el (compound-text):
12089 Force katakana-jisx0201 to be designated to G1.
12090
12091 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12092 Don't translate some national variant characters of latin-jisx0201.
12093 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12094
12095 * international/kkc.el (kkc-after-update-conversion-functions):
12096 New variable.
12097 (kkc-update-conversion): Run functions in it at the tail.
12098
120992000-07-16 John Wiegley <johnw@gnu.org>
12100
12101 * lisp/align.el (align-newline-and-indent):
12102 Adding new function. for auto-aligning blocks of code on RET.
12103 (align-region): Fixed badly formatted minibuffer message.
12104
121052000-07-17 Kenichi Handa <handa@etl.go.jp>
12106
12107 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12108 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12109 the conversion list at first if appropriate.
12110 (kkc-next): Don't update kkc-next-count here.
12111 (kkc-prev): Don't update kkc-prev-count here.
12112 (kkc-show-conversion-list-update): Fix setting up of conversion
12113 list message.
12114
121152000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12116
12117 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12118
121192000-07-16 Dave Love <fx@gnu.org>
12120
12121 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12122 function to be more specific.
12123
12124 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12125 non-string help-echo.
12126 (widget-types-convert-widget): Defsubst it.
12127 (widget-echo-help): Try to cope with a help-echo function of two
12128 possible sorts.
12129
121302000-07-15 Jason Rumney <jasonr@gnu.org>
12131
12132 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12133 Declare as obsolete.
12134
12135 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12136
121372000-07-14 Gerd Moellmann <gerd@gnu.org>
12138
12139 * hilit-chg.el: Fix typo.
12140
121412000-07-14 Dave Love <fx@gnu.org>
12142
12143 * info.el (Info-mode-menu): Fix use of :help, :enable.
12144
121452000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12146
12147 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12148
121492000-07-13 Dave Love <fx@gnu.org>
12150
12151 * emacs-lisp/easymenu.el: Doc fixes.
12152 (easy-menu-remove): Defalias to ignore.
12153
12154 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12155 Call throw correctly.
12156
121572000-07-13 Gerd Moellmann <gerd@gnu.org>
12158
12159 * faces.el (frame-background-mode): Doc fix.
12160
12161 * simple.el (eval-expression-print-length): Change custom type to
12162 allow entering nil as value.
12163
121642000-07-13 Dave Love <fx@gnu.org>
12165
12166 * progmodes/fortran.el (fortran-imenu-generic-expression):
12167 Change definition layout.
12168 (fortran-mode-menu): Reinstate customize entries.
12169
12170 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12171 Use :filter, per old XEmacs code.
12172
121732000-07-12 Gerd Moellmann <gerd@gnu.org>
12174
12175 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12176 event when deciding what to send to the terminal.
12177
121782000-07-12 Dave Love <fx@gnu.org>
12179
12180 * cus-start.el: Add optional version as 4th element of specs and
12181 use it for several things new in v21. Remove load-path. Fix type
12182 of line-number-display-limit.
12183
121842000-07-11 Dave Love <fx@gnu.org>
12185
12186 * progmodes/fortran.el: Don't require easymenu.
12187 Use repeat counts in various regexps.
12188 (fortran-mode-syntax-table): Defvar directly.
12189 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12190 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12191 Use defvar, not defconst.
12192 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12193 (fortran-mode): Set fortran-comment-line-start-skip,
12194 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12195 (fortran-comment-indent): Use defsubst.
12196 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12197 Use fortran-comment-indent, not fortran-comment-indent-function.
12198 (fortran-comment-region, fortran-electric-line-number): Simplify.
12199 (fortran-auto-fill): New function.
12200 (fortran-do-auto-fill): Deleted.
12201 (fortran-find-comment-start-skip):
12202 Check for non-null comment-start-skip.
12203 (fortran-auto-fill-mode, fortran-fill-statement):
12204 Use fortran-auto-fill.
12205 (fortran-fill): Use fortran-auto-fill. Check for null
12206 comment-start-skip. Simplify final clause and use end-of-line finally.
12207
12208 * widget.el (widget-plist-member): New alias.
12209
122102000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12211
12212 * eshell/esh-module.el (toplevel): Reference
12213 byte-compile-current-file only if it is bound.
12214
122152000-07-10 Gerd Moellmann <gerd@gnu.org>
12216
12217 * dired.el: Don't require `dired-aux'.
12218
122192000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12220
12221 * dired-aux.el (dired-show-file-type): New function.
12222 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12223 (dired-show-file-type): Add autoload.
12224
122252000-07-10 Kenichi Handa <handa@etl.go.jp>
12226
12227 * international/mule-diag.el (describe-font): Adjusted for the
12228 change of fontset-info.
12229 (print-fontset): Likewise.
12230
122312000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12232
12233 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12234
122352000-07-07 Gerd Moellmann <gerd@gnu.org>
12236
12237 * bindings.el: Bind `[delete]' to delete-char.
12238
12239 * dired.el (dired-find-alternate-file): New function.
12240 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12241 (toplevel): Require dired-aux when compiling.
12242 (dired-buffers): Move defvar within file to avoid compiler warning.
12243
12244 * info.el (Info-last-search): Variable removed.
12245 (Info-search-history): New variable.
12246 (Info-search): New Info-search-history.
12247
12248 * battery.el, info-look.el: Change author's mail address.
12249
122502000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12251
12252 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12253 if rmail-ignored-headers is nil.
12254 (rmail-retry-failure): Bind rmail-ignored-headers and
12255 rmail-displayed-headers to nil.
12256
122572000-07-06 Gerd Moellmann <gerd@gnu.org>
12258
12259 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12260 (print-region-1): Don't hard code `-h' here.
12261
12262 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12263
122642000-07-01 Francesco Potorti` <pot@gnu.org>
12265
12266 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12267 exim can use "your message" instead of "the message".
12268
122692000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12270
12271 * facemenu.el: Docstrings fixes.
12272 (facemenu-get-face): Don't use internal-find-face.
12273 (facemenu-iterate): Rename arg to match the docstring.
12274
12275 * newcomment.el (uncomment-region): Be more careful when skipping
12276 backwards over `=' not to bump into BOBP.
12277
122782000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12279
12280 * ediff-diff.el (ediff-wordify): Use syntax table.
12281 * ediff-init.el (ediff-has-face-support-p): Use
12282 ediff-color-display-p.
12283 (ediff-color-display-p): Use display-color-p, changed to defun
12284 from defsubst.
12285 Got rid of special cases for NeXT and OS/2.
12286 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12287 face.
12288
122892000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12290
12291 * emacs-lisp/lucid.el: Require CL.
12292 (copy-tree, remprop): Remove, it's provided by CL.
12293 (map-keymap): Define in terms of cl-map-keymap.
12294 (extent-property, set-extent-end-glyph): New functions.
12295
12296 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12297
122982000-07-05 Gerd Moellmann <gerd@gnu.org>
12299
12300 * Makefile.in (DONTCOMPILE): Add comment that the name may
12301 not be changed without changing the make-dist script.
12302
12303 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12304 (cl-mapc): Use mapc instead of cl-old-mapc.
12305
123062000-07-05 Andrew Innes <andrewi@gnu.org>
12307
12308 * makefile.nt: Add support for `bootstrap' and related targets.
12309
123102000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12311
12312 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12313 (easy-menu-do-define): Use `menu-item' format.
12314 Handle case where easy-menu-create-menu returns a symbol.
12315 Manually call the potential top-level filter in the function binding.
12316 (easy-menu-filter-return): New arg NAME.
12317 Convert to a keymap if MENU is an XEmacs menu.
12318 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12319 (easy-menu-converted-items-table, easy-menu-convert-item):
12320 New var and fun to memoize easy-menu-convert-item-1.
12321 (easy-menu-do-add-item): Use it.
12322 (easy-menu-create-menu): Use easy-menu-convert-item.
12323 Wrap easy-menu-filter-return around any :filter specification.
12324 Don't convert the menu if a filter was specified.
12325 Tell easy-menu-make-symbol not to check for MENU being an expression.
12326 (easy-menu-make-symbol): New arg NOEXP.
12327
123282000-07-05 Gerd Moellmann <gerd@gnu.org>
12329
12330 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12331 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12332 (eval-defun): If called with prefix arg, instrument code for
12333 Edebug.
12334
12335 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12336 similar to that of eval-defun.
12337
123382000-07-04 Dave Love <fx@gnu.org>
12339
12340 * hl-line.el (hl-line-overlay): Make it permanent-local.
12341
12342 * calendar/todo-mode.el: Replaced with a working version, based on
12343 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12344
123452000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12346
12347 * paths.el (prune-directory-list): New function.
12348 (Info-default-directory-list): Rewritten to more methodically
12349 enumerate a big list of possible info directories (based on the
12350 list used by the standalone info reader).
12351
12352 * info.el (info-initialize): Use prune-directory-list to remove
12353 non-existent directories from Info-directory-list.
12354
12355 * paths.el (Info-default-directory-list): Try a list of possible
12356 info-directories instead of a single one. Add the possible
12357 info directory "/usr/share/info".
12358
12359 * woman.el (woman-man.conf-path): Explicitly include the debian
12360 man-db config file "/etc/manpath.config".
12361 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12362 are present in `manpath.config'.
12363 (woman-manpath): Include "/usr/share/man".
12364
123652000-07-03 Gerd Moellmann <gerd@gnu.org>
12366
12367 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12368
12369 * startup.el (command-line): Initialize blink-cursor based
12370 on window-system.
12371
12372 * frame.el (blink-cursor): Default to nil if not running under
12373 a window-system.
12374
12375 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12376 (face-x-resources): Remove duplicate entry for :font.
12377
12378 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12379 instead of cycling through windows with next-window.
12380
12381 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12382 of cycling through windows with next-window.
12383
12384 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12385 of cycling through windows with next-window.
12386
12387 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12388 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12389 instead of cycling through windows with next-window.
12390
12391 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12392 instead of cycling through windows with next-window.
12393
12394 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12395 of cycling through windows with next-window.
12396
12397 * terminal.el (te-process-output): Use walk-windows instead of
12398 cycling through windows with next-window.
12399
12400 * server.el (server-switch-buffer): Use some-window instead of
12401 cycling through windows with next-window.
12402
12403 * window.el (some-window): New function.
12404 (walk-windows): Remove reference to walk-windows-start.
12405
12406 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12407
124082000-07-03 Richard Stallman <rms@gnu.org>
12409
12410 * window.el (walk-windows): Guarantee termination by keeping a list
12411 of all the windows already handled.
12412
124132000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12414
12415 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12416 window-system.
12417
12418 * man.el (Man-notify-when-ready): Don't use window-system. If
12419 Man-notify-method is newframe, and the display is not
12420 multi-frame, select the frame created for the man page.
12421 (Man-init-defvars): Doc fix.
12422
124232000-06-28 Gerd Moellmann <gerd@gnu.org>
12424
12425 * faces.el (region): Change background color for light background.
12426
12427 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12428 attribute from mode-line face of Ediff control frame.
12429
12430 * replace.el (query-replace-map): Bind `e' like `E'.
12431
124322000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12433
12434 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12435 Change name to "Select All".
12436
12437 * dos-fns.el (convert-standard-filename): Fix last change.
12438
124392000-06-27 Gerd Moellmann <gerd@gnu.org>
12440
12441 * help.el (describe-variable): Don't insert a second `'s' in front
12442 of the string `value is shown below'. Since the syntax-table is
12443 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12444 an existing `'s', so that this won't be deleted.
12445
12446 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12447 * pcmpl-unix.el: New files.
12448
124492000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12450
12451 * wid-edit.el (widget-member): Use the new plist-member.
12452
124532000-06-26 Gerd Moellmann <gerd@gnu.org>
12454
12455 * replace.el (perform-replace): Undo change of 2000-04-04.
12456 Instead, move backward 1 character at the end of the loop when
12457 necessary.
12458
12459 * faces.el (fringe): Change face for different backgrounds.
12460
12461 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12462 patch from John.
12463
12464 * eshell/*.el: Change spelling of the Free Software Foundation.
12465
12466 * eshell/esh-toggle.el: Removed.
12467
12468 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12469
12470 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12471 interactively.
12472
124732000-06-26 Alex Schroeder <alex@gnu.org>
12474
12475 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12476 `define-key'; instead of checking `(emacs-version)' check for
12477 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12478 for `;' and `o' which might be electric.
12479
12480 (sql-electric-stuff): New user option.
12481 (sql-magic-go): New function which uses `sql-electric-stuff'.
12482 (sql-magic-semicolon): New function which uses
12483 `sql-electric-stuff'.
12484
12485 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12486 is not fboundp.
12487
12488 (sql-oracle-options): New variable.
12489 (sql-oracle): Use it.
12490
12491 (sql-imenu-generic-expression): Doc change.
12492 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12493 is used.
12494
12495 (sql-informix): Added command line parameter "-" to force
12496 sql-informix-program to use stdout.
12497
124982000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12499
12500 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12501 (cp864-decode-table): Doc fix.
12502 (cp720-decode-table): New variable, supports the Arabic OEM
12503 codepage used by Windows.
12504 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12505
125062000-06-23 Dave Love <fx@gnu.org>
12507
12508 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12509 (font-lock-fontify-anchored-keywords): Use
12510 line-beginning-position.
12511 (global-font-lock-mode): Use mapc.
12512
125132000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12514
12515 * eshell/esh-module.el: Require CL when compiling.
12516
125172000-06-23 Gerd Moellmann <gerd@gnu.org>
12518
12519 * comint.el (comint-substitute-in-file-name): Call replace-match
12520 with second and third arg t.
12521
12522 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12523 Specify foreground color.
12524
12525 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12526 color.
12527
12528 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12529
12530 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12531 cddr instead of cdddr.
12532
12533 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12534 instead of copy-list.
12535
12536 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12537 of copy-list.
12538
12539 * subdirs.el: Add eshell subdirectory.
12540
12541 * eshell: New subdirectory containing the Eshell package.
12542
12543 * pcomplete.el: New file.
12544
125452000-06-23 Paul Eggert <eggert@twinsun.com>
12546
12547 * mail/mailpost.el (post-mail-send-it): Make sure file has
12548 proper permissions from birth.
12549
12550 * files.el (basic-save-buffer-2): When temporarily setting
12551 file modes, set them to current modes plus 0200, not to 0777.
12552
12553 * emerge.el (emerge-make-temp-file): Make sure file has proper
12554 permissions from birth.
12555
125562000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12557
12558 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12559 backup file name through convert-standard-filename.
12560
12561 * dos-fns.el (convert-standard-filename): Convert leading
12562 directories as well. When long file names are supported, convert
12563 characters that are invalid in Windows file names.
12564
125652000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12566
12567 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12568 ps-print crashes. New feature: page selection for printing. Create
12569 raw-text-unix coding system for XEmacs. Doc fix.
12570 (ps-print-version): New version number (5.2.3).
12571 (ps-plot-region): Bug fix.
12572 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12573 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12574 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12575 funs.
12576 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12577 (ps-last-page): New vars.
12578
125792000-06-21 Gerd Moellmann <gerd@gnu.org>
12580
12581 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12582 empty option string.
12583
125842000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12585
12586 * man.el (man): Doc fix.
12587
125882000-06-21 Kenichi Handa <handa@etl.go.jp>
12589
12590 * international/mule-cmds.el (set-language-info-alist): Docstring
12591 fixed.
12592
125932000-06-20 Gerd Moellmann <gerd@gnu.org>
12594
12595 * version.el (emacs-version): Use ISO date format.
12596
12597 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12598 instead of `M-backspace'.
12599
12600 * simple.el (turn-off-auto-fill): New function.
12601
126022000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12603
12604 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12605 Renamed from with-buffer-prepared-for-font-lock and use
12606 inhibit-modification-hooks rather than setting *-change-functions.
12607 Update all functions to use the new name.
12608 (jit-lock-first-unfontify-pos): New semantics (and doc).
12609 (jit-lock-mode): Make non-interactive.
12610 Don't automatically turn on font-lock.
12611 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12612 Always use jit-lock-after-change.
12613 Remove and restore font-lock-after-change-function.
12614 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12615 (jit-lock-after-unfontify-buffer): Remove.
12616 (jit-lock-stealth-fontify):
12617 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12618 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12619
126202000-06-20 Sam Steingold <sds@gnu.org>
12621
12622 * emacs-lisp/cl-indent.el (toplevel): Indent
12623 `print-unreadable-object' properly. Untabify.
12624
126252000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12626
12627 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12628 Support for bibentry.
12629 (reftex-compile-variables): Fixed problem with end of section-re.
12630
12631 * texmodes/reftex-dcr.el (reftex-view-crossref,
12632 reftex-view-crossref-from-bibtex):
12633 Deal with changed `reftex-find-citation-regexp-format'.
12634 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12635 Replaced `remprop' with `put'.
12636 (reftex-view-crossref, reftex-view-crossref-when-idle):
12637 Support for bibentry.
12638
12639 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12640 New entry for bibentry package.
12641
12642 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12643 Regexp also matches "\nobibliography".
12644
12645 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12646 Call `reftex-ensure-write-access' before doing anything.
12647 (reftex-ensure-write-access): New function.
12648
126492000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12650
12651 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12652
12653 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12654
12655 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12656
12657 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12658
12659
126602000-06-20 Dave Love <fx@gnu.org>
12661
12662 * faces.el (frame-background-mode): Use set-default, not set, in
12663 setter.
12664 (frame-update-faces, frame-update-face-colors): Define with
12665 defalias.
12666
12667 * enriched.el (enriched-decode-foreground)
12668 (enriched-decode-background): Don't use internal-find-face.
12669
12670 * apropos.el: Doc fixes.
12671
12672 * cus-edit.el (customize-changed-options): Check arg.
12673 (customize-version-lessp): Don't require decimal point.
12674
12675 * custom.el (defcustom, defgroup): Doc fix.
12676
12677 * newcomment.el (comment) <defgroup>: Add :version.
12678 (comment-multi-line): Doc fix.
12679
12680 * emulation/mlsupport.el (define-hooked-local-abbrev,
12681 define-hooked-global-abbrev): Fix, using define-abbrev.
12682
126832000-06-19 Gerd Moellmann <gerd@gnu.org>
12684
12685 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12686 the whole buffer.
12687
126882000-06-19 Dave Love <fx@gnu.org>
12689
12690 * menu-bar.el (menu-bar-options-save): New function.
12691 (menu-bar-options-menu): Use it.
12692 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12693 Simplify.
12694
126952000-06-19 Andreas Schwab <schwab@suse.de>
12696
12697 * progmodes/etags.el (tags-query-replace): Put new parameters
12698 START and END at the end, for backward compatibility.
12699
127002000-06-19 Kenichi Handa <handa@etl.go.jp>
12701
12702 * international/codepage.el:
12703 (cp-coding-system-for-codepage-1): Delete special codes for
12704 generating xxx-dos coding system because now a CCL based coding
12705 system can handle EOL conversion by default.
12706
12707 * international/mule.el (make-coding-system): Generate subsidiary
12708 coding systems for EOL handling variants even for a CCL based
12709 coding system.
12710
127112000-06-19 Kenichi Handa <handa@etl.go.jp>
12712
12713 * international/isearch-x.el (isearch-minibuffer-input-method)
12714 (isearch-minibuffer-input-method-function): These variables
12715 deleted.
12716 (isearch-with-input-method): Don't use the above variables.
12717 (isearch-process-search-multibyte-characters): Likewise. Call
12718 read-string with the arg INHERIT-INPUT-METHOD t.
12719
127202000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12721
12722 * font-lock.el (font-lock-after-fontify-buffer)
12723 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12724
12725 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12726 Use consistent make-local-variable style for font-lock-fontified.
12727 (jit-lock-fontify-buffer):
12728 Don't bother checking for font-lock-mode and jit-lock-mode.
12729
12730 * time.el: Remove trailing ^M that prevent CVS-merging.
12731
127322000-06-16 Gerd Moellmann <gerd@gnu.org>
12733
12734 * Makefile.in (distclean): New target.
12735
127362000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12737
12738 * Makefile.in (srcdir): Define for update-subdirs.
12739
127402000-06-16 Gerd Moellmann <gerd@gnu.org>
12741
12742 * find-lisp.el: New file.
12743
127442000-06-16 Andrew Innes <andrewi@gnu.org>
12745
12746 * time.el (display-time-mail-function): New variable, to allow
12747 external packages to indicate when new mail is available.
12748 (display-time-update): Use it.
12749
127502000-06-16 Kenichi Handa <handa@etl.go.jp>
12751
12752 * international/mule.el (mule-version): Change version name to
12753 SAKAKI. AOI has already been used by Meadow.
12754
12755 * international/quail.el (quail-show-guidance-buf): To find the
12756 bottom window (but minibuffer), pay attention to the height of
12757 minibuffer.
12758
127592000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12760
12761 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12762 menu-bar menus. Add help strings. Don't remove the Edit menu
12763 from the menu bar, as the menu bar has enough space now.
12764
12765 * Makefile.in (SHELL): Make sure /bin/sh is used.
12766
12767 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12768 characters, which use series of two ^H characters instead of one.
12769
127702000-06-15 Gerd Moellmann <gerd@gnu.org>
12771
12772 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12773 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12774 functions.
12775 (Info-find-node-2): Try a case-sensitive search first, then
12776 do a case-insensitive search.
12777
12778 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12779 tutorials.
12780
12781 * complete.el (PC-env-vars-alist): New variable.
12782 (PC-complete-as-file-name): New function.
12783 (partial-completion-mode): Initialize PC-env-vars-alist from
12784 process-environment.
12785 (PC-do-completion): Handle completion of env vars.
12786
12787 * info.el (Info-set-mode-line): Show file name in mode line,
12788 use `*Info*' instead of `Info:'.
12789
12790 * startup.el (command-line-1): Change copyright messages to year
12791 2000.
12792
127932000-06-15 Dave Love <fx@gnu.org>
12794
12795 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12796 not local-map.
12797
127982000-06-15 Kenichi Handa <handa@etl.go.jp>
12799
12800 * international/mule.el (set-buffer-file-coding-system): Almost
12801 rewritten to handle `undecided' as no-op.
12802
128032000-06-14 Gerd Moellmann <gerd@gnu.org>
12804
12805 * Makefile.in: New file.
12806
12807 * Makefile: Removed.
12808
12809 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12810 (goto-address-highlight-keymap): Bind C-c RET.
12811
128122000-06-14 Kenichi Handa <handa@etl.go.jp>
12813
12814 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12815 inherits buffer-file-coding-system of the current buffer.
12816
12817 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12818 0. Give correct argument to set-auto-coding-function.
12819 (tar-expunge): For goto-char, use (point-min), not 0.
12820 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12821 (tar-subfile-save-buffer): Likewize.
12822
12823 * international/mule.el
12824 (after-insert-file-set-buffer-file-coding-system): Call
12825 set-buffer-file-coding-system with the arg FORCE t.
12826
128272000-06-13 Gerd Moellmann <gerd@gnu.org>
12828
12829 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12830 nil. Contemporary sendmails issue an X-Authentication-Warning if
12831 the sender is set with `-f'.
12832
128332000-06-13 Dave Love <fx@gnu.org>
12834
12835 * help.el (describe-function-1): Kluge around cases of functions
12836 fset to subrs whose doc doesn't match their symbol-name.
12837
12838 * image.el (insert-image): Default STRING to a space.
12839
12840 * info.el Doc fixes.
12841 (Info-build-node-completions): Match Ref tags.
12842
128432000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12844
12845 * frame.el (display-multi-frame-p, display-multi-font-p): New
12846 defaliases for display-graphic-p.
12847
12848 * hl-line.el: Fixed a typo in commentary.
12849
128502000-06-13 Kenichi Handa <handa@etl.go.jp>
12851
12852 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12853 fixed.
12854
128552000-06-12 Dave Love <fx@gnu.org>
12856
12857 * image.el (insert-image): Save a little consing.
12858
128592000-06-12 Kenichi Handa <handa@etl.go.jp>
12860
12861 * language/tibet-util.el: Convert all tibetan-1-column characters
12862 to the corresponding tibetan characters.
12863 (tibetan-add-components): Delete code for the special treatment of
12864 'a chung.
12865
12866 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12867 change.
12868 (tibetan-vowel-transcription-alist): More rules added.
12869 (tibetan-composite-vowel-alist): New variable.
12870 (tibetan-precomposition-rule-alist): More rules added.
12871
128722000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12873
12874 * startup.el (command-line): Only call menu-bar-mode if interactive.
12875
12876 * thingatpt.el (toplevel symbol-properties):
12877 * textmodes/makeinfo.el (makeinfo-compile):
12878 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12879 * progmodes/hideif.el (hif-compress-define-list)
12880 (hide-ifdef-use-define-alist):
12881 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12882 (ange-ftp-vms-add-file-entry):
12883 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12884 * man.el (Man-build-man-command):
12885 * mail/rnewspost.el (news-reply-header-hook):
12886 * info.el (Info-insert-dir):
12887 * emulation/mlconvert.el (backward-word, forward-word, setq):
12888 * emacs-lisp/gulp.el (gulp-send-requests):
12889 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12890 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12891 (byte-optimize-apply, end of file):
12892 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12893 (ad-make-freeze-definition):
12894 * startup.el (command-line, command-line-1): Don't quote lambdas.
12895
12896 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12897 (cvs-cleanup-removed): New function.
12898 (cvs-cleanup-functions): New var.
12899 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12900 some flexibility in specifying additional entries to auto-cleanup.
12901 (cvs-quickdir): New function.
12902 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12903 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12904 (cvs-mode-find-file): Check that we are on a filename or dirname
12905 when invoked through a mouse-click.
12906 (cvs-full-path): Remove.
12907 (cvs-dired-action): Re-introduced.
12908 (cvs-dired-noselect): Use it.
12909 (vc-post-command-functions): use this new hook if available.
12910
12911 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12912 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12913 (cvs-filename-map, cvs-dirname-map): Remove.
12914 (cvs-default-action): Remove.
12915 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12916 if the arg is really a keymap.
12917 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12918 Don't hardcode the mapping from state (aka type) to face, but check
12919 the var cvs-fi-<type>-face instead.
12920 (cvs-fileinfo-from-entries): New function.
12921
12922 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12923 Docstring fix.
12924 (cvs-find-file-and-jump): Change default to be safer.
12925 (cvs-mode-diff-map): Define it as a function as well.
12926 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12927 Bind mouse-2 in this global map rather than with text-properties.
12928
12929 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12930 file to resolve the ambiguity between C(conflict) and C(need-merge).
12931
129322000-06-12 Kenichi Handa <handa@etl.go.jp>
12933
12934 * international/mule.el (set-buffer-file-coding-system): If
12935 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12936 unconditionally.
12937
129382000-06-12 Dave Love <fx@gnu.org>
12939
12940 * wid-edit.el (widget-specify-button): Really suppress the face if
12941 required.
12942
129432000-06-11 Gerd Moellmann <gerd@gnu.org>
12944
12945 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12946
129472000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12948
12949 * imenu.el (imenu-generic-expression): Docstring fix.
12950
12951 * composite.el (composition-function-table): Move the `put'
12952 below the autoload cookie so we can load the file before loaddefs.
12953
12954 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12955
12956 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12957 Handle easy-mmode-define-global-mode.
12958 For complex macros like define-minor-mode that can generate
12959 several autoload entries, try to autoload entries in the
12960 macroexpanded code.
12961
12962 * emacs-lisp/easy-mmode.el (define-minor-mode):
12963 If KEYMAP is a symbol, just use it.
12964 Use byte-compile-current-file and load-file-name to infer the
12965 proper :require to pass to defcustom.
12966 Wrap the hook var into `progn' so as not to autoload it.
12967 Add a :autoload-end cookie.
12968 Be more careful about the evaluation of KEYMAP.
12969 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12970 (define-derived-mode): Move define-abbrev-table outside of defvar.
12971
129722000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12973
12974 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12975 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12976 (backup-compiled-files): Ignore errors during `tar'.
12977 (bootstrap): Make autoloads before elc files.
12978
129792000-06-10 Kenichi Handa <handa@etl.go.jp>
12980
12981 * international/mule.el (set-buffer-file-coding-system): If one of
12982 undecided-XXX is specified, change only EOL conversion.
12983
12984 * international/mule-conf.el (unix): New alias for the coding
12985 system undecided-unix.
12986
129872000-06-09 Dave Love <fx@gnu.org>
12988
12989 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12990
12991 * progmodes/executable.el: Byte compile dynamic.
12992 (executable-insert): Change custom type.
12993 (executable-find): Add autoload cookie.
12994 (executable-make-buffer-file-executable-if-script-p): New
12995 function. After Noah Friedman.
12996
12997 * files.el (after-save-hook): Customize, with
12998 executable-make-buffer-file-executable-if-script-p as an option.
12999
130002000-06-09 Kenichi Handa <handa@etl.go.jp>
13001
13002 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13003 "tib24p-mule.bdf" for Tibetan.
13004
13005 * composite.el (decompose-composite-char): Declare it as obsolete.
13006
13007 * man.el (Man-fontify-manpage): Pay attention to underline and
13008 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13009
130102000-06-08 Gerd Moellmann <gerd@gnu.org>
13011
13012 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13013 Set maintainer to FSF since author isn't reachable.
13014
130152000-06-08 Dave Love <fx@gnu.org>
13016
13017 * international/mule-cmds.el (select-safe-coding-system): If
13018 DEFAULT-CODING-SYSTEM is not specified, also check the most
13019 preferred coding-system if buffer-file-coding-system is
13020 `undecided'. From Handa.
13021
130222000-06-08 Kenichi Handa <handa@etl.go.jp>
13023
13024 * international/mule.el
13025 (after-insert-file-set-buffer-file-coding-system): If the buffer
13026 size is greater than INSERTED, judget that we are not visiting.
13027
130282000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13029
13030 * whitespace.el (defgroup whitespace): Comment out `:version'.
13031 XEmacs 20.4 has problems defining the group with this present.
13032 We'll have this commented out till get resolve the problem.
13033
130342000-06-07 John Wiegley <johnw@gnu.org>
13035
13036 * align.el (align-dq-string-modes, align-sq-string-modes)
13037 (align-open-comment-modes): Add pyhton-mode.
13038 (align-rules-list): Use get-text-property instead of
13039 text-properties-at.
13040 (align-rules-list): Add python-assignment.
13041 (align-rules-list): Change perl-comma-delimiter to
13042 basic-comma-delimiter. Use if for Perl modes and python-mode.
13043 (align-rules-list): Add python-chain-logic and
13044 basic-line-continuation.
13045
130462000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13047
13048 * apropos.el (apropos-mode-hook): New user variable.
13049 (apropos-mode): Run apropos-mode-hook.
13050
130512000-06-07 David Ponce <david@dponce.com>
13052
13053 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13054 commands. Require `wid-edit' at run-time.
13055
130562000-06-07 David Ponce <david@dponce.com>
13057
13058 * recentf.el: Added some "Commentary".
13059 (recentf-open-more-files, recentf-edit-list): Minor changes to
13060 move the point at the top of the file list. This behaviour is
13061 consistent with the menu one when the list contains a lot of
13062 files.
13063 (recentf-cleanup): Now displays the number of items removed from
13064 the list.
13065 (recentf-relative-filter) New menu filter to show filenames
13066 relative to `default-directory'.
13067
130682000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13069
13070 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13071 with/without giving an error if PostScript printer doesn't have this
13072 kind of page size. Zebra Stripe continues or restarts on next page.
13073 Manual/automatic paper feeding. Switch or not the header.
13074 (ps-print-version): New version number (5.2.2).
13075 (ps-windows-system): Include emx as a Windows system.
13076 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13077 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13078 (ps-background-text): Code fix.
13079 (ps-error-handler-message, ps-user-defined-prologue)
13080 (ps-print-prologue-header, ps-printer-name)
13081 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13082 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13083 (ps-use-face-background): Customization fix.
13084 (ps-n-up-database): Data fix.
13085 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13086 (ps-switch-header): New vars.
13087 (ps-xemacs-color-name, ps-face-foreground-name)
13088 (ps-face-background-name, ps-boolean-constant): New funs.
13089
130902000-06-07 Dave Love <fx@gnu.org>
13091
13092 * allout.el: New version from Manheimer.
13093
130942000-06-07 Kenichi Handa <handa@etl.go.jp>
13095
13096 * textmodes/fill.el (fill-find-break-point): Check the validity of
13097 charset.
13098
130992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13100
13101 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13102 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13103 Call display-color-p and display-mouse-p instead of looking at
13104 window-system.
13105
131062000-06-06 Dave Love <fx@gnu.org>
13107
13108 * image.el (find-image): Doc fix. Return nil if image not found.
13109 (put-image, insert-image): Make STRING arg optional.
13110
131112000-06-06 Kenichi Handa <handa@etl.go.jp>
13112
13113 * language/vietnamese.el: Remove eval-when-compile.
13114 (viet-viscii-nonascii-translation-table): Define it as a
13115 translation table made from viet-viscii-decode-table.
13116 (viet-viscii-encode-table): Define it as a translation table made
13117 from the reverse map of above.
13118 (viet-vscii-nonascii-translation-table): Define it as a
13119 translation table made from viet-vscii-decode-table.
13120 (viet-vscii-encode-table): Define it as a translation table made
13121 from the reverse map of above.
13122 (ccl-decode-viscii): Use translate-character.
13123 (ccl-encode-viscii, ccl-encode-viscii-font)
13124 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13125 Likewize.
13126
13127 * language/cyrillic.el: Remove eval-when-compile.
13128 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13129 translation table made from cyrillic-koi8-r-decode-table.
13130 (cyrillic-koi8-r-encode-table): Define it as a translation table
13131 made from the reverse map of above.
13132 (ccl-decode-koi8): Use translate-character.
13133 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13134 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13135 a translation table made from cyrillic-alternativnyj-decode-table.
13136 (cyrillic-alternativnyj-encode-table): Define it as a translation
13137 table made from the reverse map of above.
13138 (ccl-decode-alternativnyj): Use translate-character.
13139 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13140 Likewize
13141
13142 * international/mule-diag.el (non-iso-charset-alist): Specify
13143 translation table symbol instead of translation table itself.
13144 (list-block-of-chars): CHARSET may be a translation table symbol.
13145
13146 * international/mule.el (make-coding-system): If CODING-SYSTEM
13147 already exists, override it.
13148
13149 * international/fontset.el: Use family `proportional' for Tibetan
13150 fonts.
13151
13152 * international/ccl.el (ccl-compile-translate-character): Don't
13153 check if Rrr has property translation-table.
13154 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13155
131562000-06-05 Gerd Moellmann <gerd@gnu.org>
13157
13158 * info.el: Bind case-fold-search to t when searching in case
13159 a user sets it to nil in a hook.
13160
131612000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13162
13163 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13164 * hl-line.el (hl-line-mode): Use the new :global key argument.
13165
13166 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13167 (tar-clip-time-string): Prepend a space.
13168 (tar-grind-file-mode): Construct a string rather than modifying one.
13169 (tar-header-block-summarize): Fix docstring.
13170 Use `format' rather than an error-prone set of copy-loops.
13171
13172 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13173 (diff-goto-source, diff-unified->context, diff-context->unified)
13174 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13175 understand the format output by the `-p' argument to diff.
13176
13177 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13178 (sh-re-done): Use defconst.
13179 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13180 (sh-help-string-for-variable, sh-guess-basic-offset):
13181 Don't quote lambdas.
13182 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13183 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13184
13185 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13186 (mh-letter-mode): Derive from text-mode.
13187 This implicitly means that it now calls kill-all-local-variables.
13188 Also remove the Emacs-18 compatibility code.
13189
13190 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13191 Make use of symbol-property doc-string-elt.
13192 Use memq rather than a sequence of eq.
13193 (doc-string-elt): Fix the wrong or missing previously unused values.
13194 (autoload-print-form): New function extracted from
13195 generate-file-autoloads to allow recursion when handling progn
13196 so that defvar's and defun's docstrings are properly printed.
13197 (generate-file-autoloads): Use it.
13198
13199 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13200 Use find-file-hooks in the minor-mode function.
13201 Be careful not to loop indefinitely in the post-command-hook function.
13202
132032000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13204
13205 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13206 tty's.
13207 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13208 differences whenever appropriate.
13209 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13210 * viper.el (find-file, find-file-other-window): Get viper to do
13211 wildcards.
13212
132132000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13214
13215 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13216 (jit-lock-fontify-buffer): New function for JIT refontification.
13217 (jit-lock-mode): Fix docstring.
13218 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13219 Remove jit-lock-after-change from the _local_ hook.
13220 (jit-lock-function-1): Fix docstring.
13221
13222 * info.el (Info-on-current-buffer): Initialize info.
13223
13224 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13225
13226 * progmodes/tcl.el (tcl-indent-for-comment):
13227 Ignore comment-indent-hook.
13228
13229 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13230 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13231 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13232 and improve to use the lighter to guess the capitalization.
13233 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13234 Add keyword arguments to specify global-ness or the custom group.
13235 Add local-map and help-echo properties to the lighter.
13236 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13237 (easy-mmode-define-global-mode): New macro.
13238
132392000-06-02 Dave Love <fx@gnu.org>
13240
13241 * wid-edit.el: byte-compile-dynamic since we typically don't use
13242 all the widgets. Don't require cl or widget. Remove
13243 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13244 (widget-read-event): Removed. Callers changed to use read-event.
13245 (widget-button-release-event-p): Renamed from
13246 button-release-event-p.
13247 (widget-field-add-space, widget-field-use-before-change):
13248 Uncustomize.
13249 (widget-specify-field): Use keymap property, not local-map.
13250 (widget-specify-button): Obey :suppress-face.
13251 (widget-specify-insert): Use modern backquote syntax.
13252 (widget-image-directory): Renamed from widget-glyph-directory.
13253 (widget-image-enable): Renamed from widget-glyph-enable.
13254 (widget-image-find): Replaces widget-glyph-find.
13255 (widget-button-pressed-face): Move defvar.
13256 (widget-image-insert): Replaces widget-glyph-insert.
13257 (widget-convert): Use keywordp.
13258 (widget-leave-text, widget-children-value-delete): Use mapc.
13259 (widget-keymap): Remove XEmacs stuff.
13260 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13261 (widget-button-click): Don't set point at the click, but re-centre
13262 if we scroll out of window. Rewritten for images v. glyphs &c.
13263 (widget-tabable-at): Use POS arg, not point.
13264 (widget-beginning-of-line, widget-end-of-line)
13265 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13266 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13267 (widget-default-create): Use widget-image-insert; some rewriting.
13268 (widget-visibility-value-create)
13269 (widget-push-button-value-create, widget-toggle-value-create): Use
13270 widget-image-insert.
13271 (checkbox): Create on and off images dynamically.
13272 (documentation-link): Change :help-echo.
13273 (widget-documentation-link-echo-help): Remove.
13274
132752000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13276
13277 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13278
13279 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13280 (easy-mmode-define-toggle, define-minor-mode): Use it.
13281 (easy-mmode-define-keymap): Docstring fix.
13282 (define-derived-mode): Default PARENT to fundamental-mode.
13283 Add the derived-mode-parent symbol-property.
13284 (easy-mmode-derived-mode-p): New function.
13285
132862000-06-02 Dave Love <fx@gnu.org>
13287
13288 * files.el (convert-standard-filename): Doc fix.
13289 (normal-backup-enable-predicate): New function.
13290 (backup-enable-predicate): Use it to replace the lambda form.
13291
13292 * calendar/todo-mode.el: [This needs more work on the outline
13293 stuff.] Doc fixes.
13294 (todo) <defgroup>: Add :version.
13295 (todo-add-category): Don't use pushnew.
13296 (todo-cmd-raise): Fix typo.
13297 (todo-top-priorities): Change temp buffer name.
13298 (todo-category-alist): Avoid redundant lambda.
13299 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13300 Use outline-next-heading.
13301
13302 * autoarg.el: Rewritten to use define-minor-mode.
13303 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13304 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13305
133062000-06-02 Kenichi Handa <handa@etl.go.jp>
13307
13308 * isearch.el (isearch-other-meta-char): Fix previous change.
13309
133102000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13311
13312 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13313 (log-edit-done): Only add the comment to the ring if it's different
13314 from the last comment entered.
13315
13316 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13317
133182000-06-01 Dave Love <fx@gnu.org>
13319
13320 * hl-line.el: Rewritten using define-minor-mode.
13321
13322 * help.el (describe-function-1): Distinguish special form from
13323 builtin function. Sanity-check presence of arglist for builtins.
13324
133252000-06-01 Kenichi Handa <handa@etl.go.jp>
13326
13327 * international/characters.el: Fix syntax/category setting of
13328 Tibetan characters.
13329
13330 * language/tibet-util.el (tibetan-add-components): Fixes for new
13331 encoding of Tibetan characters.
13332 (tibetan-decompose-precomposition-alist): New variable.
13333 (tibetan-decompose-region): Convert precomposed characters to
13334 non-precomposed characters.
13335 (tibetan-decompose-string): Likewise.
13336 (tibetan-composition-function): Fix args to
13337 thibetan-compose-string.
13338
13339 * language/tibetan.el (tibetan-composable-pattern): More
13340 characters included.
13341 (tibetan-consonant-transcription-alist): Rule for "R" added.
13342 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13343 "+R" added.
13344 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13345
13346 * language/lao-util.el (lao-composition-function): Fix args to
13347 compose-string.
13348
13349 * language/thai-util.el (thai-composition-function): Fix args to
13350 compose-string.
13351
13352 * isearch.el (isearch-update): Set disable-point-adjustment to t
13353 to prevent the point moving to the end of a composition when a
13354 part of a composition is searched.
13355 (isearch-other-meta-char): If the key invoking this command can be
13356 mapped by function-key-map to a printing char, call
13357 isearch-process-search-char directly.
13358
133592000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13360
13361 * emacs-lisp/bytecomp.el:
13362 * frame.el:
13363 * international/mule-cmds.el:
13364 * international/mule-util.el:
13365 * international/mule.el:
13366 * mouse.el:
13367 * subr.el:
13368 * faces.el: Update calls to make-obsolete with a WHEN argument.
13369
13370 * byte-run.el (make-obsolete, make-obsolete-variable):
13371 Add an optional WHEN argument and change the format of the
13372 symbol-property information.
13373 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13374 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13375 new obsolete-symbol-property format and print WHEN if it is provided.
13376
133772000-05-31 Dave Love <fx@gnu.org>
13378
13379 * loadhist.el (loadhist-hook-functions): Remove
13380 before-change-function, after-change-function.
13381 (unload-feature): Deal with symbols which are both bound and
13382 fbound.
13383
13384 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13385 before-change-function, after-change-function.
13386
13387 * simple.el (newline): Don't bind before-change-function,
13388 after-change-function.
13389
133902000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13391
13392 * whitespace.el (whitespace-rescan-timer-time): Update interval
13393 set to 600 seconds (10 minutes) instead of 60 seconds since
13394 a large number of whitespace buffers causes emacs to `freeze'
13395 for a considerable amount of time.
13396
13397 * whitespace.el: Updated email address
13398
133992000-05-31 Dave Love <fx@gnu.org>
13400
13401 * add-log.el (change-log-font-lock-keywords) <function>: Add
13402 pattern for function of change.
13403 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13404 acknowledgements patterns.
13405
134062000-05-31 Kenichi Handa <handa@etl.go.jp>
13407
13408 * isearch.el (isearch-printing-char): If keyboard coding system is
13409 being used, call isearch-process-search-multibyte-characters.
13410
13411 * international/isearch-x.el: Mostly rewritten.
13412
13413 * international/quail.el (quail-start-conversion): Don't include
13414 unhandled events in the returned events, but set them in
13415 unread-command-events. Exit if all inputs are deleted.
13416
134172000-05-30 Jason Rumney <jasonr@gnu.org>
13418
13419 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13420
13421 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13422 Reenable code to create initial fontsets.
13423 Use set-fontset-font in place of put-charset-property.
13424
134252000-05-30 Gerd Moellmann <gerd@gnu.org>
13426
13427 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13428 label, ensure that the first colon isn't followed by another.
13429
13430 * paths.el (Info-default-directory-list): Doc fix.
13431
13432 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13433 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13434 send a query containing USER only, not USER@HOST.
13435
13436 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13437 and rmail-msgend to compute the restriction at the end, instead of
13438 computing it.
13439
134402000-05-29 Gerd Moellmann <gerd@gnu.org>
13441
13442 * dabbrev.el (dabbrev-expand): Don't display messages in the
13443 echo area if the minibuffer window is active.
13444
13445 * jit-lock.el (jit-lock-mode): Add after change function to
13446 local hook.
13447
134482000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13449
13450 * antlr-mode.el: New commands: hide/unhide actions,
13451 upcase/downcase literals.
13452 (antlr-tiny-action-length): New user option.
13453 (antlr-hide-actions): New command. Suggested by
13454 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13455 (antlr-mode-map): New binding [C-c C-v].
13456 (antlr-mode-menu): New entries.
13457 (antlr-downcase-literals): New command.
13458 (antlr-upcase-literals): Ditto.
13459
13460 * antlr-mode.el: Minor changes: indendation, mode-name.
13461 (antlr-indent-line): Indent cpp directive at column 0.
13462 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13463
13464 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13465 (antlr-font-lock-additional-keywords): Workaround for intentional
13466 bug in XEmacs version of font-lock.
13467 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13468 be used by a smarter version of `buffers-menu-grouping-function'.
13469
134702000-05-29 Gerd Moellmann <gerd@gnu.org>
13471
13472 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13473 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13474
134752000-05-29 Kenichi Handa <handa@etl.go.jp>
13476
13477 * international/encoded-kb.el
13478 (encoded-kbd-iso2022-designation-map): Pay attention to that
13479 charset-iso-final-char return -1 for eight-bit-control and
13480 eight-bit-graphic.
13481
134822000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13483
13484 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13485 (speedbar-easymenu-definition-base): Use display-graphic-p where
13486 available, instead of window-system.
13487
134882000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13489
13490 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13491 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13492 coding systems.
13493
134942000-05-26 Dave Love <fx@gnu.org>
13495
13496 * disp-table.el (standard-display-underline): Don't use
13497 internal-find-face.
13498
13499 * mail/reporter.el: Maintainer change. Doc fixes.
13500 (reporter-version): Deleted.
13501
13502 * emacs-lisp/elp.el: Maintainer change.
13503 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13504
135052000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13506
13507 * add-log.el (add-change-log-entry): Merge the current entry with the
13508 previous one if the previous one is empty.
13509
135102000-05-26 Dave Love <fx@gnu.org>
13511
13512 * loadhist.el (unload-feature): Fix interactive spec [from
13513 lijnzaad@ebi.ac.uk].
13514
13515 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13516 subr-arity to check primitives.
13517 (byte-compile-flush-pending, byte-compile-file-form-progn)
13518 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13519 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13520 mapcar.
13521
135222000-05-26 Kenichi Handa <handa@etl.go.jp>
13523
13524 * international/fontset.el: Set family names of non-latin charsets
13525 in default fontset to "*".
13526
13527 * international/mule-diag.el (print-fontset): Combine family part
13528 and registry part of the fontname by "-*-" instead of "-".
13529
13530 * international/mule-cmds.el (encode-coding-char): Make strings
13531 multibyte before calling encode-coding-string.
13532
135332000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13534
13535 * derived.el: Fix keywords.
13536 (define-derived-mode): Only define if needed.
13537
13538 * simple.el (fill-comment, comment-column, comment-start)
13539 (comment-start-skip, comment-end, comment-indent-function)
13540 (block-comment-start, block-comment-end, indent-for-comment)
13541 (set-comment-column, kill-comment, comment-padding, comment-region)
13542 (comment-multi-line, indent-new-comment-line): Remove.
13543
13544 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13545 function names for comment operations.
13546
13547 * newcomment.el: Add abundant autoload cookies.
13548 (comment-style): Don't depend on runtime data at compile-time.
13549 (comment-indent-hook): Remove.
13550 (comment-indent): Check if comment-indent-hook is bound.
13551 (comment-region): Docstring fix.
13552
135532000-05-25 Dave Love <fx@gnu.org>
13554
13555 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13556 byte-code-function-p.
13557
13558 * mail/rmailsum.el: Add provide.
13559
13560 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13561
13562 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13563 defcustom.
13564
135652000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13566
13567 * ediff-diff.el (ediff-exec-process): delete --binary option from
13568 non-buffer ediff jobs.
13569
135702000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13571
13572 * hilit-chg.el (highlight-changes-mode): Ask about color or
13573 grayscale support, not about window-system.
13574
13575 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13576 window-system.
13577 (ffap-highlight): Always default to t.
13578
13579 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13580 display-popup-menus-p instead of looking at window-system.
13581
13582 * disp-table.el (standard-display-g1, standard-display-graphic):
13583 Only refuse to use string glyphs on X and MS-Windows.
13584
13585 * avoid.el: Remove window-system from commentary, suggest to use
13586 display-*-p instead.
13587
13588 * apropos.el (apropos-print): Use display-mouse-p instead of
13589 window-system.
13590
135912000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13592
13593 * international/codepage.el (cp-decoding-vector-for-codepage):
13594 Fill up unsupported characters with their own codes. From Kenichi
13595 Handa.
13596
135972000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13598
13599 * international/mule-diag.el (describe-char-after): Use
13600 display-graphic-p instead of window-system, so that this function
13601 works on MS-DOS.
13602
136032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13604
13605 * international/codepage.el (cp-make-coding-systems-for-codepage):
13606 Remove the eight-bit-graphic and eight-bit-control charsets from
13607 the list of charsets which we convert into `?'.
13608
136092000-05-25 Kenichi Handa <handa@etl.go.jp>
13610
13611 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13612 private charsets.
13613 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13614 japanese-jisx0213-2): New charsets.
13615
13616 * international/fontset.el: Setup default fontset for new charsets.
13617
136182000-05-24 Dave Love <fx@gnu.org>
13619
13620 * info.el (Info-find-node-2): Restructure [following "Vadim
13621 S. Solomin" <sovs@uic.nnov.ru>].
13622
13623 * icomplete.el: Fix header for Finder.
13624
136252000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13626
13627 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13628 STAY.
13629
13630 * rmail.el (rmail-automatic-folder-directives): New user variable.
13631 (rmail-show-message): Add call to `rmail-auto-file' during
13632 display.
13633 (rmail-auto-file): New function.
13634
136352000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13636
13637 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13638 account.
13639 (ediff-test-utility,ediff-diff-mandatory-option)
13640 (ediff-reset-diff-options): Utilities for proper initialization of
13641 ediff-diff-options and ediff-diff3-options on Windows.
13642
13643 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13644 variable.
13645
13646 * ediff-mult.el (ediff-filegroup-action): Use
13647 ediff-merge-filename-prefix.
13648
136492000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13650
13651 * viper-ex.el (ex-write): Set selective display to nil.
13652
136532000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13654
13655 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13656 aliases for hebrew-iso-8bit.
13657
136582000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13659
13660 * woman.el: New version from Francis J. Wright
13661 <F.J.Wright@Maths.QMW.ac.uk>.
13662 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13663 names in environment variables regardless of the path separator.
13664 (woman-topic-all-completions-1): Don't call file-name-directory-p
13665 on all files, since woman-file-regexp already filters out any
13666 directories.
13667
136682000-05-24 Kenichi Handa <handa@etl.go.jp>
13669
13670 * international/quail.el (quail-start-translation): Don't change
13671 modified-p of the current buffer.
13672 (quail-start-conversion): Likewise.
13673
13674 * international/kkc.el (kkc-region): Don't change modified-p of
13675 the current buffer.
13676
13677 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13678 conform to RFC1468.
13679 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13680
136812000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13682
13683 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13684 (speedbar-insert-button): Invisible text property fix.
13685 (speedbar-directory-plus): Renamed from speedbar-directory-+
13686 (speedbar-directory-minus): Renamed from speedbar-directory--
13687 (speedbar-page-plus): Renamed from speedbar-file-+
13688 (speedbar-page-minus): Renamed from speedbar-file--
13689 (speedbar-page): Renamed from speedbar-file-
13690 (speedbar-tag): Renamed from speedbar-tag-
13691 (speedbar-tag-plus): Renamed from speedbar-tag-+
13692 (speedbar-tag-minus): Renamed from speedbar-tag--
13693 (speedbar-expand-image-button-alist): Use above renames.
13694
13695 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13696 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13697 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13698 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13699 * sb-pg.xpm: Renamed from sb-file.xpm
13700 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13701 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13702
137032000-05-24 Kenichi Handa <handa@etl.go.jp>
13704
13705 * international/quail.el (quail-show-guidance-buf): Set
13706 current-input-method of the guidance buffer to the name of the
13707 curren input method.
13708
137092000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13710
13711 * progmodes/compile.el (compile-internal): Style typo.
13712
13713 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13714 quote vars and functions in the docstring.
13715
13716 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13717
13718 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13719 Don't quote lambdas.
13720
13721 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13722
137232000-05-23 Gerd Moellmann <gerd@gnu.org>
13724
13725 * startup.el (command-line): Determine source file of compiled
13726 user init file differently. Warn if compiled user init file
13727 is older than its source file.
13728
13729 * ffap.el (ffap-url-regexp): Add `https'.
13730
137312000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13732
13733 * files.el (make-backup-file-name-1): Replace slashes with `!'
13734 rather than `|' (which is not allowed on Windows). Replace the
13735 drive letters with a string "drive_X".
13736
137372000-05-23 Gerd Moellmann <gerd@gnu.org>
13738
13739 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13740
13741 * files.el (interpreter-mode-alist): Add `bash2'.
13742
137432000-05-22 Dave Love <fx@gnu.org>
13744
13745 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13746 mapc.
13747 (feature-file): Avoid calling symbol-name. Doc fix.
13748 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13749 (loadhist-hook-functions): Add mouse-position-function.
13750 (unload-feature): Change uses of mapcar.
13751
13752 * files.el (parse-colon-path): Doc fix.
13753 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13754 (set-auto-mode): Use mapc.
13755
13756 * complete.el (PC-look-for-include-file): Use :alnum: character
13757 class.
13758 (partial-completion-mode): Add autoload cookie.
13759
137602000-05-22 Sam Steingold <sds@gnu.org>
13761
13762 * info.el (Info-fontify-node): Fixed the call to
13763 `add-text-properties' (bug introduced on 2000-05-18).
13764
137652000-05-22 Dave Love <fx@gnu.org>
13766
13767 * bindings.el: Remove debug-ignored-errors set in other files.
13768
13769 * progmodes/etags.el: Add to debug-ignored-errors.
13770 (visit-tags-table-buffer): Clear out buffers holding old tables
13771 when making a new list.
13772 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13773 mapc.
13774
13775 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13776 quote keywords.
13777 (cmpl-string-case-type): Use character classes.
13778
13779 * comint.el:
13780 * textmodes/ispell.el:
13781 * imenu.el:
13782 * mail/mh-e.el:
13783 * progmodes/compile.el: Add to debug-ignored-errors.
13784
13785 * dabbrev.el: Add to debug-ignored-errors.
13786 (dabbrev-completion): Use mapc.
13787
137882000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13789
13790 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13791 (woman-mapcan, woman-parse-man.conf)
13792 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13793 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13794 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13795 path syntax better.
13796 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13797 (woman-manpath): Call woman-parse-man.conf.
13798 (woman-emulation): New defcustom, defaults to nroff.
13799 (woman-font-support): New defconst.
13800 (woman-use-symbol-font): New defcustom.
13801 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13802 "Emulation".
13803 Many functions: Doc fix.
13804
138052000-05-22 Kenichi Handa <handa@etl.go.jp>
13806
13807 * international/quail.el (quail-simple-translation-keymap): Map
13808 128..255 to quail-self-insert-command.
13809 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13810
138112000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13812
13813 * help.el (help-manyarg-func-alist): Typo.
13814
13815 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13816 intervals which makes it heaps simpler.
13817
13818 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13819 the nested comment markers.
13820
13821 * subr.el (remove-hook): Don't turn the hook's value into a list.
13822
138232000-05-21 Dave Love <fx@gnu.org>
13824
13825 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13826 are invalid characters.
13827
13828 * international/mule-util.el (detect-coding-with-priority): Use
13829 mapc. Remove redundant lambda.
13830
13831 * international/mule-diag.el (list-non-iso-charset-chars)
13832 (describe-fontset): Remove redundant lambda.
13833
13834 * emulation/crisp.el (brief-mode): New alias.
13835
13836 * emacs-lisp/ring.el (ring-elements): New function.
13837
13838 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13839 (easy-menu-do-add-item): Use keywordp.
13840
13841 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13842
13843 * replace.el: Doc and error message fixes.
13844 (replace-highlight): Use facep, not internal-find-face.
13845
138462000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13847
13848 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13849
13850 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13851 (log-edit-insert-changelog): Drop `:' as well.
13852
13853 * log-view.el: Fix file description.
13854 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13855 available.
13856 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13857 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13858
13859 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13860 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13861 Print a status message if the toggle is called interactively.
13862 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13863 for global minor modes and use `defcustom' for them.
13864 Use add-minor-mode.
13865 (easy-mmode-define-derived-mode): Remove.
13866 (define-derived-mode): Fancier default docstring.
13867 (easy-mmode-define-navigation): Signal an error rather than (ding).
13868
13869 * newcomment.el (comment-styles): New `box-multi'.
13870 (comment-normalize-vars): Better default for comment-continue to
13871 avoid whitespace-only continuations.
13872 (comment-search-forward): Always move even in the no-syntax case.
13873 (comment-padright): Only obey N if it's only obeyed for padleft.
13874 (comment-make-extra-lines): Better handling of empty continuations.
13875 Use `=' for the filler if comment-start has only one character.
13876 (uncomment-region): Try handling the special `=' filler.
13877 (comment-region): Allow LINES even if MULTI is nil.
13878 (comment-box): Choose box style based on comment-style.
13879
138802000-05-20 Kenichi Handa <handa@etl.go.jp>
13881
13882 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13883 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13884
138852000-05-20 Kenichi HANDA <handa@etl.go.jp>
13886
13887 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13888 and insert, not subst-char-in-region.
13889
13890 * international/mule-diag.el (list-character-sets-1): Handle
13891 charsets eight-bit-control and eight-bit-graphic.
13892 (list-iso-charset-chars): Likewise.
13893 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13894 charactes as is. Use indent-to to align characters.
13895
13896 * international/mule-cmds.el (find-multibyte-characters): Never
13897 exclude charsets eight-bit-control and eight-bit-graphic.
13898
138992000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13900
13901 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13902 Don't quote lambdas.
13903
13904 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13905
139062000-05-19 Gerd Moellmann <gerd@gnu.org>
13907
13908 * gud.el (gud-jdb-directories): Doc fix.
13909
139102000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13911
13912 * newcomment.el: New file.
13913
139142000-05-19 Gerd Moellmann <gerd@gnu.org>
13915
13916 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13917
139182000-05-18 Andreas Schwab <schwab@suse.de>
13919
13920 * dired.el (dired-between-files): Also skip lines beginning with
13921 `used'.
13922
139232000-05-18 Gerd Moellmann <gerd@gnu.org>
13924
13925 * msb.el (msb-menu-cond): Add choice `user'.
13926
139272000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13928
13929 * ps-print.el: Compatibility, customization and doc fix.
13930 (ps-printer-name-option): Replace defconst by defvar.
13931 (ps-postscript-code-directory): XEmacs compatibility.
13932 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13933 fix.
13934 (ps-user-defined-prologue, ps-print-prologue-header)
13935 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13936 compatibility and code fix.
13937 (ps-print-background-image, ps-print-background-text):
13938 Customization fix.
13939 (ps-line-number-start, ps-n-up-on): New vars.
13940
139412000-05-18 Espen Skoglund <esk@ira.uka.de>
13942
13943 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13944 the indent-comment function to just return the appropriate indent.
13945
139462000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13947
13948 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13949 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13950 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13951
139522000-05-18 Dave Love <fx@gnu.org>
13953
13954 * info.el (Info-fontify-node): Add intangible property as well as
13955 invisible.
13956
13957 * calendar/appt.el (appt-make-list): Match all lines of entry.
13958 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13959
139602000-05-18 Kenichi Handa <handa@etl.go.jp>
13961
13962 * international/mule-diag.el (describe-char-after): Call
13963 internal-char-font, not char-font. If internal-char-font returns
13964 nil, display "-- none --".
13965
139662000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13967
13968 * image.el (image-type-available-p): Don't reference image-types
13969 if it isn't bound.
13970
139712000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13972
13973 * autoarg.el (autoarg-mode): Typo in the :set argument.
13974
139752000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13976
13977 * startup.el (command-line-1): Don't signal an error if the
13978 directory for auto-save-list files does not yet exist.
13979
139802000-05-17 Kenichi Handa <handa@etl.go.jp>
13981
13982 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13983
139842000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13985
13986 * subr.el (remove-hook): `setq' hook-value, not `set'.
13987
139882000-05-16 Sam Steingold <sds@gnu.org>
13989
13990 * info.el (debug-ignored-errors): More errors to ignore.
13991
139922000-05-16 Dave Love <fx@gnu.org>
13993
13994 * cus-edit.el: Don't require cl or easymenu.
13995 (custom-variable-prompt): Test standard-value property, not
13996 user-variable-p.
13997
139982000-05-16 Sam Steingold <sds@gnu.org>
13999
14000 * subr.el (add-hook): `setq' hook-value, not `set'.
14001
140022000-05-16 Gerd Moellmann <gerd@gnu.org>
14003
14004 * startup.el (command-line-1): Mention the FAQ in the startup
14005 message.
14006
14007 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14008
14009 * progmodes/compile.el (compilation-parse-errors): Collect
14010 `nomessage' regexps last.
14011
14012 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14013
14014 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14015 to the function name.
14016
140172000-05-15 Dave Love <fx@gnu.org>
14018
14019 * speedbar.el (speedbar-recenter): Typo.
14020 (speedbar-expand-line): Make arg optional.
14021 (speedbar-mode): Avoid a compiler warning.
14022
140232000-05-15 Gerd Moellmann <gerd@gnu.org>
14024
14025 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14026 user-specified option string is empty.
14027
14028 * mouse.el (mouse-yank-at-click): Doc fix.
14029
140302000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14031
14032 * term/internal.el (IT-character-translations): More updates of
14033 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14034 documents.
14035
140362000-05-15 Gerd Moellmann <gerd@gnu.org>
14037
14038 * env.el (getenv): New function, interactively callable.
14039 (setenv, getenv): Remove autoload cookies.
14040
14041 * loadup.el: Load `env'.
14042
14043 * progmodes/f90.el: Change author's mail address.
14044
140452000-05-14 Dave Love <fx@gnu.org>
14046
14047 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14048 goto-addr as an option.
14049
14050 * help.el (help-xref-stack): Doc fix.
14051 (help-xref-following): New variable.
14052 (help-make-xrefs): Use it.
14053 (help-xref-go-back): Use position information from stack element.
14054 (help-follow): Make position in stack element a pair. Use
14055 help-xref-following.
14056
14057 * autoarg.el: New file.
14058
14059 * faces.el: Declare more functions obsolete.
14060
14061 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14062 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14063 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14064 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14065 Remove all the setup-...-environment functions.
14066
140672000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14068
14069 * speedbar.el: Updated the commentary section. xemacs20p now uses
14070 >= when detecting. Require `defimage' safely.
14071 (speedbar-easymenu-definition-base): Add toggle for images.
14072 (speedbar-easymenu-definition-special): Add flush cache & expand.
14073 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14074 (speedbar-reconfigure-keymaps-hook): New variable.
14075 (speedbar-frame-parameters): Updated documentation.
14076 (speedbar-use-imenu-flag): Updated custom tag
14077 (speedbar-dynamic-tags-function-list): New variable.
14078 (speedbar-tag-hierarchy-method): Updated doc & custom.
14079 (speedbar-indentation-width, speedbar-indentation-width) New
14080 variables.
14081 (speedbar-hide-button-brackets-flag): Customizable.
14082 (speedbar-vc-indicator): Doc update.
14083 (speedbar-ignored-path-expressions): Updated default value.
14084 (speedbar-supported-extension-expressions): Updated default value.
14085 (speedbar-syntax-table): Remove {} paren status.
14086 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14087 as "+". Added overlay aliases.
14088 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14089 `force-mode-line-update'.
14090 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14091 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14092 `mouse-set-point'
14093 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14094 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14095 of arbitrary text, and new helper functions.
14096 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14097 filename finder.
14098 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14099 (speedbar-directory-buttons): Update path search/expansion.
14100 (speedbar-make-tag-line): Pay attention to
14101 `speedbar-indentation-width'. Use more care w/ invisible
14102 properties.
14103 (speedbar-change-expand-button-char): Call
14104 `speedbar-insert-image-button-maybe'.
14105 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14106 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14107 (speedbar-trim-words-tag-hierarchy)
14108 (speedbar-simple-group-tag-hierarchy): New functions
14109 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14110 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14111 functions.
14112 (speedbar-mouse-set-point): New function
14113 (speedbar-power-click): Updated documentation.
14114 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14115 of tag prefix text.
14116 (speedbar-expand-line, speedbar-contract-line): Make more robust
14117 to strange text.
14118 (speedbar-expand-line): Takes universal argument to flush the
14119 cache.
14120 (speedbar-flush-expand-line): New function.
14121 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14122 Use new generator insertion method.
14123 (speedbar-fetch-dynamic-tags): New function.
14124 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14125 `speedbar-fetch-dynamic-imenu'.
14126 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14127 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14128 "Revert Buffer" menu items.
14129 (speedbar-buffer-buttons-engine): Be smarter when creating a
14130 filename tag (for expansion purposes.).
14131 (speedbar-highlight-one-tag-line,
14132 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14133 (speedbar-recenter): New functions.
14134 (defimage-speedbar): Image loading abstraction.
14135 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14136 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14137 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14138 (speedbar-tag-type, speedbar-tag-mail): New images.
14139 (speedbar-expand-image-button-alist): New variable.
14140 (speedbar-insert-image-button-maybe): Insert an image over some
14141 buttons.
14142
141432000-05-13 Kenichi Handa <handa@etl.go.jp>
14144
14145 * international/mule-cmds.el (encode-coding-char): An ASCII
14146 character is always encodable.
14147
14148 * international/mule-conf.el: Add more information in descriptions
14149 of character sets.
14150
14151 * international/mule-diag.el (describe-char-after): New function.
14152 (describe-font-internal): Adjusted for the change of font-info.
14153 (describe-font): Likewise.
14154 (print-fontset): Rewritten for the new fontset implementation.
14155 (describe-fontset): Include fontset alias names in completion.
14156 (list-fontsets): Adjusted for the change of print-fontset.
14157
14158 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14159 describe-char-after instead of displaying the detail in the echo
14160 area.
14161 (syntax-code-table): Format changed.
14162 (string-to-syntax): Adjusted for the above change.
14163
141642000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14165
14166 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14167
141682000-05-12 Dave Love <fx@gnu.org>
14169
14170 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14171 dependence. Use line-{beginning,end}-position, not
14172 point-at{b,e}ol. Some doc fixes.
14173 (todo-position): New function. Fix callers of position to use it.
14174 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14175
141762000-05-12 Gerd Moellmann <gerd@gnu.org>
14177
14178 * time.el (display-time-mail-icon): Use `:ascent center'.
14179
14180 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14181 handling FTP security extensions.
14182
141832000-05-11 Dave Love <fx@gnu.org>
14184
14185 * calendar/todo-mode.el: New file.
14186
141872000-05-11 Gerd Moellmann <gerd@gnu.org>
14188
14189 * comint.el (comint-read-input-ring): Move reference to
14190 comint-input-ring-size outside of the save-excursion. It was
14191 causing the default value to be the only one ever seen.
14192
14193 * font-lock.el: Update copyright. Remove Simon Marshall's email
14194 address on request from him.
14195
14196 * subr.el (substitute-key-definition): Add comment describing
14197 the meaning of PREFIX.
14198
141992000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14200
14201 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14202
14203 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14204 (add-minor-mode): Don't make the variable buffer-local and add a
14205 reference to define-minor-mode in the docstring.
14206
14207 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14208 HEADER/FOOTER and fix bug with trailing empty directory.
14209 (cvs-append-to-ignore): Use vc-editable-p if available.
14210 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14211 (vc-do-command): Tweak advice to handle the new VC.
14212
14213 * log-view.el (log-view-goto-rev): New function for the new VC.
14214 (log-view-minor-wrap): Use mark-active.
14215
14216 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14217 (log-edit-changelog-full-paragraphs): New var.
14218 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14219 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14220 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14221 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14222 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14223 Replace the `cvs' prefix with `log-edit'.
14224
14225 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14226
14227 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14228 (diff-font-lock-defaults): Explicitly turn off multiline.
14229 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14230 (diff-ediff-patch): Fix call to ediff-patch-file.
14231 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14232 Handle comments.
14233
14234 * frame.el (automatic-hscrolling): Typo.
14235
14236 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14237
142382000-05-09 Sam Steingold <sds@goems.com>
14239
14240 * apropos.el (apropos-print): use `describe-face' instead of
14241 `customize-face-other-window'.
14242
142432000-05-09 Dave Love <fx@gnu.org>
14244
14245 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14246
14247 * help.el (describe-variable): Have customize button pop the
14248 help-xref stack when invoked.
14249 (help-xref-symbol-regexp): Add `face'.
14250 (help-make-xrefs): Check for quoted face names and adapt regexp
14251 submatch numbers to cope.
14252 (help-xref-interned): Maybe insert face doc too. Separate
14253 sections with a line of hyphens.
14254
14255 * faces.el: Some doc fixes. Declare some functions obsolete.
14256 (describe-face): Add customize button. Return the help
14257 text. Fix prompt.
14258
142592000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14260
14261 * term/internal.el (IT-character-translations): Fix last change.
14262
142632000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14264
14265 * woman.el: New file
14266 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14267
142682000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14269
14270 * term/internal.el (IT-character-translations): Update ASCII
14271 simulations for greek-iso8859-7, add latin-iso8859-14 and
14272 latin-iso8859-15.
14273
14274 * international/mule-cmds.el (set-language-info-alist): Call
14275 define-prefix-command with 3 arguments, to make the map suitable
14276 for a menu.
14277
142782000-05-07 Dave Love <fx@gnu.org>
14279
14280 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14281
142822000-05-05 Dave Love <fx@gnu.org>
14283
14284 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14285 list in doc string. Don't quote keyword symbols.
14286 * emacs-lisp/cl.el: Likewise
14287 * emacs-lisp/cl-seq.el: Likewise
14288
142892000-05-05 Gerd Moellmann <gerd@gnu.org>
14290
14291 * abbrev.el (abbrev-mode): Make ARG optional.
14292
142932000-05-04 Gerd Moellmann <gerd@gnu.org>
14294
14295 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14296
14297 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14298
14299 * subr.el (substitute-key-definition): Clarify documentation.
14300
143012000-05-04 Milan Zamazal <pdm@freesoft.cz>
14302
14303 * glasses.el (glasses-convert-to-unreadable): Use
14304 `glasses-separator' instead of the hard-wired "_".
14305 (glasses-mode): Call `glasses-make-unreadable' only in a single
14306 place.
14307
143082000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14309
14310 * term/internal.el (cjk-codepages-alist): Add associations for
14311 Chinese and Korean codepages. Remove FIXME comment.
14312
143132000-05-03 Dave Love <fx@gnu.org>
14314
14315 * time.el (display-time-mail-face, display-time-use-mail-icon):
14316 New option.
14317 (display-time-mail-icon): New variable.
14318 (display-time-string-forms): Use the above. Fix the local-map.
14319
143202000-05-03 Gerd Moellmann <gerd@gnu.org>
14321
14322 * replace.el (query-replace-map): Add binding for `E'.
14323 (query-replace-help): Extend help text.
14324 (perform-replace): Allow editing the replacement string.
14325
14326 * make-mode.el (makefile-mode-abbrev-table): New variable.
14327 (makefile-mode): Set local abbrev table to
14328 makefile-mode-abbrev-table.
14329 (makefile-font-lock-keywords): Fontify includes and conditionals.
14330
14331 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14332 set TOGGLE's value.
14333
14334 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14335 mail-interactive-insert-alias.
14336 (mail-abbrev-complete-alias): New command.
14337 (mail-mode-map): Bind it to `M-TAB'.
14338
143392000-05-03 Kenichi Handa <handa@etl.go.jp>
14340
14341 * language/lao-util.el (lao-compose-region): New function.
14342
143432000-05-02 Gerd Moellmann <gerd@gnu.org>
14344
14345 * files.el (recover-session): Make directories as necessary
14346 if they don't exist yet.
14347
14348 * calendar/cal-french.el
14349 (french-calendar-multibyte-special-days-array)
14350 (french-calendar-special-days-array): Change French text.
14351 (calendar-french-date-string): Change output.
14352 (calendar-goto-french-date): Likewise.
14353
143542000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14355
14356 * wid-edit.el (widget-default-active): Obey `:always-active'.
14357 (widget-documentation-string-value-create): Set `:always-active'.
14358
143592000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14360
14361 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14362 default prefix to `~/_emacs.d/auto-save.list/_s'.
14363 (normal-top-level): Create the directory for auto-save files, if
14364 it doesn't already exist (in the ms-dos case only).
14365
143662000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14367
14368 * international/mule-cmds.el (set-language-environment): Don't
14369 concat an integer (dos-codepage), use format instead.
14370
143712000-05-02 Dave Love <fx@gnu.org>
14372
14373 * help.el (help-xref-on-pp): Check for constant symbols.
14374
143752000-04-29 Gerd Moellmann <gerd@gnu.org>
14376
14377 * startup.el (normal-top-level): Put a condition-case around
14378 the code loading subdirs.el.
14379
143802000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14381
14382 * ps-print.el: Upside-down and face background color printing,
14383 line number step, doc fix.
14384 (ps-print-version): New version number (5.2).
14385 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14386 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14387 (ps-spool-config): Var fix.
14388 (ps-printer-name-option): Const fix.
14389 (ps-print-upside-down, ps-use-face-background)
14390 (ps-line-number-step): New vars.
14391 (ps-window-system, ps-lp-system): New consts.
14392 (ps-face-background): New fun.
14393
143942000-04-28 Richard Stallman <rms@gnu.org>
14395
14396 * files.el (make-auto-save-file-name):
14397 Apply auto-save-file-name-transforms to visited file name
14398 before generating auto save file name.
14399 (auto-save-file-name-transforms): New variable.
14400
14401 * files.el (backup-enable-predicate):
14402 Correctly test for a file under a temporary directory.
14403
144042000-04-28 Gerd Moellmann <gerd@gnu.org>
14405
14406 * subr.el (add-minor-mode): Rewritten.
14407
144082000-04-28 Kenichi Handa <handa@etl.go.jp>
14409
14410 * mail/sendmail.el (sendmail-send-it): Set
14411 buffer-file-coding-system to the selected coding system for MIME
14412 header.
14413
144142000-04-27 Gerd Moellmann <gerd@gnu.org>
14415
14416 * dired.el (dired-move-to-filename-regexp): Allow format where
14417 YYYY is followed by two spaces.
14418
14419 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14420 in the second character class of the regexp.
14421
14422 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14423 mh-etc, too.
14424
14425 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14426 nil.
14427
14428 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14429
14430 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14431 argument.
14432
144332000-04-27 Sen Nagata <sen@eccosys.com>
14434
14435 * emacs-lisp/crm.el (crm-completion-table): New variable.
14436 (crm-collection-fn, crm-test-completion)
14437 (completing-read-multiple): Use it.
14438
144392000-04-27 Dave Love <fx@gnu.org>
14440
14441 * help.el (locate-library): Use mapc.
14442 (help-manyarg-func-alist): Add call-process-region.
14443
144442000-04-26 Gerd Moellmann <gerd@gnu.org>
14445
14446 * subr.el (add-minor-mode): Make argument MAP optional.
14447
14448 * desktop.el (desktop-save): Save list of minor modes.
14449 (desktop-create-buffer): Restore minor modes.
14450 (desktop-minor-mode-table): New user-option.
14451
14452 * subr.el (add-minor-mode): New function.
14453
14454 * image.el (find-image): New function.
14455 (defimage): Rewritten to find image at load time.
14456
14457 * startup.el (normal-top-level-add-to-load-path): Handle
14458 case that the default directory is not in load-path.
14459
14460 * help.el: Old patch from Stefan Monnier.
14461 (help-xref-on-pp): New function.
14462 (describe-variable): Use it to display xrefs in a symbol's value.
14463
144642000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14465
14466 * cus-edit.el (custom-face): Fix parenthesis.
14467
144682000-04-26 Kenichi Handa <handa@etl.go.jp>
14469
14470 * mail/rmail.el (rmail-expunge): When there are no deleted
14471 messages, do nothing.
14472
144732000-04-26 Dave Love <fx@gnu.org>
14474
14475 * international/mule-cmds.el (locale-translation-file-name):
14476 Defvar to nil.
14477 (set-locale-environment): Set it here (at runtime).
14478
144792000-04-25 Gerd Moellmann <gerd@gnu.org>
14480
14481 * replace.el (perform-replace): Add parameters START and END. Use
14482 them instead of the check for a region in Transient Mark mode.
14483 (query-replace-read-args): Return two more list elements for the
14484 start and end of the region in Transient Mark mode.
14485 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14486 (map-query-replace-regexp, replace-string, replace-regexp): Add
14487 optional last arguments START and END and pass them to
14488 perform-replace.
14489
14490 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14491 form with additional arguments for perform-replace.
14492
14493 * progmodes/etags.el (tags-query-replace): Add parameters START
14494 and END. Construct a form with additional arguments for
14495 perform-replace.
14496
14497 * simple.el (shell-command): Set default directory for "*Shell
14498 Command Output" buffer.
14499
14500 * language/european.el (iso-latin-4): Fix typo.
14501
14502 * emacs-lisp/crm.el: New file.
14503
145042000-04-24 Dave Love <fx@gnu.org>
14505
14506 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14507 (Custom-reset-saved, Custom-reset-standard)
14508 (custom-group-value-create, custom-group-set, custom-group-save)
14509 (custom-group-reset-current, custom-group-reset-saved)
14510 (custom-group-reset-standard): Use mapc.
14511 (custom-buffer-create-internal): Disable undo when creating items.
14512 Use mapc.
14513 (custom-face): Avoid redundant lambda.
14514
145152000-04-24 Gerd Moellmann <gerd@gnu.org>
14516
14517 * startup.el (auto-save-list-file-prefix): Set default to
14518 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14519
145202000-04-24 Sam Steingold <sds@gnu.org>
14521
14522 * time-stamp.el (time-stamp-string-preprocess): Always convert
14523 `field-result' to a string.
14524
145252000-04-24 Gerd Moellmann <gerd@gnu.org>
14526
14527 * frame.el (scrolling): New group.
14528 (automatic-hscrolling): New user-option.
14529
14530 * startup.el (command-line-x-option-alist): Add `-lsp' and
14531 `--line-spacing'.
14532
145332000-04-19 Dave Love <fx@gnu.org>
14534
14535 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14536 (cl-mapc): Rename from mapc. Fix the funcall.
14537
145382000-04-19 Gerd Moellmann <gerd@gnu.org>
14539
14540 * simple.el (clone-indirect-buffer-other-window): New command.
14541 (clone-indirect-buffer): Add optional arg NORECROD.
14542 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14543
14544 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14545
14546 * window.el (count-screen-lines): New function.
14547 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14548 instead of window-buffer-height.
14549
14550 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14551 non-existing variable comint-input-sentinel.
14552 (inferior-lisp-args-to-list): Removed.
14553 (inferior-lisp): Use split-string instead of
14554 inferior-lisp-args-to-list.
14555
14556 * hexl.el (hexl-insert-hex-string): New command.
14557
14558 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14559 instead of concat.
14560
145612000-04-18 Gerd Moellmann <gerd@gnu.org>
14562
14563 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14564 at the start of an existing but empty folder.
14565
145662000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14567
14568 * ps-mule.el: Customization fix, doc fix.
14569 (ps-multibyte-buffer): Customization fix.
14570
145712000-04-17 Richard M. Stallman <rms@gnu.org>
14572
14573 * subr.el (read-passwd): Use read-char-exclusive.
14574
145752000-04-17 Gerd Moellmann <gerd@gnu.org>
14576
14577 * textmodes/texinfo.el (texinfo-insert-@email)
14578 (texinfo-insert-@emph, texinfo-insert-@quotation)
14579 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14580 (texinfo-mode-map): Add key bindings for them.
14581
14582 * files.el (basic-save-buffer-2): Use a template with `$'
14583 instead of `#' for VMS.
14584
14585 * simple.el (clone-indirect-buffer): New function.
14586
145872000-04-16 Stephen Eglen <stephen@gnu.org>
14588
14589 * iswitchb.el (iswitchb-case): New function. If the user input
14590 contains any upper-case characters, the search is made
14591 case-sensitive.
14592
145932000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14594
14595 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14596 comment-end.
14597 (texinfo-font-lock-syntactic-keywords): New var.
14598 (texinfo-font-lock-keywords): Remove comment regexp.
14599 (texinfo-insert-block): New function.
14600 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14601 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14602 and font-lock-defaults. Use regexp-opt for outline-regexp.
14603 (texinfo-environments): New var.
14604 (texinfo-environment-regexp): Use regexp-opt and
14605 texinfo-environments.
14606
14607 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14608 ispell-process is bound since this might be eval'd before ispell
14609 is loaded.
14610 (ispell-message): Use a tiny bit less magic and a bit more hard
14611 data to figure out what kind of sc-cite-regexp to use.
14612
14613 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14614
14615 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14616 (insert-cyclic-diary-entry): Unquote the lambda.
14617
14618 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14619
14620 * files.el (backup-enable-predicate): Unquote the lambda.
14621
14622 * cus-edit.el (custom-face, face): Unquote the lambda.
14623
146242000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14625
14626 * ps-print.el: Check for line-beginning-position definition.
14627
14628 * ps-print.el: Fix counting lines in a region.
14629 (ps-print-version): New version number (5.1.5).
14630 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14631 (ps-printing-region): Fun code fix.
14632
146332000-04-15 Gerd Moellmann <gerd@gnu.org>
14634
14635 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14636 to file-directory-p.
14637
146382000-04-14 Gerd Moellmann <gerd@gnu.org>
14639
14640 * gud.el (gud-jdb-build-source-files-list): Check that directory
14641 exists before calling directory-files.
14642
146432000-04-13 Dave Love <fx@gnu.org>
14644
14645 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14646 syntax.
14647
14648 * emacs-lisp/cl-specs.el: Remove when, unless.
14649
14650 * emacs-lisp/cl-extra.el: Don't quote keywords.
14651 (cl-old-mapc): New variable.
14652 (mapc): Use it.
14653 (cl-map-intervals): Use with-current-buffer. Don't check for
14654 next-property-change.
14655 (cl-map-overlays): Use with-current-buffer.
14656 (cl-expt): Remove.
14657 (copy-tree, remprop): Define unconditionally.
14658
14659 * emacs-lisp/cl-compat.el (keywordp): Remove.
14660
14661 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14662 to use keywordp.
14663 (edebug-spec): Enable keywordp.
14664
14665 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14666 string-lessp.
14667
14668 * cus-start.el: Use keywordp.
14669
146702000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14671
14672 * diary-lib.el (include-other-diary-files): Fix the fix of
14673 2000-02-18 by doing a save-excursion.
14674
146752000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14676
14677 * ps-print.el: Customization fix, doc fix.
14678 (ps-print-version): New version number (5.1.4).
14679 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14680 (ps-print-preprint): Adjust code.
14681 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14682 (ps-print-prologue-header, ps-print-control-characters)
14683 (ps-spool-config): Customization fix.
14684
146852000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14686
14687 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14688 converted to the new menu-item format, names silightly changed,
14689 help strings added.
14690
14691 Support for spelling without async subprocesses:
14692
14693 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14694 (ispell-session-buffer): New variables.
14695 (ispell-start-process, ispell-process-status,
14696 ispell-accept-output, ispell-send-string): New functions, for
14697 Ispell invocation when async subprocesses aren't supported.
14698 (ispell-word, ispell-pdict-save, ispell-command-loop,
14699 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14700 to process-send-string with calls to ispell-send-string, and
14701 accept-process-output with ispell-accept-output.
14702 (ispell-init-process): Call ispell-process-status instead of
14703 process-status with.
14704 (ispell-init-process): Call ispell-start-process. Call
14705 ispell-accept-output and ispell-send-string. Don't call
14706 process-kill-without-query and kill-process if they are unbound.
14707 (ispell-async-processp): New function.
14708
147092000-04-12 Dave Love <fx@gnu.org>
14710
14711 * info.el: Add debug-ignored-errors.
14712 (Info-mode-menu): Add some items.
14713 (Info-directory): Add autoload cookie.
14714
14715 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14716 Modify `truncate-lines'. Make `describe-language-environment'
14717 always visible and add help. Modify `describe-key' help. Invoke
14718 Info-directory from `info'. New entry `emacs-manual'.
14719
147202000-04-10 Gerd Moellmann <gerd@gnu.org>
14721
14722 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14723 propertized-buffer-identification.
14724 (ebrowse-update-member-buffer-mode-line): Likewise.
14725 (ebrowse--mode-strings): Removed.
14726 (ebrowse--mode-line-props): Removed.
14727
14728 * files.el (auto-mode-alist): Add `EBROWSE'.
14729
14730 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14731 space before testing for end of buffer.
14732 (ebrowse-load): Removed.
14733 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14734 (ebrowse-create-tree-buffer): Rewritten.
14735 (ebrowse-tree-mode): Read tree from buffer.
14736
14737 * progmodes/ebrowse-ffh.el: Removed.
14738
147392000-04-10 Kenichi Handa <handa@etl.go.jp>
14740
14741 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14742
147432000-04-10 Gerd Moellmann <gerd@gnu.org>
14744
14745 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14746 at the wrong place.
14747
147482000-04-09 Dave Love <fx@gnu.org>
14749
14750 * files.el (backup-enable-predicate): Use
14751 temporary-file-directory, small-temporary-file-directory.
14752 (make-backup-file-name-function, backup-directory-alist): New
14753 variables.
14754 (make-backup-file-name-1): New function.
14755 (make-backup-file-name): Use it.
14756 (find-backup-file-name): Likewise. Use format for clarity, not
14757 concat.
14758 (file-newest-backup): Use make-backup-file-name.
14759
147602000-04-09 Gerd Moellmann <gerd@gnu.org>
14761
14762 * progmodes/ebrowse-ffh.el: New file.
14763
14764 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14765 to ebrowse-ffh.el.
14766 (ebrowse-load): Add autoload.
14767
14768 * finder.el (finder-commentary): Add autoload cookie.
14769
14770 * mail/rfc2368.el: Correct author's email address.
14771
14772 * progmodes/ebrowse.el: New file.
14773
14774 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14775 item help string.
14776 (easy-menu-do-add-item): Ditto.
14777 (easy-menu-define): Extend doc string.
14778
14779 * jit-lock.el (with-buffer-unmodified): Use
14780 restore-buffer-modified-p.
14781 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14782 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14783 with-buffer-unmodified.
14784
147852000-04-08 Dave Love <fx@gnu.org>
14786
14787 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14788 unless, when.
14789
147902000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14791
14792 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14793 (viper-flash-search-pattern): No operation when using Emacs
14794 doesn't support face.
14795 Use `viper-put-on-search-overlay'.
14796
147972000-04-04 Gerd Moellmann <gerd@gnu.org>
14798
14799 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14800 like C-r.
14801
14802 * progmodes/make-mode.el: Some doc fixes.
14803 (makefile-mode-abbrev-table): New variable.
14804 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14805 (makefile-font-lock-keywords): Fontify includes and conditionals.
14806 (toplevel): Require `dabbrev' and `add-log' when compiling.
14807
14808 * replace.el (perform-replace): Don't move forward one char
14809 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14810 to do that because it leaves point 1 position after the last
14811 replacement, after everything has been replaced.
14812
14813 * jit-lock.el (with-buffer-unmodified): New macro.
14814 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14815 modified state.
14816 (jit-lock-function-1): Extracted from jit-lock-function; not
14817 preserving buffer's modified state.
14818 (jit-lock-function, jit-lock-stealth-fontify): Call
14819 jit-lock-function-1.
14820
14821 * mail/rfc2368.el: Remove supernumerary copyright line.
14822
148232000-04-04 Milan Zamazal <pdm@freesoft.cz>
14824
14825 * glasses.el: Provide facilities for inserting space before left
14826 parentheses and uncapitalization of identifiers.
14827 (glasses-mode): Try to remove old overlays in all cases.
14828
148292000-04-03 Gerd Moellmann <gerd@gnu.org>
14830
14831 * progmodes/compile.el (compile-internal): Display the compilation
14832 buffer in a different frame, if it's already displayed there.
14833
14834 * mail/rfc2368.el: New file.
14835
14836 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14837 header and insert its value as mail body.
14838
14839 * subr.el (member-ignore-case): New function.
14840
14841 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14842 (dabbrev--find-expansion): Ignore buffers matching a regexp
14843 from dabbrev-ignored-regexps.
14844
14845 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14846 to extensions handled by gzip.
14847
148482000-04-03 Richard M. Stallman <rms@gnu.org>
14849
14850 * files.el (insert-directory): List the total free space
14851 along with the used space.
14852
14853 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14854 line is followed by one that matches CITATION-REGEXP, end the
14855 paragraph.
14856
148572000-04-03 Markus Rost <rost@delysid.gnu.org>
14858
14859 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14860 (rmail-make-basic-summary-line): Use that option.
14861
148622000-04-03 Kenichi Handa <handa@etl.go.jp>
14863
14864 * international/mule-cmds.el (encoded-string-description):
14865 Rewritten. Try pretty description for ISO 2022 escape sequences
14866 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14867 for hexadecimal format.
14868
148692000-04-01 Dave Love <fx@gnu.org>
14870
14871 * cpp.el: Change customization group to `c' from `C'.
14872
14873 * vcursor.el (vcursor-move): Use display-color-p.
14874
14875 * international/mule-util.el: Provide mule-utils.
14876 (string-to-sequence): Simplify and speed up.
14877
14878 * international/mule.el (make-coding-system): Purecopy doc-string.
14879
14880 * international/mule-cmds.el: Various menu changes.
14881 (describe-specified-language-support): Handle `Default'.
14882 (set-language-info): Purecopy `info'.
14883
148842000-03-31 Andrew Innes <andrewi@gnu.org>
14885
14886 * vc.el (vc-backend-diff): Return the correct status if we had to
14887 retry the rcsdiff command without the --brief option.
14888
148892000-03-31 Dave Love <fx@gnu.org>
14890
14891 * help.el (help-manyarg-func-alist): Correct several omissions.
14892
14893 * add-log.el: Don't require cl, fortran.
14894 (add-log-current-defun-function): Doc fix.
14895 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14896 fix.
14897 (change-log-version-rcs): Function deleted.
14898 (change-log-version-number-search): Doc fix. Use
14899 vc-workfile-version. Avoid CL dolist.
14900 (add-change-log-entry): Just call add-log-current-defun to get
14901 defun. Simplify somewhat.
14902 (change-log-get-method-definition-1): Likewise.
14903 (add-log-current-defun): Return nil if calling
14904 add-log-current-defun-function does so. Move Fortran stuff to
14905 fortran.el. Return string without properties.
14906
14907 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14908 and :alpha: char classes.
14909
14910 * mail/supercite.el: Defvar curline when compiling.
14911 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14912 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14913 rather than a-zA-Z0-9 to allow non-ASCII characters.
14914
149152000-03-31 Gerd Moellmann <gerd@gnu.org>
14916
14917 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14918
14919 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14920 Re-enable new code.
14921
14922 * lpr.el (print-region-1): Use -d to specify printer name for
14923 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14924
149252000-03-31 Dave Love <fx@gnu.org>
14926
14927 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14928 for function definition in symbol's function value slot first
14929 instead of first consulting byte-compile-function-environment.
14930
149312000-03-31 Kenichi Handa <handa@etl.go.jp>
14932
14933 * language/european.el ("Polish"): New language environment.
14934 (setup-polish-environment): New function.
14935
149362000-03-30 Gerd Moellmann <gerd@gnu.org>
14937
14938 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14939 Disable new code.
14940
14941 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14942 trying to `load' the symbol of an autoload instead of the file
14943 recorded in the autoload. Fix error messages.
14944
149452000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14946
14947 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14948 (ps-print-version): New version number (5.1.3).
14949 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14950 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14951 (ps-generate-postscript-with-faces): Code fix.
14952 (ps-color-values): XEmacs compatibility.
14953 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14954 (ps-default-fg, ps-default-bg): Adjust customization.
14955 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14956 (ps-color-scale): Renaming old ps-color-value fun.
14957 (ps-print-headers): Replace ps-print-header group to avoid conflict
14958 with ps-print-header variable.
14959 (ps-print-miscellany): New group.
14960 (ps-format-color, ps-rgb-color): New funs.
14961 (ps-default-foreground): New var.
14962 (ps-printer-name-option): New const.
14963
149642000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14965
14966 * net/net-utils.el:
14967 (network-connection-host, network-connection-service): New variables
14968 (network-connection-mode): New mode, derived from comint-mode
14969 (network-connection-mode-setup): New function, saves host and
14970 service information in local variables.
14971
14972 * lisp/locate.el:
14973 (locate-word-at-point): Added this function
14974 (locate): Default to using locate-word-at-point as input
14975 Run dired-mode-hook
14976
149772000-03-29 Dave Love <fx@gnu.org>
14978
14979 * calendar/appt.el: Doc fixes.
14980 (appt-check): Convert min-to-app to a string before passing to
14981 appt-disp-window-function or concat.
14982 (appt-delete-window): Remove test for frame-root-window.
14983 (appt-select-lowest-window, appt-convert-time): Simplify.
14984
14985 * emacs-lisp/bytecomp.el: Doc fixes.
14986 (byte-compile-file-form-autoload): Update
14987 byte-compile-function-environment.
14988
149892000-03-29 Andreas Schwab <schwab@suse.de>
14990
14991 * emacs-lisp/autoload.el: Also print defsubst doc string
14992 specially.
14993
14994 * dired.el (dired-insert-directory): If dired-free-space-program
14995 failed just delete its output.
14996
149972000-03-29 Dave Love <fx@gnu.org>
14998
14999 * international/iso-cvt.el: Move provide to end. Doc fixes.
15000 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15001 (iso-iso2sgml, iso-sgml2iso): New functions.
15002 (iso-cvt-define-menu): Fix some entries and use backquote for
15003 clarity.
15004
15005 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15006
150072000-03-28 Gerd Moellmann <gerd@gnu.org>
15008
15009 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15010 ISO-DATE. If non-nil, return date in ISO 8601 format.
15011
150122000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15013
15014 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15015 if it ever becomes used.
15016 (log-edit-mode-hook): Default to vc-log-mode-hook.
15017 (log-edit-mode): Fix the docstring.
15018
15019 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15020 the code.
15021
150222000-03-26 Dave Love <fx@gnu.org>
15023
15024 * net/browse-url.el (browse-url): Re-fix case of
15025 browse-url-browser-function being an alist.
15026 (browse-url): Add :link to defgroup.
15027
15028 * files.el: Doc fixes.
15029 (file-truename): Include `[' in wildcard characters.
15030 (automount-dir-prefix): Customize.
15031 (find-file-wildcards): Add :version.
15032 (find-file-noselect): Simplify a mapcar call.
15033
15034 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15035 compatible with inf-lisp version.
15036 (eval-defun-1): Fix custom-declare-variable case.
15037
150382000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15039
15040 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15041
150422000-03-24 Gerd Moellmann <gerd@gnu.org>
15043
15044 * Makefile (COMPILE_FIRST): New macro.
15045 (compile-files): Compile files from COMPILE_FIRST first.
15046
15047 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15048 code.
15049
15050 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15051 matching open parenthesis in column 0 to defun-prompt-regexp
15052 only if open-paren-in-column-0-is-defun-start is set.
15053
15054 * sun-curs.el: Require CL at compile-time only.
15055
15056 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15057 instead of copy-list which is a function from CL.
15058 (msb--choose-menu, msb--mode-menu-cond)
15059 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15060 (msb--init-file-alist): Use mapcar instead of mapcan.
15061 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15062 `(' in column 0 in doc string.
15063 (msb--add-separators): Use mapcar instead of mapcan.
15064
15065 * cus-dep.el: Require CL at compile-time only.
15066
150672000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15068
15069 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15070 (byte-compile-warnings): New warning `noruntime'.
15071 (byte-compile-constants, byte-compile-variables): Fix docstring.
15072 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15073 execute `eval-whenc-compile's body.
15074 (byte-compile-unresolved-functions): Fix docstring.
15075 (byte-compile-eval): New function.
15076 (byte-compile-callargs-warn): Check if the function will be available
15077 at runtime (via property `byte-compile-noruntime').
15078 (byte-compile-print-syms): New function.
15079 (byte-compile-warn-about-unresolved-functions): Also warn about
15080 `noruntime' functions (and use `byte-compile-print-syms').
15081 (byte-compile-file): Capitalize the message.
15082
150832000-03-24 Gerd Moellmann <gerd@gnu.org>
15084
15085 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15086 (rmail-expunge): Ask for confirmation depending on the setting
15087 of rmail-confirm-expunge.
15088
150892000-03-23 Gerd Moellmann <gerd@gnu.org>
15090
15091 * Makefile (bootstrap-clean): If $(emacs) exists, build
15092 loaddefs.el first. A loaddefs.el that's not up-to-date might
15093 cause a bootstrap failure because things don't autoload as
15094 expected.
15095
150962000-03-23 Dave Love <fx@gnu.org>
15097
15098 * net/browse-url.el: Restore previous use of
15099 browse-url-maybe-new-window.
15100
151012000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15102
15103 * ps-print.el: Skip banner page fix.
15104 (ps-print-version): New version number (5.1.2).
15105 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15106
151072000-03-23 Dave Pearson <davep@davep.org>
15108
15109 * net/quickurl.el Changed the type of parameter passed to the
15110 function defined by `quickurl-format-function'. Before only the
15111 text of the URL was passed. Now the whole URL structure is passed
15112 and the function is responsible for extracting the parts it
15113 requires. Changed the default of `quickurl-format-function'
15114 accordingly.
15115 (quickurl-insert): Changed the `funcall' of
15116 `quickurl-format-function' to match the above change.
15117 (quickurl-list-insert): Changed the `url' case so that it makes
15118 use of `quickurl-format-function', previous to this the format was
15119 hard wired.
15120
151212000-03-22 Gerd Moellmann <gerd@gnu.org>
15122
15123 * startup.el: Change some spellings for the X Window System.
15124
151252000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15126
15127 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15128 up the code and the regexp and make sure the cursor is temporarily
15129 moved to the suspicious line while querying the user.
15130
151312000-03-22 Jason Rumney <jasonr@gnu.org>
15132
15133 * w32-fns.el (w32-charset-info-alist): Initialize.
15134
151352000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15136
15137 * ps-print.el: N-up last page fix.
15138 (ps-print-version): New version number (5.1.1).
15139 (ps-end-file, ps-end-job, ps-generate): Code fix.
15140
151412000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15142
15143 * files.el (find-file-run-dired): Update docstring.
15144 (find-directory-functions): New hook.
15145 (find-file-noselect): Run find-directory-functions rather than
15146 calling dired directly.
15147
15148 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15149
15150 * pcvs.el: Add a minimal leading commentary.
15151 (cvs-make-cvs-buffer): Change the header part by removing the startup
15152 message and adding a `Module' entry. Also replace the FOOTER and
15153 HEADER special fileinfos with the new support in ewoc for updating
15154 its own footer and header.
15155 (cvs-update-header): Update to use the header/footer of the ewoc.
15156 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15157 (cvs-is-within-p): New function.
15158 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15159 to only examine some subset of the buffers.
15160
15161 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15162 `format' instead of our own ad-hoc functions.
15163 Remove HEADER and FOOTER cases, now handled in the EWOC.
15164 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15165
15166 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15167 output to avoid scaring the user.
15168 (cvs-parse-table): Catch message for non-up-to-date commits.
15169
15170 * pcvs-defs.el (cvs-startup-message): Remove.
15171 (cvs-global-menu): New autoloaded menu.
15172
15173 * pcvs-util.el (cvs-string-fill): Remove.
15174
15175 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15176 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15177 PP part of it and also make it work for footers and headers.
15178 (ewoc-create): Drop POS and BUFFER arguments.
15179 Use the DLL's dummy node to store the end-of-footer position.
15180 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15181 (ewoc-refresh): Remove unused `header' variable.
15182 (ewoc-(get|set)-hf): New functions.
15183
15184 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15185 log-view-*-(message|file) and use easy-mmode-define-navigation.
15186 (log-view-message-re): Match SCCS format as well.
15187 And match the revision line rather than the dashed separator line.
15188 (log-view-mode): Use the new define-derived-mode.
15189 (log-view-current-tag): Fill in with an actual implementation.
15190
15191 * cvs-status.el (cvs-status-(prev|next)): Rename from
15192 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15193 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15194 to let the output "breathe" a little more (more readable).
15195 (cvs-status-mode): Use the new define-derived-mode.
15196
15197 * smerge-mode.el (smerge-auto-leave): New function and variable.
15198 (smerge-basic-map): Rename from smerge-basic-keymap.
15199 Change the bindings for smerge-diff-*.
15200 (smerge-*-map): Use easy-mmode-defmap.
15201 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15202 (smerge-keep-*): Use smerge-auto-leave.
15203
152042000-03-21 Jason Rumney <jasonr@gnu.org>
15205
15206 * cus-edit.el (custom-button-face): Use 3D look for w32.
15207 (custom-button-pressed-face): Likewise.
15208
152092000-03-21 Gerd Moellmann <gerd@gnu.org>
15210
15211 * progmodes/etags.el (tags-case-fold-search): New user-option.
15212 (tags-loop-eval): New function. Bind case-fold-search around eval
15213 depending on the value of tags-case-fold-search.
15214 (tags-loop-continue): Use tags-loop-eval.
15215 (find-tag-in-order): Bind case-fold-search depending on the value
15216 of tags-case-fold-search.
15217
152182000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15219
15220 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15221 (diff-end-of-hunk): Return the end position for use in
15222 `easy-mmode-define-navigation'.
15223 (diff-recenter): Remove.
15224 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15225 of `easy-mmode-define-navigation'.
15226 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15227 previous renaming) and fix to use new names.
15228 (diff-merge-strings): Use \n as separator: simpler, faster.
15229 (diff-mode): Use `define-derived-mode'.
15230
15231 * derived.el (define-derived-mode): Don't autoload anymore.
15232 Prefer the macro-only version provided by easy-mmode.el.
15233
15234 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15235 `easy-mmode-define-derived-mode'.
15236 Use `combine-run-hooks'.
15237 (easy-mmode-define-navigation): New macro.
15238
15239 * subr.el (combine-run-hooks): New function.
15240
152412000-03-21 Kenichi HANDA <handa@etl.go.jp>
15242
15243 * term/x-win.el: Fontsets related initialization is simplified.
15244
15245 * international/mule-diag.el (describe-font): Don't refer to
15246 global-fontset-alist, instead call font-list.
15247 (describe-fontset, list-fontsets, mule-diag): Likewise.
15248 (print-fontset): Adjusted for the change of fontset
15249 implementation.
15250
15251 * international/fontset.el (x-charset-registries): Variable
15252 removed, instead the corresponding data is stored in the default
15253 fontset.
15254 (register-alternate-fontnames): Function removed.
15255 (resolved-ascii-font): Variable removed.
15256 (x-compose-font-name): Ignore the second argument REDOCE.
15257 (x-complement-fontset-spec): Complement only an ASCII font and
15258 element for those charsets than can use that ASCII font.
15259 (generate-fontset-menu): Don't refer to global-fontset-alist,
15260 instead call fontset-list.
15261 (uninstantiated-fontset-alist): Variable removed.
15262 (x-style-funcs-alist): Likewise.
15263 (fontset-default-styles): Likewise.
15264 (x-modify-font-name): Function removed.
15265 (create-fontset-from-fontset-spec): Ignore the argument
15266 STYLE-VARIANT.
15267 (create-fontset-from-ascii-font): Docsting adjusted for the above
15268 change.
15269 (instantiate-fontset, resolve-fontset-name): Functions removed.
15270 (fontset-list): Now implemented by C code.
15271
15272 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15273 (describe-face): Include `font' attribute in the description.
15274
152752000-03-21 Kenichi Handa <handa@etl.go.jp>
15276
15277 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15278
152792000-03-20 Gerd Moellmann <gerd@gnu.org>
15280
15281 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15282 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15283 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15284
15285 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15286 about behavior of set-buffer-modified-p wrt redisplay.
15287
152882000-03-19 Richard M. Stallman <rms@gnu.org>
15289
15290 * view.el (view-mode-disable): Kill local binding of view-read-only.
15291
152922000-03-18 Gerd Moellmann <gerd@gnu.org>
15293
15294 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15295 is a string, convert it to a syntax cell using string-to-syntax.
15296
15297 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15298 (string-to-syntax): New function.
15299
15300 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15301 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15302 try to use passive ftp mode.
15303
153042000-03-17 Gerd Moellmann <gerd@gnu.org>
15305
15306 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15307
15308 * simple.el (append-to-buffer): Update point of windows after
15309 insertion.
15310
15311 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15312 forward then moving backward. Reindent.
15313
15314 * frame.el (other-frame): Call x-focus-frame only if
15315 focus-follows-mouse is off.
15316
153172000-03-17 Dave Love <fx@gnu.org>
15318
15319 * pcvs-util.el (cvs-strings->string): Rename
15320 replace-regexps-in-string.
15321
153222000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15323
15324 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15325 regexp for labels cannot span several lines.
15326
15327 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15328 `(setq :<key> ':<key>)' to the macro expansion.
15329
153302000-03-16 Dave Love <fx@gnu.org>
15331
15332 * progmodes/f90.el (f90): Put custom group under `languages', not
15333 `fortran'.
15334 (f90-mode-hook): Customize.
15335 (f90-mode): Set add-log-current-defun-function.
15336 (f90-current-defun): New function.
15337
153382000-03-16 Gerd Moellmann <gerd@gnu.org>
15339
15340 * cus-edit.el (custom-variable-tag-face): Handle case that
15341 default face's height is not a number.
15342 (custom-face-tag-face, custom-group-tag-face-1)
15343 (custom-group-tag-face): Ditto.
15344 (custom-group-tag-face-1): Add :group.
15345
15346 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15347
153482000-03-15 Gerd Moellmann <gerd@gnu.org>
15349
15350 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15351 requiring easymenu.
15352
153532000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15354
15355 * ps-print.el: PostScript user-defined prologue, PostScript error
15356 handler, doc fix.
15357 (ps-print-version): New version number (5.1).
15358 (ps-user-defined-prologue, ps-error-handler-message)
15359 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15360 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15361 (ps-insert-string): New function.
15362
153632000-03-15 Kenichi Handa <handa@etl.go.jp>
15364
15365 * international/ccl.el (ccl-compile-expression): Don't generate
15366 invalid self-assignment code.
15367
153682000-03-14 Dave Love <fx@gnu.org>
15369
15370 * subr.el (replace-regexp-in-string): Renamed from
15371 replace-regexps-in-string. Doc fix.
15372
153732000-03-12 Dave Love <fx@gnu.org>
15374
15375 * cus-edit.el: Doc fixes.
15376 (customize-set-variable, customize-save-variable): Rename args for
15377 doc.
15378 (custom-variable-tag-face, custom-face-tag-face)
15379 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15380 style which user identify as hyperlink.
15381 (hook): Don't add undefined functions to the hook.
15382 (debug-ignored-errors): Transfer message from bindings.el.
15383
153842000-03-12 Gerd Moellmann <gerd@gnu.org>
15385
15386 * recentf.el (recentf-keep-non-readable-files-p): Remove
15387 double/nested definition.
15388
153892000-03-12 Dave Love <fx@gnu.org>
15390
15391 * facemenu.el (facemenu-get-face): Use display-color-p.
15392 * enriched.el (enriched-decode-foreground): Likewise.
15393 (enriched-decode-background): Likewise.
15394 * isearch.el (isearch-highlight): Likewise.
15395 * info-look.el (info-lookup): Likewise.
15396 * simple.el (completion-setup-function): Likewise.
15397
15398 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15399 :options.
15400
15401 * bindings.el (mode-line-format): Fix line-number and
15402 column-number items. Add help-echo for the background.
15403 (mode-line-mule-info): Modify help-echo.
15404
15405 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15406
15407 * files.el (load-file): Allow completion to .elc.
15408
15409 * man.el: Doc fixes.
15410 (Man-init-defvars): Use display-color-p to set fontification.
15411
15412 * play/hanoi.el (hanoi-internal): Don't use oddp.
15413
154142000-03-12 Gerd Moellmann <gerd@gnu.org>
15415
15416 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15417
15418 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15419
154202000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15421
15422 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15423 Fix comment.
15424
154252000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15426
15427 * font-lock.el (font-lock-keywords): Fix the doc now that
15428 regexp-opt-depth is unnecessary.
15429 (save-buffer-state): Set an edebug spec.
15430 (font-lock-fontify-anchored-keywords): Properly handle the case when
15431 the matcher goes past the limit.
15432
15433 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15434 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15435
15436 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15437 dll.el and cookie.el (from Elib) with heavy renaming and other
15438 massaging.
15439
15440 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15441 Autoload the functions used.
15442 (easy-mmode-define-syntax): Fix CL typo.
15443 (easy-mmode-define-derived-mode): Improve the docstring generation.
15444
154452000-03-10 Gerd Moellmann <gerd@gnu.org>
15446
15447 * textmodes/texinfo.el (texinfo-version): Variable and function
15448 removed.
15449
154502000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15451
15452 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15453 allow more flexibility.
15454 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15455 fns.
15456 (easy-mmode-defmap, easy-mmode-defsyntax)
15457 (easy-mmode-define-derived-mode): New macros.
15458
154592000-03-09 Didier Verna <didier@xemacs.org>
15460
15461 * rect.el (replace-rectangle): New function.
15462
154632000-03-09 Dave Love <fx@gnu.org>
15464
15465 * progmodes/fortran.el (fortran-comment-line-start): Define as
15466 "C".
15467 (fortran-comment-line-start-skip): Don't match cpp stuff.
15468 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15469 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15470 (fortran-mode): Don't set fortran-comment-line-start-skip,
15471 fortran-comment-line-start here. Set comment-start,
15472 add-log-current-defun.
15473 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15474 (fortran-current-defun): New function.
15475
154762000-03-09 Gerd Moellmann <gerd@gnu.org>
15477
15478 * emacs-lisp/re-builder.el: New file.
15479
15480 * mouse.el (mouse-drag-region): Don't run up-event handler
15481 if hscroll has changed.
15482
15483 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15484 builtin operators, use `font-lock-builtin-face' for Emacs and
15485 `font-lock-preprocessor-face' otherwise.
15486
15487 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15488 `(defun (setf foo)' differently.
15489
154902000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15491
15492 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15493 (regexp-opt): Update comment and adapt the code the new meaning of
15494 the `paren' argument of regex-opt-group for shy-groups.
15495 (regexp-opt-depth): Handle shy groups as well as backslashed
15496 backslashes.
15497 (regexp-opt-group): Turn the leading comment into a docstring.
15498 Allow `paren' to be a string (the string to use to open a group).
15499 Remove open-presuf and close-presuf. Instead of checking for `all
15500 one-char' and then later on check for `several one-char', handle
15501 both cases close together. Also apply a more generic algorithm
15502 for suffixes (the mirror image of the algorithm used for
15503 prefixes). Use shy-groups. Use nreverse rather than reverse.
15504 (regexp-opt-try-suffix): Removed.
15505
15506 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15507 from comint-mode-map, so we can just inherit from it. Also, move
15508 the initialization into the `defvar' since there's no docstring
15509 anyway and it's fairly short.
15510 (inferior-scheme-mode): Define it as derived-mode: the code is
15511 shorter and this way we inherit from comint-mode-map rather than
15512 copying it.
15513
15514 * subr.el (replace-regexps-in-string): Properly handle the case
15515 where we match an empty string.
15516
15517 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15518 when the command has a directory component (such as "./testml").
15519 Also fix a typo in the comment.
15520
155212000-03-08 Gerd Moellmann <gerd@gnu.org>
15522
15523 * Makefile (compile-files): Compile files one by one because
15524 that's the only way to ensure a clean compilation environment for
15525 each individual file.
15526
15527 * frame.el (other-frame): Call x-focus-frame.
15528
155292000-03-07 Dave Love <fx@gnu.org>
15530
15531 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15532 :require to defcustom.
15533
15534 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15535 lists.
15536
15537 * files.el (auto-mode-alist): Add configure.in.
15538
15539 * progmodes/autoconf.el: New file.
15540
155412000-03-07 Gerd Moellmann <gerd@gnu.org>
15542
15543 * mail/mh-e.el: Change maintainer to `none'.
15544
15545 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15546 to remove-hook and add-hook.
15547
155482000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15549
15550 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15551 it as the default.
15552 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15553 (sendmail-send-it): Conditionally add MIME headers specifying the
15554 used character set.
15555
155562000-03-07 Dave Love <fx@gnu.org>
15557
15558 * winner.el: Fix keywords, autoload cookies. Split
15559 eval-when-compile form to avoid compilation failure.
15560
155612000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15562
15563 * international/mule.el: Modify comment about coding system
15564 property `coding-category'.
15565 (make-coding-system): New argument EOL-TYPE. Pay attention to
15566 coding-category property of PROPERTIES.
15567
15568 * international/mule-conf.el (coding-category-utf-8,
15569 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15570 categories. Include them in the argument for set-coding-priority.
15571
15572 * international/mule-cmds.el (reset-language-environment): Include
15573 coding-category-utf-8, coding-category-utf-16-be, and
15574 coding-category-utf-16-le in the argument for set-coding-priority.
15575 (reset-language-environment): Initialize coding-category-utf-8,
15576 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15577
155782000-03-06 Karl Fogel <kfogel@red-bean.com>
15579
15580 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15581 code abstracted out of `bookmark-jump-noselect'. Now tries info
15582 extensions as well as compression extensions.
15583 (bookmark-jump-noselect): Use above new func.
15584
155852000-03-03 Gerd Moellmann <gerd@gnu.org>
15586
15587 * strokes.el: Change maintainer's mail address.
15588
155892000-03-03 Kenichi Handa <handa@etl.go.jp>
15590
15591 * international/mule-diag.el (list-character-sets): Make help-echo
15592 string by substitute-command-keys.
15593 (list-character-sets): Likewise.
15594 (sort-listed-character-sets): Call help-setup-xref.
15595
155962000-03-02 Gerd Moellmann <gerd@gnu.org>
15597
15598 * time.el (display-time-mail-file): Add `none' to the list of
15599 choices.
15600
156012000-03-01 Dave Love <fx@gnu.org>
15602
15603 * help.el (help-xref-go-back): Don't try to set position.
15604
15605 * international/mule-diag.el (list-character-sets): Call
15606 help-setup-xref. Add help-echo to xrefs.
15607 (list-character-sets-1): Add help-echo to xrefs.
15608
156092000-03-02 Gerd Moellmann <gerd@gnu.org>
15610
15611 * frame.el (blink-cursor-mode): Switch cursor on when turning
15612 the mode off.
15613
15614 * add-log.el (add-log-current-defun): Add support for
15615 Autoconf mode.
15616
15617 * mail/rmail.el (rmail-quit-hook): New variable.
15618
156192000-03-01 Dave Love <fx@gnu.org>
15620
15621 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15622
15623 * help.el (help-xref-button): Add help-echo arg.
15624 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15625
15626 * faces.el (list-faces-display): Supply help-echo with
15627 help-make-xrefs.
15628
15629 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15630 nil.
15631
156322000-03-01 Gerd Moellmann <gerd@gnu.org>
15633
15634 * image.el (defimage): Look for image files in load-path.
15635
15636 * frame.el (busy-cursor-delay-seconds): Change type to
15637 `number'.
15638
156392000-03-01 David Ponce <david.ponce@wanadoo.fr>
15640
15641 * recentf.el (recentf): Added version tag to the defgroup of
15642 recentf.
15643
156442000-03-01 David Ponce <david.ponce@wanadoo.fr>
15645
15646 * recentf.el (recentf-cleanup): Changed to remove excluded file
15647 too.
15648 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15649 action to select/unselect a file.
15650 (recentf-edit-list): Code cleanup and improvement.
15651 (recentf-open-more-files-action): `recentf-open-more-files' button
15652 widget action to open a file.
15653 (recentf-open-more-files): No more use standard completion but
15654 widgets.
15655 (recentf-more-collection): Deleted.
15656 (recentf-more-history): Deleted.
15657 (recentf-setup-more-completion): Deleted.
15658
156592000-03-01 David Ponce <david.ponce@wanadoo.fr>
15660
15661 * recentf.el (recentf-mode): No more needs that Emacs is running
15662 under a window-system.
15663
156641999-03-01 David Ponce <david.ponce@wanadoo.fr>
15665
15666 * recentf.el (recentf-edit-list): New command to edit the recent
15667 list which allow the user to remove files.
15668 (recentf-edit-selected-items): New global variable, used by
15669 `recentf-edit-list' to hold the list of files to be removed from
15670 the recent list.
15671 (recentf-make-menu-items): Updated to display a "Edit list..."
15672 menu item. Minor code cleanup.
15673
156741999-03-01 David Ponce <david.ponce@wanadoo.fr>
15675
15676 * recentf.el (recentf-open-more-files): New command to open files
15677 that are not displayed in the menu.
15678 (recentf-more-collection): New global variable holding the set of
15679 permissible completions used by `recentf-open-more-files'.
15680 (recentf-more-history): New global variable holding the history list
15681 used by `recentf-open-more-files' completion.
15682 (recentf-setup-more-completion): New function to setup completion for
15683 `recentf-open-more-files'.
15684 (recentf-make-menu-items): Updated to display a "More..." menu item.
15685
156861999-03-01 David Ponce <david.ponce@wanadoo.fr>
15687
15688 * recentf.el (recentf-menu-action): Doc fixed.
15689
156901999-03-01 David Ponce <david.ponce@wanadoo.fr>
15691
15692 * recentf.el (recentf-menu-filter): Doc updated.
15693 (recentf-update-menu-hook): Allow menu filters to force menu update.
15694 (recentf-make-menu-items): New menu filter handling.
15695 (recentf-make-menu-item): New helper function.
15696 (recentf-menu-elements): New menu handling function.
15697 (recentf-sort-ascending): Updated to new menu filter handling.
15698 (recentf-sort-descending): Updated to new menu filter handling.
15699 (recentf-sort-basenames-ascending): New menu filter function.
15700 (recentf-sort-basenames-descending): New menu filter function.
15701 (recentf-show-basenames): New menu filter function.
15702 (recentf-show-basenames-ascending): New menu filter function.
15703 (recentf-show-basenames-descending): New menu filter function.
15704
157052000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15706
15707 * diary-lib.el (list-diary-entries): Don't try to go forward at
15708 the end of the buffer.
15709
157102000-02-29 Kenichi Handa <handa@etl.go.jp>
15711
15712 * international/mule-diag.el (list-character-sets): Completely
15713 rewritten.
15714 (sort-listed-character-sets): New function.
15715 (list-character-sets-1): Completely rewritten.
15716 (list-character-sets-2): New function.
15717 (non-iso-charset-alist): New variable.
15718 (decode-codepage-char): New function.
15719 (charset-history): New variable.
15720 (read-charset) (list-block-of-chars)
15721 (list-iso-charset-chars)
15722 (list-non-iso-charset-chars)
15723 (list-charset-chars): New functions.
15724 (mule-diag): Call list-character-sets-2, not
15725 list-character-sets-2.
15726 (dump-charsets): Likewise.
15727
157282000-02-29 Gerd Moellmann <gerd@gnu.org>
15729
15730 * dired-x.el (dired-filename-at-point): Add `@' to valid
15731 file name characters.
15732 (dired-filename-at-point): Handle ange-ftp file names.
15733
15734 * frame.el (frame-notice-user-settings): Use assq-delete-all
15735 instead of assoc-delete-all.
15736 (frame-notice-user-settings): Ditto.
15737
15738 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15739 Don't copy alist.
15740
157412000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15742
15743 * calculator.el (calculator-use-menu): New option.
15744 (calculator-initial-bindings): Changed some bindings to work as
15745 macros.
15746 (calculator-forced-input): Removed.
15747 (calculator-restart-other-mode): New variable.
15748 (calculator-mode-map): Set up menu.
15749
157502000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15751
15752 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15753 tags.
15754
157552000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15756
15757 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15758 translate all ESC key sequences.
15759 (viper-goto-mark-subr): restore markers for files for which
15760 they were saved.
15761 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15762 * viper-util.el (viper-set-replace-overlay-glyphs,
15763 viper-set-replace-overlay): always check if the replacement
15764 overlay is live.
15765 * viper.el (viper-vi-state-mode-list): added major modes.
15766 * ediff-wind.el: minor comment changes.
15767 * ediff.el: copyright notice date fix.
15768
157692000-02-27 Jason Rumney <jasonr@gnu.org>
15770
15771 * faces.el (face-font-family-alternatives): Add arial to helv.
15772 (mode-line, header-line, tool-bar): Same default as x for w32.
15773 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15774 face-font-family-alternatives from working.
15775 * term/w32-win.el (mouse-set-font): Do not build fontset from
15776 chosen font.
15777
157782000-02-25 Sam Steingold <sds@goems.com>
15779
15780 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15781 properly.
15782
157832000-02-25 Richard M. Stallman <rms@gnu.org>
15784
15785 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15786
157872000-02-25 Gerd Moellmann <gerd@gnu.org>
15788
15789 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15790 writable.
15791
15792 * frame.el (busy-cursor-delay-seconds): New option.
15793
157942000-02-24 Gerd Moellmann <gerd@gnu.org>
15795
15796 * frame.el (show-cursor-in-non-selected-windows): New option.
15797
157982000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15799
15800 * diary-lib.el (include-other-diary-files): Undo the selective
15801 display in any included file and don't kill it.
15802
158032000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15804
15805 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15806 bar. Menu items converted to (menu-item format, help strings
15807 added.
15808 [downcase, upcase]: Don't enable on MS-DOS.
15809 [symlink, symlinks]: Don't show if make-symbolic-link is not
15810 bound.
15811 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15812
158132000-02-23 Dave Love <fx@gnu.org>
15814
15815 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15816 (backward-kill-word): Revert addition of * to interactive spec --
15817 it's a feature.
15818
15819 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15820 (backward-kill-sentence, kill-sentence): Likewise.
15821
15822 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15823 scratch buffer name.
15824 (gud-format-command): Use int-to-string in ?l case. Simplify
15825 slightly.
15826
15827 * term/w32-win.el (internal-face-interactive): Update prompt for
15828 new read-face-name.
15829
15830 * mail/footnote.el (footnote): Add :version to defgroup.
15831 (footnote-section-tag-regexp): Customize.
15832 (footnote-start-tag, footnote-end-tag): New option.
15833 (footnote-latin-regexp): New variable.
15834 (Footnote-latin): New function.
15835 (footnote-style-alist): Add element for latin style.
15836 (footnote-style): Moved.
15837 (Footnote-goto-footnote): Use eq to test arg.
15838
15839 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15840
15841 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15842 (byte-compile-trueconstp): Include keywords.
15843 (byte-optimize-quote, byte-optimize-lapcode): Use
15844 byte-compile-const-symbol-p.
15845 (byte-optimize-char-before): New optimization.
15846
15847 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15848 (byte-compile-const-symbol-p): New function.
15849 (byte-compile-constp, byte-compile-out-toplevel)
15850 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15851 Use it.
15852
15853 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15854
158552000-02-23 Kenichi Handa <handa@etl.go.jp>
15856
15857 * international/encoded-kb.el: Be sure to update minor-mode-alist
15858 and minor-mode-map-alist.
15859 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15860 codes SS2 and SS3 correctly.
15861 (encoded-kbd-self-insert-ccl): New function.
15862 (encoded-kbd-setup-keymap): New function.
15863 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15864 by calling encoded-kbd-setup-keymap.
15865
15866 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15867 characters.
15868 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15869 locally.
15870
158712000-02-22 Dave Love <fx@gnu.org>
15872
15873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15874 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15875 defvar.
15876 (lisp-mode-syntax-table): Set up for #|...|# comments.
15877 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15878 classes. Match `defface'.
15879 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15880 (eval-defun-1): Fix for defcustom.
15881 (lisp-indent-region): Doc fix.
15882
15883 * subr.el (when, unless, split-string): Doc fix.
15884 (read-passwd): Move call of clear-this-command-keys to the right
15885 place.
15886 (replace-regexps-in-string): New function.
15887
158882000-02-22 Gerd Moellmann <gerd@gnu.org>
15889
15890 * help.el (describe-variable): Set syntax table to
15891 emacs-lisp-mode-syntax-table when moving forward over the
15892 symbol's name.
15893
158942000-02-22 Dave Love <fx@gnu.org>
15895
15896 * xt-mouse.el: Doc fixes.
15897 (xterm-mouse-position-function): New function, replacing advice of
15898 mouse-position.
15899 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15900
15901 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15902
159032000-02-21 Gerd Moellmann <gerd@gnu.org>
15904
15905 * format.el (format-annotate-single-property-change): Handle
15906 properties.with dotted-list values.
15907 (format-proper-list-p): New function.
15908
15909 * enriched.el (enriched-face-ans): Handle '(foreground-color
15910 . COLOR) and (background-color . COLOR).
15911
159122000-02-20 Dave Love <fx@gnu.org>
15913
15914 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15915 and assignments to it.
15916 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15917 current local map.
15918 (make-flyspell-overlay): Use it.
15919 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15920
15921 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15922 (lm-get-header-re): Defun, not defsubst.
15923 (lm-get-package-name): Defun, not defsubst. Simplify.
15924 (lm-version): Doc fix. Simplify.
15925 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15926 (lm-crack-address, lm-last-modified-date, lm-commentary)
15927 (lm-verify, lm-synopsis): Simplify.
15928 (lm-report-bug): Require emacsbug. Use compose-mail.
15929
159302000-02-20 Gerd Moellmann <gerd@gnu.org>
15931
15932 * dired.el (dired-mode): Call propertized-buffer-identification
15933 to set mode-line-buffer-identification to something having
15934 the right text properties.
15935
15936 * bindings.el (propertized-buffer-identification): New function.
15937
159382000-02-20 Dave Love <fx@gnu.org>
15939
15940 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15941 check for t-mouse too.
15942
15943 * cus-start.el: Make echo-keystrokes `number'.
15944
159452000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15946
15947 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15948 Don't call ring-empty-p unless tags-location-ring is bound.
15949 From Noah Friedman <friedman@splode.com>.
15950
159512000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15952
15953 * progmodes/hideshow.el (hs-flag-region): No longer use
15954 `intangible' overlay property.
15955
15956 (hs-toggle-hiding): New command.
15957 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15958
15959 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15960 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15961 and deactivation.
15962
159632000-02-18 Gerd Moellmann <gerd@gnu.org>
15964
15965 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15966
159672000-02-17 Gerd Moellmann <gerd@gnu.org>
15968
15969 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15970
15971 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15972 of `*' to handle `(* ... *)' comments.
15973
159742000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15975
15976 * faces.el (list-faces-display): Use display-mouse-p instead of
15977 window-system.
15978
15979 * menu-bar.el (global-map): Menu-bar items converted to the new
15980 format (menu-item..., rearranged for better CUA compliance, and
15981 their names changed for better clarity. Help strings added.
15982
15983 * international/mule-cmds.el (mule-menu-keymap)
15984 (describe-language-environment-map, set-coding-system-map)
15985 (setup-language-environment-map): Convert to new (menu-item...
15986 form, add help strings. Change names of menu items for better
15987 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15988 submenu).
15989
159902000-02-17 Gerd Moellmann <gerd@gnu.org>
15991
15992 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15993 within the code.
15994
159952000-02-16 Dave Love <fx@gnu.org>
15996
15997 * faces.el: Don't require custom. Add more specific :groups to
15998 various deffaces.
15999 (set-face-attribute): Purecopy args.
16000 (read-face-name): Default to name at point and use it in prompt.
16001 Remove colon from arg in all callers.
16002 (list-faces-display): Hyperlink to face descriptions and customize
16003 buffers.
16004
160052000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16006
16007 * wid-edit.el (widget-match-inline): An atom never matches a
16008 list.
16009
160102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16011
16012 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16013 at ':' characters by call to split-string.
16014
160152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16016
16017 * textmodes/bibtex.el: Added RCS version identification.
16018
160192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16020
16021 * textmodes/bibtex.el: Some temporary comments removed.
16022 (bibtex-field-name, bibtex-entry-type): Made the relationship
16023 explicit.
16024 (bibtex-field-const): Allow capital letters.
16025 (bibtex-start-of-string): Deleted because unused.
16026
16027 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16028 use the term 'reference' to describe a bibtex entry as a whole.
16029 Further, reference keys are no longer called 'labels'.
16030 (bibtex-keys): Renamed to bibtex-reference-keys.
16031 (bibtex-reformat-previous-labels): Renamed to
16032 bibtex-reformat-previous-reference-keys.
16033 (bibtex-reference-type): Renamed to bibtex-entry-type.
16034 (bibtex-reference-head): Renamed to bibtex-entry-head.
16035 (bibtex-reference-maybe-empty-head): Renamed to
16036 bibtex-entry-maybe-empty-head.
16037 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16038 (bibtex-search-reference): Renamed to bibtex-search-entry.
16039 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16040 bibtex-enclosing-entry-maybe-empty-head.
16041 (bibtex-entry-field-alist, bibtex-entry-head,
16042 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16043 bibtex-map-entries, bibtex-search-entry,
16044 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16045 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16046 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16047 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16048 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16049 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16050 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16051
160522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16053
16054 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16055 comment.
16056 (bibtex-format-field-delimiters): New function, functionality
16057 extracted from bibtex-format-entry.
16058 (bibtex-autokey-get-yearfield-digits): New function, functionality
16059 extracted from bibtex-autokey-get-yearfield.
16060
16061 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16062 entries in order to avoid stack overflow in the regexp matcher if
16063 field contents become large.
16064 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16065 bibtex-field-string-part-not-braced,
16066 bibtex-field-string-part-no-inner-braces,
16067 bibtex-field-string-part-1-inner-brace,
16068 bibtex-field-string-part-2-inner-braces,
16069 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16070 bibtex-field-string-quoted, bibtex-field-string,
16071 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16072 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16073 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16074 as parsing is now performed by the following functions.
16075 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16076 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16077 bibtex-parse-field-string, bibtex-search-forward-field-string,
16078 bibtex-parse-association, bibtex-field-name-for-parsing,
16079 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16080 bibtex-search-forward-field, bibtex-search-backward-field,
16081 bibtex-start-of-field, bibtex-end-of-field,
16082 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16083 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16084 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16085 bibtex-parse-string, bibtex-search-forward-string,
16086 bibtex-search-backward-string, bibtex-start-of-string,
16087 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16088 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16089 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16090 entries. Instead of reporting the results of the parsing by
16091 match-beginning or match-end, these functions return data structures
16092 that hold the corresponding positions.
16093 (bibtex-enclosing-field): Changed to also report field boundaries by
16094 return values rather than by match-beginning or match-end. The
16095 following functions have been adapted to use the new parsing
16096 functions.
16097 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16098 bibtex-enclosing-field, bibtex-format-entry,
16099 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16100 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16101 bibtex-print-help-message, bibtex-end-of-entry,
16102 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16103 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16104 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16105 method for parsing.
16106 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16107 bibtex-map-entries, bibtex-flash-head,
16108 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16109 bibtex-autokey-change, bibtex-autokey-get-namefield,
16110 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16111 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16112 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16113 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16114 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16115 order to make the new binding of case-fold-search immediately
16116 visible.
16117
161182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16119
16120 * textmodes/bibtex.el: Copyright notice is up to date.
16121 Added constant 'bibtex-maintainer-salutation.
16122
16123 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16124 than make-temp-name, use match-string-no-properties and eliminate
16125 a quadratic behavior when building bibtex-strings.
16126
16127 * bibtex.el (bibtex-reference-key): Accept string entries whose
16128 reference key contains upper case letters.
16129
161302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16131
16132 * bibtex.el (bibtex-reference-head): Allow entries to start with
16133 a new line.
16134
161352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16136
16137 * bibtex.el: Hiding of entry bodies is not longer provided by
16138 bibtex.el directly. Instead the hideshow package can be used.
16139 Added a special bibtex entry to hs-special-modes-alist.
16140 (bibtex-hs-forward-sexp): Added for hideshow.el.
16141
161422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16143
16144 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16145 at ':' characters by call to split-string.
16146
161472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16148
16149 * textmodes/bibtex.el: Added RCS version identification.
16150
161512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16152
16153 * textmodes/bibtex.el: Some temporary comments removed.
16154 (bibtex-field-name, bibtex-entry-type): Made the relationship
16155 explicit.
16156 (bibtex-field-const): Allow capital letters.
16157 (bibtex-start-of-string): Deleted because unused.
16158
16159 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16160 use the term 'reference' to describe a bibtex entry as a whole.
16161 Further, reference keys are no longer called 'labels'.
16162 (bibtex-keys): Renamed to bibtex-reference-keys.
16163 (bibtex-reformat-previous-labels): Renamed to
16164 bibtex-reformat-previous-reference-keys.
16165 (bibtex-reference-type): Renamed to bibtex-entry-type.
16166 (bibtex-reference-head): Renamed to bibtex-entry-head.
16167 (bibtex-reference-maybe-empty-head): Renamed to
16168 bibtex-entry-maybe-empty-head.
16169 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16170 (bibtex-search-reference): Renamed to bibtex-search-entry.
16171 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16172 bibtex-enclosing-entry-maybe-empty-head.
16173 (bibtex-entry-field-alist, bibtex-entry-head,
16174 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16175 bibtex-map-entries, bibtex-search-entry,
16176 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16177 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16178 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16179 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16180 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16181 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16182 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16183
161842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16185
16186 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16187 comment.
16188 (bibtex-format-field-delimiters): New function, functionality
16189 extracted from bibtex-format-entry.
16190 (bibtex-autokey-get-yearfield-digits): New function, functionality
16191 extracted from bibtex-autokey-get-yearfield.
16192
16193 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16194 entries in order to avoid stack overflow in the regexp matcher if
16195 field contents become large.
16196 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16197 bibtex-field-string-part-not-braced,
16198 bibtex-field-string-part-no-inner-braces,
16199 bibtex-field-string-part-1-inner-brace,
16200 bibtex-field-string-part-2-inner-braces,
16201 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16202 bibtex-field-string-quoted, bibtex-field-string,
16203 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16204 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16205 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16206 as parsing is now performed by the following functions.
16207 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16208 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16209 bibtex-parse-field-string, bibtex-search-forward-field-string,
16210 bibtex-parse-association, bibtex-field-name-for-parsing,
16211 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16212 bibtex-search-forward-field, bibtex-search-backward-field,
16213 bibtex-start-of-field, bibtex-end-of-field,
16214 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16215 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16216 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16217 bibtex-parse-string, bibtex-search-forward-string,
16218 bibtex-search-backward-string, bibtex-start-of-string,
16219 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16220 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16221 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16222 entries. Instead of reporting the results of the parsing by
16223 match-beginning or match-end, these functions return data structures
16224 that hold the corresponding positions.
16225 (bibtex-enclosing-field): Changed to also report field boundaries by
16226 return values rather than by match-beginning or match-end. The
16227 following functions have been adapted to use the new parsing
16228 functions.
16229 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16230 bibtex-enclosing-field, bibtex-format-entry,
16231 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16232 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16233 bibtex-print-help-message, bibtex-end-of-entry,
16234 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16235 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16236 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16237 method for parsing.
16238 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16239 bibtex-map-entries, bibtex-flash-head,
16240 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16241 bibtex-autokey-change, bibtex-autokey-get-namefield,
16242 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16243 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16244 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16245 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16246 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16247 order to make the new binding of case-fold-search immediately
16248 visible.
16249
162502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16251
16252 * textmodes/bibtex.el: Copyright notice is up to date.
16253 Added constant 'bibtex-maintainer-salutation.
16254
16255 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16256 than make-temp-name, use match-string-no-properties and eliminate
16257 a quadratic behavior when building bibtex-strings.
16258
16259 * bibtex.el (bibtex-reference-key): Accept string entries whose
16260 reference key contains upper case letters.
16261
162622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16263
16264 * bibtex.el (bibtex-reference-head): Allow entries to start with
16265 a new line.
16266
162672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16268
16269 * bibtex.el: Hiding of entry bodies is not longer provided by
16270 bibtex.el directly. Instead the hideshow package can be used.
16271 Added a special bibtex entry to hs-special-modes-alist.
16272 (bibtex-hs-forward-sexp): Added for hideshow.el.
16273
162742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16275
16276 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16277 proceedings entry type (for cross referencing). Thanks to Wagner
16278 Toledo Correa for the suggestion.
16279
16280 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16281
162822000-02-14 Kenichi Handa <handa@etl.go.jp>
16283
16284 * international/characters.el: Setup case table for Vietnamese.
16285
162862000-02-12 Gerd Moellmann <gerd@gnu.org>
16287
16288 * uniquify.el (toplevel): Require CL at compile time.
16289 (uniquify-push): Removed.
16290
16291 * shadowfile.el (shadow-when): Removed.
16292
16293 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16294 (tempo-process-and-insert-string): Use dolist instead of
16295 tempo-dolist.
16296
16297 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16298 regexp for paragraph-start.
16299
16300 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16301 commas as well.
16302
163032000-02-10 Dave Love <fx@gnu.org>
16304
16305 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16306 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16307 Deleted.
16308 (widget-specify-field, widget-specify-button): Don't use
16309 widget-mouse-help as help-echo property.
16310 (default): Use #'ignore for :validate and :mouse-down-action.
16311 (checkbox): Add help-echo.
16312 (widget-sexp-validate): Rewritten to clarify error messages.
16313 (character): Use char-valid-p in :match function.
16314 (widget-color-complete): Use facemenu-color-alist.
16315 (widget-color-action): Use facemenu-read-color.
16316
16317 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16318 set up `caar' &c that we now have.
16319
163202000-02-09 Ray Blaak <blaak@gnu.org>
16321
16322 * delphi.el: Make resourcestring a declaration region, like const
16323 and var.
16324
163252000-02-09 Dave Love <fx@gnu.org>
16326
16327 * bindings.el (mode-line-input-method-map): New variable.
16328 (mode-line-mule-info): Use it; fix last change.
16329 (mode-line-mode-menu): Move definition.
16330 (mode-line-mouse-sensitive-p): Deleted.
16331 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16332 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16333 level.
16334
16335 * startup.el (command-line-1): Don't call
16336 make-mode-line-mouse-sensitive.
16337
163382000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16339
16340 * mail/rmail.el (rmail-retry-failure): Use
16341 rmail-beginning-of-message before rmail-toggle-header, because the
16342 former toggles headers.
16343
163442000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16345
16346 * diff-mode.el (diff-kill-junk): New interactive function.
16347 (diff-reverse-direction): Use delete-and-extract-region.
16348 (diff-post-command-hook): Restrict the area so that the hook also works
16349 outside of any diff hunk. This is necessary for the minor-mode.
16350 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16351 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16352
16353 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16354 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16355 so that it can be used more easily in <foo>-mode-hook. Also make sure
16356 to avoid duplicate entries.
16357 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16358 (font-lock-remove-keywords): Just as was done for `add', allow it to
16359 work even if font-lock-mode is nil. Also make sure we don't modify
16360 any pre-existing list by forcing a copy-sequence. Finally rename
16361 `major-mode' to `mode'.
16362 (font-lock-fontify-syntactic-anchored-keywords)
16363 (font-lock-fontify-anchored-keywords)
16364 (font-lock-fontify-keywords-region): Use line-end-position.
16365 Don't make `font-lock-multiline' local (it's now done in
16366 font-lock-set-defaults).
16367 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16368 move the `font-lock-fontified' creation to inside the `unless'.
16369
163702000-02-06 Andrew Innes <andrewi@gnu.org>
16371
16372 * term/w32-win.el (x-handle-args): Comment out call to message,
16373 which occurs before window system is initialized.
16374
16375 * makefile.nt: Add support for recompiling lisp code.
16376
163772000-02-04 Dave Love <fx@gnu.org>
16378
16379 * bindings.el (mode-line-mule-info): Fix/extend last change.
16380
16381 * completion.el: Replace completion-dolist with dolist.
16382
16383 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16384 dotimes.
16385
163862000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16387
16388 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16389 environment names before they go into the section regexp.
16390
16391 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16392 char class in regexp.
16393
16394 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16395 `case-fold-search' to nil.
16396
16397 * progmodes/idlwave.el (idlwave-template): Respect
16398 `idlwave-abbrev-change-case'.
16399 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16400 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16401 idlwave-while): respect `idlwave-reserved-word-upcase'.
16402 (idlwave-rw-case): New function.
16403 (idlwave-statement-match): Fixed problem with assignment regexp.
16404 (idlwave-font-lock-keywords): Improved regexp for keyword
16405 parameters.
16406 (idlwave-surround): New argument LENGTH to support padding of
16407 operators longer than 1 char.
16408
16409 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16410 idlwave-shell-expression-overlay. Implemented printing of
16411 expressions on higher levels of the calling stack.
16412 (idlwave-shell-display-level-in-calling-stack): Restore stack
16413 level.
16414 (idlwave-retrieve-expression-from-level): New function.
16415 (idlwave-shell-last-calling-stack): Variable removed.
16416 (idlwave-shell-reset): Argument action reversed (`visible' to
16417 `hidden'). Also remove stop-line overlay.
16418 (idlwave-shell-calling-stack-routine): New variable.
16419 (idlwave-shell-parse-stack-and-display): Messages now display
16420 negative level numbers.
16421 (idlwave-shell-mode): Set `modeline-format'.
16422 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16423 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16424 21.
16425 (idlwave-shell-print-expression-function): New option.
16426
16427 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16428 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16429 `tool-bar' instead of `toolbar'.
16430
164312000-02-02 Dave Love <fx@gnu.org>
16432
16433 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16434 emacs-lisp-mode-hook. Don't check for defalias being defined.
16435
16436 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16437 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16438 the new builtins directly.
16439
16440 * whitespace.el (whitespace): Add :version to defgroup.
16441
16442 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16443 Doc fix.
16444
16445 * thingatpt.el (sexp-at-point, symbol-at-point)
16446 (number-at-point, list-at-point): Add autoload cookie.
16447
16448 * recentf.el (recentf): Add :version to defgroup.
16449
16450 * quickurl.el (quickurl): Add :version to defgroup.
16451
16452 * elide-head.el (elide-head): Use point-marker more.
16453
16454 * bs.el (bs): Add :version to defgroup.
16455
16456 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16457
16458 * progmodes/delphi.el (delphi): Add :version to defgroup.
16459
164602000-02-02 Gerd Moellmann <gerd@gnu.org>
16461
16462 * ange-ftp.el (ange-ftp-write-region): Handle case that
16463 succeeding process operation sets a different coding system.
16464
16465 * calculator.el: New file.
16466
164672000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16468
16469 * frame.el (frames-on-display-list, framep-on-display): New
16470 functions.
16471 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16472 (display-selections-p, display-screens, display-pixel-width)
16473 (display-pixel-height, display-mm-width, display-mm-height)
16474 (display-backing-store, display-save-under, display-planes)
16475 (display-color-cells, display-visual-class): New functions.
16476
16477 * term/tty-colors.el (tty-color-gray-shades): New function.
16478
16479 * faces.el (display-color-p): Use framep-on-display.
16480 (display-grayscale-p): New function.
16481
164822000-01-31 Dave Love <fx@gnu.org>
16483
16484 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16485 (create-fontset-from-x-resource): Don't concat integers.
16486
164872000-01-31 Inge Frick <inge@nada.kth.se>
16488
16489 * view.el: Some changes in documentation. Removed some trailing
16490 whitespace. Changed some parameter names to agree with
16491 documentation.
16492 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16493 window is not deleted. Modifies change 1998-04-26.
16494
164952000-01-31 Gerd Moellmann <gerd@gnu.org>
16496
16497 * windmove.el: New file.
16498
16499 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16500 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16501 progmodes/ebnf-yac.el: Update copyright and license info.
16502
16503 * jit-lock.el (jit-lock-function): Widen before calculating end
16504 position.
16505 (jit-lock-stealth-chunk-start): Rewritten.
16506
16507 * info.el (Info-title-face-alist): Removed.
16508 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16509 faces.
16510 (Info-fontify-node): Use these faces.
16511
165122000-01-30 Gerd Moellmann <gerd@gnu.org>
16513
16514 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16515 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16516 `&allow-other-keywords'.
16517
16518 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16519 the list of directories scanned heuristically.
16520
16521 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16522 exist.
16523
165242000-01-30 Jason Rumney <jasonr@gnu.org>
16525
16526 * w32-fns.el: Define w32-tty-standard-colors.
16527
16528 * startup.el (command-line): Use w32-tty-standard-colors when in
16529 w32 console mode.
16530
165312000-01-30 Dave Love <fx@gnu.org>
16532
16533 * jka-compr.el (jka-compr-load): Fix up load-history.
16534
16535 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16536
16537 * emacs-lisp/cl-macs.el: Revert previous change.
16538
165392000-01-29 Dave Love <fx@gnu.org>
16540
16541 * facemenu.el: Purecopy various strings.
16542
16543 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16544 years. Deal with three-digit years.
16545
16546 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16547 defconst, purecopy.
16548 (help-back-label): Purecopy it.
16549
165502000-01-18 Gerd Moellmann <gerd@gnu.org>
16551
16552 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16553 variable. If non-nil, order the buffer list according to the
16554 currently selected frame.
16555 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16556 non-nil, pass the selected frame to function buffer-list.
16557
165582000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16559
16560 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16561
165622000-01-28 Dave Love <fx@gnu.org>
16563
16564 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16565
16566 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16567 Don't use lisp-indent-hook property.
16568 (cl-abs): Remove.
16569
16570 * subr.el: Move out indent and edebug specs for when and unless.
16571
16572 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16573 when, unless.
16574
16575 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16576 unless, when.
16577
165782000-01-28 Gerd Moellmann <gerd@gnu.org>
16579
16580 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16581 `collecting' as synonym for `collect'.
16582
16583 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16584 for the case it contains spaces.
16585
16586 * simple.el (what-cursor-position): Change formatting of
16587 messages.
16588
16589 * frame.el (delete-other-frames): New function.
16590 (toplevel): Bind it to C-x 5 1.
16591
16592 * sort.el (sort-numeric-base): New option.
16593 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16594 interpret it as octal or hexadecimal. Use sort-numeric-base
16595 as default base.
16596
16597 * progmodes/glasses.el: New file.
16598
165992000-01-27 Gerd Moellmann <gerd@gnu.org>
16600
16601 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16602 userids differently.
16603
16604 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16605 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16606 progmodes/ebnf-yac.el: New files.
16607
166082000-01-26 Dave Love <fx@gnu.org>
16609
16610 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16611 on a function with an empty body. [From Eric Ludlam.]
16612
166132000-01-25 Andre Spiegel <spiegel@gnu.org>
16614
16615 * vc.el (vc-version-diff): Make sure file name is expanded.
16616
166172000-01-25 Gerd Moellmann <gerd@gnu.org>
16618
16619 * scroll-bar.el (scroll-bar-timer): Variable removed.
16620 (scroll-bar-toolkit-scroll): Don't use a timer.
16621
166222000-01-25 Kenichi Handa <handa@etl.go.jp>
16623
16624 * language/thai-util.el (thai-composition-function): Delete
16625 superfluous `a'.
16626
166272000-01-24 Dave Love <fx@gnu.org>
16628
16629 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16630 end-of-defun-function.
16631
16632 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16633 &c.
16634
166352000-01-22 Jason Rumney <jasonr@gnu.org>
16636
16637 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16638 conflicts with new face support.
16639
166402000-01-22 Richard M. Stallman <rms@gnu.org>
16641
16642 * replace.el (query-replace): Rename last arg to DELIMITED.
16643 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16644 (query-replace-regexp): Likewise.
16645
166462000-01-20 Richard M. Stallman <rms@gnu.org>
16647
16648 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16649
16650 * emacs-lisp/lisp.el (beginning-of-defun-function):
16651 Variable renamed from beginning-of-defun.
16652 Do not call make-variable-buffer-local.
16653 (beginning-of-defun-raw): Use new variable name; doc fix.
16654 (beginning-of-defun): Doc fix.
16655 (end-of-defun-function): Variable renamed from end-of-defun.
16656 Do not call make-variable-buffer-local.
16657 (end-of-defun): Use new variable name; doc fix.
16658
16659 * subr.el (dolist, dotimes): Copied from cl-macs.el
16660 and made to work.
16661
16662 * mail/undigest.el (rmail-digest-end-regexps):
16663 Variable replaces rmail-digest-end-regexp.
16664 Allows multiple regexps for detecting the end line.
16665 (undigestify-rmail-message): Corresponding changes.
16666
166672000-01-19 Dave Love <fx@gnu.org>
16668
16669 * files.el (user-init-file): Don't declare here -- is primitive.
16670
16671 * startup.el (command-line): Check for compiled user-init-file and
16672 set to uncompiled version if necessary.
16673
166742000-01-18 Gerd Moellmann <gerd@gnu.org>
16675
16676 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16677 (undigestify-rmail-message): Use it.
16678
16679 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16680
166812000-01-17 Gerd Moellmann <gerd@gnu.org>
16682
16683 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16684 of mini-buffer.
16685
166862000-01-14 Gerd Moellmann <gerd@gnu.org>
16687
16688 * emacs-lisp/copyright.el (copyright-update): Removed the
16689 requirement for a trailing space from `copyright-regexp', to
16690 support copyrights with owner specified on a separate line..
16691
16692 * align.el: New file.
16693
16694 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16695
16696 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16697
166982000-01-13 Dave Love <fx@gnu.org>
16699
16700 * ph.el: Removed. (Obsoleted by EUDC.)
16701
167022000-01-13 Gerd Moellmann <gerd@gnu.org>
16703
16704 * net/eudc.el (toplevel): Remove autoloaded code installing
16705 menu with easymenu, because that causes build problems.
16706
16707 * frame.el (frame-notice-user-settings): New variable.
16708 (frame-notice-user-settings): Don't modify frame parameters
16709 if called a second time.
16710
167112000-01-13 Richard M. Stallman <rms@gnu.org>
16712
16713 * frame.el (frame-notice-user-settings):
16714 Notice default-frame-parameters even for non-window frames.
16715
167162000-01-13 Gerd Moellmann <gerd@gnu.org>
16717
16718 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16719 for Emacs.
16720 (eudc-bob-can-display-inline-images): Extend for Emacs.
16721 (eudc-bob-toggle-inline-display): Ditto.
16722 (eudc-bob-display-jpeg): Ditto.
16723
167242000-01-12 Gerd Moellmann <gerd@gnu.org>
16725
16726 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16727 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16728 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16729
16730 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16731 nil)'.
16732
16733 * subdirs.el: Add `net' directory.
16734
16735 * net: New directory.
16736
16737 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16738 eval-last-sexp. Don't bind debug-on-error here.
16739 (eval-last-sexp): New function. Bind debug-on-error if
16740 eval-expression-debug-on-error is non-nil.
16741 (eval-defun-2, eval-defun): Likewise.
16742
16743 * simple.el (eval-expression): Don't bind debug-on-error if
16744 eval-expression-debug-on-error is nil. Detect changed
16745 debug-on-error, and propagate new value to global binding, if
16746 eval-expression-debug-on-error is non-nil,
16747 (eval-expression-debug-on-error): Change doc string.
16748
167492000-01-11 Richard M. Stallman <rms@gnu.org>
16750
16751 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16752
16753 * emacs-lisp/lisp-mode.el (with-syntax-table):
16754 Set up lisp-indent-function property.
16755
16756 * subr.el (with-syntax-table): Moved from simple.el.
16757
16758 * simple.el (with-syntax-table): Moved to subr.el.
16759
167602000-01-11 Gerd Moellmann <gerd@gnu.org>
16761
16762 * tmm.el (tmm-shortcut): Delete region after prompt instead
16763 of erasing buffer.
16764
16765 * textmodes/fill.el (fill-common-string-prefix): New function.
16766 (fill-context-prefix): Use the longest common prefix of first
16767 and second line fill prefix, if there is one.
16768
167692000-01-11 Richard M. Stallman <rms@gnu.org>
16770
16771 * array.el (array-mode): Don't use make-variable-buffer-local.
16772 Use make-local-variable for `truncate-lines'.
16773
167742000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16775
16776 * add-log.el (add-log-current-defun): Handle user-defined
16777 add-log-current-function returning nil,
16778
16779 * add-log.el (add-change-log-entry): Insert version number
16780 if having found a current function
16781
16782 * add-log.el (add-log-current-defun): Call
16783 `add-log-current-defun-function'. Try matches at level 0 and
16784 level 1. Strip whitespace from defun found.
16785
167862000-01-10 John Wiegley <johnw@gnu.org>
16787
16788 * allout.el (isearch-done/outline-provisions): Added `edit'
16789 argument to correspond with the current definition of
16790 `isearch-done'.
16791
167922000-01-10 Dave Love <fx@gnu.org>
16793
16794 * elide-head.el (elide-head): Use point-marker, not point.
16795
167962000-01-10 Gerd Moellmann <gerd@gnu.org>
16797
16798 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16799 before and after the year 2000.
16800
16801 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16802 Add ispell- prefix.
16803
168042000-01-10 Ken Stevens <k.stevens@ieee.org>
16805
16806 * ispell.el: Only define dictionaries in menus when they exist.
16807 (version18p): New variable.
16808 (version20p): New variable.
16809 (xemacsp): New variable.
16810 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16811 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16812 (ispell-dictionary-alist6): Russian command lines no longer accept
16813 run-together words.
16814 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16815 (ispell-dictionary-alist): Add koi8-r to customize definition.
16816 (check-ispell-version): Added documentation string. Returns
16817 library path when called non-interactively.
16818 (ispell-menu-map-needed): Uses new variables.
16819 (ispell-library-path): New variable.
16820 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16821 (ispell-word): Improved documentation string. Test for valid
16822 character mappings. Correctly check typed in word changes that can
16823 result in single words split into multiple words. Returns
16824 replacement word.
16825 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16826 replace in recursive query replace mode. Help message for
16827 recursive edit mode.
16828 (ispell-show-choices): Protect against bad framepop bindings.
16829 (ispell-help): Fix to work with XEmacs.
16830 (ispell-highlight-spelling-error): Use new variables.
16831 (ispell-overlay-window): Fix to work with XEmacs.
16832 (ispell-parse-output): Passed and returns location information
16833 tracking spelling corrections. Doesn't recheck same word on
16834 current line.
16835 (ispell-init-process): Protect against bogus XEmacs variable binding.
16836 Fix call to single argument in sleep-for. Use new variables.
16837 (ispell-region): Passed and returns location information tracking
16838 spelling corrections. Doesn't check same word on current line.
16839 Improved documentation string. Doesn't resend a line already
16840 checked to the ispell process - fixes bug in LaTeX parsing.
16841 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16842 (ispell-skip-region): No longer skips <TT> in SGML.
16843 (ispell-process-line): Tracks location information with spelling
16844 corrections. Added documentation string. Accounts for words
16845 already accepted on this line. Don't allow query-replace on line
16846 starting with math characters. Doesn't resend a line already sent
16847 to ispell process. Fixes alignment error bug.
16848
168492000-01-10 Richard M. Stallman <rms@gnu.org>
16850
16851 * dired-x.el (dired-guess-shell-alist-default):
16852 Suggest xloadimage, which is free, not xv, which isn't.
16853
16854 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16855 Don't ever include the host name or user name in the value.
16856
168572000-01-09 Gerd Moellmann <gerd@gnu.org>
16858
16859 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16860 of a real newline.
16861
168622000-01-09 Stephen Eglen <stephen@gnu.org>
16863
16864 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16865 for .png files.
16866
168672000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16868
16869 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16870
168712000-01-09 Gerd Moellmann <gerd@gnu.org>
16872
16873 * progmodes/cperl-mode.el: Replace ^F with ^L.
16874
16875 * sendmail.el (toplevel): Provide `sendmail' when compiling
16876 before `require'ing rmail and mailalias to prevent infinite
16877 recursion.
16878
168792000-01-08 Dave Love <fx@gnu.org>
16880
16881 * emacs-lisp/backquote.el: Remove inappropriate customization
16882 (allowing custom.el to use backquote).
16883
168842000-01-07 Dave Love <fx@gnu.org>
16885
16886 * add-log.el (add-log-debugging): Deleted.
16887 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16888 file. Remove debugging code.
16889 (change-log-get-method-definition, change-log-name): Add doc.
16890 (change-log-sortable-date-at): New function.
16891 (change-log-merge): New command.
16892
16893 * time.el (display-time-string-forms): Make the Mail string active.
16894 (display-time-update): Provide help-echo for load average.
16895
16896 * bindings.el (make-mode-line-mouse2-map): New function.
16897 (mode-line-modified): Use it and simplify.
16898 (mode-line-mule-info): Provide help-echo info.
16899 (minor-mode-alist): Activate the strings.
16900 (make-mode-line-mouse-sensitive): Simplify for
16901 mode-line-buffer-identification.
16902
169032000-01-07 Gerd Moellmann <gerd@gnu.org>
16904
16905 * play/pong.el: New file.
16906
169072000-01-06 Dave Love <fx@gnu.org>
16908
16909 * array.el: Assorted cleanups for compiler warnings, doc strings,
16910 `array-' prefix for symbols.
16911
169122000-01-05 Dave Love <fx@gnu.org>
16913
16914 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16915 outline-headers-as-kill.
16916 (outline-mode): Define imenu-generic-expression.
16917 (outline-headers-as-kill): New command.
16918
16919 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16920 from paragraph-start.
16921 (paragraph-indent-minor-mode): New command.
16922
16923 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16924 M-C-e, M-C-h, C-j, C-xnd, TAB.
16925 (fortran-mode): Set beginning-of-defun, end-of-defun.
16926 (fortran-column-ruler): Simplify.
16927 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16928 (fortran-with-subprogram-narrowing): Likewise.
16929 (fortran-indent-subprogram): Call mark-defun.
16930 (fortran-check-for-matching-do): Change narrowing.
16931
16932 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16933 (cl-lucid-hash-tag): Delete.
16934 (cl-hash-table-p): Correct test for native table.
16935 (cl-hash-table-count): Use hash-table-count.
16936
16937 * browse-url.el (browse-url): Fix case of
16938 browse-url-browser-function being an alist.
16939
169402000-01-05 Carsten Dominik <cd@gnu.org>
16941
16942 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16943 (reftex-index-phrase-file-extension): New options.
16944
16945 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16946 Use new option `reftex-index-phrase-file-extension'.
16947
16948 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16949 `reftex-parse-file-extension'.
16950
169512000-01-05 Dave Love <fx@gnu.org>
16952
16953 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16954 (beginning-of-defun-raw): Use it.
16955 (end-of-defun): New variable.
16956 (end-of-defun): Use it.
16957 (check-parens): New command.
16958
169592000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16960
16961 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16962 (hs-show-block): Don't use `mapcar' when not accumulating.
16963
16964 Fix buglet in local variables initialization.
16965
169662000-01-05 Andreas Schwab <schwab@suse.de>
16967
16968 * hscroll.el (hscroll): Doc fix.
16969
169702000-01-05 Carsten Dominik <cd@gnu.org>
16971
16972 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16973 idlw-toolbar.
16974
16975 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16976 file idlw-rinfo.el.
16977 (idlwave-customize): load must read file idlw-shell.el.
16978 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16979
169802000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16981
16982 * progmodes/idlw-shell.el: Also provide idlwave-shell
16983 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16984 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16985
16986 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16987 both reftex-dcr and reftex-vcr.
16988
16989 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16990
169912000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16992
16993 * ps-print.el: PostScript code now is in separate files, doc fix.
16994 (ps-print-version): New version number (5.0.3).
16995 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16996 local.
16997 (ps-spool-config): Initialization fix.
16998 (ps-print-prologue-1, ps-print-prologue-2)
16999 (ps-print-duplex-feature): PostScript code moved to separated file.
17000 (ps-background-image): Little code reformating.
17001 (ps-begin-file, ps-begin-job): Fix code.
17002 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17003 (ps-prologue-file): New fun.
17004
170052000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17006
17007 * ps-vars.el: Eliminated.
17008
17009 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17010 `;;;###autoload'.
17011
17012 * ps-print.el: ps-vars eliminated, doc fix.
17013 (ps-print-version): New version number (5.0.2).
17014 (ps-spool-config): Initialization fix.
17015 (ps-print-customize): New fun.
17016
170172000-01-04 Gerd Moellmann <gerd@gnu.org>
17018
17019 * autorevert.el (auto-revert-mode): Return value of
17020 auto-revert-mode.
17021
170222000-01-04 Dave Love <fx@gnu.org>
17023
17024 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17025 menu items.
17026
170272000-01-03 Dave Love <fx@gnu.org>
17028
17029 * elide-head.el (elide-head) [defgroup]: Add :version.
17030
17031 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17032 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17033 `cl-hash-table-p', not `hash-table-p'.
17034 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17035
170362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17037
17038 * faces.el (face-read-integer, read-face-attribute)
17039 (color-defined-p, color-values): unspecified-{f,b}g are now
17040 strings.
17041
170422000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17043
17044 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17045 at comment end, and re-insert them after filling.
17046
170472000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17048
17049 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17050 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17051 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17052
170532000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17054
17055 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17056 the new name of face-color-supported-p.
17057
17058 * term/w32-win.el (xw-defined-colors): Likewise.
17059
170602000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17061
17062 * simple.el (completion-setup-function): Count completion-size
17063 from minibuffer-prompt-end, not from point-min.
17064
170652000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17066
17067 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17068 Pass the frame to tty-color-* functions.
17069 (display-color-p, frame-set-background-mode): Pass the frame to
17070 tty-display-color-p.
17071
17072 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17073 tty-color-alist.
17074 (tty-color-alist, tty-modify-color-alist): New functions.
17075 (tty-color-define, tty-color-clear, tty-color-approximate)
17076 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17077 an optional parameter FRAME.
17078
170792000-01-01 Gerd Moellmann <gerd@gnu.org>
17080
17081 * image.el (create-image, defimage): Don't assume image data is a
17082 string.
17083
17084 * image.el (defimage): Handle specifications containing :data
17085 instead of :file.
17086 (image-type-from-data): New function.
17087 (image-type-from-file-header): Use it.
17088 (create-image): Add parameter DATA-P.
17089
17090See ChangeLog.8 for earlier changes.
17091
17092;; Local Variables:
17093;; coding: iso-2022-7bit
17094;; End: