(makefile-font-lock-keywords):
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7cd512f2
SM
12001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2
1dc64fca
SM
3 * progmodes/make-mode.el (makefile-font-lock-keywords):
4 Rationalize the rules for includes and conditionals and use the
5 keyword face for them.
6
7cd512f2
SM
7 * faces.el (modify-face): Add compatibility for non-interactive use.
8
ffeb5c1c
JW
92001-04-24 John Wiegley <johnw@gnu.org>
10
11 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
12 fix from last night, since it wasn't finding eshell/cd.
13
35f901fa
GM
142001-04-24 Gerd Moellmann <gerd@gnu.org>
15
16 * rect.el (string-rectangle): Revert to 20.x behaviour.
17 (replace-rectangle): Make it an alias for string-rectangle.
18 (string-insert-rectangle): New function.
19
c7b1b508
JW
202001-04-23 John Wiegley <johnw@gnu.org>
21
22 * eshell/em-unix.el (eshell/diff): Fixed problems that were
23 occurring with Emacs 21's diff.el/compile.el interaction layer.
24
252001-04-23 Colin Walters <walters@cis.ohio-state.edu>
26
27 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
28 case where the function was defined in a file, but not part of an
29 eshell module.
30
157975e3
JW
312001-04-23 John Wiegley <johnw@gnu.org>
32
33 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
34 code to work around a redisplay problem I've been having.
35
3dc630b9
JW
362001-04-23 John Wiegley <johnw@gnu.org>
37
38 * calendar/timeclock.el (timeclock-day-required): If the time
39 required for a particular day is not set, use `timeclock-workday'.
40 (timeclock-find-discrep): Added some sample code in a comment.
41
42 * eshell/eshell.el (eshell-command): Made a few changes so that
43 `eshell-command' could be called programmatically.
44
7cd512f2 45 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 46
7cd512f2 47 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 48
3ae14dd9 492001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
50
51 * calendar/timeclock.el: Updated copyright.
52 (timeclock-generate-report): Don't report the daily or two-week
53 total, if no time has been worked in that period.
54 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
55 final computational form, which was unnecessary; corrected a
56 parsing problem when timeclock-relative was nil.
57
3ae14dd9 582001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
59
60 * calendar/timeclock.el (timeclock-modeline-display): Check if
61 `list-entry' is null.
62 (timeclock-use-display-time): The first argument to `set-variable'
63 must be a symbol.
64
53e1a74c
EZ
652001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
68 (calendar-today-marker, calendar-holiday-marker):
69 Use display-color-p instead of window-system.
53e1a74c
EZ
70 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
71 instead of window-system.
72 (calendar-hide-window): Use display-multi-frame-p instead of
73 window-system.
74
75 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
76 (calendar-only-one-frame-setup, calendar-one-frame-setup):
77 Use display-multi-frame-p instead of window-system.
53e1a74c 78
23b809c2
GM
792001-04-23 Gerd Moellmann <gerd@gnu.org>
80
1d14e80c
GM
81 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
82
23b809c2
GM
83 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
84 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
85
b5eeaa1d
GM
862001-04-23 Alex Schroeder <alex@gnu.org>
87
88 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
89 line-end-position a defalias is used for point-at-bol and point-at-eol.
90
b5eeaa1d
GM
912001-04-23 Alex Schroeder <alex@gnu.org>
92
93 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 94 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 95
ac1470eb
EZ
962001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
97
98 * textmodes/paragraphs.el (sentence-end): Doc fix.
99
624ef9b3
GM
1002001-04-20 Alex Schroeder <alex@gnu.org>
101
102 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 103 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
104
1052001-04-20 Alex Schroeder <alex@gnu.org>
106
107 * sql.el (sql-db2-program): New option.
108 (sql-db2-options): New option.
109 (sql-db2): New function.
110
1112001-04-20 Alex Schroeder <alex@gnu.org>
112
113 * sql.el (sql-mode-menu): Added highlighting entries.
114 (sql-highlight-oracle-keywords): New function.
115 (sql-highlight-postgres-keywords): New function.
116 (sql-highlight-ansi-keywords): New function.
117
1182001-04-20 Alex Schroeder <alex@gnu.org>
119
120 * sql.el (sql-help): Doc change.
121
2a83a11d
SM
1222001-04-19 Stefan Monnier <monnier@cs.yale.edu>
123
124 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
125
6f4dd4dc
GM
1262001-04-18 Gerd Moellmann <gerd@gnu.org>
127
0f8d6dc7
GM
128 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
129 for defmethod.
130
6f4dd4dc
GM
131 * comint.el (comint-cr-magic): New function.
132 (toplevel): Add it to comint-preoutput-filter-functions.
133
90200fcc
AI
1342001-04-18 Andrew Innes <andrewi@gnu.org>
135
136 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 137 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
138 (recompile): Remove stuff to set EMACSLOADPATH.
139
daa66f34
GM
1402001-04-18 Gerd Moellmann <gerd@gnu.org>
141
edc5c81d
GM
142 * language/slovak.el ("Slovak"): Add tutorial entry.
143
daa66f34
GM
144 * net/browse-url.el (browse-url-new-window-flag): Renamed from
145 browse-url-new-window-p.
146
5d5845dc
EZ
1472001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
148
149 * info.el (Info-menu-update): When there are no menus and/or no
150 cross references in the node, make the respective items of the
151 Info menu-bar menu inactive.
152
1c8addd0
GM
1532001-04-17 Gerd Moellmann <gerd@gnu.org>
154
f4f480bd
GM
155 * indent.el (indent-for-tab-command): Call indent-line-function
156 with no argument if PREFIX-ARG is non-nil.
157
1c8addd0
GM
158 * frame.el (delete-other-frames): Handle minibuffer-only frames.
159
8f9ab403
EZ
1602001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
161
162 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
163 an async subprocess if start-process is unavailable. Suggested by
164 Tim Van Holder <tim.van.holder@pandora.be>.
165
60322163
EZ
1662001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
167
168 * info.el (Info-additional-directory-list): Doc fix. Suggested by
169 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
170
e372bc67
EZ
1712001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
172
173 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
174 manual.
175
28037ecf
SM
1762001-04-13 Stefan Monnier <monnier@cs.yale.edu>
177
178 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
179 (cvs-menu): Add a few entries.
180
181 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
182 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
183 lock file appears to be reachable from Emacs.
184 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
185 (cvs-mode-find-file): Look for cvs-header-face rather than
186 cvs-dirname-face (which doesn't exist).
187 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
188
189 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
190
5d5e7f53
EZ
1912001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
192
193 * emulation/pc-select.el (pc-selection-mode): Don't turn on
194 normal-erase-is-backspace on a tty. Instead, bind some keys such
195 as [delete] directly, like pc-select.el did before
196 normal-erase-is-backspace was invented.
197
118562e1 1982001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
199
200 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
201
6c9e58c4
JW
2022001-04-11 John Wiegley <johnw@gnu.org>
203
28037ecf
SM
204 * eshell/em-ls.el (eshell-ls-insert-directory):
205 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
206 buffers, if Eshell's ls is being used.
207
118562e1 2082001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 209
28037ecf
SM
210 * calendar/timeclock.el (timeclock-completing-read): New function.
211 (timeclock-ask-for-project, timeclock-ask-for-reason):
212 Call `timeclock-completing-read'.
978bd3ea
JW
213
214 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
215 required where `member' was being used.
216
118562e1 2172001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 218
28037ecf
SM
219 * eshell/em-hist.el (eshell-previous-matching-input):
220 Don't display "History item" if the the minibuffer is active.
978bd3ea 221
30cb0001
GM
2222001-04-11 Gerd Moellmann <gerd@gnu.org>
223
224 * startup.el (command-line): Output a newline after printing
225 an error from loading the window system's init file.
226
e38af9bd
EZ
2272001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
228
28037ecf
SM
229 * textmodes/texinfo.el (texinfo-font-lock-keywords):
230 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
231 @inforef. Add an OVERRIDE of `keep' to highlight specs of
232 keywords whose arguments routinely include @@.
233
bbf63a7b
GM
2342001-04-10 Gerd Moellmann <gerd@gnu.org>
235
28037ecf
SM
236 * emacs-lisp/advice.el (ad-make-advised-definition):
237 Construct advice for subrs differently.
afffeb57 238
3fe35f35 239 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 240 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 241
c8d6d636 242 * simple.el (completion-list-mode-finish): New function.
28037ecf 243 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 244
2a52f40e 245 * language/european.el ("Polish"): Change sample text.
28037ecf 246 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 247
cf8b1bef
GM
248 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
249 parameter.
250
bbf63a7b
GM
251 * faces.el (menu): Doc fix.
252
719d83ad 2532001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
254
255 * ps-print.el: Footer implementation. Doc fix.
256 (ps-print-version): New version number (6.5.1).
257 (ps-header-frame-alist): New customization var for header frame
258 properties.
259 (ps-line-number-color): New customization var for line number color.
260 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
261 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
262 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
263 (ps-right-footer): New customization vars for footers.
264 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
265 footers.
266 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
267 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
268 Code fix.
319acba0
GM
269 (ps-prologue-file): Indentation fix.
270 (ps-print-quote): Fun eliminated.
271 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
272 (ps-output-frame-properties): New fun.
273 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
274 (ps-skip-newline): Replace defun by defsubst.
28037ecf 275
e372bc67 2762001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
277
278 * eshell/eshell.el (eshell-command): Needed a "%s" format
279 specifier, in case the buffer contains percent characters.
280
e372bc67 2812001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
282
283 * calendar/timeclock.el (timeclock-generate-report): Added a
284 missing insert of the project name.
285
9f9a5e7a
GM
2862001-04-09 Gerd Moellmann <gerd@gnu.org>
287
9170e5d4 288 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 289
865e97c1 290 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 291 (finder-data): Use it instead of `setwins'.
865e97c1
GM
292 From: Dave Love <fx@gnu.org>.
293
cf3885ac 294 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
295 (server-visit-files): Run server-visit-hook after going to
296 line 1 so that the hook can set point as it sees fit.
297
9f9a5e7a
GM
298 * bindings.el (mode-line-modified): Unify help messages.
299
51f32106
EZ
3002001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
301
302 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
303 All callers changed.
304
e02160a3
EZ
3052001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
306
8e6bb0d0
EZ
307 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
308 long file names aren't supported, truncate the file names in
309 quail-misc-package-ext-info to 8+3 before matching them against
310 FILENAME.
311
312 * dos-fns.el (dos-truncate-to-8+3): New function.
313
ec321d77
EZ
314 * progmodes/compile.el (grep-compute-defaults): Use null-device
315 instead of literal /dev/null. Reported by Jens Schmidt
316 <schmidt@mathematik.uni-kl.de>.
317
e02160a3
EZ
318 * simple.el (normal-erase-is-backspace-mode): Doc fix.
319
cf3885ac
SM
3202001-04-06 Stefan Monnier <monnier@cs.yale.edu>
321
322 * textmodes/sgml-mode.el: Add unknown maintainer.
323 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
324 (html-mode-map): Use set-keymap-parent.
325
3ffb33bb
DL
3262001-04-06 Dave Love <fx@gnu.org>
327
328 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
329 Remove redundant string-to-list.
330
8f625692
SM
3312001-04-05 Stefan Monnier <monnier@cs.yale.edu>
332
333 * composite.el (reference-point-alist): Doc fix.
334
1087f198
SS
3352001-04-05 Sam Steingold <sds@gnu.org>
336
8f625692
SM
337 * font-lock.el (font-lock-keywords-case-fold-search):
338 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
339 file made font-lock case-insensitive.
340
a55e4e68
GM
3412001-04-05 Gerd Moellmann <gerd@gnu.org>
342
0e4892e2
GM
343 * faces.el (defface menu): Doc fix.
344
4d664b04
GM
345 * wid-edit.el (widget-color-sample-face-get): Don't make
346 faces for undefined colors.
347
a55e4e68
GM
348 * version.el (emacs-version): Include LessTif/Motif version info.
349
f383cd0d
GM
3502001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
351
352 * ps-mule.el: Eliminate cl package dependence.
353 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
354 if they aren't defined yet.
355 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
356 Eliminate cl package dependence.
357
de28797f
SM
3582001-04-04 Stefan Monnier <monnier@cs.yale.edu>
359
360 * progmodes/cc-cmds.el (c-outline-level):
361 Bind buffer-invisibility-spec. Originally from Dave Love, but
362 got lost when incorporating version 5.26.
363
32df8b47
EZ
3642001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
365
de28797f
SM
366 * emulation/pc-select.el (pc-selection-mode):
367 Call normal-erase-is-backspace-mode instead of binding
368 keys individually.
58e4f61d 369
7f62656b
EZ
370 * cus-load.el (normal-erase-is-backspace): Use it instead of
371 delete-key-deletes-forward.
372
373 * startup.el (command-line): Use normal-erase-is-backspace and
374 normal-erase-is-backspace-mode.
375
376 * simple.el (normal-erase-is-backspace): Rename from
377 delete-key-deletes-forward. Doc fix.
378 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
379 delete-key-deletes-forward-mode. Doc fix.
380 Run normal-erase-is-backspace-hook.
7f62656b 381
32df8b47 382 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
383 ``human-readable'' format produced by GNU `ls'.
384 (dired-move-to-filename-regexp): Recognize ISO format dates.
385 From Paul Eggert <eggert@twinsun.com>.
32df8b47 386
5efa6032
GM
3872001-04-04 Gerd Moellmann <gerd@gnu.org>
388
389 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
390 New functions.
de28797f
SM
391 (lm-verify): Check keywords.
392 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 393
d757aac1
EL
3942001-04-03 Eric M. Ludlam <eric@siege-engine.com>
395
396 * speedbar.el (speedbar-insert-image-button-maybe): Check for
397 `xemacs' feature instead of for the function `set-extent-property'.
398
9832760a
SM
3992001-04-03 Stefan Monnier <monnier@cs.yale.edu>
400
401 * mail/mh-utils.el (mh-folder-hist): New var.
402 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
403
d565f6aa
EZ
4042001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
405
406 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
407 region, position point on the first or last 16-byte group.
408 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
409 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
410 hexl-beginning-of-line.
411
24c0fd39
GM
4122001-04-03 Gerd Moellmann <gerd@gnu.org>
413
5efa6032
GM
414 * icomplete.el (icomplete-mode): Treat an argument like other
415 modes do.
416
b3f6107b
GM
417 * startup.el (fancy-splash-head): Use splash8.xpm for color
418 depth 8.
419
24d451c5
SM
420 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
421 Add an antry for ``converts''.
476bf681 422
24d451c5
SM
423 * language/slovak.el ("Slovak"): Add documentation string.
424 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 425
450f6970
GM
426 * language/czech.el ("Czech"): Add documentation string.
427 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
428
24d451c5
SM
429 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
430 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
431
4322001-04-02 Stefan Monnier <monnier@cs.yale.edu>
433
434 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
435 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
436 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
437 Use `defsubst' rather than a macro to ease debugging.
438 (mail-extr-last): Remove (use `last' instead).
439 (mail-extract-address-components): Properly reset the syntax-table
440 after parsing an address. Use `last' rather than mail-extr-last.
441 Make sure the end marker stays at the very end.
24c0fd39 442
2b908342
EZ
4432001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
444
445 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
446 last change.
447
acfb077d
GM
4482001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
449
450 * ps-print.el: Line and paragraph spacing feature. Region to cut
451 out when printing. Doc fix.
452 (ps-print-version): New version number (6.5).
24d451c5
SM
453 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
454 New vars. Line and paragraph spacing feature.
acfb077d
GM
455 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
456 out when printing.
457 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
458 (ps-get-font-size, ps-begin-job, ps-continue-line)
459 (ps-plot-region): Code fix.
460 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
461 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
462 New internal vars.
acfb077d
GM
463 (ps-get-size): New fun.
464 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
465 (ps-next-line): Replace defun by defsubst.
466 (ps-mule-plot-string): Autoload doc fix.
467
468 * ps-bdf.el: XEmacs compatibility. Doc fix.
469 (installation-directory, coding-system-for-read): Declare vars if
470 it's not declared yet.
471 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
472
473 * ps-mule.el: XEmacs compatibility. Doc fix.
474 (leading-code-private-22): Declare var if it's not declared yet.
475 (charset-bytes, charset-dimension, charset-id, charset-width)
476 (find-charset-region, split-char, char-width, chars-in-region)
477 (forward-point, decompose-composite-char, encode-coding-string)
478 (coding-system-p, ccl-execute-on-string, define-ccl-program):
479 Define funs if not defined yet.
480 (encode-composition-rule, find-composition): Define funs if not
481 loaded yet.
482 (ps-mule-prologue): PostScript code fix.
483
4842001-04-02 Kenichi Handa <handa@etl.go.jp>
485
486 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
487 non-nil, generate font for the header strings.
488 (ps-mule-prepare-font): Likewise.
489 (ps-mule-generate-glyphs): Likewise.
490 (ps-mule-string-encoding): Likewise.
491 (ps-mule-header-charsets): New variable.
492 (ps-mule-encode-header-string): New function.
493 (ps-mule-header-string-charsets): New function.
494 (ps-mule-begin-job): Check charsets in the header strings. If there
495 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
496
497 * ps-print.el (ps-generate-header-line): Encode the header string by
498 ps-mule-encode-header-string.
499 (ps-mule-encode-header-string): Declare autoload.
500
c0eb3c10
GM
5012001-04-02 Gerd Moellmann <gerd@gnu.org>
502
24d451c5
SM
503 * frame.el (cursor-in-non-selected-windows):
504 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 505
a3d0b0e0
KH
5062001-03-31 Kenichi Handa <handa@etl.go.jp>
507
508 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
509 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 510 (quail-misc-package-ext-info): New variable.
a3d0b0e0 511 (tsang-quick-converter): New function.
24d451c5
SM
512 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
513 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
514 (miscdic-convert, batch-miscdic-convert): New functions.
515
55f7832c
KH
5162001-03-30 Kenichi Handa <handa@etl.go.jp>
517
a2217cd8
KH
518 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
519 eight-bit-control chars.
520
55f7832c 521 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 522 Reduce making temporary vector (suggested by Dave Love).
55f7832c 523
911a2406
EZ
5242001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
525
526 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
527 string as well.
528
1a518f2c
AS
5292001-03-30 Andreas Schwab <schwab@suse.de>
530
531 * files.el (backup-directory-alist): Fix typo.
532
ef080b16
EZ
5332001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
536 <eggert@twinsun.com>.
537
e4174a55
DL
5382001-03-30 Dave Love <fx@gnu.org>
539
540 * progmodes/fortran.el (fortran-comment-region): Fix typo.
541
9d5d1075
EZ
5422001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * simple.el (transient-mark-mode): Mention C-g in the doc string.
545
a27b451e
MB
5462001-03-30 Miles Bader <miles@gnu.org>
547
548 * subr.el (interactive-form): Fix paren typo.
549
aea51abe
EZ
5502001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
551
552 * emacs-lisp/profile.el: Say that it's obsolete in the header
553 line, so that finder.el puts that into its data-base.
554 Suggested by Alex Schroeder <alex@gnu.org>.
555
249dd409
EZ
5562001-03-29 Paul Eggert <eggert@twinsun.com>
557
558 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
559 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
560
1ac1fa96
SM
5612001-03-29 Stefan Monnier <monnier@cs.yale.edu>
562
563 * generic.el (generic-mode-set-comments): Use "" rather than nil
564 for comment-end.
565
e2b8a830
GM
5662001-03-29 Gerd Moellmann <gerd@gnu.org>
567
1ac1fa96
SM
568 * emacs-lisp/advice.el (ad-make-advised-definition):
569 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
570
571 * subr.el (interactive-form): New function.
572
8b2375e7
AS
5732001-03-29 Andre Spiegel <spiegel@gnu.org>
574
575 * vc-sccs.el (vc-sccs-register): Use relative file names.
576
f827b862
GM
5772001-03-28 Gerd Moellmann <gerd@gnu.org>
578
e59d0e9d
GM
579 * bookmark.el (bookmark-get-bookmark): Handle case that
580 BOOKMARK is not a string.
581
deb2613a
GM
582 * image.el (image-type-regexps): Change type for PS files
583 to `postscript'.
584
f827b862
GM
585 * subr.el (read-passwd): Clear command history after each
586 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
587
3c9449d0
KH
5882001-03-27 Kenichi Handa <handa@etl.go.jp>
589
590 * international/kkc.el (kkc-save-init-file): Locally bind
591 print-length to nil.
592
e6b13c74
GM
5932001-03-26 Gerd Moellmann <gerd@gnu.org>
594
e120bebf
GM
595 * textmodes/flyspell.el: Some doc fixes.
596 (flyspell-maybe-correct-transposition)
597 (flyspell-maybe-correct-doubling): Use a temporary buffer
598
599 * textmodes/ispell.el (ispell-parse-output): Doc fix.
600
5f6c5771 601 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
602 (byte-optimize-form-code-walker): Diagnose too few arguments
603 for `if' and `while'.
604
2b984c45
KH
6052001-03-26 Kenichi Handa <handa@etl.go.jp>
606
607 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
608 Prepend `\' to "\<quail-translation-docstring>".
609
bf2150fa
GM
6102001-03-26 Gerd Moellmann <gerd@gnu.org>
611
5f6c5771
SM
612 * autorevert.el (global-auto-revert-non-file-buffers):
613 Remove duplicate defcustom.
bf2150fa 614
a0d59316
MB
6152001-03-26 Miles Bader <miles@gnu.org>
616
5f6c5771
SM
617 * international/latin1-disp.el (latin1-char-displayable-p):
618 Add leading "-" for X font pattern.
a0d59316 619
9edbff6c
KH
6202001-03-26 Kenichi Handa <handa@etl.go.jp>
621
5f6c5771
SM
622 * international/mule-diag.el (describe-coding-system):
623 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
624 charsets they can encode.
625
50b57199
EZ
6262001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
627
628 * help.el (view-lossage): Mention open-dribble-file in the doc
629 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
630
5b83f9c0
SM
6312001-03-23 Stefan Monnier <monnier@cs.yale.edu>
632
633 * skeleton.el (skeleton-internal-list): Fix bogus logic.
634 (skeleton-pair-insert-maybe): Don't pair after a backslash.
635
e0ecbf5c
KH
6362001-03-23 Kenichi Handa <handa@etl.go.jp>
637
5b83f9c0
SM
638 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
639 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
640 multibyte sequence can work correctly.
641 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
642 property of the coding system.
643
1cc218de
SM
6442001-03-23 Stefan Monnier <monnier@cs.yale.edu>
645
646 * textmodes/fill.el (fill-individual-paragraphs-prefix):
647 Fix transcription typo.
648
a3db02ad
RV
6492001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
650
651 * whitespace.el: Add buffer local variables to toggle testing of
652 whitespaces in buffers without affecting the default values.
a3db02ad 653 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
654 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
655 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
656 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 657
83c9cb8e
SM
6582001-03-21 Stefan Monnier <monnier@cs.yale.edu>
659
660 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
661
180d5509
GM
6622001-03-21 Gerd Moellmann <gerd@gnu.org>
663
eeb5b5c1
GM
664 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
665 bs-cycle-configuration-name. From Juanma Barranquero
666 <lektu@uol.com.br>.
667
170a9e70
GM
668 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
669 and cc-vars.el.
670
180d5509
GM
671 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
672 headers. Always invoke sendmail with option -t.
673
130c507e
GM
6742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
675
676 * Release of cc-mode 5.28.
677
6782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
679
680 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
681 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 682 It's instead taken care of by the default value for c-default-style.
130c507e 683
130c507e
GM
6842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
685
686 * cc-align.el (c-lineup-math): Fix bug where lineup was
687 triggered by equal signs in string literals.
688
6892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
690
691 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
692 limit detection when at the ends of the buffer.
693
694 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
695 "for" statement clause in case 7F; a better one is done
696 earlier in case 7D anyway.
697
6982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
699
700 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
701 somewhat more and did a small optimization.
702
7032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
704
705 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
706 Use the limit argument only to limit the syntactic context
707 search, not to limit the actual movement.
708
709 * cc-cmds.el (c-beginning-of-statement): Move by sentence
710 inside multiline strings, just like in comments. Also various
711 fixes to the paragraph and comment prefix recognition, block
712 comment ender handling etc.
713
7142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
715
716 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
717 the relative position of the point.
718
719 * cc-cmds.el (c-electric-continued-statement): New function to
720 use as abbrev hook to reindent for keywords such as "else"
721 that continues an earlier statement.
722
723 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
724 like classes.
725
726 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
727 (pike-mode): Populate the default abbrev tables to reindent for
728 keywords such as "else" that can continue earlier statements.
729 Abbrev mode is therefore turned on by default now. (Note that
730 this doesn't apply to idl-mode, since IDL afaik doesn't have
731 statements at all.)
732
7332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
734
735 * cc-engine.el (c-inside-bracelist-p): Fix for handling
736 bracelists where the declaration contains template arguments.
737
7382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
739
83c9cb8e
SM
740 * cc-cmds.el (c-comment-indent):
741 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
742 syntactic indentation. Fixes bug with lineup functions that
743 return vectors.
744
745 * cc-engine.el (c-get-syntactic-indentation): Split the
746 indentation sum calculation from `c-indent-line' to a separate
747 function.
748
7492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
750
751 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
752 Fixed places where it was assumed that preprocessor directives
753 have to start in column zero.
754
755 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
756 template arguments after a class identifier properly.
757
758 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
759 lists for `new Foo[]' constructs in Java as expressions and
760 not top level definition brace lists on the top level, so that
761 they'll get indented consistently with the same type of
762 expression in a normal block.
763
7642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
765
766 * cc-cmds.el (c-fill-paragraph): The kludge that checks
767 whether the adaptive filling package fails to keep the comment
768 prefix is now kludged further to check for filladapt-mode
769 which doesn't have that problem. This is really icky, but it's
770 the only way that works with the current misfeatures/bugs in
771 both adaptive-fill-mode and filladapt-mode.
772
773 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
774 around point is recognized more robust.
775
7762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
777
778 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
779 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
780 (c-lit-type): Fixed all internal variables used dynamically so
781 that they are always bound.
782
783 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
784 errors:
785
786 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
787 the region is fully reindented even when an error occurs.
788 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
789 whole lot of code that tried to optimize indentation of whole
790 sexps but in reality accomplishes nothing.
791
792 (c-indent-sexp): Use c-indent-region.
793
794 (c-parsing-error): Changed this variable to hold the message
795 for any syntactic error that is discovered.
796
797 (c-parse-state): Search backward from point instead of the bod
798 position when the latter is invalid. This makes CC Mode
799 recover faster when there are unbalanced close braces.
800
801 (c-backward-to-start-of-if): Use c-parsing-error to report
802 dangling "else" clauses instead of throwing an error, and fall
803 back to a reasonable position.
804
83c9cb8e 805 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 806
83c9cb8e 807 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
808
8092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
810
811 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
812 paragraph recognition when moving by sentence in literals.
813
83c9cb8e
SM
814 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
815 start regexp for javadoc to recognize javadoc markup in general instead
816 of a specific set of keywords, to be more future-safe.
130c507e
GM
817
818 (c-Pike-pikedoc-paragraph-start)
819 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
820 pikedoc markup.
821
83c9cb8e 822 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 823
83c9cb8e 824 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
825
826 * cc-vars.el (c-default-style): Made a nicer Customize widget.
827
828 (c-comment-prefix-regexp): Made it possible to use an
829 association list on this to specify mode specific regexps.
830 The default value now use a special regexp in Pike mode to
831 recognize pikedoc markup.
832
833 (c-current-comment-prefix): New variable containing the actual
834 regexp from c-comment-prefix-regexp for the current buffer.
835
8362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
837
838 * cc-cmds.el (c-electric-brace): Fixed check for special brace
839 lists: We can't look at the syntax, since a brace list can get
840 recognized as a plain statement-cont.
841
842 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
843 special brace list opener broken over two lines got recognized
844 as a statement on the second line. Case 9A changed.
845
8462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
847
848 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
849 adjustment after line is reindented.
850
8512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
852
853 * cc-defs.el (c-point): Added optional argument for position
854 to use instead of the current point.
855
856 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
857 the in-expression block symbols when the construct starts at
858 boi, to avoid the extra level of indentation in that case.
859 Cases 4, 16A and 17E affected.
860
8612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
862
863 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 864 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
865
866 * cc-engine.el (c-indent-line): Use the syntax already bound
867 to `c-syntactic-context', if there is any.
868
8692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
870
871 * cc-engine.el (c-get-offset): Fixed bug where the indentation
872 wasn't added up correctly when a lineup function returned nil.
873
8742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
875
876 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 877 empty lines were ignored when collecting line comments backwards.
130c507e
GM
878
8792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
880
881 * cc-align.el (c-lineup-dont-change): Return an absolute
882 indentation column to work correctly in the case when several
883 syntactic elements are processed for the same line.
884
885 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
886 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
887 (c-set-offset): Added absolute indentation column settings by
888 using the vector type.
889
130c507e
GM
8902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
891
892 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
893 Implemented two new cleanups `space-before-funcall' and
894 `compact-empty-funcall'.
895
130c507e
GM
8962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
897
898 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
899 helping building regexps.
900
901 * cc-engine.el (c-on-identifier): New function for detecting
902 identifiers. It takes keywords into account.
903
904 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
905 lists. `c-keywords' is set to a regexp matching all keywords
906 in the current language.
907
9082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
909
910 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
911 list of characters to skip backwards over at the beginning of
912 a statement, since it can precede string literals in Pike.
913
9142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
915
916 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
917 recognition when standing on the last line in a C++ comment
918 with nothing but whitespace after the prefix.
919
920 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
921 given no limit argument.
922
9232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
924
925 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
926 recognition for the `[]= operator symbol in Pike.
927
9282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
929
930 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
931 around a bug in `eval-when-compile' in the byte compiler.
932
933 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 934 value when count is zero and there's no token start within the limit.
130c507e
GM
935
936 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
937 "prefix comments", i.e. comments which are followed by code on
938 the same line.
939
940 * cc-mode-19.el: Fixes so that checks that must be done at
941 compile time also are done then.
942
9432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
944
945 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
946 time and at runtime, and only when it's needed.
947
9482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
949
950 Major cleanup for less error prone and more warning free
951 compilation, including some fixes for bugs due to different
952 compilation orders. Thanks to Martin Buchholz for providing
953 the basis for all this.
954
955 * cc-bytecomp.el: New file that provides some byte compilation
956 features: It ensures that files always are loaded from the
957 current source directory during compilation, and it provides a
958 set of macros to turn off specific compiler warnings for
959 specific symbols. (It's not CC Mode specific in any way.)
960
961 Fixed a nearly acyclic dependency tree (both runtime and
962 compile-time) between all files.
963
964 * cc-defs.el: Separated all macros before the inline functions,
965 to ensure correct compilation.
966
967 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
968 cc-defs.el to cc-engine.el and made it a function instead.
969
970 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
971 about char-after.
972
973 * cc-vars.el: Cope even when there isn't a custom package
974 containing defcustom available.
975
976 * cc-make.el: Removed since it's no longer necessary.
977
978 README: Updated installation instructions.
979
9802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
981
982 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
983 improve the modularity: Moved all mode init stuff from
984 cc-langs.el to cc-mode.el, including the keymap
985 initialization; cc-langs now only contains the various
986 variables for configuring the language syntax.
987
83c9cb8e
SM
988 * cc-engine.el, cc-styles.el (c-evaluate-offset)
989 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 990 dependency analysis suggests they belong there (which also
83c9cb8e 991 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
992
9932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
994
995 * cc-cmds.el (c-fn-region-is-active-p): New function that
996 wraps the corresponding macro, for use in places that aren't
997 compiled. Thanks to Martin Buchholz for pointing out this.
998
83c9cb8e 999 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1000
1001 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1002 add things to the bug report.
1003
10042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1005
1006 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1007 returned prefix could contain a newline when the search for a
1008 good prefix line failed.
1009
10102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1011
1012 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1013 (c-toggle-auto-hungry-state): Made the argument optional, as
1014 the documentation says it is.
1015
10162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1017
1018 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1019 multiline string syntax, #"...", as a cpp macro.
1020
7008ccac
GM
10212001-03-21 Paul Eggert <eggert@twinsun.com>
1022
83c9cb8e
SM
1023 * international/mule-cmds.el (set-locale-environment):
1024 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1025 caller specifies a non-nil locale name.
3c9449d0 1026
c2478129 10272001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1028
1029 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1030 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1031
117e4b0c
GM
10322001-03-20 Gerd Moellmann <gerd@gnu.org>
1033
7194219d
GM
1034 * follow.el (follow-avoid-tail-recenter): Doc fix.
1035
5721ae13
GM
1036 * custom.el (custom-set-variables): Avoid reversing the list
1037 of args needlessly.
1038
7b8bbf72
GM
1039 * startup.el (fancy-splash-head): Don't change the colors of the
1040 XPM image on a dark background.
1041
a91ad7c9
GM
1042 * comint.el (comint-exec-1): Set columns of the terminal to
1043 window-width instead of frame-width.
1044
fa88947e
GM
1045 * info.el (Info-scroll-down): Add missing WINDOW arg for
1046 pos-visible-in-window-p.
1047
1741905c
GM
1048 * ehelp.el (electric-help-mode-hook): Add defcustom.
1049
117e4b0c
GM
1050 * mail/sendmail.el (mail-mode): Activate case-folding in
1051 font-lock-defaults.
1052
e84c695d
SM
10532001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1054
1055 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1056 (completion-ignored-extensions): Remove duplicate ".class".
1057
fc774041
AS
10582001-03-19 Andreas Schwab <schwab@suse.de>
1059
83c9cb8e
SM
1060 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1061 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1062
c2c097cc
GM
10632001-03-19 Gerd Moellmann <gerd@gnu.org>
1064
1065 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1066 methods since there are not prefix input methods.
1067
fbe2e958
KH
10682001-03-19 Kenichi Handa <handa@etl.go.jp>
1069
83c9cb8e
SM
1070 * international/mule-cmds.el (read-input-method-name):
1071 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1072
da47e491
SM
10732001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1074
1075 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1076
4986c2c6 10772001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1078
4986c2c6
MK
1079 * ediff-util.el: Copyright years.
1080 (ediff-choose-syntax-table): New function.
1081 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1082
4986c2c6
MK
1083 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1084 with-syntax-table.
83c9cb8e 1085
4986c2c6 1086 * ediff.el: Date of last update, copyright years.
83c9cb8e 1087
4986c2c6 1088 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1089
4986c2c6
MK
1090 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1091 of Scott Bronson.
1092 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1093 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1094 Deleted functions.
1095 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1096 ex-token-list.
83c9cb8e 1097
4986c2c6 1098 * viper-util.el: Spaces, indentation.
83c9cb8e 1099
4986c2c6 1100 * viper.el: Changed version, modification time.
83c9cb8e 1101
3c799aec 11022001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1103
1104 * calendar/timeclock.el (timeclock-workday-remaining):
1105 Check whether `discrep' is non-null before using it.
3c799aec 1106
ae3ce418
JW
11072001-03-16 John Wiegley <johnw@gnu.org>
1108
1109 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1110 first-time checkins.
1111 (timeclock-log-data): Fixed problem with reading timelog log file.
1112 Resulting data in the "day list" was incorrect.
1113 (timeclock-find-discrep): Check if `timeclock-file' is readable
1114 before opening it.
1115 (timeclock-time-less-p): New function.
1116 (timeclock-day-base): New function.
1117 (timeclock-geometric-mean): New function.
1118 (timeclock-generate-report): Generate a summary report based on
1119 the contents of the log file. This uses `timeclock-log-data', and
1120 is an example of writing a timelog manipulation function.
1121 (timeclock-visit-timelog): A quick command for opening the timelog
1122 file.
1123 (timeclock-log-data): Bound the variable event.
1124
c8d4a9bb
KH
11252001-03-16 Kenichi Handa <handa@etl.go.jp>
1126
83c9cb8e
SM
1127 * international/mule-cmds.el (select-safe-coding-system):
1128 Fix typo: symbol-name -> symbol-value.
11d56c64 1129
c8d4a9bb
KH
1130 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1131 before substitute-in-file-name to handle double slashes in FILE
1132 correctly.
1133
c899e7e6
GM
11342001-03-15 Gerd Moellmann <gerd@gnu.org>
1135
1136 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1137 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1138
819dce0f
GM
11392001-03-14 Gerd Moellmann <gerd@gnu.org>
1140
697617d9
GM
1141 * bindings.el (features): Add `md5' and `overlay' to the list.
1142
819dce0f
GM
1143 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1144 bound before using it. It's not bound when configured without X,
1145 for instance.
1146
e0067a9d
TTN
11472001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1148
1149 * progmodes/hideshow.el: Update copyright.
1150 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1151 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1152
afcdc0a1
GM
11532001-03-13 Gerd Moellmann <gerd@gnu.org>
1154
e0067a9d 1155 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1156 a non-list.
1157
30564c48
EZ
11582001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1159
1160 * startup.el (fancy-splash-tail, command-line-1): Fix the
1161 copyright year.
1162
2b8e24b3
KH
11632001-03-13 Kenichi Handa <handa@etl.go.jp>
1164
1165 * term.el: These changes are based on a patch sent from Yong Lu
1166 <lyongu@yahoo.com>.
1167 (term-set-escape-char): Bind M-x to execute-extended-command in
1168 term-raw-escape-map.
1169 (term-move-columns): Don't try to move to negagive column.
1170 (term-emulate-terminal): Insert a string before deleting a text to
1171 overwrite.
1172
789b6186
GM
11732001-03-12 Gerd Moellmann <gerd@gnu.org>
1174
b0778a31
GM
1175 * play/life.el (life): Rearrange code so that all calls to
1176 life-display-generation are in a catch-form.
1177
04528cda
GM
1178 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1179 file that isn't interesting. In an interesting file, push the old
1180 value of point on the mark ring.
1181
760cefb5
GM
1182 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1183 New function.
1184 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1185 Use it.
1186
83c9cb8e
SM
1187 * emacs-lisp/autoload.el (generate-file-autoloads):
1188 Remove warning about line lengths.
789b6186 1189
a2ffbafe
FP
11902001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1191
1192 * progmodes/etags.el (tags-compression-info-list): New variable.
1193 (find-tag-in-order): Use it to deal with compressed source files.
1194 (tag-file-name-match-p): New function.
1195 (etags-recognize-tags-table): Use it for better match of file names.
1196
5c9d9d92
KH
11972001-03-12 Kenichi Handa <handa@etl.go.jp>
1198
ba3e9b9b
KH
1199 * international/mule-cmds.el (register-input-method): Doc fix.
1200
5c9d9d92
KH
1201 * international/quail.el (quail-translate-key): Fix condition to
1202 check if there's another breaking point in the current key.
1203
40beecee
EZ
12042001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1205
1206 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1207 Babyl header to the newly-created output file, bind
1208 coding-system-for-write to either rmail-file-coding-system or
1209 emacs-mule-unix.
1210
75c6cb7f
SM
12112001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1212
1213 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1214 Fix the name and regexp used for subsubsections.
1215
5ec17636
DL
12162001-03-10 Dave Love <fx@gnu.org>
1217
1218 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1219 and save-buffer if buffer-file-name non-nil. From rms.
1220
6d2e2c02
AS
12212001-03-10 Andre Spiegel <spiegel@gnu.org>
1222
1223 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1224 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1225 to reflect that.
1226 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1227 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1228 variable bindings that might affect the diff command.
1229 (vc-print-log): Don't switch to the *vc* buffer before the
1230 command, so that local variable bindings are preserved.
1231
789b6186 1232 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1233 not the current buffer.
1234 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1235
789b6186 1236 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1237 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1238
b18f5523
SM
12392001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1240
1241 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1242 so ^, $, *, ? and + are interpreted correctly.
1243
3cfd8357
GM
12442001-03-09 Gerd Moellmann <gerd@gnu.org>
1245
c085b77c 1246 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1247 mode-line-key-binding. Handle any event on a string.
1248 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1249
3cfd8357
GM
1250 * comint.el (comint-insert-clicked-input): Use the last key
1251 from this-command-keys to lookup the global key definition.
1252
348f797a
KH
12532001-03-09 Kenichi Handa <handa@etl.go.jp>
1254
3ebf3717
KH
1255 * international/characters.el: Add category `j' for
1256 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1257
348f797a
KH
1258 * international/mule-conf.el (no-conversion): Fix docstring.
1259 (raw-text): Fix docstring.
1260
e1fbabaf
GM
12612001-03-08 Gerd Moellmann <gerd@gnu.org>
1262
96e8e603
GM
1263 * simple.el (choose-completion-string): When not leaving the
1264 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1265 is set.
1266
e1fbabaf
GM
1267 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1268 parameter `(minibuffer . t)'.
1269
f9db8f19
SM
12702001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1271
1272 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1273 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1274 (sh-mode): Remove `make-local-variable' for unused var
1275 `font-lock-unfontify-region-function'.
1276
02756877
RS
12772001-03-07 Richard M. Stallman <rms@gnu.org>
1278
132bf46d
RS
1279 * info.el (Info-scroll-down): Fix previous change.
1280
02756877
RS
1281 * mail/rmail.el (rmail-toggle-header): Use a window which
1282 is showing the Rmail buffer, rather than the selected window.
1283
eeb24429
DL
12842001-03-07 Dave Love <fx@gnu.org>
1285
1286 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1287 now, to avoid problems with binding imenu directly to a mouse event.
1288
3bdf2660
GM
12892001-03-07 Gerd Moellmann <gerd@gnu.org>
1290
1291 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1292 second arg t.
1293
12942001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1295
1296 * log-edit.el (log-edit-common-indent): New var.
1297 (log-edit-set-common-indentation): Renamed from
1298 log-edit-delete-common-indentation. Use the new var.
1299 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1300
1301 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1302 (cvs-mode-add-change-log-entry-other-window):
1303 Don't presume change-log-default-name is defined.
1304
1305 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1306
1307 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1308 the "tree" operation as well.
1309
1310 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1311
1312 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1313 to match paragraph-start.
1314
1315 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1316 comment-start-skip and set comment-end-skip as well.
1317 (sgml-comment-indent): Fix for new value of comment-start-skip.
1318 (html-autoview-mode): Don't bother using make-local-hook.
1319
2ad02767
GM
13202001-03-07 Gerd Moellmann <gerd@gnu.org>
1321
189638d5 1322 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1323 variables, otherwise long Custom entries would make them ineffective.
189638d5 1324
2ad02767
GM
1325 * uniquify.el: Set maintainer to FSF.
1326
656f8cae
EZ
13272001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * dired-aux.el (dired-do-shell-command): Doc fix.
1330
c83965c4
SM
13312001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1332
04af43bc
SM
1333 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1334
1335 * which-func.el (which-func-modes): Add cperl-mode.
1336 (which-func-mode-global): Use define-minor-mode.
1337
1338 * info-look.el: Docstring fixes and dead code eliminated.
1339 (cperl-mode): Add support.
1340 (emacs-lisp-mode): List all entries from elisp manual, whether
1341 or not they are currently (f)bound or not. Update regexp.
1342
1343 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1344
c83965c4
SM
1345 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1346 so that C-h m shows the correct information.
1347 Use make-local-variable rather than make-variable-buffer-local.
1348 (cperl-info-buffer, cperl-setup-tmp-buf):
1349 Use make-local-variable rather than make-variable-buffer-local.
1350 (cperl-msb-fix, cperl-get-help-defer):
1351 Check major-mode for `cperl-mode' as well.
1352
1353 * progmodes/cperl-mode.el: Updated to author version 4.23.
1354 (cperl-electric-pod): SYNOPSIS was misspelled.
1355 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1356 (cperl-after-expr-p): Make true after __END__.
1357
f16a7aa5
GM
13582001-03-06 Gerd Moellmann <gerd@gnu.org>
1359
157ae273 1360 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1361 bookmark-completion-ignore-case is t.
157ae273 1362
f16a7aa5
GM
1363 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1364 switch, like xterm, and concat resource strings, with a newline
1365 between them.
1366
abaddb98
EZ
13672001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1368
a2ffbafe 1369 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1370 (cp773-decode-table, cp774-decode-table): New variables.
1371
abaddb98
EZ
1372 * man.el (Man-hyphenated-reference-regexp): New variable.
1373 (Man-build-references-alist): Use it to search for referenced
1374 manpages. If hyphenated is non-nil, record a concatenated word in
1375 Man-refpages-alist only if it matches Man-reference-regexp.
1376 Update word's length when it is concatenated. Reverse the list,
1377 to get the first manpage at the head.
1378 (Man-possibly-hyphenated-word): New function.
1379 (Man-follow-manual-reference): Use it instead of current-word to
1380 find a manpage at point, in a way that accounts for hyphenated
1381 references.
1382
eb3f61dd
GM
13832001-03-06 Alex Schroeder <alex@gnu.org>
1384
1385 * sql.el (sql-interbase): New function.
1386 (sql-interbase-program): New option.
1387 (sql-interbase-options): New option.
1388 And some typos fixed: "customise" to "customize".
1389
fa84f42a
DL
13902001-03-06 Dave Love <fx@gnu.org>
1391
83c9cb8e
SM
1392 * textmodes/flyspell.el (flyspell-region):
1393 Set up flyspell-local-mouse-map.
fa84f42a 1394
fda3411d
RS
13952001-03-05 Richard M. Stallman <rms@gnu.org>
1396
a2ffbafe 1397 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1398 Don't call rmail-beginning-of-message.
1399 Don't discard From: field. Do discard Received: field.
1400 Use unwind-protect to re-prune.
1401 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1402
e972ab1f
KH
14032001-03-06 Kenichi Handa <handa@etl.go.jp>
1404
1405 * international/quail.el (quail-title): Add autoload cookie.
1406
335db3c1
DL
14072001-03-05 Dave Love <fx@gnu.org>
1408
1409 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1410 new defs.
1411
278dd6ac
KH
14122001-03-05 Kenichi Handa <handa@etl.go.jp>
1413
83c9cb8e
SM
1414 * language/ethio-util.el (ethio-toggle-space):
1415 Update current-input-method-title if necessary.
36d5e61d
KH
1416 (ethio-toggle-punctuation): Likewise.
1417
341cd4f0
KH
1418 * international/quail.el (quail-title): Fix for the case that a
1419 title of an input method is specified by a list of the same form
1420 as used in mode-line-format.
1421
83c9cb8e
SM
1422 * international/mule-cmds.el (activate-input-method):
1423 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1424 respect that value.
1425
10ebaeb6
GM
14262001-03-05 Gerd Moellmann <gerd@gnu.org>
1427
1428 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1429
7a65c85c
GM
14302001-03-05 Alex Schroeder <alex@gnu.org>
1431
1432 * sql.el (sql-sybase): Fix typo (was: query user about server two
1433 times instead of server and database).
1434
1435 * sql.el (sql-sybase): Doc change.
1436 (sql-mysql): Doc change.
1437 (sql-postgres): Doc change.
1438
b86644f2
KH
14392001-03-05 Kenichi Handa <handa@etl.go.jp>
1440
83c9cb8e
SM
1441 * international/mule-conf.el (emacs-mule, raw-text):
1442 Docstring modified.
b86644f2 1443
e30bd7b7
EZ
14442001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1445
1446 * term/internal.el: Update copyright notice.
1447
1448 * term/pc-win.el: Update copyright notice.
1449
7e365285
DL
14502001-03-02 Dave Love <fx@gnu.org>
1451
83c9cb8e
SM
1452 * files.el (insert-file-contents-literally):
1453 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1454 not jka-compr-compression-info-list.
7e365285 1455
75ed43a6
SM
14562001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1457
1458 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1459 spaces in default comment-start-skip settings rather than \s-.
1460
53c4b1e6
EZ
14612001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1462
1463 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1464 default-frame-alist as well.
1465
028d739a
DL
14662001-03-01 Dave Love <fx@gnu.org>
1467
1468 * textmodes/reftex.el (defvar): Wrap some defvars in
1469 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1470
1471 * subr.el (event-basic-type): Doc fix.
1472
1473 * international/quail.el: Doc fixes.
1474
1475 * international/utf-8.el: Doc fixes.
1476
1477 * international/mule-cmds.el: Doc fixes.
1478 (leim-list-header): Fix header text.
1479
1480 * international/mule.el (coding-system-category): Doc fix.
1481
1482 * international/ccl.el (ccl-compile): Doc fix.
1483
15d1caef
SM
14842001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1485
1486 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1487 rather than (before|after)-change-functions.
1488
f84ff02c
GM
14892001-03-01 Gerd Moellmann <gerd@gnu.org>
1490
1491 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1492 scroll-left and scroll-right being called interactively so that
1493 they set the window's min_hscroll.
1494
e0c1e774
EZ
14952001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1496
1497 * info.el (info-insert-file-contents-1): Accept an additional
1498 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1499 `suffix'; otherwise use the complicated MS-DOS code.
1500 All callers changed.
e0c1e774
EZ
1501 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1502 can access long file names, try the long file-name version of
1503 `info-insert-file-contents-1', then the short file-name version.
1504
b8b2ea31 15052001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1506
af122766
KH
1507 * language/ethio-util.el (setup-ethiopic-environment-internal):
1508 Change bindings of functions keys to conform to "Emacs Lisp Coding
1509 Convention".
1510
1511 * language/ethiopic.el ("Ethiopic"): Add documentation.
1512
b8b2ea31
KH
15132001-02-28 Kenichi Handa <handa@etl.go.jp>
1514
1d64e2ad
KH
1515 * international/utf-8.el (mule-utf-8): Set coding-category
1516 property to coding-category-utf-8.
1517
91cb6e51
RS
15182001-02-27 Richard M. Stallman <rms@gnu.org>
1519
1520 * lpr.el (lpr-page-header-switches, print-region-1):
1521 Undo 2000-07-06 change.
7298f3f7
RS
1522 (lpr-add-switches): Default to t on gnu/linux.
1523
c0cb1027
GM
15242001-02-27 Gerd Moellmann <gerd@gnu.org>
1525
1526 * bs.el (bs-attributes-list): Doc fix.
1527
01459648
GM
15282001-02-26 Gerd Moellmann <gerd@gnu.org>
1529
baebd8a5 1530 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1531
01459648
GM
1532 * help.el (view-order-manuals): Use goto-address.
1533
1534 * startup.el (command-line-1): Add info about ordering manuals
1535 to the not so fancy splash screens.
1536
f93e614e
AS
15372001-02-26 Andre Spiegel <spiegel@gnu.org>
1538
01459648
GM
1539 * vc.el (vc-default-workfile-unchanged-p)
1540 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1541
12435002
GM
15422001-02-26 Gerd Moellmann <gerd@gnu.org>
1543
a2ffbafe 1544 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1545 fontify in the right buffer.
1546
12435002
GM
1547 * allout.el (outline-flag-region): Move macro in front of first
1548 use to avoid a run-time error.
1549
425de386
AI
15502001-02-24 Andrew Innes <andrewi@gnu.org>
1551
1552 * makefile.w32-in: Fix copyright notice.
1553
66c56ed1
KH
15542001-02-24 Kenichi Handa <handa@etl.go.jp>
1555
4c1593ce
KH
1556 * international/utf-8.el (mule-utf-8): Set correct value for
1557 valid-codes property.
1558
66c56ed1
KH
1559 * international/fontset.el (x-complement-fontset-spec): In the
1560 case that we use ASCII font for the other charsets, use only
15d1caef 1561 family and registry part of it.
66c56ed1 1562
119171dd
EZ
15632001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1564
1565 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1566 (shrink-window-if-larger-than-buffer): Doc fix.
1567
932c309e
SM
15682001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1569
1570 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1571 predicate passed to completing-read.
1572
9b760e36
EZ
15732001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * startup.el (command-line): Fix last change.
1576
5c39a60f
JR
15772001-02-23 Jason Rumney <jasonr@gnu.org>
1578
1579 * startup.el (tool-bar-originally-present): New variable.
1580 (command-line): Set it if the tool-bar is switched on at startup.
1581
1582 * frame.el (frame-notice-user-settings): Only adjust frame height
1583 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1584 From E. Jay Berkenbilt.
5c39a60f 1585
cb91b2c7
SM
15862001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1587
39b557e8
SM
1588 * server.el (server-switch-buffer): Only switch window if the
1589 current one is dedicated.
1590
cb91b2c7
SM
1591 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1592 rather than using (match-beginning 0) when searching for break point.
1593
9238a8df
EZ
15942001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1595
1596 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1597 @ follows an accent command such as @'. Support optional braces
1598 in commands that insert accents, like makeinfo does.
1599
3473f362
GM
16002001-02-22 Gerd Moellmann <gerd@gnu.org>
1601
1602 * startup.el (fancy-splash-text): Add a line for ordering
1603 manuals. Reverse order of splash screens shown.
1604 (use-fancy-splash-screens-p): Adapt to the text line added.
1605
1606 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1607 manuals from the FSF.
1608
1609 * help.el (view-order-manuals): New function.
1610 (toplevel): Bind C-h C-m to this function.
1611
76a4de07
SM
16122001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1613
1614 * newcomment.el (comment-forward): Skip the comment-start before
1615 searching for the comment-end.
1616
75b71d85
DL
16172001-02-21 Dave Love <fx@gnu.org>
1618
2f4c9a87
DL
1619 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1620
75b71d85
DL
1621 * international/mule-cmds.el, international/mule.el: Doc fixes.
1622
1623 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1624 (fortune) <defgroup>: Add :link.
1625 (fortune-from-region): Use eq, not eql.
1626
ffc9ff0c
GM
16272001-02-21 Gerd Moellmann <gerd@gnu.org>
1628
1629 * startup.el (fancy-splash-screens): Use display-hourglass
1630 instead of display-busy-cursor.
1631
1632 * frame.el (display-hourglass): Renamed from busy-cursor.
1633 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1634 (show-cursor-in-non-selected-windows): Doc fix.
1635
f34eb373
DL
16362001-02-20 Dave Love <fx@gnu.org>
1637
1638 * international/utf-8.el: Doc and commentary fixes.
1639
f55e4a7e
EZ
16402001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1641
1642 * ehelp.el (with-electric-help): Doc fix.
1643
fa97adf6
GM
16442001-02-20 Gerd Moellmann <gerd@gnu.org>
1645
1646 * msb.el (msb-mode): Call the update-buffers function explicitly
1647 with a FORCE argument.
1648
1649 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1650 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1651 returns nil.
1652
54ed3bd2
GM
16532001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1654
1655 * ps-print.el: Timestamp package replacement. Some enhancements.
1656 Some XEmacs compatibility. Doc fix.
1657 (ps-print-version): New version number (6.4).
1658 (ps-printer-name): Initialization fix.
1659 (ps-zebra-stripe-follow): Funcionality enhancement.
1660 (ps-prologue-file): Code enhancement.
1661 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1662 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1663 (ps-get-page-dimensions)
54ed3bd2
GM
1664 (ps-generate-header, ps-begin-file, ps-begin-job)
1665 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1666 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1667 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1668 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1669
e8ebf97d
MB
16702001-02-20 Miles Bader <miles@gnu.org>
1671
1672 * image-file.el (image-file-name-extensions): Add "tif".
1673
136b27c5
GM
16742001-02-19 Gerd Moellmann <gerd@gnu.org>
1675
1676 * wid-edit.el (widget-button-click): Save the selected window
1677 around the code handling clicks on buttons.
1678
6ebbcf59
DL
16792001-02-18 Dave Love <fx@gnu.org>
1680
1681 * imenu.el (imenu--generic-function): Use mapc to iterate over
1682 syntax characters.
1683
595ded73
RS
16842001-02-17 Richard M. Stallman <rms@gnu.org>
1685
b9fe3dc8
RS
1686 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1687
595ded73
RS
1688 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1689
f3f053f3
GM
16902001-02-16 Gerd Moellmann <gerd@gnu.org>
1691
1692 * mouse.el (mouse-save-then-kill): If the distance from the new
1693 point to the mark is equal to the distance of point from the new
1694 point, move point instead of the mark.
1695
11570a8f
DL
16962001-02-16 Dave Love <fx@gnu.org>
1697
1698 * textmodes/flyspell.el (flyspell-get-word): Return string without
1699 properties.
1700
fb339cd5
EZ
17012001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1702
1703 * generic.el (generic-find-file-regexp): Doc fix.
1704 (generic-ignore-files-regexp): New defcustom.
1705 (generic-mode-find-file-hook): If the file's name matches the
1706 regexp in `generic-ignore-files-regexp', don't enter
1707 default-generic-mode. Doc fix.
1708
c56b1c1b
GM
17092001-02-16 Gerd Moellmann <gerd@gnu.org>
1710
a2ffbafe 1711 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1712 Add autoload cookies.
1713
a2ffbafe 1714 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1715 of cal-tex-24.
1716
0d140e65
EZ
17172001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1718
81558867
EZ
1719 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1720
0d140e65
EZ
1721 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1722 the character class after the (optional) drive, to support file
1723 names with embedded blanks.
1724
713f7b15
SS
17252001-02-15 Sam Steingold <sds@gnu.org>
1726
1727 * textmodes/tex-mode.el (tex-shell-running):
1728 Check the process buffer too.
1729
9a2a6f73
DL
17302001-02-15 Dave Love <fx@gnu.org>
1731
1732 * battery.el (battery-status-function): Fix doc, :type.
1733
15d1caef 1734 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1735
fe10cef0
GM
17362001-02-15 Gerd Moellmann <gerd@gnu.org>
1737
1738 * subr.el (read-passwd): Clear Lisp memory holding password.
1739
126f5d4d
MB
17402001-02-15 Miles Bader <miles@gnu.org>
1741
1742 * info.el (Info-copy-current-node-name): New function.
1743 (Info-mode-menu): Add it to the menu.
1744
92e98d63
RS
17452001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1746
1747 * international/mule-cmds.el (toggle-input-method): Doc fix.
1748
dd4e0e55
SM
17492001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1750
1751 * replace.el (occur): Stop at end of buffer.
1752
402dbbd1
EZ
17532001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1754
1755 * international/mule-cmds.el (set-input-method): Another doc fix.
1756
e9fcba3d
GM
17572001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1758
1759 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1760
78ad1cd5
MB
17612001-02-13 Miles Bader <miles@gnu.org>
1762
713f7b15 1763 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1764 (set-face-stipple): Treat a value of nil as being `unspecified'.
1765
fce9d9dc
DL
17662001-02-12 Dave Love <d.love@dl.ac.uk>
1767
1768 * international/latin1-disp.el: Doc fixes.
1769 (latin1-display) <defgroup>: Add :link.
1770 (latin1-display) <function>: Set variable latin1-display.
1771
bc406911
EZ
17722001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1773
1774 * international/mule-cmds.el (set-input-method): Doc fix.
1775
68514d48
EL
17762001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1777
1778 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1779 (speedbar-line-file): Return nil if not a file.
1780 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1781
513bea45 17822001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1783
513bea45
MK
1784 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1785 for remote files.
bc406911 1786 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1787 with raw-text.
713f7b15 1788
513bea45 1789 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1790
83c9cb8e
SM
1791 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1792 Better handling of the diff mode.
713f7b15 1793
513bea45 1794 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1795
bc406911 1796 * viper.texi: Fix typos.
713f7b15 1797
521d4010
DL
17982001-02-11 Dave Love <fx@gnu.org>
1799
36fd8e17
DL
1800 * shadowfile.el: Doc fixes.
1801 (shadow) <defgroup>: Add :link.
1802 (shadowfile-unload-hook): New function.
1803 (shadow-initialize): Use defalias, not fset.
1804 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1805 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1806
521d4010
DL
1807 * international/mule.el: Doc and message fixes.
1808
36fd8e17
DL
1809 * international/ccl.el (define-ccl-program): Doc fix.
1810
92395bbe
KH
18112001-02-11 Kenichi Handa <handa@etl.go.jp>
1812
1813 * faces.el (mode-line): Set :line-width property to -1.
1814
103db06c
RS
18152001-02-10 Richard M. Stallman <rms@gnu.org>
1816
08b78974
RS
1817 * complete.el (partial-completion-mode): Doc fix.
1818
103db06c
RS
1819 * simple.el (delete-key-deletes-forward-mode):
1820 Change `let' to `let*' to fix gross bug in last change.
1821
1822 * repeat.el (repeat): Don't let execute-kbd-macro alter
1823 real-last-command.
1824
a6a1ee53
EZ
18252001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1826
1827 * simple.el (eval-expression): Doc fix.
1828
d2f288c6
DL
18292001-02-09 Dave Love <fx@gnu.org>
1830
038f4ae3
DL
1831 * imenu.el (imenu-generic-expression): Doc fix.
1832
83c9cb8e
SM
1833 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1834 From Juanma Barranquero.
038f4ae3 1835
15d1caef 1836 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1837
9804b846
KH
18382001-02-09 Kenichi Handa <handa@etl.go.jp>
1839
1840 * faces.el (set-face-attribute): Describe the case of a negative
1841 value specified for :line-width.
1842
532f5197
SM
18432001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1844
1845 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1846 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1847
1d279666
DL
18482001-02-08 Dave Love <fx@gnu.org>
1849
4681ca3a
DL
1850 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1851 widget-plist-value-type.
1852 (widget-alist-convert-widget): Replace binding of
1853 widget-alist-value-type.
1854
1d279666
DL
1855 * textmodes/paragraphs.el (sentence-end): Doc fix.
1856
83c9cb8e
SM
1857 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1858 Remove `backward-line'.
1d279666 1859
532f5197
SM
1860 * play/pong.el (pong-blank-color, pong-bat-color)
1861 (pong-ball-color, pong-border-color, pong-left-key)
1862 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1863 (pong-pause-key, pong-resume-key, pong-timer-delay):
1864 * mail/mh-comp.el (mh-compose-letter-function):
1865 * eshell/esh-mode.el (eshell-skip-prompt-function):
1866 * emulation/viper-ex.el (ex-unix-type-shell-options):
1867 * recentf.el (recentf-menu-filter):
1868 * ps-print.el (ps-print-region-function):
1869 * lpr.el (print-region-function):
1870 * forms.el (forms-mode-hooks):
1871 * dirtrack.el (dirtrack-directory-change-hook):
1872 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1873 * textmodes/spell.el (spell-filter):
1874 * textmodes/fill.el (adaptive-fill-function):
1875 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1876 * progmodes/etags.el (find-tag-default-function):
1877 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1878 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1879
6f676109
EZ
18802001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1881
751d3bc4
EZ
1882 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1883 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1884 Meyering <jim@meyering.net>.
1885
6f676109
EZ
1886 * loadup.el: Revert last change.
1887
d3c26cdf
KH
18882001-02-07 Kenichi Handa <handa@etl.go.jp>
1889
83c9cb8e
SM
1890 * international/mule.el (transform-make-coding-system-args):
1891 Make it work also for coding systems not using CCL.
d3c26cdf 1892
44806980
EZ
18932001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1894
9889af08
EZ
1895 * simple.el (previous-matching-history-element)
1896 (next-matching-history-element): Doc fix.
1897
44806980
EZ
1898 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1899 specific part.
1900
1e36ff68
DL
19012001-02-06 Dave Love <fx@gnu.org>
1902
713f7b15 1903 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1904 (add-log-buffer-file-name-function, add-log-file-name-function):
1905 Fix :type.
1906 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1907
c7ca58df
EZ
19082001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1909
fecd556a
EZ
1910 * info.el (info-initialize): Remove the test for system-type when
1911 invocation-directory is non-nil.
1912
c7ca58df
EZ
1913 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1914 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1915
587b5737
AI
19162001-02-06 Andrew Innes <andrewi@gnu.org>
1917
1918 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1919 absolute.
1920
baf7eee4
GM
19212001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1922
1923 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1924 buffers. When hi-lock turned on rather than only checking current
1925 buffer for regexps, all buffers are checked. Moved activation of
1926 font-lock to hi-lock-refontify. When font-lock turned off rather
1927 than removing added highlighting just in current buffer, remove it
1928 in all buffers. Changed edit menu text from "Automatic
1929 Highlighting" to "Regexp Highlighting" Documentation for
1930 highlighting phrases, minor documentation changes.
1931 (hi-lock-set-file-patterns): Execute only if there are new or
1932 existing file patterns.
1933 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1934 unfontify and, if a support mode is active, will not refontify the
1935 whole buffer. If necessary, turn on font lock. (Removed
1936 font-lock-unfontify and font-lock support-mode-specific calls,
1937 such as lazy-lock-fontify-window.)
1938 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1939 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1940 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1941 (hi-lock-face-phrase-buffer): New function. Also added related
1942 menu item and keybinding.
1943 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1944 (hi-lock-process-phrase): New function.
1945 (hi-lock-line-face-buffer): Doc fixes.
1946 (hi-lock-face-buffer): Doc fixes.
1947 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1948
36710aa6
GM
19492001-02-06 Gerd Moellmann <gerd@gnu.org>
1950
1951 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1952 dabbrev-ignored-regexps.
1953
d3f22784
EZ
19542001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1955
1956 * simple.el (kill-line): Doc fix.
1957
5cb3c8d4
DL
19582001-02-05 Dave Love <fx@gnu.org>
1959
1960 * loadup.el: Revert last two changes -- bootstrapping works with
1961 regenerated loaddefs.
1962
e6297e7d
EZ
19632001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1964
1e14b095
EZ
1965 * isearch.el (isearch-forward): Doc fix.
1966
e6297e7d
EZ
1967 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1968 of font-lock-defaults to backward-paragraph.
1969
e16f52ce
GM
19702001-02-05 Gerd Moellmann <gerd@gnu.org>
1971
1972 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1973 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1974
01d19dd7
GM
19752001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1976
1977 * ebnf2ps.el: Eliminate time-stamp functions.
1978 (ebnf-version): New version (3.5).
1979 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1980 format-time-string.
1981
24886813
GM
19822001-02-05 Gerd Moellmann <gerd@gnu.org>
1983
1984 * simple.el (next-line): Goto end-of-line before inserting a newline.
1985
65e70fc4
MB
19862001-02-05 Miles Bader <miles@gnu.org>
1987
1988 * image-file.el (insert-image-file): When visiting an image, also
1989 set `truncate-lines' to t so that any fringe arrow looks correct.
1990
482f06c9
KH
19912001-02-05 Kenichi Handa <handa@etl.go.jp>
1992
1993 * isearch.el (isearch-forward): Add description about input method
1994 in the docsting.
1995
02399da7
SM
19962001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1997
1998 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1999
2c366083
EZ
20002001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2001
2002 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2003 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2004
bdadfce3
GM
20052001-02-02 Gerd Moellmann <gerd@gnu.org>
2006
79fb38c0
GM
2007 * wid-edit.el (widget-button-click): Fix last change.
2008
bdadfce3
GM
2009 * frame.el (frame-notice-user-settings): When resizing the initial
2010 frame because the tool bar is off, also change the frame's top
2011 position if a negative top position was specified.
2012
33155ffb
MB
20132001-02-02 Miles Bader <miles@gnu.org>
2014
2015 * image-file.el (insert-image-file): When visiting an image,
2016 suppress the cursor in the image buffer.
2017
1355ba0c
DL
20182001-02-01 Dave Love <fx@gnu.org>
2019
2020 * progmodes/f90.el (f90-mode): Remove startup message.
2021
fb758d2d 2022 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2023
01acdb05
GM
20242001-02-01 Gerd Moellmann <gerd@gnu.org>
2025
2026 * startup.el (command-line): Fix code determining whether or not
2027 to use delete-key-deletes-forward-mode.
2028
5b1ee316
AS
20292001-02-01 Andre Spiegel <spiegel@gnu.org>
2030
2031 * vc.el (vc-diff-switches): New user option.
2032 (vc-version-diff): Use it.
2033 (vc-diff-switches-list): New macro.
2034
83c9cb8e
SM
2035 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2036 New customization options.
5b1ee316
AS
2037 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2038
2039 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2040
00b1e7a1
GM
20412001-02-01 Gerd Moellmann <gerd@gnu.org>
2042
2043 * msb.el (toplevel): Quote hook symbols.
2044
85827036
KH
20452001-02-01 Kenichi Handa <handa@etl.go.jp>
2046
8e028499 2047 * international/mule.el (make-coding-system): Add description
3c948dde 2048 about recognized properties in the docstring.
8e028499 2049
85827036
KH
2050 * international/mule-conf.el: Remove unused charsets
2051 mac-roman-lower and mac-roman-upper.
2052
7ccf7ab9
GM
20532001-01-31 Gerd Moellmann <gerd@gnu.org>
2054
2441692d
GM
2055 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2056 is in front of the left-margin, if any.
2057
ee5cece0
GM
2058 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2059 like `delete'.
2060
83c9cb8e 2061 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2062
7ccf7ab9
GM
2063 * term/w32-win.el (mouse-set-font): Doc fix.
2064
b4f30ec5 20652001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2066
b4f30ec5
GM
2067 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2068 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2069 on already.
2070
03e0fe6e
GM
20712001-01-31 Markus Rost <rost@math.ohio-state.edu>
2072
2073 * files.el (save-buffer): Don't give message if (buffer-file-name)
2074 returns nil.
713f7b15 2075
8f289acc
EZ
20762001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2077
cb4aae04
EZ
2078 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2079
dbd98b19
EZ
2080 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2081 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2082
8f289acc
EZ
2083 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2084 display problems.
2085
c12553c1
KH
20862001-01-31 Kenichi Handa <handa@etl.go.jp>
2087
c7bf5db9
KH
2088 * international/mule.el (charset-info): Fix docstring.
2089
2090 * international/mule-diag.el (describe-character-set): Check final
2091 char valid before printing it.
c12553c1 2092
14f16b9c
GM
20932001-01-30 Gerd Moellmann <gerd@gnu.org>
2094
efaa080b
GM
2095 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2096
eef93f99
GM
2097 * frame.el (frame-notice-user-settings): Do the tool-bar
2098 stuff only for graphical displays. Fix a braino.
713f7b15 2099
14f16b9c
GM
2100 * frame.el (frame-initialize): Create initial frame visible.
2101 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2102 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2103
2104 * startup.el (command-line): Remove manipulation of frame
2105 height for tool bars.
2106
4ad25e43
EZ
21072001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2108
2109 * lpr.el: Compatibility with XEmacs and doc fixes.
2110 (lpr-windows-system, lpr-lp-system): New vars.
2111 (lpr-printer-switch): New defcustom.
2112 (printer-name, lpr-command): Customization fix.
2113 (print-region-1): Code fix.
2114 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2115 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2116 New functions.
4ad25e43 2117
e8f044a0
GM
21182001-01-29 Gerd Moellmann <gerd@gnu.org>
2119
2120 * msb.el (toplevel): Fix the eval-after-load.
2121
850d5045
GM
21222001-01-29 Dave Love <fx@gnu.org>
2123
762fe76e
DL
2124 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2125
2126 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2127
83c9cb8e 2128 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2129 (tcl-using-emacs-19-23): Consider Emacs 21+.
2130 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2131 (tcl-add-emacs-menu): Supply menu name.
2132 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2133
3a768251
GM
21342001-01-29 Gerd Moellmann <gerd@gnu.org>
2135
2136 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2137
274d02f7
SM
21382001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2139
2140 * pcvs.el (cvs-mark-fis-dead): New function.
2141 (cvs-mode-add): Use it.
2142 (cvs-mode-add-change-log-entry-other-window):
2143 Rebind change-log-default-name to itself rather than to nil.
2144
ed5d446e
SS
21452001-01-29 Sam Steingold <sds@gnu.org>
2146
efaa080b 2147 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2148 `autoload' statements.
2149
e2a80284
EZ
21502001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2151
8e1db7b3
EZ
2152 * files.el (confirm-kill-emacs): Doc fix.
2153
ff2a1c79
EZ
2154 * frame.el (frame-initialize): Doc fix.
2155
e7b0deaf
EZ
2156 * time-stamp.el (time-stamp-string): Doc fix.
2157
83c9cb8e
SM
2158 * woman.el (WoMan-log-1): Make the log buffer writable.
2159 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2160
005913e4
GM
21612001-01-29 Gerd Moellmann <gerd@gnu.org>
2162
2163 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2164 the `make-variable-buffer-local'.
2165
58622cc5
GM
21662001-01-29 Dave Love <fx@gnu.org>
2167
2168 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2169 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2170 Add autoload cookie.
58622cc5
GM
2171 (ansi-color-apply-sequence): Fix typo.
2172
0404d031
GM
21732001-01-29 Gerd Moellmann <gerd@gnu.org>
2174
ed5d446e 2175 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2176 Postscript printing in black and white.
2177
0404d031
GM
2178 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2179 X-Mailman-Version, Precedence, List-Help, List-Post,
2180 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2181 Content-Type, Content-Length.
2182
3b6ed359
DL
21832001-01-29 Dave Love <fx@gnu.org>
2184
ddd16e7a
DL
2185 * elide-head.el (elide-head): Make overlay evaporate.
2186
83c9cb8e 2187 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2188
8005142f
EZ
21892001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2190
2191 * isearch.el (isearch-highlight): Don't punt if the display
2192 doesn't support colors, since isearch faces are defined for
2193 monochrome displays as well.
2194
84728570
SS
21952001-01-27 Sam Steingold <sds@gnu.org>
2196
2197 * shell.el (shell-write-history-on-exit): Make sure that we are in
2198 the shell buffer (M-x tex-file RET inserted the error message into
2199 the TeX buffer).
2200
e26f9ced
EZ
22012001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2202
2203 * simple.el (transient-mark-mode): Doc fix.
2204
dc0274bd
GM
22052001-01-27 Gerd Moellmann <gerd@gnu.org>
2206
83c9cb8e 2207 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2208
c1acacc4
EZ
22092001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2210
f5058b96
EZ
2211 * shell.el (shell-unquote-argument): If the shell is one of the
2212 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2213 quote character.
2214 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2215 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2216
c1acacc4 2217 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2218 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2219
103db06c 22202001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2221
84728570 2222 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2223 Treat a one-capital-letter abbrev as "not all upper case",
2224 so as to force preservation of the expansion's pattern
2225 if the expansion starts with a capital letter.
2226
cfa70244
EZ
22272001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2228
cfee9de7
EZ
2229 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2230 Doc fix.
2231
cfa70244
EZ
2232 * simple.el (transient-mark-mode): Document the fact that many
2233 commands act on the region when mark is active.
2234
17d90d6b
KH
22352001-01-27 Kenichi Handa <handa@etl.go.jp>
2236
2237 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2238 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2239 (quail-show-guidance-buf): Make the multibyteness of current
2240 buffer inherited to Quail guidance buffer.
2241 (quail-help): Make the multibyteness of current buffer inherited
2242 to Quail help buffer.
2243
61076b20
DL
22442001-01-26 Dave Love <fx@gnu.org>
2245
c47e2c68
DL
2246 * time-stamp.el: Doc fixes.
2247
84728570 2248 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2249 (delphi-keyword-face, delphi-other-face): Fix :type.
2250
940f14b4
DL
2251 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2252
2253 * mail/feedmail.el (feedmail): Add :link.
2254 (feedmail-send-it): Doc fix.
2255
2256 * mail/sendmail.el: Doc fixes.
2257 (sendmail-send-it): Fix the non-ASCII regexp and use
2258 rfc2047-encode-string.
2259
61076b20
DL
2260 * dired.el, dired-aux.el: Revert last change.
2261
6c317bd2
GM
22622001-01-26 Gerd Moellmann <gerd@gnu.org>
2263
2264 * makefile.w32-in (DONTCOMPILE): Add various term files.
2265
22662001-01-26 Dave Love <fx@gnu.org>
2267
2268 * Makefile.in (DONTCOMPILE): Add various term files.
2269
1c636b5f
GM
22702001-01-26 Gerd Moellmann <gerd@gnu.org>
2271
af900b23
GM
2272 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2273
15fa6db0 2274 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2275 the echo area is resized to fit the size of the startup message.
15fa6db0 2276
1c636b5f
GM
2277 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2278 part of which is a constant.
2279
9b1adbd5
EZ
22802001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2281
83c9cb8e 2282 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2283
103db06c 22842001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2285
2286 * simple.el (next-line): Don't let `newline' expand abbrevs.
2287 Simplify slightly.
2288 (open-line): Don't let `newline' expand abbrevs.
2289
219227ea
JW
22902001-01-25 John Wiegley <johnw@gnu.org>
2291
2292 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2293 to `repeat' in the :type field.
2294
2295 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2296 allow a choice of regexp or nil.
d2906bf8 2297 (pcomplete-dir-ignore): Same.
219227ea
JW
2298
2299 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2300 a command) to always fail.
2301
ceba0dac
GM
23022001-01-25 Gerd Moellmann <gerd@gnu.org>
2303
2304 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2305 discard the result.
2306 (iswitchb-to-end): Likewise.
2307
9b0630e5
SS
23082001-01-25 Sam Steingold <sds@gnu.org>
2309
2310 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2311 Require vc.
9b0630e5 2312
a2ed9670
SM
23132001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2314
f0c1adab
SM
2315 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2316
a2ed9670
SM
2317 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2318
34ac3367
DL
23192001-01-25 Dave Love <fx@gnu.org>
2320
61076b20
DL
2321 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2322 (describe-coding-system): Tweak the English text.
2323
34ac3367
DL
2324 * loadup.el: Preload international/ccl for utf-8.
2325
4685e6b7
EZ
23262001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2327
2328 * mail/rmail.el (rmail-redecode-body): Doc fix.
2329
0fdb4475
KH
23302001-01-25 Kenichi Handa <handa@etl.go.jp>
2331
83c9cb8e
SM
2332 * international/mule-cmds.el (reset-language-environment):
2333 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2334
83c9cb8e
SM
2335 * international/mule-conf.el (coding-category-utf-8):
2336 Initialize to mule-utf-8.
0fdb4475 2337
9b0630e5 2338 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2339
2340 * international/utf-8.el: New file.
2341
245ed2b1
SM
23422001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2343
2344 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2345
e95b0c08
SS
23462001-01-24 Sam Steingold <sds@gnu.org>
2347
2348 * dired.el (dired-replace-in-string): Removed.
2349 (dired-sort-toggle): Use `replace-regexps-in-string'
2350 instead of `dired-replace-in-string'.
9b0630e5 2351
ceba0dac
GM
2352 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2353 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2354
e95b0c08
SS
2355 * gs.el (gs-replace-in-string): Removed.
2356 (gs-options): Use `replace-regexps-in-string'
2357 instead of `gs-replace-in-string'.
2358
c3902c3e
EZ
23592001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2360
2361 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2362 bug report is mailed to an email list and posted to a news group.
2363
b66b6aeb
GM
23642001-01-24 Gerd Moellmann <gerd@gnu.org>
2365
83c9cb8e
SM
2366 * comint.el (comint-replace-by-expanded-history-before-point):
2367 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2368
b66b6aeb
GM
2369 * startup.el (tool-bar-images-pixel-height): New variable.
2370 (command-line): After loading the user's init file, when
2371 tool-bar-mode is on, increase the frame's size by some lines for
2372 the tool-bar.
2373
2374 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2375
ff890e66
SZ
23762001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2377
2378 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2379 (chinese-big5): MIME:Big5.
2380
04363179
GM
23812001-01-24 Gerd Moellmann <gerd@gnu.org>
2382
e95b0c08 2383 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2384 Handle commands with prefix args.
2385
d56aaa64
GM
23862001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2387
2388 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2389 being a list of numbers.
2390 (diary-mail-entries): Rewritten.
2391
99858627
DL
23922001-01-23 Dave Love <fx@gnu.org>
2393
7aeb1fa9
DL
2394 * international/mule.el (make-coding-system): Fix typo.
2395
83c9cb8e
SM
2396 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2397 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2398
5a43decf
EZ
23992001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2400
2401 * font-lock.el (font-lock-mode): Doc fix.
2402
b0e98867
KH
24032001-01-23 Kenichi Handa <handa@etl.go.jp>
2404
2405 * international/mule.el (make-translation-table): Fix docstring.
2406
9c8acefd
EZ
24072001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2408
fd4976b8
EZ
2409 * mail/rmail.el (rmail-redecode-body): New function.
2410
9c8acefd
EZ
2411 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2412
871e0439
GM
24132001-01-22 Gerd Moellmann <gerd@gnu.org>
2414
21c2bbe0
GM
2415 * isearch.el (isearch-lazy-highlight-case-fold-search)
2416 (isearch-lazy-highlight-regexp): New variables.
2417 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2418 case-fold search or regexp search has been toggled.
2419
5710730c
GM
2420 * wid-edit.el (widget-button-click): Avoid a save-excursion
2421 around running a global binding.
2422
871e0439
GM
2423 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2424 to 0.25.
2425
d0554957
MB
24262001-01-20 Miles Bader <miles@gnu.org>
2427
2428 * cus-edit.el (custom-face-save): Do post-processing on the face's
2429 new value like `custom-face-set' does.
2430
1519f618
EZ
24312001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2432
ccd87890
EZ
2433 * mail/emacsbug.el (report-emacs-bug): Report the value of
2434 LC_CTYPE, not LC_TYPE.
2435
1519f618
EZ
2436 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2437 isearch-toggle-regexp and isearch-edit-string to doc string.
2438
9724173b
GM
24392001-01-19 Gerd Moellmann <gerd@gnu.org>
2440
48bb9196
GM
2441 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2442 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2443
e95b0c08 2444 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2445 font-lock-beginning-of-syntax-function to nil.
2446
dc81f8a2
EZ
24472001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2448
2449 * mail/emacsbug.el (report-emacs-bug): Report values of
2450 locale-coding-system, default-enable-multibyte-characters, and the
2451 environment variables LC_ALL, LC_TYPE, and LANG.
2452
99327974
GM
24532001-01-19 Gerd Moellmann <gerd@gnu.org>
2454
83c9cb8e 2455 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2456
2be6ecc6
GM
2457 * font-lock.el (font-lock-multiline): Default to nil.
2458 (font-lock-default-fontify-region): If font-lock-multiline is
2459 nil, don't check the property `font-lock-multiline'.
2460
99327974
GM
2461 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2462 is nil, don't check the `font-lock-multiline' text property.
2463
2550055a
MK
24642001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2465
0a949811 2466 * viper.el: Call initial-major-mode on startup.
e95b0c08 2467
0a949811 2468 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2469
8501998a 2470 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2471
2550055a 24722001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2473
0a949811 2474 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2475 diff mode, if available.
e95b0c08 2476
0a949811 24772001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2478
8501998a 2479 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2480
2550055a
MK
2481 * ediff-init.el (subst-char-in-string): Define and use it, unless
2482 it's already defined.
e95b0c08 2483
8962e303
GM
24842001-01-18 Gerd Moellmann <gerd@gnu.org>
2485
2486 * tooltip.el (tooltip-hide-delay): New user-option.
2487 (tooltip-show): Use tooltip-hide-delay instead of the default.
2488
6b453381
KH
24892001-01-18 Kenichi Handa <handa@etl.go.jp>
2490
2491 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2492 kill-local-variable doesn't work for enable-multibyte-characters.
2493
9eaf396b
DL
24942001-01-17 Dave Love <fx@gnu.org>
2495
cebd37ce
DL
2496 * ediff-init.el (ediff-before-setup-hook)
2497 (ediff-merge-filename-prefix): Add :version.
2498
9eaf396b
DL
2499 * international/latin1-disp.el: Require disp-table.
2500 (latin1-display): Fix :set.
2501
2502 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2503
f864120f
GM
25042001-01-17 Gerd Moellmann <gerd@gnu.org>
2505
2506 * isearch.el (isearch-lazy-highlight-initial-delay)
2507 (isearch-lazy-highlight-interval): Default to 0.
2508
25092001-01-17 Bob Glickstein <bobg@zanshin.com>
2510
2511 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2512 1 here rather than each time through
2513 isearch-lazy-highlight-new-loop.
2514 (isearch-lazy-highlight-max): Variable deleted.
2515 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2516 isearch-lazy-highlight-max but controls a single invocation of
2517 isearch-lazy-highlight-update.
2518 (isearch-lazy-highlight-wrapped): Variable recreated.
2519 (isearch-lazy-highlight-window-start): New variable.
2520 (isearch-lazy-highlight-cleanup): Restored to behavior of
2521 before 2-Jan.
2522 (isearch-lazy-highlight-remove-overlays): Function deleted;
2523 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2524 behavior removed.
2525 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2526 isearch-lazy-highlight-update in a loop rather than just once.
2527 Test isearch-invalid-regexp here and decide not to start a new
2528 loop, rather than testing it each time through
2529 isearch-lazy-highlight-update.
2530 (isearch-lazy-highlight-search): Function restored.
2531 (isearch-lazy-highlight-update): Get called in a timer loop again,
2532 but this time highlight more than one match each time through.
83c9cb8e
SM
2533 Only highlight matches in the visible part of the window.
2534 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2535 the edge of the window. Use sit-for to force redisplay and ensure
2536 window-start is credible. "Face suppressing" behavior removed;
2537 overlay priorities should make it unnecessary, right?
2538 (isearch-highlight): Face suppressing behavior removed.
2539 (isearch-dehighlight): Face suppressing behavior removed.
2540 (isearch-set-lazy-highlight-faces-at): Removed.
2541
076ec540
KH
25422001-01-17 Kenichi Handa <handa@etl.go.jp>
2543
2544 * language/european.el ("Latin-1"): Make the format of description
2545 about additional language environments same as that of Latin-2.
2546
92328ec5
DL
25472001-01-16 Dave Love <fx@gnu.org>
2548
39f2174e
DL
2549 * isearch.el (isearch-lazy-highlight): Add :version.
2550
92328ec5
DL
2551 * simple.el (backward-delete-char-untabify-method)
2552 (next-line-add-newlines): Add :version.
2553
f251459d
GM
25542001-01-16 Gerd Moellmann <gerd@gnu.org>
2555
9d4850e5
GM
2556 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2557 Don't bind <delete> otherwise.
2558
2559 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2560 and <delete> via function-key-map.
2561
f251459d
GM
2562 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2563 Subject line only if point is after the `Subject:'.
2564
771ffcf7
KH
25652001-01-16 Kenichi Handa <handa@etl.go.jp>
2566
bda6b481
KH
2567 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2568 japanese-jisx0213-2 in `charset' property of this lang. env.
2569
35793af7
KH
2570 * language/european.el ("Latin-1"): Add description for Dutch and
2571 Spanish lang. env.
2572
771ffcf7
KH
2573 * international/mule.el (decode-char): Fix conditions.
2574 (encode-char): Handle eight-bit-control too.
1c8102ff 2575 (transform-make-coding-system-args): New function.
50c29104
KH
2576 (make-coding-system): Accept XEmacs style arguments for CCL base
2577 coding system.
771ffcf7 2578
e1cf67b6
GM
25792001-01-15 Gerd Moellmann <gerd@gnu.org>
2580
2581 * progmodes/etags.el (find-tag-noselect): Save the value of
2582 tags-file-name before switching buffers, for the case it has a
2583 buffer-local value.
2584
b3287acf
GM
25852001-01-15 Alex Schroeder <alex@gnu.org>
2586
9eaf396b
DL
2587 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2588 From Dave Love <fx@gnu.org>.
b3287acf
GM
2589 (ansi-color-for-comint-mode): Fix :version.
2590
25912001-01-15 Alex Schroeder <alex@gnu.org>
2592
2593 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2594
8d7ff9c8
EZ
25952001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2596
2597 * dired.el (dired-insert-directory): If file-system-info fails,
2598 remove the " free " part, but don't signal an error.
2599
dbe99ae9
SS
26002001-01-12 Sam Steingold <sds@gnu.org>
2601
2602 * bookmark.el (bookmark-maybe-historicize-string):
2603 Use new backquote syntax.
2604
103db06c 26052001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2606
2607 * subr.el (last): Handle a list that doesn't end in nil.
2608
ca2ddd8e
SS
26092001-01-12 Sam Steingold <sds@gnu.org>
2610
2611 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2612 to `backward-delete-char-untabify'.
2613
1751c874
DL
26142001-01-12 Dave Love <fx@gnu.org>
2615
2616 * cus-edit.el (customize-menu-create): Fix the :filter following
2617 easymenu change.
2618
2619 * wid-edit.el (function): Add :match-alternatives.
2620 (widget-color-action): Doc fix.
2621
3cccce8d
GM
26222001-01-12 Gerd Moellmann <gerd@gnu.org>
2623
2624 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2625
18bfd6b5
KH
26262001-01-12 Kenichi Handa <handa@etl.go.jp>
2627
83c9cb8e 2628 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2629
18bfd6b5
KH
2630 * international/ccl.el (define-ccl-program): Fix docstring.
2631
562e00da
DL
26322001-01-11 Dave Love <fx@gnu.org>
2633
14fd0da3
DL
2634 * international/mule-cmds.el (standard-display-european-internal):
2635 Set display table for 2208 as for 160.
2636
2637 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2638
562e00da
DL
2639 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2640 entry for custom-menu-create change.
2641 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2642 don't cons it in the search loop.
2643
2644 * imenu.el (imenu--truncate-items): Revert last change.
2645
6e961dcd
EZ
26462001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * info.el (Info-setup-header-line): If the node header includes
2649 either Next: or Prev: links, don't show the File: and Node: parts
2650 in the header line.
2651
2c2ff7f2
GM
26522001-01-11 Gerd Moellmann <gerd@gnu.org>
2653
a7ee2d2e
GM
2654 * comint.el (comint-goto-process-mark): Don't print a message
2655 when running in batch mode.
2656
c5348233
GM
2657 * isearch.el (isearch-search): In the condition-case handler for
2658 `error', set isearch-invalid-regexp to the whole error message.
2659
422717d1
GM
2660 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2661 ensure that eval-after-load works for files dumped with Emacs.
2662
2663 * help.el (load-symbol-file-load-history): New function extracted
2664 from function symbol-file.
2665 (symbol-file): Use it.
2666
83c9cb8e 2667 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2668
926861fb
EZ
26692001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2670
2671 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2672 behave as if there were no prefix argument.
2673 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2674 argument were nil.
2675
afa1f52c
RS
26762001-01-11 Richard M. Stallman <rms@gnu.org>
2677
ca2ddd8e 2678 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2679 Don't look for more potential matches once maximum is exceeded.
2680 Use overlays-in to check correctly for overlap with current match.
2681 Ignore empty matches.
2682
47a9f362
MB
26832001-01-11 Miles Bader <miles@gnu.org>
2684
2685 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2686 (ispell-overlay-window, ispell-help, ispell-show-choices)
2687 (ispell-command-loop): Use it instead of `window-height'.
2688
d196f58d
GM
26892001-01-10 Gerd Moellmann <gerd@gnu.org>
2690
cf523f0e
GM
2691 * files.el (confirm-kill-emacs): New user-option.
2692 (save-buffers-kill-emacs): Ask for final confirmation before
2693 killing Emacs.
2694
d196f58d
GM
2695 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2696 to nil.
2697
7c6c3d8e
GM
26982001-01-10 Dave Love <fx@gnu.org>
2699
1f8be15d
DL
2700 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2701
83c9cb8e 2702 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2703
2704 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2705
2706 * calculator.el (calculator-number-digits): Fix :type.
2707
0d5184de
DL
2708 * vc-cvs.el (vc-cvs-header): Fix :type.
2709 * vc-rcs.el (vc-rcs-header): Fix :type.
2710 * vc-sccs.el (vc-sccs-header): Fix :type.
2711
2712 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2713
7c6c3d8e
GM
2714 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2715
8c9f73a2
GM
2716 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2717
457b792c
GM
27182001-01-10 Gerd Moellmann <gerd@gnu.org>
2719
2720 * simple.el (set-variable): Force a thorough redisplay for the
2721 case that the variable has an effect on the display, like
2722 `tab-width' has.
2723
d2622d08
AS
27242001-01-10 Andre Spiegel <spiegel@gnu.org>
2725
2726 * vc.el: Add documentation for backend interface.
2727
ae4b5f4f
KH
27282001-01-10 Kenichi Handa <handa@etl.go.jp>
2729
e0844717
KH
2730 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2731
ae4b5f4f
KH
2732 * international/mule-conf.el (latin-extra-code-table): Set to t
2733 for \223 and \224.
2734
3184082b
KH
27352001-01-09 Kenichi Handa <handa@etl.go.jp>
2736
2737 * international/mule-cmds.el (locale-language-names): Map "es" to
2738 "Spanish" and "nl" to "Dutch".
2739
732b9cdd
GM
27402001-01-09 Gerd Moellmann <gerd@gnu.org>
2741
1dfca644
GM
2742 * bindings.el (global-map): Bind <home> to beginning-of-line,
2743 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2744 C-<end> to end-of-buffer.
2745
732b9cdd
GM
2746 * language/european.el: Add Dutch and Spanish language info
2747 to be able to use the appropriate tutorials.
2748
27492001-01-09 Alex Schroeder <alex@gnu.org>
2750
2751 * ansi-color.el (ansi-color-process-output): Use markers instead
2752 of positions for start and end of region.
2753 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2754 Previously, occasional mistakes happend when fontifying many
2755 chunks of output (eg. ls --color=yes /dev). This happened
2756 whenever an overlay was created up to the end of the region, which
2757 coincided with the process-mark. New text would then be added
2758 within that overlay instead of after it.
2759 (ansi-color-make-extent): Overlays are created with the property
2760 `modification-hooks' set to '(ansi-color-freeze-overlay).
2761 (ansi-color-freeze-overlay): New function. When inserting text at
2762 the end of the overlay, the overlay will resize.
2763
27642000-01-09 Alex Schroeder <alex@gnu.org>
2765
2766 * ansi-color.el (ansi-color-process-output): Doc change.
2767 (ansi-color-unfontify-region): Doc change. No longer installed
2768 automatically in font-lock-unfontify-region-function.
2769 (ansi-color-apply): Doc change.
2770 (ansi-color-apply-on-region): Use extents or overlays instead of
2771 text-properties.
2772 (ansi-color-make-extent): New function.
2773 (ansi-color-set-extent-face): New function.
2774
27752000-01-09 Alex Schroeder <alex@gnu.org>
2776
2777 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2778 both use ansi-color-process-output, now.
2779 (ansi-color-process-output): Doesn't return string anymore. It is
2780 installed in comint-output-filter-functions for both Emacs and
2781 XEmacs, now.
2782 (ansi-color-unfontify-region): Simplified code removing variables
2783 pos and start-ansi.
2784 (ansi-color-apply): Put text-property ansi-color before putting
2785 text-property face because ansi-color-unfontify-region is called
2786 immediately after the call to put-text-property.
2787 (ansi-color-context-region): Doc change.
2788 (ansi-color-filter-region): Simplified code.
2789 (ansi-color-apply-on-region): Changed start to start-marker, using
2790 a marker explicitly. Put text-property ansi-color before putting
2791 text-property face because ansi-color-unfontify-region is called
2792 immediately after the call to put-text-property.
2793
27942000-01-09 Alex Schroeder <alex@gnu.org>
2795
2796 * ansi-color.el (ansi-color-faces-vector): Doc change.
2797 (ansi-color-for-comint-mode): Changed :type property to choice.
2798 (ansi-color-last-context): Removed.
2799 (ansi-color-process-output): Don't use ansi-color-last-context, as
2800 the main functions will store their context now.
2801 (ansi-color-context): Doc change.
2802 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2803 Uses ansi-color-context such that repeated calls will strip
2804 partial escape sequences, too.
2805 (ansi-color-apply): Simplified code. Colorize end of string if
2806 face is not null. Store context in new (FACE STRING) format, such
2807 that repeated calls will strip partial escape sequences, too.
2808 Append faces to face property using ansi-color-apply-sequence such
2809 that cumulative mode actually works.
2810 (ansi-color-context-region): New variable.
2811 (ansi-color-filter-region): Rewrote it based on
2812 ansi-color-apply-on-region. Uses ansi-color-context-region such
2813 that repeated calls will strip partial escape sequences, too.
2814 (ansi-color-apply-on-region): Simplified code. Colorize end of
2815 region if face is not null. Store context in new (FACE POS)
2816 format, such that repeated calls will strip partial escape
2817 sequences, too. Append faces to face property using
83c9cb8e 2818 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2819 (ansi-color-apply-sequence): New function.
2820 (ansi-color-get-face): When the default face is added to the list
2821 of faces, all previous settings are discarded and the list of
2822 faces is set to '(default).
2823
28242000-01-09 Alex Schroeder <alex@gnu.org>
2825
2826 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2827 face, such that ansi-color-apply and ansi-color-apply-on-region
2828 will do the right thing.
2829 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2830 returns nil, set the list of faces back to nil instead of
83c9cb8e 2831 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2832
28332000-01-09 Alex Schroeder <alex@gnu.org>
2834
2835 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2836 (ansi-color-process): Doc change.
2837 (ansi-color-last-context): New buffer-local variable.
2838 (ansi-color-process-output): New function. It is automatically
2839 added to comint-output-filter-functions if this is XEmacs.
2840 (ansi-color-unfontify-region): New optional parameter for XEmacs
2841 compatibility. Check wether font-lock-syntactic-keywords is
2842 boundp before removing the syntax table text property, as XEmacs
2843 doesn't have it.
2844 (ansi-color-filter-region): Doc change.
2845 (ansi-color-apply-on-region): Doc change.
2846 (ansi-color-make-face): New function. Compatibility layer for
2847 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2848 (ansi-color-make-color-map): Use ansi-color-make-face.
2849 (ansi-color-get-face): Avoid face text property '(nil) as results
2850 in an errow for XEmacs.
2851
28522000-01-09 Alex Schroeder <alex@gnu.org>
2853
83c9cb8e
SM
2854 * ansi-color.el (ansi-color-unfontify-region): New function.
2855 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2856 ansi-color. When the package is loaded, a lambda expression is
2857 put onto font-lock-mode-hook. This lambda expression will check
2858 font-lock-unfontify-region-function and replace
83c9cb8e 2859 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2860 (ansi-color-apply): Add text-property ansi-color in addition to
2861 text-property face.
2862 (ansi-color-apply-on-region): Add text-property ansi-color in
2863 addition to text-property face.
2864 (save-buffer-state): Copy of the macro that is also used by
2865 lazy-lock and font-lock.
2866
2867 (ansi-color-for-comint-mode): New option.
2868 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2869 (ansi-color-for-comint-mode-off): Ditto.
2870 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2871 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2872 decide what to do. This function is added to
2873 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2874
2875 (ansi-color-for-shell-mode-set): Removed.
2876 (ansi-color-for-shell-mode): Removed.
2877
28782000-01-09 Alex Schroeder <alex@gnu.org>
2879
2880 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2881 the lambda expression from the ansi-color-for-shell-mode :set
2882 property. Additionally, modify shell-mode-hook to enable or
2883 disable font-lock-mode for future shell buffers.
2884 (ansi-color-for-shell-mode): The :set property calls
2885 ansi-color-for-shell-mode-set instead of a lambda expression.
2886
28872000-01-09 Alex Schroeder <alex@gnu.org>
2888
2889 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2890 (ansi-color-context): New variable.
2891 (ansi-color-apply): Save context between calls.
2892
fb55ff10
EZ
28932001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2894
83c9cb8e
SM
2895 * isearch.el (isearch, isearch-lazy-highlight-face):
2896 New definitions for face colors and attributes.
29910493 2897
fb55ff10
EZ
2898 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2899 of display-mouse-p.
2900
134d6265
KH
29012001-01-09 Kenichi Handa <handa@etl.go.jp>
2902
2903 * international/mule.el (make-coding-system): If the coding system
2904 accepts extra latin codes, register such codes as safe for the
2905 coding system.
2906
103db06c 29072001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2908
984c9f75
RS
2909 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2910 don't mention the file name or the date here, because they are
2911 logged at the start of the file.
2912
29132001-01-08 Richard M. Stallman <rms@gnu.org>
2914
78b8eee8
RS
2915 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2916 Change screen-width to frame-width.
2917
1460e5d4
EZ
29182001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2919
2920 * info.el (Info-search): Print the default as part of the prompt.
2921
56f24bc1
AS
29222001-01-08 Andre Spiegel <spiegel@gnu.org>
2923
ca2ddd8e 2924 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2925 constant implementations in backends.
2926
2927 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2928 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2929
2930 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2931 WRITABLE to EDITABLE.
2932
2933 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2934 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2935 to EDITABLE.
2936
b7812d30
EZ
29372001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2938
2939 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2940 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2941
7e56ea04
GM
29422001-01-08 Gerd Moellmann <gerd@gnu.org>
2943
2944 * isearch.el (isearch-old-signal-hook): Removed.
2945 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2946 instead of setting signal-hook-function.
2947 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2948
a758f97d
GM
29492001-01-08 Kevin Gallagher <kevingal@onramp.net>
2950
2951 * emulation/edt.el: Update to version 4.0. Provide support for
2952 EDT scroll margins at top and bottom of the window. Provide an
2953 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2954 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2955 user when file-related buffer modifications exist.
2956 Provide support for running EDT Emulation in XEmacs.
2957 Provide customize access to some user updatable variables.
2958 Add Commentary section to file header.
2959 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2960
2961 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2962 for detecting a keypress that generates an ASCII key sequence.
2963 (Previously, only a keypress that generates a vector was
2964 recognized.) Embed Window Manager name into name of the generated
2965 EDT Emulation initialization file since the initialization file is
2966 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2967
30db89f9
EZ
29682001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2969
4deb3ba9
EZ
2970 * mail/sendmail.el (mail-mode): Doc fix.
2971
30db89f9
EZ
2972 * info.el (Info-goto-emacs-command-node): Doc fix.
2973 (Info-goto-emacs-key-command-node): Doc fix.
2974
c3f2772b
EZ
29752001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2976
8726e79b 2977 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2978 systems without long file-name support.
2979
0dac6924
AI
29802001-01-06 Andrew Innes <andrewi@gnu.org>
2981
2982 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2983
4e6ef391
EZ
29842001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2985
380866a2
EZ
2986 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2987 (isearch-lazy-highlight-update): Doc fix.
2988
148b5960
EZ
2989 * ffap.el (ffap-bindings): Doc fix.
2990
4e6ef391
EZ
2991 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2992
4cb1bcc2
DL
29932001-01-05 Dave Love <fx@gnu.org>
2994
2995 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2996
3828218c
GM
29972001-01-05 Gerd Moellmann <gerd@gnu.org>
2998
83c9cb8e
SM
2999 * mouse-drag.el (mouse-drag-safe-scroll):
3000 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3001
1f4139d5
GM
3002 * isearch.el (isearch-old-signal-hook): New variable.
3003 (isearch-mode): Set signal-hook-function to isearch-done.
3004 (isearch-done): Restore old signal-hook-function.
3005
3828218c
GM
3006 * info.el (Info-fontify-node): Mark one more char as intangible.
3007
3970013f
KH
30082000-01-05 Kenichi Handa <handa@etl.go.jp>
3009
83c9cb8e
SM
3010 * composite.el (compose-last-chars): New argument COMPONENTS.
3011 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3012 COMPONENTS.
3013
3014 * international/quail.el (quail-input-string-to-events): New function.
3015 (quail-input-method): Convert input string to events here.
3016 (quail-start-translation): Return input string, not event list.
3017 (quail-start-conversion): Likewise.
3018
f3b05e99
GM
30192001-01-04 Gerd Moellmann <gerd@gnu.org>
3020
ca2ddd8e 3021 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3022 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3023 and tooltip-add-timeout.
3024 (tooltip-show): Set border color from faces's foreground.
3025 (tooltip-show-help-function): If called with the same help string
3026 as last time, do nothing.
3027 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3028
0f2ac578
GM
3029 * startup.el (fancy-splash-screens): Don't bind show-help-function
3030 to nil.
3031
f3b05e99
GM
3032 * tooltip.el (tooltip-frame-parameters): Remove colors.
3033 (tooltip): New face
3034 (tooltip-set-param): New function.
3035 (tooltip-show): Set up color frame parameters from face `tooltip'.
3036 Display the tooltip text in face `tooltip'.
3037
8416e94a
DL
30382001-01-04 Dave Love <fx@gnu.org>
3039
3040 * whitespace.el (whitespace-global-mode): Fix typo.
3041
3042 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3043
30db89f9
EZ
30442001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3045
83c9cb8e
SM
3046 * help.el (help-for-help): Fix a typo in a doc string.
3047 From kwzh@gnu.org (Karl Heuer).
30db89f9 3048
b847eb8c
DL
30492001-01-03 Dave Love <fx@gnu.org>
3050
3051 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3052 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3053 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3054 (dired-guess-shell-alist-user): Customize.
3055 (dired-x-help-address): Set to bug-gnu-emacs.
3056 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3057 (dired-default-directory): Renamed from default-directory.
3058
3059 * hl-line.el (hl-line): Doc fix.
3060
43c4b570
KF
30612001-01-03 Karl Fogel <kfogel@red-bean.com>
3062
1bf6b1bf 3063 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3064
984c9f75 30652001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3066
3067 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3068 to remove all the current alternative-match highlighting.
3069 If nil, remove only what's outside the current window.
3070 (isearch-lazy-highlight-remove-overlays): Take optional
3071 region within which NOT to remove them.
3072 (isearch-lazy-highlight-new-loop): Greatly simplified.
3073 (isearch-lazy-highlight-update): Find all the other occurrences
3074 visible in the window, in just one call.
3075 (isearch-lazy-highlight-start): Now holds start of region to scan.
3076 (isearch-lazy-highlight-end): Now holds end of region to scan.
3077 (isearch-lazy-highlight-wrapped): Variable deleted.
3078 (isearch-lazy-highlight-search): Function deleted.
3079
13d6a61c
AI
30802000-01-02 Andrew Innes <andrewi@gnu.org>
3081
3082 * w32-fns.el (convert-standard-filename): Do length check on name
3083 before aref.
3084
064866e7
DL
30852001-01-02 Dave Love <fx@gnu.org>
3086
b33e041b
DL
3087 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3088 value.
3089 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3090
3091 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3092
8166ffd5
DL
3093 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3094 read syntax.
3095
064866e7
DL
3096 * calendar/todo-mode.el (todo): Add :link, :version.
3097 (todo-save-top-priorities): Remove autoload cookie.
3098 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3099 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3100
6dde6abc
GM
31012001-01-02 Gerd Moellmann <gerd@gnu.org>
3102
3103 * comint.el (comint-input-history-ignore): New variable.
3104 (comint-read-input-ring): Ignore entries matching
3105 comint-input-history-ignore.
3106
1a8a9daf
GM
31072001-01-02 Eric M. Ludlam <zappo@gnu.org>
3108
3109 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3110 (lm-copyright-mark): New function.
3111 (lm-crack-copyright): New function.
3112 (lm-verify): Check that the file has a copyright.
3113 Check that the file is copyright Free Software Foundation.
3114
9c92eb53
KH
31152000-12-30 Kenichi Handa <handa@etl.go.jp>
3116
3117 * international/mule-diag.el (print-fontset): Indent font name by
3118 24 columns, not 25.
3119
49172314
GM
31202000-12-29 Gerd Moellmann <gerd@gnu.org>
3121
762a68ec
GM
3122 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3123 in Subject line.
3124
49172314 3125 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3126 Use mail-mode-hook instead of mail-setup-hook.
3127 Otherwise continuing an interrupted message with C-u C-x m for
3128 instance, winds up in Mail mode without abbrevs.
49172314 3129
bd7a2e26
GM
31302000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3131
3132 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3133 non-nil. Adding almost all customization variables on ps-setup.
3134 Doc fix.
bd7a2e26
GM
3135 (ps-print-version): New version number (6.3.3).
3136 (ps-end-with-control-d): Initialization fix.
3137 (ps-lines-printed): New var.
3138 (ps-skip-newline): New fun.
3139 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3140 (ps-next-line, ps-continue-line, ps-plot-region)
3141 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3142
2b3f28a4
KH
31432000-12-29 Kenichi Handa <handa@etl.go.jp>
3144
83c9cb8e
SM
3145 * international/fontset.el (x-complement-fontset-spec):
3146 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3147 registered in x-font-name-charset-alist.
3148 (create-fontset-from-fontset-spec): Adjusted for the above change.
3149 The name of fontset alias should be a unresolved ASCII font name.
3150
2ece9174
GM
31512000-12-28 Gerd Moellmann <gerd@gnu.org>
3152
3153 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3154 and delete in isearch-mode-map.
3155
cbe3ad7a
RS
31562000-12-28 Richard M. Stallman <rms@gnu.org>
3157
ca2ddd8e 3158 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3159 Use xpdf instead of acroread.
3160
a816f1c5
KH
31612000-12-28 Kenichi Handa <handa@etl.go.jp>
3162
f086e73c
KH
3163 * textmodes/artist.el (artist-butlast): Deleted.
3164 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3165 artist-butlast.
f086e73c 3166
a816f1c5
KH
3167 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3168
3169 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3170
b202115b
EZ
31712000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3172
3173 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3174
3175 * ls-lisp.el: Better support for the Mac and MS-Windows.
3176 (ls-lisp): New defgroup.
3177 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3178 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3179 (ls-lisp-support-shell-wildcards): New defcustoms.
3180 (ls-lisp-parse-symlink): New function.
3181 (insert-directory): Code to convert switches to a list and set up
3182 the wildcard argument copied from ls-lisp-insert-directory.
3183 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3184 for -C and -R switches.
3185 (ls-lisp-column-format): New function.
ca2ddd8e 3186 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3187 (ls-lisp-format-time): Add doc strings.
3188 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3189 Support ls-lisp-dirs-first.
3190 (ls-lisp-classify, ls-lisp-extension): New functions.
3191 (ls-lisp-format): Optionally support emulation of symlinks.
3192 Support -i, -s, and -G switches.
3193
6061fbf0
GM
31942000-12-27 Gerd Moellmann <gerd@gnu.org>
3195
5e25feee
GM
3196 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3197
6061fbf0
GM
3198 * version.el (emacs-version): Print X scroll bar information.
3199
3200 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3201 instead of x-toolkit-scroll-bars-p.
3202
3203 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3204 of x-toolkit-scroll-bars-p.
3205
25050dab
EZ
32062000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3207
83c9cb8e 3208 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3209 (ffap-bindings): Doc fix, to reflect the above change.
3210
c1786874
KH
32112000-12-27 Kenichi Handa <handa@etl.go.jp>
3212
3213 * term.el (term-char-mode): Define all non-ascii self-inserting
3214 characters to 'term-send-raw in term-raw-map.
3215
7261ece3 32162000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3217
83c9cb8e 3218 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3219
83c9cb8e
SM
3220 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3221 Changed initialization; use add-hook.
6061fbf0 3222 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3223
6061fbf0 3224 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3225
6061fbf0
GM
3226 * ediff.el (ediff-patch-buffer): Bug fix.
3227 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3228
83f40583
SM
32292000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3230
3231 * subr.el (combine-run-hooks): Remove.
3232
3233 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3234 and remove the rogue second spec.
3235
bdd6d4e8
GM
32362000-12-23 Gerd Moellmann <gerd@gnu.org>
3237
3238 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3239
26736ce3
SM
32402000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3241
0e86b6b0
SM
3242 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3243 Use minibuffer menu prompt for the `=' prefix.
3244 (smerge-command-prefix): Change default to C-^.
6eabfb26 3245 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3246
26736ce3
SM
3247 * skeleton.el (skeleton-internal-1): Make sure the first line of
3248 the region is also re-indented.
d21584d6
SM
3249 (skeleton-end-newline): New var.
3250 (skeleton-end-hook): Use it.
26736ce3 3251
95fa4fd7
MB
32522000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3253
3254 * comint.el (comint-password-prompt-regexp): Support CVS.
3255
f060b834
GM
32562000-12-22 Gerd Moellmann <gerd@gnu.org>
3257
83c9cb8e
SM
3258 * simple.el (delete-key-deletes-forward-mode): Simplify.
3259 Also backspace key combinations, depending on
856ff7a7
GM
3260 delete-key-deletes-forward.
3261
3262 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3263
f060b834
GM
3264 * simple.el (delete-key-deletes-forward): Doc fix.
3265
653558a1
GM
32662000-08-22 Emmanuel Briot <briot@gnat.com>
3267
3268 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3269 white spaces are relevant in the XML file.
653558a1
GM
3270 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3271 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3272 of XML files.
653558a1
GM
3273 (xml-parse-tag): Check that the casing is the same in the start
3274 tag and end tag, since XML is case-sensitive. Allows for spaces
3275 in the end tag, after the name of the tag.
3276 (xml-parse-attlist): Allow for the character '-' in the name of
3277 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3278 the properties in the XML tree, since they are not relevant.
653558a1 3279
3ad93d8d
SM
32802000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3281
3282 * generic.el (generic-read-type): Undo last change, inline into
3283 `generic-mode' and then remove.
3284 (generic-mode): Inline generic-read-type.
3285 (define-generic-mode): Push the symbol name rather than the symbol
3286 onto generic-mode-list.
3287
177f4e88
GM
32882000-12-21 Gerd Moellmann <gerd@gnu.org>
3289
8e15274f
GM
3290 * generic.el (generic-read-type): Build an alist for
3291 completing-read as in 20.7.
3292
3293 * play/landmark.el (lm): Use interactive spec `P'.
3294 (toplevel): Don't set debug-on-error.
3295
83c9cb8e 3296 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3297
6ba384dc
GM
32982000-12-21 Dave Pearson <davep@davep.org>
3299
3300 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3301
647a066c
GM
33022000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3303
3304 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3305 ranges like \177-\237, but accepts the character sequence from \177 to
3306 \237. Doc fix.
3307 (ebnf-version): New version (3.4).
3308 (ebnf-setup): Code fix.
3309 (ebnf-range-regexp): New fun.
3310 (ebnf-8-bit-chars): Const fix.
3311
3312 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3313 entry. Doc fix.
3314 (ebnf-bnf-lex): Code fix.
3315 (ebnf-bnf-comment-chars): Const fix.
3316
3317 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3318 entry. Doc fix.
3319 (ebnf-iso-comment-chars): Const fix.
3320
3321 * ebnf-otz.el: Doc fix.
3322
3323 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3324 entry. Doc fix.
3325 (ebnf-yac-skip-code): Code fix.
3326 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3327
bc22fd18
EZ
33282000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3329
3330 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3331 (recover-file): Use it instead of insert-directory.
3332 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3333
587fc3f9
KH
33342000-12-21 Kenichi Handa <handa@etl.go.jp>
3335
83c9cb8e
SM
3336 * international/mule-cmds.el (select-safe-coding-system):
3337 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3338
587fc3f9
KH
3339 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3340
01860fb9
MB
33412000-12-21 Miles Bader <miles@gnu.org>
3342
83c9cb8e 3343 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3344
3f9d67a6
KH
33452000-12-21 Kenichi Handa <handa@etl.go.jp>
3346
9fd1c1f7
KH
3347 * international/mule-diag.el (describe-char-after): Make *Help*
3348 buffer inherit multibyteness of the current buffer.
3349
3f9d67a6
KH
3350 * international/mule.el (make-char): Docstring adjusted for the
3351 change of make-char-internal.
3352
c9669fac
SM
33532000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3354
3355 * international/iso-cvt.el: Docstrings fix.
3356
19594307
DL
33572000-12-20 Dave Love <fx@gnu.org>
3358
3359 * subr.el (eval-after-load): Doc fix.
3360
b1a447b3
KH
33612000-12-20 Kenichi Handa <handa@etl.go.jp>
3362
3363 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3364 for numbers.
3365
09877d5d
MB
33662000-12-20 Miles Bader <miles@gnu.org>
3367
3368 * international/quail.el (quail-help): Resize the help window
3369 again after it has all its contents. Remove unneeded progn.
3370
71d4497a
GM
33712000-12-19 Gerd Moellmann <gerd@gnu.org>
3372
3373 * pcmpl-linux.el: Fix copy/paste error.
3374
741e56a0
AI
33752000-12-19 Andrew Innes <andrewi@gnu.org>
3376
83c9cb8e 3377 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3378
cc24d91c
CD
33792000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3380
ba4c05aa
CD
3381 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3382
3383 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3384
3385 * progmodes/idlw-shell.el: Fixed copyright notice.
3386
3387 * progmodes/idlwave.el: Fixed copyright notice.
3388
71d4497a 3389 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3390 TAB as key separators.
3391
524c8caf
GM
33922000-12-19 Alex Schroeder <alex@gnu.org>
3393
3394 * sql.el (sql-sybase-options): New option.
3395 (sql-sybase): Use it. Add sql-database to the list of parameters
3396 provided for login. The options -w 2048 -n are not used any more.
3397 (sql-postgres-options): Changed default from "--pset" to "-P".
3398 (sql-mysql-options): Doc change.
3399 (sql-stop): Doc change.
3400
b5fa513d
KH
34012000-12-19 Kenichi Handa <handa@etl.go.jp>
3402
3403 * international/quail.el (quail-input-method): Always hide
3404 the guidance buffer on exiting.
3405
91c9e6ce
GM
34062000-12-18 Gerd Moellmann <gerd@gnu.org>
3407
c6da4eb4
GM
3408 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3409 isn't fboundp.
3410
3d2a0e0b
GM
3411 * server.el (server-buffer-done): Bury the buffer before
3412 killing it.
3413
91c9e6ce
GM
3414 * faces.el (face-spec-set): Interpret a nil in specs for
3415 foreground and background colors as `unspecified', for
3416 compatibility with 20.x.
3417
40fa0008
DL
34182000-12-18 Dave Love <fx@gnu.org>
3419
22adbe54
DL
3420 * simple.el (mail-user-agent): Doc fix.
3421 (input-mode-8-bit): Removed.
3422
3423 * international/mule.el (set-keyboard-coding-system): Doc fix.
3424 (keyboard-coding-system): New option.
3425
40fa0008
DL
3426 * mail/sendmail.el (send-mail-function): Customize.
3427
6f4745e2
EZ
34282000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3429
3430 * international/codepage.el (cp866-decode-table): New table.
3431
82b90229
GM
34322000-12-18 Gerd Moellmann <gerd@gnu.org>
3433
3434 * version.el (emacs-version): Remove `%a' from the time format
3435 because the weekday doesn't fit well into each locale.
3436
5a047002
MB
34372000-12-18 Miles Bader <miles@gnu.org>
3438
7f49aa07
MB
3439 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3440
ca2ddd8e 3441 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3442 Check that emacs-major-version is `=' to 20, not `>='.
3443 (artist-replace-chars): Use `make-string' instead of a loop.
3444
22ea2607
EZ
34452000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3446
3447 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3448 (cvs-execute-single-file): Don't change directory.
3449 Patch from Per Cederqvist.
3450
6c825f8e
EZ
34512000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3452
83c9cb8e
SM
3453 * textmodes/ispell.el (check-ispell-version):
3454 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3455 of -vv.
3456
8ff06845
KH
34572000-12-16 Kenichi Handa <handa@etl.go.jp>
3458
af4bb4c8
KH
3459 * international/mule-diag.el (mule-diag): Insert information about
3460 configure options, multibyte awareness, language env.
3461
8ff06845
KH
3462 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3463 regexp to search for candidates.
3464
b24e84ab
EZ
34652000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3466
3467 * info.el (Info-forward-node): If the node has an
3468 Info-header-line, widen the buffer before searching for "next:"
3469 and "up:" pointers, and set the search limit to stay in the
3470 current node.
3471
7981d89f
MB
34722000-12-16 Miles Bader <miles@gnu.org>
3473
3474 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3475
88ee7917
MB
34762000-12-15 Miles Bader <miles@gnu.org>
3477
3478 * comint.el (comint-send-string, comint-send-region): Also accept
3479 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3480 process-send-string/region.
3481
0c28d842
GM
34822000-12-15 Gerd Moellmann <gerd@gnu.org>
3483
4ea7fdca
GM
3484 * isearch.el (isearch-lazy-highlight-max): New user-option.
3485 (isearch-lazy-highlight-update): Don't highlight more than
3486 isearch-lazy-highlight-max matches.
3487
0c28d842
GM
3488 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3489
984c9f75 34902000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3491
8062e53a
GM
3492 * sort.el (sort-columns): Fix error message.
3493
3ffa545b
GM
3494 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3495 `upcase' or `downcase' or nil.
3496 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3497 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3498 (dabbrev--substitute-expansion): New arg record-case-pattern.
3499 If it is non-nil, set dabbrev--last-case-pattern.
3500 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3501
3502 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3503
c2d7f289
MB
35042000-12-15 Miles Bader <miles@gnu.org>
3505
b6348438
MB
3506 * paths.el (Info-default-directory-list): Don't delete
3507 configure-info-directory from the list of standard info
83c9cb8e 3508 directories when appending it to the end -- their order is important.
b6348438 3509
f9056dd9
MB
3510 * faces.el (read-face-attribute): If there's no entry for the
3511 user's input in VALID, just use it as-is (this will often result
3512 in an error, but it may be OK for e.g. colors using hexadecimal
3513 notation, and at least will yield a better error message).
3514
c2d7f289 3515 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3516 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3517 Variables removed.
3518 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3519 window is really the right size. Use vertical-motion
3520 rather than forward-line.
3521 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3522 (ispell-command-loop, ispell-show-choices): Use the variable
3523 ispell-choices-win-default-height, rather than the function.
3524 (ispell-choices-win-default-height): Function removed.
3525 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3526
8f530b95
SM
35272000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3528
3529 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3530
6d435deb
EZ
35312000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3532
83c9cb8e
SM
3533 * paths.el (Info-default-directory-list):
3534 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3535 put it first in the list; otherwise put it last. Doc string
3536 changed accordingly.
3537
3538 * info.el (Info-directory-list): Change doc string to reflect the
3539 change in Info-default-directory-list.
3540
6d435deb
EZ
3541 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3542 windows-nt as windowed environments, even under -nw.
3543
3544 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3545 if not fboundp. Switch delete-forward mode for the <delete> key
3546 on all PC platforms, even under -nw.
3547
3548 * term/internal.el ([M-delete]): Remap to M-d.
3549
9d7d9263
GM
35502000-12-14 Gerd Moellmann <gerd@gnu.org>
3551
3552 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3553
7cf0153a
EZ
35542000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3555
3556 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3557
5e5b3d41
GM
35582000-12-14 Gerd Moellmann <gerd@gnu.org>
3559
5f368d29
GM
3560 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3561 if appropriate.
3562
3563 * simple.el (delete-key-deletes-forward): New user-option.
3564 (delete-key-deletes-forward-mode): New function.
3565
9d7d9263 3566 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3567
83c9cb8e
SM
3568 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3569 Test if symbol is bound before getting its value.
5e5b3d41
GM
3570
3571 * tooltip.el (tooltip-show): If an error is signaled in
3572 x-show-tip, display that error, and display the help in the
3573 echo area.
ca2ddd8e 3574
191b83b6
KH
35752000-12-14 Kenichi Handa <handa@etl.go.jp>
3576
83c9cb8e
SM
3577 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3578 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3579
6192b604
KF
35802000-12-13 Karl Fogel <kfogel@red-bean.com>
3581
3582 * bookmark.el: Provide a generic exit hook, as suggested by
3583 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3584 (bookmark-exit-hook): New var.
3585 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3586 old raw lambda form in `kill-emacs-hook', and runs new
3587 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3588 as logically that feature must have been provided if this function
3589 is running.
3590 Removed ;;;###autoload before the `add-hook' call.
3591
5edf6b55
SM
35922000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3593
3594 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3595 (easy-menu-current-active-maps): New function.
3596 (easy-menu-get-map): Use it.
3597 Make a proper menu entry when creating a new keymap.
3598
16b5e8e6
KH
35992000-12-13 Kenichi Handa <handa@etl.go.jp>
3600
d49fc4eb
KH
3601 * international/characters.el: Fix cases and syntaxes for
3602 mule-unicode-0100-24ff.
3603
3b53d876
KH
3604 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3605 that a Japanese character is not appended after day and year.
3606
16b5e8e6
KH
3607 * info.el (Info-suffix-list): Change format for a command that
3608 requires arguments.
3609 (info-insert-file-contents): Adjusted for the above change.
3610
1df1c518
AS
36112000-12-12 Andreas Schwab <schwab@suse.de>
3612
3613 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3614 on the name of the tar buffer. Verify that the existing buffer is
3615 visiting the same subfile.
3616
a7a07b98
DL
36172000-12-12 Dave Love <fx@gnu.org>
3618
3619 * subdirs.el: Add obsolete.
3620
4fdbd809
GM
36212000-12-12 Gerd Moellmann <gerd@gnu.org>
3622
bfdb75ee
GM
3623 * mail/rmailsum.el (rmail-summary-expunge)
3624 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3625 instead of rmail-confirm-expunge.
3626
4fdbd809
GM
3627 * replace.el (perform-replace): Don't use an empty match adjacent
3628 to a non-empty match when computing the next match before the
3629 replacement is performed.
3630
e9a59cad
GM
36312000-12-12 Milan Zamazal <pdm@freesoft.cz>
3632
3633 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3634 definition (patch by Stefan Monnier).
3635 (glasses-mode): Use jit-lock instead of `after-change-functions'
3636 (patch by Stefan Monnier).
3637
c2def7a0
MB
36382000-12-12 Miles Bader <miles@gnu.org>
3639
3640 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3641 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3642
591b63b4
AC
36432000-12-12 Andrew Choi <akochoi@i-cable.com>
3644
3645 * term/mac-win.el: Remove load for ls-lisp.
3646
a924cf63 3647 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3648
5ff4ba3d
MB
36492000-12-12 Miles Bader <miles@gnu.org>
3650
3651 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3652 Respect field end too.
3653 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3654 (newline-and-indent, reindent-then-newline-and-indent):
3655 Use `delete-horizontal-space'.
5ff4ba3d 3656
d0c679bc
SM
36572000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3658
adf9c994
SM
3659 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3660 (so as to obey the field property in the minibuffer).
3661
4b0cd42d
SM
3662 * obsolete/c-mode.el: Moved from lisp/progmodes.
3663 * obsolete/auto-show.el: Moved from lisp.
3664 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3665
89f85863
CD
36662000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3667
3668 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3669 changes to list them here.
89f85863 3670
83c9cb8e
SM
3671 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3672 Too many changes to list them here.
89f85863 3673
83c9cb8e
SM
3674 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3675 Too many changes to list them here.
89f85863
CD
3676
3677 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3678
3e0d35ce
GM
36792000-12-11 Gerd Moellmann <gerd@gnu.org>
3680
83c9cb8e 3681 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3682
ca2ddd8e 3683 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3684 Comment fix.
3685
3e0d35ce
GM
3686 * hscroll.el: Moved to `obsolete' subdir.
3687
ff904dd6
MB
36882000-12-11 Miles Bader <miles@gnu.org>
3689
3690 * window.el (window-text-height): Function removed (now in C).
3691
fb97d87f
SM
36922000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3693
3694 * log-edit.el (log-edit-parent-buffer): New var.
3695 (log-edit): Set it. Add BUFFER argument.
3696 (log-edit-done): Use char-before.
3697 Don't bother checking validity of vc-comment-ring.
3698 Only bury the buffer if log-edit popped it up.
3699
3700 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3701 (cvs-mode-diff-help): Remove.
3702 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3703 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3704
3705 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3706 Remove binding for ? now made unnecessary.
3707
7de77417
CD
37082000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3709
83c9cb8e 3710 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3711 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3712
3713 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3714 when master file is not open.
3715
4efa209f
SM
37162000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3717
3718 * progmodes/ada-stmt.el: Update `maintainer'.
3719
0a8052bd
GM
37202000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3721
3722 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3723 choices to match documentation string.
3724
a12167c5
MB
37252000-12-09 Miles Bader <miles@gnu.org>
3726
2161605d
MB
3727 * minibuf-eldef.el: New file.
3728
a12167c5
MB
3729 * window.el (fit-window-to-buffer): Don't pass last argument to
3730 pos-visible-in-window-p, now that its meaning is inverted.
3731
9ea8de1b
EZ
37322000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3733
3734 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3735 <ceder@lysator.liu.se>.
3736
5002ddbb
SM
37372000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3738
b6114d80
SM
3739 * autoinsert.el (auto-insert-alist): Add missing final \n.
3740
ee8d23ee
SM
3741 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3742 (cvs-menu-map): Remove.
3743 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3744 (cvs-mode-quit): Turn it back into a plain function.
3745
5002ddbb 3746 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3747 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3748
3749 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3750 file where it's more visible.
3751 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3752 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3753 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3754 (texinfo-inside-macro-p): Only catch `scan-error's.
3755 (texinfo-inside-env-p): Make better use of the match info.
3756 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3757 (texinfo-insert-@end): Slight re-organization.
3758 Also remove useless `looking-at' call.
3759
30cd075d
AI
37602000-12-08 Andrew Innes <andrewi@gnu.org>
3761
3762 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3763 accessible in -nw mode.
3764
3765 * term/w32-win.el: Remove stuff about selection timeout, which is
3766 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3767 it is accessible in -nw mode.
3768
01b91009
DL
37692000-12-08 Dave Love <fx@gnu.org>
3770
83c9cb8e
SM
3771 * emacs-lisp/lisp-mode.el (lisp-mode):
3772 Set font-lock-keywords-case-fold-search.
01b91009 3773
842b2a94
GM
37742000-12-08 Gerd Moellmann <gerd@gnu.org>
3775
3776 * textmodes/ispell.el (ispell): Doc fix.
3777
f9d5f611
KH
37782000-12-08 Kenichi Handa <handa@etl.go.jp>
3779
3780 * international/quail.el (quail-insert-decode-map): Check the
3781 frame width of a window displaying the current buffer, not that of
3782 the selected frame.
3783 (quail-help): Make sure that the help buffer has window before
3784 inserting text in it.
3785
e04d21aa
SS
37862000-12-07 Sam Steingold <sds@gnu.org>
3787
3788 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3789 Backquote is used in isearch.el, so autoloading saves nothing.
3790
fc3e23a4
EZ
37912000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3792
83c9cb8e
SM
3793 * startup.el (normal-top-level-add-subdirs-to-load-path):
3794 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3795
fc3e23a4
EZ
3796 * dired.el (dired-insert-directory): If file-system-info is
3797 fboundp, call it instead of invoking dired-free-space-program.
3798
796ecd10
GM
37992000-12-07 Gerd Moellmann <gerd@gnu.org>
3800
0f5f7c3e
GM
3801 * server.el (server-visit-files): Push files on file-name-history.
3802
3764ba49
GM
3803 * progmodes/cc-langs.el: Update copyright.
3804
8e7931da
GM
3805 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3806
ae0d7485 3807 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3808
796ecd10
GM
3809 * bindings.el (mode-line-mode-menu): Reverse the order
3810 of define-keys so that the menu appears in alphabetical order.
3811
ae0d7485
GM
38122000-12-07 Milan Zamazal <pdm@freesoft.cz>
3813
3814 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3815 of the function.
3816
e2849090
DL
38172000-12-07 Dave Love <fx@gnu.org>
3818
3819 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3820
3821 * facemenu.el (facemenu-unlisted-faces): Fix value.
3822
5c7f629c
SM
38232000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3824
3825 * font-lock.el (font-lock-default-fontify-region):
3826 Include the terminating \n (off-by-one error).
3827 (font-lock-set-defaults): Use dolist.
3828
3829 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3830
73481ae3
KH
38312000-12-07 Kenichi Handa <handa@etl.go.jp>
3832
83c9cb8e
SM
3833 * international/mule-cmds.el (describe-language-environment):
3834 Fix for the case that an input method title is not string but a list.
ffbaa122 3835
73481ae3
KH
3836 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3837 of wrong SIZE record.
3838
e2896b22
DL
38392000-12-06 Dave Love <fx@gnu.org>
3840
67292061
DL
3841 * newcomment.el (comment-region, comment-dwim): Doc fix.
3842
3843 * textmodes/texinfo.el: Require tex-mode when compiling.
3844 (texinfo-update-node): Doc fix.
3845 (texinfo-imenu-generic-expression): Add @anchor.
3846 (texinfo-font-lock-keywords): Add @uref.
3847 (texinfo-inside-macro-p): Don't use ignore-errors.
3848 (texinfo-insert-quote): Match more contexts.
3849
e76938e7
DL
3850 * international/mule.el (decode-char, encode-char): Doc fix.
3851 (auto-coding-alist): Customize.
3852
3853 * files.el (load-file): Fix change of 2000-03-12.
3854
e2896b22
DL
3855 * wid-edit.el (widget-text-keymap): Doc fix.
3856
6610f4b2
AI
38572000-12-06 Andrew Innes <andrewi@gnu.org>
3858
3859 * makefile.w32-in (lisp): Set to an absolute directory, namely
3860 $(CURDIR).
3861
9e3366e4
EZ
38622000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3863
3864 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3865 read generated-autoload-file, and set buffer-file-coding-system to
3866 raw-text-unix after reading the file.
3867
83c9cb8e
SM
3868 * international/mule-conf.el (file-coding-system-alist):
3869 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3870
d94d636f
GM
38712000-12-06 Gerd Moellmann <gerd@gnu.org>
3872
384333ee
GM
3873 * replace.el (occur): Make line-number-width 1 smaller for the
3874 colon following the line number.
3875
83c9cb8e
SM
3876 * startup.el (fancy-splash-text, command-line-1):
3877 Use `File' for the menu name instead of `Files'.
e04d21aa 3878
d4b72d58
GM
3879 * tmm.el: Update copyright.
3880
d94d636f
GM
3881 * cus-start.el: Add entry for even-window-heights.
3882
6e424019
MB
38832000-12-06 Miles Bader <miles@gnu.org>
3884
3885 * faces.el (frame-set-background-mode): Avoid stomping on
3886 locally modified faces.
3887
e6477b58
KH
38882000-12-06 Kenichi Handa <handa@etl.go.jp>
3889
3890 * international/fontset.el: Correct the font registries for
3891 japanese-jisx0213-1 and japanese-jisx0213-2.
3892
21999ab9
GM
38932000-12-05 Gerd Moellmann <gerd@gnu.org>
3894
57d6e381
GM
3895 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3896
21999ab9
GM
3897 * iswitchb.el: Update customization commentary.
3898
7422819c
GM
38992000-12-05 Rob Riepel <riepel@Stanford.EDU>
3900
3901 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3902 (tpu-search-highlight): Fixed comparison of overlay end positions.
3903 (tpu-trim-line-ends): Implemented trimming logic locally.
3904
3905 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3906 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3907
73daff18
KH
39082000-12-05 Kenichi Handa <handa@etl.go.jp>
3909
3910 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3911 to cn-gb.
3912 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3913
6a4cd002
DL
39142000-12-04 Dave Love <fx@gnu.org>
3915
3916 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3917
6452929e
GM
39182000-12-04 Gerd Moellmann <gerd@gnu.org>
3919
e04d21aa 3920 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3921 (rmail-summary-expunge-and-save): Ask for confirmation with
3922 rmail-expunge-confirmed.
3923
3924 * mail/rmail.el (rmail-expunge-confirmed): New function.
3925 (rmail-expunge): Use it.
3926
1790abf4
FP
39272000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3928
0c68ce6f 3929 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3930 (etags-recognize-tags-table, find-tag-in-order):
3931 New functionality: interpret file names as tags.
e04d21aa 3932
7a53d8c8
EZ
39332000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3934
3935 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3936 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3937 the first subnode until the bottom of the current node is visible.
7a53d8c8 3938
caa15ef7
GM
39392000-12-04 Gerd Moellmann <gerd@gnu.org>
3940
3941 * format.el (format-decode): Don't change buffer's undo list.
3942
e225faa7
KH
39432000-12-04 Kenichi Handa <handa@etl.go.jp>
3944
3945 * faces.el (face-font-registry-alternatives): Add entries for CJK
3946 fonts. Doc-string adjusted for the actual usage of this data.
3947
3948 * international/fontset.el: Change the font registries for CJK
3949 fonts in the default fontset. Don't append '*' to registries.
3950
8b262a65
SM
39512000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3952
e04d21aa 3953 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3954 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3955
3956 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3957 (derived-mode-p): New function.
3958 (derived-mode-make-docstring): Add `docstring' argument.
3959 Use it if available and complete it if necessary.
3960
33c4460b
AS
39612000-12-03 Andreas Schwab <schwab@suse.de>
3962
3963 * type-break.el (type-break): Don't make parent of itself.
3964
5c9b3fac
MB
39652000-12-03 Miles Bader <miles@gnu.org>
3966
3967 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3968
27ce741e
SM
39692000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3970
07c16ec4
SM
3971 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3972 (tex-main-file, tex-file): Simplify.
3973 (tex-generate-zap-file-name): Use subst-char-in-string.
3974 (tex-strip-dots): Remove.
3975
c19cc275
SM
3976 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3977
27ce741e
SM
3978 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3979 to check if the match succeeded.
3980
285991dc
GM
39812000-12-02 Gerd Moellmann <gerd@gnu.org>
3982
3983 * startup.el (use-fancy-splash-screens-p): New function.
3984 (command-line-1): Use it to determine whether or not to use
3985 a fancy splash screen.
3986
52dca1b2
AS
39872000-12-02 Andreas Schwab <schwab@suse.de>
3988
3989 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3990
d3e7e7cf
EZ
39912000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3992
2dce2360
EZ
3993 * international/mule.el (make-char): Fix last change.
3994
9768eaa7
EZ
3995 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3996 New defcustoms.
3997 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3998 autoloading tex-mode; instead, do the same manually.
3999 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4000 with numeric argument. Docstring fix.
4001 (toplevel): Require cl when compiling.
e04d21aa 4002
285991dc 4003 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4004
0dd5e255
JR
40052000-12-02 Jason Rumney <jasonr@gnu.org>
4006
4007 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4008 the Emacs Lisp manual)
4009
fbb87147
EZ
40102000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4011
5cbb3e93
EZ
4012 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4013
fbb87147
EZ
4014 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4015 the Emacs Lisp manual).
4016
1636ca09
GM
40172000-12-02 Gerd Moellmann <gerd@gnu.org>
4018
4019 * simple.el (next-line-add-newlines): Change default to nil.
4020
68875f0e
EZ
40212000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4022
83c9cb8e
SM
4023 * files.el (revert-buffer, recover-file):
4024 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4025
fd9ac94c
GM
40262000-12-01 Gerd Moellmann <gerd@gnu.org>
4027
4028 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4029
45450dd5
MB
40302000-12-01 Miles Bader <miles@gnu.org>
4031
4032 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4033
09df8881
KH
40342000-12-01 Kenichi Handa <handa@etl.go.jp>
4035
4036 * international/mule-diag.el (describe-char-after): Fix typo.
4037 (describe-character-set, non-iso-charset-alist): Fix typo.
4038
dea0a87d
MB
40392000-12-01 Miles Bader <miles@gnu.org>
4040
b170205b
MB
4041 * image-file.el (image-file-name-regexp): Automatically add
4042 upper-case variants of each filename extension in
4043 `image-file-name-extensions', since they seem to be common.
4044
e04d21aa 4045 * simple.el (minibuffer-contents)
dea0a87d
MB
4046 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4047 New functions.
4048 * filecache.el (file-cache-directory-name)
4049 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4050
2b69bc11 40512000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4052
dea0a87d
MB
4053 * filecache.el (file-cache-minibuffer-complete): Don't try to
4054 delete the minibuffer prompt.
4055
a8a1b05d
DL
40562000-11-30 Dave Love <fx@gnu.org>
4057
4058 * cus-start.el: Fix read-buffer-function type.
4059
693c4692
GM
40602000-11-30 Gerd Moellmann <gerd@gnu.org>
4061
4062 * md5.el: Removed. There's a built-in function, now.
4063
2c0b1898
GM
40642000-11-30 Markus Rost <rost@math.ohio-state.edu>
4065
4066 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4067 as dummy 0-th char of rmail-deleted-vector.
4068
63dfcf4b
EZ
40692000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4070
4071 * ps-print.el (ps-end-job): Bind case-fold-search only after
4072 switching to ps-spool-buffer.
4073
40742000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4075
4076 * ps-print.el: Line number font customization. PostScript: Lines and
4077 PageCount are initialized on each page. Doc Fix.
4078 (ps-print-version): New version number (6.3.2).
4079 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4080 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4081 (ps-right-header): Customization fix.
4082 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4083 Fix code.
4084 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4085 New vars.
4086
df3aedcf
GM
40872000-11-30 Gerd Moellmann <gerd@gnu.org>
4088
edfb795e
GM
4089 * bs.el: Fix typos and spelling errors.
4090 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4091 (bs-configuration): Doc fix.
e04d21aa 4092
df3aedcf
GM
4093 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4094
8b8a7f01
GM
40952000-11-30 Rob Riepel <riepel@Stanford.EDU>
4096
4097 * emulation/tpu-edt.el (tpu-version): New version.
4098 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4099 (tpu-original-mode-line): Variable deleted.
4100 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4101 (tpu-set-mode-line): Don't redefine mode-line-format.
4102 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4103 (tpu-update-mode-line): New mark flag logic.
4104 (tpu-get): Use find-file-wildcards.
4105 (tpu-search-highlight): Move overlay less, reset overlay properly.
4106 (tpu-unselect): Deactivate mark.
4107 (tpu-lm-replace): Reset overlay properly.
4108 (tpu-forward-line): Use forward-visible-line.
4109 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4110
83c9cb8e 4111 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4112
c069a9d3
GM
41132000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4114
4115 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4116
b02cd40b
GM
41172000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4118
4119 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4120 and skip whitespace and newlines.
e04d21aa 4121
b7a90344
SM
41222000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4123
4124 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4125
be6bbb55
GM
41262000-11-29 Gerd Moellmann <gerd@gnu.org>
4127
0383ed60
GM
4128 * help.el (describe-function-1): Regexp-quote function name
4129 when used as part of a regexp.
4130
83c9cb8e
SM
4131 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4132 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4133 (tool-bar-add-item): Likewise, and handle unspecified colors.
4134
4135 * enriched.el (enriched-face-ans): Use face-attribute instead
4136 of face-foreground and face-background.
4137
4138 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4139 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4140
7423978d
GM
4141 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4142
ef128c78
GM
4143 * play/5x5.el: Remove version info.
4144
a81fc510
GM
4145 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4146
be6bbb55
GM
4147 * frame.el (blink-cursor-mode): Doc fix.
4148
f9396e03
GM
41492000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4150
4151 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4152 to create Makefile rules.
4153 (antlr-tool-command): New user option.
4154 (antlr-ask-about-save): New user option.
4155 (antlr-makefile-specification): New user option.
4156 (antlr-file-formats-alist): New variable.
4157 (antlr-special-file-formats): New variable.
4158 (antlr-unknown-file-formats): New user option.
4159 (antlr-help-unknown-file-text): New variable.
4160 (antlr-help-rules-intro): New variable.
4161 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4162 (antlr-mode-menu): Add entries.
4163 (antlr-file-dependencies): New function.
4164 (antlr-directory-dependencies): New function.
4165 (antlr-superclasses-glibs): New function.
4166 (antlr-run-tool): New command.
4167 (antlr-makefile-insert-variable): New function.
4168 (antlr-insert-makefile-rules): New function.
4169 (antlr-show-makefile-rules): New command.
4170
4171 * antlr-mode.el: More Emacs/XEmacs stuff.
4172 (antlr-no-action-keywords): New constant with value nil.
4173 (antlr-font-lock-keywords-alist): Use it. Old value would break
4174 syntax highlighting in Emacs-21.0.
4175 (antlr-default-directory): Emacs/XEmacs dependend function.
4176 (antlr-read-shell-command): Ditto.
4177 (antlr-with-displaying-help-buffer): Ditto.
4178
41792000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4180
4181 * antlr-mode.el: imenu, parsing and highlighting changes.
4182 (antlr-imenu-create-index-function): Don't create extra submenus
4183 for definitions in different grammar classes. It is not necessary
4184 for the menu and would make command `imenu' awkward to use.
4185 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4186 header actions and more than one.
4187 (antlr-font-lock-tokendef-face): Changed color.
4188 (antlr-font-lock-tokenref-face): Changed color.
4189 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4190 (antlr-mode-syntax-table): New variable.
4191 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4192 (antlr-with-syntax-table): Don't copy syntax table.
4193
41942000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4195
4196 * antlr-mode.el: Minor changes: language setting.
4197 (antlr-language-alist): The value for file option "language" can
4198 be both an identifier and a string.
4199 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4200 (antlr-language-limit-n-regexp): Change accordingly.
4201
42022000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4203
4204 * antlr-mode.el: Minor changes: tabs, hiding.
4205 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4206 (antlr-action-visibility): Also allow value nil to also hide the
4207 braces. Renamed from `antlr-tiny-action-length'.
4208 Suggested by Jay@aol.com.
4209 (antlr-hide-actions): Change accordingly. Hide line if completely
4210 hidden action is on a line of its own.
e04d21aa 4211
6ad948eb
SM
42122000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4213
4214 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4215
4216 * sort.el (sort-columns): Don't concat strings with numbers.
4217
9c6a4107
DL
42182000-11-29 Dave Love <fx@gnu.org>
4219
4220 * cus-edit.el (face): Fix :format.
4221
4222 * mail/feedmail.el: Require smtpmail when compiling.
4223 (mail-do-fcc): Autoload.
4224 (feedmail) <defgroup>: Fix :link.
4225 (feedmail-nuke-body-in-fcc): Fix :type.
4226 (feedmail-send-it): Add autoload cookie.
4227
053b8d35
SM
42282000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4229
4230 * newcomment.el (comment-indent): Save excursion around call to
4231 comment-indent-function.
4232
242c13e8
MB
42332000-11-29 Miles Bader <miles@gnu.org>
4234
4235 * subr.el (member-ignore-case): Return the tail of the list who's
4236 car matches, like `member', not the matching element itself.
4237
8f4b5f28
KH
42382000-11-29 Kenichi Handa <handa@etl.go.jp>
4239
4240 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4241 should not contain `\n'.
4242
bebe4a2c
GM
42432000-11-28 Gerd Moellmann <gerd@gnu.org>
4244
fd9ac94c 4245 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4246
ba7e40eb
GM
4247 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4248
75ab0c79
GM
4249 * dired-aux.el (dired-do-create-files): Construct default file
4250 name for dired-mark-read-file-name so that when the user enters
4251 just RET, the target file will end up in the target directory.
4252
bebe4a2c
GM
4253 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4254 local-abbrev-table before changing buffers because it might
4255 have a buffer-local binding.
4256
fa6d1ca8
MB
42572000-11-28 Miles Bader <miles@gnu.org>
4258
4259 * simple.el (delete-horizontal-space): Handle fields more generally.
4260
8d2c2642
GM
42612000-11-28 Gerd Moellmann <gerd@gnu.org>
4262
4263 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4264
8b31236d
DL
42652000-11-28 Dave Love <fx@gnu.org>
4266
3cbd02d2
DL
4267 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4268 comment-start-skip locally.
4269
8b31236d
DL
4270 * progmodes/fortran.el (fortran-mode): Don't set
4271 fortran-comment-line-start-skip. Set comment-start to
4272 fortran-comment-line-start.
4273 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4274 (fortran-comment-line-start-skip): Simplify slightly.
4275
ae4bf56d
GM
42762000-11-28 Gerd Moellmann <gerd@gnu.org>
4277
17ef7534
GM
4278 * play/5x5.el: Remove RCS keyword.
4279
fd9ac94c 4280 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4281
665b27a6
GM
42822000-11-28 Milan Zamazal <pdm@freesoft.cz>
4283
83c9cb8e
SM
4284 * textmodes/tildify.el (tildify-string-alist):
4285 Add `plain-tex-mode' here.
665b27a6 4286
fe3c2ae3
GM
42872000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4288
4289 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4290 reference.
4291
d970106b
MB
42922000-11-28 Miles Bader <miles@gnu.org>
4293
36b80a0d
MB
4294 * cus-face.el (custom-face-attributes): Add post-filter function
4295 for :box. Make pre-filter function for :box handle all cases.
4296
d970106b
MB
4297 * wid-edit.el (widget-choose): Make sure pop-up window is large
4298 enough to display all the choices, as there's no way to scroll it.
4299
5a2bae6c
KH
43002000-11-28 Kenichi Handa <handa@etl.go.jp>
4301
4302 * international/mule-conf.el: Make the coding system no-conversion
4303 safe for all characters.
4304
9e836e23
DL
43052000-11-27 Dave Love <fx@gnu.org>
4306
8b31236d
DL
4307 * net/ldap.el (ldap) <defgroup>: Add :version.
4308
9e836e23
DL
4309 * tooltip.el (tooltip-use-echo-area): Doc fix.
4310
4311 * cus-start.el <minibuffer-prompt-properties>: Add version.
4312 <read-buffer-function>: Add.
4313
4314 * apropos.el (apropos-print): Add help-echo to active text.
4315
4316 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4317
4a74d071
GM
43182000-11-27 Gerd Moellmann <gerd@gnu.org>
4319
4320 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4321 type, group and version.
4322
76058c27
EZ
43232000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4324
4a74d071 4325 * select.el (x-get-selection): Docstring fix.
76058c27 4326
fd9ac94c 43272000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4328
fd9ac94c 4329 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4330
49060c51
AI
43312000-11-27 Andrew Innes <andrewi@gnu.org>
4332
4333 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4334
4335 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4336
b2a8e429
MB
43372000-11-27 Miles Bader <miles@gnu.org>
4338
4339 * dired.el (dired-get-filename): Return filename verbatim if
4340 LOCALP is `verbatim'.
4341 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4342 `verbatim' so that we don't inadvertently delete a non-existant
4343 directory name.
4344
5ac0366d
KH
43452000-11-27 Kenichi Handa <handa@etl.go.jp>
4346
4347 * international/characters.el: Specify cases and syntaxes for
4348 mule-unicode-0100-24ff.
4349
67f1cf4c
GM
43502000-11-27 Gerd Moellmann <gerd@gnu.org>
4351
4352 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4353 that foreground and/or background colors of the face `tool-bar'
4354 are unspecified.
4355
46c56972
MB
43562000-11-27 Miles Bader <miles@gnu.org>
4357
e04d21aa 4358 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4359 (widget-field-end): Handle widget field `pseudo-overlays'.
4360 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4361 if it's there instead of in `widget-field-list'.
4362
46c56972 4363 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4364 (help-make-xrefs): Delete extraneous newlines at the end of the
4365 docstring.
46c56972 4366
640a9cdd
JR
43672000-11-25 Jason Rumney <jasonr@gnu.org>
4368
4369 * startup.el (command-line): Call set-locale-environment after
4370 Window System init file is read, as it can result in a call to
4371 redraw-frame.
4372
0b3f96d4
EZ
43732000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4374
4375 * simple.el (shell-command): Mention the effect of the prefix
4376 argument in the doc string.
4377
8da6e2a1
MB
43782000-11-25 Miles Bader <miles@gnu.org>
4379
a658d039
MB
4380 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4381
8da6e2a1 4382 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4383 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4384
d3416cca
JR
43852000-11-24 Jason Rumney <jasonr@gnu.org>
4386
4387 * international/mule-cmds.el (locale-language-names): Add "jp" as
4388 a non-standard alternative for Japanese.
4389
17e37f53
AS
43902000-11-24 Andre Spiegel <spiegel@gnu.org>
4391
4392 * vc-hooks.el: Require 'cl during compilation.
4393
9aa5f148
GM
43942000-11-24 Gerd Moellmann <gerd@gnu.org>
4395
ba193890
GM
4396 * faces.el (face-set-after-frame-default): Let face attributes
4397 specified for new frames override frame parameters.
4398
9aa5f148
GM
4399 * startup.el (command-line): Fix computation of the source file
4400 for user-init-file when user-init-file is a compiled file.
4401
51a1edab
MB
44022000-11-24 Miles Bader <miles@gnu.org>
4403
e04d21aa 4404 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4405 (custom-post-filter-face-spec): New functions.
4406 (custom-face-set, custom-face-value-create): Filter the face spec
4407 before and after customization.
4408 (custom-face-set): If VALUE specifies a null face, pass a
4409 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4410 * cus-face.el (custom-face-attributes): Remove SET and GET
4411 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4412 cases they're needed.
4413
1ed74431
MB
4414 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4415 that it's distinguishable from the :off-glyph on dark-background
4416 displays. Set its background color too.
4417
67ee1125
MB
4418 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4419 so that people can easily turn it off.
4420
7d027816 44212000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4422
7d027816 4423 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4424
9aa5f148 4425 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4426
9aa5f148 4427 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4428
9aa5f148 4429 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4430 redundant skip-small-frames test.
e04d21aa 4431
9aa5f148 4432 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4433 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4434
9aa5f148
GM
4435 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4436 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4437 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4438 New functions.
e04d21aa 4439
9aa5f148 4440 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4441
9aa5f148 4442 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4443
f07fa1b8
KH
44442000-11-24 Kenichi Handa <handa@etl.go.jp>
4445
83c9cb8e
SM
4446 * international/mule-diag.el (list-iso-charset-chars):
4447 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4448 (list-non-iso-charset-chars): Fix the `while' condition.
4449
ba8299ff
SM
44502000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4451
79372165
SM
4452 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4453 if the variable is make-variable-buffer-local.
4454
83c9cb8e
SM
4455 * progmodes/ada-stmt.el (ada-template-map):
4456 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4457 (ada-stmt-mode-hook): New function extracted from old code.
4458 Only change the buffer-local side of skeleton-*.
4459 (ada-mode-hook): Use it.
4460
68a887fa
EZ
44612000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4462
4463 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4464 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4465 we expect to be returned by minibuffer-depth once we prompt the
4466 user in the minibuffer.
4467 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4468 as recorded in iswitchb-minibuf-depth, return non-nil.
4469
3b345582
EZ
44702000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4471
4472 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4473 (hscroll-window-maybe): Docstring fix.
4474
595dead2
DL
44752000-11-23 Dave Love <fx@gnu.org>
4476
4477 * rect.el (string-rectangle): Don't test delete-selection-mode.
4478
1e66b27a
GM
44792000-11-23 Gerd Moellmann <gerd@gnu.org>
4480
02790ce2
GM
4481 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4482 is in the tool bar.
4483
1e66b27a 4484 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4485 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4486
a4caa65d
SM
44872000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4488
4489 * textmodes/outline.el (outline-flag-region):
4490 Don't bind inhibit-read-only since we don't modify the buffer.
4491 (outline-isearch-open-invisible): Don't jump to overlay-start
4492 since we're trying to unhide text around point.
4493 (outline-discard-overlays): Use dolist.
4494
4495 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4496
03e757c1
GM
44972000-11-22 Gerd Moellmann <gerd@gnu.org>
4498
83c9cb8e 4499 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4500
1598a961
SM
45012000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4502
4503 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4504 Fix ARG regexp to skip quoted braces.
4505 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4506 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4507 are (correctly) handled separately).
4508 Remove `caption' and `footnote' from `citations': they contain text.
4509 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4510 (latex-skeleton-end-hook): New function.
4511 (latex-mode): Use it.
4512 (tex-start-tex-marker): Remove.
4513 (tex-send-tex-command): Don't set tex-start-tex-marker.
4514 (tex-error-parse-syntax-table): New var.
4515 (tex-compilation-parse-errors): Use it.
4516 Ignore tex-start-tex-marker. Don't bother with marker-position.
4517 (tex-validate-buffer): Don't bother with marker-position.
4518
4519 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4520 (flyspell-generic-progmode-verify): Use it.
1598a961 4521
eaae8106
SS
45222000-11-22 Sam Steingold <sds@gnu.org>
4523
83c9cb8e 4524 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4525
eaae8106 4526 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4527 `ada-remove-trailing-spaces'.
eaae8106 4528 (ada-remove-trailing-spaces): Removed.
e04d21aa 4529
eaae8106 4530 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4531
1598a961
SM
4532 * textmodes/picture.el (picture-clean): Removed.
4533 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4534
a41d49e9
GM
45352000-11-22 Gerd Moellmann <gerd@gnu.org>
4536
e053c60f
GM
4537 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4538
a41d49e9
GM
4539 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4540 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4541 do anything special when jit-lock is active.
a41d49e9
GM
4542 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4543
197615f3
DL
45442000-11-22 Dave Love <fx@gnu.org>
4545
ddbfaa9f
DL
4546 * calendar/todo-mode.el (todo-top-priorities): Use
4547 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4548
ddc3c695
DL
4549 * language/chinese.el, language/cyrillic.el:
4550 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4551 * language/hebrew.el, language/indian.el, language/japanese.el:
4552 * language/korean.el, language/lao.el, language/misc-lang.el:
4553 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4554 Use provide.
4555
fb9fa98d
DL
4556 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4557 (custom-variable-set): Improve validation error mesage.
4558
197615f3
DL
4559 * rect.el (string-rectangle): Revert last change.
4560 (string-rectangle-line): New arg DELETE.
4561 (string-rectangle): Check delete-selection-mode.
4562
4563 * emacs-lisp/edebug.el (edebug-version)
4564 (edebug-maintainer-address): Deleted.
4565 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4566 (edebug-read-function): Account for other `'#' read forms.
4567 (edebug-mode-menus): Make some items toggles.
4568 (edebug-outside-unread-command-event, unread-command-event):
4569 Remove these to avoid warnings.
4570
f4117c4d
GM
45712000-11-22 David Ponce <david@dponce.com>
4572
4573 * recentf.el (recentf-menu-items-for-commands)
4574 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4575 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4576
f4117c4d
GM
4577 (recentf-build-dir-rules, recentf-dump-variable)
4578 (recentf-edit-list, recentf-open-files-item)
4579 (recentf-open-files): Replaced unnecessary `mapcar' with new
4580 built-in `mapc'.
eaae8106 4581
f8e2f3f2
MB
45822000-11-23 Miles Bader <miles@gnu.org>
4583
4584 * faces.el (menu): Make inverse-video on ttys too.
4585
4c4a541d
SM
45862000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4587
4588 * simple.el (comment-line-break-function): Use the new name
4589 indent-new-comment-line -> comment-indent-new-line.
4590 (clone-indirect-buffer): Don't ignore NORECORD.
4591 (next-completion): Properly handle the case where items are adjacent.
4592
4593 * mouse.el (popup-menu): Stupid typo.
4594
980d836e
GM
45952000-11-22 Gerd Moellmann <gerd@gnu.org>
4596
60e8e0a5
GM
4597 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4598 maintainer, keywords tags.
4599
980d836e
GM
4600 * rect.el (replace-rectangle): Don't call string-rectangle-line
4601 with too many arguments.
4602
e08b2069
AS
46032000-11-22 Andre Spiegel <spiegel@gnu.org>
4604
60e8e0a5 4605 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4606 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4607 vc-locking-user, which no longer exists.
4608
4609 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4610
c6779d8d
DL
46112000-11-22 Dave Love <fx@gnu.org>
4612
4613 * md5.el (md5): Provide.
4614 (md5): Fix error call.
4615
e672fdce
MB
46162000-11-22 Miles Bader <miles@gnu.org>
4617
eaae8106 4618 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4619 (refill-fill-paragraph-at): Remove debugging code.
4620
80e24c04
MB
4621 * calendar/calendar.el (generate-calendar-window): When we don't
4622 call `fit-window-to-buffer', make sure the top line is fully visible.
4623
3a17d6cc
MB
4624 * image-file.el (insert-image-file): Don't make `read-only'
4625 property rear-nonsticky.
4626
ae1a21c6
MB
4627 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4628 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4629 stashing away its original value.
4630 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4631 in the recursive edit.
4632 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4633 (isearch-done): Restore `minibuffer-message-timeout'.
4634
e672fdce
MB
4635 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4636
3ea79df8
SM
46372000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4638
4639 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4640
4641 * find-lisp.el (find-lisp-find-files-internal):
4642 Use dolist, when and file-name-as-directory.
4643
980d836e 4644 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4645 (define-derived-mode, define-minor-mode): Add specs.
4646
4647 * window.el: General comment and spacing fixes.
4648 (save-selected-window): Use backquotes.
4649 (window-safely-shrinkable-p): New function.
4650 (shrink-window-if-larger-than-buffer): Use it.
4651
4652 * subr.el (make-local-hook): Docstring fix.
4653
4654 * shell.el (shell-mode): Use define-derived-mode.
4655
4656 * newcomment.el (comment-indent): Insert comment before calling
4657 comment-indent-function. Don't insert in column 0.
4658 (comment-dwim): Indent before inserting comment.
4659
4660 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4661 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4662 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4663 Use mapc rather than map.
4664
4665 * files.el (find-buffer-visiting): Compare all attributes before
4666 declaring two files identical (rather than just their inode-no).
4667 (auto-mode-alist): Use \' rather than $.
4668
4669 * which-func.el: Update maintainer line.
4670
4671 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4672 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4673 (uniquify-buffer-file-name): Use it.
4674
8f62f2b8
MB
46752000-11-22 Miles Bader <miles@gnu.org>
4676
4677 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4678 * simple.el (minibuffer-avoid-prompt): New function.
4679
fb279a6d
GM
46802000-11-21 Gerd Moellmann <gerd@gnu.org>
4681
4682 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4683
867092e9
MB
46842000-11-21 Miles Bader <miles@gnu.org>
4685
ef860850
MB
4686 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4687 inclusion of `track-mouse'.
4688
867092e9
MB
4689 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4690 (refill-adjust-ignorable-overlay): New function.
4691 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4692 only the paragraph's tail if possible.
4693 Update `refill-ignorable-overlay'.
4694 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4695
4696 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4697 point inside the fill-prefix.
4698
4699 * textmodes/refill.el (refill-post-command-function): Don't reset
4700 refill-doit in the case where a self-insertion command doesn't
4701 case a refill. Use `refill-fill-paragraph-at', getting position
4702 from `refill-doit'.
4703 (refill-after-change-function): Set `refill-doit' to END.
4704 (refill-fill-paragraph-at): New function, mostly from old
4705 refill-fill-paragraph.
4706 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4707 (refill-pre-command-function): New function.
4708 (refill-mode): Add it to `pre-command-hook'.
4709
ff9ab414
GM
47102000-11-20 Gerd Moellmann <gerd@gnu.org>
4711
29a01b72
GM
4712 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4713
ff9ab414
GM
4714 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4715 javadoc tags.
eaae8106 4716
885b211b
AS
47172000-11-20 Andre Spiegel <spiegel@gnu.org>
4718
4719 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4720 vc.el).
4721
eaae8106 4722 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4723 require vc.
eaae8106
SS
4724
4725 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4726 checkouts.
eaae8106 4727
d1838556
DL
47282000-11-20 Dave Love <fx@gnu.org>
4729
4730 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4731
2b69bc11 47322000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4733
2b69bc11
GM
4734 * calculator.el (calculator-paste): Use `if' instead of `and'
4735 and `or'.
4736 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4737
b95b34e5
GM
47382000-11-19 Gerd Moellmann <gerd@gnu.org>
4739
030de92f
GM
4740 * info.el (info-menu-5): Doc fix.
4741
b95b34e5
GM
4742 * textmodes/artist.el: New file.
4743
54970452
AS
47442000-11-19 Andre Spiegel <spiegel@gnu.org>
4745
eaae8106 4746 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4747 and differentiate according to checkout model.
4748 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4749 since this function is only concerned with master state.
4750
83c9cb8e
SM
4751 * vc-hooks.el (vc-workfile-unchanged-p)
4752 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4753
83c9cb8e
SM
4754 * vc.el (vc-workfile-unchanged-p)
4755 (vc-default-workfile-unchanged-p): See above.
54970452 4756
e5a9dabf
MB
47572000-11-19 Miles Bader <miles@gnu.org>
4758
4759 * image-file.el (insert-image-file): Make `intangible' and
4760 `read-only' properties rear-nonsticky too.
4761
24127af0
GM
47622000-11-18 Gerd Moellmann <gerd@gnu.org>
4763
d392e9c5 4764 * ps-print.el: Update copyright notice.
eaae8106 4765
d392e9c5
GM
4766 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4767 (tooltip-show): Use the offsets.
4768
24127af0 4769 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4770 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4771 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4772
2b69bc11 47732000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4774
2b69bc11
GM
4775 * ps-print.el (toplevel): Test for find-coding-system being
4776 fboundp before calling ps-x-find-coding-system.
08ea6f17 4777
66321b2f
SM
47782000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4779
4780 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4781 (vc-version-backup-file): Docstring fix.
4782
046110c6
GM
47832000-11-16 Gerd Moellmann <gerd@gnu.org>
4784
4104194e
GM
4785 * files.el (basic-save-buffer): Don't add a newline if
4786 find-file-literally is non-nil.
4787 (find-file-literally): Extend doc string.
4788
046110c6
GM
4789 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4790 sort(1) with the `-f' argument.
4791
6505c16e
AS
47922000-11-16 Andre Spiegel <spiegel@gnu.org>
4793
fd063975
AS
4794 * vc.el: Updated backend documentation.
4795 (vc-default-check-headers): New function.
4796
3d02dd81 4797 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4798
4799 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4800 up-to-date.
eaae8106 4801 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4802 the minibuffer is not active.
fd063975 4803
eaae8106 4804 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4805 `vc-cvs-use-edit' is on.
eaae8106
SS
4806 (vc-cvs-checkout): When this is used for reverting the workfile,
4807 make a backup of the original contents and revert to that in case
8791d617 4808 of error.
eaae8106 4809 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4810 remote repositories.
eaae8106 4811
6505c16e
AS
4812 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4813 for both version and ratio in the minibuffer.
fd063975 4814
eaae8106 4815 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4816 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4817
a13f0660
KH
48182000-11-16 Kenichi Handa <handa@etl.go.jp>
4819
4820 * international/quail.el (quail-start-translation): Don't call
4821 `message' before reading key sequence.
4822
1389a414
MB
48232000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4824
4825 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4826
9256a532
KH
48272000-11-16 Kenichi Handa <handa@etl.go.jp>
4828
4829 * window.el (fit-window-to-buffer): Be sure to acquire at least
4830 one text line even if the buffer is empty.
4831
0e14fe9f
GM
48322000-11-16 Gerd Moellmann <gerd@gnu.org>
4833
eaae8106 4834 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4835 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4836 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4837
da645c53
DL
48382000-11-15 Dave Love <fx@gnu.org>
4839
83c9cb8e
SM
4840 * wid-edit.el (widget-specify-field, widget-specify-button):
4841 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4842 widget-mouse-help.
4843 (widget-mouse-help): New function.
4844 (widget-echo-help): Rewritten for :help-echo functions only taking
4845 a widget arg.
4846
83c9cb8e
SM
4847 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4848 Use display-graphic-p.
b12057b9
DL
4849 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4850 and that JPEG is available.
4851 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4852
da645c53
DL
4853 * international/mule-cmds.el (locale-charset-language-names):
4854 Match @euro.
4855
6d133d1f
GM
48562000-11-15 Gerd Moellmann <gerd@gnu.org>
4857
83c9cb8e
SM
4858 * faces.el (face-set-after-frame-default):
4859 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4860 default face from X resources.
4861
49ac2ac5
EZ
48622000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4863
4864 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4865 Don't set EMACSLOADPATH.
4866
4fb0a34c
EZ
48672000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4868
4869 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4870 texinfo-insert-@url.
4871 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4872 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4873
bb304a7a
SM
48742000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4875
82bc80bf
SM
4876 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4877 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4878 (checkdoc-minor-keymap): Backward compatibility.
4879 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4880 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4881 (checkdoc-this-string-valid-engine): Be a bit more strict
4882 to avoid matching substrings of `...' quoted vars/funs.
4883 (checkdoc-defun-info): Only look for `interactive' if alone.
4884 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4885
e8c87124
SM
4886 * progmodes/compile.el (grep): `tag-default' can be nil.
4887
bb304a7a
SM
4888 * newcomment.el (comment-indent): Paren typo.
4889
8628686a
DL
48902000-11-14 Dave Love <fx@gnu.org>
4891
25c269ef
DL
4892 * calculator.el: New maintainer version.
4893
66321b2f 4894 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4895
8628686a
DL
4896 * cmuscheme.el: Doc fixes.
4897 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4898 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4899
4900 * xscheme.el (scheme-program-name): Don't define here.
4901
4902 * progmodes/scheme.el (scheme-program-name): New variable
4903 (originally in cmuscheme).
4904
88f0a1eb
MB
49052000-11-14 Miles Bader <miles@gnu.org>
4906
4907 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4908 Handle header-lines. Don't loop forever if we can't enlarge the
4909 window anymore. Simplify a bit.
4910
cd9a000c
KH
49112000-11-14 Kenichi Handa <handa@etl.go.jp>
4912
4913 * window.el (fit-window-to-buffer): Don't check
4914 window-text-height. Assure that the last line is fully visible.
4915
83c9cb8e
SM
4916 * international/quail.el (quail-show-guidance-buf):
4917 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4918 buffer.
4919 (quail-update-guidance): Avoid making the guidance buffer shorter.
4920
d3fcda22
SM
49212000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4922
bdbd9606
SM
4923 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4924 rather than `prepend' and add an interesting comment.
4925 (tex-math-face, tex-font-lock-syntactic-face-function):
4926 New face and function to use it.
4927 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4928 than `menu-enable' symbol property.
4929 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4930 (tex-mode): Add some latex-mode commands for auto-selection.
4931 Use tex-font-lock-syntactic-face-function.
4932 (tex-insert-quote): Simplify.
4933 (tex-shell): New mode.
4934 (tex-start-shell): Use it.
4935 (tex-shell-proc, tex-shell-buf): New functions.
4936 (tex-send-command): Use it.
4937 (tex-main-file): Fix the meaning of the new arg REALFILE.
4938 (tex-send-tex-command): New function split from `tex-start-tex'.
4939 Set compilation-last-buffer and compilation-parsing-end.
4940
d3fcda22
SM
4941 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4942 when it follows non-comment text on the line.
4943
4944 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4945 Set font-lock-defaults.
4946 (lisp-mode-shared-map): Init inside the defvar.
4947 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4948 Use define-derived-mode.
4949
bdab1d43
MB
49502000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4951
4952 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4953
936ae731
GM
49542000-11-14 Gerd Moellmann <gerd@gnu.org>
4955
83c9cb8e
SM
4956 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4957 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4958 recursion; see comment there.
4959
1695ca2b
EZ
49602000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4961
4962 * faces.el (face-spec-set-match-display): Revert the change from
4963 2000-10-24. Add a FIXME for after v21.1.
4964
9d348294
MB
49652000-11-13 Miles Bader <miles@gnu.org>
4966
4967 * textmodes/fill.el (skip-line-prefix): New function.
4968 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4969 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4970 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4971 point inside the fill-prefix.
9d348294 4972
b85fa13c
MB
49732000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4974
83c9cb8e
SM
4975 * calendar/calendar.el (generate-calendar-window):
4976 Use `fit-window-to-buffer'.
b85fa13c 4977
a0b47716
SM
49782000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4979
4980 * gud.el (gud-minor-mode): New var.
4981 (gud-symbol, gud-val): New functions.
4982 (gud-find-file): Copy gud-minor-mode to the new buffer.
4983 (gud-menu-map): Include entries for commands that are not always
4984 available, using :enable to (de)activate them.
4985 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4986 (gud-mode-map): New map.
eaae8106 4987 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4988 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4989 Don't set up gud's menu (it's done by the minor-mode).
4990 (gud-minibuffer-local-map): New.
4991 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4992 (gud-query-cmdline): New function.
4993 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4994 (gud-mode): Use define-derived-mode.
4995 Don't set up gud's menu (it's done by the minor-mode).
4996 (gud-chop-words): Remove.
4997 (gud-common-init): Use split-string instead.
4998 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4999
5000 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5001 Add keyword arg :name.
5002
5003 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5004 (diff-count-matches, diff-split-hunk): New functions.
5005 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5006
5007 * pcvs-info.el (cvs-fi-conflict-face): New var.
5008
5009 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5010 Make it into a simple syntax-table, shared among all submodes.
5011 (sh-heredoc-face): Re-introduce.
5012 (sh-font-lock-syntactic-face-function): New function.
5013 (sh-mode): Use it. Also use define-derived-mode.
5014 Remove old bogus setting of indent-region-function.
5015 (sh-set-shell): Don't set the syntax-table any more.
5016 (sh-mode-syntax-table) <defun>: Remove.
5017
f5ed37df
MB
50182000-11-12 Miles Bader <miles@gnu.org>
5019
5020 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5021 message if interactive.
5022
0b074c2f
DL
50232000-11-12 Dave Love <fx@gnu.org>
5024
5025 * mail/feedmail.el: Fix header,
5026 (feedmail) <defgroup>: Add :link.
5027
5028 * view.el: Use local-map property, not keymap on mode-line string.
5029
83c9cb8e
SM
5030 * scroll-all.el (scroll-all-mode): Customize variable.
5031 Add autoload cookie to function.
0b074c2f
DL
5032
5033 * lazy-lock.el: Remove compatibility code.
5034
5035 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5036 (finder-help-echo): New variable.
5037 (finder-mouse-face-on-line): Add help-echo stuff.
5038 (finder-list-keywords, finder-list-matches): Use mapc.
5039
5040 * faces.el (face-font-registry-alternatives): Add :version.
5041
5042 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5043 tags-table-list.
5044
a0b47716 5045 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5046
a0b47716 5047 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5048 (mail-mode): Use [:alnum:] in some regexps.
5049
6d502396
DL
50502000-11-10 Dave Love <fx@gnu.org>
5051
5052 * ediff.el (ediff-regions-internal, ediff-documentation):
5053 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5054 fundamental mode.
5055
5056 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5057 buffer into fundamental mode.
5058 (ediff-set-difference): Use copy-sequence if available.
5059
83c9cb8e
SM
5060 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5061 Check ediff-patch-map non-nil.
6d502396
DL
5062 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5063 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5064 buffer into fundamental mode.
5065
5066 * ediff-merg.el (state-or-merge): Defvar when compiling.
5067
a82fe213
JR
50682000-11-10 Jason Rumney <jasonr@gnu.org>
5069
5070 * w32-fns.el (w32-add-charset-info): New function.
5071 (w32-charset-info-alist): Use it.
5072
52d89894
GM
50732000-11-10 Gerd Moellmann <gerd@gnu.org>
5074
5075 * faces.el (face-font-registry-alternatives): New user-option.
5076
178932de
SM
50772000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5078
d7fa3319
SM
5079 * textmodes/texinfo.el (texinfo-block-default): New var.
5080 (texinfo-insert-block): Use it. Insert a newline if needed.
5081
178932de
SM
5082 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5083 (fill-region-as-paragraph): Use it.
5084
5085 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5086 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5087 Tweak paragraph regexps to allow a leading [ \t]*.
5088 (tex-latex-block): Insert a newline if necessary.
5089 (latex-insert-item): Only insert a newline if necessary.
5090 (tex-guess-main-file): New function.
5091 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5092 Set tex-main-file if TeX-master is provided.
5093 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5094
bd02b8e0
GM
50952000-11-10 Gerd Moellmann <gerd@gnu.org>
5096
5097 * startup.el (command-line): Set the default tooltip-mode
5098 to t for graphical displays which implement x-show-tip.
5099
5100 * tooltip.el (tooltip-mode): Add a comment about startup.el
5101 setting the default value of this user-option.
5102
b29b03eb
SM
51032000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5104
5105 * font-lock.el (font-lock-*-face) <defvar>: Move.
5106 (font-lock-defaults-alist): Mark obsolete.
5107 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5108 (font-lock-mode): Use define-minor-mode.
5109 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5110 (font-lock-turn-off-thing-lock): Be more explicit.
5111 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5112 (font-lock-syntactic-face-function): New var.
5113 (font-lock-fontify-syntactically-region): Use it.
5114 (font-lock-doc-face): New.
5115
5116 * pcvs.el (cvs-enabledp): Ignore errors.
5117 (cvs-commit-filelist): Never query.
5118 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5119 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5120 (cvs-do-removal): Use cvs-partition rather than delete-if.
5121 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5122 cvs-bury-buffer.
5123
5124 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5125 Allow `next' to jump to after the end of the last match.
5126
778fbc46
GM
51272000-11-09 Gerd Moellmann <gerd@gnu.org>
5128
730c746c
GM
5129 * simple.el (byte-compiling-files-p): New function.
5130
5131 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5132 if it is there.
5133
5134 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5135 nil again.
5136
778fbc46
GM
5137 * textmodes/ispell.el (ispell-library-path): Don't call
5138 check-ispell-version when byte-compiling because that starts
5139 an ispell process, and ispell might not be installed.
5140 (toplevel): Don't set up a menu when byte-compiling.
5141
5142 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5143 it, so that a boundp test can be used to determine if we're
5144 currently byte-compiling.
5145
5912c5bb
DL
51462000-11-09 Dave Love <fx@gnu.org>
5147
83c9cb8e 5148 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5149
7bb054a5
GM
51502000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5151
83c9cb8e
SM
5152 * ps-print.el: Patch for variable initialization when spooling.
5153 Doc fix.
7bb054a5
GM
5154 (ps-output-list): Fun eliminated.
5155 (ps-begin-file, ps-begin-job): Code fix.
5156
9db2706e
DL
51572000-11-08 Dave Love <fx@gnu.org>
5158
83c9cb8e 5159 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5160
f7eb32aa
GM
51612000-11-08 Gerd Moellmann <gerd@gnu.org>
5162
5163 * simple.el (shell-command, display-message-or-buffer)
5164 (shell-command-on-region): Mention resize-mini-windows in the doc
5165 string.
5166 (display-message-or-buffer): Take the value of resize-mini-windows
5167 into account.
5168
7b01b08c
GM
51692000-11-07 Gerd Moellmann <gerd@gnu.org>
5170
acad3c0b
GM
5171 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5172
7b01b08c
GM
5173 * dired.el (dired-between-files): Add `^. find' as an alternative
5174 to the regular expression, for find-dired.
5175
6f602bd0
SM
51762000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5177
5178 * textmodes/texnfo-upd.el: Require texinfo.
5179 (defmacro, defgroup): Remove.
5180 (texinfo-section-to-generic-alist): Remove.
5181 Use texinfo-section-list instead (i.e. level is changed string->int).
5182 (texinfo-filter): New function.
5183 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5184 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5185 Use it. And use regexp-opt.
5186 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5187 (texinfo-update-menu-region-beginning)
5188 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5189 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5190 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5191 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5192 (texinfo-sequential-node-update): Remove autoload cookie.
5193
5194 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5195 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5196 (texinfo-chapter-level-regexp): Remove.
5197 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5198
bb216218
DL
51992000-11-06 Dave Love <fx@gnu.org>
5200
6f602bd0 5201 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5202
6f602bd0
SM
5203 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5204 Match defun*.
bb216218 5205
ff8dd5d5
KH
52062000-11-06 Kenichi Handa <handa@etl.go.jp>
5207
5208 * composite.el (composition-function-table): Variable declaration
5209 moved to src/composite.c.
5210 (compose-chars-after): New optional arg object.
5211
e9da51a1
GM
52122000-11-06 Gerd Moellmann <gerd@gnu.org>
5213
e0c12c68
GM
5214 * bindings.el (mode-line-toggle-read-only)
5215 (mode-line-toggle-modified, mode-line-widen)
5216 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5217 (make-mode-line-mouse2-map): Rewritten.
5218 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5219 functions so that C-h k can show something with a doc string.
eaae8106 5220
e9da51a1
GM
5221 * startup.el (fancy-splash-delay): Set to 10 seconds.
5222 (fancy-splash-max-time): New user-option.
5223 (fancy-splash-stop-time): New variable.
5224 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5225 (fancy-splash-screens-1): Throw `stop-splashing' when current
5226 time is greater than fancy-splash-stop-time.
5227
611dbdf0
SM
52282000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5229
4d2806e2
SM
5230 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5231
611dbdf0
SM
5232 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5233 Prompt user for a file rather than raising an error.
5234 (cvs-enabledp): Fix call to cvs-mode-marked.
5235 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5236 (cvs-mode-insert): Use it. Change the init prompt' value.
5237 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5238
5239 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5240 Don't pass default arg to ewoc-locate.
5241 (ewoc-collect): Return result in the right order.
5242
5243 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5244
5245 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5246 (cvs-status-get-tags): Fix regexp.
5247 (cvs-status-trees, cvs-status-cvstrees):
5248 Combine after change hooks and don't sit-for.
4d2806e2
SM
5249 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5250 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5251 Use make-char rather than hard-coded cryptic data.
5252 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5253
5254 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5255
5256 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5257 (cvs-insert-strings): New function.
5258
937b2877
MB
52592000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5260
5261 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5262 `mwheel-scroll-amount'.
5263 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5264 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5265 string-matching against the version string.
5266
c6c97763
KH
52672000-11-06 Kenichi Handa <handa@etl.go.jp>
5268
6eaec747
KH
5269 * language/thai.el ("Thai"): Set a lisp form that produces
5270 composed string in `sample-text' language info.
5271
5272 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5273 composed string in `sample-text' language info.
5274
83c9cb8e
SM
5275 * international/mule-cmds.el (describe-language-environment):
5276 Eval `sample-text' data and insert the result.
6eaec747 5277
c6c97763
KH
5278 * international/mule-conf.el (compound-text): Define this coding
5279 system here. Make x-ctext and ctext aliases of it.
5280
5281 * language/european.el (compound-text, ctext): Moved to
5282 international/mule-conf.el.
5283
d1145f85
AI
52842000-11-05 Andrew Innes <andrewi@gnu.org>
5285
5286 * w32-fns.el (w32-version): New function.
5287
178a6a45
SM
52882000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5289
5290 * progmodes/awk-mode.el: Update copyright.
5291 (awk-mode-abbrev-table): Remove.
5292 (awk-font-lock-keywords): Use regexp-opt.
5293 (awk-mode): Use define-derived-mode.
5294
5295 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5296 when extracting a suffix.
5297
1ba90166
AS
52982000-11-04 Andre Spiegel <spiegel@gnu.org>
5299
5300 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5301 auto-save-mode.
5302
546790cb
JR
53032000-11-04 Jason Rumney <jasonr@gnu.org>
5304
5305 * language/european.el (decode-mac-roman): Test against r1 not r0.
5306
d247e32d
SM
53072000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5308
fbf44f44
SM
5309 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5310 (icon-mode): Define indent-line-function.
5311 (icon-comment-indent): Simplify.
5312 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5313
5314 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5315
5316 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5317 Bind change-log-default-mode to defeat the caching done on it.
5318 Don't bother saving excursion any more.
5319
5320 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5321
5322 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5323 (set-frame-font): Use the new name (and the old for compatibility).
5324
eaae8106
SS
5325 * toolbar/tool-bar.el (tool-bar-mode):
5326 * time.el (display-time-mode):
5327 * recentf.el (recentf-mode):
5328 * paren.el (show-paren-mode):
5329 * mwheel.el (mouse-wheel-mode):
5330 * msb.el (msb-mode):
5331 * jka-compr.el (auto-compression-mode):
5332 * image-file.el (auto-image-file-mode):
5333 * hl-line.el (hl-line-mode):
5334 * delsel.el (delete-selection-mode):
5335 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5336 * complete.el (partial-completion-mode): Drop unneeded positional args.
5337
eaae8106 5338 * info.el (Info-mode):
79372165 5339 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5340
d247e32d
SM
5341 * log-edit.el (log-edit-menu): New menu.
5342
4921558e
MB
53432000-11-03 Miles Bader <miles@gnu.org>
5344
5345 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5346 definition, so that trailing spaces are handled properly.
5347 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5348
1fc02b3c
GM
53492000-11-03 Gerd Moellmann <gerd@gnu.org>
5350
5351 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5352 tab character.
5353 (fancy-splash-screens): Set tab-width to 20.
5354
51d001f7
DL
53552000-11-03 Dave Love <fx@gnu.org>
5356
5357 * comint.el (comint-completion-addsuffix): Fix custom type.
5358
ba22aeff
SM
53592000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5360
5361 * font-lock.el (font-lock-buffers): Remove.
5362 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5363 (font-lock-change-major-mode): Remove.
5364 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5365 (font-lock-default-fontify-region): Extend the multiline
5366 fontification to whole lines.
5367 (font-lock-fontify-anchored-keywords)
5368 (font-lock-fontify-keywords-region): If matching just one
5369 line (with \n) only mark the \n as multiline.
5370
5371 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5372 Correctly handle the case where several :group args are supplied.
5373 Allow :extra-args.
5374 (easy-mmode-define-global-mode): Allow :extra-args.
5375 Correctly handle the case where several :group args are supplied.
5376
9c887ada
MB
53772000-11-02 Miles Bader <miles@gnu.org>
5378
eaae8106 5379 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5380 (holiday-face): Remove dependency on `window-system'.
5381
7f25090d
KR
53822000-11-02 Ken Raeburn <raeburn@gnu.org>
5383
5384 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5385 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5386 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5387
7dd6009c
DL
53882000-11-02 Dave Love <fx@gnu.org>
5389
5390 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5391
94821e4f
EZ
53922000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5393
5394 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5395 punctuation in the warning inserted into the *mail* buffer.
5396
1ac3fc42
GM
53972000-11-02 Gerd Moellmann <gerd@gnu.org>
5398
57731876
GM
5399 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5400 (authors-public-domain-p): New function.
5401 (authors-print): Use it.
5402
975f82c9
GM
5403 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5404
1ac3fc42
GM
5405 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5406
4b3eb10f
GM
54072000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5408
975f82c9 5409 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5410 (ps-print-version): New version number (6.3.1).
5411 (ps-even-or-odd-pages): Customization fix.
5412 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5413 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5414 (ps-page-count): Var replaced by `ps-page-column'.
5415 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5416 (ps-print-sheet-p): New fun.
5417
7da794df
MB
54182000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5419
5420 * tooltip.el (tooltip-gud-tips-setup): New function.
5421 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5422 (tooltip-mode): Call tooltip-gud-tips-setup.
5423 (tooltip-gud-tips): Use `gud-basic-call' instead of
5424 process-send-string, so the prompt gets frobbed appropriately.
5425 Handle nil return value from `tooltip-gud-print-command'.
5426
0e40b809
EL
54272000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5428
5429 * comint.el (comint-add-to-input-history): New function.
5430 (comint-send-input): Use `comint-add-to-input-history'.
5431
50ada0db
MB
54322000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5433
973a3104
MB
5434 * info.el (info-menu-header): New face.
5435 (Info-fontify-menu-headers): New function.
5436 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5437
50ada0db
MB
5438 * info.el (Info-insert-dir): Don't include blank lines at
5439 beginning of additional dir files (one is added automatically).
5440
bff53411
SM
54412000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5442
5443 * emacs-lisp/easy-mmode.el (define-minor-mode):
5444 Revert the latest changes.
5445 Allow the three positional arguments to be skipped and replaced
5446 by keyword arguments.
5447 Add a :toggle argument to determine whether a nil arg means toggle
5448 or means turn-on. The default is unchanged.
5449 Add a call to force-mode-line-update.
5450
6b8a0b2d
DL
54512000-11-01 Dave Love <fx@gnu.org>
5452
83c9cb8e 5453 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5454
5bf99100
MB
54552000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5456
83c9cb8e
SM
5457 * calendar/calendar.el (diary-face, holiday-face):
5458 Add dark-background variants.
5bf99100 5459
a4032611
SS
54602000-10-31 Sam Steingold <sds@gnu.org>
5461
5462 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5463 `tex-main-file' does not have directory in it.
5464
c286608e
SM
54652000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5466
5467 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5468
4836835a
TTN
54692000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5470
5471 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5472 functional change.
5473
26dcb81b
GM
54742000-10-31 Gerd Moellmann <gerd@gnu.org>
5475
5476 * files.el (find-file-noselect): When we expand a wildcard, return
5477 a list of buffers, as we should do according to the doc string.
5478
49fc4500
KR
54792000-10-31 Ken Raeburn <raeburn@gnu.org>
5480
5481 * loadup.el (top level): Adjust load path if program name is
5482 "../src/bootstrap-emacs", in case it's not dumped and thus the
5483 load path adjustment hasn't already been done.
5484
ea0c615d
GM
54852000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5486
83c9cb8e
SM
5487 * ps-print.el: Fix bug on selected pages for printing.
5488 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5489 is on. Try to avoid warning messages when compiling. Doc Fix.
5490 (ps-print-version): New version number (6.3).
5491 (ps-color-device): Use `color-values' to determine if device
5492 supports color.
5493 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5494 (ps-print-page-p): Changed from defsubst to defun.
5495 (ps-page-number): Changed from defmacro to defun.
5496 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5497 printing.
c286608e 5498 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5499 (ps-end-file, ps-dummy-page): Funs eliminated.
5500 (ps-print-color-scale): Changed default value.
5501 (ps-page-n-up, ps-print-page-p): New internal vars.
5502 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5503 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5504
9e20722f
GM
5505 * delim-col.el: Little programming improvement.
5506 (delimit-columns-str): New macro.
5507 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5508
d7a0fd00
KH
55092000-10-31 Kenichi Handa <handa@etl.go.jp>
5510
c286608e
SM
5511 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5512 Moved to european.el.
d7a0fd00
KH
5513 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5514 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5515 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5516 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5517
234be340
DL
55182000-10-30 Dave Love <fx@gnu.org>
5519
5520 * progmodes/cc-menus.el (imenu-generic-expression)
5521 (imenu-progress-message): Only defvar when compiling.
5522
4edc4a39
DL
5523 * emacs-lisp/elp.el (elp-unload-hook): New function.
5524
5525 * loadhist.el (unload-feature): Call elp-restore-function,
5526 checking for symbols; don't use elp-restore-all.
5527 (loadhist-hook-functions): Doc fix.
5528
70c825df
SM
55292000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5530
5531 * log-edit.el (log-edit-confirm): Fix the default.
5532
1d3baf74
GM
55332000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5534
5535 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5536 delimit-columns-format.
5537 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5538
1ec321a7
MB
55392000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5540
5541 * comint.el (comint-replace-by-expanded-history): Don't use
5542 comint-get-old-input (we're not looking at *old* input).
5543 (comint-get-old-input-default): If using fields, signal an error
5544 when the point is not in an input field.
5545
70737ea9
KH
55462000-10-30 Kenichi Handa <handa@etl.go.jp>
5547
5548 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5549 and mule-unicode-e000-ffff.
5550
fa0cb51d 5551 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5552 (make-coding-system): Accept a symbol of translation table as a
5553 value of property `safe-chars'.
5554
5555 * international/mule-cmds.el (encode-coding-char): Check property
5556 safe-chars instead of safe-charsets.
5557
5558 * international/fontset.el (fontset-default): Modified for
5559 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5560 (x-font-name-charset-alist): Likewise.
5561 (ccl-encode-unicode-font): New CCL program. Record it in
5562 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5563
70c825df
SM
5564 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5565 New translation tables.
70737ea9
KH
5566 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5567 programs are modified and moved from mac-win.el.
5568 (mac-roman): Definition of this coding system is modified and
5569 moved from mac-win.el.
4836835a 5570
fda2ce24 55712000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5572
1d3baf74 5573 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5574 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5575
dd4d3cb6
MB
55762000-10-29 Miles Bader <miles@gnu.org>
5577
5578 * custom.el (custom-add-to-group): Allow multiple entries for a
5579 given value OPTION, as long as their widget types are different.
5580 * cus-edit.el (custom-face-value-create): If face name doesn't end
5581 with "face", add such here (similar to custom group widgets).
5582
5583 * comint.el (comint-highlight-prompt): Add :type.
5584
dace60cf
JW
55852000-10-28 John Wiegley <johnw@gnu.org>
5586
dace60cf
JW
5587 * calendar/timeclock.el (timeclock-log): Doc fix.
5588 (timeclock-last-event): Doc fix.
83c9cb8e 5589 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5590 (timeclock-find-discrep): Use a temp buffer to read in the
5591 timelog, instead of visiting the file.
5592 (timeclock-log-data): A new function, along with a host of helper
5593 functions, for the purpose of making timelog data accessible to
5594 programmers.
5595
5596 * eshell/esh-mode.el (window-height test): Make certain that
5597 `eshell-stringify-t' is non-nil.
5598 (eshell-password-prompt-regexp): Changed to a much simpler
5599 password regexp.
5600 (eshell-send-input): If `eshell-invoke-directly' returns t,
5601 directly invoke the parsed command using `eval'. This improves
5602 turn-around time on simple commands by a factor of three or
5603 greater, such as cd, ls, pwd, etc. -- which get used very often.
5604 It also conserves thousands of cons cells per call (since
5605 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5606 in the Pacific Cookie Company).
5607
5608 * eshell/esh-test.el (eshell-test): Whitespace fix.
5609
83c9cb8e
SM
5610 * eshell/em-ls.el (eshell-ls-insert-directory):
5611 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5612
5613 * eshell/em-script.el (eshell-script-initialize): Add names to
5614 `eshell-complex-commands, since `source' and `.' are complex.
5615
0467b076
EZ
5616 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5617 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5618 `eshell-copy-handles'.
5619 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5620 bodies.
5621 (eshell-separate-commands): Whitespace fix.
5622 (eshell-complex-commands): Added a new list of names, for
5623 determining whether a given command is as simple as it looks.
5624 (eshell-invoke-directly): New function. Returns t if a command
5625 should be invoked directly (using `eval'), rather than indirectly
5626 using `eshell-do-eval'.
5627 (eshell-do-eval): Whitespace fix.
5628
5629 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5630 which provides an emulation of the DOS shell behavior of assuming
5631 that cp/mv/ln should copy/move/link to the current directory.
5632 (eshell-remove-entries): Added a doc string.
5633 (eshell-shuffle-files): Removed the check for `target' being null.
5634 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5635 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5636 it to do a smarter check of whether a destination was provided.
5637 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5638 (eshell/ln): Enable `:preserve-args', and use
5639 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5640 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5641 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5642 list after flattening it. This makes it possible to cat files
5643 with numerical names.
5644 (eshell-unix-initialize): Added several names to
5645 `eshell-complex-commands.
5646 (eshell-unix-command-complex-p): Return t if a given command name
5647 may result in external processes being invoked.
5648
5649 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5650 variable nil by default, since it slows down glob processing by a
5651 factor of two or more, and increases memory consumption.
5652
5653 * eshell/em-smart.el: Added a note about how memory consumptive
5654 smart display mode can be (at least this is true in Emacs 21).
5655 (eshell-smart-initialize): Whitespace fix.
5656 (eshell-refresh-windows): Use `if' instead of `when'.
5657 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5658 not necessary.
83c9cb8e 5659 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5660
5661 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5662 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5663 Whitespace fix.
5664 (eshell-ls-exclude-hidden): Added this variable in addition to
5665 `eshell-ls-exclude-regexp'. This one prevents files beginning
5666 with . from even being read, which can improve memory consumption
5667 quite a bit.
5668 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5669 read file entries beginning with a dot. In home directories with
5670 lots of hidden files, fully two-thirds of the time spent in ls is
5671 used to read directory entries that are immediately thrown away.
5672 (eshell-ls-initial-args): Added back this configuration variable,
5673 for specifying default initial arguments to every call to ls.
5674 Much faster than using an alias to do the same thing.
5675 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5676 (eshell-ls-dir): Whitespace change.
5677
5678 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5679
83c9cb8e 5680 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5681 (eshell-stringify-t): Added a customization variable, to indicate
5682 whether `t' should be rendered as a string at all. If not, one
5683 can still determine if the result of an expression is true using
5684 "file-exists-p FILE && echo true".
5685 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5686 stringify t!
5687
5688 * eshell/esh-module.el: Whitespace fix.
5689
83c9cb8e
SM
5690 * eshell/em-alias.el (eshell-alias-initialize):
5691 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5692 (eshell-command-aliased-p): New function that returns t if a
5693 command name names an aliased.
5694
657f9cb8 56952000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5696
0467b076 5697 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5698 redrawing the screen when changing cursor color.
0467b076
EZ
5699 (viper-insert-state-pre-command-sentinel)
5700 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5701 (viper-replace-state-post-command-sentinel):
5702 Use viper-preserve-cursor-color.
657f9cb8
MK
5703 Many functions changed to use viper= instead of = when comparing
5704 characters.
0467b076 5705 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5706 working with characters.
0467b076 5707 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5708 Many functions changed to use viper= instead of = when comparing
5709 characters.
0467b076 5710 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5711
0467b076 5712 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5713 Several typos fixed in various docstrings.
0467b076 5714 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5715 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5716 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5717 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5718 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5719 (ediff-get-selected-buffers): New function.
5720 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5721 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5722 Use save-window-excursion.
0467b076 5723 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5724 termination check in while loop.
0467b076 5725 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5726 dired buffer.
0467b076
EZ
5727 (ediff-files,ediff-merge-files,ediff-files3)
5728 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5729
4f490d99
DL
57302000-10-28 Dave Love <fx@gnu.org>
5731
5732 * info.el (Info-fontify-node): Add help-echo for menu items.
5733
45b84006
EZ
57342000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5735
5ebc02b3
EZ
5736 * startup.el (normal-top-level): If the value of $TERM indicates
5737 we are running from xterm or one of its work-alikes, default to a
5738 light background mode.
5739
45b84006
EZ
5740 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5741 * faces.el (tty-handle-reverse-video): New function.
5742 (tty-create-frame-with-faces): Call it.
5743
5744 * frame.el (frame-notice-user-settings): Don't apply
5745 default-frame-alist and initial-frame-alist to MS-DOS frames.
5746 Call tty-handle-reverse-video, frame-set-background-mode, and
5747 face-set-after-frame-default for non-MS-DOS frames.
5748
5749 * startup.el (tty-long-option-alist): New variable.
5750 (tty-handle-args): New function.
5751 (command-line): Call tty-handle-args.
5752
5753 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5754 startup.el now does that for all character-terminal frames.
5755
eab6e8b9
MB
57562000-10-28 Miles Bader <miles@gnu.org>
5757
83c9cb8e
SM
5758 * emacs-lisp/easy-mmode.el (define-minor-mode):
5759 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5760 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5761 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5762 version using `easy-mmode-define-global-mode'.
5763 Add :conditional-turn-on keyword argument.
eab6e8b9 5764
51a29efc
DL
57652000-10-28 Dave Love <fx@gnu.org>
5766
83c9cb8e
SM
5767 * international/latin1-disp.el (latin1-char-displayable-p):
5768 Don't use window-system.
51a29efc 5769
d71d7114
EZ
57702000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5771
5772 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5773 Don't call find-buffer-file-type-coding-system. Instead, just
5774 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5775 if the file is on an untranslated filesystem.
5776 (add-untranslated-filesystem): Use "D" instead of "f" inside
5777 interactive.
5778
1f9cab4b
DL
57792000-10-27 Dave Love <fx@gnu.org>
5780
70c825df 5781 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5782 (refill-mode): Use it.
5783
70c825df
SM
57842000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5785
5786 * international/quail.el (quail-activate): Don't make-local-hook.
5787
7432cf10
AS
57882000-10-27 Andre Spiegel <spiegel@gnu.org>
5789
4836835a 5790 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5791 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5792 (vc-make-version-backup): Don't do it on MS-DOS without long file
5793 names.
4836835a 5794
7432cf10
AS
5795 * vc.el (vc-version-other-window): If an automatic backup of the
5796 desired version exists, rename it instead of copying it.
5797
4836835a
TTN
5798 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5799 after command. If there's an unexpected error, signal it instead
7432cf10 5800 of being silent.
e1483c38 5801 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5802
05ea7ef2
MB
58032000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5804
fd1035aa
MB
5805 * shell.el (shell): Add BUFFER argument.
5806 * comint.el (make-comint-in-buffer): New function.
5807 (make-comint): Use it.
5808
05ea7ef2
MB
5809 * faces.el (face-spec-choose): Change syntax so that the list of
5810 attribute-value pairs is now the cdr of each clause, not the cadr.
5811 Detect old-style entries, and handle them. Use pop.
5812
835a55fe
SM
58132000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5814
f5ab1cdd
SM
5815 * cus-edit.el (custom-mode-map): Use a sparse map.
5816 (custom-mode): Don't bother with make-local-hook.
5817
5818 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5819
835a55fe
SM
5820 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5821
c13b0ec8
GM
58222000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5823
5824 * ps-print.el: Avoid compilation gripes.
5825 (ps-print-version): New version number (6.2.1).
4836835a 5826
e9f63196
DL
58272000-10-26 Dave Love <fx@gnu.org>
5828
0b95284b
DL
5829 * menu-bar.el: Modify some menu item help strings.
5830 (menu-bar-help-menu): Add link to MORE.STUFF.
5831
e9f63196
DL
5832 * cus-edit.el (custom-mode): Add `special' mode-class property.
5833
5834 * wid-browse.el (widget-browse-mode): Likewise.
5835
5836 * wid-edit.el (widget-specify-field): Revert to using local-map
5837 property, not keymap.
5838
e276a14a
MB
58392000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5840
c1545d88
MB
5841 * wid-edit.el (widget-field-end): When checking for a `boundary'
5842 field, do so in the correct buffer.
5843
3c1b77ca
MB
5844 * simple.el (undo): Correctly distinguish between numeric and
5845 non-numeric prefix args in non-transient-mark-mode, as per the doc
5846 string. When in transient-mark-mode, treat all prefix-args as
5847 numeric.
5848
f5ab1cdd
SM
5849 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5850 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5851
5852 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5853 (comint-mode-map): Reverse order of `comint-write-output' and
5854 `comint-append-output-to-file'.
5855 (comint-append-output-to-file): Reinstate this function, for the
5856 benefit of the menu.
5857
d97151cb
SM
58582000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5859
5860 * vc.el (vc-version-other-window): Bind `file'.
5861
ea7d6f5b
GM
58622000-10-25 Gerd Moellmann <gerd@gnu.org>
5863
f5ab1cdd 5864 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5865
5866 * emacs-lisp/authors.el (batch-update-authors): New function.
5867 (authors-fixed-entries): New defconst.
5868 (authors-add-fixed-entries): New function.
5869 (authors): Call it.: Don't process lispref/.
5870
17c25cea
JR
58712000-10-25 Jason Rumney <jasonr@gnu.org>
5872
5873 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5874 Merge x w32 and mac definitions.
5875
4ecda532
GM
58762000-10-25 Gerd Moellmann <gerd@gnu.org>
5877
5878 * menu-bar.el (menu-bar-options-menu): Add a help string for
5879 `uniquify'.
5880
b6735035
GM
58812000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5882
f5ab1cdd
SM
5883 * time-stamp.el (time-stamp-string-preprocess):
5884 Fix a wrong type argument error.
b6735035 5885
f4cbc7a0
MB
58862000-10-25 Miles Bader <miles@gnu.org>
5887
5888 * recentf.el (recentf-mode): Variable removed.
5889 (recentf-mode): Use `define-minor-mode'.
5890
5891 * mwheel.el (mouse-wheel-mode): New global minor mode.
5892 (mwheel-install): Use `mouse-wheel-mode'.
5893
f4b020f6
DL
58942000-10-25 Dave Love <fx@gnu.org>
5895
f5ab1cdd
SM
5896 * progmodes/cperl-mode.el (cperl-mode):
5897 Set normal-auto-fill-function correctly.
072cb6f9 5898
83c9cb8e
SM
5899 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5900 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5901 bindings.
f4b020f6 5902
ebe2a441
MB
59032000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5904
ff4dcd4b
MB
5905 * wid-edit.el (widget-field-at): New function.
5906 (widget-at, widget-field-activate): Use it.
5907 (widget-tabable-at): Use `widget-at'.
5908 (widget-specify-field): If the terminating character of the widget
5909 field (which is read-only) is a newline, put it into a special
5910 `boundary' field so that C-n/C-p act more naturally.
5911 (widget-field-end): Also don't subtract one if a special
5912 `boundary' field has been added after the widget field.
5913
83c9cb8e
SM
5914 * comint.el (comint-output-filter, comint-send-input):
5915 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5916 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5917
ebe2a441
MB
5918 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5919 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5920 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5921
fe50b6ab
GM
59222000-10-24 Gerd Moellmann <gerd@gnu.org>
5923
53df4dda 5924 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5925 (authors): Set file coding system to iso-2022-7bit.
5926 Add file-local variables to output buffer.
53df4dda 5927
4836835a 5928 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5929 WARN is nil.
5930
53df4dda
GM
59312000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5932
5933 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5934
5935 * delim-col.el: Now there is a column formatting mechanism.
5936 Modified to customization mechanisms convention. Doc fix.
5937 (columns): New group for delim-col.
5938 (delimit-columns-before, delimit-columns-after)
5939 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5940 (delimit-columns-end): New vars.
5941 (delimit-columns-customize, delimit-columns-format): New funs.
5942 (delimit-columns-region, delimit-columns-rectangle)
5943 (delimit-columns-rectangle-line): Modified to support column
5944 formatting.
4836835a 5945
a9839779
DL
59462000-10-24 Dave Love <fx@gnu.org>
5947
5948 * log-edit.el (log-edit): Add :version and a :group for vc.
5949
df0267b8
GM
59502000-10-24 Gerd Moellmann <gerd@gnu.org>
5951
9acc3873
GM
5952 * files.el (after-find-file): Don't print a message ``New file''
5953 if WARN is nil.
5954
83c9cb8e
SM
5955 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5956 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5957 get duplicate tool-bar entries because we'll see the global ones
5958 on more than one path through keymaps.
5959
1946f901
GM
5960 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5961
df0267b8
GM
5962 * progmodes/cmacexp.el: Change Francesco's email address.
5963
ae3b264b
KH
59642000-10-24 Kenichi Handa <handa@etl.go.jp>
5965
5966 * window.el (fit-window-to-buffer): Adjust point of the window
5967 buffer, not that of the current buffer.
5968
23afac01
EZ
59692000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5970
5971 * progmodes/cmacexp.el: Update the euthor's email address.
5972
22d1a4ed
MB
59732000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5974
5975 * faces.el (face-spec-set-match-display): Add `graphic' display
5976 type (the inverse of `tty'). Use `display-graphic-p' instead of
5977 the window-system variable.
5978
f408aa48
KH
59792000-10-24 Kenichi Handa <handa@etl.go.jp>
5980
83c9cb8e
SM
5981 * international/isearch-x.el (isearch-with-input-method):
5982 Call input-method-function with the first event in
f408aa48
KH
5983 unread-command-events.
5984
94fe8a31
MB
59852000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5986
83c9cb8e 5987 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5988
8f47302e
AC
59892000-10-24 Andrew Choi <akochoi@i-cable.com>
5990
5991 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5992 New charsets.
5993
5994 * term/mac-win.el: Remove definitions of mac-roman-lower and
5995 mac-roman-upper, require dired, and define instead of set
5996 mac-ready-for-drag-n-drop to avoid compilation error.
5997
446c097e
AI
59982000-10-23 Andrew Innes <andrewi@gnu.org>
5999
83c9cb8e
SM
6000 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6001 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6002 expand-file-name after convert-standard-filename to ensure
6003 expected directory separators are used.
6004
379b70e7
EZ
60052000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6006
6007 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6008
85c766e9
DL
60092000-10-23 Dave Love <fx@gnu.org>
6010
b7e03a67
DL
6011 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6012 (tool-bar-add-item): Set foreground and background for XBM icons.
6013
83c9cb8e
SM
6014 * international/latin1-disp.el (latin1-char-displayable-p):
6015 New function (from Handa).
b7e03a67
DL
6016 (latin1-display-check-font): Use it.
6017
0dcf8835 6018 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6019 using :key-sequence, making it much more usable.
6020 Use nconc, not append.
0dcf8835
DL
6021 (imenu--create-keymap-1): Avoid append.
6022
85c766e9 6023 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6024
cb3069bb
MB
60252000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6026
6027 [the following changes fix a bug where `define-minor-mode' didn't
6028 correctly generate :require clauses for defcustoms in compiled files]
6029 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6030 (byte-compile-log-file, byte-compile-log-1): Don't set
6031 `byte-compile-current-file' to nil. Instead set
6032 `byte-compile-last-logged-file' to it. Test whether
6033 byte-compile-current-file equals byte-compile-last-logged-file
6034 instead of whether its nil.
3b6542ba 6035 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6036
6db6243b
SM
60372000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6038
6039 * textmodes/refill.el: Fix var names in doc.
6040 (refill-mode): Don't bother with make-local-hook anymore.
6041
98490598
MB
60422000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6043
e01cd227
MB
6044 * faces.el (face-user-default-spec, face-default-spec): New functions.
6045 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6046 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6047 Use `face-user-default-spec'. Simplify code slightly.
6048
4836835a 6049 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6050 (woman-unknown-face): Add dark-background variants.
6051 (woman-default-faces): Renamed from `woman-colour-faces'.
6052 Set using the stored defaults, rather than using hard-wired colors.
6053 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6054 Just make the foreground `unspecified' rather than "black".
6055 (woman-menu): Rename menu entries accordingly.
6056
98490598
MB
6057 * faces.el (header-line): Make more reasonable on mono/grayscale
6058 displays.
6059
1a578e9b
AC
60602000-10-23 Andrew Choi <akochoi@i-cable.com>
6061
6062 * cus-edit.el (custom-button-face): Use 3D look for mac.
6063 (custom-button-pressed-face): Likewise.
6064
6065 * faces.el (set-face-attributes-from-resources): Handle mac frames
6066 in the same way as x and w32 frames.
6067 (face-valid-attribute-values): Likewise.
6068 (read-face-attribute): Likewise.
6069 (defined-colors): Likewise.
6070 (color-defined-p): Likewise.
6071 (color-values): Likewise.
6072 (display-grayscale-p): Likewise.
6073 (face-set-after-frame-default): Likewise.
6074 (mode-line): Same default face as for x and w32.
6075 (tool-bar): Likewise.
6076
6077 * frame.el: Remove call to frame-notice-user-settings at end of
6078 the file.
6079
83c9cb8e 6080 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6081 as for x, pc, and w32 frame types.
6082
6083 * term/mac-win.el: New file.
6084
aaaf7be7
DL
60852000-10-22 Dave Love <fx@gnu.org>
6086
6087 * textmodes/refill.el: New file.
6088
5392d654
AS
60892000-10-22 Andre Spiegel <spiegel@gnu.org>
6090
4836835a 6091 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6092 MANUAL and REGEXP.
4836835a 6093 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6094 New functions.
6095 (vc-before-save): Use the latter.
6096 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6097 confusion.
6098
4836835a 6099 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6100 expected by vc[-hooks].el.
6101
6102 * vc.el (vc-checkout): Added `-p' suffix in call to
6103 vc-make-version-backups-p; use vc-make-version-backup to actually
6104 make the backup.
6105 (vc-version-other-window, vc-version-backup-file): Handle both
6106 automatic and manual backups.
6107 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6108 of all of them.
6109
1e221c16
MB
61102000-10-22 Miles Bader <miles@gnu.org>
6111
7ff4fda5
MB
6112 * comint.el (comint-highlight-input, comint-highlight-prompt):
6113 Renamed, `-face' at end removed.
6114 (comint-send-input, comint-output-filter): Use renamed faces.
6115
3511cde8
MB
6116 * window.el (fit-window-to-buffer): Change defaulting of
6117 MAX-HEIGHT slightly.
6118
1e221c16
MB
6119 * faces.el (color-values, color-defined-p): Use `member', not
6120 `memq', because it works correctly for strings.
6121 (frame-set-background-mode): Actually, "unspecified-fg" and
6122 "unspecified-bg" *are* strings. Use `member', not `memq', and
6123 `equal', not `eq', when a string value is possible.
6124
b6ef4898
EZ
61252000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6126
6127 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6128
34939e2c
SM
61292000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6130
6131 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6132 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6133 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6134 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6135 (sh-font-lock-syntactic-keywords): Use them.
6136 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6137 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6138 (sh-mode): Don't override font-lock-unfontify-region-function.
6139 Use a copy of sh-font-lock-syntactic-keywords.
6140 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6141 Don't call sh-scan-buffer since font-lock does it on the fly.
6142 (sh-get-indent-info): Use `face' rather than `syntax-table'
6143 text-property to detect here-documents.
6144 Replace sh-special-syntax with sh-st-punc.
6145 (sh-prev-line): Use `face' rather than `syntax-table'
6146 text-property to skip over here-documents.
6147 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6148 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6149 (sh-electric-less, sh-set-here-doc-region)
4836835a 6150 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6151 (sh-scan-buffer, sh-rescan-buffer): Remove.
6152
f3d3c491
AI
61532000-10-21 Andrew Innes <andrewi@gnu.org>
6154
6155 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6156 remote (ange-ftp) file names.
6157
b86c791c
MB
61582000-10-21 Miles Bader <miles@gnu.org>
6159
d9c30bdf
MB
6160 * window.el (fit-window-to-buffer): New function.
6161 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6162 (window-text-height): Don't expect minibuffers to have mode-lines.
6163
d9c30bdf 6164 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6165 * international/quail.el (quail-update-guidance):
6166 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6167
617fee5a
MB
6168 * international/quail.el (quail-show-guidance-buf): Make sure
6169 guidance window really has enough room.
6170 (quail-update-guidance): If quail-guidance-win is already shown,
6171 make sure its height is OK.
6172
b86c791c
MB
6173 * window.el (window-text-height, set-window-text-height):
6174 New functions.
6175 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6176 instead of `window-height' & `mode-line-window-height-fudge'.
6177 (mode-line-window-height-fudge): Add FACE parameter.
6178 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6179 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6180
e34850d1
MB
61812000-10-20 Miles Bader <miles@gnu.org>
6182
6183 * window.el (height-affecting-face-attributes): Use `defconst'.
6184
6185 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6186 New function, conditionally aliased to `mode-line-window-height-fudge'.
6187 (ispell-help): Use it.
6188 (ispell-choices-win-default-height): Don't include mode-line fudge.
6189 (ispell-choices-win-default-height): New function.
6190 (ispell-show-choices, ispell-command-loop): Use function
6191 `ispell-choices-win-default-height' instead of variable.
6192
a8b883c2
MB
61932000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6194
8c6e4a58
MB
6195 * window.el (mode-line-window-height-fudge): New variable.
6196 (height-affecting-face-attributes): New variable.
6197 (mode-line-window-height-fudge): New function.
6198 (shrink-window-if-larger-than-buffer): Use it.
6199 * help.el (resize-temp-buffer-window): Likewise.
6200
a8b883c2
MB
6201 * info.el (Info-fontify-node): Add support for @subsubsection
6202 titles, which use `Info-title-4-face'.
6203 (Info-title-4-face): New face.
6204 (Info-title-3-face): Inherit from Info-title-4-face instead of
6205 variable-pitch.
6206
e64c3a75
JR
62072000-10-19 Jason Rumney <jasonr@gnu.org>
6208
6209 * dired.el (dired-insert-directory): Do not let errors signalled by
6210 attempt to run dired-free-space-program prevent dired from working.
6211
c70fe852
SM
62122000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6213
6214 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6215
877cf6b4
GM
62162000-10-19 Gerd Moellmann <gerd@gnu.org>
6217
5de037e0
GM
6218 * dirtrack.el (dirtrack): Fix call to run-hooks.
6219
6deb9af9
GM
6220 * cmuscheme.el (cmuscheme-program-name): Renamed from
6221 scheme-program-name because xscheme.el contains a defcustom with
6222 the same name. As a consequence, customizing group `cmuscheme'
6223 loaded `xscheme' which redefined run-scheme.
6224 (run-scheme): Use cmuscheme-program-name.
6225
83c9cb8e 6226 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6227
e597d8fb 6228 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6229 anonymous address, and add a website for Befrienders International.
4836835a 6230
3e9cb08f
GM
62312000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6232
c70fe852
SM
6233 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6234 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6235 (ps-print-version): New version number (6.2).
6236 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6237 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6238 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6239 (ps-x-extent-priority, ps-x-extent-start-position)
6240 (ps-x-face-font-instance, ps-x-find-coding-system)
6241 (ps-x-font-instance-properties, ps-x-make-color-instance)
6242 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6243 avoid compilation gripes without defining functions.
6244 (ps-e-find-composition): Alias for function find-composition, to have a
6245 suitable function depending on Emacs version.
6246 (ps-color-device, ps-color-values, ps-face-foreground-name)
6247 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6248 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6249 (ps-print-ensure-fontified): Function definitions surrounded by
6250 `eval-and-compile' to avoid compilation gripes.
6251 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6252 by symbol-value to avoid compilation gripes.
6253 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6254 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6255
d8abcd91
MB
62562000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6257
13ab33c4
MB
6258 * startup.el (normal-top-level): Call `frame-set-background-mode'
6259 after `frame-notice-user-settings' because the latter doesn't call
6260 the former on a tty.
6261
d8abcd91
MB
6262 * faces.el (frame-set-background-mode): `unspecified' &c are
6263 symbols, not strings.
6264
e8bce0a9
EZ
62652000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6266
c70fe852
SM
6267 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6268 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6269
c70fe852
SM
6270 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6271 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6272
773272d8
KH
62732000-10-19 Kenichi Handa <handa@etl.go.jp>
6274
c70fe852 6275 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6276 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6277 for ISO10646-1 fonts.
6278 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6279
772139c0
EZ
62802000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6281
6282 * faces.el (frame-set-background-mode): If a tty frame defines a
6283 background color, use that to compute the background mode, instead
6284 of always defaulting to "dark".
6285
d134a19f
MB
62862000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6287
8bb84cb2
MB
6288 * comint.el (comint-write-output): New function.
6289 (comint-mode-map): Add it to the menu.
e40a778f 6290 Bind `C-c C-s' to comint-write-output.
d134a19f 6291
dada41e1
GM
62922000-10-18 Gerd Moellmann <gerd@gnu.org>
6293
6294 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6295 Use fancy-splash-delay.
6296
9b5360aa
GM
62972000-10-18 Alex Schroeder <alex@gnu.org>
6298
6299 * progmodes/sql.el (sql-sybase-options): New option.
6300 (sql-sybase): Use it. Add sql-database to the list of parameters
6301 provided for login. The options -w 2048 -n are not used any more.
6302
9035a35a
GM
6303 * comint.el (comint-read-input-ring): Bugfix such that the first
6304 and the last entry of the input ring file are not lost.
6305
3556c6dd
GM
63062000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6307
6308 * ps-print.el: Internal variable changes to defcustom,
6309 make-local-hook changes to defvar. Doc fix.
6310 (ps-print-version): New version number (6.1).
6311 (ps-setup, ps-do-despool): Code fix.
6312 (ps-printer-name): Customization fix.
6313 (ps-printer-name-option): Now is a defcustom instead of an
6314 internal variable.
6315 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6316 (ps-print-begin-column-hook): Now are defvar instead of
6317 make-local-hook.
4836835a 6318
4e217e50
MB
63192000-10-18 Miles Bader <miles@gnu.org>
6320
6321 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6322 (comint-kill-output): Changed into an alias for `comint-delete-output',
6323 and made obsolete.
6324 (comint-mode-map): Rename references to comint-kill-output.
6325
34460354
EZ
63262000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6327
6328 * diff-mode.el (diff-header-face, diff-file-header-face)
6329 (diff-changed-face): Add bold and italic attributes to tty faces.
6330 (diff-function-face): New face.
6331 (diff-font-lock-keywords): Use it.
6332
17ea3cdb
MB
63332000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6334
6335 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6336 Remove commented-out call to force-mode-line-update.
6337 (comint-kill-output): Use `forward-line 0' instead of
6338 beginning-of-line to make sure we get past the prompt.
6339
9244f2c7
SM
63402000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6341
6342 * diff-mode.el (diff-header-face, diff-file-header-face):
6343 Add specific setting for dark background.
6344 (diff-context-face): Renamed from diff-comment-face.
6345 Set explicitly rather than inheriting from font-lock-comment-face.
6346
1592c1ef
EZ
63472000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6348
6349 * startup.el (command-line): Move the code which sets the default
6350 TTY colors to before before-init-hook.
6351
f86292a9
GM
63522000-10-17 Gerd Moellmann <gerd@gnu.org>
6353
6354 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6355
f7f2e883
EZ
63562000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6357
e854cc22
EZ
6358 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6359 extensions, for MS-DOS.
6360
f7f2e883
EZ
6361 * diff-mode.el (diff-header-face, diff-file-header-face)
6362 (diff-changed-face): Define tty-specific colors.
6363
c7b4f0f9
GM
63642000-10-17 Gerd Moellmann <gerd@gnu.org>
6365
6366 * startup.el (fancy-splash-text): Realign the text.
6367
12a72271
EZ
63682000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6369
6370 * font-lock.el (font-lock-comment-face): Define a separate default
6371 for dark-background tty's.
6372
61dfccfd
MB
63732000-10-17 Miles Bader <miles@gnu.org>
6374
6375 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6376 being obscured by whizzy mode-lines on graphics displays.
6377
333cd59e
EZ
63782000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6379
6380 * info.el (Info-title-1-face, Info-title-2-face)
6381 (Info-title-3-face): Define colors for tty's.
dada41e1 6382 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6383
dbf1fcc1
EZ
63842000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6385
6386 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6387 reverse from the frame parameters, and don't invert foreground and
6388 background colors.
6389
ac629823
MB
63902000-10-16 Miles Bader <miles@gnu.org>
6391
6392 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6393 string "*Info*". Call propertized-buffer-identification to spruce
6394 up the result.
6395
76eebffc
GM
63962000-10-16 Gerd Moellmann <gerd@gnu.org>
6397
3a6b59d9
GM
6398 * help.el: Provide `help' for the sake of define-minor-mode
6399 which generates defcustoms with requires.
6400
6569c3d3
GM
6401 * jit-lock.el (jit-lock-after-change): If we're in text that
6402 matches a multi-line font-lock pattern, make sure the whole text
6403 will be redisplayed.
6404
c2e0a611
GM
6405 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6406 author's name is unknown.
6407
76eebffc
GM
6408 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6409 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6410 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6411 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6412 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6413 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6414 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6415 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6416 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6417 Add author information.
6418
cf1e7b12
MB
64192000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6420
6421 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6422 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6423 full-color version (using the Gimp) to eliminate dithering artifacts.
6424
5586f3eb
SM
64252000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6426
6427 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6428
6429 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6430
ad64a888
DL
64312000-10-15 Dave Love <fx@gnu.org>
6432
83c9cb8e 6433 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6434
6435 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6436
6437 * whitespace.el: Doc fixes.
6438 (top-level): Don't add hooks here.
6439 (whitespace-running-emacs): Deleted.
6440 (timer): Don't require.
6441 (whitespace): Add back :version conditional on xemacs test.
6442 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6443 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6444 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6445 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6446 Avoid specific xemacs test.
6447 (whitespace-global-mode): New option.
6448 (whitespace-global-mode): New command.
6449 (whitespace-unload-hook): New function.
6450
6451 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6452 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6453 (Info-fontify-node): `Goto' goes to `Go to'.
6454 (Info-fontify-node): Add help-echo to xref links.
6455
1ef49fc6
EZ
64562000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6457
6458 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6459
8b7707e1
SM
64602000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6461
b3b7f42f
SM
6462 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6463 Use plist-get and allow :inherit.
6464
6465 * emacs-lisp/cl-macs.el (cl-do-arglist):
6466 Use plist-get and plist-member instead of memq.
6467
3c7fafc7
SM
6468 * emacs-lisp/ewoc.el (ewoc-location): New function.
6469 (ewoc-enter-after, ewoc-enter-before): Document return value.
6470 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6471 Don't need make-local-hook any more.
6472 (cvs-addto-collection): Return the new tin.
6473 (cvs-mode-insert): Jump to the new line.
6474
8b7707e1
SM
6475 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6476
6477 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6478
6479 * font-lock.el (font-lock-syntactically-fontified): New var.
6480 (font-lock-fontify-syntactic-keywords-region): Use it.
6481 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6482
6483 * diff-mode.el (diff-find-file-name): Fix regexp.
6484
6485 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6486 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6487
6488 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6489 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6490 (sh-mode): Don't make all vars local here.
6491 (sh-kw): Reformat.
6492 (sh-set-shell): Use dolist. Don't set indent-region-function.
6493 (sh-mode-syntax-table): Use pop.
6494 (sh-remember-variable): Use push.
6495 (sh-help-string-for-variable): Use memq.
6496 (sh-safe-backward-sexp): Remove.
6497 (sh-safe-forward-sexp): Add ARG.
6498 (sh-get-indent-info, sh-prev-stmt): Use it.
6499 (sh-prev-line): Simplify by using forward-comment.
6500 (sh-this-is-a-continuation): Simplify.
6501 (sh-learn-buffer-indent): Use dolist.
6502 (sh-do-nothing): Remove.
6503 (sh-set-char-syntax, sh-set-here-doc-region):
6504 Use inhibit-modification-hooks.
6505 (sh-name-style): Use mapcar and push.
6506 (sh-load-style): Use dolist.
6507 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6508 (sh-case, sh-while-getopts): Use propertize directly rather
6509 than sh-electric-rparen.
6510
65112000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6512
6513 * textmodes/tex-mode.el: Require CL when compiling.
6514 (tex-mode-syntax-table): Init immediately.
6515 (tex-mode-map): Bind M-RET to latex-insert-item.
6516 (latex-mode): Set indent-line-function to latex-indent.
6517 (tex-common-initialization): Don't setup the syntax-table any more.
6518 (latex-insert-item): New skeleton.
6519 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6520 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6521 (latex-indent, latex-find-indent): New functions.
4836835a 6522 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6523 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6524 (tex-compilation-parse-errors): Use with-syntax-table.
6525
86b7fcbb
MB
65262000-10-15 Miles Bader <miles@gnu.org>
6527
6528 * font-lock.el (font-lock-comment-face): Change dark-background,
6529 color, non-tty, default to `chocolate1'.
6530
57a24508
JW
65312000-10-13 John Wiegley <johnw@gnu.org>
6532
6533 * eshell/esh-util.el (require): Added a missing `require' form,
6534 needed when compiling (for an ange-ftp macro definition).
6535
40ad3db4
DL
65362000-10-13 Dave Love <fx@gnu.org>
6537
6538 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6539
db460189
GM
65402000-10-13 Gerd Moellmann <gerd@gnu.org>
6541
83c9cb8e 6542 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6543
4836835a 6544 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6545 transparent -colors 8).
6546
3b5e21df
GM
65472000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6548
6549 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6550 that breaks with old list format timestamps.
6551 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6552 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6553
16908a3f
JW
65542000-10-13 John Wiegley <johnw@gnu.org>
6555
d7103dda
JW
6556 * align.el, pcomplete.el, calendar/timeclock.el,
6557 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6558
dace60cf 6559 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6560 faulty math, where holiday hours were being computing as seconds.
6561
b6b70cda
JW
65622000-10-13 John Wiegley <johnw@gnu.org>
6563
6564 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6565 specifying what "other" kinds of buffers should be saved.
6566 This used to be hard-coded.
b6b70cda
JW
6567 (desktop-buffer-misc-functions): A global for specifying how
6568 auxiliary data should be determined for special buffer types.
6569 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6570 instead of hard-coding the special buffer types.
6571 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6572 auxiliary data, instead of hard-coding for Info buffers and dired.
6573 (desktop-buffer-info-misc-data): Aux function for determining Info
6574 buffer auxiliary info.
6575 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6576 (desktop-buffer-info): Changed this function to use the info
6577 gathered above.
6578 (desktop-create-buffer): Be a little more careful about what
6579 `minor-mode' means before calling it. This is important for some
6580 buffer types.
6581
8c6b1d83
JW
65822000-10-13 John Wiegley <johnw@gnu.org>
6583
6584 * eshell/esh-util.el: Added a global form which declares an
6585 autoload for `parse-time-string', if that function is not already
6586 defined, and if parse-time.el is available on the user's system.
6587
6588 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6589 to be aware of ange-ftp user info.
83c9cb8e 6590 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6591 (eshell-ls-annotate): Use `eshell-file-attributes'.
6592 (eshell-ls-file): Made the user-id printing code a bit smarter.
6593
6594 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6595 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6596 It's manual, but there's no other way to know when the current user
6597 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6598 (fboundp): Bind `ange-cache'.
6599 (eshell-directory-files-and-attributes): Re-organized the logic a
6600 bit to use `eshell-file-attributes' instead of `file-attributes'.
6601 The former is more sensitive to directories that are read via FTP,
6602 and knows how to use ange-ftp to determine full attribute
6603 information, instead of just the name and last modtime.
6604 (eshell-current-ange-uids): Return the current user id when in a
6605 remote directory.
6606 (eshell-parse-ange-ls): Parse a full directory listing that has
6607 been returned by ange-ftp.
6608 (eshell-file-attributes): This beefed up version of
6609 `file-attributes' is only special if the user is currently in a
6610 remote directory, in which case it does a lot of work to find out
6611 what the real attributes of a file are, as they appear on the
6612 remote machine. This makes usage of remote directories (i.e.,
6613 ange-ftp pathnames) much more useful. You can now use Eshell as a
6614 full-fledged FTP client, with much more manipulation ability than
6615 most other clients.
6616
6617 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6618 variable, which means that Eshell's du should always be preferred
6619 in remote directories.
6620 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6621 just `file-attributes'.
6622 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6623 when reading remote directories. This is an Eshell-specific
6624 variable (not part of ange-ftp).
6625 (eshell/ln): Bind `ange-cache'.
6626 (eshell/du): Added some extra logic for determining when to use
6627 Eshell's du (which is slow), and when to use the external version
6628 (which may or may not exist).
6629
83c9cb8e
SM
6630 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6631 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6632 `get-buffer-process', since backgrounded processes don't count in
6633 the context of this function's logic.
6634
6635 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6636 `forward-char', so that null strings are parsed correctly.
6637
87730e84 66382000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6639
83c9cb8e
SM
6640 * eshell/em-pred.el (eshell-pred-file-type)
6641 (eshell-pred-file-links, eshell-pred-file-size):
6642 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6643
6644 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6645 that remote file globbing is more efficient.
6646
6647 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6648 gathering the files and attributes within a directory.
6649
6650 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6651 the command line is a special file (not a regular file, directory
6652 or symlink), always attempt to call the external version of cat.
6653
87730e84 66542000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6655
6656 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6657 Eshell-friendly version of find-tag.
6658
1c7e37a9
MB
66592000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6660
4836835a 6661 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6662 (image-file-name-regexps): Add autoload cookies.
6663
11a7f341
KH
66642000-10-13 Kenichi Handa <handa@etl.go.jp>
6665
6666 * international/mule-cmds.el (select-safe-coding-system): If FROM
6667 is string, show it in *Warning* buffer.
6668
8ddddcb0
EZ
66692000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6670
6671 * startup.el (normal-top-level): Use display-popup-menus-p instead
6672 of window-system.
6673 (command-line): Use display-graphic-p instead of window-system.
6674 (command-line-1): Use display-popup-menus-p and display-mouse-p
6675 instead of window-system.
6676
72200f89
SS
66772000-10-12 Sam Steingold <sds@gnu.org>
6678
6679 * tooltip.el (tooltip-use-echo-area): New user variable.
6680 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6681
8661c643
DL
66822000-10-12 Dave Love <fx@gnu.org>
6683
d0b40dc1
DL
6684 * recentf.el: Maintainer's checkdoc fixes.
6685
83c9cb8e
SM
6686 * startup.el (normal-top-level-add-subdirs-to-load-path):
6687 Use character class, not ASCII when matching file names.
a622451f
DL
6688 (fancy-splash-head): Add trailing slash to URL.
6689 (command-line): Don't require XPM support for toolbar.
6690
8661c643
DL
6691 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6692 (cperl-invalid-face): Revert last change.
6693 (cperl-init-faces): Quote cperl-invalid-face.
6694
ef2ed8ab
KH
66952000-10-12 Kenichi Handa <handa@etl.go.jp>
6696
6697 * startup.el (fancy-splash-text): Remove superfluous quote.
6698
b0da379e
GM
66992000-10-12 Gerd Moellmann <gerd@gnu.org>
6700
dbeb499b
GM
6701 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6702 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6703 (command-line-1): Don't use fancy-splash-pending-command.
6704 (fancy-splash-screens-1): Goto point-min after inserting text.
6705
d861718a
GM
6706 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6707
b0da379e
GM
6708 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6709 instead of shared-lisp-mode-map.
6710
4fb2ad98
MB
67112000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6712
1cb4393e
MB
6713 * faces.el (header-line): Change tty-variant to use underlining.
6714
4fb2ad98
MB
6715 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6716 (isearch-highlight): Restore lazy-isearch face properties at old
6717 position, and suppress them at new position.
6718 (isearch-dehighlight): Restore lazy-isearch face properties.
6719 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6720 over the real isearch overlay, but in that case, don't give it a
6721 face property. Use `push'.
6722
eb991b25
KH
67232000-10-12 Kenichi Handa <handa@etl.go.jp>
6724
6725 * man.el (Man-getpage-in-background): Fix previous change.
6726 Decode the process output only when we are in multibyte mode.
6727
a818c1c0
DL
67282000-10-11 Dave Love <fx@gnu.org>
6729
c990f53a
DL
6730 * info.el (Info-mode-menu): Fix some help.
6731 (info-tool-bar-map): Add entry for Info-last.
6732
a818c1c0
DL
6733 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6734 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6735 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6736 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6737 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6738 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6739 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6740 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6741 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6742 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6743 Reduce colour requirements to 25 overall. (Probably wants
6744 revisiting from the originals to reduce further.)
6745
c1b096cb
EZ
67462000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6747
6748 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6749 buffer-file-coding-system, instead of raw-text.
6750 (dehexlify-buffer): Bind coding-system-for-read to
6751 buffer-file-coding-system, instead of raw-text.
6752
5c8b7eaf
SS
67532000-10-11 Sam Steingold <sds@gnu.org>
6754
83c9cb8e 6755 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6756 `underline' - fixes the bug introduced on 2000-09-21.
6757
2cfbdb7a
DL
67582000-10-11 Dave Love <fx@gnu.org>
6759
83c9cb8e
SM
6760 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6761 Avoid compiler warnings.
2cfbdb7a
DL
6762 (scheme-mode): Doc fix.
6763 (scheme-font-lock-keywords-1): Match `define-syntax'.
6764
67652000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6766
6767 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6768 face specs as well as default ones. Only do anything if the
6769 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6770 (region): Make dark-background `region' face less in-your-face.
4b33f290 6771
690ec649
SS
67722000-10-10 Sam Steingold <sds@gnu.org>
6773
6774 * chistory.el, ielm.el, ledit.el:
6775 * progmodes/inf-lisp.el, progmodes/scheme.el:
6776 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6777
3b95d6bb
SM
67782000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6779
6780 * textmodes/texinfo.el: Update copyright and fix typo.
6781
6782 * desktop.el (desktop-modes-not-to-save): New var.
6783 (desktop-save-buffer-p): Use it.
a30eb617
DL
6784 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6785 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6786
67872000-10-10 Dave Love <fx@gnu.org>
6788
6789 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6790 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6791
6792 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6793 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6794 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6795 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6796 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6797 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6798 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6799 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6800 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6801 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6802 the .xpms; probably need retouching.
6803
68042000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6805
6806 * subr.el (add-to-list): Add optional argument APPEND.
6807 * battery.el (display-battery): Use `add-to-list'.
6808
68092000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6810
83c9cb8e
SM
6811 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6812 properties.
a30eb617
DL
6813 (zone, zone-when-idle, zone-leave-me-alone)
6814 (zone-pgm-whack-chars): Use new symbol properties.
6815
6816 * battery.el (display-battery): Doc spelling fix.
6817
6818 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6819 property.
6820
68212000-10-09 Dave Love <fx@gnu.org>
6822
6823 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6824 has been initialized before calling tool-bar-setup.
6825 (tool-bar-add-item-from-menu): Add autoload cookie.
6826
68272000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6828
6829 * menu-bar.el (send-mail-item-name): New function.
6830 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6831 of mail-user-agent in the menu. Don't display the "Send Mail"
6832 item if mail-user-agent is nil or its value is ignore.
6833 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6834 if read-mail-command is nil or its value is ignore.
6835
6836 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6837
68382000-10-09 Miles Bader <miles@gnu.org>
6839
6840 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6841 Correct image size.
6842 * toolbar/left_arrow.xpm: Correct image size.
6843
6844 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6845 will be done by the definition of `auto-compression-mode' if
6846 necessary. Move code to uninstall existing file-name handler
6847 before definition of `auto-compression-mode'.
6848
6849 * image-file.el (auto-image-file-mode): Move to the end of the
6850 file, because `define-minor-mode' actually calls the mode-function
6851 if the associated variable is non-nil, which requires that all
6852 needed functions be already defined.
6853
6854 * mouse.el (popup-menu): Balance parens.
6855
68562000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6857
6858 * mouse.el (popup-menu): Move the command call outside the loop
6859 so that popup-menu returns whatever the command returns.
6860
6861 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6862 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6863 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6864 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6865
6866 * vc.el (vc-version-diff): diff-switches can be a list.
6867 Use relative filenames for prettier output.
6868
6869 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6870 (vc-post-command-functions): Remove old-VC compatibility code.
6871
6872 * newcomment.el (comment-indent-default): Autoload.
6873
6874 * font-lock.el (font-lock-defaults): Make buffer-local.
6875 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6876 (font-lock-choose-keywords):
6877 Ignore LEVEL unless KEYWORDS is a list of syms.
6878 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6879 Don't wrap regexp-opt things in \(...\) unnecessarily.
6880
6881 * jit-lock.el: Don't require font-lock any more.
6882 (jit-lock-functions): Make buffer-local.
6883 (jit-lock-saved-fontify-buffer-function): Remove.
6884 (jit-lock-mode): Remove autoload cookie.
6885 Remove font-lock specific code.
6886 (jit-lock-unregister): Don't bother handling complex hooks any more.
6887 (jit-lock-refontify): New function.
6888 (jit-lock-fontify-buffer): Use it.
6889 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6890 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6891 Add optional args START and END.
6892 Never call font-lock-fontify-region directly.
6893 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6894
6895 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6896
68972000-10-08 Dave Love <fx@gnu.org>
6898
6899 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6900
6901 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6902
6903 * play/studly.el (studlify-region, studlify-word): Add autoload
6904 cookie.
6905
6906 * play/morse.el (morse-region, unmorse-region): Add autoload
6907 cookie.
6908
6909 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6910 concat.
6911
6912 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6913 insist on symbols starting with word syntax.
6914 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6915 (eval-defun-1): Doc fix.
6916 (indent-sexp): Use nconc to build up indent-stack.
6917
6918 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6919 Gnus with little use.
6920 (mail-setup-hook): Add mail-abbrevs-setup to options.
6921
6922 * recentf.el: Doc fixes.
6923
6924 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6925 Clean up remainder.
6926
6927 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6928 without timezone and (8) with timezone to enforce some whitespace.
6929 Simplify code somewhat.
6930
6931 * options.el (list-options): Doc that you should use customize.
6932
6933 * iswitchb.el (iswitchb-mode): Add :require.
6934
6935 * info.el (Info-goto-node, Info-menu): Doc fix.
6936 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6937 (info-tool-bar-map): New variable.
6938 (Info-mode): Use it.
6939 (Info-edit-map): Define all in defvar.
6940 (speedbar-attached-frame): Avoid compiler warning.
6941
6942 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6943 (global-map): Bind [tool-bar] to a filtered map.
6944 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6945 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6946 Allow PBM icons.
6947 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6948
6949 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6950 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6951 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6952 icons, except up_arrow, which is left-arrow rotated.
6953
6954 * imenu.el (imenu-add-to-menubar): Fix last change.
6955
69562000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6957
6958 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6959 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6960
69612000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6962
6963 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6964 typos in doc strings.
6965
6966 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6967 the doc strings how to customize Font Lock faces.
6968
6969 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6970 computing growth when dragging the header line.
6971
69722000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6973
6974 * simple.el (kill-line): Doc fix.
6975
69762000-10-08 Miles Bader <miles@gnu.org>
6977
6978 * faces.el (secondary-selection): Make foreground visible on tty.
6979
6980 * jka-compr.el (auto-compression-mode): Move to the end of the
6981 file, because `define-minor-mode' actually calls the mode-function
6982 if the associated variable is non-nil, which requires that all
6983 needed functions be already defined.
6984 (with-auto-compression-mode): Add autoload cookie.
6985
69862000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6987
6988 * files.el (find-backup-file-name) [ms-dos]: If support for long
6989 file names is not available, behave as if version-control were set
6990 to never.
6991
69922000-10-07 Dave Love <fx@gnu.org>
6993
6994 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6995 (browse-url-gnome-moz): New function.
6996 (browse-url-browser-function): Use it.
6997 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6998
69992000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7000
7001 * indent.el (tab-always-indent): New var.
7002 (indent-for-tab-command): Use it.
7003
7004 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7005 raise an error. This way it can still default to a sane value.
7006
70072000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7008
7009 * startup.el (fancy-splash-screens): Use local rather than global map.
7010 Don't use `update-menu-bindings' any more.
7011 Get rid of assumptions about keymap representation.
7012
70132000-10-06 Dave Love <fx@gnu.org>
7014
7015 * textmodes/fill.el (sentence-end-double-space)
7016 (sentence-end-without-period): Doc fix.
7017 (adaptive-fill-regexp): Purecopy.
7018 (unjustify-current-line): Use line-end-position.
7019 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7020
7021 * net/eudc-vars.el (eudc): Add :version, :link.
7022
7023 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7024
7025 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7026 Fix for define-minor-mode.
7027 (function-at-point): Alias to function-called-at-point.
7028
7029 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7030
7031 * simple.el (backward-word): Doc fix.
7032
7033 * image-file.el (image-file-name-regexp): image-file-regexps ->
7034 image-file-name-regexps.
7035 (image-file-name-extensions): Add pbm.
7036
70372000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7038
7039 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7040 and add filename to the names so that diff-mode can jump to source.
7041
7042 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7043 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7044 (tex-font-lock-keywords-1): Remove.
7045 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7046 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7047 (font-lock-default-fontify-region):
7048 Expand beg..end correctly when just following a multiline region.
7049 (font-lock-fontify-anchored-keywords):
7050 Include the anchor text as part of the multiline.
7051
70522000-10-06 Gerd Moellmann <gerd@gnu.org>
7053
7054 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7055 latter needs the autoloaded define-minor-mode macro during the
7056 bootstrap.
7057
7058 * startup.el (command-line): For now, activate tool-bar-mode only
7059 if XPM images are supported.
7060
7061 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7062 window by dragging a header-line at the top of the frame; that's
7063 confusing because the header-line doesn't move.
7064 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7065 of treating the event as a list. Some cleanup.
7066
70672000-10-06 Miles Bader <miles@gnu.org>
7068
7069 * simple.el (display-message-or-buffer): New function.
7070 (shell-command-on-region): Use `display-message-or-buffer'.
7071
7072 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7073 docstring parts.
7074
7075 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7076 (smbclient-prompt-regexp): Add usage note to doc string.
7077 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7078 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7079 Use add-hook for adding the comint filter function, and only do so
7080 if it's not already in the global hook list.
7081 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7082 to `make-local-variable'.
7083 (nslookup-font-lock-keywords): Remove prompt entry.
7084 (nslookup): Don't set the process-filter.
7085 (finger): Exit the loop correctly when the regexps list runs out.
7086 (ftp, smbclient, smbclient-list-shares):
7087 Set the real major mode immediately, not after execing.
7088 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7089
7090 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7091
70922000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7093
7094 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7095
7096 * which-func.el (which-func-format): Remove spurious space.
7097 (which-func-mode): Don't make it permanent-local.
7098 (which-func-ff-hook): Allow which-func-maxout to be nil.
7099 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7100 (which-func-mode): Simplify.
7101 Use post-command-idle-hook rather than post-command-hook.
7102 Go through all buffers and update their state.
7103 (which-function): Also try add-log-current-defun-function.
7104
7105 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7106 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7107 Update call to with-vc-properties accordingly.
7108 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7109 (vc-revert-buffer): More careful about window selection and deletion.
7110 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7111
7112 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7113 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7114 (cvs-dired-action): Change the default to quickdir.
7115
7116 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7117 if comment-indent-function returns nil.
7118 (comment-indent-default): New function.
7119 (comment-indent-function): Use it and document the new semantics.
7120
7121 * image-file.el: Docstring fixes.
7122
7123 * help.el (help-xref-on-pp): Use match-string.
7124 (describe-variable): New arg BUFFER.
7125 Store the current buffer in the help-xref-stack.
7126 (temp-buffer-resize-mode): Use define-minor-mode.
7127
7128 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7129 consistently with its docstring.
7130 Set jit-lock-first-unfontify-pos in an idempotent way.
7131 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7132
71332000-10-05 Alex Schroeder <alex@gnu.org>
7134
7135 * sql.el (sql-mysql-options): New variable.
7136 (sql-mysql): Use it.
7137
71382000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7139
7140 * image.el (image): New group.
7141
7142 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7143 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7144
71452000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7146
7147 * net/net-utils.el (nslookup-font-lock-keywords)
7148 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7149 Ignore the value of wqindow-system; always define keywords
7150
71512000-10-05 Kenichi Handa <handa@etl.go.jp>
7152
7153 * startup.el (fancy-splash-screens): Remove the code for
7154 debugging; `(trace-to-stderr "EXITTT\n")'.
7155
71562000-10-05 Miles Bader <miles@gnu.org>
7157
7158 * diff-mode.el (diff-goto-source): Update call to
7159 `diff-hunk-status-msg' to reflect new REV variable.
7160
71612000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7162
7163 * progmodes/icon.el (icon-mode):
7164 Don't gratuitously override the default for comment-column.
7165
7166 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7167
7168 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7169 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7170 (jit-lock-functions): New var.
7171 (jit-lock-function-1): Use it if non-nil.
7172 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7173 Set the `fontified' property before doing the fontification to avoid
7174 repeatedly going through the same error.
7175 Don't turn errors into messages.
7176 (jit-lock-register, jit-lock-unregister): New functions.
7177
7178 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7179 Use with-current-buffer.
7180
7181 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7182 Turn comment into docstring.
7183
7184 * apropos.el (apropos-mode): Use define-derived-mode.
7185
71862000-10-04 Gerd Moellmann <gerd@gnu.org>
7187
7188 * startup.el (fancy-splash-pending-command): New variable.
7189 (fancy-splash-pre-command): New function.
7190 (fancy-splash-screens): Rewritten.
7191 (command-line-1): If fancy-splash-pending-command is set, call it
7192 interactively.
7193
71942000-10-04 Dave Love <fx@gnu.org>
7195
7196 * toolbar/tool-bar.el (tool-bar-setup): New function.
7197 (tool-bar-mode): Use it.
7198
7199 * subr.el (substitute-key-definition): Doc fix.
7200 (play-sound-file): New command.
7201
72022000-10-04 Andre Spiegel <spiegel@gnu.org>
7203
7204 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7205 vc-version-backup-file-name): New functions.
7206
7207 * files.el (basic-save-buffer): Call vc-before-save before saving.
7208
7209 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7210 vc-cvs-stay-local-p.
7211
7212 * vc.el (vc-revert-buffer): Handle empty diff properly.
7213 (vc-version-backup-file): New function.
7214 (vc-checkout): Create a version backup if necessary.
7215 (vc-checkin): If a version backup file exists, delete it.
7216 (vc-version-diff): Diff locally using version backups, if available.
7217 (vc-revert-file): If there's a version backup, revert locally.
7218 (vc-transfer-file): Use version backup for base version, if
7219 available. If not, ask for confirmation whether to get it from the
7220 server. Update mode line before check-in.
7221
72222000-10-04 Dave Love <fx@gnu.org>
7223
7224 * toolbar/tool-bar.el (tool-bar-setup): New function.
7225 (tool-bar-mode): Use it.
7226
72272000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7228
7229 * net/net-utils.el (nslookup-font-lock-keywords)
7230 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7231 Only set if window-system is non-nil
7232 (net-utils-run-program): Returns buffer.
7233 (network-connection-reconnect): Added this function.
7234
7235 * generic.el:
7236 Incorporates extensive cleanup and docfixes by
7237 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7238 Uses cl compile-time macros.
7239 (generic-mode-name, generic-comment-list)
7240 (generic-keywords-list, generic-font-lock-expressions)
7241 (generic-mode-function-list, generic-mode-syntax-table):
7242 Removed variables.
7243 (generic-mode-alist): Renamed to generic-mode-list.
7244 (generic-find-file-regexp): Default changed to "^#".
7245 (generic-read-type): Uses completing read on generic-mode-list.
7246 (generic-mode-sanity-check): removed this function.
7247 (generic-add-to-auto-mode): Removed this function
7248 (generic-mode-internal): Bind mode-specific definitions
7249 into function instead of putting them in alist.
7250 (generic-mode-set-comments): Reworked extensively.
7251 (generic-mode-find-file-hook): Simplified regexp searching
7252 (generic-make-keywords-list): Omit extra pair of parens
7253
7254 * find-lisp.el (find-lisp-find-files-internal):
7255 Make sure directory name ends with "/".
7256
7257 * generic-x.el (apache-conf-generic-mode):
7258 Regexp now allows leading whitespace.
7259 (rc-generic-mode): Added eval-when-compile
7260 around generic-make-keywords-list.
7261 Deleted duplicate regexp
7262 (rul-generic-mode): Added eval-when-compile
7263 around generic-make-keywords-list.
7264 (etc-fstab-generic-mode): New generic mode.
7265 (rul-generic-mode): Removed one eval-when-compile
7266 which caused a max-specpdl-size exceeded error.
7267
72682000-10-04 Miles Bader <miles@gnu.org>
7269
7270 * simple.el (minibuffer-temporary-goal-position): New variable.
7271 (next-history-element): Try to keep the position of point in the
7272 input string constant.
7273
7274 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7275 (dired-do-create-files): If there's only one file, pass it in as
7276 the DEFAULT arg to dired-mark-read-file-name.
7277
72782000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7279
7280 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7281 (diff-goto-source): Be smarter when choosing REVERSE or not.
7282
7283 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7284 (texinfo-mode-menu): Add an explicit shortcut for update all.
7285
72862000-10-03 Andre Spiegel <spiegel@gnu.org>
7287
7288 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7289 factorize backend-specific code cleanly (this was essentially
7290 conceived by Stefan Monnier).
7291 (vc-unregister): Function removed.
7292 (vc-revert-file): New function.
7293 (vc-revert-buffer): Delegate some of the work to it.
7294
7295 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7296 default branch unconditionally.
7297 (vc-rcs-set-default-branch): New function.
7298 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7299 (vc-rcs-checkin): If an appropriate default branch has been set,
7300 force creation of that branch.
7301 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7302 code (as suggested by Stefan Monnier).
7303
73042000-10-02 Gerd Moellmann <gerd@gnu.org>
7305
7306 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7307 highlighting overlay with a different face over the overlay
7308 isearch uses to highlight the current match because that can lead
7309 to bad face combinations.
7310
7311 * loadup.el (toplevel): Load faces before isearch.
7312
7313 * isearch.el (isearch-faces): New custom group.
7314 (isearch): New defface; was already tested for in the code.
7315 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7316 (isearch-highlight): Always use face `isearch'.
7317
73182000-10-02 Dave Love <fx@gnu.org>
7319
7320 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7321 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7322 comparison of opcode with operand.
7323
73242000-10-03 Miles Bader <miles@gnu.org>
7325
7326 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7327 buffer, since the echo area will now grow to accommodate them.
7328
73292000-10-02 Andre Spiegel <spiegel@gnu.org>
7330
7331 * vc-hooks.el (vc-registered): If FILE used to be registered under
7332 a certain backend, try that one first.
7333
7334 * vc.el (vc-responsible-backend): Undo the previous change in the
7335 argument list. Handle multiple backends correctly.
7336 (vc-find-new-backend): Function removed.
7337 (vc-register): Use vc-responsible-backend, as before.
7338 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7339
73402000-10-02 Gerd Moellmann <gerd@gnu.org>
7341
7342 * startup.el (fancy-splash-head): Change message below the
7343 logo.
7344
73452000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7346
7347 * diff-mode.el (diff-goto-source): Emit a status message.
7348 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7349 (diff-test-hunk): Fix doc string.
7350 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7351 (diff-advance-after-apply-hunk): New variable.
7352 (diff-apply-hunk): Don't return a value.
7353
73542000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7355
7356 * vc.el (vc-editable-p): Minor optimization.
7357 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7358 (vc-find-new-backend): New function split from vc-responsible-backend.
7359 (vc-register): Use it.
7360 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7361 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7362 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7363 (vc-clear-headers): Don't use find-file.
7364 (vc-revert-buffer): Use `and' again (must have been a braino).
7365 (vc-switch-backend): Only prompt if requested.
7366 Short circuit if nothing is to be done.
7367 Don't use vc-resynch-buffer which could lose unsaved editing.
7368 (vc-default-receive-file): Update call to vc-unregister.
7369 (with-vc-file, vc-next-action-on-file):
7370 Use vc-backend rather than vc-registered.
7371 (vc-next-action-on-file): Use intern-soft.
7372 Deal with read-only *vc-diff* buffer.
7373 (vc-transfer-file): Docstring fix.
7374
7375 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7376 (vc-rcs-receive-file): Avoid with-vc-properties.
7377 Update call to vc-unregister.
7378 Use constant `RCS' rather than (dynamically bound) var `backend'.
7379
73802000-10-01 Andre Spiegel <spiegel@gnu.org>
7381
7382 * vc.el (vc-next-action-on-file): Update mode line only if file
7383 is visited.
7384 (vc-start-entry): New argument initial-contents. Don't visit the file
7385 if it isn't already visited. Brought documentation up-to-date.
7386 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7387 (vc-checkin): New optional arg initial-contents, which is passed to
7388 vc-start-entry.
7389 (vc-finish-logentry): Make sure to bury log buffer only if there
7390 really is one. Call `vc-resynch-buffer' on log-file, not
7391 buffer-file-name.
7392 (vc-default-comment-history, vc-default-wash-log): New functions.
7393 (vc-index-of): Removed.
7394 (vc-transfer-file): Make do without the above.
7395 (vc-default-receive-file): Call comment-history unconditionally. Pass
7396 the resulting string to vc-checkin, instead of inserting it into the
7397 comment ring.
7398
7399 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7400 unconditionally. Use the comments as initial contents of the log
7401 entry buffer. Document the trick to force branch creation with no
7402 changes.
7403
74042000-10-01 Miles Bader <miles@gnu.org>
7405
7406 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7407 `recenter' with an arg to prevent redrawing the display.
7408
74092000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7410
7411 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7412
7413 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7414
7415 * progmodes/c-mode.el (c-mode):
7416 Don't gratuitously override the default for comment-column.
7417
7418 * textmodes/tex-mode.el (latex-metasection-list): New var.
7419 (latex-imenu-create-index): Use it.
7420 Move the regexp construction outside loops (and use push).
7421 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7422 (tex-font-lock-keywords): Moved from font-lock.el.
7423 (tex-comment-indent): Remove.
7424 (tex-common-initialization): Don't set comment-indent-function.
7425 (latex-block-default): New var.
7426 (tex-latex-block): Use it to provide a default choice.
7427 Add any unknown choice to latex-block-names.
7428 Insert [...] after {...}.
7429 (tex-last-unended-begin): Simplify regexp.
7430 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7431 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7432 (latex-mode): Set forward-sexp-function.
7433
7434 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7435 Add regexp for @ignore ... @end ignore.
7436 (texinfo-heading-face): New face.
7437 (texinfo-font-lock-keywords): Use it.
7438 (texinfo-mode-menu): New menu.
7439 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7440 New functions.
7441 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7442 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7443 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7444 Remove declaration.
7445 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7446
7447 * delsel.el (delete-selection-mode): Use define-minor-mode.
7448
7449 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7450
74512000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7452
7453 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7454
74552000-09-30 Gerd Moellmann <gerd@gnu.org>
7456
7457 * replace.el (keep-lines-read-args): New function.
7458 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7459 read arguments interactively. Add parameters RSTART and REND.
7460 Operate on the active region in Transient Mark mode.
7461
7462 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7463
7464 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7465 (authors-obsolete-files-regexps): New variable.
7466 (authors-add): Don't record changes in obsolete files.
7467
74682000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7469
7470 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7471
7472 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7473 (comment-indent): Make sure there's a space between code and comment.
7474 Shift comments left to avoid going past fill-column.
7475
74762000-09-29 Gerd Moellmann <gerd@gnu.org>
7477
7478 * startup.el (startup-echo-area-message): New function.
7479 (display-startup-echo-area-message): Use it.
7480 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7481 (fancy-splash-default-action): New function.
7482 (fancy-splash-screens-1): New function.
7483 (fancy-splash-head): Put a help-echo and a keymap under the image.
7484
74852000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7486
7487 * diff-mode.el (diff-add-log-file-name): Remove.
7488 (diff-mode): Use add-log-buffer-file-name-function.
7489
7490 * add-log.el (find-change-log): New arg BUFFER-FILE.
7491 (add-log-file-name): Obey add-log-file-name-function.
7492 (add-log-buffer-file-name-function): New var.
7493 (add-change-log-entry): Use it.
7494
74952000-09-29 Miles Bader <miles@gnu.org>
7496
7497 * image-file.el (image-file-name-extensions): New variable.
7498 (image-file-name-regexps): Renamed from `image-file-regexps'.
7499 New default value is nil. Call `auto-image-file-mode'.
7500 (image-file-name-regexp): New function.
7501 (auto-image-file-mode): New minor mode.
7502 (insert-image-file): Don't make conditional on the image-file
7503 handler being enabled.
7504 (image-file-handler): Make the call here conditional instead.
7505 (set-image-file-handler-enabled, enable-image-file-handler)
7506 (disable-image-file-handler): Functions removed.
7507
7508 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7509 string.
7510
75112000-09-29 Gerd Moellmann <gerd@gnu.org>
7512
7513 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7514 it's a function from CL.
7515 (latex-imenu-create-index): Replace eval-when-compile with progn
7516 because latex-section-alist is not bound while compiling.
7517
75182000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7519
7520 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7521 (outline-mode): Use define-derived-mode.
7522
7523 * progmodes/perl-mode.el (perl-mode):
7524 * progmodes/awk-mode.el (awk-mode):
7525 * progmodes/asm-mode.el (asm-mode):
7526 Don't gratuitously override the default for comment-column.
7527
7528 * emacs-lisp/lisp.el (lisp-complete-symbol):
7529 Distinguish the let-binding case from the funcall case.
7530 (forward-sexp-function): New variable.
7531 (forward-sexp): Use it.
7532
7533 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7534 (easy-mmode-defmap): Remove the now useless autoload.
7535
7536 * time.el (display-time-mode): Use define-minor-mode.
7537
7538 * subr.el (add-minor-mode): Don't eval NAME.
7539 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7540 Use if rather than cond.
7541
7542 * simple.el (read-expression-map): Define more properly.
7543 (comment-indent-hook): Remove.
7544 (string-to-syntax): Bug fix.
7545
7546 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7547 (cvs-ediff-diff): Fix typo.
7548 (cvs-revert-if-needed): Don't bother preserving read-only.
7549
7550 * paren.el (show-paren-mode): Use define-minor-mode.
7551
7552 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7553 (toggle-auto-compression): Remove.
7554 (jka-compr-build-file-regexp): Remove useless grouping.
7555
7556 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7557 Avoid user-reserved bindings.
7558 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7559 (diff-header-face): Revert to grey85.
7560
7561 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7562
7563 * complete.el (partial-completion-mode) <defcustom>: Remove.
7564 (partial-completion-mode): Use define-minor-mode.
7565 (PC-do-completion): Understand `completion-auto-help = delay'
7566 to mean to popup the completion buffer only the second time.
7567 (PC-include-file-all-completions, PC-include-file-all-completions)
7568 (PC-include-file-all-completions): Don't quote lambda.
7569
7570 * comint.el (comint-mode-hook): Docstring fix.
7571 (comint-mode): Use define-derived-mode.
7572 (comint-mode-map): Remove obsolete comment.
7573 (make-comint): Minor stylistic change.
7574 (comint-insert-clicked-input): Be more careful to find the overlay.
7575 Use this-command-keys rather than hardcoding mouse-2.
7576
7577 * font-lock.el: Replace confusing (,@ with ,
7578 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7579 Don't use regexp-opt-depth. Spice up the regexp for args.
7580 Don't distinguish between cmds that can take an opt arg or not.
7581 Use `append' and `prepend' rather than `keep'.
7582
7583 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7584 (latex-outline-regexp): New var.
7585 (latex-outline-level): New fun.
7586 (latex-section-alist): New var.
7587 (latex-imenu-create-index): Use it. Use `push' as well.
7588 (tex-shell-map): Initialize it properly.
7589 (tex-mode): Minor stylistic change.
7590 (plain-tex-mode): Use define-derived-mode.
7591 (latex-mode): Use define-derived-mode.
7592 Construct the paragraph regexps in a more readable way.
7593 Set the buffer-local outline-{level,regexp} vars.
7594 (slitex-mode): Derive from latex-mode.
7595 (tex-common-initialization): Don't kill-all-vars anymore.
7596 Add setting for comment-add and font-lock-defaults.
7597 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7598 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7599 (tex-start-tex): New arg DIR (and send a chdir command for it).
7600 Also display the shell buffer and save it in tex-last-buffer-texed.
7601 (tex-region): Use expand-file-name rather than concat.
7602 Remove code made useless by changes in tex-start-tex.
7603 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7604
7605 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7606
76072000-09-28 Dave Love <fx@gnu.org>
7608
7609 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7610
76112000-09-28 Gerd Moellmann <gerd@gnu.org>
7612
7613 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7614 `append'.
7615
76162000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7617
7618 * info.el (Info-extract-pointer): Undo last change.
7619 Instead, fix the position of the `bound' arg to re-search-backward.
7620
76212000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7622
7623 * info.el (Info-extract-pointer):
7624 Widen more carefully, to avoid finding pointers in other nodes.
7625 (Info-index): Use push.
7626
76272000-09-27 Gerd Moellmann <gerd@gnu.org>
7628
7629 * frame.el (set-frame-font): Remove call to obsolete function
7630 frame-update-faces.
7631 (set-foreground-color, set-background-color): Likewise for
7632 frame-update-face-colors.
7633
76342000-09-27 Miles Bader <miles@gnu.org>
7635
7636 * image-file.el: New file.
7637
76382000-09-27 Gerd Moellmann <gerd@gnu.org>
7639
7640 * frame.el (frame-notice-user-settings): Don't call
7641 frame-update-faces, which is a no-op now.
7642
7643 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7644 tool-bar-lines.
7645
76462000-09-27 Dave Love <fx@gnu.org>
7647
7648 * mouse.el: Fix last change.
7649
76502000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7651
7652 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7653
76542000-09-22 Kenichi Handa <handa@etl.go.jp>
7655
7656 * international/quail.el (quail-help): The output message is
7657 improved.
7658
76592000-09-26 Dave Love <fx@gnu.org>
7660
7661 * mouse.el (popup-menu): If POSITION is nil, set it using
7662 mouse-position.
7663
76642000-09-25 Sam Steingold <sds@gnu.org>
7665
7666 * net/browse-url.el (browse-url-file-url): Check for null maps.
7667
76682000-09-26 Gerd Moellmann <gerd@gnu.org>
7669
7670 * frame.el (frame-notice-user-settings): Don't add a
7671 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7672
7673 * frame.el (frame-notice-user-settings):
7674 Make tool-bar-mode and default-frame-alist consistent.
7675
7676 * toolbar/tool-bar.el (tool-bar-help): New function.
7677
76782000-09-25 Gerd Moellmann <gerd@gnu.org>
7679
7680 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7681 current-load-list in top-level forms. Else this leaks a cons cell
7682 every time a defun is called.
7683
7684 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7685
76862000-09-25 Dave Love <fx@gnu.org>
7687
7688 * startup.el (fancy-splash-head): Check XPM is available.
7689
7690 * autoinsert.el (auto-insert): Doc fix.
7691 (auto-insert-alist): Following GNU notices, don't say `copyright
7692 _by_'. Use line-beginning-position.
7693 (auto-insert): Check buffer-file-name is non-nil before use.
7694
76952000-09-25 Gerd Moellmann <gerd@gnu.org>
7696
7697 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7698 starting with `@def' or `@multitable', in addition to ones
7699 specified by the user in auto-fill-inhibit-regexp.
7700
77012000-09-25 Markus Rost <rost@math.ohio-state.edu>
7702
7703 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7704 rmail-dont-reply-to-names matches the empty string.
7705
77062000-09-25 Gerd Moellmann <gerd@gnu.org>
7707
7708 * startup.el (command-line-1, fancy-splash-text): Change the
7709 text to sound more friendly.
7710
77112000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7712
7713 * progmodes/hideshow.el: Update author email address.
7714 Generally, sync w/ maintainer version 5.22.
7715 (hs-hide-all-non-comment-function): New var.
7716 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7717 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7718 (hs-show-region): Delete this command.
7719 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7720
77212000-09-22 Dave Love <fx@gnu.org>
7722
7723 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7724 (hl-line-highlight): Specify buffer when moving overlay.
7725
7726 * progmodes/fortran.el (fortran-mode): Locally set
7727 normal-auto-fill-function.
7728 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7729 (fortran-mode-map): Adjust auto-fill menu entry.
7730
77312000-09-22 Gerd Moellmann <gerd@gnu.org>
7732
7733 * vc-rcs.el (toplevel): Require `vc' when compiling.
7734
7735 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7736
77372000-09-22 Andre Spiegel <spiegel@gnu.org>
7738
7739 * vc.el (vc-switch-backend): Signal an error if the file is not
7740 registered under the new backend.
7741
7742 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7743 without explicit revision number.
7744
77452000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7746
7747 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7748 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7749 (diff-xor): New function.
7750 (diff-find-source-location): Use it. Fix a stupid name clash.
7751 (diff-hunk-status-msg): New function.
7752 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7753 (diff-test-hunk): Use diff-find-source-location.
7754 (diff-goto-source): Favor the `reverse'.
7755 (diff-hunk-text): Properly handle one-sided context diffs.
7756 (diff-apply-hunk): When done, advance to the next hunk.
7757
77582000-09-21 Gerd Moellmann <gerd@gnu.org>
7759
7760 * startup.el (command-line): If frame was created with a non-zero
7761 tool-bar-lines parameter, switch tool-bar-mode on.
7762
7763 * add-log.el (change-log-date-face, change-log-name-face)
7764 (change-log-email-face, change-log-file-face)
7765 (change-log-list-face, change-log-conditionals-face)
7766 (change-log-function-face, change-log-acknowledgement-face):
7767 New faces, inheriting from font-lock faces.
7768 (change-log-font-lock-keywords): Use them.
7769
77702000-09-21 Dave Love <fx@gnu.org>
7771
7772 * progmodes/cperl-mode.el (top-level): Clean up
7773 `eval-when-compile's and assorted defvars.
7774 (cperl-invalid-face): Don't double-quote value. Change custom
7775 type.
7776 (cperl-mode): Set normal-auto-fill-function and don't zap
7777 auto-fill-function.
7778 (cperl-imenu--function-name-regexp-perl): Renamed from
7779 imenu-example--function-name-regexp-perl.
7780 (cperl-imenu--create-perl-index): Renamed from
7781 imenu-example--create-perl-index.
7782 (cperl-xsub-scan): Don't require cl.
7783
7784 * msb.el (msb-mode-map): Use substitute-key-definition.
7785 (msb-mode): Use msb-mode-map.
7786
77872000-09-21 Andre Spiegel <spiegel@gnu.org>
7788
7789 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7790 New functions.
7791 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7792 (vc-switch-backend): New function.
7793 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7794 (vc-register): Fix prompt.
7795 (vc-unregister, vc-default-unregister): New functions.
7796 (vc-version-diff): Handle empty buffer in sentinel.
7797
7798 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7799 (vc-rcs-state-heuristic): Use it to guess the state of files with
7800 non-strict locking.
7801 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7802 been set with -b, but not created yet.
7803 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7804 contents in order to find the state.
7805 (vc-rcs-checkin): Allow creation of branches with no changes.
7806 (vc-rcs-unregister, vc-rcs-receive-file)
7807 (vc-rcs-set-non-strict-locking): New functions.
7808
7809 * vc-hooks.el (vc-name): Force correct computation of the value
7810 in case it is missing.
7811
78122000-09-21 Gerd Moellmann <gerd@gnu.org>
7813
7814 * startup.el (fancy-splash-tail): Use a different foreground
7815 color on a dark frame background.
7816
78172000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7818
7819 * info.el: Use the correct capitalization when making Info-mode
7820 and Info-edit-mode `special' modes.
7821
78222000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7823
7824 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7825 (diff-mode): Add support for add-log.el.
7826 (diff-hunk-text): Use char offsets rather than line offsets.
7827 (diff-find-source-location): Replace LINE with line-offset (nil
7828 if not found) and always set POS to a meaningful position.
7829 Adapt to the new char-offsets.
7830 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7831 Adapt to the new diff-find-source-location.
7832 (diff-goto-source): Adapt to the new diff-find-source-location.
7833
7834 * add-log.el (add-log-file-name): New function (split out of
7835 add-change-log-entry).
7836 (add-change-log-entry): Use it.
7837 Call add-log-file-name-function with the changelog file name if
7838 the current buffer is not associated with any file.
7839 Avoid find-file if the selected window is dedicated.
7840
7841 * diff-mode.el (diff-find-source-location):
7842 Move code from diff-apply-hunk. Return buffer rather than file.
7843 (diff-apply-hunk): Use the new result from diff-find-source-location.
7844 (diff-goto-source): Use the new diff-find-source-location.
7845
78462000-09-20 Dave Love <fx@gnu.org>
7847
7848 * iswitchb.el: Some doc fixes.
7849 (iswitchb-mode-map): Define completely initially. Inherit
7850 minibuffer-local-map.
7851 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7852 fundamental-mode.
7853 (iswitchb-global-map): New variable.
7854 (iswitchb-summaries-to-end): Amalgamate regexps.
7855 (iswitchb-mode): New.
7856 (iswitchb-mode-hook): New variable.
7857 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7858 `extensions'.
7859
78602000-09-20 Gerd Moellmann <gerd@gnu.org>
7861
7862 * ehelp.el (electric-help): New defgroup.
7863 (electric-help-shrink-window): New user-option.
7864 (with-electric-help): Use it.
7865
7866 * window.el (shrink-window-if-larger-than-buffer): If face
7867 `mode-line' has a :box, and we're on a graphical frame, add 1
7868 to the needed window height.
7869
7870 * frame.el (frame-notice-user-settings): Add a last parameter nil
7871 to a call to `append', because the last list passed to `append' is
7872 not copied, and so subsequent calls to assq-delete-all will modify
7873 default-frame-alist.
7874
7875 * startup.el (fancy-splash-image): Change :type.
7876 (fancy-splash-head): Use an XBM image if appropriate.
7877 (command-line-1): Show splash screens in more cases.
7878
7879 * startup.el (fancy-splash-text): Don't quote faces.
7880
7881 * dired.el (dired-font-lock-keywords): Undo last change.
7882 (dired-readin): Bind indent-tabs-mode to nil.
7883
7884 * startup.el (fancy-splash-head): If frame's background mode
7885 is `dark', change the black background of the image to gray.
7886 (fancy-splash-screens): Display startup echo area message.
7887 (display-startup-echo-area-message): New function.
7888
78892000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7890
7891 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7892
7893 * info.el (info-header-node): Tweak for color ttys.
7894
7895 * faces.el (face-valid-attribute-values): Make sure directories we
7896 search for stipples both exist and are readable before trying to
7897 search them.
7898
7899 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7900 in the dry-run case.
7901
7902 * jka-compr.el (with-auto-compression-mode): New macro.
7903
7904 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7905 (custom-group-tag-face, custom-variable-tag-face): Use relative
7906 :height and inherit from `variable-pitch' face instead of
7907 hardwiring :family.
7908 * hi-lock.el (hi-black-hb): Likewise.
7909
7910 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7911 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7912 toolbar-add-item, if image doesn't have a mask add a `:mask
7913 heuristic'.
7914
79152000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7916
7917 * diff-mode.el: Docstring fixes.
7918 (diff-header-face, diff-comment-face): New faces.
7919 (diff-font-lock-keywords): Highlight a bit differently.
7920 (diff-find-source-location): Don't return SPAN any more.
7921 (diff-hunk-text): Don't bother erasing the temp buffer.
7922 (diff-find-text): Drop argument LINE.
7923 (diff-apply-hunk): Update calls to diff-find-text.
7924 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7925
7926 * calendar/calendar.el: Docstring fixes.
7927 (calendar-make-alist): Don't quote lambda.
7928 (calendar-star-date): Use make-local-variable.
7929
79302000-09-19 Dave Love <fx@gnu.org>
7931
7932 * toolbar/tool-bar.el: Renamed from toolbar.el.
7933 Change `toolbar' to `tool-bar' generally in symbols.
7934 Make some items invisible in `special' major modes.
7935 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7936 Add arg PROPS.
7937
7938 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7939 Add :version here.
7940 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7941
79422000-09-19 Gerd Moellmann <gerd@gnu.org>
7943
7944 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7945
7946 * files.el (find-file-suppress-same-file-warnings): New user-option.
7947 (find-file-noselect): Use it.
7948
7949 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7950 (fancy-splash-screen): Defgroup.
7951
7952 * add-log.el (change-log-font-lock-keywords): Match names
7953 more exactly for the case that font-lock-constant-face is
7954 underlined.
7955
79562000-09-19 Richard M. Stallman <rms@gnu.org>
7957
7958 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7959
79602000-09-19 Andre Spiegel <spiegel@gnu.org>
7961
7962 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7963
79642000-09-19 Gerd Moellmann <gerd@gnu.org>
7965
7966 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7967 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7968 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7969 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7970 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7971 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7972 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7973 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7974 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7975 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7976 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7977 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7978
7979 * startup.el (fancy-splash-text): New variable.
7980 (fancy-splash-delay, fancy-splash-image): New user-options.
7981 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7982 (fancy-splash-screens): New functions.
7983 (command-line-1): If display has a `display' frame parameter, has
7984 colors, and we have XPM support, show more fancy splash screens.
7985
79862000-09-19 Dave Love <fx@gnu.org>
7987
7988 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7989 with null `help'. Use modern backquote syntax.
7990
79912000-09-19 Gerd Moellmann <gerd@gnu.org>
7992
7993 * font-lock.el (font-lock-mode): Change message telling the user
7994 that ``the buffer is too big''.
7995
7996 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7997 for instance for the case that tab-width is 2.
7998
79992000-09-18 Gerd Moellmann <gerd@gnu.org>
8000
8001 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8002 toolbar-add-item, if image doesn't have a mask add a `:mask
8003 heuristic'.
8004
80052000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8006
8007 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8008 and return a cons if it's non-nil.
8009 (diff-apply-hunk): Try to jump to the line in the source text
8010 corresponding to the position of point in the in the hunk.
8011
8012 * info.el (Info-title-3-face, Info-title-2-face)
8013 (Info-title-1-face): Use face inheritance and relative sizes
8014 instead of hard-wiring things.
8015
8016 * faces.el (secondary-selection): Make dark-background variant sane.
8017
80182000-09-16 Andrew Innes <andrewi@gnu.org>
8019
8020 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8021 read-only, since they aren't under VC now.
8022
80232000-09-17 Dave Love <fx@gnu.org>
8024
8025 * tmm.el: Replace mapcar with mapc in several places.
8026
8027 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8028 ad-unadvise.
8029
8030 * international/latin1-disp.el: New file.
8031
8032 * calendar/cal-move.el (scroll-calendar-left)
8033 (scroll-calendar-right): Make arg optional (for active mode line).
8034
8035 * calendar/calendar.el (calendar-mode-line-format): Make fields
8036 mouse-sensitive.
8037 (calendar-read-date, calendar-read-date, calendar-window-list):
8038 Unquote lambda.
8039 (calendar-month-name): Use aref, not sref.
8040
8041 * view.el (minor-mode-alist): Propertize the string.
8042
8043 * international/characters.el (standard-case-table): Add entries
8044 for Greek.
8045
80462000-09-18 Miles Bader <miles@gnu.org>
8047
8048 * info.el (info-node, info-xref): Add dark-background variants.
8049
8050 * faces.el (header-line): Change defaults to be less confusing
8051 when mixed with mode-lines.
8052
8053 * info.el (Info-fontify-node): Make a few cleanups.
8054 Add extra `help-echo' and `local-map' props to node xrefs.
8055 Use header-specific faces for node-names & xrefs.
8056 (Info-use-header-line): New variable.
8057 (info-header-xref, info-header-node): New faces.
8058 (Info-setup-header-line): New function.
8059 (Info-select-node): Call Info-setup-header-line when enabled.
8060 (Info-extract-pointer): Work even if the header line is hidden.
8061 (Info-header-line): New variable.
8062
80632000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8064
8065 * vms-patch.el (print-region-function): Don't quote lambda.
8066
8067 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8068
8069 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8070 (lm-get-header-re): Allow spaces between the header and the colon.
8071 (lm-header): Allow $ in non-RCS headers.
8072 (lm-header-multiline): Put the strings back into order.
8073 Stop at an empty line. Don't require two space chars if the
8074 line is clearly not another header line.
8075
8076 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8077 (popup-menu-popup): Remove.
8078
80792000-09-15 Gerd Moellmann <gerd@gnu.org>
8080
8081 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8082 specification if or if not tool-bar item contains an `:enabled'
8083 property.
8084
8085 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8086 current buffer has no file name.
8087
80882000-09-15 Dave Love <fx@gnu.org>
8089
8090 * strokes.el: Sync with maintainer's current version with changes
8091 for Emacs, but avoid runtime cl and levents.
8092 (toplevel): Change autoloads and compilation requires.
8093 (strokes-version, strokes-bug-address, strokes-lift): Values
8094 changed.
8095 (strokes-xpm-header, strokes-insinuated): New variable.
8096 (strokes): Add :link.
8097 (strokes-mode): Customized.
8098 (strokes-while-inhibiting-garbage-collector): New macro.
8099 (strokes-remassoc): Avoid remove-if.
8100 (strokes-fix-button2-command): Don't use ad-do-it.
8101 (strokes-insinuate): New function.
8102 (strokes-button-press-event-p, strokes-button-release-event-p):
8103 New functions, used instead of non-`strokes-' versions..
8104 (strokes-mouse-event-p): Rewritten.
8105 (strokes-event-closest-point): Avoid event-point.
8106 (strokes-get-grid-position): Avoid cdadr, caadr
8107 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8108 functions.
8109 (strokes-help): Use with-output-to-temp-buffer.
8110 (strokes-window-configuration-changed-p): New function.
8111 (strokes-update-window-configuration): Use buffer-live-p,
8112 strokes-window-configuration-changed-p.
8113 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8114 (strokes-char-face): New face.
8115 (strokes-char-table, strokes-base64-chars): New variable.
8116 (strokes-xpm-for-stroke, strokes-list-strokes)
8117 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8118 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8119 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8120 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8121 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8122 functions.
8123
81242000-09-15 Gerd Moellmann <gerd@gnu.org>
8125
8126 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8127
8128 * image.el (create-image): Doc fix.
8129
8130 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8131 instead of `:heuristic-mask t'.
8132
81332000-09-14 Andrew Innes <andrewi@gnu.org>
8134
8135 * makefile.w32-in: Revert to Unix line endings.
8136
81372000-09-14 Andrew Innes <andrewi@gnu.org>
8138
8139 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8140 when installing.
8141
8142 * makefile.nt (DONTCOMPILE): Fix typo.
8143
8144 * shell.el (shell-write-history-on-exit): New function.
8145 (shell-dumb-shell-regexp): New custom variable.
8146 (shell-mode): Make shell-write-history-on-exit the process
8147 sentinel if shell name matches shell-dumb-shell-regexp.
8148
8149 * w32-fns.el: Comment out before-init-hook function which resets
8150 source-directory based; this breaks bootstrap.
8151
81522000-09-14 Dave Love <fx@gnu.org>
8153
8154 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8155 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8156 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8157 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8158 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8159 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8160 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8161 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8162 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8163
8164 * toolbar/toolbar.el: New.
8165
8166 * subdirs.el: Add toolbar.
8167
81682000-09-14 Gerd Moellmann <gerd@gnu.org>
8169
8170 * indent.el (indent-for-tab-command): Doc fix.
8171
81722000-09-14 Alex Schroeder <alex@gnu.org>
8173
8174 * ansi-color.el (ansi-colors): Doc change.
8175 (ansi-color-get-face): Simplified regexp.
8176 (ansi-color-faces-vector): Added more faces, doc change.
8177 (ansi-color-names-vector): Doc change.
8178 (ansi-color-regexp): Simplified regexp.
8179 (ansi-color-parameter-regexp): New regexp.
8180 (ansi-color-filter-apply): Doc change.
8181 (ansi-color-filter-region): Doc change.
8182 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8183 deal with zero length parameters.
8184 (ansi-color-apply-on-region): Doc change.
8185 (ansi-color-map): Doc change.
8186 (ansi-color-map-update): Removed debugging message.
8187 (ansi-color-get-face-1): Added condition-case to trap
8188 args-out-of-range errors.
8189 (ansi-color-get-face): Doc change.
8190 (ansi-color-make-face): Removed.
8191 (ansi-color-for-shell-mode): New option.
8192
81932000-09-13 Kenichi Handa <handa@etl.go.jp>
8194
8195 * international/quail.el (quail-start-translation): Translate KEY
8196 if necessary even if it doesn't have any mapping in the current
8197 input method.
8198 (quail-start-conversion): Likewise.
8199 (quail-help): The output message is improved.
8200
82012000-09-13 Miles Bader <miles@gnu.org>
8202
8203 * comint.el (comint-output-filter): Revert to using
8204 `insert-before-markers'. Add bletcherous hack to undo damage
8205 caused by `insert-before-markers'. Put `front-sticky' property on
8206 overlays created here so that the field code understands how the
8207 overlay works. Use a let when making comint-last-prompt-overlay,
8208 so that the code is easier to read.
8209
82102000-09-13 Dave Love <fx@gnu.org>
8211
8212 * wid-edit.el (widget-default-format-handler): DTRT when
8213 doc-property is a function.
8214
82152000-09-12 Francesco Potorti` <pot@gnu.org>
8216
8217 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8218 filed name if it's not there.
8219
82202000-09-12 Dave Love <fx@gnu.org>
8221
8222 * simple.el (read-mail-command): Doc fix.
8223 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8224
8225 * vc.el (vc-dired-listing-switches): Fix :version.
8226
8227 * vc-hooks.el: Doc fixes.
8228
8229 * subr.el (add-minor-mode): Use toggle-fun arg.
8230
8231 * speedbar.el: Add :version to several defcustoms.
8232
8233 * imenu.el (imenu--truncate-items, imenu--cleanup)
8234 (imenu--generic-function): Avoid mapcar.
8235 (imenu--replace-spaces): Function removed.
8236 (imenu--completion-buffer): Use subst-char-in-string.
8237 (imenu-add-to-menubar): Use keymap inheritance.
8238
82392000-09-12 Miles Bader <miles@gnu.org>
8240
8241 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8242 (diff-mode-map): Bind `diff-test-hunk'.
8243 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8244
82452000-09-11 Gerd Moellmann <gerd@gnu.org>
8246
8247 * bytecomp.el (byte-compile-defvar): Undo last change
8248 because it breaks '(make-variable-buffer-local (defvar ...)'
8249 which is used at least in dired.
8250
82512000-09-12 Kenichi Handa <handa@etl.go.jp>
8252
8253 * international/quail.el (quail-define-package): Docstring
8254 modified.
8255
82562000-09-12 Kenichi Handa <handa@etl.go.jp>
8257
8258 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8259 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8260 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8261 docstring of "chinese-py".
8262
8263 * international/quail.el (quail-translation-docstring): New
8264 variable.
8265 (quail-show-keyboard-layout): Docstring modified.
8266 (quail-select-current): Likewise.
8267 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8268 infinite recursive call.
8269 (quail-help): Check quail-translation-docstring. Format of the
8270 output changed.
8271 (quail-help-insert-keymap-description): Adjusted for the above
8272 change.
8273
82742000-09-11 Gerd Moellmann <gerd@gnu.org>
8275
8276 * bytecomp.el (byte-compile-defvar): Only cons onto
8277 current-load-list in top-level forms. Else this leaks a cons cell
8278 every time a defun is called.
8279
82802000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8281
8282 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8283 Now understands non-unified diffs. Some functionality moved into
8284 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8285 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8286 modify anything. Only reposition point in the patched file if the
8287 patch succeeds. Only pop up another window if POPUP is true.
8288 Emit a message describing what happened if successful, and at what
8289 line-offset. Automatically detect reversed hunks and do something
8290 appropriate.
8291 (diff-hunk-text, diff-find-text): New functions.
8292 (diff-filter-lines): Function removed.
8293 (diff-test-hunk): New function.
8294 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8295
82962000-09-10 Dave Love <fx@gnu.org>
8297
8298 * textmodes/tildify.el: Minor doc/commentary fixes.
8299 (tildify) <defgroup>: Add :version.
8300
8301 * faces.el (face-x-resources): Make custom type more specific.
8302 (frame-background-mode): Use mapc.
8303 (region) <defcustom>: Add :version.
8304
83052000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8306
8307 * vc-sccs.el (vc-sccs-register):
8308 * vc-rcs.el (vc-rcs-register):
8309 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8310 * vc.el (vc-register): Clear file's properties.
8311
83122000-09-08 Gerd Moellmann <gerd@gnu.org>
8313
8314 * faces.el (face-spec-set): Only face-spec-reset-face when
8315 ATTRS is non-nil.
8316
83172000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8318
8319 * help.el (help-insert-xref-button): Fix a typo in doc string.
8320
83212000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8322
8323 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8324 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8325 methods.
8326
8327 * menu-bar.el (read-mail-item-name): New function.
8328 (menu-bar-tools-menu): Use it to compute and display the package
8329 used to read email.
8330 (menu-bar-tools-menu): Fix typo in GUD's help string.
8331
83322000-09-07 Dave Love <fx@gnu.org>
8333
8334 * diff-mode.el (diff-mouse-goto-source): New function.
8335
8336 * vc-sccs.el: Doc fixes.
8337 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8338
8339 * vc-rcs.el: Doc fixes.
8340 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8341 (vc-rcs-checkout-switches, vc-rcs-header)
8342 (vc-rcs-master-templates): Add or change :version.
8343
8344 * vc-cvs.el: Doc fixes.
8345 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8346 (vc-cvs-stay-local): Add :version.
8347
8348 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8349
83502000-09-07 Kenichi Handa <handa@etl.go.jp>
8351
8352 * international/quail.el (quail-help): Fix previous change.
8353
83542000-09-07 Gerd Moellmann <gerd@gnu.org>
8355
8356 * faces.el (color-values): Doc fix.
8357
8358 * faces.el (frame-set-background-mode): Use frame-parameter
8359 instead of frame-parameters.
8360
8361 * frame.el (filtered-frame-list): Reduce consing.
8362 (frames-on-display-list): Call frame-parameter instead of
8363 frame-parameters.
8364
83652000-09-07 Kenichi Handa <handa@etl.go.jp>
8366
8367 * language/devan-util.el (devanagari-to-indian-region): In the
8368 loop, change the following char, not preceding char.
8369
83702000-09-07 Gerd Moellmann <gerd@gnu.org>
8371
8372 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8373 instead of frame-parameters.
8374
8375 * faces.el (set-face-attribute): Simplify by calling
8376 internal-set-lisp-face-attribute with FRAME being 0.
8377
8378 * vc.el: Remove `Id' version control keyword.
8379
83802000-09-07 Kenichi Handa <handa@etl.go.jp>
8381
8382 * help.el (help-make-xrefs): Adjusted for the change of
8383 help-xref-mule-regexp.
8384 (help-insert-xref-button): New function.
8385
8386 * international/mule-cmds.el (help-xref-mule-regexp-template):
8387 Include the pattern for character set.
8388 (leim): New group.
8389
8390 * international/quail.el: Don't require face.
8391 (quail): New group.
8392 (quail-other-command): Dummy command to make quail-help work better.
8393 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8394 (quail-keyboard-layout-substitution): New variable.
8395 (quail-update-keyboard-layout): New function.
8396 (quail-keyboard-layout-type): New customizable variable.
8397 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8398 (quail-keyboard-translate): Pay attention to
8399 quail-keyboard-layout-substitution.
8400 (quail-insert-kbd-layout): New function.
8401 (quail-show-keyboard-layout): New function.
8402 (quail-get-translation): If the definition is a vector of length
8403 1, and the element is a string of length 1, return the character
8404 in that string.
8405 (quail-update-current-translations): Fix the case of
8406 relative-index out of range.
8407 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8408 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8409 Show key sequences for all available characters.
8410 (quail-help-insert-keymap-description): Don't show such verbose
8411 key bindings as quail-self-insert-command.
8412
8413 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8414 Format changed, and each element now have extra documentations.
8415 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8416 Adjusted for the change of quail-cxterm-package-ext-info.
8417
84182000-09-06 Gerd Moellmann <gerd@gnu.org>
8419
8420 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8421 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8422 during bootstrap.
8423
84242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8425
8426 * vc.el: (toplevel): Don't require `dired' at run-time.
8427 (vc-dired-resynch-file): Remove autoload cookie.
8428
84292000-09-05 Andre Spiegel <spiegel@gnu.org>
8430
8431 * vc.el: Made several backend functions optional.
8432 (vc-default-responsible-p): New function.
8433 (vc-merge): Use RET for first version to trigger merge-news, not
8434 prefix arg.
8435 (vc-annotate): Handle backends that do not support annotation.
8436 (vc-default-merge-news): Removed. The existence of a merge-news
8437 implementation is now checked on caller sites.
8438
8439 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8440 case.
8441
8442 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8443 special case that has been removed from the default in vc-hooks.el.
8444
84452000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8446
8447 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8448
84492000-09-05 Andre Spiegel <spiegel@gnu.org>
8450
8451 * vc-hooks.el: Require vc during compilation.
8452 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8453 macro `with-vc-properties' in vc.el.
8454 (vc-file-getprop): Doc fix.
8455 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8456
8457 * vc.el: Require dired-aux during compilation.
8458 (vc-name-assoc-file): Moved to vc-sccs.el.
8459 (with-vc-properties): New macro.
8460 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8461 vc-finish-steal): Use it.
8462 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8463 to the backend-specific function is now supposed to do the checkout,
8464 too.
8465 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8466
8467 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8468 set file properties; that gets done in the generic code now.
8469
8470 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8471 Changed parameter list, added code from vc.el that does the
8472 checkout, possibly with a double-take.
8473
8474 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8475 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8476 the above under the new name.
8477 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8478 parameter list, added checkout command.
8479 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8480 properties; that gets done in the generic code now.
8481
84822000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8483
8484 * vc.el: Docstring fixes (courtesy of checkdoc).
8485
84862000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8487
8488 * vc.el (vc-checkout-writable-buffer-hook)
8489 (vc-checkout-writable-buffer): Remove.
8490 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8491 (vc-log-mode): Make it into a clean derived major mode.
8492 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8493 vc-log-mode if log-edit is not available.
8494 (vc-dired-mode-map): Don't set-keymap-parent yet.
8495 (vc-dired-mode): Do set-keymap-parent here.
8496 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8497
84982000-09-05 Gerd Moellmann <gerd@gnu.org>
8499
8500 * faces.el (set-face-attribute, face-spec-reset-face)
8501 (face-spec-set): Avoid consing by removing calls to `apply'.
8502
8503 * frame.el (frame-parameter): Move to C code.
8504
85052000-09-05 Dave Love <fx@gnu.org>
8506
8507 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8508 insert-before-markers-and-inherit. Now checked systematically!
8509
85102000-09-05 Alex Schroeder <alex@gnu.org>
8511
8512 * sql.el (sql-postgres): Use sql-postgres-options.
8513 (sql-postgres-options): New variable.
8514
85152000-09-05 Alex Schroeder <alex@gnu.org>
8516
8517 * sql.el (sql-mode-menu): Work around missing variable mark-active
8518 in XEmacs.
8519 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8520 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8521 compatibility.
8522
85232000-09-04 Gerd Moellmann <gerd@gnu.org>
8524
8525 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8526
8527 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8528
8529 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8530
85312000-09-04 Andre Spiegel <spiegel@gnu.org>
8532
8533 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8534 don't support anything else under SCCS yet.
8535
8536 * vc-hooks.el: Minor doc fixes.
8537
85382000-09-04 Andre Spiegel <spiegel@gnu.org>
8539
8540 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8541 not necessary. If verbose in state `needs-patch', do the same as
8542 under `up-to-date'. When NOT verbose and `needs-patch', check out
8543 latest version instead of `merge-news'.
8544 (vc-next-action-dired): Don't mess with default-directory here; it
8545 breaks other parts of dired. It is the job of the
8546 backend-specific functions to adjust it temporarily if they need it.
8547 (vc-next-action): Remove a special CVS case.
8548 (vc-clear-headers): New optional arg FILE.
8549 (vc-checkin, vc-checkout): Set properties vc-state and
8550 vc-checkout-time properly.
8551 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8552 (vc-print-log): Use new backend function `show-log-entry'.
8553 (vc-cancel-version): Do the checks in a different order. Added a
8554 FIXME concerning RCS-only code.
8555
8556 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8557 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8558
8559 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8560
8561 * vc-hooks.el (vc-default-mode-line-string): Show state
8562 `needs-patch' as a `-' too.
8563
85642000-09-04 Andre Spiegel <spiegel@gnu.org>
8565
8566 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8567 (vc-default-could-register): New function.
8568 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8569 (vc-resynch-buffer): Call vc-dired-resynch-file.
8570 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8571 vc-resynch-buffer instead of vc-resynch-window.
8572 (vc-next-action-dired): Don't redisplay here, that gets done as a
8573 result of the individual file operations.
8574 (vc-retrieve-snapshot): Corrected prompt order.
8575
8576 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8577
8578 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8579 as well.
8580 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8581 hostname regexps. Updated all callers.
8582 (vc-cvs-responsible-p): Handle directories as well.
8583 (vc-cvs-could-register): New function.
8584 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8585 properties up-to-date.
8586
8587 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8588 user whether to create one.
8589
85902000-09-04 Andre Spiegel <spiegel@gnu.org>
8591
8592 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8593 check out a non-existing file.
8594
8595 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8596 workfile does not exist.
8597
8598 * vc.el (vc-version-diff): Use `require' to check for existence of
8599 diff-mode.
8600
86012000-09-04 Andre Spiegel <spiegel@gnu.org>
8602
8603 * vc-cvs.el (vc-cvs-registered): Use new function
8604 vc-cvs-parse-entry to do the actual work.
8605
86062000-09-04 Andre Spiegel <spiegel@gnu.org>
8607
8608 * vc-hooks.el (vc-find-backend-function): If function doesn't
8609 exist, return nil instead of error.
8610 (vc-call-backend): Doc fix.
8611
8612 * vc.el (vc-do-command): Doc fix.
8613 (vc-finish-logentry): When checking in from vc-dired, choose the
8614 right backend for logentry check.
8615 (vc-dired-mode-map): Inherit from dired-mode-map.
8616 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8617 simplified.
8618 (vc-dired-state-info): Removed, updated caller.
8619 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8620 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8621 (vc-dired-listing-switches): New variable.
8622 (vc-directory): Use it, instead of dired-listing-switches.
8623
8624 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8625 (vc-cvs-dir-state): New function.
8626 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8627 (vc-cvs-parse-entry): New function, also to be used in
8628 vc-cvs-registered.
8629
86302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8631
8632 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8633 *or* single-window-frames.
8634
86352000-09-04 Andre Spiegel <spiegel@gnu.org>
8636
8637 * vc.el (vc-update-changelog): Split into generic part and default
8638 implementation. Doc string adapted.
8639 (vc-default-update-changelog): New function. Call the `rcs2log'
8640 script in exec-directory, to fix a long-standing nuisance.
8641
8642 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8643 simply signals an error.
8644
86452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8646
8647 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8648 control-flow more clear and to avoid running `cvs' twice.
8649
8650 * vc.el (vc-next-action-on-file): Doc fix.
8651 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8652 (vc-print-log): Eval `file' before constructing the continuation.
8653
86542000-09-04 Andre Spiegel <spiegel@gnu.org>
8655
8656 * vc.el (vc-next-action-on-file): Corrected several messages.
8657 (vc-merge): Add prefix arg `merge-news'; handle it.
8658
8659 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8660 is not reached. It is.
8661 (vc-cvs-merge): Set state to 'edited after merge.
8662 (vc-cvs-merge-news): Set workfile version to nil if not known.
8663 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8664
8665 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8666 via stdout. (Merge from main line.)
8667
86682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8669
8670 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8671 detection.
8672
86732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8674
8675 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8676 against kill-all-local-variables.
8677 (vc-log-edit): Don't save vc-parent-buffer any more.
8678 (vc-last-comment-match): Initialize to an empty string.
8679 (vc-post-command-functions): New hook.
8680 (vc-do-command): Run it.
8681 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8682 (vc-finish-logentry): Only add the comment to the ring if it's
8683 different from the last comment entered.
8684 (vc-new-comment-index): New function.
8685 (vc-previous-comment): Use it. Make the minibuffer message
8686 slightly less terse.
8687 (vc-comment-search-reverse): Make it work forward as well. Don't
8688 set vc-comment-ring-index if no match is found. Use
8689 vc-new-comment-index.
8690 (vc-comment-search-forward): Use vc-comment-search-reverse.
8691 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8692 define-derived-mode will do it for us. Bind `v' to a keymap that
8693 inherits from vc-prefix-map so that we can bind `vt' without
8694 binding C-x v t.
8695 (vc-retrieve-snapshot): Parenthesis typo.
8696
8697 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8698 to 1. Make sure to switch to *vc* before looking for an error
8699 message. Use vc-parse-buffer.
8700
87012000-09-04 Andre Spiegel <spiegel@gnu.org>
8702
8703 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8704 and NAME.
8705 (vc-retrieve-snapshot): Split into two parts.
8706 (vc-default-retrieve-snapshot): New function.
8707
8708 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8709 (vc-cvs-retrieve-snapshot): New function (untested).
8710 (vc-cvs-stay-local): Default to t.
8711 (vc-cvs-remote-p): New function and property.
8712 (vc-cvs-state): Stay local only if the above is t.
8713 (vc-handle-cvs): Removed.
8714 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8715 done via vc-handled-backends now.
8716 (vc-cvs-header): Escape Id.
8717
87182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8719
8720 * vc.el (vc-do-command): Remove unused commands.
8721 (vc-version-diff): Make sure default-directory ends with a slash.
8722 Move the window commands into a vc-exec-after.
8723 (vc-print-log): Move more of the code into the `vc-exec-after'.
8724
87252000-09-04 Andre Spiegel <spiegel@gnu.org>
8726
8727 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8728 (vc-print-log): Search current revision from beginning of buffer.
8729 (vc-revert-buffer): Clear echo area after the diff is finished.
8730 (vc-prefix-map): Removed definition of "t" for terse display in vc
8731 dired.
8732 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8733 definition of "vt" for terse display.
8734 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8735
87362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8737
8738 * vc.el (vc-exec-after): Avoid caddr.
8739
87402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8741
8742 * vc.el (vc-exec-after): New function.
8743 (vc-do-command): Use it to add a termination message for async
8744 procs.
8745 (vc-checkout): Try to handle a missing-backend situation.
8746 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8747 of a directory with a backend using async diffs.
8748 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8749 present.
8750
8751 * vc-sccs.el (vc-sccs-state-heuristic): Use
8752 file-ownership-preserved-p.
8753
8754 * vc-rcs.el (vc-rcs-state-heuristic): Use
8755 file-ownership-preserved-p.
8756 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8757
87582000-09-04 Andre Spiegel <spiegel@gnu.org>
8759
8760 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8761 vc-do-command.
8762
8763 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8764 when there are no changes.
8765
87662000-09-04 Andre Spiegel <spiegel@gnu.org>
8767
8768 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8769
8770 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8771
87722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8773
8774 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8775
8776 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8777 the `fset' outside of the defvar so that it works even if
8778 vc-prefix-map was already defined.
8779 (vc-setup-buffer): New function, split out of vc-do-command.
8780 (vc-do-command): Allow BUFFER to be t to mean `just use the
8781 current buffer without any fuss'.
8782 (vc-version-diff): Change the `diff' backend operation to just put
8783 the diff in the current buffer without erasing it. Always use
8784 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8785 shrink-window-if-larger-than-buffer.
8786 (vc-print-log): Change the `print-log' backend operation to just
8787 put the log in the current buffer without erasing it. Protect
8788 shrink-window-if-larger-than-buffer.
8789 (vc-update-change-log): Fix setd typo.
8790
8791 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8792 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8793
8794 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8795 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8796 CMP.
8797
8798 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8799 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8800 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8801
88022000-09-04 Andre Spiegel <spiegel@gnu.org>
8803
8804 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8805 not possible, use vc-BACKEND-workfile-unchanged-p.
8806 (vc-default-workfile-unchanged-p): New function. Delegates to a
8807 full vc-BACKEND-diff.
8808
8809 * vc-hooks.el (vc-simple-command): Removed.
8810
8811 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8812 instead of vc-simple-command.
8813 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8814 avoid doing a diff when opening a file.
8815 (vc-rcs-state): Added check for unlocked-changes.
8816 (vc-rcs-header): Escape Id.
8817 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8818 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8819 version.
8820
8821 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8822 (vc-sccs-diff): Remove optional arg CMP.
8823 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8824 SCCS-specific function.
8825
8826 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8827 vc-simple-command.
8828
88292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8830
8831 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8832 (with-vc-file, vc-merge): Use vc-editable-p.
8833 (vc-do-command): Remove unused var vc-file and fix the
8834 doubly-defined `status' var. Add a user message when starting an
8835 async command.
8836 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8837 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8838 Use with-current-buffer.
8839 (vc-buffer-sync): Use unless.
8840 (vc-next-action-on-file): If the file is 'edited by read-only,
8841 make it read-write instead of trying to commit.
8842 (vc-version-diff, vc-update-change-log): Use `setq
8843 default-directory' rather than `cd'.
8844 (vc-log-edit): Don't forget to set default-directory in the
8845 buffer.
8846
8847 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8848 (vc-sccs-state-heuristic): Use file-writable-p instead of
8849 comparing userids.
8850 (vc-sccs-checkout): Use `unless'.
8851
8852 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8853 of comparing userids.
8854 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8855 Simplify the logic by eliminating unreachable code.
8856 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8857 just do a recursive call if we need to retry.
8858 (vc-rcs-checkout): Handle the case where rcs is missing by making
8859 the buffer read-write if requested and re-signalling the error.
8860
8861 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8862
88632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8864
8865 * vc-hooks.el (vc-handled-backends): Docstring change.
8866 (vc-ignore-vc-files): Mark obsolete.
8867 (vc-registered): Check vc-ignore-vc-files.
8868 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8869 vc-ignore-vc-files.
8870
8871 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8872
88732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8874
8875 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8876 files since ange-ftp already has vc-registered return nil.
8877
8878 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8879 (vc-sccs-workfile-version): Use with-temp-buffer and new
8880 vc-parse-buffer and don't bother setting the property.
8881 (vc-sccs-add-triple): Use with-current-buffer and
8882 find-file-noselect.
8883 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8884
8885 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8886 derives from the old vc-parse-buffer but uses the revision number
8887 rather than the date (much easier to compare robustly).
8888 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8889 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8890 locking-user more directly. Check strict locking and set
8891 checkout-model appropriately.
8892 (vc-rcs-parse-locks): Remove.
8893 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8894 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8895 (vc-rcs-system-release): Use with-current-buffer and
8896 vc-parse-buffer.
8897 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8898
8899 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8900 (vc-simple-command): Docstring fix.
8901 (vc-registered): Align the way the file-handler is called with the
8902 way the function itself works.
8903 (vc-file-owner): Remove.
8904
8905 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8906 extraction of fields and call to file-attributes because of a
8907 temporary bug in rcp.el.
8908 (vc-cvs-fetch-status): Use with-current-buffer.
8909
89102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8911
8912 * vc.el (vc-do-command): Use file-relative-name.
8913 (vc-responsible-backend): Use vc-backend if possible.
8914 (vc-create-snapshot): Improve the `interactive' spec. Add support
8915 for branches and dispatch to backend-specific `create-snapshot'.
8916 (vc-default-create-snapshot): New function, containing the bulk of
8917 the old vc-create-snapshot.
8918 (vc-retrieve-snapshot): Improve the interactive spec.
8919
8920 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8921 (vc-backend-hook-functions): Remove.
8922 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8923 (vc-backend): Reintroduce the test for `file = nil' now that I
8924 know why it was there (and added a comment to better remember).
8925
8926 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8927 code from vc-sccs-hooks.el.
8928 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8929 'vc anymore.
8930 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8931 and file-directory-p instead of file-exists-p.
8932 (vc-sccs-check-headers): Simplify the regexp.
8933
8934 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8935 from vc-rcs-hooks.el. Don't require 'vc anymore.
8936 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8937 file-directory-p instead of file-exists-p.
8938
8939 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8940 from vc-cvs-hooks.el.
8941 (proto vc-cvs-registered): Require 'vc-cvs instead of
8942 'vc-cvs-hooks. Don't require 'vc anymore.
8943 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8944 file-directory-p instead of file-exists-p.
8945 (vc-cvs-create-snapshot): New function, replacing
8946 vc-cvs-assign-name.
8947 (vc-cvs-assign-name): Remove.
8948
89492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8950
8951 * vc-cvs.el (vc-cvs-header): New var.
8952
8953 * vc-rcs.el (vc-rcs-exists): Remove.
8954 (vc-rcs-header): New var.
8955
8956 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8957 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8958 (vc-sccs-header): New var.
8959
8960 * vc.el (vc-do-command): Get rid of the `last' argument.
8961 (vc-header-alist): Remove, replaced by vc-X-header.
8962 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8963 (vc-dired-hook): Use expand-file-name instead of concat.
8964 (vc-directory): Use file-name-as-directory.
8965 (vc-snapshot-precondition, vc-create-snapshot)
8966 (vc-retrieve-snapshot): Allow the command to operate on any
8967 directory.
8968
8969 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8970 just removing the 'WORKFILE argument or by removing the 'MASTER
8971 argument and replacing `file' with (vc-name file).
8972
89732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8974
8975 * vc.el: Update Copyright and add a crude list of backend funs.
8976 (vc-writable-p): New function.
8977 (with-vc-file): Use vc-writable-p.
8978 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8979 (vc-register): Avoid vc-name.
8980 (vc-locking-user): Remove.
8981 (vc-steal-lock): Make the `owner' arg non-optional.
8982 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8983 vc-checkout-model.
8984 (vc-default-dired-state-info): Use vc-state instead of
8985 vc-locking-user and return special strings for special states.
8986 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8987 and get rid of one of the special CVS cases.
8988 (vc-cancel-version): prettify error message with \\[...].
8989 (vc-rename-master): New function.
8990 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8991 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8992 the CVS special case generic.
8993 (vc-default-record-rename): Remove.
8994 (vc-file-tree-walk-internal): Only call FUNC for files that are
8995 under control of some VC backend and replace `concat' with
8996 expand-file-name.
8997 (vc-file-tree-walk): Update docstring.
8998 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8999 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9000
9001 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9002 vc-sccs-record-rename. Use `find-file-noselect' rather than
9003 `find-file' and call `vc-rename-master' to do the actual move.
9004 (vc-sccs-diff): Remove unused `backend' variable.
9005
9006 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9007 to delay loading of vc-sccs until it is really used.
9008 (vc-sccs-master-templates): Preload.
9009 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9010 (vc-sccs-project-dir): Remove (merged into
9011 vc-sccs-search-project-dir).
9012 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9013 rather than `concat', make sure it is preloaded and don't bother
9014 to check that the file actually exists.
9015 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9016 `locks' argument (use buffer's content instead) and eliminate n^2
9017 behavior.
9018
9019 * vc-rcs.el: Update Copyright.
9020 (vc-rcs-rename-file): New function.
9021 (vc-rcs-diff): Remove unused `backend' variable.
9022
9023 * vc-hooks.el: Update Copyright.
9024 (vc-backend): Don't accept a nil argument any more.
9025 (vc-up-to-date-p): Turn into a defsubst.
9026 (vc-possible-master): New function.
9027 (vc-check-master-templates): Use `vc-possible-master' and allow
9028 funs in vc-X-master-templates to return a non-existent file.
9029
9030 * vc-cvs.el: Update Copyright.
9031 (vc-cvs-diff): Remove unused `backend' variable.
9032 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9033
9034 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9035
90362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9037
9038 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9039 since it can be called from vc-rcs.el.
9040 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9041
90422000-09-04 Andre Spiegel <spiegel@gnu.org>
9043
9044 * vc.el (vc-version-diff): Expand file name read from the
9045 minibuffer. Handle the case when a previous version number can't
9046 be guessed. Give suitable messages when there were no differences
9047 found.
9048 (vc-clear-headers): Call backend-specific implementation, if one
9049 exists.
9050 (vc-cancel-version): Made error checks generic. When done, clear
9051 headers generically, too.
9052
9053 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9054 from vc-clear-headers in vc.el.
9055
9056 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9057 correctly.
9058 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9059 optional. Handle the case when it's not there.
9060
90612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9062
9063 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9064
90652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9066
9067 * vc-hooks.el (vc-loadup): Remove.
9068 (vc-find-backend-function): Use `require'. Also, handle the case
9069 where vc-BACKEND-hooks.el doesn't exist.
9070 (vc-call-backend): Cleanup.
9071
90722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9073
9074 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9075 vc-rcs-grab-templates)
9076 (vc-rcs-registered): Remove. The default function works as well.
9077 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9078 vc-sccs-grab-templates)
9079 (vc-sccs-registered): Remove. The default function works as well.
9080
9081 * vc.el (vc-version-diff): Left out a vc- in call to
9082 vc-call-backend.
9083 (vc-default-dired-state-info, vc-default-record-rename)
9084 (vc-default-merge-news): Update for the new backend argument.
9085
9086 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9087 using the default function.
9088 (vc-call-backend): If calling the default function, pass it the
9089 backend as first argument. Update the docstring accordingly.
9090 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9091 for the new backend argument.
9092 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9093 (vc-find-backend-function): Use the new name.
9094 (vc-default-registered): New function.
9095
90962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9097
9098 * vc.el (vc-merge): Use vc-find-backend-function.
9099
9100 * vc-hooks.el (vc-backend-functions): Remove.
9101 (vc-loadup): Don't setup 'vc-functions.
9102 (vc-find-backend-function): New function.
9103 (vc-call-backend): Use above fun and populate 'vc-functions
9104 lazily.
9105 (vc-backend-defines): Remove.
9106
91072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9108
9109 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9110 Call vc-call-backend without the leading vc-.
9111 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9112 (vc-check-headers): Call vc-call-backend without the leading vc-.
9113 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9114 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9115 Call vc-call-backend without the leading vc-.
9116
9117 * vc-cvs.el (tail): Provide vc-cvs.
9118 * vc-sccs.el (tail): Provide vc-sccs.
9119 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9120
9121 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9122 (vc-make-backend-function, vc-call): Pass names without leading
9123 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9124 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9125 (vc-call-backend): Always try to load vc-X-hooks.
9126 (vc-registered): Remove vc- in call to vc-call-backend.
9127
91282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9129
9130 * vc.el (vc-process-filter): New function.
9131 (vc-do-command): Setup `vc-process-filter' for the async process.
9132 (vc-maybe-resolve-conflicts): New function to reduce
9133 code-duplication. Additionally, it puts the buffer in
9134 `smerge-mode' if applicable.
9135 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9136 calling `merge-news'.
9137 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9138 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9139 interfacing to log-edit.el.
9140 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9141 log-edit is available.
9142 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9143
91442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9145
9146 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9147 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9148 defvar and the initialization.
9149 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9150
9151 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9152 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9153
9154 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9155
91562000-09-04 Andre Spiegel <spiegel@gnu.org>
9157
9158 * vc.el (vc-file-clear-masterprops): Removed.
9159 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9160 (vc-version-diff): Use buffer-size without argument.
9161 (vc-register): Heed vc-initial-comment.
9162
9163 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9164 default branch.
9165
9166 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9167 file name and workfile version.
9168 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9169
9170 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9171 vc-file-clear-masterprops.
9172
9173 * vc-sccs.el (vc-sccs-checkout): Removed call to
9174 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9175 rather than user login name.
9176
9177
91782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9179
9180 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9181 `want-differences-if-changed' and simplify.
9182 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9183 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9184 output (which is invalid for async vc-diff) to decide whether to
9185 do the revert silently or not.
9186
91872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9188
9189 * vc-hooks.el (vc-loadup): Load files quietly.
9190 (vc-call-backend): Oops, brain fart.
9191
91922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9193
9194 * vc-cvs.el (vc-cvs-state): Typo.
9195 (vc-cvs-merge-news): Return the status code rather than the error msg.
9196
91972000-09-04 Andre Spiegel <spiegel@gnu.org>
9198
9199 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9200 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9201 vc-state or vc-up-to-date-p.
9202 (vc-merge): Use vc-backend-defines to check whether merging is
9203 possible. Set state to 'edited after successful merge.
9204
9205 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9206 return that name. Redocumented.
9207
92082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9209
9210 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9211 new `vc-state' semantics.
9212 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9213 'vc-locking-user to the current user.
9214 (vc-merge): Inline vc-backend-merge. Comment out code that I
9215 don't understand and hence can't adapt to the new `vc-state' and
9216 `vc-locking-user' semantics.
9217 (vc-backend-merge): Remove.
9218
9219 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9220 rather than 'vc-locking-user.
9221
9222 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9223
9224 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9225 (vc-state): Don't use 'reserved any more. Just use the same
9226 convention as the one used for vc-<backend>-state where the
9227 locking user (as a string) is returned.
9228 (vc-locking-user): Update, based on the above convention. The
9229 'vc-locking-user property has disappeared.
9230 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9231
9232 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9233 with a heuristic one.
9234 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9235 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9236 error. That allows us to get to 'needs-merge even in the
9237 stay-local case. There's still no way to detect 'needs-patch in
9238 such a setup (or to force an update for that matter).
9239 (vc-cvs-logentry-check): Remove, the default works as well.
9240
92412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9242
9243 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9244
9245 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9246 major-mode in which the buffer might have been put earlier. Use
9247 `remove' and `when'. Allow `okstatus' to be `async' and use
9248 `start-process' in this case.
9249 (vc-version-diff): Handle the case where the diff looks empty
9250 because of the use of an async process.
9251
92522000-09-04 Andre Spiegel <spiegel@gnu.org>
9253
9254 * vc.el (vc-next-action-on-file): Removed optional parameter
9255 `simple'. Recompute state unconditionally.
9256 (vc-default-toggle-read-only): Removed.
9257
9258 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9259 (vc-toggle-read-only): Undid prev change.
9260
9261 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9262 vc-cvs-simple-toggle. Redocumented.
9263 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9264 (vc-cvs-toggle-read-only): Removed.
9265
92662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9267
9268 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9269 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9270 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9271 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9272 still is. So maybe it should be removed.
9273 (vc-head-version, vc-find-binary): Remove.
9274 (vc-recompute-state): Move from vc-hooks.el.
9275 (vc-next-action-on-file): Add a `simple' argument to allow
9276 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9277 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9278 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9279 (vc-dired-mode-map): Properly defvar it.
9280 (vc-print-log): Call log-view-mode if available.
9281 (small-temporary-file-directory): defvar instead of use boundp.
9282 (vc-merge-news): Moved to vc-cvs.el.
9283 (vc-default-merge-news): New function.
9284
9285 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9286 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9287 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9288 unknown `vc-latest-version' function. It should probably refer to
9289 vc-workfile-version or somesuch, but it's very unclear to me and I
9290 don't have SCCS to test things.
9291
9292 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9293 (vc-sccs-state-heuristic): Fix typo.
9294 (vc-sccs-workfile-unchanged-p): Add missing argument.
9295
9296 * vc-rcs.el: Require vc and vc-rcs-hooks.
9297 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9298 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9299 (vc-release-greater-or-equal-p): Move from vc.
9300 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9301 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9302 (vc-rcs-checkout): Add a missing `new-version' argument in the
9303 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9304
9305 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9306 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9307 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9308 than the apparently unbound `workfile-version'.
9309
9310 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9311 (vc-file-prop-obarray): Use `make-vector'.
9312 (vc-backend-functions): Add new hookable functions
9313 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9314 (vc-loadup): If neither backend nor default functions exist, use
9315 the backend function rather than nil.
9316 (vc-call-backend): If the function if not bound yet, try to load
9317 the non-hook file to see if it provides it.
9318 (vc-call): New macro plus use it wherever possible.
9319 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9320 nor `vc-find-binary' since it's only called from
9321 vc-mistrust-permission which is only used once the backend is known.
9322 (vc-checkout-model): Fix parenthesis.
9323 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9324
9325 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9326 (vc-cvs-release, vc-cvs-system-release): Remove.
9327 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9328 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9329 status symbols.
9330 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9331 (vc-cvs-toggle-read-only): First cut at a function to allow a
9332 cvs-status-free vc-toggle-read-only.
9333 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9334 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9335 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9336 (vc-cvs-checkout): Modify access rights directly if the user
9337 requested not to use `cvs edit'. And refresh the mode line.
9338
9339 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9340 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9341
93422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9343
9344 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9345 workfile' that got lost when the code was extracted from vc.el.
9346 And merged the tail with the rest of the code (not possible in the
9347 old vc.el where the tail was shared among all backends). And
9348 explicitly set the state to 'edited if `writable' is set.
9349
9350 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9351 (vc-cvs-state): Be careful to return the value from
9352 vc-cvs-parse-state.
9353 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9354 property but return it instead. Also be careful to handle a nil
9355 or "" `rev' when workfile is non-nil (it was handled properly when
9356 workfile was nil).
9357
9358 * vc.el: Removed those pesky unnecessary `(function' quotes.
9359 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9360 directly in the defvar.
9361 (vc-do-command): Bind inhibit-read-only so as to properly handle
9362 the case where the destination buffer has been made read-only.
9363 (vc-diff): Delegate to vc-version-diff in all cases.
9364 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9365 (vc-annotate-mode-variables): Removed (code moved partly to
9366 defvars and partly to vc-annotate-add-menu).
9367 (vc-annotate-mode): Turned into a derived-mode.
9368 (vc-annotate-add-menu): Moved in code in
9369 vc-annotate-mode-variables.
9370 (vc-update-change-log): Use make-temp-file if available.
9371
93722000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9373
9374 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9375 `vc-checkout-model' updated to `vc-cvs-update-model'.
9376
93772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9378
9379 * vc.el (vc-next-action-on-file): Added handling of state
9380 `unlocked-changes'.
9381 (vc-checkout-carefully): Is now practically obsolete, unless the
9382 above is too slow to be enabled unconditionally.
9383 (vc-update-change-log): Fixed typo.
9384
9385 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9386
9387 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9388 Now handles state `unlocked-changes'.
9389 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9390
9391 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9392
9393 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9394 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9395 `unlocked-changes'.
9396 (vc-rcs-workfile-unchanged-p): Renamed from
9397 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9398 function yet, but supposed to become one soon.
9399
9400 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9401 `vc-steal-lock'.
9402 (vc-call-backend): Changed error message.
9403 (vc-state): Added description of state `unlocked-changes'.
9404
94052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9406
9407 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9408 always return t in CVS-controlled directories.
9409
9410 * vc.el (vc-responsible-backend): New function.
9411 (vc-register): Largely rewritten.
9412 (vc-admin): Removed (implementation moved into vc-register).
9413 (vc-checkin): Redocumented.
9414 (vc-finish-logentry): If no backend defined yet (because we are in
9415 the process of registering), use the responsible backend.
9416
9417 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9418 Updated function lists.
9419 (vc-call-backend): Fixed typo.
9420
9421 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9422 New functions.
9423 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9424 Removed query option. Redocumented.
9425
94262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9427
9428 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9429
9430 * vc.el: Updated callers of `vc-checkout-required' to use
9431 `vc-checkout-model'.
9432
94332000-09-04 Martin Lorentzson <martinl@gnu.org>
9434
9435 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9436 stuff updated to reference this function instead of the old
9437 `vc-backend-release-p'.
9438
94392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9440
9441 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9442 vc-checkout-model. Return appropriate values. Updated callers.
9443
94442000-09-04 Martin Lorentzson <martinl@gnu.org>
9445
9446 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9447 (vc-backend-revert): Function moved into `vc-revert';
9448 `vc-next-action' must be updated to accomodate this change.
9449 (vc-backend-steal): Function moved into `vc-finish-steal'.
9450 (vc-backend-logentry-check): Function moved into
9451 `vc-finish-logentry'.
9452 (vc-backend-printlog): Function moved into `vc-print-log'.
9453 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9454 (vc-backend-assign-name): Function moved into
9455 `vc-create-snapshot'.
9456
94572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9458
9459 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9460 Rename to vc-checkout-model. Return appropriate values.
9461 Update callers.
9462
9463 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9464 to vc-checkout-model.
9465 (vc-checkout-required): Rename to vc-checkout-model.
9466 Re-implement and re-comment.
9467 (vc-after-save): Use vc-checkout-model.
9468
94692000-09-04 Martin Lorentzson <martinl@gnu.org>
9470
9471 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9472 Update to use the vc-BACKEND-diff functions instead.
9473 `vc-diff' is now working.
9474
9475 * vc-rcs.el (vc-rcs-logentry-check): New function.
9476
9477 * vc-cvs.el (vc-cvs-logentry-check): New function.
9478
9479 * vc-sccs.el (vc-sccs-diff): Function changed name from
9480 `vc-backend-diff'. This makes `vc-diff' work.
9481
9482 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9483 of functions possibly implemented in a vc-BACKEND library.
9484 (vc-checkout-required): Fix bug that caused an error to be
9485 signaled during `vc-after-save'.
9486
9487 * vc.el: Fix typo.
9488 This checkin is made with our new VC code base for the very first time.
9489 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9490
9491 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9492 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9493
9494 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9495 updated to `vc-uses-locking'.
9496 (vc-checkout-required): Call to backend function.
9497 `vc-checkout-required' updated to `vc-uses-locking' instead.
9498
9499 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9500 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9501
9502 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9503 to match the split into various backends.
9504 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9505 (vc-retrieve-snapshot): Bug fix.
9506
95072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9508
9509 * vc-sccs.el (vc-sccs-release): Doc fix.
9510
95112000-09-04 Martin Lorentzson <martinl@gnu.org>
9512
9513 * vc.el (vc-next-action-on-file): Bug found and fixed.
9514 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9515 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9516
9517 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9518 (vc-rcs-checkout): Name space cleaned up. No more revision number
9519 crunching function names that are not prefixed with vc-rcs.
9520 (vc-rcs-checkout-model): Function added. References to
9521 `vc-checkout-model' replaced.
9522
95232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9524
9525 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9526 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9527 still need to be split, and implemented for RCS).
9528
95292000-09-04 Martin Lorentzson <martinl@gnu.org>
9530
9531 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9532
9533 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9534 required by the vc.el file.
9535
9536 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9537 required by the vc.el file.
9538 (vc-rcs-exists): Function added.
9539
9540 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9541 required by the vc.el file.
9542
9543 * vc.el (vc-admin): Updated to handle selection of appropriate
9544 backend. Current implementation is crufty and need re-thinking.
9545
9546 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9547
95482000-09-04 Martin Lorentzson <martinl@gnu.org>
9549
9550 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9551 beginning of annotate buffers correctly.
9552
9553 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9554 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9555 functionality updated quite a lot to support multiple backends.
9556 Variables `vc-annotate-mode', `vc-annotate-buffers',
9557 `vc-annotate-backend' added.
9558
9559 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9560 `vc-annotate-difference' added to supported backend functions.
9561
95622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9563
9564 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9565 Use with-temp-file instead of /bin/sh. Merged from mainline
9566
95672000-09-04 Martin Lorentzson <martinl@gnu.org>
9568
9569 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9570
9571 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9572
9573 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9574
95752000-09-04 Martin Lorentzson <martinl@gnu.org>
9576
9577 * vc-hooks.el: vc-state-heuristic added to
9578 vc-backend-hook-functions.
9579
9580 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9581
9582 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9583
9584 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9585 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9586 state to `reserved'.
9587
9588 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9589 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9590
95912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9592
9593 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9594 untouched.
9595
9596 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9597
9598 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9599 if defined. (Merged from main line, slightly adapted.)
9600
9601 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9602 millenium problem (merged from mainline).
9603
96042000-09-04 Martin Lorentzson <martinl@gnu.org>
9605
9606 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9607 part and moved the non-BACKEND stuff to vc.el.
9608
9609 * vc.el: Split the annotate feature into a BACKEND specific part
9610 and moved it from the vc-cvs.el file to this one.
9611
96122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9613
9614 * vc-hooks.el: Implement new state model.
9615 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9616 (vc-locking-user): Simplify. Now only needed if the file is
9617 locked by somebody else.
9618 (vc-lock-from-permissions): Remove. Functionality is in
9619 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9620 (vc-mode-line-string): New name for former vc-status. Adapted.
9621 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9622
9623 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9624 Various simplifications and adaptations all over the place.
9625
9626 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9627 Simplify and adapt the rest.
9628
9629 * vc.el (vc-resynch-window): Add TODO comment: check for
9630 interaction with view mode according to recent RCS change.
9631 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9632
96332000-09-04 Martin Lorentzson <martinl@gnu.org>
9634
9635 * vc.el: Convert the remaining function comments to docstrings.
9636
96372000-09-04 Martin Lorentzson <martinl@gnu.org>
9638
9639 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9640 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9641 (vc-minor-part, vc-previous-version): Functions that operate and
9642 compare revision numbers got proper documentation. Comments added
9643 about their possible removal.
9644
96452000-09-04 Martin Lorentzson <martinl@gnu.org>
9646
9647 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9648 the vc-backend.el files.
9649
9650 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9651
9652 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9653 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9654 (vc-rcs-previous-version): Functions added.
9655
9656 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9657
9658 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9659
96602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9661
9662 * vc-hooks.el (vc-master-templates): Is really obsolete.
9663 Comment out the definition for now. What is the right procedure
9664 to get rid of it?
9665 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9666 rewritten.
9667 (vc-default-registered): Remove.
9668 (vc-check-master-templates): New function; does mostly what the
9669 above did before.
9670 (vc-locking-user): Don't rely on the backend to set the property.
9671
9672 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9673 Rewrite documentation.
9674 (vc-rcs-templates-grabbed): New variable.
9675 (vc-rcs-grab-templates): New function.
9676 (vc-rcs-registered): Rewrite to use above mechanism.
9677
9678 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9679 Rewrite documentation.
9680 (vc-sccs-templates-grabbed): New variable.
9681 (vc-sccs-grab-templates): New function.
9682 (vc-sccs-registered): Rewrite to use above mechanism.
9683 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9684 Don't throw the result, simply return it.
9685
9686 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9687 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9688 (vc-cvs-registered): Does the check itself now. Simplify.
9689
9690 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9691 from main line.
9692
96932000-09-04 Martin Lorentzson <martinl@gnu.org>
9694
9695 * vc-cvs.el (vc-cvs-diff): New function.
9696
9697 * vc-sccs.el (vc-sccs-diff): New function.
9698
9699 * vc-rcs.el (vc-rcs-diff): New function.
9700 (vc-rcs-checkout): Bug (typo) found and fixed.
9701 (vc-rcs-register-switches): New variable.
9702
9703 * vc.el (vc-backend-diff): Function removed and placed in the
9704 backend files.
9705
97062000-09-04 Martin Lorentzson <martinl@gnu.org>
9707
9708 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9709
9710 * vc.el (vc-backend-checkout): Function removed and replaced in
9711 the vc-backend.el files.
9712
9713 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9714
9715 * vc.el (vc-backend-admin): Removed and replaced in the
9716 vc-backend.el files.
9717
9718 * vc.el (Martin): Removed all the annotate functionality since it
9719 is CVS backend specific.
9720
97212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9722
9723 * spec.txt: Added specification of vc-state.
9724
9725 * vc-sccs-hooks.el (vc-sccs-master-properties):
9726 Remove handling of vc-latest-version and
9727 vc-your-latest-version. What used to be vc-latest-version, is now
9728 returned as vc-workfile-version.
9729 (vc-sccs-workfile-version): Adapt.
9730
97312000-09-04 Dave Love <fx@gnu.org>
9732
9733 * vc.el: [Merged from mainline.]
9734 (vc-dired-mode): Make the dired-move-to-filename-regexp
9735 regexp match the date, to avoid treating date as file size.
9736 Add YYYY S option to WESTERN/
9737
97382000-09-04 Dave Love <fx@gnu.org>
9739
9740 * vc.el: Require `compile' when compiling.
9741 (vc-logentry-check-hook): New option.
9742 (vc-steal-lock): Use compose-mail.
9743 (vc-dired-mode-map): Defvar when compiling.
9744 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9745 vc-sccs.el and renamed. Callers changed.
9746 (vc-backend-checkout, vc-backend-logentry-check)
9747 (vc-backend-merge-news): Doc fix.
9748 (vc-default-logentry-check): New function.
9749 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9750 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9751 (vc-backend-merge): Doc fix. Use backend functions.
9752 (vc-check-headers): Use backend functions.
9753
9754 * vc-cvs.el: Require vc when compiling.
9755 (vc-cvs-register-switches): Doc fix.
9756 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9757 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9758 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9759 New functions (code from vc.el).
9760 (vc-annotate-display-default): Fix interactive spec.
9761 (vc-annotate-time-span): Doc fix.
9762
9763 * vc-rcs.el: Require vc when compiling.
9764 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9765 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9766 (vc-rcs-checkin): New functions (code from vc.el).
9767 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9768 Doc fix.
9769 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9770
9771 * vc-sccs.el: Require vc when compiling.
9772 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9773 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9774 (vc-sccs-revert)
9775 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9776 from vc.el).
9777 (vc-sccs-add-triple, vc-sccs-record-rename)
9778 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9779 (vc-sccs-admin): Doc fix.
9780
97812000-09-04 Martin Lorentzson <martinl@gnu.org>
9782
9783 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9784 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9785 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9786 from vc.el.
9787
9788 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9789
9790 * vc-cvs.el: Moved the annotate functionality from vc.el.
9791 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9792
97932000-09-04 Dave Love <fx@gnu.org>
9794
9795 * vc.el (vc-backend-release): Call vc-system-release.
9796
9797 * vc-sccs.el (vc-sccs-system-release):
9798 Renamed from vc-sccs-backend-release.
9799
9800 * vc-rcs.el (vc-rcs-system-release):
9801 Renamed from vc-rcs-backend-release.
9802
9803 * vc-cvs.el (vc-cvs-system-release):
9804 Renamed from vc-cvs-backend-release.
9805
98062000-09-04 Dave Love <fx@gnu.org>
9807
9808 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9809 backend files.
9810 (vc-backend-release): Dispatch to backend functions.
9811 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9812 probably needs attention.]
9813
9814 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9815 (vc-sccs-backend-release): New function.
9816
9817 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9818 (vc-cvs-backend-release): New function.
9819
9820 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9821 Doc fix.
9822 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9823 (vc-default-dired-state-info): New function.
9824 (vc-dired-state-info): Dispatch to backends.
9825 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9826
9827 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9828 from vc.el and renamed.
9829
98302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9831
9832 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9833 (vc-version-other-window, vc-backend-assign-name): Removed
9834 references to vc-latest-version; sometimes changed into
9835 vc-workfile-version.
9836
9837 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9838 vc-rcs-master-workfile-version.
9839 (vc-rcs-workfile-version): Use the above. Don't call
9840 vc-latest-version (that was unreachable code, anyway).
9841 (vc-rcs-fetch-master-properties): Doc fix.
9842
9843 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9844 (vc-backend-hook-functions): Removed them from this list, too.
9845 (vc-fetch-properties): Removed.
9846 (vc-workfile-version): Doc fix.
9847
9848 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9849 (vc-rcs-workfile-version, vc-rcs-locking-user)
9850 (vc-rcs-uses-locking): Use it.
9851
9852 * vc-hooks.el (vc-consult-rcs-headers):
9853 Moved into vc-rcs-hooks.el, under the name
9854 vc-rcs-consult-headers.
9855
9856 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9857 headers.
9858 (vc-cvs-find-master): Use this name only; correct different
9859 versions of the name.
9860
9861 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9862 New functions.
9863 (vc-sccs-locking-user): Use the latter.
9864
9865 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9866 New functions.
9867
9868 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9869 Moved into both
9870 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9871 functions are implementation details of those two backends.
9872
98732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9874
9875 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9876 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9877
9878 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9879 (vc-sccs-parse-locks): SCCS-specific code moved here from
9880 vc-hooks.
9881
9882 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9883 code moved here from vc-hooks.
9884
9885 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9886 into back-end specific parts and removed. Callers not updated
9887 yet; because I guess these callers will disappear into back-end
9888 specific files anyway.
9889
98902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9891
9892 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9893 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9894 `vc-uses-locking'.
9895
9896 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9897 Store yes/no in the property, and return t/nil. Updated all
9898 callers.
9899
9900 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9901 vc-sccs-uses-locking. Don't set property.
9902 (vc-sccs-locking-user): Don't set property.
9903
9904 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9905 vc-cvs-uses-locking. Don't set property here; leave that to
9906 vc-hooks.
9907 (vc-cvs-locking-user): Reflect above change. Streamlined.
9908
9909 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9910 vc-rcs-uses-locking.
9911 (vc-rcs-locking-user): Reflect above change.
9912
99132000-09-04 Dave Love <fx@gnu.org>
9914
9915 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9916
9917 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9918
9919 * vc-hooks.el (vc-checkout-model): Punt to backends.
9920
9921 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9922
9923 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9924
9925 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9926 New functions.
9927
9928 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9929 New functions.
9930
9931 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9932 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9933
9934 * vc-hooks.el (vc-default-locking-user): New function.
9935 (vc-locking-user, vc-workfile-version): Punt to backends.
9936
99372000-09-04 Dave Love <fx@gnu.org>
9938
9939 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9940 (vc-master-workfile-version): Moved from vc-hooks.
9941
9942 * vc-rcs-hooks.el: Fix duplicate code in last change.
9943
9944 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9945 (vc-rcs-master-templates): Improve :type.
9946 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9947 vc-master-workfile-version): Moved from vc-hooks.
9948
9949 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9950 (vc-sccs-master-templates): Improve :type.
9951 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9952
9953 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9954
9955 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9956 (vc-cvs-master-templates): Improve :type. Use
9957 vc-cvs-find-cvs-master.
9958 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9959 from vc-hooks.
9960 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9961
9962 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9963 Moved to vc-cvs-hooks.
9964
9965 * vc-hooks.el: Add doc strings in various places. Simplify the
9966 minor mode setup.
9967 (vc-handled-backends): New user variable.
9968 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9969 simplification.
9970
99712000-09-04 Dave Love <fx@gnu.org>
9972
9973 * vc.el: Some doc fixes for autoloaded and interactive functions.
9974 Fix compilation warnings from ediff stuff.
9975 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9976
9977 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9978
9979 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9980
9981 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9982
99832000-09-04 Dave Love <fx@gnu.org>
9984
9985 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9986 New variable.
9987 (vc-make-backend-function, vc-loadup, vc-call-backend)
9988 (vc-backend-defines): New functions.
9989
9990 * vc-hooks.el: Various doc fixes.
9991 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9992 (vc-match-substring): Function removed. Callers changed to use
9993 match-string.
9994 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9995 Simplify.
9996
99972000-09-04 Dave Love <fx@gnu.org>
9998
9999 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10000 type.
10001 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10002 (vc-sccs-registered): Doc fix.
10003
10004 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10005 (vc-cvs-registered): Doc fix.
10006
10007 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10008 (vc-rcs-registered): Doc fix.
10009
100102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10011
10012 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10013
10014 * vc-hooks.el: vc-registered has been renamed
10015 vc-default-registered. Some functions have been moved to the
10016 backend specific files. they all support the
10017 vc-BACKEND-registered functions.
10018
100192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10020
10021 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10022
10023 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10024
100252000-09-04 Dave Love <fx@gnu.org>
10026
10027 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10028 menu-bar-update-hook.
10029
10030 * help.el (help-manyarg-func-alist): Add
10031 find-operation-coding-system.
10032
10033 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10034
10035 * custom.el (custom-set-variables): Print message about errors in
10036 setting.
10037
100382000-09-03 Andrew Innes <andrewi@gnu.org>
10039
10040 * makefile.w32-in: Change to DOS line endings.
10041
100422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10043
10044 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10045 minor-mode keymaps, if they don't have one.
10046
100472000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10048
10049 * eshell/esh-module.el (eval-when-compile): Don't lose if
10050 esh-module.el's file name is truncated to DOS 8+3 limits.
10051
100522000-09-01 John Wiegley <johnw@gnu.org>
10053
10054 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10055 predicate, which caused entries in the completion list to be
10056 doubled.
10057
100582000-08-30 John Wiegley <johnw@gnu.org>
10059
10060 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10061 sending to subprocesses. Also, hook pre-command-hook if
10062 `eshell-send-direct-to-subprocesses' is non-nil.
10063 (eshell-send-direct-to-subprocesses): New config variable. If t,
10064 subprocess input is send immediately.
10065 (eshell-toggle-direct-send): New function.
10066 (eshell-self-insert-command): New function.
10067 (eshell-intercept-commands): New function.
10068 (eshell-send-input): If direct subprocess sending is enabled,
10069 don't echo any input to the Eshell buffer. Let the subprocess
10070 handle that. This requires "stty echo" in bash, for example.
10071
100722000-08-28 John Wiegley <johnw@gnu.org>
10073
10074 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10075 completion function for Eshell's implementation of `unset'.
10076
100772000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10078
10079 * info.el (Info-directory-list): Doc fix.
10080
100812000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10082
10083 * filecache.el (file-cache-add-directory-using-find): Don't quote
10084 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10085
100862000-08-31 Kenichi Handa <handa@etl.go.jp>
10087
10088 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10089 coding systems.
10090
100912000-08-30 Andrew Innes <andrewi@gnu.org>
10092
10093 * timer.el (run-with-idle-timer): Undo last change, so that timer
10094 is not activated immediately if Emacs is already idle. Some
10095 existing code relies on this behaviour.
10096
100972000-08-30 Miles Bader <miles@gnu.org>
10098
10099 * frame.el (set-frame-font): Do completion of font-name for
10100 interactive use.
10101
101022000-08-30 Kenichi Handa <handa@etl.go.jp>
10103
10104 * international/quail.el (quail-start-translation): Bind locally
10105 last-command-event, last-command, and this-command.
10106 (quail-start-conversion): Likewise.
10107 (quail-self-insert-command): Fix docstring.
10108
101092000-08-29 Gerd Moellmann <gerd@gnu.org>
10110
10111 * progmodes/executable.el
10112 (executable-make-buffer-file-executable-if-script-p): Check that
10113 buffer contains at least 2 characters.
10114
101152000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10116
10117 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10118
101192000-08-29 Dave Love <fx@gnu.org>
10120
10121 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10122 (diff-mode-shared-map): Bind mouse-2.
10123 (diff-imenu-generic-expression): New variable.
10124 (diff-mode): Use it.
10125
10126 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10127 (mouse-popup-menubar): Add minor mode menus.
10128 (popup-menu): Check for lookup-key returning number.
10129
101302000-08-29 Miles Bader <miles@gnu.org>
10131
10132 * comint.el (comint-send-input): Create overlays using the proper
10133 front/read-advance arguments.
10134
101352000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10136
10137 * ps-print.el: Even/odd pages printing. Doc fix.
10138 (ps-print-version): New version number (6.0).
10139 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10140 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10141 (ps-print-duplex-feature): Variable eliminated.
10142 (ps-even-or-odd-pages): New variable.
10143
10144 * progmodes/ebnf2ps.el: Doc fix.
10145 (ebnf-version): New version (3.3).
10146 (ebnf-user-arrow): Change variable customization to sexp.
10147 (ebnf-user-arrow): Function eliminated.
10148 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10149
101502000-08-29 Kenichi Handa <handa@etl.go.jp>
10151
10152 * help.el (help-xref-mule-regexp): New variable.
10153 (help-make-xrefs): Handle help-xref-mule-regexp.
10154
10155 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10156 variable.
10157 (describe-input-method): Temporarily activate the specfied input
10158 method to display the information.
10159 (describe-language-environment): Hyperlinks to mule related items.
10160
10161 * international/mule-diag.el (charset-multibyte-form-string): New
10162 function.
10163 (list-character-sets-1): Use charset-multibyte-form-string.
10164 (describe-character-set): New function.
10165 (describe-coding-system): Hyperlinks to safe character sets.
10166
10167 * international/quail.el (quail-help): New arg PACKAGE.
10168 Hyperlinks to mule related items.
10169 (quail-help-insert-keymap-description): Use
10170 substitute-command-keys instead of describe-bindings.
10171 (quail-translation-help): Hyperlinks to mule related items.
10172
101732000-08-28 John Wiegley <johnw@gnu.org>
10174
10175 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10176 have a defsubst call itself. Made `eshell-flatten-list' back into
10177 a function again.
10178
10179 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10180 catch, in case re-centering point at bottom messes up the display.
10181 This happens frequently in Emacs 21, due I believe to variable
10182 line heights.
10183
10184 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10185 to call `find-tag-interactive'.
10186
10187 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10188 the list of remember directories.
10189
101902000-08-28 John Wiegley <johnw@gnu.org>
10191
10192 * align.el: Test align-region-separate to see if it's a symbol.
10193
101942000-08-28 John Wiegley <johnw@gnu.org>
10195
10196 * eshell/esh-util.el (eshell-flatten-list): Made this function
10197 into a defsubst form. It gets used very frequently, although
10198 calls don't occur all that often.
10199
10200 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10201 examining it.
10202
10203 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10204 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10205 `eshell-protect'.
10206 (eshell-copy-handles): Created a new macro for duplicating the
10207 current set of open handles. This is needed by the looping
10208 functions.
10209 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10210 is not incorrectly stomped on.
10211
10212 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10213 declaration for pcomplete-use-paring.
10214 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10215 value of eshell-cmpl-use-paring.
10216 * pcomplete.el (pcomplete-use-paring): New config variable, to
10217 indicate whether paring should be used.
10218 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10219 completion alternatives that have already been used.
10220
10221 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10222 bound to C-c C-y, which will repeat the previous N arguments
10223 (based on prefix argument).
10224 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10225
10226 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10227 if there is no *Help* buffer. This is for XEmacs, which renames
10228 its help buffers uniquely. TODO: Find out what the current buffer
10229 name to delete is.
10230
10231 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10232 first entry that correlates to a passwd/group number. Later
10233 entries (used for group/user name aliasing to multiple IDs) are
10234 ignored.
10235
10236 * eshell/em-xtra.el (eshell/expr):
10237 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10238 (eshell-grep, eshell/diff, eshell/locate):
10239 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10240 argument list, before passing it to the system command.
10241
10242 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10243 `find-tag' for use at final position in Eshell buffers (which
10244 otherwise triggers an error on Emacs 21).
10245 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10246 buffer, if it is currently bound to `find-tag'.
10247
10248 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10249 in the list of matched Makefile names.
10250 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10251 directory, prefer its contents to Makefile.
10252
10253 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10254 directory parts (like "cd old new", or "cd =regexp"), are now case
10255 sensitive on non-Windows/DOS platforms.
10256
10257 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10258 types RET after an open delimiter (like "), display a message
10259 indicating that Eshell is waiting for the closing delimiter.
10260
10261 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10262 environment variables.
10263
10264 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10265 gracefully if the user enters incorrect arguments.
10266
10267 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10268 Eshell buffers.
10269
10270 * eshell/esh-var.el (eshell-interpolate-variable):
10271 * eshell/esh-mode.el (eshell-move-argument):
10272 * eshell/em-unix.el (eshell-du-sum-directory):
10273 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10274 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10275 (not (= ...)).
10276
10277 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10278 to ensure the `preserve' flag gets propagated when doing recursive
10279 directory copies.
10280
102812000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10282
10283 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10284 Don't convert \n into \0177 in memory.
10285 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10286 and back again, when reading and writing.
10287
102882000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10289
10290 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10291 testing of `fboundp' on `processp'.
10292
10293 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10294 (eshell/jobs): Don't call process-list if it is not bound.
10295 (eshell-gather-process-output): Support systems where async
10296 subprocesses aren't supported.
10297 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10298 variables.
10299
10300 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10301 eshell-do-eval returns t.
10302 (eshell-do-pipelines-synchronously): New defmacro.
10303 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10304 when async subprocesses aren't supported.
10305 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10306 if async subprocesses aren't supported.
10307 (eshell-resume-command): Don't assume STATUS is a string.
10308
10309 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10310
10311 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10312 (eshell-close-target, eshell-get-target): Use eshell-processp.
10313 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10314 fix.
10315 (eshell-get-target, eshell-create-handles): Doc fix.
10316
103172000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10318
10319 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10320 criterion to include commands that output something, as long as it
10321 leaves both the command and the end-of-buffer visible when the
10322 command has exited.
10323 (eshell-review-quick-commands): Adjust the help doc string
10324 accordingly.
10325
103262000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10327
10328 * locate.el (locate): Cleaned up locate command's interactive prompting
10329 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10330
10331 * filecache.el (file-cache-case-fold-search): New variable
10332 (file-cache-assoc-function): New variable
10333 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10334 Use file-cache-case-fold-search variable
10335 (file-cache-add-file): Use file-cache-assoc-function
10336 (file-cache-delete-file): likewise
10337 (file-cache-directory-name): likewise
10338 (file-cache-debug-read-from-minibuffer): likewise
10339
103402000-08-28 Gerd Moellmann <gerd@gnu.org>
10341
10342 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10343 (abbrev-table-name): New function.
10344 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10345 If non-nil list local abbrev, only.
10346
103472000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10348
10349 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10350 from Gnus support code, and use special article copy buffer
10351 `(gnus-original-article-buffer)' instead. This allows to get rid
10352 of article-hide-headers usage (which breaks in the latest Gnus
10353 version). Thanks to Detlev Zundel.
10354
103552000-08-28 Kenichi Handa <handa@etl.go.jp>
10356
10357 * international/quail.el (quail-use-package): Hide "... loaded"
10358 message.
10359 (quail-start-translation, quail-start-conversion): Likewise.
10360
10361 * international/kkc.el (kkc-region): Hide "... loaded" message.
10362
103632000-08-27 Dave Love <fx@gnu.org>
10364
10365 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10366
103672000-08-27 Miles Bader <miles@gnu.org>
10368
10369 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10370
103712000-08-27 Kenichi Handa <handa@etl.go.jp>
10372
10373 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10374 'ja-dic-cnv), not (require 'skkdic-cnv).
10375
103762000-08-26 Miles Bader <miles@gnu.org>
10377
10378 * faces.el (face-x-resources): Add entry for :inherit.
10379 * cus-face.el (custom-face-attributes): Add support for :inherit
10380 attribute. Add support for relative face heights.
10381 (custom-face-attributes-get): Treat `nil' as being a default value
10382 for :inherit (as well as `unspecified').
10383
10384 * faces.el (set-face-attribute): Update doc string.
10385 (face-attribute-name-alist): Add :inherit.
10386 (face-valid-attribute-values): Handle :inherit.
10387 (face-read-string): Rephrase prompt to be less confusing.
10388 Assume that DEFAULT is a string, since we must return a string.
10389 (face-read-integer): Use `format' to turn DEFAULT into an
10390 acceptable default for face-read-string. Match NEW-VALUE against
10391 the string "unspecified", not the symbol `unspecified', since
10392 that's what face-read-string returns.
10393 (read-face-attribute): Lookup a name for old-value in valid, and
10394 use it as a default if we find one. Treat all values from
10395 face-read-string as strings. If the default is used, don't do any
10396 more processing on the value, just use the old value directly.
10397 (read-face-and-attribute, modify-face): Tweak prompt.
10398 (read-face-name): Don't assume prompt ends with a space.
10399
10400 * faces.el (describe-face): Add support for :inherit attribute.
10401
104022000-08-25 Kenichi Handa <handa@etl.go.jp>
10403
10404 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10405 concat doesn't accept interger.
10406
10407 * international/kkc.el: Remove SKK from Keywords. Require
10408 ja-dic-utl instead of skkdic-utl.
10409
10410 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10411 Provide ja-dic-cnv instead of skkdic-cnv.
10412 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10413 (iso-2022-7bit-short): Add safe-charsets property.
10414 (skkdic-convert-postfix): Search Japanese chou-on character in
10415 addition to Hiragana character.
10416 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10417 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10418 (batch-skkdic-convert): Likewise.
10419
10420 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10421 Provide ja-dic-utl instead of skkdic-utl.
10422 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10423
104242000-08-24 Dave Love <fx@gnu.org>
10425
10426 * disp-table.el (standard-display-default): Make the test of `l'
10427 useful.
10428
10429 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10430 mod sample text.
10431
10432 * international/iso-ascii.el: Make pilcrow convenient string
10433 consistent with section.
10434 (iso-ascii-display): Set up multibyte characters as well as
10435 unibyte.
10436
104372000-08-24 Kenichi Handa <handa@etl.go.jp>
10438
10439 * international/mule-cmds.el (reset-language-environment): Set
10440 default-process-coding-system to '(undecided . iso-latin-1), which
10441 makes process I/O almost consistent with file I/O. Call this
10442 function when mule-cmds.el[c] is loaded.
10443
104442000-08-22 Andrew Innes <andrewi@gnu.org>
10445
10446 * makefile.w32-in: New file.
10447
104482000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10449
10450 * comint.el (comint-output-filter): Compare end of
10451 comint-last-output-overlay with the start of the newly inserted
10452 text, not the end, when deciding whether to extend it.
10453 Set saved-point's insertion type to advance after insertion.
10454
10455 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10456 since this is now done independently of font-lock mode.
10457
104582000-08-21 Gerd Moellmann <gerd@gnu.org>
10459
10460 * server.el (server-kill-new-buffers): New user option.
10461 (server-existing-buffer): New buffer-local variable.
10462 (server-visit-files): When using an existing buffer, set
10463 server-existing-buffer to t.
10464 (server-buffer-done): If server-kill-new-buffers is t, kill the
10465 buffer, unless it was already present before visiting it with
10466 Emacs server.
10467
104682000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10469
10470 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10471 even if the display doesn't support colors: some displays will
10472 support bold/underline faces.
10473
104742000-08-21 Gerd Moellmann <gerd@gnu.org>
10475
10476 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10477
10478 * startup.el (command-line): If user's init file had an error,
10479 add explanatory text to *Messages*.
10480
104812000-08-21 Kenichi Handa <handa@etl.go.jp>
10482
10483 * man.el (Man-getpage-in-background): Decode the process output by
10484 the system locale coding system.
10485
104862000-08-20 Dave Love <fx@gnu.org>
10487
10488 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10489 Don't test x-popup-menu.
10490 (function) <complete-function>: Complete only fbound symbols.
10491 <validate, value>: New.
10492 (variable) <complete-function>: Complete only bound symbols.
10493 (coding-system): Add :base-only, :complete-function, :validate,
10494 :value, :prompt-match.
10495 (widget-coding-system-prompt-value): Use read-coding-system and
10496 act on :base-only.
10497 (editable-field): Add :help-echo.
10498 (widget-push-button-gui, widget-push-button-cache)
10499 (widget-gui-action, widget-editable-list-gui): COmment out, along
10500 with uses.
10501 (widget-at): Make arg optional.
10502 (widget-echo-help): Adjust for current help-echo calling sequence.
10503 (widget-specify-field, widget-specify-button)
10504 (widget-specify-insert, widget-get-sibling, widget-image-find)
10505 (widget-convert, widget-insert, widget-leave-text)
10506 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10507 (widget-setup, widget-field-find, widget-before-change)
10508 (widget-after-change, widget-default-complete)
10509 (widget-default-create, widget-default-delete)
10510 (widget-push-button-value-create, editable-field)
10511 (widget-field-prompt-value, widget-field-validate)
10512 (widget-choice-value-create, widget-choice-action)
10513 (widget-choice-validate, widget-checklist-add-item)
10514 (widget-radio-add-item, widget-radio-chosen)
10515 (widget-radio-value-inline, widget-editable-list-value-create)
10516 (widget-editable-list-entry-create)
10517 (widget-documentation-link-add)
10518 (widget-documentation-string-value-create)
10519 (widget-regexp-validate, widget-file-complete)
10520 (widget-sexp-validate, widget-plist-convert-widget)
10521 (widget-plist-convert-widget, widget-alist-convert-widget)
10522 (widget-alist-convert-widget, widget-color-complete): Simplify,
10523 particularly to avoid bindings which aren't optimized out.
10524
10525 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10526 Doc fix.
10527 (down-list, backward-up-list, up-list, kill-sexp)
10528 (backward-kill-sexp, mark-sexp): Make arg optional.
10529 (lisp-complete-symbol): Add optional arg PREDICATE.
10530
10531 * cus-start.el: Add display-buffer-reuse-frames,
10532 file-coding-system-alist.
10533
105342000-08-20 Gerd Moellmann <gerd@gnu.org>
10535
10536 * startup.el (command-line): Clear realized faces after
10537 modifying TTY color mappings.
10538
105392000-08-20 Miles Bader <miles@gnu.org>
10540
10541 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10542 merely a subset of FACE's attributes.
10543
105442000-08-19 Miles Bader <miles@gnu.org>
10545
10546 * comint.el (comint-output-filter): Save the point with a marker,
10547 not just a buffer position.
10548
10549 * international/mule.el (set-buffer-process-coding-system): Make
10550 interactive prompt less confusing.
10551
105522000-08-19 Gerd Moellmann <gerd@gnu.org>
10553
10554 * hilit-chg.el: General cleanup of doc strings, comments and
10555 code formatting.
10556
105572000-08-19 Miles Bader <miles@gnu.org>
10558
10559 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10560 Compiler macro removed; beginning-of-line is no longer always
10561 equivalent to forward-line, in the presence of fields.
10562
10563 * comint.el (comint-output-filter): Remove ad-hoc saving of
10564 restriction, and just use save-restriction, now that it works
10565 correctly. Don't adjust comint-last-input-start to account for
10566 our insertion; it shouldn't have moved because we don't use
10567 insert-before-markers anymore. Comment out call to
10568 `force-mode-line-update'; why is it here?
10569
10570 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10571 while checking for prompt to delete. Use `forward-line 0'
10572 instead of beginning-of-line.
10573 (gud-filter): Temporarily widen gud comint buffer while
10574 examining output.
10575
105762000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10577
10578 * progmodes/sh-script.el: Big bag of typos.
10579
10580 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10581 check since ispell-process is not bound when ispell is not yet loaded.
10582
105832000-08-18 Dave Love <fx@gnu.org>
10584
10585 * image.el (find-image): Copy `spec' before using plist-put.
10586
105872000-08-18 Gerd Moellmann <gerd@gnu.org>
10588
10589 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10590 `portugues'.
10591
10592 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10593 backward-kill-sexp, analogous to kill-sexp.
10594
10595 * progmodes/icon.el (icon-indent-line)
10596 (icon-is-continuation-line): Handle comments specially.
10597
105982000-08-17 Ken Stevens <k.stevens@ieee.org>
10599
10600 * ispell.el: Set to standard author/maintainer/keyword fields.
10601 Fine tuning to menu map appearance and operation, and added help.
10602 Remove `start' and `end' error messages when compiling.
10603 (ispell-choices-win-default-height): Fixed comment string.
10604 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10605 castellano8 dictionaries.
10606 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10607 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10608 dictionary, added italiano dictionary.
10609 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10610 word character
10611 (ispell-tex-skip-alists): Added psfig support.
10612 (ispell-skip-html): Renamed from ispell-skip-sgml.
10613 (ispell-begin-skip-region-regexp, ispell-skip-region)
10614 (ispell-minor-check): Improved html skipping support to skip across
10615 code, and recognize `&' commands without propper `;' syntax;
10616 (ispell-process-line): Fix alignment error when manually
10617 correcting spelling.
10618 (ispell): Fix comment string.
10619 (ispell-add-per-file-word-list): Always put word list on new line.
10620
106212000-08-17 Gerd Moellmann <gerd@gnu.org>
10622
10623 * format.el (format-encode-run-method): Fix error message to say
10624 `encode' instead of `decode'. Use save-window-excursion around
10625 shell-command-on-region as in format-decode-run-method because
10626 shell-command-on-region can display a buffer with error output.
10627 (format-decode): Don't record undo information for the decoding.
10628 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10629 that number part of the temporary buffer name so that more than
10630 one decoding using a temporary buffer can happen safely.
10631
10632 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10633 of `A-z' in the regexp.
10634
10635 * hilit-chg.el: Fix typos in commentary.
10636
10637 * help.el (view-emacs-news): Rewritten for new naming scheme
10638 for old NEWS files.
10639
10640 * startup.el (command-line): Pop to *Messages* in case an error
10641 is signaled while loading user-init-file.
10642
106432000-08-17 Andreas Schwab <schwab@suse.de>
10644
10645 * files.el (insert-directory): Don't lose original file name,
10646 undoing an undocumented change.
10647
106482000-08-17 Alex Schroeder <alex@gnu.org>
10649
10650 * sql.el (sql-magic-go): Use comint-bol.
10651 (sql-copy-column): Use comint-line-beginning-position.
10652 (comint-line-beginning-position): Define a replacement for
10653 comint-line-beginning-position if it is not fboundp.
10654
106552000-08-17 Alex Schroeder <alex@gnu.org>
10656
10657 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10658 it didn't have any effect anyway.
10659
106602000-08-17 Alex Schroeder <alex@gnu.org>
10661
10662 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10663 --pset and pager=off instead of sending \\o|cat at the beginning
10664 of the session.
10665
106662000-08-17 Miles Bader <miles@gnu.org>
10667
10668 * progmodes/octave-inf.el: Add compatibility definition of
10669 comint-line-beginning-position.
10670
106712000-08-17 Kenichi Handa <handa@etl.go.jp>
10672
10673 * startup.el (normal-top-level): Look in each dir in load-path for
10674 a leim-list.el file too. This assures of loading leim-list.el
10675 that is created at Emacs installation time even if a user have his
10676 own leim-list.el.
10677
106782000-08-17 Miles Bader <miles@gnu.org>
10679
10680 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10681 foreground color to black if the background is dark.
10682
106832000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10684
10685 * loadhist.el (unload-feature): Typo.
10686
10687 * finder.el (finder-compile-keywords):
10688 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10689 to the generated file.
10690
10691 * mail/mh-e.el (mh-make-local-vars):
10692 Replace make-variable-buffer-local with make-local-variable.
10693
10694 * play/landmark.el:
10695 * options.el (Edit-options-{set,toggle,t,nil}):
10696 * mail/mailabbrev.el (mail-abbrevs-mode):
10697 * textmodes/tex-mode.el (tex-expand-files):
10698 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10699
10700 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10701
10702 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10703 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10704 Allow going past the last element.
10705 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10706 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10707 (cvs-mouse-toggle-mark): Don't move point.
10708 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10709
10710 * progmodes/compile.el (grep): Provide a default set of files.
10711 (next-error): Docstring fix.
10712 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10713
10714 * emacs-lisp/easy-mmode.el (define-minor-mode):
10715 Use `symbol-value' to keep the byte-compiler quiet.
10716
10717 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10718 (diff-find-source-location): New fun, extracted from diff-goto-source.
10719 (diff-goto-source): Use it.
10720 (diff-next-complex-hunk, diff-filter-lines): New function.
10721 (diff-apply-hunk): New command.
10722
10723 * smerge-mode.el (smerge-mode-menu): Doc fix.
10724
10725 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10726
107272000-08-16 Dave Love <fx@gnu.org>
10728
10729 * windmove.el (windmove) <defgroup>: Add :version.
10730
10731 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10732 (goto-address-fontify-p, goto-address-highlight-p)
10733 (goto-address-url-face, goto-address-url-mouse-face)
10734 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10735 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10736 (goto-address-fontify, goto-address-at-mouse): Simplify,
10737 (goto-address-at-point): browse-url-url-at-point,
10738 goto-address-find-address-at-point can return nil.
10739 (goto-address-find-address-at-point): Return nil on failure.
10740
10741 * align.el (align) <defgroup>: Add :version.
10742
10743 * calculator.el (calculator): Add :version.
10744 (calculator): Use two lines for calculator window if `modeline'
10745 face is boxed.
10746
10747 * play/5x5.el: Doc fixes.
10748 (5x5) <defgroup>: Add :version.
10749
10750 * play/fortune.el (fortune) <defgroup>: Add :version.
10751 (fortune-append): Fix error message.
10752 (fortune-from-region): Doc fix.
10753
10754 * play/pong.el (pong): Doc fix.
10755
10756 * play/morse.el: Keywords, commentary, autoloads.
10757
107582000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10759
10760 * desktop.el (desktop-save): Don't look at symbol-value of a
10761 member of minor-mode-alist, unless it is boundp.
10762
107632000-08-16 Sam Steingold <sds@gnu.org>
10764
10765 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10766 `while'; use `with-current-buffer' instead of `save-excursion'.
10767 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10768
107692000-08-16 Kenichi Handa <handa@etl.go.jp>
10770
10771 * international/ccl.el (declare-ccl-program): Docstring modified.
10772 (ccl-execute-with-args): Likewise.
10773
107742000-08-16 Miles Bader <miles@gnu.org>
10775
10776 * progmodes/sql.el: Add compatibility definition of
10777 comint-line-beginning-position.
10778
107792000-08-15 Gerd Moellmann <gerd@gnu.org>
10780
10781 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10782 'buffer-menu' property.
10783 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10784 fails.
10785 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10786 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10787 wasn't killed.
10788
10789 * buff-menu.el (list-buffers-noselect): Don't display the
10790 *Buffer List* buffer.
10791
10792 * font-lock.el: Require jit-lock to prevent a very late
10793 `Loading jit-lock' message.
10794
10795 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10796 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10797 mail address.
10798
107992000-08-15 Miles Bader <miles@gnu.org>
10800
10801 * textmodes/ispell.el (ispell-graphic-p): New constant.
10802 (ispell-choices-win-default-height, ispell-help): Use
10803 `ispell-graphic-p' instead of `xemacsp'.
10804
108052000-08-15 Dave Love <fx@gnu.org>
10806
10807 * simple.el: Autoload widget-convert when compiling.
10808 (mail-user-agent): Doc fix.
10809
10810 * help.el (function-called-at-point, variable-at-point): Use
10811 with-syntax-table.
10812 (help-manyarg-func-alist): Add insert-and-inherit.
10813
10814 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10815
10816 * delsel.el (delsel-unload-hook): New function.
10817
10818 * find-file.el: Doc fixes. Move provide to end.
10819 (ff) <defgroup>: Add :link.
10820 (ff-goto-click): Deleted.
10821 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10822 Use mouse-set-point.
10823
10824 * textmodes/tildify.el: Doc fixes.
10825 (tildify) <defgroup>: Add:version.
10826
10827 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10828 (glasses-custom-set): Use set-default, not set.
10829 (minor-mode-alist): Propertize the lighter.
10830 (glasses-mode): Provide optional arg.
10831
10832 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10833 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10834 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10835 option. Provide :type.
10836 (cwarn-configuration): Provide :type.
10837 (cwarn-mode): Doc fix.
10838
10839 * add-log.el (change-log-merge): Doc fix.
10840 (change-log-redate): New command.
10841
10842 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10843 Doze and Dog.
10844 (browse-url): Use dolist, not mapcar.
10845 (browse-url-at-point): Check for null url.
10846 (browse-url-event-buffer, browse-url-event-point): Functions
10847 deleted.
10848 (browse-url-at-mouse, browse-url-netscape): Simplify.
10849
10850 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10851 modes.
10852 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10853 Fix previous change to mapcan.
10854 (msb--init-file-alist, msb--add-separators)
10855 (msb--make-keymap-menu): Simplify.
10856 (msb--choose-file-menu): Use copy-sequence.
10857 (msb-mode-map): Add title to keymap.
10858 (msb-unload-hook): New function.
10859
10860 * bs.el: Fix indentation.
10861 (bs) <defgroup>: Add :links.
10862 (bs-show): Doc fix.
10863 (bs-apply-sort-faces): Don't use window-system.
10864 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10865
108662000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10867
10868 * calendar/timeclock.el (timeclock-file): Run .timelog through
10869 convert-standard-filename.
10870
108712000-08-14 Gerd Moellmann <gerd@gnu.org>
10872
10873 * emacs-lisp/authors.el: New file.
10874
10875 * paren.el (show-paren-priority): New user option.
10876 (show-paren-function): Set overlay priorities to
10877 show-paren-priority.
10878
108792000-08-14 Miles Bader <miles@gnu.org>
10880
10881 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10882 beginning-of-line with inhibit-field-text-motion bound.
10883
108842000-08-14 Gerd Moellmann <gerd@gnu.org>
10885
10886 * calendar/timeclock.el: New file.
10887
108882000-08-14 David Ponce <david@dponce.com>
10889
10890 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10891 `widget-button-click'. so that one can use left mouse button to
10892 click on dialog buttons.
10893
108942000-08-14 Emmanuel Briot <briot@gnat.com>
10895
10896 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10897 identifiers, since XML is case sensitive
10898
108992000-08-12 Miles Bader <miles@gnu.org>
10900
10901 * comint.el (comint-output-filter): Don't bother frobbing
10902 window-start, it doesn't seem to be necessary.
10903
10904 * comint.el (comint-send-string, comint-send-region): Make into
10905 real functions. Snapshot the prompt before sending.
10906
109072000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10908
10909 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10910 technique similar to Info-index, instead of relying on specific
10911 names of relevant Index nodes.
10912 (Info-goto-emacs-command-node): Bind Info-history to nil when
10913 going to the first node found by Info-find-emacs-command-nodes.
10914
109152000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10916
10917 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10918
109192000-08-10 Miles Bader <miles@gnu.org>
10920
10921 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10922
109232000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10924
10925 * info.el (Info-file-list-for-emacs): More elements for the
10926 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10927 and woman manuals.
10928
109292000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10930
10931 * comint.el (comint-send-input): Make the newline boundary overlay
10932 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10933 (comint-output-filter): Use `insert' instead of
10934 `insert-before-markers'. Extend comint-last-output-overlay when
10935 necessary since we can't rely on insert-before-markers to do it.
10936 * gud.el (gud-filter): Use `with-current-buffer' instead of
10937 save-excursion when inserting the output, so that point gets
10938 updated correctly; the old method relied on a rather dodgy
10939 side-effect of comint-output-filter to avoid the effect of
10940 save-excursion.
10941
109422000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10943
10944 * files.el (recover-file): Call insert-directory instead of
10945 invoking `ls' directly.
10946
109472000-08-10 Miles Bader <miles@gnu.org>
10948
10949 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10950 (comint-last-prompt-overlay): New variables.
10951 (comint-output-filter): Implement prompt highlighting.
10952 (comint-snapshot-last-prompt): New function.
10953 (comint-send-input): Snapshot the last prompt.
10954 Use comint-highlight-input-face.
10955 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10956 Use defface instead of defcustom.
10957 (send-invisible, comint-send-eof): Snapshot the last prompt.
10958 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10959 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10960
109612000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10962
10963 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10964 (regexp-opt-group): Use a list of chars for `letters'.
10965 (regexp-opt-charset): `chars' is now a list of chars.
10966 Use a char-table rather than a vector so it works for multibyte chars.
10967
10968 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10969 Set cvs-minor-current-files to the selected fileinfo.
10970 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10971 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10972
109732000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10974
10975 * files.el (insert-directory): Don't call access-file on
10976 directories on DOS and Windows.
10977
109782000-08-09 Kenichi Handa <handa@etl.go.jp>
10979
10980 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10981 longer if necessary.
10982 (ccl-embed-code): Call ccl-embed-data to store CODE in
10983 ccl-program-vector.
10984
109852000-08-09 Miles Bader <miles@gnu.org>
10986
10987 * comint.el (comint-output-filter): Properly handle the case where
10988 the text surrounded by comint-last-output-overlay was deleted.
10989
109902000-08-08 Gerd Moellmann <gerd@gnu.org>
10991
10992 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10993 non-nil.
10994 (Info-file-list-for-emacs): Remove "info" from the list because
10995 that leads to trying to use the documentation from file `info'
10996 in various situations where it isn't appropriate, for instance
10997 C-h C-k C-h i.
10998
10999 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11000 DIR and/or STRING are nil.
11001
11002 * progmodes/compile.el (compilation-setup): Make variable
11003 compilation-error-screen-columns buffer-local, as some comment
11004 in the code suggests it should be.
11005
11006 * files.el (auto-mode-interpreter-regexp): New variable.
11007 (set-auto-mode): Use it.
11008
11009 * indent.el (indent-for-tab-command): Doc fix.
11010
11011 * mouse-sel.el (mouse-sel-mode): Doc fix.
11012
11013 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11014 labels.
11015
11016 * help.el (print-help-return-message): When
11017 display-buffer-reuse-frames is set, let the help window been quit,
11018 instead of deleting it, which might delete a reused frame.
11019
110202000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11021
11022 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11023 rename a directory to a name that differs only by its letter case.
11024
110252000-08-08 Kenichi Handa <handa@etl.go.jp>
11026
11027 * international/quail.el (quail-define-rules): Handle Quail decode
11028 map correctly. Add code for supporting annotations.
11029 (quail-install-decode-map): New function.
11030 (quail-defrule-internal): New optional arguments decode-map and
11031 props.
11032 (quail-advice): New function.
11033
110342000-08-07 Sam Steingold <sds@gnu.org>
11035
11036 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11037 `defconst', `define-condition', `with-slots'.
11038 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11039
110402000-08-03 Miles Bader <miles@gnu.org>
11041
11042 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11043 New variable.
11044 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11045 comint-use-prompt-regexp-instead-of-fields.
11046 (comint-send-input): Add `input' field property to stuff we send to
11047 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11048 (comint-output-filter): Add `output' field property to process
11049 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11050 (comint-replace-by-expanded-history)
11051 (comint-get-old-input-default, comint-show-output)
11052 (comint-backward-matching-input, comint-forward-matching-input)
11053 (comint-next-prompt, comint-previous-prompt): Use field
11054 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11055 (comint-line-beginning-position): New function.
11056 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11057 (comint-replace-by-expanded-history-before-point): Use
11058 comint-line-beginning-position and line-end-position.
11059 (comint-last-output-overlay): New variable.
11060 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11061
11062 * shell.el (shell-prompt-pattern): Doc change.
11063 (shell-backward-command): Use line-beginning-position.
11064
11065 * gud.el (gud-gdb-complete-command): Use
11066 comint-line-beginning-position.
11067
11068 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11069 comint-bol doesn't actually go to the beginning of the line.
11070
11071 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11072 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11073 (try-expand-line-all-buffers): Likewise.
11074
11075 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11076 explicitly matching comint-prompt-regexp.
11077 (sql-copy-column): Use comint-line-beginning-position instead of
11078 explicitly matching comint-prompt-regexp.
11079
11080 * progmodes/octave-inf.el (inferior-octave-complete): Use
11081 comint-line-beginning-position.
11082
11083 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11084
11085 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11086 looking for a prompt, use `forward-line 0' instead of
11087 `beginning-of-line', to avoid getting caught by an input field.
11088
110892000-08-07 Gerd Moellmann <gerd@gnu.org>
11090
11091 * files.el (shell-quote-wildcard-pattern): Make sure to return
11092 PATTERN, in the Unix case.
11093
110942000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11095
11096 * play/zone.el (zone): Discard any pending input before running
11097 the randomly-chosen pgm.
11098
110992000-08-07 Kenichi Handa <handa@etl.go.jp>
11100
11101 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11102 checking the existence of any multibyte characters.
11103
111042000-08-06 Gerd Moellmann <gerd@gnu.org>
11105
11106 * help.el (describe-mode): Test minor-mode symbol for being
11107 bound before testing its value for being nil.
11108
11109 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11110 `first', `second', and `third'.
11111
11112 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11113 (second): Make it an alias for `cadr'.
11114
111152000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11116
11117 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11118 types of display support faces now.
11119
111202000-08-05 Gerd Moellmann <gerd@gnu.org>
11121
11122 * pcvs.el (require): Require `cl' during compilation, only.
11123
11124 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11125 (toplevel): Remove `remq' and `remove' from autoloads.
11126 (cl-fake-autoloads): New variable. If set, arrange for an error
11127 when CL functions etc. are autoloaded.
11128
111292000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11130
11131 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11132
11133 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11134 popped up, but the user clicks outside the menu, return an empty
11135 regexp (that causes unhighlight-regexp to have no effect).
11136
11137 * menu-bar.el (menu-bar-games-menu): Add Zone.
11138
11139 * hi-lock.el (toplevel): Require font-lock.
11140
111412000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11142
11143 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11144 (ebnf-8-bit-chars): New var for bug fix.
11145 (ebnf-string): Bug fix.
11146
111472000-08-03 Sam Steingold <sds@gnu.org>
11148
11149 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11150 instead of `buffer-string'.
11151 (require 'cl): Always, not just when compiling.
11152 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11153 necessary.
11154
111552000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11156
11157 * international/mule-cmds.el (select-safe-coding-system): Make
11158 the message text about selecting a safe coding system more clear.
11159
111602000-08-02 Gerd Moellmann <gerd@gnu.org>
11161
11162 * hi-lock.el: New file.
11163
11164 * play/zone.el: New file.
11165
11166 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11167 value of tab-width in the original buffer. Choose a line number
11168 format that's a multiple of the original buffer's tab width, so
11169 that lines appear right.
11170
11171 * textmodes/ispell.el (ispell): New function, replacing an alias.
11172 Spell-check active region if in transient-mark-mode and mark
11173 is active; otherwise spell-check buffer.
11174
111752000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11176
11177 * ps-mule.el: Fix a customization problem on
11178 ps-mule-font-info-database-default.
11179
111802000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11181
11182 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11183 display-mouse-p instead of window-system.
11184 (ebrowse-member-mode-map): Ditto.
11185
111862000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11187
11188 * progmodes/ebnf2ps.el: Update ps-print functions call.
11189 Indentation fix. Doc fix.
11190 (ebnf-version): New version number (3.2).
11191 (ebnf-format-color, ebnf-begin-job): Code fix.
11192
111932000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11194
11195 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11196 font lock support on window-system.
11197 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11198
11199 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11200 display-color-p, if fboundp, instead of window-system.
11201
112022000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11203
11204 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11205 instead of window-system.
11206
11207 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11208 window-system.
11209 (widget-choice-mouse-down-action): Use display-popup-menus-p
11210 instead of window-system.
11211
11212 * strokes.el (strokes-file): Run the file name through
11213 convert-standard-filename.
11214 (strokes-mode): Call display-mouse-p instead of looking at
11215 window-system. Change the error message accordingly.
11216
11217 * progmodes/cpp.el (toplevel): Support faces on tty's.
11218
11219 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11220 (lm-plot-square, lm-init-display): Don't use window-system.
11221
11222 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11223 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11224
11225 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11226 instead of looking at window-system.
11227
112282000-07-30 Gerd Moellmann <gerd@gnu.org>
11229
11230 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11231 of testing if iswitchb-prepost-hooks is bound, because the
11232 latter will always be true when invoking a recursive minibuffer
11233 from an active Iswitchb buffer.
11234
112352000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11236
11237 * files.el (shell-quote-wildcard-pattern): New function.
11238 (insert-directory): Call it. Only prepend "\" to command on Unix
11239 and GNU/Linux systems.
11240
112412000-07-30 Gerd Moellmann <gerd@gnu.org>
11242
11243 * eshell/esh-groups.el: Change custom :link file names
11244 from `eshell.info' to `eshell'.
11245
112462000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11247
11248 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11249 correctly in recursive ange-ftp listings.
11250
112512000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11252
11253 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11254 ps-header-font-size-internal and
11255 ps-header-title-font-size-internal variables are not set,
11256 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11257 face text property is (foreground-color . COLOR) or
11258 `(background-color . COLOR)', ps-print crashes. Doc fix.
11259 (ps-print-version): New version number (5.2.4).
11260 (ps-plot-region): Code fix.
11261 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11262 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11263 Bug fix 2.
11264
112652000-07-30 Milan Zamazal <pdm@freesoft.cz>
11266
11267 * glasses.el (glasses-make-readable): Fix uncapitalization of
11268 identifiers like `myXMLDocument'.
11269
112702000-07-28 Karl Fogel <kfogel@red-bean.com>
11271
11272 * mail/mail-hist.el (mail-hist-previous-input)
11273 (mail-hist-next-input): Do the obvious code factorization.
11274 (mail-hist-retrieve-and-insert): New func, contains common
11275 code of above two.
11276 If inserting a message body, leave point at top.
11277
112782000-07-28 Sam Steingold <sds@gnu.org>
11279
11280 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11281 Use `<=', not `<' to compare times!
11282 (ange-ftp-ls): Remove.
11283
112842000-07-27 Gerd Moellmann <gerd@gnu.org>
11285
11286 * play/cookie1.el: Add explanation of how to make cookie.el
11287 compatible with strfile(1) to comment.
11288
11289 * subr.el (remove, remq): New functions.
11290
11291 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11292 escape `*' in regexps.
11293 (midnight-find): Reverse order of arguments in the funcall of
11294 TEST.
11295
11296 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11297 and `.class'.
11298
11299 * play/meese.el: Add Commentary section.
11300
113012000-07-27 Alex Schroeder <alex@gnu.org>
11302
11303 * sql.el (sql-ms): Added autoload cookie.
11304 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11305 (sql-oracle): Ditto.
11306 (sql-help): Doc change.
11307
11308 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11309 types and exceptions.
11310
113112000-07-27 Alex Schroeder <alex@gnu.org>
11312
11313 * sql.el (sql-placeholder-history): New variable.
11314 (sql-query-placeholders-and-send): New function that will query
11315 the user and replace placeholders with user input.
11316 (sql-oracle): If running on NT, set comint-input-sender to
11317 sql-query-placeholders-and-send.
11318
11319 (sql-stop): If in the SQLi buffer, insert stop notification, else
11320 present it as a message.
11321
113222000-07-27 Alex Schroeder <alex@gnu.org>
11323
11324 * sql.el (sql-input-ring-separator): Doc change.
11325 (sql-input-ring-file-name): Doc change.
11326 (sql-interactive-mode): Use `sql-input-ring-separator' and
11327 `sql-input-ring-file-name' to set the comint-mode equivalents
11328 without making them local variables.
11329 (sql-stop): Don't bind `sql-input-ring-separator' and
11330 `sql-input-ring-file-name' dynamically to their comint-mode
11331 equivalents.
11332
113332000-07-27 Kenichi Handa <handa@etl.go.jp>
11334
11335 * international/mule.el (register-char-codings): New function.
11336 (make-coding-system): Handle `safe-chars' specification in the arg
11337 PROPERTY.
11338
11339 * international/mule-cmds.el
11340 (find-coding-systems-region-subset-p): This function deleted.
11341 (sort-coding-systems-predicate): New variable.
11342 (sort-coding-systems): New function.
11343 (find-coding-systems-region): Use
11344 find-coding-systems-region-internal.
11345 (find-coding-systems-string): Use find-coding-systems-region.
11346 (find-coding-systems-for-charsets): Check
11347 char-coding-system-table.
11348 (select-safe-coding-system-accept-default-p): New variable.
11349 (select-safe-coding-system): Mostly rewritten. New argument
11350 ACCEPT-DEFAULT-P.
11351 (select-message-coding-system): Call select-safe-coding-system
11352 with ACCEPT-DEFAULT-P arg.
11353 (reset-language-environment): Reset default-sendmail-coding-system
11354 to the default value iso-latin-1.
11355 (set-language-environment): Don't set the obsolete variable
11356 charset-origin-alist.
11357
11358 * international/codepage.el (cp-coding-system-for-codepage-1):
11359 Give `safe-chars' property to make-coding-system.
11360
11361 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11362 calling select-message-coding-system twice.
11363
11364 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11365 instead of `safe-charsets'.
11366 (cyrillic-alternativnyj): Likewise.
11367 (ccl-encode-alternativnyj): Don't check the charset
11368 cyrillic-iso8859-5.
11369
113702000-07-27 Kenichi Handa <handa@etl.go.jp>
11371
11372 * composite.el (compose-chars-after): Preserve match data.
11373
113742000-07-26 Sam Steingold <sds@gnu.org>
11375
11376 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11377 (ange-ftp-real-file-newer-than-file-p): New function.
11378 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11379 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11380
11381 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11382 * midnight.el (midnight-float-time): Ditto.
11383
113842000-07-26 Andreas Schwab <schwab@suse.de>
11385
11386 * files.el (normal-backup-enable-predicate): Correct
11387 interpretation of the return value of compare-strings.
11388
113892000-07-26 Gerd Moellmann <gerd@gnu.org>
11390
11391 * isearch.el (isearch-resume): New function.
11392 (isearch-done): Add something to command-history to resume
11393 the search.
11394 (isearch-yank-line, isearch-yank-word): Use
11395 buffer-substring-no-properties instead of buffer-substring.
11396
11397 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11398 of flyspell-mouse-map.
11399
11400 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11401 duplicate definition.
11402 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11403
11404 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11405 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11406
114072000-07-25 Sam Steingold <sds@gnu.org>
11408
11409 * net/ange-ftp.el: Get modtime over the net.
11410 (ange-ftp-file-modtime): New function.
11411 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11412 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11413 Use it.
11414 (ange-ftp-dot-to-slash): New function.
11415 (ange-ftp-fix-name-for-vms): Use it.
11416
11417 * midnight.el (midnight-buffer-display-time): Use
11418 `with-current-buffer'.
11419
114202000-07-25 Gerd Moellmann <gerd@gnu.org>
11421
11422 * find-dired.el: Update copyright notice.
11423 (find-dired): Offer to kill a running `find'.
11424
11425 * enriched.el (enriched-face-ans): For a `foreground-color'
11426 property, return '(("x-color" COLOR))' so that COLOR will be
11427 output as a parameter of the x-color annotation. Likewise for the
11428 `background-color' property. In the case of normal face
11429 properties, don't return annotations for unspecified foreground
11430 and background face attributes.
11431
114322000-07-25 Kenichi Handa <handa@etl.go.jp>
11433
11434 * language/japan-util.el (japanese-katakana-region): Fix handling
11435 HANKAKU argument.
11436
114372000-07-25 Miles Bader <miles@gnu.org>
11438
11439 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11440 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11441 constrain-to-field.
11442
114432000-07-24 Andrew Innes <andrewi@gnu.org>
11444
11445 * timer.el (timer-activate-when-idle): Add optional parameter
11446 DONT-WAIT. Update docstring.
11447 (run-with-idle-timer): Specify extra parameter to
11448 timer-activate-when-idle, so that timer will be activated
11449 immediately if Emacs is already idle.
11450
11451 * w32-fns.el (w32-using-nt): Fix docstring.
11452
114532000-07-24 Dave Love <fx@gnu.org>
11454
11455 * mouse.el (popup-menu): Set last-command-event.
11456 (mouse-major-mode-menu-prefix): Declare.
11457
114582000-07-24 Gerd Moellmann <gerd@gnu.org>
11459
11460 * textmodes/flyspell.el: Update to author's version 1.5d.
11461
11462 * progmodes/hideshow.el: Update copyright notice.
11463
11464 * vcursor.el: Set maintainer to FSF, since author cannot
11465 be reached.
11466
114672000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11468
11469 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11470 the prompt.
11471
11472 * mouse.el (popup-menu): Run the keymap through indirect-function,
11473 in case it was defined with define-prefix-key. If the menu is a
11474 list of keymaps, look up the binding of user's choice in each one
11475 of the keymaps.
11476 (mouse-popup-menubar): If the global and local menu-bar keymaps
11477 don't have a prompt string, create one and insert it into the
11478 keymap. Don't barf if current-local-map returns nil.
11479
114802000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11481
11482 * dired.el (dired-sort-R-check): Added to allow recursive listing
11483 to be undone.
11484 (dired-sort-other): Use it.
11485
114862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11487
11488 * Release of cc-mode 5.27
11489
114902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11491
11492 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11493 c-beginning-of-statement-1 that caused a bad case of recursion
11494 which could consume a lot of CPU in large classes in languages
11495 that have in-expression classes (i.e. Java and Pike).
11496
11497 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11498 statements before top level constructs (i.e. case 6 is moved
11499 before case 5 and is now case 4) to catch in-expression
11500 classes in top level expressions correctly.
11501
115022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11503
11504 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11505 objc-method-intro. Case 4 removed and case 5I added.
11506
11507 * cc-langs.el (c-append-paragraph-start): New variable used by
11508 c-common-init to get paragraph-start correct.
11509 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11510 initialize paragraph-start to make it correct both with and
11511 without the javadoc special case.
11512
11513 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11514 initialize paragraph-start for javadoc markup.
11515
11516 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11517 change by defaulting this to t. It's motivated by the
11518 confusing behavior that otherwise arise from the style system
11519 when editing both java and non-java files at the same time
11520 (see the comments about style setting in c-common-init).
11521
115222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11523
11524 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11525 similar to the one in c-fill-paragraph to check the fill
11526 prefix from the adaptive fill function for sanity.
11527
115282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11529
11530 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11531 defun block.
11532
a30eb617
DL
115332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11534
11535 * cc-align.el (c-lineup-multi-inher): Handle lines with
11536 leading comma nicely. Extended to handle member initializers
11537 too.
11538
11539 * cc-engine.el: (c-beginning-of-inheritance-list,
11540 c-guess-basic-syntax): Fixed recognition of inheritance lists
11541 when the lines begins with a comma.
11542
a30eb617
DL
11543 * cc-vars.el (c-offsets-alist): Changed default for
11544 member-init-cont to c-lineup-multi-inher since it now handles
11545 member initializers and indents better for leading commas.
11546
115472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11548
11549 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11550 handling that caused class open lines to be recognized as
11551 statement-conts in some cases.
11552
11553 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11554 guessed by the adaptive fill function unless point is on the
11555 first line of a block comment.
11556
11557 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11558 when the buffer ends with a macro continuation char.
11559
11560 * cc-engine.el (c-guess-basic-syntax): Added support for
11561 function definitions as statements in Pike. The first
11562 statement in a lambda block is now labeled defun-block-intro
11563 instead of statement-block-intro.
11564
11565 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11566 so that the class surrounding point is selected, not the one
11567 innermost in the state.
11568
11569 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11570 recognition of switch labels having hanging multiline
11571 statements.
11572
11573 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11574 some code in c-guess-basic-syntax to a separate function.
11575 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11576 recognition of member inits with multiple line arglists.
11577 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11578 member-init-cont when the commas are in funny places.
11579
115802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11581
11582 * cc-defs.el (c-auto-newline): Removed this macro since it's
11583 not used anymore.
11584
11585 * cc-engine.el (c-looking-at-bos): New helper function.
11586 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11587 inexpr and toplevel classes apart in Pike.
11588
11589 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11590 of case 9A.
11591
11592 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11593 constant, since "class" can introduce an in-expression class
11594 in Pike nowadays.
11595
115962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11597
11598 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11599 indentation on cpp-macro lines.
11600
11601 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11602 a syntax modifier like comment-intro, to make it possible to
11603 get syntactic indentation for preprocessor directives. It's
11604 incompatible wrt to lineup functions on cpp-macro, but it has
11605 no observable effect in the 99.9% common case where cpp-macro
11606 is set to -1000.
11607
116082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11609
11610 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11611 member-init-cont when the preceding arglist is several lines.
11612
116132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11614
11615 * cc-styles.el (c-style-alist): The basic offset for the BSD
11616 style corrected to 8.
11617
116182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11619
11620 * cc-styles.el (c-style-alist): Adjusted the indentation of
11621 brace list openers in the gnu style.
11622
116232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11624
11625 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11626
11627 * cc-cmds.el (c-electric-brace, c-electric-slash,
11628 c-electric-star, c-electric-semi&comma, c-electric-colon,
11629 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11630 when c-syntactic-indentation is nil.
11631
11632 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11633 we were left at comments preceding the first statement when
11634 reaching the beginning of the buffer.
11635
11636 * cc-vars.el (c-syntactic-indentation): New variable to turn
11637 off all syntactic indentation.
11638
116392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11640
11641 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11642 between the text and the block comment ender when it hangs,
11643 depending on how many there are before the fill.
11644
116452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11646
11647 * cc-engine.el (c-beginning-of-closest-statement): New helper
11648 function to go back to the closest preceding statement start,
11649 which could be inside a conditional statement.
11650 * cc-engine.el (c-guess-basic-syntax): Use
11651 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11652
11653 * cc-engine.el (c-guess-basic-syntax): Better handling of
11654 arglist-intro, arglist-cont-nonempty and arglist-close when
11655 the arglist is nested inside parens. Cases 7A, 7C and 7F
11656 changed.
11657
11658 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11659 up-to-date with javadoc 1.2.
11660
116612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11662
11663 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11664 multiline Pike type decls.
11665
116662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11667
11668 * cc-cmds.el (c-indent-new-comment-line): Always break
11669 multiline comments in multiline mode, regardless of
11670 comment-multi-line.
11671
116722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11673
11674 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11675 fully::qualified::names in C++ member init lists. Preamble in
11676 case 5D changed.
11677
116782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11679
11680 * cc-langs.el (c-common-init): Handling of obsolete variables
11681 moved to c-initialize-cc-mode. More compatible style override
11682 when using global style variables.
11683 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11684 variables moved here.
11685
a30eb617
DL
11686 * cc-styles.el (c-make-styles-buffer-local): Flag style
11687 variable localness in c-style-variables-are-local-p to make
11688 the compatibility measure in c-common-init work well.
11689
11690 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11691 longer contain set-from-style.
11692 * cc-styles.el (c-initialize-builtin-style): Don't check for
11693 set-from-style on c-special-indent-hook.
11694 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11695 copy-alist is sufficient now.
11696
11697 * cc-styles.el (c-set-style, c-set-style-1,
11698 c-get-style-variables): Fixes to variable initialization so
11699 that duplicate entries in styles have the same effect
11700 regardless of DONT-OVERRIDE.
11701
11702 * cc-styles.el (c-set-style-2): Fixed bug where the
11703 initialization of inheriting styles failed when the
11704 dont-override flag is set.
11705
11706 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11707 on this.
11708
117092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11710
11711 * cc-defs.el (c-forward-comment): Removed the workaround
11712 introduced in 5.38 since it had worse side-effects. If a line
11713 contains the string "//\"", it regarded the // as a comment
11714 start since the \ temporarily doesn't have escape syntax.
11715
117162000-07-17 Emmanuel Briot <briot@act-europe.fr>
11717
11718 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11719 ada-xref.el before ada-prj.el, so that the Project menu is created
11720 when ada-prj tries to add to it.
11721 (ada-activate-keys-for-case): Suppress the characters that are not
11722 part of the Ada syntax. Better compatibility with else-mode
11723 (ada-adjust-case-interactive): When auto-casing is not active,
11724 correctly insert newlines (used to insert only ^M). Prevent the
11725 syntax table from being changed in case of an error
11726 (or '_' becomes part of a word and some commands are confused).
11727 Do nothing if ada-auto-case is nil.
11728 (ada-after-keyword-p): Ignore keywords that are also attributes
11729 (ada-batch-reformat): Update usage comment
11730 (ada-call-from-contextual-menu): New function
11731 (ada-case-read-exceptions): Reinitialize the casing exception list
11732 first to nil first, so that the casing exception file can be
11733 shared.
11734 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11735 files.
11736 (ada-compile-goto-error): Fix regexp used to detect a file:line
11737 anywhere in the error message
11738 (ada-contextual-menu-last-point): New variable
11739 (ada-create-keymap): If the variable delete-key-deletes-forward is
11740 t on XEmacs, it means that DEL should delete one character
11741 forward.
11742 (ada-create-menu): Use :included instead of :visible for XEmacs.
11743 New submenu "Options".
11744 (ada-end-stmt-re): Correctly indent "select ... then abort"
11745 statements.
11746 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11747 even if they don't match ada-fill-comment-prefix Fix handling of
11748 paragraphs on the first or last line of a file.
11749 (ada-format-paramlist): Fix handling of default parameter values.
11750 (ada-get-body-name): New function.
11751 (ada-get-current-indent): Optimized by searchling directly for an
11752 existing generic part or a statement outside of it. Handle
11753 ada-indent-align-comments when indenting comments Replaced some
11754 regexps by testing directly the next character. This results in a
11755 huge speedup on some files. New indentation scheme for renames
11756 statements. Stop looking for the 'while' or 'for' associated with
11757 a 'loop' at the first semicolon encountered. A "return" can also
11758 match an anonymous access subprogram declaration.
11759 (ada-get-indent-noindent): Ignore strings and comments when
11760 looking for the keywords "record" and "private".
11761 (ada-goto-matching-decl-start): When matching "if", make sure we
11762 are not in fact seeing "end if". Ignore "when" statements except
11763 when initial keyword was "begin". Fix handling of nested
11764 procedures. Add a recursive call to this function to skip over
11765 other 'end' statmts. Fix indentation for "when .. => begin"
11766 (ada-in-open-paren-p): Fix indentation for complex boolean
11767 expressions, where 'and then', 'or else' and parenthesis
11768 statements are mixed up.
11769 (ada-in-paramlist-p): Skip comments while searching for the
11770 beginning Fix handling of operator declarations.
11771 (ada-indent-align-comments): New variable
11772 (ada-indent-current): Change the syntax table only in the
11773 protected section, so that we are sure it is restored correctly.
11774 (ada-indent-on-previous-lines): Use ada-use-indent and
11775 ada-with-indent Correctly indent "select ... then"
11776 (ada-indent-region): Slight speedup.
11777 (ada-indent-renames): New variable.
11778 (ada-last-which-function-subprog, ada-last-which-function-line):
11779 New variables
11780 (ada-looking-at-semi-private): Correctly indent the 'private'
11781 keyword when it is the first word in a package declaration.
11782 (ada-loose-case-word): Stop searching if at the end of the buffer.
11783 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11784 even if point is not initially at the end of the word.
11785 (ada-matching-decl-start-re): Add "when".
11786 (ada-mode): Add support for abbrev-mode, outline-mode and
11787 which-func-mode Override the old find-file.el entry in
11788 ff-special-constructs since it is using the obsolete
11789 ada-spec-suffix variable
11790 (ada-no-auto-case): New function
11791 (ada-scan-paramlist): When parsing the argument type, accept
11792 spaces (as in "X 'Class", generated by Rational Rose).
11793 (ada-other-file-name): No longer loads the other file.
11794 (ada-popup-menu): Save and restore the current buffer and cursor
11795 position before and after displaying the menu.
11796 (ada-search-ignore-complex-boolean): New function.
11797 (ada-uncomment-region): Emacs21 already knows how to delete
11798 comments not starting in the first column.
11799 (ada-use-indent): New variable
11800 (ada-which-function): New function.
11801 (ada-with-indent): New variable
11802 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11803 can be batch-compiled from the command line.
11804
11805 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11806 Add to the menu when the file is loaded, not in ada-mode-hook.
11807 Add -toolbar to the default ddd command Switches moved from
11808 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11809 ada-prj-default-comp-opt
11810 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11811 Reference Manual to the menu
11812 (ada-check-current): rewritten as a call to ada-compile-current
11813 (ada-compile): Removed.
11814 (ada-compile-application, ada-compile-current, ada-check-current):
11815 Set the compilation-search-path so that compile.el automatically
11816 finds the sources in src_dir. Automatic scrollong of the
11817 compilation buffer. C-uC-cC-c asks for confirmation before
11818 compiling
11819 (ada-compile-current): New parameter, prj-field
11820 (ada-complete-identifier): Load the .ali file before doing
11821 processing
11822 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11823 conform to gnatmake's behavior.
11824 (ada-find-file-in-dir): New function
11825 (ada-find-references): Set the environment variables for gnatfind
11826 (ada-find-src-file-in-dir): New function.
11827 (ada-first-non-nil): Removed
11828 (ada-gdb-application): Add support for jdb, the java debugger.
11829 (ada-get-ada-file-name): Load the original-file first if not done
11830 yet.
11831 (ada-get-all-references): Handles the new ali syntax (parent types
11832 are found between <>).
11833 (ada-initialize-runtime-library): New function
11834 (ada-mode-hook): Always load a project file when a file is opened,
11835 so that the casing exceptions are correctly read.
11836 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11837 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11838 to open the project file, since the latter does not work with
11839 speedbar Get default values before loading the prj file, or the
11840 default executable file name is wrong. Use the absolute value of
11841 src_dir to initialize ada-search-directories and
11842 compilation-search-path,... Add the standard runtime library to
11843 the search path for find-file.
11844 (ada-prj-default-debugger): Was missing an opening '{'
11845 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11846 variables.
11847 (ada-prj-default-gnatmake-opt): New variable
11848 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11849 buffers, the project file is the default one Save the windows
11850 configuration before displaying the menu.
11851 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11852 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11853 ...) regexp-quote identifiers names to support operators +,
11854 -,... in regexps.
11855 (ada-remote): New function.
11856 (ada-run-application): Erase the output buffer before starting the
11857 run Support remote execution of the application. Use
11858 call-process, or the arguments are incorrectly parsed
11859 (ada-set-default-project-file): Reread the content of the active
11860 project file, not the one from the current buffer When a project
11861 file is set as the default project, all directories are
11862 automatically associated with it.
11863 (ada-set-environment): New function
11864 (ada-treat-cmd-string): New special variable ${current}
11865 (ada-treat-cmd-string): Revised. The substitution is now done for
11866 any ${...} substring
11867 (ada-xref-current): If no body was found, compiles the spec
11868 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11869 compiler to get rid of command line length limitations.
11870 (ada-xref-get-project-field): New function
11871 (ada-xref-project-files): New variable
11872 (ada-xref-runtime-library-specs-path)
11873 (ada-xref-runtime-library-ali-path): New variables
11874 (ada-xref-set-default-prj-values): Default run command now does a
11875 cd to the build directory. New field: main_unit Provide a default
11876 file name even if the current buffer has no prj file.
11877
11878 * ada-prj.el:
11879 Rewritten to show a tabbed-dialog.
11880 (ada-prj-add-ada-menu): Remove the map and name parameters.
11881 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11882 New function
11883 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11884 (ada-prj-load-from-file): New function
11885 (ada-prj-save): Always save fields that depend on the current buffer
11886 (ada-prj-show-value): New function
11887
11888 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11889 Ada mode. This will allow us to display the Ada menu in any buffer
11890 we want (for project items).
11891 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11892 number of spaces in the header.
11893
118942000-07-24 Dave Love <fx@gnu.org>
11895
11896 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11897
118982000-07-23 Noah Friedman <friedman@splode.com>
11899
11900 * type-break.el (type-break): perform autosave.
11901 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11902 (type-break-do-query): Cancel query schedule while performing
11903 actual query, to avoid possibility of a second query being made
11904 while first one is already in progress.
11905 (type-break-time-stamp-format): New variable.
11906 (type-break-time-stamp): New function.
11907 (type-break-time-warning): Use it.
11908 (type-break-keystroke-warning): Use it.
11909 (type-break-noninteractive-query): Use it.
11910
11911 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11912 cookie.
11913 Use add-minor-mode to set minor-mode-alist, if available.
11914 (eldoc-echo-area-use-multiline-p): New user option.
11915 (eldoc-echo-area-multiline-supported-p): New variable.
11916 (eldoc-docstring-format-sym-doc): Use them.
11917 (eldoc-mode): If not using idle timers, append to local post and
11918 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11919 (eldoc-display-message-no-interference-p): Don't interfere with
11920 edebug.
11921 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11922 (eldoc-function-arglist): New function.
11923 (eldoc-function-argstring): Use it.
11924
11925 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11926 auto save directory exists before calling directory-files.
11927
119282000-07-23 Dave Love <fx@gnu.org>
11929
11930 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11931 ^o, ^u.
11932
119332000-07-21 Dave Love <fx@gnu.org>
11934
11935 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11936 now passed to the function. It now works properly.
11937
11938 * smerge-mode.el (smerge-mode-menu): Fill it out.
11939
119402000-07-20 Gerd Moellmann <gerd@gnu.org>
11941
11942 * info-look.el (info-lookup): If *info* is shown in another frame
11943 on the same display, select that frame, instead of switching to
11944 the Info buffer in another window of the selected frame.
11945
11946 * simple.el (universal-argument-map): Bind numeric keypad keys
11947 kp-0 to kp-9 and kp-subtract.
11948 (digit-argument): Handle these keys.
11949
119502000-07-20 Dave Love <fx@gnu.org>
11951
11952 * net/goto-addr.el (goto-address-fontify): Don't bother with
11953 buffer-modified and read-only stuff -- irrelevant with overlays.
11954 Put an extra property on the overlays and use it to clean up in
11955 case goto-address is re-run.
11956
119572000-07-19 Richard M. Stallman <rms@gnu.org>
11958
11959 * timer.el (run-with-idle-timer): Doc fix.
11960
11961 * mail/mail-utils.el (mail-strip-quoted-names):
11962 Handle case where <...> appears inside "...".
11963 Use replace-match to edit the string more simply.
11964 (rmail-dont-reply-to): Cope with an unmatched ".
11965
119662000-07-19 Dave Love <fx@gnu.org>
11967
11968 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11969 implementation.
11970
11971 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11972 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11973 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11974
119752000-07-19 Gerd Moellmann <gerd@gnu.org>
11976
11977 * textmodes/refer.el: Correct maintainer's email address.
11978
11979 * progmodes/hideif.el: Correct author's email address.
11980 Fix typo in comment.
11981
11982 * xml.el: New file.
11983
11984 * mail/mailheader.el: Correct author's mail address.
11985
11986 * gnus/parse-time.el: Correct author's mail address.
11987
119882000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11989
11990 * comint.el (comint-highlight-input, comint-highlight-face):
11991 New user options.
11992 (comint-input-ring-file-name): Change custom type.
11993 (comint-mode-map): Bind mouse-2.
11994 (comint-insert-clicked-input): New function.
11995 (comint-send-input): Handle input highlighting.
11996
119972000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11998
11999 * mouse.el (popup-menu): New function.
12000 (mouse-major-mode-menu): Use it.
12001
120022000-07-18 Dave Love <fx@gnu.org>
12003
12004 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12005 improvements.
12006
120072000-07-18 Gerd Moellmann <gerd@gnu.org>
12008
12009 * faces.el (face-font-selection-order)
12010 (face-font-family-alternatives): Add custom type.
12011
120122000-07-18 Dave Love <fx@gnu.org>
12013
12014 * cus-edit.el (custom-variable-reset-saved)
12015 (custom-variable-reset-standard): Remove unused bindings.
12016
12017 * rect.el (open-rectangle-line): Remove unused let.
12018
12019 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12020
120212000-07-18 Gerd Moellmann <gerd@gnu.org>
12022
12023 * cdl.el: Fix `Maintainer' keyword.
12024
12025 * play/pong.el: Add author's email address.
12026
120272000-07-17 Sam Steingold <sds@gnu.org>
12028
12029 * files.el (insert-directory): Call `split-string' instead of
12030 re-implementing it.
12031
120322000-07-18 Gerd Moellmann <gerd@gnu.org>
12033
12034 * mail/vms-pmail.el: Change maintainer to FSF.
12035
12036 * net/goto-addr.el: Change maintainer to FSF.
12037
12038 * info.el (Info-title-face-alist): Removed.
12039
120402000-07-18 David Ponce <david@dponce.com>
12041
12042 * recentf.el (recentf-open-files): New command that works like
12043 `recentf-open-more-files', but shows the whole list of files (not just
12044 those omitted from the menu). Useful if you don't use a menu-bar!
12045 (recentf-open-more-files) Modified to use `recentf-open-files'.
12046
12047 (recentf-open-files, recentf-open-more-files)
12048 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12049
12050 (recentf-dialog-mode): New mode for dialogs. You can now just type
12051 "q" to cancel the dialogs.
12052
120532000-07-18 David Ponce <david@dponce.com>
12054
12055 * recentf.el: This is a major update of recentf.el. It adds new
12056 features to better organize the recentf menu and "More..." buffer.
12057
12058 Using new provided menu filtering functions you can now organize the
12059 recent files list:
12060
12061 - by major modes
12062 - by directories
12063 - by user defined rules
12064
12065 Finally, with the new `recentf-filter-changer' customizable filter you
12066 can define a ring of filters and dynamically (via the menu) cycle on
12067 each menu organization in the ring (a la msb).
12068
120692000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12070
12071 * eshell/eshell.el (eshell): Replace links to eshell.info with
12072 links to eshell, to avoid problems on systems where the manual is
12073 installed as `eshell'.
12074 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12075 * eshell/em-smart.el (eshell-smart): Ditto.
12076 * eshell/em-banner.el (eshell-banner): Ditto.
12077 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12078
12079 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12080 same-file check in the MS-DOS version (it does support inodes).
12081
12082 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12083
12084 * eshell/eshell.el (eshell-directory-name):
12085 Run default directory name through convert-standard-filename.
12086
120872000-07-18 Kenichi Handa <handa@etl.go.jp>
12088
12089 * international/mule-cmds.el (select-safe-coding-system):
12090 Fix typo in the comment.
12091
12092 * language/european.el (compound-text):
12093 Force katakana-jisx0201 to be designated to G1.
12094
12095 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12096 Don't translate some national variant characters of latin-jisx0201.
12097 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12098
12099 * international/kkc.el (kkc-after-update-conversion-functions):
12100 New variable.
12101 (kkc-update-conversion): Run functions in it at the tail.
12102
121032000-07-16 John Wiegley <johnw@gnu.org>
12104
12105 * lisp/align.el (align-newline-and-indent):
12106 Adding new function. for auto-aligning blocks of code on RET.
12107 (align-region): Fixed badly formatted minibuffer message.
12108
121092000-07-17 Kenichi Handa <handa@etl.go.jp>
12110
12111 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12112 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12113 the conversion list at first if appropriate.
12114 (kkc-next): Don't update kkc-next-count here.
12115 (kkc-prev): Don't update kkc-prev-count here.
12116 (kkc-show-conversion-list-update): Fix setting up of conversion
12117 list message.
12118
121192000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12120
12121 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12122
121232000-07-16 Dave Love <fx@gnu.org>
12124
12125 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12126 function to be more specific.
12127
12128 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12129 non-string help-echo.
12130 (widget-types-convert-widget): Defsubst it.
12131 (widget-echo-help): Try to cope with a help-echo function of two
12132 possible sorts.
12133
121342000-07-15 Jason Rumney <jasonr@gnu.org>
12135
12136 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12137 Declare as obsolete.
12138
12139 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12140
121412000-07-14 Gerd Moellmann <gerd@gnu.org>
12142
12143 * hilit-chg.el: Fix typo.
12144
121452000-07-14 Dave Love <fx@gnu.org>
12146
12147 * info.el (Info-mode-menu): Fix use of :help, :enable.
12148
121492000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12150
12151 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12152
121532000-07-13 Dave Love <fx@gnu.org>
12154
12155 * emacs-lisp/easymenu.el: Doc fixes.
12156 (easy-menu-remove): Defalias to ignore.
12157
12158 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12159 Call throw correctly.
12160
121612000-07-13 Gerd Moellmann <gerd@gnu.org>
12162
12163 * faces.el (frame-background-mode): Doc fix.
12164
12165 * simple.el (eval-expression-print-length): Change custom type to
12166 allow entering nil as value.
12167
121682000-07-13 Dave Love <fx@gnu.org>
12169
12170 * progmodes/fortran.el (fortran-imenu-generic-expression):
12171 Change definition layout.
12172 (fortran-mode-menu): Reinstate customize entries.
12173
12174 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12175 Use :filter, per old XEmacs code.
12176
121772000-07-12 Gerd Moellmann <gerd@gnu.org>
12178
12179 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12180 event when deciding what to send to the terminal.
12181
121822000-07-12 Dave Love <fx@gnu.org>
12183
12184 * cus-start.el: Add optional version as 4th element of specs and
12185 use it for several things new in v21. Remove load-path. Fix type
12186 of line-number-display-limit.
12187
121882000-07-11 Dave Love <fx@gnu.org>
12189
12190 * progmodes/fortran.el: Don't require easymenu.
12191 Use repeat counts in various regexps.
12192 (fortran-mode-syntax-table): Defvar directly.
12193 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12194 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12195 Use defvar, not defconst.
12196 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12197 (fortran-mode): Set fortran-comment-line-start-skip,
12198 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12199 (fortran-comment-indent): Use defsubst.
12200 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12201 Use fortran-comment-indent, not fortran-comment-indent-function.
12202 (fortran-comment-region, fortran-electric-line-number): Simplify.
12203 (fortran-auto-fill): New function.
12204 (fortran-do-auto-fill): Deleted.
12205 (fortran-find-comment-start-skip):
12206 Check for non-null comment-start-skip.
12207 (fortran-auto-fill-mode, fortran-fill-statement):
12208 Use fortran-auto-fill.
12209 (fortran-fill): Use fortran-auto-fill. Check for null
12210 comment-start-skip. Simplify final clause and use end-of-line finally.
12211
12212 * widget.el (widget-plist-member): New alias.
12213
122142000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12215
12216 * eshell/esh-module.el (toplevel): Reference
12217 byte-compile-current-file only if it is bound.
12218
122192000-07-10 Gerd Moellmann <gerd@gnu.org>
12220
12221 * dired.el: Don't require `dired-aux'.
12222
122232000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12224
12225 * dired-aux.el (dired-show-file-type): New function.
12226 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12227 (dired-show-file-type): Add autoload.
12228
122292000-07-10 Kenichi Handa <handa@etl.go.jp>
12230
12231 * international/mule-diag.el (describe-font): Adjusted for the
12232 change of fontset-info.
12233 (print-fontset): Likewise.
12234
122352000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12236
12237 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12238
122392000-07-07 Gerd Moellmann <gerd@gnu.org>
12240
12241 * bindings.el: Bind `[delete]' to delete-char.
12242
12243 * dired.el (dired-find-alternate-file): New function.
12244 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12245 (toplevel): Require dired-aux when compiling.
12246 (dired-buffers): Move defvar within file to avoid compiler warning.
12247
12248 * info.el (Info-last-search): Variable removed.
12249 (Info-search-history): New variable.
12250 (Info-search): New Info-search-history.
12251
12252 * battery.el, info-look.el: Change author's mail address.
12253
122542000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12255
12256 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12257 if rmail-ignored-headers is nil.
12258 (rmail-retry-failure): Bind rmail-ignored-headers and
12259 rmail-displayed-headers to nil.
12260
122612000-07-06 Gerd Moellmann <gerd@gnu.org>
12262
12263 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12264 (print-region-1): Don't hard code `-h' here.
12265
12266 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12267
122682000-07-01 Francesco Potorti` <pot@gnu.org>
12269
12270 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12271 exim can use "your message" instead of "the message".
12272
122732000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12274
12275 * facemenu.el: Docstrings fixes.
12276 (facemenu-get-face): Don't use internal-find-face.
12277 (facemenu-iterate): Rename arg to match the docstring.
12278
12279 * newcomment.el (uncomment-region): Be more careful when skipping
12280 backwards over `=' not to bump into BOBP.
12281
122822000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12283
12284 * ediff-diff.el (ediff-wordify): Use syntax table.
12285 * ediff-init.el (ediff-has-face-support-p): Use
12286 ediff-color-display-p.
12287 (ediff-color-display-p): Use display-color-p, changed to defun
12288 from defsubst.
12289 Got rid of special cases for NeXT and OS/2.
12290 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12291 face.
12292
122932000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12294
12295 * emacs-lisp/lucid.el: Require CL.
12296 (copy-tree, remprop): Remove, it's provided by CL.
12297 (map-keymap): Define in terms of cl-map-keymap.
12298 (extent-property, set-extent-end-glyph): New functions.
12299
12300 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12301
123022000-07-05 Gerd Moellmann <gerd@gnu.org>
12303
12304 * Makefile.in (DONTCOMPILE): Add comment that the name may
12305 not be changed without changing the make-dist script.
12306
12307 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12308 (cl-mapc): Use mapc instead of cl-old-mapc.
12309
123102000-07-05 Andrew Innes <andrewi@gnu.org>
12311
12312 * makefile.nt: Add support for `bootstrap' and related targets.
12313
123142000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12315
12316 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12317 (easy-menu-do-define): Use `menu-item' format.
12318 Handle case where easy-menu-create-menu returns a symbol.
12319 Manually call the potential top-level filter in the function binding.
12320 (easy-menu-filter-return): New arg NAME.
12321 Convert to a keymap if MENU is an XEmacs menu.
12322 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12323 (easy-menu-converted-items-table, easy-menu-convert-item):
12324 New var and fun to memoize easy-menu-convert-item-1.
12325 (easy-menu-do-add-item): Use it.
12326 (easy-menu-create-menu): Use easy-menu-convert-item.
12327 Wrap easy-menu-filter-return around any :filter specification.
12328 Don't convert the menu if a filter was specified.
12329 Tell easy-menu-make-symbol not to check for MENU being an expression.
12330 (easy-menu-make-symbol): New arg NOEXP.
12331
123322000-07-05 Gerd Moellmann <gerd@gnu.org>
12333
12334 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12335 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12336 (eval-defun): If called with prefix arg, instrument code for
12337 Edebug.
12338
12339 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12340 similar to that of eval-defun.
12341
123422000-07-04 Dave Love <fx@gnu.org>
12343
12344 * hl-line.el (hl-line-overlay): Make it permanent-local.
12345
12346 * calendar/todo-mode.el: Replaced with a working version, based on
12347 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12348
123492000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12350
12351 * paths.el (prune-directory-list): New function.
12352 (Info-default-directory-list): Rewritten to more methodically
12353 enumerate a big list of possible info directories (based on the
12354 list used by the standalone info reader).
12355
12356 * info.el (info-initialize): Use prune-directory-list to remove
12357 non-existent directories from Info-directory-list.
12358
12359 * paths.el (Info-default-directory-list): Try a list of possible
12360 info-directories instead of a single one. Add the possible
12361 info directory "/usr/share/info".
12362
12363 * woman.el (woman-man.conf-path): Explicitly include the debian
12364 man-db config file "/etc/manpath.config".
12365 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12366 are present in `manpath.config'.
12367 (woman-manpath): Include "/usr/share/man".
12368
123692000-07-03 Gerd Moellmann <gerd@gnu.org>
12370
12371 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12372
12373 * startup.el (command-line): Initialize blink-cursor based
12374 on window-system.
12375
12376 * frame.el (blink-cursor): Default to nil if not running under
12377 a window-system.
12378
12379 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12380 (face-x-resources): Remove duplicate entry for :font.
12381
12382 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12383 instead of cycling through windows with next-window.
12384
12385 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12386 of cycling through windows with next-window.
12387
12388 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12389 of cycling through windows with next-window.
12390
12391 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12392 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12393 instead of cycling through windows with next-window.
12394
12395 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12396 instead of cycling through windows with next-window.
12397
12398 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12399 of cycling through windows with next-window.
12400
12401 * terminal.el (te-process-output): Use walk-windows instead of
12402 cycling through windows with next-window.
12403
12404 * server.el (server-switch-buffer): Use some-window instead of
12405 cycling through windows with next-window.
12406
12407 * window.el (some-window): New function.
12408 (walk-windows): Remove reference to walk-windows-start.
12409
12410 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12411
124122000-07-03 Richard Stallman <rms@gnu.org>
12413
12414 * window.el (walk-windows): Guarantee termination by keeping a list
12415 of all the windows already handled.
12416
124172000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12418
12419 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12420 window-system.
12421
12422 * man.el (Man-notify-when-ready): Don't use window-system. If
12423 Man-notify-method is newframe, and the display is not
12424 multi-frame, select the frame created for the man page.
12425 (Man-init-defvars): Doc fix.
12426
124272000-06-28 Gerd Moellmann <gerd@gnu.org>
12428
12429 * faces.el (region): Change background color for light background.
12430
12431 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12432 attribute from mode-line face of Ediff control frame.
12433
12434 * replace.el (query-replace-map): Bind `e' like `E'.
12435
124362000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12437
12438 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12439 Change name to "Select All".
12440
12441 * dos-fns.el (convert-standard-filename): Fix last change.
12442
124432000-06-27 Gerd Moellmann <gerd@gnu.org>
12444
12445 * help.el (describe-variable): Don't insert a second `'s' in front
12446 of the string `value is shown below'. Since the syntax-table is
12447 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12448 an existing `'s', so that this won't be deleted.
12449
12450 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12451 * pcmpl-unix.el: New files.
12452
124532000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12454
12455 * wid-edit.el (widget-member): Use the new plist-member.
12456
124572000-06-26 Gerd Moellmann <gerd@gnu.org>
12458
12459 * replace.el (perform-replace): Undo change of 2000-04-04.
12460 Instead, move backward 1 character at the end of the loop when
12461 necessary.
12462
12463 * faces.el (fringe): Change face for different backgrounds.
12464
12465 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12466 patch from John.
12467
12468 * eshell/*.el: Change spelling of the Free Software Foundation.
12469
12470 * eshell/esh-toggle.el: Removed.
12471
12472 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12473
12474 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12475 interactively.
12476
124772000-06-26 Alex Schroeder <alex@gnu.org>
12478
12479 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12480 `define-key'; instead of checking `(emacs-version)' check for
12481 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12482 for `;' and `o' which might be electric.
12483
12484 (sql-electric-stuff): New user option.
12485 (sql-magic-go): New function which uses `sql-electric-stuff'.
12486 (sql-magic-semicolon): New function which uses
12487 `sql-electric-stuff'.
12488
12489 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12490 is not fboundp.
12491
12492 (sql-oracle-options): New variable.
12493 (sql-oracle): Use it.
12494
12495 (sql-imenu-generic-expression): Doc change.
12496 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12497 is used.
12498
12499 (sql-informix): Added command line parameter "-" to force
12500 sql-informix-program to use stdout.
12501
125022000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12503
12504 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12505 (cp864-decode-table): Doc fix.
12506 (cp720-decode-table): New variable, supports the Arabic OEM
12507 codepage used by Windows.
12508 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12509
125102000-06-23 Dave Love <fx@gnu.org>
12511
12512 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12513 (font-lock-fontify-anchored-keywords): Use
12514 line-beginning-position.
12515 (global-font-lock-mode): Use mapc.
12516
125172000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12518
12519 * eshell/esh-module.el: Require CL when compiling.
12520
125212000-06-23 Gerd Moellmann <gerd@gnu.org>
12522
12523 * comint.el (comint-substitute-in-file-name): Call replace-match
12524 with second and third arg t.
12525
12526 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12527 Specify foreground color.
12528
12529 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12530 color.
12531
12532 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12533
12534 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12535 cddr instead of cdddr.
12536
12537 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12538 instead of copy-list.
12539
12540 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12541 of copy-list.
12542
12543 * subdirs.el: Add eshell subdirectory.
12544
12545 * eshell: New subdirectory containing the Eshell package.
12546
12547 * pcomplete.el: New file.
12548
125492000-06-23 Paul Eggert <eggert@twinsun.com>
12550
12551 * mail/mailpost.el (post-mail-send-it): Make sure file has
12552 proper permissions from birth.
12553
12554 * files.el (basic-save-buffer-2): When temporarily setting
12555 file modes, set them to current modes plus 0200, not to 0777.
12556
12557 * emerge.el (emerge-make-temp-file): Make sure file has proper
12558 permissions from birth.
12559
125602000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12561
12562 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12563 backup file name through convert-standard-filename.
12564
12565 * dos-fns.el (convert-standard-filename): Convert leading
12566 directories as well. When long file names are supported, convert
12567 characters that are invalid in Windows file names.
12568
125692000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12570
12571 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12572 ps-print crashes. New feature: page selection for printing. Create
12573 raw-text-unix coding system for XEmacs. Doc fix.
12574 (ps-print-version): New version number (5.2.3).
12575 (ps-plot-region): Bug fix.
12576 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12577 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12578 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12579 funs.
12580 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12581 (ps-last-page): New vars.
12582
125832000-06-21 Gerd Moellmann <gerd@gnu.org>
12584
12585 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12586 empty option string.
12587
125882000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12589
12590 * man.el (man): Doc fix.
12591
125922000-06-21 Kenichi Handa <handa@etl.go.jp>
12593
12594 * international/mule-cmds.el (set-language-info-alist): Docstring
12595 fixed.
12596
125972000-06-20 Gerd Moellmann <gerd@gnu.org>
12598
12599 * version.el (emacs-version): Use ISO date format.
12600
12601 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12602 instead of `M-backspace'.
12603
12604 * simple.el (turn-off-auto-fill): New function.
12605
126062000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12607
12608 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12609 Renamed from with-buffer-prepared-for-font-lock and use
12610 inhibit-modification-hooks rather than setting *-change-functions.
12611 Update all functions to use the new name.
12612 (jit-lock-first-unfontify-pos): New semantics (and doc).
12613 (jit-lock-mode): Make non-interactive.
12614 Don't automatically turn on font-lock.
12615 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12616 Always use jit-lock-after-change.
12617 Remove and restore font-lock-after-change-function.
12618 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12619 (jit-lock-after-unfontify-buffer): Remove.
12620 (jit-lock-stealth-fontify):
12621 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12622 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12623
126242000-06-20 Sam Steingold <sds@gnu.org>
12625
12626 * emacs-lisp/cl-indent.el (toplevel): Indent
12627 `print-unreadable-object' properly. Untabify.
12628
126292000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12630
12631 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12632 Support for bibentry.
12633 (reftex-compile-variables): Fixed problem with end of section-re.
12634
12635 * texmodes/reftex-dcr.el (reftex-view-crossref,
12636 reftex-view-crossref-from-bibtex):
12637 Deal with changed `reftex-find-citation-regexp-format'.
12638 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12639 Replaced `remprop' with `put'.
12640 (reftex-view-crossref, reftex-view-crossref-when-idle):
12641 Support for bibentry.
12642
12643 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12644 New entry for bibentry package.
12645
12646 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12647 Regexp also matches "\nobibliography".
12648
12649 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12650 Call `reftex-ensure-write-access' before doing anything.
12651 (reftex-ensure-write-access): New function.
12652
126532000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12654
12655 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12656
12657 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12658
12659 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12660
12661 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12662
12663
126642000-06-20 Dave Love <fx@gnu.org>
12665
12666 * faces.el (frame-background-mode): Use set-default, not set, in
12667 setter.
12668 (frame-update-faces, frame-update-face-colors): Define with
12669 defalias.
12670
12671 * enriched.el (enriched-decode-foreground)
12672 (enriched-decode-background): Don't use internal-find-face.
12673
12674 * apropos.el: Doc fixes.
12675
12676 * cus-edit.el (customize-changed-options): Check arg.
12677 (customize-version-lessp): Don't require decimal point.
12678
12679 * custom.el (defcustom, defgroup): Doc fix.
12680
12681 * newcomment.el (comment) <defgroup>: Add :version.
12682 (comment-multi-line): Doc fix.
12683
12684 * emulation/mlsupport.el (define-hooked-local-abbrev,
12685 define-hooked-global-abbrev): Fix, using define-abbrev.
12686
126872000-06-19 Gerd Moellmann <gerd@gnu.org>
12688
12689 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12690 the whole buffer.
12691
126922000-06-19 Dave Love <fx@gnu.org>
12693
12694 * menu-bar.el (menu-bar-options-save): New function.
12695 (menu-bar-options-menu): Use it.
12696 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12697 Simplify.
12698
126992000-06-19 Andreas Schwab <schwab@suse.de>
12700
12701 * progmodes/etags.el (tags-query-replace): Put new parameters
12702 START and END at the end, for backward compatibility.
12703
127042000-06-19 Kenichi Handa <handa@etl.go.jp>
12705
12706 * international/codepage.el:
12707 (cp-coding-system-for-codepage-1): Delete special codes for
12708 generating xxx-dos coding system because now a CCL based coding
12709 system can handle EOL conversion by default.
12710
12711 * international/mule.el (make-coding-system): Generate subsidiary
12712 coding systems for EOL handling variants even for a CCL based
12713 coding system.
12714
127152000-06-19 Kenichi Handa <handa@etl.go.jp>
12716
12717 * international/isearch-x.el (isearch-minibuffer-input-method)
12718 (isearch-minibuffer-input-method-function): These variables
12719 deleted.
12720 (isearch-with-input-method): Don't use the above variables.
12721 (isearch-process-search-multibyte-characters): Likewise. Call
12722 read-string with the arg INHERIT-INPUT-METHOD t.
12723
127242000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12725
12726 * font-lock.el (font-lock-after-fontify-buffer)
12727 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12728
12729 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12730 Use consistent make-local-variable style for font-lock-fontified.
12731 (jit-lock-fontify-buffer):
12732 Don't bother checking for font-lock-mode and jit-lock-mode.
12733
12734 * time.el: Remove trailing ^M that prevent CVS-merging.
12735
127362000-06-16 Gerd Moellmann <gerd@gnu.org>
12737
12738 * Makefile.in (distclean): New target.
12739
127402000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12741
12742 * Makefile.in (srcdir): Define for update-subdirs.
12743
127442000-06-16 Gerd Moellmann <gerd@gnu.org>
12745
12746 * find-lisp.el: New file.
12747
127482000-06-16 Andrew Innes <andrewi@gnu.org>
12749
12750 * time.el (display-time-mail-function): New variable, to allow
12751 external packages to indicate when new mail is available.
12752 (display-time-update): Use it.
12753
127542000-06-16 Kenichi Handa <handa@etl.go.jp>
12755
12756 * international/mule.el (mule-version): Change version name to
12757 SAKAKI. AOI has already been used by Meadow.
12758
12759 * international/quail.el (quail-show-guidance-buf): To find the
12760 bottom window (but minibuffer), pay attention to the height of
12761 minibuffer.
12762
127632000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12764
12765 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12766 menu-bar menus. Add help strings. Don't remove the Edit menu
12767 from the menu bar, as the menu bar has enough space now.
12768
12769 * Makefile.in (SHELL): Make sure /bin/sh is used.
12770
12771 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12772 characters, which use series of two ^H characters instead of one.
12773
127742000-06-15 Gerd Moellmann <gerd@gnu.org>
12775
12776 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12777 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12778 functions.
12779 (Info-find-node-2): Try a case-sensitive search first, then
12780 do a case-insensitive search.
12781
12782 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12783 tutorials.
12784
12785 * complete.el (PC-env-vars-alist): New variable.
12786 (PC-complete-as-file-name): New function.
12787 (partial-completion-mode): Initialize PC-env-vars-alist from
12788 process-environment.
12789 (PC-do-completion): Handle completion of env vars.
12790
12791 * info.el (Info-set-mode-line): Show file name in mode line,
12792 use `*Info*' instead of `Info:'.
12793
12794 * startup.el (command-line-1): Change copyright messages to year
12795 2000.
12796
127972000-06-15 Dave Love <fx@gnu.org>
12798
12799 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12800 not local-map.
12801
128022000-06-15 Kenichi Handa <handa@etl.go.jp>
12803
12804 * international/mule.el (set-buffer-file-coding-system): Almost
12805 rewritten to handle `undecided' as no-op.
12806
128072000-06-14 Gerd Moellmann <gerd@gnu.org>
12808
12809 * Makefile.in: New file.
12810
12811 * Makefile: Removed.
12812
12813 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12814 (goto-address-highlight-keymap): Bind C-c RET.
12815
128162000-06-14 Kenichi Handa <handa@etl.go.jp>
12817
12818 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12819 inherits buffer-file-coding-system of the current buffer.
12820
12821 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12822 0. Give correct argument to set-auto-coding-function.
12823 (tar-expunge): For goto-char, use (point-min), not 0.
12824 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12825 (tar-subfile-save-buffer): Likewize.
12826
12827 * international/mule.el
12828 (after-insert-file-set-buffer-file-coding-system): Call
12829 set-buffer-file-coding-system with the arg FORCE t.
12830
128312000-06-13 Gerd Moellmann <gerd@gnu.org>
12832
12833 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12834 nil. Contemporary sendmails issue an X-Authentication-Warning if
12835 the sender is set with `-f'.
12836
128372000-06-13 Dave Love <fx@gnu.org>
12838
12839 * help.el (describe-function-1): Kluge around cases of functions
12840 fset to subrs whose doc doesn't match their symbol-name.
12841
12842 * image.el (insert-image): Default STRING to a space.
12843
12844 * info.el Doc fixes.
12845 (Info-build-node-completions): Match Ref tags.
12846
128472000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12848
12849 * frame.el (display-multi-frame-p, display-multi-font-p): New
12850 defaliases for display-graphic-p.
12851
12852 * hl-line.el: Fixed a typo in commentary.
12853
128542000-06-13 Kenichi Handa <handa@etl.go.jp>
12855
12856 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12857 fixed.
12858
128592000-06-12 Dave Love <fx@gnu.org>
12860
12861 * image.el (insert-image): Save a little consing.
12862
128632000-06-12 Kenichi Handa <handa@etl.go.jp>
12864
12865 * language/tibet-util.el: Convert all tibetan-1-column characters
12866 to the corresponding tibetan characters.
12867 (tibetan-add-components): Delete code for the special treatment of
12868 'a chung.
12869
12870 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12871 change.
12872 (tibetan-vowel-transcription-alist): More rules added.
12873 (tibetan-composite-vowel-alist): New variable.
12874 (tibetan-precomposition-rule-alist): More rules added.
12875
128762000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12877
12878 * startup.el (command-line): Only call menu-bar-mode if interactive.
12879
12880 * thingatpt.el (toplevel symbol-properties):
12881 * textmodes/makeinfo.el (makeinfo-compile):
12882 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12883 * progmodes/hideif.el (hif-compress-define-list)
12884 (hide-ifdef-use-define-alist):
12885 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12886 (ange-ftp-vms-add-file-entry):
12887 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12888 * man.el (Man-build-man-command):
12889 * mail/rnewspost.el (news-reply-header-hook):
12890 * info.el (Info-insert-dir):
12891 * emulation/mlconvert.el (backward-word, forward-word, setq):
12892 * emacs-lisp/gulp.el (gulp-send-requests):
12893 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12894 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12895 (byte-optimize-apply, end of file):
12896 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12897 (ad-make-freeze-definition):
12898 * startup.el (command-line, command-line-1): Don't quote lambdas.
12899
12900 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12901 (cvs-cleanup-removed): New function.
12902 (cvs-cleanup-functions): New var.
12903 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12904 some flexibility in specifying additional entries to auto-cleanup.
12905 (cvs-quickdir): New function.
12906 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12907 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12908 (cvs-mode-find-file): Check that we are on a filename or dirname
12909 when invoked through a mouse-click.
12910 (cvs-full-path): Remove.
12911 (cvs-dired-action): Re-introduced.
12912 (cvs-dired-noselect): Use it.
12913 (vc-post-command-functions): use this new hook if available.
12914
12915 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12916 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12917 (cvs-filename-map, cvs-dirname-map): Remove.
12918 (cvs-default-action): Remove.
12919 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12920 if the arg is really a keymap.
12921 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12922 Don't hardcode the mapping from state (aka type) to face, but check
12923 the var cvs-fi-<type>-face instead.
12924 (cvs-fileinfo-from-entries): New function.
12925
12926 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12927 Docstring fix.
12928 (cvs-find-file-and-jump): Change default to be safer.
12929 (cvs-mode-diff-map): Define it as a function as well.
12930 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12931 Bind mouse-2 in this global map rather than with text-properties.
12932
12933 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12934 file to resolve the ambiguity between C(conflict) and C(need-merge).
12935
129362000-06-12 Kenichi Handa <handa@etl.go.jp>
12937
12938 * international/mule.el (set-buffer-file-coding-system): If
12939 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12940 unconditionally.
12941
129422000-06-12 Dave Love <fx@gnu.org>
12943
12944 * wid-edit.el (widget-specify-button): Really suppress the face if
12945 required.
12946
129472000-06-11 Gerd Moellmann <gerd@gnu.org>
12948
12949 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12950
129512000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12952
12953 * imenu.el (imenu-generic-expression): Docstring fix.
12954
12955 * composite.el (composition-function-table): Move the `put'
12956 below the autoload cookie so we can load the file before loaddefs.
12957
12958 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12959
12960 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12961 Handle easy-mmode-define-global-mode.
12962 For complex macros like define-minor-mode that can generate
12963 several autoload entries, try to autoload entries in the
12964 macroexpanded code.
12965
12966 * emacs-lisp/easy-mmode.el (define-minor-mode):
12967 If KEYMAP is a symbol, just use it.
12968 Use byte-compile-current-file and load-file-name to infer the
12969 proper :require to pass to defcustom.
12970 Wrap the hook var into `progn' so as not to autoload it.
12971 Add a :autoload-end cookie.
12972 Be more careful about the evaluation of KEYMAP.
12973 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12974 (define-derived-mode): Move define-abbrev-table outside of defvar.
12975
129762000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12977
12978 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12979 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12980 (backup-compiled-files): Ignore errors during `tar'.
12981 (bootstrap): Make autoloads before elc files.
12982
129832000-06-10 Kenichi Handa <handa@etl.go.jp>
12984
12985 * international/mule.el (set-buffer-file-coding-system): If one of
12986 undecided-XXX is specified, change only EOL conversion.
12987
12988 * international/mule-conf.el (unix): New alias for the coding
12989 system undecided-unix.
12990
129912000-06-09 Dave Love <fx@gnu.org>
12992
12993 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12994
12995 * progmodes/executable.el: Byte compile dynamic.
12996 (executable-insert): Change custom type.
12997 (executable-find): Add autoload cookie.
12998 (executable-make-buffer-file-executable-if-script-p): New
12999 function. After Noah Friedman.
13000
13001 * files.el (after-save-hook): Customize, with
13002 executable-make-buffer-file-executable-if-script-p as an option.
13003
130042000-06-09 Kenichi Handa <handa@etl.go.jp>
13005
13006 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13007 "tib24p-mule.bdf" for Tibetan.
13008
13009 * composite.el (decompose-composite-char): Declare it as obsolete.
13010
13011 * man.el (Man-fontify-manpage): Pay attention to underline and
13012 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13013
130142000-06-08 Gerd Moellmann <gerd@gnu.org>
13015
13016 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13017 Set maintainer to FSF since author isn't reachable.
13018
130192000-06-08 Dave Love <fx@gnu.org>
13020
13021 * international/mule-cmds.el (select-safe-coding-system): If
13022 DEFAULT-CODING-SYSTEM is not specified, also check the most
13023 preferred coding-system if buffer-file-coding-system is
13024 `undecided'. From Handa.
13025
130262000-06-08 Kenichi Handa <handa@etl.go.jp>
13027
13028 * international/mule.el
13029 (after-insert-file-set-buffer-file-coding-system): If the buffer
13030 size is greater than INSERTED, judget that we are not visiting.
13031
130322000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13033
13034 * whitespace.el (defgroup whitespace): Comment out `:version'.
13035 XEmacs 20.4 has problems defining the group with this present.
13036 We'll have this commented out till get resolve the problem.
13037
130382000-06-07 John Wiegley <johnw@gnu.org>
13039
13040 * align.el (align-dq-string-modes, align-sq-string-modes)
13041 (align-open-comment-modes): Add pyhton-mode.
13042 (align-rules-list): Use get-text-property instead of
13043 text-properties-at.
13044 (align-rules-list): Add python-assignment.
13045 (align-rules-list): Change perl-comma-delimiter to
13046 basic-comma-delimiter. Use if for Perl modes and python-mode.
13047 (align-rules-list): Add python-chain-logic and
13048 basic-line-continuation.
13049
130502000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13051
13052 * apropos.el (apropos-mode-hook): New user variable.
13053 (apropos-mode): Run apropos-mode-hook.
13054
130552000-06-07 David Ponce <david@dponce.com>
13056
13057 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13058 commands. Require `wid-edit' at run-time.
13059
130602000-06-07 David Ponce <david@dponce.com>
13061
13062 * recentf.el: Added some "Commentary".
13063 (recentf-open-more-files, recentf-edit-list): Minor changes to
13064 move the point at the top of the file list. This behaviour is
13065 consistent with the menu one when the list contains a lot of
13066 files.
13067 (recentf-cleanup): Now displays the number of items removed from
13068 the list.
13069 (recentf-relative-filter) New menu filter to show filenames
13070 relative to `default-directory'.
13071
130722000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13073
13074 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13075 with/without giving an error if PostScript printer doesn't have this
13076 kind of page size. Zebra Stripe continues or restarts on next page.
13077 Manual/automatic paper feeding. Switch or not the header.
13078 (ps-print-version): New version number (5.2.2).
13079 (ps-windows-system): Include emx as a Windows system.
13080 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13081 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13082 (ps-background-text): Code fix.
13083 (ps-error-handler-message, ps-user-defined-prologue)
13084 (ps-print-prologue-header, ps-printer-name)
13085 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13086 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13087 (ps-use-face-background): Customization fix.
13088 (ps-n-up-database): Data fix.
13089 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13090 (ps-switch-header): New vars.
13091 (ps-xemacs-color-name, ps-face-foreground-name)
13092 (ps-face-background-name, ps-boolean-constant): New funs.
13093
130942000-06-07 Dave Love <fx@gnu.org>
13095
13096 * allout.el: New version from Manheimer.
13097
130982000-06-07 Kenichi Handa <handa@etl.go.jp>
13099
13100 * textmodes/fill.el (fill-find-break-point): Check the validity of
13101 charset.
13102
131032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13104
13105 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13106 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13107 Call display-color-p and display-mouse-p instead of looking at
13108 window-system.
13109
131102000-06-06 Dave Love <fx@gnu.org>
13111
13112 * image.el (find-image): Doc fix. Return nil if image not found.
13113 (put-image, insert-image): Make STRING arg optional.
13114
131152000-06-06 Kenichi Handa <handa@etl.go.jp>
13116
13117 * language/vietnamese.el: Remove eval-when-compile.
13118 (viet-viscii-nonascii-translation-table): Define it as a
13119 translation table made from viet-viscii-decode-table.
13120 (viet-viscii-encode-table): Define it as a translation table made
13121 from the reverse map of above.
13122 (viet-vscii-nonascii-translation-table): Define it as a
13123 translation table made from viet-vscii-decode-table.
13124 (viet-vscii-encode-table): Define it as a translation table made
13125 from the reverse map of above.
13126 (ccl-decode-viscii): Use translate-character.
13127 (ccl-encode-viscii, ccl-encode-viscii-font)
13128 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13129 Likewize.
13130
13131 * language/cyrillic.el: Remove eval-when-compile.
13132 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13133 translation table made from cyrillic-koi8-r-decode-table.
13134 (cyrillic-koi8-r-encode-table): Define it as a translation table
13135 made from the reverse map of above.
13136 (ccl-decode-koi8): Use translate-character.
13137 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13138 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13139 a translation table made from cyrillic-alternativnyj-decode-table.
13140 (cyrillic-alternativnyj-encode-table): Define it as a translation
13141 table made from the reverse map of above.
13142 (ccl-decode-alternativnyj): Use translate-character.
13143 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13144 Likewize
13145
13146 * international/mule-diag.el (non-iso-charset-alist): Specify
13147 translation table symbol instead of translation table itself.
13148 (list-block-of-chars): CHARSET may be a translation table symbol.
13149
13150 * international/mule.el (make-coding-system): If CODING-SYSTEM
13151 already exists, override it.
13152
13153 * international/fontset.el: Use family `proportional' for Tibetan
13154 fonts.
13155
13156 * international/ccl.el (ccl-compile-translate-character): Don't
13157 check if Rrr has property translation-table.
13158 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13159
131602000-06-05 Gerd Moellmann <gerd@gnu.org>
13161
13162 * info.el: Bind case-fold-search to t when searching in case
13163 a user sets it to nil in a hook.
13164
131652000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13166
13167 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13168 * hl-line.el (hl-line-mode): Use the new :global key argument.
13169
13170 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13171 (tar-clip-time-string): Prepend a space.
13172 (tar-grind-file-mode): Construct a string rather than modifying one.
13173 (tar-header-block-summarize): Fix docstring.
13174 Use `format' rather than an error-prone set of copy-loops.
13175
13176 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13177 (diff-goto-source, diff-unified->context, diff-context->unified)
13178 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13179 understand the format output by the `-p' argument to diff.
13180
13181 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13182 (sh-re-done): Use defconst.
13183 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13184 (sh-help-string-for-variable, sh-guess-basic-offset):
13185 Don't quote lambdas.
13186 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13187 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13188
13189 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13190 (mh-letter-mode): Derive from text-mode.
13191 This implicitly means that it now calls kill-all-local-variables.
13192 Also remove the Emacs-18 compatibility code.
13193
13194 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13195 Make use of symbol-property doc-string-elt.
13196 Use memq rather than a sequence of eq.
13197 (doc-string-elt): Fix the wrong or missing previously unused values.
13198 (autoload-print-form): New function extracted from
13199 generate-file-autoloads to allow recursion when handling progn
13200 so that defvar's and defun's docstrings are properly printed.
13201 (generate-file-autoloads): Use it.
13202
13203 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13204 Use find-file-hooks in the minor-mode function.
13205 Be careful not to loop indefinitely in the post-command-hook function.
13206
132072000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13208
13209 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13210 tty's.
13211 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13212 differences whenever appropriate.
13213 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13214 * viper.el (find-file, find-file-other-window): Get viper to do
13215 wildcards.
13216
132172000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13218
13219 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13220 (jit-lock-fontify-buffer): New function for JIT refontification.
13221 (jit-lock-mode): Fix docstring.
13222 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13223 Remove jit-lock-after-change from the _local_ hook.
13224 (jit-lock-function-1): Fix docstring.
13225
13226 * info.el (Info-on-current-buffer): Initialize info.
13227
13228 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13229
13230 * progmodes/tcl.el (tcl-indent-for-comment):
13231 Ignore comment-indent-hook.
13232
13233 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13234 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13235 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13236 and improve to use the lighter to guess the capitalization.
13237 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13238 Add keyword arguments to specify global-ness or the custom group.
13239 Add local-map and help-echo properties to the lighter.
13240 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13241 (easy-mmode-define-global-mode): New macro.
13242
132432000-06-02 Dave Love <fx@gnu.org>
13244
13245 * wid-edit.el: byte-compile-dynamic since we typically don't use
13246 all the widgets. Don't require cl or widget. Remove
13247 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13248 (widget-read-event): Removed. Callers changed to use read-event.
13249 (widget-button-release-event-p): Renamed from
13250 button-release-event-p.
13251 (widget-field-add-space, widget-field-use-before-change):
13252 Uncustomize.
13253 (widget-specify-field): Use keymap property, not local-map.
13254 (widget-specify-button): Obey :suppress-face.
13255 (widget-specify-insert): Use modern backquote syntax.
13256 (widget-image-directory): Renamed from widget-glyph-directory.
13257 (widget-image-enable): Renamed from widget-glyph-enable.
13258 (widget-image-find): Replaces widget-glyph-find.
13259 (widget-button-pressed-face): Move defvar.
13260 (widget-image-insert): Replaces widget-glyph-insert.
13261 (widget-convert): Use keywordp.
13262 (widget-leave-text, widget-children-value-delete): Use mapc.
13263 (widget-keymap): Remove XEmacs stuff.
13264 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13265 (widget-button-click): Don't set point at the click, but re-centre
13266 if we scroll out of window. Rewritten for images v. glyphs &c.
13267 (widget-tabable-at): Use POS arg, not point.
13268 (widget-beginning-of-line, widget-end-of-line)
13269 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13270 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13271 (widget-default-create): Use widget-image-insert; some rewriting.
13272 (widget-visibility-value-create)
13273 (widget-push-button-value-create, widget-toggle-value-create): Use
13274 widget-image-insert.
13275 (checkbox): Create on and off images dynamically.
13276 (documentation-link): Change :help-echo.
13277 (widget-documentation-link-echo-help): Remove.
13278
132792000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13280
13281 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13282
13283 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13284 (easy-mmode-define-toggle, define-minor-mode): Use it.
13285 (easy-mmode-define-keymap): Docstring fix.
13286 (define-derived-mode): Default PARENT to fundamental-mode.
13287 Add the derived-mode-parent symbol-property.
13288 (easy-mmode-derived-mode-p): New function.
13289
132902000-06-02 Dave Love <fx@gnu.org>
13291
13292 * files.el (convert-standard-filename): Doc fix.
13293 (normal-backup-enable-predicate): New function.
13294 (backup-enable-predicate): Use it to replace the lambda form.
13295
13296 * calendar/todo-mode.el: [This needs more work on the outline
13297 stuff.] Doc fixes.
13298 (todo) <defgroup>: Add :version.
13299 (todo-add-category): Don't use pushnew.
13300 (todo-cmd-raise): Fix typo.
13301 (todo-top-priorities): Change temp buffer name.
13302 (todo-category-alist): Avoid redundant lambda.
13303 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13304 Use outline-next-heading.
13305
13306 * autoarg.el: Rewritten to use define-minor-mode.
13307 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13308 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13309
133102000-06-02 Kenichi Handa <handa@etl.go.jp>
13311
13312 * isearch.el (isearch-other-meta-char): Fix previous change.
13313
133142000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13315
13316 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13317 (log-edit-done): Only add the comment to the ring if it's different
13318 from the last comment entered.
13319
13320 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13321
133222000-06-01 Dave Love <fx@gnu.org>
13323
13324 * hl-line.el: Rewritten using define-minor-mode.
13325
13326 * help.el (describe-function-1): Distinguish special form from
13327 builtin function. Sanity-check presence of arglist for builtins.
13328
133292000-06-01 Kenichi Handa <handa@etl.go.jp>
13330
13331 * international/characters.el: Fix syntax/category setting of
13332 Tibetan characters.
13333
13334 * language/tibet-util.el (tibetan-add-components): Fixes for new
13335 encoding of Tibetan characters.
13336 (tibetan-decompose-precomposition-alist): New variable.
13337 (tibetan-decompose-region): Convert precomposed characters to
13338 non-precomposed characters.
13339 (tibetan-decompose-string): Likewise.
13340 (tibetan-composition-function): Fix args to
13341 thibetan-compose-string.
13342
13343 * language/tibetan.el (tibetan-composable-pattern): More
13344 characters included.
13345 (tibetan-consonant-transcription-alist): Rule for "R" added.
13346 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13347 "+R" added.
13348 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13349
13350 * language/lao-util.el (lao-composition-function): Fix args to
13351 compose-string.
13352
13353 * language/thai-util.el (thai-composition-function): Fix args to
13354 compose-string.
13355
13356 * isearch.el (isearch-update): Set disable-point-adjustment to t
13357 to prevent the point moving to the end of a composition when a
13358 part of a composition is searched.
13359 (isearch-other-meta-char): If the key invoking this command can be
13360 mapped by function-key-map to a printing char, call
13361 isearch-process-search-char directly.
13362
133632000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13364
13365 * emacs-lisp/bytecomp.el:
13366 * frame.el:
13367 * international/mule-cmds.el:
13368 * international/mule-util.el:
13369 * international/mule.el:
13370 * mouse.el:
13371 * subr.el:
13372 * faces.el: Update calls to make-obsolete with a WHEN argument.
13373
13374 * byte-run.el (make-obsolete, make-obsolete-variable):
13375 Add an optional WHEN argument and change the format of the
13376 symbol-property information.
13377 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13378 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13379 new obsolete-symbol-property format and print WHEN if it is provided.
13380
133812000-05-31 Dave Love <fx@gnu.org>
13382
13383 * loadhist.el (loadhist-hook-functions): Remove
13384 before-change-function, after-change-function.
13385 (unload-feature): Deal with symbols which are both bound and
13386 fbound.
13387
13388 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13389 before-change-function, after-change-function.
13390
13391 * simple.el (newline): Don't bind before-change-function,
13392 after-change-function.
13393
133942000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13395
13396 * whitespace.el (whitespace-rescan-timer-time): Update interval
13397 set to 600 seconds (10 minutes) instead of 60 seconds since
13398 a large number of whitespace buffers causes emacs to `freeze'
13399 for a considerable amount of time.
13400
13401 * whitespace.el: Updated email address
13402
134032000-05-31 Dave Love <fx@gnu.org>
13404
13405 * add-log.el (change-log-font-lock-keywords) <function>: Add
13406 pattern for function of change.
13407 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13408 acknowledgements patterns.
13409
134102000-05-31 Kenichi Handa <handa@etl.go.jp>
13411
13412 * isearch.el (isearch-printing-char): If keyboard coding system is
13413 being used, call isearch-process-search-multibyte-characters.
13414
13415 * international/isearch-x.el: Mostly rewritten.
13416
13417 * international/quail.el (quail-start-conversion): Don't include
13418 unhandled events in the returned events, but set them in
13419 unread-command-events. Exit if all inputs are deleted.
13420
134212000-05-30 Jason Rumney <jasonr@gnu.org>
13422
13423 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13424
13425 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13426 Reenable code to create initial fontsets.
13427 Use set-fontset-font in place of put-charset-property.
13428
134292000-05-30 Gerd Moellmann <gerd@gnu.org>
13430
13431 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13432 label, ensure that the first colon isn't followed by another.
13433
13434 * paths.el (Info-default-directory-list): Doc fix.
13435
13436 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13437 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13438 send a query containing USER only, not USER@HOST.
13439
13440 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13441 and rmail-msgend to compute the restriction at the end, instead of
13442 computing it.
13443
134442000-05-29 Gerd Moellmann <gerd@gnu.org>
13445
13446 * dabbrev.el (dabbrev-expand): Don't display messages in the
13447 echo area if the minibuffer window is active.
13448
13449 * jit-lock.el (jit-lock-mode): Add after change function to
13450 local hook.
13451
134522000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13453
13454 * antlr-mode.el: New commands: hide/unhide actions,
13455 upcase/downcase literals.
13456 (antlr-tiny-action-length): New user option.
13457 (antlr-hide-actions): New command. Suggested by
13458 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13459 (antlr-mode-map): New binding [C-c C-v].
13460 (antlr-mode-menu): New entries.
13461 (antlr-downcase-literals): New command.
13462 (antlr-upcase-literals): Ditto.
13463
13464 * antlr-mode.el: Minor changes: indendation, mode-name.
13465 (antlr-indent-line): Indent cpp directive at column 0.
13466 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13467
13468 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13469 (antlr-font-lock-additional-keywords): Workaround for intentional
13470 bug in XEmacs version of font-lock.
13471 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13472 be used by a smarter version of `buffers-menu-grouping-function'.
13473
134742000-05-29 Gerd Moellmann <gerd@gnu.org>
13475
13476 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13477 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13478
134792000-05-29 Kenichi Handa <handa@etl.go.jp>
13480
13481 * international/encoded-kb.el
13482 (encoded-kbd-iso2022-designation-map): Pay attention to that
13483 charset-iso-final-char return -1 for eight-bit-control and
13484 eight-bit-graphic.
13485
134862000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13487
13488 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13489 (speedbar-easymenu-definition-base): Use display-graphic-p where
13490 available, instead of window-system.
13491
134922000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13493
13494 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13495 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13496 coding systems.
13497
134982000-05-26 Dave Love <fx@gnu.org>
13499
13500 * disp-table.el (standard-display-underline): Don't use
13501 internal-find-face.
13502
13503 * mail/reporter.el: Maintainer change. Doc fixes.
13504 (reporter-version): Deleted.
13505
13506 * emacs-lisp/elp.el: Maintainer change.
13507 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13508
135092000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13510
13511 * add-log.el (add-change-log-entry): Merge the current entry with the
13512 previous one if the previous one is empty.
13513
135142000-05-26 Dave Love <fx@gnu.org>
13515
13516 * loadhist.el (unload-feature): Fix interactive spec [from
13517 lijnzaad@ebi.ac.uk].
13518
13519 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13520 subr-arity to check primitives.
13521 (byte-compile-flush-pending, byte-compile-file-form-progn)
13522 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13523 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13524 mapcar.
13525
135262000-05-26 Kenichi Handa <handa@etl.go.jp>
13527
13528 * international/fontset.el: Set family names of non-latin charsets
13529 in default fontset to "*".
13530
13531 * international/mule-diag.el (print-fontset): Combine family part
13532 and registry part of the fontname by "-*-" instead of "-".
13533
13534 * international/mule-cmds.el (encode-coding-char): Make strings
13535 multibyte before calling encode-coding-string.
13536
135372000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13538
13539 * derived.el: Fix keywords.
13540 (define-derived-mode): Only define if needed.
13541
13542 * simple.el (fill-comment, comment-column, comment-start)
13543 (comment-start-skip, comment-end, comment-indent-function)
13544 (block-comment-start, block-comment-end, indent-for-comment)
13545 (set-comment-column, kill-comment, comment-padding, comment-region)
13546 (comment-multi-line, indent-new-comment-line): Remove.
13547
13548 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13549 function names for comment operations.
13550
13551 * newcomment.el: Add abundant autoload cookies.
13552 (comment-style): Don't depend on runtime data at compile-time.
13553 (comment-indent-hook): Remove.
13554 (comment-indent): Check if comment-indent-hook is bound.
13555 (comment-region): Docstring fix.
13556
135572000-05-25 Dave Love <fx@gnu.org>
13558
13559 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13560 byte-code-function-p.
13561
13562 * mail/rmailsum.el: Add provide.
13563
13564 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13565
13566 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13567 defcustom.
13568
135692000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13570
13571 * ediff-diff.el (ediff-exec-process): delete --binary option from
13572 non-buffer ediff jobs.
13573
135742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13575
13576 * hilit-chg.el (highlight-changes-mode): Ask about color or
13577 grayscale support, not about window-system.
13578
13579 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13580 window-system.
13581 (ffap-highlight): Always default to t.
13582
13583 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13584 display-popup-menus-p instead of looking at window-system.
13585
13586 * disp-table.el (standard-display-g1, standard-display-graphic):
13587 Only refuse to use string glyphs on X and MS-Windows.
13588
13589 * avoid.el: Remove window-system from commentary, suggest to use
13590 display-*-p instead.
13591
13592 * apropos.el (apropos-print): Use display-mouse-p instead of
13593 window-system.
13594
135952000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13596
13597 * international/codepage.el (cp-decoding-vector-for-codepage):
13598 Fill up unsupported characters with their own codes. From Kenichi
13599 Handa.
13600
136012000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13602
13603 * international/mule-diag.el (describe-char-after): Use
13604 display-graphic-p instead of window-system, so that this function
13605 works on MS-DOS.
13606
136072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13608
13609 * international/codepage.el (cp-make-coding-systems-for-codepage):
13610 Remove the eight-bit-graphic and eight-bit-control charsets from
13611 the list of charsets which we convert into `?'.
13612
136132000-05-25 Kenichi Handa <handa@etl.go.jp>
13614
13615 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13616 private charsets.
13617 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13618 japanese-jisx0213-2): New charsets.
13619
13620 * international/fontset.el: Setup default fontset for new charsets.
13621
136222000-05-24 Dave Love <fx@gnu.org>
13623
13624 * info.el (Info-find-node-2): Restructure [following "Vadim
13625 S. Solomin" <sovs@uic.nnov.ru>].
13626
13627 * icomplete.el: Fix header for Finder.
13628
136292000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13630
13631 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13632 STAY.
13633
13634 * rmail.el (rmail-automatic-folder-directives): New user variable.
13635 (rmail-show-message): Add call to `rmail-auto-file' during
13636 display.
13637 (rmail-auto-file): New function.
13638
136392000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13640
13641 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13642 account.
13643 (ediff-test-utility,ediff-diff-mandatory-option)
13644 (ediff-reset-diff-options): Utilities for proper initialization of
13645 ediff-diff-options and ediff-diff3-options on Windows.
13646
13647 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13648 variable.
13649
13650 * ediff-mult.el (ediff-filegroup-action): Use
13651 ediff-merge-filename-prefix.
13652
136532000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13654
13655 * viper-ex.el (ex-write): Set selective display to nil.
13656
136572000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13658
13659 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13660 aliases for hebrew-iso-8bit.
13661
136622000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13663
13664 * woman.el: New version from Francis J. Wright
13665 <F.J.Wright@Maths.QMW.ac.uk>.
13666 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13667 names in environment variables regardless of the path separator.
13668 (woman-topic-all-completions-1): Don't call file-name-directory-p
13669 on all files, since woman-file-regexp already filters out any
13670 directories.
13671
136722000-05-24 Kenichi Handa <handa@etl.go.jp>
13673
13674 * international/quail.el (quail-start-translation): Don't change
13675 modified-p of the current buffer.
13676 (quail-start-conversion): Likewise.
13677
13678 * international/kkc.el (kkc-region): Don't change modified-p of
13679 the current buffer.
13680
13681 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13682 conform to RFC1468.
13683 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13684
136852000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13686
13687 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13688 (speedbar-insert-button): Invisible text property fix.
13689 (speedbar-directory-plus): Renamed from speedbar-directory-+
13690 (speedbar-directory-minus): Renamed from speedbar-directory--
13691 (speedbar-page-plus): Renamed from speedbar-file-+
13692 (speedbar-page-minus): Renamed from speedbar-file--
13693 (speedbar-page): Renamed from speedbar-file-
13694 (speedbar-tag): Renamed from speedbar-tag-
13695 (speedbar-tag-plus): Renamed from speedbar-tag-+
13696 (speedbar-tag-minus): Renamed from speedbar-tag--
13697 (speedbar-expand-image-button-alist): Use above renames.
13698
13699 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13700 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13701 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13702 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13703 * sb-pg.xpm: Renamed from sb-file.xpm
13704 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13705 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13706
137072000-05-24 Kenichi Handa <handa@etl.go.jp>
13708
13709 * international/quail.el (quail-show-guidance-buf): Set
13710 current-input-method of the guidance buffer to the name of the
13711 curren input method.
13712
137132000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13714
13715 * progmodes/compile.el (compile-internal): Style typo.
13716
13717 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13718 quote vars and functions in the docstring.
13719
13720 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13721
13722 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13723 Don't quote lambdas.
13724
13725 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13726
137272000-05-23 Gerd Moellmann <gerd@gnu.org>
13728
13729 * startup.el (command-line): Determine source file of compiled
13730 user init file differently. Warn if compiled user init file
13731 is older than its source file.
13732
13733 * ffap.el (ffap-url-regexp): Add `https'.
13734
137352000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13736
13737 * files.el (make-backup-file-name-1): Replace slashes with `!'
13738 rather than `|' (which is not allowed on Windows). Replace the
13739 drive letters with a string "drive_X".
13740
137412000-05-23 Gerd Moellmann <gerd@gnu.org>
13742
13743 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13744
13745 * files.el (interpreter-mode-alist): Add `bash2'.
13746
137472000-05-22 Dave Love <fx@gnu.org>
13748
13749 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13750 mapc.
13751 (feature-file): Avoid calling symbol-name. Doc fix.
13752 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13753 (loadhist-hook-functions): Add mouse-position-function.
13754 (unload-feature): Change uses of mapcar.
13755
13756 * files.el (parse-colon-path): Doc fix.
13757 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13758 (set-auto-mode): Use mapc.
13759
13760 * complete.el (PC-look-for-include-file): Use :alnum: character
13761 class.
13762 (partial-completion-mode): Add autoload cookie.
13763
137642000-05-22 Sam Steingold <sds@gnu.org>
13765
13766 * info.el (Info-fontify-node): Fixed the call to
13767 `add-text-properties' (bug introduced on 2000-05-18).
13768
137692000-05-22 Dave Love <fx@gnu.org>
13770
13771 * bindings.el: Remove debug-ignored-errors set in other files.
13772
13773 * progmodes/etags.el: Add to debug-ignored-errors.
13774 (visit-tags-table-buffer): Clear out buffers holding old tables
13775 when making a new list.
13776 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13777 mapc.
13778
13779 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13780 quote keywords.
13781 (cmpl-string-case-type): Use character classes.
13782
13783 * comint.el:
13784 * textmodes/ispell.el:
13785 * imenu.el:
13786 * mail/mh-e.el:
13787 * progmodes/compile.el: Add to debug-ignored-errors.
13788
13789 * dabbrev.el: Add to debug-ignored-errors.
13790 (dabbrev-completion): Use mapc.
13791
137922000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13793
13794 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13795 (woman-mapcan, woman-parse-man.conf)
13796 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13797 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13798 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13799 path syntax better.
13800 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13801 (woman-manpath): Call woman-parse-man.conf.
13802 (woman-emulation): New defcustom, defaults to nroff.
13803 (woman-font-support): New defconst.
13804 (woman-use-symbol-font): New defcustom.
13805 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13806 "Emulation".
13807 Many functions: Doc fix.
13808
138092000-05-22 Kenichi Handa <handa@etl.go.jp>
13810
13811 * international/quail.el (quail-simple-translation-keymap): Map
13812 128..255 to quail-self-insert-command.
13813 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13814
138152000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13816
13817 * help.el (help-manyarg-func-alist): Typo.
13818
13819 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13820 intervals which makes it heaps simpler.
13821
13822 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13823 the nested comment markers.
13824
13825 * subr.el (remove-hook): Don't turn the hook's value into a list.
13826
138272000-05-21 Dave Love <fx@gnu.org>
13828
13829 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13830 are invalid characters.
13831
13832 * international/mule-util.el (detect-coding-with-priority): Use
13833 mapc. Remove redundant lambda.
13834
13835 * international/mule-diag.el (list-non-iso-charset-chars)
13836 (describe-fontset): Remove redundant lambda.
13837
13838 * emulation/crisp.el (brief-mode): New alias.
13839
13840 * emacs-lisp/ring.el (ring-elements): New function.
13841
13842 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13843 (easy-menu-do-add-item): Use keywordp.
13844
13845 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13846
13847 * replace.el: Doc and error message fixes.
13848 (replace-highlight): Use facep, not internal-find-face.
13849
138502000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13851
13852 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13853
13854 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13855 (log-edit-insert-changelog): Drop `:' as well.
13856
13857 * log-view.el: Fix file description.
13858 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13859 available.
13860 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13861 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13862
13863 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13864 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13865 Print a status message if the toggle is called interactively.
13866 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13867 for global minor modes and use `defcustom' for them.
13868 Use add-minor-mode.
13869 (easy-mmode-define-derived-mode): Remove.
13870 (define-derived-mode): Fancier default docstring.
13871 (easy-mmode-define-navigation): Signal an error rather than (ding).
13872
13873 * newcomment.el (comment-styles): New `box-multi'.
13874 (comment-normalize-vars): Better default for comment-continue to
13875 avoid whitespace-only continuations.
13876 (comment-search-forward): Always move even in the no-syntax case.
13877 (comment-padright): Only obey N if it's only obeyed for padleft.
13878 (comment-make-extra-lines): Better handling of empty continuations.
13879 Use `=' for the filler if comment-start has only one character.
13880 (uncomment-region): Try handling the special `=' filler.
13881 (comment-region): Allow LINES even if MULTI is nil.
13882 (comment-box): Choose box style based on comment-style.
13883
138842000-05-20 Kenichi Handa <handa@etl.go.jp>
13885
13886 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13887 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13888
138892000-05-20 Kenichi HANDA <handa@etl.go.jp>
13890
13891 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13892 and insert, not subst-char-in-region.
13893
13894 * international/mule-diag.el (list-character-sets-1): Handle
13895 charsets eight-bit-control and eight-bit-graphic.
13896 (list-iso-charset-chars): Likewise.
13897 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13898 charactes as is. Use indent-to to align characters.
13899
13900 * international/mule-cmds.el (find-multibyte-characters): Never
13901 exclude charsets eight-bit-control and eight-bit-graphic.
13902
139032000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13904
13905 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13906 Don't quote lambdas.
13907
13908 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13909
139102000-05-19 Gerd Moellmann <gerd@gnu.org>
13911
13912 * gud.el (gud-jdb-directories): Doc fix.
13913
139142000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13915
13916 * newcomment.el: New file.
13917
139182000-05-19 Gerd Moellmann <gerd@gnu.org>
13919
13920 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13921
139222000-05-18 Andreas Schwab <schwab@suse.de>
13923
13924 * dired.el (dired-between-files): Also skip lines beginning with
13925 `used'.
13926
139272000-05-18 Gerd Moellmann <gerd@gnu.org>
13928
13929 * msb.el (msb-menu-cond): Add choice `user'.
13930
139312000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13932
13933 * ps-print.el: Compatibility, customization and doc fix.
13934 (ps-printer-name-option): Replace defconst by defvar.
13935 (ps-postscript-code-directory): XEmacs compatibility.
13936 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13937 fix.
13938 (ps-user-defined-prologue, ps-print-prologue-header)
13939 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13940 compatibility and code fix.
13941 (ps-print-background-image, ps-print-background-text):
13942 Customization fix.
13943 (ps-line-number-start, ps-n-up-on): New vars.
13944
139452000-05-18 Espen Skoglund <esk@ira.uka.de>
13946
13947 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13948 the indent-comment function to just return the appropriate indent.
13949
139502000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13951
13952 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13953 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13954 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13955
139562000-05-18 Dave Love <fx@gnu.org>
13957
13958 * info.el (Info-fontify-node): Add intangible property as well as
13959 invisible.
13960
13961 * calendar/appt.el (appt-make-list): Match all lines of entry.
13962 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13963
139642000-05-18 Kenichi Handa <handa@etl.go.jp>
13965
13966 * international/mule-diag.el (describe-char-after): Call
13967 internal-char-font, not char-font. If internal-char-font returns
13968 nil, display "-- none --".
13969
139702000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13971
13972 * image.el (image-type-available-p): Don't reference image-types
13973 if it isn't bound.
13974
139752000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13976
13977 * autoarg.el (autoarg-mode): Typo in the :set argument.
13978
139792000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13980
13981 * startup.el (command-line-1): Don't signal an error if the
13982 directory for auto-save-list files does not yet exist.
13983
139842000-05-17 Kenichi Handa <handa@etl.go.jp>
13985
13986 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13987
139882000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13989
13990 * subr.el (remove-hook): `setq' hook-value, not `set'.
13991
139922000-05-16 Sam Steingold <sds@gnu.org>
13993
13994 * info.el (debug-ignored-errors): More errors to ignore.
13995
139962000-05-16 Dave Love <fx@gnu.org>
13997
13998 * cus-edit.el: Don't require cl or easymenu.
13999 (custom-variable-prompt): Test standard-value property, not
14000 user-variable-p.
14001
140022000-05-16 Sam Steingold <sds@gnu.org>
14003
14004 * subr.el (add-hook): `setq' hook-value, not `set'.
14005
140062000-05-16 Gerd Moellmann <gerd@gnu.org>
14007
14008 * startup.el (command-line-1): Mention the FAQ in the startup
14009 message.
14010
14011 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14012
14013 * progmodes/compile.el (compilation-parse-errors): Collect
14014 `nomessage' regexps last.
14015
14016 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14017
14018 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14019 to the function name.
14020
140212000-05-15 Dave Love <fx@gnu.org>
14022
14023 * speedbar.el (speedbar-recenter): Typo.
14024 (speedbar-expand-line): Make arg optional.
14025 (speedbar-mode): Avoid a compiler warning.
14026
140272000-05-15 Gerd Moellmann <gerd@gnu.org>
14028
14029 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14030 user-specified option string is empty.
14031
14032 * mouse.el (mouse-yank-at-click): Doc fix.
14033
140342000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14035
14036 * term/internal.el (IT-character-translations): More updates of
14037 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14038 documents.
14039
140402000-05-15 Gerd Moellmann <gerd@gnu.org>
14041
14042 * env.el (getenv): New function, interactively callable.
14043 (setenv, getenv): Remove autoload cookies.
14044
14045 * loadup.el: Load `env'.
14046
14047 * progmodes/f90.el: Change author's mail address.
14048
140492000-05-14 Dave Love <fx@gnu.org>
14050
14051 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14052 goto-addr as an option.
14053
14054 * help.el (help-xref-stack): Doc fix.
14055 (help-xref-following): New variable.
14056 (help-make-xrefs): Use it.
14057 (help-xref-go-back): Use position information from stack element.
14058 (help-follow): Make position in stack element a pair. Use
14059 help-xref-following.
14060
14061 * autoarg.el: New file.
14062
14063 * faces.el: Declare more functions obsolete.
14064
14065 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14066 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14067 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14068 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14069 Remove all the setup-...-environment functions.
14070
140712000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14072
14073 * speedbar.el: Updated the commentary section. xemacs20p now uses
14074 >= when detecting. Require `defimage' safely.
14075 (speedbar-easymenu-definition-base): Add toggle for images.
14076 (speedbar-easymenu-definition-special): Add flush cache & expand.
14077 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14078 (speedbar-reconfigure-keymaps-hook): New variable.
14079 (speedbar-frame-parameters): Updated documentation.
14080 (speedbar-use-imenu-flag): Updated custom tag
14081 (speedbar-dynamic-tags-function-list): New variable.
14082 (speedbar-tag-hierarchy-method): Updated doc & custom.
14083 (speedbar-indentation-width, speedbar-indentation-width) New
14084 variables.
14085 (speedbar-hide-button-brackets-flag): Customizable.
14086 (speedbar-vc-indicator): Doc update.
14087 (speedbar-ignored-path-expressions): Updated default value.
14088 (speedbar-supported-extension-expressions): Updated default value.
14089 (speedbar-syntax-table): Remove {} paren status.
14090 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14091 as "+". Added overlay aliases.
14092 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14093 `force-mode-line-update'.
14094 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14095 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14096 `mouse-set-point'
14097 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14098 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14099 of arbitrary text, and new helper functions.
14100 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14101 filename finder.
14102 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14103 (speedbar-directory-buttons): Update path search/expansion.
14104 (speedbar-make-tag-line): Pay attention to
14105 `speedbar-indentation-width'. Use more care w/ invisible
14106 properties.
14107 (speedbar-change-expand-button-char): Call
14108 `speedbar-insert-image-button-maybe'.
14109 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14110 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14111 (speedbar-trim-words-tag-hierarchy)
14112 (speedbar-simple-group-tag-hierarchy): New functions
14113 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14114 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14115 functions.
14116 (speedbar-mouse-set-point): New function
14117 (speedbar-power-click): Updated documentation.
14118 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14119 of tag prefix text.
14120 (speedbar-expand-line, speedbar-contract-line): Make more robust
14121 to strange text.
14122 (speedbar-expand-line): Takes universal argument to flush the
14123 cache.
14124 (speedbar-flush-expand-line): New function.
14125 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14126 Use new generator insertion method.
14127 (speedbar-fetch-dynamic-tags): New function.
14128 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14129 `speedbar-fetch-dynamic-imenu'.
14130 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14131 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14132 "Revert Buffer" menu items.
14133 (speedbar-buffer-buttons-engine): Be smarter when creating a
14134 filename tag (for expansion purposes.).
14135 (speedbar-highlight-one-tag-line,
14136 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14137 (speedbar-recenter): New functions.
14138 (defimage-speedbar): Image loading abstraction.
14139 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14140 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14141 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14142 (speedbar-tag-type, speedbar-tag-mail): New images.
14143 (speedbar-expand-image-button-alist): New variable.
14144 (speedbar-insert-image-button-maybe): Insert an image over some
14145 buttons.
14146
141472000-05-13 Kenichi Handa <handa@etl.go.jp>
14148
14149 * international/mule-cmds.el (encode-coding-char): An ASCII
14150 character is always encodable.
14151
14152 * international/mule-conf.el: Add more information in descriptions
14153 of character sets.
14154
14155 * international/mule-diag.el (describe-char-after): New function.
14156 (describe-font-internal): Adjusted for the change of font-info.
14157 (describe-font): Likewise.
14158 (print-fontset): Rewritten for the new fontset implementation.
14159 (describe-fontset): Include fontset alias names in completion.
14160 (list-fontsets): Adjusted for the change of print-fontset.
14161
14162 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14163 describe-char-after instead of displaying the detail in the echo
14164 area.
14165 (syntax-code-table): Format changed.
14166 (string-to-syntax): Adjusted for the above change.
14167
141682000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14169
14170 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14171
141722000-05-12 Dave Love <fx@gnu.org>
14173
14174 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14175 dependence. Use line-{beginning,end}-position, not
14176 point-at{b,e}ol. Some doc fixes.
14177 (todo-position): New function. Fix callers of position to use it.
14178 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14179
141802000-05-12 Gerd Moellmann <gerd@gnu.org>
14181
14182 * time.el (display-time-mail-icon): Use `:ascent center'.
14183
14184 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14185 handling FTP security extensions.
14186
141872000-05-11 Dave Love <fx@gnu.org>
14188
14189 * calendar/todo-mode.el: New file.
14190
141912000-05-11 Gerd Moellmann <gerd@gnu.org>
14192
14193 * comint.el (comint-read-input-ring): Move reference to
14194 comint-input-ring-size outside of the save-excursion. It was
14195 causing the default value to be the only one ever seen.
14196
14197 * font-lock.el: Update copyright. Remove Simon Marshall's email
14198 address on request from him.
14199
14200 * subr.el (substitute-key-definition): Add comment describing
14201 the meaning of PREFIX.
14202
142032000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14204
14205 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14206
14207 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14208 (add-minor-mode): Don't make the variable buffer-local and add a
14209 reference to define-minor-mode in the docstring.
14210
14211 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14212 HEADER/FOOTER and fix bug with trailing empty directory.
14213 (cvs-append-to-ignore): Use vc-editable-p if available.
14214 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14215 (vc-do-command): Tweak advice to handle the new VC.
14216
14217 * log-view.el (log-view-goto-rev): New function for the new VC.
14218 (log-view-minor-wrap): Use mark-active.
14219
14220 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14221 (log-edit-changelog-full-paragraphs): New var.
14222 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14223 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14224 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14225 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14226 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14227 Replace the `cvs' prefix with `log-edit'.
14228
14229 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14230
14231 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14232 (diff-font-lock-defaults): Explicitly turn off multiline.
14233 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14234 (diff-ediff-patch): Fix call to ediff-patch-file.
14235 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14236 Handle comments.
14237
14238 * frame.el (automatic-hscrolling): Typo.
14239
14240 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14241
142422000-05-09 Sam Steingold <sds@goems.com>
14243
14244 * apropos.el (apropos-print): use `describe-face' instead of
14245 `customize-face-other-window'.
14246
142472000-05-09 Dave Love <fx@gnu.org>
14248
14249 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14250
14251 * help.el (describe-variable): Have customize button pop the
14252 help-xref stack when invoked.
14253 (help-xref-symbol-regexp): Add `face'.
14254 (help-make-xrefs): Check for quoted face names and adapt regexp
14255 submatch numbers to cope.
14256 (help-xref-interned): Maybe insert face doc too. Separate
14257 sections with a line of hyphens.
14258
14259 * faces.el: Some doc fixes. Declare some functions obsolete.
14260 (describe-face): Add customize button. Return the help
14261 text. Fix prompt.
14262
142632000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14264
14265 * term/internal.el (IT-character-translations): Fix last change.
14266
142672000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14268
14269 * woman.el: New file
14270 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14271
142722000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14273
14274 * term/internal.el (IT-character-translations): Update ASCII
14275 simulations for greek-iso8859-7, add latin-iso8859-14 and
14276 latin-iso8859-15.
14277
14278 * international/mule-cmds.el (set-language-info-alist): Call
14279 define-prefix-command with 3 arguments, to make the map suitable
14280 for a menu.
14281
142822000-05-07 Dave Love <fx@gnu.org>
14283
14284 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14285
142862000-05-05 Dave Love <fx@gnu.org>
14287
14288 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14289 list in doc string. Don't quote keyword symbols.
14290 * emacs-lisp/cl.el: Likewise
14291 * emacs-lisp/cl-seq.el: Likewise
14292
142932000-05-05 Gerd Moellmann <gerd@gnu.org>
14294
14295 * abbrev.el (abbrev-mode): Make ARG optional.
14296
142972000-05-04 Gerd Moellmann <gerd@gnu.org>
14298
14299 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14300
14301 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14302
14303 * subr.el (substitute-key-definition): Clarify documentation.
14304
143052000-05-04 Milan Zamazal <pdm@freesoft.cz>
14306
14307 * glasses.el (glasses-convert-to-unreadable): Use
14308 `glasses-separator' instead of the hard-wired "_".
14309 (glasses-mode): Call `glasses-make-unreadable' only in a single
14310 place.
14311
143122000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14313
14314 * term/internal.el (cjk-codepages-alist): Add associations for
14315 Chinese and Korean codepages. Remove FIXME comment.
14316
143172000-05-03 Dave Love <fx@gnu.org>
14318
14319 * time.el (display-time-mail-face, display-time-use-mail-icon):
14320 New option.
14321 (display-time-mail-icon): New variable.
14322 (display-time-string-forms): Use the above. Fix the local-map.
14323
143242000-05-03 Gerd Moellmann <gerd@gnu.org>
14325
14326 * replace.el (query-replace-map): Add binding for `E'.
14327 (query-replace-help): Extend help text.
14328 (perform-replace): Allow editing the replacement string.
14329
14330 * make-mode.el (makefile-mode-abbrev-table): New variable.
14331 (makefile-mode): Set local abbrev table to
14332 makefile-mode-abbrev-table.
14333 (makefile-font-lock-keywords): Fontify includes and conditionals.
14334
14335 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14336 set TOGGLE's value.
14337
14338 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14339 mail-interactive-insert-alias.
14340 (mail-abbrev-complete-alias): New command.
14341 (mail-mode-map): Bind it to `M-TAB'.
14342
143432000-05-03 Kenichi Handa <handa@etl.go.jp>
14344
14345 * language/lao-util.el (lao-compose-region): New function.
14346
143472000-05-02 Gerd Moellmann <gerd@gnu.org>
14348
14349 * files.el (recover-session): Make directories as necessary
14350 if they don't exist yet.
14351
14352 * calendar/cal-french.el
14353 (french-calendar-multibyte-special-days-array)
14354 (french-calendar-special-days-array): Change French text.
14355 (calendar-french-date-string): Change output.
14356 (calendar-goto-french-date): Likewise.
14357
143582000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14359
14360 * wid-edit.el (widget-default-active): Obey `:always-active'.
14361 (widget-documentation-string-value-create): Set `:always-active'.
14362
143632000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14364
14365 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14366 default prefix to `~/_emacs.d/auto-save.list/_s'.
14367 (normal-top-level): Create the directory for auto-save files, if
14368 it doesn't already exist (in the ms-dos case only).
14369
143702000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14371
14372 * international/mule-cmds.el (set-language-environment): Don't
14373 concat an integer (dos-codepage), use format instead.
14374
143752000-05-02 Dave Love <fx@gnu.org>
14376
14377 * help.el (help-xref-on-pp): Check for constant symbols.
14378
143792000-04-29 Gerd Moellmann <gerd@gnu.org>
14380
14381 * startup.el (normal-top-level): Put a condition-case around
14382 the code loading subdirs.el.
14383
143842000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14385
14386 * ps-print.el: Upside-down and face background color printing,
14387 line number step, doc fix.
14388 (ps-print-version): New version number (5.2).
14389 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14390 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14391 (ps-spool-config): Var fix.
14392 (ps-printer-name-option): Const fix.
14393 (ps-print-upside-down, ps-use-face-background)
14394 (ps-line-number-step): New vars.
14395 (ps-window-system, ps-lp-system): New consts.
14396 (ps-face-background): New fun.
14397
143982000-04-28 Richard Stallman <rms@gnu.org>
14399
14400 * files.el (make-auto-save-file-name):
14401 Apply auto-save-file-name-transforms to visited file name
14402 before generating auto save file name.
14403 (auto-save-file-name-transforms): New variable.
14404
14405 * files.el (backup-enable-predicate):
14406 Correctly test for a file under a temporary directory.
14407
144082000-04-28 Gerd Moellmann <gerd@gnu.org>
14409
14410 * subr.el (add-minor-mode): Rewritten.
14411
144122000-04-28 Kenichi Handa <handa@etl.go.jp>
14413
14414 * mail/sendmail.el (sendmail-send-it): Set
14415 buffer-file-coding-system to the selected coding system for MIME
14416 header.
14417
144182000-04-27 Gerd Moellmann <gerd@gnu.org>
14419
14420 * dired.el (dired-move-to-filename-regexp): Allow format where
14421 YYYY is followed by two spaces.
14422
14423 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14424 in the second character class of the regexp.
14425
14426 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14427 mh-etc, too.
14428
14429 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14430 nil.
14431
14432 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14433
14434 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14435 argument.
14436
144372000-04-27 Sen Nagata <sen@eccosys.com>
14438
14439 * emacs-lisp/crm.el (crm-completion-table): New variable.
14440 (crm-collection-fn, crm-test-completion)
14441 (completing-read-multiple): Use it.
14442
144432000-04-27 Dave Love <fx@gnu.org>
14444
14445 * help.el (locate-library): Use mapc.
14446 (help-manyarg-func-alist): Add call-process-region.
14447
144482000-04-26 Gerd Moellmann <gerd@gnu.org>
14449
14450 * subr.el (add-minor-mode): Make argument MAP optional.
14451
14452 * desktop.el (desktop-save): Save list of minor modes.
14453 (desktop-create-buffer): Restore minor modes.
14454 (desktop-minor-mode-table): New user-option.
14455
14456 * subr.el (add-minor-mode): New function.
14457
14458 * image.el (find-image): New function.
14459 (defimage): Rewritten to find image at load time.
14460
14461 * startup.el (normal-top-level-add-to-load-path): Handle
14462 case that the default directory is not in load-path.
14463
14464 * help.el: Old patch from Stefan Monnier.
14465 (help-xref-on-pp): New function.
14466 (describe-variable): Use it to display xrefs in a symbol's value.
14467
144682000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14469
14470 * cus-edit.el (custom-face): Fix parenthesis.
14471
144722000-04-26 Kenichi Handa <handa@etl.go.jp>
14473
14474 * mail/rmail.el (rmail-expunge): When there are no deleted
14475 messages, do nothing.
14476
144772000-04-26 Dave Love <fx@gnu.org>
14478
14479 * international/mule-cmds.el (locale-translation-file-name):
14480 Defvar to nil.
14481 (set-locale-environment): Set it here (at runtime).
14482
144832000-04-25 Gerd Moellmann <gerd@gnu.org>
14484
14485 * replace.el (perform-replace): Add parameters START and END. Use
14486 them instead of the check for a region in Transient Mark mode.
14487 (query-replace-read-args): Return two more list elements for the
14488 start and end of the region in Transient Mark mode.
14489 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14490 (map-query-replace-regexp, replace-string, replace-regexp): Add
14491 optional last arguments START and END and pass them to
14492 perform-replace.
14493
14494 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14495 form with additional arguments for perform-replace.
14496
14497 * progmodes/etags.el (tags-query-replace): Add parameters START
14498 and END. Construct a form with additional arguments for
14499 perform-replace.
14500
14501 * simple.el (shell-command): Set default directory for "*Shell
14502 Command Output" buffer.
14503
14504 * language/european.el (iso-latin-4): Fix typo.
14505
14506 * emacs-lisp/crm.el: New file.
14507
145082000-04-24 Dave Love <fx@gnu.org>
14509
14510 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14511 (Custom-reset-saved, Custom-reset-standard)
14512 (custom-group-value-create, custom-group-set, custom-group-save)
14513 (custom-group-reset-current, custom-group-reset-saved)
14514 (custom-group-reset-standard): Use mapc.
14515 (custom-buffer-create-internal): Disable undo when creating items.
14516 Use mapc.
14517 (custom-face): Avoid redundant lambda.
14518
145192000-04-24 Gerd Moellmann <gerd@gnu.org>
14520
14521 * startup.el (auto-save-list-file-prefix): Set default to
14522 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14523
145242000-04-24 Sam Steingold <sds@gnu.org>
14525
14526 * time-stamp.el (time-stamp-string-preprocess): Always convert
14527 `field-result' to a string.
14528
145292000-04-24 Gerd Moellmann <gerd@gnu.org>
14530
14531 * frame.el (scrolling): New group.
14532 (automatic-hscrolling): New user-option.
14533
14534 * startup.el (command-line-x-option-alist): Add `-lsp' and
14535 `--line-spacing'.
14536
145372000-04-19 Dave Love <fx@gnu.org>
14538
14539 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14540 (cl-mapc): Rename from mapc. Fix the funcall.
14541
145422000-04-19 Gerd Moellmann <gerd@gnu.org>
14543
14544 * simple.el (clone-indirect-buffer-other-window): New command.
14545 (clone-indirect-buffer): Add optional arg NORECROD.
14546 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14547
14548 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14549
14550 * window.el (count-screen-lines): New function.
14551 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14552 instead of window-buffer-height.
14553
14554 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14555 non-existing variable comint-input-sentinel.
14556 (inferior-lisp-args-to-list): Removed.
14557 (inferior-lisp): Use split-string instead of
14558 inferior-lisp-args-to-list.
14559
14560 * hexl.el (hexl-insert-hex-string): New command.
14561
14562 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14563 instead of concat.
14564
145652000-04-18 Gerd Moellmann <gerd@gnu.org>
14566
14567 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14568 at the start of an existing but empty folder.
14569
145702000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14571
14572 * ps-mule.el: Customization fix, doc fix.
14573 (ps-multibyte-buffer): Customization fix.
14574
145752000-04-17 Richard M. Stallman <rms@gnu.org>
14576
14577 * subr.el (read-passwd): Use read-char-exclusive.
14578
145792000-04-17 Gerd Moellmann <gerd@gnu.org>
14580
14581 * textmodes/texinfo.el (texinfo-insert-@email)
14582 (texinfo-insert-@emph, texinfo-insert-@quotation)
14583 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14584 (texinfo-mode-map): Add key bindings for them.
14585
14586 * files.el (basic-save-buffer-2): Use a template with `$'
14587 instead of `#' for VMS.
14588
14589 * simple.el (clone-indirect-buffer): New function.
14590
145912000-04-16 Stephen Eglen <stephen@gnu.org>
14592
14593 * iswitchb.el (iswitchb-case): New function. If the user input
14594 contains any upper-case characters, the search is made
14595 case-sensitive.
14596
145972000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14598
14599 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14600 comment-end.
14601 (texinfo-font-lock-syntactic-keywords): New var.
14602 (texinfo-font-lock-keywords): Remove comment regexp.
14603 (texinfo-insert-block): New function.
14604 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14605 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14606 and font-lock-defaults. Use regexp-opt for outline-regexp.
14607 (texinfo-environments): New var.
14608 (texinfo-environment-regexp): Use regexp-opt and
14609 texinfo-environments.
14610
14611 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14612 ispell-process is bound since this might be eval'd before ispell
14613 is loaded.
14614 (ispell-message): Use a tiny bit less magic and a bit more hard
14615 data to figure out what kind of sc-cite-regexp to use.
14616
14617 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14618
14619 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14620 (insert-cyclic-diary-entry): Unquote the lambda.
14621
14622 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14623
14624 * files.el (backup-enable-predicate): Unquote the lambda.
14625
14626 * cus-edit.el (custom-face, face): Unquote the lambda.
14627
146282000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14629
14630 * ps-print.el: Check for line-beginning-position definition.
14631
14632 * ps-print.el: Fix counting lines in a region.
14633 (ps-print-version): New version number (5.1.5).
14634 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14635 (ps-printing-region): Fun code fix.
14636
146372000-04-15 Gerd Moellmann <gerd@gnu.org>
14638
14639 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14640 to file-directory-p.
14641
146422000-04-14 Gerd Moellmann <gerd@gnu.org>
14643
14644 * gud.el (gud-jdb-build-source-files-list): Check that directory
14645 exists before calling directory-files.
14646
146472000-04-13 Dave Love <fx@gnu.org>
14648
14649 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14650 syntax.
14651
14652 * emacs-lisp/cl-specs.el: Remove when, unless.
14653
14654 * emacs-lisp/cl-extra.el: Don't quote keywords.
14655 (cl-old-mapc): New variable.
14656 (mapc): Use it.
14657 (cl-map-intervals): Use with-current-buffer. Don't check for
14658 next-property-change.
14659 (cl-map-overlays): Use with-current-buffer.
14660 (cl-expt): Remove.
14661 (copy-tree, remprop): Define unconditionally.
14662
14663 * emacs-lisp/cl-compat.el (keywordp): Remove.
14664
14665 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14666 to use keywordp.
14667 (edebug-spec): Enable keywordp.
14668
14669 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14670 string-lessp.
14671
14672 * cus-start.el: Use keywordp.
14673
146742000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14675
14676 * diary-lib.el (include-other-diary-files): Fix the fix of
14677 2000-02-18 by doing a save-excursion.
14678
146792000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14680
14681 * ps-print.el: Customization fix, doc fix.
14682 (ps-print-version): New version number (5.1.4).
14683 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14684 (ps-print-preprint): Adjust code.
14685 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14686 (ps-print-prologue-header, ps-print-control-characters)
14687 (ps-spool-config): Customization fix.
14688
146892000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14690
14691 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14692 converted to the new menu-item format, names silightly changed,
14693 help strings added.
14694
14695 Support for spelling without async subprocesses:
14696
14697 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14698 (ispell-session-buffer): New variables.
14699 (ispell-start-process, ispell-process-status,
14700 ispell-accept-output, ispell-send-string): New functions, for
14701 Ispell invocation when async subprocesses aren't supported.
14702 (ispell-word, ispell-pdict-save, ispell-command-loop,
14703 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14704 to process-send-string with calls to ispell-send-string, and
14705 accept-process-output with ispell-accept-output.
14706 (ispell-init-process): Call ispell-process-status instead of
14707 process-status with.
14708 (ispell-init-process): Call ispell-start-process. Call
14709 ispell-accept-output and ispell-send-string. Don't call
14710 process-kill-without-query and kill-process if they are unbound.
14711 (ispell-async-processp): New function.
14712
147132000-04-12 Dave Love <fx@gnu.org>
14714
14715 * info.el: Add debug-ignored-errors.
14716 (Info-mode-menu): Add some items.
14717 (Info-directory): Add autoload cookie.
14718
14719 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14720 Modify `truncate-lines'. Make `describe-language-environment'
14721 always visible and add help. Modify `describe-key' help. Invoke
14722 Info-directory from `info'. New entry `emacs-manual'.
14723
147242000-04-10 Gerd Moellmann <gerd@gnu.org>
14725
14726 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14727 propertized-buffer-identification.
14728 (ebrowse-update-member-buffer-mode-line): Likewise.
14729 (ebrowse--mode-strings): Removed.
14730 (ebrowse--mode-line-props): Removed.
14731
14732 * files.el (auto-mode-alist): Add `EBROWSE'.
14733
14734 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14735 space before testing for end of buffer.
14736 (ebrowse-load): Removed.
14737 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14738 (ebrowse-create-tree-buffer): Rewritten.
14739 (ebrowse-tree-mode): Read tree from buffer.
14740
14741 * progmodes/ebrowse-ffh.el: Removed.
14742
147432000-04-10 Kenichi Handa <handa@etl.go.jp>
14744
14745 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14746
147472000-04-10 Gerd Moellmann <gerd@gnu.org>
14748
14749 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14750 at the wrong place.
14751
147522000-04-09 Dave Love <fx@gnu.org>
14753
14754 * files.el (backup-enable-predicate): Use
14755 temporary-file-directory, small-temporary-file-directory.
14756 (make-backup-file-name-function, backup-directory-alist): New
14757 variables.
14758 (make-backup-file-name-1): New function.
14759 (make-backup-file-name): Use it.
14760 (find-backup-file-name): Likewise. Use format for clarity, not
14761 concat.
14762 (file-newest-backup): Use make-backup-file-name.
14763
147642000-04-09 Gerd Moellmann <gerd@gnu.org>
14765
14766 * progmodes/ebrowse-ffh.el: New file.
14767
14768 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14769 to ebrowse-ffh.el.
14770 (ebrowse-load): Add autoload.
14771
14772 * finder.el (finder-commentary): Add autoload cookie.
14773
14774 * mail/rfc2368.el: Correct author's email address.
14775
14776 * progmodes/ebrowse.el: New file.
14777
14778 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14779 item help string.
14780 (easy-menu-do-add-item): Ditto.
14781 (easy-menu-define): Extend doc string.
14782
14783 * jit-lock.el (with-buffer-unmodified): Use
14784 restore-buffer-modified-p.
14785 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14786 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14787 with-buffer-unmodified.
14788
147892000-04-08 Dave Love <fx@gnu.org>
14790
14791 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14792 unless, when.
14793
147942000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14795
14796 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14797 (viper-flash-search-pattern): No operation when using Emacs
14798 doesn't support face.
14799 Use `viper-put-on-search-overlay'.
14800
148012000-04-04 Gerd Moellmann <gerd@gnu.org>
14802
14803 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14804 like C-r.
14805
14806 * progmodes/make-mode.el: Some doc fixes.
14807 (makefile-mode-abbrev-table): New variable.
14808 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14809 (makefile-font-lock-keywords): Fontify includes and conditionals.
14810 (toplevel): Require `dabbrev' and `add-log' when compiling.
14811
14812 * replace.el (perform-replace): Don't move forward one char
14813 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14814 to do that because it leaves point 1 position after the last
14815 replacement, after everything has been replaced.
14816
14817 * jit-lock.el (with-buffer-unmodified): New macro.
14818 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14819 modified state.
14820 (jit-lock-function-1): Extracted from jit-lock-function; not
14821 preserving buffer's modified state.
14822 (jit-lock-function, jit-lock-stealth-fontify): Call
14823 jit-lock-function-1.
14824
14825 * mail/rfc2368.el: Remove supernumerary copyright line.
14826
148272000-04-04 Milan Zamazal <pdm@freesoft.cz>
14828
14829 * glasses.el: Provide facilities for inserting space before left
14830 parentheses and uncapitalization of identifiers.
14831 (glasses-mode): Try to remove old overlays in all cases.
14832
148332000-04-03 Gerd Moellmann <gerd@gnu.org>
14834
14835 * progmodes/compile.el (compile-internal): Display the compilation
14836 buffer in a different frame, if it's already displayed there.
14837
14838 * mail/rfc2368.el: New file.
14839
14840 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14841 header and insert its value as mail body.
14842
14843 * subr.el (member-ignore-case): New function.
14844
14845 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14846 (dabbrev--find-expansion): Ignore buffers matching a regexp
14847 from dabbrev-ignored-regexps.
14848
14849 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14850 to extensions handled by gzip.
14851
148522000-04-03 Richard M. Stallman <rms@gnu.org>
14853
14854 * files.el (insert-directory): List the total free space
14855 along with the used space.
14856
14857 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14858 line is followed by one that matches CITATION-REGEXP, end the
14859 paragraph.
14860
148612000-04-03 Markus Rost <rost@delysid.gnu.org>
14862
14863 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14864 (rmail-make-basic-summary-line): Use that option.
14865
148662000-04-03 Kenichi Handa <handa@etl.go.jp>
14867
14868 * international/mule-cmds.el (encoded-string-description):
14869 Rewritten. Try pretty description for ISO 2022 escape sequences
14870 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14871 for hexadecimal format.
14872
148732000-04-01 Dave Love <fx@gnu.org>
14874
14875 * cpp.el: Change customization group to `c' from `C'.
14876
14877 * vcursor.el (vcursor-move): Use display-color-p.
14878
14879 * international/mule-util.el: Provide mule-utils.
14880 (string-to-sequence): Simplify and speed up.
14881
14882 * international/mule.el (make-coding-system): Purecopy doc-string.
14883
14884 * international/mule-cmds.el: Various menu changes.
14885 (describe-specified-language-support): Handle `Default'.
14886 (set-language-info): Purecopy `info'.
14887
148882000-03-31 Andrew Innes <andrewi@gnu.org>
14889
14890 * vc.el (vc-backend-diff): Return the correct status if we had to
14891 retry the rcsdiff command without the --brief option.
14892
148932000-03-31 Dave Love <fx@gnu.org>
14894
14895 * help.el (help-manyarg-func-alist): Correct several omissions.
14896
14897 * add-log.el: Don't require cl, fortran.
14898 (add-log-current-defun-function): Doc fix.
14899 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14900 fix.
14901 (change-log-version-rcs): Function deleted.
14902 (change-log-version-number-search): Doc fix. Use
14903 vc-workfile-version. Avoid CL dolist.
14904 (add-change-log-entry): Just call add-log-current-defun to get
14905 defun. Simplify somewhat.
14906 (change-log-get-method-definition-1): Likewise.
14907 (add-log-current-defun): Return nil if calling
14908 add-log-current-defun-function does so. Move Fortran stuff to
14909 fortran.el. Return string without properties.
14910
14911 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14912 and :alpha: char classes.
14913
14914 * mail/supercite.el: Defvar curline when compiling.
14915 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14916 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14917 rather than a-zA-Z0-9 to allow non-ASCII characters.
14918
149192000-03-31 Gerd Moellmann <gerd@gnu.org>
14920
14921 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14922
14923 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14924 Re-enable new code.
14925
14926 * lpr.el (print-region-1): Use -d to specify printer name for
14927 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14928
149292000-03-31 Dave Love <fx@gnu.org>
14930
14931 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14932 for function definition in symbol's function value slot first
14933 instead of first consulting byte-compile-function-environment.
14934
149352000-03-31 Kenichi Handa <handa@etl.go.jp>
14936
14937 * language/european.el ("Polish"): New language environment.
14938 (setup-polish-environment): New function.
14939
149402000-03-30 Gerd Moellmann <gerd@gnu.org>
14941
14942 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14943 Disable new code.
14944
14945 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14946 trying to `load' the symbol of an autoload instead of the file
14947 recorded in the autoload. Fix error messages.
14948
149492000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14950
14951 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14952 (ps-print-version): New version number (5.1.3).
14953 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14954 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14955 (ps-generate-postscript-with-faces): Code fix.
14956 (ps-color-values): XEmacs compatibility.
14957 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14958 (ps-default-fg, ps-default-bg): Adjust customization.
14959 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14960 (ps-color-scale): Renaming old ps-color-value fun.
14961 (ps-print-headers): Replace ps-print-header group to avoid conflict
14962 with ps-print-header variable.
14963 (ps-print-miscellany): New group.
14964 (ps-format-color, ps-rgb-color): New funs.
14965 (ps-default-foreground): New var.
14966 (ps-printer-name-option): New const.
14967
149682000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14969
14970 * net/net-utils.el:
14971 (network-connection-host, network-connection-service): New variables
14972 (network-connection-mode): New mode, derived from comint-mode
14973 (network-connection-mode-setup): New function, saves host and
14974 service information in local variables.
14975
14976 * lisp/locate.el:
14977 (locate-word-at-point): Added this function
14978 (locate): Default to using locate-word-at-point as input
14979 Run dired-mode-hook
14980
149812000-03-29 Dave Love <fx@gnu.org>
14982
14983 * calendar/appt.el: Doc fixes.
14984 (appt-check): Convert min-to-app to a string before passing to
14985 appt-disp-window-function or concat.
14986 (appt-delete-window): Remove test for frame-root-window.
14987 (appt-select-lowest-window, appt-convert-time): Simplify.
14988
14989 * emacs-lisp/bytecomp.el: Doc fixes.
14990 (byte-compile-file-form-autoload): Update
14991 byte-compile-function-environment.
14992
149932000-03-29 Andreas Schwab <schwab@suse.de>
14994
14995 * emacs-lisp/autoload.el: Also print defsubst doc string
14996 specially.
14997
14998 * dired.el (dired-insert-directory): If dired-free-space-program
14999 failed just delete its output.
15000
150012000-03-29 Dave Love <fx@gnu.org>
15002
15003 * international/iso-cvt.el: Move provide to end. Doc fixes.
15004 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15005 (iso-iso2sgml, iso-sgml2iso): New functions.
15006 (iso-cvt-define-menu): Fix some entries and use backquote for
15007 clarity.
15008
15009 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15010
150112000-03-28 Gerd Moellmann <gerd@gnu.org>
15012
15013 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15014 ISO-DATE. If non-nil, return date in ISO 8601 format.
15015
150162000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15017
15018 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15019 if it ever becomes used.
15020 (log-edit-mode-hook): Default to vc-log-mode-hook.
15021 (log-edit-mode): Fix the docstring.
15022
15023 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15024 the code.
15025
150262000-03-26 Dave Love <fx@gnu.org>
15027
15028 * net/browse-url.el (browse-url): Re-fix case of
15029 browse-url-browser-function being an alist.
15030 (browse-url): Add :link to defgroup.
15031
15032 * files.el: Doc fixes.
15033 (file-truename): Include `[' in wildcard characters.
15034 (automount-dir-prefix): Customize.
15035 (find-file-wildcards): Add :version.
15036 (find-file-noselect): Simplify a mapcar call.
15037
15038 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15039 compatible with inf-lisp version.
15040 (eval-defun-1): Fix custom-declare-variable case.
15041
150422000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15043
15044 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15045
150462000-03-24 Gerd Moellmann <gerd@gnu.org>
15047
15048 * Makefile (COMPILE_FIRST): New macro.
15049 (compile-files): Compile files from COMPILE_FIRST first.
15050
15051 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15052 code.
15053
15054 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15055 matching open parenthesis in column 0 to defun-prompt-regexp
15056 only if open-paren-in-column-0-is-defun-start is set.
15057
15058 * sun-curs.el: Require CL at compile-time only.
15059
15060 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15061 instead of copy-list which is a function from CL.
15062 (msb--choose-menu, msb--mode-menu-cond)
15063 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15064 (msb--init-file-alist): Use mapcar instead of mapcan.
15065 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15066 `(' in column 0 in doc string.
15067 (msb--add-separators): Use mapcar instead of mapcan.
15068
15069 * cus-dep.el: Require CL at compile-time only.
15070
150712000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15072
15073 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15074 (byte-compile-warnings): New warning `noruntime'.
15075 (byte-compile-constants, byte-compile-variables): Fix docstring.
15076 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15077 execute `eval-whenc-compile's body.
15078 (byte-compile-unresolved-functions): Fix docstring.
15079 (byte-compile-eval): New function.
15080 (byte-compile-callargs-warn): Check if the function will be available
15081 at runtime (via property `byte-compile-noruntime').
15082 (byte-compile-print-syms): New function.
15083 (byte-compile-warn-about-unresolved-functions): Also warn about
15084 `noruntime' functions (and use `byte-compile-print-syms').
15085 (byte-compile-file): Capitalize the message.
15086
150872000-03-24 Gerd Moellmann <gerd@gnu.org>
15088
15089 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15090 (rmail-expunge): Ask for confirmation depending on the setting
15091 of rmail-confirm-expunge.
15092
150932000-03-23 Gerd Moellmann <gerd@gnu.org>
15094
15095 * Makefile (bootstrap-clean): If $(emacs) exists, build
15096 loaddefs.el first. A loaddefs.el that's not up-to-date might
15097 cause a bootstrap failure because things don't autoload as
15098 expected.
15099
151002000-03-23 Dave Love <fx@gnu.org>
15101
15102 * net/browse-url.el: Restore previous use of
15103 browse-url-maybe-new-window.
15104
151052000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15106
15107 * ps-print.el: Skip banner page fix.
15108 (ps-print-version): New version number (5.1.2).
15109 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15110
151112000-03-23 Dave Pearson <davep@davep.org>
15112
15113 * net/quickurl.el Changed the type of parameter passed to the
15114 function defined by `quickurl-format-function'. Before only the
15115 text of the URL was passed. Now the whole URL structure is passed
15116 and the function is responsible for extracting the parts it
15117 requires. Changed the default of `quickurl-format-function'
15118 accordingly.
15119 (quickurl-insert): Changed the `funcall' of
15120 `quickurl-format-function' to match the above change.
15121 (quickurl-list-insert): Changed the `url' case so that it makes
15122 use of `quickurl-format-function', previous to this the format was
15123 hard wired.
15124
151252000-03-22 Gerd Moellmann <gerd@gnu.org>
15126
15127 * startup.el: Change some spellings for the X Window System.
15128
151292000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15130
15131 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15132 up the code and the regexp and make sure the cursor is temporarily
15133 moved to the suspicious line while querying the user.
15134
151352000-03-22 Jason Rumney <jasonr@gnu.org>
15136
15137 * w32-fns.el (w32-charset-info-alist): Initialize.
15138
151392000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15140
15141 * ps-print.el: N-up last page fix.
15142 (ps-print-version): New version number (5.1.1).
15143 (ps-end-file, ps-end-job, ps-generate): Code fix.
15144
151452000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15146
15147 * files.el (find-file-run-dired): Update docstring.
15148 (find-directory-functions): New hook.
15149 (find-file-noselect): Run find-directory-functions rather than
15150 calling dired directly.
15151
15152 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15153
15154 * pcvs.el: Add a minimal leading commentary.
15155 (cvs-make-cvs-buffer): Change the header part by removing the startup
15156 message and adding a `Module' entry. Also replace the FOOTER and
15157 HEADER special fileinfos with the new support in ewoc for updating
15158 its own footer and header.
15159 (cvs-update-header): Update to use the header/footer of the ewoc.
15160 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15161 (cvs-is-within-p): New function.
15162 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15163 to only examine some subset of the buffers.
15164
15165 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15166 `format' instead of our own ad-hoc functions.
15167 Remove HEADER and FOOTER cases, now handled in the EWOC.
15168 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15169
15170 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15171 output to avoid scaring the user.
15172 (cvs-parse-table): Catch message for non-up-to-date commits.
15173
15174 * pcvs-defs.el (cvs-startup-message): Remove.
15175 (cvs-global-menu): New autoloaded menu.
15176
15177 * pcvs-util.el (cvs-string-fill): Remove.
15178
15179 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15180 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15181 PP part of it and also make it work for footers and headers.
15182 (ewoc-create): Drop POS and BUFFER arguments.
15183 Use the DLL's dummy node to store the end-of-footer position.
15184 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15185 (ewoc-refresh): Remove unused `header' variable.
15186 (ewoc-(get|set)-hf): New functions.
15187
15188 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15189 log-view-*-(message|file) and use easy-mmode-define-navigation.
15190 (log-view-message-re): Match SCCS format as well.
15191 And match the revision line rather than the dashed separator line.
15192 (log-view-mode): Use the new define-derived-mode.
15193 (log-view-current-tag): Fill in with an actual implementation.
15194
15195 * cvs-status.el (cvs-status-(prev|next)): Rename from
15196 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15197 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15198 to let the output "breathe" a little more (more readable).
15199 (cvs-status-mode): Use the new define-derived-mode.
15200
15201 * smerge-mode.el (smerge-auto-leave): New function and variable.
15202 (smerge-basic-map): Rename from smerge-basic-keymap.
15203 Change the bindings for smerge-diff-*.
15204 (smerge-*-map): Use easy-mmode-defmap.
15205 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15206 (smerge-keep-*): Use smerge-auto-leave.
15207
152082000-03-21 Jason Rumney <jasonr@gnu.org>
15209
15210 * cus-edit.el (custom-button-face): Use 3D look for w32.
15211 (custom-button-pressed-face): Likewise.
15212
152132000-03-21 Gerd Moellmann <gerd@gnu.org>
15214
15215 * progmodes/etags.el (tags-case-fold-search): New user-option.
15216 (tags-loop-eval): New function. Bind case-fold-search around eval
15217 depending on the value of tags-case-fold-search.
15218 (tags-loop-continue): Use tags-loop-eval.
15219 (find-tag-in-order): Bind case-fold-search depending on the value
15220 of tags-case-fold-search.
15221
152222000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15223
15224 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15225 (diff-end-of-hunk): Return the end position for use in
15226 `easy-mmode-define-navigation'.
15227 (diff-recenter): Remove.
15228 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15229 of `easy-mmode-define-navigation'.
15230 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15231 previous renaming) and fix to use new names.
15232 (diff-merge-strings): Use \n as separator: simpler, faster.
15233 (diff-mode): Use `define-derived-mode'.
15234
15235 * derived.el (define-derived-mode): Don't autoload anymore.
15236 Prefer the macro-only version provided by easy-mmode.el.
15237
15238 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15239 `easy-mmode-define-derived-mode'.
15240 Use `combine-run-hooks'.
15241 (easy-mmode-define-navigation): New macro.
15242
15243 * subr.el (combine-run-hooks): New function.
15244
152452000-03-21 Kenichi HANDA <handa@etl.go.jp>
15246
15247 * term/x-win.el: Fontsets related initialization is simplified.
15248
15249 * international/mule-diag.el (describe-font): Don't refer to
15250 global-fontset-alist, instead call font-list.
15251 (describe-fontset, list-fontsets, mule-diag): Likewise.
15252 (print-fontset): Adjusted for the change of fontset
15253 implementation.
15254
15255 * international/fontset.el (x-charset-registries): Variable
15256 removed, instead the corresponding data is stored in the default
15257 fontset.
15258 (register-alternate-fontnames): Function removed.
15259 (resolved-ascii-font): Variable removed.
15260 (x-compose-font-name): Ignore the second argument REDOCE.
15261 (x-complement-fontset-spec): Complement only an ASCII font and
15262 element for those charsets than can use that ASCII font.
15263 (generate-fontset-menu): Don't refer to global-fontset-alist,
15264 instead call fontset-list.
15265 (uninstantiated-fontset-alist): Variable removed.
15266 (x-style-funcs-alist): Likewise.
15267 (fontset-default-styles): Likewise.
15268 (x-modify-font-name): Function removed.
15269 (create-fontset-from-fontset-spec): Ignore the argument
15270 STYLE-VARIANT.
15271 (create-fontset-from-ascii-font): Docsting adjusted for the above
15272 change.
15273 (instantiate-fontset, resolve-fontset-name): Functions removed.
15274 (fontset-list): Now implemented by C code.
15275
15276 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15277 (describe-face): Include `font' attribute in the description.
15278
152792000-03-21 Kenichi Handa <handa@etl.go.jp>
15280
15281 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15282
152832000-03-20 Gerd Moellmann <gerd@gnu.org>
15284
15285 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15286 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15287 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15288
15289 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15290 about behavior of set-buffer-modified-p wrt redisplay.
15291
152922000-03-19 Richard M. Stallman <rms@gnu.org>
15293
15294 * view.el (view-mode-disable): Kill local binding of view-read-only.
15295
152962000-03-18 Gerd Moellmann <gerd@gnu.org>
15297
15298 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15299 is a string, convert it to a syntax cell using string-to-syntax.
15300
15301 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15302 (string-to-syntax): New function.
15303
15304 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15305 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15306 try to use passive ftp mode.
15307
153082000-03-17 Gerd Moellmann <gerd@gnu.org>
15309
15310 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15311
15312 * simple.el (append-to-buffer): Update point of windows after
15313 insertion.
15314
15315 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15316 forward then moving backward. Reindent.
15317
15318 * frame.el (other-frame): Call x-focus-frame only if
15319 focus-follows-mouse is off.
15320
153212000-03-17 Dave Love <fx@gnu.org>
15322
15323 * pcvs-util.el (cvs-strings->string): Rename
15324 replace-regexps-in-string.
15325
153262000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15327
15328 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15329 regexp for labels cannot span several lines.
15330
15331 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15332 `(setq :<key> ':<key>)' to the macro expansion.
15333
153342000-03-16 Dave Love <fx@gnu.org>
15335
15336 * progmodes/f90.el (f90): Put custom group under `languages', not
15337 `fortran'.
15338 (f90-mode-hook): Customize.
15339 (f90-mode): Set add-log-current-defun-function.
15340 (f90-current-defun): New function.
15341
153422000-03-16 Gerd Moellmann <gerd@gnu.org>
15343
15344 * cus-edit.el (custom-variable-tag-face): Handle case that
15345 default face's height is not a number.
15346 (custom-face-tag-face, custom-group-tag-face-1)
15347 (custom-group-tag-face): Ditto.
15348 (custom-group-tag-face-1): Add :group.
15349
15350 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15351
153522000-03-15 Gerd Moellmann <gerd@gnu.org>
15353
15354 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15355 requiring easymenu.
15356
153572000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15358
15359 * ps-print.el: PostScript user-defined prologue, PostScript error
15360 handler, doc fix.
15361 (ps-print-version): New version number (5.1).
15362 (ps-user-defined-prologue, ps-error-handler-message)
15363 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15364 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15365 (ps-insert-string): New function.
15366
153672000-03-15 Kenichi Handa <handa@etl.go.jp>
15368
15369 * international/ccl.el (ccl-compile-expression): Don't generate
15370 invalid self-assignment code.
15371
153722000-03-14 Dave Love <fx@gnu.org>
15373
15374 * subr.el (replace-regexp-in-string): Renamed from
15375 replace-regexps-in-string. Doc fix.
15376
153772000-03-12 Dave Love <fx@gnu.org>
15378
15379 * cus-edit.el: Doc fixes.
15380 (customize-set-variable, customize-save-variable): Rename args for
15381 doc.
15382 (custom-variable-tag-face, custom-face-tag-face)
15383 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15384 style which user identify as hyperlink.
15385 (hook): Don't add undefined functions to the hook.
15386 (debug-ignored-errors): Transfer message from bindings.el.
15387
153882000-03-12 Gerd Moellmann <gerd@gnu.org>
15389
15390 * recentf.el (recentf-keep-non-readable-files-p): Remove
15391 double/nested definition.
15392
153932000-03-12 Dave Love <fx@gnu.org>
15394
15395 * facemenu.el (facemenu-get-face): Use display-color-p.
15396 * enriched.el (enriched-decode-foreground): Likewise.
15397 (enriched-decode-background): Likewise.
15398 * isearch.el (isearch-highlight): Likewise.
15399 * info-look.el (info-lookup): Likewise.
15400 * simple.el (completion-setup-function): Likewise.
15401
15402 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15403 :options.
15404
15405 * bindings.el (mode-line-format): Fix line-number and
15406 column-number items. Add help-echo for the background.
15407 (mode-line-mule-info): Modify help-echo.
15408
15409 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15410
15411 * files.el (load-file): Allow completion to .elc.
15412
15413 * man.el: Doc fixes.
15414 (Man-init-defvars): Use display-color-p to set fontification.
15415
15416 * play/hanoi.el (hanoi-internal): Don't use oddp.
15417
154182000-03-12 Gerd Moellmann <gerd@gnu.org>
15419
15420 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15421
15422 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15423
154242000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15425
15426 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15427 Fix comment.
15428
154292000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15430
15431 * font-lock.el (font-lock-keywords): Fix the doc now that
15432 regexp-opt-depth is unnecessary.
15433 (save-buffer-state): Set an edebug spec.
15434 (font-lock-fontify-anchored-keywords): Properly handle the case when
15435 the matcher goes past the limit.
15436
15437 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15438 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15439
15440 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15441 dll.el and cookie.el (from Elib) with heavy renaming and other
15442 massaging.
15443
15444 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15445 Autoload the functions used.
15446 (easy-mmode-define-syntax): Fix CL typo.
15447 (easy-mmode-define-derived-mode): Improve the docstring generation.
15448
154492000-03-10 Gerd Moellmann <gerd@gnu.org>
15450
15451 * textmodes/texinfo.el (texinfo-version): Variable and function
15452 removed.
15453
154542000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15455
15456 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15457 allow more flexibility.
15458 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15459 fns.
15460 (easy-mmode-defmap, easy-mmode-defsyntax)
15461 (easy-mmode-define-derived-mode): New macros.
15462
154632000-03-09 Didier Verna <didier@xemacs.org>
15464
15465 * rect.el (replace-rectangle): New function.
15466
154672000-03-09 Dave Love <fx@gnu.org>
15468
15469 * progmodes/fortran.el (fortran-comment-line-start): Define as
15470 "C".
15471 (fortran-comment-line-start-skip): Don't match cpp stuff.
15472 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15473 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15474 (fortran-mode): Don't set fortran-comment-line-start-skip,
15475 fortran-comment-line-start here. Set comment-start,
15476 add-log-current-defun.
15477 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15478 (fortran-current-defun): New function.
15479
154802000-03-09 Gerd Moellmann <gerd@gnu.org>
15481
15482 * emacs-lisp/re-builder.el: New file.
15483
15484 * mouse.el (mouse-drag-region): Don't run up-event handler
15485 if hscroll has changed.
15486
15487 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15488 builtin operators, use `font-lock-builtin-face' for Emacs and
15489 `font-lock-preprocessor-face' otherwise.
15490
15491 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15492 `(defun (setf foo)' differently.
15493
154942000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15495
15496 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15497 (regexp-opt): Update comment and adapt the code the new meaning of
15498 the `paren' argument of regex-opt-group for shy-groups.
15499 (regexp-opt-depth): Handle shy groups as well as backslashed
15500 backslashes.
15501 (regexp-opt-group): Turn the leading comment into a docstring.
15502 Allow `paren' to be a string (the string to use to open a group).
15503 Remove open-presuf and close-presuf. Instead of checking for `all
15504 one-char' and then later on check for `several one-char', handle
15505 both cases close together. Also apply a more generic algorithm
15506 for suffixes (the mirror image of the algorithm used for
15507 prefixes). Use shy-groups. Use nreverse rather than reverse.
15508 (regexp-opt-try-suffix): Removed.
15509
15510 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15511 from comint-mode-map, so we can just inherit from it. Also, move
15512 the initialization into the `defvar' since there's no docstring
15513 anyway and it's fairly short.
15514 (inferior-scheme-mode): Define it as derived-mode: the code is
15515 shorter and this way we inherit from comint-mode-map rather than
15516 copying it.
15517
15518 * subr.el (replace-regexps-in-string): Properly handle the case
15519 where we match an empty string.
15520
15521 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15522 when the command has a directory component (such as "./testml").
15523 Also fix a typo in the comment.
15524
155252000-03-08 Gerd Moellmann <gerd@gnu.org>
15526
15527 * Makefile (compile-files): Compile files one by one because
15528 that's the only way to ensure a clean compilation environment for
15529 each individual file.
15530
15531 * frame.el (other-frame): Call x-focus-frame.
15532
155332000-03-07 Dave Love <fx@gnu.org>
15534
15535 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15536 :require to defcustom.
15537
15538 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15539 lists.
15540
15541 * files.el (auto-mode-alist): Add configure.in.
15542
15543 * progmodes/autoconf.el: New file.
15544
155452000-03-07 Gerd Moellmann <gerd@gnu.org>
15546
15547 * mail/mh-e.el: Change maintainer to `none'.
15548
15549 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15550 to remove-hook and add-hook.
15551
155522000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15553
15554 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15555 it as the default.
15556 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15557 (sendmail-send-it): Conditionally add MIME headers specifying the
15558 used character set.
15559
155602000-03-07 Dave Love <fx@gnu.org>
15561
15562 * winner.el: Fix keywords, autoload cookies. Split
15563 eval-when-compile form to avoid compilation failure.
15564
155652000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15566
15567 * international/mule.el: Modify comment about coding system
15568 property `coding-category'.
15569 (make-coding-system): New argument EOL-TYPE. Pay attention to
15570 coding-category property of PROPERTIES.
15571
15572 * international/mule-conf.el (coding-category-utf-8,
15573 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15574 categories. Include them in the argument for set-coding-priority.
15575
15576 * international/mule-cmds.el (reset-language-environment): Include
15577 coding-category-utf-8, coding-category-utf-16-be, and
15578 coding-category-utf-16-le in the argument for set-coding-priority.
15579 (reset-language-environment): Initialize coding-category-utf-8,
15580 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15581
155822000-03-06 Karl Fogel <kfogel@red-bean.com>
15583
15584 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15585 code abstracted out of `bookmark-jump-noselect'. Now tries info
15586 extensions as well as compression extensions.
15587 (bookmark-jump-noselect): Use above new func.
15588
155892000-03-03 Gerd Moellmann <gerd@gnu.org>
15590
15591 * strokes.el: Change maintainer's mail address.
15592
155932000-03-03 Kenichi Handa <handa@etl.go.jp>
15594
15595 * international/mule-diag.el (list-character-sets): Make help-echo
15596 string by substitute-command-keys.
15597 (list-character-sets): Likewise.
15598 (sort-listed-character-sets): Call help-setup-xref.
15599
156002000-03-02 Gerd Moellmann <gerd@gnu.org>
15601
15602 * time.el (display-time-mail-file): Add `none' to the list of
15603 choices.
15604
156052000-03-01 Dave Love <fx@gnu.org>
15606
15607 * help.el (help-xref-go-back): Don't try to set position.
15608
15609 * international/mule-diag.el (list-character-sets): Call
15610 help-setup-xref. Add help-echo to xrefs.
15611 (list-character-sets-1): Add help-echo to xrefs.
15612
156132000-03-02 Gerd Moellmann <gerd@gnu.org>
15614
15615 * frame.el (blink-cursor-mode): Switch cursor on when turning
15616 the mode off.
15617
15618 * add-log.el (add-log-current-defun): Add support for
15619 Autoconf mode.
15620
15621 * mail/rmail.el (rmail-quit-hook): New variable.
15622
156232000-03-01 Dave Love <fx@gnu.org>
15624
15625 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15626
15627 * help.el (help-xref-button): Add help-echo arg.
15628 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15629
15630 * faces.el (list-faces-display): Supply help-echo with
15631 help-make-xrefs.
15632
15633 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15634 nil.
15635
156362000-03-01 Gerd Moellmann <gerd@gnu.org>
15637
15638 * image.el (defimage): Look for image files in load-path.
15639
15640 * frame.el (busy-cursor-delay-seconds): Change type to
15641 `number'.
15642
156432000-03-01 David Ponce <david.ponce@wanadoo.fr>
15644
15645 * recentf.el (recentf): Added version tag to the defgroup of
15646 recentf.
15647
156482000-03-01 David Ponce <david.ponce@wanadoo.fr>
15649
15650 * recentf.el (recentf-cleanup): Changed to remove excluded file
15651 too.
15652 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15653 action to select/unselect a file.
15654 (recentf-edit-list): Code cleanup and improvement.
15655 (recentf-open-more-files-action): `recentf-open-more-files' button
15656 widget action to open a file.
15657 (recentf-open-more-files): No more use standard completion but
15658 widgets.
15659 (recentf-more-collection): Deleted.
15660 (recentf-more-history): Deleted.
15661 (recentf-setup-more-completion): Deleted.
15662
156632000-03-01 David Ponce <david.ponce@wanadoo.fr>
15664
15665 * recentf.el (recentf-mode): No more needs that Emacs is running
15666 under a window-system.
15667
156681999-03-01 David Ponce <david.ponce@wanadoo.fr>
15669
15670 * recentf.el (recentf-edit-list): New command to edit the recent
15671 list which allow the user to remove files.
15672 (recentf-edit-selected-items): New global variable, used by
15673 `recentf-edit-list' to hold the list of files to be removed from
15674 the recent list.
15675 (recentf-make-menu-items): Updated to display a "Edit list..."
15676 menu item. Minor code cleanup.
15677
156781999-03-01 David Ponce <david.ponce@wanadoo.fr>
15679
15680 * recentf.el (recentf-open-more-files): New command to open files
15681 that are not displayed in the menu.
15682 (recentf-more-collection): New global variable holding the set of
15683 permissible completions used by `recentf-open-more-files'.
15684 (recentf-more-history): New global variable holding the history list
15685 used by `recentf-open-more-files' completion.
15686 (recentf-setup-more-completion): New function to setup completion for
15687 `recentf-open-more-files'.
15688 (recentf-make-menu-items): Updated to display a "More..." menu item.
15689
156901999-03-01 David Ponce <david.ponce@wanadoo.fr>
15691
15692 * recentf.el (recentf-menu-action): Doc fixed.
15693
156941999-03-01 David Ponce <david.ponce@wanadoo.fr>
15695
15696 * recentf.el (recentf-menu-filter): Doc updated.
15697 (recentf-update-menu-hook): Allow menu filters to force menu update.
15698 (recentf-make-menu-items): New menu filter handling.
15699 (recentf-make-menu-item): New helper function.
15700 (recentf-menu-elements): New menu handling function.
15701 (recentf-sort-ascending): Updated to new menu filter handling.
15702 (recentf-sort-descending): Updated to new menu filter handling.
15703 (recentf-sort-basenames-ascending): New menu filter function.
15704 (recentf-sort-basenames-descending): New menu filter function.
15705 (recentf-show-basenames): New menu filter function.
15706 (recentf-show-basenames-ascending): New menu filter function.
15707 (recentf-show-basenames-descending): New menu filter function.
15708
157092000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15710
15711 * diary-lib.el (list-diary-entries): Don't try to go forward at
15712 the end of the buffer.
15713
157142000-02-29 Kenichi Handa <handa@etl.go.jp>
15715
15716 * international/mule-diag.el (list-character-sets): Completely
15717 rewritten.
15718 (sort-listed-character-sets): New function.
15719 (list-character-sets-1): Completely rewritten.
15720 (list-character-sets-2): New function.
15721 (non-iso-charset-alist): New variable.
15722 (decode-codepage-char): New function.
15723 (charset-history): New variable.
15724 (read-charset) (list-block-of-chars)
15725 (list-iso-charset-chars)
15726 (list-non-iso-charset-chars)
15727 (list-charset-chars): New functions.
15728 (mule-diag): Call list-character-sets-2, not
15729 list-character-sets-2.
15730 (dump-charsets): Likewise.
15731
157322000-02-29 Gerd Moellmann <gerd@gnu.org>
15733
15734 * dired-x.el (dired-filename-at-point): Add `@' to valid
15735 file name characters.
15736 (dired-filename-at-point): Handle ange-ftp file names.
15737
15738 * frame.el (frame-notice-user-settings): Use assq-delete-all
15739 instead of assoc-delete-all.
15740 (frame-notice-user-settings): Ditto.
15741
15742 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15743 Don't copy alist.
15744
157452000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15746
15747 * calculator.el (calculator-use-menu): New option.
15748 (calculator-initial-bindings): Changed some bindings to work as
15749 macros.
15750 (calculator-forced-input): Removed.
15751 (calculator-restart-other-mode): New variable.
15752 (calculator-mode-map): Set up menu.
15753
157542000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15755
15756 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15757 tags.
15758
157592000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15760
15761 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15762 translate all ESC key sequences.
15763 (viper-goto-mark-subr): restore markers for files for which
15764 they were saved.
15765 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15766 * viper-util.el (viper-set-replace-overlay-glyphs,
15767 viper-set-replace-overlay): always check if the replacement
15768 overlay is live.
15769 * viper.el (viper-vi-state-mode-list): added major modes.
15770 * ediff-wind.el: minor comment changes.
15771 * ediff.el: copyright notice date fix.
15772
157732000-02-27 Jason Rumney <jasonr@gnu.org>
15774
15775 * faces.el (face-font-family-alternatives): Add arial to helv.
15776 (mode-line, header-line, tool-bar): Same default as x for w32.
15777 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15778 face-font-family-alternatives from working.
15779 * term/w32-win.el (mouse-set-font): Do not build fontset from
15780 chosen font.
15781
157822000-02-25 Sam Steingold <sds@goems.com>
15783
15784 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15785 properly.
15786
157872000-02-25 Richard M. Stallman <rms@gnu.org>
15788
15789 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15790
157912000-02-25 Gerd Moellmann <gerd@gnu.org>
15792
15793 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15794 writable.
15795
15796 * frame.el (busy-cursor-delay-seconds): New option.
15797
157982000-02-24 Gerd Moellmann <gerd@gnu.org>
15799
15800 * frame.el (show-cursor-in-non-selected-windows): New option.
15801
158022000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15803
15804 * diary-lib.el (include-other-diary-files): Undo the selective
15805 display in any included file and don't kill it.
15806
158072000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15808
15809 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15810 bar. Menu items converted to (menu-item format, help strings
15811 added.
15812 [downcase, upcase]: Don't enable on MS-DOS.
15813 [symlink, symlinks]: Don't show if make-symbolic-link is not
15814 bound.
15815 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15816
158172000-02-23 Dave Love <fx@gnu.org>
15818
15819 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15820 (backward-kill-word): Revert addition of * to interactive spec --
15821 it's a feature.
15822
15823 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15824 (backward-kill-sentence, kill-sentence): Likewise.
15825
15826 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15827 scratch buffer name.
15828 (gud-format-command): Use int-to-string in ?l case. Simplify
15829 slightly.
15830
15831 * term/w32-win.el (internal-face-interactive): Update prompt for
15832 new read-face-name.
15833
15834 * mail/footnote.el (footnote): Add :version to defgroup.
15835 (footnote-section-tag-regexp): Customize.
15836 (footnote-start-tag, footnote-end-tag): New option.
15837 (footnote-latin-regexp): New variable.
15838 (Footnote-latin): New function.
15839 (footnote-style-alist): Add element for latin style.
15840 (footnote-style): Moved.
15841 (Footnote-goto-footnote): Use eq to test arg.
15842
15843 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15844
15845 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15846 (byte-compile-trueconstp): Include keywords.
15847 (byte-optimize-quote, byte-optimize-lapcode): Use
15848 byte-compile-const-symbol-p.
15849 (byte-optimize-char-before): New optimization.
15850
15851 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15852 (byte-compile-const-symbol-p): New function.
15853 (byte-compile-constp, byte-compile-out-toplevel)
15854 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15855 Use it.
15856
15857 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15858
158592000-02-23 Kenichi Handa <handa@etl.go.jp>
15860
15861 * international/encoded-kb.el: Be sure to update minor-mode-alist
15862 and minor-mode-map-alist.
15863 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15864 codes SS2 and SS3 correctly.
15865 (encoded-kbd-self-insert-ccl): New function.
15866 (encoded-kbd-setup-keymap): New function.
15867 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15868 by calling encoded-kbd-setup-keymap.
15869
15870 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15871 characters.
15872 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15873 locally.
15874
158752000-02-22 Dave Love <fx@gnu.org>
15876
15877 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15878 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15879 defvar.
15880 (lisp-mode-syntax-table): Set up for #|...|# comments.
15881 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15882 classes. Match `defface'.
15883 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15884 (eval-defun-1): Fix for defcustom.
15885 (lisp-indent-region): Doc fix.
15886
15887 * subr.el (when, unless, split-string): Doc fix.
15888 (read-passwd): Move call of clear-this-command-keys to the right
15889 place.
15890 (replace-regexps-in-string): New function.
15891
158922000-02-22 Gerd Moellmann <gerd@gnu.org>
15893
15894 * help.el (describe-variable): Set syntax table to
15895 emacs-lisp-mode-syntax-table when moving forward over the
15896 symbol's name.
15897
158982000-02-22 Dave Love <fx@gnu.org>
15899
15900 * xt-mouse.el: Doc fixes.
15901 (xterm-mouse-position-function): New function, replacing advice of
15902 mouse-position.
15903 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15904
15905 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15906
159072000-02-21 Gerd Moellmann <gerd@gnu.org>
15908
15909 * format.el (format-annotate-single-property-change): Handle
15910 properties.with dotted-list values.
15911 (format-proper-list-p): New function.
15912
15913 * enriched.el (enriched-face-ans): Handle '(foreground-color
15914 . COLOR) and (background-color . COLOR).
15915
159162000-02-20 Dave Love <fx@gnu.org>
15917
15918 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15919 and assignments to it.
15920 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15921 current local map.
15922 (make-flyspell-overlay): Use it.
15923 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15924
15925 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15926 (lm-get-header-re): Defun, not defsubst.
15927 (lm-get-package-name): Defun, not defsubst. Simplify.
15928 (lm-version): Doc fix. Simplify.
15929 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15930 (lm-crack-address, lm-last-modified-date, lm-commentary)
15931 (lm-verify, lm-synopsis): Simplify.
15932 (lm-report-bug): Require emacsbug. Use compose-mail.
15933
159342000-02-20 Gerd Moellmann <gerd@gnu.org>
15935
15936 * dired.el (dired-mode): Call propertized-buffer-identification
15937 to set mode-line-buffer-identification to something having
15938 the right text properties.
15939
15940 * bindings.el (propertized-buffer-identification): New function.
15941
159422000-02-20 Dave Love <fx@gnu.org>
15943
15944 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15945 check for t-mouse too.
15946
15947 * cus-start.el: Make echo-keystrokes `number'.
15948
159492000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15950
15951 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15952 Don't call ring-empty-p unless tags-location-ring is bound.
15953 From Noah Friedman <friedman@splode.com>.
15954
159552000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15956
15957 * progmodes/hideshow.el (hs-flag-region): No longer use
15958 `intangible' overlay property.
15959
15960 (hs-toggle-hiding): New command.
15961 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15962
15963 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15964 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15965 and deactivation.
15966
159672000-02-18 Gerd Moellmann <gerd@gnu.org>
15968
15969 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15970
159712000-02-17 Gerd Moellmann <gerd@gnu.org>
15972
15973 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15974
15975 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15976 of `*' to handle `(* ... *)' comments.
15977
159782000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15979
15980 * faces.el (list-faces-display): Use display-mouse-p instead of
15981 window-system.
15982
15983 * menu-bar.el (global-map): Menu-bar items converted to the new
15984 format (menu-item..., rearranged for better CUA compliance, and
15985 their names changed for better clarity. Help strings added.
15986
15987 * international/mule-cmds.el (mule-menu-keymap)
15988 (describe-language-environment-map, set-coding-system-map)
15989 (setup-language-environment-map): Convert to new (menu-item...
15990 form, add help strings. Change names of menu items for better
15991 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15992 submenu).
15993
159942000-02-17 Gerd Moellmann <gerd@gnu.org>
15995
15996 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15997 within the code.
15998
159992000-02-16 Dave Love <fx@gnu.org>
16000
16001 * faces.el: Don't require custom. Add more specific :groups to
16002 various deffaces.
16003 (set-face-attribute): Purecopy args.
16004 (read-face-name): Default to name at point and use it in prompt.
16005 Remove colon from arg in all callers.
16006 (list-faces-display): Hyperlink to face descriptions and customize
16007 buffers.
16008
160092000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16010
16011 * wid-edit.el (widget-match-inline): An atom never matches a
16012 list.
16013
160142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16015
16016 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16017 at ':' characters by call to split-string.
16018
160192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16020
16021 * textmodes/bibtex.el: Added RCS version identification.
16022
160232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16024
16025 * textmodes/bibtex.el: Some temporary comments removed.
16026 (bibtex-field-name, bibtex-entry-type): Made the relationship
16027 explicit.
16028 (bibtex-field-const): Allow capital letters.
16029 (bibtex-start-of-string): Deleted because unused.
16030
16031 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16032 use the term 'reference' to describe a bibtex entry as a whole.
16033 Further, reference keys are no longer called 'labels'.
16034 (bibtex-keys): Renamed to bibtex-reference-keys.
16035 (bibtex-reformat-previous-labels): Renamed to
16036 bibtex-reformat-previous-reference-keys.
16037 (bibtex-reference-type): Renamed to bibtex-entry-type.
16038 (bibtex-reference-head): Renamed to bibtex-entry-head.
16039 (bibtex-reference-maybe-empty-head): Renamed to
16040 bibtex-entry-maybe-empty-head.
16041 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16042 (bibtex-search-reference): Renamed to bibtex-search-entry.
16043 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16044 bibtex-enclosing-entry-maybe-empty-head.
16045 (bibtex-entry-field-alist, bibtex-entry-head,
16046 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16047 bibtex-map-entries, bibtex-search-entry,
16048 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16049 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16050 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16051 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16052 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16053 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16054 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16055
160562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16057
16058 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16059 comment.
16060 (bibtex-format-field-delimiters): New function, functionality
16061 extracted from bibtex-format-entry.
16062 (bibtex-autokey-get-yearfield-digits): New function, functionality
16063 extracted from bibtex-autokey-get-yearfield.
16064
16065 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16066 entries in order to avoid stack overflow in the regexp matcher if
16067 field contents become large.
16068 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16069 bibtex-field-string-part-not-braced,
16070 bibtex-field-string-part-no-inner-braces,
16071 bibtex-field-string-part-1-inner-brace,
16072 bibtex-field-string-part-2-inner-braces,
16073 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16074 bibtex-field-string-quoted, bibtex-field-string,
16075 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16076 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16077 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16078 as parsing is now performed by the following functions.
16079 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16080 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16081 bibtex-parse-field-string, bibtex-search-forward-field-string,
16082 bibtex-parse-association, bibtex-field-name-for-parsing,
16083 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16084 bibtex-search-forward-field, bibtex-search-backward-field,
16085 bibtex-start-of-field, bibtex-end-of-field,
16086 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16087 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16088 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16089 bibtex-parse-string, bibtex-search-forward-string,
16090 bibtex-search-backward-string, bibtex-start-of-string,
16091 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16092 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16093 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16094 entries. Instead of reporting the results of the parsing by
16095 match-beginning or match-end, these functions return data structures
16096 that hold the corresponding positions.
16097 (bibtex-enclosing-field): Changed to also report field boundaries by
16098 return values rather than by match-beginning or match-end. The
16099 following functions have been adapted to use the new parsing
16100 functions.
16101 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16102 bibtex-enclosing-field, bibtex-format-entry,
16103 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16104 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16105 bibtex-print-help-message, bibtex-end-of-entry,
16106 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16107 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16108 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16109 method for parsing.
16110 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16111 bibtex-map-entries, bibtex-flash-head,
16112 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16113 bibtex-autokey-change, bibtex-autokey-get-namefield,
16114 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16115 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16116 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16117 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16118 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16119 order to make the new binding of case-fold-search immediately
16120 visible.
16121
161222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16123
16124 * textmodes/bibtex.el: Copyright notice is up to date.
16125 Added constant 'bibtex-maintainer-salutation.
16126
16127 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16128 than make-temp-name, use match-string-no-properties and eliminate
16129 a quadratic behavior when building bibtex-strings.
16130
16131 * bibtex.el (bibtex-reference-key): Accept string entries whose
16132 reference key contains upper case letters.
16133
161342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16135
16136 * bibtex.el (bibtex-reference-head): Allow entries to start with
16137 a new line.
16138
161392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16140
16141 * bibtex.el: Hiding of entry bodies is not longer provided by
16142 bibtex.el directly. Instead the hideshow package can be used.
16143 Added a special bibtex entry to hs-special-modes-alist.
16144 (bibtex-hs-forward-sexp): Added for hideshow.el.
16145
161462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16147
16148 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16149 at ':' characters by call to split-string.
16150
161512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16152
16153 * textmodes/bibtex.el: Added RCS version identification.
16154
161552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16156
16157 * textmodes/bibtex.el: Some temporary comments removed.
16158 (bibtex-field-name, bibtex-entry-type): Made the relationship
16159 explicit.
16160 (bibtex-field-const): Allow capital letters.
16161 (bibtex-start-of-string): Deleted because unused.
16162
16163 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16164 use the term 'reference' to describe a bibtex entry as a whole.
16165 Further, reference keys are no longer called 'labels'.
16166 (bibtex-keys): Renamed to bibtex-reference-keys.
16167 (bibtex-reformat-previous-labels): Renamed to
16168 bibtex-reformat-previous-reference-keys.
16169 (bibtex-reference-type): Renamed to bibtex-entry-type.
16170 (bibtex-reference-head): Renamed to bibtex-entry-head.
16171 (bibtex-reference-maybe-empty-head): Renamed to
16172 bibtex-entry-maybe-empty-head.
16173 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16174 (bibtex-search-reference): Renamed to bibtex-search-entry.
16175 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16176 bibtex-enclosing-entry-maybe-empty-head.
16177 (bibtex-entry-field-alist, bibtex-entry-head,
16178 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16179 bibtex-map-entries, bibtex-search-entry,
16180 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16181 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16182 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16183 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16184 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16185 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16186 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16187
161882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16189
16190 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16191 comment.
16192 (bibtex-format-field-delimiters): New function, functionality
16193 extracted from bibtex-format-entry.
16194 (bibtex-autokey-get-yearfield-digits): New function, functionality
16195 extracted from bibtex-autokey-get-yearfield.
16196
16197 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16198 entries in order to avoid stack overflow in the regexp matcher if
16199 field contents become large.
16200 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16201 bibtex-field-string-part-not-braced,
16202 bibtex-field-string-part-no-inner-braces,
16203 bibtex-field-string-part-1-inner-brace,
16204 bibtex-field-string-part-2-inner-braces,
16205 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16206 bibtex-field-string-quoted, bibtex-field-string,
16207 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16208 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16209 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16210 as parsing is now performed by the following functions.
16211 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16212 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16213 bibtex-parse-field-string, bibtex-search-forward-field-string,
16214 bibtex-parse-association, bibtex-field-name-for-parsing,
16215 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16216 bibtex-search-forward-field, bibtex-search-backward-field,
16217 bibtex-start-of-field, bibtex-end-of-field,
16218 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16219 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16220 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16221 bibtex-parse-string, bibtex-search-forward-string,
16222 bibtex-search-backward-string, bibtex-start-of-string,
16223 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16224 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16225 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16226 entries. Instead of reporting the results of the parsing by
16227 match-beginning or match-end, these functions return data structures
16228 that hold the corresponding positions.
16229 (bibtex-enclosing-field): Changed to also report field boundaries by
16230 return values rather than by match-beginning or match-end. The
16231 following functions have been adapted to use the new parsing
16232 functions.
16233 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16234 bibtex-enclosing-field, bibtex-format-entry,
16235 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16236 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16237 bibtex-print-help-message, bibtex-end-of-entry,
16238 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16239 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16240 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16241 method for parsing.
16242 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16243 bibtex-map-entries, bibtex-flash-head,
16244 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16245 bibtex-autokey-change, bibtex-autokey-get-namefield,
16246 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16247 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16248 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16249 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16250 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16251 order to make the new binding of case-fold-search immediately
16252 visible.
16253
162542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16255
16256 * textmodes/bibtex.el: Copyright notice is up to date.
16257 Added constant 'bibtex-maintainer-salutation.
16258
16259 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16260 than make-temp-name, use match-string-no-properties and eliminate
16261 a quadratic behavior when building bibtex-strings.
16262
16263 * bibtex.el (bibtex-reference-key): Accept string entries whose
16264 reference key contains upper case letters.
16265
162662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16267
16268 * bibtex.el (bibtex-reference-head): Allow entries to start with
16269 a new line.
16270
162712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16272
16273 * bibtex.el: Hiding of entry bodies is not longer provided by
16274 bibtex.el directly. Instead the hideshow package can be used.
16275 Added a special bibtex entry to hs-special-modes-alist.
16276 (bibtex-hs-forward-sexp): Added for hideshow.el.
16277
162782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16279
16280 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16281 proceedings entry type (for cross referencing). Thanks to Wagner
16282 Toledo Correa for the suggestion.
16283
16284 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16285
162862000-02-14 Kenichi Handa <handa@etl.go.jp>
16287
16288 * international/characters.el: Setup case table for Vietnamese.
16289
162902000-02-12 Gerd Moellmann <gerd@gnu.org>
16291
16292 * uniquify.el (toplevel): Require CL at compile time.
16293 (uniquify-push): Removed.
16294
16295 * shadowfile.el (shadow-when): Removed.
16296
16297 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16298 (tempo-process-and-insert-string): Use dolist instead of
16299 tempo-dolist.
16300
16301 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16302 regexp for paragraph-start.
16303
16304 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16305 commas as well.
16306
163072000-02-10 Dave Love <fx@gnu.org>
16308
16309 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16310 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16311 Deleted.
16312 (widget-specify-field, widget-specify-button): Don't use
16313 widget-mouse-help as help-echo property.
16314 (default): Use #'ignore for :validate and :mouse-down-action.
16315 (checkbox): Add help-echo.
16316 (widget-sexp-validate): Rewritten to clarify error messages.
16317 (character): Use char-valid-p in :match function.
16318 (widget-color-complete): Use facemenu-color-alist.
16319 (widget-color-action): Use facemenu-read-color.
16320
16321 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16322 set up `caar' &c that we now have.
16323
163242000-02-09 Ray Blaak <blaak@gnu.org>
16325
16326 * delphi.el: Make resourcestring a declaration region, like const
16327 and var.
16328
163292000-02-09 Dave Love <fx@gnu.org>
16330
16331 * bindings.el (mode-line-input-method-map): New variable.
16332 (mode-line-mule-info): Use it; fix last change.
16333 (mode-line-mode-menu): Move definition.
16334 (mode-line-mouse-sensitive-p): Deleted.
16335 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16336 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16337 level.
16338
16339 * startup.el (command-line-1): Don't call
16340 make-mode-line-mouse-sensitive.
16341
163422000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16343
16344 * mail/rmail.el (rmail-retry-failure): Use
16345 rmail-beginning-of-message before rmail-toggle-header, because the
16346 former toggles headers.
16347
163482000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16349
16350 * diff-mode.el (diff-kill-junk): New interactive function.
16351 (diff-reverse-direction): Use delete-and-extract-region.
16352 (diff-post-command-hook): Restrict the area so that the hook also works
16353 outside of any diff hunk. This is necessary for the minor-mode.
16354 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16355 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16356
16357 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16358 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16359 so that it can be used more easily in <foo>-mode-hook. Also make sure
16360 to avoid duplicate entries.
16361 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16362 (font-lock-remove-keywords): Just as was done for `add', allow it to
16363 work even if font-lock-mode is nil. Also make sure we don't modify
16364 any pre-existing list by forcing a copy-sequence. Finally rename
16365 `major-mode' to `mode'.
16366 (font-lock-fontify-syntactic-anchored-keywords)
16367 (font-lock-fontify-anchored-keywords)
16368 (font-lock-fontify-keywords-region): Use line-end-position.
16369 Don't make `font-lock-multiline' local (it's now done in
16370 font-lock-set-defaults).
16371 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16372 move the `font-lock-fontified' creation to inside the `unless'.
16373
163742000-02-06 Andrew Innes <andrewi@gnu.org>
16375
16376 * term/w32-win.el (x-handle-args): Comment out call to message,
16377 which occurs before window system is initialized.
16378
16379 * makefile.nt: Add support for recompiling lisp code.
16380
163812000-02-04 Dave Love <fx@gnu.org>
16382
16383 * bindings.el (mode-line-mule-info): Fix/extend last change.
16384
16385 * completion.el: Replace completion-dolist with dolist.
16386
16387 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16388 dotimes.
16389
163902000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16391
16392 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16393 environment names before they go into the section regexp.
16394
16395 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16396 char class in regexp.
16397
16398 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16399 `case-fold-search' to nil.
16400
16401 * progmodes/idlwave.el (idlwave-template): Respect
16402 `idlwave-abbrev-change-case'.
16403 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16404 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16405 idlwave-while): respect `idlwave-reserved-word-upcase'.
16406 (idlwave-rw-case): New function.
16407 (idlwave-statement-match): Fixed problem with assignment regexp.
16408 (idlwave-font-lock-keywords): Improved regexp for keyword
16409 parameters.
16410 (idlwave-surround): New argument LENGTH to support padding of
16411 operators longer than 1 char.
16412
16413 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16414 idlwave-shell-expression-overlay. Implemented printing of
16415 expressions on higher levels of the calling stack.
16416 (idlwave-shell-display-level-in-calling-stack): Restore stack
16417 level.
16418 (idlwave-retrieve-expression-from-level): New function.
16419 (idlwave-shell-last-calling-stack): Variable removed.
16420 (idlwave-shell-reset): Argument action reversed (`visible' to
16421 `hidden'). Also remove stop-line overlay.
16422 (idlwave-shell-calling-stack-routine): New variable.
16423 (idlwave-shell-parse-stack-and-display): Messages now display
16424 negative level numbers.
16425 (idlwave-shell-mode): Set `modeline-format'.
16426 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16427 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16428 21.
16429 (idlwave-shell-print-expression-function): New option.
16430
16431 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16432 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16433 `tool-bar' instead of `toolbar'.
16434
164352000-02-02 Dave Love <fx@gnu.org>
16436
16437 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16438 emacs-lisp-mode-hook. Don't check for defalias being defined.
16439
16440 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16441 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16442 the new builtins directly.
16443
16444 * whitespace.el (whitespace): Add :version to defgroup.
16445
16446 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16447 Doc fix.
16448
16449 * thingatpt.el (sexp-at-point, symbol-at-point)
16450 (number-at-point, list-at-point): Add autoload cookie.
16451
16452 * recentf.el (recentf): Add :version to defgroup.
16453
16454 * quickurl.el (quickurl): Add :version to defgroup.
16455
16456 * elide-head.el (elide-head): Use point-marker more.
16457
16458 * bs.el (bs): Add :version to defgroup.
16459
16460 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16461
16462 * progmodes/delphi.el (delphi): Add :version to defgroup.
16463
164642000-02-02 Gerd Moellmann <gerd@gnu.org>
16465
16466 * ange-ftp.el (ange-ftp-write-region): Handle case that
16467 succeeding process operation sets a different coding system.
16468
16469 * calculator.el: New file.
16470
164712000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16472
16473 * frame.el (frames-on-display-list, framep-on-display): New
16474 functions.
16475 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16476 (display-selections-p, display-screens, display-pixel-width)
16477 (display-pixel-height, display-mm-width, display-mm-height)
16478 (display-backing-store, display-save-under, display-planes)
16479 (display-color-cells, display-visual-class): New functions.
16480
16481 * term/tty-colors.el (tty-color-gray-shades): New function.
16482
16483 * faces.el (display-color-p): Use framep-on-display.
16484 (display-grayscale-p): New function.
16485
164862000-01-31 Dave Love <fx@gnu.org>
16487
16488 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16489 (create-fontset-from-x-resource): Don't concat integers.
16490
164912000-01-31 Inge Frick <inge@nada.kth.se>
16492
16493 * view.el: Some changes in documentation. Removed some trailing
16494 whitespace. Changed some parameter names to agree with
16495 documentation.
16496 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16497 window is not deleted. Modifies change 1998-04-26.
16498
164992000-01-31 Gerd Moellmann <gerd@gnu.org>
16500
16501 * windmove.el: New file.
16502
16503 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16504 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16505 progmodes/ebnf-yac.el: Update copyright and license info.
16506
16507 * jit-lock.el (jit-lock-function): Widen before calculating end
16508 position.
16509 (jit-lock-stealth-chunk-start): Rewritten.
16510
16511 * info.el (Info-title-face-alist): Removed.
16512 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16513 faces.
16514 (Info-fontify-node): Use these faces.
16515
165162000-01-30 Gerd Moellmann <gerd@gnu.org>
16517
16518 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16519 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16520 `&allow-other-keywords'.
16521
16522 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16523 the list of directories scanned heuristically.
16524
16525 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16526 exist.
16527
165282000-01-30 Jason Rumney <jasonr@gnu.org>
16529
16530 * w32-fns.el: Define w32-tty-standard-colors.
16531
16532 * startup.el (command-line): Use w32-tty-standard-colors when in
16533 w32 console mode.
16534
165352000-01-30 Dave Love <fx@gnu.org>
16536
16537 * jka-compr.el (jka-compr-load): Fix up load-history.
16538
16539 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16540
16541 * emacs-lisp/cl-macs.el: Revert previous change.
16542
165432000-01-29 Dave Love <fx@gnu.org>
16544
16545 * facemenu.el: Purecopy various strings.
16546
16547 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16548 years. Deal with three-digit years.
16549
16550 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16551 defconst, purecopy.
16552 (help-back-label): Purecopy it.
16553
165542000-01-18 Gerd Moellmann <gerd@gnu.org>
16555
16556 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16557 variable. If non-nil, order the buffer list according to the
16558 currently selected frame.
16559 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16560 non-nil, pass the selected frame to function buffer-list.
16561
165622000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16563
16564 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16565
165662000-01-28 Dave Love <fx@gnu.org>
16567
16568 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16569
16570 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16571 Don't use lisp-indent-hook property.
16572 (cl-abs): Remove.
16573
16574 * subr.el: Move out indent and edebug specs for when and unless.
16575
16576 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16577 when, unless.
16578
16579 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16580 unless, when.
16581
165822000-01-28 Gerd Moellmann <gerd@gnu.org>
16583
16584 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16585 `collecting' as synonym for `collect'.
16586
16587 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16588 for the case it contains spaces.
16589
16590 * simple.el (what-cursor-position): Change formatting of
16591 messages.
16592
16593 * frame.el (delete-other-frames): New function.
16594 (toplevel): Bind it to C-x 5 1.
16595
16596 * sort.el (sort-numeric-base): New option.
16597 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16598 interpret it as octal or hexadecimal. Use sort-numeric-base
16599 as default base.
16600
16601 * progmodes/glasses.el: New file.
16602
166032000-01-27 Gerd Moellmann <gerd@gnu.org>
16604
16605 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16606 userids differently.
16607
16608 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16609 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16610 progmodes/ebnf-yac.el: New files.
16611
166122000-01-26 Dave Love <fx@gnu.org>
16613
16614 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16615 on a function with an empty body. [From Eric Ludlam.]
16616
166172000-01-25 Andre Spiegel <spiegel@gnu.org>
16618
16619 * vc.el (vc-version-diff): Make sure file name is expanded.
16620
166212000-01-25 Gerd Moellmann <gerd@gnu.org>
16622
16623 * scroll-bar.el (scroll-bar-timer): Variable removed.
16624 (scroll-bar-toolkit-scroll): Don't use a timer.
16625
166262000-01-25 Kenichi Handa <handa@etl.go.jp>
16627
16628 * language/thai-util.el (thai-composition-function): Delete
16629 superfluous `a'.
16630
166312000-01-24 Dave Love <fx@gnu.org>
16632
16633 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16634 end-of-defun-function.
16635
16636 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16637 &c.
16638
166392000-01-22 Jason Rumney <jasonr@gnu.org>
16640
16641 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16642 conflicts with new face support.
16643
166442000-01-22 Richard M. Stallman <rms@gnu.org>
16645
16646 * replace.el (query-replace): Rename last arg to DELIMITED.
16647 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16648 (query-replace-regexp): Likewise.
16649
166502000-01-20 Richard M. Stallman <rms@gnu.org>
16651
16652 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16653
16654 * emacs-lisp/lisp.el (beginning-of-defun-function):
16655 Variable renamed from beginning-of-defun.
16656 Do not call make-variable-buffer-local.
16657 (beginning-of-defun-raw): Use new variable name; doc fix.
16658 (beginning-of-defun): Doc fix.
16659 (end-of-defun-function): Variable renamed from end-of-defun.
16660 Do not call make-variable-buffer-local.
16661 (end-of-defun): Use new variable name; doc fix.
16662
16663 * subr.el (dolist, dotimes): Copied from cl-macs.el
16664 and made to work.
16665
16666 * mail/undigest.el (rmail-digest-end-regexps):
16667 Variable replaces rmail-digest-end-regexp.
16668 Allows multiple regexps for detecting the end line.
16669 (undigestify-rmail-message): Corresponding changes.
16670
166712000-01-19 Dave Love <fx@gnu.org>
16672
16673 * files.el (user-init-file): Don't declare here -- is primitive.
16674
16675 * startup.el (command-line): Check for compiled user-init-file and
16676 set to uncompiled version if necessary.
16677
166782000-01-18 Gerd Moellmann <gerd@gnu.org>
16679
16680 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16681 (undigestify-rmail-message): Use it.
16682
16683 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16684
166852000-01-17 Gerd Moellmann <gerd@gnu.org>
16686
16687 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16688 of mini-buffer.
16689
166902000-01-14 Gerd Moellmann <gerd@gnu.org>
16691
16692 * emacs-lisp/copyright.el (copyright-update): Removed the
16693 requirement for a trailing space from `copyright-regexp', to
16694 support copyrights with owner specified on a separate line..
16695
16696 * align.el: New file.
16697
16698 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16699
16700 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16701
167022000-01-13 Dave Love <fx@gnu.org>
16703
16704 * ph.el: Removed. (Obsoleted by EUDC.)
16705
167062000-01-13 Gerd Moellmann <gerd@gnu.org>
16707
16708 * net/eudc.el (toplevel): Remove autoloaded code installing
16709 menu with easymenu, because that causes build problems.
16710
16711 * frame.el (frame-notice-user-settings): New variable.
16712 (frame-notice-user-settings): Don't modify frame parameters
16713 if called a second time.
16714
167152000-01-13 Richard M. Stallman <rms@gnu.org>
16716
16717 * frame.el (frame-notice-user-settings):
16718 Notice default-frame-parameters even for non-window frames.
16719
167202000-01-13 Gerd Moellmann <gerd@gnu.org>
16721
16722 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16723 for Emacs.
16724 (eudc-bob-can-display-inline-images): Extend for Emacs.
16725 (eudc-bob-toggle-inline-display): Ditto.
16726 (eudc-bob-display-jpeg): Ditto.
16727
167282000-01-12 Gerd Moellmann <gerd@gnu.org>
16729
16730 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16731 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16732 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16733
16734 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16735 nil)'.
16736
16737 * subdirs.el: Add `net' directory.
16738
16739 * net: New directory.
16740
16741 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16742 eval-last-sexp. Don't bind debug-on-error here.
16743 (eval-last-sexp): New function. Bind debug-on-error if
16744 eval-expression-debug-on-error is non-nil.
16745 (eval-defun-2, eval-defun): Likewise.
16746
16747 * simple.el (eval-expression): Don't bind debug-on-error if
16748 eval-expression-debug-on-error is nil. Detect changed
16749 debug-on-error, and propagate new value to global binding, if
16750 eval-expression-debug-on-error is non-nil,
16751 (eval-expression-debug-on-error): Change doc string.
16752
167532000-01-11 Richard M. Stallman <rms@gnu.org>
16754
16755 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16756
16757 * emacs-lisp/lisp-mode.el (with-syntax-table):
16758 Set up lisp-indent-function property.
16759
16760 * subr.el (with-syntax-table): Moved from simple.el.
16761
16762 * simple.el (with-syntax-table): Moved to subr.el.
16763
167642000-01-11 Gerd Moellmann <gerd@gnu.org>
16765
16766 * tmm.el (tmm-shortcut): Delete region after prompt instead
16767 of erasing buffer.
16768
16769 * textmodes/fill.el (fill-common-string-prefix): New function.
16770 (fill-context-prefix): Use the longest common prefix of first
16771 and second line fill prefix, if there is one.
16772
167732000-01-11 Richard M. Stallman <rms@gnu.org>
16774
16775 * array.el (array-mode): Don't use make-variable-buffer-local.
16776 Use make-local-variable for `truncate-lines'.
16777
167782000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16779
16780 * add-log.el (add-log-current-defun): Handle user-defined
16781 add-log-current-function returning nil,
16782
16783 * add-log.el (add-change-log-entry): Insert version number
16784 if having found a current function
16785
16786 * add-log.el (add-log-current-defun): Call
16787 `add-log-current-defun-function'. Try matches at level 0 and
16788 level 1. Strip whitespace from defun found.
16789
167902000-01-10 John Wiegley <johnw@gnu.org>
16791
16792 * allout.el (isearch-done/outline-provisions): Added `edit'
16793 argument to correspond with the current definition of
16794 `isearch-done'.
16795
167962000-01-10 Dave Love <fx@gnu.org>
16797
16798 * elide-head.el (elide-head): Use point-marker, not point.
16799
168002000-01-10 Gerd Moellmann <gerd@gnu.org>
16801
16802 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16803 before and after the year 2000.
16804
16805 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16806 Add ispell- prefix.
16807
168082000-01-10 Ken Stevens <k.stevens@ieee.org>
16809
16810 * ispell.el: Only define dictionaries in menus when they exist.
16811 (version18p): New variable.
16812 (version20p): New variable.
16813 (xemacsp): New variable.
16814 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16815 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16816 (ispell-dictionary-alist6): Russian command lines no longer accept
16817 run-together words.
16818 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16819 (ispell-dictionary-alist): Add koi8-r to customize definition.
16820 (check-ispell-version): Added documentation string. Returns
16821 library path when called non-interactively.
16822 (ispell-menu-map-needed): Uses new variables.
16823 (ispell-library-path): New variable.
16824 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16825 (ispell-word): Improved documentation string. Test for valid
16826 character mappings. Correctly check typed in word changes that can
16827 result in single words split into multiple words. Returns
16828 replacement word.
16829 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16830 replace in recursive query replace mode. Help message for
16831 recursive edit mode.
16832 (ispell-show-choices): Protect against bad framepop bindings.
16833 (ispell-help): Fix to work with XEmacs.
16834 (ispell-highlight-spelling-error): Use new variables.
16835 (ispell-overlay-window): Fix to work with XEmacs.
16836 (ispell-parse-output): Passed and returns location information
16837 tracking spelling corrections. Doesn't recheck same word on
16838 current line.
16839 (ispell-init-process): Protect against bogus XEmacs variable binding.
16840 Fix call to single argument in sleep-for. Use new variables.
16841 (ispell-region): Passed and returns location information tracking
16842 spelling corrections. Doesn't check same word on current line.
16843 Improved documentation string. Doesn't resend a line already
16844 checked to the ispell process - fixes bug in LaTeX parsing.
16845 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16846 (ispell-skip-region): No longer skips <TT> in SGML.
16847 (ispell-process-line): Tracks location information with spelling
16848 corrections. Added documentation string. Accounts for words
16849 already accepted on this line. Don't allow query-replace on line
16850 starting with math characters. Doesn't resend a line already sent
16851 to ispell process. Fixes alignment error bug.
16852
168532000-01-10 Richard M. Stallman <rms@gnu.org>
16854
16855 * dired-x.el (dired-guess-shell-alist-default):
16856 Suggest xloadimage, which is free, not xv, which isn't.
16857
16858 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16859 Don't ever include the host name or user name in the value.
16860
168612000-01-09 Gerd Moellmann <gerd@gnu.org>
16862
16863 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16864 of a real newline.
16865
168662000-01-09 Stephen Eglen <stephen@gnu.org>
16867
16868 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16869 for .png files.
16870
168712000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16872
16873 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16874
168752000-01-09 Gerd Moellmann <gerd@gnu.org>
16876
16877 * progmodes/cperl-mode.el: Replace ^F with ^L.
16878
16879 * sendmail.el (toplevel): Provide `sendmail' when compiling
16880 before `require'ing rmail and mailalias to prevent infinite
16881 recursion.
16882
168832000-01-08 Dave Love <fx@gnu.org>
16884
16885 * emacs-lisp/backquote.el: Remove inappropriate customization
16886 (allowing custom.el to use backquote).
16887
168882000-01-07 Dave Love <fx@gnu.org>
16889
16890 * add-log.el (add-log-debugging): Deleted.
16891 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16892 file. Remove debugging code.
16893 (change-log-get-method-definition, change-log-name): Add doc.
16894 (change-log-sortable-date-at): New function.
16895 (change-log-merge): New command.
16896
16897 * time.el (display-time-string-forms): Make the Mail string active.
16898 (display-time-update): Provide help-echo for load average.
16899
16900 * bindings.el (make-mode-line-mouse2-map): New function.
16901 (mode-line-modified): Use it and simplify.
16902 (mode-line-mule-info): Provide help-echo info.
16903 (minor-mode-alist): Activate the strings.
16904 (make-mode-line-mouse-sensitive): Simplify for
16905 mode-line-buffer-identification.
16906
169072000-01-07 Gerd Moellmann <gerd@gnu.org>
16908
16909 * play/pong.el: New file.
16910
169112000-01-06 Dave Love <fx@gnu.org>
16912
16913 * array.el: Assorted cleanups for compiler warnings, doc strings,
16914 `array-' prefix for symbols.
16915
169162000-01-05 Dave Love <fx@gnu.org>
16917
16918 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16919 outline-headers-as-kill.
16920 (outline-mode): Define imenu-generic-expression.
16921 (outline-headers-as-kill): New command.
16922
16923 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16924 from paragraph-start.
16925 (paragraph-indent-minor-mode): New command.
16926
16927 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16928 M-C-e, M-C-h, C-j, C-xnd, TAB.
16929 (fortran-mode): Set beginning-of-defun, end-of-defun.
16930 (fortran-column-ruler): Simplify.
16931 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16932 (fortran-with-subprogram-narrowing): Likewise.
16933 (fortran-indent-subprogram): Call mark-defun.
16934 (fortran-check-for-matching-do): Change narrowing.
16935
16936 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16937 (cl-lucid-hash-tag): Delete.
16938 (cl-hash-table-p): Correct test for native table.
16939 (cl-hash-table-count): Use hash-table-count.
16940
16941 * browse-url.el (browse-url): Fix case of
16942 browse-url-browser-function being an alist.
16943
169442000-01-05 Carsten Dominik <cd@gnu.org>
16945
16946 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16947 (reftex-index-phrase-file-extension): New options.
16948
16949 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16950 Use new option `reftex-index-phrase-file-extension'.
16951
16952 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16953 `reftex-parse-file-extension'.
16954
169552000-01-05 Dave Love <fx@gnu.org>
16956
16957 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16958 (beginning-of-defun-raw): Use it.
16959 (end-of-defun): New variable.
16960 (end-of-defun): Use it.
16961 (check-parens): New command.
16962
169632000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16964
16965 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16966 (hs-show-block): Don't use `mapcar' when not accumulating.
16967
16968 Fix buglet in local variables initialization.
16969
169702000-01-05 Andreas Schwab <schwab@suse.de>
16971
16972 * hscroll.el (hscroll): Doc fix.
16973
169742000-01-05 Carsten Dominik <cd@gnu.org>
16975
16976 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16977 idlw-toolbar.
16978
16979 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16980 file idlw-rinfo.el.
16981 (idlwave-customize): load must read file idlw-shell.el.
16982 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16983
169842000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16985
16986 * progmodes/idlw-shell.el: Also provide idlwave-shell
16987 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16988 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16989
16990 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16991 both reftex-dcr and reftex-vcr.
16992
16993 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16994
169952000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16996
16997 * ps-print.el: PostScript code now is in separate files, doc fix.
16998 (ps-print-version): New version number (5.0.3).
16999 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17000 local.
17001 (ps-spool-config): Initialization fix.
17002 (ps-print-prologue-1, ps-print-prologue-2)
17003 (ps-print-duplex-feature): PostScript code moved to separated file.
17004 (ps-background-image): Little code reformating.
17005 (ps-begin-file, ps-begin-job): Fix code.
17006 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17007 (ps-prologue-file): New fun.
17008
170092000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17010
17011 * ps-vars.el: Eliminated.
17012
17013 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17014 `;;;###autoload'.
17015
17016 * ps-print.el: ps-vars eliminated, doc fix.
17017 (ps-print-version): New version number (5.0.2).
17018 (ps-spool-config): Initialization fix.
17019 (ps-print-customize): New fun.
17020
170212000-01-04 Gerd Moellmann <gerd@gnu.org>
17022
17023 * autorevert.el (auto-revert-mode): Return value of
17024 auto-revert-mode.
17025
170262000-01-04 Dave Love <fx@gnu.org>
17027
17028 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17029 menu items.
17030
170312000-01-03 Dave Love <fx@gnu.org>
17032
17033 * elide-head.el (elide-head) [defgroup]: Add :version.
17034
17035 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17036 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17037 `cl-hash-table-p', not `hash-table-p'.
17038 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17039
170402000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17041
17042 * faces.el (face-read-integer, read-face-attribute)
17043 (color-defined-p, color-values): unspecified-{f,b}g are now
17044 strings.
17045
170462000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17047
17048 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17049 at comment end, and re-insert them after filling.
17050
170512000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17052
17053 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17054 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17055 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17056
170572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17058
17059 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17060 the new name of face-color-supported-p.
17061
17062 * term/w32-win.el (xw-defined-colors): Likewise.
17063
170642000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17065
17066 * simple.el (completion-setup-function): Count completion-size
17067 from minibuffer-prompt-end, not from point-min.
17068
170692000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17070
17071 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17072 Pass the frame to tty-color-* functions.
17073 (display-color-p, frame-set-background-mode): Pass the frame to
17074 tty-display-color-p.
17075
17076 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17077 tty-color-alist.
17078 (tty-color-alist, tty-modify-color-alist): New functions.
17079 (tty-color-define, tty-color-clear, tty-color-approximate)
17080 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17081 an optional parameter FRAME.
17082
170832000-01-01 Gerd Moellmann <gerd@gnu.org>
17084
17085 * image.el (create-image, defimage): Don't assume image data is a
17086 string.
17087
17088 * image.el (defimage): Handle specifications containing :data
17089 instead of :file.
17090 (image-type-from-data): New function.
17091 (image-type-from-file-header): Use it.
17092 (create-image): Add parameter DATA-P.
17093
17094See ChangeLog.8 for earlier changes.
17095
17096;; Local Variables:
17097;; coding: iso-2022-7bit
17098;; End: