(ispell-library-path): Don't call
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5912c5bb
DL
12000-11-09 Dave Love <fx@gnu.org>
2
3 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
4 eval-after-load.
5
7bb054a5
GM
62000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7
8 * ps-print.el: Patch for variable initialization when spooling. Doc
9 fix.
10 (ps-output-list): Fun eliminated.
11 (ps-begin-file, ps-begin-job): Code fix.
12
9db2706e
DL
132000-11-08 Dave Love <fx@gnu.org>
14
15 * ediff-wind.el (ediff-control-frame-parameters): Zero
16 tool-bar-lines.
17
f7eb32aa
GM
182000-11-08 Gerd Moellmann <gerd@gnu.org>
19
20 * simple.el (shell-command, display-message-or-buffer)
21 (shell-command-on-region): Mention resize-mini-windows in the doc
22 string.
23 (display-message-or-buffer): Take the value of resize-mini-windows
24 into account.
25
7b01b08c
GM
262000-11-07 Gerd Moellmann <gerd@gnu.org>
27
acad3c0b
GM
28 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
29
7b01b08c
GM
30 * dired.el (dired-between-files): Add `^. find' as an alternative
31 to the regular expression, for find-dired.
32
6f602bd0
SM
332000-11-06 Stefan Monnier <monnier@cs.yale.edu>
34
35 * textmodes/texnfo-upd.el: Require texinfo.
36 (defmacro, defgroup): Remove.
37 (texinfo-section-to-generic-alist): Remove.
38 Use texinfo-section-list instead (i.e. level is changed string->int).
39 (texinfo-filter): New function.
40 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
41 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
42 Use it. And use regexp-opt.
43 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
44 (texinfo-update-menu-region-beginning)
45 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
46 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
47 (texinfo-update-menu-same-level-regexps): Update.
48 (texinfo-update-node, texinfo-every-node-update)
49 (texinfo-sequential-node-update): Remove autoload cookie.
50
51 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
52 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
53 (texinfo-chapter-level-regexp): Remove.
54 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
55
bb216218
DL
562000-11-06 Dave Love <fx@gnu.org>
57
6f602bd0 58 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 59
6f602bd0
SM
60 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
61 Match defun*.
bb216218 62
ff8dd5d5
KH
632000-11-06 Kenichi Handa <handa@etl.go.jp>
64
65 * composite.el (composition-function-table): Variable declaration
66 moved to src/composite.c.
67 (compose-chars-after): New optional arg object.
68
e9da51a1
GM
692000-11-06 Gerd Moellmann <gerd@gnu.org>
70
e0c12c68
GM
71 * bindings.el (mode-line-toggle-read-only)
72 (mode-line-toggle-modified, mode-line-widen)
73 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
74 (make-mode-line-mouse2-map): Rewritten.
75 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
76 functions so that C-h k can show something with a doc string.
77
e9da51a1
GM
78 * startup.el (fancy-splash-delay): Set to 10 seconds.
79 (fancy-splash-max-time): New user-option.
80 (fancy-splash-stop-time): New variable.
81 (fancy-splash-screens): Set it. Catch `stop-splashing'.
82 (fancy-splash-screens-1): Throw `stop-splashing' when current
83 time is greater than fancy-splash-stop-time.
84
611dbdf0
SM
852000-11-06 Stefan Monnier <monnier@cs.yale.edu>
86
4d2806e2
SM
87 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
88
611dbdf0
SM
89 * pcvs.el (cvs-mode-marked): New arg `noquery'.
90 Prompt user for a file rather than raising an error.
91 (cvs-enabledp): Fix call to cvs-mode-marked.
92 (cvs-insert-file): New function (extracted from cvs-mode-insert).
93 (cvs-mode-insert): Use it. Change the init prompt' value.
94 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
95
96 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
97 Don't pass default arg to ewoc-locate.
98 (ewoc-collect): Return result in the right order.
99
100 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
101
102 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
103 (cvs-status-get-tags): Fix regexp.
104 (cvs-status-trees, cvs-status-cvstrees):
105 Combine after change hooks and don't sit-for.
4d2806e2
SM
106 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
107 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
108 Use make-char rather than hard-coded cryptic data.
109 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
110
111 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
112
113 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
114 (cvs-insert-strings): New function.
115
937b2877
MB
1162000-11-06 Miles Bader <miles@lsi.nec.co.jp>
117
118 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
119 `mwheel-scroll-amount'.
120 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
121 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
122 string-matching against the version string.
123
c6c97763
KH
1242000-11-06 Kenichi Handa <handa@etl.go.jp>
125
6eaec747
KH
126 * language/thai.el ("Thai"): Set a lisp form that produces
127 composed string in `sample-text' language info.
128
129 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
130 composed string in `sample-text' language info.
131
132 * international/mule-cmds.el (describe-language-environment): Eval
133 `sample-text' data and insert the result.
134
c6c97763
KH
135 * international/mule-conf.el (compound-text): Define this coding
136 system here. Make x-ctext and ctext aliases of it.
137
138 * language/european.el (compound-text, ctext): Moved to
139 international/mule-conf.el.
140
d1145f85
AI
1412000-11-05 Andrew Innes <andrewi@gnu.org>
142
143 * w32-fns.el (w32-version): New function.
144
178a6a45
SM
1452000-11-05 Stefan Monnier <monnier@cs.yale.edu>
146
147 * progmodes/awk-mode.el: Update copyright.
148 (awk-mode-abbrev-table): Remove.
149 (awk-font-lock-keywords): Use regexp-opt.
150 (awk-mode): Use define-derived-mode.
151
152 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
153 when extracting a suffix.
154
1ba90166
AS
1552000-11-04 Andre Spiegel <spiegel@gnu.org>
156
157 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
158 auto-save-mode.
159
546790cb
JR
1602000-11-04 Jason Rumney <jasonr@gnu.org>
161
162 * language/european.el (decode-mac-roman): Test against r1 not r0.
163
d247e32d
SM
1642000-11-03 Stefan Monnier <monnier@cs.yale.edu>
165
fbf44f44
SM
166 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
167 (icon-mode): Define indent-line-function.
168 (icon-comment-indent): Simplify.
169 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
170
171 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
172
173 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
174 Bind change-log-default-mode to defeat the caching done on it.
175 Don't bother saving excursion any more.
176
177 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
178
179 * frame.el (after-setting-font-hook): Rename hooks -> hook.
180 (set-frame-font): Use the new name (and the old for compatibility).
181
182 * toolbar/tool-bar.el (tool-bar-mode):
183 * time.el (display-time-mode):
184 * recentf.el (recentf-mode):
185 * paren.el (show-paren-mode):
186 * mwheel.el (mouse-wheel-mode):
187 * msb.el (msb-mode):
188 * jka-compr.el (auto-compression-mode):
189 * image-file.el (auto-image-file-mode):
190 * hl-line.el (hl-line-mode):
191 * delsel.el (delete-selection-mode):
192 * autoinsert.el (auto-insert-mode):
193 * complete.el (partial-completion-mode): Drop unneeded positional args.
194
195 * info.el (Info-mode):
196 * comint.el (comint-mode): Don't both with make-local-hook.
197
d247e32d
SM
198 * log-edit.el (log-edit-menu): New menu.
199
4921558e
MB
2002000-11-03 Miles Bader <miles@gnu.org>
201
202 * wid-edit.el (widget-end-of-line): Reinstate, with a new
203 definition, so that trailing spaces are handled properly.
204 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
205
1fc02b3c
GM
2062000-11-03 Gerd Moellmann <gerd@gnu.org>
207
208 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
209 tab character.
210 (fancy-splash-screens): Set tab-width to 20.
211
51d001f7
DL
2122000-11-03 Dave Love <fx@gnu.org>
213
214 * comint.el (comint-completion-addsuffix): Fix custom type.
215
ba22aeff
SM
2162000-11-02 Stefan Monnier <monnier@cs.yale.edu>
217
218 * font-lock.el (font-lock-buffers): Remove.
219 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
220 (font-lock-change-major-mode): Remove.
221 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
222 (font-lock-default-fontify-region): Extend the multiline
223 fontification to whole lines.
224 (font-lock-fontify-anchored-keywords)
225 (font-lock-fontify-keywords-region): If matching just one
226 line (with \n) only mark the \n as multiline.
227
228 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
229 Correctly handle the case where several :group args are supplied.
230 Allow :extra-args.
231 (easy-mmode-define-global-mode): Allow :extra-args.
232 Correctly handle the case where several :group args are supplied.
233
9c887ada
MB
2342000-11-02 Miles Bader <miles@gnu.org>
235
236 * calendar/calendar.el (diary-face, calendar-today-face)
237 (holiday-face): Remove dependency on `window-system'.
238
7f25090d
KR
2392000-11-02 Ken Raeburn <raeburn@gnu.org>
240
241 * Makefile.in (emacs): Set EMACSLOADPATH always.
242 (update-authors, .el.elc, compile-files): Don't do it explicitly
243 here.
9b911107 244 (compile-files): Bomb out if compilation of a file fails.
7f25090d 245
7dd6009c
DL
2462000-11-02 Dave Love <fx@gnu.org>
247
248 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
249
94821e4f
EZ
2502000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
251
252 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
253 punctuation in the warning inserted into the *mail* buffer.
254
1ac3fc42
GM
2552000-11-02 Gerd Moellmann <gerd@gnu.org>
256
57731876
GM
257 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
258 (authors-public-domain-p): New function.
259 (authors-print): Use it.
260
975f82c9
GM
261 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
262
1ac3fc42
GM
263 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
264
4b3eb10f
GM
2652000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
266
975f82c9 267 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
268 (ps-print-version): New version number (6.3.1).
269 (ps-even-or-odd-pages): Customization fix.
270 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
271 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
272 (ps-page-count): Var replaced by `ps-page-column'.
273 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
274 (ps-print-sheet-p): New fun.
275
7da794df
MB
2762000-11-02 Miles Bader <miles@lsi.nec.co.jp>
277
278 * tooltip.el (tooltip-gud-tips-setup): New function.
279 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
280 (tooltip-mode): Call tooltip-gud-tips-setup.
281 (tooltip-gud-tips): Use `gud-basic-call' instead of
282 process-send-string, so the prompt gets frobbed appropriately.
283 Handle nil return value from `tooltip-gud-print-command'.
284
0e40b809
EL
2852000-11-01 Eric M. Ludlam <zappo@ultranet.com>
286
287 * comint.el (comint-add-to-input-history): New function.
288 (comint-send-input): Use `comint-add-to-input-history'.
289
50ada0db
MB
2902000-11-02 Miles Bader <miles@lsi.nec.co.jp>
291
973a3104
MB
292 * info.el (info-menu-header): New face.
293 (Info-fontify-menu-headers): New function.
294 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
295
50ada0db
MB
296 * info.el (Info-insert-dir): Don't include blank lines at
297 beginning of additional dir files (one is added automatically).
298
bff53411
SM
2992000-11-01 Stefan Monnier <monnier@cs.yale.edu>
300
301 * emacs-lisp/easy-mmode.el (define-minor-mode):
302 Revert the latest changes.
303 Allow the three positional arguments to be skipped and replaced
304 by keyword arguments.
305 Add a :toggle argument to determine whether a nil arg means toggle
306 or means turn-on. The default is unchanged.
307 Add a call to force-mode-line-update.
308
6b8a0b2d
DL
3092000-11-01 Dave Love <fx@gnu.org>
310
311 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
312 cookie.
313
5bf99100
MB
3142000-11-01 Miles Bader <miles@lsi.nec.co.jp>
315
316 * calendar/calendar.el (diary-face, holiday-face): Add
317 dark-background variants.
318
a4032611
SS
3192000-10-31 Sam Steingold <sds@gnu.org>
320
321 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
322 `tex-main-file' does not have directory in it.
323
c286608e
SM
3242000-10-31 Stefan Monnier <monnier@cs.yale.edu>
325
326 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
327
4836835a
TTN
3282000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
329
330 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
331 functional change.
332
26dcb81b
GM
3332000-10-31 Gerd Moellmann <gerd@gnu.org>
334
335 * files.el (find-file-noselect): When we expand a wildcard, return
336 a list of buffers, as we should do according to the doc string.
337
49fc4500
KR
3382000-10-31 Ken Raeburn <raeburn@gnu.org>
339
340 * loadup.el (top level): Adjust load path if program name is
341 "../src/bootstrap-emacs", in case it's not dumped and thus the
342 load path adjustment hasn't already been done.
343
ea0c615d
GM
3442000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
345
346 * ps-print.el: Fix bug on selected pages for printing. Use
347 `color-values' for Emacs 21. Ensure fontification when jit-lock
348 is on. Try to avoid warning messages when compiling. Doc Fix.
349 (ps-print-version): New version number (6.3).
350 (ps-color-device): Use `color-values' to determine if device
351 supports color.
352 (ps-color-values): Try to use `x-color-values' when using XEmacs.
353 (ps-print-page-p): Changed from defsubst to defun.
354 (ps-page-number): Changed from defmacro to defun.
355 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
356 printing.
c286608e 357 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
358 (ps-end-file, ps-dummy-page): Funs eliminated.
359 (ps-print-color-scale): Changed default value.
360 (ps-page-n-up, ps-print-page-p): New internal vars.
361 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
362 (ps-plot-region, ps-generate, ps-end-job): Code fix.
363
9e20722f
GM
364 * delim-col.el: Little programming improvement.
365 (delimit-columns-str): New macro.
366 (delimit-columns-region, delimit-columns-rectangle): Code fix.
367
d7a0fd00
KH
3682000-10-31 Kenichi Handa <handa@etl.go.jp>
369
c286608e
SM
370 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
371 Moved to european.el.
d7a0fd00
KH
372 (ccl-encode-mac-roman-font, fontset-mac): Modified for
373 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
374 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
375 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 376
234be340
DL
3772000-10-30 Dave Love <fx@gnu.org>
378
379 * progmodes/cc-menus.el (imenu-generic-expression)
380 (imenu-progress-message): Only defvar when compiling.
381
4edc4a39
DL
382 * emacs-lisp/elp.el (elp-unload-hook): New function.
383
384 * loadhist.el (unload-feature): Call elp-restore-function,
385 checking for symbols; don't use elp-restore-all.
386 (loadhist-hook-functions): Doc fix.
387
70c825df
SM
3882000-10-30 Stefan Monnier <monnier@cs.yale.edu>
389
390 * log-edit.el (log-edit-confirm): Fix the default.
391
1d3baf74
GM
3922000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
393
394 * delim-col.el: Little fix: replace delimit-columns-align-columns by
395 delimit-columns-format.
396 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 397
1ec321a7
MB
3982000-10-30 Miles Bader <miles@lsi.nec.co.jp>
399
400 * comint.el (comint-replace-by-expanded-history): Don't use
401 comint-get-old-input (we're not looking at *old* input).
402 (comint-get-old-input-default): If using fields, signal an error
403 when the point is not in an input field.
404
70737ea9
KH
4052000-10-30 Kenichi Handa <handa@etl.go.jp>
406
407 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
408 and mule-unicode-e000-ffff.
409
fa0cb51d 410 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
411 (make-coding-system): Accept a symbol of translation table as a
412 value of property `safe-chars'.
413
414 * international/mule-cmds.el (encode-coding-char): Check property
415 safe-chars instead of safe-charsets.
416
417 * international/fontset.el (fontset-default): Modified for
418 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
419 (x-font-name-charset-alist): Likewise.
420 (ccl-encode-unicode-font): New CCL program. Record it in
421 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
422
70c825df
SM
423 * language/european.el (mac-roman-decoder, mac-roman-encoder):
424 New translation tables.
70737ea9
KH
425 (decode-mac-roman, encode-mac-roman): Definition of these CCL
426 programs are modified and moved from mac-win.el.
427 (mac-roman): Definition of this coding system is modified and
428 moved from mac-win.el.
4836835a 429
fda2ce24 4302000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 431
1d3baf74 432 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 433 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 434
dd4d3cb6
MB
4352000-10-29 Miles Bader <miles@gnu.org>
436
437 * custom.el (custom-add-to-group): Allow multiple entries for a
438 given value OPTION, as long as their widget types are different.
439 * cus-edit.el (custom-face-value-create): If face name doesn't end
440 with "face", add such here (similar to custom group widgets).
441
442 * comint.el (comint-highlight-prompt): Add :type.
443
dace60cf
JW
4442000-10-28 John Wiegley <johnw@gnu.org>
445
446 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
447 Changed this function to operate on a temporary buffer instead of
448 the main buffer. This not only keeps flyspell from marking a
449 buffer as changed that wasn't, but it solves the jumpy cursor
450 problem when attempts are made to edit incorrect words.
451 (flyspell-maybe-correct-doubling): Same change as for
452 `flyspell-maybe-correct-transposition'.
453
454 * calendar/timeclock.el (timeclock-log): Doc fix.
455 (timeclock-last-event): Doc fix.
456 (timeclock-log): Kill the timelog buffer after appending a new
457 event.
458 (timeclock-find-discrep): Use a temp buffer to read in the
459 timelog, instead of visiting the file.
460 (timeclock-log-data): A new function, along with a host of helper
461 functions, for the purpose of making timelog data accessible to
462 programmers.
463
464 * eshell/esh-mode.el (window-height test): Make certain that
465 `eshell-stringify-t' is non-nil.
466 (eshell-password-prompt-regexp): Changed to a much simpler
467 password regexp.
468 (eshell-send-input): If `eshell-invoke-directly' returns t,
469 directly invoke the parsed command using `eval'. This improves
470 turn-around time on simple commands by a factor of three or
471 greater, such as cd, ls, pwd, etc. -- which get used very often.
472 It also conserves thousands of cons cells per call (since
473 `eshell-do-eval' consumes memory like a Cookie Monster set loose
474 in the Pacific Cookie Company).
475
476 * eshell/esh-test.el (eshell-test): Whitespace fix.
477
478 * eshell/em-ls.el (eshell-ls-insert-directory): Make
479 `eshell-ls-initial-args' nil when inserting directory contents.
480
481 * eshell/em-script.el (eshell-script-initialize): Add names to
482 `eshell-complex-commands, since `source' and `.' are complex.
483
0467b076
EZ
484 * eshell/esh-cmd.el (eshell-rewrite-for-command)
485 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
486 `eshell-copy-handles'.
487 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
488 bodies.
489 (eshell-separate-commands): Whitespace fix.
490 (eshell-complex-commands): Added a new list of names, for
491 determining whether a given command is as simple as it looks.
492 (eshell-invoke-directly): New function. Returns t if a command
493 should be invoked directly (using `eval'), rather than indirectly
494 using `eshell-do-eval'.
495 (eshell-do-eval): Whitespace fix.
496
497 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
498 which provides an emulation of the DOS shell behavior of assuming
499 that cp/mv/ln should copy/move/link to the current directory.
500 (eshell-remove-entries): Added a doc string.
501 (eshell-shuffle-files): Removed the check for `target' being null.
502 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
503 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
504 it to do a smarter check of whether a destination was provided.
505 (eshell/mv, eshell/cp): Enable `:preserve-args'.
506 (eshell/ln): Enable `:preserve-args', and use
507 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
508 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
509 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
510 list after flattening it. This makes it possible to cat files
511 with numerical names.
512 (eshell-unix-initialize): Added several names to
513 `eshell-complex-commands.
514 (eshell-unix-command-complex-p): Return t if a given command name
515 may result in external processes being invoked.
516
517 * eshell/em-glob.el (eshell-glob-show-progress): Make this
518 variable nil by default, since it slows down glob processing by a
519 factor of two or more, and increases memory consumption.
520
521 * eshell/em-smart.el: Added a note about how memory consumptive
522 smart display mode can be (at least this is true in Emacs 21).
523 (eshell-smart-initialize): Whitespace fix.
524 (eshell-refresh-windows): Use `if' instead of `when'.
525 (eshell-smart-scroll-window): Calling `save-current-buffer' was
526 not necessary.
527 (eshell-currently-handling-window): Added a missing global
528 variable.
529
530 * eshell/em-ls.el (eshell-do-ls): Code simplification.
531 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
532 Whitespace fix.
533 (eshell-ls-exclude-hidden): Added this variable in addition to
534 `eshell-ls-exclude-regexp'. This one prevents files beginning
535 with . from even being read, which can improve memory consumption
536 quite a bit.
537 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
538 read file entries beginning with a dot. In home directories with
539 lots of hidden files, fully two-thirds of the time spent in ls is
540 used to read directory entries that are immediately thrown away.
541 (eshell-ls-initial-args): Added back this configuration variable,
542 for specifying default initial arguments to every call to ls.
543 Much faster than using an alias to do the same thing.
544 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
545 (eshell-ls-dir): Whitespace change.
546
547 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
548
549 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
550 available.
551 (eshell-stringify-t): Added a customization variable, to indicate
552 whether `t' should be rendered as a string at all. If not, one
553 can still determine if the result of an expression is true using
554 "file-exists-p FILE && echo true".
555 (eshell-stringify): If `eshell-stringify-t' is nil, don't
556 stringify t!
557
558 * eshell/esh-module.el: Whitespace fix.
559
560 * eshell/em-alias.el (eshell-alias-initialize): Added
561 `eshell-command-aliased-p' to `eshell-complex-commands'.
562 (eshell-command-aliased-p): New function that returns t if a
563 command name names an aliased.
564
657f9cb8 5652000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 566
0467b076 567 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 568 redrawing the screen when changing cursor color.
0467b076
EZ
569 (viper-insert-state-pre-command-sentinel)
570 (viper-replace-state-pre-command-sentinel)
70c825df
SM
571 (viper-replace-state-post-command-sentinel):
572 Use viper-preserve-cursor-color.
657f9cb8
MK
573 Many functions changed to use viper= instead of = when comparing
574 characters.
0467b076 575 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 576 working with characters.
0467b076 577 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
578 Many functions changed to use viper= instead of = when comparing
579 characters.
0467b076 580 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 581
0467b076 582 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 583 Several typos fixed in various docstrings.
0467b076
EZ
584 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
585 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 586 hook.
0467b076
EZ
587 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
588 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
589 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
590 (ediff-get-selected-buffers): New function.
591 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
592 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 593 save-window-excursion.
0467b076 594 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 595 termination check in while loop.
0467b076 596 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 597 dired buffer.
0467b076
EZ
598 (ediff-files,ediff-merge-files,ediff-files3)
599 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 600
4f490d99
DL
6012000-10-28 Dave Love <fx@gnu.org>
602
603 * info.el (Info-fontify-node): Add help-echo for menu items.
604
45b84006
EZ
6052000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
606
5ebc02b3
EZ
607 * startup.el (normal-top-level): If the value of $TERM indicates
608 we are running from xterm or one of its work-alikes, default to a
609 light background mode.
610
45b84006
EZ
611 Support for -fg, -bg, and -rv command-line arguments for TTYs:
612 * faces.el (tty-handle-reverse-video): New function.
613 (tty-create-frame-with-faces): Call it.
614
615 * frame.el (frame-notice-user-settings): Don't apply
616 default-frame-alist and initial-frame-alist to MS-DOS frames.
617 Call tty-handle-reverse-video, frame-set-background-mode, and
618 face-set-after-frame-default for non-MS-DOS frames.
619
620 * startup.el (tty-long-option-alist): New variable.
621 (tty-handle-args): New function.
622 (command-line): Call tty-handle-args.
623
624 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
625 startup.el now does that for all character-terminal frames.
626
eab6e8b9
MB
6272000-10-28 Miles Bader <miles@gnu.org>
628
629 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
630 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
631 global. If :global is followed by a non-nil but non-t value,
632 make the mode buffer-local, but also generate a `global-MODE'
633 version using `easy-mmode-define-global-mode'. Add
634 :conditional-turn-on keyword argument.
635
51a29efc
DL
6362000-10-28 Dave Love <fx@gnu.org>
637
638 * international/latin1-disp.el (latin1-char-displayable-p): Don't
639 use window-system.
640
d71d7114
EZ
6412000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
642
643 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
644 Don't call find-buffer-file-type-coding-system. Instead, just
645 set eol-type to -unix if inhibit-eol-conversion is in effect, or
646 if the file is on an untranslated filesystem.
647 (add-untranslated-filesystem): Use "D" instead of "f" inside
648 interactive.
649
1f9cab4b
DL
6502000-10-27 Dave Love <fx@gnu.org>
651
70c825df 652 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
653 (refill-mode): Use it.
654
70c825df
SM
6552000-10-27 Stefan Monnier <monnier@cs.yale.edu>
656
657 * international/quail.el (quail-activate): Don't make-local-hook.
658
7432cf10
AS
6592000-10-27 Andre Spiegel <spiegel@gnu.org>
660
4836835a 661 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 662 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
663 (vc-make-version-backup): Don't do it on MS-DOS without long file
664 names.
4836835a 665
7432cf10
AS
666 * vc.el (vc-version-other-window): If an automatic backup of the
667 desired version exists, rename it instead of copying it.
668
4836835a
TTN
669 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
670 after command. If there's an unexpected error, signal it instead
7432cf10 671 of being silent.
e1483c38 672 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 673
05ea7ef2
MB
6742000-10-27 Miles Bader <miles@lsi.nec.co.jp>
675
fd1035aa
MB
676 * shell.el (shell): Add BUFFER argument.
677 * comint.el (make-comint-in-buffer): New function.
678 (make-comint): Use it.
679
05ea7ef2
MB
680 * faces.el (face-spec-choose): Change syntax so that the list of
681 attribute-value pairs is now the cdr of each clause, not the cadr.
682 Detect old-style entries, and handle them. Use pop.
683
835a55fe
SM
6842000-10-26 Stefan Monnier <monnier@cs.yale.edu>
685
f5ab1cdd
SM
686 * cus-edit.el (custom-mode-map): Use a sparse map.
687 (custom-mode): Don't bother with make-local-hook.
688
689 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
690
835a55fe
SM
691 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
692
c13b0ec8
GM
6932000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
694
695 * ps-print.el: Avoid compilation gripes.
696 (ps-print-version): New version number (6.2.1).
4836835a 697
e9f63196
DL
6982000-10-26 Dave Love <fx@gnu.org>
699
0b95284b
DL
700 * menu-bar.el: Modify some menu item help strings.
701 (menu-bar-help-menu): Add link to MORE.STUFF.
702
e9f63196
DL
703 * cus-edit.el (custom-mode): Add `special' mode-class property.
704
705 * wid-browse.el (widget-browse-mode): Likewise.
706
707 * wid-edit.el (widget-specify-field): Revert to using local-map
708 property, not keymap.
709
e276a14a
MB
7102000-10-26 Miles Bader <miles@lsi.nec.co.jp>
711
c1545d88
MB
712 * wid-edit.el (widget-field-end): When checking for a `boundary'
713 field, do so in the correct buffer.
714
3c1b77ca
MB
715 * simple.el (undo): Correctly distinguish between numeric and
716 non-numeric prefix args in non-transient-mark-mode, as per the doc
717 string. When in transient-mark-mode, treat all prefix-args as
718 numeric.
719
f5ab1cdd
SM
720 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
721 Position point on match. Handle N == 0 correctly.
22626d9d
MB
722
723 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
724 (comint-mode-map): Reverse order of `comint-write-output' and
725 `comint-append-output-to-file'.
726 (comint-append-output-to-file): Reinstate this function, for the
727 benefit of the menu.
728
d97151cb
SM
7292000-10-25 Stefan Monnier <monnier@cs.yale.edu>
730
731 * vc.el (vc-version-other-window): Bind `file'.
732
ea7d6f5b
GM
7332000-10-25 Gerd Moellmann <gerd@gnu.org>
734
f5ab1cdd 735 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
736
737 * emacs-lisp/authors.el (batch-update-authors): New function.
738 (authors-fixed-entries): New defconst.
739 (authors-add-fixed-entries): New function.
740 (authors): Call it.: Don't process lispref/.
741
17c25cea
JR
7422000-10-25 Jason Rumney <jasonr@gnu.org>
743
744 * cus-edit.el (custom-button-face, custom-button-pressed-face):
745 Merge x w32 and mac definitions.
746
4ecda532
GM
7472000-10-25 Gerd Moellmann <gerd@gnu.org>
748
749 * menu-bar.el (menu-bar-options-menu): Add a help string for
750 `uniquify'.
751
b6735035
GM
7522000-10-25 Stephen Gildea <gildea@alum.mit.edu>
753
f5ab1cdd
SM
754 * time-stamp.el (time-stamp-string-preprocess):
755 Fix a wrong type argument error.
b6735035 756
f4cbc7a0
MB
7572000-10-25 Miles Bader <miles@gnu.org>
758
759 * recentf.el (recentf-mode): Variable removed.
760 (recentf-mode): Use `define-minor-mode'.
761
762 * mwheel.el (mouse-wheel-mode): New global minor mode.
763 (mwheel-install): Use `mouse-wheel-mode'.
764
f4b020f6
DL
7652000-10-25 Dave Love <fx@gnu.org>
766
f5ab1cdd
SM
767 * progmodes/cperl-mode.el (cperl-mode):
768 Set normal-auto-fill-function correctly.
072cb6f9 769
f4b020f6
DL
770 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
771 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 772 bindings.
f4b020f6 773
ebe2a441
MB
7742000-10-25 Miles Bader <miles@lsi.nec.co.jp>
775
ff4dcd4b
MB
776 * wid-edit.el (widget-field-at): New function.
777 (widget-at, widget-field-activate): Use it.
778 (widget-tabable-at): Use `widget-at'.
779 (widget-specify-field): If the terminating character of the widget
780 field (which is read-only) is a newline, put it into a special
781 `boundary' field so that C-n/C-p act more naturally.
782 (widget-field-end): Also don't subtract one if a special
783 `boundary' field has been added after the widget field.
784
ebe2a441
MB
785 * comint.el (comint-output-filter, comint-send-input): Don't
786 bother adding stickiness fields to overlays to fool the field
787 code, since it should notice the overlay insertion-types now.
ff4dcd4b 788
ebe2a441
MB
789 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
790 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
791 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
792
fe50b6ab
GM
7932000-10-24 Gerd Moellmann <gerd@gnu.org>
794
53df4dda
GM
795 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
796 (authors): Set file coding system to iso-2022-7bit. Add
797 file-local variables to output buffer.
798
4836835a 799 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
800 WARN is nil.
801
53df4dda
GM
8022000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
803
804 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
805
806 * delim-col.el: Now there is a column formatting mechanism.
807 Modified to customization mechanisms convention. Doc fix.
808 (columns): New group for delim-col.
809 (delimit-columns-before, delimit-columns-after)
810 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
811 (delimit-columns-end): New vars.
812 (delimit-columns-customize, delimit-columns-format): New funs.
813 (delimit-columns-region, delimit-columns-rectangle)
814 (delimit-columns-rectangle-line): Modified to support column
815 formatting.
4836835a 816
a9839779
DL
8172000-10-24 Dave Love <fx@gnu.org>
818
819 * log-edit.el (log-edit): Add :version and a :group for vc.
820
df0267b8
GM
8212000-10-24 Gerd Moellmann <gerd@gnu.org>
822
9acc3873
GM
823 * files.el (after-find-file): Don't print a message ``New file''
824 if WARN is nil.
825
63e1b552
GM
826 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
827 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
828 get duplicate tool-bar entries because we'll see the global ones
829 on more than one path through keymaps.
830
1946f901
GM
831 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
832
df0267b8
GM
833 * progmodes/cmacexp.el: Change Francesco's email address.
834
ae3b264b
KH
8352000-10-24 Kenichi Handa <handa@etl.go.jp>
836
837 * window.el (fit-window-to-buffer): Adjust point of the window
838 buffer, not that of the current buffer.
839
23afac01
EZ
8402000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
841
842 * progmodes/cmacexp.el: Update the euthor's email address.
843
22d1a4ed
MB
8442000-10-24 Miles Bader <miles@lsi.nec.co.jp>
845
846 * faces.el (face-spec-set-match-display): Add `graphic' display
847 type (the inverse of `tty'). Use `display-graphic-p' instead of
848 the window-system variable.
849
f408aa48
KH
8502000-10-24 Kenichi Handa <handa@etl.go.jp>
851
852 * international/isearch-x.el (isearch-with-input-method): Call
853 input-method-function with the first event in
854 unread-command-events.
855
94fe8a31
MB
8562000-10-24 Miles Bader <miles@lsi.nec.co.jp>
857
858 * faces.el (face-default-spec, face-user-default-spec): Make
859 defsubsts.
860
8f47302e
AC
8612000-10-24 Andrew Choi <akochoi@i-cable.com>
862
863 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
864 New charsets.
865
866 * term/mac-win.el: Remove definitions of mac-roman-lower and
867 mac-roman-upper, require dired, and define instead of set
868 mac-ready-for-drag-n-drop to avoid compilation error.
869
446c097e
AI
8702000-10-23 Andrew Innes <andrewi@gnu.org>
871
872 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
873 superfluous calls to subst-char-in-string; instead apply
874 expand-file-name after convert-standard-filename to ensure
875 expected directory separators are used.
876
379b70e7
EZ
8772000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
878
879 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
880
85c766e9
DL
8812000-10-23 Dave Love <fx@gnu.org>
882
b7e03a67
DL
883 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
884 (tool-bar-add-item): Set foreground and background for XBM icons.
885
886 * international/latin1-disp.el (latin1-char-displayable-p): New
887 function (from Handa).
888 (latin1-display-check-font): Use it.
889
0dcf8835
DL
890 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
891 using :key-sequence, making it much more usable. Use nconc, not
892 append.
893 (imenu--create-keymap-1): Avoid append.
894
85c766e9 895 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 896
cb3069bb
MB
8972000-10-23 Miles Bader <miles@lsi.nec.co.jp>
898
899 [the following changes fix a bug where `define-minor-mode' didn't
900 correctly generate :require clauses for defcustoms in compiled files]
901 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
902 (byte-compile-log-file, byte-compile-log-1): Don't set
903 `byte-compile-current-file' to nil. Instead set
904 `byte-compile-last-logged-file' to it. Test whether
905 byte-compile-current-file equals byte-compile-last-logged-file
906 instead of whether its nil.
3b6542ba 907 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 908
6db6243b
SM
9092000-10-23 Stefan Monnier <monnier@cs.yale.edu>
910
911 * textmodes/refill.el: Fix var names in doc.
912 (refill-mode): Don't bother with make-local-hook anymore.
913
98490598
MB
9142000-10-23 Miles Bader <miles@lsi.nec.co.jp>
915
e01cd227
MB
916 * faces.el (face-user-default-spec, face-default-spec): New functions.
917 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 918 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
919 Use `face-user-default-spec'. Simplify code slightly.
920
4836835a 921 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
922 (woman-unknown-face): Add dark-background variants.
923 (woman-default-faces): Renamed from `woman-colour-faces'.
924 Set using the stored defaults, rather than using hard-wired colors.
925 (woman-monochrome-faces): Renamed from `woman-black-faces'.
926 Just make the foreground `unspecified' rather than "black".
927 (woman-menu): Rename menu entries accordingly.
928
98490598
MB
929 * faces.el (header-line): Make more reasonable on mono/grayscale
930 displays.
931
1a578e9b
AC
9322000-10-23 Andrew Choi <akochoi@i-cable.com>
933
934 * cus-edit.el (custom-button-face): Use 3D look for mac.
935 (custom-button-pressed-face): Likewise.
936
937 * faces.el (set-face-attributes-from-resources): Handle mac frames
938 in the same way as x and w32 frames.
939 (face-valid-attribute-values): Likewise.
940 (read-face-attribute): Likewise.
941 (defined-colors): Likewise.
942 (color-defined-p): Likewise.
943 (color-values): Likewise.
944 (display-grayscale-p): Likewise.
945 (face-set-after-frame-default): Likewise.
946 (mode-line): Same default face as for x and w32.
947 (tool-bar): Likewise.
948
949 * frame.el: Remove call to frame-notice-user-settings at end of
950 the file.
951
952 * info.el (Info-fontify-node): make underlines invisible for mac
953 as for x, pc, and w32 frame types.
954
955 * term/mac-win.el: New file.
956
aaaf7be7
DL
9572000-10-22 Dave Love <fx@gnu.org>
958
959 * textmodes/refill.el: New file.
960
5392d654
AS
9612000-10-22 Andre Spiegel <spiegel@gnu.org>
962
4836835a 963 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 964 MANUAL and REGEXP.
4836835a 965 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
966 New functions.
967 (vc-before-save): Use the latter.
968 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
969 confusion.
970
4836835a 971 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
972 expected by vc[-hooks].el.
973
974 * vc.el (vc-checkout): Added `-p' suffix in call to
975 vc-make-version-backups-p; use vc-make-version-backup to actually
976 make the backup.
977 (vc-version-other-window, vc-version-backup-file): Handle both
978 automatic and manual backups.
979 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
980 of all of them.
981
1e221c16
MB
9822000-10-22 Miles Bader <miles@gnu.org>
983
7ff4fda5
MB
984 * comint.el (comint-highlight-input, comint-highlight-prompt):
985 Renamed, `-face' at end removed.
986 (comint-send-input, comint-output-filter): Use renamed faces.
987
3511cde8
MB
988 * window.el (fit-window-to-buffer): Change defaulting of
989 MAX-HEIGHT slightly.
990
1e221c16
MB
991 * faces.el (color-values, color-defined-p): Use `member', not
992 `memq', because it works correctly for strings.
993 (frame-set-background-mode): Actually, "unspecified-fg" and
994 "unspecified-bg" *are* strings. Use `member', not `memq', and
995 `equal', not `eq', when a string value is possible.
996
b6ef4898
EZ
9972000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
998
999 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1000
34939e2c
SM
10012000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1002
1003 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1004 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1005 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1006 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1007 (sh-font-lock-syntactic-keywords): Use them.
1008 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1009 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1010 (sh-mode): Don't override font-lock-unfontify-region-function.
1011 Use a copy of sh-font-lock-syntactic-keywords.
1012 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1013 Don't call sh-scan-buffer since font-lock does it on the fly.
1014 (sh-get-indent-info): Use `face' rather than `syntax-table'
1015 text-property to detect here-documents.
1016 Replace sh-special-syntax with sh-st-punc.
1017 (sh-prev-line): Use `face' rather than `syntax-table'
1018 text-property to skip over here-documents.
1019 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1020 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1021 (sh-electric-less, sh-set-here-doc-region)
4836835a 1022 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1023 (sh-scan-buffer, sh-rescan-buffer): Remove.
1024
f3d3c491
AI
10252000-10-21 Andrew Innes <andrewi@gnu.org>
1026
1027 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1028 remote (ange-ftp) file names.
1029
b86c791c
MB
10302000-10-21 Miles Bader <miles@gnu.org>
1031
d9c30bdf
MB
1032 * window.el (fit-window-to-buffer): New function.
1033 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1034 (window-text-height): Don't expect minibuffers to have mode-lines.
1035
d9c30bdf 1036 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1037 * international/quail.el (quail-update-guidance): Use
1038 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1039
617fee5a
MB
1040 * international/quail.el (quail-show-guidance-buf): Make sure
1041 guidance window really has enough room.
1042 (quail-update-guidance): If quail-guidance-win is already shown,
1043 make sure its height is OK.
1044
b86c791c
MB
1045 * window.el (window-text-height, set-window-text-height):
1046 New functions.
1047 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1048 instead of `window-height' & `mode-line-window-height-fudge'.
1049 (mode-line-window-height-fudge): Add FACE parameter.
1050 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1051 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1052
e34850d1
MB
10532000-10-20 Miles Bader <miles@gnu.org>
1054
1055 * window.el (height-affecting-face-attributes): Use `defconst'.
1056
1057 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1058 New function, conditionally aliased to `mode-line-window-height-fudge'.
1059 (ispell-help): Use it.
1060 (ispell-choices-win-default-height): Don't include mode-line fudge.
1061 (ispell-choices-win-default-height): New function.
1062 (ispell-show-choices, ispell-command-loop): Use function
1063 `ispell-choices-win-default-height' instead of variable.
1064
a8b883c2
MB
10652000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1066
8c6e4a58
MB
1067 * window.el (mode-line-window-height-fudge): New variable.
1068 (height-affecting-face-attributes): New variable.
1069 (mode-line-window-height-fudge): New function.
1070 (shrink-window-if-larger-than-buffer): Use it.
1071 * help.el (resize-temp-buffer-window): Likewise.
1072
a8b883c2
MB
1073 * info.el (Info-fontify-node): Add support for @subsubsection
1074 titles, which use `Info-title-4-face'.
1075 (Info-title-4-face): New face.
1076 (Info-title-3-face): Inherit from Info-title-4-face instead of
1077 variable-pitch.
1078
e64c3a75
JR
10792000-10-19 Jason Rumney <jasonr@gnu.org>
1080
1081 * dired.el (dired-insert-directory): Do not let errors signalled by
1082 attempt to run dired-free-space-program prevent dired from working.
1083
c70fe852
SM
10842000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1085
1086 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1087
877cf6b4
GM
10882000-10-19 Gerd Moellmann <gerd@gnu.org>
1089
5de037e0
GM
1090 * dirtrack.el (dirtrack): Fix call to run-hooks.
1091
6deb9af9
GM
1092 * cmuscheme.el (cmuscheme-program-name): Renamed from
1093 scheme-program-name because xscheme.el contains a defcustom with
1094 the same name. As a consequence, customizing group `cmuscheme'
1095 loaded `xscheme' which redefined run-scheme.
1096 (run-scheme): Use cmuscheme-program-name.
1097
877cf6b4
GM
1098 * ps-print.el (ps-print-emacs-type): Move into the
1099 eval-and-compile.
1100
e597d8fb 1101 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1102 anonymous address, and add a website for Befrienders International.
4836835a 1103
3e9cb08f
GM
11042000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1105
c70fe852
SM
1106 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1107 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1108 (ps-print-version): New version number (6.2).
1109 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1110 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1111 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1112 (ps-x-extent-priority, ps-x-extent-start-position)
1113 (ps-x-face-font-instance, ps-x-find-coding-system)
1114 (ps-x-font-instance-properties, ps-x-make-color-instance)
1115 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1116 avoid compilation gripes without defining functions.
1117 (ps-e-find-composition): Alias for function find-composition, to have a
1118 suitable function depending on Emacs version.
1119 (ps-color-device, ps-color-values, ps-face-foreground-name)
1120 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1121 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1122 (ps-print-ensure-fontified): Function definitions surrounded by
1123 `eval-and-compile' to avoid compilation gripes.
1124 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1125 by symbol-value to avoid compilation gripes.
1126 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1127 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1128
d8abcd91
MB
11292000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1130
13ab33c4
MB
1131 * startup.el (normal-top-level): Call `frame-set-background-mode'
1132 after `frame-notice-user-settings' because the latter doesn't call
1133 the former on a tty.
1134
d8abcd91
MB
1135 * faces.el (frame-set-background-mode): `unspecified' &c are
1136 symbols, not strings.
1137
e8bce0a9
EZ
11382000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1139
c70fe852
SM
1140 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1141 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1142
c70fe852
SM
1143 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1144 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1145
773272d8
KH
11462000-10-19 Kenichi Handa <handa@etl.go.jp>
1147
c70fe852 1148 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1149 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1150 for ISO10646-1 fonts.
1151 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1152
772139c0
EZ
11532000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1154
1155 * faces.el (frame-set-background-mode): If a tty frame defines a
1156 background color, use that to compute the background mode, instead
1157 of always defaulting to "dark".
1158
d134a19f
MB
11592000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1160
8bb84cb2
MB
1161 * comint.el (comint-write-output): New function.
1162 (comint-mode-map): Add it to the menu.
e40a778f 1163 Bind `C-c C-s' to comint-write-output.
d134a19f 1164
dada41e1
GM
11652000-10-18 Gerd Moellmann <gerd@gnu.org>
1166
1167 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1168 Use fancy-splash-delay.
1169
9b5360aa
GM
11702000-10-18 Alex Schroeder <alex@gnu.org>
1171
1172 * progmodes/sql.el (sql-sybase-options): New option.
1173 (sql-sybase): Use it. Add sql-database to the list of parameters
1174 provided for login. The options -w 2048 -n are not used any more.
1175
9035a35a
GM
1176 * comint.el (comint-read-input-ring): Bugfix such that the first
1177 and the last entry of the input ring file are not lost.
1178
3556c6dd
GM
11792000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1180
1181 * ps-print.el: Internal variable changes to defcustom,
1182 make-local-hook changes to defvar. Doc fix.
1183 (ps-print-version): New version number (6.1).
1184 (ps-setup, ps-do-despool): Code fix.
1185 (ps-printer-name): Customization fix.
1186 (ps-printer-name-option): Now is a defcustom instead of an
1187 internal variable.
1188 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1189 (ps-print-begin-column-hook): Now are defvar instead of
1190 make-local-hook.
4836835a 1191
4e217e50
MB
11922000-10-18 Miles Bader <miles@gnu.org>
1193
1194 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1195 (comint-kill-output): Changed into an alias for `comint-delete-output',
1196 and made obsolete.
1197 (comint-mode-map): Rename references to comint-kill-output.
1198
34460354
EZ
11992000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1200
1201 * diff-mode.el (diff-header-face, diff-file-header-face)
1202 (diff-changed-face): Add bold and italic attributes to tty faces.
1203 (diff-function-face): New face.
1204 (diff-font-lock-keywords): Use it.
1205
17ea3cdb
MB
12062000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1207
1208 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1209 Remove commented-out call to force-mode-line-update.
1210 (comint-kill-output): Use `forward-line 0' instead of
1211 beginning-of-line to make sure we get past the prompt.
1212
9244f2c7
SM
12132000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1214
1215 * diff-mode.el (diff-header-face, diff-file-header-face):
1216 Add specific setting for dark background.
1217 (diff-context-face): Renamed from diff-comment-face.
1218 Set explicitly rather than inheriting from font-lock-comment-face.
1219
1592c1ef
EZ
12202000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1221
1222 * startup.el (command-line): Move the code which sets the default
1223 TTY colors to before before-init-hook.
1224
f86292a9
GM
12252000-10-17 Gerd Moellmann <gerd@gnu.org>
1226
1227 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1228
f7f2e883
EZ
12292000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1230
e854cc22
EZ
1231 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1232 extensions, for MS-DOS.
1233
f7f2e883
EZ
1234 * diff-mode.el (diff-header-face, diff-file-header-face)
1235 (diff-changed-face): Define tty-specific colors.
1236
c7b4f0f9
GM
12372000-10-17 Gerd Moellmann <gerd@gnu.org>
1238
1239 * startup.el (fancy-splash-text): Realign the text.
1240
12a72271
EZ
12412000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1242
1243 * font-lock.el (font-lock-comment-face): Define a separate default
1244 for dark-background tty's.
1245
61dfccfd
MB
12462000-10-17 Miles Bader <miles@gnu.org>
1247
1248 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1249 being obscured by whizzy mode-lines on graphics displays.
1250
333cd59e
EZ
12512000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1252
1253 * info.el (Info-title-1-face, Info-title-2-face)
1254 (Info-title-3-face): Define colors for tty's.
dada41e1 1255 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1256
dbf1fcc1
EZ
12572000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1258
1259 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1260 reverse from the frame parameters, and don't invert foreground and
1261 background colors.
1262
ac629823
MB
12632000-10-16 Miles Bader <miles@gnu.org>
1264
1265 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1266 string "*Info*". Call propertized-buffer-identification to spruce
1267 up the result.
1268
76eebffc
GM
12692000-10-16 Gerd Moellmann <gerd@gnu.org>
1270
3a6b59d9
GM
1271 * help.el: Provide `help' for the sake of define-minor-mode
1272 which generates defcustoms with requires.
1273
6569c3d3
GM
1274 * jit-lock.el (jit-lock-after-change): If we're in text that
1275 matches a multi-line font-lock pattern, make sure the whole text
1276 will be redisplayed.
1277
c2e0a611
GM
1278 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1279 author's name is unknown.
1280
76eebffc
GM
1281 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1282 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1283 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1284 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1285 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1286 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1287 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1288 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1289 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1290 Add author information.
1291
cf1e7b12
MB
12922000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1293
1294 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1295 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1296 full-color version (using the Gimp) to eliminate dithering artifacts.
1297
5586f3eb
SM
12982000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1299
1300 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1301
1302 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1303
ad64a888
DL
13042000-10-15 Dave Love <fx@gnu.org>
1305
1306 * progmodes/sh-script.el: Require skeleton and comint when
1307 compiling.
1308
1309 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1310
1311 * whitespace.el: Doc fixes.
1312 (top-level): Don't add hooks here.
1313 (whitespace-running-emacs): Deleted.
1314 (timer): Don't require.
1315 (whitespace): Add back :version conditional on xemacs test.
1316 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1317 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1318 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1319 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1320 Avoid specific xemacs test.
1321 (whitespace-global-mode): New option.
1322 (whitespace-global-mode): New command.
1323 (whitespace-unload-hook): New function.
1324
1325 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1326 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1327 (Info-fontify-node): `Goto' goes to `Go to'.
1328 (Info-fontify-node): Add help-echo to xref links.
1329
1ef49fc6
EZ
13302000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1331
1332 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1333
8b7707e1
SM
13342000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1335
b3b7f42f
SM
1336 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1337 Use plist-get and allow :inherit.
1338
1339 * emacs-lisp/cl-macs.el (cl-do-arglist):
1340 Use plist-get and plist-member instead of memq.
1341
3c7fafc7
SM
1342 * emacs-lisp/ewoc.el (ewoc-location): New function.
1343 (ewoc-enter-after, ewoc-enter-before): Document return value.
1344 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1345 Don't need make-local-hook any more.
1346 (cvs-addto-collection): Return the new tin.
1347 (cvs-mode-insert): Jump to the new line.
1348
8b7707e1
SM
1349 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1350
1351 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1352
1353 * font-lock.el (font-lock-syntactically-fontified): New var.
1354 (font-lock-fontify-syntactic-keywords-region): Use it.
1355 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1356
1357 * diff-mode.el (diff-find-file-name): Fix regexp.
1358
1359 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1360 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1361
1362 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1363 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1364 (sh-mode): Don't make all vars local here.
1365 (sh-kw): Reformat.
1366 (sh-set-shell): Use dolist. Don't set indent-region-function.
1367 (sh-mode-syntax-table): Use pop.
1368 (sh-remember-variable): Use push.
1369 (sh-help-string-for-variable): Use memq.
1370 (sh-safe-backward-sexp): Remove.
1371 (sh-safe-forward-sexp): Add ARG.
1372 (sh-get-indent-info, sh-prev-stmt): Use it.
1373 (sh-prev-line): Simplify by using forward-comment.
1374 (sh-this-is-a-continuation): Simplify.
1375 (sh-learn-buffer-indent): Use dolist.
1376 (sh-do-nothing): Remove.
1377 (sh-set-char-syntax, sh-set-here-doc-region):
1378 Use inhibit-modification-hooks.
1379 (sh-name-style): Use mapcar and push.
1380 (sh-load-style): Use dolist.
1381 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1382 (sh-case, sh-while-getopts): Use propertize directly rather
1383 than sh-electric-rparen.
1384
13852000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1386
1387 * textmodes/tex-mode.el: Require CL when compiling.
1388 (tex-mode-syntax-table): Init immediately.
1389 (tex-mode-map): Bind M-RET to latex-insert-item.
1390 (latex-mode): Set indent-line-function to latex-indent.
1391 (tex-common-initialization): Don't setup the syntax-table any more.
1392 (latex-insert-item): New skeleton.
1393 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1394 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1395 (latex-indent, latex-find-indent): New functions.
4836835a 1396 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1397 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1398 (tex-compilation-parse-errors): Use with-syntax-table.
1399
86b7fcbb
MB
14002000-10-15 Miles Bader <miles@gnu.org>
1401
1402 * font-lock.el (font-lock-comment-face): Change dark-background,
1403 color, non-tty, default to `chocolate1'.
1404
57a24508
JW
14052000-10-13 John Wiegley <johnw@gnu.org>
1406
1407 * eshell/esh-util.el (require): Added a missing `require' form,
1408 needed when compiling (for an ange-ftp macro definition).
1409
40ad3db4
DL
14102000-10-13 Dave Love <fx@gnu.org>
1411
1412 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1413
db460189
GM
14142000-10-13 Gerd Moellmann <gerd@gnu.org>
1415
b41c9501
GM
1416 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1417 fix.
1418
4836835a 1419 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1420 transparent -colors 8).
1421
3b5e21df
GM
14222000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1423
1424 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1425 that breaks with old list format timestamps.
1426 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1427 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1428 strings.
1429
16908a3f
JW
14302000-10-13 John Wiegley <johnw@gnu.org>
1431
d7103dda
JW
1432 * align.el, pcomplete.el, calendar/timeclock.el,
1433 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1434
dace60cf 1435 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1436 faulty math, where holiday hours were being computing as seconds.
1437
b6b70cda
JW
14382000-10-13 John Wiegley <johnw@gnu.org>
1439
1440 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1441 specifying what "other" kinds of buffers should be saved. This
1442 used to be hard-coded.
1443 (desktop-buffer-misc-functions): A global for specifying how
1444 auxiliary data should be determined for special buffer types.
1445 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1446 instead of hard-coding the special buffer types.
1447 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1448 auxiliary data, instead of hard-coding for Info buffers and dired.
1449 (desktop-buffer-info-misc-data): Aux function for determining Info
1450 buffer auxiliary info.
1451 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1452 (desktop-buffer-info): Changed this function to use the info
1453 gathered above.
1454 (desktop-create-buffer): Be a little more careful about what
1455 `minor-mode' means before calling it. This is important for some
1456 buffer types.
1457
8c6b1d83
JW
14582000-10-13 John Wiegley <johnw@gnu.org>
1459
1460 * eshell/esh-util.el: Added a global form which declares an
1461 autoload for `parse-time-string', if that function is not already
1462 defined, and if parse-time.el is available on the user's system.
1463
1464 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1465 to be aware of ange-ftp user info.
1466 (eshell-do-ls): Bind `ange-cache'. Also, use
1467 `eshell-file-attributes'.
1468 (eshell-ls-annotate): Use `eshell-file-attributes'.
1469 (eshell-ls-file): Made the user-id printing code a bit smarter.
1470
1471 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1472 allow identification of alias user ids in remote directories.
1473 It's manual, but there's no other way to know when the current
1474 user on the local machine, is also the owning user on the remote
1475 machine.
1476 (fboundp): Bind `ange-cache'.
1477 (eshell-directory-files-and-attributes): Re-organized the logic a
1478 bit to use `eshell-file-attributes' instead of `file-attributes'.
1479 The former is more sensitive to directories that are read via FTP,
1480 and knows how to use ange-ftp to determine full attribute
1481 information, instead of just the name and last modtime.
1482 (eshell-current-ange-uids): Return the current user id when in a
1483 remote directory.
1484 (eshell-parse-ange-ls): Parse a full directory listing that has
1485 been returned by ange-ftp.
1486 (eshell-file-attributes): This beefed up version of
1487 `file-attributes' is only special if the user is currently in a
1488 remote directory, in which case it does a lot of work to find out
1489 what the real attributes of a file are, as they appear on the
1490 remote machine. This makes usage of remote directories (i.e.,
1491 ange-ftp pathnames) much more useful. You can now use Eshell as a
1492 full-fledged FTP client, with much more manipulation ability than
1493 most other clients.
1494
1495 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1496 variable, which means that Eshell's du should always be preferred
1497 in remote directories.
1498 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1499 just `file-attributes'.
1500 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1501 when reading remote directories. This is an Eshell-specific
1502 variable (not part of ange-ftp).
1503 (eshell/ln): Bind `ange-cache'.
1504 (eshell/du): Added some extra logic for determining when to use
1505 Eshell's du (which is slow), and when to use the external version
1506 (which may or may not exist).
1507
1508 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1509 `eshell-interactive-process', rather than using
1510 `get-buffer-process', since backgrounded processes don't count in
1511 the context of this function's logic.
1512
1513 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1514 `forward-char', so that null strings are parsed correctly.
1515
87730e84 15162000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1517
1518 * eshell/em-pred.el (eshell-pred-file-type,
1519 eshell-pred-file-links, eshell-pred-file-size): Use
1520 `eshell-file-attributes'. This is more correct over ange-ftp.
1521
1522 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1523 that remote file globbing is more efficient.
1524
1525 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1526 gathering the files and attributes within a directory.
1527
1528 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1529 the command line is a special file (not a regular file, directory
1530 or symlink), always attempt to call the external version of cat.
1531
87730e84 15322000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1533
1534 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1535 Eshell-friendly version of find-tag.
1536
1c7e37a9
MB
15372000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1538
4836835a 1539 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1540 (image-file-name-regexps): Add autoload cookies.
1541
11a7f341
KH
15422000-10-13 Kenichi Handa <handa@etl.go.jp>
1543
1544 * international/mule-cmds.el (select-safe-coding-system): If FROM
1545 is string, show it in *Warning* buffer.
1546
8ddddcb0
EZ
15472000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1548
1549 * startup.el (normal-top-level): Use display-popup-menus-p instead
1550 of window-system.
1551 (command-line): Use display-graphic-p instead of window-system.
1552 (command-line-1): Use display-popup-menus-p and display-mouse-p
1553 instead of window-system.
1554
72200f89
SS
15552000-10-12 Sam Steingold <sds@gnu.org>
1556
1557 * tooltip.el (tooltip-use-echo-area): New user variable.
1558 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1559
8661c643
DL
15602000-10-12 Dave Love <fx@gnu.org>
1561
d0b40dc1
DL
1562 * recentf.el: Maintainer's checkdoc fixes.
1563
a622451f
DL
1564 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1565 character class, not ASCII when matching file names.
1566 (fancy-splash-head): Add trailing slash to URL.
1567 (command-line): Don't require XPM support for toolbar.
1568
8661c643
DL
1569 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1570 (cperl-invalid-face): Revert last change.
1571 (cperl-init-faces): Quote cperl-invalid-face.
1572
ef2ed8ab
KH
15732000-10-12 Kenichi Handa <handa@etl.go.jp>
1574
1575 * startup.el (fancy-splash-text): Remove superfluous quote.
1576
b0da379e
GM
15772000-10-12 Gerd Moellmann <gerd@gnu.org>
1578
dbeb499b
GM
1579 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1580 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1581 (command-line-1): Don't use fancy-splash-pending-command.
1582 (fancy-splash-screens-1): Goto point-min after inserting text.
1583
d861718a
GM
1584 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1585
b0da379e
GM
1586 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1587 instead of shared-lisp-mode-map.
1588
4fb2ad98
MB
15892000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1590
1cb4393e
MB
1591 * faces.el (header-line): Change tty-variant to use underlining.
1592
4fb2ad98
MB
1593 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1594 (isearch-highlight): Restore lazy-isearch face properties at old
1595 position, and suppress them at new position.
1596 (isearch-dehighlight): Restore lazy-isearch face properties.
1597 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1598 over the real isearch overlay, but in that case, don't give it a
1599 face property. Use `push'.
1600
eb991b25
KH
16012000-10-12 Kenichi Handa <handa@etl.go.jp>
1602
1603 * man.el (Man-getpage-in-background): Fix previous change.
1604 Decode the process output only when we are in multibyte mode.
1605
a818c1c0
DL
16062000-10-11 Dave Love <fx@gnu.org>
1607
c990f53a
DL
1608 * info.el (Info-mode-menu): Fix some help.
1609 (info-tool-bar-map): Add entry for Info-last.
1610
a818c1c0
DL
1611 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1612 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1613 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1614 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1615 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1616 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1617 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1618 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1619 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1620 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1621 Reduce colour requirements to 25 overall. (Probably wants
1622 revisiting from the originals to reduce further.)
1623
c1b096cb
EZ
16242000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1625
1626 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1627 buffer-file-coding-system, instead of raw-text.
1628 (dehexlify-buffer): Bind coding-system-for-read to
1629 buffer-file-coding-system, instead of raw-text.
1630
5c8b7eaf
SS
16312000-10-11 Sam Steingold <sds@gnu.org>
1632
1633 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1634 `underline' - fixes the bug introduced on 2000-09-21.
1635
2cfbdb7a
DL
16362000-10-11 Dave Love <fx@gnu.org>
1637
1638 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1639 compiler warnings.
1640 (scheme-mode): Doc fix.
1641 (scheme-font-lock-keywords-1): Match `define-syntax'.
1642
16432000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1644
1645 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1646 face specs as well as default ones. Only do anything if the
1647 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1648 (region): Make dark-background `region' face less in-your-face.
4b33f290 1649
690ec649
SS
16502000-10-10 Sam Steingold <sds@gnu.org>
1651
1652 * chistory.el, ielm.el, ledit.el:
1653 * progmodes/inf-lisp.el, progmodes/scheme.el:
1654 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1655
3b95d6bb
SM
16562000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1657
1658 * textmodes/texinfo.el: Update copyright and fix typo.
1659
1660 * desktop.el (desktop-modes-not-to-save): New var.
1661 (desktop-save-buffer-p): Use it.
1662 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1663 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1664
d646c828
DL
16652000-10-10 Dave Love <fx@gnu.org>
1666
1667 * toolbar/tool-bar.el (tool-bar-add-item)
1668 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1669 display.
1670
d646c828
DL
1671 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1672 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1673 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1674 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1675 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1676 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1677 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1678 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1679 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1680 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1681 the .xpms; probably need retouching.
1682
862a7e28
MB
16832000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1684
1685 * subr.el (add-to-list): Add optional argument APPEND.
1686 * battery.el (display-battery): Use `add-to-list'.
1687
46e33aee
TTN
16882000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1689
930baf47
TTN
1690 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1691 these vars as symbol properties.
2cfbdb7a
DL
1692 (zone, zone-when-idle, zone-leave-me-alone)
1693 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1694
5a430f9c
TTN
1695 * battery.el (display-battery): Doc spelling fix.
1696
46e33aee
TTN
1697 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1698 property.
1699
adf7d3a8
DL
17002000-10-09 Dave Love <fx@gnu.org>
1701
1702 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1703 has been initialized before calling tool-bar-setup.
c2156508 1704 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1705
06a8c9f8
EZ
17062000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1707
e4ca8f8c
EZ
1708 * menu-bar.el (send-mail-item-name): New function.
1709 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1710 of mail-user-agent in the menu. Don't display the "Send Mail"
1711 item if mail-user-agent is nil or its value is ignore.
1712 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1713 if read-mail-command is nil or its value is ignore.
1714
06a8c9f8
EZ
1715 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1716
7dbc9c8a
MB
17172000-10-09 Miles Bader <miles@gnu.org>
1718
29e0814b
MB
1719 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1720 Correct image size.
1721 * toolbar/left_arrow.xpm: Correct image size.
1722
7dbc9c8a
MB
1723 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1724 will be done by the definition of `auto-compression-mode' if
1725 necessary. Move code to uninstall existing file-name handler
1726 before definition of `auto-compression-mode'.
1727
1728 * image-file.el (auto-image-file-mode): Move to the end of the
1729 file, because `define-minor-mode' actually calls the mode-function
1730 if the associated variable is non-nil, which requires that all
1731 needed functions be already defined.
1732
65b61266
MB
1733 * mouse.el (popup-menu): Balance parens.
1734
d6b8c85b
SM
17352000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1736
1737 * mouse.el (popup-menu): Move the command call outside the loop
1738 so that popup-menu returns whatever the command returns.
1739
1740 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1741 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1742 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1743 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1744
1745 * vc.el (vc-version-diff): diff-switches can be a list.
1746 Use relative filenames for prettier output.
1747
46e33aee 1748 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1749 (vc-post-command-functions): Remove old-VC compatibility code.
1750
1751 * newcomment.el (comment-indent-default): Autoload.
1752
1753 * font-lock.el (font-lock-defaults): Make buffer-local.
1754 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1755 (font-lock-choose-keywords):
1756 Ignore LEVEL unless KEYWORDS is a list of syms.
1757 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1758 Don't wrap regexp-opt things in \(...\) unnecessarily.
1759
1760 * jit-lock.el: Don't require font-lock any more.
1761 (jit-lock-functions): Make buffer-local.
1762 (jit-lock-saved-fontify-buffer-function): Remove.
1763 (jit-lock-mode): Remove autoload cookie.
1764 Remove font-lock specific code.
1765 (jit-lock-unregister): Don't bother handling complex hooks any more.
1766 (jit-lock-refontify): New function.
1767 (jit-lock-fontify-buffer): Use it.
1768 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1769 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1770 Add optional args START and END.
1771 Never call font-lock-fontify-region directly.
1772 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1773
1774 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1775
a30ed6ac
DL
17762000-10-08 Dave Love <fx@gnu.org>
1777
4e7c7ca9
DL
1778 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1779
1780 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1781
1782 * play/studly.el (studlify-region, studlify-word): Add autoload
1783 cookie.
1784
1785 * play/morse.el (morse-region, unmorse-region): Add autoload
1786 cookie.
1787
1788 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1789 concat.
1790
1791 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1792 insist on symbols starting with word syntax.
1793 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1794 (eval-defun-1): Doc fix.
1795 (indent-sexp): Use nconc to build up indent-stack.
1796
1797 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1798 Gnus with little use.
1799 (mail-setup-hook): Add mail-abbrevs-setup to options.
1800
968f7c4a
DL
1801 * recentf.el: Doc fixes.
1802
1803 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1804 Clean up remainder.
1805
1806 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1807 without timezone and (8) with timezone to enforce some whitespace.
1808 Simplify code somewhat.
1809
1810 * options.el (list-options): Doc that you should use customize.
1811
1812 * iswitchb.el (iswitchb-mode): Add :require.
1813
a30ed6ac
DL
1814 * info.el (Info-goto-node, Info-menu): Doc fix.
1815 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1816 (info-tool-bar-map): New variable.
1817 (Info-mode): Use it.
1818 (Info-edit-map): Define all in defvar.
1819 (speedbar-attached-frame): Avoid compiler warning.
1820
1821 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1822 (global-map): Bind [tool-bar] to a filtered map.
1823 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1824 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1825 Allow PBM icons.
1826 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1827
1828 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1829 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1830 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1831 icons, except up_arrow, which is left-arrow rotated.
1832
1833 * imenu.el (imenu-add-to-menubar): Fix last change.
1834
4e953aff
PB
18352000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1836
1837 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1838 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1839
739e92a7
EZ
18402000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1841
d20faceb
EZ
1842 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1843 typos in doc strings.
1844
a640322e
EZ
1845 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1846 the doc strings how to customize Font Lock faces.
1847
739e92a7
EZ
1848 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1849 computing growth when dragging the header line.
1850
8be7408c
EZ
18512000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1852
1853 * simple.el (kill-line): Doc fix.
1854
6fee86a3
MB
18552000-10-08 Miles Bader <miles@gnu.org>
1856
445a653e
MB
1857 * faces.el (secondary-selection): Make foreground visible on tty.
1858
6fee86a3
MB
1859 * jka-compr.el (auto-compression-mode): Move to the end of the
1860 file, because `define-minor-mode' actually calls the mode-function
1861 if the associated variable is non-nil, which requires that all
1862 needed functions be already defined.
1863 (with-auto-compression-mode): Add autoload cookie.
1864
a115794c
EZ
18652000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1866
1867 * files.el (find-backup-file-name) [ms-dos]: If support for long
1868 file names is not available, behave as if version-control were set
1869 to never.
1870
b12e6de3
DL
18712000-10-07 Dave Love <fx@gnu.org>
1872
1873 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1874 (browse-url-gnome-moz): New function.
1875 (browse-url-browser-function): Use it.
1876 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1877
20b1d079
SM
18782000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1879
1880 * indent.el (tab-always-indent): New var.
1881 (indent-for-tab-command): Use it.
39250ec3 1882
9ee45b2c 1883 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1884 raise an error. This way it can still default to a sane value.
9ee45b2c 1885
8c6b1d83
JW
18862000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1887
39250ec3
SM
1888 * startup.el (fancy-splash-screens): Use local rather than global map.
1889 Don't use `update-menu-bindings' any more.
1890 Get rid of assumptions about keymap representation.
1891
a23ccdf2
DL
18922000-10-06 Dave Love <fx@gnu.org>
1893
814299a7 1894 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1895 (sentence-end-without-period): Doc fix.
1896 (adaptive-fill-regexp): Purecopy.
1897 (unjustify-current-line): Use line-end-position.
1898 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1899
1900 * net/eudc-vars.el (eudc): Add :version, :link.
1901
39250ec3 1902 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1903
1904 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1905 Fix for define-minor-mode.
1906 (function-at-point): Alias to function-called-at-point.
1907
1908 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1909
1910 * simple.el (backward-word): Doc fix.
1911
a23ccdf2
DL
1912 * image-file.el (image-file-name-regexp): image-file-regexps ->
1913 image-file-name-regexps.
742c1822 1914 (image-file-name-extensions): Add pbm.
a23ccdf2 1915
39250ec3
SM
19162000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1917
1918 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1919 and add filename to the names so that diff-mode can jump to source.
1920
1921 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1922 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1923 (tex-font-lock-keywords-1): Remove.
1924 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1925 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1926 (font-lock-default-fontify-region):
1927 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1928 (font-lock-fontify-anchored-keywords):
1929 Include the anchor text as part of the multiline.
1930
8d5dfacd
GM
19312000-10-06 Gerd Moellmann <gerd@gnu.org>
1932
1933 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1934 latter needs the autoloaded define-minor-mode macro during the
1935 bootstrap.
1936
1937 * startup.el (command-line): For now, activate tool-bar-mode only
1938 if XPM images are supported.
1939
1940 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1941 window by dragging a header-line at the top of the frame; that's
4c19fbce 1942 confusing because the header-line doesn't move.
8d5dfacd
GM
1943 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1944 of treating the event as a list. Some cleanup.
1945
f69aad2b 19462000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1947
f69aad2b
MB
1948 * simple.el (display-message-or-buffer): New function.
1949 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1950
09cb7646
MB
1951 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1952 docstring parts.
1953
814299a7 1954 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1955 (smbclient-prompt-regexp): Add usage note to doc string.
1956 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1957 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1958 Use add-hook for adding the comint filter function, and only do so
1959 if it's not already in the global hook list.
1960 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1961 to `make-local-variable'.
1962 (nslookup-font-lock-keywords): Remove prompt entry.
1963 (nslookup): Don't set the process-filter.
1964 (finger): Exit the loop correctly when the regexps list runs out.
1965 (ftp, smbclient, smbclient-list-shares):
1966 Set the real major mode immediately, not after execing.
1967 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1968
1969 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1970
4c19fbce
SM
19712000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1972
1973 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1974
1975 * which-func.el (which-func-format): Remove spurious space.
1976 (which-func-mode): Don't make it permanent-local.
1977 (which-func-ff-hook): Allow which-func-maxout to be nil.
1978 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1979 (which-func-mode): Simplify.
1980 Use post-command-idle-hook rather than post-command-hook.
1981 Go through all buffers and update their state.
1982 (which-function): Also try add-log-current-defun-function.
1983
1984 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1985 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1986 Update call to with-vc-properties accordingly.
1987 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1988 (vc-revert-buffer): More careful about window selection and deletion.
1989 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1990
1991 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1992 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1993 (cvs-dired-action): Change the default to quickdir.
1994
1995 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1996 if comment-indent-function returns nil.
1997 (comment-indent-default): New function.
1998 (comment-indent-function): Use it and document the new semantics.
1999
2000 * image-file.el: Docstring fixes.
2001
2002 * help.el (help-xref-on-pp): Use match-string.
2003 (describe-variable): New arg BUFFER.
2004 Store the current buffer in the help-xref-stack.
2005 (temp-buffer-resize-mode): Use define-minor-mode.
2006
2007 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2008 consistently with its docstring.
2009 Set jit-lock-first-unfontify-pos in an idempotent way.
2010 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2011
542c6552
GM
20122000-10-05 Alex Schroeder <alex@gnu.org>
2013
2014 * sql.el (sql-mysql-options): New variable.
2015 (sql-mysql): Use it.
2016
a3489ece
MB
20172000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2018
77f6105c
MB
2019 * image.el (image): New group.
2020
814299a7 2021 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2022 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2023
3478046b
PB
20242000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2025
2026 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2027 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2028 Ignore the value of wqindow-system; always define keywords
2029
22aca186
KH
20302000-10-05 Kenichi Handa <handa@etl.go.jp>
2031
2032 * startup.el (fancy-splash-screens): Remove the code for
2033 debugging; `(trace-to-stderr "EXITTT\n")'.
2034
55d5d717
MB
20352000-10-05 Miles Bader <miles@gnu.org>
2036
2037 * diff-mode.el (diff-goto-source): Update call to
2038 `diff-hunk-status-msg' to reflect new REV variable.
2039
41fa7178
SM
20402000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2041
2042 * progmodes/icon.el (icon-mode):
2043 Don't gratuitously override the default for comment-column.
2044
2045 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2046
2047 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2048 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2049 (jit-lock-functions): New var.
2050 (jit-lock-function-1): Use it if non-nil.
2051 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2052 Set the `fontified' property before doing the fontification to avoid
2053 repeatedly going through the same error.
2054 Don't turn errors into messages.
2055 (jit-lock-register, jit-lock-unregister): New functions.
2056
2057 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2058 Use with-current-buffer.
2059
2060 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2061 Turn comment into docstring.
2062
2063 * apropos.el (apropos-mode): Use define-derived-mode.
2064
3dc78168
GM
20652000-10-04 Gerd Moellmann <gerd@gnu.org>
2066
2067 * startup.el (fancy-splash-pending-command): New variable.
2068 (fancy-splash-pre-command): New function.
2069 (fancy-splash-screens): Rewritten.
2070 (command-line-1): If fancy-splash-pending-command is set, call it
2071 interactively.
2072
dae9dc56
DL
20732000-10-04 Dave Love <fx@gnu.org>
2074
2075 * toolbar/tool-bar.el (tool-bar-setup): New function.
2076 (tool-bar-mode): Use it.
2077
2078 * subr.el (substitute-key-definition): Doc fix.
2079 (play-sound-file): New command.
2080
3388f0a5
AS
20812000-10-04 Andre Spiegel <spiegel@gnu.org>
2082
814299a7 2083 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2084 vc-version-backup-file-name): New functions.
2085
2086 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2087
2088 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2089 vc-cvs-stay-local-p.
2090
2091 * vc.el (vc-revert-buffer): Handle empty diff properly.
2092 (vc-version-backup-file): New function.
2093 (vc-checkout): Create a version backup if necessary.
2094 (vc-checkin): If a version backup file exists, delete it.
2095 (vc-version-diff): Diff locally using version backups, if available.
2096 (vc-revert-file): If there's a version backup, revert locally.
2097 (vc-transfer-file): Use version backup for base version, if
2098 available. If not, ask for confirmation whether to get it from the
2099 server. Update mode line before check-in.
2100
ebd4825d
DL
21012000-10-04 Dave Love <fx@gnu.org>
2102
2103 * toolbar/tool-bar.el (tool-bar-setup): New function.
2104 (tool-bar-mode): Use it.
2105
1b24f4b7
PB
21062000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2107
3dc78168 2108 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2109 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2110 Only set if window-system is non-nil
2111 (net-utils-run-program): Returns buffer.
2112 (network-connection-reconnect): Added this function.
2113
814299a7
MB
2114 * generic.el:
2115 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2116 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2117 Uses cl compile-time macros.
3dc78168
GM
2118 (generic-mode-name, generic-comment-list)
2119 (generic-keywords-list, generic-font-lock-expressions)
2120 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2121 Removed variables.
2122 (generic-mode-alist): Renamed to generic-mode-list.
2123 (generic-find-file-regexp): Default changed to "^#".
2124 (generic-read-type): Uses completing read on generic-mode-list.
2125 (generic-mode-sanity-check): removed this function.
2126 (generic-add-to-auto-mode): Removed this function
3dc78168 2127 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2128 into function instead of putting them in alist.
2129 (generic-mode-set-comments): Reworked extensively.
2130 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2131 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2132
814299a7 2133 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2134 Make sure directory name ends with "/".
2135
814299a7 2136 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2137 Regexp now allows leading whitespace.
2138 (rc-generic-mode): Added eval-when-compile
2139 around generic-make-keywords-list.
2140 Deleted duplicate regexp
2141 (rul-generic-mode): Added eval-when-compile
2142 around generic-make-keywords-list.
2143 (etc-fstab-generic-mode): New generic mode.
2144 (rul-generic-mode): Removed one eval-when-compile
814299a7 2145 which caused a max-specpdl-size exceeded error.
1b24f4b7 2146
a7bf5cf3
MB
21472000-10-04 Miles Bader <miles@gnu.org>
2148
2149 * simple.el (minibuffer-temporary-goal-position): New variable.
2150 (next-history-element): Try to keep the position of point in the
2151 input string constant.
2152
2153 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2154 (dired-do-create-files): If there's only one file, pass it in as
2155 the DEFAULT arg to dired-mark-read-file-name.
2156
ce1087a9
SM
21572000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2158
2159 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2160 (diff-goto-source): Be smarter when choosing REVERSE or not.
2161
2162 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2163 (texinfo-mode-menu): Add an explicit shortcut for update all.
2164
0e41e1d6
AS
21652000-10-03 Andre Spiegel <spiegel@gnu.org>
2166
814299a7 2167 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2168 factorize backend-specific code cleanly (this was essentially
2169 conceived by Stefan Monnier).
2170 (vc-unregister): Function removed.
814299a7 2171 (vc-revert-file): New function.
858f7cb4
AS
2172 (vc-revert-buffer): Delegate some of the work to it.
2173
0e41e1d6
AS
2174 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2175 default branch unconditionally.
2176 (vc-rcs-set-default-branch): New function.
2177 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2178 (vc-rcs-checkin): If an appropriate default branch has been set,
2179 force creation of that branch.
858f7cb4
AS
2180 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2181 code (as suggested by Stefan Monnier).
0e41e1d6 2182
01c86c56
GM
21832000-10-02 Gerd Moellmann <gerd@gnu.org>
2184
45c477b4
GM
2185 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2186 highlighting overlay with a different face over the overlay
2187 isearch uses to highlight the current match because that can lead
2188 to bad face combinations.
2189
01c86c56
GM
2190 * loadup.el (toplevel): Load faces before isearch.
2191
2192 * isearch.el (isearch-faces): New custom group.
2193 (isearch): New defface; was already tested for in the code.
2194 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2195 (isearch-highlight): Always use face `isearch'.
2196
944425c0
DL
21972000-10-02 Dave Love <fx@gnu.org>
2198
2199 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2200 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2201 comparison of opcode with operand.
2202
2a099bcc
MB
22032000-10-03 Miles Bader <miles@gnu.org>
2204
2205 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2206 buffer, since the echo area will now grow to accommodate them.
2207
4300ecb8
AS
22082000-10-02 Andre Spiegel <spiegel@gnu.org>
2209
2210 * vc-hooks.el (vc-registered): If FILE used to be registered under
2211 a certain backend, try that one first.
2212
814299a7 2213 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2214 argument list. Handle multiple backends correctly.
2215 (vc-find-new-backend): Function removed.
2216 (vc-register): Use vc-responsible-backend, as before.
2217 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2218
64e6cc18
GM
22192000-10-02 Gerd Moellmann <gerd@gnu.org>
2220
2221 * startup.el (fancy-splash-head): Change message below the
2222 logo.
2223
00df919e
MB
22242000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2225
2226 * diff-mode.el (diff-goto-source): Emit a status message.
2227 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2228 (diff-test-hunk): Fix doc string.
00df919e
MB
2229 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2230 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2231 (diff-apply-hunk): Don't return a value.
00df919e 2232
ceec5a0c
SM
22332000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2234
2235 * vc.el (vc-editable-p): Minor optimization.
2236 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2237 (vc-find-new-backend): New function split from vc-responsible-backend.
2238 (vc-register): Use it.
2239 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2240 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2241 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2242 (vc-clear-headers): Don't use find-file.
2243 (vc-revert-buffer): Use `and' again (must have been a braino).
2244 (vc-switch-backend): Only prompt if requested.
2245 Short circuit if nothing is to be done.
2246 Don't use vc-resynch-buffer which could lose unsaved editing.
2247 (vc-default-receive-file): Update call to vc-unregister.
2248 (with-vc-file, vc-next-action-on-file):
2249 Use vc-backend rather than vc-registered.
2250 (vc-next-action-on-file): Use intern-soft.
2251 Deal with read-only *vc-diff* buffer.
2252 (vc-transfer-file): Docstring fix.
2253
2254 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2255 (vc-rcs-receive-file): Avoid with-vc-properties.
2256 Update call to vc-unregister.
2257 Use constant `RCS' rather than (dynamically bound) var `backend'.
2258
4ad5da8f
AS
22592000-10-01 Andre Spiegel <spiegel@gnu.org>
2260
814299a7 2261 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2262 is visited.
2263 (vc-start-entry): New argument initial-contents. Don't visit the file
2264 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2265 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2266 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2267 vc-start-entry.
2268 (vc-finish-logentry): Make sure to bury log buffer only if there
2269 really is one. Call `vc-resynch-buffer' on log-file, not
2270 buffer-file-name.
2271 (vc-default-comment-history, vc-default-wash-log): New functions.
2272 (vc-index-of): Removed.
2273 (vc-transfer-file): Make do without the above.
2274 (vc-default-receive-file): Call comment-history unconditionally. Pass
2275 the resulting string to vc-checkin, instead of inserting it into the
2276 comment ring.
2277
2278 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2279 unconditionally. Use the comments as initial contents of the log
814299a7 2280 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2281 changes.
2282
aa0c3dca
MB
22832000-10-01 Miles Bader <miles@gnu.org>
2284
2285 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2286 `recenter' with an arg to prevent redrawing the display.
2287
d5f5a2c5
SM
22882000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2289
2290 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2291
2292 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2293
814299a7 2294 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2295 Don't gratuitously override the default for comment-column.
2296
2297 * textmodes/tex-mode.el (latex-metasection-list): New var.
2298 (latex-imenu-create-index): Use it.
2299 Move the regexp construction outside loops (and use push).
814299a7 2300 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2301 (tex-font-lock-keywords): Moved from font-lock.el.
2302 (tex-comment-indent): Remove.
2303 (tex-common-initialization): Don't set comment-indent-function.
2304 (latex-block-default): New var.
2305 (tex-latex-block): Use it to provide a default choice.
2306 Add any unknown choice to latex-block-names.
2307 Insert [...] after {...}.
2308 (tex-last-unended-begin): Simplify regexp.
2309 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2310 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2311 (latex-mode): Set forward-sexp-function.
2312
2313 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2314 Add regexp for @ignore ... @end ignore.
2315 (texinfo-heading-face): New face.
2316 (texinfo-font-lock-keywords): Use it.
2317 (texinfo-mode-menu): New menu.
2318 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2319 New functions.
2320 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2321 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2322 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2323 Remove declaration.
2324 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2325
2326 * delsel.el (delete-selection-mode): Use define-minor-mode.
2327
2328 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2329
23302000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2331
2332 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2333
8a5506f2
GM
23342000-09-30 Gerd Moellmann <gerd@gnu.org>
2335
068127d6
GM
2336 * replace.el (keep-lines-read-args): New function.
2337 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2338 read arguments interactively. Add parameters RSTART and REND.
2339 Operate on the active region in Transient Mark mode.
2340
d777bb8f
GM
2341 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2342
8a5506f2
GM
2343 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2344 (authors-obsolete-files-regexps): New variable.
2345 (authors-add): Don't record changes in obsolete files.
2346
3fa87bfc
SM
23472000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2348
2349 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2350
2351 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2352 (comment-indent): Make sure there's a space between code and comment.
2353 Shift comments left to avoid going past fill-column.
2354
f02149ce
GM
23552000-09-29 Gerd Moellmann <gerd@gnu.org>
2356
2357 * startup.el (startup-echo-area-message): New function.
2358 (display-startup-echo-area-message): Use it.
2359 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2360 (fancy-splash-default-action): New function.
2361 (fancy-splash-screens-1): New function.
2362 (fancy-splash-head): Put a help-echo and a keymap under the image.
2363
a3ef6569
SM
23642000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2365
2366 * diff-mode.el (diff-add-log-file-name): Remove.
2367 (diff-mode): Use add-log-buffer-file-name-function.
2368
2369 * add-log.el (find-change-log): New arg BUFFER-FILE.
2370 (add-log-file-name): Obey add-log-file-name-function.
2371 (add-log-buffer-file-name-function): New var.
2372 (add-change-log-entry): Use it.
2373
75e5b373
MB
23742000-09-29 Miles Bader <miles@gnu.org>
2375
2376 * image-file.el (image-file-name-extensions): New variable.
2377 (image-file-name-regexps): Renamed from `image-file-regexps'.
2378 New default value is nil. Call `auto-image-file-mode'.
2379 (image-file-name-regexp): New function.
2380 (auto-image-file-mode): New minor mode.
2381 (insert-image-file): Don't make conditional on the image-file
2382 handler being enabled.
2383 (image-file-handler): Make the call here conditional instead.
2384 (set-image-file-handler-enabled, enable-image-file-handler)
2385 (disable-image-file-handler): Functions removed.
2386
2387 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2388 string.
2389
de6e1f7c
GM
23902000-09-29 Gerd Moellmann <gerd@gnu.org>
2391
2392 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2393 it's a function from CL.
2394 (latex-imenu-create-index): Replace eval-when-compile with progn
2395 because latex-section-alist is not bound while compiling.
2396
d8c201f5
SM
23972000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2398
2399 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2400 (outline-mode): Use define-derived-mode.
2401
814299a7 2402 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2403 * progmodes/awk-mode.el (awk-mode):
2404 * progmodes/asm-mode.el (asm-mode):
2405 Don't gratuitously override the default for comment-column.
2406
2407 * emacs-lisp/lisp.el (lisp-complete-symbol):
2408 Distinguish the let-binding case from the funcall case.
2409 (forward-sexp-function): New variable.
2410 (forward-sexp): Use it.
2411
2412 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2413 (easy-mmode-defmap): Remove the now useless autoload.
2414
2415 * time.el (display-time-mode): Use define-minor-mode.
2416
2417 * subr.el (add-minor-mode): Don't eval NAME.
2418 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2419 Use if rather than cond.
2420
2421 * simple.el (read-expression-map): Define more properly.
2422 (comment-indent-hook): Remove.
2423 (string-to-syntax): Bug fix.
2424
2425 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2426 (cvs-ediff-diff): Fix typo.
2427 (cvs-revert-if-needed): Don't bother preserving read-only.
2428
2429 * paren.el (show-paren-mode): Use define-minor-mode.
2430
2431 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2432 (toggle-auto-compression): Remove.
2433 (jka-compr-build-file-regexp): Remove useless grouping.
2434
2435 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2436 Avoid user-reserved bindings.
2437 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2438 (diff-header-face): Revert to grey85.
2439
2440 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2441
2442 * complete.el (partial-completion-mode) <defcustom>: Remove.
2443 (partial-completion-mode): Use define-minor-mode.
2444 (PC-do-completion): Understand `completion-auto-help = delay'
2445 to mean to popup the completion buffer only the second time.
814299a7 2446 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2447 (PC-include-file-all-completions): Don't quote lambda.
2448
2449 * comint.el (comint-mode-hook): Docstring fix.
2450 (comint-mode): Use define-derived-mode.
2451 (comint-mode-map): Remove obsolete comment.
2452 (make-comint): Minor stylistic change.
2453 (comint-insert-clicked-input): Be more careful to find the overlay.
2454 Use this-command-keys rather than hardcoding mouse-2.
2455
2456 * font-lock.el: Replace confusing (,@ with ,
2457 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2458 Don't use regexp-opt-depth. Spice up the regexp for args.
2459 Don't distinguish between cmds that can take an opt arg or not.
2460 Use `append' and `prepend' rather than `keep'.
2461
2462 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2463 (latex-outline-regexp): New var.
2464 (latex-outline-level): New fun.
2465 (latex-section-alist): New var.
2466 (latex-imenu-create-index): Use it. Use `push' as well.
2467 (tex-shell-map): Initialize it properly.
2468 (tex-mode): Minor stylistic change.
2469 (plain-tex-mode): Use define-derived-mode.
2470 (latex-mode): Use define-derived-mode.
2471 Construct the paragraph regexps in a more readable way.
2472 Set the buffer-local outline-{level,regexp} vars.
2473 (slitex-mode): Derive from latex-mode.
2474 (tex-common-initialization): Don't kill-all-vars anymore.
2475 Add setting for comment-add and font-lock-defaults.
2476 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2477 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2478 (tex-start-tex): New arg DIR (and send a chdir command for it).
2479 Also display the shell buffer and save it in tex-last-buffer-texed.
2480 (tex-region): Use expand-file-name rather than concat.
2481 Remove code made useless by changes in tex-start-tex.
2482 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2483
2484 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2485
ff398532
DL
24862000-09-28 Dave Love <fx@gnu.org>
2487
2488 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2489
f9415d5b
GM
24902000-09-28 Gerd Moellmann <gerd@gnu.org>
2491
2492 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2493 `append'.
2494
fa003899
SM
24952000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2496
2497 * info.el (Info-extract-pointer): Undo last change.
2498 Instead, fix the position of the `bound' arg to re-search-backward.
2499
25002000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2501
2502 * info.el (Info-extract-pointer):
2503 Widen more carefully, to avoid finding pointers in other nodes.
2504 (Info-index): Use push.
2505
f9415d5b 25062000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2507
2508 * frame.el (set-frame-font): Remove call to obsolete function
2509 frame-update-faces.
2510 (set-foreground-color, set-background-color): Likewise for
2511 frame-update-face-colors.
2512
5538b8ba
MB
25132000-09-27 Miles Bader <miles@gnu.org>
2514
2515 * image-file.el: New file.
2516
60536eea
GM
25172000-09-27 Gerd Moellmann <gerd@gnu.org>
2518
5b551d58
GM
2519 * frame.el (frame-notice-user-settings): Don't call
2520 frame-update-faces, which is a no-op now.
814299a7 2521
60536eea
GM
2522 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2523 tool-bar-lines.
2524
36f1966f
DL
25252000-09-27 Dave Love <fx@gnu.org>
2526
2527 * mouse.el: Fix last change.
2528
c5785b73
MB
25292000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2530
2531 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2532
672172d9
KH
25332000-09-22 Kenichi Handa <handa@etl.go.jp>
2534
2535 * international/quail.el (quail-help): The output message is
2536 improved.
2537
4653b4ea
DL
25382000-09-26 Dave Love <fx@gnu.org>
2539
2540 * mouse.el (popup-menu): If POSITION is nil, set it using
2541 mouse-position.
2542
63900fcf
SS
25432000-09-25 Sam Steingold <sds@gnu.org>
2544
2545 * net/browse-url.el (browse-url-file-url): Check for null maps.
2546
cd3b81be
GM
25472000-09-26 Gerd Moellmann <gerd@gnu.org>
2548
876512ab 2549 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2550 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2551
fa003899
SM
2552 * frame.el (frame-notice-user-settings):
2553 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2554
cd3b81be
GM
2555 * toolbar/tool-bar.el (tool-bar-help): New function.
2556
d8b4516f
GM
25572000-09-25 Gerd Moellmann <gerd@gnu.org>
2558
6567e9b5
GM
2559 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2560 current-load-list in top-level forms. Else this leaks a cons cell
2561 every time a defun is called.
63900fcf 2562
d8b4516f 2563 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2564
a461758e
DL
25652000-09-25 Dave Love <fx@gnu.org>
2566
7df6adc3
DL
2567 * startup.el (fancy-splash-head): Check XPM is available.
2568
a461758e
DL
2569 * autoinsert.el (auto-insert): Doc fix.
2570 (auto-insert-alist): Following GNU notices, don't say `copyright
2571 _by_'. Use line-beginning-position.
2572 (auto-insert): Check buffer-file-name is non-nil before use.
2573
b11af2dd
GM
25742000-09-25 Gerd Moellmann <gerd@gnu.org>
2575
2576 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2577 starting with `@def' or `@multitable', in addition to ones
2578 specified by the user in auto-fill-inhibit-regexp.
2579
5f9f981b
GM
25802000-09-25 Markus Rost <rost@math.ohio-state.edu>
2581
2582 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2583 rmail-dont-reply-to-names matches the empty string.
63900fcf 2584
8ff16b4e
GM
25852000-09-25 Gerd Moellmann <gerd@gnu.org>
2586
63900fcf 2587 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2588 text to sound more friendly.
2589
9b4a7800
TTN
25902000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2591
2592 * progmodes/hideshow.el: Update author email address.
2593 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2594 (hs-hide-all-non-comment-function): New var.
2595 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2596 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2597 (hs-show-region): Delete this command.
2598 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2599
4c7c1f3f
DL
26002000-09-22 Dave Love <fx@gnu.org>
2601
2602 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2603 (hl-line-highlight): Specify buffer when moving overlay.
2604
2605 * progmodes/fortran.el (fortran-mode): Locally set
2606 normal-auto-fill-function.
2607 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2608 (fortran-mode-map): Adjust auto-fill menu entry.
2609
13f93dee
GM
26102000-09-22 Gerd Moellmann <gerd@gnu.org>
2611
36eb0a91
GM
2612 * vc-rcs.el (toplevel): Require `vc' when compiling.
2613
fa003899 2614 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2615
36a03bf9
AS
26162000-09-22 Andre Spiegel <spiegel@gnu.org>
2617
9b4a7800 2618 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2619 registered under the new backend.
2620
9b4a7800 2621 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2622 without explicit revision number.
2623
6e4e8a3b
SM
26242000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2625
2626 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2627 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2628 (diff-xor): New function.
2629 (diff-find-source-location): Use it. Fix a stupid name clash.
2630 (diff-hunk-status-msg): New function.
2631 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2632 (diff-test-hunk): Use diff-find-source-location.
2633 (diff-goto-source): Favor the `reverse'.
2634 (diff-hunk-text): Properly handle one-sided context diffs.
2635 (diff-apply-hunk): When done, advance to the next hunk.
2636
1b24b888
GM
26372000-09-21 Gerd Moellmann <gerd@gnu.org>
2638
623a0aae
GM
2639 * startup.el (command-line): If frame was created with a non-zero
2640 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2641
1b24b888
GM
2642 * add-log.el (change-log-date-face, change-log-name-face)
2643 (change-log-email-face, change-log-file-face)
2644 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2645 (change-log-function-face, change-log-acknowledgement-face):
2646 New faces, inheriting from font-lock faces.
1b24b888 2647 (change-log-font-lock-keywords): Use them.
9b4a7800 2648
93b3a1c8
DL
26492000-09-21 Dave Love <fx@gnu.org>
2650
80585273
DL
2651 * progmodes/cperl-mode.el (top-level): Clean up
2652 `eval-when-compile's and assorted defvars.
2653 (cperl-invalid-face): Don't double-quote value. Change custom
2654 type.
2655 (cperl-mode): Set normal-auto-fill-function and don't zap
2656 auto-fill-function.
2657 (cperl-imenu--function-name-regexp-perl): Renamed from
2658 imenu-example--function-name-regexp-perl.
2659 (cperl-imenu--create-perl-index): Renamed from
2660 imenu-example--create-perl-index.
2661 (cperl-xsub-scan): Don't require cl.
2662
93b3a1c8
DL
2663 * msb.el (msb-mode-map): Use substitute-key-definition.
2664 (msb-mode): Use msb-mode-map.
2665
43ccb598
AS
26662000-09-21 Andre Spiegel <spiegel@gnu.org>
2667
2668 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2669 New functions.
fa003899 2670 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2671 (vc-switch-backend): New function.
2672 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2673 (vc-register): Fix prompt.
2674 (vc-unregister, vc-default-unregister): New functions.
2675 (vc-version-diff): Handle empty buffer in sentinel.
2676
2677 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2678 (vc-rcs-state-heuristic): Use it to guess the state of files with
2679 non-strict locking.
2680 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2681 been set with -b, but not created yet.
2682 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2683 contents in order to find the state.
2684 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2685 (vc-rcs-unregister, vc-rcs-receive-file)
2686 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2687
9b4a7800 2688 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2689 in case it is missing.
9b4a7800 2690
95fadcca
GM
26912000-09-21 Gerd Moellmann <gerd@gnu.org>
2692
2693 * startup.el (fancy-splash-tail): Use a different foreground
2694 color on a dark frame background.
2695
470f23e1
MB
26962000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2697
2698 * info.el: Use the correct capitalization when making Info-mode
2699 and Info-edit-mode `special' modes.
2700
281096ed
SM
27012000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2702
2703 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2704 (diff-mode): Add support for add-log.el.
2705 (diff-hunk-text): Use char offsets rather than line offsets.
2706 (diff-find-source-location): Replace LINE with line-offset (nil
2707 if not found) and always set POS to a meaningful position.
2708 Adapt to the new char-offsets.
2709 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2710 Adapt to the new diff-find-source-location.
2711 (diff-goto-source): Adapt to the new diff-find-source-location.
2712
2713 * add-log.el (add-log-file-name): New function (split out of
2714 add-change-log-entry).
2715 (add-change-log-entry): Use it.
2716 Call add-log-file-name-function with the changelog file name if
2717 the current buffer is not associated with any file.
2718 Avoid find-file if the selected window is dedicated.
2719
2720 * diff-mode.el (diff-find-source-location):
2721 Move code from diff-apply-hunk. Return buffer rather than file.
2722 (diff-apply-hunk): Use the new result from diff-find-source-location.
2723 (diff-goto-source): Use the new diff-find-source-location.
2724
c29d77c4
DL
27252000-09-20 Dave Love <fx@gnu.org>
2726
2727 * iswitchb.el: Some doc fixes.
2728 (iswitchb-mode-map): Define completely initially. Inherit
2729 minibuffer-local-map.
2730 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2731 fundamental-mode.
2732 (iswitchb-global-map): New variable.
2733 (iswitchb-summaries-to-end): Amalgamate regexps.
2734 (iswitchb-mode): New.
2735 (iswitchb-mode-hook): New variable.
2736 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2737 `extensions'.
2738
49939379
GM
27392000-09-20 Gerd Moellmann <gerd@gnu.org>
2740
d05c87ac
GM
2741 * ehelp.el (electric-help): New defgroup.
2742 (electric-help-shrink-window): New user-option.
2743 (with-electric-help): Use it.
2744
1ec082d4
GM
2745 * window.el (shrink-window-if-larger-than-buffer): If face
2746 `mode-line' has a :box, and we're on a graphical frame, add 1
2747 to the needed window height.
2748
f46c275e
GM
2749 * frame.el (frame-notice-user-settings): Add a last parameter nil
2750 to a call to `append', because the last list passed to `append' is
2751 not copied, and so subsequent calls to assq-delete-all will modify
2752 default-frame-alist.
2753
b7e11c5b
GM
2754 * startup.el (fancy-splash-image): Change :type.
2755 (fancy-splash-head): Use an XBM image if appropriate.
2756 (command-line-1): Show splash screens in more cases.
2757
26ff68aa
GM
2758 * startup.el (fancy-splash-text): Don't quote faces.
2759
8320414c
GM
2760 * dired.el (dired-font-lock-keywords): Undo last change.
2761 (dired-readin): Bind indent-tabs-mode to nil.
2762
49939379
GM
2763 * startup.el (fancy-splash-head): If frame's background mode
2764 is `dark', change the black background of the image to gray.
2765 (fancy-splash-screens): Display startup echo area message.
2766 (display-startup-echo-area-message): New function.
2767
c3b27206
MB
27682000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2769
55a3d2a1
MB
2770 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2771
2772 * info.el (info-header-node): Tweak for color ttys.
2773
37a99821
MB
2774 * faces.el (face-valid-attribute-values): Make sure directories we
2775 search for stipples both exist and are readable before trying to
2776 search them.
2777
0415d0d0
MB
2778 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2779 in the dry-run case.
2780
523b128c
MB
2781 * jka-compr.el (with-auto-compression-mode): New macro.
2782
c3b27206
MB
2783 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2784 (custom-group-tag-face, custom-variable-tag-face): Use relative
2785 :height and inherit from `variable-pitch' face instead of
2786 hardwiring :family.
2787 * hi-lock.el (hi-black-hb): Likewise.
2788
ddba99ad
MB
2789 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2790 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2791 toolbar-add-item, if image doesn't have a mask add a `:mask
2792 heuristic'.
2793
7e99fbde
SM
27942000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2795
2796 * diff-mode.el: Docstring fixes.
2797 (diff-header-face, diff-comment-face): New faces.
2798 (diff-font-lock-keywords): Highlight a bit differently.
2799 (diff-find-source-location): Don't return SPAN any more.
2800 (diff-hunk-text): Don't bother erasing the temp buffer.
2801 (diff-find-text): Drop argument LINE.
2802 (diff-apply-hunk): Update calls to diff-find-text.
2803 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2804
2805 * calendar/calendar.el: Docstring fixes.
2806 (calendar-make-alist): Don't quote lambda.
2807 (calendar-star-date): Use make-local-variable.
2808
fb275c02
DL
28092000-09-19 Dave Love <fx@gnu.org>
2810
7e99fbde
SM
2811 * toolbar/tool-bar.el: Renamed from toolbar.el.
2812 Change `toolbar' to `tool-bar' generally in symbols.
2813 Make some items invisible in `special' major modes.
2814 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2815 Add arg PROPS.
532cb34d 2816
7e99fbde
SM
2817 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2818 Add :version here.
fb275c02
DL
2819 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2820
8f4ca9a5
GM
28212000-09-19 Gerd Moellmann <gerd@gnu.org>
2822
8b7707e1 2823 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2824
8b7707e1 2825 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2826 (find-file-noselect): Use it.
2827
8b7707e1 2828 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2829 (fancy-splash-screen): Defgroup.
2830
8f4ca9a5
GM
2831 * add-log.el (change-log-font-lock-keywords): Match names
2832 more exactly for the case that font-lock-constant-face is
2833 underlined.
2834
ba9eeda1 28352000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2836
8b7707e1 2837 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2838
289eaef9
AS
28392000-09-19 Andre Spiegel <spiegel@gnu.org>
2840
2841 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2842
ce9ded5d
GM
28432000-09-19 Gerd Moellmann <gerd@gnu.org>
2844
c113de23
GM
2845 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2846 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2847 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2848 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2849 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2850 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2851 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2852 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2853 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2854 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2855 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2856 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2857
ce9ded5d
GM
2858 * startup.el (fancy-splash-text): New variable.
2859 (fancy-splash-delay, fancy-splash-image): New user-options.
2860 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2861 (fancy-splash-screens): New functions.
2862 (command-line-1): If display has a `display' frame parameter, has
2863 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2864
b9b1c3a9
DL
28652000-09-19 Dave Love <fx@gnu.org>
2866
2867 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2868 with null `help'. Use modern backquote syntax.
2869
1af25534
GM
28702000-09-19 Gerd Moellmann <gerd@gnu.org>
2871
afd3c8cd
GM
2872 * font-lock.el (font-lock-mode): Change message telling the user
2873 that ``the buffer is too big''.
2874
1af25534
GM
2875 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2876 for instance for the case that tab-width is 2.
2877
05b1f851
GM
28782000-09-18 Gerd Moellmann <gerd@gnu.org>
2879
2880 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2881 toolbar-add-item, if image doesn't have a mask add a `:mask
2882 heuristic'.
2883
8ec8f673
MB
28842000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2885
2b612b1f
MB
2886 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2887 and return a cons if it's non-nil.
2888 (diff-apply-hunk): Try to jump to the line in the source text
2889 corresponding to the position of point in the in the hunk.
2890
9b4a7800 2891 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2892 (Info-title-1-face): Use face inheritance and relative sizes
2893 instead of hard-wiring things.
2894
2895 * faces.el (secondary-selection): Make dark-background variant sane.
2896
5eedab4d
AI
28972000-09-16 Andrew Innes <andrewi@gnu.org>
2898
5eedab4d
AI
2899 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2900 read-only, since they aren't under VC now.
2901
6a142f26
DL
29022000-09-17 Dave Love <fx@gnu.org>
2903
e07436e1
DL
2904 * tmm.el: Replace mapcar with mapc in several places.
2905
2906 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2907 ad-unadvise.
2908
7d354dd5
DL
2909 * international/latin1-disp.el: New file.
2910
6a142f26
DL
2911 * calendar/cal-move.el (scroll-calendar-left)
2912 (scroll-calendar-right): Make arg optional (for active mode line).
2913
2914 * calendar/calendar.el (calendar-mode-line-format): Make fields
2915 mouse-sensitive.
2916 (calendar-read-date, calendar-read-date, calendar-window-list):
2917 Unquote lambda.
2918 (calendar-month-name): Use aref, not sref.
2919
2920 * view.el (minor-mode-alist): Propertize the string.
2921
2922 * international/characters.el (standard-case-table): Add entries
2923 for Greek.
2924
50ac70af
MB
29252000-09-18 Miles Bader <miles@gnu.org>
2926
53c9ab4f
MB
2927 * info.el (info-node, info-xref): Add dark-background variants.
2928
a114b1ca
MB
2929 * faces.el (header-line): Change defaults to be less confusing
2930 when mixed with mode-lines.
2931
50ac70af
MB
2932 * info.el (Info-fontify-node): Make a few cleanups.
2933 Add extra `help-echo' and `local-map' props to node xrefs.
2934 Use header-specific faces for node-names & xrefs.
2935 (Info-use-header-line): New variable.
53c9ab4f 2936 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2937 (Info-setup-header-line): New function.
2938 (Info-select-node): Call Info-setup-header-line when enabled.
2939 (Info-extract-pointer): Work even if the header line is hidden.
2940 (Info-header-line): New variable.
2941
729927ff
SM
29422000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2943
2944 * vms-patch.el (print-region-function): Don't quote lambda.
2945
2946 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2947
2948 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2949 (lm-get-header-re): Allow spaces between the header and the colon.
2950 (lm-header): Allow $ in non-RCS headers.
2951 (lm-header-multiline): Put the strings back into order.
2952 Stop at an empty line. Don't require two space chars if the
2953 line is clearly not another header line.
2954
2955 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2956 (popup-menu-popup): Remove.
2957
7a98d821
GM
29582000-09-15 Gerd Moellmann <gerd@gnu.org>
2959
7f8f1edc
GM
2960 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2961 specification if or if not tool-bar item contains an `:enabled'
2962 property.
2963
7a98d821
GM
2964 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2965 current buffer has no file name.
2966
a7bc704b
DL
29672000-09-15 Dave Love <fx@gnu.org>
2968
2969 * strokes.el: Sync with maintainer's current version with changes
2970 for Emacs, but avoid runtime cl and levents.
2971 (toplevel): Change autoloads and compilation requires.
2972 (strokes-version, strokes-bug-address, strokes-lift): Values
2973 changed.
2974 (strokes-xpm-header, strokes-insinuated): New variable.
2975 (strokes): Add :link.
2976 (strokes-mode): Customized.
2977 (strokes-while-inhibiting-garbage-collector): New macro.
2978 (strokes-remassoc): Avoid remove-if.
2979 (strokes-fix-button2-command): Don't use ad-do-it.
2980 (strokes-insinuate): New function.
2981 (strokes-button-press-event-p, strokes-button-release-event-p):
2982 New functions, used instead of non-`strokes-' versions..
2983 (strokes-mouse-event-p): Rewritten.
2984 (strokes-event-closest-point): Avoid event-point.
2985 (strokes-get-grid-position): Avoid cdadr, caadr
2986 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2987 functions.
2988 (strokes-help): Use with-output-to-temp-buffer.
2989 (strokes-window-configuration-changed-p): New function.
2990 (strokes-update-window-configuration): Use buffer-live-p,
2991 strokes-window-configuration-changed-p.
2992 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2993 (strokes-char-face): New face.
2994 (strokes-char-table, strokes-base64-chars): New variable.
2995 (strokes-xpm-for-stroke, strokes-list-strokes)
2996 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2997 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2998 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2999 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3000 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3001 functions.
3002
47e351a3
GM
30032000-09-15 Gerd Moellmann <gerd@gnu.org>
3004
ebb8f116
GM
3005 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3006
47e351a3
GM
3007 * image.el (create-image): Doc fix.
3008
3009 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3010 instead of `:heuristic-mask t'.
3011
fe83b953
AI
30122000-09-14 Andrew Innes <andrewi@gnu.org>
3013
3014 * makefile.w32-in: Revert to Unix line endings.
3015
52481729
AI
30162000-09-14 Andrew Innes <andrewi@gnu.org>
3017
3021e816
AI
3018 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3019 when installing.
3020
52481729
AI
3021 * makefile.nt (DONTCOMPILE): Fix typo.
3022
3023 * shell.el (shell-write-history-on-exit): New function.
3024 (shell-dumb-shell-regexp): New custom variable.
3025 (shell-mode): Make shell-write-history-on-exit the process
3026 sentinel if shell name matches shell-dumb-shell-regexp.
3027
3028 * w32-fns.el: Comment out before-init-hook function which resets
3029 source-directory based; this breaks bootstrap.
3030
f8034e41
DL
30312000-09-14 Dave Love <fx@gnu.org>
3032
3033 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3034 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3035 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3036 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3037 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3038 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3039 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3040 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3041 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3042
3043 * toolbar/toolbar.el: New.
3044
3045 * subdirs.el: Add toolbar.
3046
b9ce5694
GM
30472000-09-14 Gerd Moellmann <gerd@gnu.org>
3048
3049 * indent.el (indent-for-tab-command): Doc fix.
3050
986b7dee
GM
30512000-09-14 Alex Schroeder <alex@gnu.org>
3052
3053 * ansi-color.el (ansi-colors): Doc change.
3054 (ansi-color-get-face): Simplified regexp.
3055 (ansi-color-faces-vector): Added more faces, doc change.
3056 (ansi-color-names-vector): Doc change.
3057 (ansi-color-regexp): Simplified regexp.
3058 (ansi-color-parameter-regexp): New regexp.
3059 (ansi-color-filter-apply): Doc change.
3060 (ansi-color-filter-region): Doc change.
3061 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3062 deal with zero length parameters.
3063 (ansi-color-apply-on-region): Doc change.
3064 (ansi-color-map): Doc change.
3065 (ansi-color-map-update): Removed debugging message.
3066 (ansi-color-get-face-1): Added condition-case to trap
3067 args-out-of-range errors.
3068 (ansi-color-get-face): Doc change.
3069 (ansi-color-make-face): Removed.
3070 (ansi-color-for-shell-mode): New option.
9b4a7800 3071
076ff911
KH
30722000-09-13 Kenichi Handa <handa@etl.go.jp>
3073
3074 * international/quail.el (quail-start-translation): Translate KEY
3075 if necessary even if it doesn't have any mapping in the current
3076 input method.
3077 (quail-start-conversion): Likewise.
3078 (quail-help): The output message is improved.
3079
bdf08678
MB
30802000-09-13 Miles Bader <miles@gnu.org>
3081
3082 * comint.el (comint-output-filter): Revert to using
3083 `insert-before-markers'. Add bletcherous hack to undo damage
3084 caused by `insert-before-markers'. Put `front-sticky' property on
3085 overlays created here so that the field code understands how the
3086 overlay works. Use a let when making comint-last-prompt-overlay,
3087 so that the code is easier to read.
3088
ffb8db8d
DL
30892000-09-13 Dave Love <fx@gnu.org>
3090
3091 * wid-edit.el (widget-default-format-handler): DTRT when
3092 doc-property is a function.
3093
5dd05f61
GM
30942000-09-12 Francesco Potorti` <pot@gnu.org>
3095
3096 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3097 filed name if it's not there.
3098
35177617
DL
30992000-09-12 Dave Love <fx@gnu.org>
3100
9023837e
DL
3101 * simple.el (read-mail-command): Doc fix.
3102 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3103
35177617
DL
3104 * vc.el (vc-dired-listing-switches): Fix :version.
3105
3106 * vc-hooks.el: Doc fixes.
3107
3108 * subr.el (add-minor-mode): Use toggle-fun arg.
3109
3110 * speedbar.el: Add :version to several defcustoms.
3111
3112 * imenu.el (imenu--truncate-items, imenu--cleanup)
3113 (imenu--generic-function): Avoid mapcar.
3114 (imenu--replace-spaces): Function removed.
3115 (imenu--completion-buffer): Use subst-char-in-string.
3116 (imenu-add-to-menubar): Use keymap inheritance.
3117
1afaae94
MB
31182000-09-12 Miles Bader <miles@gnu.org>
3119
3120 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3121 (diff-mode-map): Bind `diff-test-hunk'.
3122 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3123
31242000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3125
3126 * bytecomp.el (byte-compile-defvar): Undo last change
3127 because it breaks '(make-variable-buffer-local (defvar ...)'
3128 which is used at least in dired.
3129
63c36c3c
KH
31302000-09-12 Kenichi Handa <handa@etl.go.jp>
3131
3132 * international/quail.el (quail-define-package): Docstring
3133 modified.
3134
1ad24be1
KH
31352000-09-12 Kenichi Handa <handa@etl.go.jp>
3136
362a8065
KH
3137 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3138 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3139 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3140 docstring of "chinese-py".
3141
1ad24be1
KH
3142 * international/quail.el (quail-translation-docstring): New
3143 variable.
3144 (quail-show-keyboard-layout): Docstring modified.
3145 (quail-select-current): Likewise.
3146 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3147 infinite recursive call.
3148 (quail-help): Check quail-translation-docstring. Format of the
3149 output changed.
3150 (quail-help-insert-keymap-description): Adjusted for the above
3151 change.
3152
cc0f95a4
GM
31532000-09-11 Gerd Moellmann <gerd@gnu.org>
3154
3155 * bytecomp.el (byte-compile-defvar): Only cons onto
3156 current-load-list in top-level forms. Else this leaks a cons cell
3157 every time a defun is called.
3158
7530b6da
MB
31592000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3160
3161 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3162 Now understands non-unified diffs. Some functionality moved into
3163 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3164 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3165 modify anything. Only reposition point in the patched file if the
3166 patch succeeds. Only pop up another window if POPUP is true.
3167 Emit a message describing what happened if successful, and at what
3168 line-offset. Automatically detect reversed hunks and do something
3169 appropriate.
3170 (diff-hunk-text, diff-find-text): New functions.
3171 (diff-filter-lines): Function removed.
3172 (diff-test-hunk): New function.
3173 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3174
6b124390
DL
31752000-09-10 Dave Love <fx@gnu.org>
3176
3177 * textmodes/tildify.el: Minor doc/commentary fixes.
3178 (tildify) <defgroup>: Add :version.
3179
3180 * faces.el (face-x-resources): Make custom type more specific.
3181 (frame-background-mode): Use mapc.
3182 (region) <defcustom>: Add :version.
3183
7f8b6551
SM
31842000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3185
9b4a7800
TTN
3186 * vc-sccs.el (vc-sccs-register):
3187 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3188 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3189 * vc.el (vc-register): Clear file's properties.
3190
c454aac1
GM
31912000-09-08 Gerd Moellmann <gerd@gnu.org>
3192
3193 * faces.el (face-spec-set): Only face-spec-reset-face when
3194 ATTRS is non-nil.
3195
bb934822
EZ
31962000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3197
3198 * help.el (help-insert-xref-button): Fix a typo in doc string.
3199
03419440
EZ
32002000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3201
7f8b6551
SM
3202 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3203 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3204 methods.
3205
03419440
EZ
3206 * menu-bar.el (read-mail-item-name): New function.
3207 (menu-bar-tools-menu): Use it to compute and display the package
3208 used to read email.
3209 (menu-bar-tools-menu): Fix typo in GUD's help string.
3210
dbcee71a
DL
32112000-09-07 Dave Love <fx@gnu.org>
3212
19e713d8
DL
3213 * diff-mode.el (diff-mouse-goto-source): New function.
3214
a7cafade 3215 * vc-sccs.el: Doc fixes.
7f8b6551 3216 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3217
3218 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3219 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3220 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3221 (vc-rcs-master-templates): Add or change :version.
3222
7f8b6551 3223 * vc-cvs.el: Doc fixes.
a7cafade
DL
3224 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3225 (vc-cvs-stay-local): Add :version.
3226
dbcee71a
DL
3227 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3228
ed254191
KH
32292000-09-07 Kenichi Handa <handa@etl.go.jp>
3230
3231 * international/quail.el (quail-help): Fix previous change.
3232
ab0ee409
GM
32332000-09-07 Gerd Moellmann <gerd@gnu.org>
3234
f46f845b 3235 * faces.el (color-values): Doc fix.
9b4a7800 3236
ab0ee409
GM
3237 * faces.el (frame-set-background-mode): Use frame-parameter
3238 instead of frame-parameters.
3239
3240 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3241 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3242 frame-parameters.
9b4a7800 3243
f7246ac7
KH
32442000-09-07 Kenichi Handa <handa@etl.go.jp>
3245
3246 * language/devan-util.el (devanagari-to-indian-region): In the
3247 loop, change the following char, not preceding char.
3248
96889af2
GM
32492000-09-07 Gerd Moellmann <gerd@gnu.org>
3250
1091dd67
GM
3251 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3252 instead of frame-parameters.
3253
9b4a7800 3254 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3255 internal-set-lisp-face-attribute with FRAME being 0.
3256
3257 * vc.el: Remove `Id' version control keyword.
96889af2 3258
0fddd0dc
KH
32592000-09-07 Kenichi Handa <handa@etl.go.jp>
3260
3261 * help.el (help-make-xrefs): Adjusted for the change of
3262 help-xref-mule-regexp.
3263 (help-insert-xref-button): New function.
3264
3265 * international/mule-cmds.el (help-xref-mule-regexp-template):
3266 Include the pattern for character set.
3267 (leim): New group.
3268
3269 * international/quail.el: Don't require face.
3270 (quail): New group.
7f8b6551 3271 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3272 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3273 (quail-keyboard-layout-substitution): New variable.
3274 (quail-update-keyboard-layout): New function.
3275 (quail-keyboard-layout-type): New customizable variable.
3276 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3277 (quail-keyboard-translate): Pay attention to
3278 quail-keyboard-layout-substitution.
3279 (quail-insert-kbd-layout): New function.
3280 (quail-show-keyboard-layout): New function.
3281 (quail-get-translation): If the definition is a vector of length
7f8b6551 3282 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3283 in that string.
3284 (quail-update-current-translations): Fix the case of
3285 relative-index out of range.
3286 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3287 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3288 Show key sequences for all available characters.
0fddd0dc
KH
3289 (quail-help-insert-keymap-description): Don't show such verbose
3290 key bindings as quail-self-insert-command.
3291
3292 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3293 Format changed, and each element now have extra documentations.
3294 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3295 Adjusted for the change of quail-cxterm-package-ext-info.
3296
8ddceaf1
GM
32972000-09-06 Gerd Moellmann <gerd@gnu.org>
3298
3299 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3300 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3301 during bootstrap.
3302
099bd78a
SM
33032000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3304
3305 * vc.el: (toplevel): Don't require `dired' at run-time.
3306 (vc-dired-resynch-file): Remove autoload cookie.
3307
33082000-09-05 Andre Spiegel <spiegel@gnu.org>
3309
3310 * vc.el: Made several backend functions optional.
3311 (vc-default-responsible-p): New function.
3312 (vc-merge): Use RET for first version to trigger merge-news, not
3313 prefix arg.
3314 (vc-annotate): Handle backends that do not support annotation.
3315 (vc-default-merge-news): Removed. The existence of a merge-news
3316 implementation is now checked on caller sites.
3317
9b4a7800 3318 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3319 case.
3320
9b4a7800 3321 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3322 special case that has been removed from the default in vc-hooks.el.
3323
33242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3325
3326 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3327
33282000-09-05 Andre Spiegel <spiegel@gnu.org>
3329
3330 * vc-hooks.el: Require vc during compilation.
3331 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3332 macro `with-vc-properties' in vc.el.
3333 (vc-file-getprop): Doc fix.
3334 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3335
099bd78a
SM
3336 * vc.el: Require dired-aux during compilation.
3337 (vc-name-assoc-file): Moved to vc-sccs.el.
3338 (with-vc-properties): New macro.
9b4a7800 3339 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3340 vc-finish-steal): Use it.
3341 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3342 to the backend-specific function is now supposed to do the checkout,
3343 too.
3344 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3345
9b4a7800 3346 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3347 set file properties; that gets done in the generic code now.
3348
3349 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3350 Changed parameter list, added code from vc.el that does the
3351 checkout, possibly with a double-take.
3352
3353 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3354 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3355 the above under the new name.
3356 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3357 parameter list, added checkout command.
3358 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3359 properties; that gets done in the generic code now.
3360
33612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3362
3363 * vc.el: Docstring fixes (courtesy of checkdoc).
3364
33652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3366
3367 * vc.el (vc-checkout-writable-buffer-hook)
3368 (vc-checkout-writable-buffer): Remove.
3369 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3370 (vc-log-mode): Make it into a clean derived major mode.
3371 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3372 vc-log-mode if log-edit is not available.
3373 (vc-dired-mode-map): Don't set-keymap-parent yet.
3374 (vc-dired-mode): Do set-keymap-parent here.
3375 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3376
08ba3862
GM
33772000-09-05 Gerd Moellmann <gerd@gnu.org>
3378
3379 * faces.el (set-face-attribute, face-spec-reset-face)
3380 (face-spec-set): Avoid consing by removing calls to `apply'.
3381
3382 * frame.el (frame-parameter): Move to C code.
3383
3b4429b4
DL
33842000-09-05 Dave Love <fx@gnu.org>
3385
3386 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3387 insert-before-markers-and-inherit. Now checked systematically!
3388
877055f6
GM
33892000-09-05 Alex Schroeder <alex@gnu.org>
3390
3391 * sql.el (sql-postgres): Use sql-postgres-options.
3392 (sql-postgres-options): New variable.
3393
33942000-09-05 Alex Schroeder <alex@gnu.org>
3395
3396 * sql.el (sql-mode-menu): Work around missing variable mark-active
3397 in XEmacs.
3398 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3399 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3400 compatibility.
3401
7a004b71
GM
34022000-09-04 Gerd Moellmann <gerd@gnu.org>
3403
54baed30 3404 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3405
7a004b71
GM
3406 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3407
3408 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3409
34102000-09-04 Andre Spiegel <spiegel@gnu.org>
3411
3412 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3413 don't support anything else under SCCS yet.
3414
3415 * vc-hooks.el: Minor doc fixes.
3416
34172000-09-04 Andre Spiegel <spiegel@gnu.org>
3418
3419 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3420 not necessary. If verbose in state `needs-patch', do the same as
3421 under `up-to-date'. When NOT verbose and `needs-patch', check out
3422 latest version instead of `merge-news'.
3423 (vc-next-action-dired): Don't mess with default-directory here; it
3424 breaks other parts of dired. It is the job of the
099bd78a 3425 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3426 (vc-next-action): Remove a special CVS case.
3427 (vc-clear-headers): New optional arg FILE.
3428 (vc-checkin, vc-checkout): Set properties vc-state and
3429 vc-checkout-time properly.
099bd78a 3430 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3431 (vc-print-log): Use new backend function `show-log-entry'.
3432 (vc-cancel-version): Do the checks in a different order. Added a
3433 FIXME concerning RCS-only code.
3434
3435 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3436 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3437
3438 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3439
9b4a7800 3440 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3441 `needs-patch' as a `-' too.
3442
34432000-09-04 Andre Spiegel <spiegel@gnu.org>
3444
3445 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3446 (vc-default-could-register): New function.
3447 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3448 (vc-resynch-buffer): Call vc-dired-resynch-file.
3449 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3450 vc-resynch-buffer instead of vc-resynch-window.
3451 (vc-next-action-dired): Don't redisplay here, that gets done as a
3452 result of the individual file operations.
3453 (vc-retrieve-snapshot): Corrected prompt order.
3454
3455 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3456
7a004b71
GM
3457 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3458 as well.
3459 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3460 hostname regexps. Updated all callers.
3461 (vc-cvs-responsible-p): Handle directories as well.
3462 (vc-cvs-could-register): New function.
3463 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3464 properties up-to-date.
9b4a7800 3465
7a004b71
GM
3466 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3467 user whether to create one.
3468
34692000-09-04 Andre Spiegel <spiegel@gnu.org>
3470
3471 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3472 check out a non-existing file.
3473
3474 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3475 workfile does not exist.
3476
3477 * vc.el (vc-version-diff): Use `require' to check for existence of
3478 diff-mode.
3479
34802000-09-04 Andre Spiegel <spiegel@gnu.org>
3481
3482 * vc-cvs.el (vc-cvs-registered): Use new function
3483 vc-cvs-parse-entry to do the actual work.
3484
34852000-09-04 Andre Spiegel <spiegel@gnu.org>
3486
3487 * vc-hooks.el (vc-find-backend-function): If function doesn't
3488 exist, return nil instead of error.
3489 (vc-call-backend): Doc fix.
3490
3491 * vc.el (vc-do-command): Doc fix.
3492 (vc-finish-logentry): When checking in from vc-dired, choose the
3493 right backend for logentry check.
3494 (vc-dired-mode-map): Inherit from dired-mode-map.
3495 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3496 simplified.
3497 (vc-dired-state-info): Removed, updated caller.
3498 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3499 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3500 (vc-dired-listing-switches): New variable.
3501 (vc-directory): Use it, instead of dired-listing-switches.
3502
3503 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3504 (vc-cvs-dir-state): New function.
7f8b6551 3505 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3506 (vc-cvs-parse-entry): New function, also to be used in
3507 vc-cvs-registered.
9b4a7800 3508
7a004b71
GM
35092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3510
3511 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3512 *or* single-window-frames.
3513
35142000-09-04 Andre Spiegel <spiegel@gnu.org>
3515
3516 * vc.el (vc-update-changelog): Split into generic part and default
3517 implementation. Doc string adapted.
3518 (vc-default-update-changelog): New function. Call the `rcs2log'
3519 script in exec-directory, to fix a long-standing nuisance.
3520
3521 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3522 simply signals an error.
9b4a7800 3523
7a004b71
GM
35242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3525
3526 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3527 control-flow more clear and to avoid running `cvs' twice.
3528
3529 * vc.el (vc-next-action-on-file): Doc fix.
3530 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3531 (vc-print-log): Eval `file' before constructing the continuation.
3532
35332000-09-04 Andre Spiegel <spiegel@gnu.org>
3534
3535 * vc.el (vc-next-action-on-file): Corrected several messages.
3536 (vc-merge): Add prefix arg `merge-news'; handle it.
3537
3538 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3539 is not reached. It is.
3540 (vc-cvs-merge): Set state to 'edited after merge.
3541 (vc-cvs-merge-news): Set workfile version to nil if not known.
3542 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3543
3544 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3545 via stdout. (Merge from main line.)
9b4a7800 3546
7a004b71
GM
35472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3548
3549 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3550 detection.
3551
35522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3553
3554 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3555 against kill-all-local-variables.
3556 (vc-log-edit): Don't save vc-parent-buffer any more.
3557 (vc-last-comment-match): Initialize to an empty string.
3558 (vc-post-command-functions): New hook.
3559 (vc-do-command): Run it.
3560 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3561 (vc-finish-logentry): Only add the comment to the ring if it's
3562 different from the last comment entered.
3563 (vc-new-comment-index): New function.
3564 (vc-previous-comment): Use it. Make the minibuffer message
3565 slightly less terse.
3566 (vc-comment-search-reverse): Make it work forward as well. Don't
3567 set vc-comment-ring-index if no match is found. Use
3568 vc-new-comment-index.
3569 (vc-comment-search-forward): Use vc-comment-search-reverse.
3570 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3571 define-derived-mode will do it for us. Bind `v' to a keymap that
3572 inherits from vc-prefix-map so that we can bind `vt' without
3573 binding C-x v t.
3574 (vc-retrieve-snapshot): Parenthesis typo.
3575
3576 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3577 to 1. Make sure to switch to *vc* before looking for an error
3578 message. Use vc-parse-buffer.
3579
35802000-09-04 Andre Spiegel <spiegel@gnu.org>
3581
3582 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3583 and NAME.
3584 (vc-retrieve-snapshot): Split into two parts.
3585 (vc-default-retrieve-snapshot): New function.
3586
3587 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3588 (vc-cvs-retrieve-snapshot): New function (untested).
3589 (vc-cvs-stay-local): Default to t.
3590 (vc-cvs-remote-p): New function and property.
3591 (vc-cvs-state): Stay local only if the above is t.
3592 (vc-handle-cvs): Removed.
3593 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3594 done via vc-handled-backends now.
3595 (vc-cvs-header): Escape Id.
3596
35972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3598
3599 * vc.el (vc-do-command): Remove unused commands.
3600 (vc-version-diff): Make sure default-directory ends with a slash.
3601 Move the window commands into a vc-exec-after.
3602 (vc-print-log): Move more of the code into the `vc-exec-after'.
3603
36042000-09-04 Andre Spiegel <spiegel@gnu.org>
3605
3606 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3607 (vc-print-log): Search current revision from beginning of buffer.
3608 (vc-revert-buffer): Clear echo area after the diff is finished.
3609 (vc-prefix-map): Removed definition of "t" for terse display in vc
3610 dired.
3611 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3612 definition of "vt" for terse display.
3613 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3614
36152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3616
3617 * vc.el (vc-exec-after): Avoid caddr.
3618
36192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3620
3621 * vc.el (vc-exec-after): New function.
3622 (vc-do-command): Use it to add a termination message for async
3623 procs.
3624 (vc-checkout): Try to handle a missing-backend situation.
3625 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3626 of a directory with a backend using async diffs.
3627 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3628 present.
3629
3630 * vc-sccs.el (vc-sccs-state-heuristic): Use
3631 file-ownership-preserved-p.
3632
3633 * vc-rcs.el (vc-rcs-state-heuristic): Use
3634 file-ownership-preserved-p.
3635 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3636
36372000-09-04 Andre Spiegel <spiegel@gnu.org>
3638
3639 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3640 vc-do-command.
3641
3642 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3643 when there are no changes.
3644
36452000-09-04 Andre Spiegel <spiegel@gnu.org>
3646
3647 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3648
3649 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3650
36512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3652
3653 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3654
3655 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3656 the `fset' outside of the defvar so that it works even if
3657 vc-prefix-map was already defined.
3658 (vc-setup-buffer): New function, split out of vc-do-command.
3659 (vc-do-command): Allow BUFFER to be t to mean `just use the
3660 current buffer without any fuss'.
3661 (vc-version-diff): Change the `diff' backend operation to just put
3662 the diff in the current buffer without erasing it. Always use
3663 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3664 shrink-window-if-larger-than-buffer.
3665 (vc-print-log): Change the `print-log' backend operation to just
3666 put the log in the current buffer without erasing it. Protect
3667 shrink-window-if-larger-than-buffer.
3668 (vc-update-change-log): Fix setd typo.
3669
3670 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3671 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3672
3673 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3674 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3675 CMP.
3676
3677 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3678 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3679 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3680
36812000-09-04 Andre Spiegel <spiegel@gnu.org>
3682
3683 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3684 not possible, use vc-BACKEND-workfile-unchanged-p.
3685 (vc-default-workfile-unchanged-p): New function. Delegates to a
3686 full vc-BACKEND-diff.
3687
3688 * vc-hooks.el (vc-simple-command): Removed.
3689
3690 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3691 instead of vc-simple-command.
3692 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3693 avoid doing a diff when opening a file.
3694 (vc-rcs-state): Added check for unlocked-changes.
3695 (vc-rcs-header): Escape Id.
3696 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3697 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3698 version.
3699
3700 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3701 (vc-sccs-diff): Remove optional arg CMP.
3702 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3703 SCCS-specific function.
3704
3705 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3706 vc-simple-command.
3707
37082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3709
3710 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3711 (with-vc-file, vc-merge): Use vc-editable-p.
3712 (vc-do-command): Remove unused var vc-file and fix the
3713 doubly-defined `status' var. Add a user message when starting an
3714 async command.
3715 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3716 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3717 Use with-current-buffer.
3718 (vc-buffer-sync): Use unless.
3719 (vc-next-action-on-file): If the file is 'edited by read-only,
3720 make it read-write instead of trying to commit.
3721 (vc-version-diff, vc-update-change-log): Use `setq
3722 default-directory' rather than `cd'.
3723 (vc-log-edit): Don't forget to set default-directory in the
3724 buffer.
3725
3726 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3727 (vc-sccs-state-heuristic): Use file-writable-p instead of
3728 comparing userids.
3729 (vc-sccs-checkout): Use `unless'.
3730
3731 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3732 of comparing userids.
3733 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3734 Simplify the logic by eliminating unreachable code.
3735 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3736 just do a recursive call if we need to retry.
3737 (vc-rcs-checkout): Handle the case where rcs is missing by making
3738 the buffer read-write if requested and re-signalling the error.
3739
3740 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3741
37422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3743
3744 * vc-hooks.el (vc-handled-backends): Docstring change.
3745 (vc-ignore-vc-files): Mark obsolete.
3746 (vc-registered): Check vc-ignore-vc-files.
3747 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3748 vc-ignore-vc-files.
3749
3750 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3751
37522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3753
3754 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3755 files since ange-ftp already has vc-registered return nil.
3756
3757 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3758 (vc-sccs-workfile-version): Use with-temp-buffer and new
3759 vc-parse-buffer and don't bother setting the property.
3760 (vc-sccs-add-triple): Use with-current-buffer and
3761 find-file-noselect.
3762 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3763
3764 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3765 derives from the old vc-parse-buffer but uses the revision number
3766 rather than the date (much easier to compare robustly).
3767 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3768 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3769 locking-user more directly. Check strict locking and set
3770 checkout-model appropriately.
3771 (vc-rcs-parse-locks): Remove.
3772 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3773 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3774 (vc-rcs-system-release): Use with-current-buffer and
3775 vc-parse-buffer.
3776 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3777
3778 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3779 (vc-simple-command): Docstring fix.
3780 (vc-registered): Align the way the file-handler is called with the
3781 way the function itself works.
3782 (vc-file-owner): Remove.
3783
3784 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3785 extraction of fields and call to file-attributes because of a
3786 temporary bug in rcp.el.
3787 (vc-cvs-fetch-status): Use with-current-buffer.
3788
37892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3790
3791 * vc.el (vc-do-command): Use file-relative-name.
3792 (vc-responsible-backend): Use vc-backend if possible.
3793 (vc-create-snapshot): Improve the `interactive' spec. Add support
3794 for branches and dispatch to backend-specific `create-snapshot'.
3795 (vc-default-create-snapshot): New function, containing the bulk of
3796 the old vc-create-snapshot.
3797 (vc-retrieve-snapshot): Improve the interactive spec.
3798
3799 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3800 (vc-backend-hook-functions): Remove.
3801 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3802 (vc-backend): Reintroduce the test for `file = nil' now that I
3803 know why it was there (and added a comment to better remember).
3804
3805 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3806 code from vc-sccs-hooks.el.
3807 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3808 'vc anymore.
3809 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3810 and file-directory-p instead of file-exists-p.
3811 (vc-sccs-check-headers): Simplify the regexp.
3812
3813 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3814 from vc-rcs-hooks.el. Don't require 'vc anymore.
3815 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3816 file-directory-p instead of file-exists-p.
3817
3818 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3819 from vc-cvs-hooks.el.
3820 (proto vc-cvs-registered): Require 'vc-cvs instead of
3821 'vc-cvs-hooks. Don't require 'vc anymore.
3822 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3823 file-directory-p instead of file-exists-p.
3824 (vc-cvs-create-snapshot): New function, replacing
3825 vc-cvs-assign-name.
3826 (vc-cvs-assign-name): Remove.
3827
38282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3829
3830 * vc-cvs.el (vc-cvs-header): New var.
3831
3832 * vc-rcs.el (vc-rcs-exists): Remove.
3833 (vc-rcs-header): New var.
3834
3835 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3836 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3837 (vc-sccs-header): New var.
3838
3839 * vc.el (vc-do-command): Get rid of the `last' argument.
3840 (vc-header-alist): Remove, replaced by vc-X-header.
3841 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3842 (vc-dired-hook): Use expand-file-name instead of concat.
3843 (vc-directory): Use file-name-as-directory.
3844 (vc-snapshot-precondition, vc-create-snapshot)
3845 (vc-retrieve-snapshot): Allow the command to operate on any
3846 directory.
3847
3848 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3849 just removing the 'WORKFILE argument or by removing the 'MASTER
3850 argument and replacing `file' with (vc-name file).
3851
38522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3853
3854 * vc.el: Update Copyright and add a crude list of backend funs.
3855 (vc-writable-p): New function.
3856 (with-vc-file): Use vc-writable-p.
7f8b6551 3857 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3858 (vc-register): Avoid vc-name.
3859 (vc-locking-user): Remove.
3860 (vc-steal-lock): Make the `owner' arg non-optional.
3861 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3862 vc-checkout-model.
3863 (vc-default-dired-state-info): Use vc-state instead of
3864 vc-locking-user and return special strings for special states.
3865 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3866 and get rid of one of the special CVS cases.
3867 (vc-cancel-version): prettify error message with \\[...].
3868 (vc-rename-master): New function.
3869 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3870 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3871 the CVS special case generic.
3872 (vc-default-record-rename): Remove.
3873 (vc-file-tree-walk-internal): Only call FUNC for files that are
3874 under control of some VC backend and replace `concat' with
3875 expand-file-name.
3876 (vc-file-tree-walk): Update docstring.
3877 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3878 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3879
3880 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3881 vc-sccs-record-rename. Use `find-file-noselect' rather than
3882 `find-file' and call `vc-rename-master' to do the actual move.
3883 (vc-sccs-diff): Remove unused `backend' variable.
3884
3885 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3886 to delay loading of vc-sccs until it is really used.
3887 (vc-sccs-master-templates): Preload.
3888 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3889 (vc-sccs-project-dir): Remove (merged into
3890 vc-sccs-search-project-dir).
3891 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3892 rather than `concat', make sure it is preloaded and don't bother
3893 to check that the file actually exists.
3894 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3895 `locks' argument (use buffer's content instead) and eliminate n^2
3896 behavior.
3897
3898 * vc-rcs.el: Update Copyright.
3899 (vc-rcs-rename-file): New function.
3900 (vc-rcs-diff): Remove unused `backend' variable.
3901
3902 * vc-hooks.el: Update Copyright.
3903 (vc-backend): Don't accept a nil argument any more.
3904 (vc-up-to-date-p): Turn into a defsubst.
3905 (vc-possible-master): New function.
3906 (vc-check-master-templates): Use `vc-possible-master' and allow
3907 funs in vc-X-master-templates to return a non-existent file.
3908
3909 * vc-cvs.el: Update Copyright.
3910 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3911 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3912
3913 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3914
39152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3916
3917 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3918 since it can be called from vc-rcs.el.
3919 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3920
39212000-09-04 Andre Spiegel <spiegel@gnu.org>
3922
3923 * vc.el (vc-version-diff): Expand file name read from the
3924 minibuffer. Handle the case when a previous version number can't
3925 be guessed. Give suitable messages when there were no differences
3926 found.
3927 (vc-clear-headers): Call backend-specific implementation, if one
3928 exists.
3929 (vc-cancel-version): Made error checks generic. When done, clear
3930 headers generically, too.
3931
3932 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3933 from vc-clear-headers in vc.el.
3934
3935 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3936 correctly.
3937 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3938 optional. Handle the case when it's not there.
3939
39402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3941
3942 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3943
39442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3945
3946 * vc-hooks.el (vc-loadup): Remove.
3947 (vc-find-backend-function): Use `require'. Also, handle the case
3948 where vc-BACKEND-hooks.el doesn't exist.
3949 (vc-call-backend): Cleanup.
3950
39512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3952
3953 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3954 vc-rcs-grab-templates)
3955 (vc-rcs-registered): Remove. The default function works as well.
3956 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3957 vc-sccs-grab-templates)
3958 (vc-sccs-registered): Remove. The default function works as well.
3959
3960 * vc.el (vc-version-diff): Left out a vc- in call to
3961 vc-call-backend.
3962 (vc-default-dired-state-info, vc-default-record-rename)
3963 (vc-default-merge-news): Update for the new backend argument.
3964
3965 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3966 using the default function.
3967 (vc-call-backend): If calling the default function, pass it the
3968 backend as first argument. Update the docstring accordingly.
3969 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3970 for the new backend argument.
3971 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3972 (vc-find-backend-function): Use the new name.
3973 (vc-default-registered): New function.
3974
39752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3976
3977 * vc.el (vc-merge): Use vc-find-backend-function.
3978
3979 * vc-hooks.el (vc-backend-functions): Remove.
3980 (vc-loadup): Don't setup 'vc-functions.
3981 (vc-find-backend-function): New function.
3982 (vc-call-backend): Use above fun and populate 'vc-functions
3983 lazily.
3984 (vc-backend-defines): Remove.
3985
39862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3987
3988 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3989 Call vc-call-backend without the leading vc-.
3990 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3991 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3992 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3993 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3994 Call vc-call-backend without the leading vc-.
3995
3996 * vc-cvs.el (tail): Provide vc-cvs.
3997 * vc-sccs.el (tail): Provide vc-sccs.
3998 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3999
4000 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4001 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4002 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4003 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4004 (vc-call-backend): Always try to load vc-X-hooks.
4005 (vc-registered): Remove vc- in call to vc-call-backend.
4006
40072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4008
4009 * vc.el (vc-process-filter): New function.
4010 (vc-do-command): Setup `vc-process-filter' for the async process.
4011 (vc-maybe-resolve-conflicts): New function to reduce
4012 code-duplication. Additionally, it puts the buffer in
4013 `smerge-mode' if applicable.
4014 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4015 calling `merge-news'.
7f8b6551 4016 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4017 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4018 interfacing to log-edit.el.
4019 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4020 log-edit is available.
4021 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4022
40232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4024
4025 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4026 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4027 defvar and the initialization.
4028 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4029
4030 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4031 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4032
7f8b6551 4033 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4034
40352000-09-04 Andre Spiegel <spiegel@gnu.org>
4036
4037 * vc.el (vc-file-clear-masterprops): Removed.
4038 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4039 (vc-version-diff): Use buffer-size without argument.
4040 (vc-register): Heed vc-initial-comment.
4041
4042 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4043 default branch.
4044
4045 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4046 file name and workfile version.
4047 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4048
4049 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4050 vc-file-clear-masterprops.
4051
4052 * vc-sccs.el (vc-sccs-checkout): Removed call to
4053 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4054 rather than user login name.
4055
4056
40572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4058
4059 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4060 `want-differences-if-changed' and simplify.
4061 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4062 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4063 output (which is invalid for async vc-diff) to decide whether to
4064 do the revert silently or not.
4065
40662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4067
4068 * vc-hooks.el (vc-loadup): Load files quietly.
4069 (vc-call-backend): Oops, brain fart.
4070
40712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4072
4073 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4074 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4075
40762000-09-04 Andre Spiegel <spiegel@gnu.org>
4077
4078 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4079 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4080 vc-state or vc-up-to-date-p.
4081 (vc-merge): Use vc-backend-defines to check whether merging is
4082 possible. Set state to 'edited after successful merge.
4083
4084 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4085 return that name. Redocumented.
4086
40872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4088
4089 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4090 new `vc-state' semantics.
4091 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4092 'vc-locking-user to the current user.
4093 (vc-merge): Inline vc-backend-merge. Comment out code that I
4094 don't understand and hence can't adapt to the new `vc-state' and
4095 `vc-locking-user' semantics.
4096 (vc-backend-merge): Remove.
4097
4098 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4099 rather than 'vc-locking-user.
4100
4101 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4102
4103 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4104 (vc-state): Don't use 'reserved any more. Just use the same
4105 convention as the one used for vc-<backend>-state where the
4106 locking user (as a string) is returned.
4107 (vc-locking-user): Update, based on the above convention. The
4108 'vc-locking-user property has disappeared.
7f8b6551 4109 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4110
4111 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4112 with a heuristic one.
4113 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4114 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4115 error. That allows us to get to 'needs-merge even in the
4116 stay-local case. There's still no way to detect 'needs-patch in
4117 such a setup (or to force an update for that matter).
4118 (vc-cvs-logentry-check): Remove, the default works as well.
4119
41202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4121
7f8b6551 4122 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4123
4124 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4125 major-mode in which the buffer might have been put earlier. Use
4126 `remove' and `when'. Allow `okstatus' to be `async' and use
4127 `start-process' in this case.
4128 (vc-version-diff): Handle the case where the diff looks empty
4129 because of the use of an async process.
4130
41312000-09-04 Andre Spiegel <spiegel@gnu.org>
4132
4133 * vc.el (vc-next-action-on-file): Removed optional parameter
4134 `simple'. Recompute state unconditionally.
4135 (vc-default-toggle-read-only): Removed.
4136
4137 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4138 (vc-toggle-read-only): Undid prev change.
4139
4140 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4141 vc-cvs-simple-toggle. Redocumented.
4142 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4143 (vc-cvs-toggle-read-only): Removed.
4144
41452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4146
7f8b6551 4147 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4148 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4149 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4150 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4151 still is. So maybe it should be removed.
4152 (vc-head-version, vc-find-binary): Remove.
4153 (vc-recompute-state): Move from vc-hooks.el.
4154 (vc-next-action-on-file): Add a `simple' argument to allow
4155 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4156 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4157 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4158 (vc-dired-mode-map): Properly defvar it.
4159 (vc-print-log): Call log-view-mode if available.
4160 (small-temporary-file-directory): defvar instead of use boundp.
4161 (vc-merge-news): Moved to vc-cvs.el.
4162 (vc-default-merge-news): New function.
4163
4164 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4165 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4166 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4167 unknown `vc-latest-version' function. It should probably refer to
4168 vc-workfile-version or somesuch, but it's very unclear to me and I
4169 don't have SCCS to test things.
4170
4171 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4172 (vc-sccs-state-heuristic): Fix typo.
4173 (vc-sccs-workfile-unchanged-p): Add missing argument.
4174
4175 * vc-rcs.el: Require vc and vc-rcs-hooks.
4176 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4177 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4178 (vc-release-greater-or-equal-p): Move from vc.
4179 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4180 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4181 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4182 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4183
4184 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4185 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4186 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4187 than the apparently unbound `workfile-version'.
4188
4189 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4190 (vc-file-prop-obarray): Use `make-vector'.
4191 (vc-backend-functions): Add new hookable functions
4192 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4193 (vc-loadup): If neither backend nor default functions exist, use
4194 the backend function rather than nil.
4195 (vc-call-backend): If the function if not bound yet, try to load
4196 the non-hook file to see if it provides it.
4197 (vc-call): New macro plus use it wherever possible.
4198 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4199 nor `vc-find-binary' since it's only called from
7f8b6551 4200 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4201 (vc-checkout-model): Fix parenthesis.
4202 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4203
7f8b6551 4204 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4205 (vc-cvs-release, vc-cvs-system-release): Remove.
4206 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4207 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4208 status symbols.
4209 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4210 (vc-cvs-toggle-read-only): First cut at a function to allow a
4211 cvs-status-free vc-toggle-read-only.
4212 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4213 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4214 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4215 (vc-cvs-checkout): Modify access rights directly if the user
4216 requested not to use `cvs edit'. And refresh the mode line.
4217
4218 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4219 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4220
42212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4222
4223 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4224 workfile' that got lost when the code was extracted from vc.el.
4225 And merged the tail with the rest of the code (not possible in the
4226 old vc.el where the tail was shared among all backends). And
4227 explicitly set the state to 'edited if `writable' is set.
4228
4229 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4230 (vc-cvs-state): Be careful to return the value from
4231 vc-cvs-parse-state.
4232 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4233 property but return it instead. Also be careful to handle a nil
4234 or "" `rev' when workfile is non-nil (it was handled properly when
4235 workfile was nil).
4236
4237 * vc.el: Removed those pesky unnecessary `(function' quotes.
4238 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4239 directly in the defvar.
4240 (vc-do-command): Bind inhibit-read-only so as to properly handle
4241 the case where the destination buffer has been made read-only.
4242 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4243 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4244 (vc-annotate-mode-variables): Removed (code moved partly to
4245 defvars and partly to vc-annotate-add-menu).
4246 (vc-annotate-mode): Turned into a derived-mode.
4247 (vc-annotate-add-menu): Moved in code in
4248 vc-annotate-mode-variables.
4249 (vc-update-change-log): Use make-temp-file if available.
4250
42512000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4252
4253 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4254 `vc-checkout-model' updated to `vc-cvs-update-model'.
4255
42562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4257
4258 * vc.el (vc-next-action-on-file): Added handling of state
4259 `unlocked-changes'.
4260 (vc-checkout-carefully): Is now practically obsolete, unless the
4261 above is too slow to be enabled unconditionally.
4262 (vc-update-change-log): Fixed typo.
4263
4264 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4265
7f8b6551
SM
4266 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4267 Now handles state `unlocked-changes'.
4268 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4269
4270 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4271
4272 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4273 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4274 `unlocked-changes'.
4275 (vc-rcs-workfile-unchanged-p): Renamed from
4276 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4277 function yet, but supposed to become one soon.
4278
4279 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4280 `vc-steal-lock'.
4281 (vc-call-backend): Changed error message.
4282 (vc-state): Added description of state `unlocked-changes'.
4283
42842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4285
4286 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4287 always return t in CVS-controlled directories.
4288
4289 * vc.el (vc-responsible-backend): New function.
4290 (vc-register): Largely rewritten.
4291 (vc-admin): Removed (implementation moved into vc-register).
4292 (vc-checkin): Redocumented.
4293 (vc-finish-logentry): If no backend defined yet (because we are in
4294 the process of registering), use the responsible backend.
4295
4296 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4297 Updated function lists.
4298 (vc-call-backend): Fixed typo.
4299
7f8b6551
SM
4300 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4301 New functions.
4302 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4303 Removed query option. Redocumented.
7a004b71
GM
4304
43052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4306
4307 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4308
4309 * vc.el: Updated callers of `vc-checkout-required' to use
4310 `vc-checkout-model'.
4311
43122000-09-04 Martin Lorentzson <martinl@gnu.org>
4313
4314 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4315 stuff updated to reference this function instead of the old
4316 `vc-backend-release-p'.
4317
43182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4319
4320 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4321 vc-checkout-model. Return appropriate values. Updated callers.
4322
43232000-09-04 Martin Lorentzson <martinl@gnu.org>
4324
7f8b6551 4325 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4326 (vc-backend-revert): Function moved into `vc-revert';
4327 `vc-next-action' must be updated to accomodate this change.
4328 (vc-backend-steal): Function moved into `vc-finish-steal'.
4329 (vc-backend-logentry-check): Function moved into
4330 `vc-finish-logentry'.
4331 (vc-backend-printlog): Function moved into `vc-print-log'.
4332 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4333 (vc-backend-assign-name): Function moved into
4334 `vc-create-snapshot'.
4335
43362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4337
4338 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4339 Rename to vc-checkout-model. Return appropriate values.
4340 Update callers.
7a004b71 4341
7f8b6551 4342 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4343 to vc-checkout-model.
7f8b6551
SM
4344 (vc-checkout-required): Rename to vc-checkout-model.
4345 Re-implement and re-comment.
7a004b71
GM
4346 (vc-after-save): Use vc-checkout-model.
4347
43482000-09-04 Martin Lorentzson <martinl@gnu.org>
4349
7f8b6551
SM
4350 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4351 Update to use the vc-BACKEND-diff functions instead.
4352 `vc-diff' is now working.
7a004b71 4353
7f8b6551 4354 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4355
7f8b6551 4356 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4357
4358 * vc-sccs.el (vc-sccs-diff): Function changed name from
4359 `vc-backend-diff'. This makes `vc-diff' work.
4360
7f8b6551 4361 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4362 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4363 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4364 signaled during `vc-after-save'.
4365
7f8b6551
SM
4366 * vc.el: Fix typo.
4367 This checkin is made with our new VC code base for the very first time.
4368 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4369
4370 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4371 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4372
4373 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4374 updated to `vc-uses-locking'.
7f8b6551 4375 (vc-checkout-required): Call to backend function.
7a004b71
GM
4376 `vc-checkout-required' updated to `vc-uses-locking' instead.
4377
4378 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4379 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4380
7f8b6551 4381 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4382 to match the split into various backends.
7f8b6551 4383 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4384 (vc-retrieve-snapshot): Bug fix.
4385
43862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4387
4388 * vc-sccs.el (vc-sccs-release): Doc fix.
4389
43902000-09-04 Martin Lorentzson <martinl@gnu.org>
4391
4392 * vc.el (vc-next-action-on-file): Bug found and fixed.
4393 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4394 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4395
4396 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4397 (vc-rcs-checkout): Name space cleaned up. No more revision number
4398 crunching function names that are not prefixed with vc-rcs.
4399 (vc-rcs-checkout-model): Function added. References to
4400 `vc-checkout-model' replaced.
4401
44022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4403
4404 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4405 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4406 still need to be split, and implemented for RCS).
4407
44082000-09-04 Martin Lorentzson <martinl@gnu.org>
4409
4410 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4411
4412 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4413 required by the vc.el file.
4414
4415 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4416 required by the vc.el file.
4417 (vc-rcs-exists): Function added.
4418
4419 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4420 required by the vc.el file.
4421
4422 * vc.el (vc-admin): Updated to handle selection of appropriate
4423 backend. Current implementation is crufty and need re-thinking.
4424
4425 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4426
44272000-09-04 Martin Lorentzson <martinl@gnu.org>
4428
4429 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4430 beginning of annotate buffers correctly.
4431
4432 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4433 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4434 functionality updated quite a lot to support multiple backends.
4435 Variables `vc-annotate-mode', `vc-annotate-buffers',
4436 `vc-annotate-backend' added.
4437
4438 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4439 `vc-annotate-difference' added to supported backend functions.
4440
44412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4442
4443 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4444 Use with-temp-file instead of /bin/sh. Merged from mainline
4445
44462000-09-04 Martin Lorentzson <martinl@gnu.org>
4447
4448 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4449
4450 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4451
4452 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4453
44542000-09-04 Martin Lorentzson <martinl@gnu.org>
4455
4456 * vc-hooks.el: vc-state-heuristic added to
4457 vc-backend-hook-functions.
4458
4459 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4460
4461 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4462
7f8b6551
SM
4463 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4464 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4465 state to `reserved'.
4466
4467 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4468 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4469
44702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4471
7f8b6551 4472 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4473 untouched.
4474
7f8b6551 4475 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4476
7f8b6551 4477 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4478 if defined. (Merged from main line, slightly adapted.)
4479
4480 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4481 millenium problem (merged from mainline).
4482
44832000-09-04 Martin Lorentzson <martinl@gnu.org>
4484
4485 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4486 part and moved the non-BACKEND stuff to vc.el.
4487
4488 * vc.el: Split the annotate feature into a BACKEND specific part
4489 and moved it from the vc-cvs.el file to this one.
4490
44912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4492
7f8b6551
SM
4493 * vc-hooks.el: Implement new state model.
4494 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4495 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4496 locked by somebody else.
7f8b6551 4497 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4498 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4499 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4500 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4501
7f8b6551
SM
4502 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4503 Various simplifications and adaptations all over the place.
7a004b71 4504
7f8b6551
SM
4505 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4506 Simplify and adapt the rest.
7a004b71 4507
7f8b6551 4508 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4509 interaction with view mode according to recent RCS change.
7f8b6551 4510 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4511
45122000-09-04 Martin Lorentzson <martinl@gnu.org>
4513
7f8b6551 4514 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4515
45162000-09-04 Martin Lorentzson <martinl@gnu.org>
4517
4518 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4519 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4520 (vc-minor-part, vc-previous-version): Functions that operate and
4521 compare revision numbers got proper documentation. Comments added
4522 about their possible removal.
4523
45242000-09-04 Martin Lorentzson <martinl@gnu.org>
4525
4526 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4527 the vc-backend.el files.
4528
4529 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4530
4531 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4532 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4533 (vc-rcs-previous-version): Functions added.
4534
4535 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4536
4537 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4538
45392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4540
4541 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4542 Comment out the definition for now. What is the right procedure
7a004b71
GM
4543 to get rid of it?
4544 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4545 rewritten.
7f8b6551 4546 (vc-default-registered): Remove.
7a004b71
GM
4547 (vc-check-master-templates): New function; does mostly what the
4548 above did before.
4549 (vc-locking-user): Don't rely on the backend to set the property.
4550
4551 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4552 Rewrite documentation.
7a004b71
GM
4553 (vc-rcs-templates-grabbed): New variable.
4554 (vc-rcs-grab-templates): New function.
7f8b6551 4555 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4556
4557 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4558 Rewrite documentation.
7a004b71
GM
4559 (vc-sccs-templates-grabbed): New variable.
4560 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4561 (vc-sccs-registered): Rewrite to use above mechanism.
4562 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4563 Don't throw the result, simply return it.
7a004b71 4564
7f8b6551
SM
4565 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4566 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4567 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4568
7f8b6551 4569 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4570 from main line.
4571
45722000-09-04 Martin Lorentzson <martinl@gnu.org>
4573
7f8b6551 4574 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4575
7f8b6551 4576 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4577
7f8b6551
SM
4578 * vc-rcs.el (vc-rcs-diff): New function.
4579 (vc-rcs-checkout): Bug (typo) found and fixed.
4580 (vc-rcs-register-switches): New variable.
7a004b71
GM
4581
4582 * vc.el (vc-backend-diff): Function removed and placed in the
4583 backend files.
4584
45852000-09-04 Martin Lorentzson <martinl@gnu.org>
4586
4587 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4588
4589 * vc.el (vc-backend-checkout): Function removed and replaced in
4590 the vc-backend.el files.
4591
4592 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4593
4594 * vc.el (vc-backend-admin): Removed and replaced in the
4595 vc-backend.el files.
4596
4597 * vc.el (Martin): Removed all the annotate functionality since it
4598 is CVS backend specific.
4599
46002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4601
4602 * spec.txt: Added specification of vc-state.
4603
4604 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4605 Remove handling of vc-latest-version and
7a004b71
GM
4606 vc-your-latest-version. What used to be vc-latest-version, is now
4607 returned as vc-workfile-version.
7f8b6551 4608 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4609
46102000-09-04 Dave Love <fx@gnu.org>
4611
4612 * vc.el: [Merged from mainline.]
4613 (vc-dired-mode): Make the dired-move-to-filename-regexp
4614 regexp match the date, to avoid treating date as file size.
4615 Add YYYY S option to WESTERN/
4616
46172000-09-04 Dave Love <fx@gnu.org>
4618
4619 * vc.el: Require `compile' when compiling.
4620 (vc-logentry-check-hook): New option.
4621 (vc-steal-lock): Use compose-mail.
4622 (vc-dired-mode-map): Defvar when compiling.
4623 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4624 vc-sccs.el and renamed. Callers changed.
4625 (vc-backend-checkout, vc-backend-logentry-check)
4626 (vc-backend-merge-news): Doc fix.
4627 (vc-default-logentry-check): New function.
4628 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4629 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4630 (vc-backend-merge): Doc fix. Use backend functions.
4631 (vc-check-headers): Use backend functions.
4632
4633 * vc-cvs.el: Require vc when compiling.
4634 (vc-cvs-register-switches): Doc fix.
4635 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4636 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4637 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4638 New functions (code from vc.el).
4639 (vc-annotate-display-default): Fix interactive spec.
4640 (vc-annotate-time-span): Doc fix.
4641
4642 * vc-rcs.el: Require vc when compiling.
4643 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4644 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4645 (vc-rcs-checkin): New functions (code from vc.el).
4646 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4647 Doc fix.
4648 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4649
4650 * vc-sccs.el: Require vc when compiling.
4651 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4652 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4653 (vc-sccs-revert)
4654 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4655 from vc.el).
4656 (vc-sccs-add-triple, vc-sccs-record-rename)
4657 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4658 (vc-sccs-admin): Doc fix.
4659
46602000-09-04 Martin Lorentzson <martinl@gnu.org>
4661
4662 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4663 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4664 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4665 from vc.el.
4666
4667 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4668
4669 * vc-cvs.el: Moved the annotate functionality from vc.el.
4670 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4671
46722000-09-04 Dave Love <fx@gnu.org>
4673
4674 * vc.el (vc-backend-release): Call vc-system-release.
4675
4676 * vc-sccs.el (vc-sccs-system-release):
4677 Renamed from vc-sccs-backend-release.
4678
4679 * vc-rcs.el (vc-rcs-system-release):
4680 Renamed from vc-rcs-backend-release.
4681
4682 * vc-cvs.el (vc-cvs-system-release):
4683 Renamed from vc-cvs-backend-release.
4684
46852000-09-04 Dave Love <fx@gnu.org>
4686
4687 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4688 backend files.
4689 (vc-backend-release): Dispatch to backend functions.
4690 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4691 probably needs attention.]
4692
4693 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4694 (vc-sccs-backend-release): New function.
4695
4696 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4697 (vc-cvs-backend-release): New function.
4698
4699 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4700 Doc fix.
4701 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4702 (vc-default-dired-state-info): New function.
4703 (vc-dired-state-info): Dispatch to backends.
4704 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4705
4706 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4707 from vc.el and renamed.
4708
47092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4710
4711 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4712 (vc-version-other-window, vc-backend-assign-name): Removed
4713 references to vc-latest-version; sometimes changed into
4714 vc-workfile-version.
4715
4716 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4717 vc-rcs-master-workfile-version.
4718 (vc-rcs-workfile-version): Use the above. Don't call
4719 vc-latest-version (that was unreachable code, anyway).
4720 (vc-rcs-fetch-master-properties): Doc fix.
4721
4722 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4723 (vc-backend-hook-functions): Removed them from this list, too.
4724 (vc-fetch-properties): Removed.
4725 (vc-workfile-version): Doc fix.
4726
4727 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4728 (vc-rcs-workfile-version, vc-rcs-locking-user)
4729 (vc-rcs-uses-locking): Use it.
4730
4731 * vc-hooks.el (vc-consult-rcs-headers):
4732 Moved into vc-rcs-hooks.el, under the name
4733 vc-rcs-consult-headers.
4734
4735 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4736 headers.
4737 (vc-cvs-find-master): Use this name only; correct different
4738 versions of the name.
4739
4740 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4741 New functions.
4742 (vc-sccs-locking-user): Use the latter.
4743
4744 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4745 New functions.
4746
4747 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4748 Moved into both
4749 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4750 functions are implementation details of those two backends.
4751
47522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4753
4754 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4755 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4756
4757 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4758 (vc-sccs-parse-locks): SCCS-specific code moved here from
4759 vc-hooks.
4760
4761 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4762 code moved here from vc-hooks.
4763
4764 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4765 into back-end specific parts and removed. Callers not updated
4766 yet; because I guess these callers will disappear into back-end
4767 specific files anyway.
4768
47692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4770
4771 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4772 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4773 `vc-uses-locking'.
4774
4775 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4776 Store yes/no in the property, and return t/nil. Updated all
4777 callers.
4778
4779 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4780 vc-sccs-uses-locking. Don't set property.
4781 (vc-sccs-locking-user): Don't set property.
4782
4783 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4784 vc-cvs-uses-locking. Don't set property here; leave that to
4785 vc-hooks.
4786 (vc-cvs-locking-user): Reflect above change. Streamlined.
4787
4788 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4789 vc-rcs-uses-locking.
4790 (vc-rcs-locking-user): Reflect above change.
4791
47922000-09-04 Dave Love <fx@gnu.org>
4793
4794 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4795
4796 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4797
4798 * vc-hooks.el (vc-checkout-model): Punt to backends.
4799
4800 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4801
4802 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4803
4804 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4805 New functions.
4806
4807 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4808 New functions.
4809
4810 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4811 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4812
4813 * vc-hooks.el (vc-default-locking-user): New function.
4814 (vc-locking-user, vc-workfile-version): Punt to backends.
4815
48162000-09-04 Dave Love <fx@gnu.org>
4817
4818 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4819 (vc-master-workfile-version): Moved from vc-hooks.
4820
4821 * vc-rcs-hooks.el: Fix duplicate code in last change.
4822
4823 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4824 (vc-rcs-master-templates): Improve :type.
4825 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4826 vc-master-workfile-version): Moved from vc-hooks.
4827
4828 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4829 (vc-sccs-master-templates): Improve :type.
4830 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4831
4832 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4833
4834 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4835 (vc-cvs-master-templates): Improve :type. Use
4836 vc-cvs-find-cvs-master.
4837 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4838 from vc-hooks.
4839 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4840
4841 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4842 Moved to vc-cvs-hooks.
4843
4844 * vc-hooks.el: Add doc strings in various places. Simplify the
4845 minor mode setup.
4846 (vc-handled-backends): New user variable.
4847 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4848 simplification.
4849
48502000-09-04 Dave Love <fx@gnu.org>
4851
4852 * vc.el: Some doc fixes for autoloaded and interactive functions.
4853 Fix compilation warnings from ediff stuff.
4854 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4855
4856 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4857
4858 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4859
4860 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4861
48622000-09-04 Dave Love <fx@gnu.org>
4863
4864 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4865 New variable.
4866 (vc-make-backend-function, vc-loadup, vc-call-backend)
4867 (vc-backend-defines): New functions.
4868
4869 * vc-hooks.el: Various doc fixes.
4870 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4871 (vc-match-substring): Function removed. Callers changed to use
4872 match-string.
4873 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4874 Simplify.
4875
48762000-09-04 Dave Love <fx@gnu.org>
4877
4878 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4879 type.
4880 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4881 (vc-sccs-registered): Doc fix.
4882
4883 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4884 (vc-cvs-registered): Doc fix.
4885
4886 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4887 (vc-rcs-registered): Doc fix.
4888
48892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4890
4891 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4892
4893 * vc-hooks.el: vc-registered has been renamed
4894 vc-default-registered. Some functions have been moved to the
4895 backend specific files. they all support the
4896 vc-BACKEND-registered functions.
4897
48982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4899
4900 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4901
4902 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4903
a033ea13
DL
49042000-09-04 Dave Love <fx@gnu.org>
4905
179fc9ef
DL
4906 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4907 menu-bar-update-hook.
4908
4909 * help.el (help-manyarg-func-alist): Add
4910 find-operation-coding-system.
4911
a033ea13
DL
4912 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4913
4914 * custom.el (custom-set-variables): Print message about errors in
4915 setting.
4916
f8803e97
AI
49172000-09-03 Andrew Innes <andrewi@gnu.org>
4918
4919 * makefile.w32-in: Change to DOS line endings.
4920
59836110
EZ
49212000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4922
4923 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4924 minor-mode keymaps, if they don't have one.
4925
5514ba5c
EZ
49262000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4927
4928 * eshell/esh-module.el (eval-when-compile): Don't lose if
4929 esh-module.el's file name is truncated to DOS 8+3 limits.
4930
79cf8e80
JW
49312000-09-01 John Wiegley <johnw@gnu.org>
4932
4933 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4934 predicate, which caused entries in the completion list to be
4935 doubled.
4936
49372000-08-30 John Wiegley <johnw@gnu.org>
4938
4939 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4940 sending to subprocesses. Also, hook pre-command-hook if
4941 `eshell-send-direct-to-subprocesses' is non-nil.
4942 (eshell-send-direct-to-subprocesses): New config variable. If t,
4943 subprocess input is send immediately.
4944 (eshell-toggle-direct-send): New function.
4945 (eshell-self-insert-command): New function.
4946 (eshell-intercept-commands): New function.
4947 (eshell-send-input): If direct subprocess sending is enabled,
4948 don't echo any input to the Eshell buffer. Let the subprocess
4949 handle that. This requires "stty echo" in bash, for example.
4950
49512000-08-28 John Wiegley <johnw@gnu.org>
4952
4953 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4954 completion function for Eshell's implementation of `unset'.
4955
778911b9
EZ
49562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4957
4958 * info.el (Info-directory-list): Doc fix.
4959
05d07b49
PB
49602000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4961
9b4a7800 4962 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4963 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4964
9941d4c7
KH
49652000-08-31 Kenichi Handa <handa@etl.go.jp>
4966
4967 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4968 coding systems.
4969
af9ba8ad
AI
49702000-08-30 Andrew Innes <andrewi@gnu.org>
4971
4972 * timer.el (run-with-idle-timer): Undo last change, so that timer
4973 is not activated immediately if Emacs is already idle. Some
4974 existing code relies on this behaviour.
4975
caccd8f2
MB
49762000-08-30 Miles Bader <miles@gnu.org>
4977
4978 * frame.el (set-frame-font): Do completion of font-name for
4979 interactive use.
4980
b64c0a1c
KH
49812000-08-30 Kenichi Handa <handa@etl.go.jp>
4982
4983 * international/quail.el (quail-start-translation): Bind locally
4984 last-command-event, last-command, and this-command.
4985 (quail-start-conversion): Likewise.
75cf0095 4986 (quail-self-insert-command): Fix docstring.
b64c0a1c 4987
fd5f61d3
GM
49882000-08-29 Gerd Moellmann <gerd@gnu.org>
4989
4990 * progmodes/executable.el
4991 (executable-make-buffer-file-executable-if-script-p): Check that
4992 buffer contains at least 2 characters.
4993
5b671d04
EZ
49942000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4995
4996 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4997
485d9513
DL
49982000-08-29 Dave Love <fx@gnu.org>
4999
a39fb83d
DL
5000 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5001 (diff-mode-shared-map): Bind mouse-2.
5002 (diff-imenu-generic-expression): New variable.
5003 (diff-mode): Use it.
5004
485d9513
DL
5005 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5006 (mouse-popup-menubar): Add minor mode menus.
5007 (popup-menu): Check for lookup-key returning number.
5008
ba3478d9
MB
50092000-08-29 Miles Bader <miles@gnu.org>
5010
5011 * comint.el (comint-send-input): Create overlays using the proper
5012 front/read-advance arguments.
9b4a7800 5013
c3d6d211
GM
50142000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5015
5016 * ps-print.el: Even/odd pages printing. Doc fix.
5017 (ps-print-version): New version number (6.0).
5018 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5019 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5020 (ps-print-duplex-feature): Variable eliminated.
5021 (ps-even-or-odd-pages): New variable.
5022
ba087cd7 5023 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5024 (ebnf-version): New version (3.3).
5025 (ebnf-user-arrow): Change variable customization to sexp.
5026 (ebnf-user-arrow): Function eliminated.
5027 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5028
d313265f
KH
50292000-08-29 Kenichi Handa <handa@etl.go.jp>
5030
cba62b78 5031 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5032 (help-make-xrefs): Handle help-xref-mule-regexp.
5033
5034 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5035 variable.
5036 (describe-input-method): Temporarily activate the specfied input
5037 method to display the information.
5038 (describe-language-environment): Hyperlinks to mule related items.
5039
5040 * international/mule-diag.el (charset-multibyte-form-string): New
5041 function.
5042 (list-character-sets-1): Use charset-multibyte-form-string.
5043 (describe-character-set): New function.
5044 (describe-coding-system): Hyperlinks to safe character sets.
5045
5046 * international/quail.el (quail-help): New arg PACKAGE.
5047 Hyperlinks to mule related items.
5048 (quail-help-insert-keymap-description): Use
5049 substitute-command-keys instead of describe-bindings.
5050 (quail-translation-help): Hyperlinks to mule related items.
5051
b4bd214e
JW
50522000-08-28 John Wiegley <johnw@gnu.org>
5053
ca7aae91
JW
5054 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5055 have a defsubst call itself. Made `eshell-flatten-list' back into
5056 a function again.
5057
b4bd214e
JW
5058 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5059 catch, in case re-centering point at bottom messes up the display.
5060 This happens frequently in Emacs 21, due I believe to variable
5061 line heights.
5062
5063 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5064 to call `find-tag-interactive'.
5065
5066 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5067 the list of remember directories.
5068
d44e146b
JW
50692000-08-28 John Wiegley <johnw@gnu.org>
5070
5071 * align.el: Test align-region-separate to see if it's a symbol.
5072
546c0888 50732000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5074
5075 * eshell/esh-util.el (eshell-flatten-list): Made this function
5076 into a defsubst form. It gets used very frequently, although
5077 calls don't occur all that often.
5078
5079 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5080 examining it.
5081
5082 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5083 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5084 `eshell-protect'.
5085 (eshell-copy-handles): Created a new macro for duplicating the
5086 current set of open handles. This is needed by the looping
5087 functions.
5088 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5089 is not incorrectly stomped on.
5090
5091 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5092 declaration for pcomplete-use-paring.
5093 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5094 value of eshell-cmpl-use-paring.
5095 * pcomplete.el (pcomplete-use-paring): New config variable, to
5096 indicate whether paring should be used.
5097 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5098 completion alternatives that have already been used.
5099
5100 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5101 bound to C-c C-y, which will repeat the previous N arguments
5102 (based on prefix argument).
5103 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5104
5105 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5106 if there is no *Help* buffer. This is for XEmacs, which renames
5107 its help buffers uniquely. TODO: Find out what the current buffer
5108 name to delete is.
5109
5110 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5111 first entry that correlates to a passwd/group number. Later
5112 entries (used for group/user name aliasing to multiple IDs) are
5113 ignored.
5114
9b4a7800
TTN
5115 * eshell/em-xtra.el (eshell/expr):
5116 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5117 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5118 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5119 argument list, before passing it to the system command.
5120
5121 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5122 `find-tag' for use at final position in Eshell buffers (which
5123 otherwise triggers an error on Emacs 21).
5124 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5125 buffer, if it is currently bound to `find-tag'.
5126
5127 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5128 in the list of matched Makefile names.
5129 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5130 directory, prefer its contents to Makefile.
5131
5132 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5133 directory parts (like "cd old new", or "cd =regexp"), are now case
5134 sensitive on non-Windows/DOS platforms.
5135
5136 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5137 types RET after an open delimiter (like "), display a message
5138 indicating that Eshell is waiting for the closing delimiter.
5139
5140 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5141 environment variables.
5142
5143 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5144 gracefully if the user enters incorrect arguments.
5145
5146 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5147 Eshell buffers.
5148
9b4a7800
TTN
5149 * eshell/esh-var.el (eshell-interpolate-variable):
5150 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5151 * eshell/em-unix.el (eshell-du-sum-directory):
5152 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5153 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5154 (not (= ...)).
5155
5156 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5157 to ensure the `preserve' flag gets propagated when doing recursive
5158 directory copies.
5159
546c0888 51602000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5161
5162 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5163 Don't convert \n into \0177 in memory.
5164 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5165 and back again, when reading and writing.
9b4a7800 5166
546c0888 51672000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5168
5169 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5170 testing of `fboundp' on `processp'.
5171
5172 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5173 (eshell/jobs): Don't call process-list if it is not bound.
5174 (eshell-gather-process-output): Support systems where async
5175 subprocesses aren't supported.
5176 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5177 variables.
5178
5179 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5180 eshell-do-eval returns t.
5181 (eshell-do-pipelines-synchronously): New defmacro.
5182 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5183 when async subprocesses aren't supported.
5184 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5185 if async subprocesses aren't supported.
5186 (eshell-resume-command): Don't assume STATUS is a string.
5187
5188 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5189
5190 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5191 (eshell-close-target, eshell-get-target): Use eshell-processp.
5192 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5193 fix.
5194 (eshell-get-target, eshell-create-handles): Doc fix.
5195
546c0888 51962000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5197
546c0888 5198 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5199 criterion to include commands that output something, as long as it
5200 leaves both the command and the end-of-buffer visible when the
5201 command has exited.
5202 (eshell-review-quick-commands): Adjust the help doc string
5203 accordingly.
5204
2a371c3b
PB
52052000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5206
8348e1f9 5207 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5208 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5209
9b4a7800 5210 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5211 (file-cache-assoc-function): New variable
5212 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5213 Use file-cache-case-fold-search variable
5214 (file-cache-add-file): Use file-cache-assoc-function
5215 (file-cache-delete-file): likewise
5216 (file-cache-directory-name): likewise
5217 (file-cache-debug-read-from-minibuffer): likewise
5218
95931eb1
GM
52192000-08-28 Gerd Moellmann <gerd@gnu.org>
5220
5221 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5222 (abbrev-table-name): New function.
5223 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5224 If non-nil list local abbrev, only.
5225
bb17930d
GM
52262000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5227
546c0888
EZ
5228 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5229 from Gnus support code, and use special article copy buffer
bb17930d
GM
5230 `(gnus-original-article-buffer)' instead. This allows to get rid
5231 of article-hide-headers usage (which breaks in the latest Gnus
5232 version). Thanks to Detlev Zundel.
5233
41a68aef
KH
52342000-08-28 Kenichi Handa <handa@etl.go.jp>
5235
5236 * international/quail.el (quail-use-package): Hide "... loaded"
5237 message.
5238 (quail-start-translation, quail-start-conversion): Likewise.
5239
5240 * international/kkc.el (kkc-region): Hide "... loaded" message.
5241
28bb2cef
DL
52422000-08-27 Dave Love <fx@gnu.org>
5243
5244 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5245
11a1118d
MB
52462000-08-27 Miles Bader <miles@gnu.org>
5247
5248 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5249
0f85d477
KH
52502000-08-27 Kenichi Handa <handa@etl.go.jp>
5251
5252 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5253 'ja-dic-cnv), not (require 'skkdic-cnv).
5254
2d73e8d3
MB
52552000-08-26 Miles Bader <miles@gnu.org>
5256
a0e5a5a4
MB
5257 * faces.el (face-x-resources): Add entry for :inherit.
5258 * cus-face.el (custom-face-attributes): Add support for :inherit
5259 attribute. Add support for relative face heights.
5260 (custom-face-attributes-get): Treat `nil' as being a default value
5261 for :inherit (as well as `unspecified').
5262
19feb949
MB
5263 * faces.el (set-face-attribute): Update doc string.
5264 (face-attribute-name-alist): Add :inherit.
5265 (face-valid-attribute-values): Handle :inherit.
5266 (face-read-string): Rephrase prompt to be less confusing.
5267 Assume that DEFAULT is a string, since we must return a string.
5268 (face-read-integer): Use `format' to turn DEFAULT into an
5269 acceptable default for face-read-string. Match NEW-VALUE against
5270 the string "unspecified", not the symbol `unspecified', since
5271 that's what face-read-string returns.
5272 (read-face-attribute): Lookup a name for old-value in valid, and
5273 use it as a default if we find one. Treat all values from
5274 face-read-string as strings. If the default is used, don't do any
5275 more processing on the value, just use the old value directly.
5276 (read-face-and-attribute, modify-face): Tweak prompt.
5277 (read-face-name): Don't assume prompt ends with a space.
5278
2d73e8d3
MB
5279 * faces.el (describe-face): Add support for :inherit attribute.
5280
a1a2e38f
KH
52812000-08-25 Kenichi Handa <handa@etl.go.jp>
5282
e84fa7c5
KH
5283 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5284 concat doesn't accept interger.
5285
a1a2e38f
KH
5286 * international/kkc.el: Remove SKK from Keywords. Require
5287 ja-dic-utl instead of skkdic-utl.
5288
5289 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5290 Provide ja-dic-cnv instead of skkdic-cnv.
5291 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5292 (iso-2022-7bit-short): Add safe-charsets property.
5293 (skkdic-convert-postfix): Search Japanese chou-on character in
5294 addition to Hiragana character.
5295 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5296 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5297 (batch-skkdic-convert): Likewise.
5298
5299 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5300 Provide ja-dic-utl instead of skkdic-utl.
5301 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5302
f6499c03
DL
53032000-08-24 Dave Love <fx@gnu.org>
5304
1c2c3f16
DL
5305 * disp-table.el (standard-display-default): Make the test of `l'
5306 useful.
5307
f6499c03
DL
5308 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5309 mod sample text.
5310
5311 * international/iso-ascii.el: Make pilcrow convenient string
5312 consistent with section.
5313 (iso-ascii-display): Set up multibyte characters as well as
5314 unibyte.
5315
c543db81
KH
53162000-08-24 Kenichi Handa <handa@etl.go.jp>
5317
5318 * international/mule-cmds.el (reset-language-environment): Set
5319 default-process-coding-system to '(undecided . iso-latin-1), which
5320 makes process I/O almost consistent with file I/O. Call this
5321 function when mule-cmds.el[c] is loaded.
5322
746d9caf
AI
53232000-08-22 Andrew Innes <andrewi@gnu.org>
5324
5325 * makefile.w32-in: New file.
5326
5484005d
MB
53272000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5328
5329 * comint.el (comint-output-filter): Compare end of
5330 comint-last-output-overlay with the start of the newly inserted
5331 text, not the end, when deciding whether to extend it.
9b4a7800 5332 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5333
5334 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5335 since this is now done independently of font-lock mode.
5336
7a912f63
GM
53372000-08-21 Gerd Moellmann <gerd@gnu.org>
5338
5339 * server.el (server-kill-new-buffers): New user option.
5340 (server-existing-buffer): New buffer-local variable.
5341 (server-visit-files): When using an existing buffer, set
5342 server-existing-buffer to t.
5343 (server-buffer-done): If server-kill-new-buffers is t, kill the
5344 buffer, unless it was already present before visiting it with
5345 Emacs server.
9b4a7800 5346
240301df
EZ
53472000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5348
5349 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5350 even if the display doesn't support colors: some displays will
5351 support bold/underline faces.
5352
cbcef616
GM
53532000-08-21 Gerd Moellmann <gerd@gnu.org>
5354
6917e6bb
GM
5355 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5356
cbcef616
GM
5357 * startup.el (command-line): If user's init file had an error,
5358 add explanatory text to *Messages*.
5359
6922b018
KH
53602000-08-21 Kenichi Handa <handa@etl.go.jp>
5361
5362 * man.el (Man-getpage-in-background): Decode the process output by
5363 the system locale coding system.
5364
e50c4203
DL
53652000-08-20 Dave Love <fx@gnu.org>
5366
96ab6351
DL
5367 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5368 Don't test x-popup-menu.
5369 (function) <complete-function>: Complete only fbound symbols.
5370 <validate, value>: New.
5371 (variable) <complete-function>: Complete only bound symbols.
5372 (coding-system): Add :base-only, :complete-function, :validate,
5373 :value, :prompt-match.
5374 (widget-coding-system-prompt-value): Use read-coding-system and
5375 act on :base-only.
5376 (editable-field): Add :help-echo.
5377 (widget-push-button-gui, widget-push-button-cache)
5378 (widget-gui-action, widget-editable-list-gui): COmment out, along
5379 with uses.
5380 (widget-at): Make arg optional.
5381 (widget-echo-help): Adjust for current help-echo calling sequence.
5382 (widget-specify-field, widget-specify-button)
5383 (widget-specify-insert, widget-get-sibling, widget-image-find)
5384 (widget-convert, widget-insert, widget-leave-text)
5385 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5386 (widget-setup, widget-field-find, widget-before-change)
5387 (widget-after-change, widget-default-complete)
5388 (widget-default-create, widget-default-delete)
5389 (widget-push-button-value-create, editable-field)
5390 (widget-field-prompt-value, widget-field-validate)
5391 (widget-choice-value-create, widget-choice-action)
5392 (widget-choice-validate, widget-checklist-add-item)
5393 (widget-radio-add-item, widget-radio-chosen)
5394 (widget-radio-value-inline, widget-editable-list-value-create)
5395 (widget-editable-list-entry-create)
5396 (widget-documentation-link-add)
5397 (widget-documentation-string-value-create)
5398 (widget-regexp-validate, widget-file-complete)
5399 (widget-sexp-validate, widget-plist-convert-widget)
5400 (widget-plist-convert-widget, widget-alist-convert-widget)
5401 (widget-alist-convert-widget, widget-color-complete): Simplify,
5402 particularly to avoid bindings which aren't optimized out.
5403
e50c4203
DL
5404 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5405 Doc fix.
5406 (down-list, backward-up-list, up-list, kill-sexp)
5407 (backward-kill-sexp, mark-sexp): Make arg optional.
5408 (lisp-complete-symbol): Add optional arg PREDICATE.
5409
5410 * cus-start.el: Add display-buffer-reuse-frames,
5411 file-coding-system-alist.
5412
511bd4eb
GM
54132000-08-20 Gerd Moellmann <gerd@gnu.org>
5414
5415 * startup.el (command-line): Clear realized faces after
5416 modifying TTY color mappings.
5417
a9de7d29
MB
54182000-08-20 Miles Bader <miles@gnu.org>
5419
5420 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5421 merely a subset of FACE's attributes.
5422
8a8023d9
MB
54232000-08-19 Miles Bader <miles@gnu.org>
5424
5425 * comint.el (comint-output-filter): Save the point with a marker,
5426 not just a buffer position.
5427
5428 * international/mule.el (set-buffer-process-coding-system): Make
5429 interactive prompt less confusing.
5430
1433385f
GM
54312000-08-19 Gerd Moellmann <gerd@gnu.org>
5432
5433 * hilit-chg.el: General cleanup of doc strings, comments and
5434 code formatting.
5435
136b4eda
MB
54362000-08-19 Miles Bader <miles@gnu.org>
5437
5438 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5439 Compiler macro removed; beginning-of-line is no longer always
5440 equivalent to forward-line, in the presence of fields.
5441
5442 * comint.el (comint-output-filter): Remove ad-hoc saving of
5443 restriction, and just use save-restriction, now that it works
5444 correctly. Don't adjust comint-last-input-start to account for
5445 our insertion; it shouldn't have moved because we don't use
5446 insert-before-markers anymore. Comment out call to
5447 `force-mode-line-update'; why is it here?
5448
5449 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5450 while checking for prompt to delete. Use `forward-line 0'
5451 instead of beginning-of-line.
5452 (gud-filter): Temporarily widen gud comint buffer while
5453 examining output.
5454
cdd0f857
SM
54552000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5456
ebf96bfa
SM
5457 * progmodes/sh-script.el: Big bag of typos.
5458
cdd0f857
SM
5459 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5460 check since ispell-process is not bound when ispell is not yet loaded.
5461
9bb7a286
DL
54622000-08-18 Dave Love <fx@gnu.org>
5463
5464 * image.el (find-image): Copy `spec' before using plist-put.
5465
74ec6045
GM
54662000-08-18 Gerd Moellmann <gerd@gnu.org>
5467
5468 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5469 `portugues'.
5470
5471 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5472 backward-kill-sexp, analogous to kill-sexp.
5473
5474 * progmodes/icon.el (icon-indent-line)
5475 (icon-is-continuation-line): Handle comments specially.
5476
54772000-08-17 Ken Stevens <k.stevens@ieee.org>
5478
5479 * ispell.el: Set to standard author/maintainer/keyword fields.
5480 Fine tuning to menu map appearance and operation, and added help.
5481 Remove `start' and `end' error messages when compiling.
5482 (ispell-choices-win-default-height): Fixed comment string.
5483 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5484 castellano8 dictionaries.
5485 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5486 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5487 dictionary, added italiano dictionary.
5488 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5489 word character
5490 (ispell-tex-skip-alists): Added psfig support.
5491 (ispell-skip-html): Renamed from ispell-skip-sgml.
5492 (ispell-begin-skip-region-regexp, ispell-skip-region)
5493 (ispell-minor-check): Improved html skipping support to skip across
5494 code, and recognize `&' commands without propper `;' syntax;
5495 (ispell-process-line): Fix alignment error when manually
5496 correcting spelling.
5497 (ispell): Fix comment string.
5498 (ispell-add-per-file-word-list): Always put word list on new line.
5499
3787e12e
GM
55002000-08-17 Gerd Moellmann <gerd@gnu.org>
5501
a7b28523
GM
5502 * format.el (format-encode-run-method): Fix error message to say
5503 `encode' instead of `decode'. Use save-window-excursion around
5504 shell-command-on-region as in format-decode-run-method because
5505 shell-command-on-region can display a buffer with error output.
5506 (format-decode): Don't record undo information for the decoding.
5507 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5508 that number part of the temporary buffer name so that more than
5509 one decoding using a temporary buffer can happen safely.
5510
5511 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5512 of `A-z' in the regexp.
5513
5514 * hilit-chg.el: Fix typos in commentary.
5515
3787e12e
GM
5516 * help.el (view-emacs-news): Rewritten for new naming scheme
5517 for old NEWS files.
5518
5519 * startup.el (command-line): Pop to *Messages* in case an error
5520 is signaled while loading user-init-file.
5521
d2473540
AS
55222000-08-17 Andreas Schwab <schwab@suse.de>
5523
5524 * files.el (insert-directory): Don't lose original file name,
5525 undoing an undocumented change.
5526
c0bbaf57
GM
55272000-08-17 Alex Schroeder <alex@gnu.org>
5528
5529 * sql.el (sql-magic-go): Use comint-bol.
5530 (sql-copy-column): Use comint-line-beginning-position.
5531 (comint-line-beginning-position): Define a replacement for
5532 comint-line-beginning-position if it is not fboundp.
5533
55342000-08-17 Alex Schroeder <alex@gnu.org>
5535
5536 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5537 it didn't have any effect anyway.
5538
55392000-08-17 Alex Schroeder <alex@gnu.org>
5540
5541 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5542 --pset and pager=off instead of sending \\o|cat at the beginning
5543 of the session.
5544
9d245da5
MB
55452000-08-17 Miles Bader <miles@gnu.org>
5546
5547 * progmodes/octave-inf.el: Add compatibility definition of
5548 comint-line-beginning-position.
5549
abfdbd2e
KH
55502000-08-17 Kenichi Handa <handa@etl.go.jp>
5551
5552 * startup.el (normal-top-level): Look in each dir in load-path for
5553 a leim-list.el file too. This assures of loading leim-list.el
5554 that is created at Emacs installation time even if a user have his
5555 own leim-list.el.
5556
a0b8c939
MB
55572000-08-17 Miles Bader <miles@gnu.org>
5558
5559 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5560 foreground color to black if the background is dark.
5561
7382bcae
SM
55622000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5563
5564 * loadhist.el (unload-feature): Typo.
5565
9b4a7800 5566 * finder.el (finder-compile-keywords):
7382bcae
SM
5567 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5568 to the generated file.
5569
5570 * mail/mh-e.el (mh-make-local-vars):
5571 Replace make-variable-buffer-local with make-local-variable.
5572
cdd0f857 5573 * play/landmark.el:
7382bcae 5574 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5575 * mail/mailabbrev.el (mail-abbrevs-mode):
5576 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5577 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5578
5579 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5580
5581 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5582 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5583 Allow going past the last element.
9b4a7800 5584 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5585 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5586 (cvs-mouse-toggle-mark): Don't move point.
5587 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5588
5589 * progmodes/compile.el (grep): Provide a default set of files.
5590 (next-error): Docstring fix.
5591 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5592
5593 * emacs-lisp/easy-mmode.el (define-minor-mode):
5594 Use `symbol-value' to keep the byte-compiler quiet.
5595
5596 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5597 (diff-find-source-location): New fun, extracted from diff-goto-source.
5598 (diff-goto-source): Use it.
5599 (diff-next-complex-hunk, diff-filter-lines): New function.
5600 (diff-apply-hunk): New command.
5601
5602 * smerge-mode.el (smerge-mode-menu): Doc fix.
5603
5604 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5605
4f00b8c1
DL
56062000-08-16 Dave Love <fx@gnu.org>
5607
2b5198bb
DL
5608 * windmove.el (windmove) <defgroup>: Add :version.
5609
5610 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5611 (goto-address-fontify-p, goto-address-highlight-p)
5612 (goto-address-url-face, goto-address-url-mouse-face)
5613 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5614 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5615 (goto-address-fontify, goto-address-at-mouse): Simplify,
5616 (goto-address-at-point): browse-url-url-at-point,
5617 goto-address-find-address-at-point can return nil.
5618 (goto-address-find-address-at-point): Return nil on failure.
5619
5620 * align.el (align) <defgroup>: Add :version.
5621
5622 * calculator.el (calculator): Add :version.
5623 (calculator): Use two lines for calculator window if `modeline'
5624 face is boxed.
5625
4f00b8c1
DL
5626 * play/5x5.el: Doc fixes.
5627 (5x5) <defgroup>: Add :version.
5628
5629 * play/fortune.el (fortune) <defgroup>: Add :version.
5630 (fortune-append): Fix error message.
5631 (fortune-from-region): Doc fix.
5632
5633 * play/pong.el (pong): Doc fix.
5634
5635 * play/morse.el: Keywords, commentary, autoloads.
5636
69db7ee7
EZ
56372000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5638
5639 * desktop.el (desktop-save): Don't look at symbol-value of a
5640 member of minor-mode-alist, unless it is boundp.
5641
10e1dad9
SS
56422000-08-16 Sam Steingold <sds@gnu.org>
5643
a0b8c939 5644 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5645 `while'; use `with-current-buffer' instead of `save-excursion'.
5646 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5647
9d7bcb2e
KH
56482000-08-16 Kenichi Handa <handa@etl.go.jp>
5649
5650 * international/ccl.el (declare-ccl-program): Docstring modified.
5651 (ccl-execute-with-args): Likewise.
5652
04231ab8
MB
56532000-08-16 Miles Bader <miles@gnu.org>
5654
9d245da5 5655 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5656 comint-line-beginning-position.
5657
f68446ef
GM
56582000-08-15 Gerd Moellmann <gerd@gnu.org>
5659
dc28878c
GM
5660 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5661 'buffer-menu' property.
5662 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5663 fails.
5664 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5665 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5666 wasn't killed.
10e1dad9 5667
58ed0d3b
GM
5668 * buff-menu.el (list-buffers-noselect): Don't display the
5669 *Buffer List* buffer.
5670
32dc52f7
GM
5671 * font-lock.el: Require jit-lock to prevent a very late
5672 `Loading jit-lock' message.
5673
f68446ef 5674 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5675 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5676 mail address.
5677
90ac90a2
MB
56782000-08-15 Miles Bader <miles@gnu.org>
5679
5680 * textmodes/ispell.el (ispell-graphic-p): New constant.
5681 (ispell-choices-win-default-height, ispell-help): Use
5682 `ispell-graphic-p' instead of `xemacsp'.
5683
b0a0e263
DL
56842000-08-15 Dave Love <fx@gnu.org>
5685
c1e757e3
DL
5686 * simple.el: Autoload widget-convert when compiling.
5687 (mail-user-agent): Doc fix.
5688
5689 * help.el (function-called-at-point, variable-at-point): Use
5690 with-syntax-table.
5691 (help-manyarg-func-alist): Add insert-and-inherit.
5692
5693 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5694
5695 * delsel.el (delsel-unload-hook): New function.
5696
5697 * find-file.el: Doc fixes. Move provide to end.
5698 (ff) <defgroup>: Add :link.
5699 (ff-goto-click): Deleted.
5700 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5701 Use mouse-set-point.
5702
5703 * textmodes/tildify.el: Doc fixes.
5704 (tildify) <defgroup>: Add:version.
5705
5706 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5707 (glasses-custom-set): Use set-default, not set.
5708 (minor-mode-alist): Propertize the lighter.
5709 (glasses-mode): Provide optional arg.
5710
5f847612
DL
5711 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5712 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5713 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5714 option. Provide :type.
5715 (cwarn-configuration): Provide :type.
5716 (cwarn-mode): Doc fix.
5717
5718 * add-log.el (change-log-merge): Doc fix.
5719 (change-log-redate): New command.
5720
b0a0e263
DL
5721 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5722 Doze and Dog.
5723 (browse-url): Use dolist, not mapcar.
5724 (browse-url-at-point): Check for null url.
5725 (browse-url-event-buffer, browse-url-event-point): Functions
5726 deleted.
5727 (browse-url-at-mouse, browse-url-netscape): Simplify.
5728
5729 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5730 modes.
5731 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5732 Fix previous change to mapcan.
5733 (msb--init-file-alist, msb--add-separators)
5734 (msb--make-keymap-menu): Simplify.
5735 (msb--choose-file-menu): Use copy-sequence.
5736 (msb-mode-map): Add title to keymap.
5737 (msb-unload-hook): New function.
5738
5739 * bs.el: Fix indentation.
5740 (bs) <defgroup>: Add :links.
2b5198bb
DL
5741 (bs-show): Doc fix.
5742 (bs-apply-sort-faces): Don't use window-system.
5743 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5744
70f1b78e
EZ
57452000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5746
5747 * calendar/timeclock.el (timeclock-file): Run .timelog through
5748 convert-standard-filename.
5749
956777b3
GM
57502000-08-14 Gerd Moellmann <gerd@gnu.org>
5751
3215096c
GM
5752 * emacs-lisp/authors.el: New file.
5753
956777b3
GM
5754 * paren.el (show-paren-priority): New user option.
5755 (show-paren-function): Set overlay priorities to
5756 show-paren-priority.
10e1dad9 5757
0cde1424
MB
57582000-08-14 Miles Bader <miles@gnu.org>
5759
5760 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5761 beginning-of-line with inhibit-field-text-motion bound.
5762
90cbf47e
GM
57632000-08-14 Gerd Moellmann <gerd@gnu.org>
5764
5765 * calendar/timeclock.el: New file.
5766
57672000-08-14 David Ponce <david@dponce.com>
5768
5769 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5770 `widget-button-click'. so that one can use left mouse button to
5771 click on dialog buttons.
5772
57732000-08-14 Emmanuel Briot <briot@gnat.com>
5774
5775 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5776 identifiers, since XML is case sensitive
10e1dad9 5777
79e8dca7 57782000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5779
660394d1
MB
5780 * comint.el (comint-output-filter): Don't bother frobbing
5781 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5782
5783 * comint.el (comint-send-string, comint-send-region): Make into
5784 real functions. Snapshot the prompt before sending.
5785
218c2cc7
EZ
57862000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5789 technique similar to Info-index, instead of relying on specific
5790 names of relevant Index nodes.
5791 (Info-goto-emacs-command-node): Bind Info-history to nil when
5792 going to the first node found by Info-find-emacs-command-nodes.
5793
51e066d2 57942000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5795
5796 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5797
867102f2
MB
57982000-08-10 Miles Bader <miles@gnu.org>
5799
5800 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5801
af718538
EZ
58022000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5803
5804 * info.el (Info-file-list-for-emacs): More elements for the
5805 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5806 and woman manuals.
5807
c51bacd6
MB
58082000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5809
5810 * comint.el (comint-send-input): Make the newline boundary overlay
5811 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5812 (comint-output-filter): Use `insert' instead of
5813 `insert-before-markers'. Extend comint-last-output-overlay when
5814 necessary since we can't rely on insert-before-markers to do it.
5815 * gud.el (gud-filter): Use `with-current-buffer' instead of
5816 save-excursion when inserting the output, so that point gets
5817 updated correctly; the old method relied on a rather dodgy
5818 side-effect of comint-output-filter to avoid the effect of
5819 save-excursion.
5820
98532b12
EZ
58212000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5822
5823 * files.el (recover-file): Call insert-directory instead of
5824 invoking `ls' directly.
5825
3db4b719
MB
58262000-08-10 Miles Bader <miles@gnu.org>
5827
5828 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5829 (comint-last-prompt-overlay): New variables.
5830 (comint-output-filter): Implement prompt highlighting.
5831 (comint-snapshot-last-prompt): New function.
5832 (comint-send-input): Snapshot the last prompt.
5833 Use comint-highlight-input-face.
5834 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5835 Use defface instead of defcustom.
5836 (send-invisible, comint-send-eof): Snapshot the last prompt.
5837 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5838 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5839
96190aa1
SM
58402000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5841
5cda4b07
SM
5842 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5843 (regexp-opt-group): Use a list of chars for `letters'.
5844 (regexp-opt-charset): `chars' is now a list of chars.
5845 Use a char-table rather than a vector so it works for multibyte chars.
5846
96190aa1
SM
5847 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5848 Set cvs-minor-current-files to the selected fileinfo.
5849 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5850 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5851
7d093d56
EZ
58522000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5853
5854 * files.el (insert-directory): Don't call access-file on
5855 directories on DOS and Windows.
5856
b24c5811
KH
58572000-08-09 Kenichi Handa <handa@etl.go.jp>
5858
5859 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5860 longer if necessary.
5861 (ccl-embed-code): Call ccl-embed-data to store CODE in
5862 ccl-program-vector.
5863
0a6fd67e
MB
58642000-08-09 Miles Bader <miles@gnu.org>
5865
5866 * comint.el (comint-output-filter): Properly handle the case where
5867 the text surrounded by comint-last-output-overlay was deleted.
5868
9f6d1a6c
GM
58692000-08-08 Gerd Moellmann <gerd@gnu.org>
5870
25ad1371
GM
5871 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5872 non-nil.
5873 (Info-file-list-for-emacs): Remove "info" from the list because
5874 that leads to trying to use the documentation from file `info'
5875 in various situations where it isn't appropriate, for instance
5876 C-h C-k C-h i.
5877
5878 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5879 DIR and/or STRING are nil.
5880
5881 * progmodes/compile.el (compilation-setup): Make variable
5882 compilation-error-screen-columns buffer-local, as some comment
5883 in the code suggests it should be.
5884
5885 * files.el (auto-mode-interpreter-regexp): New variable.
5886 (set-auto-mode): Use it.
5887
5888 * indent.el (indent-for-tab-command): Doc fix.
5889
5890 * mouse-sel.el (mouse-sel-mode): Doc fix.
5891
9f6d1a6c
GM
5892 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5893 labels.
5894
5895 * help.el (print-help-return-message): When
5896 display-buffer-reuse-frames is set, let the help window been quit,
5897 instead of deleting it, which might delete a reused frame.
5898
3d819a75
EZ
58992000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5900
5901 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5902 rename a directory to a name that differs only by its letter case.
5903
c5a52529
KH
59042000-08-08 Kenichi Handa <handa@etl.go.jp>
5905
5906 * international/quail.el (quail-define-rules): Handle Quail decode
5907 map correctly. Add code for supporting annotations.
5908 (quail-install-decode-map): New function.
5909 (quail-defrule-internal): New optional arguments decode-map and
5910 props.
5911 (quail-advice): New function.
5912
5e9e032a
SS
59132000-08-07 Sam Steingold <sds@gnu.org>
5914
5915 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5916 `defconst', `define-condition', `with-slots'.
5917 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5918
46645f4b
MB
59192000-08-03 Miles Bader <miles@gnu.org>
5920
5921 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5922 New variable.
5923 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5924 comint-use-prompt-regexp-instead-of-fields.
5925 (comint-send-input): Add `input' field property to stuff we send to
5926 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5927 (comint-output-filter): Add `output' field property to process
5928 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5929 (comint-replace-by-expanded-history)
5930 (comint-get-old-input-default, comint-show-output)
5931 (comint-backward-matching-input, comint-forward-matching-input)
5932 (comint-next-prompt, comint-previous-prompt): Use field
5933 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5934 (comint-line-beginning-position): New function.
5935 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5936 (comint-replace-by-expanded-history-before-point): Use
5937 comint-line-beginning-position and line-end-position.
5938 (comint-last-output-overlay): New variable.
5939 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5940
5941 * shell.el (shell-prompt-pattern): Doc change.
5942 (shell-backward-command): Use line-beginning-position.
5943
5944 * gud.el (gud-gdb-complete-command): Use
5945 comint-line-beginning-position.
5946
5947 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5948 comint-bol doesn't actually go to the beginning of the line.
5949
5950 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5951 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5952 (try-expand-line-all-buffers): Likewise.
5953
5954 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5955 explicitly matching comint-prompt-regexp.
5956 (sql-copy-column): Use comint-line-beginning-position instead of
5957 explicitly matching comint-prompt-regexp.
5958
5959 * progmodes/octave-inf.el (inferior-octave-complete): Use
5960 comint-line-beginning-position.
5961
5962 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5963
5964 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5965 looking for a prompt, use `forward-line 0' instead of
5966 `beginning-of-line', to avoid getting caught by an input field.
5967
ff3d9573
GM
59682000-08-07 Gerd Moellmann <gerd@gnu.org>
5969
5970 * files.el (shell-quote-wildcard-pattern): Make sure to return
5971 PATTERN, in the Unix case.
5972
e0d8827b
EZ
59732000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * play/zone.el (zone): Discard any pending input before running
5976 the randomly-chosen pgm.
5977
24d55b8f
KH
59782000-08-07 Kenichi Handa <handa@etl.go.jp>
5979
5980 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5981 checking the existence of any multibyte characters.
5982
3d05e1ee
GM
59832000-08-06 Gerd Moellmann <gerd@gnu.org>
5984
6c4a4368
GM
5985 * help.el (describe-mode): Test minor-mode symbol for being
5986 bound before testing its value for being nil.
5987
3d05e1ee
GM
5988 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5989 `first', `second', and `third'.
5990
5991 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5992 (second): Make it an alias for `cadr'.
5993
6968a481
EZ
59942000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5995
5996 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5997 types of display support faces now.
5998
e49aa397
GM
59992000-08-05 Gerd Moellmann <gerd@gnu.org>
6000
6001 * pcvs.el (require): Require `cl' during compilation, only.
6002
6003 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6004 (toplevel): Remove `remq' and `remove' from autoloads.
6005 (cl-fake-autoloads): New variable. If set, arrange for an error
6006 when CL functions etc. are autoloaded.
6007
588aca27
EZ
60082000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6009
2e78d4ab
EZ
6010 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6011
85628348
EZ
6012 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6013 popped up, but the user clicks outside the menu, return an empty
6014 regexp (that causes unhighlight-regexp to have no effect).
6015
74f0e552
EZ
6016 * menu-bar.el (menu-bar-games-menu): Add Zone.
6017
588aca27
EZ
6018 * hi-lock.el (toplevel): Require font-lock.
6019
f4988be7
GM
60202000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6021
ba087cd7 6022 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6023 (ebnf-8-bit-chars): New var for bug fix.
6024 (ebnf-string): Bug fix.
6025
027b73ac
SS
60262000-08-03 Sam Steingold <sds@gnu.org>
6027
6028 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6029 instead of `buffer-string'.
6030 (require 'cl): Always, not just when compiling.
6031 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6032 necessary.
6033
2f1fa038
EZ
60342000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6035
6036 * international/mule-cmds.el (select-safe-coding-system): Make
6037 the message text about selecting a safe coding system more clear.
6038
ead53494
GM
60392000-08-02 Gerd Moellmann <gerd@gnu.org>
6040
abb2db1c
GM
6041 * hi-lock.el: New file.
6042
6043 * play/zone.el: New file.
6044
ead53494
GM
6045 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6046 value of tab-width in the original buffer. Choose a line number
6047 format that's a multiple of the original buffer's tab width, so
6048 that lines appear right.
6049
6050 * textmodes/ispell.el (ispell): New function, replacing an alias.
6051 Spell-check active region if in transient-mark-mode and mark
6052 is active; otherwise spell-check buffer.
6053
60542000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6055
6056 * ps-mule.el: Fix a customization problem on
6057 ps-mule-font-info-database-default.
6058
f4a2b0a4
EZ
60592000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6060
6061 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6062 display-mouse-p instead of window-system.
6063 (ebrowse-member-mode-map): Ditto.
6064
b685181e
GM
60652000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6066
ba087cd7
EZ
6067 * progmodes/ebnf2ps.el: Update ps-print functions call.
6068 Indentation fix. Doc fix.
b685181e
GM
6069 (ebnf-version): New version number (3.2).
6070 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6071
3b5fab87
EZ
60722000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6073
032ebb29
EZ
6074 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6075 font lock support on window-system.
6076 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6077
3b5fab87
EZ
6078 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6079 display-color-p, if fboundp, instead of window-system.
6080
7e2605e7
EZ
60812000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6082
6083 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6084 instead of window-system.
6085
6086 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6087 window-system.
6088 (widget-choice-mouse-down-action): Use display-popup-menus-p
6089 instead of window-system.
6090
6091 * strokes.el (strokes-file): Run the file name through
6092 convert-standard-filename.
6093 (strokes-mode): Call display-mouse-p instead of looking at
6094 window-system. Change the error message accordingly.
6095
6096 * progmodes/cpp.el (toplevel): Support faces on tty's.
6097
6098 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6099 (lm-plot-square, lm-init-display): Don't use window-system.
6100
6101 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6102 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6103
6104 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6105 instead of looking at window-system.
6106
26119624
GM
61072000-07-30 Gerd Moellmann <gerd@gnu.org>
6108
6109 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6110 of testing if iswitchb-prepost-hooks is bound, because the
6111 latter will always be true when invoking a recursive minibuffer
6112 from an active Iswitchb buffer.
6113
c90596f3
EZ
61142000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6115
6116 * files.el (shell-quote-wildcard-pattern): New function.
6117 (insert-directory): Call it. Only prepend "\" to command on Unix
6118 and GNU/Linux systems.
6119
18925e78
GM
61202000-07-30 Gerd Moellmann <gerd@gnu.org>
6121
6122 * eshell/esh-groups.el: Change custom :link file names
6123 from `eshell.info' to `eshell'.
6124
61252000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6126
6127 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6128 correctly in recursive ange-ftp listings.
6129
61302000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6131
6132 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6133 ps-header-font-size-internal and
6134 ps-header-title-font-size-internal variables are not set,
6135 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6136 face text property is (foreground-color . COLOR) or
6137 `(background-color . COLOR)', ps-print crashes. Doc fix.
6138 (ps-print-version): New version number (5.2.4).
6139 (ps-plot-region): Code fix.
6140 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6141 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6142 Bug fix 2.
6143
61442000-07-30 Milan Zamazal <pdm@freesoft.cz>
6145
6146 * glasses.el (glasses-make-readable): Fix uncapitalization of
6147 identifiers like `myXMLDocument'.
6148
aeb4c63e
KF
61492000-07-28 Karl Fogel <kfogel@red-bean.com>
6150
18925e78
GM
6151 * mail/mail-hist.el (mail-hist-previous-input)
6152 (mail-hist-next-input): Do the obvious code factorization.
6153 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6154 code of above two.
6155 If inserting a message body, leave point at top.
6156
9d453139
SS
61572000-07-28 Sam Steingold <sds@gnu.org>
6158
6159 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6160 Use `<=', not `<' to compare times!
6161 (ange-ftp-ls): Remove.
9d453139 6162
b548072f
GM
61632000-07-27 Gerd Moellmann <gerd@gnu.org>
6164
27848c01
GM
6165 * play/cookie1.el: Add explanation of how to make cookie.el
6166 compatible with strfile(1) to comment.
6167
6168 * subr.el (remove, remq): New functions.
6169
3ab82477
GM
6170 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6171 escape `*' in regexps.
6172 (midnight-find): Reverse order of arguments in the funcall of
6173 TEST.
6174
6175 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6176 and `.class'.
6177
b548072f
GM
6178 * play/meese.el: Add Commentary section.
6179
27848c01
GM
61802000-07-27 Alex Schroeder <alex@gnu.org>
6181
6182 * sql.el (sql-ms): Added autoload cookie.
6183 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6184 (sql-oracle): Ditto.
6185 (sql-help): Doc change.
6186
6187 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6188 types and exceptions.
6189
61902000-07-27 Alex Schroeder <alex@gnu.org>
6191
6192 * sql.el (sql-placeholder-history): New variable.
6193 (sql-query-placeholders-and-send): New function that will query
6194 the user and replace placeholders with user input.
6195 (sql-oracle): If running on NT, set comint-input-sender to
6196 sql-query-placeholders-and-send.
6197
6198 (sql-stop): If in the SQLi buffer, insert stop notification, else
6199 present it as a message.
6200
62012000-07-27 Alex Schroeder <alex@gnu.org>
6202
6203 * sql.el (sql-input-ring-separator): Doc change.
6204 (sql-input-ring-file-name): Doc change.
6205 (sql-interactive-mode): Use `sql-input-ring-separator' and
6206 `sql-input-ring-file-name' to set the comint-mode equivalents
6207 without making them local variables.
6208 (sql-stop): Don't bind `sql-input-ring-separator' and
6209 `sql-input-ring-file-name' dynamically to their comint-mode
6210 equivalents.
6211
91ae8751
KH
62122000-07-27 Kenichi Handa <handa@etl.go.jp>
6213
6214 * international/mule.el (register-char-codings): New function.
6215 (make-coding-system): Handle `safe-chars' specification in the arg
6216 PROPERTY.
6217
6218 * international/mule-cmds.el
6219 (find-coding-systems-region-subset-p): This function deleted.
6220 (sort-coding-systems-predicate): New variable.
6221 (sort-coding-systems): New function.
6222 (find-coding-systems-region): Use
6223 find-coding-systems-region-internal.
6224 (find-coding-systems-string): Use find-coding-systems-region.
6225 (find-coding-systems-for-charsets): Check
6226 char-coding-system-table.
6227 (select-safe-coding-system-accept-default-p): New variable.
6228 (select-safe-coding-system): Mostly rewritten. New argument
6229 ACCEPT-DEFAULT-P.
6230 (select-message-coding-system): Call select-safe-coding-system
6231 with ACCEPT-DEFAULT-P arg.
6232 (reset-language-environment): Reset default-sendmail-coding-system
6233 to the default value iso-latin-1.
6234 (set-language-environment): Don't set the obsolete variable
6235 charset-origin-alist.
6236
6237 * international/codepage.el (cp-coding-system-for-codepage-1):
6238 Give `safe-chars' property to make-coding-system.
6239
6240 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6241 calling select-message-coding-system twice.
6242
6243 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6244 instead of `safe-charsets'.
6245 (cyrillic-alternativnyj): Likewise.
6246 (ccl-encode-alternativnyj): Don't check the charset
6247 cyrillic-iso8859-5.
6248
90cf4474
KH
62492000-07-27 Kenichi Handa <handa@etl.go.jp>
6250
6251 * composite.el (compose-chars-after): Preserve match data.
6252
a1f84f6d
SS
62532000-07-26 Sam Steingold <sds@gnu.org>
6254
6255 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6256 (ange-ftp-real-file-newer-than-file-p): New function.
6257 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6258 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6259
6260 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6261 * midnight.el (midnight-float-time): Ditto.
6262
e092928e
AS
62632000-07-26 Andreas Schwab <schwab@suse.de>
6264
6265 * files.el (normal-backup-enable-predicate): Correct
6266 interpretation of the return value of compare-strings.
6267
7465ebef
GM
62682000-07-26 Gerd Moellmann <gerd@gnu.org>
6269
3353ef5a
GM
6270 * isearch.el (isearch-resume): New function.
6271 (isearch-done): Add something to command-history to resume
6272 the search.
6273 (isearch-yank-line, isearch-yank-word): Use
6274 buffer-substring-no-properties instead of buffer-substring.
6275
7465ebef
GM
6276 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6277 of flyspell-mouse-map.
6278
6279 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6280 duplicate definition.
6281 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6282
6283 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6284 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6285
5044b74a
SS
62862000-07-25 Sam Steingold <sds@gnu.org>
6287
25759a92
SS
6288 * net/ange-ftp.el: Get modtime over the net.
6289 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6290 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6291 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6292 Use it.
6293 (ange-ftp-dot-to-slash): New function.
6294 (ange-ftp-fix-name-for-vms): Use it.
6295
5044b74a
SS
6296 * midnight.el (midnight-buffer-display-time): Use
6297 `with-current-buffer'.
6298
5dcfb3f4
GM
62992000-07-25 Gerd Moellmann <gerd@gnu.org>
6300
6301 * find-dired.el: Update copyright notice.
6302 (find-dired): Offer to kill a running `find'.
6303
6304 * enriched.el (enriched-face-ans): For a `foreground-color'
6305 property, return '(("x-color" COLOR))' so that COLOR will be
6306 output as a parameter of the x-color annotation. Likewise for the
6307 `background-color' property. In the case of normal face
6308 properties, don't return annotations for unspecified foreground
6309 and background face attributes.
6310
8c662166
KH
63112000-07-25 Kenichi Handa <handa@etl.go.jp>
6312
6313 * language/japan-util.el (japanese-katakana-region): Fix handling
6314 HANKAKU argument.
6315
c28da489
MB
63162000-07-25 Miles Bader <miles@gnu.org>
6317
6318 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6319 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6320 constrain-to-field.
6321
ad349719
AI
63222000-07-24 Andrew Innes <andrewi@gnu.org>
6323
6324 * timer.el (timer-activate-when-idle): Add optional parameter
6325 DONT-WAIT. Update docstring.
6326 (run-with-idle-timer): Specify extra parameter to
6327 timer-activate-when-idle, so that timer will be activated
6328 immediately if Emacs is already idle.
6329
6330 * w32-fns.el (w32-using-nt): Fix docstring.
6331
c95162f5
DL
63322000-07-24 Dave Love <fx@gnu.org>
6333
6334 * mouse.el (popup-menu): Set last-command-event.
6335 (mouse-major-mode-menu-prefix): Declare.
6336
e3c31fd5
GM
63372000-07-24 Gerd Moellmann <gerd@gnu.org>
6338
6339 * textmodes/flyspell.el: Update to author's version 1.5d.
6340
6341 * progmodes/hideshow.el: Update copyright notice.
6342
6343 * vcursor.el: Set maintainer to FSF, since author cannot
6344 be reached.
6345
7636d2a3
EZ
63462000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6347
fbe0a958
EZ
6348 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6349 the prompt.
6350
7636d2a3
EZ
6351 * mouse.el (popup-menu): Run the keymap through indirect-function,
6352 in case it was defined with define-prefix-key. If the menu is a
6353 list of keymaps, look up the binding of user's choice in each one
6354 of the keymaps.
6355 (mouse-popup-menubar): If the global and local menu-bar keymaps
6356 don't have a prompt string, create one and insert it into the
6357 keymap. Don't barf if current-local-map returns nil.
6358
e024b101
GM
63592000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6360
6361 * dired.el (dired-sort-R-check): Added to allow recursive listing
6362 to be undone.
6363 (dired-sort-other): Use it.
6364
7972fcfc
GM
63652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6366
e024b101 6367 * Release of cc-mode 5.27
7972fcfc
GM
6368
63692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6370
6371 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6372 c-beginning-of-statement-1 that caused a bad case of recursion
6373 which could consume a lot of CPU in large classes in languages
6374 that have in-expression classes (i.e. Java and Pike).
6375
6376 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6377 statements before top level constructs (i.e. case 6 is moved
6378 before case 5 and is now case 4) to catch in-expression
6379 classes in top level expressions correctly.
6380
63812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6382
6383 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6384 objc-method-intro. Case 4 removed and case 5I added.
6385
6386 * cc-langs.el (c-append-paragraph-start): New variable used by
6387 c-common-init to get paragraph-start correct.
6388 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6389 initialize paragraph-start to make it correct both with and
6390 without the javadoc special case.
6391
6392 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6393 initialize paragraph-start for javadoc markup.
6394
6395 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6396 change by defaulting this to t. It's motivated by the
6397 confusing behavior that otherwise arise from the style system
6398 when editing both java and non-java files at the same time
6399 (see the comments about style setting in c-common-init).
6400
64012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6402
6403 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6404 similar to the one in c-fill-paragraph to check the fill
6405 prefix from the adaptive fill function for sanity.
6406
64072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6408
6409 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6410 defun block.
6411
64122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6413
5044b74a 6414 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6415
64162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6417
6418 * cc-align.el (c-lineup-multi-inher): Handle lines with
6419 leading comma nicely. Extended to handle member initializers
6420 too.
6421
e024b101 6422 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6423 c-guess-basic-syntax): Fixed recognition of inheritance lists
6424 when the lines begins with a comma.
6425
5044b74a 6426 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6427
6428 * cc-vars.el (c-offsets-alist): Changed default for
6429 member-init-cont to c-lineup-multi-inher since it now handles
6430 member initializers and indents better for leading commas.
6431
64322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6433
6434 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6435 handling that caused class open lines to be recognized as
6436 statement-conts in some cases.
6437
6438 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6439 guessed by the adaptive fill function unless point is on the
6440 first line of a block comment.
6441
6442 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6443 when the buffer ends with a macro continuation char.
6444
6445 * cc-engine.el (c-guess-basic-syntax): Added support for
6446 function definitions as statements in Pike. The first
6447 statement in a lambda block is now labeled defun-block-intro
6448 instead of statement-block-intro.
6449
6450 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6451 so that the class surrounding point is selected, not the one
6452 innermost in the state.
6453
6454 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6455 recognition of switch labels having hanging multiline
6456 statements.
6457
6458 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6459 some code in c-guess-basic-syntax to a separate function.
6460 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6461 recognition of member inits with multiple line arglists.
6462 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6463 member-init-cont when the commas are in funny places.
6464
64652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6466
6467 * cc-defs.el (c-auto-newline): Removed this macro since it's
6468 not used anymore.
6469
6470 * cc-engine.el (c-looking-at-bos): New helper function.
6471 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6472 inexpr and toplevel classes apart in Pike.
6473
6474 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6475 of case 9A.
6476
6477 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6478 constant, since "class" can introduce an in-expression class
6479 in Pike nowadays.
6480
64812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6482
6483 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6484 indentation on cpp-macro lines.
6485
6486 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6487 a syntax modifier like comment-intro, to make it possible to
6488 get syntactic indentation for preprocessor directives. It's
6489 incompatible wrt to lineup functions on cpp-macro, but it has
6490 no observable effect in the 99.9% common case where cpp-macro
6491 is set to -1000.
6492
64932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6494
6495 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6496 member-init-cont when the preceding arglist is several lines.
6497
64982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6499
6500 * cc-styles.el (c-style-alist): The basic offset for the BSD
6501 style corrected to 8.
6502
65032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6504
6505 * cc-styles.el (c-style-alist): Adjusted the indentation of
6506 brace list openers in the gnu style.
6507
65082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6509
6510 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6511
6512 * cc-cmds.el (c-electric-brace, c-electric-slash,
6513 c-electric-star, c-electric-semi&comma, c-electric-colon,
6514 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6515 when c-syntactic-indentation is nil.
6516
6517 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6518 we were left at comments preceding the first statement when
6519 reaching the beginning of the buffer.
6520
6521 * cc-vars.el (c-syntactic-indentation): New variable to turn
6522 off all syntactic indentation.
6523
65242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6525
6526 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6527 between the text and the block comment ender when it hangs,
6528 depending on how many there are before the fill.
6529
65302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6531
6532 * cc-engine.el (c-beginning-of-closest-statement): New helper
6533 function to go back to the closest preceding statement start,
6534 which could be inside a conditional statement.
6535 * cc-engine.el (c-guess-basic-syntax): Use
6536 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6537
6538 * cc-engine.el (c-guess-basic-syntax): Better handling of
6539 arglist-intro, arglist-cont-nonempty and arglist-close when
6540 the arglist is nested inside parens. Cases 7A, 7C and 7F
6541 changed.
6542
6543 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6544 up-to-date with javadoc 1.2.
6545
65462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6547
6548 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6549 multiline Pike type decls.
6550
65512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6552
6553 * cc-cmds.el (c-indent-new-comment-line): Always break
6554 multiline comments in multiline mode, regardless of
6555 comment-multi-line.
6556
65572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6558
6559 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6560 fully::qualified::names in C++ member init lists. Preamble in
6561 case 5D changed.
6562
65632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6564
6565 * cc-langs.el (c-common-init): Handling of obsolete variables
6566 moved to c-initialize-cc-mode. More compatible style override
6567 when using global style variables.
6568 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6569 variables moved here.
6570
e024b101 6571 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6572 c-special-indent-hook as a style variable. Don't talk about
6573 doing (c-make-styles-buffer-local t) in a mode hook, since
6574 that's already too late to work right.
5044b74a 6575
7972fcfc
GM
6576 * cc-styles.el (c-make-styles-buffer-local): Flag style
6577 variable localness in c-style-variables-are-local-p to make
6578 the compatibility measure in c-common-init work well.
6579
6580 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6581 longer contain set-from-style.
6582 * cc-styles.el (c-initialize-builtin-style): Don't check for
6583 set-from-style on c-special-indent-hook.
6584 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6585 copy-alist is sufficient now.
6586
6587 * cc-styles.el (c-set-style, c-set-style-1,
6588 c-get-style-variables): Fixes to variable initialization so
6589 that duplicate entries in styles have the same effect
6590 regardless of DONT-OVERRIDE.
6591
6592 * cc-styles.el (c-set-style-2): Fixed bug where the
6593 initialization of inheriting styles failed when the
6594 dont-override flag is set.
6595
6596 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6597 on this.
6598
65992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6600
6601 * cc-defs.el (c-forward-comment): Removed the workaround
6602 introduced in 5.38 since it had worse side-effects. If a line
6603 contains the string "//\"", it regarded the // as a comment
6604 start since the \ temporarily doesn't have escape syntax.
6605
66062000-07-17 Emmanuel Briot <briot@act-europe.fr>
6607
6608 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6609 ada-xref.el before ada-prj.el, so that the Project menu is created
6610 when ada-prj tries to add to it.
6611 (ada-activate-keys-for-case): Suppress the characters that are not
6612 part of the Ada syntax. Better compatibility with else-mode
6613 (ada-adjust-case-interactive): When auto-casing is not active,
6614 correctly insert newlines (used to insert only ^M). Prevent the
6615 syntax table from being changed in case of an error
814299a7 6616 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6617 Do nothing if ada-auto-case is nil.
6618 (ada-after-keyword-p): Ignore keywords that are also attributes
6619 (ada-batch-reformat): Update usage comment
6620 (ada-call-from-contextual-menu): New function
6621 (ada-case-read-exceptions): Reinitialize the casing exception list
6622 first to nil first, so that the casing exception file can be
6623 shared.
6624 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6625 files.
6626 (ada-compile-goto-error): Fix regexp used to detect a file:line
6627 anywhere in the error message
6628 (ada-contextual-menu-last-point): New variable
6629 (ada-create-keymap): If the variable delete-key-deletes-forward is
6630 t on XEmacs, it means that DEL should delete one character
6631 forward.
6632 (ada-create-menu): Use :included instead of :visible for XEmacs.
6633 New submenu "Options".
6634 (ada-end-stmt-re): Correctly indent "select ... then abort"
6635 statements.
6636 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6637 even if they don't match ada-fill-comment-prefix Fix handling of
6638 paragraphs on the first or last line of a file.
6639 (ada-format-paramlist): Fix handling of default parameter values.
6640 (ada-get-body-name): New function.
6641 (ada-get-current-indent): Optimized by searchling directly for an
6642 existing generic part or a statement outside of it. Handle
6643 ada-indent-align-comments when indenting comments Replaced some
6644 regexps by testing directly the next character. This results in a
6645 huge speedup on some files. New indentation scheme for renames
6646 statements. Stop looking for the 'while' or 'for' associated with
6647 a 'loop' at the first semicolon encountered. A "return" can also
6648 match an anonymous access subprogram declaration.
6649 (ada-get-indent-noindent): Ignore strings and comments when
6650 looking for the keywords "record" and "private".
6651 (ada-goto-matching-decl-start): When matching "if", make sure we
6652 are not in fact seeing "end if". Ignore "when" statements except
6653 when initial keyword was "begin". Fix handling of nested
6654 procedures. Add a recursive call to this function to skip over
6655 other 'end' statmts. Fix indentation for "when .. => begin"
6656 (ada-in-open-paren-p): Fix indentation for complex boolean
6657 expressions, where 'and then', 'or else' and parenthesis
6658 statements are mixed up.
6659 (ada-in-paramlist-p): Skip comments while searching for the
6660 beginning Fix handling of operator declarations.
6661 (ada-indent-align-comments): New variable
6662 (ada-indent-current): Change the syntax table only in the
6663 protected section, so that we are sure it is restored correctly.
6664 (ada-indent-on-previous-lines): Use ada-use-indent and
6665 ada-with-indent Correctly indent "select ... then"
6666 (ada-indent-region): Slight speedup.
6667 (ada-indent-renames): New variable.
6668 (ada-last-which-function-subprog, ada-last-which-function-line):
6669 New variables
6670 (ada-looking-at-semi-private): Correctly indent the 'private'
6671 keyword when it is the first word in a package declaration.
6672 (ada-loose-case-word): Stop searching if at the end of the buffer.
6673 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6674 even if point is not initially at the end of the word.
6675 (ada-matching-decl-start-re): Add "when".
6676 (ada-mode): Add support for abbrev-mode, outline-mode and
6677 which-func-mode Override the old find-file.el entry in
6678 ff-special-constructs since it is using the obsolete
6679 ada-spec-suffix variable
6680 (ada-no-auto-case): New function
6681 (ada-scan-paramlist): When parsing the argument type, accept
6682 spaces (as in "X 'Class", generated by Rational Rose).
6683 (ada-other-file-name): No longer loads the other file.
6684 (ada-popup-menu): Save and restore the current buffer and cursor
6685 position before and after displaying the menu.
6686 (ada-search-ignore-complex-boolean): New function.
6687 (ada-uncomment-region): Emacs21 already knows how to delete
6688 comments not starting in the first column.
6689 (ada-use-indent): New variable
6690 (ada-which-function): New function.
6691 (ada-with-indent): New variable
6692 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6693 can be batch-compiled from the command line.
6694
6695 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6696 Add to the menu when the file is loaded, not in ada-mode-hook.
6697 Add -toolbar to the default ddd command Switches moved from
6698 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6699 ada-prj-default-comp-opt
6700 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6701 Reference Manual to the menu
6702 (ada-check-current): rewritten as a call to ada-compile-current
6703 (ada-compile): Removed.
6704 (ada-compile-application, ada-compile-current, ada-check-current):
6705 Set the compilation-search-path so that compile.el automatically
6706 finds the sources in src_dir. Automatic scrollong of the
6707 compilation buffer. C-uC-cC-c asks for confirmation before
6708 compiling
6709 (ada-compile-current): New parameter, prj-field
6710 (ada-complete-identifier): Load the .ali file before doing
6711 processing
6712 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6713 conform to gnatmake's behavior.
6714 (ada-find-file-in-dir): New function
6715 (ada-find-references): Set the environment variables for gnatfind
6716 (ada-find-src-file-in-dir): New function.
6717 (ada-first-non-nil): Removed
6718 (ada-gdb-application): Add support for jdb, the java debugger.
6719 (ada-get-ada-file-name): Load the original-file first if not done
6720 yet.
6721 (ada-get-all-references): Handles the new ali syntax (parent types
6722 are found between <>).
6723 (ada-initialize-runtime-library): New function
6724 (ada-mode-hook): Always load a project file when a file is opened,
6725 so that the casing exceptions are correctly read.
6726 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6727 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6728 to open the project file, since the latter does not work with
6729 speedbar Get default values before loading the prj file, or the
6730 default executable file name is wrong. Use the absolute value of
6731 src_dir to initialize ada-search-directories and
6732 compilation-search-path,... Add the standard runtime library to
6733 the search path for find-file.
6734 (ada-prj-default-debugger): Was missing an opening '{'
6735 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6736 variables.
6737 (ada-prj-default-gnatmake-opt): New variable
6738 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6739 buffers, the project file is the default one Save the windows
6740 configuration before displaying the menu.
6741 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6742 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6743 ...) regexp-quote identifiers names to support operators +,
6744 -,... in regexps.
6745 (ada-remote): New function.
6746 (ada-run-application): Erase the output buffer before starting the
6747 run Support remote execution of the application. Use
6748 call-process, or the arguments are incorrectly parsed
6749 (ada-set-default-project-file): Reread the content of the active
6750 project file, not the one from the current buffer When a project
6751 file is set as the default project, all directories are
6752 automatically associated with it.
6753 (ada-set-environment): New function
6754 (ada-treat-cmd-string): New special variable ${current}
6755 (ada-treat-cmd-string): Revised. The substitution is now done for
6756 any ${...} substring
6757 (ada-xref-current): If no body was found, compiles the spec
6758 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6759 compiler to get rid of command line length limitations.
6760 (ada-xref-get-project-field): New function
6761 (ada-xref-project-files): New variable
6762 (ada-xref-runtime-library-specs-path)
6763 (ada-xref-runtime-library-ali-path): New variables
6764 (ada-xref-set-default-prj-values): Default run command now does a
6765 cd to the build directory. New field: main_unit Provide a default
6766 file name even if the current buffer has no prj file.
6767
6768 * ada-prj.el:
6769 Rewritten to show a tabbed-dialog.
6770 (ada-prj-add-ada-menu): Remove the map and name parameters.
6771 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6772 New function
6773 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6774 (ada-prj-load-from-file): New function
6775 (ada-prj-save): Always save fields that depend on the current buffer
6776 (ada-prj-show-value): New function
5044b74a 6777
7972fcfc
GM
6778 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6779 Ada mode. This will allow us to display the Ada menu in any buffer
6780 we want (for project items).
6781 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6782 number of spaces in the header.
5044b74a 6783
8730a8da
DL
67842000-07-24 Dave Love <fx@gnu.org>
6785
6786 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6787
db3ca487
NF
67882000-07-23 Noah Friedman <friedman@splode.com>
6789
ad953485
NF
6790 * type-break.el (type-break): perform autosave.
6791 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6792 (type-break-do-query): Cancel query schedule while performing
6793 actual query, to avoid possibility of a second query being made
6794 while first one is already in progress.
6795 (type-break-time-stamp-format): New variable.
6796 (type-break-time-stamp): New function.
6797 (type-break-time-warning): Use it.
6798 (type-break-keystroke-warning): Use it.
6799 (type-break-noninteractive-query): Use it.
6800
03a9c6d0
NF
6801 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6802 cookie.
6803 Use add-minor-mode to set minor-mode-alist, if available.
6804 (eldoc-echo-area-use-multiline-p): New user option.
6805 (eldoc-echo-area-multiline-supported-p): New variable.
6806 (eldoc-docstring-format-sym-doc): Use them.
6807 (eldoc-mode): If not using idle timers, append to local post and
6808 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6809 (eldoc-display-message-no-interference-p): Don't interfere with
6810 edebug.
6811 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6812 (eldoc-function-arglist): New function.
6813 (eldoc-function-argstring): Use it.
6814
db3ca487
NF
6815 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6816 auto save directory exists before calling directory-files.
6817
f7ad1899
DL
68182000-07-23 Dave Love <fx@gnu.org>
6819
6820 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6821 ^o, ^u.
6822
43e764c9
DL
68232000-07-21 Dave Love <fx@gnu.org>
6824
475de6f4
DL
6825 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6826 now passed to the function. It now works properly.
6827
43e764c9
DL
6828 * smerge-mode.el (smerge-mode-menu): Fill it out.
6829
e8bea4c0
GM
68302000-07-20 Gerd Moellmann <gerd@gnu.org>
6831
6832 * info-look.el (info-lookup): If *info* is shown in another frame
6833 on the same display, select that frame, instead of switching to
6834 the Info buffer in another window of the selected frame.
6835
6836 * simple.el (universal-argument-map): Bind numeric keypad keys
6837 kp-0 to kp-9 and kp-subtract.
6838 (digit-argument): Handle these keys.
6839
bc75b4fd
DL
68402000-07-20 Dave Love <fx@gnu.org>
6841
6842 * net/goto-addr.el (goto-address-fontify): Don't bother with
6843 buffer-modified and read-only stuff -- irrelevant with overlays.
6844 Put an extra property on the overlays and use it to clean up in
6845 case goto-address is re-run.
6846
8b7bc628
RS
68472000-07-19 Richard M. Stallman <rms@gnu.org>
6848
18e21ce8
RS
6849 * timer.el (run-with-idle-timer): Doc fix.
6850
db3ca487 6851 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6852 Handle case where <...> appears inside "...".
6853 Use replace-match to edit the string more simply.
6854 (rmail-dont-reply-to): Cope with an unmatched ".
6855
50575ec2
DL
68562000-07-19 Dave Love <fx@gnu.org>
6857
6858 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6859 implementation.
6860
6861 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6862 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6863 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6864
4279296d
GM
68652000-07-19 Gerd Moellmann <gerd@gnu.org>
6866
47db06aa
GM
6867 * textmodes/refer.el: Correct maintainer's email address.
6868
6869 * progmodes/hideif.el: Correct author's email address.
6870 Fix typo in comment.
6871
6872 * xml.el: New file.
6873
4279296d
GM
6874 * mail/mailheader.el: Correct author's mail address.
6875
6876 * gnus/parse-time.el: Correct author's mail address.
6877
47db06aa 68782000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6879
6880 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6881 New user options.
6882 (comint-input-ring-file-name): Change custom type.
6883 (comint-mode-map): Bind mouse-2.
6884 (comint-insert-clicked-input): New function.
6885 (comint-send-input): Handle input highlighting.
6886
21ad0f7b
SM
68872000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6888
6889 * mouse.el (popup-menu): New function.
6890 (mouse-major-mode-menu): Use it.
6891
3b33a005
DL
68922000-07-18 Dave Love <fx@gnu.org>
6893
6894 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6895 improvements.
6896
dc1cac59
GM
68972000-07-18 Gerd Moellmann <gerd@gnu.org>
6898
21ad0f7b 6899 * faces.el (face-font-selection-order)
dc1cac59 6900 (face-font-family-alternatives): Add custom type.
db3ca487 6901
f8276b77
DL
69022000-07-18 Dave Love <fx@gnu.org>
6903
6904 * cus-edit.el (custom-variable-reset-saved)
6905 (custom-variable-reset-standard): Remove unused bindings.
6906
6907 * rect.el (open-rectangle-line): Remove unused let.
6908
6909 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6910
3d6cd763
GM
69112000-07-18 Gerd Moellmann <gerd@gnu.org>
6912
6913 * cdl.el: Fix `Maintainer' keyword.
6914
6915 * play/pong.el: Add author's email address.
6916
34342a07
SS
69172000-07-17 Sam Steingold <sds@gnu.org>
6918
6919 * files.el (insert-directory): Call `split-string' instead of
6920 re-implementing it.
6921
088831a6
GM
69222000-07-18 Gerd Moellmann <gerd@gnu.org>
6923
6924 * mail/vms-pmail.el: Change maintainer to FSF.
6925
6926 * net/goto-addr.el: Change maintainer to FSF.
6927
6928 * recentf.el: Update from author.
6929
6930 * info.el (Info-title-face-alist): Removed.
db3ca487 6931
68be2869
EZ
69322000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6933
6934 * eshell/eshell.el (eshell): Replace links to eshell.info with
6935 links to eshell, to avoid problems on systems where the manual is
6936 installed as `eshell'.
6937 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6938 * eshell/em-smart.el (eshell-smart): Ditto.
6939 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6940 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6941
6942 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6943 same-file check in the MS-DOS version (it does support inodes).
6944
6945 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6946
21ad0f7b
SM
6947 * eshell/eshell.el (eshell-directory-name):
6948 Run default directory name through convert-standard-filename.
68be2869 6949
269b4dcb
KH
69502000-07-18 Kenichi Handa <handa@etl.go.jp>
6951
21ad0f7b
SM
6952 * international/mule-cmds.el (select-safe-coding-system):
6953 Fix typo in the comment.
240a16cf 6954
21ad0f7b
SM
6955 * language/european.el (compound-text):
6956 Force katakana-jisx0201 to be designated to G1.
aa96c820 6957
21ad0f7b
SM
6958 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6959 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6960 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6961
269b4dcb
KH
6962 * international/kkc.el (kkc-after-update-conversion-functions):
6963 New variable.
6964 (kkc-update-conversion): Run functions in it at the tail.
6965
68be2869 69662000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6967
21ad0f7b
SM
6968 * lisp/align.el (align-newline-and-indent):
6969 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6970 (align-region): Fixed badly formatted minibuffer message.
6971
7a3fd467
KH
69722000-07-17 Kenichi Handa <handa@etl.go.jp>
6973
21ad0f7b 6974 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6975 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6976 the conversion list at first if appropriate.
6977 (kkc-next): Don't update kkc-next-count here.
6978 (kkc-prev): Don't update kkc-prev-count here.
6979 (kkc-show-conversion-list-update): Fix setting up of conversion
6980 list message.
6981
a45423d8
SM
69822000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6983
088831a6 6984 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6985
91a38db1
DL
69862000-07-16 Dave Love <fx@gnu.org>
6987
6988 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6989 function to be more specific.
6990
6991 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6992 non-string help-echo.
6993 (widget-types-convert-widget): Defsubst it.
6994 (widget-echo-help): Try to cope with a help-echo function of two
6995 possible sorts.
6996
3fddcdc3
JR
69972000-07-15 Jason Rumney <jasonr@gnu.org>
6998
6999 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7000 Declare as obsolete.
7001
7002 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7003
bd23a692
GM
70042000-07-14 Gerd Moellmann <gerd@gnu.org>
7005
7006 * hilit-chg.el: Fix typo.
7007
d4af987a
DL
70082000-07-14 Dave Love <fx@gnu.org>
7009
7010 * info.el (Info-mode-menu): Fix use of :help, :enable.
7011
3a4f3f86
SM
70122000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7013
7014 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7015
cf6936a4
DL
70162000-07-13 Dave Love <fx@gnu.org>
7017
4d6d04b5
DL
7018 * emacs-lisp/easymenu.el: Doc fixes.
7019 (easy-menu-remove): Defalias to ignore.
7020
cf6936a4
DL
7021 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7022 Call throw correctly.
7023
56437999
GM
70242000-07-13 Gerd Moellmann <gerd@gnu.org>
7025
7026 * faces.el (frame-background-mode): Doc fix.
7027
7028 * simple.el (eval-expression-print-length): Change custom type to
7029 allow entering nil as value.
7030
d04a3972
DL
70312000-07-13 Dave Love <fx@gnu.org>
7032
3a4f3f86
SM
7033 * progmodes/fortran.el (fortran-imenu-generic-expression):
7034 Change definition layout.
a8189dfe
DL
7035 (fortran-mode-menu): Reinstate customize entries.
7036
d04a3972
DL
7037 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7038 Use :filter, per old XEmacs code.
7039
4bf4fb05
GM
70402000-07-12 Gerd Moellmann <gerd@gnu.org>
7041
7042 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7043 event when deciding what to send to the terminal.
7044
37328bcd
DL
70452000-07-12 Dave Love <fx@gnu.org>
7046
7047 * cus-start.el: Add optional version as 4th element of specs and
7048 use it for several things new in v21. Remove load-path. Fix type
7049 of line-number-display-limit.
7050
89492072
DL
70512000-07-11 Dave Love <fx@gnu.org>
7052
3a4f3f86
SM
7053 * progmodes/fortran.el: Don't require easymenu.
7054 Use repeat counts in various regexps.
315aa1de
DL
7055 (fortran-mode-syntax-table): Defvar directly.
7056 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7057 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7058 Use defvar, not defconst.
7059 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7060 (fortran-mode): Set fortran-comment-line-start-skip,
7061 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7062 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7063 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7064 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7065 (fortran-comment-region, fortran-electric-line-number): Simplify.
7066 (fortran-auto-fill): New function.
7067 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7068 (fortran-find-comment-start-skip):
7069 Check for non-null comment-start-skip.
7070 (fortran-auto-fill-mode, fortran-fill-statement):
7071 Use fortran-auto-fill.
315aa1de 7072 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7073 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7074
89492072
DL
7075 * widget.el (widget-plist-member): New alias.
7076
d55ead18
EZ
70772000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7078
7079 * eshell/esh-module.el (toplevel): Reference
7080 byte-compile-current-file only if it is bound.
7081
e82a2a05
GM
70822000-07-10 Gerd Moellmann <gerd@gnu.org>
7083
7084 * dired.el: Don't require `dired-aux'.
7085
1fc7fb2b
MB
70862000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7087
7088 * dired-aux.el (dired-show-file-type): New function.
7089 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7090 (dired-show-file-type): Add autoload.
7091
ab49ce15
KH
70922000-07-10 Kenichi Handa <handa@etl.go.jp>
7093
7094 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7095 change of fontset-info.
ab49ce15
KH
7096 (print-fontset): Likewise.
7097
f45aab65
SM
70982000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7099
7100 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7101
2f72fd2f
GM
71022000-07-07 Gerd Moellmann <gerd@gnu.org>
7103
e82a2a05 7104 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7105
2f72fd2f
GM
7106 * dired.el (dired-find-alternate-file): New function.
7107 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7108 (toplevel): Require dired-aux when compiling.
7109 (dired-buffers): Move defvar within file to avoid compiler warning.
7110
7111 * info.el (Info-last-search): Variable removed.
7112 (Info-search-history): New variable.
7113 (Info-search): New Info-search-history.
7114
7115 * battery.el, info-look.el: Change author's mail address.
7116
965522f5 71172000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7118
965522f5
GM
7119 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7120 if rmail-ignored-headers is nil.
7121 (rmail-retry-failure): Bind rmail-ignored-headers and
7122 rmail-displayed-headers to nil.
7123
dd8888a1
GM
71242000-07-06 Gerd Moellmann <gerd@gnu.org>
7125
e5c81191
GM
7126 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7127 (print-region-1): Don't hard code `-h' here.
7128
dd8888a1
GM
7129 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7130
e5c81191
GM
71312000-07-01 Francesco Potorti` <pot@gnu.org>
7132
7133 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7134 exim can use "your message" instead of "the message".
34342a07 7135
f45aab65
SM
71362000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7137
7138 * facemenu.el: Docstrings fixes.
7139 (facemenu-get-face): Don't use internal-find-face.
7140 (facemenu-iterate): Rename arg to match the docstring.
7141
7142 * newcomment.el (uncomment-region): Be more careful when skipping
7143 backwards over `=' not to bump into BOBP.
7144
d396e521 71452000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7146
dd8888a1
GM
7147 * ediff-diff.el (ediff-wordify): Use syntax table.
7148 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7149 ediff-color-display-p.
dd8888a1 7150 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7151 from defsubst.
7152 Got rid of special cases for NeXT and OS/2.
dd8888a1 7153 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7154 face.
34342a07 7155
5e2dfaa4
SM
71562000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7157
7158 * emacs-lisp/lucid.el: Require CL.
7159 (copy-tree, remprop): Remove, it's provided by CL.
7160 (map-keymap): Define in terms of cl-map-keymap.
7161 (extent-property, set-extent-end-glyph): New functions.
7162
7163 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7164
d5c5cddd
GM
71652000-07-05 Gerd Moellmann <gerd@gnu.org>
7166
485266d0
GM
7167 * Makefile.in (DONTCOMPILE): Add comment that the name may
7168 not be changed without changing the make-dist script.
7169
5e2dfaa4 7170 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7171 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7172
e2c46326
AI
71732000-07-05 Andrew Innes <andrewi@gnu.org>
7174
7175 * makefile.nt: Add support for `bootstrap' and related targets.
7176
a027a91b
SM
71772000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7178
7179 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7180 (easy-menu-do-define): Use `menu-item' format.
7181 Handle case where easy-menu-create-menu returns a symbol.
7182 Manually call the potential top-level filter in the function binding.
7183 (easy-menu-filter-return): New arg NAME.
7184 Convert to a keymap if MENU is an XEmacs menu.
7185 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7186 (easy-menu-converted-items-table, easy-menu-convert-item):
7187 New var and fun to memoize easy-menu-convert-item-1.
7188 (easy-menu-do-add-item): Use it.
7189 (easy-menu-create-menu): Use easy-menu-convert-item.
7190 Wrap easy-menu-filter-return around any :filter specification.
7191 Don't convert the menu if a filter was specified.
7192 Tell easy-menu-make-symbol not to check for MENU being an expression.
7193 (easy-menu-make-symbol): New arg NOEXP.
7194
5e03eb84
GM
71952000-07-05 Gerd Moellmann <gerd@gnu.org>
7196
7197 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7198 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7199 (eval-defun): If called with prefix arg, instrument code for
7200 Edebug.
7201
7202 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7203 similar to that of eval-defun.
7204
fca68a95
DL
72052000-07-04 Dave Love <fx@gnu.org>
7206
7ccbba4c
DL
7207 * hl-line.el (hl-line-overlay): Make it permanent-local.
7208
fca68a95
DL
7209 * calendar/todo-mode.el: Replaced with a working version, based on
7210 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7211
72122000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7213
7214 * paths.el (prune-directory-list): New function.
7215 (Info-default-directory-list): Rewritten to more methodically
7216 enumerate a big list of possible info directories (based on the
7217 list used by the standalone info reader).
fca68a95 7218
78e7e8a0 7219 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7220 non-existent directories from Info-directory-list.
78e7e8a0 7221
78e7e8a0
MB
7222 * paths.el (Info-default-directory-list): Try a list of possible
7223 info-directories instead of a single one. Add the possible
7224 info directory "/usr/share/info".
7225
7226 * woman.el (woman-man.conf-path): Explicitly include the debian
7227 man-db config file "/etc/manpath.config".
7228 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7229 are present in `manpath.config'.
7230 (woman-manpath): Include "/usr/share/man".
7231
67c9a1d2
GM
72322000-07-03 Gerd Moellmann <gerd@gnu.org>
7233
6753393b
GM
7234 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7235
7236 * startup.el (command-line): Initialize blink-cursor based
7237 on window-system.
7238
e4f98ad3
GM
7239 * frame.el (blink-cursor): Default to nil if not running under
7240 a window-system.
7241
2f516940
GM
7242 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7243 (face-x-resources): Remove duplicate entry for :font.
7244
67c9a1d2
GM
7245 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7246 instead of cycling through windows with next-window.
7247
7248 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7249 of cycling through windows with next-window.
7250
7251 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7252 of cycling through windows with next-window.
7253
7254 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7255 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7256 instead of cycling through windows with next-window.
7257
7258 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7259 instead of cycling through windows with next-window.
7260
7261 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7262 of cycling through windows with next-window.
7263
7264 * terminal.el (te-process-output): Use walk-windows instead of
7265 cycling through windows with next-window.
7266
7267 * server.el (server-switch-buffer): Use some-window instead of
7268 cycling through windows with next-window.
7269
7270 * window.el (some-window): New function.
7271 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7272
3a4f3f86 7273 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7274
8b7bc628 72752000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7276
7277 * window.el (walk-windows): Guarantee termination by keeping a list
7278 of all the windows already handled.
7279
d0d57043
EZ
72802000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7281
7282 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7283 window-system.
7284
7285 * man.el (Man-notify-when-ready): Don't use window-system. If
7286 Man-notify-method is newframe, and the display is not
7287 multi-frame, select the frame created for the man page.
7288 (Man-init-defvars): Doc fix.
7289
d5483ab1
GM
72902000-06-28 Gerd Moellmann <gerd@gnu.org>
7291
af5c25e1
GM
7292 * faces.el (region): Change background color for light background.
7293
7294 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7295 attribute from mode-line face of Ediff control frame.
7296
d5483ab1
GM
7297 * replace.el (query-replace-map): Bind `e' like `E'.
7298
9d47450f
EZ
72992000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7300
3a4f3f86
SM
7301 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7302 Change name to "Select All".
496b7491 7303
9d47450f
EZ
7304 * dos-fns.el (convert-standard-filename): Fix last change.
7305
0b431deb
GM
73062000-06-27 Gerd Moellmann <gerd@gnu.org>
7307
4fa9f636
GM
7308 * help.el (describe-variable): Don't insert a second `'s' in front
7309 of the string `value is shown below'. Since the syntax-table is
7310 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7311 an existing `'s', so that this won't be deleted.
7312
0b431deb
GM
7313 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7314 * pcmpl-unix.el: New files.
7315
32cad0aa
SM
73162000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7317
7318 * wid-edit.el (widget-member): Use the new plist-member.
7319
2c69ced2
GM
73202000-06-26 Gerd Moellmann <gerd@gnu.org>
7321
44c0f771
GM
7322 * replace.el (perform-replace): Undo change of 2000-04-04.
7323 Instead, move backward 1 character at the end of the loop when
7324 necessary.
34342a07 7325
1d36487c
GM
7326 * faces.el (fringe): Change face for different backgrounds.
7327
7328 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7329 patch from John.
7330
2c69ced2
GM
7331 * eshell/*.el: Change spelling of the Free Software Foundation.
7332
7333 * eshell/esh-toggle.el: Removed.
7334
7335 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7336
7337 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7338 interactively.
7339
73402000-06-26 Alex Schroeder <alex@gnu.org>
7341
7342 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7343 `define-key'; instead of checking `(emacs-version)' check for
7344 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7345 for `;' and `o' which might be electric.
7346
7347 (sql-electric-stuff): New user option.
7348 (sql-magic-go): New function which uses `sql-electric-stuff'.
7349 (sql-magic-semicolon): New function which uses
7350 `sql-electric-stuff'.
7351
7352 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7353 is not fboundp.
7354
7355 (sql-oracle-options): New variable.
7356 (sql-oracle): Use it.
7357
7358 (sql-imenu-generic-expression): Doc change.
7359 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7360 is used.
7361
7362 (sql-informix): Added command line parameter "-" to force
7363 sql-informix-program to use stdout.
7364
db1306d8
EZ
73652000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7366
3a4f3f86 7367 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7368 (cp864-decode-table): Doc fix.
7369 (cp720-decode-table): New variable, supports the Arabic OEM
7370 codepage used by Windows.
7371 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7372
c69e5fcd
DL
73732000-06-23 Dave Love <fx@gnu.org>
7374
7375 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7376 (font-lock-fontify-anchored-keywords): Use
7377 line-beginning-position.
7378 (global-font-lock-mode): Use mapc.
7379
30ad8f23
SM
73802000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7381
7382 * eshell/esh-module.el: Require CL when compiling.
7383
26b4dc84
GM
73842000-06-23 Gerd Moellmann <gerd@gnu.org>
7385
78c56e70
GM
7386 * comint.el (comint-substitute-in-file-name): Call replace-match
7387 with second and third arg t.
7388
34342a07 7389 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7390 Specify foreground color.
7391
7392 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7393 color.
7394
affbf647
GM
7395 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7396
7397 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7398 cddr instead of cdddr.
7399
25fffb31
GM
7400 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7401 instead of copy-list.
7402
7403 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7404 of copy-list.
7405
26b4dc84
GM
7406 * subdirs.el: Add eshell subdirectory.
7407
7408 * eshell: New subdirectory containing the Eshell package.
7409
7410 * pcomplete.el: New file.
7411
78c56e70
GM
74122000-06-23 Paul Eggert <eggert@twinsun.com>
7413
ea055732
GM
7414 * mail/mailpost.el (post-mail-send-it): Make sure file has
7415 proper permissions from birth.
7416
7417 * files.el (basic-save-buffer-2): When temporarily setting
7418 file modes, set them to current modes plus 0200, not to 0777.
7419
78c56e70
GM
7420 * emerge.el (emerge-make-temp-file): Make sure file has proper
7421 permissions from birth.
7422
a3a7ff33
EZ
74232000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7424
7425 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7426 backup file name through convert-standard-filename.
7427
7428 * dos-fns.el (convert-standard-filename): Convert leading
7429 directories as well. When long file names are supported, convert
7430 characters that are invalid in Windows file names.
7431
1fd9b7fe
GM
74322000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7433
7434 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7435 ps-print crashes. New feature: page selection for printing. Create
7436 raw-text-unix coding system for XEmacs. Doc fix.
7437 (ps-print-version): New version number (5.2.3).
7438 (ps-plot-region): Bug fix.
7439 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7440 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7441 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7442 funs.
7443 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7444 (ps-last-page): New vars.
7445
16ed8416
GM
74462000-06-21 Gerd Moellmann <gerd@gnu.org>
7447
7448 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7449 empty option string.
7450
4fbee715
EZ
74512000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7452
7453 * man.el (man): Doc fix.
7454
eaecfc94
KH
74552000-06-21 Kenichi Handa <handa@etl.go.jp>
7456
7457 * international/mule-cmds.el (set-language-info-alist): Docstring
7458 fixed.
7459
4a27bdfb
GM
74602000-06-20 Gerd Moellmann <gerd@gnu.org>
7461
7462 * version.el (emacs-version): Use ISO date format.
7463
7464 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7465 instead of `M-backspace'.
7466
7467 * simple.el (turn-off-auto-fill): New function.
7468
8972fe79
SM
74692000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7470
7471 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7472 Renamed from with-buffer-prepared-for-font-lock and use
7473 inhibit-modification-hooks rather than setting *-change-functions.
7474 Update all functions to use the new name.
7475 (jit-lock-first-unfontify-pos): New semantics (and doc).
7476 (jit-lock-mode): Make non-interactive.
7477 Don't automatically turn on font-lock.
7478 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7479 Always use jit-lock-after-change.
7480 Remove and restore font-lock-after-change-function.
7481 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7482 (jit-lock-after-unfontify-buffer): Remove.
7483 (jit-lock-stealth-fontify):
7484 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7485 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7486
5d80cc9c
SS
74872000-06-20 Sam Steingold <sds@gnu.org>
7488
7489 * emacs-lisp/cl-indent.el (toplevel): Indent
7490 `print-unreadable-object' properly. Untabify.
7491
f54e4d13
CD
74922000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7493
7494 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7495 Support for bibentry.
7496 (reftex-compile-variables): Fixed problem with end of section-re.
7497
7498 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7499 reftex-view-crossref-from-bibtex):
7500 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7501 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7502 Replaced `remprop' with `put'.
8972fe79
SM
7503 (reftex-view-crossref, reftex-view-crossref-when-idle):
7504 Support for bibentry.
f54e4d13 7505
8972fe79
SM
7506 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7507 New entry for bibentry package.
f54e4d13 7508
8972fe79
SM
7509 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7510 Regexp also matches "\nobibliography".
f54e4d13 7511
8972fe79
SM
7512 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7513 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7514 (reftex-ensure-write-access): New function.
7515
f54e4d13
CD
75162000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7517
7518 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7519
7520 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7521
7522 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7523
7524 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7525
7526
560c43f4
DL
75272000-06-20 Dave Love <fx@gnu.org>
7528
7529 * faces.el (frame-background-mode): Use set-default, not set, in
7530 setter.
7531 (frame-update-faces, frame-update-face-colors): Define with
7532 defalias.
7533
7534 * enriched.el (enriched-decode-foreground)
7535 (enriched-decode-background): Don't use internal-find-face.
7536
7537 * apropos.el: Doc fixes.
7538
7539 * cus-edit.el (customize-changed-options): Check arg.
7540 (customize-version-lessp): Don't require decimal point.
7541
7542 * custom.el (defcustom, defgroup): Doc fix.
7543
7544 * newcomment.el (comment) <defgroup>: Add :version.
7545 (comment-multi-line): Doc fix.
7546
7547 * emulation/mlsupport.el (define-hooked-local-abbrev,
7548 define-hooked-global-abbrev): Fix, using define-abbrev.
7549
cdf0357b
GM
75502000-06-19 Gerd Moellmann <gerd@gnu.org>
7551
7552 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7553 the whole buffer.
7554
10013d74
DL
75552000-06-19 Dave Love <fx@gnu.org>
7556
7557 * menu-bar.el (menu-bar-options-save): New function.
7558 (menu-bar-options-menu): Use it.
7559 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7560 Simplify.
7561
6922f208
AS
75622000-06-19 Andreas Schwab <schwab@suse.de>
7563
7564 * progmodes/etags.el (tags-query-replace): Put new parameters
7565 START and END at the end, for backward compatibility.
7566
10d7bf84
KH
75672000-06-19 Kenichi Handa <handa@etl.go.jp>
7568
7569 * international/codepage.el:
7570 (cp-coding-system-for-codepage-1): Delete special codes for
7571 generating xxx-dos coding system because now a CCL based coding
7572 system can handle EOL conversion by default.
7573
7574 * international/mule.el (make-coding-system): Generate subsidiary
7575 coding systems for EOL handling variants even for a CCL based
7576 coding system.
7577
8f3c9a3d
KH
75782000-06-19 Kenichi Handa <handa@etl.go.jp>
7579
7580 * international/isearch-x.el (isearch-minibuffer-input-method)
7581 (isearch-minibuffer-input-method-function): These variables
7582 deleted.
7583 (isearch-with-input-method): Don't use the above variables.
7584 (isearch-process-search-multibyte-characters): Likewise. Call
7585 read-string with the arg INHERIT-INPUT-METHOD t.
7586
c2acf685
SM
75872000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7588
13f0d185
SM
7589 * font-lock.el (font-lock-after-fontify-buffer)
7590 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7591
7592 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7593 Use consistent make-local-variable style for font-lock-fontified.
7594 (jit-lock-fontify-buffer):
7595 Don't bother checking for font-lock-mode and jit-lock-mode.
7596
c2acf685
SM
7597 * time.el: Remove trailing ^M that prevent CVS-merging.
7598
a9021acd
GM
75992000-06-16 Gerd Moellmann <gerd@gnu.org>
7600
7601 * Makefile.in (distclean): New target.
5d80cc9c 7602
0df68e9f
SM
76032000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7604
7605 * Makefile.in (srcdir): Define for update-subdirs.
7606
6344985d
GM
76072000-06-16 Gerd Moellmann <gerd@gnu.org>
7608
7609 * find-lisp.el: New file.
7610
63239267
AI
76112000-06-16 Andrew Innes <andrewi@gnu.org>
7612
7613 * time.el (display-time-mail-function): New variable, to allow
7614 external packages to indicate when new mail is available.
7615 (display-time-update): Use it.
7616
1699f991
KH
76172000-06-16 Kenichi Handa <handa@etl.go.jp>
7618
a3b37893
KH
7619 * international/mule.el (mule-version): Change version name to
7620 SAKAKI. AOI has already been used by Meadow.
7621
1699f991
KH
7622 * international/quail.el (quail-show-guidance-buf): To find the
7623 bottom window (but minibuffer), pay attention to the height of
7624 minibuffer.
7625
228b083e
EZ
76262000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7627
7d5c8691
EZ
7628 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7629 menu-bar menus. Add help strings. Don't remove the Edit menu
7630 from the menu bar, as the menu bar has enough space now.
7631
261f3289
EZ
7632 * Makefile.in (SHELL): Make sure /bin/sh is used.
7633
228b083e
EZ
7634 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7635 characters, which use series of two ^H characters instead of one.
7636
e27e8d71
GM
76372000-06-15 Gerd Moellmann <gerd@gnu.org>
7638
5d80cc9c 7639 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7640 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7641 functions.
451ec4e3
GM
7642 (Info-find-node-2): Try a case-sensitive search first, then
7643 do a case-insensitive search.
7644
7645 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7646 tutorials.
7647
b675095c
GM
7648 * complete.el (PC-env-vars-alist): New variable.
7649 (PC-complete-as-file-name): New function.
7650 (partial-completion-mode): Initialize PC-env-vars-alist from
7651 process-environment.
7652 (PC-do-completion): Handle completion of env vars.
7653
7654 * info.el (Info-set-mode-line): Show file name in mode line,
7655 use `*Info*' instead of `Info:'.
7656
e27e8d71
GM
7657 * startup.el (command-line-1): Change copyright messages to year
7658 2000.
7659
28223a7e
DL
76602000-06-15 Dave Love <fx@gnu.org>
7661
7662 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7663 not local-map.
7664
32684631
KH
76652000-06-15 Kenichi Handa <handa@etl.go.jp>
7666
7667 * international/mule.el (set-buffer-file-coding-system): Almost
7668 rewritten to handle `undecided' as no-op.
7669
9f817ea4
GM
76702000-06-14 Gerd Moellmann <gerd@gnu.org>
7671
e27e8d71 7672 * Makefile.in: New file.
dce6b995
GM
7673
7674 * Makefile: Removed.
7675
9f817ea4
GM
7676 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7677 (goto-address-highlight-keymap): Bind C-c RET.
7678
2de33f94
KH
76792000-06-14 Kenichi Handa <handa@etl.go.jp>
7680
bbf1e8a5
KH
7681 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7682 inherits buffer-file-coding-system of the current buffer.
725a6897 7683
02891cc3
KH
7684 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7685 0. Give correct argument to set-auto-coding-function.
7686 (tar-expunge): For goto-char, use (point-min), not 0.
7687 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7688 (tar-subfile-save-buffer): Likewize.
7689
2de33f94
KH
7690 * international/mule.el
7691 (after-insert-file-set-buffer-file-coding-system): Call
7692 set-buffer-file-coding-system with the arg FORCE t.
7693
1681ead6
GM
76942000-06-13 Gerd Moellmann <gerd@gnu.org>
7695
7696 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7697 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7698 the sender is set with `-f'.
1681ead6 7699
fdf4b680
DL
77002000-06-13 Dave Love <fx@gnu.org>
7701
9c50afce
DL
7702 * help.el (describe-function-1): Kluge around cases of functions
7703 fset to subrs whose doc doesn't match their symbol-name.
7704
0ad550ba 7705 * image.el (insert-image): Default STRING to a space.
f290ca08 7706
fdf4b680 7707 * info.el Doc fixes.
5d80cc9c 7708 (Info-build-node-completions): Match Ref tags.
fdf4b680 7709
9b6610db
EZ
77102000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7711
a704139d
EZ
7712 * frame.el (display-multi-frame-p, display-multi-font-p): New
7713 defaliases for display-graphic-p.
7714
9b6610db
EZ
7715 * hl-line.el: Fixed a typo in commentary.
7716
7a5ea398
KH
77172000-06-13 Kenichi Handa <handa@etl.go.jp>
7718
7719 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7720 fixed.
7721
0dc91c57
DL
77222000-06-12 Dave Love <fx@gnu.org>
7723
7724 * image.el (insert-image): Save a little consing.
7725
0bd5914b
KH
77262000-06-12 Kenichi Handa <handa@etl.go.jp>
7727
7728 * language/tibet-util.el: Convert all tibetan-1-column characters
7729 to the corresponding tibetan characters.
7730 (tibetan-add-components): Delete code for the special treatment of
7731 'a chung.
7732
7733 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7734 change.
7735 (tibetan-vowel-transcription-alist): More rules added.
7736 (tibetan-composite-vowel-alist): New variable.
7737 (tibetan-precomposition-rule-alist): More rules added.
7738
6dc7d3d5
SM
77392000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7740
9c04c393
SM
7741 * startup.el (command-line): Only call menu-bar-mode if interactive.
7742
7743 * thingatpt.el (toplevel symbol-properties):
7744 * textmodes/makeinfo.el (makeinfo-compile):
7745 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7746 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7747 (hide-ifdef-use-define-alist):
5d80cc9c 7748 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7749 (ange-ftp-vms-add-file-entry):
7750 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7751 * man.el (Man-build-man-command):
7752 * mail/rnewspost.el (news-reply-header-hook):
7753 * info.el (Info-insert-dir):
7754 * emulation/mlconvert.el (backward-word, forward-word, setq):
7755 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7756 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7757 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7758 (byte-optimize-apply, end of file):
7759 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7760 (ad-make-freeze-definition):
7761 * startup.el (command-line, command-line-1): Don't quote lambdas.
7762
6dc7d3d5
SM
7763 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7764 (cvs-cleanup-removed): New function.
7765 (cvs-cleanup-functions): New var.
7766 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7767 some flexibility in specifying additional entries to auto-cleanup.
7768 (cvs-quickdir): New function.
7769 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7770 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7771 (cvs-mode-find-file): Check that we are on a filename or dirname
7772 when invoked through a mouse-click.
7773 (cvs-full-path): Remove.
7774 (cvs-dired-action): Re-introduced.
7775 (cvs-dired-noselect): Use it.
7776 (vc-post-command-functions): use this new hook if available.
7777
7778 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7779 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7780 (cvs-filename-map, cvs-dirname-map): Remove.
7781 (cvs-default-action): Remove.
7782 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7783 if the arg is really a keymap.
7784 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7785 Don't hardcode the mapping from state (aka type) to face, but check
7786 the var cvs-fi-<type>-face instead.
7787 (cvs-fileinfo-from-entries): New function.
7788
7789 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7790 Docstring fix.
7791 (cvs-find-file-and-jump): Change default to be safer.
7792 (cvs-mode-diff-map): Define it as a function as well.
7793 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7794 Bind mouse-2 in this global map rather than with text-properties.
7795
7796 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7797 file to resolve the ambiguity between C(conflict) and C(need-merge).
7798
5050a2ef
KH
77992000-06-12 Kenichi Handa <handa@etl.go.jp>
7800
7801 * international/mule.el (set-buffer-file-coding-system): If
7802 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7803 unconditionally.
7804
35a7ac84
DL
78052000-06-12 Dave Love <fx@gnu.org>
7806
7807 * wid-edit.el (widget-specify-button): Really suppress the face if
7808 required.
7809
db8eeecd
GM
78102000-06-11 Gerd Moellmann <gerd@gnu.org>
7811
7812 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7813
70223ca4
SM
78142000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7815
7816 * imenu.el (imenu-generic-expression): Docstring fix.
7817
7818 * composite.el (composition-function-table): Move the `put'
7819 below the autoload cookie so we can load the file before loaddefs.
7820
7821 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7822
7823 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7824 Handle easy-mmode-define-global-mode.
7825 For complex macros like define-minor-mode that can generate
7826 several autoload entries, try to autoload entries in the
7827 macroexpanded code.
7828
7829 * emacs-lisp/easy-mmode.el (define-minor-mode):
7830 If KEYMAP is a symbol, just use it.
7831 Use byte-compile-current-file and load-file-name to infer the
7832 proper :require to pass to defcustom.
7833 Wrap the hook var into `progn' so as not to autoload it.
7834 Add a :autoload-end cookie.
7835 Be more careful about the evaluation of KEYMAP.
7836 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7837 (define-derived-mode): Move define-abbrev-table outside of defvar.
7838
78392000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7840
7841 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7842 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7843 (backup-compiled-files): Ignore errors during `tar'.
7844 (bootstrap): Make autoloads before elc files.
7845
9c53b34e
KH
78462000-06-10 Kenichi Handa <handa@etl.go.jp>
7847
7848 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7849 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7850
7851 * international/mule-conf.el (unix): New alias for the coding
7852 system undecided-unix.
7853
22ddd299
DL
78542000-06-09 Dave Love <fx@gnu.org>
7855
5ee42746
DL
7856 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7857
70223ca4 7858 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7859 (executable-insert): Change custom type.
7860 (executable-find): Add autoload cookie.
cc7e1d18
DL
7861 (executable-make-buffer-file-executable-if-script-p): New
7862 function. After Noah Friedman.
22ddd299
DL
7863
7864 * files.el (after-save-hook): Customize, with
cc7e1d18 7865 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7866
41ea3794
KH
78672000-06-09 Kenichi Handa <handa@etl.go.jp>
7868
f89437e3
KH
7869 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7870 "tib24p-mule.bdf" for Tibetan.
7871
7a4ee259
KH
7872 * composite.el (decompose-composite-char): Declare it as obsolete.
7873
ff6a65c2
KH
7874 * man.el (Man-fontify-manpage): Pay attention to underline and
7875 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7876
f83fe4b4
GM
78772000-06-08 Gerd Moellmann <gerd@gnu.org>
7878
7879 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7880 Set maintainer to FSF since author isn't reachable.
7881
e56d7900
DL
78822000-06-08 Dave Love <fx@gnu.org>
7883
7884 * international/mule-cmds.el (select-safe-coding-system): If
7885 DEFAULT-CODING-SYSTEM is not specified, also check the most
7886 preferred coding-system if buffer-file-coding-system is
7887 `undecided'. From Handa.
7888
d3981b49
KH
78892000-06-08 Kenichi Handa <handa@etl.go.jp>
7890
7891 * international/mule.el
7892 (after-insert-file-set-buffer-file-coding-system): If the buffer
7893 size is greater than INSERTED, judget that we are not visiting.
7894
bff71087
RV
78952000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7896
7897 * whitespace.el (defgroup whitespace): Comment out `:version'.
7898 XEmacs 20.4 has problems defining the group with this present.
7899 We'll have this commented out till get resolve the problem.
7900
45f485a6
GM
79012000-06-07 Gerd Moellmann <gerd@gnu.org>
7902
7903 * align.el: Update from author.
7904
79052000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7906
7907 * apropos.el (apropos-mode-hook): New user variable.
7908 (apropos-mode): Run apropos-mode-hook.
bff71087 7909
45f485a6
GM
79102000-06-07 David Ponce <david@dponce.com>
7911
7912 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7913 commands. Require `wid-edit' at run-time.
7914
79152000-06-07 David Ponce <david@dponce.com>
7916
7917 * recentf.el: Added some "Commentary".
7918 (recentf-open-more-files, recentf-edit-list): Minor changes to
7919 move the point at the top of the file list. This behaviour is
7920 consistent with the menu one when the list contains a lot of
7921 files.
7922 (recentf-cleanup): Now displays the number of items removed from
7923 the list.
7924 (recentf-relative-filter) New menu filter to show filenames
7925 relative to `default-directory'.
bff71087 7926
45f485a6
GM
79272000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7928
7929 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7930 with/without giving an error if PostScript printer doesn't have this
7931 kind of page size. Zebra Stripe continues or restarts on next page.
7932 Manual/automatic paper feeding. Switch or not the header.
7933 (ps-print-version): New version number (5.2.2).
7934 (ps-windows-system): Include emx as a Windows system.
7935 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7936 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7937 (ps-background-text): Code fix.
7938 (ps-error-handler-message, ps-user-defined-prologue)
7939 (ps-print-prologue-header, ps-printer-name)
7940 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7941 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7942 (ps-use-face-background): Customization fix.
7943 (ps-n-up-database): Data fix.
7944 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7945 (ps-switch-header): New vars.
7946 (ps-xemacs-color-name, ps-face-foreground-name)
7947 (ps-face-background-name, ps-boolean-constant): New funs.
7948
c14dcd22
DL
79492000-06-07 Dave Love <fx@gnu.org>
7950
7951 * allout.el: New version from Manheimer.
7952
e4044bb0
KH
79532000-06-07 Kenichi Handa <handa@etl.go.jp>
7954
7955 * textmodes/fill.el (fill-find-break-point): Check the validity of
7956 charset.
7957
59cfe8b9
KF
79582000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7959
7960 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7961 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7962 Call display-color-p and display-mouse-p instead of looking at
7963 window-system.
7964
bb2337f5
DL
79652000-06-06 Dave Love <fx@gnu.org>
7966
7967 * image.el (find-image): Doc fix. Return nil if image not found.
7968 (put-image, insert-image): Make STRING arg optional.
7969
8e624fa2
KH
79702000-06-06 Kenichi Handa <handa@etl.go.jp>
7971
7972 * language/vietnamese.el: Remove eval-when-compile.
7973 (viet-viscii-nonascii-translation-table): Define it as a
7974 translation table made from viet-viscii-decode-table.
7975 (viet-viscii-encode-table): Define it as a translation table made
7976 from the reverse map of above.
7977 (viet-vscii-nonascii-translation-table): Define it as a
7978 translation table made from viet-vscii-decode-table.
7979 (viet-vscii-encode-table): Define it as a translation table made
7980 from the reverse map of above.
7981 (ccl-decode-viscii): Use translate-character.
7982 (ccl-encode-viscii, ccl-encode-viscii-font)
7983 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7984 Likewize.
bff71087 7985
8e624fa2
KH
7986 * language/cyrillic.el: Remove eval-when-compile.
7987 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7988 translation table made from cyrillic-koi8-r-decode-table.
7989 (cyrillic-koi8-r-encode-table): Define it as a translation table
7990 made from the reverse map of above.
7991 (ccl-decode-koi8): Use translate-character.
7992 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7993 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7994 a translation table made from cyrillic-alternativnyj-decode-table.
7995 (cyrillic-alternativnyj-encode-table): Define it as a translation
7996 table made from the reverse map of above.
7997 (ccl-decode-alternativnyj): Use translate-character.
7998 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7999 Likewize
8000
8001 * international/mule-diag.el (non-iso-charset-alist): Specify
8002 translation table symbol instead of translation table itself.
8003 (list-block-of-chars): CHARSET may be a translation table symbol.
8004
8005 * international/mule.el (make-coding-system): If CODING-SYSTEM
8006 already exists, override it.
8007
8008 * international/fontset.el: Use family `proportional' for Tibetan
8009 fonts.
8010
8011 * international/ccl.el (ccl-compile-translate-character): Don't
8012 check if Rrr has property translation-table.
8013 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8014
1969fae2
GM
80152000-06-05 Gerd Moellmann <gerd@gnu.org>
8016
8017 * info.el: Bind case-fold-search to t when searching in case
8018 a user sets it to nil in a hook.
8019
d5b037c5
SM
80202000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8021
d3d02e65
SM
8022 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8023 * hl-line.el (hl-line-mode): Use the new :global key argument.
8024
8025 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8026 (tar-clip-time-string): Prepend a space.
8027 (tar-grind-file-mode): Construct a string rather than modifying one.
8028 (tar-header-block-summarize): Fix docstring.
8029 Use `format' rather than an error-prone set of copy-loops.
8030
8031 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8032 (diff-goto-source, diff-unified->context, diff-context->unified)
8033 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8034 understand the format output by the `-p' argument to diff.
8035
bff71087 8036 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8037 (sh-re-done): Use defconst.
8038 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8039 (sh-help-string-for-variable, sh-guess-basic-offset):
8040 Don't quote lambdas.
8041 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8042 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8043
f7c4478f
SM
8044 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8045 (mh-letter-mode): Derive from text-mode.
8046 This implicitly means that it now calls kill-all-local-variables.
8047 Also remove the Emacs-18 compatibility code.
8048
a8add29d
SM
8049 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8050 Make use of symbol-property doc-string-elt.
8051 Use memq rather than a sequence of eq.
8052 (doc-string-elt): Fix the wrong or missing previously unused values.
8053 (autoload-print-form): New function extracted from
8054 generate-file-autoloads to allow recursion when handling progn
8055 so that defvar's and defun's docstrings are properly printed.
8056 (generate-file-autoloads): Use it.
8057
d5b037c5
SM
8058 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8059 Use find-file-hooks in the minor-mode function.
8060 Be careful not to loop indefinitely in the post-command-hook function.
8061
560ef11a 80622000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8063
1969fae2 8064 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8065 tty's.
1969fae2 8066 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8067 differences whenever appropriate.
1969fae2
GM
8068 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8069 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8070 wildcards.
8071
b5bbbb76
SM
80722000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8073
d5b037c5
SM
8074 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8075 (jit-lock-fontify-buffer): New function for JIT refontification.
8076 (jit-lock-mode): Fix docstring.
8077 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8078 Remove jit-lock-after-change from the _local_ hook.
8079 (jit-lock-function-1): Fix docstring.
8080
8081 * info.el (Info-on-current-buffer): Initialize info.
8082
8083 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8084
8085 * progmodes/tcl.el (tcl-indent-for-comment):
8086 Ignore comment-indent-hook.
8087
8088 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8089 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8090 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8091 and improve to use the lighter to guess the capitalization.
8092 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8093 Add keyword arguments to specify global-ness or the custom group.
8094 Add local-map and help-echo properties to the lighter.
8095 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8096 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8097
bfa6c260
DL
80982000-06-02 Dave Love <fx@gnu.org>
8099
8100 * wid-edit.el: byte-compile-dynamic since we typically don't use
8101 all the widgets. Don't require cl or widget. Remove
8102 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8103 (widget-read-event): Removed. Callers changed to use read-event.
8104 (widget-button-release-event-p): Renamed from
8105 button-release-event-p.
8106 (widget-field-add-space, widget-field-use-before-change):
8107 Uncustomize.
8108 (widget-specify-field): Use keymap property, not local-map.
8109 (widget-specify-button): Obey :suppress-face.
8110 (widget-specify-insert): Use modern backquote syntax.
8111 (widget-image-directory): Renamed from widget-glyph-directory.
8112 (widget-image-enable): Renamed from widget-glyph-enable.
8113 (widget-image-find): Replaces widget-glyph-find.
8114 (widget-button-pressed-face): Move defvar.
8115 (widget-image-insert): Replaces widget-glyph-insert.
8116 (widget-convert): Use keywordp.
8117 (widget-leave-text, widget-children-value-delete): Use mapc.
8118 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8119 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8120 (widget-button-click): Don't set point at the click, but re-centre
8121 if we scroll out of window. Rewritten for images v. glyphs &c.
8122 (widget-tabable-at): Use POS arg, not point.
8123 (widget-beginning-of-line, widget-end-of-line)
8124 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8125 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8126 (widget-default-create): Use widget-image-insert; some rewriting.
8127 (widget-visibility-value-create)
8128 (widget-push-button-value-create, widget-toggle-value-create): Use
8129 widget-image-insert.
8130 (checkbox): Create on and off images dynamically.
8131 (documentation-link): Change :help-echo.
8132 (widget-documentation-link-echo-help): Remove.
8133
3837de12
SM
81342000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8135
8136 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8137
8138 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8139 (easy-mmode-define-toggle, define-minor-mode): Use it.
8140 (easy-mmode-define-keymap): Docstring fix.
8141 (define-derived-mode): Default PARENT to fundamental-mode.
8142 Add the derived-mode-parent symbol-property.
8143 (easy-mmode-derived-mode-p): New function.
8144
90aa4ea8
DL
81452000-06-02 Dave Love <fx@gnu.org>
8146
37193ee6
DL
8147 * files.el (convert-standard-filename): Doc fix.
8148 (normal-backup-enable-predicate): New function.
8149 (backup-enable-predicate): Use it to replace the lambda form.
8150
8151 * calendar/todo-mode.el: [This needs more work on the outline
8152 stuff.] Doc fixes.
8153 (todo) <defgroup>: Add :version.
8154 (todo-add-category): Don't use pushnew.
8155 (todo-cmd-raise): Fix typo.
8156 (todo-top-priorities): Change temp buffer name.
8157 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8158 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8159 Use outline-next-heading.
37193ee6 8160
90aa4ea8
DL
8161 * autoarg.el: Rewritten to use define-minor-mode.
8162 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8163 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8164
2e54623a
KH
81652000-06-02 Kenichi Handa <handa@etl.go.jp>
8166
8167 * isearch.el (isearch-other-meta-char): Fix previous change.
8168
c5def0db
SM
81692000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8170
3837de12
SM
8171 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8172 (log-edit-done): Only add the comment to the ring if it's different
8173 from the last comment entered.
8174
c5def0db
SM
8175 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8176
2330c9d4
DL
81772000-06-01 Dave Love <fx@gnu.org>
8178
8179 * hl-line.el: Rewritten using define-minor-mode.
8180
8181 * help.el (describe-function-1): Distinguish special form from
8182 builtin function. Sanity-check presence of arglist for builtins.
8183
6e5dfc31
KH
81842000-06-01 Kenichi Handa <handa@etl.go.jp>
8185
4dc1225b
KH
8186 * international/characters.el: Fix syntax/category setting of
8187 Tibetan characters.
8188
8189 * language/tibet-util.el (tibetan-add-components): Fixes for new
8190 encoding of Tibetan characters.
8191 (tibetan-decompose-precomposition-alist): New variable.
8192 (tibetan-decompose-region): Convert precomposed characters to
8193 non-precomposed characters.
8194 (tibetan-decompose-string): Likewise.
8195 (tibetan-composition-function): Fix args to
8196 thibetan-compose-string.
8197
8198 * language/tibetan.el (tibetan-composable-pattern): More
8199 characters included.
8200 (tibetan-consonant-transcription-alist): Rule for "R" added.
8201 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8202 "+R" added.
8203 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8204
eadef5e6
KH
8205 * language/lao-util.el (lao-composition-function): Fix args to
8206 compose-string.
8207
8208 * language/thai-util.el (thai-composition-function): Fix args to
8209 compose-string.
8210
6e5dfc31 8211 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8212 to prevent the point moving to the end of a composition when a
8213 part of a composition is searched.
6e5dfc31
KH
8214 (isearch-other-meta-char): If the key invoking this command can be
8215 mapped by function-key-map to a printing char, call
8216 isearch-process-search-char directly.
8217
2598a293
SM
82182000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8219
8220 * emacs-lisp/bytecomp.el:
8221 * frame.el:
8222 * international/mule-cmds.el:
8223 * international/mule-util.el:
8224 * international/mule.el:
8225 * mouse.el:
8226 * subr.el:
8227 * faces.el: Update calls to make-obsolete with a WHEN argument.
8228
8229 * byte-run.el (make-obsolete, make-obsolete-variable):
8230 Add an optional WHEN argument and change the format of the
bff71087 8231 symbol-property information.
2598a293
SM
8232 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8233 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8234 new obsolete-symbol-property format and print WHEN if it is provided.
8235
28d8dff1
DL
82362000-05-31 Dave Love <fx@gnu.org>
8237
8238 * loadhist.el (loadhist-hook-functions): Remove
8239 before-change-function, after-change-function.
8240 (unload-feature): Deal with symbols which are both bound and
8241 fbound.
8242
8243 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8244 before-change-function, after-change-function.
8245
8246 * simple.el (newline): Don't bind before-change-function,
8247 after-change-function.
8248
7f565d87
RV
82492000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8250
8251 * whitespace.el (whitespace-rescan-timer-time): Update interval
8252 set to 600 seconds (10 minutes) instead of 60 seconds since
8253 a large number of whitespace buffers causes emacs to `freeze'
8254 for a considerable amount of time.
8255
bff71087 8256 * whitespace.el: Updated email address
7f565d87 8257
a8d693d8
DL
82582000-05-31 Dave Love <fx@gnu.org>
8259
8260 * add-log.el (change-log-font-lock-keywords) <function>: Add
8261 pattern for function of change.
8262 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8263 acknowledgements patterns.
8264
a50192e7
KH
82652000-05-31 Kenichi Handa <handa@etl.go.jp>
8266
8267 * isearch.el (isearch-printing-char): If keyboard coding system is
8268 being used, call isearch-process-search-multibyte-characters.
8269
8270 * international/isearch-x.el: Mostly rewritten.
8271
8272 * international/quail.el (quail-start-conversion): Don't include
8273 unhandled events in the returned events, but set them in
8274 unread-command-events. Exit if all inputs are deleted.
8275
7e492772
JR
82762000-05-30 Jason Rumney <jasonr@gnu.org>
8277
8278 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8279
8280 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8281 Reenable code to create initial fontsets.
8282 Use set-fontset-font in place of put-charset-property.
8283
10fc3187
GM
82842000-05-30 Gerd Moellmann <gerd@gnu.org>
8285
79148ea7
GM
8286 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8287 label, ensure that the first colon isn't followed by another.
8288
8289 * paths.el (Info-default-directory-list): Doc fix.
8290
086d5b87
GM
8291 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8292 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8293 send a query containing USER only, not USER@HOST.
8294
10fc3187
GM
8295 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8296 and rmail-msgend to compute the restriction at the end, instead of
8297 computing it.
8298
49e70dec
GM
82992000-05-29 Gerd Moellmann <gerd@gnu.org>
8300
66254a13
GM
8301 * dabbrev.el (dabbrev-expand): Don't display messages in the
8302 echo area if the minibuffer window is active.
8303
49e70dec
GM
8304 * jit-lock.el (jit-lock-mode): Add after change function to
8305 local hook.
8306
83072000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8308
8309 * antlr-mode.el: New commands: hide/unhide actions,
8310 upcase/downcase literals.
8311 (antlr-tiny-action-length): New user option.
8312 (antlr-hide-actions): New command. Suggested by
8313 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8314 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8315 (antlr-mode-menu): New entries.
8316 (antlr-downcase-literals): New command.
8317 (antlr-upcase-literals): Ditto.
8318
8319 * antlr-mode.el: Minor changes: indendation, mode-name.
8320 (antlr-indent-line): Indent cpp directive at column 0.
8321 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8322
8323 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8324 (antlr-font-lock-additional-keywords): Workaround for intentional
8325 bug in XEmacs version of font-lock.
8326 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8327 be used by a smarter version of `buffers-menu-grouping-function'.
8328
83292000-05-29 Gerd Moellmann <gerd@gnu.org>
8330
8331 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8332 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8333
49f93684
KH
83342000-05-29 Kenichi Handa <handa@etl.go.jp>
8335
8336 * international/encoded-kb.el
8337 (encoded-kbd-iso2022-designation-map): Pay attention to that
8338 charset-iso-final-char return -1 for eight-bit-control and
8339 eight-bit-graphic.
8340
5b1ae051
EZ
83412000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8342
8343 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8344 (speedbar-easymenu-definition-base): Use display-graphic-p where
8345 available, instead of window-system.
8346
a205e32a
EZ
83472000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8348
8349 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8350 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8351 coding systems.
8352
dd854dc2
DL
83532000-05-26 Dave Love <fx@gnu.org>
8354
c88a85d5
DL
8355 * disp-table.el (standard-display-underline): Don't use
8356 internal-find-face.
8357
dd854dc2
DL
8358 * mail/reporter.el: Maintainer change. Doc fixes.
8359 (reporter-version): Deleted.
8360
8361 * emacs-lisp/elp.el: Maintainer change.
8362 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8363
dc29aa6c
SM
83642000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8365
8366 * add-log.el (add-change-log-entry): Merge the current entry with the
8367 previous one if the previous one is empty.
8368
ed62683d
DL
83692000-05-26 Dave Love <fx@gnu.org>
8370
4370a375
DL
8371 * loadhist.el (unload-feature): Fix interactive spec [from
8372 lijnzaad@ebi.ac.uk].
8373
ed62683d
DL
8374 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8375 subr-arity to check primitives.
8376 (byte-compile-flush-pending, byte-compile-file-form-progn)
8377 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8378 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8379 mapcar.
8380
ba9f8f95
KH
83812000-05-26 Kenichi Handa <handa@etl.go.jp>
8382
0f3e0672
KH
8383 * international/fontset.el: Set family names of non-latin charsets
8384 in default fontset to "*".
8385
cebefb44
KH
8386 * international/mule-diag.el (print-fontset): Combine family part
8387 and registry part of the fontname by "-*-" instead of "-".
8388
ba9f8f95
KH
8389 * international/mule-cmds.el (encode-coding-char): Make strings
8390 multibyte before calling encode-coding-string.
8391
931d0724
SM
83922000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8393
8394 * derived.el: Fix keywords.
8ccce2b0 8395 (define-derived-mode): Only define if needed.
931d0724
SM
8396
8397 * simple.el (fill-comment, comment-column, comment-start)
8398 (comment-start-skip, comment-end, comment-indent-function)
8399 (block-comment-start, block-comment-end, indent-for-comment)
8400 (set-comment-column, kill-comment, comment-padding, comment-region)
8401 (comment-multi-line, indent-new-comment-line): Remove.
8402
8403 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8404 function names for comment operations.
8405
8406 * newcomment.el: Add abundant autoload cookies.
8407 (comment-style): Don't depend on runtime data at compile-time.
8408 (comment-indent-hook): Remove.
8409 (comment-indent): Check if comment-indent-hook is bound.
8410 (comment-region): Docstring fix.
8411
6fc596cf
DL
84122000-05-25 Dave Love <fx@gnu.org>
8413
8414 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8415 byte-code-function-p.
8416
8417 * mail/rmailsum.el: Add provide.
8418
8419 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8420
8421 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8422 defcustom.
8423
7997f1ca 84242000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8425
7997f1ca
MK
8426 * ediff-diff.el (ediff-exec-process): delete --binary option from
8427 non-buffer ediff jobs.
7f565d87 8428
e7a903e8
EZ
84292000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8430
8431 * hilit-chg.el (highlight-changes-mode): Ask about color or
8432 grayscale support, not about window-system.
8433
8434 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8435 window-system.
8436 (ffap-highlight): Always default to t.
8437
8438 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8439 display-popup-menus-p instead of looking at window-system.
8440
8441 * disp-table.el (standard-display-g1, standard-display-graphic):
8442 Only refuse to use string glyphs on X and MS-Windows.
8443
8444 * avoid.el: Remove window-system from commentary, suggest to use
8445 display-*-p instead.
8446
8447 * apropos.el (apropos-print): Use display-mouse-p instead of
8448 window-system.
8449
14028d57
EZ
84502000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8451
8452 * international/codepage.el (cp-decoding-vector-for-codepage):
8453 Fill up unsupported characters with their own codes. From Kenichi
8454 Handa.
8455
1a4f9cc1
EZ
84562000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8457
8458 * international/mule-diag.el (describe-char-after): Use
8459 display-graphic-p instead of window-system, so that this function
8460 works on MS-DOS.
8461
89f6ca4e
EZ
84622000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8463
8464 * international/codepage.el (cp-make-coding-systems-for-codepage):
8465 Remove the eight-bit-graphic and eight-bit-control charsets from
8466 the list of charsets which we convert into `?'.
8467
eacfd7fe
KH
84682000-05-25 Kenichi Handa <handa@etl.go.jp>
8469
8470 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8471 private charsets.
8472 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8473 japanese-jisx0213-2): New charsets.
8474
8475 * international/fontset.el: Setup default fontset for new charsets.
8476
deadf7e3
DL
84772000-05-24 Dave Love <fx@gnu.org>
8478
8479 * info.el (Info-find-node-2): Restructure [following "Vadim
8480 S. Solomin" <sovs@uic.nnov.ru>].
8481
8482 * icomplete.el: Fix header for Finder.
8483
84842000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8485
8486 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8487 STAY.
8488
8489 * rmail.el (rmail-automatic-folder-directives): New user variable.
8490 (rmail-show-message): Add call to `rmail-auto-file' during
8491 display.
8492 (rmail-auto-file): New function.
8493
6de3983f 84942000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8495
fc6a6a4e 8496 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8497 account.
fc6a6a4e
GM
8498 (ediff-test-utility,ediff-diff-mandatory-option)
8499 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8500 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8501
fc6a6a4e 8502 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8503 variable.
7f565d87 8504
fc6a6a4e 8505 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8506 ediff-merge-filename-prefix.
8507
fc290d1d
MK
85082000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8509
fc6a6a4e 8510 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8511
273182b8
EZ
85122000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8513
8514 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8515 aliases for hebrew-iso-8bit.
8516
f471ea57
EZ
85172000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8518
8519 * woman.el: New version from Francis J. Wright
8520 <F.J.Wright@Maths.QMW.ac.uk>.
8521 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8522 names in environment variables regardless of the path separator.
8523 (woman-topic-all-completions-1): Don't call file-name-directory-p
8524 on all files, since woman-file-regexp already filters out any
8525 directories.
8526
01162f24
KH
85272000-05-24 Kenichi Handa <handa@etl.go.jp>
8528
48e3df76
KH
8529 * international/quail.el (quail-start-translation): Don't change
8530 modified-p of the current buffer.
8531 (quail-start-conversion): Likewise.
8532
8533 * international/kkc.el (kkc-region): Don't change modified-p of
8534 the current buffer.
8535
747d90ea
KH
8536 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8537 conform to RFC1468.
8538 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8539
17a223ff
EL
85402000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8541
8542 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8543 (speedbar-insert-button): Invisible text property fix.
8544 (speedbar-directory-plus): Renamed from speedbar-directory-+
8545 (speedbar-directory-minus): Renamed from speedbar-directory--
8546 (speedbar-page-plus): Renamed from speedbar-file-+
8547 (speedbar-page-minus): Renamed from speedbar-file--
8548 (speedbar-page): Renamed from speedbar-file-
8549 (speedbar-tag): Renamed from speedbar-tag-
8550 (speedbar-tag-plus): Renamed from speedbar-tag-+
8551 (speedbar-tag-minus): Renamed from speedbar-tag--
8552 (speedbar-expand-image-button-alist): Use above renames.
8553
8554 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8555 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8556 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8557 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8558 * sb-pg.xpm: Renamed from sb-file.xpm
8559 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8560 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8561
e6b6fc18
KH
85622000-05-24 Kenichi Handa <handa@etl.go.jp>
8563
8564 * international/quail.el (quail-show-guidance-buf): Set
8565 current-input-method of the guidance buffer to the name of the
8566 curren input method.
8567
a1a336eb
SM
85682000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8569
8570 * progmodes/compile.el (compile-internal): Style typo.
8571
8572 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8573 quote vars and functions in the docstring.
8574
8575 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8576
8577 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8578 Don't quote lambdas.
8579
8580 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8581
9695b783
GM
85822000-05-23 Gerd Moellmann <gerd@gnu.org>
8583
716e3b88
GM
8584 * startup.el (command-line): Determine source file of compiled
8585 user init file differently. Warn if compiled user init file
8586 is older than its source file.
8587
9695b783 8588 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8589
41ac433f
EZ
85902000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8591
8592 * files.el (make-backup-file-name-1): Replace slashes with `!'
8593 rather than `|' (which is not allowed on Windows). Replace the
8594 drive letters with a string "drive_X".
8595
46600ab1
GM
85962000-05-23 Gerd Moellmann <gerd@gnu.org>
8597
8598 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8599
8600 * files.el (interpreter-mode-alist): Add `bash2'.
8601
79a64d87
DL
86022000-05-22 Dave Love <fx@gnu.org>
8603
8604 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8605 mapc.
8606 (feature-file): Avoid calling symbol-name. Doc fix.
8607 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8608 (loadhist-hook-functions): Add mouse-position-function.
8609 (unload-feature): Change uses of mapcar.
8610
8611 * files.el (parse-colon-path): Doc fix.
8612 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8613 (set-auto-mode): Use mapc.
8614
8615 * complete.el (PC-look-for-include-file): Use :alnum: character
8616 class.
8617 (partial-completion-mode): Add autoload cookie.
8618
0e8c11d8
SS
86192000-05-22 Sam Steingold <sds@gnu.org>
8620
ce75fd23 8621 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8622 `add-text-properties' (bug introduced on 2000-05-18).
8623
d8d0fa6c
DL
86242000-05-22 Dave Love <fx@gnu.org>
8625
8626 * bindings.el: Remove debug-ignored-errors set in other files.
8627
8628 * progmodes/etags.el: Add to debug-ignored-errors.
8629 (visit-tags-table-buffer): Clear out buffers holding old tables
8630 when making a new list.
8631 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8632 mapc.
8633
8634 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8635 quote keywords.
8636 (cmpl-string-case-type): Use character classes.
8637
0e8c11d8
SS
8638 * comint.el:
8639 * textmodes/ispell.el:
8640 * imenu.el:
d8d0fa6c
DL
8641 * mail/mh-e.el:
8642 * progmodes/compile.el: Add to debug-ignored-errors.
8643
8644 * dabbrev.el: Add to debug-ignored-errors.
8645 (dabbrev-completion): Use mapc.
8646
1edbbf8a
EZ
86472000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8648
8649 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8650 (woman-mapcan, woman-parse-man.conf)
8651 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8652 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8653 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8654 path syntax better.
8655 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8656 (woman-manpath): Call woman-parse-man.conf.
8657 (woman-emulation): New defcustom, defaults to nroff.
8658 (woman-font-support): New defconst.
8659 (woman-use-symbol-font): New defcustom.
8660 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8661 "Emulation".
8662 Many functions: Doc fix.
8663
5bd2148c
KH
86642000-05-22 Kenichi Handa <handa@etl.go.jp>
8665
8666 * international/quail.el (quail-simple-translation-keymap): Map
8667 128..255 to quail-self-insert-command.
8668 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8669
4125ec7e
SM
86702000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8671
a1a336eb
SM
8672 * help.el (help-manyarg-func-alist): Typo.
8673
40aeecad
SM
8674 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8675 intervals which makes it heaps simpler.
8676
4125ec7e
SM
8677 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8678 the nested comment markers.
e4da9c1c
SM
8679
8680 * subr.el (remove-hook): Don't turn the hook's value into a list.
8681
cb7216a7
DL
86822000-05-21 Dave Love <fx@gnu.org>
8683
ac266581
DL
8684 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8685 are invalid characters.
8686
cb7216a7
DL
8687 * international/mule-util.el (detect-coding-with-priority): Use
8688 mapc. Remove redundant lambda.
8689
8690 * international/mule-diag.el (list-non-iso-charset-chars)
8691 (describe-fontset): Remove redundant lambda.
8692
8693 * emulation/crisp.el (brief-mode): New alias.
8694
8695 * emacs-lisp/ring.el (ring-elements): New function.
8696
8697 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8698 (easy-menu-do-add-item): Use keywordp.
8699
8700 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8701
8702 * replace.el: Doc and error message fixes.
8703 (replace-highlight): Use facep, not internal-find-face.
8704
9b0d1d6e
SM
87052000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8706
b2d2cf58
SM
8707 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8708
ffe7dc64
SM
8709 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8710 (log-edit-insert-changelog): Drop `:' as well.
8711
8712 * log-view.el: Fix file description.
8713 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8714 available.
8715 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8716 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8717
c8c21615
SM
8718 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8719 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8720 Print a status message if the toggle is called interactively.
8721 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8722 for global minor modes and use `defcustom' for them.
8723 Use add-minor-mode.
8724 (easy-mmode-define-derived-mode): Remove.
8725 (define-derived-mode): Fancier default docstring.
8726 (easy-mmode-define-navigation): Signal an error rather than (ding).
8727
9b0d1d6e
SM
8728 * newcomment.el (comment-styles): New `box-multi'.
8729 (comment-normalize-vars): Better default for comment-continue to
8730 avoid whitespace-only continuations.
8731 (comment-search-forward): Always move even in the no-syntax case.
8732 (comment-padright): Only obey N if it's only obeyed for padleft.
8733 (comment-make-extra-lines): Better handling of empty continuations.
8734 Use `=' for the filler if comment-start has only one character.
8735 (uncomment-region): Try handling the special `=' filler.
8736 (comment-region): Allow LINES even if MULTI is nil.
8737 (comment-box): Choose box style based on comment-style.
8738
f5ee6d0f
KH
87392000-05-20 Kenichi Handa <handa@etl.go.jp>
8740
9b0d1d6e 8741 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8742 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8743
c9671f81
KH
87442000-05-20 Kenichi HANDA <handa@etl.go.jp>
8745
8746 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8747 and insert, not subst-char-in-region.
8748
8749 * international/mule-diag.el (list-character-sets-1): Handle
8750 charsets eight-bit-control and eight-bit-graphic.
8751 (list-iso-charset-chars): Likewise.
8752 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8753 charactes as is. Use indent-to to align characters.
8754
8755 * international/mule-cmds.el (find-multibyte-characters): Never
8756 exclude charsets eight-bit-control and eight-bit-graphic.
8757
1426aa5c
SM
87582000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8759
8760 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8761 Don't quote lambdas.
8762
8763 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8764
2b63d473
GM
87652000-05-19 Gerd Moellmann <gerd@gnu.org>
8766
8767 * gud.el (gud-jdb-directories): Doc fix.
8768
f1355756
SM
87692000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8770
8771 * newcomment.el: New file.
8772
5f64c9e0
GM
87732000-05-19 Gerd Moellmann <gerd@gnu.org>
8774
2b63d473 8775 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8776
db7314bd
AS
87772000-05-18 Andreas Schwab <schwab@suse.de>
8778
8779 * dired.el (dired-between-files): Also skip lines beginning with
8780 `used'.
8781
25bb0401
GM
87822000-05-18 Gerd Moellmann <gerd@gnu.org>
8783
8784 * msb.el (msb-menu-cond): Add choice `user'.
8785
a199a865 87862000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8787
a199a865
GM
8788 * ps-print.el: Compatibility, customization and doc fix.
8789 (ps-printer-name-option): Replace defconst by defvar.
8790 (ps-postscript-code-directory): XEmacs compatibility.
8791 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8792 fix.
8793 (ps-user-defined-prologue, ps-print-prologue-header)
8794 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8795 compatibility and code fix.
8796 (ps-print-background-image, ps-print-background-text):
8797 Customization fix.
8798 (ps-line-number-start, ps-n-up-on): New vars.
8799
25bb0401
GM
88002000-05-18 Espen Skoglund <esk@ira.uka.de>
8801
8802 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8803 the indent-comment function to just return the appropriate indent.
8804
68e6c83a
EL
88052000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8806
8807 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8808 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8809 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8810
dae6cb9f
DL
88112000-05-18 Dave Love <fx@gnu.org>
8812
8813 * info.el (Info-fontify-node): Add intangible property as well as
8814 invisible.
8815
8816 * calendar/appt.el (appt-make-list): Match all lines of entry.
8817 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8818
813086ea
KH
88192000-05-18 Kenichi Handa <handa@etl.go.jp>
8820
8821 * international/mule-diag.el (describe-char-after): Call
8822 internal-char-font, not char-font. If internal-char-font returns
8823 nil, display "-- none --".
8824
24978190
EZ
88252000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8826
8827 * image.el (image-type-available-p): Don't reference image-types
8828 if it isn't bound.
8829
2fca2d5d
SM
88302000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8831
8832 * autoarg.el (autoarg-mode): Typo in the :set argument.
8833
cfc75d05
EZ
88342000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8835
8836 * startup.el (command-line-1): Don't signal an error if the
8837 directory for auto-save-list files does not yet exist.
8838
c4e30387
KH
88392000-05-17 Kenichi Handa <handa@etl.go.jp>
8840
8841 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8842
dd6b8ea7
SM
88432000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8844
8845 * subr.el (remove-hook): `setq' hook-value, not `set'.
8846
399c88ad
SS
88472000-05-16 Sam Steingold <sds@gnu.org>
8848
a199a865 8849 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8850
01651f07
DL
88512000-05-16 Dave Love <fx@gnu.org>
8852
8853 * cus-edit.el: Don't require cl or easymenu.
8854 (custom-variable-prompt): Test standard-value property, not
8855 user-variable-p.
8856
2248c40d
SS
88572000-05-16 Sam Steingold <sds@gnu.org>
8858
8859 * subr.el (add-hook): `setq' hook-value, not `set'.
8860
b15f3b77
GM
88612000-05-16 Gerd Moellmann <gerd@gnu.org>
8862
8863 * startup.el (command-line-1): Mention the FAQ in the startup
8864 message.
8865
8866 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8867
8868 * progmodes/compile.el (compilation-parse-errors): Collect
8869 `nomessage' regexps last.
8870
8871 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8872
8873 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8874 to the function name.
8875
f9bbcfac
EL
88762000-05-15 Dave Love <fx@gnu.org>
8877
8878 * speedbar.el (speedbar-recenter): Typo.
8879 (speedbar-expand-line): Make arg optional.
8880 (speedbar-mode): Avoid a compiler warning.
8881
119b42eb
GM
88822000-05-15 Gerd Moellmann <gerd@gnu.org>
8883
8884 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8885 user-specified option string is empty.
8886
8887 * mouse.el (mouse-yank-at-click): Doc fix.
8888
f685bea9
EZ
88892000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8890
8891 * term/internal.el (IT-character-translations): More updates of
8892 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8893 documents.
8894
a1b8d58b
GM
88952000-05-15 Gerd Moellmann <gerd@gnu.org>
8896
8897 * env.el (getenv): New function, interactively callable.
8898 (setenv, getenv): Remove autoload cookies.
8899
8900 * loadup.el: Load `env'.
8901
8902 * progmodes/f90.el: Change author's mail address.
8903
c9bba7ed
DL
89042000-05-14 Dave Love <fx@gnu.org>
8905
e5c83697
DL
8906 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8907 goto-addr as an option.
8908
8909 * help.el (help-xref-stack): Doc fix.
8910 (help-xref-following): New variable.
8911 (help-make-xrefs): Use it.
8912 (help-xref-go-back): Use position information from stack element.
8913 (help-follow): Make position in stack element a pair. Use
8914 help-xref-following.
399c88ad 8915
e5c83697
DL
8916 * autoarg.el: New file.
8917
8918 * faces.el: Declare more functions obsolete.
8919
c9bba7ed
DL
8920 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8921 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8922 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8923 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8924 Remove all the setup-...-environment functions.
8925
b6389bfb
EL
89262000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8927
a1b8d58b
GM
8928 * speedbar.el: Updated the commentary section. xemacs20p now uses
8929 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8930 (speedbar-easymenu-definition-base): Add toggle for images.
8931 (speedbar-easymenu-definition-special): Add flush cache & expand.
8932 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8933 (speedbar-reconfigure-keymaps-hook): New variable.
8934 (speedbar-frame-parameters): Updated documentation.
8935 (speedbar-use-imenu-flag): Updated custom tag
8936 (speedbar-dynamic-tags-function-list): New variable.
8937 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8938 (speedbar-indentation-width, speedbar-indentation-width) New
8939 variables.
8940 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8941 (speedbar-vc-indicator): Doc update.
8942 (speedbar-ignored-path-expressions): Updated default value.
8943 (speedbar-supported-extension-expressions): Updated default value.
8944 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8945 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8946 as "+". Added overlay aliases.
8947 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8948 `force-mode-line-update'.
8949 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8950 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8951 `mouse-set-point'
b6389bfb 8952 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8953 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8954 of arbitrary text, and new helper functions.
8955 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8956 filename finder.
b6389bfb
EL
8957 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8958 (speedbar-directory-buttons): Update path search/expansion.
8959 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8960 `speedbar-indentation-width'. Use more care w/ invisible
8961 properties.
b6389bfb
EL
8962 (speedbar-change-expand-button-char): Call
8963 `speedbar-insert-image-button-maybe'.
8964 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8965 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8966 (speedbar-trim-words-tag-hierarchy)
8967 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8968 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8969 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8970 functions.
b6389bfb
EL
8971 (speedbar-mouse-set-point): New function
8972 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8973 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8974 of tag prefix text.
8975 (speedbar-expand-line, speedbar-contract-line): Make more robust
8976 to strange text.
8977 (speedbar-expand-line): Takes universal argument to flush the
8978 cache.
b6389bfb
EL
8979 (speedbar-flush-expand-line): New function.
8980 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8981 Use new generator insertion method.
8982 (speedbar-fetch-dynamic-tags): New function.
8983 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8984 `speedbar-fetch-dynamic-imenu'.
8985 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8986 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8987 "Revert Buffer" menu items.
8988 (speedbar-buffer-buttons-engine): Be smarter when creating a
8989 filename tag (for expansion purposes.).
a1b8d58b
GM
8990 (speedbar-highlight-one-tag-line,
8991 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8992 (speedbar-recenter): New functions.
b6389bfb 8993 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8994 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8995 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8996 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8997 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8998 (speedbar-expand-image-button-alist): New variable.
8999 (speedbar-insert-image-button-maybe): Insert an image over some
9000 buttons.
9001
43fe9244
KH
90022000-05-13 Kenichi Handa <handa@etl.go.jp>
9003
9004 * international/mule-cmds.el (encode-coding-char): An ASCII
9005 character is always encodable.
9006
9007 * international/mule-conf.el: Add more information in descriptions
9008 of character sets.
9009
813086ea 9010 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9011 (describe-font-internal): Adjusted for the change of font-info.
9012 (describe-font): Likewise.
9013 (print-fontset): Rewritten for the new fontset implementation.
9014 (describe-fontset): Include fontset alias names in completion.
9015 (list-fontsets): Adjusted for the change of print-fontset.
9016
9017 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9018 describe-char-after instead of displaying the detail in the echo
9019 area.
813086ea
KH
9020 (syntax-code-table): Format changed.
9021 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9022
e8564f57
SM
90232000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9024
9025 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9026
9278c60d
DL
90272000-05-12 Dave Love <fx@gnu.org>
9028
9029 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9030 dependence. Use line-{beginning,end}-position, not
9031 point-at{b,e}ol. Some doc fixes.
9032 (todo-position): New function. Fix callers of position to use it.
9033 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9034
be0505fe
GM
90352000-05-12 Gerd Moellmann <gerd@gnu.org>
9036
9037 * time.el (display-time-mail-icon): Use `:ascent center'.
9038
a8a3541c
GM
9039 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9040 handling FTP security extensions.
399c88ad 9041
44d5f148
DL
90422000-05-11 Dave Love <fx@gnu.org>
9043
33d0c179 9044 * calendar/todo-mode.el: New file.
44d5f148 9045
da4496b6
GM
90462000-05-11 Gerd Moellmann <gerd@gnu.org>
9047
cdc4401d
GM
9048 * comint.el (comint-read-input-ring): Move reference to
9049 comint-input-ring-size outside of the save-excursion. It was
9050 causing the default value to be the only one ever seen.
399c88ad 9051
0279f991
GM
9052 * font-lock.el: Update copyright. Remove Simon Marshall's email
9053 address on request from him.
9054
da4496b6
GM
9055 * subr.el (substitute-key-definition): Add comment describing
9056 the meaning of PREFIX.
9057
ac5cb26d
SM
90582000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9059
9060 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9061
9062 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9063 (add-minor-mode): Don't make the variable buffer-local and add a
9064 reference to define-minor-mode in the docstring.
9065
9066 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9067 HEADER/FOOTER and fix bug with trailing empty directory.
9068 (cvs-append-to-ignore): Use vc-editable-p if available.
9069 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9070 (vc-do-command): Tweak advice to handle the new VC.
9071
9072 * log-view.el (log-view-goto-rev): New function for the new VC.
9073 (log-view-minor-wrap): Use mark-active.
9074
9075 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9076 (log-edit-changelog-full-paragraphs): New var.
9077 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9078 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9079 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9080 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9081 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9082 Replace the `cvs' prefix with `log-edit'.
9083
9084 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9085
9086 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9087 (diff-font-lock-defaults): Explicitly turn off multiline.
9088 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9089 (diff-ediff-patch): Fix call to ediff-patch-file.
9090 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9091 Handle comments.
9092
9093 * frame.el (automatic-hscrolling): Typo.
9094
9095 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9096
21c34da3
DL
90972000-05-09 Sam Steingold <sds@goems.com>
9098
9099 * apropos.el (apropos-print): use `describe-face' instead of
9100 `customize-face-other-window'.
9101
950cf06f
DL
91022000-05-09 Dave Love <fx@gnu.org>
9103
9104 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9105
9106 * help.el (describe-variable): Have customize button pop the
9107 help-xref stack when invoked.
9108 (help-xref-symbol-regexp): Add `face'.
9109 (help-make-xrefs): Check for quoted face names and adapt regexp
9110 submatch numbers to cope.
9111 (help-xref-interned): Maybe insert face doc too. Separate
9112 sections with a line of hyphens.
9113
0623e40f 9114 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9115 (describe-face): Add customize button. Return the help
9116 text. Fix prompt.
9117
82e2ca9d
EZ
91182000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9119
9120 * term/internal.el (IT-character-translations): Fix last change.
9121
10c00b5c
EZ
91222000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9123
9124 * woman.el: New file
9125 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9126
9deed82f
EZ
91272000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9128
001ad319
EZ
9129 * term/internal.el (IT-character-translations): Update ASCII
9130 simulations for greek-iso8859-7, add latin-iso8859-14 and
9131 latin-iso8859-15.
9132
9deed82f
EZ
9133 * international/mule-cmds.el (set-language-info-alist): Call
9134 define-prefix-command with 3 arguments, to make the map suitable
9135 for a menu.
9136
4f37b78a
DL
91372000-05-07 Dave Love <fx@gnu.org>
9138
1ec321a7 9139 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9140
64a4c526
DL
91412000-05-05 Dave Love <fx@gnu.org>
9142
9143 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9144 list in doc string. Don't quote keyword symbols.
9145 * emacs-lisp/cl.el: Likewise
9146 * emacs-lisp/cl-seq.el: Likewise
9147
056565f7
GM
91482000-05-05 Gerd Moellmann <gerd@gnu.org>
9149
9150 * abbrev.el (abbrev-mode): Make ARG optional.
9151
4656b314
GM
91522000-05-04 Gerd Moellmann <gerd@gnu.org>
9153
ec82fb2f
GM
9154 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9155
9156 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9157
4656b314
GM
9158 * subr.el (substitute-key-definition): Clarify documentation.
9159
91602000-05-04 Milan Zamazal <pdm@freesoft.cz>
9161
9162 * glasses.el (glasses-convert-to-unreadable): Use
9163 `glasses-separator' instead of the hard-wired "_".
9164 (glasses-mode): Call `glasses-make-unreadable' only in a single
9165 place.
9166
7b081c78
EZ
91672000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9168
9169 * term/internal.el (cjk-codepages-alist): Add associations for
9170 Chinese and Korean codepages. Remove FIXME comment.
9171
baa5536e
DL
91722000-05-03 Dave Love <fx@gnu.org>
9173
9174 * time.el (display-time-mail-face, display-time-use-mail-icon):
9175 New option.
9176 (display-time-mail-icon): New variable.
9177 (display-time-string-forms): Use the above. Fix the local-map.
9178
cbf18892
GM
91792000-05-03 Gerd Moellmann <gerd@gnu.org>
9180
4ff40dd0
GM
9181 * replace.el (query-replace-map): Add binding for `E'.
9182 (query-replace-help): Extend help text.
9183 (perform-replace): Allow editing the replacement string.
9184
9185 * make-mode.el (makefile-mode-abbrev-table): New variable.
9186 (makefile-mode): Set local abbrev table to
9187 makefile-mode-abbrev-table.
9188 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9189
cbf18892
GM
9190 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9191 set TOGGLE's value.
9192
4ff40dd0
GM
9193 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9194 mail-interactive-insert-alias.
9195 (mail-abbrev-complete-alias): New command.
9196 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9197
ffec4d9f
KH
91982000-05-03 Kenichi Handa <handa@etl.go.jp>
9199
9200 * language/lao-util.el (lao-compose-region): New function.
9201
1b0672c3
GM
92022000-05-02 Gerd Moellmann <gerd@gnu.org>
9203
576da55d
GM
9204 * files.el (recover-session): Make directories as necessary
9205 if they don't exist yet.
9206
399c88ad
SS
9207 * calendar/cal-french.el
9208 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9209 (french-calendar-special-days-array): Change French text.
9210 (calendar-french-date-string): Change output.
9211 (calendar-goto-french-date): Likewise.
9212
92132000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9214
9215 * wid-edit.el (widget-default-active): Obey `:always-active'.
9216 (widget-documentation-string-value-create): Set `:always-active'.
9217
4b33deaa
EZ
92182000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9219
9220 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9221 default prefix to `~/_emacs.d/auto-save.list/_s'.
9222 (normal-top-level): Create the directory for auto-save files, if
9223 it doesn't already exist (in the ms-dos case only).
9224
5c922ea7
EZ
92252000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9226
9227 * international/mule-cmds.el (set-language-environment): Don't
9228 concat an integer (dos-codepage), use format instead.
9229
820ad5e7
DL
92302000-05-02 Dave Love <fx@gnu.org>
9231
9232 * help.el (help-xref-on-pp): Check for constant symbols.
9233
57cb56f5
GM
92342000-04-29 Gerd Moellmann <gerd@gnu.org>
9235
9236 * startup.el (normal-top-level): Put a condition-case around
9237 the code loading subdirs.el.
9238
92392000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9240
57cb56f5
GM
9241 * ps-print.el: Upside-down and face background color printing,
9242 line number step, doc fix.
9243 (ps-print-version): New version number (5.2).
9244 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9245 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9246 (ps-spool-config): Var fix.
9247 (ps-printer-name-option): Const fix.
9248 (ps-print-upside-down, ps-use-face-background)
9249 (ps-line-number-step): New vars.
9250 (ps-window-system, ps-lp-system): New consts.
9251 (ps-face-background): New fun.
9252
084cec2f
GM
92532000-04-28 Richard Stallman <rms@gnu.org>
9254
9255 * files.el (make-auto-save-file-name):
9256 Apply auto-save-file-name-transforms to visited file name
9257 before generating auto save file name.
9258 (auto-save-file-name-transforms): New variable.
9259
399c88ad 9260 * files.el (backup-enable-predicate):
084cec2f
GM
9261 Correctly test for a file under a temporary directory.
9262
c94f4677
GM
92632000-04-28 Gerd Moellmann <gerd@gnu.org>
9264
9265 * subr.el (add-minor-mode): Rewritten.
9266
7b211df5
KH
92672000-04-28 Kenichi Handa <handa@etl.go.jp>
9268
9269 * mail/sendmail.el (sendmail-send-it): Set
9270 buffer-file-coding-system to the selected coding system for MIME
9271 header.
9272
c76e04a8 92732000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9274
c76e04a8
GM
9275 * dired.el (dired-move-to-filename-regexp): Allow format where
9276 YYYY is followed by two spaces.
e3e36d74 9277
c76e04a8
GM
9278 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9279 in the second character class of the regexp.
9280
9281 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9282 mh-etc, too.
353964e3 9283
c76e04a8
GM
9284 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9285 nil.
399c88ad 9286
353964e3
GM
9287 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9288
9289 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9290 argument.
9291
c76e04a8 92922000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9293
c76e04a8
GM
9294 * emacs-lisp/crm.el (crm-completion-table): New variable.
9295 (crm-collection-fn, crm-test-completion)
9296 (completing-read-multiple): Use it.
9297
92982000-04-27 Dave Love <fx@gnu.org>
9299
9300 * help.el (locate-library): Use mapc.
9301 (help-manyarg-func-alist): Add call-process-region.
9302
7464346d
GM
93032000-04-26 Gerd Moellmann <gerd@gnu.org>
9304
b35bd33d
GM
9305 * subr.el (add-minor-mode): Make argument MAP optional.
9306
7464346d
GM
9307 * desktop.el (desktop-save): Save list of minor modes.
9308 (desktop-create-buffer): Restore minor modes.
9309 (desktop-minor-mode-table): New user-option.
9310
9311 * subr.el (add-minor-mode): New function.
9312
9313 * image.el (find-image): New function.
9314 (defimage): Rewritten to find image at load time.
9315
9316 * startup.el (normal-top-level-add-to-load-path): Handle
9317 case that the default directory is not in load-path.
9318
9319 * help.el: Old patch from Stefan Monnier.
9320 (help-xref-on-pp): New function.
9321 (describe-variable): Use it to display xrefs in a symbol's value.
9322
23c0fb21
SM
93232000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9324
9325 * cus-edit.el (custom-face): Fix parenthesis.
9326
fad95037
KH
93272000-04-26 Kenichi Handa <handa@etl.go.jp>
9328
f03392a1
KH
9329 * mail/rmail.el (rmail-expunge): When there are no deleted
9330 messages, do nothing.
fad95037 9331
0d7c5bb9
DL
93322000-04-26 Dave Love <fx@gnu.org>
9333
9334 * international/mule-cmds.el (locale-translation-file-name):
9335 Defvar to nil.
9336 (set-locale-environment): Set it here (at runtime).
9337
612839b6
GM
93382000-04-25 Gerd Moellmann <gerd@gnu.org>
9339
9340 * replace.el (perform-replace): Add parameters START and END. Use
9341 them instead of the check for a region in Transient Mark mode.
9342 (query-replace-read-args): Return two more list elements for the
9343 start and end of the region in Transient Mark mode.
9344 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9345 (map-query-replace-regexp, replace-string, replace-regexp): Add
9346 optional last arguments START and END and pass them to
9347 perform-replace.
9348
9349 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9350 form with additional arguments for perform-replace.
9351
9352 * progmodes/etags.el (tags-query-replace): Add parameters START
9353 and END. Construct a form with additional arguments for
9354 perform-replace.
9355
9356 * simple.el (shell-command): Set default directory for "*Shell
9357 Command Output" buffer.
9358
9359 * language/european.el (iso-latin-4): Fix typo.
9360
9361 * emacs-lisp/crm.el: New file.
9362
2917cc05
DL
93632000-04-24 Dave Love <fx@gnu.org>
9364
9365 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9366 (Custom-reset-saved, Custom-reset-standard)
9367 (custom-group-value-create, custom-group-set, custom-group-save)
9368 (custom-group-reset-current, custom-group-reset-saved)
9369 (custom-group-reset-standard): Use mapc.
9370 (custom-buffer-create-internal): Disable undo when creating items.
9371 Use mapc.
9372 (custom-face): Avoid redundant lambda.
9373
abfcc168
GM
93742000-04-24 Gerd Moellmann <gerd@gnu.org>
9375
9376 * startup.el (auto-save-list-file-prefix): Set default to
9377 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9378
fa78f71b
SS
93792000-04-24 Sam Steingold <sds@gnu.org>
9380
9381 * time-stamp.el (time-stamp-string-preprocess): Always convert
9382 `field-result' to a string.
9383
cc181e95
GM
93842000-04-24 Gerd Moellmann <gerd@gnu.org>
9385
9386 * frame.el (scrolling): New group.
9387 (automatic-hscrolling): New user-option.
9388
9389 * startup.el (command-line-x-option-alist): Add `-lsp' and
9390 `--line-spacing'.
9391
6142fdcb
DL
93922000-04-19 Dave Love <fx@gnu.org>
9393
9394 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9395 (cl-mapc): Rename from mapc. Fix the funcall.
9396
5e3dac3f
GM
93972000-04-19 Gerd Moellmann <gerd@gnu.org>
9398
1c459486
GM
9399 * simple.el (clone-indirect-buffer-other-window): New command.
9400 (clone-indirect-buffer): Add optional arg NORECROD.
9401 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9402
271b4185
GM
9403 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9404
9405 * window.el (count-screen-lines): New function.
9406 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9407 instead of window-buffer-height.
9408
9409 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9410 non-existing variable comint-input-sentinel.
9411 (inferior-lisp-args-to-list): Removed.
9412 (inferior-lisp): Use split-string instead of
9413 inferior-lisp-args-to-list.
9414
9415 * hexl.el (hexl-insert-hex-string): New command.
9416
5e3dac3f
GM
9417 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9418 instead of concat.
9419
f6d3257b
GM
94202000-04-18 Gerd Moellmann <gerd@gnu.org>
9421
9422 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9423 at the start of an existing but empty folder.
9424
94252000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9426
9427 * ps-mule.el: Customization fix, doc fix.
9428 (ps-multibyte-buffer): Customization fix.
9429
8b7bc628 94302000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9431
9432 * subr.el (read-passwd): Use read-char-exclusive.
9433
0daee095
GM
94342000-04-17 Gerd Moellmann <gerd@gnu.org>
9435
9436 * textmodes/texinfo.el (texinfo-insert-@email)
9437 (texinfo-insert-@emph, texinfo-insert-@quotation)
9438 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9439 (texinfo-mode-map): Add key bindings for them.
9440
9441 * files.el (basic-save-buffer-2): Use a template with `$'
9442 instead of `#' for VMS.
9443
9444 * simple.el (clone-indirect-buffer): New function.
9445
e10f64e7
GM
94462000-04-16 Stephen Eglen <stephen@gnu.org>
9447
9448 * iswitchb.el (iswitchb-case): New function. If the user input
9449 contains any upper-case characters, the search is made
9450 case-sensitive.
9451
e3721db1
SM
94522000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9453
e10f64e7
GM
9454 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9455 comment-end.
e3721db1
SM
9456 (texinfo-font-lock-syntactic-keywords): New var.
9457 (texinfo-font-lock-keywords): Remove comment regexp.
9458 (texinfo-insert-block): New function.
9459 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9460 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9461 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9462 (texinfo-environments): New var.
e10f64e7
GM
9463 (texinfo-environment-regexp): Use regexp-opt and
9464 texinfo-environments.
e3721db1 9465
e10f64e7
GM
9466 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9467 ispell-process is bound since this might be eval'd before ispell
9468 is loaded.
9469 (ispell-message): Use a tiny bit less magic and a bit more hard
9470 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9471
9472 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9473
9474 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9475 (insert-cyclic-diary-entry): Unquote the lambda.
9476
9477 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9478
9479 * files.el (backup-enable-predicate): Unquote the lambda.
9480
9481 * cus-edit.el (custom-face, face): Unquote the lambda.
9482
712dc9e0
GM
94832000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9484
9485 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9486
712dc9e0
GM
9487 * ps-print.el: Fix counting lines in a region.
9488 (ps-print-version): New version number (5.1.5).
9489 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9490 (ps-printing-region): Fun code fix.
9491
ffc50f2a
GM
94922000-04-15 Gerd Moellmann <gerd@gnu.org>
9493
9494 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9495 to file-directory-p.
9496
a2522dca
GM
94972000-04-14 Gerd Moellmann <gerd@gnu.org>
9498
9499 * gud.el (gud-jdb-build-source-files-list): Check that directory
9500 exists before calling directory-files.
9501
6e883610
DL
95022000-04-13 Dave Love <fx@gnu.org>
9503
9504 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9505 syntax.
9506
9507 * emacs-lisp/cl-specs.el: Remove when, unless.
9508
9509 * emacs-lisp/cl-extra.el: Don't quote keywords.
9510 (cl-old-mapc): New variable.
9511 (mapc): Use it.
9512 (cl-map-intervals): Use with-current-buffer. Don't check for
9513 next-property-change.
9514 (cl-map-overlays): Use with-current-buffer.
9515 (cl-expt): Remove.
9516 (copy-tree, remprop): Define unconditionally.
9517
9518 * emacs-lisp/cl-compat.el (keywordp): Remove.
9519
9520 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9521 to use keywordp.
9522 (edebug-spec): Enable keywordp.
9523
9524 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9525 string-lessp.
9526
9527 * cus-start.el: Use keywordp.
9528
198e3c7a
GM
95292000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9530
9531 * diary-lib.el (include-other-diary-files): Fix the fix of
9532 2000-02-18 by doing a save-excursion.
9533
95342000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9535
9536 * ps-print.el: Customization fix, doc fix.
9537 (ps-print-version): New version number (5.1.4).
9538 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9539 (ps-print-preprint): Adjust code.
9540 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9541 (ps-print-prologue-header, ps-print-control-characters)
9542 (ps-spool-config): Customization fix.
fa78f71b 9543
8eba343c
EZ
95442000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9545
9546 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9547 converted to the new menu-item format, names silightly changed,
9548 help strings added.
9549
9550 Support for spelling without async subprocesses:
9551
9552 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9553 (ispell-session-buffer): New variables.
9554 (ispell-start-process, ispell-process-status,
9555 ispell-accept-output, ispell-send-string): New functions, for
9556 Ispell invocation when async subprocesses aren't supported.
9557 (ispell-word, ispell-pdict-save, ispell-command-loop,
9558 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9559 to process-send-string with calls to ispell-send-string, and
9560 accept-process-output with ispell-accept-output.
9561 (ispell-init-process): Call ispell-process-status instead of
9562 process-status with.
9563 (ispell-init-process): Call ispell-start-process. Call
9564 ispell-accept-output and ispell-send-string. Don't call
9565 process-kill-without-query and kill-process if they are unbound.
9566 (ispell-async-processp): New function.
9567
3d30065d
DL
95682000-04-12 Dave Love <fx@gnu.org>
9569
9570 * info.el: Add debug-ignored-errors.
9571 (Info-mode-menu): Add some items.
9572 (Info-directory): Add autoload cookie.
9573
9574 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9575 Modify `truncate-lines'. Make `describe-language-environment'
9576 always visible and add help. Modify `describe-key' help. Invoke
9577 Info-directory from `info'. New entry `emacs-manual'.
9578
1a1b1895
GM
95792000-04-10 Gerd Moellmann <gerd@gnu.org>
9580
8b2affc5
GM
9581 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9582 propertized-buffer-identification.
9583 (ebrowse-update-member-buffer-mode-line): Likewise.
9584 (ebrowse--mode-strings): Removed.
9585 (ebrowse--mode-line-props): Removed.
9586
1a1b1895
GM
9587 * files.el (auto-mode-alist): Add `EBROWSE'.
9588
9589 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9590 space before testing for end of buffer.
9591 (ebrowse-load): Removed.
9592 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9593 (ebrowse-create-tree-buffer): Rewritten.
9594 (ebrowse-tree-mode): Read tree from buffer.
9595
9596 * progmodes/ebrowse-ffh.el: Removed.
9597
223f3c91
KH
95982000-04-10 Kenichi Handa <handa@etl.go.jp>
9599
9600 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9601
25fbf2c4
GM
96022000-04-10 Gerd Moellmann <gerd@gnu.org>
9603
9604 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9605 at the wrong place.
9606
92c13173
DL
96072000-04-09 Dave Love <fx@gnu.org>
9608
9609 * files.el (backup-enable-predicate): Use
9610 temporary-file-directory, small-temporary-file-directory.
9611 (make-backup-file-name-function, backup-directory-alist): New
9612 variables.
9613 (make-backup-file-name-1): New function.
9614 (make-backup-file-name): Use it.
9615 (find-backup-file-name): Likewise. Use format for clarity, not
9616 concat.
9617 (file-newest-backup): Use make-backup-file-name.
9618
be0dbdab
GM
96192000-04-09 Gerd Moellmann <gerd@gnu.org>
9620
c45be9ac 9621 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9622
c45be9ac
GM
9623 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9624 to ebrowse-ffh.el.
9625 (ebrowse-load): Add autoload.
9626
9627 * finder.el (finder-commentary): Add autoload cookie.
9628
be0dbdab
GM
9629 * mail/rfc2368.el: Correct author's email address.
9630
9631 * progmodes/ebrowse.el: New file.
9632
9633 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9634 item help string.
9635 (easy-menu-do-add-item): Ditto.
9636 (easy-menu-define): Extend doc string.
9637
9638 * jit-lock.el (with-buffer-unmodified): Use
9639 restore-buffer-modified-p.
9640 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9641 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9642 with-buffer-unmodified.
9643
3f923efe
DL
96442000-04-08 Dave Love <fx@gnu.org>
9645
9646 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9647 unless, when.
9648
d35bee0e
MK
96492000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9650
9651 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9652 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9653 doesn't support face.
d35bee0e 9654 Use `viper-put-on-search-overlay'.
fa78f71b 9655
c407c570
GM
96562000-04-04 Gerd Moellmann <gerd@gnu.org>
9657
9658 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9659 like C-r.
9660
9661 * progmodes/make-mode.el: Some doc fixes.
9662 (makefile-mode-abbrev-table): New variable.
9663 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9664 (makefile-font-lock-keywords): Fontify includes and conditionals.
9665 (toplevel): Require `dabbrev' and `add-log' when compiling.
9666
9667 * replace.el (perform-replace): Don't move forward one char
9668 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9669 to do that because it leaves point 1 position after the last
9670 replacement, after everything has been replaced.
9671
9672 * jit-lock.el (with-buffer-unmodified): New macro.
9673 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9674 modified state.
9675 (jit-lock-function-1): Extracted from jit-lock-function; not
9676 preserving buffer's modified state.
9677 (jit-lock-function, jit-lock-stealth-fontify): Call
9678 jit-lock-function-1.
9679
9680 * mail/rfc2368.el: Remove supernumerary copyright line.
9681
685e5ed2
GM
96822000-04-04 Milan Zamazal <pdm@freesoft.cz>
9683
9684 * glasses.el: Provide facilities for inserting space before left
9685 parentheses and uncapitalization of identifiers.
9686 (glasses-mode): Try to remove old overlays in all cases.
9687
0166aed1
GM
96882000-04-03 Gerd Moellmann <gerd@gnu.org>
9689
62f20204
GM
9690 * progmodes/compile.el (compile-internal): Display the compilation
9691 buffer in a different frame, if it's already displayed there.
9692
6460c400
GM
9693 * mail/rfc2368.el: New file.
9694
c0510d27
GM
9695 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9696 header and insert its value as mail body.
9697
9698 * subr.el (member-ignore-case): New function.
9699
9700 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9701 (dabbrev--find-expansion): Ignore buffers matching a regexp
9702 from dabbrev-ignored-regexps.
9703
0166aed1
GM
9704 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9705 to extensions handled by gzip.
9706
c0510d27
GM
97072000-04-03 Richard M. Stallman <rms@gnu.org>
9708
9709 * files.el (insert-directory): List the total free space
9710 along with the used space.
fa78f71b 9711
c0510d27
GM
9712 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9713 line is followed by one that matches CITATION-REGEXP, end the
9714 paragraph.
9715
97162000-04-03 Markus Rost <rost@delysid.gnu.org>
9717
9718 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9719 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9720
14c04384
KH
97212000-04-03 Kenichi Handa <handa@etl.go.jp>
9722
9723 * international/mule-cmds.el (encoded-string-description):
9724 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9725 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9726 for hexadecimal format.
14c04384 9727
ccf5869a
DL
97282000-04-01 Dave Love <fx@gnu.org>
9729
9730 * cpp.el: Change customization group to `c' from `C'.
9731
9732 * vcursor.el (vcursor-move): Use display-color-p.
9733
9734 * international/mule-util.el: Provide mule-utils.
9735 (string-to-sequence): Simplify and speed up.
9736
9737 * international/mule.el (make-coding-system): Purecopy doc-string.
9738
9739 * international/mule-cmds.el: Various menu changes.
9740 (describe-specified-language-support): Handle `Default'.
9741 (set-language-info): Purecopy `info'.
9742
610d841e
GM
97432000-03-31 Andrew Innes <andrewi@gnu.org>
9744
9745 * vc.el (vc-backend-diff): Return the correct status if we had to
9746 retry the rcsdiff command without the --brief option.
fa78f71b 9747
7f9de034
DL
97482000-03-31 Dave Love <fx@gnu.org>
9749
2de47765
DL
9750 * help.el (help-manyarg-func-alist): Correct several omissions.
9751
72838819
DL
9752 * add-log.el: Don't require cl, fortran.
9753 (add-log-current-defun-function): Doc fix.
9754 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9755 fix.
9756 (change-log-version-rcs): Function deleted.
9757 (change-log-version-number-search): Doc fix. Use
9758 vc-workfile-version. Avoid CL dolist.
9759 (add-change-log-entry): Just call add-log-current-defun to get
9760 defun. Simplify somewhat.
9761 (change-log-get-method-definition-1): Likewise.
9762 (add-log-current-defun): Return nil if calling
9763 add-log-current-defun-function does so. Move Fortran stuff to
9764 fortran.el. Return string without properties.
9765
7f9de034
DL
9766 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9767 and :alpha: char classes.
9768
9769 * mail/supercite.el: Defvar curline when compiling.
9770 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9771 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9772 rather than a-zA-Z0-9 to allow non-ASCII characters.
9773
aa110c0c
GM
97742000-03-31 Gerd Moellmann <gerd@gnu.org>
9775
9776 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9777
9778 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9779 Re-enable new code.
9780
9781 * lpr.el (print-region-1): Use -d to specify printer name for
9782 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9783
97842000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9785
aa110c0c
GM
9786 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9787 for function definition in symbol's function value slot first
9788 instead of first consulting byte-compile-function-environment.
fa78f71b 9789
6733d074
KH
97902000-03-31 Kenichi Handa <handa@etl.go.jp>
9791
9792 * language/european.el ("Polish"): New language environment.
9793 (setup-polish-environment): New function.
9794
63fcfa04
GM
97952000-03-30 Gerd Moellmann <gerd@gnu.org>
9796
9797 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9798 Disable new code.
9799
9800 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9801 trying to `load' the symbol of an autoload instead of the file
9802 recorded in the autoload. Fix error messages.
9803
7438c86b
GM
98042000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9805
9806 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9807 (ps-print-version): New version number (5.1.3).
9808 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9809 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9810 (ps-generate-postscript-with-faces): Code fix.
9811 (ps-color-values): XEmacs compatibility.
9812 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9813 (ps-default-fg, ps-default-bg): Adjust customization.
9814 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9815 (ps-color-scale): Renaming old ps-color-value fun.
9816 (ps-print-headers): Replace ps-print-header group to avoid conflict
9817 with ps-print-header variable.
9818 (ps-print-miscellany): New group.
9819 (ps-format-color, ps-rgb-color): New funs.
9820 (ps-default-foreground): New var.
9821 (ps-printer-name-option): New const.
fa78f71b 9822
326855a0
PB
98232000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9824
1f56ba73
PB
9825 * net/net-utils.el:
9826 (network-connection-host, network-connection-service): New variables
9827 (network-connection-mode): New mode, derived from comint-mode
9828 (network-connection-mode-setup): New function, saves host and
fa78f71b 9829 service information in local variables.
1f56ba73 9830
326855a0
PB
9831 * lisp/locate.el:
9832 (locate-word-at-point): Added this function
9833 (locate): Default to using locate-word-at-point as input
9834 Run dired-mode-hook
9835
141384bd
DL
98362000-03-29 Dave Love <fx@gnu.org>
9837
9838 * calendar/appt.el: Doc fixes.
9839 (appt-check): Convert min-to-app to a string before passing to
9840 appt-disp-window-function or concat.
9841 (appt-delete-window): Remove test for frame-root-window.
9842 (appt-select-lowest-window, appt-convert-time): Simplify.
9843
9844 * emacs-lisp/bytecomp.el: Doc fixes.
9845 (byte-compile-file-form-autoload): Update
9846 byte-compile-function-environment.
9847
c5aa0fc2
AS
98482000-03-29 Andreas Schwab <schwab@suse.de>
9849
9850 * emacs-lisp/autoload.el: Also print defsubst doc string
9851 specially.
9852
9853 * dired.el (dired-insert-directory): If dired-free-space-program
9854 failed just delete its output.
9855
f1d6fe69
DL
98562000-03-29 Dave Love <fx@gnu.org>
9857
9858 * international/iso-cvt.el: Move provide to end. Doc fixes.
9859 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9860 (iso-iso2sgml, iso-sgml2iso): New functions.
9861 (iso-cvt-define-menu): Fix some entries and use backquote for
9862 clarity.
9863
9864 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9865
b61f1215
GM
98662000-03-28 Gerd Moellmann <gerd@gnu.org>
9867
9868 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9869 ISO-DATE. If non-nil, return date in ISO 8601 format.
9870
ea4b0ca3
SM
98712000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9872
3831af62
SM
9873 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9874 if it ever becomes used.
9875 (log-edit-mode-hook): Default to vc-log-mode-hook.
9876 (log-edit-mode): Fix the docstring.
9877
ea4b0ca3
SM
9878 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9879 the code.
9880
08f8b1cc
DL
98812000-03-26 Dave Love <fx@gnu.org>
9882
082527fe
DL
9883 * net/browse-url.el (browse-url): Re-fix case of
9884 browse-url-browser-function being an alist.
9885 (browse-url): Add :link to defgroup.
9886
08f8b1cc
DL
9887 * files.el: Doc fixes.
9888 (file-truename): Include `[' in wildcard characters.
9889 (automount-dir-prefix): Customize.
9890 (find-file-wildcards): Add :version.
9891 (find-file-noselect): Simplify a mapcar call.
9892
9893 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9894 compatible with inf-lisp version.
9895 (eval-defun-1): Fix custom-declare-variable case.
9896
ea4b0ca3
SM
98972000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9898
9899 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9900
9a0dd3dc
GM
99012000-03-24 Gerd Moellmann <gerd@gnu.org>
9902
b68c375f
GM
9903 * Makefile (COMPILE_FIRST): New macro.
9904 (compile-files): Compile files from COMPILE_FIRST first.
9905
9906 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9907 code.
9908
9a0dd3dc
GM
9909 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9910 matching open parenthesis in column 0 to defun-prompt-regexp
9911 only if open-paren-in-column-0-is-defun-start is set.
9912
9913 * sun-curs.el: Require CL at compile-time only.
9914
9915 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9916 instead of copy-list which is a function from CL.
9917 (msb--choose-menu, msb--mode-menu-cond)
9918 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9919 (msb--init-file-alist): Use mapcar instead of mapcan.
9920 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9921 `(' in column 0 in doc string.
9922 (msb--add-separators): Use mapcar instead of mapcan.
9923
9924 * cus-dep.el: Require CL at compile-time only.
9925
c7dcadb5
SM
99262000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9927
9928 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9929 (byte-compile-warnings): New warning `noruntime'.
9930 (byte-compile-constants, byte-compile-variables): Fix docstring.
9931 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9932 execute `eval-whenc-compile's body.
9933 (byte-compile-unresolved-functions): Fix docstring.
9934 (byte-compile-eval): New function.
9935 (byte-compile-callargs-warn): Check if the function will be available
9936 at runtime (via property `byte-compile-noruntime').
9937 (byte-compile-print-syms): New function.
9938 (byte-compile-warn-about-unresolved-functions): Also warn about
9939 `noruntime' functions (and use `byte-compile-print-syms').
9940 (byte-compile-file): Capitalize the message.
9941
3b55acc9
GM
99422000-03-24 Gerd Moellmann <gerd@gnu.org>
9943
9944 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9945 (rmail-expunge): Ask for confirmation depending on the setting
9946 of rmail-confirm-expunge.
9947
99482000-03-23 Gerd Moellmann <gerd@gnu.org>
9949
9950 * Makefile (bootstrap-clean): If $(emacs) exists, build
9951 loaddefs.el first. A loaddefs.el that's not up-to-date might
9952 cause a bootstrap failure because things don't autoload as
9953 expected.
9954
02c76af4
DL
99552000-03-23 Dave Love <fx@gnu.org>
9956
9957 * net/browse-url.el: Restore previous use of
9958 browse-url-maybe-new-window.
9959
1a3199d9
GM
99602000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9961
9962 * ps-print.el: Skip banner page fix.
9963 (ps-print-version): New version number (5.1.2).
9964 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9965
1a3199d9
GM
99662000-03-23 Dave Pearson <davep@davep.org>
9967
9968 * net/quickurl.el Changed the type of parameter passed to the
9969 function defined by `quickurl-format-function'. Before only the
9970 text of the URL was passed. Now the whole URL structure is passed
9971 and the function is responsible for extracting the parts it
9972 requires. Changed the default of `quickurl-format-function'
9973 accordingly.
9974 (quickurl-insert): Changed the `funcall' of
9975 `quickurl-format-function' to match the above change.
9976 (quickurl-list-insert): Changed the `url' case so that it makes
9977 use of `quickurl-format-function', previous to this the format was
9978 hard wired.
fa78f71b 9979
72db3ab5
GM
99802000-03-22 Gerd Moellmann <gerd@gnu.org>
9981
9982 * startup.el: Change some spellings for the X Window System.
9983
68049bfa
SM
99842000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9985
9986 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9987 up the code and the regexp and make sure the cursor is temporarily
9988 moved to the suspicious line while querying the user.
9989
ff4df011
JR
99902000-03-22 Jason Rumney <jasonr@gnu.org>
9991
9992 * w32-fns.el (w32-charset-info-alist): Initialize.
9993
ee1c5b21
GM
99942000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9995
9996 * ps-print.el: N-up last page fix.
9997 (ps-print-version): New version number (5.1.1).
9998 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9999
d2cbfba0
SM
100002000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10001
bfb857d8
SM
10002 * files.el (find-file-run-dired): Update docstring.
10003 (find-directory-functions): New hook.
10004 (find-file-noselect): Run find-directory-functions rather than
10005 calling dired directly.
10006
10007 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10008
cb3430a1
SM
10009 * pcvs.el: Add a minimal leading commentary.
10010 (cvs-make-cvs-buffer): Change the header part by removing the startup
10011 message and adding a `Module' entry. Also replace the FOOTER and
10012 HEADER special fileinfos with the new support in ewoc for updating
10013 its own footer and header.
10014 (cvs-update-header): Update to use the header/footer of the ewoc.
10015 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10016 (cvs-is-within-p): New function.
10017 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10018 to only examine some subset of the buffers.
10019
10020 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10021 `format' instead of our own ad-hoc functions.
10022 Remove HEADER and FOOTER cases, now handled in the EWOC.
10023 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10024
10025 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10026 output to avoid scaring the user.
10027 (cvs-parse-table): Catch message for non-up-to-date commits.
10028
10029 * pcvs-defs.el (cvs-startup-message): Remove.
10030 (cvs-global-menu): New autoloaded menu.
10031
10032 * pcvs-util.el (cvs-string-fill): Remove.
10033
10034 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10035 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10036 PP part of it and also make it work for footers and headers.
10037 (ewoc-create): Drop POS and BUFFER arguments.
10038 Use the DLL's dummy node to store the end-of-footer position.
10039 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10040 (ewoc-refresh): Remove unused `header' variable.
10041 (ewoc-(get|set)-hf): New functions.
10042
d2cbfba0
SM
10043 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10044 log-view-*-(message|file) and use easy-mmode-define-navigation.
10045 (log-view-message-re): Match SCCS format as well.
10046 And match the revision line rather than the dashed separator line.
10047 (log-view-mode): Use the new define-derived-mode.
10048 (log-view-current-tag): Fill in with an actual implementation.
10049
10050 * cvs-status.el (cvs-status-(prev|next)): Rename from
10051 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10052 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10053 to let the output "breathe" a little more (more readable).
10054 (cvs-status-mode): Use the new define-derived-mode.
10055
10056 * smerge-mode.el (smerge-auto-leave): New function and variable.
10057 (smerge-basic-map): Rename from smerge-basic-keymap.
10058 Change the bindings for smerge-diff-*.
10059 (smerge-*-map): Use easy-mmode-defmap.
10060 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10061 (smerge-keep-*): Use smerge-auto-leave.
10062
51663132
JR
100632000-03-21 Jason Rumney <jasonr@gnu.org>
10064
10065 * cus-edit.el (custom-button-face): Use 3D look for w32.
10066 (custom-button-pressed-face): Likewise.
10067
3f6e4b8b
GM
100682000-03-21 Gerd Moellmann <gerd@gnu.org>
10069
10070 * progmodes/etags.el (tags-case-fold-search): New user-option.
10071 (tags-loop-eval): New function. Bind case-fold-search around eval
10072 depending on the value of tags-case-fold-search.
10073 (tags-loop-continue): Use tags-loop-eval.
10074 (find-tag-in-order): Bind case-fold-search depending on the value
10075 of tags-case-fold-search.
10076
c7ea3acc
SM
100772000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10078
0ae39f53
SM
10079 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10080 (diff-end-of-hunk): Return the end position for use in
10081 `easy-mmode-define-navigation'.
10082 (diff-recenter): Remove.
10083 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10084 of `easy-mmode-define-navigation'.
10085 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10086 previous renaming) and fix to use new names.
10087 (diff-merge-strings): Use \n as separator: simpler, faster.
10088 (diff-mode): Use `define-derived-mode'.
10089
c7ea3acc
SM
10090 * derived.el (define-derived-mode): Don't autoload anymore.
10091 Prefer the macro-only version provided by easy-mmode.el.
10092
10093 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10094 `easy-mmode-define-derived-mode'.
10095 Use `combine-run-hooks'.
10096 (easy-mmode-define-navigation): New macro.
10097
10098 * subr.el (combine-run-hooks): New function.
10099
6c4bfdc0
KH
101002000-03-21 Kenichi HANDA <handa@etl.go.jp>
10101
10102 * term/x-win.el: Fontsets related initialization is simplified.
10103
10104 * international/mule-diag.el (describe-font): Don't refer to
10105 global-fontset-alist, instead call font-list.
10106 (describe-fontset, list-fontsets, mule-diag): Likewise.
10107 (print-fontset): Adjusted for the change of fontset
10108 implementation.
10109
10110 * international/fontset.el (x-charset-registries): Variable
10111 removed, instead the corresponding data is stored in the default
10112 fontset.
10113 (register-alternate-fontnames): Function removed.
10114 (resolved-ascii-font): Variable removed.
10115 (x-compose-font-name): Ignore the second argument REDOCE.
10116 (x-complement-fontset-spec): Complement only an ASCII font and
10117 element for those charsets than can use that ASCII font.
10118 (generate-fontset-menu): Don't refer to global-fontset-alist,
10119 instead call fontset-list.
10120 (uninstantiated-fontset-alist): Variable removed.
10121 (x-style-funcs-alist): Likewise.
10122 (fontset-default-styles): Likewise.
10123 (x-modify-font-name): Function removed.
10124 (create-fontset-from-fontset-spec): Ignore the argument
10125 STYLE-VARIANT.
10126 (create-fontset-from-ascii-font): Docsting adjusted for the above
10127 change.
10128 (instantiate-fontset, resolve-fontset-name): Functions removed.
10129 (fontset-list): Now implemented by C code.
fa78f71b 10130
6c4bfdc0
KH
10131 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10132 (describe-face): Include `font' attribute in the description.
10133
9111d4b5
KH
101342000-03-21 Kenichi Handa <handa@etl.go.jp>
10135
10136 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10137
b33dd3b0
GM
101382000-03-20 Gerd Moellmann <gerd@gnu.org>
10139
a25bbe00
GM
10140 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10141 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10142 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10143
b33dd3b0
GM
10144 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10145 about behavior of set-buffer-modified-p wrt redisplay.
10146
8b7bc628 101472000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10148
10149 * view.el (view-mode-disable): Kill local binding of view-read-only.
10150
d7b511c4
GM
101512000-03-18 Gerd Moellmann <gerd@gnu.org>
10152
10153 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10154 is a string, convert it to a syntax cell using string-to-syntax.
10155
10156 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10157 (string-to-syntax): New function.
10158
10159 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10160 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10161 try to use passive ftp mode.
d7b511c4 10162
998ecc60
GM
101632000-03-17 Gerd Moellmann <gerd@gnu.org>
10164
b33dd3b0 10165 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10166
10167 * simple.el (append-to-buffer): Update point of windows after
10168 insertion.
10169
10170 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10171 forward then moving backward. Reindent.
10172
10173 * frame.el (other-frame): Call x-focus-frame only if
10174 focus-follows-mouse is off.
10175
235d6821
DL
101762000-03-17 Dave Love <fx@gnu.org>
10177
10178 * pcvs-util.el (cvs-strings->string): Rename
10179 replace-regexps-in-string.
10180
a29a2cd1
SM
101812000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10182
af595444
SM
10183 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10184 regexp for labels cannot span several lines.
10185
10186 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10187 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10188
a9be2843
DL
101892000-03-16 Dave Love <fx@gnu.org>
10190
10191 * progmodes/f90.el (f90): Put custom group under `languages', not
10192 `fortran'.
10193 (f90-mode-hook): Customize.
10194 (f90-mode): Set add-log-current-defun-function.
10195 (f90-current-defun): New function.
10196
d0ab3e9d
GM
101972000-03-16 Gerd Moellmann <gerd@gnu.org>
10198
16b20ed9
GM
10199 * cus-edit.el (custom-variable-tag-face): Handle case that
10200 default face's height is not a number.
10201 (custom-face-tag-face, custom-group-tag-face-1)
10202 (custom-group-tag-face): Ditto.
10203 (custom-group-tag-face-1): Add :group.
fa78f71b 10204
d0ab3e9d
GM
10205 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10206
ae8ab422
GM
102072000-03-15 Gerd Moellmann <gerd@gnu.org>
10208
10209 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10210 requiring easymenu.
10211
81c7ca69
GM
102122000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10213
10214 * ps-print.el: PostScript user-defined prologue, PostScript error
10215 handler, doc fix.
10216 (ps-print-version): New version number (5.1).
10217 (ps-user-defined-prologue, ps-error-handler-message)
10218 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10219 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10220 (ps-insert-string): New function.
fa78f71b 10221
dcf1003d
KH
102222000-03-15 Kenichi Handa <handa@etl.go.jp>
10223
10224 * international/ccl.el (ccl-compile-expression): Don't generate
10225 invalid self-assignment code.
10226
73825616
DL
102272000-03-14 Dave Love <fx@gnu.org>
10228
10229 * subr.el (replace-regexp-in-string): Renamed from
10230 replace-regexps-in-string. Doc fix.
10231
031020ac
DL
102322000-03-12 Dave Love <fx@gnu.org>
10233
10234 * cus-edit.el: Doc fixes.
10235 (customize-set-variable, customize-save-variable): Rename args for
10236 doc.
10237 (custom-variable-tag-face, custom-face-tag-face)
10238 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10239 style which user identify as hyperlink.
10240 (hook): Don't add undefined functions to the hook.
10241 (debug-ignored-errors): Transfer message from bindings.el.
10242
9b2f3c38
GM
102432000-03-12 Gerd Moellmann <gerd@gnu.org>
10244
10245 * recentf.el (recentf-keep-non-readable-files-p): Remove
10246 double/nested definition.
10247
0d6e23cf
DL
102482000-03-12 Dave Love <fx@gnu.org>
10249
10250 * facemenu.el (facemenu-get-face): Use display-color-p.
10251 * enriched.el (enriched-decode-foreground): Likewise.
10252 (enriched-decode-background): Likewise.
10253 * isearch.el (isearch-highlight): Likewise.
10254 * info-look.el (info-lookup): Likewise.
10255 * simple.el (completion-setup-function): Likewise.
10256
10257 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10258 :options.
10259
10260 * bindings.el (mode-line-format): Fix line-number and
10261 column-number items. Add help-echo for the background.
10262 (mode-line-mule-info): Modify help-echo.
10263
10264 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10265 defcustom.
10266
10267 * files.el (load-file): Allow completion to .elc.
10268
10269 * man.el: Doc fixes.
10270 (Man-init-defvars): Use display-color-p to set fontification.
10271
10272 * play/hanoi.el (hanoi-internal): Don't use oddp.
10273
e1cff360
GM
102742000-03-12 Gerd Moellmann <gerd@gnu.org>
10275
10276 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10277
10278 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10279
5e5dff44
GM
102802000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10281
10282 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10283 Fix comment.
10284
5b467bf4
SM
102852000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10286
83fef604
SM
10287 * font-lock.el (font-lock-keywords): Fix the doc now that
10288 regexp-opt-depth is unnecessary.
10289 (save-buffer-state): Set an edebug spec.
10290 (font-lock-fontify-anchored-keywords): Properly handle the case when
10291 the matcher goes past the limit.
10292
5b467bf4
SM
10293 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10294 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10295
83fef604
SM
10296 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10297 dll.el and cookie.el (from Elib) with heavy renaming and other
10298 massaging.
5b467bf4
SM
10299
10300 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10301 Autoload the functions used.
10302 (easy-mmode-define-syntax): Fix CL typo.
10303 (easy-mmode-define-derived-mode): Improve the docstring generation.
10304
d407456c
GM
103052000-03-10 Gerd Moellmann <gerd@gnu.org>
10306
10307 * textmodes/texinfo.el (texinfo-version): Variable and function
10308 removed.
10309
5a7a545c
SM
103102000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10311
0d6e23cf
DL
10312 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10313 allow more flexibility.
10314 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10315 fns.
10316 (easy-mmode-defmap, easy-mmode-defsyntax)
10317 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10318
d407456c 103192000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10320
10321 * rect.el (replace-rectangle): New function.
10322
103232000-03-09 Dave Love <fx@gnu.org>
10324
10325 * progmodes/fortran.el (fortran-comment-line-start): Define as
10326 "C".
10327 (fortran-comment-line-start-skip): Don't match cpp stuff.
10328 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10329 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10330 (fortran-mode): Don't set fortran-comment-line-start-skip,
10331 fortran-comment-line-start here. Set comment-start,
10332 add-log-current-defun.
10333 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10334 (fortran-current-defun): New function.
10335
80460654
GM
103362000-03-09 Gerd Moellmann <gerd@gnu.org>
10337
d1221ea9
GM
10338 * emacs-lisp/re-builder.el: New file.
10339
1853aa6b
GM
10340 * mouse.el (mouse-drag-region): Don't run up-event handler
10341 if hscroll has changed.
10342
80460654
GM
10343 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10344 builtin operators, use `font-lock-builtin-face' for Emacs and
10345 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10346
10347 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10348 `(defun (setf foo)' differently.
10349
c0056275
SM
103502000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10351
10352 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10353 (regexp-opt): Update comment and adapt the code the new meaning of
10354 the `paren' argument of regex-opt-group for shy-groups.
10355 (regexp-opt-depth): Handle shy groups as well as backslashed
10356 backslashes.
c0056275
SM
10357 (regexp-opt-group): Turn the leading comment into a docstring.
10358 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10359 Remove open-presuf and close-presuf. Instead of checking for `all
10360 one-char' and then later on check for `several one-char', handle
10361 both cases close together. Also apply a more generic algorithm
10362 for suffixes (the mirror image of the algorithm used for
10363 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10364 (regexp-opt-try-suffix): Removed.
10365
10366 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10367 from comint-mode-map, so we can just inherit from it. Also, move
10368 the initialization into the `defvar' since there's no docstring
10369 anyway and it's fairly short.
10370 (inferior-scheme-mode): Define it as derived-mode: the code is
10371 shorter and this way we inherit from comint-mode-map rather than
10372 copying it.
c0056275 10373
80460654
GM
10374 * subr.el (replace-regexps-in-string): Properly handle the case
10375 where we match an empty string.
c0056275 10376
80460654
GM
10377 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10378 when the command has a directory component (such as "./testml").
c0056275
SM
10379 Also fix a typo in the comment.
10380
5e91ff9e
GM
103812000-03-08 Gerd Moellmann <gerd@gnu.org>
10382
feab4fba
GM
10383 * Makefile (compile-files): Compile files one by one because
10384 that's the only way to ensure a clean compilation environment for
10385 each individual file.
10386
5e91ff9e
GM
10387 * frame.el (other-frame): Call x-focus-frame.
10388
76162e12
DL
103892000-03-07 Dave Love <fx@gnu.org>
10390
f64ce788
DL
10391 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10392 :require to defcustom.
10393
76162e12
DL
10394 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10395 lists.
10396
10397 * files.el (auto-mode-alist): Add configure.in.
10398
10399 * progmodes/autoconf.el: New file.
10400
f7daf1e1
GM
104012000-03-07 Gerd Moellmann <gerd@gnu.org>
10402
10403 * mail/mh-e.el: Change maintainer to `none'.
10404
10405 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10406 to remove-hook and add-hook.
10407
104082000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10409
10410 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10411 it as the default.
10412 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10413 (sendmail-send-it): Conditionally add MIME headers specifying the
10414 used character set.
fa78f71b 10415
63f6b2c4
DL
104162000-03-07 Dave Love <fx@gnu.org>
10417
10418 * winner.el: Fix keywords, autoload cookies. Split
10419 eval-when-compile form to avoid compilation failure.
10420
8330e2f9
KH
104212000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10422
10423 * international/mule.el: Modify comment about coding system
10424 property `coding-category'.
10425 (make-coding-system): New argument EOL-TYPE. Pay attention to
10426 coding-category property of PROPERTIES.
10427
10428 * international/mule-conf.el (coding-category-utf-8,
10429 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10430 categories. Include them in the argument for set-coding-priority.
10431
10432 * international/mule-cmds.el (reset-language-environment): Include
10433 coding-category-utf-8, coding-category-utf-16-be, and
10434 coding-category-utf-16-le in the argument for set-coding-priority.
10435 (reset-language-environment): Initialize coding-category-utf-8,
10436 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10437
18bb0684
GM
104382000-03-06 Karl Fogel <kfogel@red-bean.com>
10439
10440 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10441 code abstracted out of `bookmark-jump-noselect'. Now tries info
10442 extensions as well as compression extensions.
10443 (bookmark-jump-noselect): Use above new func.
fa78f71b 10444
71a6ba55
GM
104452000-03-03 Gerd Moellmann <gerd@gnu.org>
10446
10447 * strokes.el: Change maintainer's mail address.
10448
0d56cdff
KH
104492000-03-03 Kenichi Handa <handa@etl.go.jp>
10450
10451 * international/mule-diag.el (list-character-sets): Make help-echo
10452 string by substitute-command-keys.
10453 (list-character-sets): Likewise.
10454 (sort-listed-character-sets): Call help-setup-xref.
10455
900fa1f1
GM
104562000-03-02 Gerd Moellmann <gerd@gnu.org>
10457
10458 * time.el (display-time-mail-file): Add `none' to the list of
10459 choices.
10460
54d04320
DL
104612000-03-01 Dave Love <fx@gnu.org>
10462
43f3fa09
DL
10463 * help.el (help-xref-go-back): Don't try to set position.
10464
54d04320
DL
10465 * international/mule-diag.el (list-character-sets): Call
10466 help-setup-xref. Add help-echo to xrefs.
10467 (list-character-sets-1): Add help-echo to xrefs.
10468
d054101f
GM
104692000-03-02 Gerd Moellmann <gerd@gnu.org>
10470
10471 * frame.el (blink-cursor-mode): Switch cursor on when turning
10472 the mode off.
10473
10474 * add-log.el (add-log-current-defun): Add support for
10475 Autoconf mode.
10476
10477 * mail/rmail.el (rmail-quit-hook): New variable.
10478
d77dae5c
DL
104792000-03-01 Dave Love <fx@gnu.org>
10480
e5f597f0
DL
10481 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10482
d77dae5c
DL
10483 * help.el (help-xref-button): Add help-echo arg.
10484 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10485
10486 * faces.el (list-faces-display): Supply help-echo with
10487 help-make-xrefs.
10488
10489 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10490 nil.
10491
72d19d75
GM
104922000-03-01 Gerd Moellmann <gerd@gnu.org>
10493
2df636f4
GM
10494 * image.el (defimage): Look for image files in load-path.
10495
fa78f71b 10496 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10497 `number'.
10498
2df636f4
GM
104992000-03-01 David Ponce <david.ponce@wanadoo.fr>
10500
10501 * recentf.el (recentf): Added version tag to the defgroup of
10502 recentf.
10503
105042000-03-01 David Ponce <david.ponce@wanadoo.fr>
10505
10506 * recentf.el (recentf-cleanup): Changed to remove excluded file
10507 too.
10508 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10509 action to select/unselect a file.
10510 (recentf-edit-list): Code cleanup and improvement.
10511 (recentf-open-more-files-action): `recentf-open-more-files' button
10512 widget action to open a file.
10513 (recentf-open-more-files): No more use standard completion but
10514 widgets.
10515 (recentf-more-collection): Deleted.
10516 (recentf-more-history): Deleted.
10517 (recentf-setup-more-completion): Deleted.
10518
105192000-03-01 David Ponce <david.ponce@wanadoo.fr>
10520
10521 * recentf.el (recentf-mode): No more needs that Emacs is running
10522 under a window-system.
10523
105241999-03-01 David Ponce <david.ponce@wanadoo.fr>
10525
10526 * recentf.el (recentf-edit-list): New command to edit the recent
10527 list which allow the user to remove files.
10528 (recentf-edit-selected-items): New global variable, used by
10529 `recentf-edit-list' to hold the list of files to be removed from
10530 the recent list.
10531 (recentf-make-menu-items): Updated to display a "Edit list..."
10532 menu item. Minor code cleanup.
10533
105341999-03-01 David Ponce <david.ponce@wanadoo.fr>
10535
10536 * recentf.el (recentf-open-more-files): New command to open files
10537 that are not displayed in the menu.
10538 (recentf-more-collection): New global variable holding the set of
10539 permissible completions used by `recentf-open-more-files'.
10540 (recentf-more-history): New global variable holding the history list
10541 used by `recentf-open-more-files' completion.
10542 (recentf-setup-more-completion): New function to setup completion for
10543 `recentf-open-more-files'.
10544 (recentf-make-menu-items): Updated to display a "More..." menu item.
10545
105461999-03-01 David Ponce <david.ponce@wanadoo.fr>
10547
10548 * recentf.el (recentf-menu-action): Doc fixed.
10549
105501999-03-01 David Ponce <david.ponce@wanadoo.fr>
10551
10552 * recentf.el (recentf-menu-filter): Doc updated.
10553 (recentf-update-menu-hook): Allow menu filters to force menu update.
10554 (recentf-make-menu-items): New menu filter handling.
10555 (recentf-make-menu-item): New helper function.
10556 (recentf-menu-elements): New menu handling function.
10557 (recentf-sort-ascending): Updated to new menu filter handling.
10558 (recentf-sort-descending): Updated to new menu filter handling.
10559 (recentf-sort-basenames-ascending): New menu filter function.
10560 (recentf-sort-basenames-descending): New menu filter function.
10561 (recentf-show-basenames): New menu filter function.
10562 (recentf-show-basenames-ascending): New menu filter function.
10563 (recentf-show-basenames-descending): New menu filter function.
10564
72d19d75
GM
105652000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10566
10567 * diary-lib.el (list-diary-entries): Don't try to go forward at
10568 the end of the buffer.
10569
1ac1c836
KH
105702000-02-29 Kenichi Handa <handa@etl.go.jp>
10571
10572 * international/mule-diag.el (list-character-sets): Completely
10573 rewritten.
10574 (sort-listed-character-sets): New function.
10575 (list-character-sets-1): Completely rewritten.
10576 (list-character-sets-2): New function.
10577 (non-iso-charset-alist): New variable.
10578 (decode-codepage-char): New function.
10579 (charset-history): New variable.
10580 (read-charset) (list-block-of-chars)
10581 (list-iso-charset-chars)
10582 (list-non-iso-charset-chars)
10583 (list-charset-chars): New functions.
10584 (mule-diag): Call list-character-sets-2, not
10585 list-character-sets-2.
10586 (dump-charsets): Likewise.
10587
ed4d0512
GM
105882000-02-29 Gerd Moellmann <gerd@gnu.org>
10589
72d19d75
GM
10590 * dired-x.el (dired-filename-at-point): Add `@' to valid
10591 file name characters.
10592 (dired-filename-at-point): Handle ange-ftp file names.
10593
ed4d0512
GM
10594 * frame.el (frame-notice-user-settings): Use assq-delete-all
10595 instead of assoc-delete-all.
10596 (frame-notice-user-settings): Ditto.
10597
10598 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10599 Don't copy alist.
10600
32038c7a
GM
106012000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10602
10603 * calculator.el (calculator-use-menu): New option.
10604 (calculator-initial-bindings): Changed some bindings to work as
10605 macros.
10606 (calculator-forced-input): Removed.
10607 (calculator-restart-other-mode): New variable.
10608 (calculator-mode-map): Set up menu.
fa78f71b 10609
32038c7a
GM
106102000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10611
10612 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10613 tags.
fa78f71b 10614
55d7ff38 106152000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10616
55d7ff38
MK
10617 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10618 translate all ESC key sequences.
10619 (viper-goto-mark-subr): restore markers for files for which
10620 they were saved.
10621 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10622 * viper-util.el (viper-set-replace-overlay-glyphs,
10623 viper-set-replace-overlay): always check if the replacement
10624 overlay is live.
10625 * viper.el (viper-vi-state-mode-list): added major modes.
10626 * ediff-wind.el: minor comment changes.
10627 * ediff.el: copyright notice date fix.
fa78f71b 10628
387023ee
JR
106292000-02-27 Jason Rumney <jasonr@gnu.org>
10630
10631 * faces.el (face-font-family-alternatives): Add arial to helv.
10632 (mode-line, header-line, tool-bar): Same default as x for w32.
10633 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10634 face-font-family-alternatives from working.
10635 * term/w32-win.el (mouse-set-font): Do not build fontset from
10636 chosen font.
10637
f43d79c1
GM
106382000-02-25 Sam Steingold <sds@goems.com>
10639
5d80cc9c 10640 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10641 properly.
fa78f71b 10642
8b7bc628 106432000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10644
10645 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10646
4eb8436f
GM
106472000-02-25 Gerd Moellmann <gerd@gnu.org>
10648
10649 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10650 writable.
10651
449c3c52 10652 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10653
42088c12
GM
106542000-02-24 Gerd Moellmann <gerd@gnu.org>
10655
10656 * frame.el (show-cursor-in-non-selected-windows): New option.
10657
c60ea02e
GM
106582000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10659
10660 * diary-lib.el (include-other-diary-files): Undo the selective
10661 display in any included file and don't kill it.
10662
d066de8e
EZ
106632000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10664
10665 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10666 bar. Menu items converted to (menu-item format, help strings
10667 added.
10668 [downcase, upcase]: Don't enable on MS-DOS.
10669 [symlink, symlinks]: Don't show if make-symbolic-link is not
10670 bound.
10671 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10672
b6906b38
DL
106732000-02-23 Dave Love <fx@gnu.org>
10674
275cf1b2
DL
10675 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10676 (backward-kill-word): Revert addition of * to interactive spec --
10677 it's a feature.
10678
10679 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10680 (backward-kill-sentence, kill-sentence): Likewise.
10681
99d48056
DL
10682 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10683 scratch buffer name.
10684 (gud-format-command): Use int-to-string in ?l case. Simplify
10685 slightly.
10686
10687 * term/w32-win.el (internal-face-interactive): Update prompt for
10688 new read-face-name.
10689
10690 * mail/footnote.el (footnote): Add :version to defgroup.
10691 (footnote-section-tag-regexp): Customize.
10692 (footnote-start-tag, footnote-end-tag): New option.
10693 (footnote-latin-regexp): New variable.
10694 (Footnote-latin): New function.
10695 (footnote-style-alist): Add element for latin style.
10696 (footnote-style): Moved.
10697 (Footnote-goto-footnote): Use eq to test arg.
10698
10699 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10700
b6906b38
DL
10701 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10702 (byte-compile-trueconstp): Include keywords.
10703 (byte-optimize-quote, byte-optimize-lapcode): Use
10704 byte-compile-const-symbol-p.
10705 (byte-optimize-char-before): New optimization.
10706
10707 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10708 (byte-compile-const-symbol-p): New function.
10709 (byte-compile-constp, byte-compile-out-toplevel)
10710 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10711 Use it.
10712
10713 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10714
214f877f
KH
107152000-02-23 Kenichi Handa <handa@etl.go.jp>
10716
c709bcf1
KH
10717 * international/encoded-kb.el: Be sure to update minor-mode-alist
10718 and minor-mode-map-alist.
10719 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10720 codes SS2 and SS3 correctly.
10721 (encoded-kbd-self-insert-ccl): New function.
10722 (encoded-kbd-setup-keymap): New function.
10723 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10724 by calling encoded-kbd-setup-keymap.
10725
214f877f
KH
10726 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10727 characters.
10728 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10729 locally.
10730
b021ef18
DL
107312000-02-22 Dave Love <fx@gnu.org>
10732
10733 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10734 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10735 defvar.
10736 (lisp-mode-syntax-table): Set up for #|...|# comments.
10737 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10738 classes. Match `defface'.
10739 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10740 (eval-defun-1): Fix for defcustom.
10741 (lisp-indent-region): Doc fix.
10742
10743 * subr.el (when, unless, split-string): Doc fix.
10744 (read-passwd): Move call of clear-this-command-keys to the right
10745 place.
10746 (replace-regexps-in-string): New function.
10747
14cc00ad
GM
107482000-02-22 Gerd Moellmann <gerd@gnu.org>
10749
10750 * help.el (describe-variable): Set syntax table to
10751 emacs-lisp-mode-syntax-table when moving forward over the
10752 symbol's name.
10753
47da5efa
DL
107542000-02-22 Dave Love <fx@gnu.org>
10755
10756 * xt-mouse.el: Doc fixes.
10757 (xterm-mouse-position-function): New function, replacing advice of
10758 mouse-position.
10759 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10760
10761 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10762
f0a6c717
GM
107632000-02-21 Gerd Moellmann <gerd@gnu.org>
10764
10765 * format.el (format-annotate-single-property-change): Handle
10766 properties.with dotted-list values.
10767 (format-proper-list-p): New function.
10768
10769 * enriched.el (enriched-face-ans): Handle '(foreground-color
10770 . COLOR) and (background-color . COLOR).
10771
2be80b63
DL
107722000-02-20 Dave Love <fx@gnu.org>
10773
10774 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10775 and assignments to it.
10776 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10777 current local map.
10778 (make-flyspell-overlay): Use it.
10779 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10780
10781 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10782 (lm-get-header-re): Defun, not defsubst.
10783 (lm-get-package-name): Defun, not defsubst. Simplify.
10784 (lm-version): Doc fix. Simplify.
10785 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10786 (lm-crack-address, lm-last-modified-date, lm-commentary)
10787 (lm-verify, lm-synopsis): Simplify.
10788 (lm-report-bug): Require emacsbug. Use compose-mail.
10789
329eed9f
GM
107902000-02-20 Gerd Moellmann <gerd@gnu.org>
10791
10792 * dired.el (dired-mode): Call propertized-buffer-identification
10793 to set mode-line-buffer-identification to something having
10794 the right text properties.
10795
10796 * bindings.el (propertized-buffer-identification): New function.
10797
be5bb146
DL
107982000-02-20 Dave Love <fx@gnu.org>
10799
10800 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10801 check for t-mouse too.
10802
10803 * cus-start.el: Make echo-keystrokes `number'.
10804
1d4311c3
EZ
108052000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10806
10807 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10808 Don't call ring-empty-p unless tags-location-ring is bound.
10809 From Noah Friedman <friedman@splode.com>.
10810
a23c5037
TTN
108112000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10812
10813 * progmodes/hideshow.el (hs-flag-region): No longer use
10814 `intangible' overlay property.
10815
10816 (hs-toggle-hiding): New command.
10817 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10818
10819 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10820 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10821 and deactivation.
10822
b6a22bf8
GM
108232000-02-18 Gerd Moellmann <gerd@gnu.org>
10824
10825 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10826
d621caf7
GM
108272000-02-17 Gerd Moellmann <gerd@gnu.org>
10828
3c0ed7ce
GM
10829 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10830
d621caf7
GM
10831 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10832 of `*' to handle `(* ... *)' comments.
10833
538d88fb
EZ
108342000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10835
53c80cf6 10836 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10837 window-system.
53c80cf6 10838
538d88fb
EZ
10839 * menu-bar.el (global-map): Menu-bar items converted to the new
10840 format (menu-item..., rearranged for better CUA compliance, and
10841 their names changed for better clarity. Help strings added.
10842
10843 * international/mule-cmds.el (mule-menu-keymap)
10844 (describe-language-environment-map, set-coding-system-map)
10845 (setup-language-environment-map): Convert to new (menu-item...
10846 form, add help strings. Change names of menu items for better
10847 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10848 submenu).
10849
8389e1e2 108502000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10851
a23c5037 10852 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10853 within the code.
a23c5037 10854
8389e1e2 108552000-02-16 Dave Love <fx@gnu.org>
a23c5037 10856
84fe35f0
DL
10857 * faces.el: Don't require custom. Add more specific :groups to
10858 various deffaces.
10859 (set-face-attribute): Purecopy args.
10860 (read-face-name): Default to name at point and use it in prompt.
10861 Remove colon from arg in all callers.
10862 (list-faces-display): Hyperlink to face descriptions and customize
10863 buffers.
10864
b2aeee30
DL
108652000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10866
10867 * wid-edit.el (widget-match-inline): An atom never matches a
10868 list.
10869
99e95407
GM
108702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10871
82d2c7c5
DL
10872 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10873 at ':' characters by call to split-string.
99e95407
GM
10874
108752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10876
82d2c7c5 10877 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10878
108792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10880
82d2c7c5
DL
10881 * textmodes/bibtex.el: Some temporary comments removed.
10882 (bibtex-field-name, bibtex-entry-type): Made the relationship
10883 explicit.
10884 (bibtex-field-const): Allow capital letters.
10885 (bibtex-start-of-string): Deleted because unused.
10886
10887 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10888 use the term 'reference' to describe a bibtex entry as a whole.
10889 Further, reference keys are no longer called 'labels'.
10890 (bibtex-keys): Renamed to bibtex-reference-keys.
10891 (bibtex-reformat-previous-labels): Renamed to
10892 bibtex-reformat-previous-reference-keys.
10893 (bibtex-reference-type): Renamed to bibtex-entry-type.
10894 (bibtex-reference-head): Renamed to bibtex-entry-head.
10895 (bibtex-reference-maybe-empty-head): Renamed to
10896 bibtex-entry-maybe-empty-head.
10897 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10898 (bibtex-search-reference): Renamed to bibtex-search-entry.
10899 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10900 bibtex-enclosing-entry-maybe-empty-head.
10901 (bibtex-entry-field-alist, bibtex-entry-head,
10902 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10903 bibtex-map-entries, bibtex-search-entry,
10904 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10905 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10906 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10907 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10908 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10909 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10910 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10911
109122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10913
82d2c7c5
DL
10914 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10915 comment.
10916 (bibtex-format-field-delimiters): New function, functionality
10917 extracted from bibtex-format-entry.
10918 (bibtex-autokey-get-yearfield-digits): New function, functionality
10919 extracted from bibtex-autokey-get-yearfield.
10920
10921 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10922 entries in order to avoid stack overflow in the regexp matcher if
10923 field contents become large.
10924 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10925 bibtex-field-string-part-not-braced,
10926 bibtex-field-string-part-no-inner-braces,
10927 bibtex-field-string-part-1-inner-brace,
10928 bibtex-field-string-part-2-inner-braces,
10929 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10930 bibtex-field-string-quoted, bibtex-field-string,
10931 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10932 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10933 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10934 as parsing is now performed by the following functions.
10935 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10936 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10937 bibtex-parse-field-string, bibtex-search-forward-field-string,
10938 bibtex-parse-association, bibtex-field-name-for-parsing,
10939 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10940 bibtex-search-forward-field, bibtex-search-backward-field,
10941 bibtex-start-of-field, bibtex-end-of-field,
10942 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10943 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10944 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10945 bibtex-parse-string, bibtex-search-forward-string,
10946 bibtex-search-backward-string, bibtex-start-of-string,
10947 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10948 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10949 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10950 entries. Instead of reporting the results of the parsing by
10951 match-beginning or match-end, these functions return data structures
10952 that hold the corresponding positions.
10953 (bibtex-enclosing-field): Changed to also report field boundaries by
10954 return values rather than by match-beginning or match-end. The
10955 following functions have been adapted to use the new parsing
10956 functions.
10957 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10958 bibtex-enclosing-field, bibtex-format-entry,
10959 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10960 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10961 bibtex-print-help-message, bibtex-end-of-entry,
10962 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10963 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10964 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10965 method for parsing.
10966 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10967 bibtex-map-entries, bibtex-flash-head,
10968 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10969 bibtex-autokey-change, bibtex-autokey-get-namefield,
10970 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10971 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10972 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10973 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10974 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10975 order to make the new binding of case-fold-search immediately
10976 visible.
99e95407
GM
10977
109782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10979
82d2c7c5
DL
10980 * textmodes/bibtex.el: Copyright notice is up to date.
10981 Added constant 'bibtex-maintainer-salutation.
99e95407 10982
82d2c7c5
DL
10983 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10984 than make-temp-name, use match-string-no-properties and eliminate
10985 a quadratic behavior when building bibtex-strings.
99e95407 10986
82d2c7c5
DL
10987 * bibtex.el (bibtex-reference-key): Accept string entries whose
10988 reference key contains upper case letters.
99e95407
GM
10989
109902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10991
82d2c7c5
DL
10992 * bibtex.el (bibtex-reference-head): Allow entries to start with
10993 a new line.
99e95407
GM
10994
109952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10996
82d2c7c5
DL
10997 * bibtex.el: Hiding of entry bodies is not longer provided by
10998 bibtex.el directly. Instead the hideshow package can be used.
10999 Added a special bibtex entry to hs-special-modes-alist.
11000 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11001
110022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11003
f24fef2f
SM
11004 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11005 at ':' characters by call to split-string.
8389e1e2
GM
11006
110072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11008
f24fef2f 11009 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11010
110112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11012
f24fef2f
SM
11013 * textmodes/bibtex.el: Some temporary comments removed.
11014 (bibtex-field-name, bibtex-entry-type): Made the relationship
11015 explicit.
11016 (bibtex-field-const): Allow capital letters.
11017 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11018
f24fef2f
SM
11019 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11020 use the term 'reference' to describe a bibtex entry as a whole.
11021 Further, reference keys are no longer called 'labels'.
11022 (bibtex-keys): Renamed to bibtex-reference-keys.
11023 (bibtex-reformat-previous-labels): Renamed to
11024 bibtex-reformat-previous-reference-keys.
11025 (bibtex-reference-type): Renamed to bibtex-entry-type.
11026 (bibtex-reference-head): Renamed to bibtex-entry-head.
11027 (bibtex-reference-maybe-empty-head): Renamed to
11028 bibtex-entry-maybe-empty-head.
11029 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11030 (bibtex-search-reference): Renamed to bibtex-search-entry.
11031 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11032 bibtex-enclosing-entry-maybe-empty-head.
11033 (bibtex-entry-field-alist, bibtex-entry-head,
11034 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11035 bibtex-map-entries, bibtex-search-entry,
11036 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11037 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11038 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11039 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11040 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11041 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11042 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11043
110442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11045
f24fef2f
SM
11046 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11047 comment.
11048 (bibtex-format-field-delimiters): New function, functionality
11049 extracted from bibtex-format-entry.
11050 (bibtex-autokey-get-yearfield-digits): New function, functionality
11051 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11052
f24fef2f
SM
11053 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11054 entries in order to avoid stack overflow in the regexp matcher if
11055 field contents become large.
11056 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11057 bibtex-field-string-part-not-braced,
11058 bibtex-field-string-part-no-inner-braces,
11059 bibtex-field-string-part-1-inner-brace,
11060 bibtex-field-string-part-2-inner-braces,
11061 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11062 bibtex-field-string-quoted, bibtex-field-string,
11063 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11064 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11065 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11066 as parsing is now performed by the following functions.
11067 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11068 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11069 bibtex-parse-field-string, bibtex-search-forward-field-string,
11070 bibtex-parse-association, bibtex-field-name-for-parsing,
11071 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11072 bibtex-search-forward-field, bibtex-search-backward-field,
11073 bibtex-start-of-field, bibtex-end-of-field,
11074 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11075 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11076 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11077 bibtex-parse-string, bibtex-search-forward-string,
11078 bibtex-search-backward-string, bibtex-start-of-string,
11079 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11080 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11081 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11082 entries. Instead of reporting the results of the parsing by
11083 match-beginning or match-end, these functions return data structures
11084 that hold the corresponding positions.
11085 (bibtex-enclosing-field): Changed to also report field boundaries by
11086 return values rather than by match-beginning or match-end. The
11087 following functions have been adapted to use the new parsing
11088 functions.
11089 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11090 bibtex-enclosing-field, bibtex-format-entry,
11091 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11092 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11093 bibtex-print-help-message, bibtex-end-of-entry,
11094 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11095 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11096 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11097 method for parsing.
11098 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11099 bibtex-map-entries, bibtex-flash-head,
11100 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11101 bibtex-autokey-change, bibtex-autokey-get-namefield,
11102 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11103 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11104 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11105 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11106 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11107 order to make the new binding of case-fold-search immediately
11108 visible.
8389e1e2
GM
11109
111102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11111
f24fef2f
SM
11112 * textmodes/bibtex.el: Copyright notice is up to date.
11113 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11114
f24fef2f
SM
11115 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11116 than make-temp-name, use match-string-no-properties and eliminate
11117 a quadratic behavior when building bibtex-strings.
fa78f71b 11118
f24fef2f
SM
11119 * bibtex.el (bibtex-reference-key): Accept string entries whose
11120 reference key contains upper case letters.
8389e1e2
GM
11121
111222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11123
f24fef2f
SM
11124 * bibtex.el (bibtex-reference-head): Allow entries to start with
11125 a new line.
8389e1e2
GM
11126
111272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11128
f24fef2f
SM
11129 * bibtex.el: Hiding of entry bodies is not longer provided by
11130 bibtex.el directly. Instead the hideshow package can be used.
11131 Added a special bibtex entry to hs-special-modes-alist.
11132 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11133
111342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11135
82d2c7c5 11136 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11137 proceedings entry type (for cross referencing). Thanks to Wagner
11138 Toledo Correa for the suggestion.
11139
82d2c7c5 11140 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11141
eae61d8f
KH
111422000-02-14 Kenichi Handa <handa@etl.go.jp>
11143
11144 * international/characters.el: Setup case table for Vietnamese.
11145
fb07a302
GM
111462000-02-12 Gerd Moellmann <gerd@gnu.org>
11147
11148 * uniquify.el (toplevel): Require CL at compile time.
11149 (uniquify-push): Removed.
11150
11151 * shadowfile.el (shadow-when): Removed.
11152
11153 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11154 (tempo-process-and-insert-string): Use dolist instead of
11155 tempo-dolist.
11156
11157 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11158 regexp for paragraph-start.
11159
11160 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11161 commas as well.
11162
a0eddf92
DL
111632000-02-10 Dave Love <fx@gnu.org>
11164
11165 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11166 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11167 Deleted.
11168 (widget-specify-field, widget-specify-button): Don't use
11169 widget-mouse-help as help-echo property.
11170 (default): Use #'ignore for :validate and :mouse-down-action.
11171 (checkbox): Add help-echo.
11172 (widget-sexp-validate): Rewritten to clarify error messages.
11173 (character): Use char-valid-p in :match function.
11174 (widget-color-complete): Use facemenu-color-alist.
11175 (widget-color-action): Use facemenu-read-color.
11176
11177 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11178 set up `caar' &c that we now have.
11179
82d2c7c5
DL
111802000-02-09 Ray Blaak <blaak@gnu.org>
11181
11182 * delphi.el: Make resourcestring a declaration region, like const
11183 and var.
11184
6cbc1482
DL
111852000-02-09 Dave Love <fx@gnu.org>
11186
11187 * bindings.el (mode-line-input-method-map): New variable.
11188 (mode-line-mule-info): Use it; fix last change.
11189 (mode-line-mode-menu): Move definition.
11190 (mode-line-mouse-sensitive-p): Deleted.
11191 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11192 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11193 level.
11194
11195 * startup.el (command-line-1): Don't call
11196 make-mode-line-mouse-sensitive.
11197
f7136ee8
GM
111982000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11199
11200 * mail/rmail.el (rmail-retry-failure): Use
11201 rmail-beginning-of-message before rmail-toggle-header, because the
11202 former toggles headers.
11203
6e1d0d15
SM
112042000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11205
fef8c55b
SM
11206 * diff-mode.el (diff-kill-junk): New interactive function.
11207 (diff-reverse-direction): Use delete-and-extract-region.
11208 (diff-post-command-hook): Restrict the area so that the hook also works
11209 outside of any diff hunk. This is necessary for the minor-mode.
11210 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11211 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11212
6e1d0d15
SM
11213 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11214 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11215 so that it can be used more easily in <foo>-mode-hook. Also make sure
11216 to avoid duplicate entries.
11217 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11218 (font-lock-remove-keywords): Just as was done for `add', allow it to
11219 work even if font-lock-mode is nil. Also make sure we don't modify
11220 any pre-existing list by forcing a copy-sequence. Finally rename
11221 `major-mode' to `mode'.
11222 (font-lock-fontify-syntactic-anchored-keywords)
11223 (font-lock-fontify-anchored-keywords)
11224 (font-lock-fontify-keywords-region): Use line-end-position.
11225 Don't make `font-lock-multiline' local (it's now done in
11226 font-lock-set-defaults).
11227 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11228 move the `font-lock-fontified' creation to inside the `unless'.
11229
a75dfea0
AI
112302000-02-06 Andrew Innes <andrewi@gnu.org>
11231
11232 * term/w32-win.el (x-handle-args): Comment out call to message,
11233 which occurs before window system is initialized.
11234
11235 * makefile.nt: Add support for recompiling lisp code.
11236
b85e9462
DL
112372000-02-04 Dave Love <fx@gnu.org>
11238
9ff33afb
DL
11239 * bindings.el (mode-line-mule-info): Fix/extend last change.
11240
b85e9462
DL
11241 * completion.el: Replace completion-dolist with dolist.
11242
11243 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11244 dotimes.
11245
44dff075
CD
112462000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11247
11248 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11249 environment names before they go into the section regexp.
11250
11251 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11252 char class in regexp.
11253
11254 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11255 `case-fold-search' to nil.
11256
11257 * progmodes/idlwave.el (idlwave-template): Respect
11258 `idlwave-abbrev-change-case'.
11259 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11260 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11261 idlwave-while): respect `idlwave-reserved-word-upcase'.
11262 (idlwave-rw-case): New function.
11263 (idlwave-statement-match): Fixed problem with assignment regexp.
11264 (idlwave-font-lock-keywords): Improved regexp for keyword
11265 parameters.
a23c5037 11266 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11267 operators longer than 1 char.
11268
11269 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11270 idlwave-shell-expression-overlay. Implemented printing of
11271 expressions on higher levels of the calling stack.
11272 (idlwave-shell-display-level-in-calling-stack): Restore stack
11273 level.
11274 (idlwave-retrieve-expression-from-level): New function.
11275 (idlwave-shell-last-calling-stack): Variable removed.
11276 (idlwave-shell-reset): Argument action reversed (`visible' to
11277 `hidden'). Also remove stop-line overlay.
11278 (idlwave-shell-calling-stack-routine): New variable.
11279 (idlwave-shell-parse-stack-and-display): Messages now display
11280 negative level numbers.
11281 (idlwave-shell-mode): Set `modeline-format'.
11282 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11283 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11284 21.
11285 (idlwave-shell-print-expression-function): New option.
a23c5037 11286
44dff075
CD
11287 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11288 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11289 `tool-bar' instead of `toolbar'.
11290
f26c34fd
DL
112912000-02-02 Dave Love <fx@gnu.org>
11292
11293 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11294 emacs-lisp-mode-hook. Don't check for defalias being defined.
11295
11296 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11297 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11298 the new builtins directly.
11299
11300 * whitespace.el (whitespace): Add :version to defgroup.
11301
11302 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11303 Doc fix.
11304
11305 * thingatpt.el (sexp-at-point, symbol-at-point)
11306 (number-at-point, list-at-point): Add autoload cookie.
11307
11308 * recentf.el (recentf): Add :version to defgroup.
11309
11310 * quickurl.el (quickurl): Add :version to defgroup.
11311
11312 * elide-head.el (elide-head): Use point-marker more.
11313
11314 * bs.el (bs): Add :version to defgroup.
11315
11316 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11317
11318 * progmodes/delphi.el (delphi): Add :version to defgroup.
11319
d240a249
GM
113202000-02-02 Gerd Moellmann <gerd@gnu.org>
11321
11322 * ange-ftp.el (ange-ftp-write-region): Handle case that
11323 succeeding process operation sets a different coding system.
11324
11325 * calculator.el: New file.
11326
d5179a01
EZ
113272000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11328
11329 * frame.el (frames-on-display-list, framep-on-display): New
11330 functions.
11331 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11332 (display-selections-p, display-screens, display-pixel-width)
11333 (display-pixel-height, display-mm-width, display-mm-height)
11334 (display-backing-store, display-save-under, display-planes)
11335 (display-color-cells, display-visual-class): New functions.
11336
11337 * term/tty-colors.el (tty-color-gray-shades): New function.
11338
11339 * faces.el (display-color-p): Use framep-on-display.
11340 (display-grayscale-p): New function.
11341
968e00f0
DL
113422000-01-31 Dave Love <fx@gnu.org>
11343
11344 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11345 (create-fontset-from-x-resource): Don't concat integers.
11346
2cb750ba
GM
113472000-01-31 Inge Frick <inge@nada.kth.se>
11348
11349 * view.el: Some changes in documentation. Removed some trailing
11350 whitespace. Changed some parameter names to agree with
11351 documentation.
11352 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11353 window is not deleted. Modifies change 1998-04-26.
a23c5037 11354
74e9213b
GM
113552000-01-31 Gerd Moellmann <gerd@gnu.org>
11356
47569935
GM
11357 * windmove.el: New file.
11358
74e9213b
GM
11359 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11360 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11361 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11362
74e9213b
GM
11363 * jit-lock.el (jit-lock-function): Widen before calculating end
11364 position.
11365 (jit-lock-stealth-chunk-start): Rewritten.
11366
11367 * info.el (Info-title-face-alist): Removed.
11368 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11369 faces.
11370 (Info-fontify-node): Use these faces.
11371
994c5afe
GM
113722000-01-30 Gerd Moellmann <gerd@gnu.org>
11373
11374 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11375 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11376 `&allow-other-keywords'.
11377
11378 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11379 the list of directories scanned heuristically.
11380
11381 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11382 exist.
11383
f00276e3
JR
113842000-01-30 Jason Rumney <jasonr@gnu.org>
11385
11386 * w32-fns.el: Define w32-tty-standard-colors.
11387
11388 * startup.el (command-line): Use w32-tty-standard-colors when in
11389 w32 console mode.
11390
cc4dfff0
DL
113912000-01-30 Dave Love <fx@gnu.org>
11392
e645e77b
DL
11393 * jka-compr.el (jka-compr-load): Fix up load-history.
11394
cc4dfff0
DL
11395 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11396
11397 * emacs-lisp/cl-macs.el: Revert previous change.
11398
16215eb0
DL
113992000-01-29 Dave Love <fx@gnu.org>
11400
11401 * facemenu.el: Purecopy various strings.
11402
11403 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11404 years. Deal with three-digit years.
11405
11406 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11407 defconst, purecopy.
11408 (help-back-label): Purecopy it.
11409
bbd9b566
GM
114102000-01-18 Gerd Moellmann <gerd@gnu.org>
11411
11412 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11413 variable. If non-nil, order the buffer list according to the
11414 currently selected frame.
11415 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11416 non-nil, pass the selected frame to function buffer-list.
a23c5037 11417
887448e1
GM
114182000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11419
11420 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11421
7df85084
DL
114222000-01-28 Dave Love <fx@gnu.org>
11423
142e109c
DL
11424 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11425
7df85084
DL
11426 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11427 Don't use lisp-indent-hook property.
11428 (cl-abs): Remove.
11429
11430 * subr.el: Move out indent and edebug specs for when and unless.
11431
11432 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11433 when, unless.
11434
11435 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11436 unless, when.
11437
3b43c01c
GM
114382000-01-28 Gerd Moellmann <gerd@gnu.org>
11439
d060bc9f
GM
11440 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11441 `collecting' as synonym for `collect'.
11442
11443 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11444 for the case it contains spaces.
11445
11446 * simple.el (what-cursor-position): Change formatting of
11447 messages.
11448
b02786f9
GM
11449 * frame.el (delete-other-frames): New function.
11450 (toplevel): Bind it to C-x 5 1.
11451
efd68b8a
GM
11452 * sort.el (sort-numeric-base): New option.
11453 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11454 interpret it as octal or hexadecimal. Use sort-numeric-base
11455 as default base.
11456
3b43c01c
GM
11457 * progmodes/glasses.el: New file.
11458
984ae001
GM
114592000-01-27 Gerd Moellmann <gerd@gnu.org>
11460
a0b796e3
GM
11461 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11462 userids differently.
11463
984ae001
GM
11464 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11465 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11466 progmodes/ebnf-yac.el: New files.
11467
6c67ddee
DL
114682000-01-26 Dave Love <fx@gnu.org>
11469
11470 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11471 on a function with an empty body. [From Eric Ludlam.]
11472
4e6473c8
GM
114732000-01-25 Andre Spiegel <spiegel@gnu.org>
11474
11475 * vc.el (vc-version-diff): Make sure file name is expanded.
11476
e12489f9
GM
114772000-01-25 Gerd Moellmann <gerd@gnu.org>
11478
11479 * scroll-bar.el (scroll-bar-timer): Variable removed.
11480 (scroll-bar-toolkit-scroll): Don't use a timer.
11481
8dbe2b07
KH
114822000-01-25 Kenichi Handa <handa@etl.go.jp>
11483
11484 * language/thai-util.el (thai-composition-function): Delete
11485 superfluous `a'.
11486
26ef1c87
DL
114872000-01-24 Dave Love <fx@gnu.org>
11488
11489 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11490 end-of-defun-function.
11491
11492 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11493 &c.
11494
7ed4e9a7
JR
114952000-01-22 Jason Rumney <jasonr@gnu.org>
11496
11497 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11498 conflicts with new face support.
11499
8b7bc628 115002000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11501
11502 * replace.el (query-replace): Rename last arg to DELIMITED.
11503 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11504 (query-replace-regexp): Likewise.
11505
8b7bc628 115062000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11507
02b14400
RS
11508 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11509
5bb6f079
RS
11510 * emacs-lisp/lisp.el (beginning-of-defun-function):
11511 Variable renamed from beginning-of-defun.
11512 Do not call make-variable-buffer-local.
11513 (beginning-of-defun-raw): Use new variable name; doc fix.
11514 (beginning-of-defun): Doc fix.
11515 (end-of-defun-function): Variable renamed from end-of-defun.
11516 Do not call make-variable-buffer-local.
11517 (end-of-defun): Use new variable name; doc fix.
11518
02b14400
RS
11519 * subr.el (dolist, dotimes): Copied from cl-macs.el
11520 and made to work.
2d5e9b54 11521
a23c5037 11522 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11523 Variable replaces rmail-digest-end-regexp.
11524 Allows multiple regexps for detecting the end line.
11525 (undigestify-rmail-message): Corresponding changes.
11526
60af03f1
DL
115272000-01-19 Dave Love <fx@gnu.org>
11528
fe5d99e1
DL
11529 * files.el (user-init-file): Don't declare here -- is primitive.
11530
60af03f1
DL
11531 * startup.el (command-line): Check for compiled user-init-file and
11532 set to uncompiled version if necessary.
11533
72dbbc7d
GM
115342000-01-18 Gerd Moellmann <gerd@gnu.org>
11535
6a1950ec
GM
11536 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11537 (undigestify-rmail-message): Use it.
11538
72dbbc7d
GM
11539 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11540
fbe91bbd
GM
115412000-01-17 Gerd Moellmann <gerd@gnu.org>
11542
11543 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11544 of mini-buffer.
11545
33a6685b
GM
115462000-01-14 Gerd Moellmann <gerd@gnu.org>
11547
b3303df7
GM
11548 * emacs-lisp/copyright.el (copyright-update): Removed the
11549 requirement for a trailing space from `copyright-regexp', to
11550 support copyrights with owner specified on a separate line..
a23c5037 11551
3c4c8064
GM
11552 * align.el: New file.
11553
33a6685b
GM
11554 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11555
11556 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11557
044a4975
DL
115582000-01-13 Dave Love <fx@gnu.org>
11559
11560 * ph.el: Removed. (Obsoleted by EUDC.)
11561
0a352cd7
GM
115622000-01-13 Gerd Moellmann <gerd@gnu.org>
11563
11564 * net/eudc.el (toplevel): Remove autoloaded code installing
11565 menu with easymenu, because that causes build problems.
11566
11567 * frame.el (frame-notice-user-settings): New variable.
11568 (frame-notice-user-settings): Don't modify frame parameters
11569 if called a second time.
11570
8b7bc628 115712000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11572
11573 * frame.el (frame-notice-user-settings):
11574 Notice default-frame-parameters even for non-window frames.
11575
feb450e0
GM
115762000-01-13 Gerd Moellmann <gerd@gnu.org>
11577
11578 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11579 for Emacs.
11580 (eudc-bob-can-display-inline-images): Extend for Emacs.
11581 (eudc-bob-toggle-inline-display): Ditto.
11582 (eudc-bob-display-jpeg): Ditto.
11583
99c6d63b
GM
115842000-01-12 Gerd Moellmann <gerd@gnu.org>
11585
7970b229
GM
11586 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11587 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11588 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11589
e4936aa9
GM
11590 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11591 nil)'.
11592
11593 * subdirs.el: Add `net' directory.
11594
133c9e59
GM
11595 * net: New directory.
11596
99c6d63b
GM
11597 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11598 eval-last-sexp. Don't bind debug-on-error here.
11599 (eval-last-sexp): New function. Bind debug-on-error if
11600 eval-expression-debug-on-error is non-nil.
11601 (eval-defun-2, eval-defun): Likewise.
11602
11603 * simple.el (eval-expression): Don't bind debug-on-error if
11604 eval-expression-debug-on-error is nil. Detect changed
11605 debug-on-error, and propagate new value to global binding, if
11606 eval-expression-debug-on-error is non-nil,
11607 (eval-expression-debug-on-error): Change doc string.
a23c5037 11608
8b7bc628 116092000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11610
11611 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11612
11613 * emacs-lisp/lisp-mode.el (with-syntax-table):
11614 Set up lisp-indent-function property.
11615
11616 * subr.el (with-syntax-table): Moved from simple.el.
11617
11618 * simple.el (with-syntax-table): Moved to subr.el.
11619
7e3c74fa
GM
116202000-01-11 Gerd Moellmann <gerd@gnu.org>
11621
1fab1775
GM
11622 * tmm.el (tmm-shortcut): Delete region after prompt instead
11623 of erasing buffer.
11624
7e3c74fa 11625 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11626 (fill-context-prefix): Use the longest common prefix of first
11627 and second line fill prefix, if there is one.
7e3c74fa 11628
8b7bc628 116292000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11630
11631 * array.el (array-mode): Don't use make-variable-buffer-local.
11632 Use make-local-variable for `truncate-lines'.
11633
aa705642 116342000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11635
aa705642
GM
11636 * add-log.el (add-log-current-defun): Handle user-defined
11637 add-log-current-function returning nil,
a23c5037 11638
57df2446 11639 * add-log.el (add-change-log-entry): Insert version number
aa705642 11640 if having found a current function
c1356086
GM
11641
11642 * add-log.el (add-log-current-defun): Call
11643 `add-log-current-defun-function'. Try matches at level 0 and
11644 level 1. Strip whitespace from defun found.
a23c5037 11645
1d8c59e9
RS
116462000-01-10 John Wiegley <johnw@gnu.org>
11647
11648 * allout.el (isearch-done/outline-provisions): Added `edit'
11649 argument to correspond with the current definition of
11650 `isearch-done'.
11651
8cf87e9b
DL
116522000-01-10 Dave Love <fx@gnu.org>
11653
11654 * elide-head.el (elide-head): Use point-marker, not point.
11655
9050446c
GM
116562000-01-10 Gerd Moellmann <gerd@gnu.org>
11657
8321b22a
GM
11658 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11659 before and after the year 2000.
a23c5037 11660
9050446c
GM
11661 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11662 Add ispell- prefix.
11663
116642000-01-10 Ken Stevens <k.stevens@ieee.org>
11665
11666 * ispell.el: Only define dictionaries in menus when they exist.
11667 (version18p): New variable.
11668 (version20p): New variable.
11669 (xemacsp): New variable.
11670 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11671 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11672 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11673 run-together words.
9050446c
GM
11674 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11675 (ispell-dictionary-alist): Add koi8-r to customize definition.
11676 (check-ispell-version): Added documentation string. Returns
f24fef2f 11677 library path when called non-interactively.
9050446c
GM
11678 (ispell-menu-map-needed): Uses new variables.
11679 (ispell-library-path): New variable.
11680 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11681 (ispell-word): Improved documentation string. Test for valid
11682 character mappings. Correctly check typed in word changes that can
11683 result in single words split into multiple words. Returns
11684 replacement word.
11685 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11686 replace in recursive query replace mode. Help message for
11687 recursive edit mode.
11688 (ispell-show-choices): Protect against bad framepop bindings.
11689 (ispell-help): Fix to work with XEmacs.
11690 (ispell-highlight-spelling-error): Use new variables.
11691 (ispell-overlay-window): Fix to work with XEmacs.
11692 (ispell-parse-output): Passed and returns location information
11693 tracking spelling corrections. Doesn't recheck same word on
11694 current line.
11695 (ispell-init-process): Protect against bogus XEmacs variable binding.
11696 Fix call to single argument in sleep-for. Use new variables.
11697 (ispell-region): Passed and returns location information tracking
11698 spelling corrections. Doesn't check same word on current line.
11699 Improved documentation string. Doesn't resend a line already
11700 checked to the ispell process - fixes bug in LaTeX parsing.
11701 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11702 (ispell-skip-region): No longer skips <TT> in SGML.
11703 (ispell-process-line): Tracks location information with spelling
11704 corrections. Added documentation string. Accounts for words
11705 already accepted on this line. Don't allow query-replace on line
11706 starting with math characters. Doesn't resend a line already sent
11707 to ispell process. Fixes alignment error bug.
a23c5037 11708
8b7bc628 117092000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11710
a23c5037 11711 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11712 Suggest xloadimage, which is free, not xv, which isn't.
11713
a23c5037 11714 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11715 Don't ever include the host name or user name in the value.
11716
9ed79f5d
GM
117172000-01-09 Gerd Moellmann <gerd@gnu.org>
11718
11719 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11720 of a real newline.
11721
b950abb1
GM
117222000-01-09 Stephen Eglen <stephen@gnu.org>
11723
a23c5037 11724 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11725 for .png files.
11726
3c708e98
GM
117272000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11728
11729 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11730
bf61662d
GM
117312000-01-09 Gerd Moellmann <gerd@gnu.org>
11732
f1d851ae
GM
11733 * progmodes/cperl-mode.el: Replace ^F with ^L.
11734
bf61662d 11735 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11736 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11737 recursion.
11738
c65d14ee
DL
117392000-01-08 Dave Love <fx@gnu.org>
11740
8cf87e9b
DL
11741 * emacs-lisp/backquote.el: Remove inappropriate customization
11742 (allowing custom.el to use backquote).
c65d14ee 11743
83de2ebc
DL
117442000-01-07 Dave Love <fx@gnu.org>
11745
11746 * add-log.el (add-log-debugging): Deleted.
11747 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11748 file. Remove debugging code.
11749 (change-log-get-method-definition, change-log-name): Add doc.
11750 (change-log-sortable-date-at): New function.
11751 (change-log-merge): New command.
11752
11753 * time.el (display-time-string-forms): Make the Mail string active.
11754 (display-time-update): Provide help-echo for load average.
11755
11756 * bindings.el (make-mode-line-mouse2-map): New function.
11757 (mode-line-modified): Use it and simplify.
11758 (mode-line-mule-info): Provide help-echo info.
11759 (minor-mode-alist): Activate the strings.
11760 (make-mode-line-mouse-sensitive): Simplify for
11761 mode-line-buffer-identification.
11762
c1475eae
GM
117632000-01-07 Gerd Moellmann <gerd@gnu.org>
11764
11765 * play/pong.el: New file.
11766
83de2ebc
DL
117672000-01-06 Dave Love <fx@gnu.org>
11768
11769 * array.el: Assorted cleanups for compiler warnings, doc strings,
11770 `array-' prefix for symbols.
11771
117722000-01-05 Dave Love <fx@gnu.org>
11773
11774 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11775 outline-headers-as-kill.
11776 (outline-mode): Define imenu-generic-expression.
11777 (outline-headers-as-kill): New command.
11778
11779 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11780 from paragraph-start.
11781 (paragraph-indent-minor-mode): New command.
11782
11783 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11784 M-C-e, M-C-h, C-j, C-xnd, TAB.
11785 (fortran-mode): Set beginning-of-defun, end-of-defun.
11786 (fortran-column-ruler): Simplify.
11787 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11788 (fortran-with-subprogram-narrowing): Likewise.
11789 (fortran-indent-subprogram): Call mark-defun.
11790 (fortran-check-for-matching-do): Change narrowing.
11791
11792 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11793 (cl-lucid-hash-tag): Delete.
11794 (cl-hash-table-p): Correct test for native table.
11795 (cl-hash-table-count): Use hash-table-count.
11796
11797 * browse-url.el (browse-url): Fix case of
11798 browse-url-browser-function being an alist.
11799
676ac023
CD
118002000-01-05 Carsten Dominik <cd@gnu.org>
11801
c1475eae
GM
11802 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11803 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11804
11805 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11806 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11807
11808 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11809 `reftex-parse-file-extension'.
eb483e17 11810
88807984
DL
118112000-01-05 Dave Love <fx@gnu.org>
11812
83de2ebc 11813 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11814 (beginning-of-defun-raw): Use it.
11815 (end-of-defun): New variable.
11816 (end-of-defun): Use it.
11817 (check-parens): New command.
11818
1362aeb4
TTN
118192000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11820
c1475eae
GM
11821 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11822 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11823
7ddafb95
TTN
11824 Fix buglet in local variables initialization.
11825
7334aa99
AS
118262000-01-05 Andreas Schwab <schwab@suse.de>
11827
11828 * hscroll.el (hscroll): Doc fix.
11829
b12e24cd
CD
118302000-01-05 Carsten Dominik <cd@gnu.org>
11831
11832 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11833 idlw-toolbar.
11834
11835 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11836 file idlw-rinfo.el.
1362aeb4
TTN
11837 (idlwave-customize): load must read file idlw-shell.el.
11838 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11839
d6226972
CD
118402000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11841
11842 * progmodes/idlw-shell.el: Also provide idlwave-shell
11843 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11844 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11845
11846 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11847 both reftex-dcr and reftex-vcr.
1362aeb4 11848
d6226972
CD
11849 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11850
6ddb893f 118512000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11852
11853 * ps-print.el: PostScript code now is in separate files, doc fix.
11854 (ps-print-version): New version number (5.0.3).
11855 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11856 local.
11857 (ps-spool-config): Initialization fix.
c1475eae
GM
11858 (ps-print-prologue-1, ps-print-prologue-2)
11859 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11860 (ps-background-image): Little code reformating.
11861 (ps-begin-file, ps-begin-job): Fix code.
88807984 11862 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11863 (ps-prologue-file): New fun.
11864
ae833aae
KH
118652000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11866
c1475eae 11867 * ps-vars.el: Eliminated.
ae833aae
KH
11868
11869 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11870 `;;;###autoload'.
11871
11872 * ps-print.el: ps-vars eliminated, doc fix.
11873 (ps-print-version): New version number (5.0.2).
11874 (ps-spool-config): Initialization fix.
11875 (ps-print-customize): New fun.
11876
560a7bd2
GM
118772000-01-04 Gerd Moellmann <gerd@gnu.org>
11878
11879 * autorevert.el (auto-revert-mode): Return value of
11880 auto-revert-mode.
11881
f45dd0f4
DL
118822000-01-04 Dave Love <fx@gnu.org>
11883
fae2ac05
DL
11884 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11885 menu items.
f45dd0f4 11886
61255981
DL
118872000-01-03 Dave Love <fx@gnu.org>
11888
88807984 11889 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11890
83de2ebc 11891 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11892 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11893 `cl-hash-table-p', not `hash-table-p'.
11894 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11895
c182a70f
EZ
118962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11897
11898 * faces.el (face-read-integer, read-face-attribute)
11899 (color-defined-p, color-values): unspecified-{f,b}g are now
11900 strings.
11901
047f434a
GM
119022000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11903
11904 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11905 at comment end, and re-insert them after filling.
11906
bab531e2
EZ
119072000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11908
11909 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11910 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11911 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11912
d684c676
EZ
119132000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11914
11915 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11916 the new name of face-color-supported-p.
11917
11918 * term/w32-win.el (xw-defined-colors): Likewise.
11919
0aad4805
EZ
119202000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11921
11922 * simple.el (completion-setup-function): Count completion-size
11923 from minibuffer-prompt-end, not from point-min.
11924
5fe1d139
EZ
119252000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11926
11927 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11928 Pass the frame to tty-color-* functions.
11929 (display-color-p, frame-set-background-mode): Pass the frame to
11930 tty-display-color-p.
11931
11932 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11933 tty-color-alist.
11934 (tty-color-alist, tty-modify-color-alist): New functions.
11935 (tty-color-define, tty-color-clear, tty-color-approximate)
11936 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11937 an optional parameter FRAME.
11938
162dec01
GM
119392000-01-01 Gerd Moellmann <gerd@gnu.org>
11940
27189709
GM
11941 * image.el (create-image, defimage): Don't assume image data is a
11942 string.
11943
162dec01
GM
11944 * image.el (defimage): Handle specifications containing :data
11945 instead of :file.
11946 (image-type-from-data): New function.
11947 (image-type-from-file-header): Use it.
11948 (create-image): Add parameter DATA-P.
1362aeb4 11949
bea56df7 11950See ChangeLog.8 for earlier changes.
25a6fab1
KH
11951
11952;; Local Variables:
e64c3a75 11953;; coding: iso-2022-7bit
25a6fab1 11954;; End: