(ediff-control-frame-parameters): Zero
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f7eb32aa
GM
12000-11-08 Gerd Moellmann <gerd@gnu.org>
2
3 * simple.el (shell-command, display-message-or-buffer)
4 (shell-command-on-region): Mention resize-mini-windows in the doc
5 string.
6 (display-message-or-buffer): Take the value of resize-mini-windows
7 into account.
8
7b01b08c
GM
92000-11-07 Gerd Moellmann <gerd@gnu.org>
10
acad3c0b
GM
11 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
12
7b01b08c
GM
13 * dired.el (dired-between-files): Add `^. find' as an alternative
14 to the regular expression, for find-dired.
15
6f602bd0
SM
162000-11-06 Stefan Monnier <monnier@cs.yale.edu>
17
18 * textmodes/texnfo-upd.el: Require texinfo.
19 (defmacro, defgroup): Remove.
20 (texinfo-section-to-generic-alist): Remove.
21 Use texinfo-section-list instead (i.e. level is changed string->int).
22 (texinfo-filter): New function.
23 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
24 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
25 Use it. And use regexp-opt.
26 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
27 (texinfo-update-menu-region-beginning)
28 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
29 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
30 (texinfo-update-menu-same-level-regexps): Update.
31 (texinfo-update-node, texinfo-every-node-update)
32 (texinfo-sequential-node-update): Remove autoload cookie.
33
34 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
35 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
36 (texinfo-chapter-level-regexp): Remove.
37 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
38
bb216218
DL
392000-11-06 Dave Love <fx@gnu.org>
40
6f602bd0 41 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 42
6f602bd0
SM
43 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
44 Match defun*.
bb216218 45
ff8dd5d5
KH
462000-11-06 Kenichi Handa <handa@etl.go.jp>
47
48 * composite.el (composition-function-table): Variable declaration
49 moved to src/composite.c.
50 (compose-chars-after): New optional arg object.
51
e9da51a1
GM
522000-11-06 Gerd Moellmann <gerd@gnu.org>
53
e0c12c68
GM
54 * bindings.el (mode-line-toggle-read-only)
55 (mode-line-toggle-modified, mode-line-widen)
56 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
57 (make-mode-line-mouse2-map): Rewritten.
58 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
59 functions so that C-h k can show something with a doc string.
60
e9da51a1
GM
61 * startup.el (fancy-splash-delay): Set to 10 seconds.
62 (fancy-splash-max-time): New user-option.
63 (fancy-splash-stop-time): New variable.
64 (fancy-splash-screens): Set it. Catch `stop-splashing'.
65 (fancy-splash-screens-1): Throw `stop-splashing' when current
66 time is greater than fancy-splash-stop-time.
67
611dbdf0
SM
682000-11-06 Stefan Monnier <monnier@cs.yale.edu>
69
4d2806e2
SM
70 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
71
611dbdf0
SM
72 * pcvs.el (cvs-mode-marked): New arg `noquery'.
73 Prompt user for a file rather than raising an error.
74 (cvs-enabledp): Fix call to cvs-mode-marked.
75 (cvs-insert-file): New function (extracted from cvs-mode-insert).
76 (cvs-mode-insert): Use it. Change the init prompt' value.
77 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
78
79 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
80 Don't pass default arg to ewoc-locate.
81 (ewoc-collect): Return result in the right order.
82
83 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
84
85 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
86 (cvs-status-get-tags): Fix regexp.
87 (cvs-status-trees, cvs-status-cvstrees):
88 Combine after change hooks and don't sit-for.
4d2806e2
SM
89 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
90 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
91 Use make-char rather than hard-coded cryptic data.
92 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
93
94 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
95
96 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
97 (cvs-insert-strings): New function.
98
937b2877
MB
992000-11-06 Miles Bader <miles@lsi.nec.co.jp>
100
101 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
102 `mwheel-scroll-amount'.
103 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
104 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
105 string-matching against the version string.
106
c6c97763
KH
1072000-11-06 Kenichi Handa <handa@etl.go.jp>
108
6eaec747
KH
109 * language/thai.el ("Thai"): Set a lisp form that produces
110 composed string in `sample-text' language info.
111
112 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
113 composed string in `sample-text' language info.
114
115 * international/mule-cmds.el (describe-language-environment): Eval
116 `sample-text' data and insert the result.
117
c6c97763
KH
118 * international/mule-conf.el (compound-text): Define this coding
119 system here. Make x-ctext and ctext aliases of it.
120
121 * language/european.el (compound-text, ctext): Moved to
122 international/mule-conf.el.
123
d1145f85
AI
1242000-11-05 Andrew Innes <andrewi@gnu.org>
125
126 * w32-fns.el (w32-version): New function.
127
178a6a45
SM
1282000-11-05 Stefan Monnier <monnier@cs.yale.edu>
129
130 * progmodes/awk-mode.el: Update copyright.
131 (awk-mode-abbrev-table): Remove.
132 (awk-font-lock-keywords): Use regexp-opt.
133 (awk-mode): Use define-derived-mode.
134
135 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
136 when extracting a suffix.
137
1ba90166
AS
1382000-11-04 Andre Spiegel <spiegel@gnu.org>
139
140 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
141 auto-save-mode.
142
546790cb
JR
1432000-11-04 Jason Rumney <jasonr@gnu.org>
144
145 * language/european.el (decode-mac-roman): Test against r1 not r0.
146
d247e32d
SM
1472000-11-03 Stefan Monnier <monnier@cs.yale.edu>
148
fbf44f44
SM
149 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
150 (icon-mode): Define indent-line-function.
151 (icon-comment-indent): Simplify.
152 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
153
154 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
155
156 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
157 Bind change-log-default-mode to defeat the caching done on it.
158 Don't bother saving excursion any more.
159
160 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
161
162 * frame.el (after-setting-font-hook): Rename hooks -> hook.
163 (set-frame-font): Use the new name (and the old for compatibility).
164
165 * toolbar/tool-bar.el (tool-bar-mode):
166 * time.el (display-time-mode):
167 * recentf.el (recentf-mode):
168 * paren.el (show-paren-mode):
169 * mwheel.el (mouse-wheel-mode):
170 * msb.el (msb-mode):
171 * jka-compr.el (auto-compression-mode):
172 * image-file.el (auto-image-file-mode):
173 * hl-line.el (hl-line-mode):
174 * delsel.el (delete-selection-mode):
175 * autoinsert.el (auto-insert-mode):
176 * complete.el (partial-completion-mode): Drop unneeded positional args.
177
178 * info.el (Info-mode):
179 * comint.el (comint-mode): Don't both with make-local-hook.
180
d247e32d
SM
181 * log-edit.el (log-edit-menu): New menu.
182
4921558e
MB
1832000-11-03 Miles Bader <miles@gnu.org>
184
185 * wid-edit.el (widget-end-of-line): Reinstate, with a new
186 definition, so that trailing spaces are handled properly.
187 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
188
1fc02b3c
GM
1892000-11-03 Gerd Moellmann <gerd@gnu.org>
190
191 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
192 tab character.
193 (fancy-splash-screens): Set tab-width to 20.
194
51d001f7
DL
1952000-11-03 Dave Love <fx@gnu.org>
196
197 * comint.el (comint-completion-addsuffix): Fix custom type.
198
ba22aeff
SM
1992000-11-02 Stefan Monnier <monnier@cs.yale.edu>
200
201 * font-lock.el (font-lock-buffers): Remove.
202 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
203 (font-lock-change-major-mode): Remove.
204 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
205 (font-lock-default-fontify-region): Extend the multiline
206 fontification to whole lines.
207 (font-lock-fontify-anchored-keywords)
208 (font-lock-fontify-keywords-region): If matching just one
209 line (with \n) only mark the \n as multiline.
210
211 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
212 Correctly handle the case where several :group args are supplied.
213 Allow :extra-args.
214 (easy-mmode-define-global-mode): Allow :extra-args.
215 Correctly handle the case where several :group args are supplied.
216
9c887ada
MB
2172000-11-02 Miles Bader <miles@gnu.org>
218
219 * calendar/calendar.el (diary-face, calendar-today-face)
220 (holiday-face): Remove dependency on `window-system'.
221
7f25090d
KR
2222000-11-02 Ken Raeburn <raeburn@gnu.org>
223
224 * Makefile.in (emacs): Set EMACSLOADPATH always.
225 (update-authors, .el.elc, compile-files): Don't do it explicitly
226 here.
9b911107 227 (compile-files): Bomb out if compilation of a file fails.
7f25090d 228
7dd6009c
DL
2292000-11-02 Dave Love <fx@gnu.org>
230
231 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
232
94821e4f
EZ
2332000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
234
235 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
236 punctuation in the warning inserted into the *mail* buffer.
237
1ac3fc42
GM
2382000-11-02 Gerd Moellmann <gerd@gnu.org>
239
57731876
GM
240 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
241 (authors-public-domain-p): New function.
242 (authors-print): Use it.
243
975f82c9
GM
244 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
245
1ac3fc42
GM
246 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
247
4b3eb10f
GM
2482000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
249
975f82c9 250 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
251 (ps-print-version): New version number (6.3.1).
252 (ps-even-or-odd-pages): Customization fix.
253 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
254 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
255 (ps-page-count): Var replaced by `ps-page-column'.
256 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
257 (ps-print-sheet-p): New fun.
258
7da794df
MB
2592000-11-02 Miles Bader <miles@lsi.nec.co.jp>
260
261 * tooltip.el (tooltip-gud-tips-setup): New function.
262 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
263 (tooltip-mode): Call tooltip-gud-tips-setup.
264 (tooltip-gud-tips): Use `gud-basic-call' instead of
265 process-send-string, so the prompt gets frobbed appropriately.
266 Handle nil return value from `tooltip-gud-print-command'.
267
0e40b809
EL
2682000-11-01 Eric M. Ludlam <zappo@ultranet.com>
269
270 * comint.el (comint-add-to-input-history): New function.
271 (comint-send-input): Use `comint-add-to-input-history'.
272
50ada0db
MB
2732000-11-02 Miles Bader <miles@lsi.nec.co.jp>
274
973a3104
MB
275 * info.el (info-menu-header): New face.
276 (Info-fontify-menu-headers): New function.
277 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
278
50ada0db
MB
279 * info.el (Info-insert-dir): Don't include blank lines at
280 beginning of additional dir files (one is added automatically).
281
bff53411
SM
2822000-11-01 Stefan Monnier <monnier@cs.yale.edu>
283
284 * emacs-lisp/easy-mmode.el (define-minor-mode):
285 Revert the latest changes.
286 Allow the three positional arguments to be skipped and replaced
287 by keyword arguments.
288 Add a :toggle argument to determine whether a nil arg means toggle
289 or means turn-on. The default is unchanged.
290 Add a call to force-mode-line-update.
291
6b8a0b2d
DL
2922000-11-01 Dave Love <fx@gnu.org>
293
294 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
295 cookie.
296
5bf99100
MB
2972000-11-01 Miles Bader <miles@lsi.nec.co.jp>
298
299 * calendar/calendar.el (diary-face, holiday-face): Add
300 dark-background variants.
301
a4032611
SS
3022000-10-31 Sam Steingold <sds@gnu.org>
303
304 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
305 `tex-main-file' does not have directory in it.
306
c286608e
SM
3072000-10-31 Stefan Monnier <monnier@cs.yale.edu>
308
309 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
310
4836835a
TTN
3112000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
312
313 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
314 functional change.
315
26dcb81b
GM
3162000-10-31 Gerd Moellmann <gerd@gnu.org>
317
318 * files.el (find-file-noselect): When we expand a wildcard, return
319 a list of buffers, as we should do according to the doc string.
320
49fc4500
KR
3212000-10-31 Ken Raeburn <raeburn@gnu.org>
322
323 * loadup.el (top level): Adjust load path if program name is
324 "../src/bootstrap-emacs", in case it's not dumped and thus the
325 load path adjustment hasn't already been done.
326
ea0c615d
GM
3272000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
328
329 * ps-print.el: Fix bug on selected pages for printing. Use
330 `color-values' for Emacs 21. Ensure fontification when jit-lock
331 is on. Try to avoid warning messages when compiling. Doc Fix.
332 (ps-print-version): New version number (6.3).
333 (ps-color-device): Use `color-values' to determine if device
334 supports color.
335 (ps-color-values): Try to use `x-color-values' when using XEmacs.
336 (ps-print-page-p): Changed from defsubst to defun.
337 (ps-page-number): Changed from defmacro to defun.
338 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
339 printing.
c286608e 340 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
341 (ps-end-file, ps-dummy-page): Funs eliminated.
342 (ps-print-color-scale): Changed default value.
343 (ps-page-n-up, ps-print-page-p): New internal vars.
344 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
345 (ps-plot-region, ps-generate, ps-end-job): Code fix.
346
9e20722f
GM
347 * delim-col.el: Little programming improvement.
348 (delimit-columns-str): New macro.
349 (delimit-columns-region, delimit-columns-rectangle): Code fix.
350
d7a0fd00
KH
3512000-10-31 Kenichi Handa <handa@etl.go.jp>
352
c286608e
SM
353 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
354 Moved to european.el.
d7a0fd00
KH
355 (ccl-encode-mac-roman-font, fontset-mac): Modified for
356 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
357 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
358 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 359
234be340
DL
3602000-10-30 Dave Love <fx@gnu.org>
361
362 * progmodes/cc-menus.el (imenu-generic-expression)
363 (imenu-progress-message): Only defvar when compiling.
364
4edc4a39
DL
365 * emacs-lisp/elp.el (elp-unload-hook): New function.
366
367 * loadhist.el (unload-feature): Call elp-restore-function,
368 checking for symbols; don't use elp-restore-all.
369 (loadhist-hook-functions): Doc fix.
370
70c825df
SM
3712000-10-30 Stefan Monnier <monnier@cs.yale.edu>
372
373 * log-edit.el (log-edit-confirm): Fix the default.
374
1d3baf74
GM
3752000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
376
377 * delim-col.el: Little fix: replace delimit-columns-align-columns by
378 delimit-columns-format.
379 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 380
1ec321a7
MB
3812000-10-30 Miles Bader <miles@lsi.nec.co.jp>
382
383 * comint.el (comint-replace-by-expanded-history): Don't use
384 comint-get-old-input (we're not looking at *old* input).
385 (comint-get-old-input-default): If using fields, signal an error
386 when the point is not in an input field.
387
70737ea9
KH
3882000-10-30 Kenichi Handa <handa@etl.go.jp>
389
390 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
391 and mule-unicode-e000-ffff.
392
fa0cb51d 393 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
394 (make-coding-system): Accept a symbol of translation table as a
395 value of property `safe-chars'.
396
397 * international/mule-cmds.el (encode-coding-char): Check property
398 safe-chars instead of safe-charsets.
399
400 * international/fontset.el (fontset-default): Modified for
401 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
402 (x-font-name-charset-alist): Likewise.
403 (ccl-encode-unicode-font): New CCL program. Record it in
404 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
405
70c825df
SM
406 * language/european.el (mac-roman-decoder, mac-roman-encoder):
407 New translation tables.
70737ea9
KH
408 (decode-mac-roman, encode-mac-roman): Definition of these CCL
409 programs are modified and moved from mac-win.el.
410 (mac-roman): Definition of this coding system is modified and
411 moved from mac-win.el.
4836835a 412
fda2ce24 4132000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 414
1d3baf74 415 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 416 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 417
dd4d3cb6
MB
4182000-10-29 Miles Bader <miles@gnu.org>
419
420 * custom.el (custom-add-to-group): Allow multiple entries for a
421 given value OPTION, as long as their widget types are different.
422 * cus-edit.el (custom-face-value-create): If face name doesn't end
423 with "face", add such here (similar to custom group widgets).
424
425 * comint.el (comint-highlight-prompt): Add :type.
426
dace60cf
JW
4272000-10-28 John Wiegley <johnw@gnu.org>
428
429 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
430 Changed this function to operate on a temporary buffer instead of
431 the main buffer. This not only keeps flyspell from marking a
432 buffer as changed that wasn't, but it solves the jumpy cursor
433 problem when attempts are made to edit incorrect words.
434 (flyspell-maybe-correct-doubling): Same change as for
435 `flyspell-maybe-correct-transposition'.
436
437 * calendar/timeclock.el (timeclock-log): Doc fix.
438 (timeclock-last-event): Doc fix.
439 (timeclock-log): Kill the timelog buffer after appending a new
440 event.
441 (timeclock-find-discrep): Use a temp buffer to read in the
442 timelog, instead of visiting the file.
443 (timeclock-log-data): A new function, along with a host of helper
444 functions, for the purpose of making timelog data accessible to
445 programmers.
446
447 * eshell/esh-mode.el (window-height test): Make certain that
448 `eshell-stringify-t' is non-nil.
449 (eshell-password-prompt-regexp): Changed to a much simpler
450 password regexp.
451 (eshell-send-input): If `eshell-invoke-directly' returns t,
452 directly invoke the parsed command using `eval'. This improves
453 turn-around time on simple commands by a factor of three or
454 greater, such as cd, ls, pwd, etc. -- which get used very often.
455 It also conserves thousands of cons cells per call (since
456 `eshell-do-eval' consumes memory like a Cookie Monster set loose
457 in the Pacific Cookie Company).
458
459 * eshell/esh-test.el (eshell-test): Whitespace fix.
460
461 * eshell/em-ls.el (eshell-ls-insert-directory): Make
462 `eshell-ls-initial-args' nil when inserting directory contents.
463
464 * eshell/em-script.el (eshell-script-initialize): Add names to
465 `eshell-complex-commands, since `source' and `.' are complex.
466
0467b076
EZ
467 * eshell/esh-cmd.el (eshell-rewrite-for-command)
468 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
469 `eshell-copy-handles'.
470 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
471 bodies.
472 (eshell-separate-commands): Whitespace fix.
473 (eshell-complex-commands): Added a new list of names, for
474 determining whether a given command is as simple as it looks.
475 (eshell-invoke-directly): New function. Returns t if a command
476 should be invoked directly (using `eval'), rather than indirectly
477 using `eshell-do-eval'.
478 (eshell-do-eval): Whitespace fix.
479
480 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
481 which provides an emulation of the DOS shell behavior of assuming
482 that cp/mv/ln should copy/move/link to the current directory.
483 (eshell-remove-entries): Added a doc string.
484 (eshell-shuffle-files): Removed the check for `target' being null.
485 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
486 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
487 it to do a smarter check of whether a destination was provided.
488 (eshell/mv, eshell/cp): Enable `:preserve-args'.
489 (eshell/ln): Enable `:preserve-args', and use
490 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
491 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
492 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
493 list after flattening it. This makes it possible to cat files
494 with numerical names.
495 (eshell-unix-initialize): Added several names to
496 `eshell-complex-commands.
497 (eshell-unix-command-complex-p): Return t if a given command name
498 may result in external processes being invoked.
499
500 * eshell/em-glob.el (eshell-glob-show-progress): Make this
501 variable nil by default, since it slows down glob processing by a
502 factor of two or more, and increases memory consumption.
503
504 * eshell/em-smart.el: Added a note about how memory consumptive
505 smart display mode can be (at least this is true in Emacs 21).
506 (eshell-smart-initialize): Whitespace fix.
507 (eshell-refresh-windows): Use `if' instead of `when'.
508 (eshell-smart-scroll-window): Calling `save-current-buffer' was
509 not necessary.
510 (eshell-currently-handling-window): Added a missing global
511 variable.
512
513 * eshell/em-ls.el (eshell-do-ls): Code simplification.
514 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
515 Whitespace fix.
516 (eshell-ls-exclude-hidden): Added this variable in addition to
517 `eshell-ls-exclude-regexp'. This one prevents files beginning
518 with . from even being read, which can improve memory consumption
519 quite a bit.
520 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
521 read file entries beginning with a dot. In home directories with
522 lots of hidden files, fully two-thirds of the time spent in ls is
523 used to read directory entries that are immediately thrown away.
524 (eshell-ls-initial-args): Added back this configuration variable,
525 for specifying default initial arguments to every call to ls.
526 Much faster than using an alias to do the same thing.
527 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
528 (eshell-ls-dir): Whitespace change.
529
530 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
531
532 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
533 available.
534 (eshell-stringify-t): Added a customization variable, to indicate
535 whether `t' should be rendered as a string at all. If not, one
536 can still determine if the result of an expression is true using
537 "file-exists-p FILE && echo true".
538 (eshell-stringify): If `eshell-stringify-t' is nil, don't
539 stringify t!
540
541 * eshell/esh-module.el: Whitespace fix.
542
543 * eshell/em-alias.el (eshell-alias-initialize): Added
544 `eshell-command-aliased-p' to `eshell-complex-commands'.
545 (eshell-command-aliased-p): New function that returns t if a
546 command name names an aliased.
547
657f9cb8 5482000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 549
0467b076 550 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 551 redrawing the screen when changing cursor color.
0467b076
EZ
552 (viper-insert-state-pre-command-sentinel)
553 (viper-replace-state-pre-command-sentinel)
70c825df
SM
554 (viper-replace-state-post-command-sentinel):
555 Use viper-preserve-cursor-color.
657f9cb8
MK
556 Many functions changed to use viper= instead of = when comparing
557 characters.
0467b076 558 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 559 working with characters.
0467b076 560 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
561 Many functions changed to use viper= instead of = when comparing
562 characters.
0467b076 563 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 564
0467b076 565 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 566 Several typos fixed in various docstrings.
0467b076
EZ
567 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
568 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 569 hook.
0467b076
EZ
570 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
571 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
572 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
573 (ediff-get-selected-buffers): New function.
574 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
575 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 576 save-window-excursion.
0467b076 577 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 578 termination check in while loop.
0467b076 579 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 580 dired buffer.
0467b076
EZ
581 (ediff-files,ediff-merge-files,ediff-files3)
582 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 583
4f490d99
DL
5842000-10-28 Dave Love <fx@gnu.org>
585
586 * info.el (Info-fontify-node): Add help-echo for menu items.
587
45b84006
EZ
5882000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
589
5ebc02b3
EZ
590 * startup.el (normal-top-level): If the value of $TERM indicates
591 we are running from xterm or one of its work-alikes, default to a
592 light background mode.
593
45b84006
EZ
594 Support for -fg, -bg, and -rv command-line arguments for TTYs:
595 * faces.el (tty-handle-reverse-video): New function.
596 (tty-create-frame-with-faces): Call it.
597
598 * frame.el (frame-notice-user-settings): Don't apply
599 default-frame-alist and initial-frame-alist to MS-DOS frames.
600 Call tty-handle-reverse-video, frame-set-background-mode, and
601 face-set-after-frame-default for non-MS-DOS frames.
602
603 * startup.el (tty-long-option-alist): New variable.
604 (tty-handle-args): New function.
605 (command-line): Call tty-handle-args.
606
607 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
608 startup.el now does that for all character-terminal frames.
609
eab6e8b9
MB
6102000-10-28 Miles Bader <miles@gnu.org>
611
612 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
613 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
614 global. If :global is followed by a non-nil but non-t value,
615 make the mode buffer-local, but also generate a `global-MODE'
616 version using `easy-mmode-define-global-mode'. Add
617 :conditional-turn-on keyword argument.
618
51a29efc
DL
6192000-10-28 Dave Love <fx@gnu.org>
620
621 * international/latin1-disp.el (latin1-char-displayable-p): Don't
622 use window-system.
623
d71d7114
EZ
6242000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
625
626 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
627 Don't call find-buffer-file-type-coding-system. Instead, just
628 set eol-type to -unix if inhibit-eol-conversion is in effect, or
629 if the file is on an untranslated filesystem.
630 (add-untranslated-filesystem): Use "D" instead of "f" inside
631 interactive.
632
1f9cab4b
DL
6332000-10-27 Dave Love <fx@gnu.org>
634
70c825df 635 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
636 (refill-mode): Use it.
637
70c825df
SM
6382000-10-27 Stefan Monnier <monnier@cs.yale.edu>
639
640 * international/quail.el (quail-activate): Don't make-local-hook.
641
7432cf10
AS
6422000-10-27 Andre Spiegel <spiegel@gnu.org>
643
4836835a 644 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 645 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
646 (vc-make-version-backup): Don't do it on MS-DOS without long file
647 names.
4836835a 648
7432cf10
AS
649 * vc.el (vc-version-other-window): If an automatic backup of the
650 desired version exists, rename it instead of copying it.
651
4836835a
TTN
652 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
653 after command. If there's an unexpected error, signal it instead
7432cf10 654 of being silent.
e1483c38 655 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 656
05ea7ef2
MB
6572000-10-27 Miles Bader <miles@lsi.nec.co.jp>
658
fd1035aa
MB
659 * shell.el (shell): Add BUFFER argument.
660 * comint.el (make-comint-in-buffer): New function.
661 (make-comint): Use it.
662
05ea7ef2
MB
663 * faces.el (face-spec-choose): Change syntax so that the list of
664 attribute-value pairs is now the cdr of each clause, not the cadr.
665 Detect old-style entries, and handle them. Use pop.
666
835a55fe
SM
6672000-10-26 Stefan Monnier <monnier@cs.yale.edu>
668
f5ab1cdd
SM
669 * cus-edit.el (custom-mode-map): Use a sparse map.
670 (custom-mode): Don't bother with make-local-hook.
671
672 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
673
835a55fe
SM
674 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
675
c13b0ec8
GM
6762000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
677
678 * ps-print.el: Avoid compilation gripes.
679 (ps-print-version): New version number (6.2.1).
4836835a 680
e9f63196
DL
6812000-10-26 Dave Love <fx@gnu.org>
682
0b95284b
DL
683 * menu-bar.el: Modify some menu item help strings.
684 (menu-bar-help-menu): Add link to MORE.STUFF.
685
e9f63196
DL
686 * cus-edit.el (custom-mode): Add `special' mode-class property.
687
688 * wid-browse.el (widget-browse-mode): Likewise.
689
690 * wid-edit.el (widget-specify-field): Revert to using local-map
691 property, not keymap.
692
e276a14a
MB
6932000-10-26 Miles Bader <miles@lsi.nec.co.jp>
694
c1545d88
MB
695 * wid-edit.el (widget-field-end): When checking for a `boundary'
696 field, do so in the correct buffer.
697
3c1b77ca
MB
698 * simple.el (undo): Correctly distinguish between numeric and
699 non-numeric prefix args in non-transient-mark-mode, as per the doc
700 string. When in transient-mark-mode, treat all prefix-args as
701 numeric.
702
f5ab1cdd
SM
703 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
704 Position point on match. Handle N == 0 correctly.
22626d9d
MB
705
706 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
707 (comint-mode-map): Reverse order of `comint-write-output' and
708 `comint-append-output-to-file'.
709 (comint-append-output-to-file): Reinstate this function, for the
710 benefit of the menu.
711
d97151cb
SM
7122000-10-25 Stefan Monnier <monnier@cs.yale.edu>
713
714 * vc.el (vc-version-other-window): Bind `file'.
715
ea7d6f5b
GM
7162000-10-25 Gerd Moellmann <gerd@gnu.org>
717
f5ab1cdd 718 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
719
720 * emacs-lisp/authors.el (batch-update-authors): New function.
721 (authors-fixed-entries): New defconst.
722 (authors-add-fixed-entries): New function.
723 (authors): Call it.: Don't process lispref/.
724
17c25cea
JR
7252000-10-25 Jason Rumney <jasonr@gnu.org>
726
727 * cus-edit.el (custom-button-face, custom-button-pressed-face):
728 Merge x w32 and mac definitions.
729
4ecda532
GM
7302000-10-25 Gerd Moellmann <gerd@gnu.org>
731
732 * menu-bar.el (menu-bar-options-menu): Add a help string for
733 `uniquify'.
734
b6735035
GM
7352000-10-25 Stephen Gildea <gildea@alum.mit.edu>
736
f5ab1cdd
SM
737 * time-stamp.el (time-stamp-string-preprocess):
738 Fix a wrong type argument error.
b6735035 739
f4cbc7a0
MB
7402000-10-25 Miles Bader <miles@gnu.org>
741
742 * recentf.el (recentf-mode): Variable removed.
743 (recentf-mode): Use `define-minor-mode'.
744
745 * mwheel.el (mouse-wheel-mode): New global minor mode.
746 (mwheel-install): Use `mouse-wheel-mode'.
747
f4b020f6
DL
7482000-10-25 Dave Love <fx@gnu.org>
749
f5ab1cdd
SM
750 * progmodes/cperl-mode.el (cperl-mode):
751 Set normal-auto-fill-function correctly.
072cb6f9 752
f4b020f6
DL
753 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
754 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 755 bindings.
f4b020f6 756
ebe2a441
MB
7572000-10-25 Miles Bader <miles@lsi.nec.co.jp>
758
ff4dcd4b
MB
759 * wid-edit.el (widget-field-at): New function.
760 (widget-at, widget-field-activate): Use it.
761 (widget-tabable-at): Use `widget-at'.
762 (widget-specify-field): If the terminating character of the widget
763 field (which is read-only) is a newline, put it into a special
764 `boundary' field so that C-n/C-p act more naturally.
765 (widget-field-end): Also don't subtract one if a special
766 `boundary' field has been added after the widget field.
767
ebe2a441
MB
768 * comint.el (comint-output-filter, comint-send-input): Don't
769 bother adding stickiness fields to overlays to fool the field
770 code, since it should notice the overlay insertion-types now.
ff4dcd4b 771
ebe2a441
MB
772 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
773 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
774 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
775
fe50b6ab
GM
7762000-10-24 Gerd Moellmann <gerd@gnu.org>
777
53df4dda
GM
778 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
779 (authors): Set file coding system to iso-2022-7bit. Add
780 file-local variables to output buffer.
781
4836835a 782 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
783 WARN is nil.
784
53df4dda
GM
7852000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
786
787 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
788
789 * delim-col.el: Now there is a column formatting mechanism.
790 Modified to customization mechanisms convention. Doc fix.
791 (columns): New group for delim-col.
792 (delimit-columns-before, delimit-columns-after)
793 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
794 (delimit-columns-end): New vars.
795 (delimit-columns-customize, delimit-columns-format): New funs.
796 (delimit-columns-region, delimit-columns-rectangle)
797 (delimit-columns-rectangle-line): Modified to support column
798 formatting.
4836835a 799
a9839779
DL
8002000-10-24 Dave Love <fx@gnu.org>
801
802 * log-edit.el (log-edit): Add :version and a :group for vc.
803
df0267b8
GM
8042000-10-24 Gerd Moellmann <gerd@gnu.org>
805
9acc3873
GM
806 * files.el (after-find-file): Don't print a message ``New file''
807 if WARN is nil.
808
63e1b552
GM
809 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
810 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
811 get duplicate tool-bar entries because we'll see the global ones
812 on more than one path through keymaps.
813
1946f901
GM
814 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
815
df0267b8
GM
816 * progmodes/cmacexp.el: Change Francesco's email address.
817
ae3b264b
KH
8182000-10-24 Kenichi Handa <handa@etl.go.jp>
819
820 * window.el (fit-window-to-buffer): Adjust point of the window
821 buffer, not that of the current buffer.
822
23afac01
EZ
8232000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
824
825 * progmodes/cmacexp.el: Update the euthor's email address.
826
22d1a4ed
MB
8272000-10-24 Miles Bader <miles@lsi.nec.co.jp>
828
829 * faces.el (face-spec-set-match-display): Add `graphic' display
830 type (the inverse of `tty'). Use `display-graphic-p' instead of
831 the window-system variable.
832
f408aa48
KH
8332000-10-24 Kenichi Handa <handa@etl.go.jp>
834
835 * international/isearch-x.el (isearch-with-input-method): Call
836 input-method-function with the first event in
837 unread-command-events.
838
94fe8a31
MB
8392000-10-24 Miles Bader <miles@lsi.nec.co.jp>
840
841 * faces.el (face-default-spec, face-user-default-spec): Make
842 defsubsts.
843
8f47302e
AC
8442000-10-24 Andrew Choi <akochoi@i-cable.com>
845
846 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
847 New charsets.
848
849 * term/mac-win.el: Remove definitions of mac-roman-lower and
850 mac-roman-upper, require dired, and define instead of set
851 mac-ready-for-drag-n-drop to avoid compilation error.
852
446c097e
AI
8532000-10-23 Andrew Innes <andrewi@gnu.org>
854
855 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
856 superfluous calls to subst-char-in-string; instead apply
857 expand-file-name after convert-standard-filename to ensure
858 expected directory separators are used.
859
379b70e7
EZ
8602000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
861
862 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
863
85c766e9
DL
8642000-10-23 Dave Love <fx@gnu.org>
865
b7e03a67
DL
866 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
867 (tool-bar-add-item): Set foreground and background for XBM icons.
868
869 * international/latin1-disp.el (latin1-char-displayable-p): New
870 function (from Handa).
871 (latin1-display-check-font): Use it.
872
0dcf8835
DL
873 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
874 using :key-sequence, making it much more usable. Use nconc, not
875 append.
876 (imenu--create-keymap-1): Avoid append.
877
85c766e9 878 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 879
cb3069bb
MB
8802000-10-23 Miles Bader <miles@lsi.nec.co.jp>
881
882 [the following changes fix a bug where `define-minor-mode' didn't
883 correctly generate :require clauses for defcustoms in compiled files]
884 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
885 (byte-compile-log-file, byte-compile-log-1): Don't set
886 `byte-compile-current-file' to nil. Instead set
887 `byte-compile-last-logged-file' to it. Test whether
888 byte-compile-current-file equals byte-compile-last-logged-file
889 instead of whether its nil.
3b6542ba 890 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 891
6db6243b
SM
8922000-10-23 Stefan Monnier <monnier@cs.yale.edu>
893
894 * textmodes/refill.el: Fix var names in doc.
895 (refill-mode): Don't bother with make-local-hook anymore.
896
98490598
MB
8972000-10-23 Miles Bader <miles@lsi.nec.co.jp>
898
e01cd227
MB
899 * faces.el (face-user-default-spec, face-default-spec): New functions.
900 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 901 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
902 Use `face-user-default-spec'. Simplify code slightly.
903
4836835a 904 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
905 (woman-unknown-face): Add dark-background variants.
906 (woman-default-faces): Renamed from `woman-colour-faces'.
907 Set using the stored defaults, rather than using hard-wired colors.
908 (woman-monochrome-faces): Renamed from `woman-black-faces'.
909 Just make the foreground `unspecified' rather than "black".
910 (woman-menu): Rename menu entries accordingly.
911
98490598
MB
912 * faces.el (header-line): Make more reasonable on mono/grayscale
913 displays.
914
1a578e9b
AC
9152000-10-23 Andrew Choi <akochoi@i-cable.com>
916
917 * cus-edit.el (custom-button-face): Use 3D look for mac.
918 (custom-button-pressed-face): Likewise.
919
920 * faces.el (set-face-attributes-from-resources): Handle mac frames
921 in the same way as x and w32 frames.
922 (face-valid-attribute-values): Likewise.
923 (read-face-attribute): Likewise.
924 (defined-colors): Likewise.
925 (color-defined-p): Likewise.
926 (color-values): Likewise.
927 (display-grayscale-p): Likewise.
928 (face-set-after-frame-default): Likewise.
929 (mode-line): Same default face as for x and w32.
930 (tool-bar): Likewise.
931
932 * frame.el: Remove call to frame-notice-user-settings at end of
933 the file.
934
935 * info.el (Info-fontify-node): make underlines invisible for mac
936 as for x, pc, and w32 frame types.
937
938 * term/mac-win.el: New file.
939
aaaf7be7
DL
9402000-10-22 Dave Love <fx@gnu.org>
941
942 * textmodes/refill.el: New file.
943
5392d654
AS
9442000-10-22 Andre Spiegel <spiegel@gnu.org>
945
4836835a 946 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 947 MANUAL and REGEXP.
4836835a 948 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
949 New functions.
950 (vc-before-save): Use the latter.
951 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
952 confusion.
953
4836835a 954 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
955 expected by vc[-hooks].el.
956
957 * vc.el (vc-checkout): Added `-p' suffix in call to
958 vc-make-version-backups-p; use vc-make-version-backup to actually
959 make the backup.
960 (vc-version-other-window, vc-version-backup-file): Handle both
961 automatic and manual backups.
962 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
963 of all of them.
964
1e221c16
MB
9652000-10-22 Miles Bader <miles@gnu.org>
966
7ff4fda5
MB
967 * comint.el (comint-highlight-input, comint-highlight-prompt):
968 Renamed, `-face' at end removed.
969 (comint-send-input, comint-output-filter): Use renamed faces.
970
3511cde8
MB
971 * window.el (fit-window-to-buffer): Change defaulting of
972 MAX-HEIGHT slightly.
973
1e221c16
MB
974 * faces.el (color-values, color-defined-p): Use `member', not
975 `memq', because it works correctly for strings.
976 (frame-set-background-mode): Actually, "unspecified-fg" and
977 "unspecified-bg" *are* strings. Use `member', not `memq', and
978 `equal', not `eq', when a string value is possible.
979
b6ef4898
EZ
9802000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
983
34939e2c
SM
9842000-10-21 Stefan Monnier <monnier@cs.yale.edu>
985
986 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
987 sh-electric-rparen, sh-electric-less and sh-electric-hash.
988 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
989 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
990 (sh-font-lock-syntactic-keywords): Use them.
991 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
992 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
993 (sh-mode): Don't override font-lock-unfontify-region-function.
994 Use a copy of sh-font-lock-syntactic-keywords.
995 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
996 Don't call sh-scan-buffer since font-lock does it on the fly.
997 (sh-get-indent-info): Use `face' rather than `syntax-table'
998 text-property to detect here-documents.
999 Replace sh-special-syntax with sh-st-punc.
1000 (sh-prev-line): Use `face' rather than `syntax-table'
1001 text-property to skip over here-documents.
1002 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1003 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1004 (sh-electric-less, sh-set-here-doc-region)
4836835a 1005 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1006 (sh-scan-buffer, sh-rescan-buffer): Remove.
1007
f3d3c491
AI
10082000-10-21 Andrew Innes <andrewi@gnu.org>
1009
1010 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1011 remote (ange-ftp) file names.
1012
b86c791c
MB
10132000-10-21 Miles Bader <miles@gnu.org>
1014
d9c30bdf
MB
1015 * window.el (fit-window-to-buffer): New function.
1016 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1017 (window-text-height): Don't expect minibuffers to have mode-lines.
1018
d9c30bdf 1019 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1020 * international/quail.el (quail-update-guidance): Use
1021 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1022
617fee5a
MB
1023 * international/quail.el (quail-show-guidance-buf): Make sure
1024 guidance window really has enough room.
1025 (quail-update-guidance): If quail-guidance-win is already shown,
1026 make sure its height is OK.
1027
b86c791c
MB
1028 * window.el (window-text-height, set-window-text-height):
1029 New functions.
1030 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1031 instead of `window-height' & `mode-line-window-height-fudge'.
1032 (mode-line-window-height-fudge): Add FACE parameter.
1033 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1034 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1035
e34850d1
MB
10362000-10-20 Miles Bader <miles@gnu.org>
1037
1038 * window.el (height-affecting-face-attributes): Use `defconst'.
1039
1040 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1041 New function, conditionally aliased to `mode-line-window-height-fudge'.
1042 (ispell-help): Use it.
1043 (ispell-choices-win-default-height): Don't include mode-line fudge.
1044 (ispell-choices-win-default-height): New function.
1045 (ispell-show-choices, ispell-command-loop): Use function
1046 `ispell-choices-win-default-height' instead of variable.
1047
a8b883c2
MB
10482000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1049
8c6e4a58
MB
1050 * window.el (mode-line-window-height-fudge): New variable.
1051 (height-affecting-face-attributes): New variable.
1052 (mode-line-window-height-fudge): New function.
1053 (shrink-window-if-larger-than-buffer): Use it.
1054 * help.el (resize-temp-buffer-window): Likewise.
1055
a8b883c2
MB
1056 * info.el (Info-fontify-node): Add support for @subsubsection
1057 titles, which use `Info-title-4-face'.
1058 (Info-title-4-face): New face.
1059 (Info-title-3-face): Inherit from Info-title-4-face instead of
1060 variable-pitch.
1061
e64c3a75
JR
10622000-10-19 Jason Rumney <jasonr@gnu.org>
1063
1064 * dired.el (dired-insert-directory): Do not let errors signalled by
1065 attempt to run dired-free-space-program prevent dired from working.
1066
c70fe852
SM
10672000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1068
1069 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1070
877cf6b4
GM
10712000-10-19 Gerd Moellmann <gerd@gnu.org>
1072
5de037e0
GM
1073 * dirtrack.el (dirtrack): Fix call to run-hooks.
1074
6deb9af9
GM
1075 * cmuscheme.el (cmuscheme-program-name): Renamed from
1076 scheme-program-name because xscheme.el contains a defcustom with
1077 the same name. As a consequence, customizing group `cmuscheme'
1078 loaded `xscheme' which redefined run-scheme.
1079 (run-scheme): Use cmuscheme-program-name.
1080
877cf6b4
GM
1081 * ps-print.el (ps-print-emacs-type): Move into the
1082 eval-and-compile.
1083
e597d8fb 1084 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1085 anonymous address, and add a website for Befrienders International.
4836835a 1086
3e9cb08f
GM
10872000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1088
c70fe852
SM
1089 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1090 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1091 (ps-print-version): New version number (6.2).
1092 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1093 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1094 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1095 (ps-x-extent-priority, ps-x-extent-start-position)
1096 (ps-x-face-font-instance, ps-x-find-coding-system)
1097 (ps-x-font-instance-properties, ps-x-make-color-instance)
1098 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1099 avoid compilation gripes without defining functions.
1100 (ps-e-find-composition): Alias for function find-composition, to have a
1101 suitable function depending on Emacs version.
1102 (ps-color-device, ps-color-values, ps-face-foreground-name)
1103 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1104 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1105 (ps-print-ensure-fontified): Function definitions surrounded by
1106 `eval-and-compile' to avoid compilation gripes.
1107 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1108 by symbol-value to avoid compilation gripes.
1109 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1110 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1111
d8abcd91
MB
11122000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1113
13ab33c4
MB
1114 * startup.el (normal-top-level): Call `frame-set-background-mode'
1115 after `frame-notice-user-settings' because the latter doesn't call
1116 the former on a tty.
1117
d8abcd91
MB
1118 * faces.el (frame-set-background-mode): `unspecified' &c are
1119 symbols, not strings.
1120
e8bce0a9
EZ
11212000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1122
c70fe852
SM
1123 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1124 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1125
c70fe852
SM
1126 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1127 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1128
773272d8
KH
11292000-10-19 Kenichi Handa <handa@etl.go.jp>
1130
c70fe852 1131 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1132 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1133 for ISO10646-1 fonts.
1134 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1135
772139c0
EZ
11362000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1137
1138 * faces.el (frame-set-background-mode): If a tty frame defines a
1139 background color, use that to compute the background mode, instead
1140 of always defaulting to "dark".
1141
d134a19f
MB
11422000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1143
8bb84cb2
MB
1144 * comint.el (comint-write-output): New function.
1145 (comint-mode-map): Add it to the menu.
e40a778f 1146 Bind `C-c C-s' to comint-write-output.
d134a19f 1147
dada41e1
GM
11482000-10-18 Gerd Moellmann <gerd@gnu.org>
1149
1150 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1151 Use fancy-splash-delay.
1152
9b5360aa
GM
11532000-10-18 Alex Schroeder <alex@gnu.org>
1154
1155 * progmodes/sql.el (sql-sybase-options): New option.
1156 (sql-sybase): Use it. Add sql-database to the list of parameters
1157 provided for login. The options -w 2048 -n are not used any more.
1158
9035a35a
GM
1159 * comint.el (comint-read-input-ring): Bugfix such that the first
1160 and the last entry of the input ring file are not lost.
1161
3556c6dd
GM
11622000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1163
1164 * ps-print.el: Internal variable changes to defcustom,
1165 make-local-hook changes to defvar. Doc fix.
1166 (ps-print-version): New version number (6.1).
1167 (ps-setup, ps-do-despool): Code fix.
1168 (ps-printer-name): Customization fix.
1169 (ps-printer-name-option): Now is a defcustom instead of an
1170 internal variable.
1171 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1172 (ps-print-begin-column-hook): Now are defvar instead of
1173 make-local-hook.
4836835a 1174
4e217e50
MB
11752000-10-18 Miles Bader <miles@gnu.org>
1176
1177 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1178 (comint-kill-output): Changed into an alias for `comint-delete-output',
1179 and made obsolete.
1180 (comint-mode-map): Rename references to comint-kill-output.
1181
34460354
EZ
11822000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1183
1184 * diff-mode.el (diff-header-face, diff-file-header-face)
1185 (diff-changed-face): Add bold and italic attributes to tty faces.
1186 (diff-function-face): New face.
1187 (diff-font-lock-keywords): Use it.
1188
17ea3cdb
MB
11892000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1190
1191 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1192 Remove commented-out call to force-mode-line-update.
1193 (comint-kill-output): Use `forward-line 0' instead of
1194 beginning-of-line to make sure we get past the prompt.
1195
9244f2c7
SM
11962000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1197
1198 * diff-mode.el (diff-header-face, diff-file-header-face):
1199 Add specific setting for dark background.
1200 (diff-context-face): Renamed from diff-comment-face.
1201 Set explicitly rather than inheriting from font-lock-comment-face.
1202
1592c1ef
EZ
12032000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1204
1205 * startup.el (command-line): Move the code which sets the default
1206 TTY colors to before before-init-hook.
1207
f86292a9
GM
12082000-10-17 Gerd Moellmann <gerd@gnu.org>
1209
1210 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1211
f7f2e883
EZ
12122000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1213
e854cc22
EZ
1214 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1215 extensions, for MS-DOS.
1216
f7f2e883
EZ
1217 * diff-mode.el (diff-header-face, diff-file-header-face)
1218 (diff-changed-face): Define tty-specific colors.
1219
c7b4f0f9
GM
12202000-10-17 Gerd Moellmann <gerd@gnu.org>
1221
1222 * startup.el (fancy-splash-text): Realign the text.
1223
12a72271
EZ
12242000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1225
1226 * font-lock.el (font-lock-comment-face): Define a separate default
1227 for dark-background tty's.
1228
61dfccfd
MB
12292000-10-17 Miles Bader <miles@gnu.org>
1230
1231 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1232 being obscured by whizzy mode-lines on graphics displays.
1233
333cd59e
EZ
12342000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1235
1236 * info.el (Info-title-1-face, Info-title-2-face)
1237 (Info-title-3-face): Define colors for tty's.
dada41e1 1238 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1239
dbf1fcc1
EZ
12402000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1241
1242 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1243 reverse from the frame parameters, and don't invert foreground and
1244 background colors.
1245
ac629823
MB
12462000-10-16 Miles Bader <miles@gnu.org>
1247
1248 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1249 string "*Info*". Call propertized-buffer-identification to spruce
1250 up the result.
1251
76eebffc
GM
12522000-10-16 Gerd Moellmann <gerd@gnu.org>
1253
3a6b59d9
GM
1254 * help.el: Provide `help' for the sake of define-minor-mode
1255 which generates defcustoms with requires.
1256
6569c3d3
GM
1257 * jit-lock.el (jit-lock-after-change): If we're in text that
1258 matches a multi-line font-lock pattern, make sure the whole text
1259 will be redisplayed.
1260
c2e0a611
GM
1261 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1262 author's name is unknown.
1263
76eebffc
GM
1264 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1265 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1266 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1267 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1268 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1269 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1270 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1271 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1272 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1273 Add author information.
1274
cf1e7b12
MB
12752000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1276
1277 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1278 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1279 full-color version (using the Gimp) to eliminate dithering artifacts.
1280
5586f3eb
SM
12812000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1282
1283 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1284
1285 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1286
ad64a888
DL
12872000-10-15 Dave Love <fx@gnu.org>
1288
1289 * progmodes/sh-script.el: Require skeleton and comint when
1290 compiling.
1291
1292 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1293
1294 * whitespace.el: Doc fixes.
1295 (top-level): Don't add hooks here.
1296 (whitespace-running-emacs): Deleted.
1297 (timer): Don't require.
1298 (whitespace): Add back :version conditional on xemacs test.
1299 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1300 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1301 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1302 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1303 Avoid specific xemacs test.
1304 (whitespace-global-mode): New option.
1305 (whitespace-global-mode): New command.
1306 (whitespace-unload-hook): New function.
1307
1308 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1309 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1310 (Info-fontify-node): `Goto' goes to `Go to'.
1311 (Info-fontify-node): Add help-echo to xref links.
1312
1ef49fc6
EZ
13132000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1314
1315 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1316
8b7707e1
SM
13172000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1318
b3b7f42f
SM
1319 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1320 Use plist-get and allow :inherit.
1321
1322 * emacs-lisp/cl-macs.el (cl-do-arglist):
1323 Use plist-get and plist-member instead of memq.
1324
3c7fafc7
SM
1325 * emacs-lisp/ewoc.el (ewoc-location): New function.
1326 (ewoc-enter-after, ewoc-enter-before): Document return value.
1327 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1328 Don't need make-local-hook any more.
1329 (cvs-addto-collection): Return the new tin.
1330 (cvs-mode-insert): Jump to the new line.
1331
8b7707e1
SM
1332 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1333
1334 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1335
1336 * font-lock.el (font-lock-syntactically-fontified): New var.
1337 (font-lock-fontify-syntactic-keywords-region): Use it.
1338 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1339
1340 * diff-mode.el (diff-find-file-name): Fix regexp.
1341
1342 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1343 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1344
1345 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1346 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1347 (sh-mode): Don't make all vars local here.
1348 (sh-kw): Reformat.
1349 (sh-set-shell): Use dolist. Don't set indent-region-function.
1350 (sh-mode-syntax-table): Use pop.
1351 (sh-remember-variable): Use push.
1352 (sh-help-string-for-variable): Use memq.
1353 (sh-safe-backward-sexp): Remove.
1354 (sh-safe-forward-sexp): Add ARG.
1355 (sh-get-indent-info, sh-prev-stmt): Use it.
1356 (sh-prev-line): Simplify by using forward-comment.
1357 (sh-this-is-a-continuation): Simplify.
1358 (sh-learn-buffer-indent): Use dolist.
1359 (sh-do-nothing): Remove.
1360 (sh-set-char-syntax, sh-set-here-doc-region):
1361 Use inhibit-modification-hooks.
1362 (sh-name-style): Use mapcar and push.
1363 (sh-load-style): Use dolist.
1364 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1365 (sh-case, sh-while-getopts): Use propertize directly rather
1366 than sh-electric-rparen.
1367
13682000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1369
1370 * textmodes/tex-mode.el: Require CL when compiling.
1371 (tex-mode-syntax-table): Init immediately.
1372 (tex-mode-map): Bind M-RET to latex-insert-item.
1373 (latex-mode): Set indent-line-function to latex-indent.
1374 (tex-common-initialization): Don't setup the syntax-table any more.
1375 (latex-insert-item): New skeleton.
1376 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1377 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1378 (latex-indent, latex-find-indent): New functions.
4836835a 1379 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1380 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1381 (tex-compilation-parse-errors): Use with-syntax-table.
1382
86b7fcbb
MB
13832000-10-15 Miles Bader <miles@gnu.org>
1384
1385 * font-lock.el (font-lock-comment-face): Change dark-background,
1386 color, non-tty, default to `chocolate1'.
1387
57a24508
JW
13882000-10-13 John Wiegley <johnw@gnu.org>
1389
1390 * eshell/esh-util.el (require): Added a missing `require' form,
1391 needed when compiling (for an ange-ftp macro definition).
1392
40ad3db4
DL
13932000-10-13 Dave Love <fx@gnu.org>
1394
1395 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1396
db460189
GM
13972000-10-13 Gerd Moellmann <gerd@gnu.org>
1398
b41c9501
GM
1399 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1400 fix.
1401
4836835a 1402 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1403 transparent -colors 8).
1404
3b5e21df
GM
14052000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1406
1407 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1408 that breaks with old list format timestamps.
1409 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1410 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1411 strings.
1412
16908a3f
JW
14132000-10-13 John Wiegley <johnw@gnu.org>
1414
d7103dda
JW
1415 * align.el, pcomplete.el, calendar/timeclock.el,
1416 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1417
dace60cf 1418 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1419 faulty math, where holiday hours were being computing as seconds.
1420
b6b70cda
JW
14212000-10-13 John Wiegley <johnw@gnu.org>
1422
1423 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1424 specifying what "other" kinds of buffers should be saved. This
1425 used to be hard-coded.
1426 (desktop-buffer-misc-functions): A global for specifying how
1427 auxiliary data should be determined for special buffer types.
1428 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1429 instead of hard-coding the special buffer types.
1430 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1431 auxiliary data, instead of hard-coding for Info buffers and dired.
1432 (desktop-buffer-info-misc-data): Aux function for determining Info
1433 buffer auxiliary info.
1434 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1435 (desktop-buffer-info): Changed this function to use the info
1436 gathered above.
1437 (desktop-create-buffer): Be a little more careful about what
1438 `minor-mode' means before calling it. This is important for some
1439 buffer types.
1440
8c6b1d83
JW
14412000-10-13 John Wiegley <johnw@gnu.org>
1442
1443 * eshell/esh-util.el: Added a global form which declares an
1444 autoload for `parse-time-string', if that function is not already
1445 defined, and if parse-time.el is available on the user's system.
1446
1447 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1448 to be aware of ange-ftp user info.
1449 (eshell-do-ls): Bind `ange-cache'. Also, use
1450 `eshell-file-attributes'.
1451 (eshell-ls-annotate): Use `eshell-file-attributes'.
1452 (eshell-ls-file): Made the user-id printing code a bit smarter.
1453
1454 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1455 allow identification of alias user ids in remote directories.
1456 It's manual, but there's no other way to know when the current
1457 user on the local machine, is also the owning user on the remote
1458 machine.
1459 (fboundp): Bind `ange-cache'.
1460 (eshell-directory-files-and-attributes): Re-organized the logic a
1461 bit to use `eshell-file-attributes' instead of `file-attributes'.
1462 The former is more sensitive to directories that are read via FTP,
1463 and knows how to use ange-ftp to determine full attribute
1464 information, instead of just the name and last modtime.
1465 (eshell-current-ange-uids): Return the current user id when in a
1466 remote directory.
1467 (eshell-parse-ange-ls): Parse a full directory listing that has
1468 been returned by ange-ftp.
1469 (eshell-file-attributes): This beefed up version of
1470 `file-attributes' is only special if the user is currently in a
1471 remote directory, in which case it does a lot of work to find out
1472 what the real attributes of a file are, as they appear on the
1473 remote machine. This makes usage of remote directories (i.e.,
1474 ange-ftp pathnames) much more useful. You can now use Eshell as a
1475 full-fledged FTP client, with much more manipulation ability than
1476 most other clients.
1477
1478 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1479 variable, which means that Eshell's du should always be preferred
1480 in remote directories.
1481 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1482 just `file-attributes'.
1483 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1484 when reading remote directories. This is an Eshell-specific
1485 variable (not part of ange-ftp).
1486 (eshell/ln): Bind `ange-cache'.
1487 (eshell/du): Added some extra logic for determining when to use
1488 Eshell's du (which is slow), and when to use the external version
1489 (which may or may not exist).
1490
1491 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1492 `eshell-interactive-process', rather than using
1493 `get-buffer-process', since backgrounded processes don't count in
1494 the context of this function's logic.
1495
1496 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1497 `forward-char', so that null strings are parsed correctly.
1498
87730e84 14992000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1500
1501 * eshell/em-pred.el (eshell-pred-file-type,
1502 eshell-pred-file-links, eshell-pred-file-size): Use
1503 `eshell-file-attributes'. This is more correct over ange-ftp.
1504
1505 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1506 that remote file globbing is more efficient.
1507
1508 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1509 gathering the files and attributes within a directory.
1510
1511 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1512 the command line is a special file (not a regular file, directory
1513 or symlink), always attempt to call the external version of cat.
1514
87730e84 15152000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1516
1517 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1518 Eshell-friendly version of find-tag.
1519
1c7e37a9
MB
15202000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1521
4836835a 1522 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1523 (image-file-name-regexps): Add autoload cookies.
1524
11a7f341
KH
15252000-10-13 Kenichi Handa <handa@etl.go.jp>
1526
1527 * international/mule-cmds.el (select-safe-coding-system): If FROM
1528 is string, show it in *Warning* buffer.
1529
8ddddcb0
EZ
15302000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1531
1532 * startup.el (normal-top-level): Use display-popup-menus-p instead
1533 of window-system.
1534 (command-line): Use display-graphic-p instead of window-system.
1535 (command-line-1): Use display-popup-menus-p and display-mouse-p
1536 instead of window-system.
1537
72200f89
SS
15382000-10-12 Sam Steingold <sds@gnu.org>
1539
1540 * tooltip.el (tooltip-use-echo-area): New user variable.
1541 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1542
8661c643
DL
15432000-10-12 Dave Love <fx@gnu.org>
1544
d0b40dc1
DL
1545 * recentf.el: Maintainer's checkdoc fixes.
1546
a622451f
DL
1547 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1548 character class, not ASCII when matching file names.
1549 (fancy-splash-head): Add trailing slash to URL.
1550 (command-line): Don't require XPM support for toolbar.
1551
8661c643
DL
1552 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1553 (cperl-invalid-face): Revert last change.
1554 (cperl-init-faces): Quote cperl-invalid-face.
1555
ef2ed8ab
KH
15562000-10-12 Kenichi Handa <handa@etl.go.jp>
1557
1558 * startup.el (fancy-splash-text): Remove superfluous quote.
1559
b0da379e
GM
15602000-10-12 Gerd Moellmann <gerd@gnu.org>
1561
dbeb499b
GM
1562 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1563 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1564 (command-line-1): Don't use fancy-splash-pending-command.
1565 (fancy-splash-screens-1): Goto point-min after inserting text.
1566
d861718a
GM
1567 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1568
b0da379e
GM
1569 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1570 instead of shared-lisp-mode-map.
1571
4fb2ad98
MB
15722000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1573
1cb4393e
MB
1574 * faces.el (header-line): Change tty-variant to use underlining.
1575
4fb2ad98
MB
1576 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1577 (isearch-highlight): Restore lazy-isearch face properties at old
1578 position, and suppress them at new position.
1579 (isearch-dehighlight): Restore lazy-isearch face properties.
1580 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1581 over the real isearch overlay, but in that case, don't give it a
1582 face property. Use `push'.
1583
eb991b25
KH
15842000-10-12 Kenichi Handa <handa@etl.go.jp>
1585
1586 * man.el (Man-getpage-in-background): Fix previous change.
1587 Decode the process output only when we are in multibyte mode.
1588
a818c1c0
DL
15892000-10-11 Dave Love <fx@gnu.org>
1590
c990f53a
DL
1591 * info.el (Info-mode-menu): Fix some help.
1592 (info-tool-bar-map): Add entry for Info-last.
1593
a818c1c0
DL
1594 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1595 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1596 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1597 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1598 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1599 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1600 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1601 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1602 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1603 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1604 Reduce colour requirements to 25 overall. (Probably wants
1605 revisiting from the originals to reduce further.)
1606
c1b096cb
EZ
16072000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1610 buffer-file-coding-system, instead of raw-text.
1611 (dehexlify-buffer): Bind coding-system-for-read to
1612 buffer-file-coding-system, instead of raw-text.
1613
5c8b7eaf
SS
16142000-10-11 Sam Steingold <sds@gnu.org>
1615
1616 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1617 `underline' - fixes the bug introduced on 2000-09-21.
1618
2cfbdb7a
DL
16192000-10-11 Dave Love <fx@gnu.org>
1620
1621 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1622 compiler warnings.
1623 (scheme-mode): Doc fix.
1624 (scheme-font-lock-keywords-1): Match `define-syntax'.
1625
16262000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1627
1628 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1629 face specs as well as default ones. Only do anything if the
1630 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1631 (region): Make dark-background `region' face less in-your-face.
4b33f290 1632
690ec649
SS
16332000-10-10 Sam Steingold <sds@gnu.org>
1634
1635 * chistory.el, ielm.el, ledit.el:
1636 * progmodes/inf-lisp.el, progmodes/scheme.el:
1637 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1638
3b95d6bb
SM
16392000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1640
1641 * textmodes/texinfo.el: Update copyright and fix typo.
1642
1643 * desktop.el (desktop-modes-not-to-save): New var.
1644 (desktop-save-buffer-p): Use it.
1645 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1646 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1647
d646c828
DL
16482000-10-10 Dave Love <fx@gnu.org>
1649
1650 * toolbar/tool-bar.el (tool-bar-add-item)
1651 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1652 display.
1653
d646c828
DL
1654 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1655 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1656 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1657 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1658 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1659 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1660 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1661 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1662 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1663 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1664 the .xpms; probably need retouching.
1665
862a7e28
MB
16662000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1667
1668 * subr.el (add-to-list): Add optional argument APPEND.
1669 * battery.el (display-battery): Use `add-to-list'.
1670
46e33aee
TTN
16712000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1672
930baf47
TTN
1673 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1674 these vars as symbol properties.
2cfbdb7a
DL
1675 (zone, zone-when-idle, zone-leave-me-alone)
1676 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1677
5a430f9c
TTN
1678 * battery.el (display-battery): Doc spelling fix.
1679
46e33aee
TTN
1680 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1681 property.
1682
adf7d3a8
DL
16832000-10-09 Dave Love <fx@gnu.org>
1684
1685 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1686 has been initialized before calling tool-bar-setup.
c2156508 1687 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1688
06a8c9f8
EZ
16892000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1690
e4ca8f8c
EZ
1691 * menu-bar.el (send-mail-item-name): New function.
1692 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1693 of mail-user-agent in the menu. Don't display the "Send Mail"
1694 item if mail-user-agent is nil or its value is ignore.
1695 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1696 if read-mail-command is nil or its value is ignore.
1697
06a8c9f8
EZ
1698 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1699
7dbc9c8a
MB
17002000-10-09 Miles Bader <miles@gnu.org>
1701
29e0814b
MB
1702 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1703 Correct image size.
1704 * toolbar/left_arrow.xpm: Correct image size.
1705
7dbc9c8a
MB
1706 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1707 will be done by the definition of `auto-compression-mode' if
1708 necessary. Move code to uninstall existing file-name handler
1709 before definition of `auto-compression-mode'.
1710
1711 * image-file.el (auto-image-file-mode): Move to the end of the
1712 file, because `define-minor-mode' actually calls the mode-function
1713 if the associated variable is non-nil, which requires that all
1714 needed functions be already defined.
1715
65b61266
MB
1716 * mouse.el (popup-menu): Balance parens.
1717
d6b8c85b
SM
17182000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1719
1720 * mouse.el (popup-menu): Move the command call outside the loop
1721 so that popup-menu returns whatever the command returns.
1722
1723 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1724 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1725 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1726 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1727
1728 * vc.el (vc-version-diff): diff-switches can be a list.
1729 Use relative filenames for prettier output.
1730
46e33aee 1731 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1732 (vc-post-command-functions): Remove old-VC compatibility code.
1733
1734 * newcomment.el (comment-indent-default): Autoload.
1735
1736 * font-lock.el (font-lock-defaults): Make buffer-local.
1737 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1738 (font-lock-choose-keywords):
1739 Ignore LEVEL unless KEYWORDS is a list of syms.
1740 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1741 Don't wrap regexp-opt things in \(...\) unnecessarily.
1742
1743 * jit-lock.el: Don't require font-lock any more.
1744 (jit-lock-functions): Make buffer-local.
1745 (jit-lock-saved-fontify-buffer-function): Remove.
1746 (jit-lock-mode): Remove autoload cookie.
1747 Remove font-lock specific code.
1748 (jit-lock-unregister): Don't bother handling complex hooks any more.
1749 (jit-lock-refontify): New function.
1750 (jit-lock-fontify-buffer): Use it.
1751 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1752 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1753 Add optional args START and END.
1754 Never call font-lock-fontify-region directly.
1755 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1756
1757 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1758
a30ed6ac
DL
17592000-10-08 Dave Love <fx@gnu.org>
1760
4e7c7ca9
DL
1761 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1762
1763 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1764
1765 * play/studly.el (studlify-region, studlify-word): Add autoload
1766 cookie.
1767
1768 * play/morse.el (morse-region, unmorse-region): Add autoload
1769 cookie.
1770
1771 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1772 concat.
1773
1774 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1775 insist on symbols starting with word syntax.
1776 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1777 (eval-defun-1): Doc fix.
1778 (indent-sexp): Use nconc to build up indent-stack.
1779
1780 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1781 Gnus with little use.
1782 (mail-setup-hook): Add mail-abbrevs-setup to options.
1783
968f7c4a
DL
1784 * recentf.el: Doc fixes.
1785
1786 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1787 Clean up remainder.
1788
1789 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1790 without timezone and (8) with timezone to enforce some whitespace.
1791 Simplify code somewhat.
1792
1793 * options.el (list-options): Doc that you should use customize.
1794
1795 * iswitchb.el (iswitchb-mode): Add :require.
1796
a30ed6ac
DL
1797 * info.el (Info-goto-node, Info-menu): Doc fix.
1798 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1799 (info-tool-bar-map): New variable.
1800 (Info-mode): Use it.
1801 (Info-edit-map): Define all in defvar.
1802 (speedbar-attached-frame): Avoid compiler warning.
1803
1804 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1805 (global-map): Bind [tool-bar] to a filtered map.
1806 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1807 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1808 Allow PBM icons.
1809 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1810
1811 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1812 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1813 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1814 icons, except up_arrow, which is left-arrow rotated.
1815
1816 * imenu.el (imenu-add-to-menubar): Fix last change.
1817
4e953aff
PB
18182000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1819
1820 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1821 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1822
739e92a7
EZ
18232000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1824
d20faceb
EZ
1825 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1826 typos in doc strings.
1827
a640322e
EZ
1828 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1829 the doc strings how to customize Font Lock faces.
1830
739e92a7
EZ
1831 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1832 computing growth when dragging the header line.
1833
8be7408c
EZ
18342000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1835
1836 * simple.el (kill-line): Doc fix.
1837
6fee86a3
MB
18382000-10-08 Miles Bader <miles@gnu.org>
1839
445a653e
MB
1840 * faces.el (secondary-selection): Make foreground visible on tty.
1841
6fee86a3
MB
1842 * jka-compr.el (auto-compression-mode): Move to the end of the
1843 file, because `define-minor-mode' actually calls the mode-function
1844 if the associated variable is non-nil, which requires that all
1845 needed functions be already defined.
1846 (with-auto-compression-mode): Add autoload cookie.
1847
a115794c
EZ
18482000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1849
1850 * files.el (find-backup-file-name) [ms-dos]: If support for long
1851 file names is not available, behave as if version-control were set
1852 to never.
1853
b12e6de3
DL
18542000-10-07 Dave Love <fx@gnu.org>
1855
1856 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1857 (browse-url-gnome-moz): New function.
1858 (browse-url-browser-function): Use it.
1859 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1860
20b1d079
SM
18612000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1862
1863 * indent.el (tab-always-indent): New var.
1864 (indent-for-tab-command): Use it.
39250ec3 1865
9ee45b2c 1866 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1867 raise an error. This way it can still default to a sane value.
9ee45b2c 1868
8c6b1d83
JW
18692000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1870
39250ec3
SM
1871 * startup.el (fancy-splash-screens): Use local rather than global map.
1872 Don't use `update-menu-bindings' any more.
1873 Get rid of assumptions about keymap representation.
1874
a23ccdf2
DL
18752000-10-06 Dave Love <fx@gnu.org>
1876
814299a7 1877 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1878 (sentence-end-without-period): Doc fix.
1879 (adaptive-fill-regexp): Purecopy.
1880 (unjustify-current-line): Use line-end-position.
1881 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1882
1883 * net/eudc-vars.el (eudc): Add :version, :link.
1884
39250ec3 1885 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1886
1887 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1888 Fix for define-minor-mode.
1889 (function-at-point): Alias to function-called-at-point.
1890
1891 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1892
1893 * simple.el (backward-word): Doc fix.
1894
a23ccdf2
DL
1895 * image-file.el (image-file-name-regexp): image-file-regexps ->
1896 image-file-name-regexps.
742c1822 1897 (image-file-name-extensions): Add pbm.
a23ccdf2 1898
39250ec3
SM
18992000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1900
1901 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1902 and add filename to the names so that diff-mode can jump to source.
1903
1904 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1905 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1906 (tex-font-lock-keywords-1): Remove.
1907 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1908 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1909 (font-lock-default-fontify-region):
1910 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1911 (font-lock-fontify-anchored-keywords):
1912 Include the anchor text as part of the multiline.
1913
8d5dfacd
GM
19142000-10-06 Gerd Moellmann <gerd@gnu.org>
1915
1916 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1917 latter needs the autoloaded define-minor-mode macro during the
1918 bootstrap.
1919
1920 * startup.el (command-line): For now, activate tool-bar-mode only
1921 if XPM images are supported.
1922
1923 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1924 window by dragging a header-line at the top of the frame; that's
4c19fbce 1925 confusing because the header-line doesn't move.
8d5dfacd
GM
1926 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1927 of treating the event as a list. Some cleanup.
1928
f69aad2b 19292000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1930
f69aad2b
MB
1931 * simple.el (display-message-or-buffer): New function.
1932 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1933
09cb7646
MB
1934 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1935 docstring parts.
1936
814299a7 1937 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1938 (smbclient-prompt-regexp): Add usage note to doc string.
1939 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1940 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1941 Use add-hook for adding the comint filter function, and only do so
1942 if it's not already in the global hook list.
1943 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1944 to `make-local-variable'.
1945 (nslookup-font-lock-keywords): Remove prompt entry.
1946 (nslookup): Don't set the process-filter.
1947 (finger): Exit the loop correctly when the regexps list runs out.
1948 (ftp, smbclient, smbclient-list-shares):
1949 Set the real major mode immediately, not after execing.
1950 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1951
1952 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1953
4c19fbce
SM
19542000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1955
1956 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1957
1958 * which-func.el (which-func-format): Remove spurious space.
1959 (which-func-mode): Don't make it permanent-local.
1960 (which-func-ff-hook): Allow which-func-maxout to be nil.
1961 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1962 (which-func-mode): Simplify.
1963 Use post-command-idle-hook rather than post-command-hook.
1964 Go through all buffers and update their state.
1965 (which-function): Also try add-log-current-defun-function.
1966
1967 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1968 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1969 Update call to with-vc-properties accordingly.
1970 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1971 (vc-revert-buffer): More careful about window selection and deletion.
1972 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1973
1974 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1975 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1976 (cvs-dired-action): Change the default to quickdir.
1977
1978 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1979 if comment-indent-function returns nil.
1980 (comment-indent-default): New function.
1981 (comment-indent-function): Use it and document the new semantics.
1982
1983 * image-file.el: Docstring fixes.
1984
1985 * help.el (help-xref-on-pp): Use match-string.
1986 (describe-variable): New arg BUFFER.
1987 Store the current buffer in the help-xref-stack.
1988 (temp-buffer-resize-mode): Use define-minor-mode.
1989
1990 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1991 consistently with its docstring.
1992 Set jit-lock-first-unfontify-pos in an idempotent way.
1993 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1994
542c6552
GM
19952000-10-05 Alex Schroeder <alex@gnu.org>
1996
1997 * sql.el (sql-mysql-options): New variable.
1998 (sql-mysql): Use it.
1999
a3489ece
MB
20002000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2001
77f6105c
MB
2002 * image.el (image): New group.
2003
814299a7 2004 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2005 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2006
3478046b
PB
20072000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2008
2009 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2010 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2011 Ignore the value of wqindow-system; always define keywords
2012
22aca186
KH
20132000-10-05 Kenichi Handa <handa@etl.go.jp>
2014
2015 * startup.el (fancy-splash-screens): Remove the code for
2016 debugging; `(trace-to-stderr "EXITTT\n")'.
2017
55d5d717
MB
20182000-10-05 Miles Bader <miles@gnu.org>
2019
2020 * diff-mode.el (diff-goto-source): Update call to
2021 `diff-hunk-status-msg' to reflect new REV variable.
2022
41fa7178
SM
20232000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2024
2025 * progmodes/icon.el (icon-mode):
2026 Don't gratuitously override the default for comment-column.
2027
2028 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2029
2030 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2031 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2032 (jit-lock-functions): New var.
2033 (jit-lock-function-1): Use it if non-nil.
2034 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2035 Set the `fontified' property before doing the fontification to avoid
2036 repeatedly going through the same error.
2037 Don't turn errors into messages.
2038 (jit-lock-register, jit-lock-unregister): New functions.
2039
2040 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2041 Use with-current-buffer.
2042
2043 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2044 Turn comment into docstring.
2045
2046 * apropos.el (apropos-mode): Use define-derived-mode.
2047
3dc78168
GM
20482000-10-04 Gerd Moellmann <gerd@gnu.org>
2049
2050 * startup.el (fancy-splash-pending-command): New variable.
2051 (fancy-splash-pre-command): New function.
2052 (fancy-splash-screens): Rewritten.
2053 (command-line-1): If fancy-splash-pending-command is set, call it
2054 interactively.
2055
dae9dc56
DL
20562000-10-04 Dave Love <fx@gnu.org>
2057
2058 * toolbar/tool-bar.el (tool-bar-setup): New function.
2059 (tool-bar-mode): Use it.
2060
2061 * subr.el (substitute-key-definition): Doc fix.
2062 (play-sound-file): New command.
2063
3388f0a5
AS
20642000-10-04 Andre Spiegel <spiegel@gnu.org>
2065
814299a7 2066 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2067 vc-version-backup-file-name): New functions.
2068
2069 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2070
2071 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2072 vc-cvs-stay-local-p.
2073
2074 * vc.el (vc-revert-buffer): Handle empty diff properly.
2075 (vc-version-backup-file): New function.
2076 (vc-checkout): Create a version backup if necessary.
2077 (vc-checkin): If a version backup file exists, delete it.
2078 (vc-version-diff): Diff locally using version backups, if available.
2079 (vc-revert-file): If there's a version backup, revert locally.
2080 (vc-transfer-file): Use version backup for base version, if
2081 available. If not, ask for confirmation whether to get it from the
2082 server. Update mode line before check-in.
2083
ebd4825d
DL
20842000-10-04 Dave Love <fx@gnu.org>
2085
2086 * toolbar/tool-bar.el (tool-bar-setup): New function.
2087 (tool-bar-mode): Use it.
2088
1b24f4b7
PB
20892000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2090
3dc78168 2091 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2092 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2093 Only set if window-system is non-nil
2094 (net-utils-run-program): Returns buffer.
2095 (network-connection-reconnect): Added this function.
2096
814299a7
MB
2097 * generic.el:
2098 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2099 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2100 Uses cl compile-time macros.
3dc78168
GM
2101 (generic-mode-name, generic-comment-list)
2102 (generic-keywords-list, generic-font-lock-expressions)
2103 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2104 Removed variables.
2105 (generic-mode-alist): Renamed to generic-mode-list.
2106 (generic-find-file-regexp): Default changed to "^#".
2107 (generic-read-type): Uses completing read on generic-mode-list.
2108 (generic-mode-sanity-check): removed this function.
2109 (generic-add-to-auto-mode): Removed this function
3dc78168 2110 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2111 into function instead of putting them in alist.
2112 (generic-mode-set-comments): Reworked extensively.
2113 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2114 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2115
814299a7 2116 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2117 Make sure directory name ends with "/".
2118
814299a7 2119 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2120 Regexp now allows leading whitespace.
2121 (rc-generic-mode): Added eval-when-compile
2122 around generic-make-keywords-list.
2123 Deleted duplicate regexp
2124 (rul-generic-mode): Added eval-when-compile
2125 around generic-make-keywords-list.
2126 (etc-fstab-generic-mode): New generic mode.
2127 (rul-generic-mode): Removed one eval-when-compile
814299a7 2128 which caused a max-specpdl-size exceeded error.
1b24f4b7 2129
a7bf5cf3
MB
21302000-10-04 Miles Bader <miles@gnu.org>
2131
2132 * simple.el (minibuffer-temporary-goal-position): New variable.
2133 (next-history-element): Try to keep the position of point in the
2134 input string constant.
2135
2136 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2137 (dired-do-create-files): If there's only one file, pass it in as
2138 the DEFAULT arg to dired-mark-read-file-name.
2139
ce1087a9
SM
21402000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2141
2142 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2143 (diff-goto-source): Be smarter when choosing REVERSE or not.
2144
2145 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2146 (texinfo-mode-menu): Add an explicit shortcut for update all.
2147
0e41e1d6
AS
21482000-10-03 Andre Spiegel <spiegel@gnu.org>
2149
814299a7 2150 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2151 factorize backend-specific code cleanly (this was essentially
2152 conceived by Stefan Monnier).
2153 (vc-unregister): Function removed.
814299a7 2154 (vc-revert-file): New function.
858f7cb4
AS
2155 (vc-revert-buffer): Delegate some of the work to it.
2156
0e41e1d6
AS
2157 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2158 default branch unconditionally.
2159 (vc-rcs-set-default-branch): New function.
2160 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2161 (vc-rcs-checkin): If an appropriate default branch has been set,
2162 force creation of that branch.
858f7cb4
AS
2163 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2164 code (as suggested by Stefan Monnier).
0e41e1d6 2165
01c86c56
GM
21662000-10-02 Gerd Moellmann <gerd@gnu.org>
2167
45c477b4
GM
2168 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2169 highlighting overlay with a different face over the overlay
2170 isearch uses to highlight the current match because that can lead
2171 to bad face combinations.
2172
01c86c56
GM
2173 * loadup.el (toplevel): Load faces before isearch.
2174
2175 * isearch.el (isearch-faces): New custom group.
2176 (isearch): New defface; was already tested for in the code.
2177 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2178 (isearch-highlight): Always use face `isearch'.
2179
944425c0
DL
21802000-10-02 Dave Love <fx@gnu.org>
2181
2182 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2183 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2184 comparison of opcode with operand.
2185
2a099bcc
MB
21862000-10-03 Miles Bader <miles@gnu.org>
2187
2188 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2189 buffer, since the echo area will now grow to accommodate them.
2190
4300ecb8
AS
21912000-10-02 Andre Spiegel <spiegel@gnu.org>
2192
2193 * vc-hooks.el (vc-registered): If FILE used to be registered under
2194 a certain backend, try that one first.
2195
814299a7 2196 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2197 argument list. Handle multiple backends correctly.
2198 (vc-find-new-backend): Function removed.
2199 (vc-register): Use vc-responsible-backend, as before.
2200 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2201
64e6cc18
GM
22022000-10-02 Gerd Moellmann <gerd@gnu.org>
2203
2204 * startup.el (fancy-splash-head): Change message below the
2205 logo.
2206
00df919e
MB
22072000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2208
2209 * diff-mode.el (diff-goto-source): Emit a status message.
2210 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2211 (diff-test-hunk): Fix doc string.
00df919e
MB
2212 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2213 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2214 (diff-apply-hunk): Don't return a value.
00df919e 2215
ceec5a0c
SM
22162000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2217
2218 * vc.el (vc-editable-p): Minor optimization.
2219 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2220 (vc-find-new-backend): New function split from vc-responsible-backend.
2221 (vc-register): Use it.
2222 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2223 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2224 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2225 (vc-clear-headers): Don't use find-file.
2226 (vc-revert-buffer): Use `and' again (must have been a braino).
2227 (vc-switch-backend): Only prompt if requested.
2228 Short circuit if nothing is to be done.
2229 Don't use vc-resynch-buffer which could lose unsaved editing.
2230 (vc-default-receive-file): Update call to vc-unregister.
2231 (with-vc-file, vc-next-action-on-file):
2232 Use vc-backend rather than vc-registered.
2233 (vc-next-action-on-file): Use intern-soft.
2234 Deal with read-only *vc-diff* buffer.
2235 (vc-transfer-file): Docstring fix.
2236
2237 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2238 (vc-rcs-receive-file): Avoid with-vc-properties.
2239 Update call to vc-unregister.
2240 Use constant `RCS' rather than (dynamically bound) var `backend'.
2241
4ad5da8f
AS
22422000-10-01 Andre Spiegel <spiegel@gnu.org>
2243
814299a7 2244 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2245 is visited.
2246 (vc-start-entry): New argument initial-contents. Don't visit the file
2247 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2248 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2249 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2250 vc-start-entry.
2251 (vc-finish-logentry): Make sure to bury log buffer only if there
2252 really is one. Call `vc-resynch-buffer' on log-file, not
2253 buffer-file-name.
2254 (vc-default-comment-history, vc-default-wash-log): New functions.
2255 (vc-index-of): Removed.
2256 (vc-transfer-file): Make do without the above.
2257 (vc-default-receive-file): Call comment-history unconditionally. Pass
2258 the resulting string to vc-checkin, instead of inserting it into the
2259 comment ring.
2260
2261 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2262 unconditionally. Use the comments as initial contents of the log
814299a7 2263 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2264 changes.
2265
aa0c3dca
MB
22662000-10-01 Miles Bader <miles@gnu.org>
2267
2268 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2269 `recenter' with an arg to prevent redrawing the display.
2270
d5f5a2c5
SM
22712000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2272
2273 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2274
2275 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2276
814299a7 2277 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2278 Don't gratuitously override the default for comment-column.
2279
2280 * textmodes/tex-mode.el (latex-metasection-list): New var.
2281 (latex-imenu-create-index): Use it.
2282 Move the regexp construction outside loops (and use push).
814299a7 2283 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2284 (tex-font-lock-keywords): Moved from font-lock.el.
2285 (tex-comment-indent): Remove.
2286 (tex-common-initialization): Don't set comment-indent-function.
2287 (latex-block-default): New var.
2288 (tex-latex-block): Use it to provide a default choice.
2289 Add any unknown choice to latex-block-names.
2290 Insert [...] after {...}.
2291 (tex-last-unended-begin): Simplify regexp.
2292 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2293 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2294 (latex-mode): Set forward-sexp-function.
2295
2296 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2297 Add regexp for @ignore ... @end ignore.
2298 (texinfo-heading-face): New face.
2299 (texinfo-font-lock-keywords): Use it.
2300 (texinfo-mode-menu): New menu.
2301 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2302 New functions.
2303 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2304 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2305 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2306 Remove declaration.
2307 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2308
2309 * delsel.el (delete-selection-mode): Use define-minor-mode.
2310
2311 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2312
23132000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2314
2315 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2316
8a5506f2
GM
23172000-09-30 Gerd Moellmann <gerd@gnu.org>
2318
068127d6
GM
2319 * replace.el (keep-lines-read-args): New function.
2320 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2321 read arguments interactively. Add parameters RSTART and REND.
2322 Operate on the active region in Transient Mark mode.
2323
d777bb8f
GM
2324 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2325
8a5506f2
GM
2326 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2327 (authors-obsolete-files-regexps): New variable.
2328 (authors-add): Don't record changes in obsolete files.
2329
3fa87bfc
SM
23302000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2331
2332 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2333
2334 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2335 (comment-indent): Make sure there's a space between code and comment.
2336 Shift comments left to avoid going past fill-column.
2337
f02149ce
GM
23382000-09-29 Gerd Moellmann <gerd@gnu.org>
2339
2340 * startup.el (startup-echo-area-message): New function.
2341 (display-startup-echo-area-message): Use it.
2342 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2343 (fancy-splash-default-action): New function.
2344 (fancy-splash-screens-1): New function.
2345 (fancy-splash-head): Put a help-echo and a keymap under the image.
2346
a3ef6569
SM
23472000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2348
2349 * diff-mode.el (diff-add-log-file-name): Remove.
2350 (diff-mode): Use add-log-buffer-file-name-function.
2351
2352 * add-log.el (find-change-log): New arg BUFFER-FILE.
2353 (add-log-file-name): Obey add-log-file-name-function.
2354 (add-log-buffer-file-name-function): New var.
2355 (add-change-log-entry): Use it.
2356
75e5b373
MB
23572000-09-29 Miles Bader <miles@gnu.org>
2358
2359 * image-file.el (image-file-name-extensions): New variable.
2360 (image-file-name-regexps): Renamed from `image-file-regexps'.
2361 New default value is nil. Call `auto-image-file-mode'.
2362 (image-file-name-regexp): New function.
2363 (auto-image-file-mode): New minor mode.
2364 (insert-image-file): Don't make conditional on the image-file
2365 handler being enabled.
2366 (image-file-handler): Make the call here conditional instead.
2367 (set-image-file-handler-enabled, enable-image-file-handler)
2368 (disable-image-file-handler): Functions removed.
2369
2370 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2371 string.
2372
de6e1f7c
GM
23732000-09-29 Gerd Moellmann <gerd@gnu.org>
2374
2375 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2376 it's a function from CL.
2377 (latex-imenu-create-index): Replace eval-when-compile with progn
2378 because latex-section-alist is not bound while compiling.
2379
d8c201f5
SM
23802000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2381
2382 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2383 (outline-mode): Use define-derived-mode.
2384
814299a7 2385 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2386 * progmodes/awk-mode.el (awk-mode):
2387 * progmodes/asm-mode.el (asm-mode):
2388 Don't gratuitously override the default for comment-column.
2389
2390 * emacs-lisp/lisp.el (lisp-complete-symbol):
2391 Distinguish the let-binding case from the funcall case.
2392 (forward-sexp-function): New variable.
2393 (forward-sexp): Use it.
2394
2395 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2396 (easy-mmode-defmap): Remove the now useless autoload.
2397
2398 * time.el (display-time-mode): Use define-minor-mode.
2399
2400 * subr.el (add-minor-mode): Don't eval NAME.
2401 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2402 Use if rather than cond.
2403
2404 * simple.el (read-expression-map): Define more properly.
2405 (comment-indent-hook): Remove.
2406 (string-to-syntax): Bug fix.
2407
2408 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2409 (cvs-ediff-diff): Fix typo.
2410 (cvs-revert-if-needed): Don't bother preserving read-only.
2411
2412 * paren.el (show-paren-mode): Use define-minor-mode.
2413
2414 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2415 (toggle-auto-compression): Remove.
2416 (jka-compr-build-file-regexp): Remove useless grouping.
2417
2418 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2419 Avoid user-reserved bindings.
2420 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2421 (diff-header-face): Revert to grey85.
2422
2423 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2424
2425 * complete.el (partial-completion-mode) <defcustom>: Remove.
2426 (partial-completion-mode): Use define-minor-mode.
2427 (PC-do-completion): Understand `completion-auto-help = delay'
2428 to mean to popup the completion buffer only the second time.
814299a7 2429 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2430 (PC-include-file-all-completions): Don't quote lambda.
2431
2432 * comint.el (comint-mode-hook): Docstring fix.
2433 (comint-mode): Use define-derived-mode.
2434 (comint-mode-map): Remove obsolete comment.
2435 (make-comint): Minor stylistic change.
2436 (comint-insert-clicked-input): Be more careful to find the overlay.
2437 Use this-command-keys rather than hardcoding mouse-2.
2438
2439 * font-lock.el: Replace confusing (,@ with ,
2440 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2441 Don't use regexp-opt-depth. Spice up the regexp for args.
2442 Don't distinguish between cmds that can take an opt arg or not.
2443 Use `append' and `prepend' rather than `keep'.
2444
2445 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2446 (latex-outline-regexp): New var.
2447 (latex-outline-level): New fun.
2448 (latex-section-alist): New var.
2449 (latex-imenu-create-index): Use it. Use `push' as well.
2450 (tex-shell-map): Initialize it properly.
2451 (tex-mode): Minor stylistic change.
2452 (plain-tex-mode): Use define-derived-mode.
2453 (latex-mode): Use define-derived-mode.
2454 Construct the paragraph regexps in a more readable way.
2455 Set the buffer-local outline-{level,regexp} vars.
2456 (slitex-mode): Derive from latex-mode.
2457 (tex-common-initialization): Don't kill-all-vars anymore.
2458 Add setting for comment-add and font-lock-defaults.
2459 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2460 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2461 (tex-start-tex): New arg DIR (and send a chdir command for it).
2462 Also display the shell buffer and save it in tex-last-buffer-texed.
2463 (tex-region): Use expand-file-name rather than concat.
2464 Remove code made useless by changes in tex-start-tex.
2465 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2466
2467 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2468
ff398532
DL
24692000-09-28 Dave Love <fx@gnu.org>
2470
2471 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2472
f9415d5b
GM
24732000-09-28 Gerd Moellmann <gerd@gnu.org>
2474
2475 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2476 `append'.
2477
fa003899
SM
24782000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2479
2480 * info.el (Info-extract-pointer): Undo last change.
2481 Instead, fix the position of the `bound' arg to re-search-backward.
2482
24832000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2484
2485 * info.el (Info-extract-pointer):
2486 Widen more carefully, to avoid finding pointers in other nodes.
2487 (Info-index): Use push.
2488
f9415d5b 24892000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2490
2491 * frame.el (set-frame-font): Remove call to obsolete function
2492 frame-update-faces.
2493 (set-foreground-color, set-background-color): Likewise for
2494 frame-update-face-colors.
2495
5538b8ba
MB
24962000-09-27 Miles Bader <miles@gnu.org>
2497
2498 * image-file.el: New file.
2499
60536eea
GM
25002000-09-27 Gerd Moellmann <gerd@gnu.org>
2501
5b551d58
GM
2502 * frame.el (frame-notice-user-settings): Don't call
2503 frame-update-faces, which is a no-op now.
814299a7 2504
60536eea
GM
2505 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2506 tool-bar-lines.
2507
36f1966f
DL
25082000-09-27 Dave Love <fx@gnu.org>
2509
2510 * mouse.el: Fix last change.
2511
c5785b73
MB
25122000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2513
2514 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2515
672172d9
KH
25162000-09-22 Kenichi Handa <handa@etl.go.jp>
2517
2518 * international/quail.el (quail-help): The output message is
2519 improved.
2520
4653b4ea
DL
25212000-09-26 Dave Love <fx@gnu.org>
2522
2523 * mouse.el (popup-menu): If POSITION is nil, set it using
2524 mouse-position.
2525
63900fcf
SS
25262000-09-25 Sam Steingold <sds@gnu.org>
2527
2528 * net/browse-url.el (browse-url-file-url): Check for null maps.
2529
cd3b81be
GM
25302000-09-26 Gerd Moellmann <gerd@gnu.org>
2531
876512ab 2532 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2533 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2534
fa003899
SM
2535 * frame.el (frame-notice-user-settings):
2536 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2537
cd3b81be
GM
2538 * toolbar/tool-bar.el (tool-bar-help): New function.
2539
d8b4516f
GM
25402000-09-25 Gerd Moellmann <gerd@gnu.org>
2541
6567e9b5
GM
2542 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2543 current-load-list in top-level forms. Else this leaks a cons cell
2544 every time a defun is called.
63900fcf 2545
d8b4516f 2546 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2547
a461758e
DL
25482000-09-25 Dave Love <fx@gnu.org>
2549
7df6adc3
DL
2550 * startup.el (fancy-splash-head): Check XPM is available.
2551
a461758e
DL
2552 * autoinsert.el (auto-insert): Doc fix.
2553 (auto-insert-alist): Following GNU notices, don't say `copyright
2554 _by_'. Use line-beginning-position.
2555 (auto-insert): Check buffer-file-name is non-nil before use.
2556
b11af2dd
GM
25572000-09-25 Gerd Moellmann <gerd@gnu.org>
2558
2559 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2560 starting with `@def' or `@multitable', in addition to ones
2561 specified by the user in auto-fill-inhibit-regexp.
2562
5f9f981b
GM
25632000-09-25 Markus Rost <rost@math.ohio-state.edu>
2564
2565 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2566 rmail-dont-reply-to-names matches the empty string.
63900fcf 2567
8ff16b4e
GM
25682000-09-25 Gerd Moellmann <gerd@gnu.org>
2569
63900fcf 2570 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2571 text to sound more friendly.
2572
9b4a7800
TTN
25732000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2574
2575 * progmodes/hideshow.el: Update author email address.
2576 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2577 (hs-hide-all-non-comment-function): New var.
2578 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2579 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2580 (hs-show-region): Delete this command.
2581 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2582
4c7c1f3f
DL
25832000-09-22 Dave Love <fx@gnu.org>
2584
2585 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2586 (hl-line-highlight): Specify buffer when moving overlay.
2587
2588 * progmodes/fortran.el (fortran-mode): Locally set
2589 normal-auto-fill-function.
2590 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2591 (fortran-mode-map): Adjust auto-fill menu entry.
2592
13f93dee
GM
25932000-09-22 Gerd Moellmann <gerd@gnu.org>
2594
36eb0a91
GM
2595 * vc-rcs.el (toplevel): Require `vc' when compiling.
2596
fa003899 2597 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2598
36a03bf9
AS
25992000-09-22 Andre Spiegel <spiegel@gnu.org>
2600
9b4a7800 2601 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2602 registered under the new backend.
2603
9b4a7800 2604 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2605 without explicit revision number.
2606
6e4e8a3b
SM
26072000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2608
2609 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2610 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2611 (diff-xor): New function.
2612 (diff-find-source-location): Use it. Fix a stupid name clash.
2613 (diff-hunk-status-msg): New function.
2614 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2615 (diff-test-hunk): Use diff-find-source-location.
2616 (diff-goto-source): Favor the `reverse'.
2617 (diff-hunk-text): Properly handle one-sided context diffs.
2618 (diff-apply-hunk): When done, advance to the next hunk.
2619
1b24b888
GM
26202000-09-21 Gerd Moellmann <gerd@gnu.org>
2621
623a0aae
GM
2622 * startup.el (command-line): If frame was created with a non-zero
2623 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2624
1b24b888
GM
2625 * add-log.el (change-log-date-face, change-log-name-face)
2626 (change-log-email-face, change-log-file-face)
2627 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2628 (change-log-function-face, change-log-acknowledgement-face):
2629 New faces, inheriting from font-lock faces.
1b24b888 2630 (change-log-font-lock-keywords): Use them.
9b4a7800 2631
93b3a1c8
DL
26322000-09-21 Dave Love <fx@gnu.org>
2633
80585273
DL
2634 * progmodes/cperl-mode.el (top-level): Clean up
2635 `eval-when-compile's and assorted defvars.
2636 (cperl-invalid-face): Don't double-quote value. Change custom
2637 type.
2638 (cperl-mode): Set normal-auto-fill-function and don't zap
2639 auto-fill-function.
2640 (cperl-imenu--function-name-regexp-perl): Renamed from
2641 imenu-example--function-name-regexp-perl.
2642 (cperl-imenu--create-perl-index): Renamed from
2643 imenu-example--create-perl-index.
2644 (cperl-xsub-scan): Don't require cl.
2645
93b3a1c8
DL
2646 * msb.el (msb-mode-map): Use substitute-key-definition.
2647 (msb-mode): Use msb-mode-map.
2648
43ccb598
AS
26492000-09-21 Andre Spiegel <spiegel@gnu.org>
2650
2651 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2652 New functions.
fa003899 2653 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2654 (vc-switch-backend): New function.
2655 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2656 (vc-register): Fix prompt.
2657 (vc-unregister, vc-default-unregister): New functions.
2658 (vc-version-diff): Handle empty buffer in sentinel.
2659
2660 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2661 (vc-rcs-state-heuristic): Use it to guess the state of files with
2662 non-strict locking.
2663 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2664 been set with -b, but not created yet.
2665 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2666 contents in order to find the state.
2667 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2668 (vc-rcs-unregister, vc-rcs-receive-file)
2669 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2670
9b4a7800 2671 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2672 in case it is missing.
9b4a7800 2673
95fadcca
GM
26742000-09-21 Gerd Moellmann <gerd@gnu.org>
2675
2676 * startup.el (fancy-splash-tail): Use a different foreground
2677 color on a dark frame background.
2678
470f23e1
MB
26792000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2680
2681 * info.el: Use the correct capitalization when making Info-mode
2682 and Info-edit-mode `special' modes.
2683
281096ed
SM
26842000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2685
2686 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2687 (diff-mode): Add support for add-log.el.
2688 (diff-hunk-text): Use char offsets rather than line offsets.
2689 (diff-find-source-location): Replace LINE with line-offset (nil
2690 if not found) and always set POS to a meaningful position.
2691 Adapt to the new char-offsets.
2692 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2693 Adapt to the new diff-find-source-location.
2694 (diff-goto-source): Adapt to the new diff-find-source-location.
2695
2696 * add-log.el (add-log-file-name): New function (split out of
2697 add-change-log-entry).
2698 (add-change-log-entry): Use it.
2699 Call add-log-file-name-function with the changelog file name if
2700 the current buffer is not associated with any file.
2701 Avoid find-file if the selected window is dedicated.
2702
2703 * diff-mode.el (diff-find-source-location):
2704 Move code from diff-apply-hunk. Return buffer rather than file.
2705 (diff-apply-hunk): Use the new result from diff-find-source-location.
2706 (diff-goto-source): Use the new diff-find-source-location.
2707
c29d77c4
DL
27082000-09-20 Dave Love <fx@gnu.org>
2709
2710 * iswitchb.el: Some doc fixes.
2711 (iswitchb-mode-map): Define completely initially. Inherit
2712 minibuffer-local-map.
2713 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2714 fundamental-mode.
2715 (iswitchb-global-map): New variable.
2716 (iswitchb-summaries-to-end): Amalgamate regexps.
2717 (iswitchb-mode): New.
2718 (iswitchb-mode-hook): New variable.
2719 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2720 `extensions'.
2721
49939379
GM
27222000-09-20 Gerd Moellmann <gerd@gnu.org>
2723
d05c87ac
GM
2724 * ehelp.el (electric-help): New defgroup.
2725 (electric-help-shrink-window): New user-option.
2726 (with-electric-help): Use it.
2727
1ec082d4
GM
2728 * window.el (shrink-window-if-larger-than-buffer): If face
2729 `mode-line' has a :box, and we're on a graphical frame, add 1
2730 to the needed window height.
2731
f46c275e
GM
2732 * frame.el (frame-notice-user-settings): Add a last parameter nil
2733 to a call to `append', because the last list passed to `append' is
2734 not copied, and so subsequent calls to assq-delete-all will modify
2735 default-frame-alist.
2736
b7e11c5b
GM
2737 * startup.el (fancy-splash-image): Change :type.
2738 (fancy-splash-head): Use an XBM image if appropriate.
2739 (command-line-1): Show splash screens in more cases.
2740
26ff68aa
GM
2741 * startup.el (fancy-splash-text): Don't quote faces.
2742
8320414c
GM
2743 * dired.el (dired-font-lock-keywords): Undo last change.
2744 (dired-readin): Bind indent-tabs-mode to nil.
2745
49939379
GM
2746 * startup.el (fancy-splash-head): If frame's background mode
2747 is `dark', change the black background of the image to gray.
2748 (fancy-splash-screens): Display startup echo area message.
2749 (display-startup-echo-area-message): New function.
2750
c3b27206
MB
27512000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2752
55a3d2a1
MB
2753 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2754
2755 * info.el (info-header-node): Tweak for color ttys.
2756
37a99821
MB
2757 * faces.el (face-valid-attribute-values): Make sure directories we
2758 search for stipples both exist and are readable before trying to
2759 search them.
2760
0415d0d0
MB
2761 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2762 in the dry-run case.
2763
523b128c
MB
2764 * jka-compr.el (with-auto-compression-mode): New macro.
2765
c3b27206
MB
2766 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2767 (custom-group-tag-face, custom-variable-tag-face): Use relative
2768 :height and inherit from `variable-pitch' face instead of
2769 hardwiring :family.
2770 * hi-lock.el (hi-black-hb): Likewise.
2771
ddba99ad
MB
2772 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2773 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2774 toolbar-add-item, if image doesn't have a mask add a `:mask
2775 heuristic'.
2776
7e99fbde
SM
27772000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2778
2779 * diff-mode.el: Docstring fixes.
2780 (diff-header-face, diff-comment-face): New faces.
2781 (diff-font-lock-keywords): Highlight a bit differently.
2782 (diff-find-source-location): Don't return SPAN any more.
2783 (diff-hunk-text): Don't bother erasing the temp buffer.
2784 (diff-find-text): Drop argument LINE.
2785 (diff-apply-hunk): Update calls to diff-find-text.
2786 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2787
2788 * calendar/calendar.el: Docstring fixes.
2789 (calendar-make-alist): Don't quote lambda.
2790 (calendar-star-date): Use make-local-variable.
2791
fb275c02
DL
27922000-09-19 Dave Love <fx@gnu.org>
2793
7e99fbde
SM
2794 * toolbar/tool-bar.el: Renamed from toolbar.el.
2795 Change `toolbar' to `tool-bar' generally in symbols.
2796 Make some items invisible in `special' major modes.
2797 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2798 Add arg PROPS.
532cb34d 2799
7e99fbde
SM
2800 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2801 Add :version here.
fb275c02
DL
2802 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2803
8f4ca9a5
GM
28042000-09-19 Gerd Moellmann <gerd@gnu.org>
2805
8b7707e1 2806 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2807
8b7707e1 2808 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2809 (find-file-noselect): Use it.
2810
8b7707e1 2811 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2812 (fancy-splash-screen): Defgroup.
2813
8f4ca9a5
GM
2814 * add-log.el (change-log-font-lock-keywords): Match names
2815 more exactly for the case that font-lock-constant-face is
2816 underlined.
2817
ba9eeda1 28182000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2819
8b7707e1 2820 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2821
289eaef9
AS
28222000-09-19 Andre Spiegel <spiegel@gnu.org>
2823
2824 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2825
ce9ded5d
GM
28262000-09-19 Gerd Moellmann <gerd@gnu.org>
2827
c113de23
GM
2828 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2829 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2830 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2831 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2832 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2833 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2834 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2835 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2836 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2837 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2838 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2839 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2840
ce9ded5d
GM
2841 * startup.el (fancy-splash-text): New variable.
2842 (fancy-splash-delay, fancy-splash-image): New user-options.
2843 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2844 (fancy-splash-screens): New functions.
2845 (command-line-1): If display has a `display' frame parameter, has
2846 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2847
b9b1c3a9
DL
28482000-09-19 Dave Love <fx@gnu.org>
2849
2850 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2851 with null `help'. Use modern backquote syntax.
2852
1af25534
GM
28532000-09-19 Gerd Moellmann <gerd@gnu.org>
2854
afd3c8cd
GM
2855 * font-lock.el (font-lock-mode): Change message telling the user
2856 that ``the buffer is too big''.
2857
1af25534
GM
2858 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2859 for instance for the case that tab-width is 2.
2860
05b1f851
GM
28612000-09-18 Gerd Moellmann <gerd@gnu.org>
2862
2863 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2864 toolbar-add-item, if image doesn't have a mask add a `:mask
2865 heuristic'.
2866
8ec8f673
MB
28672000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2868
2b612b1f
MB
2869 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2870 and return a cons if it's non-nil.
2871 (diff-apply-hunk): Try to jump to the line in the source text
2872 corresponding to the position of point in the in the hunk.
2873
9b4a7800 2874 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2875 (Info-title-1-face): Use face inheritance and relative sizes
2876 instead of hard-wiring things.
2877
2878 * faces.el (secondary-selection): Make dark-background variant sane.
2879
5eedab4d
AI
28802000-09-16 Andrew Innes <andrewi@gnu.org>
2881
5eedab4d
AI
2882 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2883 read-only, since they aren't under VC now.
2884
6a142f26
DL
28852000-09-17 Dave Love <fx@gnu.org>
2886
e07436e1
DL
2887 * tmm.el: Replace mapcar with mapc in several places.
2888
2889 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2890 ad-unadvise.
2891
7d354dd5
DL
2892 * international/latin1-disp.el: New file.
2893
6a142f26
DL
2894 * calendar/cal-move.el (scroll-calendar-left)
2895 (scroll-calendar-right): Make arg optional (for active mode line).
2896
2897 * calendar/calendar.el (calendar-mode-line-format): Make fields
2898 mouse-sensitive.
2899 (calendar-read-date, calendar-read-date, calendar-window-list):
2900 Unquote lambda.
2901 (calendar-month-name): Use aref, not sref.
2902
2903 * view.el (minor-mode-alist): Propertize the string.
2904
2905 * international/characters.el (standard-case-table): Add entries
2906 for Greek.
2907
50ac70af
MB
29082000-09-18 Miles Bader <miles@gnu.org>
2909
53c9ab4f
MB
2910 * info.el (info-node, info-xref): Add dark-background variants.
2911
a114b1ca
MB
2912 * faces.el (header-line): Change defaults to be less confusing
2913 when mixed with mode-lines.
2914
50ac70af
MB
2915 * info.el (Info-fontify-node): Make a few cleanups.
2916 Add extra `help-echo' and `local-map' props to node xrefs.
2917 Use header-specific faces for node-names & xrefs.
2918 (Info-use-header-line): New variable.
53c9ab4f 2919 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2920 (Info-setup-header-line): New function.
2921 (Info-select-node): Call Info-setup-header-line when enabled.
2922 (Info-extract-pointer): Work even if the header line is hidden.
2923 (Info-header-line): New variable.
2924
729927ff
SM
29252000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2926
2927 * vms-patch.el (print-region-function): Don't quote lambda.
2928
2929 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2930
2931 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2932 (lm-get-header-re): Allow spaces between the header and the colon.
2933 (lm-header): Allow $ in non-RCS headers.
2934 (lm-header-multiline): Put the strings back into order.
2935 Stop at an empty line. Don't require two space chars if the
2936 line is clearly not another header line.
2937
2938 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2939 (popup-menu-popup): Remove.
2940
7a98d821
GM
29412000-09-15 Gerd Moellmann <gerd@gnu.org>
2942
7f8f1edc
GM
2943 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2944 specification if or if not tool-bar item contains an `:enabled'
2945 property.
2946
7a98d821
GM
2947 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2948 current buffer has no file name.
2949
a7bc704b
DL
29502000-09-15 Dave Love <fx@gnu.org>
2951
2952 * strokes.el: Sync with maintainer's current version with changes
2953 for Emacs, but avoid runtime cl and levents.
2954 (toplevel): Change autoloads and compilation requires.
2955 (strokes-version, strokes-bug-address, strokes-lift): Values
2956 changed.
2957 (strokes-xpm-header, strokes-insinuated): New variable.
2958 (strokes): Add :link.
2959 (strokes-mode): Customized.
2960 (strokes-while-inhibiting-garbage-collector): New macro.
2961 (strokes-remassoc): Avoid remove-if.
2962 (strokes-fix-button2-command): Don't use ad-do-it.
2963 (strokes-insinuate): New function.
2964 (strokes-button-press-event-p, strokes-button-release-event-p):
2965 New functions, used instead of non-`strokes-' versions..
2966 (strokes-mouse-event-p): Rewritten.
2967 (strokes-event-closest-point): Avoid event-point.
2968 (strokes-get-grid-position): Avoid cdadr, caadr
2969 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2970 functions.
2971 (strokes-help): Use with-output-to-temp-buffer.
2972 (strokes-window-configuration-changed-p): New function.
2973 (strokes-update-window-configuration): Use buffer-live-p,
2974 strokes-window-configuration-changed-p.
2975 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2976 (strokes-char-face): New face.
2977 (strokes-char-table, strokes-base64-chars): New variable.
2978 (strokes-xpm-for-stroke, strokes-list-strokes)
2979 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2980 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2981 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2982 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2983 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2984 functions.
2985
47e351a3
GM
29862000-09-15 Gerd Moellmann <gerd@gnu.org>
2987
ebb8f116
GM
2988 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2989
47e351a3
GM
2990 * image.el (create-image): Doc fix.
2991
2992 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2993 instead of `:heuristic-mask t'.
2994
fe83b953
AI
29952000-09-14 Andrew Innes <andrewi@gnu.org>
2996
2997 * makefile.w32-in: Revert to Unix line endings.
2998
52481729
AI
29992000-09-14 Andrew Innes <andrewi@gnu.org>
3000
3021e816
AI
3001 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3002 when installing.
3003
52481729
AI
3004 * makefile.nt (DONTCOMPILE): Fix typo.
3005
3006 * shell.el (shell-write-history-on-exit): New function.
3007 (shell-dumb-shell-regexp): New custom variable.
3008 (shell-mode): Make shell-write-history-on-exit the process
3009 sentinel if shell name matches shell-dumb-shell-regexp.
3010
3011 * w32-fns.el: Comment out before-init-hook function which resets
3012 source-directory based; this breaks bootstrap.
3013
f8034e41
DL
30142000-09-14 Dave Love <fx@gnu.org>
3015
3016 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3017 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3018 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3019 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3020 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3021 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3022 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3023 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3024 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3025
3026 * toolbar/toolbar.el: New.
3027
3028 * subdirs.el: Add toolbar.
3029
b9ce5694
GM
30302000-09-14 Gerd Moellmann <gerd@gnu.org>
3031
3032 * indent.el (indent-for-tab-command): Doc fix.
3033
986b7dee
GM
30342000-09-14 Alex Schroeder <alex@gnu.org>
3035
3036 * ansi-color.el (ansi-colors): Doc change.
3037 (ansi-color-get-face): Simplified regexp.
3038 (ansi-color-faces-vector): Added more faces, doc change.
3039 (ansi-color-names-vector): Doc change.
3040 (ansi-color-regexp): Simplified regexp.
3041 (ansi-color-parameter-regexp): New regexp.
3042 (ansi-color-filter-apply): Doc change.
3043 (ansi-color-filter-region): Doc change.
3044 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3045 deal with zero length parameters.
3046 (ansi-color-apply-on-region): Doc change.
3047 (ansi-color-map): Doc change.
3048 (ansi-color-map-update): Removed debugging message.
3049 (ansi-color-get-face-1): Added condition-case to trap
3050 args-out-of-range errors.
3051 (ansi-color-get-face): Doc change.
3052 (ansi-color-make-face): Removed.
3053 (ansi-color-for-shell-mode): New option.
9b4a7800 3054
076ff911
KH
30552000-09-13 Kenichi Handa <handa@etl.go.jp>
3056
3057 * international/quail.el (quail-start-translation): Translate KEY
3058 if necessary even if it doesn't have any mapping in the current
3059 input method.
3060 (quail-start-conversion): Likewise.
3061 (quail-help): The output message is improved.
3062
bdf08678
MB
30632000-09-13 Miles Bader <miles@gnu.org>
3064
3065 * comint.el (comint-output-filter): Revert to using
3066 `insert-before-markers'. Add bletcherous hack to undo damage
3067 caused by `insert-before-markers'. Put `front-sticky' property on
3068 overlays created here so that the field code understands how the
3069 overlay works. Use a let when making comint-last-prompt-overlay,
3070 so that the code is easier to read.
3071
ffb8db8d
DL
30722000-09-13 Dave Love <fx@gnu.org>
3073
3074 * wid-edit.el (widget-default-format-handler): DTRT when
3075 doc-property is a function.
3076
5dd05f61
GM
30772000-09-12 Francesco Potorti` <pot@gnu.org>
3078
3079 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3080 filed name if it's not there.
3081
35177617
DL
30822000-09-12 Dave Love <fx@gnu.org>
3083
9023837e
DL
3084 * simple.el (read-mail-command): Doc fix.
3085 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3086
35177617
DL
3087 * vc.el (vc-dired-listing-switches): Fix :version.
3088
3089 * vc-hooks.el: Doc fixes.
3090
3091 * subr.el (add-minor-mode): Use toggle-fun arg.
3092
3093 * speedbar.el: Add :version to several defcustoms.
3094
3095 * imenu.el (imenu--truncate-items, imenu--cleanup)
3096 (imenu--generic-function): Avoid mapcar.
3097 (imenu--replace-spaces): Function removed.
3098 (imenu--completion-buffer): Use subst-char-in-string.
3099 (imenu-add-to-menubar): Use keymap inheritance.
3100
1afaae94
MB
31012000-09-12 Miles Bader <miles@gnu.org>
3102
3103 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3104 (diff-mode-map): Bind `diff-test-hunk'.
3105 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3106
31072000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3108
3109 * bytecomp.el (byte-compile-defvar): Undo last change
3110 because it breaks '(make-variable-buffer-local (defvar ...)'
3111 which is used at least in dired.
3112
63c36c3c
KH
31132000-09-12 Kenichi Handa <handa@etl.go.jp>
3114
3115 * international/quail.el (quail-define-package): Docstring
3116 modified.
3117
1ad24be1
KH
31182000-09-12 Kenichi Handa <handa@etl.go.jp>
3119
362a8065
KH
3120 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3121 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3122 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3123 docstring of "chinese-py".
3124
1ad24be1
KH
3125 * international/quail.el (quail-translation-docstring): New
3126 variable.
3127 (quail-show-keyboard-layout): Docstring modified.
3128 (quail-select-current): Likewise.
3129 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3130 infinite recursive call.
3131 (quail-help): Check quail-translation-docstring. Format of the
3132 output changed.
3133 (quail-help-insert-keymap-description): Adjusted for the above
3134 change.
3135
cc0f95a4
GM
31362000-09-11 Gerd Moellmann <gerd@gnu.org>
3137
3138 * bytecomp.el (byte-compile-defvar): Only cons onto
3139 current-load-list in top-level forms. Else this leaks a cons cell
3140 every time a defun is called.
3141
7530b6da
MB
31422000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3143
3144 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3145 Now understands non-unified diffs. Some functionality moved into
3146 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3147 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3148 modify anything. Only reposition point in the patched file if the
3149 patch succeeds. Only pop up another window if POPUP is true.
3150 Emit a message describing what happened if successful, and at what
3151 line-offset. Automatically detect reversed hunks and do something
3152 appropriate.
3153 (diff-hunk-text, diff-find-text): New functions.
3154 (diff-filter-lines): Function removed.
3155 (diff-test-hunk): New function.
3156 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3157
6b124390
DL
31582000-09-10 Dave Love <fx@gnu.org>
3159
3160 * textmodes/tildify.el: Minor doc/commentary fixes.
3161 (tildify) <defgroup>: Add :version.
3162
3163 * faces.el (face-x-resources): Make custom type more specific.
3164 (frame-background-mode): Use mapc.
3165 (region) <defcustom>: Add :version.
3166
7f8b6551
SM
31672000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3168
9b4a7800
TTN
3169 * vc-sccs.el (vc-sccs-register):
3170 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3171 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3172 * vc.el (vc-register): Clear file's properties.
3173
c454aac1
GM
31742000-09-08 Gerd Moellmann <gerd@gnu.org>
3175
3176 * faces.el (face-spec-set): Only face-spec-reset-face when
3177 ATTRS is non-nil.
3178
bb934822
EZ
31792000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3180
3181 * help.el (help-insert-xref-button): Fix a typo in doc string.
3182
03419440
EZ
31832000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3184
7f8b6551
SM
3185 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3186 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3187 methods.
3188
03419440
EZ
3189 * menu-bar.el (read-mail-item-name): New function.
3190 (menu-bar-tools-menu): Use it to compute and display the package
3191 used to read email.
3192 (menu-bar-tools-menu): Fix typo in GUD's help string.
3193
dbcee71a
DL
31942000-09-07 Dave Love <fx@gnu.org>
3195
19e713d8
DL
3196 * diff-mode.el (diff-mouse-goto-source): New function.
3197
a7cafade 3198 * vc-sccs.el: Doc fixes.
7f8b6551 3199 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3200
3201 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3202 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3203 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3204 (vc-rcs-master-templates): Add or change :version.
3205
7f8b6551 3206 * vc-cvs.el: Doc fixes.
a7cafade
DL
3207 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3208 (vc-cvs-stay-local): Add :version.
3209
dbcee71a
DL
3210 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3211
ed254191
KH
32122000-09-07 Kenichi Handa <handa@etl.go.jp>
3213
3214 * international/quail.el (quail-help): Fix previous change.
3215
ab0ee409
GM
32162000-09-07 Gerd Moellmann <gerd@gnu.org>
3217
f46f845b 3218 * faces.el (color-values): Doc fix.
9b4a7800 3219
ab0ee409
GM
3220 * faces.el (frame-set-background-mode): Use frame-parameter
3221 instead of frame-parameters.
3222
3223 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3224 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3225 frame-parameters.
9b4a7800 3226
f7246ac7
KH
32272000-09-07 Kenichi Handa <handa@etl.go.jp>
3228
3229 * language/devan-util.el (devanagari-to-indian-region): In the
3230 loop, change the following char, not preceding char.
3231
96889af2
GM
32322000-09-07 Gerd Moellmann <gerd@gnu.org>
3233
1091dd67
GM
3234 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3235 instead of frame-parameters.
3236
9b4a7800 3237 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3238 internal-set-lisp-face-attribute with FRAME being 0.
3239
3240 * vc.el: Remove `Id' version control keyword.
96889af2 3241
0fddd0dc
KH
32422000-09-07 Kenichi Handa <handa@etl.go.jp>
3243
3244 * help.el (help-make-xrefs): Adjusted for the change of
3245 help-xref-mule-regexp.
3246 (help-insert-xref-button): New function.
3247
3248 * international/mule-cmds.el (help-xref-mule-regexp-template):
3249 Include the pattern for character set.
3250 (leim): New group.
3251
3252 * international/quail.el: Don't require face.
3253 (quail): New group.
7f8b6551 3254 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3255 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3256 (quail-keyboard-layout-substitution): New variable.
3257 (quail-update-keyboard-layout): New function.
3258 (quail-keyboard-layout-type): New customizable variable.
3259 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3260 (quail-keyboard-translate): Pay attention to
3261 quail-keyboard-layout-substitution.
3262 (quail-insert-kbd-layout): New function.
3263 (quail-show-keyboard-layout): New function.
3264 (quail-get-translation): If the definition is a vector of length
7f8b6551 3265 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3266 in that string.
3267 (quail-update-current-translations): Fix the case of
3268 relative-index out of range.
3269 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3270 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3271 Show key sequences for all available characters.
0fddd0dc
KH
3272 (quail-help-insert-keymap-description): Don't show such verbose
3273 key bindings as quail-self-insert-command.
3274
3275 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3276 Format changed, and each element now have extra documentations.
3277 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3278 Adjusted for the change of quail-cxterm-package-ext-info.
3279
8ddceaf1
GM
32802000-09-06 Gerd Moellmann <gerd@gnu.org>
3281
3282 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3283 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3284 during bootstrap.
3285
099bd78a
SM
32862000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3287
3288 * vc.el: (toplevel): Don't require `dired' at run-time.
3289 (vc-dired-resynch-file): Remove autoload cookie.
3290
32912000-09-05 Andre Spiegel <spiegel@gnu.org>
3292
3293 * vc.el: Made several backend functions optional.
3294 (vc-default-responsible-p): New function.
3295 (vc-merge): Use RET for first version to trigger merge-news, not
3296 prefix arg.
3297 (vc-annotate): Handle backends that do not support annotation.
3298 (vc-default-merge-news): Removed. The existence of a merge-news
3299 implementation is now checked on caller sites.
3300
9b4a7800 3301 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3302 case.
3303
9b4a7800 3304 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3305 special case that has been removed from the default in vc-hooks.el.
3306
33072000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3308
3309 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3310
33112000-09-05 Andre Spiegel <spiegel@gnu.org>
3312
3313 * vc-hooks.el: Require vc during compilation.
3314 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3315 macro `with-vc-properties' in vc.el.
3316 (vc-file-getprop): Doc fix.
3317 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3318
099bd78a
SM
3319 * vc.el: Require dired-aux during compilation.
3320 (vc-name-assoc-file): Moved to vc-sccs.el.
3321 (with-vc-properties): New macro.
9b4a7800 3322 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3323 vc-finish-steal): Use it.
3324 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3325 to the backend-specific function is now supposed to do the checkout,
3326 too.
3327 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3328
9b4a7800 3329 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3330 set file properties; that gets done in the generic code now.
3331
3332 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3333 Changed parameter list, added code from vc.el that does the
3334 checkout, possibly with a double-take.
3335
3336 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3337 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3338 the above under the new name.
3339 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3340 parameter list, added checkout command.
3341 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3342 properties; that gets done in the generic code now.
3343
33442000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3345
3346 * vc.el: Docstring fixes (courtesy of checkdoc).
3347
33482000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3349
3350 * vc.el (vc-checkout-writable-buffer-hook)
3351 (vc-checkout-writable-buffer): Remove.
3352 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3353 (vc-log-mode): Make it into a clean derived major mode.
3354 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3355 vc-log-mode if log-edit is not available.
3356 (vc-dired-mode-map): Don't set-keymap-parent yet.
3357 (vc-dired-mode): Do set-keymap-parent here.
3358 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3359
08ba3862
GM
33602000-09-05 Gerd Moellmann <gerd@gnu.org>
3361
3362 * faces.el (set-face-attribute, face-spec-reset-face)
3363 (face-spec-set): Avoid consing by removing calls to `apply'.
3364
3365 * frame.el (frame-parameter): Move to C code.
3366
3b4429b4
DL
33672000-09-05 Dave Love <fx@gnu.org>
3368
3369 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3370 insert-before-markers-and-inherit. Now checked systematically!
3371
877055f6
GM
33722000-09-05 Alex Schroeder <alex@gnu.org>
3373
3374 * sql.el (sql-postgres): Use sql-postgres-options.
3375 (sql-postgres-options): New variable.
3376
33772000-09-05 Alex Schroeder <alex@gnu.org>
3378
3379 * sql.el (sql-mode-menu): Work around missing variable mark-active
3380 in XEmacs.
3381 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3382 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3383 compatibility.
3384
7a004b71
GM
33852000-09-04 Gerd Moellmann <gerd@gnu.org>
3386
54baed30 3387 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3388
7a004b71
GM
3389 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3390
3391 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3392
33932000-09-04 Andre Spiegel <spiegel@gnu.org>
3394
3395 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3396 don't support anything else under SCCS yet.
3397
3398 * vc-hooks.el: Minor doc fixes.
3399
34002000-09-04 Andre Spiegel <spiegel@gnu.org>
3401
3402 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3403 not necessary. If verbose in state `needs-patch', do the same as
3404 under `up-to-date'. When NOT verbose and `needs-patch', check out
3405 latest version instead of `merge-news'.
3406 (vc-next-action-dired): Don't mess with default-directory here; it
3407 breaks other parts of dired. It is the job of the
099bd78a 3408 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3409 (vc-next-action): Remove a special CVS case.
3410 (vc-clear-headers): New optional arg FILE.
3411 (vc-checkin, vc-checkout): Set properties vc-state and
3412 vc-checkout-time properly.
099bd78a 3413 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3414 (vc-print-log): Use new backend function `show-log-entry'.
3415 (vc-cancel-version): Do the checks in a different order. Added a
3416 FIXME concerning RCS-only code.
3417
3418 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3419 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3420
3421 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3422
9b4a7800 3423 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3424 `needs-patch' as a `-' too.
3425
34262000-09-04 Andre Spiegel <spiegel@gnu.org>
3427
3428 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3429 (vc-default-could-register): New function.
3430 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3431 (vc-resynch-buffer): Call vc-dired-resynch-file.
3432 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3433 vc-resynch-buffer instead of vc-resynch-window.
3434 (vc-next-action-dired): Don't redisplay here, that gets done as a
3435 result of the individual file operations.
3436 (vc-retrieve-snapshot): Corrected prompt order.
3437
3438 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3439
7a004b71
GM
3440 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3441 as well.
3442 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3443 hostname regexps. Updated all callers.
3444 (vc-cvs-responsible-p): Handle directories as well.
3445 (vc-cvs-could-register): New function.
3446 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3447 properties up-to-date.
9b4a7800 3448
7a004b71
GM
3449 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3450 user whether to create one.
3451
34522000-09-04 Andre Spiegel <spiegel@gnu.org>
3453
3454 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3455 check out a non-existing file.
3456
3457 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3458 workfile does not exist.
3459
3460 * vc.el (vc-version-diff): Use `require' to check for existence of
3461 diff-mode.
3462
34632000-09-04 Andre Spiegel <spiegel@gnu.org>
3464
3465 * vc-cvs.el (vc-cvs-registered): Use new function
3466 vc-cvs-parse-entry to do the actual work.
3467
34682000-09-04 Andre Spiegel <spiegel@gnu.org>
3469
3470 * vc-hooks.el (vc-find-backend-function): If function doesn't
3471 exist, return nil instead of error.
3472 (vc-call-backend): Doc fix.
3473
3474 * vc.el (vc-do-command): Doc fix.
3475 (vc-finish-logentry): When checking in from vc-dired, choose the
3476 right backend for logentry check.
3477 (vc-dired-mode-map): Inherit from dired-mode-map.
3478 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3479 simplified.
3480 (vc-dired-state-info): Removed, updated caller.
3481 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3482 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3483 (vc-dired-listing-switches): New variable.
3484 (vc-directory): Use it, instead of dired-listing-switches.
3485
3486 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3487 (vc-cvs-dir-state): New function.
7f8b6551 3488 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3489 (vc-cvs-parse-entry): New function, also to be used in
3490 vc-cvs-registered.
9b4a7800 3491
7a004b71
GM
34922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3493
3494 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3495 *or* single-window-frames.
3496
34972000-09-04 Andre Spiegel <spiegel@gnu.org>
3498
3499 * vc.el (vc-update-changelog): Split into generic part and default
3500 implementation. Doc string adapted.
3501 (vc-default-update-changelog): New function. Call the `rcs2log'
3502 script in exec-directory, to fix a long-standing nuisance.
3503
3504 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3505 simply signals an error.
9b4a7800 3506
7a004b71
GM
35072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3508
3509 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3510 control-flow more clear and to avoid running `cvs' twice.
3511
3512 * vc.el (vc-next-action-on-file): Doc fix.
3513 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3514 (vc-print-log): Eval `file' before constructing the continuation.
3515
35162000-09-04 Andre Spiegel <spiegel@gnu.org>
3517
3518 * vc.el (vc-next-action-on-file): Corrected several messages.
3519 (vc-merge): Add prefix arg `merge-news'; handle it.
3520
3521 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3522 is not reached. It is.
3523 (vc-cvs-merge): Set state to 'edited after merge.
3524 (vc-cvs-merge-news): Set workfile version to nil if not known.
3525 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3526
3527 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3528 via stdout. (Merge from main line.)
9b4a7800 3529
7a004b71
GM
35302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3531
3532 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3533 detection.
3534
35352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3536
3537 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3538 against kill-all-local-variables.
3539 (vc-log-edit): Don't save vc-parent-buffer any more.
3540 (vc-last-comment-match): Initialize to an empty string.
3541 (vc-post-command-functions): New hook.
3542 (vc-do-command): Run it.
3543 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3544 (vc-finish-logentry): Only add the comment to the ring if it's
3545 different from the last comment entered.
3546 (vc-new-comment-index): New function.
3547 (vc-previous-comment): Use it. Make the minibuffer message
3548 slightly less terse.
3549 (vc-comment-search-reverse): Make it work forward as well. Don't
3550 set vc-comment-ring-index if no match is found. Use
3551 vc-new-comment-index.
3552 (vc-comment-search-forward): Use vc-comment-search-reverse.
3553 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3554 define-derived-mode will do it for us. Bind `v' to a keymap that
3555 inherits from vc-prefix-map so that we can bind `vt' without
3556 binding C-x v t.
3557 (vc-retrieve-snapshot): Parenthesis typo.
3558
3559 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3560 to 1. Make sure to switch to *vc* before looking for an error
3561 message. Use vc-parse-buffer.
3562
35632000-09-04 Andre Spiegel <spiegel@gnu.org>
3564
3565 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3566 and NAME.
3567 (vc-retrieve-snapshot): Split into two parts.
3568 (vc-default-retrieve-snapshot): New function.
3569
3570 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3571 (vc-cvs-retrieve-snapshot): New function (untested).
3572 (vc-cvs-stay-local): Default to t.
3573 (vc-cvs-remote-p): New function and property.
3574 (vc-cvs-state): Stay local only if the above is t.
3575 (vc-handle-cvs): Removed.
3576 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3577 done via vc-handled-backends now.
3578 (vc-cvs-header): Escape Id.
3579
35802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3581
3582 * vc.el (vc-do-command): Remove unused commands.
3583 (vc-version-diff): Make sure default-directory ends with a slash.
3584 Move the window commands into a vc-exec-after.
3585 (vc-print-log): Move more of the code into the `vc-exec-after'.
3586
35872000-09-04 Andre Spiegel <spiegel@gnu.org>
3588
3589 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3590 (vc-print-log): Search current revision from beginning of buffer.
3591 (vc-revert-buffer): Clear echo area after the diff is finished.
3592 (vc-prefix-map): Removed definition of "t" for terse display in vc
3593 dired.
3594 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3595 definition of "vt" for terse display.
3596 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3597
35982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3599
3600 * vc.el (vc-exec-after): Avoid caddr.
3601
36022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3603
3604 * vc.el (vc-exec-after): New function.
3605 (vc-do-command): Use it to add a termination message for async
3606 procs.
3607 (vc-checkout): Try to handle a missing-backend situation.
3608 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3609 of a directory with a backend using async diffs.
3610 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3611 present.
3612
3613 * vc-sccs.el (vc-sccs-state-heuristic): Use
3614 file-ownership-preserved-p.
3615
3616 * vc-rcs.el (vc-rcs-state-heuristic): Use
3617 file-ownership-preserved-p.
3618 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3619
36202000-09-04 Andre Spiegel <spiegel@gnu.org>
3621
3622 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3623 vc-do-command.
3624
3625 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3626 when there are no changes.
3627
36282000-09-04 Andre Spiegel <spiegel@gnu.org>
3629
3630 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3631
3632 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3633
36342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3635
3636 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3637
3638 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3639 the `fset' outside of the defvar so that it works even if
3640 vc-prefix-map was already defined.
3641 (vc-setup-buffer): New function, split out of vc-do-command.
3642 (vc-do-command): Allow BUFFER to be t to mean `just use the
3643 current buffer without any fuss'.
3644 (vc-version-diff): Change the `diff' backend operation to just put
3645 the diff in the current buffer without erasing it. Always use
3646 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3647 shrink-window-if-larger-than-buffer.
3648 (vc-print-log): Change the `print-log' backend operation to just
3649 put the log in the current buffer without erasing it. Protect
3650 shrink-window-if-larger-than-buffer.
3651 (vc-update-change-log): Fix setd typo.
3652
3653 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3654 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3655
3656 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3657 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3658 CMP.
3659
3660 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3661 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3662 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3663
36642000-09-04 Andre Spiegel <spiegel@gnu.org>
3665
3666 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3667 not possible, use vc-BACKEND-workfile-unchanged-p.
3668 (vc-default-workfile-unchanged-p): New function. Delegates to a
3669 full vc-BACKEND-diff.
3670
3671 * vc-hooks.el (vc-simple-command): Removed.
3672
3673 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3674 instead of vc-simple-command.
3675 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3676 avoid doing a diff when opening a file.
3677 (vc-rcs-state): Added check for unlocked-changes.
3678 (vc-rcs-header): Escape Id.
3679 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3680 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3681 version.
3682
3683 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3684 (vc-sccs-diff): Remove optional arg CMP.
3685 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3686 SCCS-specific function.
3687
3688 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3689 vc-simple-command.
3690
36912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3692
3693 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3694 (with-vc-file, vc-merge): Use vc-editable-p.
3695 (vc-do-command): Remove unused var vc-file and fix the
3696 doubly-defined `status' var. Add a user message when starting an
3697 async command.
3698 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3699 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3700 Use with-current-buffer.
3701 (vc-buffer-sync): Use unless.
3702 (vc-next-action-on-file): If the file is 'edited by read-only,
3703 make it read-write instead of trying to commit.
3704 (vc-version-diff, vc-update-change-log): Use `setq
3705 default-directory' rather than `cd'.
3706 (vc-log-edit): Don't forget to set default-directory in the
3707 buffer.
3708
3709 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3710 (vc-sccs-state-heuristic): Use file-writable-p instead of
3711 comparing userids.
3712 (vc-sccs-checkout): Use `unless'.
3713
3714 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3715 of comparing userids.
3716 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3717 Simplify the logic by eliminating unreachable code.
3718 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3719 just do a recursive call if we need to retry.
3720 (vc-rcs-checkout): Handle the case where rcs is missing by making
3721 the buffer read-write if requested and re-signalling the error.
3722
3723 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3724
37252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3726
3727 * vc-hooks.el (vc-handled-backends): Docstring change.
3728 (vc-ignore-vc-files): Mark obsolete.
3729 (vc-registered): Check vc-ignore-vc-files.
3730 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3731 vc-ignore-vc-files.
3732
3733 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3734
37352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3736
3737 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3738 files since ange-ftp already has vc-registered return nil.
3739
3740 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3741 (vc-sccs-workfile-version): Use with-temp-buffer and new
3742 vc-parse-buffer and don't bother setting the property.
3743 (vc-sccs-add-triple): Use with-current-buffer and
3744 find-file-noselect.
3745 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3746
3747 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3748 derives from the old vc-parse-buffer but uses the revision number
3749 rather than the date (much easier to compare robustly).
3750 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3751 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3752 locking-user more directly. Check strict locking and set
3753 checkout-model appropriately.
3754 (vc-rcs-parse-locks): Remove.
3755 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3756 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3757 (vc-rcs-system-release): Use with-current-buffer and
3758 vc-parse-buffer.
3759 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3760
3761 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3762 (vc-simple-command): Docstring fix.
3763 (vc-registered): Align the way the file-handler is called with the
3764 way the function itself works.
3765 (vc-file-owner): Remove.
3766
3767 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3768 extraction of fields and call to file-attributes because of a
3769 temporary bug in rcp.el.
3770 (vc-cvs-fetch-status): Use with-current-buffer.
3771
37722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3773
3774 * vc.el (vc-do-command): Use file-relative-name.
3775 (vc-responsible-backend): Use vc-backend if possible.
3776 (vc-create-snapshot): Improve the `interactive' spec. Add support
3777 for branches and dispatch to backend-specific `create-snapshot'.
3778 (vc-default-create-snapshot): New function, containing the bulk of
3779 the old vc-create-snapshot.
3780 (vc-retrieve-snapshot): Improve the interactive spec.
3781
3782 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3783 (vc-backend-hook-functions): Remove.
3784 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3785 (vc-backend): Reintroduce the test for `file = nil' now that I
3786 know why it was there (and added a comment to better remember).
3787
3788 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3789 code from vc-sccs-hooks.el.
3790 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3791 'vc anymore.
3792 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3793 and file-directory-p instead of file-exists-p.
3794 (vc-sccs-check-headers): Simplify the regexp.
3795
3796 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3797 from vc-rcs-hooks.el. Don't require 'vc anymore.
3798 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3799 file-directory-p instead of file-exists-p.
3800
3801 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3802 from vc-cvs-hooks.el.
3803 (proto vc-cvs-registered): Require 'vc-cvs instead of
3804 'vc-cvs-hooks. Don't require 'vc anymore.
3805 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3806 file-directory-p instead of file-exists-p.
3807 (vc-cvs-create-snapshot): New function, replacing
3808 vc-cvs-assign-name.
3809 (vc-cvs-assign-name): Remove.
3810
38112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3812
3813 * vc-cvs.el (vc-cvs-header): New var.
3814
3815 * vc-rcs.el (vc-rcs-exists): Remove.
3816 (vc-rcs-header): New var.
3817
3818 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3819 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3820 (vc-sccs-header): New var.
3821
3822 * vc.el (vc-do-command): Get rid of the `last' argument.
3823 (vc-header-alist): Remove, replaced by vc-X-header.
3824 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3825 (vc-dired-hook): Use expand-file-name instead of concat.
3826 (vc-directory): Use file-name-as-directory.
3827 (vc-snapshot-precondition, vc-create-snapshot)
3828 (vc-retrieve-snapshot): Allow the command to operate on any
3829 directory.
3830
3831 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3832 just removing the 'WORKFILE argument or by removing the 'MASTER
3833 argument and replacing `file' with (vc-name file).
3834
38352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3836
3837 * vc.el: Update Copyright and add a crude list of backend funs.
3838 (vc-writable-p): New function.
3839 (with-vc-file): Use vc-writable-p.
7f8b6551 3840 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3841 (vc-register): Avoid vc-name.
3842 (vc-locking-user): Remove.
3843 (vc-steal-lock): Make the `owner' arg non-optional.
3844 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3845 vc-checkout-model.
3846 (vc-default-dired-state-info): Use vc-state instead of
3847 vc-locking-user and return special strings for special states.
3848 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3849 and get rid of one of the special CVS cases.
3850 (vc-cancel-version): prettify error message with \\[...].
3851 (vc-rename-master): New function.
3852 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3853 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3854 the CVS special case generic.
3855 (vc-default-record-rename): Remove.
3856 (vc-file-tree-walk-internal): Only call FUNC for files that are
3857 under control of some VC backend and replace `concat' with
3858 expand-file-name.
3859 (vc-file-tree-walk): Update docstring.
3860 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3861 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3862
3863 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3864 vc-sccs-record-rename. Use `find-file-noselect' rather than
3865 `find-file' and call `vc-rename-master' to do the actual move.
3866 (vc-sccs-diff): Remove unused `backend' variable.
3867
3868 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3869 to delay loading of vc-sccs until it is really used.
3870 (vc-sccs-master-templates): Preload.
3871 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3872 (vc-sccs-project-dir): Remove (merged into
3873 vc-sccs-search-project-dir).
3874 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3875 rather than `concat', make sure it is preloaded and don't bother
3876 to check that the file actually exists.
3877 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3878 `locks' argument (use buffer's content instead) and eliminate n^2
3879 behavior.
3880
3881 * vc-rcs.el: Update Copyright.
3882 (vc-rcs-rename-file): New function.
3883 (vc-rcs-diff): Remove unused `backend' variable.
3884
3885 * vc-hooks.el: Update Copyright.
3886 (vc-backend): Don't accept a nil argument any more.
3887 (vc-up-to-date-p): Turn into a defsubst.
3888 (vc-possible-master): New function.
3889 (vc-check-master-templates): Use `vc-possible-master' and allow
3890 funs in vc-X-master-templates to return a non-existent file.
3891
3892 * vc-cvs.el: Update Copyright.
3893 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3894 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3895
3896 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3897
38982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3899
3900 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3901 since it can be called from vc-rcs.el.
3902 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3903
39042000-09-04 Andre Spiegel <spiegel@gnu.org>
3905
3906 * vc.el (vc-version-diff): Expand file name read from the
3907 minibuffer. Handle the case when a previous version number can't
3908 be guessed. Give suitable messages when there were no differences
3909 found.
3910 (vc-clear-headers): Call backend-specific implementation, if one
3911 exists.
3912 (vc-cancel-version): Made error checks generic. When done, clear
3913 headers generically, too.
3914
3915 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3916 from vc-clear-headers in vc.el.
3917
3918 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3919 correctly.
3920 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3921 optional. Handle the case when it's not there.
3922
39232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3924
3925 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3926
39272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3928
3929 * vc-hooks.el (vc-loadup): Remove.
3930 (vc-find-backend-function): Use `require'. Also, handle the case
3931 where vc-BACKEND-hooks.el doesn't exist.
3932 (vc-call-backend): Cleanup.
3933
39342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3935
3936 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3937 vc-rcs-grab-templates)
3938 (vc-rcs-registered): Remove. The default function works as well.
3939 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3940 vc-sccs-grab-templates)
3941 (vc-sccs-registered): Remove. The default function works as well.
3942
3943 * vc.el (vc-version-diff): Left out a vc- in call to
3944 vc-call-backend.
3945 (vc-default-dired-state-info, vc-default-record-rename)
3946 (vc-default-merge-news): Update for the new backend argument.
3947
3948 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3949 using the default function.
3950 (vc-call-backend): If calling the default function, pass it the
3951 backend as first argument. Update the docstring accordingly.
3952 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3953 for the new backend argument.
3954 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3955 (vc-find-backend-function): Use the new name.
3956 (vc-default-registered): New function.
3957
39582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3959
3960 * vc.el (vc-merge): Use vc-find-backend-function.
3961
3962 * vc-hooks.el (vc-backend-functions): Remove.
3963 (vc-loadup): Don't setup 'vc-functions.
3964 (vc-find-backend-function): New function.
3965 (vc-call-backend): Use above fun and populate 'vc-functions
3966 lazily.
3967 (vc-backend-defines): Remove.
3968
39692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3970
3971 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3972 Call vc-call-backend without the leading vc-.
3973 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3974 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3975 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3976 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3977 Call vc-call-backend without the leading vc-.
3978
3979 * vc-cvs.el (tail): Provide vc-cvs.
3980 * vc-sccs.el (tail): Provide vc-sccs.
3981 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3982
3983 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3984 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3985 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3986 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3987 (vc-call-backend): Always try to load vc-X-hooks.
3988 (vc-registered): Remove vc- in call to vc-call-backend.
3989
39902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3991
3992 * vc.el (vc-process-filter): New function.
3993 (vc-do-command): Setup `vc-process-filter' for the async process.
3994 (vc-maybe-resolve-conflicts): New function to reduce
3995 code-duplication. Additionally, it puts the buffer in
3996 `smerge-mode' if applicable.
3997 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3998 calling `merge-news'.
7f8b6551 3999 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4000 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4001 interfacing to log-edit.el.
4002 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4003 log-edit is available.
4004 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4005
40062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4007
4008 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4009 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4010 defvar and the initialization.
4011 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4012
4013 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4014 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4015
7f8b6551 4016 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4017
40182000-09-04 Andre Spiegel <spiegel@gnu.org>
4019
4020 * vc.el (vc-file-clear-masterprops): Removed.
4021 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4022 (vc-version-diff): Use buffer-size without argument.
4023 (vc-register): Heed vc-initial-comment.
4024
4025 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4026 default branch.
4027
4028 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4029 file name and workfile version.
4030 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4031
4032 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4033 vc-file-clear-masterprops.
4034
4035 * vc-sccs.el (vc-sccs-checkout): Removed call to
4036 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4037 rather than user login name.
4038
4039
40402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4041
4042 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4043 `want-differences-if-changed' and simplify.
4044 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4045 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4046 output (which is invalid for async vc-diff) to decide whether to
4047 do the revert silently or not.
4048
40492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4050
4051 * vc-hooks.el (vc-loadup): Load files quietly.
4052 (vc-call-backend): Oops, brain fart.
4053
40542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4055
4056 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4057 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4058
40592000-09-04 Andre Spiegel <spiegel@gnu.org>
4060
4061 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4062 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4063 vc-state or vc-up-to-date-p.
4064 (vc-merge): Use vc-backend-defines to check whether merging is
4065 possible. Set state to 'edited after successful merge.
4066
4067 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4068 return that name. Redocumented.
4069
40702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4071
4072 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4073 new `vc-state' semantics.
4074 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4075 'vc-locking-user to the current user.
4076 (vc-merge): Inline vc-backend-merge. Comment out code that I
4077 don't understand and hence can't adapt to the new `vc-state' and
4078 `vc-locking-user' semantics.
4079 (vc-backend-merge): Remove.
4080
4081 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4082 rather than 'vc-locking-user.
4083
4084 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4085
4086 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4087 (vc-state): Don't use 'reserved any more. Just use the same
4088 convention as the one used for vc-<backend>-state where the
4089 locking user (as a string) is returned.
4090 (vc-locking-user): Update, based on the above convention. The
4091 'vc-locking-user property has disappeared.
7f8b6551 4092 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4093
4094 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4095 with a heuristic one.
4096 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4097 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4098 error. That allows us to get to 'needs-merge even in the
4099 stay-local case. There's still no way to detect 'needs-patch in
4100 such a setup (or to force an update for that matter).
4101 (vc-cvs-logentry-check): Remove, the default works as well.
4102
41032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4104
7f8b6551 4105 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4106
4107 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4108 major-mode in which the buffer might have been put earlier. Use
4109 `remove' and `when'. Allow `okstatus' to be `async' and use
4110 `start-process' in this case.
4111 (vc-version-diff): Handle the case where the diff looks empty
4112 because of the use of an async process.
4113
41142000-09-04 Andre Spiegel <spiegel@gnu.org>
4115
4116 * vc.el (vc-next-action-on-file): Removed optional parameter
4117 `simple'. Recompute state unconditionally.
4118 (vc-default-toggle-read-only): Removed.
4119
4120 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4121 (vc-toggle-read-only): Undid prev change.
4122
4123 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4124 vc-cvs-simple-toggle. Redocumented.
4125 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4126 (vc-cvs-toggle-read-only): Removed.
4127
41282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4129
7f8b6551 4130 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4131 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4132 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4133 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4134 still is. So maybe it should be removed.
4135 (vc-head-version, vc-find-binary): Remove.
4136 (vc-recompute-state): Move from vc-hooks.el.
4137 (vc-next-action-on-file): Add a `simple' argument to allow
4138 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4139 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4140 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4141 (vc-dired-mode-map): Properly defvar it.
4142 (vc-print-log): Call log-view-mode if available.
4143 (small-temporary-file-directory): defvar instead of use boundp.
4144 (vc-merge-news): Moved to vc-cvs.el.
4145 (vc-default-merge-news): New function.
4146
4147 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4148 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4149 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4150 unknown `vc-latest-version' function. It should probably refer to
4151 vc-workfile-version or somesuch, but it's very unclear to me and I
4152 don't have SCCS to test things.
4153
4154 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4155 (vc-sccs-state-heuristic): Fix typo.
4156 (vc-sccs-workfile-unchanged-p): Add missing argument.
4157
4158 * vc-rcs.el: Require vc and vc-rcs-hooks.
4159 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4160 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4161 (vc-release-greater-or-equal-p): Move from vc.
4162 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4163 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4164 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4165 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4166
4167 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4168 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4169 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4170 than the apparently unbound `workfile-version'.
4171
4172 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4173 (vc-file-prop-obarray): Use `make-vector'.
4174 (vc-backend-functions): Add new hookable functions
4175 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4176 (vc-loadup): If neither backend nor default functions exist, use
4177 the backend function rather than nil.
4178 (vc-call-backend): If the function if not bound yet, try to load
4179 the non-hook file to see if it provides it.
4180 (vc-call): New macro plus use it wherever possible.
4181 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4182 nor `vc-find-binary' since it's only called from
7f8b6551 4183 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4184 (vc-checkout-model): Fix parenthesis.
4185 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4186
7f8b6551 4187 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4188 (vc-cvs-release, vc-cvs-system-release): Remove.
4189 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4190 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4191 status symbols.
4192 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4193 (vc-cvs-toggle-read-only): First cut at a function to allow a
4194 cvs-status-free vc-toggle-read-only.
4195 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4196 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4197 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4198 (vc-cvs-checkout): Modify access rights directly if the user
4199 requested not to use `cvs edit'. And refresh the mode line.
4200
4201 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4202 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4203
42042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4205
4206 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4207 workfile' that got lost when the code was extracted from vc.el.
4208 And merged the tail with the rest of the code (not possible in the
4209 old vc.el where the tail was shared among all backends). And
4210 explicitly set the state to 'edited if `writable' is set.
4211
4212 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4213 (vc-cvs-state): Be careful to return the value from
4214 vc-cvs-parse-state.
4215 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4216 property but return it instead. Also be careful to handle a nil
4217 or "" `rev' when workfile is non-nil (it was handled properly when
4218 workfile was nil).
4219
4220 * vc.el: Removed those pesky unnecessary `(function' quotes.
4221 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4222 directly in the defvar.
4223 (vc-do-command): Bind inhibit-read-only so as to properly handle
4224 the case where the destination buffer has been made read-only.
4225 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4226 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4227 (vc-annotate-mode-variables): Removed (code moved partly to
4228 defvars and partly to vc-annotate-add-menu).
4229 (vc-annotate-mode): Turned into a derived-mode.
4230 (vc-annotate-add-menu): Moved in code in
4231 vc-annotate-mode-variables.
4232 (vc-update-change-log): Use make-temp-file if available.
4233
42342000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4235
4236 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4237 `vc-checkout-model' updated to `vc-cvs-update-model'.
4238
42392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4240
4241 * vc.el (vc-next-action-on-file): Added handling of state
4242 `unlocked-changes'.
4243 (vc-checkout-carefully): Is now practically obsolete, unless the
4244 above is too slow to be enabled unconditionally.
4245 (vc-update-change-log): Fixed typo.
4246
4247 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4248
7f8b6551
SM
4249 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4250 Now handles state `unlocked-changes'.
4251 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4252
4253 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4254
4255 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4256 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4257 `unlocked-changes'.
4258 (vc-rcs-workfile-unchanged-p): Renamed from
4259 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4260 function yet, but supposed to become one soon.
4261
4262 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4263 `vc-steal-lock'.
4264 (vc-call-backend): Changed error message.
4265 (vc-state): Added description of state `unlocked-changes'.
4266
42672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4268
4269 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4270 always return t in CVS-controlled directories.
4271
4272 * vc.el (vc-responsible-backend): New function.
4273 (vc-register): Largely rewritten.
4274 (vc-admin): Removed (implementation moved into vc-register).
4275 (vc-checkin): Redocumented.
4276 (vc-finish-logentry): If no backend defined yet (because we are in
4277 the process of registering), use the responsible backend.
4278
4279 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4280 Updated function lists.
4281 (vc-call-backend): Fixed typo.
4282
7f8b6551
SM
4283 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4284 New functions.
4285 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4286 Removed query option. Redocumented.
7a004b71
GM
4287
42882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4289
4290 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4291
4292 * vc.el: Updated callers of `vc-checkout-required' to use
4293 `vc-checkout-model'.
4294
42952000-09-04 Martin Lorentzson <martinl@gnu.org>
4296
4297 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4298 stuff updated to reference this function instead of the old
4299 `vc-backend-release-p'.
4300
43012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4302
4303 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4304 vc-checkout-model. Return appropriate values. Updated callers.
4305
43062000-09-04 Martin Lorentzson <martinl@gnu.org>
4307
7f8b6551 4308 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4309 (vc-backend-revert): Function moved into `vc-revert';
4310 `vc-next-action' must be updated to accomodate this change.
4311 (vc-backend-steal): Function moved into `vc-finish-steal'.
4312 (vc-backend-logentry-check): Function moved into
4313 `vc-finish-logentry'.
4314 (vc-backend-printlog): Function moved into `vc-print-log'.
4315 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4316 (vc-backend-assign-name): Function moved into
4317 `vc-create-snapshot'.
4318
43192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4320
4321 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4322 Rename to vc-checkout-model. Return appropriate values.
4323 Update callers.
7a004b71 4324
7f8b6551 4325 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4326 to vc-checkout-model.
7f8b6551
SM
4327 (vc-checkout-required): Rename to vc-checkout-model.
4328 Re-implement and re-comment.
7a004b71
GM
4329 (vc-after-save): Use vc-checkout-model.
4330
43312000-09-04 Martin Lorentzson <martinl@gnu.org>
4332
7f8b6551
SM
4333 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4334 Update to use the vc-BACKEND-diff functions instead.
4335 `vc-diff' is now working.
7a004b71 4336
7f8b6551 4337 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4338
7f8b6551 4339 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4340
4341 * vc-sccs.el (vc-sccs-diff): Function changed name from
4342 `vc-backend-diff'. This makes `vc-diff' work.
4343
7f8b6551 4344 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4345 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4346 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4347 signaled during `vc-after-save'.
4348
7f8b6551
SM
4349 * vc.el: Fix typo.
4350 This checkin is made with our new VC code base for the very first time.
4351 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4352
4353 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4354 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4355
4356 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4357 updated to `vc-uses-locking'.
7f8b6551 4358 (vc-checkout-required): Call to backend function.
7a004b71
GM
4359 `vc-checkout-required' updated to `vc-uses-locking' instead.
4360
4361 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4362 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4363
7f8b6551 4364 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4365 to match the split into various backends.
7f8b6551 4366 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4367 (vc-retrieve-snapshot): Bug fix.
4368
43692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4370
4371 * vc-sccs.el (vc-sccs-release): Doc fix.
4372
43732000-09-04 Martin Lorentzson <martinl@gnu.org>
4374
4375 * vc.el (vc-next-action-on-file): Bug found and fixed.
4376 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4377 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4378
4379 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4380 (vc-rcs-checkout): Name space cleaned up. No more revision number
4381 crunching function names that are not prefixed with vc-rcs.
4382 (vc-rcs-checkout-model): Function added. References to
4383 `vc-checkout-model' replaced.
4384
43852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4386
4387 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4388 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4389 still need to be split, and implemented for RCS).
4390
43912000-09-04 Martin Lorentzson <martinl@gnu.org>
4392
4393 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4394
4395 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4396 required by the vc.el file.
4397
4398 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4399 required by the vc.el file.
4400 (vc-rcs-exists): Function added.
4401
4402 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4403 required by the vc.el file.
4404
4405 * vc.el (vc-admin): Updated to handle selection of appropriate
4406 backend. Current implementation is crufty and need re-thinking.
4407
4408 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4409
44102000-09-04 Martin Lorentzson <martinl@gnu.org>
4411
4412 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4413 beginning of annotate buffers correctly.
4414
4415 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4416 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4417 functionality updated quite a lot to support multiple backends.
4418 Variables `vc-annotate-mode', `vc-annotate-buffers',
4419 `vc-annotate-backend' added.
4420
4421 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4422 `vc-annotate-difference' added to supported backend functions.
4423
44242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4425
4426 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4427 Use with-temp-file instead of /bin/sh. Merged from mainline
4428
44292000-09-04 Martin Lorentzson <martinl@gnu.org>
4430
4431 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4432
4433 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4434
4435 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4436
44372000-09-04 Martin Lorentzson <martinl@gnu.org>
4438
4439 * vc-hooks.el: vc-state-heuristic added to
4440 vc-backend-hook-functions.
4441
4442 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4443
4444 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4445
7f8b6551
SM
4446 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4447 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4448 state to `reserved'.
4449
4450 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4451 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4452
44532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4454
7f8b6551 4455 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4456 untouched.
4457
7f8b6551 4458 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4459
7f8b6551 4460 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4461 if defined. (Merged from main line, slightly adapted.)
4462
4463 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4464 millenium problem (merged from mainline).
4465
44662000-09-04 Martin Lorentzson <martinl@gnu.org>
4467
4468 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4469 part and moved the non-BACKEND stuff to vc.el.
4470
4471 * vc.el: Split the annotate feature into a BACKEND specific part
4472 and moved it from the vc-cvs.el file to this one.
4473
44742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4475
7f8b6551
SM
4476 * vc-hooks.el: Implement new state model.
4477 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4478 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4479 locked by somebody else.
7f8b6551 4480 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4481 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4482 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4483 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4484
7f8b6551
SM
4485 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4486 Various simplifications and adaptations all over the place.
7a004b71 4487
7f8b6551
SM
4488 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4489 Simplify and adapt the rest.
7a004b71 4490
7f8b6551 4491 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4492 interaction with view mode according to recent RCS change.
7f8b6551 4493 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4494
44952000-09-04 Martin Lorentzson <martinl@gnu.org>
4496
7f8b6551 4497 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4498
44992000-09-04 Martin Lorentzson <martinl@gnu.org>
4500
4501 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4502 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4503 (vc-minor-part, vc-previous-version): Functions that operate and
4504 compare revision numbers got proper documentation. Comments added
4505 about their possible removal.
4506
45072000-09-04 Martin Lorentzson <martinl@gnu.org>
4508
4509 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4510 the vc-backend.el files.
4511
4512 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4513
4514 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4515 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4516 (vc-rcs-previous-version): Functions added.
4517
4518 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4519
4520 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4521
45222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4523
4524 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4525 Comment out the definition for now. What is the right procedure
7a004b71
GM
4526 to get rid of it?
4527 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4528 rewritten.
7f8b6551 4529 (vc-default-registered): Remove.
7a004b71
GM
4530 (vc-check-master-templates): New function; does mostly what the
4531 above did before.
4532 (vc-locking-user): Don't rely on the backend to set the property.
4533
4534 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4535 Rewrite documentation.
7a004b71
GM
4536 (vc-rcs-templates-grabbed): New variable.
4537 (vc-rcs-grab-templates): New function.
7f8b6551 4538 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4539
4540 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4541 Rewrite documentation.
7a004b71
GM
4542 (vc-sccs-templates-grabbed): New variable.
4543 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4544 (vc-sccs-registered): Rewrite to use above mechanism.
4545 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4546 Don't throw the result, simply return it.
7a004b71 4547
7f8b6551
SM
4548 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4549 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4550 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4551
7f8b6551 4552 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4553 from main line.
4554
45552000-09-04 Martin Lorentzson <martinl@gnu.org>
4556
7f8b6551 4557 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4558
7f8b6551 4559 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4560
7f8b6551
SM
4561 * vc-rcs.el (vc-rcs-diff): New function.
4562 (vc-rcs-checkout): Bug (typo) found and fixed.
4563 (vc-rcs-register-switches): New variable.
7a004b71
GM
4564
4565 * vc.el (vc-backend-diff): Function removed and placed in the
4566 backend files.
4567
45682000-09-04 Martin Lorentzson <martinl@gnu.org>
4569
4570 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4571
4572 * vc.el (vc-backend-checkout): Function removed and replaced in
4573 the vc-backend.el files.
4574
4575 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4576
4577 * vc.el (vc-backend-admin): Removed and replaced in the
4578 vc-backend.el files.
4579
4580 * vc.el (Martin): Removed all the annotate functionality since it
4581 is CVS backend specific.
4582
45832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4584
4585 * spec.txt: Added specification of vc-state.
4586
4587 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4588 Remove handling of vc-latest-version and
7a004b71
GM
4589 vc-your-latest-version. What used to be vc-latest-version, is now
4590 returned as vc-workfile-version.
7f8b6551 4591 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4592
45932000-09-04 Dave Love <fx@gnu.org>
4594
4595 * vc.el: [Merged from mainline.]
4596 (vc-dired-mode): Make the dired-move-to-filename-regexp
4597 regexp match the date, to avoid treating date as file size.
4598 Add YYYY S option to WESTERN/
4599
46002000-09-04 Dave Love <fx@gnu.org>
4601
4602 * vc.el: Require `compile' when compiling.
4603 (vc-logentry-check-hook): New option.
4604 (vc-steal-lock): Use compose-mail.
4605 (vc-dired-mode-map): Defvar when compiling.
4606 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4607 vc-sccs.el and renamed. Callers changed.
4608 (vc-backend-checkout, vc-backend-logentry-check)
4609 (vc-backend-merge-news): Doc fix.
4610 (vc-default-logentry-check): New function.
4611 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4612 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4613 (vc-backend-merge): Doc fix. Use backend functions.
4614 (vc-check-headers): Use backend functions.
4615
4616 * vc-cvs.el: Require vc when compiling.
4617 (vc-cvs-register-switches): Doc fix.
4618 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4619 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4620 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4621 New functions (code from vc.el).
4622 (vc-annotate-display-default): Fix interactive spec.
4623 (vc-annotate-time-span): Doc fix.
4624
4625 * vc-rcs.el: Require vc when compiling.
4626 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4627 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4628 (vc-rcs-checkin): New functions (code from vc.el).
4629 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4630 Doc fix.
4631 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4632
4633 * vc-sccs.el: Require vc when compiling.
4634 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4635 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4636 (vc-sccs-revert)
4637 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4638 from vc.el).
4639 (vc-sccs-add-triple, vc-sccs-record-rename)
4640 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4641 (vc-sccs-admin): Doc fix.
4642
46432000-09-04 Martin Lorentzson <martinl@gnu.org>
4644
4645 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4646 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4647 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4648 from vc.el.
4649
4650 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4651
4652 * vc-cvs.el: Moved the annotate functionality from vc.el.
4653 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4654
46552000-09-04 Dave Love <fx@gnu.org>
4656
4657 * vc.el (vc-backend-release): Call vc-system-release.
4658
4659 * vc-sccs.el (vc-sccs-system-release):
4660 Renamed from vc-sccs-backend-release.
4661
4662 * vc-rcs.el (vc-rcs-system-release):
4663 Renamed from vc-rcs-backend-release.
4664
4665 * vc-cvs.el (vc-cvs-system-release):
4666 Renamed from vc-cvs-backend-release.
4667
46682000-09-04 Dave Love <fx@gnu.org>
4669
4670 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4671 backend files.
4672 (vc-backend-release): Dispatch to backend functions.
4673 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4674 probably needs attention.]
4675
4676 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4677 (vc-sccs-backend-release): New function.
4678
4679 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4680 (vc-cvs-backend-release): New function.
4681
4682 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4683 Doc fix.
4684 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4685 (vc-default-dired-state-info): New function.
4686 (vc-dired-state-info): Dispatch to backends.
4687 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4688
4689 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4690 from vc.el and renamed.
4691
46922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4693
4694 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4695 (vc-version-other-window, vc-backend-assign-name): Removed
4696 references to vc-latest-version; sometimes changed into
4697 vc-workfile-version.
4698
4699 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4700 vc-rcs-master-workfile-version.
4701 (vc-rcs-workfile-version): Use the above. Don't call
4702 vc-latest-version (that was unreachable code, anyway).
4703 (vc-rcs-fetch-master-properties): Doc fix.
4704
4705 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4706 (vc-backend-hook-functions): Removed them from this list, too.
4707 (vc-fetch-properties): Removed.
4708 (vc-workfile-version): Doc fix.
4709
4710 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4711 (vc-rcs-workfile-version, vc-rcs-locking-user)
4712 (vc-rcs-uses-locking): Use it.
4713
4714 * vc-hooks.el (vc-consult-rcs-headers):
4715 Moved into vc-rcs-hooks.el, under the name
4716 vc-rcs-consult-headers.
4717
4718 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4719 headers.
4720 (vc-cvs-find-master): Use this name only; correct different
4721 versions of the name.
4722
4723 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4724 New functions.
4725 (vc-sccs-locking-user): Use the latter.
4726
4727 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4728 New functions.
4729
4730 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4731 Moved into both
4732 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4733 functions are implementation details of those two backends.
4734
47352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4736
4737 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4738 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4739
4740 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4741 (vc-sccs-parse-locks): SCCS-specific code moved here from
4742 vc-hooks.
4743
4744 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4745 code moved here from vc-hooks.
4746
4747 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4748 into back-end specific parts and removed. Callers not updated
4749 yet; because I guess these callers will disappear into back-end
4750 specific files anyway.
4751
47522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4753
4754 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4755 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4756 `vc-uses-locking'.
4757
4758 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4759 Store yes/no in the property, and return t/nil. Updated all
4760 callers.
4761
4762 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4763 vc-sccs-uses-locking. Don't set property.
4764 (vc-sccs-locking-user): Don't set property.
4765
4766 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4767 vc-cvs-uses-locking. Don't set property here; leave that to
4768 vc-hooks.
4769 (vc-cvs-locking-user): Reflect above change. Streamlined.
4770
4771 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4772 vc-rcs-uses-locking.
4773 (vc-rcs-locking-user): Reflect above change.
4774
47752000-09-04 Dave Love <fx@gnu.org>
4776
4777 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4778
4779 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4780
4781 * vc-hooks.el (vc-checkout-model): Punt to backends.
4782
4783 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4784
4785 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4786
4787 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4788 New functions.
4789
4790 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4791 New functions.
4792
4793 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4794 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4795
4796 * vc-hooks.el (vc-default-locking-user): New function.
4797 (vc-locking-user, vc-workfile-version): Punt to backends.
4798
47992000-09-04 Dave Love <fx@gnu.org>
4800
4801 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4802 (vc-master-workfile-version): Moved from vc-hooks.
4803
4804 * vc-rcs-hooks.el: Fix duplicate code in last change.
4805
4806 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4807 (vc-rcs-master-templates): Improve :type.
4808 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4809 vc-master-workfile-version): Moved from vc-hooks.
4810
4811 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4812 (vc-sccs-master-templates): Improve :type.
4813 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4814
4815 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4816
4817 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4818 (vc-cvs-master-templates): Improve :type. Use
4819 vc-cvs-find-cvs-master.
4820 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4821 from vc-hooks.
4822 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4823
4824 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4825 Moved to vc-cvs-hooks.
4826
4827 * vc-hooks.el: Add doc strings in various places. Simplify the
4828 minor mode setup.
4829 (vc-handled-backends): New user variable.
4830 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4831 simplification.
4832
48332000-09-04 Dave Love <fx@gnu.org>
4834
4835 * vc.el: Some doc fixes for autoloaded and interactive functions.
4836 Fix compilation warnings from ediff stuff.
4837 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4838
4839 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4840
4841 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4842
4843 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4844
48452000-09-04 Dave Love <fx@gnu.org>
4846
4847 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4848 New variable.
4849 (vc-make-backend-function, vc-loadup, vc-call-backend)
4850 (vc-backend-defines): New functions.
4851
4852 * vc-hooks.el: Various doc fixes.
4853 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4854 (vc-match-substring): Function removed. Callers changed to use
4855 match-string.
4856 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4857 Simplify.
4858
48592000-09-04 Dave Love <fx@gnu.org>
4860
4861 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4862 type.
4863 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4864 (vc-sccs-registered): Doc fix.
4865
4866 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4867 (vc-cvs-registered): Doc fix.
4868
4869 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4870 (vc-rcs-registered): Doc fix.
4871
48722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4873
4874 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4875
4876 * vc-hooks.el: vc-registered has been renamed
4877 vc-default-registered. Some functions have been moved to the
4878 backend specific files. they all support the
4879 vc-BACKEND-registered functions.
4880
48812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4882
4883 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4884
4885 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4886
a033ea13
DL
48872000-09-04 Dave Love <fx@gnu.org>
4888
179fc9ef
DL
4889 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4890 menu-bar-update-hook.
4891
4892 * help.el (help-manyarg-func-alist): Add
4893 find-operation-coding-system.
4894
a033ea13
DL
4895 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4896
4897 * custom.el (custom-set-variables): Print message about errors in
4898 setting.
4899
f8803e97
AI
49002000-09-03 Andrew Innes <andrewi@gnu.org>
4901
4902 * makefile.w32-in: Change to DOS line endings.
4903
59836110
EZ
49042000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4905
4906 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4907 minor-mode keymaps, if they don't have one.
4908
5514ba5c
EZ
49092000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4910
4911 * eshell/esh-module.el (eval-when-compile): Don't lose if
4912 esh-module.el's file name is truncated to DOS 8+3 limits.
4913
79cf8e80
JW
49142000-09-01 John Wiegley <johnw@gnu.org>
4915
4916 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4917 predicate, which caused entries in the completion list to be
4918 doubled.
4919
49202000-08-30 John Wiegley <johnw@gnu.org>
4921
4922 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4923 sending to subprocesses. Also, hook pre-command-hook if
4924 `eshell-send-direct-to-subprocesses' is non-nil.
4925 (eshell-send-direct-to-subprocesses): New config variable. If t,
4926 subprocess input is send immediately.
4927 (eshell-toggle-direct-send): New function.
4928 (eshell-self-insert-command): New function.
4929 (eshell-intercept-commands): New function.
4930 (eshell-send-input): If direct subprocess sending is enabled,
4931 don't echo any input to the Eshell buffer. Let the subprocess
4932 handle that. This requires "stty echo" in bash, for example.
4933
49342000-08-28 John Wiegley <johnw@gnu.org>
4935
4936 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4937 completion function for Eshell's implementation of `unset'.
4938
778911b9
EZ
49392000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4940
4941 * info.el (Info-directory-list): Doc fix.
4942
05d07b49
PB
49432000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4944
9b4a7800 4945 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4946 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4947
9941d4c7
KH
49482000-08-31 Kenichi Handa <handa@etl.go.jp>
4949
4950 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4951 coding systems.
4952
af9ba8ad
AI
49532000-08-30 Andrew Innes <andrewi@gnu.org>
4954
4955 * timer.el (run-with-idle-timer): Undo last change, so that timer
4956 is not activated immediately if Emacs is already idle. Some
4957 existing code relies on this behaviour.
4958
caccd8f2
MB
49592000-08-30 Miles Bader <miles@gnu.org>
4960
4961 * frame.el (set-frame-font): Do completion of font-name for
4962 interactive use.
4963
b64c0a1c
KH
49642000-08-30 Kenichi Handa <handa@etl.go.jp>
4965
4966 * international/quail.el (quail-start-translation): Bind locally
4967 last-command-event, last-command, and this-command.
4968 (quail-start-conversion): Likewise.
75cf0095 4969 (quail-self-insert-command): Fix docstring.
b64c0a1c 4970
fd5f61d3
GM
49712000-08-29 Gerd Moellmann <gerd@gnu.org>
4972
4973 * progmodes/executable.el
4974 (executable-make-buffer-file-executable-if-script-p): Check that
4975 buffer contains at least 2 characters.
4976
5b671d04
EZ
49772000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4978
4979 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4980
485d9513
DL
49812000-08-29 Dave Love <fx@gnu.org>
4982
a39fb83d
DL
4983 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4984 (diff-mode-shared-map): Bind mouse-2.
4985 (diff-imenu-generic-expression): New variable.
4986 (diff-mode): Use it.
4987
485d9513
DL
4988 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4989 (mouse-popup-menubar): Add minor mode menus.
4990 (popup-menu): Check for lookup-key returning number.
4991
ba3478d9
MB
49922000-08-29 Miles Bader <miles@gnu.org>
4993
4994 * comint.el (comint-send-input): Create overlays using the proper
4995 front/read-advance arguments.
9b4a7800 4996
c3d6d211
GM
49972000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4998
4999 * ps-print.el: Even/odd pages printing. Doc fix.
5000 (ps-print-version): New version number (6.0).
5001 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5002 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5003 (ps-print-duplex-feature): Variable eliminated.
5004 (ps-even-or-odd-pages): New variable.
5005
ba087cd7 5006 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5007 (ebnf-version): New version (3.3).
5008 (ebnf-user-arrow): Change variable customization to sexp.
5009 (ebnf-user-arrow): Function eliminated.
5010 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5011
d313265f
KH
50122000-08-29 Kenichi Handa <handa@etl.go.jp>
5013
cba62b78 5014 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5015 (help-make-xrefs): Handle help-xref-mule-regexp.
5016
5017 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5018 variable.
5019 (describe-input-method): Temporarily activate the specfied input
5020 method to display the information.
5021 (describe-language-environment): Hyperlinks to mule related items.
5022
5023 * international/mule-diag.el (charset-multibyte-form-string): New
5024 function.
5025 (list-character-sets-1): Use charset-multibyte-form-string.
5026 (describe-character-set): New function.
5027 (describe-coding-system): Hyperlinks to safe character sets.
5028
5029 * international/quail.el (quail-help): New arg PACKAGE.
5030 Hyperlinks to mule related items.
5031 (quail-help-insert-keymap-description): Use
5032 substitute-command-keys instead of describe-bindings.
5033 (quail-translation-help): Hyperlinks to mule related items.
5034
b4bd214e
JW
50352000-08-28 John Wiegley <johnw@gnu.org>
5036
ca7aae91
JW
5037 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5038 have a defsubst call itself. Made `eshell-flatten-list' back into
5039 a function again.
5040
b4bd214e
JW
5041 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5042 catch, in case re-centering point at bottom messes up the display.
5043 This happens frequently in Emacs 21, due I believe to variable
5044 line heights.
5045
5046 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5047 to call `find-tag-interactive'.
5048
5049 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5050 the list of remember directories.
5051
d44e146b
JW
50522000-08-28 John Wiegley <johnw@gnu.org>
5053
5054 * align.el: Test align-region-separate to see if it's a symbol.
5055
546c0888 50562000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5057
5058 * eshell/esh-util.el (eshell-flatten-list): Made this function
5059 into a defsubst form. It gets used very frequently, although
5060 calls don't occur all that often.
5061
5062 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5063 examining it.
5064
5065 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5066 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5067 `eshell-protect'.
5068 (eshell-copy-handles): Created a new macro for duplicating the
5069 current set of open handles. This is needed by the looping
5070 functions.
5071 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5072 is not incorrectly stomped on.
5073
5074 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5075 declaration for pcomplete-use-paring.
5076 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5077 value of eshell-cmpl-use-paring.
5078 * pcomplete.el (pcomplete-use-paring): New config variable, to
5079 indicate whether paring should be used.
5080 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5081 completion alternatives that have already been used.
5082
5083 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5084 bound to C-c C-y, which will repeat the previous N arguments
5085 (based on prefix argument).
5086 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5087
5088 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5089 if there is no *Help* buffer. This is for XEmacs, which renames
5090 its help buffers uniquely. TODO: Find out what the current buffer
5091 name to delete is.
5092
5093 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5094 first entry that correlates to a passwd/group number. Later
5095 entries (used for group/user name aliasing to multiple IDs) are
5096 ignored.
5097
9b4a7800
TTN
5098 * eshell/em-xtra.el (eshell/expr):
5099 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5100 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5101 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5102 argument list, before passing it to the system command.
5103
5104 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5105 `find-tag' for use at final position in Eshell buffers (which
5106 otherwise triggers an error on Emacs 21).
5107 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5108 buffer, if it is currently bound to `find-tag'.
5109
5110 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5111 in the list of matched Makefile names.
5112 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5113 directory, prefer its contents to Makefile.
5114
5115 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5116 directory parts (like "cd old new", or "cd =regexp"), are now case
5117 sensitive on non-Windows/DOS platforms.
5118
5119 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5120 types RET after an open delimiter (like "), display a message
5121 indicating that Eshell is waiting for the closing delimiter.
5122
5123 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5124 environment variables.
5125
5126 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5127 gracefully if the user enters incorrect arguments.
5128
5129 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5130 Eshell buffers.
5131
9b4a7800
TTN
5132 * eshell/esh-var.el (eshell-interpolate-variable):
5133 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5134 * eshell/em-unix.el (eshell-du-sum-directory):
5135 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5136 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5137 (not (= ...)).
5138
5139 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5140 to ensure the `preserve' flag gets propagated when doing recursive
5141 directory copies.
5142
546c0888 51432000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5144
5145 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5146 Don't convert \n into \0177 in memory.
5147 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5148 and back again, when reading and writing.
9b4a7800 5149
546c0888 51502000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5151
5152 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5153 testing of `fboundp' on `processp'.
5154
5155 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5156 (eshell/jobs): Don't call process-list if it is not bound.
5157 (eshell-gather-process-output): Support systems where async
5158 subprocesses aren't supported.
5159 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5160 variables.
5161
5162 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5163 eshell-do-eval returns t.
5164 (eshell-do-pipelines-synchronously): New defmacro.
5165 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5166 when async subprocesses aren't supported.
5167 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5168 if async subprocesses aren't supported.
5169 (eshell-resume-command): Don't assume STATUS is a string.
5170
5171 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5172
5173 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5174 (eshell-close-target, eshell-get-target): Use eshell-processp.
5175 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5176 fix.
5177 (eshell-get-target, eshell-create-handles): Doc fix.
5178
546c0888 51792000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5180
546c0888 5181 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5182 criterion to include commands that output something, as long as it
5183 leaves both the command and the end-of-buffer visible when the
5184 command has exited.
5185 (eshell-review-quick-commands): Adjust the help doc string
5186 accordingly.
5187
2a371c3b
PB
51882000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5189
8348e1f9 5190 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5191 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5192
9b4a7800 5193 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5194 (file-cache-assoc-function): New variable
5195 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5196 Use file-cache-case-fold-search variable
5197 (file-cache-add-file): Use file-cache-assoc-function
5198 (file-cache-delete-file): likewise
5199 (file-cache-directory-name): likewise
5200 (file-cache-debug-read-from-minibuffer): likewise
5201
95931eb1
GM
52022000-08-28 Gerd Moellmann <gerd@gnu.org>
5203
5204 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5205 (abbrev-table-name): New function.
5206 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5207 If non-nil list local abbrev, only.
5208
bb17930d
GM
52092000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5210
546c0888
EZ
5211 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5212 from Gnus support code, and use special article copy buffer
bb17930d
GM
5213 `(gnus-original-article-buffer)' instead. This allows to get rid
5214 of article-hide-headers usage (which breaks in the latest Gnus
5215 version). Thanks to Detlev Zundel.
5216
41a68aef
KH
52172000-08-28 Kenichi Handa <handa@etl.go.jp>
5218
5219 * international/quail.el (quail-use-package): Hide "... loaded"
5220 message.
5221 (quail-start-translation, quail-start-conversion): Likewise.
5222
5223 * international/kkc.el (kkc-region): Hide "... loaded" message.
5224
28bb2cef
DL
52252000-08-27 Dave Love <fx@gnu.org>
5226
5227 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5228
11a1118d
MB
52292000-08-27 Miles Bader <miles@gnu.org>
5230
5231 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5232
0f85d477
KH
52332000-08-27 Kenichi Handa <handa@etl.go.jp>
5234
5235 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5236 'ja-dic-cnv), not (require 'skkdic-cnv).
5237
2d73e8d3
MB
52382000-08-26 Miles Bader <miles@gnu.org>
5239
a0e5a5a4
MB
5240 * faces.el (face-x-resources): Add entry for :inherit.
5241 * cus-face.el (custom-face-attributes): Add support for :inherit
5242 attribute. Add support for relative face heights.
5243 (custom-face-attributes-get): Treat `nil' as being a default value
5244 for :inherit (as well as `unspecified').
5245
19feb949
MB
5246 * faces.el (set-face-attribute): Update doc string.
5247 (face-attribute-name-alist): Add :inherit.
5248 (face-valid-attribute-values): Handle :inherit.
5249 (face-read-string): Rephrase prompt to be less confusing.
5250 Assume that DEFAULT is a string, since we must return a string.
5251 (face-read-integer): Use `format' to turn DEFAULT into an
5252 acceptable default for face-read-string. Match NEW-VALUE against
5253 the string "unspecified", not the symbol `unspecified', since
5254 that's what face-read-string returns.
5255 (read-face-attribute): Lookup a name for old-value in valid, and
5256 use it as a default if we find one. Treat all values from
5257 face-read-string as strings. If the default is used, don't do any
5258 more processing on the value, just use the old value directly.
5259 (read-face-and-attribute, modify-face): Tweak prompt.
5260 (read-face-name): Don't assume prompt ends with a space.
5261
2d73e8d3
MB
5262 * faces.el (describe-face): Add support for :inherit attribute.
5263
a1a2e38f
KH
52642000-08-25 Kenichi Handa <handa@etl.go.jp>
5265
e84fa7c5
KH
5266 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5267 concat doesn't accept interger.
5268
a1a2e38f
KH
5269 * international/kkc.el: Remove SKK from Keywords. Require
5270 ja-dic-utl instead of skkdic-utl.
5271
5272 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5273 Provide ja-dic-cnv instead of skkdic-cnv.
5274 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5275 (iso-2022-7bit-short): Add safe-charsets property.
5276 (skkdic-convert-postfix): Search Japanese chou-on character in
5277 addition to Hiragana character.
5278 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5279 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5280 (batch-skkdic-convert): Likewise.
5281
5282 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5283 Provide ja-dic-utl instead of skkdic-utl.
5284 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5285
f6499c03
DL
52862000-08-24 Dave Love <fx@gnu.org>
5287
1c2c3f16
DL
5288 * disp-table.el (standard-display-default): Make the test of `l'
5289 useful.
5290
f6499c03
DL
5291 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5292 mod sample text.
5293
5294 * international/iso-ascii.el: Make pilcrow convenient string
5295 consistent with section.
5296 (iso-ascii-display): Set up multibyte characters as well as
5297 unibyte.
5298
c543db81
KH
52992000-08-24 Kenichi Handa <handa@etl.go.jp>
5300
5301 * international/mule-cmds.el (reset-language-environment): Set
5302 default-process-coding-system to '(undecided . iso-latin-1), which
5303 makes process I/O almost consistent with file I/O. Call this
5304 function when mule-cmds.el[c] is loaded.
5305
746d9caf
AI
53062000-08-22 Andrew Innes <andrewi@gnu.org>
5307
5308 * makefile.w32-in: New file.
5309
5484005d
MB
53102000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5311
5312 * comint.el (comint-output-filter): Compare end of
5313 comint-last-output-overlay with the start of the newly inserted
5314 text, not the end, when deciding whether to extend it.
9b4a7800 5315 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5316
5317 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5318 since this is now done independently of font-lock mode.
5319
7a912f63
GM
53202000-08-21 Gerd Moellmann <gerd@gnu.org>
5321
5322 * server.el (server-kill-new-buffers): New user option.
5323 (server-existing-buffer): New buffer-local variable.
5324 (server-visit-files): When using an existing buffer, set
5325 server-existing-buffer to t.
5326 (server-buffer-done): If server-kill-new-buffers is t, kill the
5327 buffer, unless it was already present before visiting it with
5328 Emacs server.
9b4a7800 5329
240301df
EZ
53302000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5331
5332 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5333 even if the display doesn't support colors: some displays will
5334 support bold/underline faces.
5335
cbcef616
GM
53362000-08-21 Gerd Moellmann <gerd@gnu.org>
5337
6917e6bb
GM
5338 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5339
cbcef616
GM
5340 * startup.el (command-line): If user's init file had an error,
5341 add explanatory text to *Messages*.
5342
6922b018
KH
53432000-08-21 Kenichi Handa <handa@etl.go.jp>
5344
5345 * man.el (Man-getpage-in-background): Decode the process output by
5346 the system locale coding system.
5347
e50c4203
DL
53482000-08-20 Dave Love <fx@gnu.org>
5349
96ab6351
DL
5350 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5351 Don't test x-popup-menu.
5352 (function) <complete-function>: Complete only fbound symbols.
5353 <validate, value>: New.
5354 (variable) <complete-function>: Complete only bound symbols.
5355 (coding-system): Add :base-only, :complete-function, :validate,
5356 :value, :prompt-match.
5357 (widget-coding-system-prompt-value): Use read-coding-system and
5358 act on :base-only.
5359 (editable-field): Add :help-echo.
5360 (widget-push-button-gui, widget-push-button-cache)
5361 (widget-gui-action, widget-editable-list-gui): COmment out, along
5362 with uses.
5363 (widget-at): Make arg optional.
5364 (widget-echo-help): Adjust for current help-echo calling sequence.
5365 (widget-specify-field, widget-specify-button)
5366 (widget-specify-insert, widget-get-sibling, widget-image-find)
5367 (widget-convert, widget-insert, widget-leave-text)
5368 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5369 (widget-setup, widget-field-find, widget-before-change)
5370 (widget-after-change, widget-default-complete)
5371 (widget-default-create, widget-default-delete)
5372 (widget-push-button-value-create, editable-field)
5373 (widget-field-prompt-value, widget-field-validate)
5374 (widget-choice-value-create, widget-choice-action)
5375 (widget-choice-validate, widget-checklist-add-item)
5376 (widget-radio-add-item, widget-radio-chosen)
5377 (widget-radio-value-inline, widget-editable-list-value-create)
5378 (widget-editable-list-entry-create)
5379 (widget-documentation-link-add)
5380 (widget-documentation-string-value-create)
5381 (widget-regexp-validate, widget-file-complete)
5382 (widget-sexp-validate, widget-plist-convert-widget)
5383 (widget-plist-convert-widget, widget-alist-convert-widget)
5384 (widget-alist-convert-widget, widget-color-complete): Simplify,
5385 particularly to avoid bindings which aren't optimized out.
5386
e50c4203
DL
5387 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5388 Doc fix.
5389 (down-list, backward-up-list, up-list, kill-sexp)
5390 (backward-kill-sexp, mark-sexp): Make arg optional.
5391 (lisp-complete-symbol): Add optional arg PREDICATE.
5392
5393 * cus-start.el: Add display-buffer-reuse-frames,
5394 file-coding-system-alist.
5395
511bd4eb
GM
53962000-08-20 Gerd Moellmann <gerd@gnu.org>
5397
5398 * startup.el (command-line): Clear realized faces after
5399 modifying TTY color mappings.
5400
a9de7d29
MB
54012000-08-20 Miles Bader <miles@gnu.org>
5402
5403 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5404 merely a subset of FACE's attributes.
5405
8a8023d9
MB
54062000-08-19 Miles Bader <miles@gnu.org>
5407
5408 * comint.el (comint-output-filter): Save the point with a marker,
5409 not just a buffer position.
5410
5411 * international/mule.el (set-buffer-process-coding-system): Make
5412 interactive prompt less confusing.
5413
1433385f
GM
54142000-08-19 Gerd Moellmann <gerd@gnu.org>
5415
5416 * hilit-chg.el: General cleanup of doc strings, comments and
5417 code formatting.
5418
136b4eda
MB
54192000-08-19 Miles Bader <miles@gnu.org>
5420
5421 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5422 Compiler macro removed; beginning-of-line is no longer always
5423 equivalent to forward-line, in the presence of fields.
5424
5425 * comint.el (comint-output-filter): Remove ad-hoc saving of
5426 restriction, and just use save-restriction, now that it works
5427 correctly. Don't adjust comint-last-input-start to account for
5428 our insertion; it shouldn't have moved because we don't use
5429 insert-before-markers anymore. Comment out call to
5430 `force-mode-line-update'; why is it here?
5431
5432 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5433 while checking for prompt to delete. Use `forward-line 0'
5434 instead of beginning-of-line.
5435 (gud-filter): Temporarily widen gud comint buffer while
5436 examining output.
5437
cdd0f857
SM
54382000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5439
ebf96bfa
SM
5440 * progmodes/sh-script.el: Big bag of typos.
5441
cdd0f857
SM
5442 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5443 check since ispell-process is not bound when ispell is not yet loaded.
5444
9bb7a286
DL
54452000-08-18 Dave Love <fx@gnu.org>
5446
5447 * image.el (find-image): Copy `spec' before using plist-put.
5448
74ec6045
GM
54492000-08-18 Gerd Moellmann <gerd@gnu.org>
5450
5451 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5452 `portugues'.
5453
5454 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5455 backward-kill-sexp, analogous to kill-sexp.
5456
5457 * progmodes/icon.el (icon-indent-line)
5458 (icon-is-continuation-line): Handle comments specially.
5459
54602000-08-17 Ken Stevens <k.stevens@ieee.org>
5461
5462 * ispell.el: Set to standard author/maintainer/keyword fields.
5463 Fine tuning to menu map appearance and operation, and added help.
5464 Remove `start' and `end' error messages when compiling.
5465 (ispell-choices-win-default-height): Fixed comment string.
5466 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5467 castellano8 dictionaries.
5468 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5469 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5470 dictionary, added italiano dictionary.
5471 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5472 word character
5473 (ispell-tex-skip-alists): Added psfig support.
5474 (ispell-skip-html): Renamed from ispell-skip-sgml.
5475 (ispell-begin-skip-region-regexp, ispell-skip-region)
5476 (ispell-minor-check): Improved html skipping support to skip across
5477 code, and recognize `&' commands without propper `;' syntax;
5478 (ispell-process-line): Fix alignment error when manually
5479 correcting spelling.
5480 (ispell): Fix comment string.
5481 (ispell-add-per-file-word-list): Always put word list on new line.
5482
3787e12e
GM
54832000-08-17 Gerd Moellmann <gerd@gnu.org>
5484
a7b28523
GM
5485 * format.el (format-encode-run-method): Fix error message to say
5486 `encode' instead of `decode'. Use save-window-excursion around
5487 shell-command-on-region as in format-decode-run-method because
5488 shell-command-on-region can display a buffer with error output.
5489 (format-decode): Don't record undo information for the decoding.
5490 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5491 that number part of the temporary buffer name so that more than
5492 one decoding using a temporary buffer can happen safely.
5493
5494 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5495 of `A-z' in the regexp.
5496
5497 * hilit-chg.el: Fix typos in commentary.
5498
3787e12e
GM
5499 * help.el (view-emacs-news): Rewritten for new naming scheme
5500 for old NEWS files.
5501
5502 * startup.el (command-line): Pop to *Messages* in case an error
5503 is signaled while loading user-init-file.
5504
d2473540
AS
55052000-08-17 Andreas Schwab <schwab@suse.de>
5506
5507 * files.el (insert-directory): Don't lose original file name,
5508 undoing an undocumented change.
5509
c0bbaf57
GM
55102000-08-17 Alex Schroeder <alex@gnu.org>
5511
5512 * sql.el (sql-magic-go): Use comint-bol.
5513 (sql-copy-column): Use comint-line-beginning-position.
5514 (comint-line-beginning-position): Define a replacement for
5515 comint-line-beginning-position if it is not fboundp.
5516
55172000-08-17 Alex Schroeder <alex@gnu.org>
5518
5519 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5520 it didn't have any effect anyway.
5521
55222000-08-17 Alex Schroeder <alex@gnu.org>
5523
5524 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5525 --pset and pager=off instead of sending \\o|cat at the beginning
5526 of the session.
5527
9d245da5
MB
55282000-08-17 Miles Bader <miles@gnu.org>
5529
5530 * progmodes/octave-inf.el: Add compatibility definition of
5531 comint-line-beginning-position.
5532
abfdbd2e
KH
55332000-08-17 Kenichi Handa <handa@etl.go.jp>
5534
5535 * startup.el (normal-top-level): Look in each dir in load-path for
5536 a leim-list.el file too. This assures of loading leim-list.el
5537 that is created at Emacs installation time even if a user have his
5538 own leim-list.el.
5539
a0b8c939
MB
55402000-08-17 Miles Bader <miles@gnu.org>
5541
5542 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5543 foreground color to black if the background is dark.
5544
7382bcae
SM
55452000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5546
5547 * loadhist.el (unload-feature): Typo.
5548
9b4a7800 5549 * finder.el (finder-compile-keywords):
7382bcae
SM
5550 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5551 to the generated file.
5552
5553 * mail/mh-e.el (mh-make-local-vars):
5554 Replace make-variable-buffer-local with make-local-variable.
5555
cdd0f857 5556 * play/landmark.el:
7382bcae 5557 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5558 * mail/mailabbrev.el (mail-abbrevs-mode):
5559 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5560 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5561
5562 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5563
5564 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5565 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5566 Allow going past the last element.
9b4a7800 5567 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5568 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5569 (cvs-mouse-toggle-mark): Don't move point.
5570 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5571
5572 * progmodes/compile.el (grep): Provide a default set of files.
5573 (next-error): Docstring fix.
5574 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5575
5576 * emacs-lisp/easy-mmode.el (define-minor-mode):
5577 Use `symbol-value' to keep the byte-compiler quiet.
5578
5579 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5580 (diff-find-source-location): New fun, extracted from diff-goto-source.
5581 (diff-goto-source): Use it.
5582 (diff-next-complex-hunk, diff-filter-lines): New function.
5583 (diff-apply-hunk): New command.
5584
5585 * smerge-mode.el (smerge-mode-menu): Doc fix.
5586
5587 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5588
4f00b8c1
DL
55892000-08-16 Dave Love <fx@gnu.org>
5590
2b5198bb
DL
5591 * windmove.el (windmove) <defgroup>: Add :version.
5592
5593 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5594 (goto-address-fontify-p, goto-address-highlight-p)
5595 (goto-address-url-face, goto-address-url-mouse-face)
5596 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5597 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5598 (goto-address-fontify, goto-address-at-mouse): Simplify,
5599 (goto-address-at-point): browse-url-url-at-point,
5600 goto-address-find-address-at-point can return nil.
5601 (goto-address-find-address-at-point): Return nil on failure.
5602
5603 * align.el (align) <defgroup>: Add :version.
5604
5605 * calculator.el (calculator): Add :version.
5606 (calculator): Use two lines for calculator window if `modeline'
5607 face is boxed.
5608
4f00b8c1
DL
5609 * play/5x5.el: Doc fixes.
5610 (5x5) <defgroup>: Add :version.
5611
5612 * play/fortune.el (fortune) <defgroup>: Add :version.
5613 (fortune-append): Fix error message.
5614 (fortune-from-region): Doc fix.
5615
5616 * play/pong.el (pong): Doc fix.
5617
5618 * play/morse.el: Keywords, commentary, autoloads.
5619
69db7ee7
EZ
56202000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5621
5622 * desktop.el (desktop-save): Don't look at symbol-value of a
5623 member of minor-mode-alist, unless it is boundp.
5624
10e1dad9
SS
56252000-08-16 Sam Steingold <sds@gnu.org>
5626
a0b8c939 5627 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5628 `while'; use `with-current-buffer' instead of `save-excursion'.
5629 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5630
9d7bcb2e
KH
56312000-08-16 Kenichi Handa <handa@etl.go.jp>
5632
5633 * international/ccl.el (declare-ccl-program): Docstring modified.
5634 (ccl-execute-with-args): Likewise.
5635
04231ab8
MB
56362000-08-16 Miles Bader <miles@gnu.org>
5637
9d245da5 5638 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5639 comint-line-beginning-position.
5640
f68446ef
GM
56412000-08-15 Gerd Moellmann <gerd@gnu.org>
5642
dc28878c
GM
5643 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5644 'buffer-menu' property.
5645 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5646 fails.
5647 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5648 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5649 wasn't killed.
10e1dad9 5650
58ed0d3b
GM
5651 * buff-menu.el (list-buffers-noselect): Don't display the
5652 *Buffer List* buffer.
5653
32dc52f7
GM
5654 * font-lock.el: Require jit-lock to prevent a very late
5655 `Loading jit-lock' message.
5656
f68446ef 5657 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5658 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5659 mail address.
5660
90ac90a2
MB
56612000-08-15 Miles Bader <miles@gnu.org>
5662
5663 * textmodes/ispell.el (ispell-graphic-p): New constant.
5664 (ispell-choices-win-default-height, ispell-help): Use
5665 `ispell-graphic-p' instead of `xemacsp'.
5666
b0a0e263
DL
56672000-08-15 Dave Love <fx@gnu.org>
5668
c1e757e3
DL
5669 * simple.el: Autoload widget-convert when compiling.
5670 (mail-user-agent): Doc fix.
5671
5672 * help.el (function-called-at-point, variable-at-point): Use
5673 with-syntax-table.
5674 (help-manyarg-func-alist): Add insert-and-inherit.
5675
5676 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5677
5678 * delsel.el (delsel-unload-hook): New function.
5679
5680 * find-file.el: Doc fixes. Move provide to end.
5681 (ff) <defgroup>: Add :link.
5682 (ff-goto-click): Deleted.
5683 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5684 Use mouse-set-point.
5685
5686 * textmodes/tildify.el: Doc fixes.
5687 (tildify) <defgroup>: Add:version.
5688
5689 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5690 (glasses-custom-set): Use set-default, not set.
5691 (minor-mode-alist): Propertize the lighter.
5692 (glasses-mode): Provide optional arg.
5693
5f847612
DL
5694 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5695 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5696 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5697 option. Provide :type.
5698 (cwarn-configuration): Provide :type.
5699 (cwarn-mode): Doc fix.
5700
5701 * add-log.el (change-log-merge): Doc fix.
5702 (change-log-redate): New command.
5703
b0a0e263
DL
5704 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5705 Doze and Dog.
5706 (browse-url): Use dolist, not mapcar.
5707 (browse-url-at-point): Check for null url.
5708 (browse-url-event-buffer, browse-url-event-point): Functions
5709 deleted.
5710 (browse-url-at-mouse, browse-url-netscape): Simplify.
5711
5712 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5713 modes.
5714 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5715 Fix previous change to mapcan.
5716 (msb--init-file-alist, msb--add-separators)
5717 (msb--make-keymap-menu): Simplify.
5718 (msb--choose-file-menu): Use copy-sequence.
5719 (msb-mode-map): Add title to keymap.
5720 (msb-unload-hook): New function.
5721
5722 * bs.el: Fix indentation.
5723 (bs) <defgroup>: Add :links.
2b5198bb
DL
5724 (bs-show): Doc fix.
5725 (bs-apply-sort-faces): Don't use window-system.
5726 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5727
70f1b78e
EZ
57282000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5729
5730 * calendar/timeclock.el (timeclock-file): Run .timelog through
5731 convert-standard-filename.
5732
956777b3
GM
57332000-08-14 Gerd Moellmann <gerd@gnu.org>
5734
3215096c
GM
5735 * emacs-lisp/authors.el: New file.
5736
956777b3
GM
5737 * paren.el (show-paren-priority): New user option.
5738 (show-paren-function): Set overlay priorities to
5739 show-paren-priority.
10e1dad9 5740
0cde1424
MB
57412000-08-14 Miles Bader <miles@gnu.org>
5742
5743 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5744 beginning-of-line with inhibit-field-text-motion bound.
5745
90cbf47e
GM
57462000-08-14 Gerd Moellmann <gerd@gnu.org>
5747
5748 * calendar/timeclock.el: New file.
5749
57502000-08-14 David Ponce <david@dponce.com>
5751
5752 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5753 `widget-button-click'. so that one can use left mouse button to
5754 click on dialog buttons.
5755
57562000-08-14 Emmanuel Briot <briot@gnat.com>
5757
5758 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5759 identifiers, since XML is case sensitive
10e1dad9 5760
79e8dca7 57612000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5762
660394d1
MB
5763 * comint.el (comint-output-filter): Don't bother frobbing
5764 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5765
5766 * comint.el (comint-send-string, comint-send-region): Make into
5767 real functions. Snapshot the prompt before sending.
5768
218c2cc7
EZ
57692000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5770
5771 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5772 technique similar to Info-index, instead of relying on specific
5773 names of relevant Index nodes.
5774 (Info-goto-emacs-command-node): Bind Info-history to nil when
5775 going to the first node found by Info-find-emacs-command-nodes.
5776
51e066d2 57772000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5778
5779 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5780
867102f2
MB
57812000-08-10 Miles Bader <miles@gnu.org>
5782
5783 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5784
af718538
EZ
57852000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5786
5787 * info.el (Info-file-list-for-emacs): More elements for the
5788 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5789 and woman manuals.
5790
c51bacd6
MB
57912000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5792
5793 * comint.el (comint-send-input): Make the newline boundary overlay
5794 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5795 (comint-output-filter): Use `insert' instead of
5796 `insert-before-markers'. Extend comint-last-output-overlay when
5797 necessary since we can't rely on insert-before-markers to do it.
5798 * gud.el (gud-filter): Use `with-current-buffer' instead of
5799 save-excursion when inserting the output, so that point gets
5800 updated correctly; the old method relied on a rather dodgy
5801 side-effect of comint-output-filter to avoid the effect of
5802 save-excursion.
5803
98532b12
EZ
58042000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5805
5806 * files.el (recover-file): Call insert-directory instead of
5807 invoking `ls' directly.
5808
3db4b719
MB
58092000-08-10 Miles Bader <miles@gnu.org>
5810
5811 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5812 (comint-last-prompt-overlay): New variables.
5813 (comint-output-filter): Implement prompt highlighting.
5814 (comint-snapshot-last-prompt): New function.
5815 (comint-send-input): Snapshot the last prompt.
5816 Use comint-highlight-input-face.
5817 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5818 Use defface instead of defcustom.
5819 (send-invisible, comint-send-eof): Snapshot the last prompt.
5820 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5821 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5822
96190aa1
SM
58232000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5824
5cda4b07
SM
5825 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5826 (regexp-opt-group): Use a list of chars for `letters'.
5827 (regexp-opt-charset): `chars' is now a list of chars.
5828 Use a char-table rather than a vector so it works for multibyte chars.
5829
96190aa1
SM
5830 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5831 Set cvs-minor-current-files to the selected fileinfo.
5832 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5833 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5834
7d093d56
EZ
58352000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5836
5837 * files.el (insert-directory): Don't call access-file on
5838 directories on DOS and Windows.
5839
b24c5811
KH
58402000-08-09 Kenichi Handa <handa@etl.go.jp>
5841
5842 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5843 longer if necessary.
5844 (ccl-embed-code): Call ccl-embed-data to store CODE in
5845 ccl-program-vector.
5846
0a6fd67e
MB
58472000-08-09 Miles Bader <miles@gnu.org>
5848
5849 * comint.el (comint-output-filter): Properly handle the case where
5850 the text surrounded by comint-last-output-overlay was deleted.
5851
9f6d1a6c
GM
58522000-08-08 Gerd Moellmann <gerd@gnu.org>
5853
25ad1371
GM
5854 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5855 non-nil.
5856 (Info-file-list-for-emacs): Remove "info" from the list because
5857 that leads to trying to use the documentation from file `info'
5858 in various situations where it isn't appropriate, for instance
5859 C-h C-k C-h i.
5860
5861 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5862 DIR and/or STRING are nil.
5863
5864 * progmodes/compile.el (compilation-setup): Make variable
5865 compilation-error-screen-columns buffer-local, as some comment
5866 in the code suggests it should be.
5867
5868 * files.el (auto-mode-interpreter-regexp): New variable.
5869 (set-auto-mode): Use it.
5870
5871 * indent.el (indent-for-tab-command): Doc fix.
5872
5873 * mouse-sel.el (mouse-sel-mode): Doc fix.
5874
9f6d1a6c
GM
5875 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5876 labels.
5877
5878 * help.el (print-help-return-message): When
5879 display-buffer-reuse-frames is set, let the help window been quit,
5880 instead of deleting it, which might delete a reused frame.
5881
3d819a75
EZ
58822000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5883
5884 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5885 rename a directory to a name that differs only by its letter case.
5886
c5a52529
KH
58872000-08-08 Kenichi Handa <handa@etl.go.jp>
5888
5889 * international/quail.el (quail-define-rules): Handle Quail decode
5890 map correctly. Add code for supporting annotations.
5891 (quail-install-decode-map): New function.
5892 (quail-defrule-internal): New optional arguments decode-map and
5893 props.
5894 (quail-advice): New function.
5895
5e9e032a
SS
58962000-08-07 Sam Steingold <sds@gnu.org>
5897
5898 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5899 `defconst', `define-condition', `with-slots'.
5900 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5901
46645f4b
MB
59022000-08-03 Miles Bader <miles@gnu.org>
5903
5904 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5905 New variable.
5906 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5907 comint-use-prompt-regexp-instead-of-fields.
5908 (comint-send-input): Add `input' field property to stuff we send to
5909 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5910 (comint-output-filter): Add `output' field property to process
5911 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5912 (comint-replace-by-expanded-history)
5913 (comint-get-old-input-default, comint-show-output)
5914 (comint-backward-matching-input, comint-forward-matching-input)
5915 (comint-next-prompt, comint-previous-prompt): Use field
5916 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5917 (comint-line-beginning-position): New function.
5918 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5919 (comint-replace-by-expanded-history-before-point): Use
5920 comint-line-beginning-position and line-end-position.
5921 (comint-last-output-overlay): New variable.
5922 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5923
5924 * shell.el (shell-prompt-pattern): Doc change.
5925 (shell-backward-command): Use line-beginning-position.
5926
5927 * gud.el (gud-gdb-complete-command): Use
5928 comint-line-beginning-position.
5929
5930 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5931 comint-bol doesn't actually go to the beginning of the line.
5932
5933 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5934 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5935 (try-expand-line-all-buffers): Likewise.
5936
5937 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5938 explicitly matching comint-prompt-regexp.
5939 (sql-copy-column): Use comint-line-beginning-position instead of
5940 explicitly matching comint-prompt-regexp.
5941
5942 * progmodes/octave-inf.el (inferior-octave-complete): Use
5943 comint-line-beginning-position.
5944
5945 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5946
5947 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5948 looking for a prompt, use `forward-line 0' instead of
5949 `beginning-of-line', to avoid getting caught by an input field.
5950
ff3d9573
GM
59512000-08-07 Gerd Moellmann <gerd@gnu.org>
5952
5953 * files.el (shell-quote-wildcard-pattern): Make sure to return
5954 PATTERN, in the Unix case.
5955
e0d8827b
EZ
59562000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5957
5958 * play/zone.el (zone): Discard any pending input before running
5959 the randomly-chosen pgm.
5960
24d55b8f
KH
59612000-08-07 Kenichi Handa <handa@etl.go.jp>
5962
5963 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5964 checking the existence of any multibyte characters.
5965
3d05e1ee
GM
59662000-08-06 Gerd Moellmann <gerd@gnu.org>
5967
6c4a4368
GM
5968 * help.el (describe-mode): Test minor-mode symbol for being
5969 bound before testing its value for being nil.
5970
3d05e1ee
GM
5971 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5972 `first', `second', and `third'.
5973
5974 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5975 (second): Make it an alias for `cadr'.
5976
6968a481
EZ
59772000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5978
5979 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5980 types of display support faces now.
5981
e49aa397
GM
59822000-08-05 Gerd Moellmann <gerd@gnu.org>
5983
5984 * pcvs.el (require): Require `cl' during compilation, only.
5985
5986 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5987 (toplevel): Remove `remq' and `remove' from autoloads.
5988 (cl-fake-autoloads): New variable. If set, arrange for an error
5989 when CL functions etc. are autoloaded.
5990
588aca27
EZ
59912000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5992
2e78d4ab
EZ
5993 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5994
85628348
EZ
5995 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5996 popped up, but the user clicks outside the menu, return an empty
5997 regexp (that causes unhighlight-regexp to have no effect).
5998
74f0e552
EZ
5999 * menu-bar.el (menu-bar-games-menu): Add Zone.
6000
588aca27
EZ
6001 * hi-lock.el (toplevel): Require font-lock.
6002
f4988be7
GM
60032000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6004
ba087cd7 6005 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6006 (ebnf-8-bit-chars): New var for bug fix.
6007 (ebnf-string): Bug fix.
6008
027b73ac
SS
60092000-08-03 Sam Steingold <sds@gnu.org>
6010
6011 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6012 instead of `buffer-string'.
6013 (require 'cl): Always, not just when compiling.
6014 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6015 necessary.
6016
2f1fa038
EZ
60172000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6018
6019 * international/mule-cmds.el (select-safe-coding-system): Make
6020 the message text about selecting a safe coding system more clear.
6021
ead53494
GM
60222000-08-02 Gerd Moellmann <gerd@gnu.org>
6023
abb2db1c
GM
6024 * hi-lock.el: New file.
6025
6026 * play/zone.el: New file.
6027
ead53494
GM
6028 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6029 value of tab-width in the original buffer. Choose a line number
6030 format that's a multiple of the original buffer's tab width, so
6031 that lines appear right.
6032
6033 * textmodes/ispell.el (ispell): New function, replacing an alias.
6034 Spell-check active region if in transient-mark-mode and mark
6035 is active; otherwise spell-check buffer.
6036
60372000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6038
6039 * ps-mule.el: Fix a customization problem on
6040 ps-mule-font-info-database-default.
6041
f4a2b0a4
EZ
60422000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6043
6044 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6045 display-mouse-p instead of window-system.
6046 (ebrowse-member-mode-map): Ditto.
6047
b685181e
GM
60482000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6049
ba087cd7
EZ
6050 * progmodes/ebnf2ps.el: Update ps-print functions call.
6051 Indentation fix. Doc fix.
b685181e
GM
6052 (ebnf-version): New version number (3.2).
6053 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6054
3b5fab87
EZ
60552000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6056
032ebb29
EZ
6057 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6058 font lock support on window-system.
6059 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6060
3b5fab87
EZ
6061 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6062 display-color-p, if fboundp, instead of window-system.
6063
7e2605e7
EZ
60642000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6065
6066 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6067 instead of window-system.
6068
6069 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6070 window-system.
6071 (widget-choice-mouse-down-action): Use display-popup-menus-p
6072 instead of window-system.
6073
6074 * strokes.el (strokes-file): Run the file name through
6075 convert-standard-filename.
6076 (strokes-mode): Call display-mouse-p instead of looking at
6077 window-system. Change the error message accordingly.
6078
6079 * progmodes/cpp.el (toplevel): Support faces on tty's.
6080
6081 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6082 (lm-plot-square, lm-init-display): Don't use window-system.
6083
6084 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6085 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6086
6087 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6088 instead of looking at window-system.
6089
26119624
GM
60902000-07-30 Gerd Moellmann <gerd@gnu.org>
6091
6092 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6093 of testing if iswitchb-prepost-hooks is bound, because the
6094 latter will always be true when invoking a recursive minibuffer
6095 from an active Iswitchb buffer.
6096
c90596f3
EZ
60972000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6098
6099 * files.el (shell-quote-wildcard-pattern): New function.
6100 (insert-directory): Call it. Only prepend "\" to command on Unix
6101 and GNU/Linux systems.
6102
18925e78
GM
61032000-07-30 Gerd Moellmann <gerd@gnu.org>
6104
6105 * eshell/esh-groups.el: Change custom :link file names
6106 from `eshell.info' to `eshell'.
6107
61082000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6109
6110 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6111 correctly in recursive ange-ftp listings.
6112
61132000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6114
6115 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6116 ps-header-font-size-internal and
6117 ps-header-title-font-size-internal variables are not set,
6118 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6119 face text property is (foreground-color . COLOR) or
6120 `(background-color . COLOR)', ps-print crashes. Doc fix.
6121 (ps-print-version): New version number (5.2.4).
6122 (ps-plot-region): Code fix.
6123 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6124 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6125 Bug fix 2.
6126
61272000-07-30 Milan Zamazal <pdm@freesoft.cz>
6128
6129 * glasses.el (glasses-make-readable): Fix uncapitalization of
6130 identifiers like `myXMLDocument'.
6131
aeb4c63e
KF
61322000-07-28 Karl Fogel <kfogel@red-bean.com>
6133
18925e78
GM
6134 * mail/mail-hist.el (mail-hist-previous-input)
6135 (mail-hist-next-input): Do the obvious code factorization.
6136 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6137 code of above two.
6138 If inserting a message body, leave point at top.
6139
9d453139
SS
61402000-07-28 Sam Steingold <sds@gnu.org>
6141
6142 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6143 Use `<=', not `<' to compare times!
6144 (ange-ftp-ls): Remove.
9d453139 6145
b548072f
GM
61462000-07-27 Gerd Moellmann <gerd@gnu.org>
6147
27848c01
GM
6148 * play/cookie1.el: Add explanation of how to make cookie.el
6149 compatible with strfile(1) to comment.
6150
6151 * subr.el (remove, remq): New functions.
6152
3ab82477
GM
6153 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6154 escape `*' in regexps.
6155 (midnight-find): Reverse order of arguments in the funcall of
6156 TEST.
6157
6158 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6159 and `.class'.
6160
b548072f
GM
6161 * play/meese.el: Add Commentary section.
6162
27848c01
GM
61632000-07-27 Alex Schroeder <alex@gnu.org>
6164
6165 * sql.el (sql-ms): Added autoload cookie.
6166 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6167 (sql-oracle): Ditto.
6168 (sql-help): Doc change.
6169
6170 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6171 types and exceptions.
6172
61732000-07-27 Alex Schroeder <alex@gnu.org>
6174
6175 * sql.el (sql-placeholder-history): New variable.
6176 (sql-query-placeholders-and-send): New function that will query
6177 the user and replace placeholders with user input.
6178 (sql-oracle): If running on NT, set comint-input-sender to
6179 sql-query-placeholders-and-send.
6180
6181 (sql-stop): If in the SQLi buffer, insert stop notification, else
6182 present it as a message.
6183
61842000-07-27 Alex Schroeder <alex@gnu.org>
6185
6186 * sql.el (sql-input-ring-separator): Doc change.
6187 (sql-input-ring-file-name): Doc change.
6188 (sql-interactive-mode): Use `sql-input-ring-separator' and
6189 `sql-input-ring-file-name' to set the comint-mode equivalents
6190 without making them local variables.
6191 (sql-stop): Don't bind `sql-input-ring-separator' and
6192 `sql-input-ring-file-name' dynamically to their comint-mode
6193 equivalents.
6194
91ae8751
KH
61952000-07-27 Kenichi Handa <handa@etl.go.jp>
6196
6197 * international/mule.el (register-char-codings): New function.
6198 (make-coding-system): Handle `safe-chars' specification in the arg
6199 PROPERTY.
6200
6201 * international/mule-cmds.el
6202 (find-coding-systems-region-subset-p): This function deleted.
6203 (sort-coding-systems-predicate): New variable.
6204 (sort-coding-systems): New function.
6205 (find-coding-systems-region): Use
6206 find-coding-systems-region-internal.
6207 (find-coding-systems-string): Use find-coding-systems-region.
6208 (find-coding-systems-for-charsets): Check
6209 char-coding-system-table.
6210 (select-safe-coding-system-accept-default-p): New variable.
6211 (select-safe-coding-system): Mostly rewritten. New argument
6212 ACCEPT-DEFAULT-P.
6213 (select-message-coding-system): Call select-safe-coding-system
6214 with ACCEPT-DEFAULT-P arg.
6215 (reset-language-environment): Reset default-sendmail-coding-system
6216 to the default value iso-latin-1.
6217 (set-language-environment): Don't set the obsolete variable
6218 charset-origin-alist.
6219
6220 * international/codepage.el (cp-coding-system-for-codepage-1):
6221 Give `safe-chars' property to make-coding-system.
6222
6223 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6224 calling select-message-coding-system twice.
6225
6226 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6227 instead of `safe-charsets'.
6228 (cyrillic-alternativnyj): Likewise.
6229 (ccl-encode-alternativnyj): Don't check the charset
6230 cyrillic-iso8859-5.
6231
90cf4474
KH
62322000-07-27 Kenichi Handa <handa@etl.go.jp>
6233
6234 * composite.el (compose-chars-after): Preserve match data.
6235
a1f84f6d
SS
62362000-07-26 Sam Steingold <sds@gnu.org>
6237
6238 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6239 (ange-ftp-real-file-newer-than-file-p): New function.
6240 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6241 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6242
6243 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6244 * midnight.el (midnight-float-time): Ditto.
6245
e092928e
AS
62462000-07-26 Andreas Schwab <schwab@suse.de>
6247
6248 * files.el (normal-backup-enable-predicate): Correct
6249 interpretation of the return value of compare-strings.
6250
7465ebef
GM
62512000-07-26 Gerd Moellmann <gerd@gnu.org>
6252
3353ef5a
GM
6253 * isearch.el (isearch-resume): New function.
6254 (isearch-done): Add something to command-history to resume
6255 the search.
6256 (isearch-yank-line, isearch-yank-word): Use
6257 buffer-substring-no-properties instead of buffer-substring.
6258
7465ebef
GM
6259 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6260 of flyspell-mouse-map.
6261
6262 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6263 duplicate definition.
6264 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6265
6266 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6267 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6268
5044b74a
SS
62692000-07-25 Sam Steingold <sds@gnu.org>
6270
25759a92
SS
6271 * net/ange-ftp.el: Get modtime over the net.
6272 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6273 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6274 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6275 Use it.
6276 (ange-ftp-dot-to-slash): New function.
6277 (ange-ftp-fix-name-for-vms): Use it.
6278
5044b74a
SS
6279 * midnight.el (midnight-buffer-display-time): Use
6280 `with-current-buffer'.
6281
5dcfb3f4
GM
62822000-07-25 Gerd Moellmann <gerd@gnu.org>
6283
6284 * find-dired.el: Update copyright notice.
6285 (find-dired): Offer to kill a running `find'.
6286
6287 * enriched.el (enriched-face-ans): For a `foreground-color'
6288 property, return '(("x-color" COLOR))' so that COLOR will be
6289 output as a parameter of the x-color annotation. Likewise for the
6290 `background-color' property. In the case of normal face
6291 properties, don't return annotations for unspecified foreground
6292 and background face attributes.
6293
8c662166
KH
62942000-07-25 Kenichi Handa <handa@etl.go.jp>
6295
6296 * language/japan-util.el (japanese-katakana-region): Fix handling
6297 HANKAKU argument.
6298
c28da489
MB
62992000-07-25 Miles Bader <miles@gnu.org>
6300
6301 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6302 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6303 constrain-to-field.
6304
ad349719
AI
63052000-07-24 Andrew Innes <andrewi@gnu.org>
6306
6307 * timer.el (timer-activate-when-idle): Add optional parameter
6308 DONT-WAIT. Update docstring.
6309 (run-with-idle-timer): Specify extra parameter to
6310 timer-activate-when-idle, so that timer will be activated
6311 immediately if Emacs is already idle.
6312
6313 * w32-fns.el (w32-using-nt): Fix docstring.
6314
c95162f5
DL
63152000-07-24 Dave Love <fx@gnu.org>
6316
6317 * mouse.el (popup-menu): Set last-command-event.
6318 (mouse-major-mode-menu-prefix): Declare.
6319
e3c31fd5
GM
63202000-07-24 Gerd Moellmann <gerd@gnu.org>
6321
6322 * textmodes/flyspell.el: Update to author's version 1.5d.
6323
6324 * progmodes/hideshow.el: Update copyright notice.
6325
6326 * vcursor.el: Set maintainer to FSF, since author cannot
6327 be reached.
6328
7636d2a3
EZ
63292000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6330
fbe0a958
EZ
6331 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6332 the prompt.
6333
7636d2a3
EZ
6334 * mouse.el (popup-menu): Run the keymap through indirect-function,
6335 in case it was defined with define-prefix-key. If the menu is a
6336 list of keymaps, look up the binding of user's choice in each one
6337 of the keymaps.
6338 (mouse-popup-menubar): If the global and local menu-bar keymaps
6339 don't have a prompt string, create one and insert it into the
6340 keymap. Don't barf if current-local-map returns nil.
6341
e024b101
GM
63422000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6343
6344 * dired.el (dired-sort-R-check): Added to allow recursive listing
6345 to be undone.
6346 (dired-sort-other): Use it.
6347
7972fcfc
GM
63482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6349
e024b101 6350 * Release of cc-mode 5.27
7972fcfc
GM
6351
63522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6353
6354 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6355 c-beginning-of-statement-1 that caused a bad case of recursion
6356 which could consume a lot of CPU in large classes in languages
6357 that have in-expression classes (i.e. Java and Pike).
6358
6359 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6360 statements before top level constructs (i.e. case 6 is moved
6361 before case 5 and is now case 4) to catch in-expression
6362 classes in top level expressions correctly.
6363
63642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6365
6366 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6367 objc-method-intro. Case 4 removed and case 5I added.
6368
6369 * cc-langs.el (c-append-paragraph-start): New variable used by
6370 c-common-init to get paragraph-start correct.
6371 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6372 initialize paragraph-start to make it correct both with and
6373 without the javadoc special case.
6374
6375 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6376 initialize paragraph-start for javadoc markup.
6377
6378 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6379 change by defaulting this to t. It's motivated by the
6380 confusing behavior that otherwise arise from the style system
6381 when editing both java and non-java files at the same time
6382 (see the comments about style setting in c-common-init).
6383
63842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6385
6386 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6387 similar to the one in c-fill-paragraph to check the fill
6388 prefix from the adaptive fill function for sanity.
6389
63902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6391
6392 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6393 defun block.
6394
63952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6396
5044b74a 6397 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6398
63992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6400
6401 * cc-align.el (c-lineup-multi-inher): Handle lines with
6402 leading comma nicely. Extended to handle member initializers
6403 too.
6404
e024b101 6405 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6406 c-guess-basic-syntax): Fixed recognition of inheritance lists
6407 when the lines begins with a comma.
6408
5044b74a 6409 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6410
6411 * cc-vars.el (c-offsets-alist): Changed default for
6412 member-init-cont to c-lineup-multi-inher since it now handles
6413 member initializers and indents better for leading commas.
6414
64152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6416
6417 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6418 handling that caused class open lines to be recognized as
6419 statement-conts in some cases.
6420
6421 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6422 guessed by the adaptive fill function unless point is on the
6423 first line of a block comment.
6424
6425 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6426 when the buffer ends with a macro continuation char.
6427
6428 * cc-engine.el (c-guess-basic-syntax): Added support for
6429 function definitions as statements in Pike. The first
6430 statement in a lambda block is now labeled defun-block-intro
6431 instead of statement-block-intro.
6432
6433 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6434 so that the class surrounding point is selected, not the one
6435 innermost in the state.
6436
6437 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6438 recognition of switch labels having hanging multiline
6439 statements.
6440
6441 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6442 some code in c-guess-basic-syntax to a separate function.
6443 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6444 recognition of member inits with multiple line arglists.
6445 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6446 member-init-cont when the commas are in funny places.
6447
64482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6449
6450 * cc-defs.el (c-auto-newline): Removed this macro since it's
6451 not used anymore.
6452
6453 * cc-engine.el (c-looking-at-bos): New helper function.
6454 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6455 inexpr and toplevel classes apart in Pike.
6456
6457 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6458 of case 9A.
6459
6460 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6461 constant, since "class" can introduce an in-expression class
6462 in Pike nowadays.
6463
64642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6465
6466 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6467 indentation on cpp-macro lines.
6468
6469 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6470 a syntax modifier like comment-intro, to make it possible to
6471 get syntactic indentation for preprocessor directives. It's
6472 incompatible wrt to lineup functions on cpp-macro, but it has
6473 no observable effect in the 99.9% common case where cpp-macro
6474 is set to -1000.
6475
64762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6477
6478 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6479 member-init-cont when the preceding arglist is several lines.
6480
64812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6482
6483 * cc-styles.el (c-style-alist): The basic offset for the BSD
6484 style corrected to 8.
6485
64862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6487
6488 * cc-styles.el (c-style-alist): Adjusted the indentation of
6489 brace list openers in the gnu style.
6490
64912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6492
6493 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6494
6495 * cc-cmds.el (c-electric-brace, c-electric-slash,
6496 c-electric-star, c-electric-semi&comma, c-electric-colon,
6497 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6498 when c-syntactic-indentation is nil.
6499
6500 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6501 we were left at comments preceding the first statement when
6502 reaching the beginning of the buffer.
6503
6504 * cc-vars.el (c-syntactic-indentation): New variable to turn
6505 off all syntactic indentation.
6506
65072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6508
6509 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6510 between the text and the block comment ender when it hangs,
6511 depending on how many there are before the fill.
6512
65132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6514
6515 * cc-engine.el (c-beginning-of-closest-statement): New helper
6516 function to go back to the closest preceding statement start,
6517 which could be inside a conditional statement.
6518 * cc-engine.el (c-guess-basic-syntax): Use
6519 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6520
6521 * cc-engine.el (c-guess-basic-syntax): Better handling of
6522 arglist-intro, arglist-cont-nonempty and arglist-close when
6523 the arglist is nested inside parens. Cases 7A, 7C and 7F
6524 changed.
6525
6526 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6527 up-to-date with javadoc 1.2.
6528
65292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6530
6531 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6532 multiline Pike type decls.
6533
65342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6535
6536 * cc-cmds.el (c-indent-new-comment-line): Always break
6537 multiline comments in multiline mode, regardless of
6538 comment-multi-line.
6539
65402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6541
6542 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6543 fully::qualified::names in C++ member init lists. Preamble in
6544 case 5D changed.
6545
65462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6547
6548 * cc-langs.el (c-common-init): Handling of obsolete variables
6549 moved to c-initialize-cc-mode. More compatible style override
6550 when using global style variables.
6551 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6552 variables moved here.
6553
e024b101 6554 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6555 c-special-indent-hook as a style variable. Don't talk about
6556 doing (c-make-styles-buffer-local t) in a mode hook, since
6557 that's already too late to work right.
5044b74a 6558
7972fcfc
GM
6559 * cc-styles.el (c-make-styles-buffer-local): Flag style
6560 variable localness in c-style-variables-are-local-p to make
6561 the compatibility measure in c-common-init work well.
6562
6563 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6564 longer contain set-from-style.
6565 * cc-styles.el (c-initialize-builtin-style): Don't check for
6566 set-from-style on c-special-indent-hook.
6567 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6568 copy-alist is sufficient now.
6569
6570 * cc-styles.el (c-set-style, c-set-style-1,
6571 c-get-style-variables): Fixes to variable initialization so
6572 that duplicate entries in styles have the same effect
6573 regardless of DONT-OVERRIDE.
6574
6575 * cc-styles.el (c-set-style-2): Fixed bug where the
6576 initialization of inheriting styles failed when the
6577 dont-override flag is set.
6578
6579 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6580 on this.
6581
65822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6583
6584 * cc-defs.el (c-forward-comment): Removed the workaround
6585 introduced in 5.38 since it had worse side-effects. If a line
6586 contains the string "//\"", it regarded the // as a comment
6587 start since the \ temporarily doesn't have escape syntax.
6588
65892000-07-17 Emmanuel Briot <briot@act-europe.fr>
6590
6591 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6592 ada-xref.el before ada-prj.el, so that the Project menu is created
6593 when ada-prj tries to add to it.
6594 (ada-activate-keys-for-case): Suppress the characters that are not
6595 part of the Ada syntax. Better compatibility with else-mode
6596 (ada-adjust-case-interactive): When auto-casing is not active,
6597 correctly insert newlines (used to insert only ^M). Prevent the
6598 syntax table from being changed in case of an error
814299a7 6599 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6600 Do nothing if ada-auto-case is nil.
6601 (ada-after-keyword-p): Ignore keywords that are also attributes
6602 (ada-batch-reformat): Update usage comment
6603 (ada-call-from-contextual-menu): New function
6604 (ada-case-read-exceptions): Reinitialize the casing exception list
6605 first to nil first, so that the casing exception file can be
6606 shared.
6607 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6608 files.
6609 (ada-compile-goto-error): Fix regexp used to detect a file:line
6610 anywhere in the error message
6611 (ada-contextual-menu-last-point): New variable
6612 (ada-create-keymap): If the variable delete-key-deletes-forward is
6613 t on XEmacs, it means that DEL should delete one character
6614 forward.
6615 (ada-create-menu): Use :included instead of :visible for XEmacs.
6616 New submenu "Options".
6617 (ada-end-stmt-re): Correctly indent "select ... then abort"
6618 statements.
6619 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6620 even if they don't match ada-fill-comment-prefix Fix handling of
6621 paragraphs on the first or last line of a file.
6622 (ada-format-paramlist): Fix handling of default parameter values.
6623 (ada-get-body-name): New function.
6624 (ada-get-current-indent): Optimized by searchling directly for an
6625 existing generic part or a statement outside of it. Handle
6626 ada-indent-align-comments when indenting comments Replaced some
6627 regexps by testing directly the next character. This results in a
6628 huge speedup on some files. New indentation scheme for renames
6629 statements. Stop looking for the 'while' or 'for' associated with
6630 a 'loop' at the first semicolon encountered. A "return" can also
6631 match an anonymous access subprogram declaration.
6632 (ada-get-indent-noindent): Ignore strings and comments when
6633 looking for the keywords "record" and "private".
6634 (ada-goto-matching-decl-start): When matching "if", make sure we
6635 are not in fact seeing "end if". Ignore "when" statements except
6636 when initial keyword was "begin". Fix handling of nested
6637 procedures. Add a recursive call to this function to skip over
6638 other 'end' statmts. Fix indentation for "when .. => begin"
6639 (ada-in-open-paren-p): Fix indentation for complex boolean
6640 expressions, where 'and then', 'or else' and parenthesis
6641 statements are mixed up.
6642 (ada-in-paramlist-p): Skip comments while searching for the
6643 beginning Fix handling of operator declarations.
6644 (ada-indent-align-comments): New variable
6645 (ada-indent-current): Change the syntax table only in the
6646 protected section, so that we are sure it is restored correctly.
6647 (ada-indent-on-previous-lines): Use ada-use-indent and
6648 ada-with-indent Correctly indent "select ... then"
6649 (ada-indent-region): Slight speedup.
6650 (ada-indent-renames): New variable.
6651 (ada-last-which-function-subprog, ada-last-which-function-line):
6652 New variables
6653 (ada-looking-at-semi-private): Correctly indent the 'private'
6654 keyword when it is the first word in a package declaration.
6655 (ada-loose-case-word): Stop searching if at the end of the buffer.
6656 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6657 even if point is not initially at the end of the word.
6658 (ada-matching-decl-start-re): Add "when".
6659 (ada-mode): Add support for abbrev-mode, outline-mode and
6660 which-func-mode Override the old find-file.el entry in
6661 ff-special-constructs since it is using the obsolete
6662 ada-spec-suffix variable
6663 (ada-no-auto-case): New function
6664 (ada-scan-paramlist): When parsing the argument type, accept
6665 spaces (as in "X 'Class", generated by Rational Rose).
6666 (ada-other-file-name): No longer loads the other file.
6667 (ada-popup-menu): Save and restore the current buffer and cursor
6668 position before and after displaying the menu.
6669 (ada-search-ignore-complex-boolean): New function.
6670 (ada-uncomment-region): Emacs21 already knows how to delete
6671 comments not starting in the first column.
6672 (ada-use-indent): New variable
6673 (ada-which-function): New function.
6674 (ada-with-indent): New variable
6675 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6676 can be batch-compiled from the command line.
6677
6678 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6679 Add to the menu when the file is loaded, not in ada-mode-hook.
6680 Add -toolbar to the default ddd command Switches moved from
6681 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6682 ada-prj-default-comp-opt
6683 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6684 Reference Manual to the menu
6685 (ada-check-current): rewritten as a call to ada-compile-current
6686 (ada-compile): Removed.
6687 (ada-compile-application, ada-compile-current, ada-check-current):
6688 Set the compilation-search-path so that compile.el automatically
6689 finds the sources in src_dir. Automatic scrollong of the
6690 compilation buffer. C-uC-cC-c asks for confirmation before
6691 compiling
6692 (ada-compile-current): New parameter, prj-field
6693 (ada-complete-identifier): Load the .ali file before doing
6694 processing
6695 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6696 conform to gnatmake's behavior.
6697 (ada-find-file-in-dir): New function
6698 (ada-find-references): Set the environment variables for gnatfind
6699 (ada-find-src-file-in-dir): New function.
6700 (ada-first-non-nil): Removed
6701 (ada-gdb-application): Add support for jdb, the java debugger.
6702 (ada-get-ada-file-name): Load the original-file first if not done
6703 yet.
6704 (ada-get-all-references): Handles the new ali syntax (parent types
6705 are found between <>).
6706 (ada-initialize-runtime-library): New function
6707 (ada-mode-hook): Always load a project file when a file is opened,
6708 so that the casing exceptions are correctly read.
6709 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6710 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6711 to open the project file, since the latter does not work with
6712 speedbar Get default values before loading the prj file, or the
6713 default executable file name is wrong. Use the absolute value of
6714 src_dir to initialize ada-search-directories and
6715 compilation-search-path,... Add the standard runtime library to
6716 the search path for find-file.
6717 (ada-prj-default-debugger): Was missing an opening '{'
6718 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6719 variables.
6720 (ada-prj-default-gnatmake-opt): New variable
6721 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6722 buffers, the project file is the default one Save the windows
6723 configuration before displaying the menu.
6724 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6725 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6726 ...) regexp-quote identifiers names to support operators +,
6727 -,... in regexps.
6728 (ada-remote): New function.
6729 (ada-run-application): Erase the output buffer before starting the
6730 run Support remote execution of the application. Use
6731 call-process, or the arguments are incorrectly parsed
6732 (ada-set-default-project-file): Reread the content of the active
6733 project file, not the one from the current buffer When a project
6734 file is set as the default project, all directories are
6735 automatically associated with it.
6736 (ada-set-environment): New function
6737 (ada-treat-cmd-string): New special variable ${current}
6738 (ada-treat-cmd-string): Revised. The substitution is now done for
6739 any ${...} substring
6740 (ada-xref-current): If no body was found, compiles the spec
6741 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6742 compiler to get rid of command line length limitations.
6743 (ada-xref-get-project-field): New function
6744 (ada-xref-project-files): New variable
6745 (ada-xref-runtime-library-specs-path)
6746 (ada-xref-runtime-library-ali-path): New variables
6747 (ada-xref-set-default-prj-values): Default run command now does a
6748 cd to the build directory. New field: main_unit Provide a default
6749 file name even if the current buffer has no prj file.
6750
6751 * ada-prj.el:
6752 Rewritten to show a tabbed-dialog.
6753 (ada-prj-add-ada-menu): Remove the map and name parameters.
6754 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6755 New function
6756 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6757 (ada-prj-load-from-file): New function
6758 (ada-prj-save): Always save fields that depend on the current buffer
6759 (ada-prj-show-value): New function
5044b74a 6760
7972fcfc
GM
6761 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6762 Ada mode. This will allow us to display the Ada menu in any buffer
6763 we want (for project items).
6764 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6765 number of spaces in the header.
5044b74a 6766
8730a8da
DL
67672000-07-24 Dave Love <fx@gnu.org>
6768
6769 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6770
db3ca487
NF
67712000-07-23 Noah Friedman <friedman@splode.com>
6772
ad953485
NF
6773 * type-break.el (type-break): perform autosave.
6774 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6775 (type-break-do-query): Cancel query schedule while performing
6776 actual query, to avoid possibility of a second query being made
6777 while first one is already in progress.
6778 (type-break-time-stamp-format): New variable.
6779 (type-break-time-stamp): New function.
6780 (type-break-time-warning): Use it.
6781 (type-break-keystroke-warning): Use it.
6782 (type-break-noninteractive-query): Use it.
6783
03a9c6d0
NF
6784 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6785 cookie.
6786 Use add-minor-mode to set minor-mode-alist, if available.
6787 (eldoc-echo-area-use-multiline-p): New user option.
6788 (eldoc-echo-area-multiline-supported-p): New variable.
6789 (eldoc-docstring-format-sym-doc): Use them.
6790 (eldoc-mode): If not using idle timers, append to local post and
6791 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6792 (eldoc-display-message-no-interference-p): Don't interfere with
6793 edebug.
6794 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6795 (eldoc-function-arglist): New function.
6796 (eldoc-function-argstring): Use it.
6797
db3ca487
NF
6798 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6799 auto save directory exists before calling directory-files.
6800
f7ad1899
DL
68012000-07-23 Dave Love <fx@gnu.org>
6802
6803 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6804 ^o, ^u.
6805
43e764c9
DL
68062000-07-21 Dave Love <fx@gnu.org>
6807
475de6f4
DL
6808 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6809 now passed to the function. It now works properly.
6810
43e764c9
DL
6811 * smerge-mode.el (smerge-mode-menu): Fill it out.
6812
e8bea4c0
GM
68132000-07-20 Gerd Moellmann <gerd@gnu.org>
6814
6815 * info-look.el (info-lookup): If *info* is shown in another frame
6816 on the same display, select that frame, instead of switching to
6817 the Info buffer in another window of the selected frame.
6818
6819 * simple.el (universal-argument-map): Bind numeric keypad keys
6820 kp-0 to kp-9 and kp-subtract.
6821 (digit-argument): Handle these keys.
6822
bc75b4fd
DL
68232000-07-20 Dave Love <fx@gnu.org>
6824
6825 * net/goto-addr.el (goto-address-fontify): Don't bother with
6826 buffer-modified and read-only stuff -- irrelevant with overlays.
6827 Put an extra property on the overlays and use it to clean up in
6828 case goto-address is re-run.
6829
8b7bc628
RS
68302000-07-19 Richard M. Stallman <rms@gnu.org>
6831
18e21ce8
RS
6832 * timer.el (run-with-idle-timer): Doc fix.
6833
db3ca487 6834 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6835 Handle case where <...> appears inside "...".
6836 Use replace-match to edit the string more simply.
6837 (rmail-dont-reply-to): Cope with an unmatched ".
6838
50575ec2
DL
68392000-07-19 Dave Love <fx@gnu.org>
6840
6841 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6842 implementation.
6843
6844 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6845 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6846 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6847
4279296d
GM
68482000-07-19 Gerd Moellmann <gerd@gnu.org>
6849
47db06aa
GM
6850 * textmodes/refer.el: Correct maintainer's email address.
6851
6852 * progmodes/hideif.el: Correct author's email address.
6853 Fix typo in comment.
6854
6855 * xml.el: New file.
6856
4279296d
GM
6857 * mail/mailheader.el: Correct author's mail address.
6858
6859 * gnus/parse-time.el: Correct author's mail address.
6860
47db06aa 68612000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6862
6863 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6864 New user options.
6865 (comint-input-ring-file-name): Change custom type.
6866 (comint-mode-map): Bind mouse-2.
6867 (comint-insert-clicked-input): New function.
6868 (comint-send-input): Handle input highlighting.
6869
21ad0f7b
SM
68702000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6871
6872 * mouse.el (popup-menu): New function.
6873 (mouse-major-mode-menu): Use it.
6874
3b33a005
DL
68752000-07-18 Dave Love <fx@gnu.org>
6876
6877 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6878 improvements.
6879
dc1cac59
GM
68802000-07-18 Gerd Moellmann <gerd@gnu.org>
6881
21ad0f7b 6882 * faces.el (face-font-selection-order)
dc1cac59 6883 (face-font-family-alternatives): Add custom type.
db3ca487 6884
f8276b77
DL
68852000-07-18 Dave Love <fx@gnu.org>
6886
6887 * cus-edit.el (custom-variable-reset-saved)
6888 (custom-variable-reset-standard): Remove unused bindings.
6889
6890 * rect.el (open-rectangle-line): Remove unused let.
6891
6892 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6893
3d6cd763
GM
68942000-07-18 Gerd Moellmann <gerd@gnu.org>
6895
6896 * cdl.el: Fix `Maintainer' keyword.
6897
6898 * play/pong.el: Add author's email address.
6899
34342a07
SS
69002000-07-17 Sam Steingold <sds@gnu.org>
6901
6902 * files.el (insert-directory): Call `split-string' instead of
6903 re-implementing it.
6904
088831a6
GM
69052000-07-18 Gerd Moellmann <gerd@gnu.org>
6906
6907 * mail/vms-pmail.el: Change maintainer to FSF.
6908
6909 * net/goto-addr.el: Change maintainer to FSF.
6910
6911 * recentf.el: Update from author.
6912
6913 * info.el (Info-title-face-alist): Removed.
db3ca487 6914
68be2869
EZ
69152000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6916
6917 * eshell/eshell.el (eshell): Replace links to eshell.info with
6918 links to eshell, to avoid problems on systems where the manual is
6919 installed as `eshell'.
6920 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6921 * eshell/em-smart.el (eshell-smart): Ditto.
6922 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6923 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6924
6925 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6926 same-file check in the MS-DOS version (it does support inodes).
6927
6928 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6929
21ad0f7b
SM
6930 * eshell/eshell.el (eshell-directory-name):
6931 Run default directory name through convert-standard-filename.
68be2869 6932
269b4dcb
KH
69332000-07-18 Kenichi Handa <handa@etl.go.jp>
6934
21ad0f7b
SM
6935 * international/mule-cmds.el (select-safe-coding-system):
6936 Fix typo in the comment.
240a16cf 6937
21ad0f7b
SM
6938 * language/european.el (compound-text):
6939 Force katakana-jisx0201 to be designated to G1.
aa96c820 6940
21ad0f7b
SM
6941 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6942 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6943 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6944
269b4dcb
KH
6945 * international/kkc.el (kkc-after-update-conversion-functions):
6946 New variable.
6947 (kkc-update-conversion): Run functions in it at the tail.
6948
68be2869 69492000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6950
21ad0f7b
SM
6951 * lisp/align.el (align-newline-and-indent):
6952 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6953 (align-region): Fixed badly formatted minibuffer message.
6954
7a3fd467
KH
69552000-07-17 Kenichi Handa <handa@etl.go.jp>
6956
21ad0f7b 6957 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6958 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6959 the conversion list at first if appropriate.
6960 (kkc-next): Don't update kkc-next-count here.
6961 (kkc-prev): Don't update kkc-prev-count here.
6962 (kkc-show-conversion-list-update): Fix setting up of conversion
6963 list message.
6964
a45423d8
SM
69652000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6966
088831a6 6967 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6968
91a38db1
DL
69692000-07-16 Dave Love <fx@gnu.org>
6970
6971 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6972 function to be more specific.
6973
6974 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6975 non-string help-echo.
6976 (widget-types-convert-widget): Defsubst it.
6977 (widget-echo-help): Try to cope with a help-echo function of two
6978 possible sorts.
6979
3fddcdc3
JR
69802000-07-15 Jason Rumney <jasonr@gnu.org>
6981
6982 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6983 Declare as obsolete.
6984
6985 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6986
bd23a692
GM
69872000-07-14 Gerd Moellmann <gerd@gnu.org>
6988
6989 * hilit-chg.el: Fix typo.
6990
d4af987a
DL
69912000-07-14 Dave Love <fx@gnu.org>
6992
6993 * info.el (Info-mode-menu): Fix use of :help, :enable.
6994
3a4f3f86
SM
69952000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6996
6997 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6998
cf6936a4
DL
69992000-07-13 Dave Love <fx@gnu.org>
7000
4d6d04b5
DL
7001 * emacs-lisp/easymenu.el: Doc fixes.
7002 (easy-menu-remove): Defalias to ignore.
7003
cf6936a4
DL
7004 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7005 Call throw correctly.
7006
56437999
GM
70072000-07-13 Gerd Moellmann <gerd@gnu.org>
7008
7009 * faces.el (frame-background-mode): Doc fix.
7010
7011 * simple.el (eval-expression-print-length): Change custom type to
7012 allow entering nil as value.
7013
d04a3972
DL
70142000-07-13 Dave Love <fx@gnu.org>
7015
3a4f3f86
SM
7016 * progmodes/fortran.el (fortran-imenu-generic-expression):
7017 Change definition layout.
a8189dfe
DL
7018 (fortran-mode-menu): Reinstate customize entries.
7019
d04a3972
DL
7020 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7021 Use :filter, per old XEmacs code.
7022
4bf4fb05
GM
70232000-07-12 Gerd Moellmann <gerd@gnu.org>
7024
7025 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7026 event when deciding what to send to the terminal.
7027
37328bcd
DL
70282000-07-12 Dave Love <fx@gnu.org>
7029
7030 * cus-start.el: Add optional version as 4th element of specs and
7031 use it for several things new in v21. Remove load-path. Fix type
7032 of line-number-display-limit.
7033
89492072
DL
70342000-07-11 Dave Love <fx@gnu.org>
7035
3a4f3f86
SM
7036 * progmodes/fortran.el: Don't require easymenu.
7037 Use repeat counts in various regexps.
315aa1de
DL
7038 (fortran-mode-syntax-table): Defvar directly.
7039 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7040 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7041 Use defvar, not defconst.
7042 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7043 (fortran-mode): Set fortran-comment-line-start-skip,
7044 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7045 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7046 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7047 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7048 (fortran-comment-region, fortran-electric-line-number): Simplify.
7049 (fortran-auto-fill): New function.
7050 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7051 (fortran-find-comment-start-skip):
7052 Check for non-null comment-start-skip.
7053 (fortran-auto-fill-mode, fortran-fill-statement):
7054 Use fortran-auto-fill.
315aa1de 7055 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7056 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7057
89492072
DL
7058 * widget.el (widget-plist-member): New alias.
7059
d55ead18
EZ
70602000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7061
7062 * eshell/esh-module.el (toplevel): Reference
7063 byte-compile-current-file only if it is bound.
7064
e82a2a05
GM
70652000-07-10 Gerd Moellmann <gerd@gnu.org>
7066
7067 * dired.el: Don't require `dired-aux'.
7068
1fc7fb2b
MB
70692000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7070
7071 * dired-aux.el (dired-show-file-type): New function.
7072 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7073 (dired-show-file-type): Add autoload.
7074
ab49ce15
KH
70752000-07-10 Kenichi Handa <handa@etl.go.jp>
7076
7077 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7078 change of fontset-info.
ab49ce15
KH
7079 (print-fontset): Likewise.
7080
f45aab65
SM
70812000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7082
7083 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7084
2f72fd2f
GM
70852000-07-07 Gerd Moellmann <gerd@gnu.org>
7086
e82a2a05 7087 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7088
2f72fd2f
GM
7089 * dired.el (dired-find-alternate-file): New function.
7090 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7091 (toplevel): Require dired-aux when compiling.
7092 (dired-buffers): Move defvar within file to avoid compiler warning.
7093
7094 * info.el (Info-last-search): Variable removed.
7095 (Info-search-history): New variable.
7096 (Info-search): New Info-search-history.
7097
7098 * battery.el, info-look.el: Change author's mail address.
7099
965522f5 71002000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7101
965522f5
GM
7102 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7103 if rmail-ignored-headers is nil.
7104 (rmail-retry-failure): Bind rmail-ignored-headers and
7105 rmail-displayed-headers to nil.
7106
dd8888a1
GM
71072000-07-06 Gerd Moellmann <gerd@gnu.org>
7108
e5c81191
GM
7109 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7110 (print-region-1): Don't hard code `-h' here.
7111
dd8888a1
GM
7112 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7113
e5c81191
GM
71142000-07-01 Francesco Potorti` <pot@gnu.org>
7115
7116 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7117 exim can use "your message" instead of "the message".
34342a07 7118
f45aab65
SM
71192000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7120
7121 * facemenu.el: Docstrings fixes.
7122 (facemenu-get-face): Don't use internal-find-face.
7123 (facemenu-iterate): Rename arg to match the docstring.
7124
7125 * newcomment.el (uncomment-region): Be more careful when skipping
7126 backwards over `=' not to bump into BOBP.
7127
d396e521 71282000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7129
dd8888a1
GM
7130 * ediff-diff.el (ediff-wordify): Use syntax table.
7131 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7132 ediff-color-display-p.
dd8888a1 7133 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7134 from defsubst.
7135 Got rid of special cases for NeXT and OS/2.
dd8888a1 7136 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7137 face.
34342a07 7138
5e2dfaa4
SM
71392000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7140
7141 * emacs-lisp/lucid.el: Require CL.
7142 (copy-tree, remprop): Remove, it's provided by CL.
7143 (map-keymap): Define in terms of cl-map-keymap.
7144 (extent-property, set-extent-end-glyph): New functions.
7145
7146 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7147
d5c5cddd
GM
71482000-07-05 Gerd Moellmann <gerd@gnu.org>
7149
485266d0
GM
7150 * Makefile.in (DONTCOMPILE): Add comment that the name may
7151 not be changed without changing the make-dist script.
7152
5e2dfaa4 7153 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7154 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7155
e2c46326
AI
71562000-07-05 Andrew Innes <andrewi@gnu.org>
7157
7158 * makefile.nt: Add support for `bootstrap' and related targets.
7159
a027a91b
SM
71602000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7161
7162 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7163 (easy-menu-do-define): Use `menu-item' format.
7164 Handle case where easy-menu-create-menu returns a symbol.
7165 Manually call the potential top-level filter in the function binding.
7166 (easy-menu-filter-return): New arg NAME.
7167 Convert to a keymap if MENU is an XEmacs menu.
7168 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7169 (easy-menu-converted-items-table, easy-menu-convert-item):
7170 New var and fun to memoize easy-menu-convert-item-1.
7171 (easy-menu-do-add-item): Use it.
7172 (easy-menu-create-menu): Use easy-menu-convert-item.
7173 Wrap easy-menu-filter-return around any :filter specification.
7174 Don't convert the menu if a filter was specified.
7175 Tell easy-menu-make-symbol not to check for MENU being an expression.
7176 (easy-menu-make-symbol): New arg NOEXP.
7177
5e03eb84
GM
71782000-07-05 Gerd Moellmann <gerd@gnu.org>
7179
7180 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7181 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7182 (eval-defun): If called with prefix arg, instrument code for
7183 Edebug.
7184
7185 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7186 similar to that of eval-defun.
7187
fca68a95
DL
71882000-07-04 Dave Love <fx@gnu.org>
7189
7ccbba4c
DL
7190 * hl-line.el (hl-line-overlay): Make it permanent-local.
7191
fca68a95
DL
7192 * calendar/todo-mode.el: Replaced with a working version, based on
7193 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7194
71952000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7196
7197 * paths.el (prune-directory-list): New function.
7198 (Info-default-directory-list): Rewritten to more methodically
7199 enumerate a big list of possible info directories (based on the
7200 list used by the standalone info reader).
fca68a95 7201
78e7e8a0 7202 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7203 non-existent directories from Info-directory-list.
78e7e8a0 7204
78e7e8a0
MB
7205 * paths.el (Info-default-directory-list): Try a list of possible
7206 info-directories instead of a single one. Add the possible
7207 info directory "/usr/share/info".
7208
7209 * woman.el (woman-man.conf-path): Explicitly include the debian
7210 man-db config file "/etc/manpath.config".
7211 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7212 are present in `manpath.config'.
7213 (woman-manpath): Include "/usr/share/man".
7214
67c9a1d2
GM
72152000-07-03 Gerd Moellmann <gerd@gnu.org>
7216
6753393b
GM
7217 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7218
7219 * startup.el (command-line): Initialize blink-cursor based
7220 on window-system.
7221
e4f98ad3
GM
7222 * frame.el (blink-cursor): Default to nil if not running under
7223 a window-system.
7224
2f516940
GM
7225 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7226 (face-x-resources): Remove duplicate entry for :font.
7227
67c9a1d2
GM
7228 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7229 instead of cycling through windows with next-window.
7230
7231 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7232 of cycling through windows with next-window.
7233
7234 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7235 of cycling through windows with next-window.
7236
7237 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7238 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7239 instead of cycling through windows with next-window.
7240
7241 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7242 instead of cycling through windows with next-window.
7243
7244 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7245 of cycling through windows with next-window.
7246
7247 * terminal.el (te-process-output): Use walk-windows instead of
7248 cycling through windows with next-window.
7249
7250 * server.el (server-switch-buffer): Use some-window instead of
7251 cycling through windows with next-window.
7252
7253 * window.el (some-window): New function.
7254 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7255
3a4f3f86 7256 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7257
8b7bc628 72582000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7259
7260 * window.el (walk-windows): Guarantee termination by keeping a list
7261 of all the windows already handled.
7262
d0d57043
EZ
72632000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7264
7265 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7266 window-system.
7267
7268 * man.el (Man-notify-when-ready): Don't use window-system. If
7269 Man-notify-method is newframe, and the display is not
7270 multi-frame, select the frame created for the man page.
7271 (Man-init-defvars): Doc fix.
7272
d5483ab1
GM
72732000-06-28 Gerd Moellmann <gerd@gnu.org>
7274
af5c25e1
GM
7275 * faces.el (region): Change background color for light background.
7276
7277 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7278 attribute from mode-line face of Ediff control frame.
7279
d5483ab1
GM
7280 * replace.el (query-replace-map): Bind `e' like `E'.
7281
9d47450f
EZ
72822000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7283
3a4f3f86
SM
7284 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7285 Change name to "Select All".
496b7491 7286
9d47450f
EZ
7287 * dos-fns.el (convert-standard-filename): Fix last change.
7288
0b431deb
GM
72892000-06-27 Gerd Moellmann <gerd@gnu.org>
7290
4fa9f636
GM
7291 * help.el (describe-variable): Don't insert a second `'s' in front
7292 of the string `value is shown below'. Since the syntax-table is
7293 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7294 an existing `'s', so that this won't be deleted.
7295
0b431deb
GM
7296 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7297 * pcmpl-unix.el: New files.
7298
32cad0aa
SM
72992000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7300
7301 * wid-edit.el (widget-member): Use the new plist-member.
7302
2c69ced2
GM
73032000-06-26 Gerd Moellmann <gerd@gnu.org>
7304
44c0f771
GM
7305 * replace.el (perform-replace): Undo change of 2000-04-04.
7306 Instead, move backward 1 character at the end of the loop when
7307 necessary.
34342a07 7308
1d36487c
GM
7309 * faces.el (fringe): Change face for different backgrounds.
7310
7311 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7312 patch from John.
7313
2c69ced2
GM
7314 * eshell/*.el: Change spelling of the Free Software Foundation.
7315
7316 * eshell/esh-toggle.el: Removed.
7317
7318 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7319
7320 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7321 interactively.
7322
73232000-06-26 Alex Schroeder <alex@gnu.org>
7324
7325 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7326 `define-key'; instead of checking `(emacs-version)' check for
7327 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7328 for `;' and `o' which might be electric.
7329
7330 (sql-electric-stuff): New user option.
7331 (sql-magic-go): New function which uses `sql-electric-stuff'.
7332 (sql-magic-semicolon): New function which uses
7333 `sql-electric-stuff'.
7334
7335 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7336 is not fboundp.
7337
7338 (sql-oracle-options): New variable.
7339 (sql-oracle): Use it.
7340
7341 (sql-imenu-generic-expression): Doc change.
7342 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7343 is used.
7344
7345 (sql-informix): Added command line parameter "-" to force
7346 sql-informix-program to use stdout.
7347
db1306d8
EZ
73482000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7349
3a4f3f86 7350 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7351 (cp864-decode-table): Doc fix.
7352 (cp720-decode-table): New variable, supports the Arabic OEM
7353 codepage used by Windows.
7354 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7355
c69e5fcd
DL
73562000-06-23 Dave Love <fx@gnu.org>
7357
7358 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7359 (font-lock-fontify-anchored-keywords): Use
7360 line-beginning-position.
7361 (global-font-lock-mode): Use mapc.
7362
30ad8f23
SM
73632000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7364
7365 * eshell/esh-module.el: Require CL when compiling.
7366
26b4dc84
GM
73672000-06-23 Gerd Moellmann <gerd@gnu.org>
7368
78c56e70
GM
7369 * comint.el (comint-substitute-in-file-name): Call replace-match
7370 with second and third arg t.
7371
34342a07 7372 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7373 Specify foreground color.
7374
7375 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7376 color.
7377
affbf647
GM
7378 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7379
7380 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7381 cddr instead of cdddr.
7382
25fffb31
GM
7383 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7384 instead of copy-list.
7385
7386 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7387 of copy-list.
7388
26b4dc84
GM
7389 * subdirs.el: Add eshell subdirectory.
7390
7391 * eshell: New subdirectory containing the Eshell package.
7392
7393 * pcomplete.el: New file.
7394
78c56e70
GM
73952000-06-23 Paul Eggert <eggert@twinsun.com>
7396
ea055732
GM
7397 * mail/mailpost.el (post-mail-send-it): Make sure file has
7398 proper permissions from birth.
7399
7400 * files.el (basic-save-buffer-2): When temporarily setting
7401 file modes, set them to current modes plus 0200, not to 0777.
7402
78c56e70
GM
7403 * emerge.el (emerge-make-temp-file): Make sure file has proper
7404 permissions from birth.
7405
a3a7ff33
EZ
74062000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7407
7408 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7409 backup file name through convert-standard-filename.
7410
7411 * dos-fns.el (convert-standard-filename): Convert leading
7412 directories as well. When long file names are supported, convert
7413 characters that are invalid in Windows file names.
7414
1fd9b7fe
GM
74152000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7416
7417 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7418 ps-print crashes. New feature: page selection for printing. Create
7419 raw-text-unix coding system for XEmacs. Doc fix.
7420 (ps-print-version): New version number (5.2.3).
7421 (ps-plot-region): Bug fix.
7422 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7423 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7424 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7425 funs.
7426 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7427 (ps-last-page): New vars.
7428
16ed8416
GM
74292000-06-21 Gerd Moellmann <gerd@gnu.org>
7430
7431 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7432 empty option string.
7433
4fbee715
EZ
74342000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7435
7436 * man.el (man): Doc fix.
7437
eaecfc94
KH
74382000-06-21 Kenichi Handa <handa@etl.go.jp>
7439
7440 * international/mule-cmds.el (set-language-info-alist): Docstring
7441 fixed.
7442
4a27bdfb
GM
74432000-06-20 Gerd Moellmann <gerd@gnu.org>
7444
7445 * version.el (emacs-version): Use ISO date format.
7446
7447 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7448 instead of `M-backspace'.
7449
7450 * simple.el (turn-off-auto-fill): New function.
7451
8972fe79
SM
74522000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7453
7454 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7455 Renamed from with-buffer-prepared-for-font-lock and use
7456 inhibit-modification-hooks rather than setting *-change-functions.
7457 Update all functions to use the new name.
7458 (jit-lock-first-unfontify-pos): New semantics (and doc).
7459 (jit-lock-mode): Make non-interactive.
7460 Don't automatically turn on font-lock.
7461 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7462 Always use jit-lock-after-change.
7463 Remove and restore font-lock-after-change-function.
7464 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7465 (jit-lock-after-unfontify-buffer): Remove.
7466 (jit-lock-stealth-fontify):
7467 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7468 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7469
5d80cc9c
SS
74702000-06-20 Sam Steingold <sds@gnu.org>
7471
7472 * emacs-lisp/cl-indent.el (toplevel): Indent
7473 `print-unreadable-object' properly. Untabify.
7474
f54e4d13
CD
74752000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7476
7477 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7478 Support for bibentry.
7479 (reftex-compile-variables): Fixed problem with end of section-re.
7480
7481 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7482 reftex-view-crossref-from-bibtex):
7483 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7484 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7485 Replaced `remprop' with `put'.
8972fe79
SM
7486 (reftex-view-crossref, reftex-view-crossref-when-idle):
7487 Support for bibentry.
f54e4d13 7488
8972fe79
SM
7489 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7490 New entry for bibentry package.
f54e4d13 7491
8972fe79
SM
7492 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7493 Regexp also matches "\nobibliography".
f54e4d13 7494
8972fe79
SM
7495 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7496 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7497 (reftex-ensure-write-access): New function.
7498
f54e4d13
CD
74992000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7500
7501 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7502
7503 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7504
7505 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7506
7507 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7508
7509
560c43f4
DL
75102000-06-20 Dave Love <fx@gnu.org>
7511
7512 * faces.el (frame-background-mode): Use set-default, not set, in
7513 setter.
7514 (frame-update-faces, frame-update-face-colors): Define with
7515 defalias.
7516
7517 * enriched.el (enriched-decode-foreground)
7518 (enriched-decode-background): Don't use internal-find-face.
7519
7520 * apropos.el: Doc fixes.
7521
7522 * cus-edit.el (customize-changed-options): Check arg.
7523 (customize-version-lessp): Don't require decimal point.
7524
7525 * custom.el (defcustom, defgroup): Doc fix.
7526
7527 * newcomment.el (comment) <defgroup>: Add :version.
7528 (comment-multi-line): Doc fix.
7529
7530 * emulation/mlsupport.el (define-hooked-local-abbrev,
7531 define-hooked-global-abbrev): Fix, using define-abbrev.
7532
cdf0357b
GM
75332000-06-19 Gerd Moellmann <gerd@gnu.org>
7534
7535 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7536 the whole buffer.
7537
10013d74
DL
75382000-06-19 Dave Love <fx@gnu.org>
7539
7540 * menu-bar.el (menu-bar-options-save): New function.
7541 (menu-bar-options-menu): Use it.
7542 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7543 Simplify.
7544
6922f208
AS
75452000-06-19 Andreas Schwab <schwab@suse.de>
7546
7547 * progmodes/etags.el (tags-query-replace): Put new parameters
7548 START and END at the end, for backward compatibility.
7549
10d7bf84
KH
75502000-06-19 Kenichi Handa <handa@etl.go.jp>
7551
7552 * international/codepage.el:
7553 (cp-coding-system-for-codepage-1): Delete special codes for
7554 generating xxx-dos coding system because now a CCL based coding
7555 system can handle EOL conversion by default.
7556
7557 * international/mule.el (make-coding-system): Generate subsidiary
7558 coding systems for EOL handling variants even for a CCL based
7559 coding system.
7560
8f3c9a3d
KH
75612000-06-19 Kenichi Handa <handa@etl.go.jp>
7562
7563 * international/isearch-x.el (isearch-minibuffer-input-method)
7564 (isearch-minibuffer-input-method-function): These variables
7565 deleted.
7566 (isearch-with-input-method): Don't use the above variables.
7567 (isearch-process-search-multibyte-characters): Likewise. Call
7568 read-string with the arg INHERIT-INPUT-METHOD t.
7569
c2acf685
SM
75702000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7571
13f0d185
SM
7572 * font-lock.el (font-lock-after-fontify-buffer)
7573 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7574
7575 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7576 Use consistent make-local-variable style for font-lock-fontified.
7577 (jit-lock-fontify-buffer):
7578 Don't bother checking for font-lock-mode and jit-lock-mode.
7579
c2acf685
SM
7580 * time.el: Remove trailing ^M that prevent CVS-merging.
7581
a9021acd
GM
75822000-06-16 Gerd Moellmann <gerd@gnu.org>
7583
7584 * Makefile.in (distclean): New target.
5d80cc9c 7585
0df68e9f
SM
75862000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7587
7588 * Makefile.in (srcdir): Define for update-subdirs.
7589
6344985d
GM
75902000-06-16 Gerd Moellmann <gerd@gnu.org>
7591
7592 * find-lisp.el: New file.
7593
63239267
AI
75942000-06-16 Andrew Innes <andrewi@gnu.org>
7595
7596 * time.el (display-time-mail-function): New variable, to allow
7597 external packages to indicate when new mail is available.
7598 (display-time-update): Use it.
7599
1699f991
KH
76002000-06-16 Kenichi Handa <handa@etl.go.jp>
7601
a3b37893
KH
7602 * international/mule.el (mule-version): Change version name to
7603 SAKAKI. AOI has already been used by Meadow.
7604
1699f991
KH
7605 * international/quail.el (quail-show-guidance-buf): To find the
7606 bottom window (but minibuffer), pay attention to the height of
7607 minibuffer.
7608
228b083e
EZ
76092000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7610
7d5c8691
EZ
7611 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7612 menu-bar menus. Add help strings. Don't remove the Edit menu
7613 from the menu bar, as the menu bar has enough space now.
7614
261f3289
EZ
7615 * Makefile.in (SHELL): Make sure /bin/sh is used.
7616
228b083e
EZ
7617 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7618 characters, which use series of two ^H characters instead of one.
7619
e27e8d71
GM
76202000-06-15 Gerd Moellmann <gerd@gnu.org>
7621
5d80cc9c 7622 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7623 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7624 functions.
451ec4e3
GM
7625 (Info-find-node-2): Try a case-sensitive search first, then
7626 do a case-insensitive search.
7627
7628 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7629 tutorials.
7630
b675095c
GM
7631 * complete.el (PC-env-vars-alist): New variable.
7632 (PC-complete-as-file-name): New function.
7633 (partial-completion-mode): Initialize PC-env-vars-alist from
7634 process-environment.
7635 (PC-do-completion): Handle completion of env vars.
7636
7637 * info.el (Info-set-mode-line): Show file name in mode line,
7638 use `*Info*' instead of `Info:'.
7639
e27e8d71
GM
7640 * startup.el (command-line-1): Change copyright messages to year
7641 2000.
7642
28223a7e
DL
76432000-06-15 Dave Love <fx@gnu.org>
7644
7645 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7646 not local-map.
7647
32684631
KH
76482000-06-15 Kenichi Handa <handa@etl.go.jp>
7649
7650 * international/mule.el (set-buffer-file-coding-system): Almost
7651 rewritten to handle `undecided' as no-op.
7652
9f817ea4
GM
76532000-06-14 Gerd Moellmann <gerd@gnu.org>
7654
e27e8d71 7655 * Makefile.in: New file.
dce6b995
GM
7656
7657 * Makefile: Removed.
7658
9f817ea4
GM
7659 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7660 (goto-address-highlight-keymap): Bind C-c RET.
7661
2de33f94
KH
76622000-06-14 Kenichi Handa <handa@etl.go.jp>
7663
bbf1e8a5
KH
7664 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7665 inherits buffer-file-coding-system of the current buffer.
725a6897 7666
02891cc3
KH
7667 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7668 0. Give correct argument to set-auto-coding-function.
7669 (tar-expunge): For goto-char, use (point-min), not 0.
7670 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7671 (tar-subfile-save-buffer): Likewize.
7672
2de33f94
KH
7673 * international/mule.el
7674 (after-insert-file-set-buffer-file-coding-system): Call
7675 set-buffer-file-coding-system with the arg FORCE t.
7676
1681ead6
GM
76772000-06-13 Gerd Moellmann <gerd@gnu.org>
7678
7679 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7680 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7681 the sender is set with `-f'.
1681ead6 7682
fdf4b680
DL
76832000-06-13 Dave Love <fx@gnu.org>
7684
9c50afce
DL
7685 * help.el (describe-function-1): Kluge around cases of functions
7686 fset to subrs whose doc doesn't match their symbol-name.
7687
0ad550ba 7688 * image.el (insert-image): Default STRING to a space.
f290ca08 7689
fdf4b680 7690 * info.el Doc fixes.
5d80cc9c 7691 (Info-build-node-completions): Match Ref tags.
fdf4b680 7692
9b6610db
EZ
76932000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7694
a704139d
EZ
7695 * frame.el (display-multi-frame-p, display-multi-font-p): New
7696 defaliases for display-graphic-p.
7697
9b6610db
EZ
7698 * hl-line.el: Fixed a typo in commentary.
7699
7a5ea398
KH
77002000-06-13 Kenichi Handa <handa@etl.go.jp>
7701
7702 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7703 fixed.
7704
0dc91c57
DL
77052000-06-12 Dave Love <fx@gnu.org>
7706
7707 * image.el (insert-image): Save a little consing.
7708
0bd5914b
KH
77092000-06-12 Kenichi Handa <handa@etl.go.jp>
7710
7711 * language/tibet-util.el: Convert all tibetan-1-column characters
7712 to the corresponding tibetan characters.
7713 (tibetan-add-components): Delete code for the special treatment of
7714 'a chung.
7715
7716 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7717 change.
7718 (tibetan-vowel-transcription-alist): More rules added.
7719 (tibetan-composite-vowel-alist): New variable.
7720 (tibetan-precomposition-rule-alist): More rules added.
7721
6dc7d3d5
SM
77222000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7723
9c04c393
SM
7724 * startup.el (command-line): Only call menu-bar-mode if interactive.
7725
7726 * thingatpt.el (toplevel symbol-properties):
7727 * textmodes/makeinfo.el (makeinfo-compile):
7728 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7729 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7730 (hide-ifdef-use-define-alist):
5d80cc9c 7731 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7732 (ange-ftp-vms-add-file-entry):
7733 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7734 * man.el (Man-build-man-command):
7735 * mail/rnewspost.el (news-reply-header-hook):
7736 * info.el (Info-insert-dir):
7737 * emulation/mlconvert.el (backward-word, forward-word, setq):
7738 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7739 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7740 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7741 (byte-optimize-apply, end of file):
7742 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7743 (ad-make-freeze-definition):
7744 * startup.el (command-line, command-line-1): Don't quote lambdas.
7745
6dc7d3d5
SM
7746 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7747 (cvs-cleanup-removed): New function.
7748 (cvs-cleanup-functions): New var.
7749 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7750 some flexibility in specifying additional entries to auto-cleanup.
7751 (cvs-quickdir): New function.
7752 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7753 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7754 (cvs-mode-find-file): Check that we are on a filename or dirname
7755 when invoked through a mouse-click.
7756 (cvs-full-path): Remove.
7757 (cvs-dired-action): Re-introduced.
7758 (cvs-dired-noselect): Use it.
7759 (vc-post-command-functions): use this new hook if available.
7760
7761 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7762 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7763 (cvs-filename-map, cvs-dirname-map): Remove.
7764 (cvs-default-action): Remove.
7765 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7766 if the arg is really a keymap.
7767 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7768 Don't hardcode the mapping from state (aka type) to face, but check
7769 the var cvs-fi-<type>-face instead.
7770 (cvs-fileinfo-from-entries): New function.
7771
7772 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7773 Docstring fix.
7774 (cvs-find-file-and-jump): Change default to be safer.
7775 (cvs-mode-diff-map): Define it as a function as well.
7776 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7777 Bind mouse-2 in this global map rather than with text-properties.
7778
7779 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7780 file to resolve the ambiguity between C(conflict) and C(need-merge).
7781
5050a2ef
KH
77822000-06-12 Kenichi Handa <handa@etl.go.jp>
7783
7784 * international/mule.el (set-buffer-file-coding-system): If
7785 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7786 unconditionally.
7787
35a7ac84
DL
77882000-06-12 Dave Love <fx@gnu.org>
7789
7790 * wid-edit.el (widget-specify-button): Really suppress the face if
7791 required.
7792
db8eeecd
GM
77932000-06-11 Gerd Moellmann <gerd@gnu.org>
7794
7795 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7796
70223ca4
SM
77972000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7798
7799 * imenu.el (imenu-generic-expression): Docstring fix.
7800
7801 * composite.el (composition-function-table): Move the `put'
7802 below the autoload cookie so we can load the file before loaddefs.
7803
7804 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7805
7806 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7807 Handle easy-mmode-define-global-mode.
7808 For complex macros like define-minor-mode that can generate
7809 several autoload entries, try to autoload entries in the
7810 macroexpanded code.
7811
7812 * emacs-lisp/easy-mmode.el (define-minor-mode):
7813 If KEYMAP is a symbol, just use it.
7814 Use byte-compile-current-file and load-file-name to infer the
7815 proper :require to pass to defcustom.
7816 Wrap the hook var into `progn' so as not to autoload it.
7817 Add a :autoload-end cookie.
7818 Be more careful about the evaluation of KEYMAP.
7819 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7820 (define-derived-mode): Move define-abbrev-table outside of defvar.
7821
78222000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7823
7824 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7825 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7826 (backup-compiled-files): Ignore errors during `tar'.
7827 (bootstrap): Make autoloads before elc files.
7828
9c53b34e
KH
78292000-06-10 Kenichi Handa <handa@etl.go.jp>
7830
7831 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7832 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7833
7834 * international/mule-conf.el (unix): New alias for the coding
7835 system undecided-unix.
7836
22ddd299
DL
78372000-06-09 Dave Love <fx@gnu.org>
7838
5ee42746
DL
7839 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7840
70223ca4 7841 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7842 (executable-insert): Change custom type.
7843 (executable-find): Add autoload cookie.
cc7e1d18
DL
7844 (executable-make-buffer-file-executable-if-script-p): New
7845 function. After Noah Friedman.
22ddd299
DL
7846
7847 * files.el (after-save-hook): Customize, with
cc7e1d18 7848 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7849
41ea3794
KH
78502000-06-09 Kenichi Handa <handa@etl.go.jp>
7851
f89437e3
KH
7852 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7853 "tib24p-mule.bdf" for Tibetan.
7854
7a4ee259
KH
7855 * composite.el (decompose-composite-char): Declare it as obsolete.
7856
ff6a65c2
KH
7857 * man.el (Man-fontify-manpage): Pay attention to underline and
7858 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7859
f83fe4b4
GM
78602000-06-08 Gerd Moellmann <gerd@gnu.org>
7861
7862 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7863 Set maintainer to FSF since author isn't reachable.
7864
e56d7900
DL
78652000-06-08 Dave Love <fx@gnu.org>
7866
7867 * international/mule-cmds.el (select-safe-coding-system): If
7868 DEFAULT-CODING-SYSTEM is not specified, also check the most
7869 preferred coding-system if buffer-file-coding-system is
7870 `undecided'. From Handa.
7871
d3981b49
KH
78722000-06-08 Kenichi Handa <handa@etl.go.jp>
7873
7874 * international/mule.el
7875 (after-insert-file-set-buffer-file-coding-system): If the buffer
7876 size is greater than INSERTED, judget that we are not visiting.
7877
bff71087
RV
78782000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7879
7880 * whitespace.el (defgroup whitespace): Comment out `:version'.
7881 XEmacs 20.4 has problems defining the group with this present.
7882 We'll have this commented out till get resolve the problem.
7883
45f485a6
GM
78842000-06-07 Gerd Moellmann <gerd@gnu.org>
7885
7886 * align.el: Update from author.
7887
78882000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7889
7890 * apropos.el (apropos-mode-hook): New user variable.
7891 (apropos-mode): Run apropos-mode-hook.
bff71087 7892
45f485a6
GM
78932000-06-07 David Ponce <david@dponce.com>
7894
7895 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7896 commands. Require `wid-edit' at run-time.
7897
78982000-06-07 David Ponce <david@dponce.com>
7899
7900 * recentf.el: Added some "Commentary".
7901 (recentf-open-more-files, recentf-edit-list): Minor changes to
7902 move the point at the top of the file list. This behaviour is
7903 consistent with the menu one when the list contains a lot of
7904 files.
7905 (recentf-cleanup): Now displays the number of items removed from
7906 the list.
7907 (recentf-relative-filter) New menu filter to show filenames
7908 relative to `default-directory'.
bff71087 7909
45f485a6
GM
79102000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7911
7912 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7913 with/without giving an error if PostScript printer doesn't have this
7914 kind of page size. Zebra Stripe continues or restarts on next page.
7915 Manual/automatic paper feeding. Switch or not the header.
7916 (ps-print-version): New version number (5.2.2).
7917 (ps-windows-system): Include emx as a Windows system.
7918 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7919 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7920 (ps-background-text): Code fix.
7921 (ps-error-handler-message, ps-user-defined-prologue)
7922 (ps-print-prologue-header, ps-printer-name)
7923 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7924 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7925 (ps-use-face-background): Customization fix.
7926 (ps-n-up-database): Data fix.
7927 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7928 (ps-switch-header): New vars.
7929 (ps-xemacs-color-name, ps-face-foreground-name)
7930 (ps-face-background-name, ps-boolean-constant): New funs.
7931
c14dcd22
DL
79322000-06-07 Dave Love <fx@gnu.org>
7933
7934 * allout.el: New version from Manheimer.
7935
e4044bb0
KH
79362000-06-07 Kenichi Handa <handa@etl.go.jp>
7937
7938 * textmodes/fill.el (fill-find-break-point): Check the validity of
7939 charset.
7940
59cfe8b9
KF
79412000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7942
7943 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7944 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7945 Call display-color-p and display-mouse-p instead of looking at
7946 window-system.
7947
bb2337f5
DL
79482000-06-06 Dave Love <fx@gnu.org>
7949
7950 * image.el (find-image): Doc fix. Return nil if image not found.
7951 (put-image, insert-image): Make STRING arg optional.
7952
8e624fa2
KH
79532000-06-06 Kenichi Handa <handa@etl.go.jp>
7954
7955 * language/vietnamese.el: Remove eval-when-compile.
7956 (viet-viscii-nonascii-translation-table): Define it as a
7957 translation table made from viet-viscii-decode-table.
7958 (viet-viscii-encode-table): Define it as a translation table made
7959 from the reverse map of above.
7960 (viet-vscii-nonascii-translation-table): Define it as a
7961 translation table made from viet-vscii-decode-table.
7962 (viet-vscii-encode-table): Define it as a translation table made
7963 from the reverse map of above.
7964 (ccl-decode-viscii): Use translate-character.
7965 (ccl-encode-viscii, ccl-encode-viscii-font)
7966 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7967 Likewize.
bff71087 7968
8e624fa2
KH
7969 * language/cyrillic.el: Remove eval-when-compile.
7970 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7971 translation table made from cyrillic-koi8-r-decode-table.
7972 (cyrillic-koi8-r-encode-table): Define it as a translation table
7973 made from the reverse map of above.
7974 (ccl-decode-koi8): Use translate-character.
7975 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7976 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7977 a translation table made from cyrillic-alternativnyj-decode-table.
7978 (cyrillic-alternativnyj-encode-table): Define it as a translation
7979 table made from the reverse map of above.
7980 (ccl-decode-alternativnyj): Use translate-character.
7981 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7982 Likewize
7983
7984 * international/mule-diag.el (non-iso-charset-alist): Specify
7985 translation table symbol instead of translation table itself.
7986 (list-block-of-chars): CHARSET may be a translation table symbol.
7987
7988 * international/mule.el (make-coding-system): If CODING-SYSTEM
7989 already exists, override it.
7990
7991 * international/fontset.el: Use family `proportional' for Tibetan
7992 fonts.
7993
7994 * international/ccl.el (ccl-compile-translate-character): Don't
7995 check if Rrr has property translation-table.
7996 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7997
1969fae2
GM
79982000-06-05 Gerd Moellmann <gerd@gnu.org>
7999
8000 * info.el: Bind case-fold-search to t when searching in case
8001 a user sets it to nil in a hook.
8002
d5b037c5
SM
80032000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8004
d3d02e65
SM
8005 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8006 * hl-line.el (hl-line-mode): Use the new :global key argument.
8007
8008 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8009 (tar-clip-time-string): Prepend a space.
8010 (tar-grind-file-mode): Construct a string rather than modifying one.
8011 (tar-header-block-summarize): Fix docstring.
8012 Use `format' rather than an error-prone set of copy-loops.
8013
8014 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8015 (diff-goto-source, diff-unified->context, diff-context->unified)
8016 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8017 understand the format output by the `-p' argument to diff.
8018
bff71087 8019 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8020 (sh-re-done): Use defconst.
8021 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8022 (sh-help-string-for-variable, sh-guess-basic-offset):
8023 Don't quote lambdas.
8024 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8025 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8026
f7c4478f
SM
8027 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8028 (mh-letter-mode): Derive from text-mode.
8029 This implicitly means that it now calls kill-all-local-variables.
8030 Also remove the Emacs-18 compatibility code.
8031
a8add29d
SM
8032 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8033 Make use of symbol-property doc-string-elt.
8034 Use memq rather than a sequence of eq.
8035 (doc-string-elt): Fix the wrong or missing previously unused values.
8036 (autoload-print-form): New function extracted from
8037 generate-file-autoloads to allow recursion when handling progn
8038 so that defvar's and defun's docstrings are properly printed.
8039 (generate-file-autoloads): Use it.
8040
d5b037c5
SM
8041 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8042 Use find-file-hooks in the minor-mode function.
8043 Be careful not to loop indefinitely in the post-command-hook function.
8044
560ef11a 80452000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8046
1969fae2 8047 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8048 tty's.
1969fae2 8049 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8050 differences whenever appropriate.
1969fae2
GM
8051 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8052 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8053 wildcards.
8054
b5bbbb76
SM
80552000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8056
d5b037c5
SM
8057 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8058 (jit-lock-fontify-buffer): New function for JIT refontification.
8059 (jit-lock-mode): Fix docstring.
8060 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8061 Remove jit-lock-after-change from the _local_ hook.
8062 (jit-lock-function-1): Fix docstring.
8063
8064 * info.el (Info-on-current-buffer): Initialize info.
8065
8066 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8067
8068 * progmodes/tcl.el (tcl-indent-for-comment):
8069 Ignore comment-indent-hook.
8070
8071 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8072 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8073 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8074 and improve to use the lighter to guess the capitalization.
8075 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8076 Add keyword arguments to specify global-ness or the custom group.
8077 Add local-map and help-echo properties to the lighter.
8078 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8079 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8080
bfa6c260
DL
80812000-06-02 Dave Love <fx@gnu.org>
8082
8083 * wid-edit.el: byte-compile-dynamic since we typically don't use
8084 all the widgets. Don't require cl or widget. Remove
8085 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8086 (widget-read-event): Removed. Callers changed to use read-event.
8087 (widget-button-release-event-p): Renamed from
8088 button-release-event-p.
8089 (widget-field-add-space, widget-field-use-before-change):
8090 Uncustomize.
8091 (widget-specify-field): Use keymap property, not local-map.
8092 (widget-specify-button): Obey :suppress-face.
8093 (widget-specify-insert): Use modern backquote syntax.
8094 (widget-image-directory): Renamed from widget-glyph-directory.
8095 (widget-image-enable): Renamed from widget-glyph-enable.
8096 (widget-image-find): Replaces widget-glyph-find.
8097 (widget-button-pressed-face): Move defvar.
8098 (widget-image-insert): Replaces widget-glyph-insert.
8099 (widget-convert): Use keywordp.
8100 (widget-leave-text, widget-children-value-delete): Use mapc.
8101 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8102 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8103 (widget-button-click): Don't set point at the click, but re-centre
8104 if we scroll out of window. Rewritten for images v. glyphs &c.
8105 (widget-tabable-at): Use POS arg, not point.
8106 (widget-beginning-of-line, widget-end-of-line)
8107 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8108 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8109 (widget-default-create): Use widget-image-insert; some rewriting.
8110 (widget-visibility-value-create)
8111 (widget-push-button-value-create, widget-toggle-value-create): Use
8112 widget-image-insert.
8113 (checkbox): Create on and off images dynamically.
8114 (documentation-link): Change :help-echo.
8115 (widget-documentation-link-echo-help): Remove.
8116
3837de12
SM
81172000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8118
8119 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8120
8121 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8122 (easy-mmode-define-toggle, define-minor-mode): Use it.
8123 (easy-mmode-define-keymap): Docstring fix.
8124 (define-derived-mode): Default PARENT to fundamental-mode.
8125 Add the derived-mode-parent symbol-property.
8126 (easy-mmode-derived-mode-p): New function.
8127
90aa4ea8
DL
81282000-06-02 Dave Love <fx@gnu.org>
8129
37193ee6
DL
8130 * files.el (convert-standard-filename): Doc fix.
8131 (normal-backup-enable-predicate): New function.
8132 (backup-enable-predicate): Use it to replace the lambda form.
8133
8134 * calendar/todo-mode.el: [This needs more work on the outline
8135 stuff.] Doc fixes.
8136 (todo) <defgroup>: Add :version.
8137 (todo-add-category): Don't use pushnew.
8138 (todo-cmd-raise): Fix typo.
8139 (todo-top-priorities): Change temp buffer name.
8140 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8141 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8142 Use outline-next-heading.
37193ee6 8143
90aa4ea8
DL
8144 * autoarg.el: Rewritten to use define-minor-mode.
8145 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8146 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8147
2e54623a
KH
81482000-06-02 Kenichi Handa <handa@etl.go.jp>
8149
8150 * isearch.el (isearch-other-meta-char): Fix previous change.
8151
c5def0db
SM
81522000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8153
3837de12
SM
8154 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8155 (log-edit-done): Only add the comment to the ring if it's different
8156 from the last comment entered.
8157
c5def0db
SM
8158 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8159
2330c9d4
DL
81602000-06-01 Dave Love <fx@gnu.org>
8161
8162 * hl-line.el: Rewritten using define-minor-mode.
8163
8164 * help.el (describe-function-1): Distinguish special form from
8165 builtin function. Sanity-check presence of arglist for builtins.
8166
6e5dfc31
KH
81672000-06-01 Kenichi Handa <handa@etl.go.jp>
8168
4dc1225b
KH
8169 * international/characters.el: Fix syntax/category setting of
8170 Tibetan characters.
8171
8172 * language/tibet-util.el (tibetan-add-components): Fixes for new
8173 encoding of Tibetan characters.
8174 (tibetan-decompose-precomposition-alist): New variable.
8175 (tibetan-decompose-region): Convert precomposed characters to
8176 non-precomposed characters.
8177 (tibetan-decompose-string): Likewise.
8178 (tibetan-composition-function): Fix args to
8179 thibetan-compose-string.
8180
8181 * language/tibetan.el (tibetan-composable-pattern): More
8182 characters included.
8183 (tibetan-consonant-transcription-alist): Rule for "R" added.
8184 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8185 "+R" added.
8186 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8187
eadef5e6
KH
8188 * language/lao-util.el (lao-composition-function): Fix args to
8189 compose-string.
8190
8191 * language/thai-util.el (thai-composition-function): Fix args to
8192 compose-string.
8193
6e5dfc31 8194 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8195 to prevent the point moving to the end of a composition when a
8196 part of a composition is searched.
6e5dfc31
KH
8197 (isearch-other-meta-char): If the key invoking this command can be
8198 mapped by function-key-map to a printing char, call
8199 isearch-process-search-char directly.
8200
2598a293
SM
82012000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8202
8203 * emacs-lisp/bytecomp.el:
8204 * frame.el:
8205 * international/mule-cmds.el:
8206 * international/mule-util.el:
8207 * international/mule.el:
8208 * mouse.el:
8209 * subr.el:
8210 * faces.el: Update calls to make-obsolete with a WHEN argument.
8211
8212 * byte-run.el (make-obsolete, make-obsolete-variable):
8213 Add an optional WHEN argument and change the format of the
bff71087 8214 symbol-property information.
2598a293
SM
8215 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8216 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8217 new obsolete-symbol-property format and print WHEN if it is provided.
8218
28d8dff1
DL
82192000-05-31 Dave Love <fx@gnu.org>
8220
8221 * loadhist.el (loadhist-hook-functions): Remove
8222 before-change-function, after-change-function.
8223 (unload-feature): Deal with symbols which are both bound and
8224 fbound.
8225
8226 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8227 before-change-function, after-change-function.
8228
8229 * simple.el (newline): Don't bind before-change-function,
8230 after-change-function.
8231
7f565d87
RV
82322000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8233
8234 * whitespace.el (whitespace-rescan-timer-time): Update interval
8235 set to 600 seconds (10 minutes) instead of 60 seconds since
8236 a large number of whitespace buffers causes emacs to `freeze'
8237 for a considerable amount of time.
8238
bff71087 8239 * whitespace.el: Updated email address
7f565d87 8240
a8d693d8
DL
82412000-05-31 Dave Love <fx@gnu.org>
8242
8243 * add-log.el (change-log-font-lock-keywords) <function>: Add
8244 pattern for function of change.
8245 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8246 acknowledgements patterns.
8247
a50192e7
KH
82482000-05-31 Kenichi Handa <handa@etl.go.jp>
8249
8250 * isearch.el (isearch-printing-char): If keyboard coding system is
8251 being used, call isearch-process-search-multibyte-characters.
8252
8253 * international/isearch-x.el: Mostly rewritten.
8254
8255 * international/quail.el (quail-start-conversion): Don't include
8256 unhandled events in the returned events, but set them in
8257 unread-command-events. Exit if all inputs are deleted.
8258
7e492772
JR
82592000-05-30 Jason Rumney <jasonr@gnu.org>
8260
8261 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8262
8263 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8264 Reenable code to create initial fontsets.
8265 Use set-fontset-font in place of put-charset-property.
8266
10fc3187
GM
82672000-05-30 Gerd Moellmann <gerd@gnu.org>
8268
79148ea7
GM
8269 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8270 label, ensure that the first colon isn't followed by another.
8271
8272 * paths.el (Info-default-directory-list): Doc fix.
8273
086d5b87
GM
8274 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8275 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8276 send a query containing USER only, not USER@HOST.
8277
10fc3187
GM
8278 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8279 and rmail-msgend to compute the restriction at the end, instead of
8280 computing it.
8281
49e70dec
GM
82822000-05-29 Gerd Moellmann <gerd@gnu.org>
8283
66254a13
GM
8284 * dabbrev.el (dabbrev-expand): Don't display messages in the
8285 echo area if the minibuffer window is active.
8286
49e70dec
GM
8287 * jit-lock.el (jit-lock-mode): Add after change function to
8288 local hook.
8289
82902000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8291
8292 * antlr-mode.el: New commands: hide/unhide actions,
8293 upcase/downcase literals.
8294 (antlr-tiny-action-length): New user option.
8295 (antlr-hide-actions): New command. Suggested by
8296 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8297 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8298 (antlr-mode-menu): New entries.
8299 (antlr-downcase-literals): New command.
8300 (antlr-upcase-literals): Ditto.
8301
8302 * antlr-mode.el: Minor changes: indendation, mode-name.
8303 (antlr-indent-line): Indent cpp directive at column 0.
8304 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8305
8306 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8307 (antlr-font-lock-additional-keywords): Workaround for intentional
8308 bug in XEmacs version of font-lock.
8309 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8310 be used by a smarter version of `buffers-menu-grouping-function'.
8311
83122000-05-29 Gerd Moellmann <gerd@gnu.org>
8313
8314 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8315 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8316
49f93684
KH
83172000-05-29 Kenichi Handa <handa@etl.go.jp>
8318
8319 * international/encoded-kb.el
8320 (encoded-kbd-iso2022-designation-map): Pay attention to that
8321 charset-iso-final-char return -1 for eight-bit-control and
8322 eight-bit-graphic.
8323
5b1ae051
EZ
83242000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8325
8326 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8327 (speedbar-easymenu-definition-base): Use display-graphic-p where
8328 available, instead of window-system.
8329
a205e32a
EZ
83302000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8331
8332 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8333 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8334 coding systems.
8335
dd854dc2
DL
83362000-05-26 Dave Love <fx@gnu.org>
8337
c88a85d5
DL
8338 * disp-table.el (standard-display-underline): Don't use
8339 internal-find-face.
8340
dd854dc2
DL
8341 * mail/reporter.el: Maintainer change. Doc fixes.
8342 (reporter-version): Deleted.
8343
8344 * emacs-lisp/elp.el: Maintainer change.
8345 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8346
dc29aa6c
SM
83472000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8348
8349 * add-log.el (add-change-log-entry): Merge the current entry with the
8350 previous one if the previous one is empty.
8351
ed62683d
DL
83522000-05-26 Dave Love <fx@gnu.org>
8353
4370a375
DL
8354 * loadhist.el (unload-feature): Fix interactive spec [from
8355 lijnzaad@ebi.ac.uk].
8356
ed62683d
DL
8357 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8358 subr-arity to check primitives.
8359 (byte-compile-flush-pending, byte-compile-file-form-progn)
8360 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8361 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8362 mapcar.
8363
ba9f8f95
KH
83642000-05-26 Kenichi Handa <handa@etl.go.jp>
8365
0f3e0672
KH
8366 * international/fontset.el: Set family names of non-latin charsets
8367 in default fontset to "*".
8368
cebefb44
KH
8369 * international/mule-diag.el (print-fontset): Combine family part
8370 and registry part of the fontname by "-*-" instead of "-".
8371
ba9f8f95
KH
8372 * international/mule-cmds.el (encode-coding-char): Make strings
8373 multibyte before calling encode-coding-string.
8374
931d0724
SM
83752000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8376
8377 * derived.el: Fix keywords.
8ccce2b0 8378 (define-derived-mode): Only define if needed.
931d0724
SM
8379
8380 * simple.el (fill-comment, comment-column, comment-start)
8381 (comment-start-skip, comment-end, comment-indent-function)
8382 (block-comment-start, block-comment-end, indent-for-comment)
8383 (set-comment-column, kill-comment, comment-padding, comment-region)
8384 (comment-multi-line, indent-new-comment-line): Remove.
8385
8386 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8387 function names for comment operations.
8388
8389 * newcomment.el: Add abundant autoload cookies.
8390 (comment-style): Don't depend on runtime data at compile-time.
8391 (comment-indent-hook): Remove.
8392 (comment-indent): Check if comment-indent-hook is bound.
8393 (comment-region): Docstring fix.
8394
6fc596cf
DL
83952000-05-25 Dave Love <fx@gnu.org>
8396
8397 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8398 byte-code-function-p.
8399
8400 * mail/rmailsum.el: Add provide.
8401
8402 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8403
8404 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8405 defcustom.
8406
7997f1ca 84072000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8408
7997f1ca
MK
8409 * ediff-diff.el (ediff-exec-process): delete --binary option from
8410 non-buffer ediff jobs.
7f565d87 8411
e7a903e8
EZ
84122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8413
8414 * hilit-chg.el (highlight-changes-mode): Ask about color or
8415 grayscale support, not about window-system.
8416
8417 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8418 window-system.
8419 (ffap-highlight): Always default to t.
8420
8421 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8422 display-popup-menus-p instead of looking at window-system.
8423
8424 * disp-table.el (standard-display-g1, standard-display-graphic):
8425 Only refuse to use string glyphs on X and MS-Windows.
8426
8427 * avoid.el: Remove window-system from commentary, suggest to use
8428 display-*-p instead.
8429
8430 * apropos.el (apropos-print): Use display-mouse-p instead of
8431 window-system.
8432
14028d57
EZ
84332000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8434
8435 * international/codepage.el (cp-decoding-vector-for-codepage):
8436 Fill up unsupported characters with their own codes. From Kenichi
8437 Handa.
8438
1a4f9cc1
EZ
84392000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8440
8441 * international/mule-diag.el (describe-char-after): Use
8442 display-graphic-p instead of window-system, so that this function
8443 works on MS-DOS.
8444
89f6ca4e
EZ
84452000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8446
8447 * international/codepage.el (cp-make-coding-systems-for-codepage):
8448 Remove the eight-bit-graphic and eight-bit-control charsets from
8449 the list of charsets which we convert into `?'.
8450
eacfd7fe
KH
84512000-05-25 Kenichi Handa <handa@etl.go.jp>
8452
8453 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8454 private charsets.
8455 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8456 japanese-jisx0213-2): New charsets.
8457
8458 * international/fontset.el: Setup default fontset for new charsets.
8459
deadf7e3
DL
84602000-05-24 Dave Love <fx@gnu.org>
8461
8462 * info.el (Info-find-node-2): Restructure [following "Vadim
8463 S. Solomin" <sovs@uic.nnov.ru>].
8464
8465 * icomplete.el: Fix header for Finder.
8466
84672000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8468
8469 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8470 STAY.
8471
8472 * rmail.el (rmail-automatic-folder-directives): New user variable.
8473 (rmail-show-message): Add call to `rmail-auto-file' during
8474 display.
8475 (rmail-auto-file): New function.
8476
6de3983f 84772000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8478
fc6a6a4e 8479 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8480 account.
fc6a6a4e
GM
8481 (ediff-test-utility,ediff-diff-mandatory-option)
8482 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8483 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8484
fc6a6a4e 8485 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8486 variable.
7f565d87 8487
fc6a6a4e 8488 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8489 ediff-merge-filename-prefix.
8490
fc290d1d
MK
84912000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8492
fc6a6a4e 8493 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8494
273182b8
EZ
84952000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8496
8497 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8498 aliases for hebrew-iso-8bit.
8499
f471ea57
EZ
85002000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8501
8502 * woman.el: New version from Francis J. Wright
8503 <F.J.Wright@Maths.QMW.ac.uk>.
8504 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8505 names in environment variables regardless of the path separator.
8506 (woman-topic-all-completions-1): Don't call file-name-directory-p
8507 on all files, since woman-file-regexp already filters out any
8508 directories.
8509
01162f24
KH
85102000-05-24 Kenichi Handa <handa@etl.go.jp>
8511
48e3df76
KH
8512 * international/quail.el (quail-start-translation): Don't change
8513 modified-p of the current buffer.
8514 (quail-start-conversion): Likewise.
8515
8516 * international/kkc.el (kkc-region): Don't change modified-p of
8517 the current buffer.
8518
747d90ea
KH
8519 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8520 conform to RFC1468.
8521 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8522
17a223ff
EL
85232000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8524
8525 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8526 (speedbar-insert-button): Invisible text property fix.
8527 (speedbar-directory-plus): Renamed from speedbar-directory-+
8528 (speedbar-directory-minus): Renamed from speedbar-directory--
8529 (speedbar-page-plus): Renamed from speedbar-file-+
8530 (speedbar-page-minus): Renamed from speedbar-file--
8531 (speedbar-page): Renamed from speedbar-file-
8532 (speedbar-tag): Renamed from speedbar-tag-
8533 (speedbar-tag-plus): Renamed from speedbar-tag-+
8534 (speedbar-tag-minus): Renamed from speedbar-tag--
8535 (speedbar-expand-image-button-alist): Use above renames.
8536
8537 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8538 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8539 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8540 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8541 * sb-pg.xpm: Renamed from sb-file.xpm
8542 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8543 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8544
e6b6fc18
KH
85452000-05-24 Kenichi Handa <handa@etl.go.jp>
8546
8547 * international/quail.el (quail-show-guidance-buf): Set
8548 current-input-method of the guidance buffer to the name of the
8549 curren input method.
8550
a1a336eb
SM
85512000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8552
8553 * progmodes/compile.el (compile-internal): Style typo.
8554
8555 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8556 quote vars and functions in the docstring.
8557
8558 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8559
8560 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8561 Don't quote lambdas.
8562
8563 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8564
9695b783
GM
85652000-05-23 Gerd Moellmann <gerd@gnu.org>
8566
716e3b88
GM
8567 * startup.el (command-line): Determine source file of compiled
8568 user init file differently. Warn if compiled user init file
8569 is older than its source file.
8570
9695b783 8571 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8572
41ac433f
EZ
85732000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8574
8575 * files.el (make-backup-file-name-1): Replace slashes with `!'
8576 rather than `|' (which is not allowed on Windows). Replace the
8577 drive letters with a string "drive_X".
8578
46600ab1
GM
85792000-05-23 Gerd Moellmann <gerd@gnu.org>
8580
8581 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8582
8583 * files.el (interpreter-mode-alist): Add `bash2'.
8584
79a64d87
DL
85852000-05-22 Dave Love <fx@gnu.org>
8586
8587 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8588 mapc.
8589 (feature-file): Avoid calling symbol-name. Doc fix.
8590 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8591 (loadhist-hook-functions): Add mouse-position-function.
8592 (unload-feature): Change uses of mapcar.
8593
8594 * files.el (parse-colon-path): Doc fix.
8595 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8596 (set-auto-mode): Use mapc.
8597
8598 * complete.el (PC-look-for-include-file): Use :alnum: character
8599 class.
8600 (partial-completion-mode): Add autoload cookie.
8601
0e8c11d8
SS
86022000-05-22 Sam Steingold <sds@gnu.org>
8603
ce75fd23 8604 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8605 `add-text-properties' (bug introduced on 2000-05-18).
8606
d8d0fa6c
DL
86072000-05-22 Dave Love <fx@gnu.org>
8608
8609 * bindings.el: Remove debug-ignored-errors set in other files.
8610
8611 * progmodes/etags.el: Add to debug-ignored-errors.
8612 (visit-tags-table-buffer): Clear out buffers holding old tables
8613 when making a new list.
8614 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8615 mapc.
8616
8617 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8618 quote keywords.
8619 (cmpl-string-case-type): Use character classes.
8620
0e8c11d8
SS
8621 * comint.el:
8622 * textmodes/ispell.el:
8623 * imenu.el:
d8d0fa6c
DL
8624 * mail/mh-e.el:
8625 * progmodes/compile.el: Add to debug-ignored-errors.
8626
8627 * dabbrev.el: Add to debug-ignored-errors.
8628 (dabbrev-completion): Use mapc.
8629
1edbbf8a
EZ
86302000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8631
8632 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8633 (woman-mapcan, woman-parse-man.conf)
8634 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8635 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8636 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8637 path syntax better.
8638 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8639 (woman-manpath): Call woman-parse-man.conf.
8640 (woman-emulation): New defcustom, defaults to nroff.
8641 (woman-font-support): New defconst.
8642 (woman-use-symbol-font): New defcustom.
8643 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8644 "Emulation".
8645 Many functions: Doc fix.
8646
5bd2148c
KH
86472000-05-22 Kenichi Handa <handa@etl.go.jp>
8648
8649 * international/quail.el (quail-simple-translation-keymap): Map
8650 128..255 to quail-self-insert-command.
8651 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8652
4125ec7e
SM
86532000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8654
a1a336eb
SM
8655 * help.el (help-manyarg-func-alist): Typo.
8656
40aeecad
SM
8657 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8658 intervals which makes it heaps simpler.
8659
4125ec7e
SM
8660 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8661 the nested comment markers.
e4da9c1c
SM
8662
8663 * subr.el (remove-hook): Don't turn the hook's value into a list.
8664
cb7216a7
DL
86652000-05-21 Dave Love <fx@gnu.org>
8666
ac266581
DL
8667 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8668 are invalid characters.
8669
cb7216a7
DL
8670 * international/mule-util.el (detect-coding-with-priority): Use
8671 mapc. Remove redundant lambda.
8672
8673 * international/mule-diag.el (list-non-iso-charset-chars)
8674 (describe-fontset): Remove redundant lambda.
8675
8676 * emulation/crisp.el (brief-mode): New alias.
8677
8678 * emacs-lisp/ring.el (ring-elements): New function.
8679
8680 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8681 (easy-menu-do-add-item): Use keywordp.
8682
8683 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8684
8685 * replace.el: Doc and error message fixes.
8686 (replace-highlight): Use facep, not internal-find-face.
8687
9b0d1d6e
SM
86882000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8689
b2d2cf58
SM
8690 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8691
ffe7dc64
SM
8692 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8693 (log-edit-insert-changelog): Drop `:' as well.
8694
8695 * log-view.el: Fix file description.
8696 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8697 available.
8698 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8699 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8700
c8c21615
SM
8701 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8702 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8703 Print a status message if the toggle is called interactively.
8704 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8705 for global minor modes and use `defcustom' for them.
8706 Use add-minor-mode.
8707 (easy-mmode-define-derived-mode): Remove.
8708 (define-derived-mode): Fancier default docstring.
8709 (easy-mmode-define-navigation): Signal an error rather than (ding).
8710
9b0d1d6e
SM
8711 * newcomment.el (comment-styles): New `box-multi'.
8712 (comment-normalize-vars): Better default for comment-continue to
8713 avoid whitespace-only continuations.
8714 (comment-search-forward): Always move even in the no-syntax case.
8715 (comment-padright): Only obey N if it's only obeyed for padleft.
8716 (comment-make-extra-lines): Better handling of empty continuations.
8717 Use `=' for the filler if comment-start has only one character.
8718 (uncomment-region): Try handling the special `=' filler.
8719 (comment-region): Allow LINES even if MULTI is nil.
8720 (comment-box): Choose box style based on comment-style.
8721
f5ee6d0f
KH
87222000-05-20 Kenichi Handa <handa@etl.go.jp>
8723
9b0d1d6e 8724 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8725 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8726
c9671f81
KH
87272000-05-20 Kenichi HANDA <handa@etl.go.jp>
8728
8729 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8730 and insert, not subst-char-in-region.
8731
8732 * international/mule-diag.el (list-character-sets-1): Handle
8733 charsets eight-bit-control and eight-bit-graphic.
8734 (list-iso-charset-chars): Likewise.
8735 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8736 charactes as is. Use indent-to to align characters.
8737
8738 * international/mule-cmds.el (find-multibyte-characters): Never
8739 exclude charsets eight-bit-control and eight-bit-graphic.
8740
1426aa5c
SM
87412000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8742
8743 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8744 Don't quote lambdas.
8745
8746 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8747
2b63d473
GM
87482000-05-19 Gerd Moellmann <gerd@gnu.org>
8749
8750 * gud.el (gud-jdb-directories): Doc fix.
8751
f1355756
SM
87522000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8753
8754 * newcomment.el: New file.
8755
5f64c9e0
GM
87562000-05-19 Gerd Moellmann <gerd@gnu.org>
8757
2b63d473 8758 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8759
db7314bd
AS
87602000-05-18 Andreas Schwab <schwab@suse.de>
8761
8762 * dired.el (dired-between-files): Also skip lines beginning with
8763 `used'.
8764
25bb0401
GM
87652000-05-18 Gerd Moellmann <gerd@gnu.org>
8766
8767 * msb.el (msb-menu-cond): Add choice `user'.
8768
a199a865 87692000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8770
a199a865
GM
8771 * ps-print.el: Compatibility, customization and doc fix.
8772 (ps-printer-name-option): Replace defconst by defvar.
8773 (ps-postscript-code-directory): XEmacs compatibility.
8774 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8775 fix.
8776 (ps-user-defined-prologue, ps-print-prologue-header)
8777 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8778 compatibility and code fix.
8779 (ps-print-background-image, ps-print-background-text):
8780 Customization fix.
8781 (ps-line-number-start, ps-n-up-on): New vars.
8782
25bb0401
GM
87832000-05-18 Espen Skoglund <esk@ira.uka.de>
8784
8785 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8786 the indent-comment function to just return the appropriate indent.
8787
68e6c83a
EL
87882000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8789
8790 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8791 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8792 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8793
dae6cb9f
DL
87942000-05-18 Dave Love <fx@gnu.org>
8795
8796 * info.el (Info-fontify-node): Add intangible property as well as
8797 invisible.
8798
8799 * calendar/appt.el (appt-make-list): Match all lines of entry.
8800 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8801
813086ea
KH
88022000-05-18 Kenichi Handa <handa@etl.go.jp>
8803
8804 * international/mule-diag.el (describe-char-after): Call
8805 internal-char-font, not char-font. If internal-char-font returns
8806 nil, display "-- none --".
8807
24978190
EZ
88082000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8809
8810 * image.el (image-type-available-p): Don't reference image-types
8811 if it isn't bound.
8812
2fca2d5d
SM
88132000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8814
8815 * autoarg.el (autoarg-mode): Typo in the :set argument.
8816
cfc75d05
EZ
88172000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8818
8819 * startup.el (command-line-1): Don't signal an error if the
8820 directory for auto-save-list files does not yet exist.
8821
c4e30387
KH
88222000-05-17 Kenichi Handa <handa@etl.go.jp>
8823
8824 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8825
dd6b8ea7
SM
88262000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8827
8828 * subr.el (remove-hook): `setq' hook-value, not `set'.
8829
399c88ad
SS
88302000-05-16 Sam Steingold <sds@gnu.org>
8831
a199a865 8832 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8833
01651f07
DL
88342000-05-16 Dave Love <fx@gnu.org>
8835
8836 * cus-edit.el: Don't require cl or easymenu.
8837 (custom-variable-prompt): Test standard-value property, not
8838 user-variable-p.
8839
2248c40d
SS
88402000-05-16 Sam Steingold <sds@gnu.org>
8841
8842 * subr.el (add-hook): `setq' hook-value, not `set'.
8843
b15f3b77
GM
88442000-05-16 Gerd Moellmann <gerd@gnu.org>
8845
8846 * startup.el (command-line-1): Mention the FAQ in the startup
8847 message.
8848
8849 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8850
8851 * progmodes/compile.el (compilation-parse-errors): Collect
8852 `nomessage' regexps last.
8853
8854 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8855
8856 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8857 to the function name.
8858
f9bbcfac
EL
88592000-05-15 Dave Love <fx@gnu.org>
8860
8861 * speedbar.el (speedbar-recenter): Typo.
8862 (speedbar-expand-line): Make arg optional.
8863 (speedbar-mode): Avoid a compiler warning.
8864
119b42eb
GM
88652000-05-15 Gerd Moellmann <gerd@gnu.org>
8866
8867 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8868 user-specified option string is empty.
8869
8870 * mouse.el (mouse-yank-at-click): Doc fix.
8871
f685bea9
EZ
88722000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8873
8874 * term/internal.el (IT-character-translations): More updates of
8875 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8876 documents.
8877
a1b8d58b
GM
88782000-05-15 Gerd Moellmann <gerd@gnu.org>
8879
8880 * env.el (getenv): New function, interactively callable.
8881 (setenv, getenv): Remove autoload cookies.
8882
8883 * loadup.el: Load `env'.
8884
8885 * progmodes/f90.el: Change author's mail address.
8886
c9bba7ed
DL
88872000-05-14 Dave Love <fx@gnu.org>
8888
e5c83697
DL
8889 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8890 goto-addr as an option.
8891
8892 * help.el (help-xref-stack): Doc fix.
8893 (help-xref-following): New variable.
8894 (help-make-xrefs): Use it.
8895 (help-xref-go-back): Use position information from stack element.
8896 (help-follow): Make position in stack element a pair. Use
8897 help-xref-following.
399c88ad 8898
e5c83697
DL
8899 * autoarg.el: New file.
8900
8901 * faces.el: Declare more functions obsolete.
8902
c9bba7ed
DL
8903 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8904 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8905 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8906 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8907 Remove all the setup-...-environment functions.
8908
b6389bfb
EL
89092000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8910
a1b8d58b
GM
8911 * speedbar.el: Updated the commentary section. xemacs20p now uses
8912 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8913 (speedbar-easymenu-definition-base): Add toggle for images.
8914 (speedbar-easymenu-definition-special): Add flush cache & expand.
8915 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8916 (speedbar-reconfigure-keymaps-hook): New variable.
8917 (speedbar-frame-parameters): Updated documentation.
8918 (speedbar-use-imenu-flag): Updated custom tag
8919 (speedbar-dynamic-tags-function-list): New variable.
8920 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8921 (speedbar-indentation-width, speedbar-indentation-width) New
8922 variables.
8923 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8924 (speedbar-vc-indicator): Doc update.
8925 (speedbar-ignored-path-expressions): Updated default value.
8926 (speedbar-supported-extension-expressions): Updated default value.
8927 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8928 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8929 as "+". Added overlay aliases.
8930 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8931 `force-mode-line-update'.
8932 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8933 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8934 `mouse-set-point'
b6389bfb 8935 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8936 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8937 of arbitrary text, and new helper functions.
8938 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8939 filename finder.
b6389bfb
EL
8940 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8941 (speedbar-directory-buttons): Update path search/expansion.
8942 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8943 `speedbar-indentation-width'. Use more care w/ invisible
8944 properties.
b6389bfb
EL
8945 (speedbar-change-expand-button-char): Call
8946 `speedbar-insert-image-button-maybe'.
8947 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8948 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8949 (speedbar-trim-words-tag-hierarchy)
8950 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8951 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8952 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8953 functions.
b6389bfb
EL
8954 (speedbar-mouse-set-point): New function
8955 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8956 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8957 of tag prefix text.
8958 (speedbar-expand-line, speedbar-contract-line): Make more robust
8959 to strange text.
8960 (speedbar-expand-line): Takes universal argument to flush the
8961 cache.
b6389bfb
EL
8962 (speedbar-flush-expand-line): New function.
8963 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8964 Use new generator insertion method.
8965 (speedbar-fetch-dynamic-tags): New function.
8966 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8967 `speedbar-fetch-dynamic-imenu'.
8968 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8969 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8970 "Revert Buffer" menu items.
8971 (speedbar-buffer-buttons-engine): Be smarter when creating a
8972 filename tag (for expansion purposes.).
a1b8d58b
GM
8973 (speedbar-highlight-one-tag-line,
8974 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8975 (speedbar-recenter): New functions.
b6389bfb 8976 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8977 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8978 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8979 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8980 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8981 (speedbar-expand-image-button-alist): New variable.
8982 (speedbar-insert-image-button-maybe): Insert an image over some
8983 buttons.
8984
43fe9244
KH
89852000-05-13 Kenichi Handa <handa@etl.go.jp>
8986
8987 * international/mule-cmds.el (encode-coding-char): An ASCII
8988 character is always encodable.
8989
8990 * international/mule-conf.el: Add more information in descriptions
8991 of character sets.
8992
813086ea 8993 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8994 (describe-font-internal): Adjusted for the change of font-info.
8995 (describe-font): Likewise.
8996 (print-fontset): Rewritten for the new fontset implementation.
8997 (describe-fontset): Include fontset alias names in completion.
8998 (list-fontsets): Adjusted for the change of print-fontset.
8999
9000 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9001 describe-char-after instead of displaying the detail in the echo
9002 area.
813086ea
KH
9003 (syntax-code-table): Format changed.
9004 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9005
e8564f57
SM
90062000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9007
9008 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9009
9278c60d
DL
90102000-05-12 Dave Love <fx@gnu.org>
9011
9012 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9013 dependence. Use line-{beginning,end}-position, not
9014 point-at{b,e}ol. Some doc fixes.
9015 (todo-position): New function. Fix callers of position to use it.
9016 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9017
be0505fe
GM
90182000-05-12 Gerd Moellmann <gerd@gnu.org>
9019
9020 * time.el (display-time-mail-icon): Use `:ascent center'.
9021
a8a3541c
GM
9022 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9023 handling FTP security extensions.
399c88ad 9024
44d5f148
DL
90252000-05-11 Dave Love <fx@gnu.org>
9026
33d0c179 9027 * calendar/todo-mode.el: New file.
44d5f148 9028
da4496b6
GM
90292000-05-11 Gerd Moellmann <gerd@gnu.org>
9030
cdc4401d
GM
9031 * comint.el (comint-read-input-ring): Move reference to
9032 comint-input-ring-size outside of the save-excursion. It was
9033 causing the default value to be the only one ever seen.
399c88ad 9034
0279f991
GM
9035 * font-lock.el: Update copyright. Remove Simon Marshall's email
9036 address on request from him.
9037
da4496b6
GM
9038 * subr.el (substitute-key-definition): Add comment describing
9039 the meaning of PREFIX.
9040
ac5cb26d
SM
90412000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9042
9043 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9044
9045 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9046 (add-minor-mode): Don't make the variable buffer-local and add a
9047 reference to define-minor-mode in the docstring.
9048
9049 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9050 HEADER/FOOTER and fix bug with trailing empty directory.
9051 (cvs-append-to-ignore): Use vc-editable-p if available.
9052 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9053 (vc-do-command): Tweak advice to handle the new VC.
9054
9055 * log-view.el (log-view-goto-rev): New function for the new VC.
9056 (log-view-minor-wrap): Use mark-active.
9057
9058 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9059 (log-edit-changelog-full-paragraphs): New var.
9060 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9061 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9062 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9063 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9064 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9065 Replace the `cvs' prefix with `log-edit'.
9066
9067 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9068
9069 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9070 (diff-font-lock-defaults): Explicitly turn off multiline.
9071 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9072 (diff-ediff-patch): Fix call to ediff-patch-file.
9073 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9074 Handle comments.
9075
9076 * frame.el (automatic-hscrolling): Typo.
9077
9078 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9079
21c34da3
DL
90802000-05-09 Sam Steingold <sds@goems.com>
9081
9082 * apropos.el (apropos-print): use `describe-face' instead of
9083 `customize-face-other-window'.
9084
950cf06f
DL
90852000-05-09 Dave Love <fx@gnu.org>
9086
9087 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9088
9089 * help.el (describe-variable): Have customize button pop the
9090 help-xref stack when invoked.
9091 (help-xref-symbol-regexp): Add `face'.
9092 (help-make-xrefs): Check for quoted face names and adapt regexp
9093 submatch numbers to cope.
9094 (help-xref-interned): Maybe insert face doc too. Separate
9095 sections with a line of hyphens.
9096
0623e40f 9097 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9098 (describe-face): Add customize button. Return the help
9099 text. Fix prompt.
9100
82e2ca9d
EZ
91012000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9102
9103 * term/internal.el (IT-character-translations): Fix last change.
9104
10c00b5c
EZ
91052000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9106
9107 * woman.el: New file
9108 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9109
9deed82f
EZ
91102000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9111
001ad319
EZ
9112 * term/internal.el (IT-character-translations): Update ASCII
9113 simulations for greek-iso8859-7, add latin-iso8859-14 and
9114 latin-iso8859-15.
9115
9deed82f
EZ
9116 * international/mule-cmds.el (set-language-info-alist): Call
9117 define-prefix-command with 3 arguments, to make the map suitable
9118 for a menu.
9119
4f37b78a
DL
91202000-05-07 Dave Love <fx@gnu.org>
9121
1ec321a7 9122 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9123
64a4c526
DL
91242000-05-05 Dave Love <fx@gnu.org>
9125
9126 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9127 list in doc string. Don't quote keyword symbols.
9128 * emacs-lisp/cl.el: Likewise
9129 * emacs-lisp/cl-seq.el: Likewise
9130
056565f7
GM
91312000-05-05 Gerd Moellmann <gerd@gnu.org>
9132
9133 * abbrev.el (abbrev-mode): Make ARG optional.
9134
4656b314
GM
91352000-05-04 Gerd Moellmann <gerd@gnu.org>
9136
ec82fb2f
GM
9137 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9138
9139 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9140
4656b314
GM
9141 * subr.el (substitute-key-definition): Clarify documentation.
9142
91432000-05-04 Milan Zamazal <pdm@freesoft.cz>
9144
9145 * glasses.el (glasses-convert-to-unreadable): Use
9146 `glasses-separator' instead of the hard-wired "_".
9147 (glasses-mode): Call `glasses-make-unreadable' only in a single
9148 place.
9149
7b081c78
EZ
91502000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9151
9152 * term/internal.el (cjk-codepages-alist): Add associations for
9153 Chinese and Korean codepages. Remove FIXME comment.
9154
baa5536e
DL
91552000-05-03 Dave Love <fx@gnu.org>
9156
9157 * time.el (display-time-mail-face, display-time-use-mail-icon):
9158 New option.
9159 (display-time-mail-icon): New variable.
9160 (display-time-string-forms): Use the above. Fix the local-map.
9161
cbf18892
GM
91622000-05-03 Gerd Moellmann <gerd@gnu.org>
9163
4ff40dd0
GM
9164 * replace.el (query-replace-map): Add binding for `E'.
9165 (query-replace-help): Extend help text.
9166 (perform-replace): Allow editing the replacement string.
9167
9168 * make-mode.el (makefile-mode-abbrev-table): New variable.
9169 (makefile-mode): Set local abbrev table to
9170 makefile-mode-abbrev-table.
9171 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9172
cbf18892
GM
9173 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9174 set TOGGLE's value.
9175
4ff40dd0
GM
9176 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9177 mail-interactive-insert-alias.
9178 (mail-abbrev-complete-alias): New command.
9179 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9180
ffec4d9f
KH
91812000-05-03 Kenichi Handa <handa@etl.go.jp>
9182
9183 * language/lao-util.el (lao-compose-region): New function.
9184
1b0672c3
GM
91852000-05-02 Gerd Moellmann <gerd@gnu.org>
9186
576da55d
GM
9187 * files.el (recover-session): Make directories as necessary
9188 if they don't exist yet.
9189
399c88ad
SS
9190 * calendar/cal-french.el
9191 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9192 (french-calendar-special-days-array): Change French text.
9193 (calendar-french-date-string): Change output.
9194 (calendar-goto-french-date): Likewise.
9195
91962000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9197
9198 * wid-edit.el (widget-default-active): Obey `:always-active'.
9199 (widget-documentation-string-value-create): Set `:always-active'.
9200
4b33deaa
EZ
92012000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9202
9203 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9204 default prefix to `~/_emacs.d/auto-save.list/_s'.
9205 (normal-top-level): Create the directory for auto-save files, if
9206 it doesn't already exist (in the ms-dos case only).
9207
5c922ea7
EZ
92082000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9209
9210 * international/mule-cmds.el (set-language-environment): Don't
9211 concat an integer (dos-codepage), use format instead.
9212
820ad5e7
DL
92132000-05-02 Dave Love <fx@gnu.org>
9214
9215 * help.el (help-xref-on-pp): Check for constant symbols.
9216
57cb56f5
GM
92172000-04-29 Gerd Moellmann <gerd@gnu.org>
9218
9219 * startup.el (normal-top-level): Put a condition-case around
9220 the code loading subdirs.el.
9221
92222000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9223
57cb56f5
GM
9224 * ps-print.el: Upside-down and face background color printing,
9225 line number step, doc fix.
9226 (ps-print-version): New version number (5.2).
9227 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9228 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9229 (ps-spool-config): Var fix.
9230 (ps-printer-name-option): Const fix.
9231 (ps-print-upside-down, ps-use-face-background)
9232 (ps-line-number-step): New vars.
9233 (ps-window-system, ps-lp-system): New consts.
9234 (ps-face-background): New fun.
9235
084cec2f
GM
92362000-04-28 Richard Stallman <rms@gnu.org>
9237
9238 * files.el (make-auto-save-file-name):
9239 Apply auto-save-file-name-transforms to visited file name
9240 before generating auto save file name.
9241 (auto-save-file-name-transforms): New variable.
9242
399c88ad 9243 * files.el (backup-enable-predicate):
084cec2f
GM
9244 Correctly test for a file under a temporary directory.
9245
c94f4677
GM
92462000-04-28 Gerd Moellmann <gerd@gnu.org>
9247
9248 * subr.el (add-minor-mode): Rewritten.
9249
7b211df5
KH
92502000-04-28 Kenichi Handa <handa@etl.go.jp>
9251
9252 * mail/sendmail.el (sendmail-send-it): Set
9253 buffer-file-coding-system to the selected coding system for MIME
9254 header.
9255
c76e04a8 92562000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9257
c76e04a8
GM
9258 * dired.el (dired-move-to-filename-regexp): Allow format where
9259 YYYY is followed by two spaces.
e3e36d74 9260
c76e04a8
GM
9261 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9262 in the second character class of the regexp.
9263
9264 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9265 mh-etc, too.
353964e3 9266
c76e04a8
GM
9267 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9268 nil.
399c88ad 9269
353964e3
GM
9270 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9271
9272 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9273 argument.
9274
c76e04a8 92752000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9276
c76e04a8
GM
9277 * emacs-lisp/crm.el (crm-completion-table): New variable.
9278 (crm-collection-fn, crm-test-completion)
9279 (completing-read-multiple): Use it.
9280
92812000-04-27 Dave Love <fx@gnu.org>
9282
9283 * help.el (locate-library): Use mapc.
9284 (help-manyarg-func-alist): Add call-process-region.
9285
7464346d
GM
92862000-04-26 Gerd Moellmann <gerd@gnu.org>
9287
b35bd33d
GM
9288 * subr.el (add-minor-mode): Make argument MAP optional.
9289
7464346d
GM
9290 * desktop.el (desktop-save): Save list of minor modes.
9291 (desktop-create-buffer): Restore minor modes.
9292 (desktop-minor-mode-table): New user-option.
9293
9294 * subr.el (add-minor-mode): New function.
9295
9296 * image.el (find-image): New function.
9297 (defimage): Rewritten to find image at load time.
9298
9299 * startup.el (normal-top-level-add-to-load-path): Handle
9300 case that the default directory is not in load-path.
9301
9302 * help.el: Old patch from Stefan Monnier.
9303 (help-xref-on-pp): New function.
9304 (describe-variable): Use it to display xrefs in a symbol's value.
9305
23c0fb21
SM
93062000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9307
9308 * cus-edit.el (custom-face): Fix parenthesis.
9309
fad95037
KH
93102000-04-26 Kenichi Handa <handa@etl.go.jp>
9311
f03392a1
KH
9312 * mail/rmail.el (rmail-expunge): When there are no deleted
9313 messages, do nothing.
fad95037 9314
0d7c5bb9
DL
93152000-04-26 Dave Love <fx@gnu.org>
9316
9317 * international/mule-cmds.el (locale-translation-file-name):
9318 Defvar to nil.
9319 (set-locale-environment): Set it here (at runtime).
9320
612839b6
GM
93212000-04-25 Gerd Moellmann <gerd@gnu.org>
9322
9323 * replace.el (perform-replace): Add parameters START and END. Use
9324 them instead of the check for a region in Transient Mark mode.
9325 (query-replace-read-args): Return two more list elements for the
9326 start and end of the region in Transient Mark mode.
9327 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9328 (map-query-replace-regexp, replace-string, replace-regexp): Add
9329 optional last arguments START and END and pass them to
9330 perform-replace.
9331
9332 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9333 form with additional arguments for perform-replace.
9334
9335 * progmodes/etags.el (tags-query-replace): Add parameters START
9336 and END. Construct a form with additional arguments for
9337 perform-replace.
9338
9339 * simple.el (shell-command): Set default directory for "*Shell
9340 Command Output" buffer.
9341
9342 * language/european.el (iso-latin-4): Fix typo.
9343
9344 * emacs-lisp/crm.el: New file.
9345
2917cc05
DL
93462000-04-24 Dave Love <fx@gnu.org>
9347
9348 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9349 (Custom-reset-saved, Custom-reset-standard)
9350 (custom-group-value-create, custom-group-set, custom-group-save)
9351 (custom-group-reset-current, custom-group-reset-saved)
9352 (custom-group-reset-standard): Use mapc.
9353 (custom-buffer-create-internal): Disable undo when creating items.
9354 Use mapc.
9355 (custom-face): Avoid redundant lambda.
9356
abfcc168
GM
93572000-04-24 Gerd Moellmann <gerd@gnu.org>
9358
9359 * startup.el (auto-save-list-file-prefix): Set default to
9360 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9361
fa78f71b
SS
93622000-04-24 Sam Steingold <sds@gnu.org>
9363
9364 * time-stamp.el (time-stamp-string-preprocess): Always convert
9365 `field-result' to a string.
9366
cc181e95
GM
93672000-04-24 Gerd Moellmann <gerd@gnu.org>
9368
9369 * frame.el (scrolling): New group.
9370 (automatic-hscrolling): New user-option.
9371
9372 * startup.el (command-line-x-option-alist): Add `-lsp' and
9373 `--line-spacing'.
9374
6142fdcb
DL
93752000-04-19 Dave Love <fx@gnu.org>
9376
9377 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9378 (cl-mapc): Rename from mapc. Fix the funcall.
9379
5e3dac3f
GM
93802000-04-19 Gerd Moellmann <gerd@gnu.org>
9381
1c459486
GM
9382 * simple.el (clone-indirect-buffer-other-window): New command.
9383 (clone-indirect-buffer): Add optional arg NORECROD.
9384 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9385
271b4185
GM
9386 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9387
9388 * window.el (count-screen-lines): New function.
9389 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9390 instead of window-buffer-height.
9391
9392 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9393 non-existing variable comint-input-sentinel.
9394 (inferior-lisp-args-to-list): Removed.
9395 (inferior-lisp): Use split-string instead of
9396 inferior-lisp-args-to-list.
9397
9398 * hexl.el (hexl-insert-hex-string): New command.
9399
5e3dac3f
GM
9400 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9401 instead of concat.
9402
f6d3257b
GM
94032000-04-18 Gerd Moellmann <gerd@gnu.org>
9404
9405 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9406 at the start of an existing but empty folder.
9407
94082000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9409
9410 * ps-mule.el: Customization fix, doc fix.
9411 (ps-multibyte-buffer): Customization fix.
9412
8b7bc628 94132000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9414
9415 * subr.el (read-passwd): Use read-char-exclusive.
9416
0daee095
GM
94172000-04-17 Gerd Moellmann <gerd@gnu.org>
9418
9419 * textmodes/texinfo.el (texinfo-insert-@email)
9420 (texinfo-insert-@emph, texinfo-insert-@quotation)
9421 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9422 (texinfo-mode-map): Add key bindings for them.
9423
9424 * files.el (basic-save-buffer-2): Use a template with `$'
9425 instead of `#' for VMS.
9426
9427 * simple.el (clone-indirect-buffer): New function.
9428
e10f64e7
GM
94292000-04-16 Stephen Eglen <stephen@gnu.org>
9430
9431 * iswitchb.el (iswitchb-case): New function. If the user input
9432 contains any upper-case characters, the search is made
9433 case-sensitive.
9434
e3721db1
SM
94352000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9436
e10f64e7
GM
9437 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9438 comment-end.
e3721db1
SM
9439 (texinfo-font-lock-syntactic-keywords): New var.
9440 (texinfo-font-lock-keywords): Remove comment regexp.
9441 (texinfo-insert-block): New function.
9442 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9443 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9444 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9445 (texinfo-environments): New var.
e10f64e7
GM
9446 (texinfo-environment-regexp): Use regexp-opt and
9447 texinfo-environments.
e3721db1 9448
e10f64e7
GM
9449 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9450 ispell-process is bound since this might be eval'd before ispell
9451 is loaded.
9452 (ispell-message): Use a tiny bit less magic and a bit more hard
9453 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9454
9455 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9456
9457 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9458 (insert-cyclic-diary-entry): Unquote the lambda.
9459
9460 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9461
9462 * files.el (backup-enable-predicate): Unquote the lambda.
9463
9464 * cus-edit.el (custom-face, face): Unquote the lambda.
9465
712dc9e0
GM
94662000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9467
9468 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9469
712dc9e0
GM
9470 * ps-print.el: Fix counting lines in a region.
9471 (ps-print-version): New version number (5.1.5).
9472 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9473 (ps-printing-region): Fun code fix.
9474
ffc50f2a
GM
94752000-04-15 Gerd Moellmann <gerd@gnu.org>
9476
9477 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9478 to file-directory-p.
9479
a2522dca
GM
94802000-04-14 Gerd Moellmann <gerd@gnu.org>
9481
9482 * gud.el (gud-jdb-build-source-files-list): Check that directory
9483 exists before calling directory-files.
9484
6e883610
DL
94852000-04-13 Dave Love <fx@gnu.org>
9486
9487 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9488 syntax.
9489
9490 * emacs-lisp/cl-specs.el: Remove when, unless.
9491
9492 * emacs-lisp/cl-extra.el: Don't quote keywords.
9493 (cl-old-mapc): New variable.
9494 (mapc): Use it.
9495 (cl-map-intervals): Use with-current-buffer. Don't check for
9496 next-property-change.
9497 (cl-map-overlays): Use with-current-buffer.
9498 (cl-expt): Remove.
9499 (copy-tree, remprop): Define unconditionally.
9500
9501 * emacs-lisp/cl-compat.el (keywordp): Remove.
9502
9503 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9504 to use keywordp.
9505 (edebug-spec): Enable keywordp.
9506
9507 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9508 string-lessp.
9509
9510 * cus-start.el: Use keywordp.
9511
198e3c7a
GM
95122000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9513
9514 * diary-lib.el (include-other-diary-files): Fix the fix of
9515 2000-02-18 by doing a save-excursion.
9516
95172000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9518
9519 * ps-print.el: Customization fix, doc fix.
9520 (ps-print-version): New version number (5.1.4).
9521 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9522 (ps-print-preprint): Adjust code.
9523 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9524 (ps-print-prologue-header, ps-print-control-characters)
9525 (ps-spool-config): Customization fix.
fa78f71b 9526
8eba343c
EZ
95272000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9528
9529 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9530 converted to the new menu-item format, names silightly changed,
9531 help strings added.
9532
9533 Support for spelling without async subprocesses:
9534
9535 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9536 (ispell-session-buffer): New variables.
9537 (ispell-start-process, ispell-process-status,
9538 ispell-accept-output, ispell-send-string): New functions, for
9539 Ispell invocation when async subprocesses aren't supported.
9540 (ispell-word, ispell-pdict-save, ispell-command-loop,
9541 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9542 to process-send-string with calls to ispell-send-string, and
9543 accept-process-output with ispell-accept-output.
9544 (ispell-init-process): Call ispell-process-status instead of
9545 process-status with.
9546 (ispell-init-process): Call ispell-start-process. Call
9547 ispell-accept-output and ispell-send-string. Don't call
9548 process-kill-without-query and kill-process if they are unbound.
9549 (ispell-async-processp): New function.
9550
3d30065d
DL
95512000-04-12 Dave Love <fx@gnu.org>
9552
9553 * info.el: Add debug-ignored-errors.
9554 (Info-mode-menu): Add some items.
9555 (Info-directory): Add autoload cookie.
9556
9557 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9558 Modify `truncate-lines'. Make `describe-language-environment'
9559 always visible and add help. Modify `describe-key' help. Invoke
9560 Info-directory from `info'. New entry `emacs-manual'.
9561
1a1b1895
GM
95622000-04-10 Gerd Moellmann <gerd@gnu.org>
9563
8b2affc5
GM
9564 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9565 propertized-buffer-identification.
9566 (ebrowse-update-member-buffer-mode-line): Likewise.
9567 (ebrowse--mode-strings): Removed.
9568 (ebrowse--mode-line-props): Removed.
9569
1a1b1895
GM
9570 * files.el (auto-mode-alist): Add `EBROWSE'.
9571
9572 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9573 space before testing for end of buffer.
9574 (ebrowse-load): Removed.
9575 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9576 (ebrowse-create-tree-buffer): Rewritten.
9577 (ebrowse-tree-mode): Read tree from buffer.
9578
9579 * progmodes/ebrowse-ffh.el: Removed.
9580
223f3c91
KH
95812000-04-10 Kenichi Handa <handa@etl.go.jp>
9582
9583 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9584
25fbf2c4
GM
95852000-04-10 Gerd Moellmann <gerd@gnu.org>
9586
9587 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9588 at the wrong place.
9589
92c13173
DL
95902000-04-09 Dave Love <fx@gnu.org>
9591
9592 * files.el (backup-enable-predicate): Use
9593 temporary-file-directory, small-temporary-file-directory.
9594 (make-backup-file-name-function, backup-directory-alist): New
9595 variables.
9596 (make-backup-file-name-1): New function.
9597 (make-backup-file-name): Use it.
9598 (find-backup-file-name): Likewise. Use format for clarity, not
9599 concat.
9600 (file-newest-backup): Use make-backup-file-name.
9601
be0dbdab
GM
96022000-04-09 Gerd Moellmann <gerd@gnu.org>
9603
c45be9ac 9604 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9605
c45be9ac
GM
9606 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9607 to ebrowse-ffh.el.
9608 (ebrowse-load): Add autoload.
9609
9610 * finder.el (finder-commentary): Add autoload cookie.
9611
be0dbdab
GM
9612 * mail/rfc2368.el: Correct author's email address.
9613
9614 * progmodes/ebrowse.el: New file.
9615
9616 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9617 item help string.
9618 (easy-menu-do-add-item): Ditto.
9619 (easy-menu-define): Extend doc string.
9620
9621 * jit-lock.el (with-buffer-unmodified): Use
9622 restore-buffer-modified-p.
9623 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9624 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9625 with-buffer-unmodified.
9626
3f923efe
DL
96272000-04-08 Dave Love <fx@gnu.org>
9628
9629 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9630 unless, when.
9631
d35bee0e
MK
96322000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9633
9634 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9635 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9636 doesn't support face.
d35bee0e 9637 Use `viper-put-on-search-overlay'.
fa78f71b 9638
c407c570
GM
96392000-04-04 Gerd Moellmann <gerd@gnu.org>
9640
9641 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9642 like C-r.
9643
9644 * progmodes/make-mode.el: Some doc fixes.
9645 (makefile-mode-abbrev-table): New variable.
9646 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9647 (makefile-font-lock-keywords): Fontify includes and conditionals.
9648 (toplevel): Require `dabbrev' and `add-log' when compiling.
9649
9650 * replace.el (perform-replace): Don't move forward one char
9651 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9652 to do that because it leaves point 1 position after the last
9653 replacement, after everything has been replaced.
9654
9655 * jit-lock.el (with-buffer-unmodified): New macro.
9656 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9657 modified state.
9658 (jit-lock-function-1): Extracted from jit-lock-function; not
9659 preserving buffer's modified state.
9660 (jit-lock-function, jit-lock-stealth-fontify): Call
9661 jit-lock-function-1.
9662
9663 * mail/rfc2368.el: Remove supernumerary copyright line.
9664
685e5ed2
GM
96652000-04-04 Milan Zamazal <pdm@freesoft.cz>
9666
9667 * glasses.el: Provide facilities for inserting space before left
9668 parentheses and uncapitalization of identifiers.
9669 (glasses-mode): Try to remove old overlays in all cases.
9670
0166aed1
GM
96712000-04-03 Gerd Moellmann <gerd@gnu.org>
9672
62f20204
GM
9673 * progmodes/compile.el (compile-internal): Display the compilation
9674 buffer in a different frame, if it's already displayed there.
9675
6460c400
GM
9676 * mail/rfc2368.el: New file.
9677
c0510d27
GM
9678 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9679 header and insert its value as mail body.
9680
9681 * subr.el (member-ignore-case): New function.
9682
9683 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9684 (dabbrev--find-expansion): Ignore buffers matching a regexp
9685 from dabbrev-ignored-regexps.
9686
0166aed1
GM
9687 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9688 to extensions handled by gzip.
9689
c0510d27
GM
96902000-04-03 Richard M. Stallman <rms@gnu.org>
9691
9692 * files.el (insert-directory): List the total free space
9693 along with the used space.
fa78f71b 9694
c0510d27
GM
9695 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9696 line is followed by one that matches CITATION-REGEXP, end the
9697 paragraph.
9698
96992000-04-03 Markus Rost <rost@delysid.gnu.org>
9700
9701 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9702 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9703
14c04384
KH
97042000-04-03 Kenichi Handa <handa@etl.go.jp>
9705
9706 * international/mule-cmds.el (encoded-string-description):
9707 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9708 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9709 for hexadecimal format.
14c04384 9710
ccf5869a
DL
97112000-04-01 Dave Love <fx@gnu.org>
9712
9713 * cpp.el: Change customization group to `c' from `C'.
9714
9715 * vcursor.el (vcursor-move): Use display-color-p.
9716
9717 * international/mule-util.el: Provide mule-utils.
9718 (string-to-sequence): Simplify and speed up.
9719
9720 * international/mule.el (make-coding-system): Purecopy doc-string.
9721
9722 * international/mule-cmds.el: Various menu changes.
9723 (describe-specified-language-support): Handle `Default'.
9724 (set-language-info): Purecopy `info'.
9725
610d841e
GM
97262000-03-31 Andrew Innes <andrewi@gnu.org>
9727
9728 * vc.el (vc-backend-diff): Return the correct status if we had to
9729 retry the rcsdiff command without the --brief option.
fa78f71b 9730
7f9de034
DL
97312000-03-31 Dave Love <fx@gnu.org>
9732
2de47765
DL
9733 * help.el (help-manyarg-func-alist): Correct several omissions.
9734
72838819
DL
9735 * add-log.el: Don't require cl, fortran.
9736 (add-log-current-defun-function): Doc fix.
9737 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9738 fix.
9739 (change-log-version-rcs): Function deleted.
9740 (change-log-version-number-search): Doc fix. Use
9741 vc-workfile-version. Avoid CL dolist.
9742 (add-change-log-entry): Just call add-log-current-defun to get
9743 defun. Simplify somewhat.
9744 (change-log-get-method-definition-1): Likewise.
9745 (add-log-current-defun): Return nil if calling
9746 add-log-current-defun-function does so. Move Fortran stuff to
9747 fortran.el. Return string without properties.
9748
7f9de034
DL
9749 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9750 and :alpha: char classes.
9751
9752 * mail/supercite.el: Defvar curline when compiling.
9753 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9754 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9755 rather than a-zA-Z0-9 to allow non-ASCII characters.
9756
aa110c0c
GM
97572000-03-31 Gerd Moellmann <gerd@gnu.org>
9758
9759 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9760
9761 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9762 Re-enable new code.
9763
9764 * lpr.el (print-region-1): Use -d to specify printer name for
9765 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9766
97672000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9768
aa110c0c
GM
9769 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9770 for function definition in symbol's function value slot first
9771 instead of first consulting byte-compile-function-environment.
fa78f71b 9772
6733d074
KH
97732000-03-31 Kenichi Handa <handa@etl.go.jp>
9774
9775 * language/european.el ("Polish"): New language environment.
9776 (setup-polish-environment): New function.
9777
63fcfa04
GM
97782000-03-30 Gerd Moellmann <gerd@gnu.org>
9779
9780 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9781 Disable new code.
9782
9783 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9784 trying to `load' the symbol of an autoload instead of the file
9785 recorded in the autoload. Fix error messages.
9786
7438c86b
GM
97872000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9788
9789 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9790 (ps-print-version): New version number (5.1.3).
9791 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9792 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9793 (ps-generate-postscript-with-faces): Code fix.
9794 (ps-color-values): XEmacs compatibility.
9795 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9796 (ps-default-fg, ps-default-bg): Adjust customization.
9797 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9798 (ps-color-scale): Renaming old ps-color-value fun.
9799 (ps-print-headers): Replace ps-print-header group to avoid conflict
9800 with ps-print-header variable.
9801 (ps-print-miscellany): New group.
9802 (ps-format-color, ps-rgb-color): New funs.
9803 (ps-default-foreground): New var.
9804 (ps-printer-name-option): New const.
fa78f71b 9805
326855a0
PB
98062000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9807
1f56ba73
PB
9808 * net/net-utils.el:
9809 (network-connection-host, network-connection-service): New variables
9810 (network-connection-mode): New mode, derived from comint-mode
9811 (network-connection-mode-setup): New function, saves host and
fa78f71b 9812 service information in local variables.
1f56ba73 9813
326855a0
PB
9814 * lisp/locate.el:
9815 (locate-word-at-point): Added this function
9816 (locate): Default to using locate-word-at-point as input
9817 Run dired-mode-hook
9818
141384bd
DL
98192000-03-29 Dave Love <fx@gnu.org>
9820
9821 * calendar/appt.el: Doc fixes.
9822 (appt-check): Convert min-to-app to a string before passing to
9823 appt-disp-window-function or concat.
9824 (appt-delete-window): Remove test for frame-root-window.
9825 (appt-select-lowest-window, appt-convert-time): Simplify.
9826
9827 * emacs-lisp/bytecomp.el: Doc fixes.
9828 (byte-compile-file-form-autoload): Update
9829 byte-compile-function-environment.
9830
c5aa0fc2
AS
98312000-03-29 Andreas Schwab <schwab@suse.de>
9832
9833 * emacs-lisp/autoload.el: Also print defsubst doc string
9834 specially.
9835
9836 * dired.el (dired-insert-directory): If dired-free-space-program
9837 failed just delete its output.
9838
f1d6fe69
DL
98392000-03-29 Dave Love <fx@gnu.org>
9840
9841 * international/iso-cvt.el: Move provide to end. Doc fixes.
9842 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9843 (iso-iso2sgml, iso-sgml2iso): New functions.
9844 (iso-cvt-define-menu): Fix some entries and use backquote for
9845 clarity.
9846
9847 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9848
b61f1215
GM
98492000-03-28 Gerd Moellmann <gerd@gnu.org>
9850
9851 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9852 ISO-DATE. If non-nil, return date in ISO 8601 format.
9853
ea4b0ca3
SM
98542000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9855
3831af62
SM
9856 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9857 if it ever becomes used.
9858 (log-edit-mode-hook): Default to vc-log-mode-hook.
9859 (log-edit-mode): Fix the docstring.
9860
ea4b0ca3
SM
9861 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9862 the code.
9863
08f8b1cc
DL
98642000-03-26 Dave Love <fx@gnu.org>
9865
082527fe
DL
9866 * net/browse-url.el (browse-url): Re-fix case of
9867 browse-url-browser-function being an alist.
9868 (browse-url): Add :link to defgroup.
9869
08f8b1cc
DL
9870 * files.el: Doc fixes.
9871 (file-truename): Include `[' in wildcard characters.
9872 (automount-dir-prefix): Customize.
9873 (find-file-wildcards): Add :version.
9874 (find-file-noselect): Simplify a mapcar call.
9875
9876 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9877 compatible with inf-lisp version.
9878 (eval-defun-1): Fix custom-declare-variable case.
9879
ea4b0ca3
SM
98802000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9881
9882 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9883
9a0dd3dc
GM
98842000-03-24 Gerd Moellmann <gerd@gnu.org>
9885
b68c375f
GM
9886 * Makefile (COMPILE_FIRST): New macro.
9887 (compile-files): Compile files from COMPILE_FIRST first.
9888
9889 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9890 code.
9891
9a0dd3dc
GM
9892 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9893 matching open parenthesis in column 0 to defun-prompt-regexp
9894 only if open-paren-in-column-0-is-defun-start is set.
9895
9896 * sun-curs.el: Require CL at compile-time only.
9897
9898 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9899 instead of copy-list which is a function from CL.
9900 (msb--choose-menu, msb--mode-menu-cond)
9901 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9902 (msb--init-file-alist): Use mapcar instead of mapcan.
9903 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9904 `(' in column 0 in doc string.
9905 (msb--add-separators): Use mapcar instead of mapcan.
9906
9907 * cus-dep.el: Require CL at compile-time only.
9908
c7dcadb5
SM
99092000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9910
9911 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9912 (byte-compile-warnings): New warning `noruntime'.
9913 (byte-compile-constants, byte-compile-variables): Fix docstring.
9914 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9915 execute `eval-whenc-compile's body.
9916 (byte-compile-unresolved-functions): Fix docstring.
9917 (byte-compile-eval): New function.
9918 (byte-compile-callargs-warn): Check if the function will be available
9919 at runtime (via property `byte-compile-noruntime').
9920 (byte-compile-print-syms): New function.
9921 (byte-compile-warn-about-unresolved-functions): Also warn about
9922 `noruntime' functions (and use `byte-compile-print-syms').
9923 (byte-compile-file): Capitalize the message.
9924
3b55acc9
GM
99252000-03-24 Gerd Moellmann <gerd@gnu.org>
9926
9927 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9928 (rmail-expunge): Ask for confirmation depending on the setting
9929 of rmail-confirm-expunge.
9930
99312000-03-23 Gerd Moellmann <gerd@gnu.org>
9932
9933 * Makefile (bootstrap-clean): If $(emacs) exists, build
9934 loaddefs.el first. A loaddefs.el that's not up-to-date might
9935 cause a bootstrap failure because things don't autoload as
9936 expected.
9937
02c76af4
DL
99382000-03-23 Dave Love <fx@gnu.org>
9939
9940 * net/browse-url.el: Restore previous use of
9941 browse-url-maybe-new-window.
9942
1a3199d9
GM
99432000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9944
9945 * ps-print.el: Skip banner page fix.
9946 (ps-print-version): New version number (5.1.2).
9947 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9948
1a3199d9
GM
99492000-03-23 Dave Pearson <davep@davep.org>
9950
9951 * net/quickurl.el Changed the type of parameter passed to the
9952 function defined by `quickurl-format-function'. Before only the
9953 text of the URL was passed. Now the whole URL structure is passed
9954 and the function is responsible for extracting the parts it
9955 requires. Changed the default of `quickurl-format-function'
9956 accordingly.
9957 (quickurl-insert): Changed the `funcall' of
9958 `quickurl-format-function' to match the above change.
9959 (quickurl-list-insert): Changed the `url' case so that it makes
9960 use of `quickurl-format-function', previous to this the format was
9961 hard wired.
fa78f71b 9962
72db3ab5
GM
99632000-03-22 Gerd Moellmann <gerd@gnu.org>
9964
9965 * startup.el: Change some spellings for the X Window System.
9966
68049bfa
SM
99672000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9968
9969 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9970 up the code and the regexp and make sure the cursor is temporarily
9971 moved to the suspicious line while querying the user.
9972
ff4df011
JR
99732000-03-22 Jason Rumney <jasonr@gnu.org>
9974
9975 * w32-fns.el (w32-charset-info-alist): Initialize.
9976
ee1c5b21
GM
99772000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9978
9979 * ps-print.el: N-up last page fix.
9980 (ps-print-version): New version number (5.1.1).
9981 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9982
d2cbfba0
SM
99832000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9984
bfb857d8
SM
9985 * files.el (find-file-run-dired): Update docstring.
9986 (find-directory-functions): New hook.
9987 (find-file-noselect): Run find-directory-functions rather than
9988 calling dired directly.
9989
9990 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9991
cb3430a1
SM
9992 * pcvs.el: Add a minimal leading commentary.
9993 (cvs-make-cvs-buffer): Change the header part by removing the startup
9994 message and adding a `Module' entry. Also replace the FOOTER and
9995 HEADER special fileinfos with the new support in ewoc for updating
9996 its own footer and header.
9997 (cvs-update-header): Update to use the header/footer of the ewoc.
9998 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9999 (cvs-is-within-p): New function.
10000 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10001 to only examine some subset of the buffers.
10002
10003 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10004 `format' instead of our own ad-hoc functions.
10005 Remove HEADER and FOOTER cases, now handled in the EWOC.
10006 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10007
10008 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10009 output to avoid scaring the user.
10010 (cvs-parse-table): Catch message for non-up-to-date commits.
10011
10012 * pcvs-defs.el (cvs-startup-message): Remove.
10013 (cvs-global-menu): New autoloaded menu.
10014
10015 * pcvs-util.el (cvs-string-fill): Remove.
10016
10017 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10018 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10019 PP part of it and also make it work for footers and headers.
10020 (ewoc-create): Drop POS and BUFFER arguments.
10021 Use the DLL's dummy node to store the end-of-footer position.
10022 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10023 (ewoc-refresh): Remove unused `header' variable.
10024 (ewoc-(get|set)-hf): New functions.
10025
d2cbfba0
SM
10026 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10027 log-view-*-(message|file) and use easy-mmode-define-navigation.
10028 (log-view-message-re): Match SCCS format as well.
10029 And match the revision line rather than the dashed separator line.
10030 (log-view-mode): Use the new define-derived-mode.
10031 (log-view-current-tag): Fill in with an actual implementation.
10032
10033 * cvs-status.el (cvs-status-(prev|next)): Rename from
10034 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10035 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10036 to let the output "breathe" a little more (more readable).
10037 (cvs-status-mode): Use the new define-derived-mode.
10038
10039 * smerge-mode.el (smerge-auto-leave): New function and variable.
10040 (smerge-basic-map): Rename from smerge-basic-keymap.
10041 Change the bindings for smerge-diff-*.
10042 (smerge-*-map): Use easy-mmode-defmap.
10043 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10044 (smerge-keep-*): Use smerge-auto-leave.
10045
51663132
JR
100462000-03-21 Jason Rumney <jasonr@gnu.org>
10047
10048 * cus-edit.el (custom-button-face): Use 3D look for w32.
10049 (custom-button-pressed-face): Likewise.
10050
3f6e4b8b
GM
100512000-03-21 Gerd Moellmann <gerd@gnu.org>
10052
10053 * progmodes/etags.el (tags-case-fold-search): New user-option.
10054 (tags-loop-eval): New function. Bind case-fold-search around eval
10055 depending on the value of tags-case-fold-search.
10056 (tags-loop-continue): Use tags-loop-eval.
10057 (find-tag-in-order): Bind case-fold-search depending on the value
10058 of tags-case-fold-search.
10059
c7ea3acc
SM
100602000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10061
0ae39f53
SM
10062 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10063 (diff-end-of-hunk): Return the end position for use in
10064 `easy-mmode-define-navigation'.
10065 (diff-recenter): Remove.
10066 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10067 of `easy-mmode-define-navigation'.
10068 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10069 previous renaming) and fix to use new names.
10070 (diff-merge-strings): Use \n as separator: simpler, faster.
10071 (diff-mode): Use `define-derived-mode'.
10072
c7ea3acc
SM
10073 * derived.el (define-derived-mode): Don't autoload anymore.
10074 Prefer the macro-only version provided by easy-mmode.el.
10075
10076 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10077 `easy-mmode-define-derived-mode'.
10078 Use `combine-run-hooks'.
10079 (easy-mmode-define-navigation): New macro.
10080
10081 * subr.el (combine-run-hooks): New function.
10082
6c4bfdc0
KH
100832000-03-21 Kenichi HANDA <handa@etl.go.jp>
10084
10085 * term/x-win.el: Fontsets related initialization is simplified.
10086
10087 * international/mule-diag.el (describe-font): Don't refer to
10088 global-fontset-alist, instead call font-list.
10089 (describe-fontset, list-fontsets, mule-diag): Likewise.
10090 (print-fontset): Adjusted for the change of fontset
10091 implementation.
10092
10093 * international/fontset.el (x-charset-registries): Variable
10094 removed, instead the corresponding data is stored in the default
10095 fontset.
10096 (register-alternate-fontnames): Function removed.
10097 (resolved-ascii-font): Variable removed.
10098 (x-compose-font-name): Ignore the second argument REDOCE.
10099 (x-complement-fontset-spec): Complement only an ASCII font and
10100 element for those charsets than can use that ASCII font.
10101 (generate-fontset-menu): Don't refer to global-fontset-alist,
10102 instead call fontset-list.
10103 (uninstantiated-fontset-alist): Variable removed.
10104 (x-style-funcs-alist): Likewise.
10105 (fontset-default-styles): Likewise.
10106 (x-modify-font-name): Function removed.
10107 (create-fontset-from-fontset-spec): Ignore the argument
10108 STYLE-VARIANT.
10109 (create-fontset-from-ascii-font): Docsting adjusted for the above
10110 change.
10111 (instantiate-fontset, resolve-fontset-name): Functions removed.
10112 (fontset-list): Now implemented by C code.
fa78f71b 10113
6c4bfdc0
KH
10114 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10115 (describe-face): Include `font' attribute in the description.
10116
9111d4b5
KH
101172000-03-21 Kenichi Handa <handa@etl.go.jp>
10118
10119 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10120
b33dd3b0
GM
101212000-03-20 Gerd Moellmann <gerd@gnu.org>
10122
a25bbe00
GM
10123 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10124 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10125 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10126
b33dd3b0
GM
10127 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10128 about behavior of set-buffer-modified-p wrt redisplay.
10129
8b7bc628 101302000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10131
10132 * view.el (view-mode-disable): Kill local binding of view-read-only.
10133
d7b511c4
GM
101342000-03-18 Gerd Moellmann <gerd@gnu.org>
10135
10136 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10137 is a string, convert it to a syntax cell using string-to-syntax.
10138
10139 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10140 (string-to-syntax): New function.
10141
10142 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10143 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10144 try to use passive ftp mode.
d7b511c4 10145
998ecc60
GM
101462000-03-17 Gerd Moellmann <gerd@gnu.org>
10147
b33dd3b0 10148 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10149
10150 * simple.el (append-to-buffer): Update point of windows after
10151 insertion.
10152
10153 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10154 forward then moving backward. Reindent.
10155
10156 * frame.el (other-frame): Call x-focus-frame only if
10157 focus-follows-mouse is off.
10158
235d6821
DL
101592000-03-17 Dave Love <fx@gnu.org>
10160
10161 * pcvs-util.el (cvs-strings->string): Rename
10162 replace-regexps-in-string.
10163
a29a2cd1
SM
101642000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10165
af595444
SM
10166 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10167 regexp for labels cannot span several lines.
10168
10169 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10170 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10171
a9be2843
DL
101722000-03-16 Dave Love <fx@gnu.org>
10173
10174 * progmodes/f90.el (f90): Put custom group under `languages', not
10175 `fortran'.
10176 (f90-mode-hook): Customize.
10177 (f90-mode): Set add-log-current-defun-function.
10178 (f90-current-defun): New function.
10179
d0ab3e9d
GM
101802000-03-16 Gerd Moellmann <gerd@gnu.org>
10181
16b20ed9
GM
10182 * cus-edit.el (custom-variable-tag-face): Handle case that
10183 default face's height is not a number.
10184 (custom-face-tag-face, custom-group-tag-face-1)
10185 (custom-group-tag-face): Ditto.
10186 (custom-group-tag-face-1): Add :group.
fa78f71b 10187
d0ab3e9d
GM
10188 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10189
ae8ab422
GM
101902000-03-15 Gerd Moellmann <gerd@gnu.org>
10191
10192 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10193 requiring easymenu.
10194
81c7ca69
GM
101952000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10196
10197 * ps-print.el: PostScript user-defined prologue, PostScript error
10198 handler, doc fix.
10199 (ps-print-version): New version number (5.1).
10200 (ps-user-defined-prologue, ps-error-handler-message)
10201 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10202 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10203 (ps-insert-string): New function.
fa78f71b 10204
dcf1003d
KH
102052000-03-15 Kenichi Handa <handa@etl.go.jp>
10206
10207 * international/ccl.el (ccl-compile-expression): Don't generate
10208 invalid self-assignment code.
10209
73825616
DL
102102000-03-14 Dave Love <fx@gnu.org>
10211
10212 * subr.el (replace-regexp-in-string): Renamed from
10213 replace-regexps-in-string. Doc fix.
10214
031020ac
DL
102152000-03-12 Dave Love <fx@gnu.org>
10216
10217 * cus-edit.el: Doc fixes.
10218 (customize-set-variable, customize-save-variable): Rename args for
10219 doc.
10220 (custom-variable-tag-face, custom-face-tag-face)
10221 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10222 style which user identify as hyperlink.
10223 (hook): Don't add undefined functions to the hook.
10224 (debug-ignored-errors): Transfer message from bindings.el.
10225
9b2f3c38
GM
102262000-03-12 Gerd Moellmann <gerd@gnu.org>
10227
10228 * recentf.el (recentf-keep-non-readable-files-p): Remove
10229 double/nested definition.
10230
0d6e23cf
DL
102312000-03-12 Dave Love <fx@gnu.org>
10232
10233 * facemenu.el (facemenu-get-face): Use display-color-p.
10234 * enriched.el (enriched-decode-foreground): Likewise.
10235 (enriched-decode-background): Likewise.
10236 * isearch.el (isearch-highlight): Likewise.
10237 * info-look.el (info-lookup): Likewise.
10238 * simple.el (completion-setup-function): Likewise.
10239
10240 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10241 :options.
10242
10243 * bindings.el (mode-line-format): Fix line-number and
10244 column-number items. Add help-echo for the background.
10245 (mode-line-mule-info): Modify help-echo.
10246
10247 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10248 defcustom.
10249
10250 * files.el (load-file): Allow completion to .elc.
10251
10252 * man.el: Doc fixes.
10253 (Man-init-defvars): Use display-color-p to set fontification.
10254
10255 * play/hanoi.el (hanoi-internal): Don't use oddp.
10256
e1cff360
GM
102572000-03-12 Gerd Moellmann <gerd@gnu.org>
10258
10259 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10260
10261 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10262
5e5dff44
GM
102632000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10264
10265 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10266 Fix comment.
10267
5b467bf4
SM
102682000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10269
83fef604
SM
10270 * font-lock.el (font-lock-keywords): Fix the doc now that
10271 regexp-opt-depth is unnecessary.
10272 (save-buffer-state): Set an edebug spec.
10273 (font-lock-fontify-anchored-keywords): Properly handle the case when
10274 the matcher goes past the limit.
10275
5b467bf4
SM
10276 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10277 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10278
83fef604
SM
10279 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10280 dll.el and cookie.el (from Elib) with heavy renaming and other
10281 massaging.
5b467bf4
SM
10282
10283 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10284 Autoload the functions used.
10285 (easy-mmode-define-syntax): Fix CL typo.
10286 (easy-mmode-define-derived-mode): Improve the docstring generation.
10287
d407456c
GM
102882000-03-10 Gerd Moellmann <gerd@gnu.org>
10289
10290 * textmodes/texinfo.el (texinfo-version): Variable and function
10291 removed.
10292
5a7a545c
SM
102932000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10294
0d6e23cf
DL
10295 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10296 allow more flexibility.
10297 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10298 fns.
10299 (easy-mmode-defmap, easy-mmode-defsyntax)
10300 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10301
d407456c 103022000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10303
10304 * rect.el (replace-rectangle): New function.
10305
103062000-03-09 Dave Love <fx@gnu.org>
10307
10308 * progmodes/fortran.el (fortran-comment-line-start): Define as
10309 "C".
10310 (fortran-comment-line-start-skip): Don't match cpp stuff.
10311 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10312 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10313 (fortran-mode): Don't set fortran-comment-line-start-skip,
10314 fortran-comment-line-start here. Set comment-start,
10315 add-log-current-defun.
10316 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10317 (fortran-current-defun): New function.
10318
80460654
GM
103192000-03-09 Gerd Moellmann <gerd@gnu.org>
10320
d1221ea9
GM
10321 * emacs-lisp/re-builder.el: New file.
10322
1853aa6b
GM
10323 * mouse.el (mouse-drag-region): Don't run up-event handler
10324 if hscroll has changed.
10325
80460654
GM
10326 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10327 builtin operators, use `font-lock-builtin-face' for Emacs and
10328 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10329
10330 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10331 `(defun (setf foo)' differently.
10332
c0056275
SM
103332000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10334
10335 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10336 (regexp-opt): Update comment and adapt the code the new meaning of
10337 the `paren' argument of regex-opt-group for shy-groups.
10338 (regexp-opt-depth): Handle shy groups as well as backslashed
10339 backslashes.
c0056275
SM
10340 (regexp-opt-group): Turn the leading comment into a docstring.
10341 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10342 Remove open-presuf and close-presuf. Instead of checking for `all
10343 one-char' and then later on check for `several one-char', handle
10344 both cases close together. Also apply a more generic algorithm
10345 for suffixes (the mirror image of the algorithm used for
10346 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10347 (regexp-opt-try-suffix): Removed.
10348
10349 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10350 from comint-mode-map, so we can just inherit from it. Also, move
10351 the initialization into the `defvar' since there's no docstring
10352 anyway and it's fairly short.
10353 (inferior-scheme-mode): Define it as derived-mode: the code is
10354 shorter and this way we inherit from comint-mode-map rather than
10355 copying it.
c0056275 10356
80460654
GM
10357 * subr.el (replace-regexps-in-string): Properly handle the case
10358 where we match an empty string.
c0056275 10359
80460654
GM
10360 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10361 when the command has a directory component (such as "./testml").
c0056275
SM
10362 Also fix a typo in the comment.
10363
5e91ff9e
GM
103642000-03-08 Gerd Moellmann <gerd@gnu.org>
10365
feab4fba
GM
10366 * Makefile (compile-files): Compile files one by one because
10367 that's the only way to ensure a clean compilation environment for
10368 each individual file.
10369
5e91ff9e
GM
10370 * frame.el (other-frame): Call x-focus-frame.
10371
76162e12
DL
103722000-03-07 Dave Love <fx@gnu.org>
10373
f64ce788
DL
10374 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10375 :require to defcustom.
10376
76162e12
DL
10377 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10378 lists.
10379
10380 * files.el (auto-mode-alist): Add configure.in.
10381
10382 * progmodes/autoconf.el: New file.
10383
f7daf1e1
GM
103842000-03-07 Gerd Moellmann <gerd@gnu.org>
10385
10386 * mail/mh-e.el: Change maintainer to `none'.
10387
10388 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10389 to remove-hook and add-hook.
10390
103912000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10392
10393 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10394 it as the default.
10395 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10396 (sendmail-send-it): Conditionally add MIME headers specifying the
10397 used character set.
fa78f71b 10398
63f6b2c4
DL
103992000-03-07 Dave Love <fx@gnu.org>
10400
10401 * winner.el: Fix keywords, autoload cookies. Split
10402 eval-when-compile form to avoid compilation failure.
10403
8330e2f9
KH
104042000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10405
10406 * international/mule.el: Modify comment about coding system
10407 property `coding-category'.
10408 (make-coding-system): New argument EOL-TYPE. Pay attention to
10409 coding-category property of PROPERTIES.
10410
10411 * international/mule-conf.el (coding-category-utf-8,
10412 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10413 categories. Include them in the argument for set-coding-priority.
10414
10415 * international/mule-cmds.el (reset-language-environment): Include
10416 coding-category-utf-8, coding-category-utf-16-be, and
10417 coding-category-utf-16-le in the argument for set-coding-priority.
10418 (reset-language-environment): Initialize coding-category-utf-8,
10419 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10420
18bb0684
GM
104212000-03-06 Karl Fogel <kfogel@red-bean.com>
10422
10423 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10424 code abstracted out of `bookmark-jump-noselect'. Now tries info
10425 extensions as well as compression extensions.
10426 (bookmark-jump-noselect): Use above new func.
fa78f71b 10427
71a6ba55
GM
104282000-03-03 Gerd Moellmann <gerd@gnu.org>
10429
10430 * strokes.el: Change maintainer's mail address.
10431
0d56cdff
KH
104322000-03-03 Kenichi Handa <handa@etl.go.jp>
10433
10434 * international/mule-diag.el (list-character-sets): Make help-echo
10435 string by substitute-command-keys.
10436 (list-character-sets): Likewise.
10437 (sort-listed-character-sets): Call help-setup-xref.
10438
900fa1f1
GM
104392000-03-02 Gerd Moellmann <gerd@gnu.org>
10440
10441 * time.el (display-time-mail-file): Add `none' to the list of
10442 choices.
10443
54d04320
DL
104442000-03-01 Dave Love <fx@gnu.org>
10445
43f3fa09
DL
10446 * help.el (help-xref-go-back): Don't try to set position.
10447
54d04320
DL
10448 * international/mule-diag.el (list-character-sets): Call
10449 help-setup-xref. Add help-echo to xrefs.
10450 (list-character-sets-1): Add help-echo to xrefs.
10451
d054101f
GM
104522000-03-02 Gerd Moellmann <gerd@gnu.org>
10453
10454 * frame.el (blink-cursor-mode): Switch cursor on when turning
10455 the mode off.
10456
10457 * add-log.el (add-log-current-defun): Add support for
10458 Autoconf mode.
10459
10460 * mail/rmail.el (rmail-quit-hook): New variable.
10461
d77dae5c
DL
104622000-03-01 Dave Love <fx@gnu.org>
10463
e5f597f0
DL
10464 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10465
d77dae5c
DL
10466 * help.el (help-xref-button): Add help-echo arg.
10467 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10468
10469 * faces.el (list-faces-display): Supply help-echo with
10470 help-make-xrefs.
10471
10472 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10473 nil.
10474
72d19d75
GM
104752000-03-01 Gerd Moellmann <gerd@gnu.org>
10476
2df636f4
GM
10477 * image.el (defimage): Look for image files in load-path.
10478
fa78f71b 10479 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10480 `number'.
10481
2df636f4
GM
104822000-03-01 David Ponce <david.ponce@wanadoo.fr>
10483
10484 * recentf.el (recentf): Added version tag to the defgroup of
10485 recentf.
10486
104872000-03-01 David Ponce <david.ponce@wanadoo.fr>
10488
10489 * recentf.el (recentf-cleanup): Changed to remove excluded file
10490 too.
10491 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10492 action to select/unselect a file.
10493 (recentf-edit-list): Code cleanup and improvement.
10494 (recentf-open-more-files-action): `recentf-open-more-files' button
10495 widget action to open a file.
10496 (recentf-open-more-files): No more use standard completion but
10497 widgets.
10498 (recentf-more-collection): Deleted.
10499 (recentf-more-history): Deleted.
10500 (recentf-setup-more-completion): Deleted.
10501
105022000-03-01 David Ponce <david.ponce@wanadoo.fr>
10503
10504 * recentf.el (recentf-mode): No more needs that Emacs is running
10505 under a window-system.
10506
105071999-03-01 David Ponce <david.ponce@wanadoo.fr>
10508
10509 * recentf.el (recentf-edit-list): New command to edit the recent
10510 list which allow the user to remove files.
10511 (recentf-edit-selected-items): New global variable, used by
10512 `recentf-edit-list' to hold the list of files to be removed from
10513 the recent list.
10514 (recentf-make-menu-items): Updated to display a "Edit list..."
10515 menu item. Minor code cleanup.
10516
105171999-03-01 David Ponce <david.ponce@wanadoo.fr>
10518
10519 * recentf.el (recentf-open-more-files): New command to open files
10520 that are not displayed in the menu.
10521 (recentf-more-collection): New global variable holding the set of
10522 permissible completions used by `recentf-open-more-files'.
10523 (recentf-more-history): New global variable holding the history list
10524 used by `recentf-open-more-files' completion.
10525 (recentf-setup-more-completion): New function to setup completion for
10526 `recentf-open-more-files'.
10527 (recentf-make-menu-items): Updated to display a "More..." menu item.
10528
105291999-03-01 David Ponce <david.ponce@wanadoo.fr>
10530
10531 * recentf.el (recentf-menu-action): Doc fixed.
10532
105331999-03-01 David Ponce <david.ponce@wanadoo.fr>
10534
10535 * recentf.el (recentf-menu-filter): Doc updated.
10536 (recentf-update-menu-hook): Allow menu filters to force menu update.
10537 (recentf-make-menu-items): New menu filter handling.
10538 (recentf-make-menu-item): New helper function.
10539 (recentf-menu-elements): New menu handling function.
10540 (recentf-sort-ascending): Updated to new menu filter handling.
10541 (recentf-sort-descending): Updated to new menu filter handling.
10542 (recentf-sort-basenames-ascending): New menu filter function.
10543 (recentf-sort-basenames-descending): New menu filter function.
10544 (recentf-show-basenames): New menu filter function.
10545 (recentf-show-basenames-ascending): New menu filter function.
10546 (recentf-show-basenames-descending): New menu filter function.
10547
72d19d75
GM
105482000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10549
10550 * diary-lib.el (list-diary-entries): Don't try to go forward at
10551 the end of the buffer.
10552
1ac1c836
KH
105532000-02-29 Kenichi Handa <handa@etl.go.jp>
10554
10555 * international/mule-diag.el (list-character-sets): Completely
10556 rewritten.
10557 (sort-listed-character-sets): New function.
10558 (list-character-sets-1): Completely rewritten.
10559 (list-character-sets-2): New function.
10560 (non-iso-charset-alist): New variable.
10561 (decode-codepage-char): New function.
10562 (charset-history): New variable.
10563 (read-charset) (list-block-of-chars)
10564 (list-iso-charset-chars)
10565 (list-non-iso-charset-chars)
10566 (list-charset-chars): New functions.
10567 (mule-diag): Call list-character-sets-2, not
10568 list-character-sets-2.
10569 (dump-charsets): Likewise.
10570
ed4d0512
GM
105712000-02-29 Gerd Moellmann <gerd@gnu.org>
10572
72d19d75
GM
10573 * dired-x.el (dired-filename-at-point): Add `@' to valid
10574 file name characters.
10575 (dired-filename-at-point): Handle ange-ftp file names.
10576
ed4d0512
GM
10577 * frame.el (frame-notice-user-settings): Use assq-delete-all
10578 instead of assoc-delete-all.
10579 (frame-notice-user-settings): Ditto.
10580
10581 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10582 Don't copy alist.
10583
32038c7a
GM
105842000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10585
10586 * calculator.el (calculator-use-menu): New option.
10587 (calculator-initial-bindings): Changed some bindings to work as
10588 macros.
10589 (calculator-forced-input): Removed.
10590 (calculator-restart-other-mode): New variable.
10591 (calculator-mode-map): Set up menu.
fa78f71b 10592
32038c7a
GM
105932000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10594
10595 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10596 tags.
fa78f71b 10597
55d7ff38 105982000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10599
55d7ff38
MK
10600 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10601 translate all ESC key sequences.
10602 (viper-goto-mark-subr): restore markers for files for which
10603 they were saved.
10604 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10605 * viper-util.el (viper-set-replace-overlay-glyphs,
10606 viper-set-replace-overlay): always check if the replacement
10607 overlay is live.
10608 * viper.el (viper-vi-state-mode-list): added major modes.
10609 * ediff-wind.el: minor comment changes.
10610 * ediff.el: copyright notice date fix.
fa78f71b 10611
387023ee
JR
106122000-02-27 Jason Rumney <jasonr@gnu.org>
10613
10614 * faces.el (face-font-family-alternatives): Add arial to helv.
10615 (mode-line, header-line, tool-bar): Same default as x for w32.
10616 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10617 face-font-family-alternatives from working.
10618 * term/w32-win.el (mouse-set-font): Do not build fontset from
10619 chosen font.
10620
f43d79c1
GM
106212000-02-25 Sam Steingold <sds@goems.com>
10622
5d80cc9c 10623 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10624 properly.
fa78f71b 10625
8b7bc628 106262000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10627
10628 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10629
4eb8436f
GM
106302000-02-25 Gerd Moellmann <gerd@gnu.org>
10631
10632 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10633 writable.
10634
449c3c52 10635 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10636
42088c12
GM
106372000-02-24 Gerd Moellmann <gerd@gnu.org>
10638
10639 * frame.el (show-cursor-in-non-selected-windows): New option.
10640
c60ea02e
GM
106412000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10642
10643 * diary-lib.el (include-other-diary-files): Undo the selective
10644 display in any included file and don't kill it.
10645
d066de8e
EZ
106462000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10647
10648 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10649 bar. Menu items converted to (menu-item format, help strings
10650 added.
10651 [downcase, upcase]: Don't enable on MS-DOS.
10652 [symlink, symlinks]: Don't show if make-symbolic-link is not
10653 bound.
10654 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10655
b6906b38
DL
106562000-02-23 Dave Love <fx@gnu.org>
10657
275cf1b2
DL
10658 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10659 (backward-kill-word): Revert addition of * to interactive spec --
10660 it's a feature.
10661
10662 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10663 (backward-kill-sentence, kill-sentence): Likewise.
10664
99d48056
DL
10665 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10666 scratch buffer name.
10667 (gud-format-command): Use int-to-string in ?l case. Simplify
10668 slightly.
10669
10670 * term/w32-win.el (internal-face-interactive): Update prompt for
10671 new read-face-name.
10672
10673 * mail/footnote.el (footnote): Add :version to defgroup.
10674 (footnote-section-tag-regexp): Customize.
10675 (footnote-start-tag, footnote-end-tag): New option.
10676 (footnote-latin-regexp): New variable.
10677 (Footnote-latin): New function.
10678 (footnote-style-alist): Add element for latin style.
10679 (footnote-style): Moved.
10680 (Footnote-goto-footnote): Use eq to test arg.
10681
10682 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10683
b6906b38
DL
10684 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10685 (byte-compile-trueconstp): Include keywords.
10686 (byte-optimize-quote, byte-optimize-lapcode): Use
10687 byte-compile-const-symbol-p.
10688 (byte-optimize-char-before): New optimization.
10689
10690 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10691 (byte-compile-const-symbol-p): New function.
10692 (byte-compile-constp, byte-compile-out-toplevel)
10693 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10694 Use it.
10695
10696 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10697
214f877f
KH
106982000-02-23 Kenichi Handa <handa@etl.go.jp>
10699
c709bcf1
KH
10700 * international/encoded-kb.el: Be sure to update minor-mode-alist
10701 and minor-mode-map-alist.
10702 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10703 codes SS2 and SS3 correctly.
10704 (encoded-kbd-self-insert-ccl): New function.
10705 (encoded-kbd-setup-keymap): New function.
10706 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10707 by calling encoded-kbd-setup-keymap.
10708
214f877f
KH
10709 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10710 characters.
10711 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10712 locally.
10713
b021ef18
DL
107142000-02-22 Dave Love <fx@gnu.org>
10715
10716 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10717 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10718 defvar.
10719 (lisp-mode-syntax-table): Set up for #|...|# comments.
10720 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10721 classes. Match `defface'.
10722 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10723 (eval-defun-1): Fix for defcustom.
10724 (lisp-indent-region): Doc fix.
10725
10726 * subr.el (when, unless, split-string): Doc fix.
10727 (read-passwd): Move call of clear-this-command-keys to the right
10728 place.
10729 (replace-regexps-in-string): New function.
10730
14cc00ad
GM
107312000-02-22 Gerd Moellmann <gerd@gnu.org>
10732
10733 * help.el (describe-variable): Set syntax table to
10734 emacs-lisp-mode-syntax-table when moving forward over the
10735 symbol's name.
10736
47da5efa
DL
107372000-02-22 Dave Love <fx@gnu.org>
10738
10739 * xt-mouse.el: Doc fixes.
10740 (xterm-mouse-position-function): New function, replacing advice of
10741 mouse-position.
10742 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10743
10744 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10745
f0a6c717
GM
107462000-02-21 Gerd Moellmann <gerd@gnu.org>
10747
10748 * format.el (format-annotate-single-property-change): Handle
10749 properties.with dotted-list values.
10750 (format-proper-list-p): New function.
10751
10752 * enriched.el (enriched-face-ans): Handle '(foreground-color
10753 . COLOR) and (background-color . COLOR).
10754
2be80b63
DL
107552000-02-20 Dave Love <fx@gnu.org>
10756
10757 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10758 and assignments to it.
10759 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10760 current local map.
10761 (make-flyspell-overlay): Use it.
10762 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10763
10764 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10765 (lm-get-header-re): Defun, not defsubst.
10766 (lm-get-package-name): Defun, not defsubst. Simplify.
10767 (lm-version): Doc fix. Simplify.
10768 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10769 (lm-crack-address, lm-last-modified-date, lm-commentary)
10770 (lm-verify, lm-synopsis): Simplify.
10771 (lm-report-bug): Require emacsbug. Use compose-mail.
10772
329eed9f
GM
107732000-02-20 Gerd Moellmann <gerd@gnu.org>
10774
10775 * dired.el (dired-mode): Call propertized-buffer-identification
10776 to set mode-line-buffer-identification to something having
10777 the right text properties.
10778
10779 * bindings.el (propertized-buffer-identification): New function.
10780
be5bb146
DL
107812000-02-20 Dave Love <fx@gnu.org>
10782
10783 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10784 check for t-mouse too.
10785
10786 * cus-start.el: Make echo-keystrokes `number'.
10787
1d4311c3
EZ
107882000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10789
10790 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10791 Don't call ring-empty-p unless tags-location-ring is bound.
10792 From Noah Friedman <friedman@splode.com>.
10793
a23c5037
TTN
107942000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10795
10796 * progmodes/hideshow.el (hs-flag-region): No longer use
10797 `intangible' overlay property.
10798
10799 (hs-toggle-hiding): New command.
10800 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10801
10802 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10803 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10804 and deactivation.
10805
b6a22bf8
GM
108062000-02-18 Gerd Moellmann <gerd@gnu.org>
10807
10808 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10809
d621caf7
GM
108102000-02-17 Gerd Moellmann <gerd@gnu.org>
10811
3c0ed7ce
GM
10812 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10813
d621caf7
GM
10814 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10815 of `*' to handle `(* ... *)' comments.
10816
538d88fb
EZ
108172000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10818
53c80cf6 10819 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10820 window-system.
53c80cf6 10821
538d88fb
EZ
10822 * menu-bar.el (global-map): Menu-bar items converted to the new
10823 format (menu-item..., rearranged for better CUA compliance, and
10824 their names changed for better clarity. Help strings added.
10825
10826 * international/mule-cmds.el (mule-menu-keymap)
10827 (describe-language-environment-map, set-coding-system-map)
10828 (setup-language-environment-map): Convert to new (menu-item...
10829 form, add help strings. Change names of menu items for better
10830 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10831 submenu).
10832
8389e1e2 108332000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10834
a23c5037 10835 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10836 within the code.
a23c5037 10837
8389e1e2 108382000-02-16 Dave Love <fx@gnu.org>
a23c5037 10839
84fe35f0
DL
10840 * faces.el: Don't require custom. Add more specific :groups to
10841 various deffaces.
10842 (set-face-attribute): Purecopy args.
10843 (read-face-name): Default to name at point and use it in prompt.
10844 Remove colon from arg in all callers.
10845 (list-faces-display): Hyperlink to face descriptions and customize
10846 buffers.
10847
b2aeee30
DL
108482000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10849
10850 * wid-edit.el (widget-match-inline): An atom never matches a
10851 list.
10852
99e95407
GM
108532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10854
82d2c7c5
DL
10855 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10856 at ':' characters by call to split-string.
99e95407
GM
10857
108582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10859
82d2c7c5 10860 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10861
108622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10863
82d2c7c5
DL
10864 * textmodes/bibtex.el: Some temporary comments removed.
10865 (bibtex-field-name, bibtex-entry-type): Made the relationship
10866 explicit.
10867 (bibtex-field-const): Allow capital letters.
10868 (bibtex-start-of-string): Deleted because unused.
10869
10870 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10871 use the term 'reference' to describe a bibtex entry as a whole.
10872 Further, reference keys are no longer called 'labels'.
10873 (bibtex-keys): Renamed to bibtex-reference-keys.
10874 (bibtex-reformat-previous-labels): Renamed to
10875 bibtex-reformat-previous-reference-keys.
10876 (bibtex-reference-type): Renamed to bibtex-entry-type.
10877 (bibtex-reference-head): Renamed to bibtex-entry-head.
10878 (bibtex-reference-maybe-empty-head): Renamed to
10879 bibtex-entry-maybe-empty-head.
10880 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10881 (bibtex-search-reference): Renamed to bibtex-search-entry.
10882 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10883 bibtex-enclosing-entry-maybe-empty-head.
10884 (bibtex-entry-field-alist, bibtex-entry-head,
10885 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10886 bibtex-map-entries, bibtex-search-entry,
10887 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10888 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10889 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10890 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10891 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10892 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10893 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10894
108952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10896
82d2c7c5
DL
10897 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10898 comment.
10899 (bibtex-format-field-delimiters): New function, functionality
10900 extracted from bibtex-format-entry.
10901 (bibtex-autokey-get-yearfield-digits): New function, functionality
10902 extracted from bibtex-autokey-get-yearfield.
10903
10904 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10905 entries in order to avoid stack overflow in the regexp matcher if
10906 field contents become large.
10907 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10908 bibtex-field-string-part-not-braced,
10909 bibtex-field-string-part-no-inner-braces,
10910 bibtex-field-string-part-1-inner-brace,
10911 bibtex-field-string-part-2-inner-braces,
10912 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10913 bibtex-field-string-quoted, bibtex-field-string,
10914 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10915 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10916 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10917 as parsing is now performed by the following functions.
10918 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10919 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10920 bibtex-parse-field-string, bibtex-search-forward-field-string,
10921 bibtex-parse-association, bibtex-field-name-for-parsing,
10922 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10923 bibtex-search-forward-field, bibtex-search-backward-field,
10924 bibtex-start-of-field, bibtex-end-of-field,
10925 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10926 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10927 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10928 bibtex-parse-string, bibtex-search-forward-string,
10929 bibtex-search-backward-string, bibtex-start-of-string,
10930 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10931 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10932 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10933 entries. Instead of reporting the results of the parsing by
10934 match-beginning or match-end, these functions return data structures
10935 that hold the corresponding positions.
10936 (bibtex-enclosing-field): Changed to also report field boundaries by
10937 return values rather than by match-beginning or match-end. The
10938 following functions have been adapted to use the new parsing
10939 functions.
10940 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10941 bibtex-enclosing-field, bibtex-format-entry,
10942 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10943 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10944 bibtex-print-help-message, bibtex-end-of-entry,
10945 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10946 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10947 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10948 method for parsing.
10949 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10950 bibtex-map-entries, bibtex-flash-head,
10951 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10952 bibtex-autokey-change, bibtex-autokey-get-namefield,
10953 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10954 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10955 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10956 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10957 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10958 order to make the new binding of case-fold-search immediately
10959 visible.
99e95407
GM
10960
109612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10962
82d2c7c5
DL
10963 * textmodes/bibtex.el: Copyright notice is up to date.
10964 Added constant 'bibtex-maintainer-salutation.
99e95407 10965
82d2c7c5
DL
10966 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10967 than make-temp-name, use match-string-no-properties and eliminate
10968 a quadratic behavior when building bibtex-strings.
99e95407 10969
82d2c7c5
DL
10970 * bibtex.el (bibtex-reference-key): Accept string entries whose
10971 reference key contains upper case letters.
99e95407
GM
10972
109732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10974
82d2c7c5
DL
10975 * bibtex.el (bibtex-reference-head): Allow entries to start with
10976 a new line.
99e95407
GM
10977
109782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10979
82d2c7c5
DL
10980 * bibtex.el: Hiding of entry bodies is not longer provided by
10981 bibtex.el directly. Instead the hideshow package can be used.
10982 Added a special bibtex entry to hs-special-modes-alist.
10983 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10984
109852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10986
f24fef2f
SM
10987 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10988 at ':' characters by call to split-string.
8389e1e2
GM
10989
109902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10991
f24fef2f 10992 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10993
109942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10995
f24fef2f
SM
10996 * textmodes/bibtex.el: Some temporary comments removed.
10997 (bibtex-field-name, bibtex-entry-type): Made the relationship
10998 explicit.
10999 (bibtex-field-const): Allow capital letters.
11000 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11001
f24fef2f
SM
11002 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11003 use the term 'reference' to describe a bibtex entry as a whole.
11004 Further, reference keys are no longer called 'labels'.
11005 (bibtex-keys): Renamed to bibtex-reference-keys.
11006 (bibtex-reformat-previous-labels): Renamed to
11007 bibtex-reformat-previous-reference-keys.
11008 (bibtex-reference-type): Renamed to bibtex-entry-type.
11009 (bibtex-reference-head): Renamed to bibtex-entry-head.
11010 (bibtex-reference-maybe-empty-head): Renamed to
11011 bibtex-entry-maybe-empty-head.
11012 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11013 (bibtex-search-reference): Renamed to bibtex-search-entry.
11014 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11015 bibtex-enclosing-entry-maybe-empty-head.
11016 (bibtex-entry-field-alist, bibtex-entry-head,
11017 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11018 bibtex-map-entries, bibtex-search-entry,
11019 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11020 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11021 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11022 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11023 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11024 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11025 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11026
110272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11028
f24fef2f
SM
11029 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11030 comment.
11031 (bibtex-format-field-delimiters): New function, functionality
11032 extracted from bibtex-format-entry.
11033 (bibtex-autokey-get-yearfield-digits): New function, functionality
11034 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11035
f24fef2f
SM
11036 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11037 entries in order to avoid stack overflow in the regexp matcher if
11038 field contents become large.
11039 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11040 bibtex-field-string-part-not-braced,
11041 bibtex-field-string-part-no-inner-braces,
11042 bibtex-field-string-part-1-inner-brace,
11043 bibtex-field-string-part-2-inner-braces,
11044 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11045 bibtex-field-string-quoted, bibtex-field-string,
11046 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11047 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11048 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11049 as parsing is now performed by the following functions.
11050 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11051 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11052 bibtex-parse-field-string, bibtex-search-forward-field-string,
11053 bibtex-parse-association, bibtex-field-name-for-parsing,
11054 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11055 bibtex-search-forward-field, bibtex-search-backward-field,
11056 bibtex-start-of-field, bibtex-end-of-field,
11057 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11058 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11059 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11060 bibtex-parse-string, bibtex-search-forward-string,
11061 bibtex-search-backward-string, bibtex-start-of-string,
11062 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11063 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11064 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11065 entries. Instead of reporting the results of the parsing by
11066 match-beginning or match-end, these functions return data structures
11067 that hold the corresponding positions.
11068 (bibtex-enclosing-field): Changed to also report field boundaries by
11069 return values rather than by match-beginning or match-end. The
11070 following functions have been adapted to use the new parsing
11071 functions.
11072 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11073 bibtex-enclosing-field, bibtex-format-entry,
11074 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11075 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11076 bibtex-print-help-message, bibtex-end-of-entry,
11077 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11078 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11079 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11080 method for parsing.
11081 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11082 bibtex-map-entries, bibtex-flash-head,
11083 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11084 bibtex-autokey-change, bibtex-autokey-get-namefield,
11085 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11086 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11087 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11088 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11089 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11090 order to make the new binding of case-fold-search immediately
11091 visible.
8389e1e2
GM
11092
110932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11094
f24fef2f
SM
11095 * textmodes/bibtex.el: Copyright notice is up to date.
11096 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11097
f24fef2f
SM
11098 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11099 than make-temp-name, use match-string-no-properties and eliminate
11100 a quadratic behavior when building bibtex-strings.
fa78f71b 11101
f24fef2f
SM
11102 * bibtex.el (bibtex-reference-key): Accept string entries whose
11103 reference key contains upper case letters.
8389e1e2
GM
11104
111052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11106
f24fef2f
SM
11107 * bibtex.el (bibtex-reference-head): Allow entries to start with
11108 a new line.
8389e1e2
GM
11109
111102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11111
f24fef2f
SM
11112 * bibtex.el: Hiding of entry bodies is not longer provided by
11113 bibtex.el directly. Instead the hideshow package can be used.
11114 Added a special bibtex entry to hs-special-modes-alist.
11115 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11116
111172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11118
82d2c7c5 11119 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11120 proceedings entry type (for cross referencing). Thanks to Wagner
11121 Toledo Correa for the suggestion.
11122
82d2c7c5 11123 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11124
eae61d8f
KH
111252000-02-14 Kenichi Handa <handa@etl.go.jp>
11126
11127 * international/characters.el: Setup case table for Vietnamese.
11128
fb07a302
GM
111292000-02-12 Gerd Moellmann <gerd@gnu.org>
11130
11131 * uniquify.el (toplevel): Require CL at compile time.
11132 (uniquify-push): Removed.
11133
11134 * shadowfile.el (shadow-when): Removed.
11135
11136 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11137 (tempo-process-and-insert-string): Use dolist instead of
11138 tempo-dolist.
11139
11140 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11141 regexp for paragraph-start.
11142
11143 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11144 commas as well.
11145
a0eddf92
DL
111462000-02-10 Dave Love <fx@gnu.org>
11147
11148 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11149 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11150 Deleted.
11151 (widget-specify-field, widget-specify-button): Don't use
11152 widget-mouse-help as help-echo property.
11153 (default): Use #'ignore for :validate and :mouse-down-action.
11154 (checkbox): Add help-echo.
11155 (widget-sexp-validate): Rewritten to clarify error messages.
11156 (character): Use char-valid-p in :match function.
11157 (widget-color-complete): Use facemenu-color-alist.
11158 (widget-color-action): Use facemenu-read-color.
11159
11160 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11161 set up `caar' &c that we now have.
11162
82d2c7c5
DL
111632000-02-09 Ray Blaak <blaak@gnu.org>
11164
11165 * delphi.el: Make resourcestring a declaration region, like const
11166 and var.
11167
6cbc1482
DL
111682000-02-09 Dave Love <fx@gnu.org>
11169
11170 * bindings.el (mode-line-input-method-map): New variable.
11171 (mode-line-mule-info): Use it; fix last change.
11172 (mode-line-mode-menu): Move definition.
11173 (mode-line-mouse-sensitive-p): Deleted.
11174 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11175 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11176 level.
11177
11178 * startup.el (command-line-1): Don't call
11179 make-mode-line-mouse-sensitive.
11180
f7136ee8
GM
111812000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11182
11183 * mail/rmail.el (rmail-retry-failure): Use
11184 rmail-beginning-of-message before rmail-toggle-header, because the
11185 former toggles headers.
11186
6e1d0d15
SM
111872000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11188
fef8c55b
SM
11189 * diff-mode.el (diff-kill-junk): New interactive function.
11190 (diff-reverse-direction): Use delete-and-extract-region.
11191 (diff-post-command-hook): Restrict the area so that the hook also works
11192 outside of any diff hunk. This is necessary for the minor-mode.
11193 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11194 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11195
6e1d0d15
SM
11196 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11197 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11198 so that it can be used more easily in <foo>-mode-hook. Also make sure
11199 to avoid duplicate entries.
11200 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11201 (font-lock-remove-keywords): Just as was done for `add', allow it to
11202 work even if font-lock-mode is nil. Also make sure we don't modify
11203 any pre-existing list by forcing a copy-sequence. Finally rename
11204 `major-mode' to `mode'.
11205 (font-lock-fontify-syntactic-anchored-keywords)
11206 (font-lock-fontify-anchored-keywords)
11207 (font-lock-fontify-keywords-region): Use line-end-position.
11208 Don't make `font-lock-multiline' local (it's now done in
11209 font-lock-set-defaults).
11210 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11211 move the `font-lock-fontified' creation to inside the `unless'.
11212
a75dfea0
AI
112132000-02-06 Andrew Innes <andrewi@gnu.org>
11214
11215 * term/w32-win.el (x-handle-args): Comment out call to message,
11216 which occurs before window system is initialized.
11217
11218 * makefile.nt: Add support for recompiling lisp code.
11219
b85e9462
DL
112202000-02-04 Dave Love <fx@gnu.org>
11221
9ff33afb
DL
11222 * bindings.el (mode-line-mule-info): Fix/extend last change.
11223
b85e9462
DL
11224 * completion.el: Replace completion-dolist with dolist.
11225
11226 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11227 dotimes.
11228
44dff075
CD
112292000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11230
11231 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11232 environment names before they go into the section regexp.
11233
11234 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11235 char class in regexp.
11236
11237 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11238 `case-fold-search' to nil.
11239
11240 * progmodes/idlwave.el (idlwave-template): Respect
11241 `idlwave-abbrev-change-case'.
11242 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11243 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11244 idlwave-while): respect `idlwave-reserved-word-upcase'.
11245 (idlwave-rw-case): New function.
11246 (idlwave-statement-match): Fixed problem with assignment regexp.
11247 (idlwave-font-lock-keywords): Improved regexp for keyword
11248 parameters.
a23c5037 11249 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11250 operators longer than 1 char.
11251
11252 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11253 idlwave-shell-expression-overlay. Implemented printing of
11254 expressions on higher levels of the calling stack.
11255 (idlwave-shell-display-level-in-calling-stack): Restore stack
11256 level.
11257 (idlwave-retrieve-expression-from-level): New function.
11258 (idlwave-shell-last-calling-stack): Variable removed.
11259 (idlwave-shell-reset): Argument action reversed (`visible' to
11260 `hidden'). Also remove stop-line overlay.
11261 (idlwave-shell-calling-stack-routine): New variable.
11262 (idlwave-shell-parse-stack-and-display): Messages now display
11263 negative level numbers.
11264 (idlwave-shell-mode): Set `modeline-format'.
11265 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11266 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11267 21.
11268 (idlwave-shell-print-expression-function): New option.
a23c5037 11269
44dff075
CD
11270 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11271 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11272 `tool-bar' instead of `toolbar'.
11273
f26c34fd
DL
112742000-02-02 Dave Love <fx@gnu.org>
11275
11276 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11277 emacs-lisp-mode-hook. Don't check for defalias being defined.
11278
11279 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11280 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11281 the new builtins directly.
11282
11283 * whitespace.el (whitespace): Add :version to defgroup.
11284
11285 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11286 Doc fix.
11287
11288 * thingatpt.el (sexp-at-point, symbol-at-point)
11289 (number-at-point, list-at-point): Add autoload cookie.
11290
11291 * recentf.el (recentf): Add :version to defgroup.
11292
11293 * quickurl.el (quickurl): Add :version to defgroup.
11294
11295 * elide-head.el (elide-head): Use point-marker more.
11296
11297 * bs.el (bs): Add :version to defgroup.
11298
11299 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11300
11301 * progmodes/delphi.el (delphi): Add :version to defgroup.
11302
d240a249
GM
113032000-02-02 Gerd Moellmann <gerd@gnu.org>
11304
11305 * ange-ftp.el (ange-ftp-write-region): Handle case that
11306 succeeding process operation sets a different coding system.
11307
11308 * calculator.el: New file.
11309
d5179a01
EZ
113102000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11311
11312 * frame.el (frames-on-display-list, framep-on-display): New
11313 functions.
11314 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11315 (display-selections-p, display-screens, display-pixel-width)
11316 (display-pixel-height, display-mm-width, display-mm-height)
11317 (display-backing-store, display-save-under, display-planes)
11318 (display-color-cells, display-visual-class): New functions.
11319
11320 * term/tty-colors.el (tty-color-gray-shades): New function.
11321
11322 * faces.el (display-color-p): Use framep-on-display.
11323 (display-grayscale-p): New function.
11324
968e00f0
DL
113252000-01-31 Dave Love <fx@gnu.org>
11326
11327 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11328 (create-fontset-from-x-resource): Don't concat integers.
11329
2cb750ba
GM
113302000-01-31 Inge Frick <inge@nada.kth.se>
11331
11332 * view.el: Some changes in documentation. Removed some trailing
11333 whitespace. Changed some parameter names to agree with
11334 documentation.
11335 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11336 window is not deleted. Modifies change 1998-04-26.
a23c5037 11337
74e9213b
GM
113382000-01-31 Gerd Moellmann <gerd@gnu.org>
11339
47569935
GM
11340 * windmove.el: New file.
11341
74e9213b
GM
11342 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11343 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11344 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11345
74e9213b
GM
11346 * jit-lock.el (jit-lock-function): Widen before calculating end
11347 position.
11348 (jit-lock-stealth-chunk-start): Rewritten.
11349
11350 * info.el (Info-title-face-alist): Removed.
11351 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11352 faces.
11353 (Info-fontify-node): Use these faces.
11354
994c5afe
GM
113552000-01-30 Gerd Moellmann <gerd@gnu.org>
11356
11357 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11358 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11359 `&allow-other-keywords'.
11360
11361 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11362 the list of directories scanned heuristically.
11363
11364 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11365 exist.
11366
f00276e3
JR
113672000-01-30 Jason Rumney <jasonr@gnu.org>
11368
11369 * w32-fns.el: Define w32-tty-standard-colors.
11370
11371 * startup.el (command-line): Use w32-tty-standard-colors when in
11372 w32 console mode.
11373
cc4dfff0
DL
113742000-01-30 Dave Love <fx@gnu.org>
11375
e645e77b
DL
11376 * jka-compr.el (jka-compr-load): Fix up load-history.
11377
cc4dfff0
DL
11378 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11379
11380 * emacs-lisp/cl-macs.el: Revert previous change.
11381
16215eb0
DL
113822000-01-29 Dave Love <fx@gnu.org>
11383
11384 * facemenu.el: Purecopy various strings.
11385
11386 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11387 years. Deal with three-digit years.
11388
11389 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11390 defconst, purecopy.
11391 (help-back-label): Purecopy it.
11392
bbd9b566
GM
113932000-01-18 Gerd Moellmann <gerd@gnu.org>
11394
11395 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11396 variable. If non-nil, order the buffer list according to the
11397 currently selected frame.
11398 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11399 non-nil, pass the selected frame to function buffer-list.
a23c5037 11400
887448e1
GM
114012000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11402
11403 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11404
7df85084
DL
114052000-01-28 Dave Love <fx@gnu.org>
11406
142e109c
DL
11407 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11408
7df85084
DL
11409 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11410 Don't use lisp-indent-hook property.
11411 (cl-abs): Remove.
11412
11413 * subr.el: Move out indent and edebug specs for when and unless.
11414
11415 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11416 when, unless.
11417
11418 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11419 unless, when.
11420
3b43c01c
GM
114212000-01-28 Gerd Moellmann <gerd@gnu.org>
11422
d060bc9f
GM
11423 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11424 `collecting' as synonym for `collect'.
11425
11426 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11427 for the case it contains spaces.
11428
11429 * simple.el (what-cursor-position): Change formatting of
11430 messages.
11431
b02786f9
GM
11432 * frame.el (delete-other-frames): New function.
11433 (toplevel): Bind it to C-x 5 1.
11434
efd68b8a
GM
11435 * sort.el (sort-numeric-base): New option.
11436 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11437 interpret it as octal or hexadecimal. Use sort-numeric-base
11438 as default base.
11439
3b43c01c
GM
11440 * progmodes/glasses.el: New file.
11441
984ae001
GM
114422000-01-27 Gerd Moellmann <gerd@gnu.org>
11443
a0b796e3
GM
11444 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11445 userids differently.
11446
984ae001
GM
11447 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11448 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11449 progmodes/ebnf-yac.el: New files.
11450
6c67ddee
DL
114512000-01-26 Dave Love <fx@gnu.org>
11452
11453 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11454 on a function with an empty body. [From Eric Ludlam.]
11455
4e6473c8
GM
114562000-01-25 Andre Spiegel <spiegel@gnu.org>
11457
11458 * vc.el (vc-version-diff): Make sure file name is expanded.
11459
e12489f9
GM
114602000-01-25 Gerd Moellmann <gerd@gnu.org>
11461
11462 * scroll-bar.el (scroll-bar-timer): Variable removed.
11463 (scroll-bar-toolkit-scroll): Don't use a timer.
11464
8dbe2b07
KH
114652000-01-25 Kenichi Handa <handa@etl.go.jp>
11466
11467 * language/thai-util.el (thai-composition-function): Delete
11468 superfluous `a'.
11469
26ef1c87
DL
114702000-01-24 Dave Love <fx@gnu.org>
11471
11472 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11473 end-of-defun-function.
11474
11475 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11476 &c.
11477
7ed4e9a7
JR
114782000-01-22 Jason Rumney <jasonr@gnu.org>
11479
11480 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11481 conflicts with new face support.
11482
8b7bc628 114832000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11484
11485 * replace.el (query-replace): Rename last arg to DELIMITED.
11486 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11487 (query-replace-regexp): Likewise.
11488
8b7bc628 114892000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11490
02b14400
RS
11491 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11492
5bb6f079
RS
11493 * emacs-lisp/lisp.el (beginning-of-defun-function):
11494 Variable renamed from beginning-of-defun.
11495 Do not call make-variable-buffer-local.
11496 (beginning-of-defun-raw): Use new variable name; doc fix.
11497 (beginning-of-defun): Doc fix.
11498 (end-of-defun-function): Variable renamed from end-of-defun.
11499 Do not call make-variable-buffer-local.
11500 (end-of-defun): Use new variable name; doc fix.
11501
02b14400
RS
11502 * subr.el (dolist, dotimes): Copied from cl-macs.el
11503 and made to work.
2d5e9b54 11504
a23c5037 11505 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11506 Variable replaces rmail-digest-end-regexp.
11507 Allows multiple regexps for detecting the end line.
11508 (undigestify-rmail-message): Corresponding changes.
11509
60af03f1
DL
115102000-01-19 Dave Love <fx@gnu.org>
11511
fe5d99e1
DL
11512 * files.el (user-init-file): Don't declare here -- is primitive.
11513
60af03f1
DL
11514 * startup.el (command-line): Check for compiled user-init-file and
11515 set to uncompiled version if necessary.
11516
72dbbc7d
GM
115172000-01-18 Gerd Moellmann <gerd@gnu.org>
11518
6a1950ec
GM
11519 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11520 (undigestify-rmail-message): Use it.
11521
72dbbc7d
GM
11522 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11523
fbe91bbd
GM
115242000-01-17 Gerd Moellmann <gerd@gnu.org>
11525
11526 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11527 of mini-buffer.
11528
33a6685b
GM
115292000-01-14 Gerd Moellmann <gerd@gnu.org>
11530
b3303df7
GM
11531 * emacs-lisp/copyright.el (copyright-update): Removed the
11532 requirement for a trailing space from `copyright-regexp', to
11533 support copyrights with owner specified on a separate line..
a23c5037 11534
3c4c8064
GM
11535 * align.el: New file.
11536
33a6685b
GM
11537 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11538
11539 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11540
044a4975
DL
115412000-01-13 Dave Love <fx@gnu.org>
11542
11543 * ph.el: Removed. (Obsoleted by EUDC.)
11544
0a352cd7
GM
115452000-01-13 Gerd Moellmann <gerd@gnu.org>
11546
11547 * net/eudc.el (toplevel): Remove autoloaded code installing
11548 menu with easymenu, because that causes build problems.
11549
11550 * frame.el (frame-notice-user-settings): New variable.
11551 (frame-notice-user-settings): Don't modify frame parameters
11552 if called a second time.
11553
8b7bc628 115542000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11555
11556 * frame.el (frame-notice-user-settings):
11557 Notice default-frame-parameters even for non-window frames.
11558
feb450e0
GM
115592000-01-13 Gerd Moellmann <gerd@gnu.org>
11560
11561 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11562 for Emacs.
11563 (eudc-bob-can-display-inline-images): Extend for Emacs.
11564 (eudc-bob-toggle-inline-display): Ditto.
11565 (eudc-bob-display-jpeg): Ditto.
11566
99c6d63b
GM
115672000-01-12 Gerd Moellmann <gerd@gnu.org>
11568
7970b229
GM
11569 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11570 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11571 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11572
e4936aa9
GM
11573 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11574 nil)'.
11575
11576 * subdirs.el: Add `net' directory.
11577
133c9e59
GM
11578 * net: New directory.
11579
99c6d63b
GM
11580 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11581 eval-last-sexp. Don't bind debug-on-error here.
11582 (eval-last-sexp): New function. Bind debug-on-error if
11583 eval-expression-debug-on-error is non-nil.
11584 (eval-defun-2, eval-defun): Likewise.
11585
11586 * simple.el (eval-expression): Don't bind debug-on-error if
11587 eval-expression-debug-on-error is nil. Detect changed
11588 debug-on-error, and propagate new value to global binding, if
11589 eval-expression-debug-on-error is non-nil,
11590 (eval-expression-debug-on-error): Change doc string.
a23c5037 11591
8b7bc628 115922000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11593
11594 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11595
11596 * emacs-lisp/lisp-mode.el (with-syntax-table):
11597 Set up lisp-indent-function property.
11598
11599 * subr.el (with-syntax-table): Moved from simple.el.
11600
11601 * simple.el (with-syntax-table): Moved to subr.el.
11602
7e3c74fa
GM
116032000-01-11 Gerd Moellmann <gerd@gnu.org>
11604
1fab1775
GM
11605 * tmm.el (tmm-shortcut): Delete region after prompt instead
11606 of erasing buffer.
11607
7e3c74fa 11608 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11609 (fill-context-prefix): Use the longest common prefix of first
11610 and second line fill prefix, if there is one.
7e3c74fa 11611
8b7bc628 116122000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11613
11614 * array.el (array-mode): Don't use make-variable-buffer-local.
11615 Use make-local-variable for `truncate-lines'.
11616
aa705642 116172000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11618
aa705642
GM
11619 * add-log.el (add-log-current-defun): Handle user-defined
11620 add-log-current-function returning nil,
a23c5037 11621
57df2446 11622 * add-log.el (add-change-log-entry): Insert version number
aa705642 11623 if having found a current function
c1356086
GM
11624
11625 * add-log.el (add-log-current-defun): Call
11626 `add-log-current-defun-function'. Try matches at level 0 and
11627 level 1. Strip whitespace from defun found.
a23c5037 11628
1d8c59e9
RS
116292000-01-10 John Wiegley <johnw@gnu.org>
11630
11631 * allout.el (isearch-done/outline-provisions): Added `edit'
11632 argument to correspond with the current definition of
11633 `isearch-done'.
11634
8cf87e9b
DL
116352000-01-10 Dave Love <fx@gnu.org>
11636
11637 * elide-head.el (elide-head): Use point-marker, not point.
11638
9050446c
GM
116392000-01-10 Gerd Moellmann <gerd@gnu.org>
11640
8321b22a
GM
11641 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11642 before and after the year 2000.
a23c5037 11643
9050446c
GM
11644 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11645 Add ispell- prefix.
11646
116472000-01-10 Ken Stevens <k.stevens@ieee.org>
11648
11649 * ispell.el: Only define dictionaries in menus when they exist.
11650 (version18p): New variable.
11651 (version20p): New variable.
11652 (xemacsp): New variable.
11653 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11654 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11655 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11656 run-together words.
9050446c
GM
11657 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11658 (ispell-dictionary-alist): Add koi8-r to customize definition.
11659 (check-ispell-version): Added documentation string. Returns
f24fef2f 11660 library path when called non-interactively.
9050446c
GM
11661 (ispell-menu-map-needed): Uses new variables.
11662 (ispell-library-path): New variable.
11663 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11664 (ispell-word): Improved documentation string. Test for valid
11665 character mappings. Correctly check typed in word changes that can
11666 result in single words split into multiple words. Returns
11667 replacement word.
11668 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11669 replace in recursive query replace mode. Help message for
11670 recursive edit mode.
11671 (ispell-show-choices): Protect against bad framepop bindings.
11672 (ispell-help): Fix to work with XEmacs.
11673 (ispell-highlight-spelling-error): Use new variables.
11674 (ispell-overlay-window): Fix to work with XEmacs.
11675 (ispell-parse-output): Passed and returns location information
11676 tracking spelling corrections. Doesn't recheck same word on
11677 current line.
11678 (ispell-init-process): Protect against bogus XEmacs variable binding.
11679 Fix call to single argument in sleep-for. Use new variables.
11680 (ispell-region): Passed and returns location information tracking
11681 spelling corrections. Doesn't check same word on current line.
11682 Improved documentation string. Doesn't resend a line already
11683 checked to the ispell process - fixes bug in LaTeX parsing.
11684 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11685 (ispell-skip-region): No longer skips <TT> in SGML.
11686 (ispell-process-line): Tracks location information with spelling
11687 corrections. Added documentation string. Accounts for words
11688 already accepted on this line. Don't allow query-replace on line
11689 starting with math characters. Doesn't resend a line already sent
11690 to ispell process. Fixes alignment error bug.
a23c5037 11691
8b7bc628 116922000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11693
a23c5037 11694 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11695 Suggest xloadimage, which is free, not xv, which isn't.
11696
a23c5037 11697 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11698 Don't ever include the host name or user name in the value.
11699
9ed79f5d
GM
117002000-01-09 Gerd Moellmann <gerd@gnu.org>
11701
11702 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11703 of a real newline.
11704
b950abb1
GM
117052000-01-09 Stephen Eglen <stephen@gnu.org>
11706
a23c5037 11707 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11708 for .png files.
11709
3c708e98
GM
117102000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11711
11712 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11713
bf61662d
GM
117142000-01-09 Gerd Moellmann <gerd@gnu.org>
11715
f1d851ae
GM
11716 * progmodes/cperl-mode.el: Replace ^F with ^L.
11717
bf61662d 11718 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11719 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11720 recursion.
11721
c65d14ee
DL
117222000-01-08 Dave Love <fx@gnu.org>
11723
8cf87e9b
DL
11724 * emacs-lisp/backquote.el: Remove inappropriate customization
11725 (allowing custom.el to use backquote).
c65d14ee 11726
83de2ebc
DL
117272000-01-07 Dave Love <fx@gnu.org>
11728
11729 * add-log.el (add-log-debugging): Deleted.
11730 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11731 file. Remove debugging code.
11732 (change-log-get-method-definition, change-log-name): Add doc.
11733 (change-log-sortable-date-at): New function.
11734 (change-log-merge): New command.
11735
11736 * time.el (display-time-string-forms): Make the Mail string active.
11737 (display-time-update): Provide help-echo for load average.
11738
11739 * bindings.el (make-mode-line-mouse2-map): New function.
11740 (mode-line-modified): Use it and simplify.
11741 (mode-line-mule-info): Provide help-echo info.
11742 (minor-mode-alist): Activate the strings.
11743 (make-mode-line-mouse-sensitive): Simplify for
11744 mode-line-buffer-identification.
11745
c1475eae
GM
117462000-01-07 Gerd Moellmann <gerd@gnu.org>
11747
11748 * play/pong.el: New file.
11749
83de2ebc
DL
117502000-01-06 Dave Love <fx@gnu.org>
11751
11752 * array.el: Assorted cleanups for compiler warnings, doc strings,
11753 `array-' prefix for symbols.
11754
117552000-01-05 Dave Love <fx@gnu.org>
11756
11757 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11758 outline-headers-as-kill.
11759 (outline-mode): Define imenu-generic-expression.
11760 (outline-headers-as-kill): New command.
11761
11762 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11763 from paragraph-start.
11764 (paragraph-indent-minor-mode): New command.
11765
11766 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11767 M-C-e, M-C-h, C-j, C-xnd, TAB.
11768 (fortran-mode): Set beginning-of-defun, end-of-defun.
11769 (fortran-column-ruler): Simplify.
11770 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11771 (fortran-with-subprogram-narrowing): Likewise.
11772 (fortran-indent-subprogram): Call mark-defun.
11773 (fortran-check-for-matching-do): Change narrowing.
11774
11775 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11776 (cl-lucid-hash-tag): Delete.
11777 (cl-hash-table-p): Correct test for native table.
11778 (cl-hash-table-count): Use hash-table-count.
11779
11780 * browse-url.el (browse-url): Fix case of
11781 browse-url-browser-function being an alist.
11782
676ac023
CD
117832000-01-05 Carsten Dominik <cd@gnu.org>
11784
c1475eae
GM
11785 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11786 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11787
11788 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11789 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11790
11791 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11792 `reftex-parse-file-extension'.
eb483e17 11793
88807984
DL
117942000-01-05 Dave Love <fx@gnu.org>
11795
83de2ebc 11796 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11797 (beginning-of-defun-raw): Use it.
11798 (end-of-defun): New variable.
11799 (end-of-defun): Use it.
11800 (check-parens): New command.
11801
1362aeb4
TTN
118022000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11803
c1475eae
GM
11804 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11805 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11806
7ddafb95
TTN
11807 Fix buglet in local variables initialization.
11808
7334aa99
AS
118092000-01-05 Andreas Schwab <schwab@suse.de>
11810
11811 * hscroll.el (hscroll): Doc fix.
11812
b12e24cd
CD
118132000-01-05 Carsten Dominik <cd@gnu.org>
11814
11815 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11816 idlw-toolbar.
11817
11818 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11819 file idlw-rinfo.el.
1362aeb4
TTN
11820 (idlwave-customize): load must read file idlw-shell.el.
11821 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11822
d6226972
CD
118232000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11824
11825 * progmodes/idlw-shell.el: Also provide idlwave-shell
11826 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11827 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11828
11829 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11830 both reftex-dcr and reftex-vcr.
1362aeb4 11831
d6226972
CD
11832 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11833
6ddb893f 118342000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11835
11836 * ps-print.el: PostScript code now is in separate files, doc fix.
11837 (ps-print-version): New version number (5.0.3).
11838 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11839 local.
11840 (ps-spool-config): Initialization fix.
c1475eae
GM
11841 (ps-print-prologue-1, ps-print-prologue-2)
11842 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11843 (ps-background-image): Little code reformating.
11844 (ps-begin-file, ps-begin-job): Fix code.
88807984 11845 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11846 (ps-prologue-file): New fun.
11847
ae833aae
KH
118482000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11849
c1475eae 11850 * ps-vars.el: Eliminated.
ae833aae
KH
11851
11852 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11853 `;;;###autoload'.
11854
11855 * ps-print.el: ps-vars eliminated, doc fix.
11856 (ps-print-version): New version number (5.0.2).
11857 (ps-spool-config): Initialization fix.
11858 (ps-print-customize): New fun.
11859
560a7bd2
GM
118602000-01-04 Gerd Moellmann <gerd@gnu.org>
11861
11862 * autorevert.el (auto-revert-mode): Return value of
11863 auto-revert-mode.
11864
f45dd0f4
DL
118652000-01-04 Dave Love <fx@gnu.org>
11866
fae2ac05
DL
11867 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11868 menu items.
f45dd0f4 11869
61255981
DL
118702000-01-03 Dave Love <fx@gnu.org>
11871
88807984 11872 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11873
83de2ebc 11874 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11875 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11876 `cl-hash-table-p', not `hash-table-p'.
11877 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11878
c182a70f
EZ
118792000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11880
11881 * faces.el (face-read-integer, read-face-attribute)
11882 (color-defined-p, color-values): unspecified-{f,b}g are now
11883 strings.
11884
047f434a
GM
118852000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11886
11887 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11888 at comment end, and re-insert them after filling.
11889
bab531e2
EZ
118902000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11891
11892 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11893 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11894 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11895
d684c676
EZ
118962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11897
11898 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11899 the new name of face-color-supported-p.
11900
11901 * term/w32-win.el (xw-defined-colors): Likewise.
11902
0aad4805
EZ
119032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11904
11905 * simple.el (completion-setup-function): Count completion-size
11906 from minibuffer-prompt-end, not from point-min.
11907
5fe1d139
EZ
119082000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11909
11910 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11911 Pass the frame to tty-color-* functions.
11912 (display-color-p, frame-set-background-mode): Pass the frame to
11913 tty-display-color-p.
11914
11915 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11916 tty-color-alist.
11917 (tty-color-alist, tty-modify-color-alist): New functions.
11918 (tty-color-define, tty-color-clear, tty-color-approximate)
11919 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11920 an optional parameter FRAME.
11921
162dec01
GM
119222000-01-01 Gerd Moellmann <gerd@gnu.org>
11923
27189709
GM
11924 * image.el (create-image, defimage): Don't assume image data is a
11925 string.
11926
162dec01
GM
11927 * image.el (defimage): Handle specifications containing :data
11928 instead of :file.
11929 (image-type-from-data): New function.
11930 (image-type-from-file-header): Use it.
11931 (create-image): Add parameter DATA-P.
1362aeb4 11932
bea56df7 11933See ChangeLog.8 for earlier changes.
25a6fab1
KH
11934
11935;; Local Variables:
e64c3a75 11936;; coding: iso-2022-7bit
25a6fab1 11937;; End: