*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2
3 * faces.el (face-font-registry-alternatives): New user-option.
4
5 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6
7 * textmodes/texinfo.el (texinfo-block-default): New var.
8 (texinfo-insert-block): Use it. Insert a newline if needed.
9
10 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11 (fill-region-as-paragraph): Use it.
12
13 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
14 (latex-mode): Tweak tex-*-(head|trail)er regexps.
15 Tweak paragraph regexps to allow a leading [ \t]*.
16 (tex-latex-block): Insert a newline if necessary.
17 (latex-insert-item): Only insert a newline if necessary.
18 (tex-guess-main-file): New function.
19 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
20 Set tex-main-file if TeX-master is provided.
21 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
22
23 2000-11-10 Gerd Moellmann <gerd@gnu.org>
24
25 * startup.el (command-line): Set the default tooltip-mode
26 to t for graphical displays which implement x-show-tip.
27
28 * tooltip.el (tooltip-mode): Add a comment about startup.el
29 setting the default value of this user-option.
30
31 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
32
33 * font-lock.el (font-lock-*-face) <defvar>: Move.
34 (font-lock-defaults-alist): Mark obsolete.
35 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
36 (font-lock-mode): Use define-minor-mode.
37 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
38 (font-lock-turn-off-thing-lock): Be more explicit.
39 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
40 (font-lock-syntactic-face-function): New var.
41 (font-lock-fontify-syntactically-region): Use it.
42 (font-lock-doc-face): New.
43
44 * pcvs.el (cvs-enabledp): Ignore errors.
45 (cvs-commit-filelist): Never query.
46 (cvs-mode-insert): Always add a terminating / in the initial prompt.
47 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
48 (cvs-do-removal): Use cvs-partition rather than delete-if.
49 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
50 cvs-bury-buffer.
51
52 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
53 Allow `next' to jump to after the end of the last match.
54
55 2000-11-09 Gerd Moellmann <gerd@gnu.org>
56
57 * simple.el (byte-compiling-files-p): New function.
58
59 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
60 if it is there.
61
62 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
63 nil again.
64
65 * textmodes/ispell.el (ispell-library-path): Don't call
66 check-ispell-version when byte-compiling because that starts
67 an ispell process, and ispell might not be installed.
68 (toplevel): Don't set up a menu when byte-compiling.
69
70 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
71 it, so that a boundp test can be used to determine if we're
72 currently byte-compiling.
73
74 2000-11-09 Dave Love <fx@gnu.org>
75
76 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
77 eval-after-load.
78
79 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
80
81 * ps-print.el: Patch for variable initialization when spooling. Doc
82 fix.
83 (ps-output-list): Fun eliminated.
84 (ps-begin-file, ps-begin-job): Code fix.
85
86 2000-11-08 Dave Love <fx@gnu.org>
87
88 * ediff-wind.el (ediff-control-frame-parameters): Zero
89 tool-bar-lines.
90
91 2000-11-08 Gerd Moellmann <gerd@gnu.org>
92
93 * simple.el (shell-command, display-message-or-buffer)
94 (shell-command-on-region): Mention resize-mini-windows in the doc
95 string.
96 (display-message-or-buffer): Take the value of resize-mini-windows
97 into account.
98
99 2000-11-07 Gerd Moellmann <gerd@gnu.org>
100
101 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
102
103 * dired.el (dired-between-files): Add `^. find' as an alternative
104 to the regular expression, for find-dired.
105
106 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
107
108 * textmodes/texnfo-upd.el: Require texinfo.
109 (defmacro, defgroup): Remove.
110 (texinfo-section-to-generic-alist): Remove.
111 Use texinfo-section-list instead (i.e. level is changed string->int).
112 (texinfo-filter): New function.
113 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
114 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
115 Use it. And use regexp-opt.
116 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
117 (texinfo-update-menu-region-beginning)
118 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
119 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
120 (texinfo-update-menu-same-level-regexps): Update.
121 (texinfo-update-node, texinfo-every-node-update)
122 (texinfo-sequential-node-update): Remove autoload cookie.
123
124 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
125 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
126 (texinfo-chapter-level-regexp): Remove.
127 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
128
129 2000-11-06 Dave Love <fx@gnu.org>
130
131 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
132
133 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
134 Match defun*.
135
136 2000-11-06 Kenichi Handa <handa@etl.go.jp>
137
138 * composite.el (composition-function-table): Variable declaration
139 moved to src/composite.c.
140 (compose-chars-after): New optional arg object.
141
142 2000-11-06 Gerd Moellmann <gerd@gnu.org>
143
144 * bindings.el (mode-line-toggle-read-only)
145 (mode-line-toggle-modified, mode-line-widen)
146 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
147 (make-mode-line-mouse2-map): Rewritten.
148 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
149 functions so that C-h k can show something with a doc string.
150
151 * startup.el (fancy-splash-delay): Set to 10 seconds.
152 (fancy-splash-max-time): New user-option.
153 (fancy-splash-stop-time): New variable.
154 (fancy-splash-screens): Set it. Catch `stop-splashing'.
155 (fancy-splash-screens-1): Throw `stop-splashing' when current
156 time is greater than fancy-splash-stop-time.
157
158 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
159
160 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
161
162 * pcvs.el (cvs-mode-marked): New arg `noquery'.
163 Prompt user for a file rather than raising an error.
164 (cvs-enabledp): Fix call to cvs-mode-marked.
165 (cvs-insert-file): New function (extracted from cvs-mode-insert).
166 (cvs-mode-insert): Use it. Change the init prompt' value.
167 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
168
169 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
170 Don't pass default arg to ewoc-locate.
171 (ewoc-collect): Return result in the right order.
172
173 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
174
175 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
176 (cvs-status-get-tags): Fix regexp.
177 (cvs-status-trees, cvs-status-cvstrees):
178 Combine after change hooks and don't sit-for.
179 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
180 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
181 Use make-char rather than hard-coded cryptic data.
182 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
183
184 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
185
186 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
187 (cvs-insert-strings): New function.
188
189 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
190
191 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
192 `mwheel-scroll-amount'.
193 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
194 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
195 string-matching against the version string.
196
197 2000-11-06 Kenichi Handa <handa@etl.go.jp>
198
199 * language/thai.el ("Thai"): Set a lisp form that produces
200 composed string in `sample-text' language info.
201
202 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
203 composed string in `sample-text' language info.
204
205 * international/mule-cmds.el (describe-language-environment): Eval
206 `sample-text' data and insert the result.
207
208 * international/mule-conf.el (compound-text): Define this coding
209 system here. Make x-ctext and ctext aliases of it.
210
211 * language/european.el (compound-text, ctext): Moved to
212 international/mule-conf.el.
213
214 2000-11-05 Andrew Innes <andrewi@gnu.org>
215
216 * w32-fns.el (w32-version): New function.
217
218 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
219
220 * progmodes/awk-mode.el: Update copyright.
221 (awk-mode-abbrev-table): Remove.
222 (awk-font-lock-keywords): Use regexp-opt.
223 (awk-mode): Use define-derived-mode.
224
225 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
226 when extracting a suffix.
227
228 2000-11-04 Andre Spiegel <spiegel@gnu.org>
229
230 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
231 auto-save-mode.
232
233 2000-11-04 Jason Rumney <jasonr@gnu.org>
234
235 * language/european.el (decode-mac-roman): Test against r1 not r0.
236
237 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
238
239 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
240 (icon-mode): Define indent-line-function.
241 (icon-comment-indent): Simplify.
242 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
243
244 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
245
246 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
247 Bind change-log-default-mode to defeat the caching done on it.
248 Don't bother saving excursion any more.
249
250 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
251
252 * frame.el (after-setting-font-hook): Rename hooks -> hook.
253 (set-frame-font): Use the new name (and the old for compatibility).
254
255 * toolbar/tool-bar.el (tool-bar-mode):
256 * time.el (display-time-mode):
257 * recentf.el (recentf-mode):
258 * paren.el (show-paren-mode):
259 * mwheel.el (mouse-wheel-mode):
260 * msb.el (msb-mode):
261 * jka-compr.el (auto-compression-mode):
262 * image-file.el (auto-image-file-mode):
263 * hl-line.el (hl-line-mode):
264 * delsel.el (delete-selection-mode):
265 * autoinsert.el (auto-insert-mode):
266 * complete.el (partial-completion-mode): Drop unneeded positional args.
267
268 * info.el (Info-mode):
269 * comint.el (comint-mode): Don't both with make-local-hook.
270
271 * log-edit.el (log-edit-menu): New menu.
272
273 2000-11-03 Miles Bader <miles@gnu.org>
274
275 * wid-edit.el (widget-end-of-line): Reinstate, with a new
276 definition, so that trailing spaces are handled properly.
277 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
278
279 2000-11-03 Gerd Moellmann <gerd@gnu.org>
280
281 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
282 tab character.
283 (fancy-splash-screens): Set tab-width to 20.
284
285 2000-11-03 Dave Love <fx@gnu.org>
286
287 * comint.el (comint-completion-addsuffix): Fix custom type.
288
289 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
290
291 * font-lock.el (font-lock-buffers): Remove.
292 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
293 (font-lock-change-major-mode): Remove.
294 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
295 (font-lock-default-fontify-region): Extend the multiline
296 fontification to whole lines.
297 (font-lock-fontify-anchored-keywords)
298 (font-lock-fontify-keywords-region): If matching just one
299 line (with \n) only mark the \n as multiline.
300
301 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
302 Correctly handle the case where several :group args are supplied.
303 Allow :extra-args.
304 (easy-mmode-define-global-mode): Allow :extra-args.
305 Correctly handle the case where several :group args are supplied.
306
307 2000-11-02 Miles Bader <miles@gnu.org>
308
309 * calendar/calendar.el (diary-face, calendar-today-face)
310 (holiday-face): Remove dependency on `window-system'.
311
312 2000-11-02 Ken Raeburn <raeburn@gnu.org>
313
314 * Makefile.in (emacs): Set EMACSLOADPATH always.
315 (update-authors, .el.elc, compile-files): Don't do it explicitly
316 here.
317 (compile-files): Bomb out if compilation of a file fails.
318
319 2000-11-02 Dave Love <fx@gnu.org>
320
321 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
322
323 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
324
325 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
326 punctuation in the warning inserted into the *mail* buffer.
327
328 2000-11-02 Gerd Moellmann <gerd@gnu.org>
329
330 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
331 (authors-public-domain-p): New function.
332 (authors-print): Use it.
333
334 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
335
336 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
337
338 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
339
340 * ps-print.el: Extension for even/odd printing. Doc fix.
341 (ps-print-version): New version number (6.3.1).
342 (ps-even-or-odd-pages): Customization fix.
343 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
344 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
345 (ps-page-count): Var replaced by `ps-page-column'.
346 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
347 (ps-print-sheet-p): New fun.
348
349 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
350
351 * tooltip.el (tooltip-gud-tips-setup): New function.
352 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
353 (tooltip-mode): Call tooltip-gud-tips-setup.
354 (tooltip-gud-tips): Use `gud-basic-call' instead of
355 process-send-string, so the prompt gets frobbed appropriately.
356 Handle nil return value from `tooltip-gud-print-command'.
357
358 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
359
360 * comint.el (comint-add-to-input-history): New function.
361 (comint-send-input): Use `comint-add-to-input-history'.
362
363 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
364
365 * info.el (info-menu-header): New face.
366 (Info-fontify-menu-headers): New function.
367 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
368
369 * info.el (Info-insert-dir): Don't include blank lines at
370 beginning of additional dir files (one is added automatically).
371
372 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
373
374 * emacs-lisp/easy-mmode.el (define-minor-mode):
375 Revert the latest changes.
376 Allow the three positional arguments to be skipped and replaced
377 by keyword arguments.
378 Add a :toggle argument to determine whether a nil arg means toggle
379 or means turn-on. The default is unchanged.
380 Add a call to force-mode-line-update.
381
382 2000-11-01 Dave Love <fx@gnu.org>
383
384 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
385 cookie.
386
387 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
388
389 * calendar/calendar.el (diary-face, holiday-face): Add
390 dark-background variants.
391
392 2000-10-31 Sam Steingold <sds@gnu.org>
393
394 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
395 `tex-main-file' does not have directory in it.
396
397 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
398
399 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
400
401 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
402
403 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
404 functional change.
405
406 2000-10-31 Gerd Moellmann <gerd@gnu.org>
407
408 * files.el (find-file-noselect): When we expand a wildcard, return
409 a list of buffers, as we should do according to the doc string.
410
411 2000-10-31 Ken Raeburn <raeburn@gnu.org>
412
413 * loadup.el (top level): Adjust load path if program name is
414 "../src/bootstrap-emacs", in case it's not dumped and thus the
415 load path adjustment hasn't already been done.
416
417 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
418
419 * ps-print.el: Fix bug on selected pages for printing. Use
420 `color-values' for Emacs 21. Ensure fontification when jit-lock
421 is on. Try to avoid warning messages when compiling. Doc Fix.
422 (ps-print-version): New version number (6.3).
423 (ps-color-device): Use `color-values' to determine if device
424 supports color.
425 (ps-color-values): Try to use `x-color-values' when using XEmacs.
426 (ps-print-page-p): Changed from defsubst to defun.
427 (ps-page-number): Changed from defmacro to defun.
428 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
429 printing.
430 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
431 (ps-end-file, ps-dummy-page): Funs eliminated.
432 (ps-print-color-scale): Changed default value.
433 (ps-page-n-up, ps-print-page-p): New internal vars.
434 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
435 (ps-plot-region, ps-generate, ps-end-job): Code fix.
436
437 * delim-col.el: Little programming improvement.
438 (delimit-columns-str): New macro.
439 (delimit-columns-region, delimit-columns-rectangle): Code fix.
440
441 2000-10-31 Kenichi Handa <handa@etl.go.jp>
442
443 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
444 Moved to european.el.
445 (ccl-encode-mac-roman-font, fontset-mac): Modified for
446 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
447 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
448 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
449
450 2000-10-30 Dave Love <fx@gnu.org>
451
452 * progmodes/cc-menus.el (imenu-generic-expression)
453 (imenu-progress-message): Only defvar when compiling.
454
455 * emacs-lisp/elp.el (elp-unload-hook): New function.
456
457 * loadhist.el (unload-feature): Call elp-restore-function,
458 checking for symbols; don't use elp-restore-all.
459 (loadhist-hook-functions): Doc fix.
460
461 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
462
463 * log-edit.el (log-edit-confirm): Fix the default.
464
465 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
466
467 * delim-col.el: Little fix: replace delimit-columns-align-columns by
468 delimit-columns-format.
469 (delimit-columns-region, delimit-columns-rectangle): Code fix.
470
471 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
472
473 * comint.el (comint-replace-by-expanded-history): Don't use
474 comint-get-old-input (we're not looking at *old* input).
475 (comint-get-old-input-default): If using fields, signal an error
476 when the point is not in an input field.
477
478 2000-10-30 Kenichi Handa <handa@etl.go.jp>
479
480 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
481 and mule-unicode-e000-ffff.
482
483 * international/mule.el (decode-char, encode-char): New functions.
484 (make-coding-system): Accept a symbol of translation table as a
485 value of property `safe-chars'.
486
487 * international/mule-cmds.el (encode-coding-char): Check property
488 safe-chars instead of safe-charsets.
489
490 * international/fontset.el (fontset-default): Modified for
491 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
492 (x-font-name-charset-alist): Likewise.
493 (ccl-encode-unicode-font): New CCL program. Record it in
494 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
495
496 * language/european.el (mac-roman-decoder, mac-roman-encoder):
497 New translation tables.
498 (decode-mac-roman, encode-mac-roman): Definition of these CCL
499 programs are modified and moved from mac-win.el.
500 (mac-roman): Definition of this coding system is modified and
501 moved from mac-win.el.
502
503 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
504
505 * ediff-wind.el (ediff-setup-control-frame): Enclose
506 face-attribute in condition-case to avoid errors in older emacsen.
507
508 2000-10-29 Miles Bader <miles@gnu.org>
509
510 * custom.el (custom-add-to-group): Allow multiple entries for a
511 given value OPTION, as long as their widget types are different.
512 * cus-edit.el (custom-face-value-create): If face name doesn't end
513 with "face", add such here (similar to custom group widgets).
514
515 * comint.el (comint-highlight-prompt): Add :type.
516
517 2000-10-28 John Wiegley <johnw@gnu.org>
518
519 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
520 Changed this function to operate on a temporary buffer instead of
521 the main buffer. This not only keeps flyspell from marking a
522 buffer as changed that wasn't, but it solves the jumpy cursor
523 problem when attempts are made to edit incorrect words.
524 (flyspell-maybe-correct-doubling): Same change as for
525 `flyspell-maybe-correct-transposition'.
526
527 * calendar/timeclock.el (timeclock-log): Doc fix.
528 (timeclock-last-event): Doc fix.
529 (timeclock-log): Kill the timelog buffer after appending a new
530 event.
531 (timeclock-find-discrep): Use a temp buffer to read in the
532 timelog, instead of visiting the file.
533 (timeclock-log-data): A new function, along with a host of helper
534 functions, for the purpose of making timelog data accessible to
535 programmers.
536
537 * eshell/esh-mode.el (window-height test): Make certain that
538 `eshell-stringify-t' is non-nil.
539 (eshell-password-prompt-regexp): Changed to a much simpler
540 password regexp.
541 (eshell-send-input): If `eshell-invoke-directly' returns t,
542 directly invoke the parsed command using `eval'. This improves
543 turn-around time on simple commands by a factor of three or
544 greater, such as cd, ls, pwd, etc. -- which get used very often.
545 It also conserves thousands of cons cells per call (since
546 `eshell-do-eval' consumes memory like a Cookie Monster set loose
547 in the Pacific Cookie Company).
548
549 * eshell/esh-test.el (eshell-test): Whitespace fix.
550
551 * eshell/em-ls.el (eshell-ls-insert-directory): Make
552 `eshell-ls-initial-args' nil when inserting directory contents.
553
554 * eshell/em-script.el (eshell-script-initialize): Add names to
555 `eshell-complex-commands, since `source' and `.' are complex.
556
557 * eshell/esh-cmd.el (eshell-rewrite-for-command)
558 (eshell-rewrite-while-command): Use `eshell-protect' instead of
559 `eshell-copy-handles'.
560 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
561 bodies.
562 (eshell-separate-commands): Whitespace fix.
563 (eshell-complex-commands): Added a new list of names, for
564 determining whether a given command is as simple as it looks.
565 (eshell-invoke-directly): New function. Returns t if a command
566 should be invoked directly (using `eval'), rather than indirectly
567 using `eshell-do-eval'.
568 (eshell-do-eval): Whitespace fix.
569
570 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
571 which provides an emulation of the DOS shell behavior of assuming
572 that cp/mv/ln should copy/move/link to the current directory.
573 (eshell-remove-entries): Added a doc string.
574 (eshell-shuffle-files): Removed the check for `target' being null.
575 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
576 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
577 it to do a smarter check of whether a destination was provided.
578 (eshell/mv, eshell/cp): Enable `:preserve-args'.
579 (eshell/ln): Enable `:preserve-args', and use
580 `eshell-mvcpln-template' to implement the body of the function.
581 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
582 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
583 list after flattening it. This makes it possible to cat files
584 with numerical names.
585 (eshell-unix-initialize): Added several names to
586 `eshell-complex-commands.
587 (eshell-unix-command-complex-p): Return t if a given command name
588 may result in external processes being invoked.
589
590 * eshell/em-glob.el (eshell-glob-show-progress): Make this
591 variable nil by default, since it slows down glob processing by a
592 factor of two or more, and increases memory consumption.
593
594 * eshell/em-smart.el: Added a note about how memory consumptive
595 smart display mode can be (at least this is true in Emacs 21).
596 (eshell-smart-initialize): Whitespace fix.
597 (eshell-refresh-windows): Use `if' instead of `when'.
598 (eshell-smart-scroll-window): Calling `save-current-buffer' was
599 not necessary.
600 (eshell-currently-handling-window): Added a missing global
601 variable.
602
603 * eshell/em-ls.el (eshell-do-ls): Code simplification.
604 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
605 Whitespace fix.
606 (eshell-ls-exclude-hidden): Added this variable in addition to
607 `eshell-ls-exclude-regexp'. This one prevents files beginning
608 with . from even being read, which can improve memory consumption
609 quite a bit.
610 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
611 read file entries beginning with a dot. In home directories with
612 lots of hidden files, fully two-thirds of the time spent in ls is
613 used to read directory entries that are immediately thrown away.
614 (eshell-ls-initial-args): Added back this configuration variable,
615 for specifying default initial arguments to every call to ls.
616 Much faster than using an alias to do the same thing.
617 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
618 (eshell-ls-dir): Whitespace change.
619
620 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
621
622 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
623 available.
624 (eshell-stringify-t): Added a customization variable, to indicate
625 whether `t' should be rendered as a string at all. If not, one
626 can still determine if the result of an expression is true using
627 "file-exists-p FILE && echo true".
628 (eshell-stringify): If `eshell-stringify-t' is nil, don't
629 stringify t!
630
631 * eshell/esh-module.el: Whitespace fix.
632
633 * eshell/em-alias.el (eshell-alias-initialize): Added
634 `eshell-command-aliased-p' to `eshell-complex-commands'.
635 (eshell-command-aliased-p): New function that returns t if a
636 command name names an aliased.
637
638 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
639
640 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
641 redrawing the screen when changing cursor color.
642 (viper-insert-state-pre-command-sentinel)
643 (viper-replace-state-pre-command-sentinel)
644 (viper-replace-state-post-command-sentinel):
645 Use viper-preserve-cursor-color.
646 Many functions changed to use viper= instead of = when comparing
647 characters.
648 * viper-util.el (viper-memq-char,viper=): New functions for
649 working with characters.
650 (viper-change-cursor-color): Fixed buglet.
651 Many functions changed to use viper= instead of = when comparing
652 characters.
653 * viper.el (viper-insert-state-mode-list): Added eshell.
654
655 * ediff-init.el (ediff-before-setup-hook): New hook.
656 Several typos fixed in various docstrings.
657 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
658 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
659 hook.
660 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
661 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
662 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
663 (ediff-get-selected-buffers): New function.
664 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
665 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
666 save-window-excursion.
667 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
668 termination check in while loop.
669 * ediff.el (ediff-get-default-file-name): Better defaults when in
670 dired buffer.
671 (ediff-files,ediff-merge-files,ediff-files3)
672 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
673
674 2000-10-28 Dave Love <fx@gnu.org>
675
676 * info.el (Info-fontify-node): Add help-echo for menu items.
677
678 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
679
680 * startup.el (normal-top-level): If the value of $TERM indicates
681 we are running from xterm or one of its work-alikes, default to a
682 light background mode.
683
684 Support for -fg, -bg, and -rv command-line arguments for TTYs:
685 * faces.el (tty-handle-reverse-video): New function.
686 (tty-create-frame-with-faces): Call it.
687
688 * frame.el (frame-notice-user-settings): Don't apply
689 default-frame-alist and initial-frame-alist to MS-DOS frames.
690 Call tty-handle-reverse-video, frame-set-background-mode, and
691 face-set-after-frame-default for non-MS-DOS frames.
692
693 * startup.el (tty-long-option-alist): New variable.
694 (tty-handle-args): New function.
695 (command-line): Call tty-handle-args.
696
697 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
698 startup.el now does that for all character-terminal frames.
699
700 2000-10-28 Miles Bader <miles@gnu.org>
701
702 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
703 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
704 global. If :global is followed by a non-nil but non-t value,
705 make the mode buffer-local, but also generate a `global-MODE'
706 version using `easy-mmode-define-global-mode'. Add
707 :conditional-turn-on keyword argument.
708
709 2000-10-28 Dave Love <fx@gnu.org>
710
711 * international/latin1-disp.el (latin1-char-displayable-p): Don't
712 use window-system.
713
714 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
717 Don't call find-buffer-file-type-coding-system. Instead, just
718 set eol-type to -unix if inhibit-eol-conversion is in effect, or
719 if the file is on an untranslated filesystem.
720 (add-untranslated-filesystem): Use "D" instead of "f" inside
721 interactive.
722
723 2000-10-27 Dave Love <fx@gnu.org>
724
725 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
726 (refill-mode): Use it.
727
728 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
729
730 * international/quail.el (quail-activate): Don't make-local-hook.
731
732 2000-10-27 Andre Spiegel <spiegel@gnu.org>
733
734 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
735 manual backups and file.~<rev>.~ for automatic ones.
736 (vc-make-version-backup): Don't do it on MS-DOS without long file
737 names.
738
739 * vc.el (vc-version-other-window): If an automatic backup of the
740 desired version exists, rename it instead of copying it.
741
742 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
743 after command. If there's an unexpected error, signal it instead
744 of being silent.
745 (vc-cvs-merge-news): Be prepared for no news at all.
746
747 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
748
749 * shell.el (shell): Add BUFFER argument.
750 * comint.el (make-comint-in-buffer): New function.
751 (make-comint): Use it.
752
753 * faces.el (face-spec-choose): Change syntax so that the list of
754 attribute-value pairs is now the cdr of each clause, not the cadr.
755 Detect old-style entries, and handle them. Use pop.
756
757 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
758
759 * cus-edit.el (custom-mode-map): Use a sparse map.
760 (custom-mode): Don't bother with make-local-hook.
761
762 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
763
764 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
765
766 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
767
768 * ps-print.el: Avoid compilation gripes.
769 (ps-print-version): New version number (6.2.1).
770
771 2000-10-26 Dave Love <fx@gnu.org>
772
773 * menu-bar.el: Modify some menu item help strings.
774 (menu-bar-help-menu): Add link to MORE.STUFF.
775
776 * cus-edit.el (custom-mode): Add `special' mode-class property.
777
778 * wid-browse.el (widget-browse-mode): Likewise.
779
780 * wid-edit.el (widget-specify-field): Revert to using local-map
781 property, not keymap.
782
783 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
784
785 * wid-edit.el (widget-field-end): When checking for a `boundary'
786 field, do so in the correct buffer.
787
788 * simple.el (undo): Correctly distinguish between numeric and
789 non-numeric prefix args in non-transient-mark-mode, as per the doc
790 string. When in transient-mark-mode, treat all prefix-args as
791 numeric.
792
793 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
794 Position point on match. Handle N == 0 correctly.
795
796 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
797 (comint-mode-map): Reverse order of `comint-write-output' and
798 `comint-append-output-to-file'.
799 (comint-append-output-to-file): Reinstate this function, for the
800 benefit of the menu.
801
802 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
803
804 * vc.el (vc-version-other-window): Bind `file'.
805
806 2000-10-25 Gerd Moellmann <gerd@gnu.org>
807
808 * Makefile.in (update-authors): New target for maintenance purposes.
809
810 * emacs-lisp/authors.el (batch-update-authors): New function.
811 (authors-fixed-entries): New defconst.
812 (authors-add-fixed-entries): New function.
813 (authors): Call it.: Don't process lispref/.
814
815 2000-10-25 Jason Rumney <jasonr@gnu.org>
816
817 * cus-edit.el (custom-button-face, custom-button-pressed-face):
818 Merge x w32 and mac definitions.
819
820 2000-10-25 Gerd Moellmann <gerd@gnu.org>
821
822 * menu-bar.el (menu-bar-options-menu): Add a help string for
823 `uniquify'.
824
825 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
826
827 * time-stamp.el (time-stamp-string-preprocess):
828 Fix a wrong type argument error.
829
830 2000-10-25 Miles Bader <miles@gnu.org>
831
832 * recentf.el (recentf-mode): Variable removed.
833 (recentf-mode): Use `define-minor-mode'.
834
835 * mwheel.el (mouse-wheel-mode): New global minor mode.
836 (mwheel-install): Use `mouse-wheel-mode'.
837
838 2000-10-25 Dave Love <fx@gnu.org>
839
840 * progmodes/cperl-mode.el (cperl-mode):
841 Set normal-auto-fill-function correctly.
842
843 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
844 inherit from global-map and don't nullify menu-bar and tool-bar
845 bindings.
846
847 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
848
849 * wid-edit.el (widget-field-at): New function.
850 (widget-at, widget-field-activate): Use it.
851 (widget-tabable-at): Use `widget-at'.
852 (widget-specify-field): If the terminating character of the widget
853 field (which is read-only) is a newline, put it into a special
854 `boundary' field so that C-n/C-p act more naturally.
855 (widget-field-end): Also don't subtract one if a special
856 `boundary' field has been added after the widget field.
857
858 * comint.el (comint-output-filter, comint-send-input): Don't
859 bother adding stickiness fields to overlays to fool the field
860 code, since it should notice the overlay insertion-types now.
861
862 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
863 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
864 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
865
866 2000-10-24 Gerd Moellmann <gerd@gnu.org>
867
868 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
869 (authors): Set file coding system to iso-2022-7bit. Add
870 file-local variables to output buffer.
871
872 * files.el (after-find-file): Don't print any warnings if
873 WARN is nil.
874
875 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
876
877 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
878
879 * delim-col.el: Now there is a column formatting mechanism.
880 Modified to customization mechanisms convention. Doc fix.
881 (columns): New group for delim-col.
882 (delimit-columns-before, delimit-columns-after)
883 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
884 (delimit-columns-end): New vars.
885 (delimit-columns-customize, delimit-columns-format): New funs.
886 (delimit-columns-region, delimit-columns-rectangle)
887 (delimit-columns-rectangle-line): Modified to support column
888 formatting.
889
890 2000-10-24 Dave Love <fx@gnu.org>
891
892 * log-edit.el (log-edit): Add :version and a :group for vc.
893
894 2000-10-24 Gerd Moellmann <gerd@gnu.org>
895
896 * files.el (after-find-file): Don't print a message ``New file''
897 if WARN is nil.
898
899 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
900 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
901 get duplicate tool-bar entries because we'll see the global ones
902 on more than one path through keymaps.
903
904 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
905
906 * progmodes/cmacexp.el: Change Francesco's email address.
907
908 2000-10-24 Kenichi Handa <handa@etl.go.jp>
909
910 * window.el (fit-window-to-buffer): Adjust point of the window
911 buffer, not that of the current buffer.
912
913 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
914
915 * progmodes/cmacexp.el: Update the euthor's email address.
916
917 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
918
919 * faces.el (face-spec-set-match-display): Add `graphic' display
920 type (the inverse of `tty'). Use `display-graphic-p' instead of
921 the window-system variable.
922
923 2000-10-24 Kenichi Handa <handa@etl.go.jp>
924
925 * international/isearch-x.el (isearch-with-input-method): Call
926 input-method-function with the first event in
927 unread-command-events.
928
929 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
930
931 * faces.el (face-default-spec, face-user-default-spec): Make
932 defsubsts.
933
934 2000-10-24 Andrew Choi <akochoi@i-cable.com>
935
936 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
937 New charsets.
938
939 * term/mac-win.el: Remove definitions of mac-roman-lower and
940 mac-roman-upper, require dired, and define instead of set
941 mac-ready-for-drag-n-drop to avoid compilation error.
942
943 2000-10-23 Andrew Innes <andrewi@gnu.org>
944
945 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
946 superfluous calls to subst-char-in-string; instead apply
947 expand-file-name after convert-standard-filename to ensure
948 expected directory separators are used.
949
950 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
951
952 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
953
954 2000-10-23 Dave Love <fx@gnu.org>
955
956 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
957 (tool-bar-add-item): Set foreground and background for XBM icons.
958
959 * international/latin1-disp.el (latin1-char-displayable-p): New
960 function (from Handa).
961 (latin1-display-check-font): Use it.
962
963 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
964 using :key-sequence, making it much more usable. Use nconc, not
965 append.
966 (imenu--create-keymap-1): Avoid append.
967
968 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
969
970 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
971
972 [the following changes fix a bug where `define-minor-mode' didn't
973 correctly generate :require clauses for defcustoms in compiled files]
974 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
975 (byte-compile-log-file, byte-compile-log-1): Don't set
976 `byte-compile-current-file' to nil. Instead set
977 `byte-compile-last-logged-file' to it. Test whether
978 byte-compile-current-file equals byte-compile-last-logged-file
979 instead of whether its nil.
980 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
981
982 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
983
984 * textmodes/refill.el: Fix var names in doc.
985 (refill-mode): Don't bother with make-local-hook anymore.
986
987 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
988
989 * faces.el (face-user-default-spec, face-default-spec): New functions.
990 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
991 (frame-set-background-mode, face-set-after-frame-default):
992 Use `face-user-default-spec'. Simplify code slightly.
993
994 * woman.el (woman-italic-face, woman-bold-face)
995 (woman-unknown-face): Add dark-background variants.
996 (woman-default-faces): Renamed from `woman-colour-faces'.
997 Set using the stored defaults, rather than using hard-wired colors.
998 (woman-monochrome-faces): Renamed from `woman-black-faces'.
999 Just make the foreground `unspecified' rather than "black".
1000 (woman-menu): Rename menu entries accordingly.
1001
1002 * faces.el (header-line): Make more reasonable on mono/grayscale
1003 displays.
1004
1005 2000-10-23 Andrew Choi <akochoi@i-cable.com>
1006
1007 * cus-edit.el (custom-button-face): Use 3D look for mac.
1008 (custom-button-pressed-face): Likewise.
1009
1010 * faces.el (set-face-attributes-from-resources): Handle mac frames
1011 in the same way as x and w32 frames.
1012 (face-valid-attribute-values): Likewise.
1013 (read-face-attribute): Likewise.
1014 (defined-colors): Likewise.
1015 (color-defined-p): Likewise.
1016 (color-values): Likewise.
1017 (display-grayscale-p): Likewise.
1018 (face-set-after-frame-default): Likewise.
1019 (mode-line): Same default face as for x and w32.
1020 (tool-bar): Likewise.
1021
1022 * frame.el: Remove call to frame-notice-user-settings at end of
1023 the file.
1024
1025 * info.el (Info-fontify-node): make underlines invisible for mac
1026 as for x, pc, and w32 frame types.
1027
1028 * term/mac-win.el: New file.
1029
1030 2000-10-22 Dave Love <fx@gnu.org>
1031
1032 * textmodes/refill.el: New file.
1033
1034 2000-10-22 Andre Spiegel <spiegel@gnu.org>
1035
1036 * vc-hooks.el (vc-version-backup-file-name): New optional args
1037 MANUAL and REGEXP.
1038 (vc-delete-automatic-version-backups, vc-make-version-backup):
1039 New functions.
1040 (vc-before-save): Use the latter.
1041 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1042 confusion.
1043
1044 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
1045 expected by vc[-hooks].el.
1046
1047 * vc.el (vc-checkout): Added `-p' suffix in call to
1048 vc-make-version-backups-p; use vc-make-version-backup to actually
1049 make the backup.
1050 (vc-version-other-window, vc-version-backup-file): Handle both
1051 automatic and manual backups.
1052 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1053 of all of them.
1054
1055 2000-10-22 Miles Bader <miles@gnu.org>
1056
1057 * comint.el (comint-highlight-input, comint-highlight-prompt):
1058 Renamed, `-face' at end removed.
1059 (comint-send-input, comint-output-filter): Use renamed faces.
1060
1061 * window.el (fit-window-to-buffer): Change defaulting of
1062 MAX-HEIGHT slightly.
1063
1064 * faces.el (color-values, color-defined-p): Use `member', not
1065 `memq', because it works correctly for strings.
1066 (frame-set-background-mode): Actually, "unspecified-fg" and
1067 "unspecified-bg" *are* strings. Use `member', not `memq', and
1068 `equal', not `eq', when a string value is possible.
1069
1070 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1071
1072 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1073
1074 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1075
1076 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1077 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1078 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1079 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1080 (sh-font-lock-syntactic-keywords): Use them.
1081 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1082 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1083 (sh-mode): Don't override font-lock-unfontify-region-function.
1084 Use a copy of sh-font-lock-syntactic-keywords.
1085 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1086 Don't call sh-scan-buffer since font-lock does it on the fly.
1087 (sh-get-indent-info): Use `face' rather than `syntax-table'
1088 text-property to detect here-documents.
1089 Replace sh-special-syntax with sh-st-punc.
1090 (sh-prev-line): Use `face' rather than `syntax-table'
1091 text-property to skip over here-documents.
1092 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1093 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1094 (sh-electric-less, sh-set-here-doc-region)
1095 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
1096 (sh-scan-buffer, sh-rescan-buffer): Remove.
1097
1098 2000-10-21 Andrew Innes <andrewi@gnu.org>
1099
1100 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1101 remote (ange-ftp) file names.
1102
1103 2000-10-21 Miles Bader <miles@gnu.org>
1104
1105 * window.el (fit-window-to-buffer): New function.
1106 (shrink-window-if-larger-than-buffer): Use it.
1107 (window-text-height): Don't expect minibuffers to have mode-lines.
1108
1109 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
1110 * international/quail.el (quail-update-guidance): Use
1111 `fit-window-to-buffer' instead of `set-window-text-height'.
1112
1113 * international/quail.el (quail-show-guidance-buf): Make sure
1114 guidance window really has enough room.
1115 (quail-update-guidance): If quail-guidance-win is already shown,
1116 make sure its height is OK.
1117
1118 * window.el (window-text-height, set-window-text-height):
1119 New functions.
1120 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1121 instead of `window-height' & `mode-line-window-height-fudge'.
1122 (mode-line-window-height-fudge): Add FACE parameter.
1123 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1124 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1125
1126 2000-10-20 Miles Bader <miles@gnu.org>
1127
1128 * window.el (height-affecting-face-attributes): Use `defconst'.
1129
1130 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1131 New function, conditionally aliased to `mode-line-window-height-fudge'.
1132 (ispell-help): Use it.
1133 (ispell-choices-win-default-height): Don't include mode-line fudge.
1134 (ispell-choices-win-default-height): New function.
1135 (ispell-show-choices, ispell-command-loop): Use function
1136 `ispell-choices-win-default-height' instead of variable.
1137
1138 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1139
1140 * window.el (mode-line-window-height-fudge): New variable.
1141 (height-affecting-face-attributes): New variable.
1142 (mode-line-window-height-fudge): New function.
1143 (shrink-window-if-larger-than-buffer): Use it.
1144 * help.el (resize-temp-buffer-window): Likewise.
1145
1146 * info.el (Info-fontify-node): Add support for @subsubsection
1147 titles, which use `Info-title-4-face'.
1148 (Info-title-4-face): New face.
1149 (Info-title-3-face): Inherit from Info-title-4-face instead of
1150 variable-pitch.
1151
1152 2000-10-19 Jason Rumney <jasonr@gnu.org>
1153
1154 * dired.el (dired-insert-directory): Do not let errors signalled by
1155 attempt to run dired-free-space-program prevent dired from working.
1156
1157 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1158
1159 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1160
1161 2000-10-19 Gerd Moellmann <gerd@gnu.org>
1162
1163 * dirtrack.el (dirtrack): Fix call to run-hooks.
1164
1165 * cmuscheme.el (cmuscheme-program-name): Renamed from
1166 scheme-program-name because xscheme.el contains a defcustom with
1167 the same name. As a consequence, customizing group `cmuscheme'
1168 loaded `xscheme' which redefined run-scheme.
1169 (run-scheme): Use cmuscheme-program-name.
1170
1171 * ps-print.el (ps-print-emacs-type): Move into the
1172 eval-and-compile.
1173
1174 * play/doctor.el (doctor-death): Update the Samaritans'
1175 anonymous address, and add a website for Befrienders International.
1176
1177 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1178
1179 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1180 Avoid compilation gripes. Doc fix.
1181 (ps-print-version): New version number (6.2).
1182 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1183 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1184 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1185 (ps-x-extent-priority, ps-x-extent-start-position)
1186 (ps-x-face-font-instance, ps-x-find-coding-system)
1187 (ps-x-font-instance-properties, ps-x-make-color-instance)
1188 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1189 avoid compilation gripes without defining functions.
1190 (ps-e-find-composition): Alias for function find-composition, to have a
1191 suitable function depending on Emacs version.
1192 (ps-color-device, ps-color-values, ps-face-foreground-name)
1193 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1194 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1195 (ps-print-ensure-fontified): Function definitions surrounded by
1196 `eval-and-compile' to avoid compilation gripes.
1197 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1198 by symbol-value to avoid compilation gripes.
1199 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1200 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1201
1202 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1203
1204 * startup.el (normal-top-level): Call `frame-set-background-mode'
1205 after `frame-notice-user-settings' because the latter doesn't call
1206 the former on a tty.
1207
1208 * faces.el (frame-set-background-mode): `unspecified' &c are
1209 symbols, not strings.
1210
1211 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1212
1213 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1214 why some "light*" colors are deliberately absent from the alist.
1215
1216 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1217 Change colors for tty's, as suggested by Miles Bader.
1218
1219 2000-10-19 Kenichi Handa <handa@etl.go.jp>
1220
1221 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
1222 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1223 for ISO10646-1 fonts.
1224 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1225
1226 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1227
1228 * faces.el (frame-set-background-mode): If a tty frame defines a
1229 background color, use that to compute the background mode, instead
1230 of always defaulting to "dark".
1231
1232 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1233
1234 * comint.el (comint-write-output): New function.
1235 (comint-mode-map): Add it to the menu.
1236 Bind `C-c C-s' to comint-write-output.
1237
1238 2000-10-18 Gerd Moellmann <gerd@gnu.org>
1239
1240 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1241 Use fancy-splash-delay.
1242
1243 2000-10-18 Alex Schroeder <alex@gnu.org>
1244
1245 * progmodes/sql.el (sql-sybase-options): New option.
1246 (sql-sybase): Use it. Add sql-database to the list of parameters
1247 provided for login. The options -w 2048 -n are not used any more.
1248
1249 * comint.el (comint-read-input-ring): Bugfix such that the first
1250 and the last entry of the input ring file are not lost.
1251
1252 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1253
1254 * ps-print.el: Internal variable changes to defcustom,
1255 make-local-hook changes to defvar. Doc fix.
1256 (ps-print-version): New version number (6.1).
1257 (ps-setup, ps-do-despool): Code fix.
1258 (ps-printer-name): Customization fix.
1259 (ps-printer-name-option): Now is a defcustom instead of an
1260 internal variable.
1261 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1262 (ps-print-begin-column-hook): Now are defvar instead of
1263 make-local-hook.
1264
1265 2000-10-18 Miles Bader <miles@gnu.org>
1266
1267 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1268 (comint-kill-output): Changed into an alias for `comint-delete-output',
1269 and made obsolete.
1270 (comint-mode-map): Rename references to comint-kill-output.
1271
1272 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1273
1274 * diff-mode.el (diff-header-face, diff-file-header-face)
1275 (diff-changed-face): Add bold and italic attributes to tty faces.
1276 (diff-function-face): New face.
1277 (diff-font-lock-keywords): Use it.
1278
1279 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1280
1281 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1282 Remove commented-out call to force-mode-line-update.
1283 (comint-kill-output): Use `forward-line 0' instead of
1284 beginning-of-line to make sure we get past the prompt.
1285
1286 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1287
1288 * diff-mode.el (diff-header-face, diff-file-header-face):
1289 Add specific setting for dark background.
1290 (diff-context-face): Renamed from diff-comment-face.
1291 Set explicitly rather than inheriting from font-lock-comment-face.
1292
1293 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1294
1295 * startup.el (command-line): Move the code which sets the default
1296 TTY colors to before before-init-hook.
1297
1298 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1299
1300 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1301
1302 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1303
1304 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1305 extensions, for MS-DOS.
1306
1307 * diff-mode.el (diff-header-face, diff-file-header-face)
1308 (diff-changed-face): Define tty-specific colors.
1309
1310 2000-10-17 Gerd Moellmann <gerd@gnu.org>
1311
1312 * startup.el (fancy-splash-text): Realign the text.
1313
1314 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1315
1316 * font-lock.el (font-lock-comment-face): Define a separate default
1317 for dark-background tty's.
1318
1319 2000-10-17 Miles Bader <miles@gnu.org>
1320
1321 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1322 being obscured by whizzy mode-lines on graphics displays.
1323
1324 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1325
1326 * info.el (Info-title-1-face, Info-title-2-face)
1327 (Info-title-3-face): Define colors for tty's.
1328 (info-header-node): Remove unneeded tty-specific definition.
1329
1330 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1331
1332 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1333 reverse from the frame parameters, and don't invert foreground and
1334 background colors.
1335
1336 2000-10-16 Miles Bader <miles@gnu.org>
1337
1338 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1339 string "*Info*". Call propertized-buffer-identification to spruce
1340 up the result.
1341
1342 2000-10-16 Gerd Moellmann <gerd@gnu.org>
1343
1344 * help.el: Provide `help' for the sake of define-minor-mode
1345 which generates defcustoms with requires.
1346
1347 * jit-lock.el (jit-lock-after-change): If we're in text that
1348 matches a multi-line font-lock pattern, make sure the whole text
1349 will be redisplayed.
1350
1351 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1352 author's name is unknown.
1353
1354 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1355 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1356 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1357 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1358 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1359 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1360 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1361 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1362 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1363 Add author information.
1364
1365 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1366
1367 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1368 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1369 full-color version (using the Gimp) to eliminate dithering artifacts.
1370
1371 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1372
1373 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1374
1375 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1376
1377 2000-10-15 Dave Love <fx@gnu.org>
1378
1379 * progmodes/sh-script.el: Require skeleton and comint when
1380 compiling.
1381
1382 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1383
1384 * whitespace.el: Doc fixes.
1385 (top-level): Don't add hooks here.
1386 (whitespace-running-emacs): Deleted.
1387 (timer): Don't require.
1388 (whitespace): Add back :version conditional on xemacs test.
1389 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1390 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1391 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1392 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1393 Avoid specific xemacs test.
1394 (whitespace-global-mode): New option.
1395 (whitespace-global-mode): New command.
1396 (whitespace-unload-hook): New function.
1397
1398 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
1399 (Info-fontify-node, Info-goto-node, Info-mode-menu)
1400 (Info-fontify-node): `Goto' goes to `Go to'.
1401 (Info-fontify-node): Add help-echo to xref links.
1402
1403 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1404
1405 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1406
1407 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1408
1409 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1410 Use plist-get and allow :inherit.
1411
1412 * emacs-lisp/cl-macs.el (cl-do-arglist):
1413 Use plist-get and plist-member instead of memq.
1414
1415 * emacs-lisp/ewoc.el (ewoc-location): New function.
1416 (ewoc-enter-after, ewoc-enter-before): Document return value.
1417 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1418 Don't need make-local-hook any more.
1419 (cvs-addto-collection): Return the new tin.
1420 (cvs-mode-insert): Jump to the new line.
1421
1422 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1423
1424 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1425
1426 * font-lock.el (font-lock-syntactically-fontified): New var.
1427 (font-lock-fontify-syntactic-keywords-region): Use it.
1428 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1429
1430 * diff-mode.el (diff-find-file-name): Fix regexp.
1431
1432 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1433 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1434
1435 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1436 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1437 (sh-mode): Don't make all vars local here.
1438 (sh-kw): Reformat.
1439 (sh-set-shell): Use dolist. Don't set indent-region-function.
1440 (sh-mode-syntax-table): Use pop.
1441 (sh-remember-variable): Use push.
1442 (sh-help-string-for-variable): Use memq.
1443 (sh-safe-backward-sexp): Remove.
1444 (sh-safe-forward-sexp): Add ARG.
1445 (sh-get-indent-info, sh-prev-stmt): Use it.
1446 (sh-prev-line): Simplify by using forward-comment.
1447 (sh-this-is-a-continuation): Simplify.
1448 (sh-learn-buffer-indent): Use dolist.
1449 (sh-do-nothing): Remove.
1450 (sh-set-char-syntax, sh-set-here-doc-region):
1451 Use inhibit-modification-hooks.
1452 (sh-name-style): Use mapcar and push.
1453 (sh-load-style): Use dolist.
1454 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1455 (sh-case, sh-while-getopts): Use propertize directly rather
1456 than sh-electric-rparen.
1457
1458 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1459
1460 * textmodes/tex-mode.el: Require CL when compiling.
1461 (tex-mode-syntax-table): Init immediately.
1462 (tex-mode-map): Bind M-RET to latex-insert-item.
1463 (latex-mode): Set indent-line-function to latex-indent.
1464 (tex-common-initialization): Don't setup the syntax-table any more.
1465 (latex-insert-item): New skeleton.
1466 (tex-next-unmatched-end): Fix copy/paste braino.
1467 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1468 (latex-indent, latex-find-indent): New functions.
1469 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1470 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1471 (tex-compilation-parse-errors): Use with-syntax-table.
1472
1473 2000-10-15 Miles Bader <miles@gnu.org>
1474
1475 * font-lock.el (font-lock-comment-face): Change dark-background,
1476 color, non-tty, default to `chocolate1'.
1477
1478 2000-10-13 John Wiegley <johnw@gnu.org>
1479
1480 * eshell/esh-util.el (require): Added a missing `require' form,
1481 needed when compiling (for an ange-ftp macro definition).
1482
1483 2000-10-13 Dave Love <fx@gnu.org>
1484
1485 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1486
1487 2000-10-13 Gerd Moellmann <gerd@gnu.org>
1488
1489 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1490 fix.
1491
1492 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1493 transparent -colors 8).
1494
1495 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1496
1497 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1498 that breaks with old list format timestamps.
1499 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1500 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1501 strings.
1502
1503 2000-10-13 John Wiegley <johnw@gnu.org>
1504
1505 * align.el, pcomplete.el, calendar/timeclock.el,
1506 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1507
1508 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1509 faulty math, where holiday hours were being computing as seconds.
1510
1511 2000-10-13 John Wiegley <johnw@gnu.org>
1512
1513 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1514 specifying what "other" kinds of buffers should be saved. This
1515 used to be hard-coded.
1516 (desktop-buffer-misc-functions): A global for specifying how
1517 auxiliary data should be determined for special buffer types.
1518 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1519 instead of hard-coding the special buffer types.
1520 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1521 auxiliary data, instead of hard-coding for Info buffers and dired.
1522 (desktop-buffer-info-misc-data): Aux function for determining Info
1523 buffer auxiliary info.
1524 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1525 (desktop-buffer-info): Changed this function to use the info
1526 gathered above.
1527 (desktop-create-buffer): Be a little more careful about what
1528 `minor-mode' means before calling it. This is important for some
1529 buffer types.
1530
1531 2000-10-13 John Wiegley <johnw@gnu.org>
1532
1533 * eshell/esh-util.el: Added a global form which declares an
1534 autoload for `parse-time-string', if that function is not already
1535 defined, and if parse-time.el is available on the user's system.
1536
1537 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1538 to be aware of ange-ftp user info.
1539 (eshell-do-ls): Bind `ange-cache'. Also, use
1540 `eshell-file-attributes'.
1541 (eshell-ls-annotate): Use `eshell-file-attributes'.
1542 (eshell-ls-file): Made the user-id printing code a bit smarter.
1543
1544 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1545 allow identification of alias user ids in remote directories.
1546 It's manual, but there's no other way to know when the current
1547 user on the local machine, is also the owning user on the remote
1548 machine.
1549 (fboundp): Bind `ange-cache'.
1550 (eshell-directory-files-and-attributes): Re-organized the logic a
1551 bit to use `eshell-file-attributes' instead of `file-attributes'.
1552 The former is more sensitive to directories that are read via FTP,
1553 and knows how to use ange-ftp to determine full attribute
1554 information, instead of just the name and last modtime.
1555 (eshell-current-ange-uids): Return the current user id when in a
1556 remote directory.
1557 (eshell-parse-ange-ls): Parse a full directory listing that has
1558 been returned by ange-ftp.
1559 (eshell-file-attributes): This beefed up version of
1560 `file-attributes' is only special if the user is currently in a
1561 remote directory, in which case it does a lot of work to find out
1562 what the real attributes of a file are, as they appear on the
1563 remote machine. This makes usage of remote directories (i.e.,
1564 ange-ftp pathnames) much more useful. You can now use Eshell as a
1565 full-fledged FTP client, with much more manipulation ability than
1566 most other clients.
1567
1568 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1569 variable, which means that Eshell's du should always be preferred
1570 in remote directories.
1571 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1572 just `file-attributes'.
1573 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1574 when reading remote directories. This is an Eshell-specific
1575 variable (not part of ange-ftp).
1576 (eshell/ln): Bind `ange-cache'.
1577 (eshell/du): Added some extra logic for determining when to use
1578 Eshell's du (which is slow), and when to use the external version
1579 (which may or may not exist).
1580
1581 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1582 `eshell-interactive-process', rather than using
1583 `get-buffer-process', since backgrounded processes don't count in
1584 the context of this function's logic.
1585
1586 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1587 `forward-char', so that null strings are parsed correctly.
1588
1589 2000-09-13 John Wiegley <johnw@gnu.org>
1590
1591 * eshell/em-pred.el (eshell-pred-file-type,
1592 eshell-pred-file-links, eshell-pred-file-size): Use
1593 `eshell-file-attributes'. This is more correct over ange-ftp.
1594
1595 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1596 that remote file globbing is more efficient.
1597
1598 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1599 gathering the files and attributes within a directory.
1600
1601 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1602 the command line is a special file (not a regular file, directory
1603 or symlink), always attempt to call the external version of cat.
1604
1605 2000-09-13 John Wiegley <johnw@gnu.org>
1606
1607 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1608 Eshell-friendly version of find-tag.
1609
1610 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1611
1612 * image-file.el (image-file-name-extensions)
1613 (image-file-name-regexps): Add autoload cookies.
1614
1615 2000-10-13 Kenichi Handa <handa@etl.go.jp>
1616
1617 * international/mule-cmds.el (select-safe-coding-system): If FROM
1618 is string, show it in *Warning* buffer.
1619
1620 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1621
1622 * startup.el (normal-top-level): Use display-popup-menus-p instead
1623 of window-system.
1624 (command-line): Use display-graphic-p instead of window-system.
1625 (command-line-1): Use display-popup-menus-p and display-mouse-p
1626 instead of window-system.
1627
1628 2000-10-12 Sam Steingold <sds@gnu.org>
1629
1630 * tooltip.el (tooltip-use-echo-area): New user variable.
1631 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1632
1633 2000-10-12 Dave Love <fx@gnu.org>
1634
1635 * recentf.el: Maintainer's checkdoc fixes.
1636
1637 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1638 character class, not ASCII when matching file names.
1639 (fancy-splash-head): Add trailing slash to URL.
1640 (command-line): Don't require XPM support for toolbar.
1641
1642 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1643 (cperl-invalid-face): Revert last change.
1644 (cperl-init-faces): Quote cperl-invalid-face.
1645
1646 2000-10-12 Kenichi Handa <handa@etl.go.jp>
1647
1648 * startup.el (fancy-splash-text): Remove superfluous quote.
1649
1650 2000-10-12 Gerd Moellmann <gerd@gnu.org>
1651
1652 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1653 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1654 (command-line-1): Don't use fancy-splash-pending-command.
1655 (fancy-splash-screens-1): Goto point-min after inserting text.
1656
1657 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1658
1659 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1660 instead of shared-lisp-mode-map.
1661
1662 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1663
1664 * faces.el (header-line): Change tty-variant to use underlining.
1665
1666 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1667 (isearch-highlight): Restore lazy-isearch face properties at old
1668 position, and suppress them at new position.
1669 (isearch-dehighlight): Restore lazy-isearch face properties.
1670 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1671 over the real isearch overlay, but in that case, don't give it a
1672 face property. Use `push'.
1673
1674 2000-10-12 Kenichi Handa <handa@etl.go.jp>
1675
1676 * man.el (Man-getpage-in-background): Fix previous change.
1677 Decode the process output only when we are in multibyte mode.
1678
1679 2000-10-11 Dave Love <fx@gnu.org>
1680
1681 * info.el (Info-mode-menu): Fix some help.
1682 (info-tool-bar-map): Add entry for Info-last.
1683
1684 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1685 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1686 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1687 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1688 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1689 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1690 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1691 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1692 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1693 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1694 Reduce colour requirements to 25 overall. (Probably wants
1695 revisiting from the originals to reduce further.)
1696
1697 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1698
1699 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1700 buffer-file-coding-system, instead of raw-text.
1701 (dehexlify-buffer): Bind coding-system-for-read to
1702 buffer-file-coding-system, instead of raw-text.
1703
1704 2000-10-11 Sam Steingold <sds@gnu.org>
1705
1706 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1707 `underline' - fixes the bug introduced on 2000-09-21.
1708
1709 2000-10-11 Dave Love <fx@gnu.org>
1710
1711 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1712 compiler warnings.
1713 (scheme-mode): Doc fix.
1714 (scheme-font-lock-keywords-1): Match `define-syntax'.
1715
1716 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
1717
1718 * faces.el (frame-set-background-mode): Pay attention to saved
1719 face specs as well as default ones. Only do anything if the
1720 bg-mode or display-type has actually changed. Use `dolist'.
1721 (region): Make dark-background `region' face less in-your-face.
1722
1723 2000-10-10 Sam Steingold <sds@gnu.org>
1724
1725 * chistory.el, ielm.el, ledit.el:
1726 * progmodes/inf-lisp.el, progmodes/scheme.el:
1727 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1728
1729 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1730
1731 * textmodes/texinfo.el: Update copyright and fix typo.
1732
1733 * desktop.el (desktop-modes-not-to-save): New var.
1734 (desktop-save-buffer-p): Use it.
1735 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1736 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1737
1738 2000-10-10 Dave Love <fx@gnu.org>
1739
1740 * toolbar/tool-bar.el (tool-bar-add-item)
1741 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1742 display.
1743
1744 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1745 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1746 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1747 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1748 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1749 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1750 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1751 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1752 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1753 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1754 the .xpms; probably need retouching.
1755
1756 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1757
1758 * subr.el (add-to-list): Add optional argument APPEND.
1759 * battery.el (display-battery): Use `add-to-list'.
1760
1761 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1762
1763 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1764 these vars as symbol properties.
1765 (zone, zone-when-idle, zone-leave-me-alone)
1766 (zone-pgm-whack-chars): Use new symbol properties.
1767
1768 * battery.el (display-battery): Doc spelling fix.
1769
1770 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1771 property.
1772
1773 2000-10-09 Dave Love <fx@gnu.org>
1774
1775 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1776 has been initialized before calling tool-bar-setup.
1777 (tool-bar-add-item-from-menu): Add autoload cookie.
1778
1779 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1780
1781 * menu-bar.el (send-mail-item-name): New function.
1782 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1783 of mail-user-agent in the menu. Don't display the "Send Mail"
1784 item if mail-user-agent is nil or its value is ignore.
1785 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1786 if read-mail-command is nil or its value is ignore.
1787
1788 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1789
1790 2000-10-09 Miles Bader <miles@gnu.org>
1791
1792 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1793 Correct image size.
1794 * toolbar/left_arrow.xpm: Correct image size.
1795
1796 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1797 will be done by the definition of `auto-compression-mode' if
1798 necessary. Move code to uninstall existing file-name handler
1799 before definition of `auto-compression-mode'.
1800
1801 * image-file.el (auto-image-file-mode): Move to the end of the
1802 file, because `define-minor-mode' actually calls the mode-function
1803 if the associated variable is non-nil, which requires that all
1804 needed functions be already defined.
1805
1806 * mouse.el (popup-menu): Balance parens.
1807
1808 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1809
1810 * mouse.el (popup-menu): Move the command call outside the loop
1811 so that popup-menu returns whatever the command returns.
1812
1813 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1814 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1815 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1816 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1817
1818 * vc.el (vc-version-diff): diff-switches can be a list.
1819 Use relative filenames for prettier output.
1820
1821 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
1822 (vc-post-command-functions): Remove old-VC compatibility code.
1823
1824 * newcomment.el (comment-indent-default): Autoload.
1825
1826 * font-lock.el (font-lock-defaults): Make buffer-local.
1827 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1828 (font-lock-choose-keywords):
1829 Ignore LEVEL unless KEYWORDS is a list of syms.
1830 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1831 Don't wrap regexp-opt things in \(...\) unnecessarily.
1832
1833 * jit-lock.el: Don't require font-lock any more.
1834 (jit-lock-functions): Make buffer-local.
1835 (jit-lock-saved-fontify-buffer-function): Remove.
1836 (jit-lock-mode): Remove autoload cookie.
1837 Remove font-lock specific code.
1838 (jit-lock-unregister): Don't bother handling complex hooks any more.
1839 (jit-lock-refontify): New function.
1840 (jit-lock-fontify-buffer): Use it.
1841 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1842 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1843 Add optional args START and END.
1844 Never call font-lock-fontify-region directly.
1845 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1846
1847 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1848
1849 2000-10-08 Dave Love <fx@gnu.org>
1850
1851 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1852
1853 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1854
1855 * play/studly.el (studlify-region, studlify-word): Add autoload
1856 cookie.
1857
1858 * play/morse.el (morse-region, unmorse-region): Add autoload
1859 cookie.
1860
1861 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1862 concat.
1863
1864 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1865 insist on symbols starting with word syntax.
1866 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1867 (eval-defun-1): Doc fix.
1868 (indent-sexp): Use nconc to build up indent-stack.
1869
1870 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1871 Gnus with little use.
1872 (mail-setup-hook): Add mail-abbrevs-setup to options.
1873
1874 * recentf.el: Doc fixes.
1875
1876 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1877 Clean up remainder.
1878
1879 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1880 without timezone and (8) with timezone to enforce some whitespace.
1881 Simplify code somewhat.
1882
1883 * options.el (list-options): Doc that you should use customize.
1884
1885 * iswitchb.el (iswitchb-mode): Add :require.
1886
1887 * info.el (Info-goto-node, Info-menu): Doc fix.
1888 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1889 (info-tool-bar-map): New variable.
1890 (Info-mode): Use it.
1891 (Info-edit-map): Define all in defvar.
1892 (speedbar-attached-frame): Avoid compiler warning.
1893
1894 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1895 (global-map): Bind [tool-bar] to a filtered map.
1896 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1897 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1898 Allow PBM icons.
1899 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1900
1901 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1902 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1903 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1904 icons, except up_arrow, which is left-arrow rotated.
1905
1906 * imenu.el (imenu-add-to-menubar): Fix last change.
1907
1908 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1909
1910 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1911 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1912
1913 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1914
1915 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1916 typos in doc strings.
1917
1918 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1919 the doc strings how to customize Font Lock faces.
1920
1921 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1922 computing growth when dragging the header line.
1923
1924 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * simple.el (kill-line): Doc fix.
1927
1928 2000-10-08 Miles Bader <miles@gnu.org>
1929
1930 * faces.el (secondary-selection): Make foreground visible on tty.
1931
1932 * jka-compr.el (auto-compression-mode): Move to the end of the
1933 file, because `define-minor-mode' actually calls the mode-function
1934 if the associated variable is non-nil, which requires that all
1935 needed functions be already defined.
1936 (with-auto-compression-mode): Add autoload cookie.
1937
1938 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1939
1940 * files.el (find-backup-file-name) [ms-dos]: If support for long
1941 file names is not available, behave as if version-control were set
1942 to never.
1943
1944 2000-10-07 Dave Love <fx@gnu.org>
1945
1946 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1947 (browse-url-gnome-moz): New function.
1948 (browse-url-browser-function): Use it.
1949 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1950
1951 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1952
1953 * indent.el (tab-always-indent): New var.
1954 (indent-for-tab-command): Use it.
1955
1956 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
1957 raise an error. This way it can still default to a sane value.
1958
1959 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1960
1961 * startup.el (fancy-splash-screens): Use local rather than global map.
1962 Don't use `update-menu-bindings' any more.
1963 Get rid of assumptions about keymap representation.
1964
1965 2000-10-06 Dave Love <fx@gnu.org>
1966
1967 * textmodes/fill.el (sentence-end-double-space)
1968 (sentence-end-without-period): Doc fix.
1969 (adaptive-fill-regexp): Purecopy.
1970 (unjustify-current-line): Use line-end-position.
1971 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1972
1973 * net/eudc-vars.el (eudc): Add :version, :link.
1974
1975 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
1976
1977 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1978 Fix for define-minor-mode.
1979 (function-at-point): Alias to function-called-at-point.
1980
1981 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1982
1983 * simple.el (backward-word): Doc fix.
1984
1985 * image-file.el (image-file-name-regexp): image-file-regexps ->
1986 image-file-name-regexps.
1987 (image-file-name-extensions): Add pbm.
1988
1989 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1990
1991 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1992 and add filename to the names so that diff-mode can jump to source.
1993
1994 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1995 (tex-font-lock-keywords, tex-font-lock-keywords-2)
1996 (tex-font-lock-keywords-1): Remove.
1997 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1998 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1999 (font-lock-default-fontify-region):
2000 Expand beg..end correctly when just following a multiline region.
2001 (font-lock-fontify-anchored-keywords):
2002 Include the anchor text as part of the multiline.
2003
2004 2000-10-06 Gerd Moellmann <gerd@gnu.org>
2005
2006 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2007 latter needs the autoloaded define-minor-mode macro during the
2008 bootstrap.
2009
2010 * startup.el (command-line): For now, activate tool-bar-mode only
2011 if XPM images are supported.
2012
2013 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2014 window by dragging a header-line at the top of the frame; that's
2015 confusing because the header-line doesn't move.
2016 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2017 of treating the event as a list. Some cleanup.
2018
2019 2000-10-06 Miles Bader <miles@gnu.org>
2020
2021 * simple.el (display-message-or-buffer): New function.
2022 (shell-command-on-region): Use `display-message-or-buffer'.
2023
2024 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2025 docstring parts.
2026
2027 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2028 (smbclient-prompt-regexp): Add usage note to doc string.
2029 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2030 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2031 Use add-hook for adding the comint filter function, and only do so
2032 if it's not already in the global hook list.
2033 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2034 to `make-local-variable'.
2035 (nslookup-font-lock-keywords): Remove prompt entry.
2036 (nslookup): Don't set the process-filter.
2037 (finger): Exit the loop correctly when the regexps list runs out.
2038 (ftp, smbclient, smbclient-list-shares):
2039 Set the real major mode immediately, not after execing.
2040 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2041
2042 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2043
2044 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2045
2046 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2047
2048 * which-func.el (which-func-format): Remove spurious space.
2049 (which-func-mode): Don't make it permanent-local.
2050 (which-func-ff-hook): Allow which-func-maxout to be nil.
2051 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2052 (which-func-mode): Simplify.
2053 Use post-command-idle-hook rather than post-command-hook.
2054 Go through all buffers and update their state.
2055 (which-function): Also try add-log-current-defun-function.
2056
2057 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2058 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2059 Update call to with-vc-properties accordingly.
2060 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2061 (vc-revert-buffer): More careful about window selection and deletion.
2062 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2063
2064 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2065 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2066 (cvs-dired-action): Change the default to quickdir.
2067
2068 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2069 if comment-indent-function returns nil.
2070 (comment-indent-default): New function.
2071 (comment-indent-function): Use it and document the new semantics.
2072
2073 * image-file.el: Docstring fixes.
2074
2075 * help.el (help-xref-on-pp): Use match-string.
2076 (describe-variable): New arg BUFFER.
2077 Store the current buffer in the help-xref-stack.
2078 (temp-buffer-resize-mode): Use define-minor-mode.
2079
2080 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2081 consistently with its docstring.
2082 Set jit-lock-first-unfontify-pos in an idempotent way.
2083 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2084
2085 2000-10-05 Alex Schroeder <alex@gnu.org>
2086
2087 * sql.el (sql-mysql-options): New variable.
2088 (sql-mysql): Use it.
2089
2090 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2091
2092 * image.el (image): New group.
2093
2094 * smerge-mode.el (smerge-mine-face, smerge-other-face)
2095 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2096
2097 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2098
2099 * net/net-utils.el (nslookup-font-lock-keywords)
2100 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2101 Ignore the value of wqindow-system; always define keywords
2102
2103 2000-10-05 Kenichi Handa <handa@etl.go.jp>
2104
2105 * startup.el (fancy-splash-screens): Remove the code for
2106 debugging; `(trace-to-stderr "EXITTT\n")'.
2107
2108 2000-10-05 Miles Bader <miles@gnu.org>
2109
2110 * diff-mode.el (diff-goto-source): Update call to
2111 `diff-hunk-status-msg' to reflect new REV variable.
2112
2113 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2114
2115 * progmodes/icon.el (icon-mode):
2116 Don't gratuitously override the default for comment-column.
2117
2118 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2119
2120 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2121 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2122 (jit-lock-functions): New var.
2123 (jit-lock-function-1): Use it if non-nil.
2124 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2125 Set the `fontified' property before doing the fontification to avoid
2126 repeatedly going through the same error.
2127 Don't turn errors into messages.
2128 (jit-lock-register, jit-lock-unregister): New functions.
2129
2130 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2131 Use with-current-buffer.
2132
2133 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2134 Turn comment into docstring.
2135
2136 * apropos.el (apropos-mode): Use define-derived-mode.
2137
2138 2000-10-04 Gerd Moellmann <gerd@gnu.org>
2139
2140 * startup.el (fancy-splash-pending-command): New variable.
2141 (fancy-splash-pre-command): New function.
2142 (fancy-splash-screens): Rewritten.
2143 (command-line-1): If fancy-splash-pending-command is set, call it
2144 interactively.
2145
2146 2000-10-04 Dave Love <fx@gnu.org>
2147
2148 * toolbar/tool-bar.el (tool-bar-setup): New function.
2149 (tool-bar-mode): Use it.
2150
2151 * subr.el (substitute-key-definition): Doc fix.
2152 (play-sound-file): New command.
2153
2154 2000-10-04 Andre Spiegel <spiegel@gnu.org>
2155
2156 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
2157 vc-version-backup-file-name): New functions.
2158
2159 * files.el (basic-save-buffer): Call vc-before-save before saving.
2160
2161 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
2162 vc-cvs-stay-local-p.
2163
2164 * vc.el (vc-revert-buffer): Handle empty diff properly.
2165 (vc-version-backup-file): New function.
2166 (vc-checkout): Create a version backup if necessary.
2167 (vc-checkin): If a version backup file exists, delete it.
2168 (vc-version-diff): Diff locally using version backups, if available.
2169 (vc-revert-file): If there's a version backup, revert locally.
2170 (vc-transfer-file): Use version backup for base version, if
2171 available. If not, ask for confirmation whether to get it from the
2172 server. Update mode line before check-in.
2173
2174 2000-10-04 Dave Love <fx@gnu.org>
2175
2176 * toolbar/tool-bar.el (tool-bar-setup): New function.
2177 (tool-bar-mode): Use it.
2178
2179 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2180
2181 * net/net-utils.el (nslookup-font-lock-keywords)
2182 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2183 Only set if window-system is non-nil
2184 (net-utils-run-program): Returns buffer.
2185 (network-connection-reconnect): Added this function.
2186
2187 * generic.el:
2188 Incorporates extensive cleanup and docfixes by
2189 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2190 Uses cl compile-time macros.
2191 (generic-mode-name, generic-comment-list)
2192 (generic-keywords-list, generic-font-lock-expressions)
2193 (generic-mode-function-list, generic-mode-syntax-table):
2194 Removed variables.
2195 (generic-mode-alist): Renamed to generic-mode-list.
2196 (generic-find-file-regexp): Default changed to "^#".
2197 (generic-read-type): Uses completing read on generic-mode-list.
2198 (generic-mode-sanity-check): removed this function.
2199 (generic-add-to-auto-mode): Removed this function
2200 (generic-mode-internal): Bind mode-specific definitions
2201 into function instead of putting them in alist.
2202 (generic-mode-set-comments): Reworked extensively.
2203 (generic-mode-find-file-hook): Simplified regexp searching
2204 (generic-make-keywords-list): Omit extra pair of parens
2205
2206 * find-lisp.el (find-lisp-find-files-internal):
2207 Make sure directory name ends with "/".
2208
2209 * generic-x.el (apache-conf-generic-mode):
2210 Regexp now allows leading whitespace.
2211 (rc-generic-mode): Added eval-when-compile
2212 around generic-make-keywords-list.
2213 Deleted duplicate regexp
2214 (rul-generic-mode): Added eval-when-compile
2215 around generic-make-keywords-list.
2216 (etc-fstab-generic-mode): New generic mode.
2217 (rul-generic-mode): Removed one eval-when-compile
2218 which caused a max-specpdl-size exceeded error.
2219
2220 2000-10-04 Miles Bader <miles@gnu.org>
2221
2222 * simple.el (minibuffer-temporary-goal-position): New variable.
2223 (next-history-element): Try to keep the position of point in the
2224 input string constant.
2225
2226 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2227 (dired-do-create-files): If there's only one file, pass it in as
2228 the DEFAULT arg to dired-mark-read-file-name.
2229
2230 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2231
2232 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2233 (diff-goto-source): Be smarter when choosing REVERSE or not.
2234
2235 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2236 (texinfo-mode-menu): Add an explicit shortcut for update all.
2237
2238 2000-10-03 Andre Spiegel <spiegel@gnu.org>
2239
2240 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
2241 factorize backend-specific code cleanly (this was essentially
2242 conceived by Stefan Monnier).
2243 (vc-unregister): Function removed.
2244 (vc-revert-file): New function.
2245 (vc-revert-buffer): Delegate some of the work to it.
2246
2247 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2248 default branch unconditionally.
2249 (vc-rcs-set-default-branch): New function.
2250 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2251 (vc-rcs-checkin): If an appropriate default branch has been set,
2252 force creation of that branch.
2253 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2254 code (as suggested by Stefan Monnier).
2255
2256 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2257
2258 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2259 highlighting overlay with a different face over the overlay
2260 isearch uses to highlight the current match because that can lead
2261 to bad face combinations.
2262
2263 * loadup.el (toplevel): Load faces before isearch.
2264
2265 * isearch.el (isearch-faces): New custom group.
2266 (isearch): New defface; was already tested for in the code.
2267 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2268 (isearch-highlight): Always use face `isearch'.
2269
2270 2000-10-02 Dave Love <fx@gnu.org>
2271
2272 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2273 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2274 comparison of opcode with operand.
2275
2276 2000-10-03 Miles Bader <miles@gnu.org>
2277
2278 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2279 buffer, since the echo area will now grow to accommodate them.
2280
2281 2000-10-02 Andre Spiegel <spiegel@gnu.org>
2282
2283 * vc-hooks.el (vc-registered): If FILE used to be registered under
2284 a certain backend, try that one first.
2285
2286 * vc.el (vc-responsible-backend): Undo the previous change in the
2287 argument list. Handle multiple backends correctly.
2288 (vc-find-new-backend): Function removed.
2289 (vc-register): Use vc-responsible-backend, as before.
2290 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2291
2292 2000-10-02 Gerd Moellmann <gerd@gnu.org>
2293
2294 * startup.el (fancy-splash-head): Change message below the
2295 logo.
2296
2297 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2298
2299 * diff-mode.el (diff-goto-source): Emit a status message.
2300 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
2301 (diff-test-hunk): Fix doc string.
2302 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2303 (diff-advance-after-apply-hunk): New variable.
2304 (diff-apply-hunk): Don't return a value.
2305
2306 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2307
2308 * vc.el (vc-editable-p): Minor optimization.
2309 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2310 (vc-find-new-backend): New function split from vc-responsible-backend.
2311 (vc-register): Use it.
2312 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2313 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2314 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2315 (vc-clear-headers): Don't use find-file.
2316 (vc-revert-buffer): Use `and' again (must have been a braino).
2317 (vc-switch-backend): Only prompt if requested.
2318 Short circuit if nothing is to be done.
2319 Don't use vc-resynch-buffer which could lose unsaved editing.
2320 (vc-default-receive-file): Update call to vc-unregister.
2321 (with-vc-file, vc-next-action-on-file):
2322 Use vc-backend rather than vc-registered.
2323 (vc-next-action-on-file): Use intern-soft.
2324 Deal with read-only *vc-diff* buffer.
2325 (vc-transfer-file): Docstring fix.
2326
2327 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2328 (vc-rcs-receive-file): Avoid with-vc-properties.
2329 Update call to vc-unregister.
2330 Use constant `RCS' rather than (dynamically bound) var `backend'.
2331
2332 2000-10-01 Andre Spiegel <spiegel@gnu.org>
2333
2334 * vc.el (vc-next-action-on-file): Update mode line only if file
2335 is visited.
2336 (vc-start-entry): New argument initial-contents. Don't visit the file
2337 if it isn't already visited. Brought documentation up-to-date.
2338 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2339 (vc-checkin): New optional arg initial-contents, which is passed to
2340 vc-start-entry.
2341 (vc-finish-logentry): Make sure to bury log buffer only if there
2342 really is one. Call `vc-resynch-buffer' on log-file, not
2343 buffer-file-name.
2344 (vc-default-comment-history, vc-default-wash-log): New functions.
2345 (vc-index-of): Removed.
2346 (vc-transfer-file): Make do without the above.
2347 (vc-default-receive-file): Call comment-history unconditionally. Pass
2348 the resulting string to vc-checkin, instead of inserting it into the
2349 comment ring.
2350
2351 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2352 unconditionally. Use the comments as initial contents of the log
2353 entry buffer. Document the trick to force branch creation with no
2354 changes.
2355
2356 2000-10-01 Miles Bader <miles@gnu.org>
2357
2358 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2359 `recenter' with an arg to prevent redrawing the display.
2360
2361 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2362
2363 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2364
2365 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2366
2367 * progmodes/c-mode.el (c-mode):
2368 Don't gratuitously override the default for comment-column.
2369
2370 * textmodes/tex-mode.el (latex-metasection-list): New var.
2371 (latex-imenu-create-index): Use it.
2372 Move the regexp construction outside loops (and use push).
2373 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
2374 (tex-font-lock-keywords): Moved from font-lock.el.
2375 (tex-comment-indent): Remove.
2376 (tex-common-initialization): Don't set comment-indent-function.
2377 (latex-block-default): New var.
2378 (tex-latex-block): Use it to provide a default choice.
2379 Add any unknown choice to latex-block-names.
2380 Insert [...] after {...}.
2381 (tex-last-unended-begin): Simplify regexp.
2382 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2383 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2384 (latex-mode): Set forward-sexp-function.
2385
2386 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2387 Add regexp for @ignore ... @end ignore.
2388 (texinfo-heading-face): New face.
2389 (texinfo-font-lock-keywords): Use it.
2390 (texinfo-mode-menu): New menu.
2391 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2392 New functions.
2393 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
2394 (texinfo-section-types-regexp, texinfo-section-level-regexp)
2395 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2396 Remove declaration.
2397 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2398
2399 * delsel.el (delete-selection-mode): Use define-minor-mode.
2400
2401 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2402
2403 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2404
2405 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2406
2407 2000-09-30 Gerd Moellmann <gerd@gnu.org>
2408
2409 * replace.el (keep-lines-read-args): New function.
2410 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2411 read arguments interactively. Add parameters RSTART and REND.
2412 Operate on the active region in Transient Mark mode.
2413
2414 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2415
2416 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2417 (authors-obsolete-files-regexps): New variable.
2418 (authors-add): Don't record changes in obsolete files.
2419
2420 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2421
2422 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2423
2424 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2425 (comment-indent): Make sure there's a space between code and comment.
2426 Shift comments left to avoid going past fill-column.
2427
2428 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2429
2430 * startup.el (startup-echo-area-message): New function.
2431 (display-startup-echo-area-message): Use it.
2432 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2433 (fancy-splash-default-action): New function.
2434 (fancy-splash-screens-1): New function.
2435 (fancy-splash-head): Put a help-echo and a keymap under the image.
2436
2437 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2438
2439 * diff-mode.el (diff-add-log-file-name): Remove.
2440 (diff-mode): Use add-log-buffer-file-name-function.
2441
2442 * add-log.el (find-change-log): New arg BUFFER-FILE.
2443 (add-log-file-name): Obey add-log-file-name-function.
2444 (add-log-buffer-file-name-function): New var.
2445 (add-change-log-entry): Use it.
2446
2447 2000-09-29 Miles Bader <miles@gnu.org>
2448
2449 * image-file.el (image-file-name-extensions): New variable.
2450 (image-file-name-regexps): Renamed from `image-file-regexps'.
2451 New default value is nil. Call `auto-image-file-mode'.
2452 (image-file-name-regexp): New function.
2453 (auto-image-file-mode): New minor mode.
2454 (insert-image-file): Don't make conditional on the image-file
2455 handler being enabled.
2456 (image-file-handler): Make the call here conditional instead.
2457 (set-image-file-handler-enabled, enable-image-file-handler)
2458 (disable-image-file-handler): Functions removed.
2459
2460 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2461 string.
2462
2463 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2464
2465 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2466 it's a function from CL.
2467 (latex-imenu-create-index): Replace eval-when-compile with progn
2468 because latex-section-alist is not bound while compiling.
2469
2470 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2471
2472 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2473 (outline-mode): Use define-derived-mode.
2474
2475 * progmodes/perl-mode.el (perl-mode):
2476 * progmodes/awk-mode.el (awk-mode):
2477 * progmodes/asm-mode.el (asm-mode):
2478 Don't gratuitously override the default for comment-column.
2479
2480 * emacs-lisp/lisp.el (lisp-complete-symbol):
2481 Distinguish the let-binding case from the funcall case.
2482 (forward-sexp-function): New variable.
2483 (forward-sexp): Use it.
2484
2485 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2486 (easy-mmode-defmap): Remove the now useless autoload.
2487
2488 * time.el (display-time-mode): Use define-minor-mode.
2489
2490 * subr.el (add-minor-mode): Don't eval NAME.
2491 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2492 Use if rather than cond.
2493
2494 * simple.el (read-expression-map): Define more properly.
2495 (comment-indent-hook): Remove.
2496 (string-to-syntax): Bug fix.
2497
2498 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2499 (cvs-ediff-diff): Fix typo.
2500 (cvs-revert-if-needed): Don't bother preserving read-only.
2501
2502 * paren.el (show-paren-mode): Use define-minor-mode.
2503
2504 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2505 (toggle-auto-compression): Remove.
2506 (jka-compr-build-file-regexp): Remove useless grouping.
2507
2508 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2509 Avoid user-reserved bindings.
2510 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2511 (diff-header-face): Revert to grey85.
2512
2513 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2514
2515 * complete.el (partial-completion-mode) <defcustom>: Remove.
2516 (partial-completion-mode): Use define-minor-mode.
2517 (PC-do-completion): Understand `completion-auto-help = delay'
2518 to mean to popup the completion buffer only the second time.
2519 (PC-include-file-all-completions, PC-include-file-all-completions)
2520 (PC-include-file-all-completions): Don't quote lambda.
2521
2522 * comint.el (comint-mode-hook): Docstring fix.
2523 (comint-mode): Use define-derived-mode.
2524 (comint-mode-map): Remove obsolete comment.
2525 (make-comint): Minor stylistic change.
2526 (comint-insert-clicked-input): Be more careful to find the overlay.
2527 Use this-command-keys rather than hardcoding mouse-2.
2528
2529 * font-lock.el: Replace confusing (,@ with ,
2530 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2531 Don't use regexp-opt-depth. Spice up the regexp for args.
2532 Don't distinguish between cmds that can take an opt arg or not.
2533 Use `append' and `prepend' rather than `keep'.
2534
2535 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2536 (latex-outline-regexp): New var.
2537 (latex-outline-level): New fun.
2538 (latex-section-alist): New var.
2539 (latex-imenu-create-index): Use it. Use `push' as well.
2540 (tex-shell-map): Initialize it properly.
2541 (tex-mode): Minor stylistic change.
2542 (plain-tex-mode): Use define-derived-mode.
2543 (latex-mode): Use define-derived-mode.
2544 Construct the paragraph regexps in a more readable way.
2545 Set the buffer-local outline-{level,regexp} vars.
2546 (slitex-mode): Derive from latex-mode.
2547 (tex-common-initialization): Don't kill-all-vars anymore.
2548 Add setting for comment-add and font-lock-defaults.
2549 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2550 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2551 (tex-start-tex): New arg DIR (and send a chdir command for it).
2552 Also display the shell buffer and save it in tex-last-buffer-texed.
2553 (tex-region): Use expand-file-name rather than concat.
2554 Remove code made useless by changes in tex-start-tex.
2555 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2556
2557 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2558
2559 2000-09-28 Dave Love <fx@gnu.org>
2560
2561 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2562
2563 2000-09-28 Gerd Moellmann <gerd@gnu.org>
2564
2565 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2566 `append'.
2567
2568 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2569
2570 * info.el (Info-extract-pointer): Undo last change.
2571 Instead, fix the position of the `bound' arg to re-search-backward.
2572
2573 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2574
2575 * info.el (Info-extract-pointer):
2576 Widen more carefully, to avoid finding pointers in other nodes.
2577 (Info-index): Use push.
2578
2579 2000-09-27 Gerd Moellmann <gerd@gnu.org>
2580
2581 * frame.el (set-frame-font): Remove call to obsolete function
2582 frame-update-faces.
2583 (set-foreground-color, set-background-color): Likewise for
2584 frame-update-face-colors.
2585
2586 2000-09-27 Miles Bader <miles@gnu.org>
2587
2588 * image-file.el: New file.
2589
2590 2000-09-27 Gerd Moellmann <gerd@gnu.org>
2591
2592 * frame.el (frame-notice-user-settings): Don't call
2593 frame-update-faces, which is a no-op now.
2594
2595 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2596 tool-bar-lines.
2597
2598 2000-09-27 Dave Love <fx@gnu.org>
2599
2600 * mouse.el: Fix last change.
2601
2602 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2603
2604 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2605
2606 2000-09-22 Kenichi Handa <handa@etl.go.jp>
2607
2608 * international/quail.el (quail-help): The output message is
2609 improved.
2610
2611 2000-09-26 Dave Love <fx@gnu.org>
2612
2613 * mouse.el (popup-menu): If POSITION is nil, set it using
2614 mouse-position.
2615
2616 2000-09-25 Sam Steingold <sds@gnu.org>
2617
2618 * net/browse-url.el (browse-url-file-url): Check for null maps.
2619
2620 2000-09-26 Gerd Moellmann <gerd@gnu.org>
2621
2622 * frame.el (frame-notice-user-settings): Don't add a
2623 tool-bar-lines frame parameter to default-frame-alist in batch mode.
2624
2625 * frame.el (frame-notice-user-settings):
2626 Make tool-bar-mode and default-frame-alist consistent.
2627
2628 * toolbar/tool-bar.el (tool-bar-help): New function.
2629
2630 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2631
2632 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2633 current-load-list in top-level forms. Else this leaks a cons cell
2634 every time a defun is called.
2635
2636 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
2637
2638 2000-09-25 Dave Love <fx@gnu.org>
2639
2640 * startup.el (fancy-splash-head): Check XPM is available.
2641
2642 * autoinsert.el (auto-insert): Doc fix.
2643 (auto-insert-alist): Following GNU notices, don't say `copyright
2644 _by_'. Use line-beginning-position.
2645 (auto-insert): Check buffer-file-name is non-nil before use.
2646
2647 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2648
2649 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2650 starting with `@def' or `@multitable', in addition to ones
2651 specified by the user in auto-fill-inhibit-regexp.
2652
2653 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
2654
2655 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2656 rmail-dont-reply-to-names matches the empty string.
2657
2658 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2659
2660 * startup.el (command-line-1, fancy-splash-text): Change the
2661 text to sound more friendly.
2662
2663 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2664
2665 * progmodes/hideshow.el: Update author email address.
2666 Generally, sync w/ maintainer version 5.22.
2667 (hs-hide-all-non-comment-function): New var.
2668 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2669 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2670 (hs-show-region): Delete this command.
2671 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2672
2673 2000-09-22 Dave Love <fx@gnu.org>
2674
2675 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2676 (hl-line-highlight): Specify buffer when moving overlay.
2677
2678 * progmodes/fortran.el (fortran-mode): Locally set
2679 normal-auto-fill-function.
2680 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2681 (fortran-mode-map): Adjust auto-fill menu entry.
2682
2683 2000-09-22 Gerd Moellmann <gerd@gnu.org>
2684
2685 * vc-rcs.el (toplevel): Require `vc' when compiling.
2686
2687 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
2688
2689 2000-09-22 Andre Spiegel <spiegel@gnu.org>
2690
2691 * vc.el (vc-switch-backend): Signal an error if the file is not
2692 registered under the new backend.
2693
2694 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
2695 without explicit revision number.
2696
2697 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2698
2699 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2700 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2701 (diff-xor): New function.
2702 (diff-find-source-location): Use it. Fix a stupid name clash.
2703 (diff-hunk-status-msg): New function.
2704 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2705 (diff-test-hunk): Use diff-find-source-location.
2706 (diff-goto-source): Favor the `reverse'.
2707 (diff-hunk-text): Properly handle one-sided context diffs.
2708 (diff-apply-hunk): When done, advance to the next hunk.
2709
2710 2000-09-21 Gerd Moellmann <gerd@gnu.org>
2711
2712 * startup.el (command-line): If frame was created with a non-zero
2713 tool-bar-lines parameter, switch tool-bar-mode on.
2714
2715 * add-log.el (change-log-date-face, change-log-name-face)
2716 (change-log-email-face, change-log-file-face)
2717 (change-log-list-face, change-log-conditionals-face)
2718 (change-log-function-face, change-log-acknowledgement-face):
2719 New faces, inheriting from font-lock faces.
2720 (change-log-font-lock-keywords): Use them.
2721
2722 2000-09-21 Dave Love <fx@gnu.org>
2723
2724 * progmodes/cperl-mode.el (top-level): Clean up
2725 `eval-when-compile's and assorted defvars.
2726 (cperl-invalid-face): Don't double-quote value. Change custom
2727 type.
2728 (cperl-mode): Set normal-auto-fill-function and don't zap
2729 auto-fill-function.
2730 (cperl-imenu--function-name-regexp-perl): Renamed from
2731 imenu-example--function-name-regexp-perl.
2732 (cperl-imenu--create-perl-index): Renamed from
2733 imenu-example--create-perl-index.
2734 (cperl-xsub-scan): Don't require cl.
2735
2736 * msb.el (msb-mode-map): Use substitute-key-definition.
2737 (msb-mode): Use msb-mode-map.
2738
2739 2000-09-21 Andre Spiegel <spiegel@gnu.org>
2740
2741 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2742 New functions.
2743 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
2744 (vc-switch-backend): New function.
2745 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2746 (vc-register): Fix prompt.
2747 (vc-unregister, vc-default-unregister): New functions.
2748 (vc-version-diff): Handle empty buffer in sentinel.
2749
2750 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2751 (vc-rcs-state-heuristic): Use it to guess the state of files with
2752 non-strict locking.
2753 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2754 been set with -b, but not created yet.
2755 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2756 contents in order to find the state.
2757 (vc-rcs-checkin): Allow creation of branches with no changes.
2758 (vc-rcs-unregister, vc-rcs-receive-file)
2759 (vc-rcs-set-non-strict-locking): New functions.
2760
2761 * vc-hooks.el (vc-name): Force correct computation of the value
2762 in case it is missing.
2763
2764 2000-09-21 Gerd Moellmann <gerd@gnu.org>
2765
2766 * startup.el (fancy-splash-tail): Use a different foreground
2767 color on a dark frame background.
2768
2769 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2770
2771 * info.el: Use the correct capitalization when making Info-mode
2772 and Info-edit-mode `special' modes.
2773
2774 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2775
2776 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2777 (diff-mode): Add support for add-log.el.
2778 (diff-hunk-text): Use char offsets rather than line offsets.
2779 (diff-find-source-location): Replace LINE with line-offset (nil
2780 if not found) and always set POS to a meaningful position.
2781 Adapt to the new char-offsets.
2782 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2783 Adapt to the new diff-find-source-location.
2784 (diff-goto-source): Adapt to the new diff-find-source-location.
2785
2786 * add-log.el (add-log-file-name): New function (split out of
2787 add-change-log-entry).
2788 (add-change-log-entry): Use it.
2789 Call add-log-file-name-function with the changelog file name if
2790 the current buffer is not associated with any file.
2791 Avoid find-file if the selected window is dedicated.
2792
2793 * diff-mode.el (diff-find-source-location):
2794 Move code from diff-apply-hunk. Return buffer rather than file.
2795 (diff-apply-hunk): Use the new result from diff-find-source-location.
2796 (diff-goto-source): Use the new diff-find-source-location.
2797
2798 2000-09-20 Dave Love <fx@gnu.org>
2799
2800 * iswitchb.el: Some doc fixes.
2801 (iswitchb-mode-map): Define completely initially. Inherit
2802 minibuffer-local-map.
2803 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2804 fundamental-mode.
2805 (iswitchb-global-map): New variable.
2806 (iswitchb-summaries-to-end): Amalgamate regexps.
2807 (iswitchb-mode): New.
2808 (iswitchb-mode-hook): New variable.
2809 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2810 `extensions'.
2811
2812 2000-09-20 Gerd Moellmann <gerd@gnu.org>
2813
2814 * ehelp.el (electric-help): New defgroup.
2815 (electric-help-shrink-window): New user-option.
2816 (with-electric-help): Use it.
2817
2818 * window.el (shrink-window-if-larger-than-buffer): If face
2819 `mode-line' has a :box, and we're on a graphical frame, add 1
2820 to the needed window height.
2821
2822 * frame.el (frame-notice-user-settings): Add a last parameter nil
2823 to a call to `append', because the last list passed to `append' is
2824 not copied, and so subsequent calls to assq-delete-all will modify
2825 default-frame-alist.
2826
2827 * startup.el (fancy-splash-image): Change :type.
2828 (fancy-splash-head): Use an XBM image if appropriate.
2829 (command-line-1): Show splash screens in more cases.
2830
2831 * startup.el (fancy-splash-text): Don't quote faces.
2832
2833 * dired.el (dired-font-lock-keywords): Undo last change.
2834 (dired-readin): Bind indent-tabs-mode to nil.
2835
2836 * startup.el (fancy-splash-head): If frame's background mode
2837 is `dark', change the black background of the image to gray.
2838 (fancy-splash-screens): Display startup echo area message.
2839 (display-startup-echo-area-message): New function.
2840
2841 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2842
2843 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2844
2845 * info.el (info-header-node): Tweak for color ttys.
2846
2847 * faces.el (face-valid-attribute-values): Make sure directories we
2848 search for stipples both exist and are readable before trying to
2849 search them.
2850
2851 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2852 in the dry-run case.
2853
2854 * jka-compr.el (with-auto-compression-mode): New macro.
2855
2856 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2857 (custom-group-tag-face, custom-variable-tag-face): Use relative
2858 :height and inherit from `variable-pitch' face instead of
2859 hardwiring :family.
2860 * hi-lock.el (hi-black-hb): Likewise.
2861
2862 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2863 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2864 toolbar-add-item, if image doesn't have a mask add a `:mask
2865 heuristic'.
2866
2867 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2868
2869 * diff-mode.el: Docstring fixes.
2870 (diff-header-face, diff-comment-face): New faces.
2871 (diff-font-lock-keywords): Highlight a bit differently.
2872 (diff-find-source-location): Don't return SPAN any more.
2873 (diff-hunk-text): Don't bother erasing the temp buffer.
2874 (diff-find-text): Drop argument LINE.
2875 (diff-apply-hunk): Update calls to diff-find-text.
2876 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2877
2878 * calendar/calendar.el: Docstring fixes.
2879 (calendar-make-alist): Don't quote lambda.
2880 (calendar-star-date): Use make-local-variable.
2881
2882 2000-09-19 Dave Love <fx@gnu.org>
2883
2884 * toolbar/tool-bar.el: Renamed from toolbar.el.
2885 Change `toolbar' to `tool-bar' generally in symbols.
2886 Make some items invisible in `special' major modes.
2887 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2888 Add arg PROPS.
2889
2890 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2891 Add :version here.
2892 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2893
2894 2000-09-19 Gerd Moellmann <gerd@gnu.org>
2895
2896 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
2897
2898 * files.el (find-file-suppress-same-file-warnings): New user-option.
2899 (find-file-noselect): Use it.
2900
2901 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
2902 (fancy-splash-screen): Defgroup.
2903
2904 * add-log.el (change-log-font-lock-keywords): Match names
2905 more exactly for the case that font-lock-constant-face is
2906 underlined.
2907
2908 2000-09-19 Richard M. Stallman <rms@gnu.org>
2909
2910 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
2911
2912 2000-09-19 Andre Spiegel <spiegel@gnu.org>
2913
2914 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2915
2916 2000-09-19 Gerd Moellmann <gerd@gnu.org>
2917
2918 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2919 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2920 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2921 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2922 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2923 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2924 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2925 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2926 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2927 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2928 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
2929 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
2930
2931 * startup.el (fancy-splash-text): New variable.
2932 (fancy-splash-delay, fancy-splash-image): New user-options.
2933 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2934 (fancy-splash-screens): New functions.
2935 (command-line-1): If display has a `display' frame parameter, has
2936 colors, and we have XPM support, show more fancy splash screens.
2937
2938 2000-09-19 Dave Love <fx@gnu.org>
2939
2940 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2941 with null `help'. Use modern backquote syntax.
2942
2943 2000-09-19 Gerd Moellmann <gerd@gnu.org>
2944
2945 * font-lock.el (font-lock-mode): Change message telling the user
2946 that ``the buffer is too big''.
2947
2948 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2949 for instance for the case that tab-width is 2.
2950
2951 2000-09-18 Gerd Moellmann <gerd@gnu.org>
2952
2953 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2954 toolbar-add-item, if image doesn't have a mask add a `:mask
2955 heuristic'.
2956
2957 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2958
2959 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2960 and return a cons if it's non-nil.
2961 (diff-apply-hunk): Try to jump to the line in the source text
2962 corresponding to the position of point in the in the hunk.
2963
2964 * info.el (Info-title-3-face, Info-title-2-face)
2965 (Info-title-1-face): Use face inheritance and relative sizes
2966 instead of hard-wiring things.
2967
2968 * faces.el (secondary-selection): Make dark-background variant sane.
2969
2970 2000-09-16 Andrew Innes <andrewi@gnu.org>
2971
2972 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2973 read-only, since they aren't under VC now.
2974
2975 2000-09-17 Dave Love <fx@gnu.org>
2976
2977 * tmm.el: Replace mapcar with mapc in several places.
2978
2979 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2980 ad-unadvise.
2981
2982 * international/latin1-disp.el: New file.
2983
2984 * calendar/cal-move.el (scroll-calendar-left)
2985 (scroll-calendar-right): Make arg optional (for active mode line).
2986
2987 * calendar/calendar.el (calendar-mode-line-format): Make fields
2988 mouse-sensitive.
2989 (calendar-read-date, calendar-read-date, calendar-window-list):
2990 Unquote lambda.
2991 (calendar-month-name): Use aref, not sref.
2992
2993 * view.el (minor-mode-alist): Propertize the string.
2994
2995 * international/characters.el (standard-case-table): Add entries
2996 for Greek.
2997
2998 2000-09-18 Miles Bader <miles@gnu.org>
2999
3000 * info.el (info-node, info-xref): Add dark-background variants.
3001
3002 * faces.el (header-line): Change defaults to be less confusing
3003 when mixed with mode-lines.
3004
3005 * info.el (Info-fontify-node): Make a few cleanups.
3006 Add extra `help-echo' and `local-map' props to node xrefs.
3007 Use header-specific faces for node-names & xrefs.
3008 (Info-use-header-line): New variable.
3009 (info-header-xref, info-header-node): New faces.
3010 (Info-setup-header-line): New function.
3011 (Info-select-node): Call Info-setup-header-line when enabled.
3012 (Info-extract-pointer): Work even if the header line is hidden.
3013 (Info-header-line): New variable.
3014
3015 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3016
3017 * vms-patch.el (print-region-function): Don't quote lambda.
3018
3019 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3020
3021 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3022 (lm-get-header-re): Allow spaces between the header and the colon.
3023 (lm-header): Allow $ in non-RCS headers.
3024 (lm-header-multiline): Put the strings back into order.
3025 Stop at an empty line. Don't require two space chars if the
3026 line is clearly not another header line.
3027
3028 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3029 (popup-menu-popup): Remove.
3030
3031 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3032
3033 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3034 specification if or if not tool-bar item contains an `:enabled'
3035 property.
3036
3037 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3038 current buffer has no file name.
3039
3040 2000-09-15 Dave Love <fx@gnu.org>
3041
3042 * strokes.el: Sync with maintainer's current version with changes
3043 for Emacs, but avoid runtime cl and levents.
3044 (toplevel): Change autoloads and compilation requires.
3045 (strokes-version, strokes-bug-address, strokes-lift): Values
3046 changed.
3047 (strokes-xpm-header, strokes-insinuated): New variable.
3048 (strokes): Add :link.
3049 (strokes-mode): Customized.
3050 (strokes-while-inhibiting-garbage-collector): New macro.
3051 (strokes-remassoc): Avoid remove-if.
3052 (strokes-fix-button2-command): Don't use ad-do-it.
3053 (strokes-insinuate): New function.
3054 (strokes-button-press-event-p, strokes-button-release-event-p):
3055 New functions, used instead of non-`strokes-' versions..
3056 (strokes-mouse-event-p): Rewritten.
3057 (strokes-event-closest-point): Avoid event-point.
3058 (strokes-get-grid-position): Avoid cdadr, caadr
3059 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3060 functions.
3061 (strokes-help): Use with-output-to-temp-buffer.
3062 (strokes-window-configuration-changed-p): New function.
3063 (strokes-update-window-configuration): Use buffer-live-p,
3064 strokes-window-configuration-changed-p.
3065 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3066 (strokes-char-face): New face.
3067 (strokes-char-table, strokes-base64-chars): New variable.
3068 (strokes-xpm-for-stroke, strokes-list-strokes)
3069 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3070 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3071 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3072 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3073 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3074 functions.
3075
3076 2000-09-15 Gerd Moellmann <gerd@gnu.org>
3077
3078 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3079
3080 * image.el (create-image): Doc fix.
3081
3082 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3083 instead of `:heuristic-mask t'.
3084
3085 2000-09-14 Andrew Innes <andrewi@gnu.org>
3086
3087 * makefile.w32-in: Revert to Unix line endings.
3088
3089 2000-09-14 Andrew Innes <andrewi@gnu.org>
3090
3091 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3092 when installing.
3093
3094 * makefile.nt (DONTCOMPILE): Fix typo.
3095
3096 * shell.el (shell-write-history-on-exit): New function.
3097 (shell-dumb-shell-regexp): New custom variable.
3098 (shell-mode): Make shell-write-history-on-exit the process
3099 sentinel if shell name matches shell-dumb-shell-regexp.
3100
3101 * w32-fns.el: Comment out before-init-hook function which resets
3102 source-directory based; this breaks bootstrap.
3103
3104 2000-09-14 Dave Love <fx@gnu.org>
3105
3106 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3107 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3108 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3109 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3110 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3111 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3112 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3113 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3114 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3115
3116 * toolbar/toolbar.el: New.
3117
3118 * subdirs.el: Add toolbar.
3119
3120 2000-09-14 Gerd Moellmann <gerd@gnu.org>
3121
3122 * indent.el (indent-for-tab-command): Doc fix.
3123
3124 2000-09-14 Alex Schroeder <alex@gnu.org>
3125
3126 * ansi-color.el (ansi-colors): Doc change.
3127 (ansi-color-get-face): Simplified regexp.
3128 (ansi-color-faces-vector): Added more faces, doc change.
3129 (ansi-color-names-vector): Doc change.
3130 (ansi-color-regexp): Simplified regexp.
3131 (ansi-color-parameter-regexp): New regexp.
3132 (ansi-color-filter-apply): Doc change.
3133 (ansi-color-filter-region): Doc change.
3134 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3135 deal with zero length parameters.
3136 (ansi-color-apply-on-region): Doc change.
3137 (ansi-color-map): Doc change.
3138 (ansi-color-map-update): Removed debugging message.
3139 (ansi-color-get-face-1): Added condition-case to trap
3140 args-out-of-range errors.
3141 (ansi-color-get-face): Doc change.
3142 (ansi-color-make-face): Removed.
3143 (ansi-color-for-shell-mode): New option.
3144
3145 2000-09-13 Kenichi Handa <handa@etl.go.jp>
3146
3147 * international/quail.el (quail-start-translation): Translate KEY
3148 if necessary even if it doesn't have any mapping in the current
3149 input method.
3150 (quail-start-conversion): Likewise.
3151 (quail-help): The output message is improved.
3152
3153 2000-09-13 Miles Bader <miles@gnu.org>
3154
3155 * comint.el (comint-output-filter): Revert to using
3156 `insert-before-markers'. Add bletcherous hack to undo damage
3157 caused by `insert-before-markers'. Put `front-sticky' property on
3158 overlays created here so that the field code understands how the
3159 overlay works. Use a let when making comint-last-prompt-overlay,
3160 so that the code is easier to read.
3161
3162 2000-09-13 Dave Love <fx@gnu.org>
3163
3164 * wid-edit.el (widget-default-format-handler): DTRT when
3165 doc-property is a function.
3166
3167 2000-09-12 Francesco Potorti` <pot@gnu.org>
3168
3169 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3170 filed name if it's not there.
3171
3172 2000-09-12 Dave Love <fx@gnu.org>
3173
3174 * simple.el (read-mail-command): Doc fix.
3175 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3176
3177 * vc.el (vc-dired-listing-switches): Fix :version.
3178
3179 * vc-hooks.el: Doc fixes.
3180
3181 * subr.el (add-minor-mode): Use toggle-fun arg.
3182
3183 * speedbar.el: Add :version to several defcustoms.
3184
3185 * imenu.el (imenu--truncate-items, imenu--cleanup)
3186 (imenu--generic-function): Avoid mapcar.
3187 (imenu--replace-spaces): Function removed.
3188 (imenu--completion-buffer): Use subst-char-in-string.
3189 (imenu-add-to-menubar): Use keymap inheritance.
3190
3191 2000-09-12 Miles Bader <miles@gnu.org>
3192
3193 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3194 (diff-mode-map): Bind `diff-test-hunk'.
3195 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3196
3197 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3198
3199 * bytecomp.el (byte-compile-defvar): Undo last change
3200 because it breaks '(make-variable-buffer-local (defvar ...)'
3201 which is used at least in dired.
3202
3203 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3204
3205 * international/quail.el (quail-define-package): Docstring
3206 modified.
3207
3208 2000-09-12 Kenichi Handa <handa@etl.go.jp>
3209
3210 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3211 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3212 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3213 docstring of "chinese-py".
3214
3215 * international/quail.el (quail-translation-docstring): New
3216 variable.
3217 (quail-show-keyboard-layout): Docstring modified.
3218 (quail-select-current): Likewise.
3219 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3220 infinite recursive call.
3221 (quail-help): Check quail-translation-docstring. Format of the
3222 output changed.
3223 (quail-help-insert-keymap-description): Adjusted for the above
3224 change.
3225
3226 2000-09-11 Gerd Moellmann <gerd@gnu.org>
3227
3228 * bytecomp.el (byte-compile-defvar): Only cons onto
3229 current-load-list in top-level forms. Else this leaks a cons cell
3230 every time a defun is called.
3231
3232 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3233
3234 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3235 Now understands non-unified diffs. Some functionality moved into
3236 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3237 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3238 modify anything. Only reposition point in the patched file if the
3239 patch succeeds. Only pop up another window if POPUP is true.
3240 Emit a message describing what happened if successful, and at what
3241 line-offset. Automatically detect reversed hunks and do something
3242 appropriate.
3243 (diff-hunk-text, diff-find-text): New functions.
3244 (diff-filter-lines): Function removed.
3245 (diff-test-hunk): New function.
3246 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3247
3248 2000-09-10 Dave Love <fx@gnu.org>
3249
3250 * textmodes/tildify.el: Minor doc/commentary fixes.
3251 (tildify) <defgroup>: Add :version.
3252
3253 * faces.el (face-x-resources): Make custom type more specific.
3254 (frame-background-mode): Use mapc.
3255 (region) <defcustom>: Add :version.
3256
3257 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3258
3259 * vc-sccs.el (vc-sccs-register):
3260 * vc-rcs.el (vc-rcs-register):
3261 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3262 * vc.el (vc-register): Clear file's properties.
3263
3264 2000-09-08 Gerd Moellmann <gerd@gnu.org>
3265
3266 * faces.el (face-spec-set): Only face-spec-reset-face when
3267 ATTRS is non-nil.
3268
3269 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3270
3271 * help.el (help-insert-xref-button): Fix a typo in doc string.
3272
3273 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3274
3275 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3276 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
3277 methods.
3278
3279 * menu-bar.el (read-mail-item-name): New function.
3280 (menu-bar-tools-menu): Use it to compute and display the package
3281 used to read email.
3282 (menu-bar-tools-menu): Fix typo in GUD's help string.
3283
3284 2000-09-07 Dave Love <fx@gnu.org>
3285
3286 * diff-mode.el (diff-mouse-goto-source): New function.
3287
3288 * vc-sccs.el: Doc fixes.
3289 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
3290
3291 * vc-rcs.el: Doc fixes.
3292 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3293 (vc-rcs-checkout-switches, vc-rcs-header)
3294 (vc-rcs-master-templates): Add or change :version.
3295
3296 * vc-cvs.el: Doc fixes.
3297 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3298 (vc-cvs-stay-local): Add :version.
3299
3300 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3301
3302 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3303
3304 * international/quail.el (quail-help): Fix previous change.
3305
3306 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3307
3308 * faces.el (color-values): Doc fix.
3309
3310 * faces.el (frame-set-background-mode): Use frame-parameter
3311 instead of frame-parameters.
3312
3313 * frame.el (filtered-frame-list): Reduce consing.
3314 (frames-on-display-list): Call frame-parameter instead of
3315 frame-parameters.
3316
3317 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3318
3319 * language/devan-util.el (devanagari-to-indian-region): In the
3320 loop, change the following char, not preceding char.
3321
3322 2000-09-07 Gerd Moellmann <gerd@gnu.org>
3323
3324 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3325 instead of frame-parameters.
3326
3327 * faces.el (set-face-attribute): Simplify by calling
3328 internal-set-lisp-face-attribute with FRAME being 0.
3329
3330 * vc.el: Remove `Id' version control keyword.
3331
3332 2000-09-07 Kenichi Handa <handa@etl.go.jp>
3333
3334 * help.el (help-make-xrefs): Adjusted for the change of
3335 help-xref-mule-regexp.
3336 (help-insert-xref-button): New function.
3337
3338 * international/mule-cmds.el (help-xref-mule-regexp-template):
3339 Include the pattern for character set.
3340 (leim): New group.
3341
3342 * international/quail.el: Don't require face.
3343 (quail): New group.
3344 (quail-other-command): Dummy command to make quail-help work better.
3345 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3346 (quail-keyboard-layout-substitution): New variable.
3347 (quail-update-keyboard-layout): New function.
3348 (quail-keyboard-layout-type): New customizable variable.
3349 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3350 (quail-keyboard-translate): Pay attention to
3351 quail-keyboard-layout-substitution.
3352 (quail-insert-kbd-layout): New function.
3353 (quail-show-keyboard-layout): New function.
3354 (quail-get-translation): If the definition is a vector of length
3355 1, and the element is a string of length 1, return the character
3356 in that string.
3357 (quail-update-current-translations): Fix the case of
3358 relative-index out of range.
3359 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3360 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
3361 Show key sequences for all available characters.
3362 (quail-help-insert-keymap-description): Don't show such verbose
3363 key bindings as quail-self-insert-command.
3364
3365 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3366 Format changed, and each element now have extra documentations.
3367 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3368 Adjusted for the change of quail-cxterm-package-ext-info.
3369
3370 2000-09-06 Gerd Moellmann <gerd@gnu.org>
3371
3372 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3373 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3374 during bootstrap.
3375
3376 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3377
3378 * vc.el: (toplevel): Don't require `dired' at run-time.
3379 (vc-dired-resynch-file): Remove autoload cookie.
3380
3381 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3382
3383 * vc.el: Made several backend functions optional.
3384 (vc-default-responsible-p): New function.
3385 (vc-merge): Use RET for first version to trigger merge-news, not
3386 prefix arg.
3387 (vc-annotate): Handle backends that do not support annotation.
3388 (vc-default-merge-news): Removed. The existence of a merge-news
3389 implementation is now checked on caller sites.
3390
3391 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
3392 case.
3393
3394 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
3395 special case that has been removed from the default in vc-hooks.el.
3396
3397 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3398
3399 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3400
3401 2000-09-05 Andre Spiegel <spiegel@gnu.org>
3402
3403 * vc-hooks.el: Require vc during compilation.
3404 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3405 macro `with-vc-properties' in vc.el.
3406 (vc-file-getprop): Doc fix.
3407 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
3408
3409 * vc.el: Require dired-aux during compilation.
3410 (vc-name-assoc-file): Moved to vc-sccs.el.
3411 (with-vc-properties): New macro.
3412 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
3413 vc-finish-steal): Use it.
3414 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3415 to the backend-specific function is now supposed to do the checkout,
3416 too.
3417 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3418
3419 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3420 set file properties; that gets done in the generic code now.
3421
3422 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3423 Changed parameter list, added code from vc.el that does the
3424 checkout, possibly with a double-take.
3425
3426 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3427 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3428 the above under the new name.
3429 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3430 parameter list, added checkout command.
3431 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3432 properties; that gets done in the generic code now.
3433
3434 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3435
3436 * vc.el: Docstring fixes (courtesy of checkdoc).
3437
3438 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3439
3440 * vc.el (vc-checkout-writable-buffer-hook)
3441 (vc-checkout-writable-buffer): Remove.
3442 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3443 (vc-log-mode): Make it into a clean derived major mode.
3444 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3445 vc-log-mode if log-edit is not available.
3446 (vc-dired-mode-map): Don't set-keymap-parent yet.
3447 (vc-dired-mode): Do set-keymap-parent here.
3448 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3449
3450 2000-09-05 Gerd Moellmann <gerd@gnu.org>
3451
3452 * faces.el (set-face-attribute, face-spec-reset-face)
3453 (face-spec-set): Avoid consing by removing calls to `apply'.
3454
3455 * frame.el (frame-parameter): Move to C code.
3456
3457 2000-09-05 Dave Love <fx@gnu.org>
3458
3459 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3460 insert-before-markers-and-inherit. Now checked systematically!
3461
3462 2000-09-05 Alex Schroeder <alex@gnu.org>
3463
3464 * sql.el (sql-postgres): Use sql-postgres-options.
3465 (sql-postgres-options): New variable.
3466
3467 2000-09-05 Alex Schroeder <alex@gnu.org>
3468
3469 * sql.el (sql-mode-menu): Work around missing variable mark-active
3470 in XEmacs.
3471 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3472 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3473 compatibility.
3474
3475 2000-09-04 Gerd Moellmann <gerd@gnu.org>
3476
3477 * vc.el (vc-dired-resynch-file): Add autoload cookie.
3478
3479 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3480
3481 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3482
3483 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3484
3485 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3486 don't support anything else under SCCS yet.
3487
3488 * vc-hooks.el: Minor doc fixes.
3489
3490 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3491
3492 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3493 not necessary. If verbose in state `needs-patch', do the same as
3494 under `up-to-date'. When NOT verbose and `needs-patch', check out
3495 latest version instead of `merge-news'.
3496 (vc-next-action-dired): Don't mess with default-directory here; it
3497 breaks other parts of dired. It is the job of the
3498 backend-specific functions to adjust it temporarily if they need it.
3499 (vc-next-action): Remove a special CVS case.
3500 (vc-clear-headers): New optional arg FILE.
3501 (vc-checkin, vc-checkout): Set properties vc-state and
3502 vc-checkout-time properly.
3503 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3504 (vc-print-log): Use new backend function `show-log-entry'.
3505 (vc-cancel-version): Do the checks in a different order. Added a
3506 FIXME concerning RCS-only code.
3507
3508 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3509 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3510
3511 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3512
3513 * vc-hooks.el (vc-default-mode-line-string): Show state
3514 `needs-patch' as a `-' too.
3515
3516 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3517
3518 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3519 (vc-default-could-register): New function.
3520 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3521 (vc-resynch-buffer): Call vc-dired-resynch-file.
3522 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3523 vc-resynch-buffer instead of vc-resynch-window.
3524 (vc-next-action-dired): Don't redisplay here, that gets done as a
3525 result of the individual file operations.
3526 (vc-retrieve-snapshot): Corrected prompt order.
3527
3528 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3529
3530 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3531 as well.
3532 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3533 hostname regexps. Updated all callers.
3534 (vc-cvs-responsible-p): Handle directories as well.
3535 (vc-cvs-could-register): New function.
3536 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3537 properties up-to-date.
3538
3539 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3540 user whether to create one.
3541
3542 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3543
3544 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3545 check out a non-existing file.
3546
3547 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3548 workfile does not exist.
3549
3550 * vc.el (vc-version-diff): Use `require' to check for existence of
3551 diff-mode.
3552
3553 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3554
3555 * vc-cvs.el (vc-cvs-registered): Use new function
3556 vc-cvs-parse-entry to do the actual work.
3557
3558 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3559
3560 * vc-hooks.el (vc-find-backend-function): If function doesn't
3561 exist, return nil instead of error.
3562 (vc-call-backend): Doc fix.
3563
3564 * vc.el (vc-do-command): Doc fix.
3565 (vc-finish-logentry): When checking in from vc-dired, choose the
3566 right backend for logentry check.
3567 (vc-dired-mode-map): Inherit from dired-mode-map.
3568 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3569 simplified.
3570 (vc-dired-state-info): Removed, updated caller.
3571 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3572 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3573 (vc-dired-listing-switches): New variable.
3574 (vc-directory): Use it, instead of dired-listing-switches.
3575
3576 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3577 (vc-cvs-dir-state): New function.
3578 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
3579 (vc-cvs-parse-entry): New function, also to be used in
3580 vc-cvs-registered.
3581
3582 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3583
3584 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3585 *or* single-window-frames.
3586
3587 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3588
3589 * vc.el (vc-update-changelog): Split into generic part and default
3590 implementation. Doc string adapted.
3591 (vc-default-update-changelog): New function. Call the `rcs2log'
3592 script in exec-directory, to fix a long-standing nuisance.
3593
3594 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3595 simply signals an error.
3596
3597 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3598
3599 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3600 control-flow more clear and to avoid running `cvs' twice.
3601
3602 * vc.el (vc-next-action-on-file): Doc fix.
3603 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3604 (vc-print-log): Eval `file' before constructing the continuation.
3605
3606 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3607
3608 * vc.el (vc-next-action-on-file): Corrected several messages.
3609 (vc-merge): Add prefix arg `merge-news'; handle it.
3610
3611 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3612 is not reached. It is.
3613 (vc-cvs-merge): Set state to 'edited after merge.
3614 (vc-cvs-merge-news): Set workfile version to nil if not known.
3615 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3616
3617 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3618 via stdout. (Merge from main line.)
3619
3620 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3621
3622 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3623 detection.
3624
3625 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3626
3627 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3628 against kill-all-local-variables.
3629 (vc-log-edit): Don't save vc-parent-buffer any more.
3630 (vc-last-comment-match): Initialize to an empty string.
3631 (vc-post-command-functions): New hook.
3632 (vc-do-command): Run it.
3633 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3634 (vc-finish-logentry): Only add the comment to the ring if it's
3635 different from the last comment entered.
3636 (vc-new-comment-index): New function.
3637 (vc-previous-comment): Use it. Make the minibuffer message
3638 slightly less terse.
3639 (vc-comment-search-reverse): Make it work forward as well. Don't
3640 set vc-comment-ring-index if no match is found. Use
3641 vc-new-comment-index.
3642 (vc-comment-search-forward): Use vc-comment-search-reverse.
3643 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3644 define-derived-mode will do it for us. Bind `v' to a keymap that
3645 inherits from vc-prefix-map so that we can bind `vt' without
3646 binding C-x v t.
3647 (vc-retrieve-snapshot): Parenthesis typo.
3648
3649 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3650 to 1. Make sure to switch to *vc* before looking for an error
3651 message. Use vc-parse-buffer.
3652
3653 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3654
3655 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3656 and NAME.
3657 (vc-retrieve-snapshot): Split into two parts.
3658 (vc-default-retrieve-snapshot): New function.
3659
3660 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3661 (vc-cvs-retrieve-snapshot): New function (untested).
3662 (vc-cvs-stay-local): Default to t.
3663 (vc-cvs-remote-p): New function and property.
3664 (vc-cvs-state): Stay local only if the above is t.
3665 (vc-handle-cvs): Removed.
3666 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3667 done via vc-handled-backends now.
3668 (vc-cvs-header): Escape Id.
3669
3670 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3671
3672 * vc.el (vc-do-command): Remove unused commands.
3673 (vc-version-diff): Make sure default-directory ends with a slash.
3674 Move the window commands into a vc-exec-after.
3675 (vc-print-log): Move more of the code into the `vc-exec-after'.
3676
3677 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3678
3679 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3680 (vc-print-log): Search current revision from beginning of buffer.
3681 (vc-revert-buffer): Clear echo area after the diff is finished.
3682 (vc-prefix-map): Removed definition of "t" for terse display in vc
3683 dired.
3684 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3685 definition of "vt" for terse display.
3686 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3687
3688 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3689
3690 * vc.el (vc-exec-after): Avoid caddr.
3691
3692 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3693
3694 * vc.el (vc-exec-after): New function.
3695 (vc-do-command): Use it to add a termination message for async
3696 procs.
3697 (vc-checkout): Try to handle a missing-backend situation.
3698 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3699 of a directory with a backend using async diffs.
3700 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3701 present.
3702
3703 * vc-sccs.el (vc-sccs-state-heuristic): Use
3704 file-ownership-preserved-p.
3705
3706 * vc-rcs.el (vc-rcs-state-heuristic): Use
3707 file-ownership-preserved-p.
3708 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3709
3710 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3711
3712 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3713 vc-do-command.
3714
3715 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3716 when there are no changes.
3717
3718 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3719
3720 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3721
3722 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3723
3724 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3725
3726 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3727
3728 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3729 the `fset' outside of the defvar so that it works even if
3730 vc-prefix-map was already defined.
3731 (vc-setup-buffer): New function, split out of vc-do-command.
3732 (vc-do-command): Allow BUFFER to be t to mean `just use the
3733 current buffer without any fuss'.
3734 (vc-version-diff): Change the `diff' backend operation to just put
3735 the diff in the current buffer without erasing it. Always use
3736 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3737 shrink-window-if-larger-than-buffer.
3738 (vc-print-log): Change the `print-log' backend operation to just
3739 put the log in the current buffer without erasing it. Protect
3740 shrink-window-if-larger-than-buffer.
3741 (vc-update-change-log): Fix setd typo.
3742
3743 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3744 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3745
3746 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3747 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3748 CMP.
3749
3750 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3751 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3752 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3753
3754 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3755
3756 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3757 not possible, use vc-BACKEND-workfile-unchanged-p.
3758 (vc-default-workfile-unchanged-p): New function. Delegates to a
3759 full vc-BACKEND-diff.
3760
3761 * vc-hooks.el (vc-simple-command): Removed.
3762
3763 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3764 instead of vc-simple-command.
3765 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3766 avoid doing a diff when opening a file.
3767 (vc-rcs-state): Added check for unlocked-changes.
3768 (vc-rcs-header): Escape Id.
3769 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3770 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3771 version.
3772
3773 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3774 (vc-sccs-diff): Remove optional arg CMP.
3775 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3776 SCCS-specific function.
3777
3778 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3779 vc-simple-command.
3780
3781 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3782
3783 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3784 (with-vc-file, vc-merge): Use vc-editable-p.
3785 (vc-do-command): Remove unused var vc-file and fix the
3786 doubly-defined `status' var. Add a user message when starting an
3787 async command.
3788 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3789 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3790 Use with-current-buffer.
3791 (vc-buffer-sync): Use unless.
3792 (vc-next-action-on-file): If the file is 'edited by read-only,
3793 make it read-write instead of trying to commit.
3794 (vc-version-diff, vc-update-change-log): Use `setq
3795 default-directory' rather than `cd'.
3796 (vc-log-edit): Don't forget to set default-directory in the
3797 buffer.
3798
3799 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3800 (vc-sccs-state-heuristic): Use file-writable-p instead of
3801 comparing userids.
3802 (vc-sccs-checkout): Use `unless'.
3803
3804 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3805 of comparing userids.
3806 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3807 Simplify the logic by eliminating unreachable code.
3808 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3809 just do a recursive call if we need to retry.
3810 (vc-rcs-checkout): Handle the case where rcs is missing by making
3811 the buffer read-write if requested and re-signalling the error.
3812
3813 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3814
3815 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3816
3817 * vc-hooks.el (vc-handled-backends): Docstring change.
3818 (vc-ignore-vc-files): Mark obsolete.
3819 (vc-registered): Check vc-ignore-vc-files.
3820 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3821 vc-ignore-vc-files.
3822
3823 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3824
3825 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3826
3827 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3828 files since ange-ftp already has vc-registered return nil.
3829
3830 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3831 (vc-sccs-workfile-version): Use with-temp-buffer and new
3832 vc-parse-buffer and don't bother setting the property.
3833 (vc-sccs-add-triple): Use with-current-buffer and
3834 find-file-noselect.
3835 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3836
3837 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3838 derives from the old vc-parse-buffer but uses the revision number
3839 rather than the date (much easier to compare robustly).
3840 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3841 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3842 locking-user more directly. Check strict locking and set
3843 checkout-model appropriately.
3844 (vc-rcs-parse-locks): Remove.
3845 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3846 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3847 (vc-rcs-system-release): Use with-current-buffer and
3848 vc-parse-buffer.
3849 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3850
3851 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3852 (vc-simple-command): Docstring fix.
3853 (vc-registered): Align the way the file-handler is called with the
3854 way the function itself works.
3855 (vc-file-owner): Remove.
3856
3857 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3858 extraction of fields and call to file-attributes because of a
3859 temporary bug in rcp.el.
3860 (vc-cvs-fetch-status): Use with-current-buffer.
3861
3862 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3863
3864 * vc.el (vc-do-command): Use file-relative-name.
3865 (vc-responsible-backend): Use vc-backend if possible.
3866 (vc-create-snapshot): Improve the `interactive' spec. Add support
3867 for branches and dispatch to backend-specific `create-snapshot'.
3868 (vc-default-create-snapshot): New function, containing the bulk of
3869 the old vc-create-snapshot.
3870 (vc-retrieve-snapshot): Improve the interactive spec.
3871
3872 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3873 (vc-backend-hook-functions): Remove.
3874 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3875 (vc-backend): Reintroduce the test for `file = nil' now that I
3876 know why it was there (and added a comment to better remember).
3877
3878 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3879 code from vc-sccs-hooks.el.
3880 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3881 'vc anymore.
3882 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3883 and file-directory-p instead of file-exists-p.
3884 (vc-sccs-check-headers): Simplify the regexp.
3885
3886 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3887 from vc-rcs-hooks.el. Don't require 'vc anymore.
3888 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3889 file-directory-p instead of file-exists-p.
3890
3891 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3892 from vc-cvs-hooks.el.
3893 (proto vc-cvs-registered): Require 'vc-cvs instead of
3894 'vc-cvs-hooks. Don't require 'vc anymore.
3895 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3896 file-directory-p instead of file-exists-p.
3897 (vc-cvs-create-snapshot): New function, replacing
3898 vc-cvs-assign-name.
3899 (vc-cvs-assign-name): Remove.
3900
3901 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3902
3903 * vc-cvs.el (vc-cvs-header): New var.
3904
3905 * vc-rcs.el (vc-rcs-exists): Remove.
3906 (vc-rcs-header): New var.
3907
3908 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3909 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3910 (vc-sccs-header): New var.
3911
3912 * vc.el (vc-do-command): Get rid of the `last' argument.
3913 (vc-header-alist): Remove, replaced by vc-X-header.
3914 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3915 (vc-dired-hook): Use expand-file-name instead of concat.
3916 (vc-directory): Use file-name-as-directory.
3917 (vc-snapshot-precondition, vc-create-snapshot)
3918 (vc-retrieve-snapshot): Allow the command to operate on any
3919 directory.
3920
3921 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3922 just removing the 'WORKFILE argument or by removing the 'MASTER
3923 argument and replacing `file' with (vc-name file).
3924
3925 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3926
3927 * vc.el: Update Copyright and add a crude list of backend funs.
3928 (vc-writable-p): New function.
3929 (with-vc-file): Use vc-writable-p.
3930 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
3931 (vc-register): Avoid vc-name.
3932 (vc-locking-user): Remove.
3933 (vc-steal-lock): Make the `owner' arg non-optional.
3934 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3935 vc-checkout-model.
3936 (vc-default-dired-state-info): Use vc-state instead of
3937 vc-locking-user and return special strings for special states.
3938 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3939 and get rid of one of the special CVS cases.
3940 (vc-cancel-version): prettify error message with \\[...].
3941 (vc-rename-master): New function.
3942 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3943 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3944 the CVS special case generic.
3945 (vc-default-record-rename): Remove.
3946 (vc-file-tree-walk-internal): Only call FUNC for files that are
3947 under control of some VC backend and replace `concat' with
3948 expand-file-name.
3949 (vc-file-tree-walk): Update docstring.
3950 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3951 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3952
3953 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3954 vc-sccs-record-rename. Use `find-file-noselect' rather than
3955 `find-file' and call `vc-rename-master' to do the actual move.
3956 (vc-sccs-diff): Remove unused `backend' variable.
3957
3958 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3959 to delay loading of vc-sccs until it is really used.
3960 (vc-sccs-master-templates): Preload.
3961 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3962 (vc-sccs-project-dir): Remove (merged into
3963 vc-sccs-search-project-dir).
3964 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3965 rather than `concat', make sure it is preloaded and don't bother
3966 to check that the file actually exists.
3967 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3968 `locks' argument (use buffer's content instead) and eliminate n^2
3969 behavior.
3970
3971 * vc-rcs.el: Update Copyright.
3972 (vc-rcs-rename-file): New function.
3973 (vc-rcs-diff): Remove unused `backend' variable.
3974
3975 * vc-hooks.el: Update Copyright.
3976 (vc-backend): Don't accept a nil argument any more.
3977 (vc-up-to-date-p): Turn into a defsubst.
3978 (vc-possible-master): New function.
3979 (vc-check-master-templates): Use `vc-possible-master' and allow
3980 funs in vc-X-master-templates to return a non-existent file.
3981
3982 * vc-cvs.el: Update Copyright.
3983 (vc-cvs-diff): Remove unused `backend' variable.
3984 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3985
3986 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3987
3988 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3989
3990 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3991 since it can be called from vc-rcs.el.
3992 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3993
3994 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3995
3996 * vc.el (vc-version-diff): Expand file name read from the
3997 minibuffer. Handle the case when a previous version number can't
3998 be guessed. Give suitable messages when there were no differences
3999 found.
4000 (vc-clear-headers): Call backend-specific implementation, if one
4001 exists.
4002 (vc-cancel-version): Made error checks generic. When done, clear
4003 headers generically, too.
4004
4005 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4006 from vc-clear-headers in vc.el.
4007
4008 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4009 correctly.
4010 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4011 optional. Handle the case when it's not there.
4012
4013 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4014
4015 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4016
4017 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4018
4019 * vc-hooks.el (vc-loadup): Remove.
4020 (vc-find-backend-function): Use `require'. Also, handle the case
4021 where vc-BACKEND-hooks.el doesn't exist.
4022 (vc-call-backend): Cleanup.
4023
4024 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4025
4026 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4027 vc-rcs-grab-templates)
4028 (vc-rcs-registered): Remove. The default function works as well.
4029 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4030 vc-sccs-grab-templates)
4031 (vc-sccs-registered): Remove. The default function works as well.
4032
4033 * vc.el (vc-version-diff): Left out a vc- in call to
4034 vc-call-backend.
4035 (vc-default-dired-state-info, vc-default-record-rename)
4036 (vc-default-merge-news): Update for the new backend argument.
4037
4038 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4039 using the default function.
4040 (vc-call-backend): If calling the default function, pass it the
4041 backend as first argument. Update the docstring accordingly.
4042 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4043 for the new backend argument.
4044 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4045 (vc-find-backend-function): Use the new name.
4046 (vc-default-registered): New function.
4047
4048 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4049
4050 * vc.el (vc-merge): Use vc-find-backend-function.
4051
4052 * vc-hooks.el (vc-backend-functions): Remove.
4053 (vc-loadup): Don't setup 'vc-functions.
4054 (vc-find-backend-function): New function.
4055 (vc-call-backend): Use above fun and populate 'vc-functions
4056 lazily.
4057 (vc-backend-defines): Remove.
4058
4059 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4060
4061 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4062 Call vc-call-backend without the leading vc-.
4063 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4064 (vc-check-headers): Call vc-call-backend without the leading vc-.
4065 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
4066 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4067 Call vc-call-backend without the leading vc-.
4068
4069 * vc-cvs.el (tail): Provide vc-cvs.
4070 * vc-sccs.el (tail): Provide vc-sccs.
4071 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4072
4073 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4074 (vc-make-backend-function, vc-call): Pass names without leading
4075 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
4076 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4077 (vc-call-backend): Always try to load vc-X-hooks.
4078 (vc-registered): Remove vc- in call to vc-call-backend.
4079
4080 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4081
4082 * vc.el (vc-process-filter): New function.
4083 (vc-do-command): Setup `vc-process-filter' for the async process.
4084 (vc-maybe-resolve-conflicts): New function to reduce
4085 code-duplication. Additionally, it puts the buffer in
4086 `smerge-mode' if applicable.
4087 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4088 calling `merge-news'.
4089 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
4090 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4091 interfacing to log-edit.el.
4092 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4093 log-edit is available.
4094 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4095
4096 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4097
4098 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4099 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4100 defvar and the initialization.
4101 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4102
4103 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4104 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4105
4106 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
4107
4108 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4109
4110 * vc.el (vc-file-clear-masterprops): Removed.
4111 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4112 (vc-version-diff): Use buffer-size without argument.
4113 (vc-register): Heed vc-initial-comment.
4114
4115 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4116 default branch.
4117
4118 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4119 file name and workfile version.
4120 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4121
4122 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4123 vc-file-clear-masterprops.
4124
4125 * vc-sccs.el (vc-sccs-checkout): Removed call to
4126 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4127 rather than user login name.
4128
4129
4130 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4131
4132 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4133 `want-differences-if-changed' and simplify.
4134 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4135 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4136 output (which is invalid for async vc-diff) to decide whether to
4137 do the revert silently or not.
4138
4139 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4140
4141 * vc-hooks.el (vc-loadup): Load files quietly.
4142 (vc-call-backend): Oops, brain fart.
4143
4144 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * vc-cvs.el (vc-cvs-state): Typo.
4147 (vc-cvs-merge-news): Return the status code rather than the error msg.
4148
4149 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4150
4151 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4152 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4153 vc-state or vc-up-to-date-p.
4154 (vc-merge): Use vc-backend-defines to check whether merging is
4155 possible. Set state to 'edited after successful merge.
4156
4157 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4158 return that name. Redocumented.
4159
4160 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4161
4162 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4163 new `vc-state' semantics.
4164 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4165 'vc-locking-user to the current user.
4166 (vc-merge): Inline vc-backend-merge. Comment out code that I
4167 don't understand and hence can't adapt to the new `vc-state' and
4168 `vc-locking-user' semantics.
4169 (vc-backend-merge): Remove.
4170
4171 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4172 rather than 'vc-locking-user.
4173
4174 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4175
4176 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4177 (vc-state): Don't use 'reserved any more. Just use the same
4178 convention as the one used for vc-<backend>-state where the
4179 locking user (as a string) is returned.
4180 (vc-locking-user): Update, based on the above convention. The
4181 'vc-locking-user property has disappeared.
4182 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
4183
4184 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4185 with a heuristic one.
4186 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4187 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4188 error. That allows us to get to 'needs-merge even in the
4189 stay-local case. There's still no way to detect 'needs-patch in
4190 such a setup (or to force an update for that matter).
4191 (vc-cvs-logentry-check): Remove, the default works as well.
4192
4193 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4194
4195 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
4196
4197 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4198 major-mode in which the buffer might have been put earlier. Use
4199 `remove' and `when'. Allow `okstatus' to be `async' and use
4200 `start-process' in this case.
4201 (vc-version-diff): Handle the case where the diff looks empty
4202 because of the use of an async process.
4203
4204 2000-09-04 Andre Spiegel <spiegel@gnu.org>
4205
4206 * vc.el (vc-next-action-on-file): Removed optional parameter
4207 `simple'. Recompute state unconditionally.
4208 (vc-default-toggle-read-only): Removed.
4209
4210 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4211 (vc-toggle-read-only): Undid prev change.
4212
4213 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4214 vc-cvs-simple-toggle. Redocumented.
4215 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4216 (vc-cvs-toggle-read-only): Removed.
4217
4218 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4219
4220 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
4221 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4222 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4223 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4224 still is. So maybe it should be removed.
4225 (vc-head-version, vc-find-binary): Remove.
4226 (vc-recompute-state): Move from vc-hooks.el.
4227 (vc-next-action-on-file): Add a `simple' argument to allow
4228 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
4229 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4230 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
4231 (vc-dired-mode-map): Properly defvar it.
4232 (vc-print-log): Call log-view-mode if available.
4233 (small-temporary-file-directory): defvar instead of use boundp.
4234 (vc-merge-news): Moved to vc-cvs.el.
4235 (vc-default-merge-news): New function.
4236
4237 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4238 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4239 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4240 unknown `vc-latest-version' function. It should probably refer to
4241 vc-workfile-version or somesuch, but it's very unclear to me and I
4242 don't have SCCS to test things.
4243
4244 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4245 (vc-sccs-state-heuristic): Fix typo.
4246 (vc-sccs-workfile-unchanged-p): Add missing argument.
4247
4248 * vc-rcs.el: Require vc and vc-rcs-hooks.
4249 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4250 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4251 (vc-release-greater-or-equal-p): Move from vc.
4252 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4253 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4254 (vc-rcs-checkout): Add a missing `new-version' argument in the
4255 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
4256
4257 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4258 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4259 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4260 than the apparently unbound `workfile-version'.
4261
4262 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4263 (vc-file-prop-obarray): Use `make-vector'.
4264 (vc-backend-functions): Add new hookable functions
4265 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4266 (vc-loadup): If neither backend nor default functions exist, use
4267 the backend function rather than nil.
4268 (vc-call-backend): If the function if not bound yet, try to load
4269 the non-hook file to see if it provides it.
4270 (vc-call): New macro plus use it wherever possible.
4271 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4272 nor `vc-find-binary' since it's only called from
4273 vc-mistrust-permission which is only used once the backend is known.
4274 (vc-checkout-model): Fix parenthesis.
4275 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4276
4277 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
4278 (vc-cvs-release, vc-cvs-system-release): Remove.
4279 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4280 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4281 status symbols.
4282 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4283 (vc-cvs-toggle-read-only): First cut at a function to allow a
4284 cvs-status-free vc-toggle-read-only.
4285 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4286 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4287 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4288 (vc-cvs-checkout): Modify access rights directly if the user
4289 requested not to use `cvs edit'. And refresh the mode line.
4290
4291 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4292 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4293
4294 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4295
4296 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4297 workfile' that got lost when the code was extracted from vc.el.
4298 And merged the tail with the rest of the code (not possible in the
4299 old vc.el where the tail was shared among all backends). And
4300 explicitly set the state to 'edited if `writable' is set.
4301
4302 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4303 (vc-cvs-state): Be careful to return the value from
4304 vc-cvs-parse-state.
4305 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4306 property but return it instead. Also be careful to handle a nil
4307 or "" `rev' when workfile is non-nil (it was handled properly when
4308 workfile was nil).
4309
4310 * vc.el: Removed those pesky unnecessary `(function' quotes.
4311 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4312 directly in the defvar.
4313 (vc-do-command): Bind inhibit-read-only so as to properly handle
4314 the case where the destination buffer has been made read-only.
4315 (vc-diff): Delegate to vc-version-diff in all cases.
4316 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
4317 (vc-annotate-mode-variables): Removed (code moved partly to
4318 defvars and partly to vc-annotate-add-menu).
4319 (vc-annotate-mode): Turned into a derived-mode.
4320 (vc-annotate-add-menu): Moved in code in
4321 vc-annotate-mode-variables.
4322 (vc-update-change-log): Use make-temp-file if available.
4323
4324 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4325
4326 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4327 `vc-checkout-model' updated to `vc-cvs-update-model'.
4328
4329 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4330
4331 * vc.el (vc-next-action-on-file): Added handling of state
4332 `unlocked-changes'.
4333 (vc-checkout-carefully): Is now practically obsolete, unless the
4334 above is too slow to be enabled unconditionally.
4335 (vc-update-change-log): Fixed typo.
4336
4337 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4338
4339 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4340 Now handles state `unlocked-changes'.
4341 (vc-sccs-workfile-unchanged-p): New function, to support the above.
4342
4343 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4344
4345 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4346 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4347 `unlocked-changes'.
4348 (vc-rcs-workfile-unchanged-p): Renamed from
4349 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4350 function yet, but supposed to become one soon.
4351
4352 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4353 `vc-steal-lock'.
4354 (vc-call-backend): Changed error message.
4355 (vc-state): Added description of state `unlocked-changes'.
4356
4357 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4358
4359 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4360 always return t in CVS-controlled directories.
4361
4362 * vc.el (vc-responsible-backend): New function.
4363 (vc-register): Largely rewritten.
4364 (vc-admin): Removed (implementation moved into vc-register).
4365 (vc-checkin): Redocumented.
4366 (vc-finish-logentry): If no backend defined yet (because we are in
4367 the process of registering), use the responsible backend.
4368
4369 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4370 Updated function lists.
4371 (vc-call-backend): Fixed typo.
4372
4373 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4374 New functions.
4375 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4376 Removed query option. Redocumented.
4377
4378 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4379
4380 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4381
4382 * vc.el: Updated callers of `vc-checkout-required' to use
4383 `vc-checkout-model'.
4384
4385 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4386
4387 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4388 stuff updated to reference this function instead of the old
4389 `vc-backend-release-p'.
4390
4391 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4392
4393 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4394 vc-checkout-model. Return appropriate values. Updated callers.
4395
4396 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4397
4398 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
4399 (vc-backend-revert): Function moved into `vc-revert';
4400 `vc-next-action' must be updated to accomodate this change.
4401 (vc-backend-steal): Function moved into `vc-finish-steal'.
4402 (vc-backend-logentry-check): Function moved into
4403 `vc-finish-logentry'.
4404 (vc-backend-printlog): Function moved into `vc-print-log'.
4405 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4406 (vc-backend-assign-name): Function moved into
4407 `vc-create-snapshot'.
4408
4409 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4410
4411 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
4412 Rename to vc-checkout-model. Return appropriate values.
4413 Update callers.
4414
4415 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
4416 to vc-checkout-model.
4417 (vc-checkout-required): Rename to vc-checkout-model.
4418 Re-implement and re-comment.
4419 (vc-after-save): Use vc-checkout-model.
4420
4421 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4422
4423 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4424 Update to use the vc-BACKEND-diff functions instead.
4425 `vc-diff' is now working.
4426
4427 * vc-rcs.el (vc-rcs-logentry-check): New function.
4428
4429 * vc-cvs.el (vc-cvs-logentry-check): New function.
4430
4431 * vc-sccs.el (vc-sccs-diff): Function changed name from
4432 `vc-backend-diff'. This makes `vc-diff' work.
4433
4434 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4435 of functions possibly implemented in a vc-BACKEND library.
4436 (vc-checkout-required): Fix bug that caused an error to be
4437 signaled during `vc-after-save'.
4438
4439 * vc.el: Fix typo.
4440 This checkin is made with our new VC code base for the very first time.
4441 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4442
4443 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4444 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4445
4446 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4447 updated to `vc-uses-locking'.
4448 (vc-checkout-required): Call to backend function.
4449 `vc-checkout-required' updated to `vc-uses-locking' instead.
4450
4451 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4452 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4453
4454 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4455 to match the split into various backends.
4456 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
4457 (vc-retrieve-snapshot): Bug fix.
4458
4459 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4460
4461 * vc-sccs.el (vc-sccs-release): Doc fix.
4462
4463 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4464
4465 * vc.el (vc-next-action-on-file): Bug found and fixed.
4466 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4467 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4468
4469 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4470 (vc-rcs-checkout): Name space cleaned up. No more revision number
4471 crunching function names that are not prefixed with vc-rcs.
4472 (vc-rcs-checkout-model): Function added. References to
4473 `vc-checkout-model' replaced.
4474
4475 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4476
4477 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4478 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4479 still need to be split, and implemented for RCS).
4480
4481 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4482
4483 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4484
4485 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4486 required by the vc.el file.
4487
4488 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4489 required by the vc.el file.
4490 (vc-rcs-exists): Function added.
4491
4492 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4493 required by the vc.el file.
4494
4495 * vc.el (vc-admin): Updated to handle selection of appropriate
4496 backend. Current implementation is crufty and need re-thinking.
4497
4498 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4499
4500 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4501
4502 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4503 beginning of annotate buffers correctly.
4504
4505 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4506 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4507 functionality updated quite a lot to support multiple backends.
4508 Variables `vc-annotate-mode', `vc-annotate-buffers',
4509 `vc-annotate-backend' added.
4510
4511 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4512 `vc-annotate-difference' added to supported backend functions.
4513
4514 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4515
4516 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4517 Use with-temp-file instead of /bin/sh. Merged from mainline
4518
4519 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4520
4521 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4522
4523 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4524
4525 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4526
4527 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4528
4529 * vc-hooks.el: vc-state-heuristic added to
4530 vc-backend-hook-functions.
4531
4532 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4533
4534 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4535
4536 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4537 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
4538 state to `reserved'.
4539
4540 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4541 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4542
4543 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4544
4545 * vc-rcs-hooks.el: Implement new state model. Hardly anything
4546 untouched.
4547
4548 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4549
4550 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
4551 if defined. (Merged from main line, slightly adapted.)
4552
4553 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4554 millenium problem (merged from mainline).
4555
4556 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4557
4558 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4559 part and moved the non-BACKEND stuff to vc.el.
4560
4561 * vc.el: Split the annotate feature into a BACKEND specific part
4562 and moved it from the vc-cvs.el file to this one.
4563
4564 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4565
4566 * vc-hooks.el: Implement new state model.
4567 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4568 (vc-locking-user): Simplify. Now only needed if the file is
4569 locked by somebody else.
4570 (vc-lock-from-permissions): Remove. Functionality is in
4571 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4572 (vc-mode-line-string): New name for former vc-status. Adapted.
4573 (vc-mode-line): Adapt to use the above. Remove optional parameter.
4574
4575 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4576 Various simplifications and adaptations all over the place.
4577
4578 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4579 Simplify and adapt the rest.
4580
4581 * vc.el (vc-resynch-window): Add TODO comment: check for
4582 interaction with view mode according to recent RCS change.
4583 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
4584
4585 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4586
4587 * vc.el: Convert the remaining function comments to docstrings.
4588
4589 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4590
4591 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4592 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4593 (vc-minor-part, vc-previous-version): Functions that operate and
4594 compare revision numbers got proper documentation. Comments added
4595 about their possible removal.
4596
4597 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4598
4599 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4600 the vc-backend.el files.
4601
4602 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4603
4604 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4605 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4606 (vc-rcs-previous-version): Functions added.
4607
4608 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4609
4610 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4611
4612 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4613
4614 * vc-hooks.el (vc-master-templates): Is really obsolete.
4615 Comment out the definition for now. What is the right procedure
4616 to get rid of it?
4617 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4618 rewritten.
4619 (vc-default-registered): Remove.
4620 (vc-check-master-templates): New function; does mostly what the
4621 above did before.
4622 (vc-locking-user): Don't rely on the backend to set the property.
4623
4624 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
4625 Rewrite documentation.
4626 (vc-rcs-templates-grabbed): New variable.
4627 (vc-rcs-grab-templates): New function.
4628 (vc-rcs-registered): Rewrite to use above mechanism.
4629
4630 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
4631 Rewrite documentation.
4632 (vc-sccs-templates-grabbed): New variable.
4633 (vc-sccs-grab-templates): New function.
4634 (vc-sccs-registered): Rewrite to use above mechanism.
4635 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4636 Don't throw the result, simply return it.
4637
4638 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4639 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4640 (vc-cvs-registered): Does the check itself now. Simplify.
4641
4642 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
4643 from main line.
4644
4645 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4646
4647 * vc-cvs.el (vc-cvs-diff): New function.
4648
4649 * vc-sccs.el (vc-sccs-diff): New function.
4650
4651 * vc-rcs.el (vc-rcs-diff): New function.
4652 (vc-rcs-checkout): Bug (typo) found and fixed.
4653 (vc-rcs-register-switches): New variable.
4654
4655 * vc.el (vc-backend-diff): Function removed and placed in the
4656 backend files.
4657
4658 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4659
4660 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4661
4662 * vc.el (vc-backend-checkout): Function removed and replaced in
4663 the vc-backend.el files.
4664
4665 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4666
4667 * vc.el (vc-backend-admin): Removed and replaced in the
4668 vc-backend.el files.
4669
4670 * vc.el (Martin): Removed all the annotate functionality since it
4671 is CVS backend specific.
4672
4673 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4674
4675 * spec.txt: Added specification of vc-state.
4676
4677 * vc-sccs-hooks.el (vc-sccs-master-properties):
4678 Remove handling of vc-latest-version and
4679 vc-your-latest-version. What used to be vc-latest-version, is now
4680 returned as vc-workfile-version.
4681 (vc-sccs-workfile-version): Adapt.
4682
4683 2000-09-04 Dave Love <fx@gnu.org>
4684
4685 * vc.el: [Merged from mainline.]
4686 (vc-dired-mode): Make the dired-move-to-filename-regexp
4687 regexp match the date, to avoid treating date as file size.
4688 Add YYYY S option to WESTERN/
4689
4690 2000-09-04 Dave Love <fx@gnu.org>
4691
4692 * vc.el: Require `compile' when compiling.
4693 (vc-logentry-check-hook): New option.
4694 (vc-steal-lock): Use compose-mail.
4695 (vc-dired-mode-map): Defvar when compiling.
4696 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4697 vc-sccs.el and renamed. Callers changed.
4698 (vc-backend-checkout, vc-backend-logentry-check)
4699 (vc-backend-merge-news): Doc fix.
4700 (vc-default-logentry-check): New function.
4701 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4702 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4703 (vc-backend-merge): Doc fix. Use backend functions.
4704 (vc-check-headers): Use backend functions.
4705
4706 * vc-cvs.el: Require vc when compiling.
4707 (vc-cvs-register-switches): Doc fix.
4708 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4709 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4710 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4711 New functions (code from vc.el).
4712 (vc-annotate-display-default): Fix interactive spec.
4713 (vc-annotate-time-span): Doc fix.
4714
4715 * vc-rcs.el: Require vc when compiling.
4716 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4717 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4718 (vc-rcs-checkin): New functions (code from vc.el).
4719 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4720 Doc fix.
4721 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4722
4723 * vc-sccs.el: Require vc when compiling.
4724 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4725 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4726 (vc-sccs-revert)
4727 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4728 from vc.el).
4729 (vc-sccs-add-triple, vc-sccs-record-rename)
4730 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4731 (vc-sccs-admin): Doc fix.
4732
4733 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4734
4735 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4736 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4737 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4738 from vc.el.
4739
4740 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4741
4742 * vc-cvs.el: Moved the annotate functionality from vc.el.
4743 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4744
4745 2000-09-04 Dave Love <fx@gnu.org>
4746
4747 * vc.el (vc-backend-release): Call vc-system-release.
4748
4749 * vc-sccs.el (vc-sccs-system-release):
4750 Renamed from vc-sccs-backend-release.
4751
4752 * vc-rcs.el (vc-rcs-system-release):
4753 Renamed from vc-rcs-backend-release.
4754
4755 * vc-cvs.el (vc-cvs-system-release):
4756 Renamed from vc-cvs-backend-release.
4757
4758 2000-09-04 Dave Love <fx@gnu.org>
4759
4760 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4761 backend files.
4762 (vc-backend-release): Dispatch to backend functions.
4763 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4764 probably needs attention.]
4765
4766 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4767 (vc-sccs-backend-release): New function.
4768
4769 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4770 (vc-cvs-backend-release): New function.
4771
4772 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4773 Doc fix.
4774 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4775 (vc-default-dired-state-info): New function.
4776 (vc-dired-state-info): Dispatch to backends.
4777 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4778
4779 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4780 from vc.el and renamed.
4781
4782 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4783
4784 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4785 (vc-version-other-window, vc-backend-assign-name): Removed
4786 references to vc-latest-version; sometimes changed into
4787 vc-workfile-version.
4788
4789 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4790 vc-rcs-master-workfile-version.
4791 (vc-rcs-workfile-version): Use the above. Don't call
4792 vc-latest-version (that was unreachable code, anyway).
4793 (vc-rcs-fetch-master-properties): Doc fix.
4794
4795 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4796 (vc-backend-hook-functions): Removed them from this list, too.
4797 (vc-fetch-properties): Removed.
4798 (vc-workfile-version): Doc fix.
4799
4800 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4801 (vc-rcs-workfile-version, vc-rcs-locking-user)
4802 (vc-rcs-uses-locking): Use it.
4803
4804 * vc-hooks.el (vc-consult-rcs-headers):
4805 Moved into vc-rcs-hooks.el, under the name
4806 vc-rcs-consult-headers.
4807
4808 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4809 headers.
4810 (vc-cvs-find-master): Use this name only; correct different
4811 versions of the name.
4812
4813 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4814 New functions.
4815 (vc-sccs-locking-user): Use the latter.
4816
4817 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4818 New functions.
4819
4820 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4821 Moved into both
4822 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4823 functions are implementation details of those two backends.
4824
4825 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4826
4827 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4828 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4829
4830 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4831 (vc-sccs-parse-locks): SCCS-specific code moved here from
4832 vc-hooks.
4833
4834 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4835 code moved here from vc-hooks.
4836
4837 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4838 into back-end specific parts and removed. Callers not updated
4839 yet; because I guess these callers will disappear into back-end
4840 specific files anyway.
4841
4842 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4843
4844 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4845 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4846 `vc-uses-locking'.
4847
4848 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4849 Store yes/no in the property, and return t/nil. Updated all
4850 callers.
4851
4852 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4853 vc-sccs-uses-locking. Don't set property.
4854 (vc-sccs-locking-user): Don't set property.
4855
4856 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4857 vc-cvs-uses-locking. Don't set property here; leave that to
4858 vc-hooks.
4859 (vc-cvs-locking-user): Reflect above change. Streamlined.
4860
4861 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4862 vc-rcs-uses-locking.
4863 (vc-rcs-locking-user): Reflect above change.
4864
4865 2000-09-04 Dave Love <fx@gnu.org>
4866
4867 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4868
4869 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4870
4871 * vc-hooks.el (vc-checkout-model): Punt to backends.
4872
4873 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4874
4875 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4876
4877 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4878 New functions.
4879
4880 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4881 New functions.
4882
4883 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4884 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4885
4886 * vc-hooks.el (vc-default-locking-user): New function.
4887 (vc-locking-user, vc-workfile-version): Punt to backends.
4888
4889 2000-09-04 Dave Love <fx@gnu.org>
4890
4891 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4892 (vc-master-workfile-version): Moved from vc-hooks.
4893
4894 * vc-rcs-hooks.el: Fix duplicate code in last change.
4895
4896 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4897 (vc-rcs-master-templates): Improve :type.
4898 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4899 vc-master-workfile-version): Moved from vc-hooks.
4900
4901 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4902 (vc-sccs-master-templates): Improve :type.
4903 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4904
4905 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4906
4907 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4908 (vc-cvs-master-templates): Improve :type. Use
4909 vc-cvs-find-cvs-master.
4910 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4911 from vc-hooks.
4912 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4913
4914 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4915 Moved to vc-cvs-hooks.
4916
4917 * vc-hooks.el: Add doc strings in various places. Simplify the
4918 minor mode setup.
4919 (vc-handled-backends): New user variable.
4920 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4921 simplification.
4922
4923 2000-09-04 Dave Love <fx@gnu.org>
4924
4925 * vc.el: Some doc fixes for autoloaded and interactive functions.
4926 Fix compilation warnings from ediff stuff.
4927 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4928
4929 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4930
4931 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4932
4933 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4934
4935 2000-09-04 Dave Love <fx@gnu.org>
4936
4937 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4938 New variable.
4939 (vc-make-backend-function, vc-loadup, vc-call-backend)
4940 (vc-backend-defines): New functions.
4941
4942 * vc-hooks.el: Various doc fixes.
4943 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4944 (vc-match-substring): Function removed. Callers changed to use
4945 match-string.
4946 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4947 Simplify.
4948
4949 2000-09-04 Dave Love <fx@gnu.org>
4950
4951 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4952 type.
4953 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4954 (vc-sccs-registered): Doc fix.
4955
4956 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4957 (vc-cvs-registered): Doc fix.
4958
4959 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4960 (vc-rcs-registered): Doc fix.
4961
4962 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4963
4964 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4965
4966 * vc-hooks.el: vc-registered has been renamed
4967 vc-default-registered. Some functions have been moved to the
4968 backend specific files. they all support the
4969 vc-BACKEND-registered functions.
4970
4971 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4972
4973 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4974
4975 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4976
4977 2000-09-04 Dave Love <fx@gnu.org>
4978
4979 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4980 menu-bar-update-hook.
4981
4982 * help.el (help-manyarg-func-alist): Add
4983 find-operation-coding-system.
4984
4985 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4986
4987 * custom.el (custom-set-variables): Print message about errors in
4988 setting.
4989
4990 2000-09-03 Andrew Innes <andrewi@gnu.org>
4991
4992 * makefile.w32-in: Change to DOS line endings.
4993
4994 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4995
4996 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4997 minor-mode keymaps, if they don't have one.
4998
4999 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5000
5001 * eshell/esh-module.el (eval-when-compile): Don't lose if
5002 esh-module.el's file name is truncated to DOS 8+3 limits.
5003
5004 2000-09-01 John Wiegley <johnw@gnu.org>
5005
5006 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5007 predicate, which caused entries in the completion list to be
5008 doubled.
5009
5010 2000-08-30 John Wiegley <johnw@gnu.org>
5011
5012 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5013 sending to subprocesses. Also, hook pre-command-hook if
5014 `eshell-send-direct-to-subprocesses' is non-nil.
5015 (eshell-send-direct-to-subprocesses): New config variable. If t,
5016 subprocess input is send immediately.
5017 (eshell-toggle-direct-send): New function.
5018 (eshell-self-insert-command): New function.
5019 (eshell-intercept-commands): New function.
5020 (eshell-send-input): If direct subprocess sending is enabled,
5021 don't echo any input to the Eshell buffer. Let the subprocess
5022 handle that. This requires "stty echo" in bash, for example.
5023
5024 2000-08-28 John Wiegley <johnw@gnu.org>
5025
5026 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5027 completion function for Eshell's implementation of `unset'.
5028
5029 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5030
5031 * info.el (Info-directory-list): Doc fix.
5032
5033 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5034
5035 * filecache.el (file-cache-add-directory-using-find): Don't quote
5036 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5037
5038 2000-08-31 Kenichi Handa <handa@etl.go.jp>
5039
5040 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5041 coding systems.
5042
5043 2000-08-30 Andrew Innes <andrewi@gnu.org>
5044
5045 * timer.el (run-with-idle-timer): Undo last change, so that timer
5046 is not activated immediately if Emacs is already idle. Some
5047 existing code relies on this behaviour.
5048
5049 2000-08-30 Miles Bader <miles@gnu.org>
5050
5051 * frame.el (set-frame-font): Do completion of font-name for
5052 interactive use.
5053
5054 2000-08-30 Kenichi Handa <handa@etl.go.jp>
5055
5056 * international/quail.el (quail-start-translation): Bind locally
5057 last-command-event, last-command, and this-command.
5058 (quail-start-conversion): Likewise.
5059 (quail-self-insert-command): Fix docstring.
5060
5061 2000-08-29 Gerd Moellmann <gerd@gnu.org>
5062
5063 * progmodes/executable.el
5064 (executable-make-buffer-file-executable-if-script-p): Check that
5065 buffer contains at least 2 characters.
5066
5067 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5068
5069 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5070
5071 2000-08-29 Dave Love <fx@gnu.org>
5072
5073 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5074 (diff-mode-shared-map): Bind mouse-2.
5075 (diff-imenu-generic-expression): New variable.
5076 (diff-mode): Use it.
5077
5078 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5079 (mouse-popup-menubar): Add minor mode menus.
5080 (popup-menu): Check for lookup-key returning number.
5081
5082 2000-08-29 Miles Bader <miles@gnu.org>
5083
5084 * comint.el (comint-send-input): Create overlays using the proper
5085 front/read-advance arguments.
5086
5087 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5088
5089 * ps-print.el: Even/odd pages printing. Doc fix.
5090 (ps-print-version): New version number (6.0).
5091 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5092 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5093 (ps-print-duplex-feature): Variable eliminated.
5094 (ps-even-or-odd-pages): New variable.
5095
5096 * progmodes/ebnf2ps.el: Doc fix.
5097 (ebnf-version): New version (3.3).
5098 (ebnf-user-arrow): Change variable customization to sexp.
5099 (ebnf-user-arrow): Function eliminated.
5100 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
5101
5102 2000-08-29 Kenichi Handa <handa@etl.go.jp>
5103
5104 * help.el (help-xref-mule-regexp): New variable.
5105 (help-make-xrefs): Handle help-xref-mule-regexp.
5106
5107 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5108 variable.
5109 (describe-input-method): Temporarily activate the specfied input
5110 method to display the information.
5111 (describe-language-environment): Hyperlinks to mule related items.
5112
5113 * international/mule-diag.el (charset-multibyte-form-string): New
5114 function.
5115 (list-character-sets-1): Use charset-multibyte-form-string.
5116 (describe-character-set): New function.
5117 (describe-coding-system): Hyperlinks to safe character sets.
5118
5119 * international/quail.el (quail-help): New arg PACKAGE.
5120 Hyperlinks to mule related items.
5121 (quail-help-insert-keymap-description): Use
5122 substitute-command-keys instead of describe-bindings.
5123 (quail-translation-help): Hyperlinks to mule related items.
5124
5125 2000-08-28 John Wiegley <johnw@gnu.org>
5126
5127 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5128 have a defsubst call itself. Made `eshell-flatten-list' back into
5129 a function again.
5130
5131 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5132 catch, in case re-centering point at bottom messes up the display.
5133 This happens frequently in Emacs 21, due I believe to variable
5134 line heights.
5135
5136 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5137 to call `find-tag-interactive'.
5138
5139 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5140 the list of remember directories.
5141
5142 2000-08-28 John Wiegley <johnw@gnu.org>
5143
5144 * align.el: Test align-region-separate to see if it's a symbol.
5145
5146 2000-08-28 John Wiegley <johnw@gnu.org>
5147
5148 * eshell/esh-util.el (eshell-flatten-list): Made this function
5149 into a defsubst form. It gets used very frequently, although
5150 calls don't occur all that often.
5151
5152 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5153 examining it.
5154
5155 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5156 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5157 `eshell-protect'.
5158 (eshell-copy-handles): Created a new macro for duplicating the
5159 current set of open handles. This is needed by the looping
5160 functions.
5161 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5162 is not incorrectly stomped on.
5163
5164 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5165 declaration for pcomplete-use-paring.
5166 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5167 value of eshell-cmpl-use-paring.
5168 * pcomplete.el (pcomplete-use-paring): New config variable, to
5169 indicate whether paring should be used.
5170 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5171 completion alternatives that have already been used.
5172
5173 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5174 bound to C-c C-y, which will repeat the previous N arguments
5175 (based on prefix argument).
5176 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5177
5178 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5179 if there is no *Help* buffer. This is for XEmacs, which renames
5180 its help buffers uniquely. TODO: Find out what the current buffer
5181 name to delete is.
5182
5183 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5184 first entry that correlates to a passwd/group number. Later
5185 entries (used for group/user name aliasing to multiple IDs) are
5186 ignored.
5187
5188 * eshell/em-xtra.el (eshell/expr):
5189 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5190 (eshell-grep, eshell/diff, eshell/locate):
5191 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5192 argument list, before passing it to the system command.
5193
5194 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5195 `find-tag' for use at final position in Eshell buffers (which
5196 otherwise triggers an error on Emacs 21).
5197 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5198 buffer, if it is currently bound to `find-tag'.
5199
5200 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5201 in the list of matched Makefile names.
5202 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5203 directory, prefer its contents to Makefile.
5204
5205 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5206 directory parts (like "cd old new", or "cd =regexp"), are now case
5207 sensitive on non-Windows/DOS platforms.
5208
5209 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5210 types RET after an open delimiter (like "), display a message
5211 indicating that Eshell is waiting for the closing delimiter.
5212
5213 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5214 environment variables.
5215
5216 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5217 gracefully if the user enters incorrect arguments.
5218
5219 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5220 Eshell buffers.
5221
5222 * eshell/esh-var.el (eshell-interpolate-variable):
5223 * eshell/esh-mode.el (eshell-move-argument):
5224 * eshell/em-unix.el (eshell-du-sum-directory):
5225 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5226 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5227 (not (= ...)).
5228
5229 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5230 to ensure the `preserve' flag gets propagated when doing recursive
5231 directory copies.
5232
5233 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5236 Don't convert \n into \0177 in memory.
5237 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5238 and back again, when reading and writing.
5239
5240 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
5241
5242 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5243 testing of `fboundp' on `processp'.
5244
5245 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5246 (eshell/jobs): Don't call process-list if it is not bound.
5247 (eshell-gather-process-output): Support systems where async
5248 subprocesses aren't supported.
5249 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5250 variables.
5251
5252 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5253 eshell-do-eval returns t.
5254 (eshell-do-pipelines-synchronously): New defmacro.
5255 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5256 when async subprocesses aren't supported.
5257 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5258 if async subprocesses aren't supported.
5259 (eshell-resume-command): Don't assume STATUS is a string.
5260
5261 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5262
5263 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5264 (eshell-close-target, eshell-get-target): Use eshell-processp.
5265 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5266 fix.
5267 (eshell-get-target, eshell-create-handles): Doc fix.
5268
5269 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
5270
5271 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
5272 criterion to include commands that output something, as long as it
5273 leaves both the command and the end-of-buffer visible when the
5274 command has exited.
5275 (eshell-review-quick-commands): Adjust the help doc string
5276 accordingly.
5277
5278 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5279
5280 * locate.el (locate): Cleaned up locate command's interactive prompting
5281 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
5282
5283 * filecache.el (file-cache-case-fold-search): New variable
5284 (file-cache-assoc-function): New variable
5285 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5286 Use file-cache-case-fold-search variable
5287 (file-cache-add-file): Use file-cache-assoc-function
5288 (file-cache-delete-file): likewise
5289 (file-cache-directory-name): likewise
5290 (file-cache-debug-read-from-minibuffer): likewise
5291
5292 2000-08-28 Gerd Moellmann <gerd@gnu.org>
5293
5294 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5295 (abbrev-table-name): New function.
5296 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5297 If non-nil list local abbrev, only.
5298
5299 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5300
5301 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5302 from Gnus support code, and use special article copy buffer
5303 `(gnus-original-article-buffer)' instead. This allows to get rid
5304 of article-hide-headers usage (which breaks in the latest Gnus
5305 version). Thanks to Detlev Zundel.
5306
5307 2000-08-28 Kenichi Handa <handa@etl.go.jp>
5308
5309 * international/quail.el (quail-use-package): Hide "... loaded"
5310 message.
5311 (quail-start-translation, quail-start-conversion): Likewise.
5312
5313 * international/kkc.el (kkc-region): Hide "... loaded" message.
5314
5315 2000-08-27 Dave Love <fx@gnu.org>
5316
5317 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5318
5319 2000-08-27 Miles Bader <miles@gnu.org>
5320
5321 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5322
5323 2000-08-27 Kenichi Handa <handa@etl.go.jp>
5324
5325 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5326 'ja-dic-cnv), not (require 'skkdic-cnv).
5327
5328 2000-08-26 Miles Bader <miles@gnu.org>
5329
5330 * faces.el (face-x-resources): Add entry for :inherit.
5331 * cus-face.el (custom-face-attributes): Add support for :inherit
5332 attribute. Add support for relative face heights.
5333 (custom-face-attributes-get): Treat `nil' as being a default value
5334 for :inherit (as well as `unspecified').
5335
5336 * faces.el (set-face-attribute): Update doc string.
5337 (face-attribute-name-alist): Add :inherit.
5338 (face-valid-attribute-values): Handle :inherit.
5339 (face-read-string): Rephrase prompt to be less confusing.
5340 Assume that DEFAULT is a string, since we must return a string.
5341 (face-read-integer): Use `format' to turn DEFAULT into an
5342 acceptable default for face-read-string. Match NEW-VALUE against
5343 the string "unspecified", not the symbol `unspecified', since
5344 that's what face-read-string returns.
5345 (read-face-attribute): Lookup a name for old-value in valid, and
5346 use it as a default if we find one. Treat all values from
5347 face-read-string as strings. If the default is used, don't do any
5348 more processing on the value, just use the old value directly.
5349 (read-face-and-attribute, modify-face): Tweak prompt.
5350 (read-face-name): Don't assume prompt ends with a space.
5351
5352 * faces.el (describe-face): Add support for :inherit attribute.
5353
5354 2000-08-25 Kenichi Handa <handa@etl.go.jp>
5355
5356 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5357 concat doesn't accept interger.
5358
5359 * international/kkc.el: Remove SKK from Keywords. Require
5360 ja-dic-utl instead of skkdic-utl.
5361
5362 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5363 Provide ja-dic-cnv instead of skkdic-cnv.
5364 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5365 (iso-2022-7bit-short): Add safe-charsets property.
5366 (skkdic-convert-postfix): Search Japanese chou-on character in
5367 addition to Hiragana character.
5368 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5369 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5370 (batch-skkdic-convert): Likewise.
5371
5372 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5373 Provide ja-dic-utl instead of skkdic-utl.
5374 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5375
5376 2000-08-24 Dave Love <fx@gnu.org>
5377
5378 * disp-table.el (standard-display-default): Make the test of `l'
5379 useful.
5380
5381 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5382 mod sample text.
5383
5384 * international/iso-ascii.el: Make pilcrow convenient string
5385 consistent with section.
5386 (iso-ascii-display): Set up multibyte characters as well as
5387 unibyte.
5388
5389 2000-08-24 Kenichi Handa <handa@etl.go.jp>
5390
5391 * international/mule-cmds.el (reset-language-environment): Set
5392 default-process-coding-system to '(undecided . iso-latin-1), which
5393 makes process I/O almost consistent with file I/O. Call this
5394 function when mule-cmds.el[c] is loaded.
5395
5396 2000-08-22 Andrew Innes <andrewi@gnu.org>
5397
5398 * makefile.w32-in: New file.
5399
5400 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5401
5402 * comint.el (comint-output-filter): Compare end of
5403 comint-last-output-overlay with the start of the newly inserted
5404 text, not the end, when deciding whether to extend it.
5405 Set saved-point's insertion type to advance after insertion.
5406
5407 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5408 since this is now done independently of font-lock mode.
5409
5410 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5411
5412 * server.el (server-kill-new-buffers): New user option.
5413 (server-existing-buffer): New buffer-local variable.
5414 (server-visit-files): When using an existing buffer, set
5415 server-existing-buffer to t.
5416 (server-buffer-done): If server-kill-new-buffers is t, kill the
5417 buffer, unless it was already present before visiting it with
5418 Emacs server.
5419
5420 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5421
5422 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5423 even if the display doesn't support colors: some displays will
5424 support bold/underline faces.
5425
5426 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5427
5428 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5429
5430 * startup.el (command-line): If user's init file had an error,
5431 add explanatory text to *Messages*.
5432
5433 2000-08-21 Kenichi Handa <handa@etl.go.jp>
5434
5435 * man.el (Man-getpage-in-background): Decode the process output by
5436 the system locale coding system.
5437
5438 2000-08-20 Dave Love <fx@gnu.org>
5439
5440 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5441 Don't test x-popup-menu.
5442 (function) <complete-function>: Complete only fbound symbols.
5443 <validate, value>: New.
5444 (variable) <complete-function>: Complete only bound symbols.
5445 (coding-system): Add :base-only, :complete-function, :validate,
5446 :value, :prompt-match.
5447 (widget-coding-system-prompt-value): Use read-coding-system and
5448 act on :base-only.
5449 (editable-field): Add :help-echo.
5450 (widget-push-button-gui, widget-push-button-cache)
5451 (widget-gui-action, widget-editable-list-gui): COmment out, along
5452 with uses.
5453 (widget-at): Make arg optional.
5454 (widget-echo-help): Adjust for current help-echo calling sequence.
5455 (widget-specify-field, widget-specify-button)
5456 (widget-specify-insert, widget-get-sibling, widget-image-find)
5457 (widget-convert, widget-insert, widget-leave-text)
5458 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5459 (widget-setup, widget-field-find, widget-before-change)
5460 (widget-after-change, widget-default-complete)
5461 (widget-default-create, widget-default-delete)
5462 (widget-push-button-value-create, editable-field)
5463 (widget-field-prompt-value, widget-field-validate)
5464 (widget-choice-value-create, widget-choice-action)
5465 (widget-choice-validate, widget-checklist-add-item)
5466 (widget-radio-add-item, widget-radio-chosen)
5467 (widget-radio-value-inline, widget-editable-list-value-create)
5468 (widget-editable-list-entry-create)
5469 (widget-documentation-link-add)
5470 (widget-documentation-string-value-create)
5471 (widget-regexp-validate, widget-file-complete)
5472 (widget-sexp-validate, widget-plist-convert-widget)
5473 (widget-plist-convert-widget, widget-alist-convert-widget)
5474 (widget-alist-convert-widget, widget-color-complete): Simplify,
5475 particularly to avoid bindings which aren't optimized out.
5476
5477 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5478 Doc fix.
5479 (down-list, backward-up-list, up-list, kill-sexp)
5480 (backward-kill-sexp, mark-sexp): Make arg optional.
5481 (lisp-complete-symbol): Add optional arg PREDICATE.
5482
5483 * cus-start.el: Add display-buffer-reuse-frames,
5484 file-coding-system-alist.
5485
5486 2000-08-20 Gerd Moellmann <gerd@gnu.org>
5487
5488 * startup.el (command-line): Clear realized faces after
5489 modifying TTY color mappings.
5490
5491 2000-08-20 Miles Bader <miles@gnu.org>
5492
5493 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5494 merely a subset of FACE's attributes.
5495
5496 2000-08-19 Miles Bader <miles@gnu.org>
5497
5498 * comint.el (comint-output-filter): Save the point with a marker,
5499 not just a buffer position.
5500
5501 * international/mule.el (set-buffer-process-coding-system): Make
5502 interactive prompt less confusing.
5503
5504 2000-08-19 Gerd Moellmann <gerd@gnu.org>
5505
5506 * hilit-chg.el: General cleanup of doc strings, comments and
5507 code formatting.
5508
5509 2000-08-19 Miles Bader <miles@gnu.org>
5510
5511 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5512 Compiler macro removed; beginning-of-line is no longer always
5513 equivalent to forward-line, in the presence of fields.
5514
5515 * comint.el (comint-output-filter): Remove ad-hoc saving of
5516 restriction, and just use save-restriction, now that it works
5517 correctly. Don't adjust comint-last-input-start to account for
5518 our insertion; it shouldn't have moved because we don't use
5519 insert-before-markers anymore. Comment out call to
5520 `force-mode-line-update'; why is it here?
5521
5522 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5523 while checking for prompt to delete. Use `forward-line 0'
5524 instead of beginning-of-line.
5525 (gud-filter): Temporarily widen gud comint buffer while
5526 examining output.
5527
5528 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5529
5530 * progmodes/sh-script.el: Big bag of typos.
5531
5532 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5533 check since ispell-process is not bound when ispell is not yet loaded.
5534
5535 2000-08-18 Dave Love <fx@gnu.org>
5536
5537 * image.el (find-image): Copy `spec' before using plist-put.
5538
5539 2000-08-18 Gerd Moellmann <gerd@gnu.org>
5540
5541 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5542 `portugues'.
5543
5544 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5545 backward-kill-sexp, analogous to kill-sexp.
5546
5547 * progmodes/icon.el (icon-indent-line)
5548 (icon-is-continuation-line): Handle comments specially.
5549
5550 2000-08-17 Ken Stevens <k.stevens@ieee.org>
5551
5552 * ispell.el: Set to standard author/maintainer/keyword fields.
5553 Fine tuning to menu map appearance and operation, and added help.
5554 Remove `start' and `end' error messages when compiling.
5555 (ispell-choices-win-default-height): Fixed comment string.
5556 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5557 castellano8 dictionaries.
5558 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5559 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5560 dictionary, added italiano dictionary.
5561 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5562 word character
5563 (ispell-tex-skip-alists): Added psfig support.
5564 (ispell-skip-html): Renamed from ispell-skip-sgml.
5565 (ispell-begin-skip-region-regexp, ispell-skip-region)
5566 (ispell-minor-check): Improved html skipping support to skip across
5567 code, and recognize `&' commands without propper `;' syntax;
5568 (ispell-process-line): Fix alignment error when manually
5569 correcting spelling.
5570 (ispell): Fix comment string.
5571 (ispell-add-per-file-word-list): Always put word list on new line.
5572
5573 2000-08-17 Gerd Moellmann <gerd@gnu.org>
5574
5575 * format.el (format-encode-run-method): Fix error message to say
5576 `encode' instead of `decode'. Use save-window-excursion around
5577 shell-command-on-region as in format-decode-run-method because
5578 shell-command-on-region can display a buffer with error output.
5579 (format-decode): Don't record undo information for the decoding.
5580 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5581 that number part of the temporary buffer name so that more than
5582 one decoding using a temporary buffer can happen safely.
5583
5584 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5585 of `A-z' in the regexp.
5586
5587 * hilit-chg.el: Fix typos in commentary.
5588
5589 * help.el (view-emacs-news): Rewritten for new naming scheme
5590 for old NEWS files.
5591
5592 * startup.el (command-line): Pop to *Messages* in case an error
5593 is signaled while loading user-init-file.
5594
5595 2000-08-17 Andreas Schwab <schwab@suse.de>
5596
5597 * files.el (insert-directory): Don't lose original file name,
5598 undoing an undocumented change.
5599
5600 2000-08-17 Alex Schroeder <alex@gnu.org>
5601
5602 * sql.el (sql-magic-go): Use comint-bol.
5603 (sql-copy-column): Use comint-line-beginning-position.
5604 (comint-line-beginning-position): Define a replacement for
5605 comint-line-beginning-position if it is not fboundp.
5606
5607 2000-08-17 Alex Schroeder <alex@gnu.org>
5608
5609 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5610 it didn't have any effect anyway.
5611
5612 2000-08-17 Alex Schroeder <alex@gnu.org>
5613
5614 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5615 --pset and pager=off instead of sending \\o|cat at the beginning
5616 of the session.
5617
5618 2000-08-17 Miles Bader <miles@gnu.org>
5619
5620 * progmodes/octave-inf.el: Add compatibility definition of
5621 comint-line-beginning-position.
5622
5623 2000-08-17 Kenichi Handa <handa@etl.go.jp>
5624
5625 * startup.el (normal-top-level): Look in each dir in load-path for
5626 a leim-list.el file too. This assures of loading leim-list.el
5627 that is created at Emacs installation time even if a user have his
5628 own leim-list.el.
5629
5630 2000-08-17 Miles Bader <miles@gnu.org>
5631
5632 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5633 foreground color to black if the background is dark.
5634
5635 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5636
5637 * loadhist.el (unload-feature): Typo.
5638
5639 * finder.el (finder-compile-keywords):
5640 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5641 to the generated file.
5642
5643 * mail/mh-e.el (mh-make-local-vars):
5644 Replace make-variable-buffer-local with make-local-variable.
5645
5646 * play/landmark.el:
5647 * options.el (Edit-options-{set,toggle,t,nil}):
5648 * mail/mailabbrev.el (mail-abbrevs-mode):
5649 * textmodes/tex-mode.el (tex-expand-files):
5650 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5651
5652 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5653
5654 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5655 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5656 Allow going past the last element.
5657 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
5658 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5659 (cvs-mouse-toggle-mark): Don't move point.
5660 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5661
5662 * progmodes/compile.el (grep): Provide a default set of files.
5663 (next-error): Docstring fix.
5664 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5665
5666 * emacs-lisp/easy-mmode.el (define-minor-mode):
5667 Use `symbol-value' to keep the byte-compiler quiet.
5668
5669 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5670 (diff-find-source-location): New fun, extracted from diff-goto-source.
5671 (diff-goto-source): Use it.
5672 (diff-next-complex-hunk, diff-filter-lines): New function.
5673 (diff-apply-hunk): New command.
5674
5675 * smerge-mode.el (smerge-mode-menu): Doc fix.
5676
5677 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5678
5679 2000-08-16 Dave Love <fx@gnu.org>
5680
5681 * windmove.el (windmove) <defgroup>: Add :version.
5682
5683 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5684 (goto-address-fontify-p, goto-address-highlight-p)
5685 (goto-address-url-face, goto-address-url-mouse-face)
5686 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5687 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5688 (goto-address-fontify, goto-address-at-mouse): Simplify,
5689 (goto-address-at-point): browse-url-url-at-point,
5690 goto-address-find-address-at-point can return nil.
5691 (goto-address-find-address-at-point): Return nil on failure.
5692
5693 * align.el (align) <defgroup>: Add :version.
5694
5695 * calculator.el (calculator): Add :version.
5696 (calculator): Use two lines for calculator window if `modeline'
5697 face is boxed.
5698
5699 * play/5x5.el: Doc fixes.
5700 (5x5) <defgroup>: Add :version.
5701
5702 * play/fortune.el (fortune) <defgroup>: Add :version.
5703 (fortune-append): Fix error message.
5704 (fortune-from-region): Doc fix.
5705
5706 * play/pong.el (pong): Doc fix.
5707
5708 * play/morse.el: Keywords, commentary, autoloads.
5709
5710 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5711
5712 * desktop.el (desktop-save): Don't look at symbol-value of a
5713 member of minor-mode-alist, unless it is boundp.
5714
5715 2000-08-16 Sam Steingold <sds@gnu.org>
5716
5717 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
5718 `while'; use `with-current-buffer' instead of `save-excursion'.
5719 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5720
5721 2000-08-16 Kenichi Handa <handa@etl.go.jp>
5722
5723 * international/ccl.el (declare-ccl-program): Docstring modified.
5724 (ccl-execute-with-args): Likewise.
5725
5726 2000-08-16 Miles Bader <miles@gnu.org>
5727
5728 * progmodes/sql.el: Add compatibility definition of
5729 comint-line-beginning-position.
5730
5731 2000-08-15 Gerd Moellmann <gerd@gnu.org>
5732
5733 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5734 'buffer-menu' property.
5735 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5736 fails.
5737 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5738 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5739 wasn't killed.
5740
5741 * buff-menu.el (list-buffers-noselect): Don't display the
5742 *Buffer List* buffer.
5743
5744 * font-lock.el: Require jit-lock to prevent a very late
5745 `Loading jit-lock' message.
5746
5747 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
5748 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5749 mail address.
5750
5751 2000-08-15 Miles Bader <miles@gnu.org>
5752
5753 * textmodes/ispell.el (ispell-graphic-p): New constant.
5754 (ispell-choices-win-default-height, ispell-help): Use
5755 `ispell-graphic-p' instead of `xemacsp'.
5756
5757 2000-08-15 Dave Love <fx@gnu.org>
5758
5759 * simple.el: Autoload widget-convert when compiling.
5760 (mail-user-agent): Doc fix.
5761
5762 * help.el (function-called-at-point, variable-at-point): Use
5763 with-syntax-table.
5764 (help-manyarg-func-alist): Add insert-and-inherit.
5765
5766 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5767
5768 * delsel.el (delsel-unload-hook): New function.
5769
5770 * find-file.el: Doc fixes. Move provide to end.
5771 (ff) <defgroup>: Add :link.
5772 (ff-goto-click): Deleted.
5773 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5774 Use mouse-set-point.
5775
5776 * textmodes/tildify.el: Doc fixes.
5777 (tildify) <defgroup>: Add:version.
5778
5779 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5780 (glasses-custom-set): Use set-default, not set.
5781 (minor-mode-alist): Propertize the lighter.
5782 (glasses-mode): Provide optional arg.
5783
5784 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5785 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5786 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5787 option. Provide :type.
5788 (cwarn-configuration): Provide :type.
5789 (cwarn-mode): Doc fix.
5790
5791 * add-log.el (change-log-merge): Doc fix.
5792 (change-log-redate): New command.
5793
5794 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5795 Doze and Dog.
5796 (browse-url): Use dolist, not mapcar.
5797 (browse-url-at-point): Check for null url.
5798 (browse-url-event-buffer, browse-url-event-point): Functions
5799 deleted.
5800 (browse-url-at-mouse, browse-url-netscape): Simplify.
5801
5802 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5803 modes.
5804 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5805 Fix previous change to mapcan.
5806 (msb--init-file-alist, msb--add-separators)
5807 (msb--make-keymap-menu): Simplify.
5808 (msb--choose-file-menu): Use copy-sequence.
5809 (msb-mode-map): Add title to keymap.
5810 (msb-unload-hook): New function.
5811
5812 * bs.el: Fix indentation.
5813 (bs) <defgroup>: Add :links.
5814 (bs-show): Doc fix.
5815 (bs-apply-sort-faces): Don't use window-system.
5816 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
5817
5818 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5819
5820 * calendar/timeclock.el (timeclock-file): Run .timelog through
5821 convert-standard-filename.
5822
5823 2000-08-14 Gerd Moellmann <gerd@gnu.org>
5824
5825 * emacs-lisp/authors.el: New file.
5826
5827 * paren.el (show-paren-priority): New user option.
5828 (show-paren-function): Set overlay priorities to
5829 show-paren-priority.
5830
5831 2000-08-14 Miles Bader <miles@gnu.org>
5832
5833 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5834 beginning-of-line with inhibit-field-text-motion bound.
5835
5836 2000-08-14 Gerd Moellmann <gerd@gnu.org>
5837
5838 * calendar/timeclock.el: New file.
5839
5840 2000-08-14 David Ponce <david@dponce.com>
5841
5842 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5843 `widget-button-click'. so that one can use left mouse button to
5844 click on dialog buttons.
5845
5846 2000-08-14 Emmanuel Briot <briot@gnat.com>
5847
5848 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
5849 identifiers, since XML is case sensitive
5850
5851 2000-08-12 Miles Bader <miles@gnu.org>
5852
5853 * comint.el (comint-output-filter): Don't bother frobbing
5854 window-start, it doesn't seem to be necessary.
5855
5856 * comint.el (comint-send-string, comint-send-region): Make into
5857 real functions. Snapshot the prompt before sending.
5858
5859 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5860
5861 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5862 technique similar to Info-index, instead of relying on specific
5863 names of relevant Index nodes.
5864 (Info-goto-emacs-command-node): Bind Info-history to nil when
5865 going to the first node found by Info-find-emacs-command-nodes.
5866
5867 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5868
5869 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5870
5871 2000-08-10 Miles Bader <miles@gnu.org>
5872
5873 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5874
5875 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5876
5877 * info.el (Info-file-list-for-emacs): More elements for the
5878 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5879 and woman manuals.
5880
5881 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5882
5883 * comint.el (comint-send-input): Make the newline boundary overlay
5884 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5885 (comint-output-filter): Use `insert' instead of
5886 `insert-before-markers'. Extend comint-last-output-overlay when
5887 necessary since we can't rely on insert-before-markers to do it.
5888 * gud.el (gud-filter): Use `with-current-buffer' instead of
5889 save-excursion when inserting the output, so that point gets
5890 updated correctly; the old method relied on a rather dodgy
5891 side-effect of comint-output-filter to avoid the effect of
5892 save-excursion.
5893
5894 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5895
5896 * files.el (recover-file): Call insert-directory instead of
5897 invoking `ls' directly.
5898
5899 2000-08-10 Miles Bader <miles@gnu.org>
5900
5901 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5902 (comint-last-prompt-overlay): New variables.
5903 (comint-output-filter): Implement prompt highlighting.
5904 (comint-snapshot-last-prompt): New function.
5905 (comint-send-input): Snapshot the last prompt.
5906 Use comint-highlight-input-face.
5907 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5908 Use defface instead of defcustom.
5909 (send-invisible, comint-send-eof): Snapshot the last prompt.
5910 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5911 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5912
5913 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5914
5915 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5916 (regexp-opt-group): Use a list of chars for `letters'.
5917 (regexp-opt-charset): `chars' is now a list of chars.
5918 Use a char-table rather than a vector so it works for multibyte chars.
5919
5920 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5921 Set cvs-minor-current-files to the selected fileinfo.
5922 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5923 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5924
5925 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5926
5927 * files.el (insert-directory): Don't call access-file on
5928 directories on DOS and Windows.
5929
5930 2000-08-09 Kenichi Handa <handa@etl.go.jp>
5931
5932 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5933 longer if necessary.
5934 (ccl-embed-code): Call ccl-embed-data to store CODE in
5935 ccl-program-vector.
5936
5937 2000-08-09 Miles Bader <miles@gnu.org>
5938
5939 * comint.el (comint-output-filter): Properly handle the case where
5940 the text surrounded by comint-last-output-overlay was deleted.
5941
5942 2000-08-08 Gerd Moellmann <gerd@gnu.org>
5943
5944 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5945 non-nil.
5946 (Info-file-list-for-emacs): Remove "info" from the list because
5947 that leads to trying to use the documentation from file `info'
5948 in various situations where it isn't appropriate, for instance
5949 C-h C-k C-h i.
5950
5951 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5952 DIR and/or STRING are nil.
5953
5954 * progmodes/compile.el (compilation-setup): Make variable
5955 compilation-error-screen-columns buffer-local, as some comment
5956 in the code suggests it should be.
5957
5958 * files.el (auto-mode-interpreter-regexp): New variable.
5959 (set-auto-mode): Use it.
5960
5961 * indent.el (indent-for-tab-command): Doc fix.
5962
5963 * mouse-sel.el (mouse-sel-mode): Doc fix.
5964
5965 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5966 labels.
5967
5968 * help.el (print-help-return-message): When
5969 display-buffer-reuse-frames is set, let the help window been quit,
5970 instead of deleting it, which might delete a reused frame.
5971
5972 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5973
5974 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5975 rename a directory to a name that differs only by its letter case.
5976
5977 2000-08-08 Kenichi Handa <handa@etl.go.jp>
5978
5979 * international/quail.el (quail-define-rules): Handle Quail decode
5980 map correctly. Add code for supporting annotations.
5981 (quail-install-decode-map): New function.
5982 (quail-defrule-internal): New optional arguments decode-map and
5983 props.
5984 (quail-advice): New function.
5985
5986 2000-08-07 Sam Steingold <sds@gnu.org>
5987
5988 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5989 `defconst', `define-condition', `with-slots'.
5990 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5991
5992 2000-08-03 Miles Bader <miles@gnu.org>
5993
5994 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5995 New variable.
5996 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5997 comint-use-prompt-regexp-instead-of-fields.
5998 (comint-send-input): Add `input' field property to stuff we send to
5999 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6000 (comint-output-filter): Add `output' field property to process
6001 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6002 (comint-replace-by-expanded-history)
6003 (comint-get-old-input-default, comint-show-output)
6004 (comint-backward-matching-input, comint-forward-matching-input)
6005 (comint-next-prompt, comint-previous-prompt): Use field
6006 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6007 (comint-line-beginning-position): New function.
6008 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6009 (comint-replace-by-expanded-history-before-point): Use
6010 comint-line-beginning-position and line-end-position.
6011 (comint-last-output-overlay): New variable.
6012 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6013
6014 * shell.el (shell-prompt-pattern): Doc change.
6015 (shell-backward-command): Use line-beginning-position.
6016
6017 * gud.el (gud-gdb-complete-command): Use
6018 comint-line-beginning-position.
6019
6020 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6021 comint-bol doesn't actually go to the beginning of the line.
6022
6023 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6024 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6025 (try-expand-line-all-buffers): Likewise.
6026
6027 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6028 explicitly matching comint-prompt-regexp.
6029 (sql-copy-column): Use comint-line-beginning-position instead of
6030 explicitly matching comint-prompt-regexp.
6031
6032 * progmodes/octave-inf.el (inferior-octave-complete): Use
6033 comint-line-beginning-position.
6034
6035 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6036
6037 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6038 looking for a prompt, use `forward-line 0' instead of
6039 `beginning-of-line', to avoid getting caught by an input field.
6040
6041 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6042
6043 * files.el (shell-quote-wildcard-pattern): Make sure to return
6044 PATTERN, in the Unix case.
6045
6046 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6047
6048 * play/zone.el (zone): Discard any pending input before running
6049 the randomly-chosen pgm.
6050
6051 2000-08-07 Kenichi Handa <handa@etl.go.jp>
6052
6053 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6054 checking the existence of any multibyte characters.
6055
6056 2000-08-06 Gerd Moellmann <gerd@gnu.org>
6057
6058 * help.el (describe-mode): Test minor-mode symbol for being
6059 bound before testing its value for being nil.
6060
6061 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6062 `first', `second', and `third'.
6063
6064 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6065 (second): Make it an alias for `cadr'.
6066
6067 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6068
6069 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6070 types of display support faces now.
6071
6072 2000-08-05 Gerd Moellmann <gerd@gnu.org>
6073
6074 * pcvs.el (require): Require `cl' during compilation, only.
6075
6076 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6077 (toplevel): Remove `remq' and `remove' from autoloads.
6078 (cl-fake-autoloads): New variable. If set, arrange for an error
6079 when CL functions etc. are autoloaded.
6080
6081 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6082
6083 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6084
6085 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6086 popped up, but the user clicks outside the menu, return an empty
6087 regexp (that causes unhighlight-regexp to have no effect).
6088
6089 * menu-bar.el (menu-bar-games-menu): Add Zone.
6090
6091 * hi-lock.el (toplevel): Require font-lock.
6092
6093 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6094
6095 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
6096 (ebnf-8-bit-chars): New var for bug fix.
6097 (ebnf-string): Bug fix.
6098
6099 2000-08-03 Sam Steingold <sds@gnu.org>
6100
6101 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6102 instead of `buffer-string'.
6103 (require 'cl): Always, not just when compiling.
6104 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6105 necessary.
6106
6107 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6108
6109 * international/mule-cmds.el (select-safe-coding-system): Make
6110 the message text about selecting a safe coding system more clear.
6111
6112 2000-08-02 Gerd Moellmann <gerd@gnu.org>
6113
6114 * hi-lock.el: New file.
6115
6116 * play/zone.el: New file.
6117
6118 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6119 value of tab-width in the original buffer. Choose a line number
6120 format that's a multiple of the original buffer's tab width, so
6121 that lines appear right.
6122
6123 * textmodes/ispell.el (ispell): New function, replacing an alias.
6124 Spell-check active region if in transient-mark-mode and mark
6125 is active; otherwise spell-check buffer.
6126
6127 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6128
6129 * ps-mule.el: Fix a customization problem on
6130 ps-mule-font-info-database-default.
6131
6132 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6133
6134 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6135 display-mouse-p instead of window-system.
6136 (ebrowse-member-mode-map): Ditto.
6137
6138 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6139
6140 * progmodes/ebnf2ps.el: Update ps-print functions call.
6141 Indentation fix. Doc fix.
6142 (ebnf-version): New version number (3.2).
6143 (ebnf-format-color, ebnf-begin-job): Code fix.
6144
6145 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6148 font lock support on window-system.
6149 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6150
6151 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6152 display-color-p, if fboundp, instead of window-system.
6153
6154 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6155
6156 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6157 instead of window-system.
6158
6159 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6160 window-system.
6161 (widget-choice-mouse-down-action): Use display-popup-menus-p
6162 instead of window-system.
6163
6164 * strokes.el (strokes-file): Run the file name through
6165 convert-standard-filename.
6166 (strokes-mode): Call display-mouse-p instead of looking at
6167 window-system. Change the error message accordingly.
6168
6169 * progmodes/cpp.el (toplevel): Support faces on tty's.
6170
6171 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6172 (lm-plot-square, lm-init-display): Don't use window-system.
6173
6174 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6175 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6176
6177 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6178 instead of looking at window-system.
6179
6180 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6181
6182 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6183 of testing if iswitchb-prepost-hooks is bound, because the
6184 latter will always be true when invoking a recursive minibuffer
6185 from an active Iswitchb buffer.
6186
6187 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6188
6189 * files.el (shell-quote-wildcard-pattern): New function.
6190 (insert-directory): Call it. Only prepend "\" to command on Unix
6191 and GNU/Linux systems.
6192
6193 2000-07-30 Gerd Moellmann <gerd@gnu.org>
6194
6195 * eshell/esh-groups.el: Change custom :link file names
6196 from `eshell.info' to `eshell'.
6197
6198 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6199
6200 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6201 correctly in recursive ange-ftp listings.
6202
6203 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6204
6205 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6206 ps-header-font-size-internal and
6207 ps-header-title-font-size-internal variables are not set,
6208 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6209 face text property is (foreground-color . COLOR) or
6210 `(background-color . COLOR)', ps-print crashes. Doc fix.
6211 (ps-print-version): New version number (5.2.4).
6212 (ps-plot-region): Code fix.
6213 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6214 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6215 Bug fix 2.
6216
6217 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
6218
6219 * glasses.el (glasses-make-readable): Fix uncapitalization of
6220 identifiers like `myXMLDocument'.
6221
6222 2000-07-28 Karl Fogel <kfogel@red-bean.com>
6223
6224 * mail/mail-hist.el (mail-hist-previous-input)
6225 (mail-hist-next-input): Do the obvious code factorization.
6226 (mail-hist-retrieve-and-insert): New func, contains common
6227 code of above two.
6228 If inserting a message body, leave point at top.
6229
6230 2000-07-28 Sam Steingold <sds@gnu.org>
6231
6232 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
6233 Use `<=', not `<' to compare times!
6234 (ange-ftp-ls): Remove.
6235
6236 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6237
6238 * play/cookie1.el: Add explanation of how to make cookie.el
6239 compatible with strfile(1) to comment.
6240
6241 * subr.el (remove, remq): New functions.
6242
6243 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6244 escape `*' in regexps.
6245 (midnight-find): Reverse order of arguments in the funcall of
6246 TEST.
6247
6248 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6249 and `.class'.
6250
6251 * play/meese.el: Add Commentary section.
6252
6253 2000-07-27 Alex Schroeder <alex@gnu.org>
6254
6255 * sql.el (sql-ms): Added autoload cookie.
6256 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6257 (sql-oracle): Ditto.
6258 (sql-help): Doc change.
6259
6260 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6261 types and exceptions.
6262
6263 2000-07-27 Alex Schroeder <alex@gnu.org>
6264
6265 * sql.el (sql-placeholder-history): New variable.
6266 (sql-query-placeholders-and-send): New function that will query
6267 the user and replace placeholders with user input.
6268 (sql-oracle): If running on NT, set comint-input-sender to
6269 sql-query-placeholders-and-send.
6270
6271 (sql-stop): If in the SQLi buffer, insert stop notification, else
6272 present it as a message.
6273
6274 2000-07-27 Alex Schroeder <alex@gnu.org>
6275
6276 * sql.el (sql-input-ring-separator): Doc change.
6277 (sql-input-ring-file-name): Doc change.
6278 (sql-interactive-mode): Use `sql-input-ring-separator' and
6279 `sql-input-ring-file-name' to set the comint-mode equivalents
6280 without making them local variables.
6281 (sql-stop): Don't bind `sql-input-ring-separator' and
6282 `sql-input-ring-file-name' dynamically to their comint-mode
6283 equivalents.
6284
6285 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6286
6287 * international/mule.el (register-char-codings): New function.
6288 (make-coding-system): Handle `safe-chars' specification in the arg
6289 PROPERTY.
6290
6291 * international/mule-cmds.el
6292 (find-coding-systems-region-subset-p): This function deleted.
6293 (sort-coding-systems-predicate): New variable.
6294 (sort-coding-systems): New function.
6295 (find-coding-systems-region): Use
6296 find-coding-systems-region-internal.
6297 (find-coding-systems-string): Use find-coding-systems-region.
6298 (find-coding-systems-for-charsets): Check
6299 char-coding-system-table.
6300 (select-safe-coding-system-accept-default-p): New variable.
6301 (select-safe-coding-system): Mostly rewritten. New argument
6302 ACCEPT-DEFAULT-P.
6303 (select-message-coding-system): Call select-safe-coding-system
6304 with ACCEPT-DEFAULT-P arg.
6305 (reset-language-environment): Reset default-sendmail-coding-system
6306 to the default value iso-latin-1.
6307 (set-language-environment): Don't set the obsolete variable
6308 charset-origin-alist.
6309
6310 * international/codepage.el (cp-coding-system-for-codepage-1):
6311 Give `safe-chars' property to make-coding-system.
6312
6313 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6314 calling select-message-coding-system twice.
6315
6316 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6317 instead of `safe-charsets'.
6318 (cyrillic-alternativnyj): Likewise.
6319 (ccl-encode-alternativnyj): Don't check the charset
6320 cyrillic-iso8859-5.
6321
6322 2000-07-27 Kenichi Handa <handa@etl.go.jp>
6323
6324 * composite.el (compose-chars-after): Preserve match data.
6325
6326 2000-07-26 Sam Steingold <sds@gnu.org>
6327
6328 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6329 (ange-ftp-real-file-newer-than-file-p): New function.
6330 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6331 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6332
6333 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6334 * midnight.el (midnight-float-time): Ditto.
6335
6336 2000-07-26 Andreas Schwab <schwab@suse.de>
6337
6338 * files.el (normal-backup-enable-predicate): Correct
6339 interpretation of the return value of compare-strings.
6340
6341 2000-07-26 Gerd Moellmann <gerd@gnu.org>
6342
6343 * isearch.el (isearch-resume): New function.
6344 (isearch-done): Add something to command-history to resume
6345 the search.
6346 (isearch-yank-line, isearch-yank-word): Use
6347 buffer-substring-no-properties instead of buffer-substring.
6348
6349 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6350 of flyspell-mouse-map.
6351
6352 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6353 duplicate definition.
6354 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6355
6356 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6357 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6358
6359 2000-07-25 Sam Steingold <sds@gnu.org>
6360
6361 * net/ange-ftp.el: Get modtime over the net.
6362 (ange-ftp-file-modtime): New function.
6363 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6364 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
6365 Use it.
6366 (ange-ftp-dot-to-slash): New function.
6367 (ange-ftp-fix-name-for-vms): Use it.
6368
6369 * midnight.el (midnight-buffer-display-time): Use
6370 `with-current-buffer'.
6371
6372 2000-07-25 Gerd Moellmann <gerd@gnu.org>
6373
6374 * find-dired.el: Update copyright notice.
6375 (find-dired): Offer to kill a running `find'.
6376
6377 * enriched.el (enriched-face-ans): For a `foreground-color'
6378 property, return '(("x-color" COLOR))' so that COLOR will be
6379 output as a parameter of the x-color annotation. Likewise for the
6380 `background-color' property. In the case of normal face
6381 properties, don't return annotations for unspecified foreground
6382 and background face attributes.
6383
6384 2000-07-25 Kenichi Handa <handa@etl.go.jp>
6385
6386 * language/japan-util.el (japanese-katakana-region): Fix handling
6387 HANKAKU argument.
6388
6389 2000-07-25 Miles Bader <miles@gnu.org>
6390
6391 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6392 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6393 constrain-to-field.
6394
6395 2000-07-24 Andrew Innes <andrewi@gnu.org>
6396
6397 * timer.el (timer-activate-when-idle): Add optional parameter
6398 DONT-WAIT. Update docstring.
6399 (run-with-idle-timer): Specify extra parameter to
6400 timer-activate-when-idle, so that timer will be activated
6401 immediately if Emacs is already idle.
6402
6403 * w32-fns.el (w32-using-nt): Fix docstring.
6404
6405 2000-07-24 Dave Love <fx@gnu.org>
6406
6407 * mouse.el (popup-menu): Set last-command-event.
6408 (mouse-major-mode-menu-prefix): Declare.
6409
6410 2000-07-24 Gerd Moellmann <gerd@gnu.org>
6411
6412 * textmodes/flyspell.el: Update to author's version 1.5d.
6413
6414 * progmodes/hideshow.el: Update copyright notice.
6415
6416 * vcursor.el: Set maintainer to FSF, since author cannot
6417 be reached.
6418
6419 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6420
6421 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6422 the prompt.
6423
6424 * mouse.el (popup-menu): Run the keymap through indirect-function,
6425 in case it was defined with define-prefix-key. If the menu is a
6426 list of keymaps, look up the binding of user's choice in each one
6427 of the keymaps.
6428 (mouse-popup-menubar): If the global and local menu-bar keymaps
6429 don't have a prompt string, create one and insert it into the
6430 keymap. Don't barf if current-local-map returns nil.
6431
6432 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6433
6434 * dired.el (dired-sort-R-check): Added to allow recursive listing
6435 to be undone.
6436 (dired-sort-other): Use it.
6437
6438 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6439
6440 * Release of cc-mode 5.27
6441
6442 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6443
6444 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6445 c-beginning-of-statement-1 that caused a bad case of recursion
6446 which could consume a lot of CPU in large classes in languages
6447 that have in-expression classes (i.e. Java and Pike).
6448
6449 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6450 statements before top level constructs (i.e. case 6 is moved
6451 before case 5 and is now case 4) to catch in-expression
6452 classes in top level expressions correctly.
6453
6454 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6455
6456 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6457 objc-method-intro. Case 4 removed and case 5I added.
6458
6459 * cc-langs.el (c-append-paragraph-start): New variable used by
6460 c-common-init to get paragraph-start correct.
6461 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6462 initialize paragraph-start to make it correct both with and
6463 without the javadoc special case.
6464
6465 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6466 initialize paragraph-start for javadoc markup.
6467
6468 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6469 change by defaulting this to t. It's motivated by the
6470 confusing behavior that otherwise arise from the style system
6471 when editing both java and non-java files at the same time
6472 (see the comments about style setting in c-common-init).
6473
6474 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6475
6476 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6477 similar to the one in c-fill-paragraph to check the fill
6478 prefix from the adaptive fill function for sanity.
6479
6480 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6481
6482 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6483 defun block.
6484
6485 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6486
6487 * cc-mode.texi Documented the change of cpp-macro.
6488
6489 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6490
6491 * cc-align.el (c-lineup-multi-inher): Handle lines with
6492 leading comma nicely. Extended to handle member initializers
6493 too.
6494
6495 * cc-engine.el: (c-beginning-of-inheritance-list,
6496 c-guess-basic-syntax): Fixed recognition of inheritance lists
6497 when the lines begins with a comma.
6498
6499 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6500
6501 * cc-vars.el (c-offsets-alist): Changed default for
6502 member-init-cont to c-lineup-multi-inher since it now handles
6503 member initializers and indents better for leading commas.
6504
6505 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6506
6507 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6508 handling that caused class open lines to be recognized as
6509 statement-conts in some cases.
6510
6511 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6512 guessed by the adaptive fill function unless point is on the
6513 first line of a block comment.
6514
6515 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6516 when the buffer ends with a macro continuation char.
6517
6518 * cc-engine.el (c-guess-basic-syntax): Added support for
6519 function definitions as statements in Pike. The first
6520 statement in a lambda block is now labeled defun-block-intro
6521 instead of statement-block-intro.
6522
6523 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6524 so that the class surrounding point is selected, not the one
6525 innermost in the state.
6526
6527 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6528 recognition of switch labels having hanging multiline
6529 statements.
6530
6531 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6532 some code in c-guess-basic-syntax to a separate function.
6533 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6534 recognition of member inits with multiple line arglists.
6535 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6536 member-init-cont when the commas are in funny places.
6537
6538 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6539
6540 * cc-defs.el (c-auto-newline): Removed this macro since it's
6541 not used anymore.
6542
6543 * cc-engine.el (c-looking-at-bos): New helper function.
6544 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6545 inexpr and toplevel classes apart in Pike.
6546
6547 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6548 of case 9A.
6549
6550 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6551 constant, since "class" can introduce an in-expression class
6552 in Pike nowadays.
6553
6554 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6555
6556 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6557 indentation on cpp-macro lines.
6558
6559 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6560 a syntax modifier like comment-intro, to make it possible to
6561 get syntactic indentation for preprocessor directives. It's
6562 incompatible wrt to lineup functions on cpp-macro, but it has
6563 no observable effect in the 99.9% common case where cpp-macro
6564 is set to -1000.
6565
6566 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6567
6568 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6569 member-init-cont when the preceding arglist is several lines.
6570
6571 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6572
6573 * cc-styles.el (c-style-alist): The basic offset for the BSD
6574 style corrected to 8.
6575
6576 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6577
6578 * cc-styles.el (c-style-alist): Adjusted the indentation of
6579 brace list openers in the gnu style.
6580
6581 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6582
6583 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6584
6585 * cc-cmds.el (c-electric-brace, c-electric-slash,
6586 c-electric-star, c-electric-semi&comma, c-electric-colon,
6587 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6588 when c-syntactic-indentation is nil.
6589
6590 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6591 we were left at comments preceding the first statement when
6592 reaching the beginning of the buffer.
6593
6594 * cc-vars.el (c-syntactic-indentation): New variable to turn
6595 off all syntactic indentation.
6596
6597 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6598
6599 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6600 between the text and the block comment ender when it hangs,
6601 depending on how many there are before the fill.
6602
6603 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6604
6605 * cc-engine.el (c-beginning-of-closest-statement): New helper
6606 function to go back to the closest preceding statement start,
6607 which could be inside a conditional statement.
6608 * cc-engine.el (c-guess-basic-syntax): Use
6609 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6610
6611 * cc-engine.el (c-guess-basic-syntax): Better handling of
6612 arglist-intro, arglist-cont-nonempty and arglist-close when
6613 the arglist is nested inside parens. Cases 7A, 7C and 7F
6614 changed.
6615
6616 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6617 up-to-date with javadoc 1.2.
6618
6619 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6620
6621 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6622 multiline Pike type decls.
6623
6624 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6625
6626 * cc-cmds.el (c-indent-new-comment-line): Always break
6627 multiline comments in multiline mode, regardless of
6628 comment-multi-line.
6629
6630 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6631
6632 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6633 fully::qualified::names in C++ member init lists. Preamble in
6634 case 5D changed.
6635
6636 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6637
6638 * cc-langs.el (c-common-init): Handling of obsolete variables
6639 moved to c-initialize-cc-mode. More compatible style override
6640 when using global style variables.
6641 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6642 variables moved here.
6643
6644 * cc-mode.texi: Documented the special behavior of
6645 c-special-indent-hook as a style variable. Don't talk about
6646 doing (c-make-styles-buffer-local t) in a mode hook, since
6647 that's already too late to work right.
6648
6649 * cc-styles.el (c-make-styles-buffer-local): Flag style
6650 variable localness in c-style-variables-are-local-p to make
6651 the compatibility measure in c-common-init work well.
6652
6653 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6654 longer contain set-from-style.
6655 * cc-styles.el (c-initialize-builtin-style): Don't check for
6656 set-from-style on c-special-indent-hook.
6657 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6658 copy-alist is sufficient now.
6659
6660 * cc-styles.el (c-set-style, c-set-style-1,
6661 c-get-style-variables): Fixes to variable initialization so
6662 that duplicate entries in styles have the same effect
6663 regardless of DONT-OVERRIDE.
6664
6665 * cc-styles.el (c-set-style-2): Fixed bug where the
6666 initialization of inheriting styles failed when the
6667 dont-override flag is set.
6668
6669 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6670 on this.
6671
6672 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6673
6674 * cc-defs.el (c-forward-comment): Removed the workaround
6675 introduced in 5.38 since it had worse side-effects. If a line
6676 contains the string "//\"", it regarded the // as a comment
6677 start since the \ temporarily doesn't have escape syntax.
6678
6679 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
6680
6681 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6682 ada-xref.el before ada-prj.el, so that the Project menu is created
6683 when ada-prj tries to add to it.
6684 (ada-activate-keys-for-case): Suppress the characters that are not
6685 part of the Ada syntax. Better compatibility with else-mode
6686 (ada-adjust-case-interactive): When auto-casing is not active,
6687 correctly insert newlines (used to insert only ^M). Prevent the
6688 syntax table from being changed in case of an error
6689 (or '_' becomes part of a word and some commands are confused).
6690 Do nothing if ada-auto-case is nil.
6691 (ada-after-keyword-p): Ignore keywords that are also attributes
6692 (ada-batch-reformat): Update usage comment
6693 (ada-call-from-contextual-menu): New function
6694 (ada-case-read-exceptions): Reinitialize the casing exception list
6695 first to nil first, so that the casing exception file can be
6696 shared.
6697 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6698 files.
6699 (ada-compile-goto-error): Fix regexp used to detect a file:line
6700 anywhere in the error message
6701 (ada-contextual-menu-last-point): New variable
6702 (ada-create-keymap): If the variable delete-key-deletes-forward is
6703 t on XEmacs, it means that DEL should delete one character
6704 forward.
6705 (ada-create-menu): Use :included instead of :visible for XEmacs.
6706 New submenu "Options".
6707 (ada-end-stmt-re): Correctly indent "select ... then abort"
6708 statements.
6709 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6710 even if they don't match ada-fill-comment-prefix Fix handling of
6711 paragraphs on the first or last line of a file.
6712 (ada-format-paramlist): Fix handling of default parameter values.
6713 (ada-get-body-name): New function.
6714 (ada-get-current-indent): Optimized by searchling directly for an
6715 existing generic part or a statement outside of it. Handle
6716 ada-indent-align-comments when indenting comments Replaced some
6717 regexps by testing directly the next character. This results in a
6718 huge speedup on some files. New indentation scheme for renames
6719 statements. Stop looking for the 'while' or 'for' associated with
6720 a 'loop' at the first semicolon encountered. A "return" can also
6721 match an anonymous access subprogram declaration.
6722 (ada-get-indent-noindent): Ignore strings and comments when
6723 looking for the keywords "record" and "private".
6724 (ada-goto-matching-decl-start): When matching "if", make sure we
6725 are not in fact seeing "end if". Ignore "when" statements except
6726 when initial keyword was "begin". Fix handling of nested
6727 procedures. Add a recursive call to this function to skip over
6728 other 'end' statmts. Fix indentation for "when .. => begin"
6729 (ada-in-open-paren-p): Fix indentation for complex boolean
6730 expressions, where 'and then', 'or else' and parenthesis
6731 statements are mixed up.
6732 (ada-in-paramlist-p): Skip comments while searching for the
6733 beginning Fix handling of operator declarations.
6734 (ada-indent-align-comments): New variable
6735 (ada-indent-current): Change the syntax table only in the
6736 protected section, so that we are sure it is restored correctly.
6737 (ada-indent-on-previous-lines): Use ada-use-indent and
6738 ada-with-indent Correctly indent "select ... then"
6739 (ada-indent-region): Slight speedup.
6740 (ada-indent-renames): New variable.
6741 (ada-last-which-function-subprog, ada-last-which-function-line):
6742 New variables
6743 (ada-looking-at-semi-private): Correctly indent the 'private'
6744 keyword when it is the first word in a package declaration.
6745 (ada-loose-case-word): Stop searching if at the end of the buffer.
6746 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6747 even if point is not initially at the end of the word.
6748 (ada-matching-decl-start-re): Add "when".
6749 (ada-mode): Add support for abbrev-mode, outline-mode and
6750 which-func-mode Override the old find-file.el entry in
6751 ff-special-constructs since it is using the obsolete
6752 ada-spec-suffix variable
6753 (ada-no-auto-case): New function
6754 (ada-scan-paramlist): When parsing the argument type, accept
6755 spaces (as in "X 'Class", generated by Rational Rose).
6756 (ada-other-file-name): No longer loads the other file.
6757 (ada-popup-menu): Save and restore the current buffer and cursor
6758 position before and after displaying the menu.
6759 (ada-search-ignore-complex-boolean): New function.
6760 (ada-uncomment-region): Emacs21 already knows how to delete
6761 comments not starting in the first column.
6762 (ada-use-indent): New variable
6763 (ada-which-function): New function.
6764 (ada-with-indent): New variable
6765 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6766 can be batch-compiled from the command line.
6767
6768 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6769 Add to the menu when the file is loaded, not in ada-mode-hook.
6770 Add -toolbar to the default ddd command Switches moved from
6771 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6772 ada-prj-default-comp-opt
6773 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6774 Reference Manual to the menu
6775 (ada-check-current): rewritten as a call to ada-compile-current
6776 (ada-compile): Removed.
6777 (ada-compile-application, ada-compile-current, ada-check-current):
6778 Set the compilation-search-path so that compile.el automatically
6779 finds the sources in src_dir. Automatic scrollong of the
6780 compilation buffer. C-uC-cC-c asks for confirmation before
6781 compiling
6782 (ada-compile-current): New parameter, prj-field
6783 (ada-complete-identifier): Load the .ali file before doing
6784 processing
6785 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6786 conform to gnatmake's behavior.
6787 (ada-find-file-in-dir): New function
6788 (ada-find-references): Set the environment variables for gnatfind
6789 (ada-find-src-file-in-dir): New function.
6790 (ada-first-non-nil): Removed
6791 (ada-gdb-application): Add support for jdb, the java debugger.
6792 (ada-get-ada-file-name): Load the original-file first if not done
6793 yet.
6794 (ada-get-all-references): Handles the new ali syntax (parent types
6795 are found between <>).
6796 (ada-initialize-runtime-library): New function
6797 (ada-mode-hook): Always load a project file when a file is opened,
6798 so that the casing exceptions are correctly read.
6799 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6800 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6801 to open the project file, since the latter does not work with
6802 speedbar Get default values before loading the prj file, or the
6803 default executable file name is wrong. Use the absolute value of
6804 src_dir to initialize ada-search-directories and
6805 compilation-search-path,... Add the standard runtime library to
6806 the search path for find-file.
6807 (ada-prj-default-debugger): Was missing an opening '{'
6808 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6809 variables.
6810 (ada-prj-default-gnatmake-opt): New variable
6811 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6812 buffers, the project file is the default one Save the windows
6813 configuration before displaying the menu.
6814 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6815 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6816 ...) regexp-quote identifiers names to support operators +,
6817 -,... in regexps.
6818 (ada-remote): New function.
6819 (ada-run-application): Erase the output buffer before starting the
6820 run Support remote execution of the application. Use
6821 call-process, or the arguments are incorrectly parsed
6822 (ada-set-default-project-file): Reread the content of the active
6823 project file, not the one from the current buffer When a project
6824 file is set as the default project, all directories are
6825 automatically associated with it.
6826 (ada-set-environment): New function
6827 (ada-treat-cmd-string): New special variable ${current}
6828 (ada-treat-cmd-string): Revised. The substitution is now done for
6829 any ${...} substring
6830 (ada-xref-current): If no body was found, compiles the spec
6831 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6832 compiler to get rid of command line length limitations.
6833 (ada-xref-get-project-field): New function
6834 (ada-xref-project-files): New variable
6835 (ada-xref-runtime-library-specs-path)
6836 (ada-xref-runtime-library-ali-path): New variables
6837 (ada-xref-set-default-prj-values): Default run command now does a
6838 cd to the build directory. New field: main_unit Provide a default
6839 file name even if the current buffer has no prj file.
6840
6841 * ada-prj.el:
6842 Rewritten to show a tabbed-dialog.
6843 (ada-prj-add-ada-menu): Remove the map and name parameters.
6844 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6845 New function
6846 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6847 (ada-prj-load-from-file): New function
6848 (ada-prj-save): Always save fields that depend on the current buffer
6849 (ada-prj-show-value): New function
6850
6851 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6852 Ada mode. This will allow us to display the Ada menu in any buffer
6853 we want (for project items).
6854 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6855 number of spaces in the header.
6856
6857 2000-07-24 Dave Love <fx@gnu.org>
6858
6859 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6860
6861 2000-07-23 Noah Friedman <friedman@splode.com>
6862
6863 * type-break.el (type-break): perform autosave.
6864 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6865 (type-break-do-query): Cancel query schedule while performing
6866 actual query, to avoid possibility of a second query being made
6867 while first one is already in progress.
6868 (type-break-time-stamp-format): New variable.
6869 (type-break-time-stamp): New function.
6870 (type-break-time-warning): Use it.
6871 (type-break-keystroke-warning): Use it.
6872 (type-break-noninteractive-query): Use it.
6873
6874 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6875 cookie.
6876 Use add-minor-mode to set minor-mode-alist, if available.
6877 (eldoc-echo-area-use-multiline-p): New user option.
6878 (eldoc-echo-area-multiline-supported-p): New variable.
6879 (eldoc-docstring-format-sym-doc): Use them.
6880 (eldoc-mode): If not using idle timers, append to local post and
6881 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6882 (eldoc-display-message-no-interference-p): Don't interfere with
6883 edebug.
6884 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6885 (eldoc-function-arglist): New function.
6886 (eldoc-function-argstring): Use it.
6887
6888 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6889 auto save directory exists before calling directory-files.
6890
6891 2000-07-23 Dave Love <fx@gnu.org>
6892
6893 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6894 ^o, ^u.
6895
6896 2000-07-21 Dave Love <fx@gnu.org>
6897
6898 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6899 now passed to the function. It now works properly.
6900
6901 * smerge-mode.el (smerge-mode-menu): Fill it out.
6902
6903 2000-07-20 Gerd Moellmann <gerd@gnu.org>
6904
6905 * info-look.el (info-lookup): If *info* is shown in another frame
6906 on the same display, select that frame, instead of switching to
6907 the Info buffer in another window of the selected frame.
6908
6909 * simple.el (universal-argument-map): Bind numeric keypad keys
6910 kp-0 to kp-9 and kp-subtract.
6911 (digit-argument): Handle these keys.
6912
6913 2000-07-20 Dave Love <fx@gnu.org>
6914
6915 * net/goto-addr.el (goto-address-fontify): Don't bother with
6916 buffer-modified and read-only stuff -- irrelevant with overlays.
6917 Put an extra property on the overlays and use it to clean up in
6918 case goto-address is re-run.
6919
6920 2000-07-19 Richard M. Stallman <rms@gnu.org>
6921
6922 * timer.el (run-with-idle-timer): Doc fix.
6923
6924 * mail/mail-utils.el (mail-strip-quoted-names):
6925 Handle case where <...> appears inside "...".
6926 Use replace-match to edit the string more simply.
6927 (rmail-dont-reply-to): Cope with an unmatched ".
6928
6929 2000-07-19 Dave Love <fx@gnu.org>
6930
6931 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6932 implementation.
6933
6934 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6935 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6936 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6937
6938 2000-07-19 Gerd Moellmann <gerd@gnu.org>
6939
6940 * textmodes/refer.el: Correct maintainer's email address.
6941
6942 * progmodes/hideif.el: Correct author's email address.
6943 Fix typo in comment.
6944
6945 * xml.el: New file.
6946
6947 * mail/mailheader.el: Correct author's mail address.
6948
6949 * gnus/parse-time.el: Correct author's mail address.
6950
6951 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
6952
6953 * comint.el (comint-highlight-input, comint-highlight-face):
6954 New user options.
6955 (comint-input-ring-file-name): Change custom type.
6956 (comint-mode-map): Bind mouse-2.
6957 (comint-insert-clicked-input): New function.
6958 (comint-send-input): Handle input highlighting.
6959
6960 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6961
6962 * mouse.el (popup-menu): New function.
6963 (mouse-major-mode-menu): Use it.
6964
6965 2000-07-18 Dave Love <fx@gnu.org>
6966
6967 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6968 improvements.
6969
6970 2000-07-18 Gerd Moellmann <gerd@gnu.org>
6971
6972 * faces.el (face-font-selection-order)
6973 (face-font-family-alternatives): Add custom type.
6974
6975 2000-07-18 Dave Love <fx@gnu.org>
6976
6977 * cus-edit.el (custom-variable-reset-saved)
6978 (custom-variable-reset-standard): Remove unused bindings.
6979
6980 * rect.el (open-rectangle-line): Remove unused let.
6981
6982 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6983
6984 2000-07-18 Gerd Moellmann <gerd@gnu.org>
6985
6986 * cdl.el: Fix `Maintainer' keyword.
6987
6988 * play/pong.el: Add author's email address.
6989
6990 2000-07-17 Sam Steingold <sds@gnu.org>
6991
6992 * files.el (insert-directory): Call `split-string' instead of
6993 re-implementing it.
6994
6995 2000-07-18 Gerd Moellmann <gerd@gnu.org>
6996
6997 * mail/vms-pmail.el: Change maintainer to FSF.
6998
6999 * net/goto-addr.el: Change maintainer to FSF.
7000
7001 * recentf.el: Update from author.
7002
7003 * info.el (Info-title-face-alist): Removed.
7004
7005 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7006
7007 * eshell/eshell.el (eshell): Replace links to eshell.info with
7008 links to eshell, to avoid problems on systems where the manual is
7009 installed as `eshell'.
7010 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7011 * eshell/em-smart.el (eshell-smart): Ditto.
7012 * eshell/em-banner.el (eshell-banner): Ditto.
7013 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
7014
7015 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7016 same-file check in the MS-DOS version (it does support inodes).
7017
7018 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7019
7020 * eshell/eshell.el (eshell-directory-name):
7021 Run default directory name through convert-standard-filename.
7022
7023 2000-07-18 Kenichi Handa <handa@etl.go.jp>
7024
7025 * international/mule-cmds.el (select-safe-coding-system):
7026 Fix typo in the comment.
7027
7028 * language/european.el (compound-text):
7029 Force katakana-jisx0201 to be designated to G1.
7030
7031 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7032 Don't translate some national variant characters of latin-jisx0201.
7033 (x-ctext): Force katakana-jisx0201 to be designated to G1.
7034
7035 * international/kkc.el (kkc-after-update-conversion-functions):
7036 New variable.
7037 (kkc-update-conversion): Run functions in it at the tail.
7038
7039 2000-07-16 John Wiegley <johnw@gnu.org>
7040
7041 * lisp/align.el (align-newline-and-indent):
7042 Adding new function. for auto-aligning blocks of code on RET.
7043 (align-region): Fixed badly formatted minibuffer message.
7044
7045 2000-07-17 Kenichi Handa <handa@etl.go.jp>
7046
7047 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7048 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7049 the conversion list at first if appropriate.
7050 (kkc-next): Don't update kkc-next-count here.
7051 (kkc-prev): Don't update kkc-prev-count here.
7052 (kkc-show-conversion-list-update): Fix setting up of conversion
7053 list message.
7054
7055 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7056
7057 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
7058
7059 2000-07-16 Dave Love <fx@gnu.org>
7060
7061 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7062 function to be more specific.
7063
7064 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7065 non-string help-echo.
7066 (widget-types-convert-widget): Defsubst it.
7067 (widget-echo-help): Try to cope with a help-echo function of two
7068 possible sorts.
7069
7070 2000-07-15 Jason Rumney <jasonr@gnu.org>
7071
7072 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7073 Declare as obsolete.
7074
7075 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7076
7077 2000-07-14 Gerd Moellmann <gerd@gnu.org>
7078
7079 * hilit-chg.el: Fix typo.
7080
7081 2000-07-14 Dave Love <fx@gnu.org>
7082
7083 * info.el (Info-mode-menu): Fix use of :help, :enable.
7084
7085 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7086
7087 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7088
7089 2000-07-13 Dave Love <fx@gnu.org>
7090
7091 * emacs-lisp/easymenu.el: Doc fixes.
7092 (easy-menu-remove): Defalias to ignore.
7093
7094 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7095 Call throw correctly.
7096
7097 2000-07-13 Gerd Moellmann <gerd@gnu.org>
7098
7099 * faces.el (frame-background-mode): Doc fix.
7100
7101 * simple.el (eval-expression-print-length): Change custom type to
7102 allow entering nil as value.
7103
7104 2000-07-13 Dave Love <fx@gnu.org>
7105
7106 * progmodes/fortran.el (fortran-imenu-generic-expression):
7107 Change definition layout.
7108 (fortran-mode-menu): Reinstate customize entries.
7109
7110 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7111 Use :filter, per old XEmacs code.
7112
7113 2000-07-12 Gerd Moellmann <gerd@gnu.org>
7114
7115 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7116 event when deciding what to send to the terminal.
7117
7118 2000-07-12 Dave Love <fx@gnu.org>
7119
7120 * cus-start.el: Add optional version as 4th element of specs and
7121 use it for several things new in v21. Remove load-path. Fix type
7122 of line-number-display-limit.
7123
7124 2000-07-11 Dave Love <fx@gnu.org>
7125
7126 * progmodes/fortran.el: Don't require easymenu.
7127 Use repeat counts in various regexps.
7128 (fortran-mode-syntax-table): Defvar directly.
7129 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
7130 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7131 Use defvar, not defconst.
7132 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
7133 (fortran-mode): Set fortran-comment-line-start-skip,
7134 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7135 (fortran-comment-indent): Use defsubst.
7136 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7137 Use fortran-comment-indent, not fortran-comment-indent-function.
7138 (fortran-comment-region, fortran-electric-line-number): Simplify.
7139 (fortran-auto-fill): New function.
7140 (fortran-do-auto-fill): Deleted.
7141 (fortran-find-comment-start-skip):
7142 Check for non-null comment-start-skip.
7143 (fortran-auto-fill-mode, fortran-fill-statement):
7144 Use fortran-auto-fill.
7145 (fortran-fill): Use fortran-auto-fill. Check for null
7146 comment-start-skip. Simplify final clause and use end-of-line finally.
7147
7148 * widget.el (widget-plist-member): New alias.
7149
7150 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7151
7152 * eshell/esh-module.el (toplevel): Reference
7153 byte-compile-current-file only if it is bound.
7154
7155 2000-07-10 Gerd Moellmann <gerd@gnu.org>
7156
7157 * dired.el: Don't require `dired-aux'.
7158
7159 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7160
7161 * dired-aux.el (dired-show-file-type): New function.
7162 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7163 (dired-show-file-type): Add autoload.
7164
7165 2000-07-10 Kenichi Handa <handa@etl.go.jp>
7166
7167 * international/mule-diag.el (describe-font): Adjusted for the
7168 change of fontset-info.
7169 (print-fontset): Likewise.
7170
7171 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7172
7173 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7174
7175 2000-07-07 Gerd Moellmann <gerd@gnu.org>
7176
7177 * bindings.el: Bind `[delete]' to delete-char.
7178
7179 * dired.el (dired-find-alternate-file): New function.
7180 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7181 (toplevel): Require dired-aux when compiling.
7182 (dired-buffers): Move defvar within file to avoid compiler warning.
7183
7184 * info.el (Info-last-search): Variable removed.
7185 (Info-search-history): New variable.
7186 (Info-search): New Info-search-history.
7187
7188 * battery.el, info-look.el: Change author's mail address.
7189
7190 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7191
7192 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7193 if rmail-ignored-headers is nil.
7194 (rmail-retry-failure): Bind rmail-ignored-headers and
7195 rmail-displayed-headers to nil.
7196
7197 2000-07-06 Gerd Moellmann <gerd@gnu.org>
7198
7199 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7200 (print-region-1): Don't hard code `-h' here.
7201
7202 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7203
7204 2000-07-01 Francesco Potorti` <pot@gnu.org>
7205
7206 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7207 exim can use "your message" instead of "the message".
7208
7209 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7210
7211 * facemenu.el: Docstrings fixes.
7212 (facemenu-get-face): Don't use internal-find-face.
7213 (facemenu-iterate): Rename arg to match the docstring.
7214
7215 * newcomment.el (uncomment-region): Be more careful when skipping
7216 backwards over `=' not to bump into BOBP.
7217
7218 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
7219
7220 * ediff-diff.el (ediff-wordify): Use syntax table.
7221 * ediff-init.el (ediff-has-face-support-p): Use
7222 ediff-color-display-p.
7223 (ediff-color-display-p): Use display-color-p, changed to defun
7224 from defsubst.
7225 Got rid of special cases for NeXT and OS/2.
7226 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
7227 face.
7228
7229 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * emacs-lisp/lucid.el: Require CL.
7232 (copy-tree, remprop): Remove, it's provided by CL.
7233 (map-keymap): Define in terms of cl-map-keymap.
7234 (extent-property, set-extent-end-glyph): New functions.
7235
7236 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7237
7238 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7239
7240 * Makefile.in (DONTCOMPILE): Add comment that the name may
7241 not be changed without changing the make-dist script.
7242
7243 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
7244 (cl-mapc): Use mapc instead of cl-old-mapc.
7245
7246 2000-07-05 Andrew Innes <andrewi@gnu.org>
7247
7248 * makefile.nt: Add support for `bootstrap' and related targets.
7249
7250 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7251
7252 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7253 (easy-menu-do-define): Use `menu-item' format.
7254 Handle case where easy-menu-create-menu returns a symbol.
7255 Manually call the potential top-level filter in the function binding.
7256 (easy-menu-filter-return): New arg NAME.
7257 Convert to a keymap if MENU is an XEmacs menu.
7258 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7259 (easy-menu-converted-items-table, easy-menu-convert-item):
7260 New var and fun to memoize easy-menu-convert-item-1.
7261 (easy-menu-do-add-item): Use it.
7262 (easy-menu-create-menu): Use easy-menu-convert-item.
7263 Wrap easy-menu-filter-return around any :filter specification.
7264 Don't convert the menu if a filter was specified.
7265 Tell easy-menu-make-symbol not to check for MENU being an expression.
7266 (easy-menu-make-symbol): New arg NOEXP.
7267
7268 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7269
7270 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7271 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7272 (eval-defun): If called with prefix arg, instrument code for
7273 Edebug.
7274
7275 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7276 similar to that of eval-defun.
7277
7278 2000-07-04 Dave Love <fx@gnu.org>
7279
7280 * hl-line.el (hl-line-overlay): Make it permanent-local.
7281
7282 * calendar/todo-mode.el: Replaced with a working version, based on
7283 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7284
7285 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
7286
7287 * paths.el (prune-directory-list): New function.
7288 (Info-default-directory-list): Rewritten to more methodically
7289 enumerate a big list of possible info directories (based on the
7290 list used by the standalone info reader).
7291
7292 * info.el (info-initialize): Use prune-directory-list to remove
7293 non-existent directories from Info-directory-list.
7294
7295 * paths.el (Info-default-directory-list): Try a list of possible
7296 info-directories instead of a single one. Add the possible
7297 info directory "/usr/share/info".
7298
7299 * woman.el (woman-man.conf-path): Explicitly include the debian
7300 man-db config file "/etc/manpath.config".
7301 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7302 are present in `manpath.config'.
7303 (woman-manpath): Include "/usr/share/man".
7304
7305 2000-07-03 Gerd Moellmann <gerd@gnu.org>
7306
7307 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7308
7309 * startup.el (command-line): Initialize blink-cursor based
7310 on window-system.
7311
7312 * frame.el (blink-cursor): Default to nil if not running under
7313 a window-system.
7314
7315 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7316 (face-x-resources): Remove duplicate entry for :font.
7317
7318 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7319 instead of cycling through windows with next-window.
7320
7321 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7322 of cycling through windows with next-window.
7323
7324 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7325 of cycling through windows with next-window.
7326
7327 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7328 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7329 instead of cycling through windows with next-window.
7330
7331 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7332 instead of cycling through windows with next-window.
7333
7334 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7335 of cycling through windows with next-window.
7336
7337 * terminal.el (te-process-output): Use walk-windows instead of
7338 cycling through windows with next-window.
7339
7340 * server.el (server-switch-buffer): Use some-window instead of
7341 cycling through windows with next-window.
7342
7343 * window.el (some-window): New function.
7344 (walk-windows): Remove reference to walk-windows-start.
7345
7346 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
7347
7348 2000-07-03 Richard Stallman <rms@gnu.org>
7349
7350 * window.el (walk-windows): Guarantee termination by keeping a list
7351 of all the windows already handled.
7352
7353 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7354
7355 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7356 window-system.
7357
7358 * man.el (Man-notify-when-ready): Don't use window-system. If
7359 Man-notify-method is newframe, and the display is not
7360 multi-frame, select the frame created for the man page.
7361 (Man-init-defvars): Doc fix.
7362
7363 2000-06-28 Gerd Moellmann <gerd@gnu.org>
7364
7365 * faces.el (region): Change background color for light background.
7366
7367 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7368 attribute from mode-line face of Ediff control frame.
7369
7370 * replace.el (query-replace-map): Bind `e' like `E'.
7371
7372 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7373
7374 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7375 Change name to "Select All".
7376
7377 * dos-fns.el (convert-standard-filename): Fix last change.
7378
7379 2000-06-27 Gerd Moellmann <gerd@gnu.org>
7380
7381 * help.el (describe-variable): Don't insert a second `'s' in front
7382 of the string `value is shown below'. Since the syntax-table is
7383 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7384 an existing `'s', so that this won't be deleted.
7385
7386 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7387 * pcmpl-unix.el: New files.
7388
7389 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7390
7391 * wid-edit.el (widget-member): Use the new plist-member.
7392
7393 2000-06-26 Gerd Moellmann <gerd@gnu.org>
7394
7395 * replace.el (perform-replace): Undo change of 2000-04-04.
7396 Instead, move backward 1 character at the end of the loop when
7397 necessary.
7398
7399 * faces.el (fringe): Change face for different backgrounds.
7400
7401 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7402 patch from John.
7403
7404 * eshell/*.el: Change spelling of the Free Software Foundation.
7405
7406 * eshell/esh-toggle.el: Removed.
7407
7408 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7409
7410 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7411 interactively.
7412
7413 2000-06-26 Alex Schroeder <alex@gnu.org>
7414
7415 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7416 `define-key'; instead of checking `(emacs-version)' check for
7417 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7418 for `;' and `o' which might be electric.
7419
7420 (sql-electric-stuff): New user option.
7421 (sql-magic-go): New function which uses `sql-electric-stuff'.
7422 (sql-magic-semicolon): New function which uses
7423 `sql-electric-stuff'.
7424
7425 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7426 is not fboundp.
7427
7428 (sql-oracle-options): New variable.
7429 (sql-oracle): Use it.
7430
7431 (sql-imenu-generic-expression): Doc change.
7432 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7433 is used.
7434
7435 (sql-informix): Added command line parameter "-" to force
7436 sql-informix-program to use stdout.
7437
7438 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7439
7440 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7441 (cp864-decode-table): Doc fix.
7442 (cp720-decode-table): New variable, supports the Arabic OEM
7443 codepage used by Windows.
7444 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7445
7446 2000-06-23 Dave Love <fx@gnu.org>
7447
7448 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7449 (font-lock-fontify-anchored-keywords): Use
7450 line-beginning-position.
7451 (global-font-lock-mode): Use mapc.
7452
7453 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7454
7455 * eshell/esh-module.el: Require CL when compiling.
7456
7457 2000-06-23 Gerd Moellmann <gerd@gnu.org>
7458
7459 * comint.el (comint-substitute-in-file-name): Call replace-match
7460 with second and third arg t.
7461
7462 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7463 Specify foreground color.
7464
7465 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7466 color.
7467
7468 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7469
7470 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7471 cddr instead of cdddr.
7472
7473 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7474 instead of copy-list.
7475
7476 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7477 of copy-list.
7478
7479 * subdirs.el: Add eshell subdirectory.
7480
7481 * eshell: New subdirectory containing the Eshell package.
7482
7483 * pcomplete.el: New file.
7484
7485 2000-06-23 Paul Eggert <eggert@twinsun.com>
7486
7487 * mail/mailpost.el (post-mail-send-it): Make sure file has
7488 proper permissions from birth.
7489
7490 * files.el (basic-save-buffer-2): When temporarily setting
7491 file modes, set them to current modes plus 0200, not to 0777.
7492
7493 * emerge.el (emerge-make-temp-file): Make sure file has proper
7494 permissions from birth.
7495
7496 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7497
7498 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7499 backup file name through convert-standard-filename.
7500
7501 * dos-fns.el (convert-standard-filename): Convert leading
7502 directories as well. When long file names are supported, convert
7503 characters that are invalid in Windows file names.
7504
7505 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7506
7507 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7508 ps-print crashes. New feature: page selection for printing. Create
7509 raw-text-unix coding system for XEmacs. Doc fix.
7510 (ps-print-version): New version number (5.2.3).
7511 (ps-plot-region): Bug fix.
7512 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7513 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7514 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7515 funs.
7516 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7517 (ps-last-page): New vars.
7518
7519 2000-06-21 Gerd Moellmann <gerd@gnu.org>
7520
7521 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7522 empty option string.
7523
7524 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7525
7526 * man.el (man): Doc fix.
7527
7528 2000-06-21 Kenichi Handa <handa@etl.go.jp>
7529
7530 * international/mule-cmds.el (set-language-info-alist): Docstring
7531 fixed.
7532
7533 2000-06-20 Gerd Moellmann <gerd@gnu.org>
7534
7535 * version.el (emacs-version): Use ISO date format.
7536
7537 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7538 instead of `M-backspace'.
7539
7540 * simple.el (turn-off-auto-fill): New function.
7541
7542 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7543
7544 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7545 Renamed from with-buffer-prepared-for-font-lock and use
7546 inhibit-modification-hooks rather than setting *-change-functions.
7547 Update all functions to use the new name.
7548 (jit-lock-first-unfontify-pos): New semantics (and doc).
7549 (jit-lock-mode): Make non-interactive.
7550 Don't automatically turn on font-lock.
7551 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7552 Always use jit-lock-after-change.
7553 Remove and restore font-lock-after-change-function.
7554 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7555 (jit-lock-after-unfontify-buffer): Remove.
7556 (jit-lock-stealth-fontify):
7557 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7558 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7559
7560 2000-06-20 Sam Steingold <sds@gnu.org>
7561
7562 * emacs-lisp/cl-indent.el (toplevel): Indent
7563 `print-unreadable-object' properly. Untabify.
7564
7565 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7566
7567 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7568 Support for bibentry.
7569 (reftex-compile-variables): Fixed problem with end of section-re.
7570
7571 * texmodes/reftex-dcr.el (reftex-view-crossref,
7572 reftex-view-crossref-from-bibtex):
7573 Deal with changed `reftex-find-citation-regexp-format'.
7574 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7575 Replaced `remprop' with `put'.
7576 (reftex-view-crossref, reftex-view-crossref-when-idle):
7577 Support for bibentry.
7578
7579 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7580 New entry for bibentry package.
7581
7582 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7583 Regexp also matches "\nobibliography".
7584
7585 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7586 Call `reftex-ensure-write-access' before doing anything.
7587 (reftex-ensure-write-access): New function.
7588
7589 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7590
7591 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7592
7593 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7594
7595 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7596
7597 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7598
7599
7600 2000-06-20 Dave Love <fx@gnu.org>
7601
7602 * faces.el (frame-background-mode): Use set-default, not set, in
7603 setter.
7604 (frame-update-faces, frame-update-face-colors): Define with
7605 defalias.
7606
7607 * enriched.el (enriched-decode-foreground)
7608 (enriched-decode-background): Don't use internal-find-face.
7609
7610 * apropos.el: Doc fixes.
7611
7612 * cus-edit.el (customize-changed-options): Check arg.
7613 (customize-version-lessp): Don't require decimal point.
7614
7615 * custom.el (defcustom, defgroup): Doc fix.
7616
7617 * newcomment.el (comment) <defgroup>: Add :version.
7618 (comment-multi-line): Doc fix.
7619
7620 * emulation/mlsupport.el (define-hooked-local-abbrev,
7621 define-hooked-global-abbrev): Fix, using define-abbrev.
7622
7623 2000-06-19 Gerd Moellmann <gerd@gnu.org>
7624
7625 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7626 the whole buffer.
7627
7628 2000-06-19 Dave Love <fx@gnu.org>
7629
7630 * menu-bar.el (menu-bar-options-save): New function.
7631 (menu-bar-options-menu): Use it.
7632 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7633 Simplify.
7634
7635 2000-06-19 Andreas Schwab <schwab@suse.de>
7636
7637 * progmodes/etags.el (tags-query-replace): Put new parameters
7638 START and END at the end, for backward compatibility.
7639
7640 2000-06-19 Kenichi Handa <handa@etl.go.jp>
7641
7642 * international/codepage.el:
7643 (cp-coding-system-for-codepage-1): Delete special codes for
7644 generating xxx-dos coding system because now a CCL based coding
7645 system can handle EOL conversion by default.
7646
7647 * international/mule.el (make-coding-system): Generate subsidiary
7648 coding systems for EOL handling variants even for a CCL based
7649 coding system.
7650
7651 2000-06-19 Kenichi Handa <handa@etl.go.jp>
7652
7653 * international/isearch-x.el (isearch-minibuffer-input-method)
7654 (isearch-minibuffer-input-method-function): These variables
7655 deleted.
7656 (isearch-with-input-method): Don't use the above variables.
7657 (isearch-process-search-multibyte-characters): Likewise. Call
7658 read-string with the arg INHERIT-INPUT-METHOD t.
7659
7660 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7661
7662 * font-lock.el (font-lock-after-fontify-buffer)
7663 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7664
7665 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7666 Use consistent make-local-variable style for font-lock-fontified.
7667 (jit-lock-fontify-buffer):
7668 Don't bother checking for font-lock-mode and jit-lock-mode.
7669
7670 * time.el: Remove trailing ^M that prevent CVS-merging.
7671
7672 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7673
7674 * Makefile.in (distclean): New target.
7675
7676 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7677
7678 * Makefile.in (srcdir): Define for update-subdirs.
7679
7680 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7681
7682 * find-lisp.el: New file.
7683
7684 2000-06-16 Andrew Innes <andrewi@gnu.org>
7685
7686 * time.el (display-time-mail-function): New variable, to allow
7687 external packages to indicate when new mail is available.
7688 (display-time-update): Use it.
7689
7690 2000-06-16 Kenichi Handa <handa@etl.go.jp>
7691
7692 * international/mule.el (mule-version): Change version name to
7693 SAKAKI. AOI has already been used by Meadow.
7694
7695 * international/quail.el (quail-show-guidance-buf): To find the
7696 bottom window (but minibuffer), pay attention to the height of
7697 minibuffer.
7698
7699 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7700
7701 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7702 menu-bar menus. Add help strings. Don't remove the Edit menu
7703 from the menu bar, as the menu bar has enough space now.
7704
7705 * Makefile.in (SHELL): Make sure /bin/sh is used.
7706
7707 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7708 characters, which use series of two ^H characters instead of one.
7709
7710 2000-06-15 Gerd Moellmann <gerd@gnu.org>
7711
7712 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
7713 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
7714 functions.
7715 (Info-find-node-2): Try a case-sensitive search first, then
7716 do a case-insensitive search.
7717
7718 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7719 tutorials.
7720
7721 * complete.el (PC-env-vars-alist): New variable.
7722 (PC-complete-as-file-name): New function.
7723 (partial-completion-mode): Initialize PC-env-vars-alist from
7724 process-environment.
7725 (PC-do-completion): Handle completion of env vars.
7726
7727 * info.el (Info-set-mode-line): Show file name in mode line,
7728 use `*Info*' instead of `Info:'.
7729
7730 * startup.el (command-line-1): Change copyright messages to year
7731 2000.
7732
7733 2000-06-15 Dave Love <fx@gnu.org>
7734
7735 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7736 not local-map.
7737
7738 2000-06-15 Kenichi Handa <handa@etl.go.jp>
7739
7740 * international/mule.el (set-buffer-file-coding-system): Almost
7741 rewritten to handle `undecided' as no-op.
7742
7743 2000-06-14 Gerd Moellmann <gerd@gnu.org>
7744
7745 * Makefile.in: New file.
7746
7747 * Makefile: Removed.
7748
7749 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7750 (goto-address-highlight-keymap): Bind C-c RET.
7751
7752 2000-06-14 Kenichi Handa <handa@etl.go.jp>
7753
7754 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7755 inherits buffer-file-coding-system of the current buffer.
7756
7757 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7758 0. Give correct argument to set-auto-coding-function.
7759 (tar-expunge): For goto-char, use (point-min), not 0.
7760 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7761 (tar-subfile-save-buffer): Likewize.
7762
7763 * international/mule.el
7764 (after-insert-file-set-buffer-file-coding-system): Call
7765 set-buffer-file-coding-system with the arg FORCE t.
7766
7767 2000-06-13 Gerd Moellmann <gerd@gnu.org>
7768
7769 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7770 nil. Contemporary sendmails issue an X-Authentication-Warning if
7771 the sender is set with `-f'.
7772
7773 2000-06-13 Dave Love <fx@gnu.org>
7774
7775 * help.el (describe-function-1): Kluge around cases of functions
7776 fset to subrs whose doc doesn't match their symbol-name.
7777
7778 * image.el (insert-image): Default STRING to a space.
7779
7780 * info.el Doc fixes.
7781 (Info-build-node-completions): Match Ref tags.
7782
7783 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7784
7785 * frame.el (display-multi-frame-p, display-multi-font-p): New
7786 defaliases for display-graphic-p.
7787
7788 * hl-line.el: Fixed a typo in commentary.
7789
7790 2000-06-13 Kenichi Handa <handa@etl.go.jp>
7791
7792 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7793 fixed.
7794
7795 2000-06-12 Dave Love <fx@gnu.org>
7796
7797 * image.el (insert-image): Save a little consing.
7798
7799 2000-06-12 Kenichi Handa <handa@etl.go.jp>
7800
7801 * language/tibet-util.el: Convert all tibetan-1-column characters
7802 to the corresponding tibetan characters.
7803 (tibetan-add-components): Delete code for the special treatment of
7804 'a chung.
7805
7806 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7807 change.
7808 (tibetan-vowel-transcription-alist): More rules added.
7809 (tibetan-composite-vowel-alist): New variable.
7810 (tibetan-precomposition-rule-alist): More rules added.
7811
7812 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7813
7814 * startup.el (command-line): Only call menu-bar-mode if interactive.
7815
7816 * thingatpt.el (toplevel symbol-properties):
7817 * textmodes/makeinfo.el (makeinfo-compile):
7818 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
7819 * progmodes/hideif.el (hif-compress-define-list)
7820 (hide-ifdef-use-define-alist):
7821 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
7822 (ange-ftp-vms-add-file-entry):
7823 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7824 * man.el (Man-build-man-command):
7825 * mail/rnewspost.el (news-reply-header-hook):
7826 * info.el (Info-insert-dir):
7827 * emulation/mlconvert.el (backward-word, forward-word, setq):
7828 * emacs-lisp/gulp.el (gulp-send-requests):
7829 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7830 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
7831 (byte-optimize-apply, end of file):
7832 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7833 (ad-make-freeze-definition):
7834 * startup.el (command-line, command-line-1): Don't quote lambdas.
7835
7836 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7837 (cvs-cleanup-removed): New function.
7838 (cvs-cleanup-functions): New var.
7839 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7840 some flexibility in specifying additional entries to auto-cleanup.
7841 (cvs-quickdir): New function.
7842 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7843 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7844 (cvs-mode-find-file): Check that we are on a filename or dirname
7845 when invoked through a mouse-click.
7846 (cvs-full-path): Remove.
7847 (cvs-dired-action): Re-introduced.
7848 (cvs-dired-noselect): Use it.
7849 (vc-post-command-functions): use this new hook if available.
7850
7851 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7852 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7853 (cvs-filename-map, cvs-dirname-map): Remove.
7854 (cvs-default-action): Remove.
7855 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7856 if the arg is really a keymap.
7857 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7858 Don't hardcode the mapping from state (aka type) to face, but check
7859 the var cvs-fi-<type>-face instead.
7860 (cvs-fileinfo-from-entries): New function.
7861
7862 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7863 Docstring fix.
7864 (cvs-find-file-and-jump): Change default to be safer.
7865 (cvs-mode-diff-map): Define it as a function as well.
7866 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7867 Bind mouse-2 in this global map rather than with text-properties.
7868
7869 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7870 file to resolve the ambiguity between C(conflict) and C(need-merge).
7871
7872 2000-06-12 Kenichi Handa <handa@etl.go.jp>
7873
7874 * international/mule.el (set-buffer-file-coding-system): If
7875 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7876 unconditionally.
7877
7878 2000-06-12 Dave Love <fx@gnu.org>
7879
7880 * wid-edit.el (widget-specify-button): Really suppress the face if
7881 required.
7882
7883 2000-06-11 Gerd Moellmann <gerd@gnu.org>
7884
7885 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7886
7887 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7888
7889 * imenu.el (imenu-generic-expression): Docstring fix.
7890
7891 * composite.el (composition-function-table): Move the `put'
7892 below the autoload cookie so we can load the file before loaddefs.
7893
7894 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7895
7896 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7897 Handle easy-mmode-define-global-mode.
7898 For complex macros like define-minor-mode that can generate
7899 several autoload entries, try to autoload entries in the
7900 macroexpanded code.
7901
7902 * emacs-lisp/easy-mmode.el (define-minor-mode):
7903 If KEYMAP is a symbol, just use it.
7904 Use byte-compile-current-file and load-file-name to infer the
7905 proper :require to pass to defcustom.
7906 Wrap the hook var into `progn' so as not to autoload it.
7907 Add a :autoload-end cookie.
7908 Be more careful about the evaluation of KEYMAP.
7909 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7910 (define-derived-mode): Move define-abbrev-table outside of defvar.
7911
7912 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7913
7914 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7915 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7916 (backup-compiled-files): Ignore errors during `tar'.
7917 (bootstrap): Make autoloads before elc files.
7918
7919 2000-06-10 Kenichi Handa <handa@etl.go.jp>
7920
7921 * international/mule.el (set-buffer-file-coding-system): If one of
7922 undecided-XXX is specified, change only EOL conversion.
7923
7924 * international/mule-conf.el (unix): New alias for the coding
7925 system undecided-unix.
7926
7927 2000-06-09 Dave Love <fx@gnu.org>
7928
7929 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7930
7931 * progmodes/executable.el: Byte compile dynamic.
7932 (executable-insert): Change custom type.
7933 (executable-find): Add autoload cookie.
7934 (executable-make-buffer-file-executable-if-script-p): New
7935 function. After Noah Friedman.
7936
7937 * files.el (after-save-hook): Customize, with
7938 executable-make-buffer-file-executable-if-script-p as an option.
7939
7940 2000-06-09 Kenichi Handa <handa@etl.go.jp>
7941
7942 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7943 "tib24p-mule.bdf" for Tibetan.
7944
7945 * composite.el (decompose-composite-char): Declare it as obsolete.
7946
7947 * man.el (Man-fontify-manpage): Pay attention to underline and
7948 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
7949
7950 2000-06-08 Gerd Moellmann <gerd@gnu.org>
7951
7952 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7953 Set maintainer to FSF since author isn't reachable.
7954
7955 2000-06-08 Dave Love <fx@gnu.org>
7956
7957 * international/mule-cmds.el (select-safe-coding-system): If
7958 DEFAULT-CODING-SYSTEM is not specified, also check the most
7959 preferred coding-system if buffer-file-coding-system is
7960 `undecided'. From Handa.
7961
7962 2000-06-08 Kenichi Handa <handa@etl.go.jp>
7963
7964 * international/mule.el
7965 (after-insert-file-set-buffer-file-coding-system): If the buffer
7966 size is greater than INSERTED, judget that we are not visiting.
7967
7968 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7969
7970 * whitespace.el (defgroup whitespace): Comment out `:version'.
7971 XEmacs 20.4 has problems defining the group with this present.
7972 We'll have this commented out till get resolve the problem.
7973
7974 2000-06-07 Gerd Moellmann <gerd@gnu.org>
7975
7976 * align.el: Update from author.
7977
7978 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7979
7980 * apropos.el (apropos-mode-hook): New user variable.
7981 (apropos-mode): Run apropos-mode-hook.
7982
7983 2000-06-07 David Ponce <david@dponce.com>
7984
7985 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7986 commands. Require `wid-edit' at run-time.
7987
7988 2000-06-07 David Ponce <david@dponce.com>
7989
7990 * recentf.el: Added some "Commentary".
7991 (recentf-open-more-files, recentf-edit-list): Minor changes to
7992 move the point at the top of the file list. This behaviour is
7993 consistent with the menu one when the list contains a lot of
7994 files.
7995 (recentf-cleanup): Now displays the number of items removed from
7996 the list.
7997 (recentf-relative-filter) New menu filter to show filenames
7998 relative to `default-directory'.
7999
8000 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8001
8002 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8003 with/without giving an error if PostScript printer doesn't have this
8004 kind of page size. Zebra Stripe continues or restarts on next page.
8005 Manual/automatic paper feeding. Switch or not the header.
8006 (ps-print-version): New version number (5.2.2).
8007 (ps-windows-system): Include emx as a Windows system.
8008 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8009 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8010 (ps-background-text): Code fix.
8011 (ps-error-handler-message, ps-user-defined-prologue)
8012 (ps-print-prologue-header, ps-printer-name)
8013 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8014 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8015 (ps-use-face-background): Customization fix.
8016 (ps-n-up-database): Data fix.
8017 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8018 (ps-switch-header): New vars.
8019 (ps-xemacs-color-name, ps-face-foreground-name)
8020 (ps-face-background-name, ps-boolean-constant): New funs.
8021
8022 2000-06-07 Dave Love <fx@gnu.org>
8023
8024 * allout.el: New version from Manheimer.
8025
8026 2000-06-07 Kenichi Handa <handa@etl.go.jp>
8027
8028 * textmodes/fill.el (fill-find-break-point): Check the validity of
8029 charset.
8030
8031 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8032
8033 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8034 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8035 Call display-color-p and display-mouse-p instead of looking at
8036 window-system.
8037
8038 2000-06-06 Dave Love <fx@gnu.org>
8039
8040 * image.el (find-image): Doc fix. Return nil if image not found.
8041 (put-image, insert-image): Make STRING arg optional.
8042
8043 2000-06-06 Kenichi Handa <handa@etl.go.jp>
8044
8045 * language/vietnamese.el: Remove eval-when-compile.
8046 (viet-viscii-nonascii-translation-table): Define it as a
8047 translation table made from viet-viscii-decode-table.
8048 (viet-viscii-encode-table): Define it as a translation table made
8049 from the reverse map of above.
8050 (viet-vscii-nonascii-translation-table): Define it as a
8051 translation table made from viet-vscii-decode-table.
8052 (viet-vscii-encode-table): Define it as a translation table made
8053 from the reverse map of above.
8054 (ccl-decode-viscii): Use translate-character.
8055 (ccl-encode-viscii, ccl-encode-viscii-font)
8056 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8057 Likewize.
8058
8059 * language/cyrillic.el: Remove eval-when-compile.
8060 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8061 translation table made from cyrillic-koi8-r-decode-table.
8062 (cyrillic-koi8-r-encode-table): Define it as a translation table
8063 made from the reverse map of above.
8064 (ccl-decode-koi8): Use translate-character.
8065 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8066 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8067 a translation table made from cyrillic-alternativnyj-decode-table.
8068 (cyrillic-alternativnyj-encode-table): Define it as a translation
8069 table made from the reverse map of above.
8070 (ccl-decode-alternativnyj): Use translate-character.
8071 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8072 Likewize
8073
8074 * international/mule-diag.el (non-iso-charset-alist): Specify
8075 translation table symbol instead of translation table itself.
8076 (list-block-of-chars): CHARSET may be a translation table symbol.
8077
8078 * international/mule.el (make-coding-system): If CODING-SYSTEM
8079 already exists, override it.
8080
8081 * international/fontset.el: Use family `proportional' for Tibetan
8082 fonts.
8083
8084 * international/ccl.el (ccl-compile-translate-character): Don't
8085 check if Rrr has property translation-table.
8086 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8087
8088 2000-06-05 Gerd Moellmann <gerd@gnu.org>
8089
8090 * info.el: Bind case-fold-search to t when searching in case
8091 a user sets it to nil in a hook.
8092
8093 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8094
8095 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8096 * hl-line.el (hl-line-mode): Use the new :global key argument.
8097
8098 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8099 (tar-clip-time-string): Prepend a space.
8100 (tar-grind-file-mode): Construct a string rather than modifying one.
8101 (tar-header-block-summarize): Fix docstring.
8102 Use `format' rather than an error-prone set of copy-loops.
8103
8104 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8105 (diff-goto-source, diff-unified->context, diff-context->unified)
8106 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8107 understand the format output by the `-p' argument to diff.
8108
8109 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
8110 (sh-re-done): Use defconst.
8111 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8112 (sh-help-string-for-variable, sh-guess-basic-offset):
8113 Don't quote lambdas.
8114 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8115 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8116
8117 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8118 (mh-letter-mode): Derive from text-mode.
8119 This implicitly means that it now calls kill-all-local-variables.
8120 Also remove the Emacs-18 compatibility code.
8121
8122 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8123 Make use of symbol-property doc-string-elt.
8124 Use memq rather than a sequence of eq.
8125 (doc-string-elt): Fix the wrong or missing previously unused values.
8126 (autoload-print-form): New function extracted from
8127 generate-file-autoloads to allow recursion when handling progn
8128 so that defvar's and defun's docstrings are properly printed.
8129 (generate-file-autoloads): Use it.
8130
8131 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8132 Use find-file-hooks in the minor-mode function.
8133 Be careful not to loop indefinitely in the post-command-hook function.
8134
8135 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
8136
8137 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
8138 tty's.
8139 * ediff-diff.el (ediff-exec-process): Use --binary for fine
8140 differences whenever appropriate.
8141 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8142 * viper.el (find-file, find-file-other-window): Get viper to do
8143 wildcards.
8144
8145 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8146
8147 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8148 (jit-lock-fontify-buffer): New function for JIT refontification.
8149 (jit-lock-mode): Fix docstring.
8150 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8151 Remove jit-lock-after-change from the _local_ hook.
8152 (jit-lock-function-1): Fix docstring.
8153
8154 * info.el (Info-on-current-buffer): Initialize info.
8155
8156 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8157
8158 * progmodes/tcl.el (tcl-indent-for-comment):
8159 Ignore comment-indent-hook.
8160
8161 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8162 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
8163 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8164 and improve to use the lighter to guess the capitalization.
8165 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8166 Add keyword arguments to specify global-ness or the custom group.
8167 Add local-map and help-echo properties to the lighter.
8168 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
8169 (easy-mmode-define-global-mode): New macro.
8170
8171 2000-06-02 Dave Love <fx@gnu.org>
8172
8173 * wid-edit.el: byte-compile-dynamic since we typically don't use
8174 all the widgets. Don't require cl or widget. Remove
8175 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8176 (widget-read-event): Removed. Callers changed to use read-event.
8177 (widget-button-release-event-p): Renamed from
8178 button-release-event-p.
8179 (widget-field-add-space, widget-field-use-before-change):
8180 Uncustomize.
8181 (widget-specify-field): Use keymap property, not local-map.
8182 (widget-specify-button): Obey :suppress-face.
8183 (widget-specify-insert): Use modern backquote syntax.
8184 (widget-image-directory): Renamed from widget-glyph-directory.
8185 (widget-image-enable): Renamed from widget-glyph-enable.
8186 (widget-image-find): Replaces widget-glyph-find.
8187 (widget-button-pressed-face): Move defvar.
8188 (widget-image-insert): Replaces widget-glyph-insert.
8189 (widget-convert): Use keywordp.
8190 (widget-leave-text, widget-children-value-delete): Use mapc.
8191 (widget-keymap): Remove XEmacs stuff.
8192 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
8193 (widget-button-click): Don't set point at the click, but re-centre
8194 if we scroll out of window. Rewritten for images v. glyphs &c.
8195 (widget-tabable-at): Use POS arg, not point.
8196 (widget-beginning-of-line, widget-end-of-line)
8197 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8198 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8199 (widget-default-create): Use widget-image-insert; some rewriting.
8200 (widget-visibility-value-create)
8201 (widget-push-button-value-create, widget-toggle-value-create): Use
8202 widget-image-insert.
8203 (checkbox): Create on and off images dynamically.
8204 (documentation-link): Change :help-echo.
8205 (widget-documentation-link-echo-help): Remove.
8206
8207 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8208
8209 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8210
8211 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8212 (easy-mmode-define-toggle, define-minor-mode): Use it.
8213 (easy-mmode-define-keymap): Docstring fix.
8214 (define-derived-mode): Default PARENT to fundamental-mode.
8215 Add the derived-mode-parent symbol-property.
8216 (easy-mmode-derived-mode-p): New function.
8217
8218 2000-06-02 Dave Love <fx@gnu.org>
8219
8220 * files.el (convert-standard-filename): Doc fix.
8221 (normal-backup-enable-predicate): New function.
8222 (backup-enable-predicate): Use it to replace the lambda form.
8223
8224 * calendar/todo-mode.el: [This needs more work on the outline
8225 stuff.] Doc fixes.
8226 (todo) <defgroup>: Add :version.
8227 (todo-add-category): Don't use pushnew.
8228 (todo-cmd-raise): Fix typo.
8229 (todo-top-priorities): Change temp buffer name.
8230 (todo-category-alist): Avoid redundant lambda.
8231 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8232 Use outline-next-heading.
8233
8234 * autoarg.el: Rewritten to use define-minor-mode.
8235 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8236 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8237
8238 2000-06-02 Kenichi Handa <handa@etl.go.jp>
8239
8240 * isearch.el (isearch-other-meta-char): Fix previous change.
8241
8242 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8243
8244 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8245 (log-edit-done): Only add the comment to the ring if it's different
8246 from the last comment entered.
8247
8248 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8249
8250 2000-06-01 Dave Love <fx@gnu.org>
8251
8252 * hl-line.el: Rewritten using define-minor-mode.
8253
8254 * help.el (describe-function-1): Distinguish special form from
8255 builtin function. Sanity-check presence of arglist for builtins.
8256
8257 2000-06-01 Kenichi Handa <handa@etl.go.jp>
8258
8259 * international/characters.el: Fix syntax/category setting of
8260 Tibetan characters.
8261
8262 * language/tibet-util.el (tibetan-add-components): Fixes for new
8263 encoding of Tibetan characters.
8264 (tibetan-decompose-precomposition-alist): New variable.
8265 (tibetan-decompose-region): Convert precomposed characters to
8266 non-precomposed characters.
8267 (tibetan-decompose-string): Likewise.
8268 (tibetan-composition-function): Fix args to
8269 thibetan-compose-string.
8270
8271 * language/tibetan.el (tibetan-composable-pattern): More
8272 characters included.
8273 (tibetan-consonant-transcription-alist): Rule for "R" added.
8274 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8275 "+R" added.
8276 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8277
8278 * language/lao-util.el (lao-composition-function): Fix args to
8279 compose-string.
8280
8281 * language/thai-util.el (thai-composition-function): Fix args to
8282 compose-string.
8283
8284 * isearch.el (isearch-update): Set disable-point-adjustment to t
8285 to prevent the point moving to the end of a composition when a
8286 part of a composition is searched.
8287 (isearch-other-meta-char): If the key invoking this command can be
8288 mapped by function-key-map to a printing char, call
8289 isearch-process-search-char directly.
8290
8291 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8292
8293 * emacs-lisp/bytecomp.el:
8294 * frame.el:
8295 * international/mule-cmds.el:
8296 * international/mule-util.el:
8297 * international/mule.el:
8298 * mouse.el:
8299 * subr.el:
8300 * faces.el: Update calls to make-obsolete with a WHEN argument.
8301
8302 * byte-run.el (make-obsolete, make-obsolete-variable):
8303 Add an optional WHEN argument and change the format of the
8304 symbol-property information.
8305 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8306 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8307 new obsolete-symbol-property format and print WHEN if it is provided.
8308
8309 2000-05-31 Dave Love <fx@gnu.org>
8310
8311 * loadhist.el (loadhist-hook-functions): Remove
8312 before-change-function, after-change-function.
8313 (unload-feature): Deal with symbols which are both bound and
8314 fbound.
8315
8316 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8317 before-change-function, after-change-function.
8318
8319 * simple.el (newline): Don't bind before-change-function,
8320 after-change-function.
8321
8322 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8323
8324 * whitespace.el (whitespace-rescan-timer-time): Update interval
8325 set to 600 seconds (10 minutes) instead of 60 seconds since
8326 a large number of whitespace buffers causes emacs to `freeze'
8327 for a considerable amount of time.
8328
8329 * whitespace.el: Updated email address
8330
8331 2000-05-31 Dave Love <fx@gnu.org>
8332
8333 * add-log.el (change-log-font-lock-keywords) <function>: Add
8334 pattern for function of change.
8335 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8336 acknowledgements patterns.
8337
8338 2000-05-31 Kenichi Handa <handa@etl.go.jp>
8339
8340 * isearch.el (isearch-printing-char): If keyboard coding system is
8341 being used, call isearch-process-search-multibyte-characters.
8342
8343 * international/isearch-x.el: Mostly rewritten.
8344
8345 * international/quail.el (quail-start-conversion): Don't include
8346 unhandled events in the returned events, but set them in
8347 unread-command-events. Exit if all inputs are deleted.
8348
8349 2000-05-30 Jason Rumney <jasonr@gnu.org>
8350
8351 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8352
8353 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8354 Reenable code to create initial fontsets.
8355 Use set-fontset-font in place of put-charset-property.
8356
8357 2000-05-30 Gerd Moellmann <gerd@gnu.org>
8358
8359 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8360 label, ensure that the first colon isn't followed by another.
8361
8362 * paths.el (Info-default-directory-list): Doc fix.
8363
8364 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8365 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8366 send a query containing USER only, not USER@HOST.
8367
8368 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8369 and rmail-msgend to compute the restriction at the end, instead of
8370 computing it.
8371
8372 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8373
8374 * dabbrev.el (dabbrev-expand): Don't display messages in the
8375 echo area if the minibuffer window is active.
8376
8377 * jit-lock.el (jit-lock-mode): Add after change function to
8378 local hook.
8379
8380 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8381
8382 * antlr-mode.el: New commands: hide/unhide actions,
8383 upcase/downcase literals.
8384 (antlr-tiny-action-length): New user option.
8385 (antlr-hide-actions): New command. Suggested by
8386 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
8387 (antlr-mode-map): New binding [C-c C-v].
8388 (antlr-mode-menu): New entries.
8389 (antlr-downcase-literals): New command.
8390 (antlr-upcase-literals): Ditto.
8391
8392 * antlr-mode.el: Minor changes: indendation, mode-name.
8393 (antlr-indent-line): Indent cpp directive at column 0.
8394 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8395
8396 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8397 (antlr-font-lock-additional-keywords): Workaround for intentional
8398 bug in XEmacs version of font-lock.
8399 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8400 be used by a smarter version of `buffers-menu-grouping-function'.
8401
8402 2000-05-29 Gerd Moellmann <gerd@gnu.org>
8403
8404 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8405 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8406
8407 2000-05-29 Kenichi Handa <handa@etl.go.jp>
8408
8409 * international/encoded-kb.el
8410 (encoded-kbd-iso2022-designation-map): Pay attention to that
8411 charset-iso-final-char return -1 for eight-bit-control and
8412 eight-bit-graphic.
8413
8414 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8415
8416 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8417 (speedbar-easymenu-definition-base): Use display-graphic-p where
8418 available, instead of window-system.
8419
8420 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8421
8422 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8423 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8424 coding systems.
8425
8426 2000-05-26 Dave Love <fx@gnu.org>
8427
8428 * disp-table.el (standard-display-underline): Don't use
8429 internal-find-face.
8430
8431 * mail/reporter.el: Maintainer change. Doc fixes.
8432 (reporter-version): Deleted.
8433
8434 * emacs-lisp/elp.el: Maintainer change.
8435 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8436
8437 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8438
8439 * add-log.el (add-change-log-entry): Merge the current entry with the
8440 previous one if the previous one is empty.
8441
8442 2000-05-26 Dave Love <fx@gnu.org>
8443
8444 * loadhist.el (unload-feature): Fix interactive spec [from
8445 lijnzaad@ebi.ac.uk].
8446
8447 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8448 subr-arity to check primitives.
8449 (byte-compile-flush-pending, byte-compile-file-form-progn)
8450 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8451 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8452 mapcar.
8453
8454 2000-05-26 Kenichi Handa <handa@etl.go.jp>
8455
8456 * international/fontset.el: Set family names of non-latin charsets
8457 in default fontset to "*".
8458
8459 * international/mule-diag.el (print-fontset): Combine family part
8460 and registry part of the fontname by "-*-" instead of "-".
8461
8462 * international/mule-cmds.el (encode-coding-char): Make strings
8463 multibyte before calling encode-coding-string.
8464
8465 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8466
8467 * derived.el: Fix keywords.
8468 (define-derived-mode): Only define if needed.
8469
8470 * simple.el (fill-comment, comment-column, comment-start)
8471 (comment-start-skip, comment-end, comment-indent-function)
8472 (block-comment-start, block-comment-end, indent-for-comment)
8473 (set-comment-column, kill-comment, comment-padding, comment-region)
8474 (comment-multi-line, indent-new-comment-line): Remove.
8475
8476 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8477 function names for comment operations.
8478
8479 * newcomment.el: Add abundant autoload cookies.
8480 (comment-style): Don't depend on runtime data at compile-time.
8481 (comment-indent-hook): Remove.
8482 (comment-indent): Check if comment-indent-hook is bound.
8483 (comment-region): Docstring fix.
8484
8485 2000-05-25 Dave Love <fx@gnu.org>
8486
8487 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8488 byte-code-function-p.
8489
8490 * mail/rmailsum.el: Add provide.
8491
8492 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8493
8494 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8495 defcustom.
8496
8497 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
8498
8499 * ediff-diff.el (ediff-exec-process): delete --binary option from
8500 non-buffer ediff jobs.
8501
8502 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8503
8504 * hilit-chg.el (highlight-changes-mode): Ask about color or
8505 grayscale support, not about window-system.
8506
8507 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8508 window-system.
8509 (ffap-highlight): Always default to t.
8510
8511 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8512 display-popup-menus-p instead of looking at window-system.
8513
8514 * disp-table.el (standard-display-g1, standard-display-graphic):
8515 Only refuse to use string glyphs on X and MS-Windows.
8516
8517 * avoid.el: Remove window-system from commentary, suggest to use
8518 display-*-p instead.
8519
8520 * apropos.el (apropos-print): Use display-mouse-p instead of
8521 window-system.
8522
8523 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8524
8525 * international/codepage.el (cp-decoding-vector-for-codepage):
8526 Fill up unsupported characters with their own codes. From Kenichi
8527 Handa.
8528
8529 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8530
8531 * international/mule-diag.el (describe-char-after): Use
8532 display-graphic-p instead of window-system, so that this function
8533 works on MS-DOS.
8534
8535 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8536
8537 * international/codepage.el (cp-make-coding-systems-for-codepage):
8538 Remove the eight-bit-graphic and eight-bit-control charsets from
8539 the list of charsets which we convert into `?'.
8540
8541 2000-05-25 Kenichi Handa <handa@etl.go.jp>
8542
8543 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8544 private charsets.
8545 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8546 japanese-jisx0213-2): New charsets.
8547
8548 * international/fontset.el: Setup default fontset for new charsets.
8549
8550 2000-05-24 Dave Love <fx@gnu.org>
8551
8552 * info.el (Info-find-node-2): Restructure [following "Vadim
8553 S. Solomin" <sovs@uic.nnov.ru>].
8554
8555 * icomplete.el: Fix header for Finder.
8556
8557 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8558
8559 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8560 STAY.
8561
8562 * rmail.el (rmail-automatic-folder-directives): New user variable.
8563 (rmail-show-message): Add call to `rmail-auto-file' during
8564 display.
8565 (rmail-auto-file): New function.
8566
8567 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8568
8569 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
8570 account.
8571 (ediff-test-utility,ediff-diff-mandatory-option)
8572 (ediff-reset-diff-options): Utilities for proper initialization of
8573 ediff-diff-options and ediff-diff3-options on Windows.
8574
8575 * ediff-init.el (ediff-merge-filename-prefix): New customizable
8576 variable.
8577
8578 * ediff-mult.el (ediff-filegroup-action): Use
8579 ediff-merge-filename-prefix.
8580
8581 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8582
8583 * viper-ex.el (ex-write): Set selective display to nil.
8584
8585 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8586
8587 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8588 aliases for hebrew-iso-8bit.
8589
8590 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8591
8592 * woman.el: New version from Francis J. Wright
8593 <F.J.Wright@Maths.QMW.ac.uk>.
8594 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8595 names in environment variables regardless of the path separator.
8596 (woman-topic-all-completions-1): Don't call file-name-directory-p
8597 on all files, since woman-file-regexp already filters out any
8598 directories.
8599
8600 2000-05-24 Kenichi Handa <handa@etl.go.jp>
8601
8602 * international/quail.el (quail-start-translation): Don't change
8603 modified-p of the current buffer.
8604 (quail-start-conversion): Likewise.
8605
8606 * international/kkc.el (kkc-region): Don't change modified-p of
8607 the current buffer.
8608
8609 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8610 conform to RFC1468.
8611 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
8612
8613 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8614
8615 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8616 (speedbar-insert-button): Invisible text property fix.
8617 (speedbar-directory-plus): Renamed from speedbar-directory-+
8618 (speedbar-directory-minus): Renamed from speedbar-directory--
8619 (speedbar-page-plus): Renamed from speedbar-file-+
8620 (speedbar-page-minus): Renamed from speedbar-file--
8621 (speedbar-page): Renamed from speedbar-file-
8622 (speedbar-tag): Renamed from speedbar-tag-
8623 (speedbar-tag-plus): Renamed from speedbar-tag-+
8624 (speedbar-tag-minus): Renamed from speedbar-tag--
8625 (speedbar-expand-image-button-alist): Use above renames.
8626
8627 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8628 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8629 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8630 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8631 * sb-pg.xpm: Renamed from sb-file.xpm
8632 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8633 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
8634
8635 2000-05-24 Kenichi Handa <handa@etl.go.jp>
8636
8637 * international/quail.el (quail-show-guidance-buf): Set
8638 current-input-method of the guidance buffer to the name of the
8639 curren input method.
8640
8641 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8642
8643 * progmodes/compile.el (compile-internal): Style typo.
8644
8645 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8646 quote vars and functions in the docstring.
8647
8648 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8649
8650 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8651 Don't quote lambdas.
8652
8653 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8654
8655 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8656
8657 * startup.el (command-line): Determine source file of compiled
8658 user init file differently. Warn if compiled user init file
8659 is older than its source file.
8660
8661 * ffap.el (ffap-url-regexp): Add `https'.
8662
8663 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8664
8665 * files.el (make-backup-file-name-1): Replace slashes with `!'
8666 rather than `|' (which is not allowed on Windows). Replace the
8667 drive letters with a string "drive_X".
8668
8669 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8670
8671 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8672
8673 * files.el (interpreter-mode-alist): Add `bash2'.
8674
8675 2000-05-22 Dave Love <fx@gnu.org>
8676
8677 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8678 mapc.
8679 (feature-file): Avoid calling symbol-name. Doc fix.
8680 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8681 (loadhist-hook-functions): Add mouse-position-function.
8682 (unload-feature): Change uses of mapcar.
8683
8684 * files.el (parse-colon-path): Doc fix.
8685 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8686 (set-auto-mode): Use mapc.
8687
8688 * complete.el (PC-look-for-include-file): Use :alnum: character
8689 class.
8690 (partial-completion-mode): Add autoload cookie.
8691
8692 2000-05-22 Sam Steingold <sds@gnu.org>
8693
8694 * info.el (Info-fontify-node): Fixed the call to
8695 `add-text-properties' (bug introduced on 2000-05-18).
8696
8697 2000-05-22 Dave Love <fx@gnu.org>
8698
8699 * bindings.el: Remove debug-ignored-errors set in other files.
8700
8701 * progmodes/etags.el: Add to debug-ignored-errors.
8702 (visit-tags-table-buffer): Clear out buffers holding old tables
8703 when making a new list.
8704 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8705 mapc.
8706
8707 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8708 quote keywords.
8709 (cmpl-string-case-type): Use character classes.
8710
8711 * comint.el:
8712 * textmodes/ispell.el:
8713 * imenu.el:
8714 * mail/mh-e.el:
8715 * progmodes/compile.el: Add to debug-ignored-errors.
8716
8717 * dabbrev.el: Add to debug-ignored-errors.
8718 (dabbrev-completion): Use mapc.
8719
8720 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8721
8722 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8723 (woman-mapcan, woman-parse-man.conf)
8724 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8725 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8726 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8727 path syntax better.
8728 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8729 (woman-manpath): Call woman-parse-man.conf.
8730 (woman-emulation): New defcustom, defaults to nroff.
8731 (woman-font-support): New defconst.
8732 (woman-use-symbol-font): New defcustom.
8733 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8734 "Emulation".
8735 Many functions: Doc fix.
8736
8737 2000-05-22 Kenichi Handa <handa@etl.go.jp>
8738
8739 * international/quail.el (quail-simple-translation-keymap): Map
8740 128..255 to quail-self-insert-command.
8741 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8742
8743 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8744
8745 * help.el (help-manyarg-func-alist): Typo.
8746
8747 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8748 intervals which makes it heaps simpler.
8749
8750 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8751 the nested comment markers.
8752
8753 * subr.el (remove-hook): Don't turn the hook's value into a list.
8754
8755 2000-05-21 Dave Love <fx@gnu.org>
8756
8757 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8758 are invalid characters.
8759
8760 * international/mule-util.el (detect-coding-with-priority): Use
8761 mapc. Remove redundant lambda.
8762
8763 * international/mule-diag.el (list-non-iso-charset-chars)
8764 (describe-fontset): Remove redundant lambda.
8765
8766 * emulation/crisp.el (brief-mode): New alias.
8767
8768 * emacs-lisp/ring.el (ring-elements): New function.
8769
8770 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8771 (easy-menu-do-add-item): Use keywordp.
8772
8773 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8774
8775 * replace.el: Doc and error message fixes.
8776 (replace-highlight): Use facep, not internal-find-face.
8777
8778 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8779
8780 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8781
8782 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8783 (log-edit-insert-changelog): Drop `:' as well.
8784
8785 * log-view.el: Fix file description.
8786 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8787 available.
8788 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8789 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8790
8791 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8792 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8793 Print a status message if the toggle is called interactively.
8794 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8795 for global minor modes and use `defcustom' for them.
8796 Use add-minor-mode.
8797 (easy-mmode-define-derived-mode): Remove.
8798 (define-derived-mode): Fancier default docstring.
8799 (easy-mmode-define-navigation): Signal an error rather than (ding).
8800
8801 * newcomment.el (comment-styles): New `box-multi'.
8802 (comment-normalize-vars): Better default for comment-continue to
8803 avoid whitespace-only continuations.
8804 (comment-search-forward): Always move even in the no-syntax case.
8805 (comment-padright): Only obey N if it's only obeyed for padleft.
8806 (comment-make-extra-lines): Better handling of empty continuations.
8807 Use `=' for the filler if comment-start has only one character.
8808 (uncomment-region): Try handling the special `=' filler.
8809 (comment-region): Allow LINES even if MULTI is nil.
8810 (comment-box): Choose box style based on comment-style.
8811
8812 2000-05-20 Kenichi Handa <handa@etl.go.jp>
8813
8814 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8815 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8816
8817 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
8818
8819 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8820 and insert, not subst-char-in-region.
8821
8822 * international/mule-diag.el (list-character-sets-1): Handle
8823 charsets eight-bit-control and eight-bit-graphic.
8824 (list-iso-charset-chars): Likewise.
8825 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8826 charactes as is. Use indent-to to align characters.
8827
8828 * international/mule-cmds.el (find-multibyte-characters): Never
8829 exclude charsets eight-bit-control and eight-bit-graphic.
8830
8831 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8832
8833 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8834 Don't quote lambdas.
8835
8836 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8837
8838 2000-05-19 Gerd Moellmann <gerd@gnu.org>
8839
8840 * gud.el (gud-jdb-directories): Doc fix.
8841
8842 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8843
8844 * newcomment.el: New file.
8845
8846 2000-05-19 Gerd Moellmann <gerd@gnu.org>
8847
8848 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
8849
8850 2000-05-18 Andreas Schwab <schwab@suse.de>
8851
8852 * dired.el (dired-between-files): Also skip lines beginning with
8853 `used'.
8854
8855 2000-05-18 Gerd Moellmann <gerd@gnu.org>
8856
8857 * msb.el (msb-menu-cond): Add choice `user'.
8858
8859 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8860
8861 * ps-print.el: Compatibility, customization and doc fix.
8862 (ps-printer-name-option): Replace defconst by defvar.
8863 (ps-postscript-code-directory): XEmacs compatibility.
8864 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8865 fix.
8866 (ps-user-defined-prologue, ps-print-prologue-header)
8867 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8868 compatibility and code fix.
8869 (ps-print-background-image, ps-print-background-text):
8870 Customization fix.
8871 (ps-line-number-start, ps-n-up-on): New vars.
8872
8873 2000-05-18 Espen Skoglund <esk@ira.uka.de>
8874
8875 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8876 the indent-comment function to just return the appropriate indent.
8877
8878 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8879
8880 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8881 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8882 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8883
8884 2000-05-18 Dave Love <fx@gnu.org>
8885
8886 * info.el (Info-fontify-node): Add intangible property as well as
8887 invisible.
8888
8889 * calendar/appt.el (appt-make-list): Match all lines of entry.
8890 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8891
8892 2000-05-18 Kenichi Handa <handa@etl.go.jp>
8893
8894 * international/mule-diag.el (describe-char-after): Call
8895 internal-char-font, not char-font. If internal-char-font returns
8896 nil, display "-- none --".
8897
8898 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8899
8900 * image.el (image-type-available-p): Don't reference image-types
8901 if it isn't bound.
8902
8903 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8904
8905 * autoarg.el (autoarg-mode): Typo in the :set argument.
8906
8907 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8908
8909 * startup.el (command-line-1): Don't signal an error if the
8910 directory for auto-save-list files does not yet exist.
8911
8912 2000-05-17 Kenichi Handa <handa@etl.go.jp>
8913
8914 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8915
8916 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8917
8918 * subr.el (remove-hook): `setq' hook-value, not `set'.
8919
8920 2000-05-16 Sam Steingold <sds@gnu.org>
8921
8922 * info.el (debug-ignored-errors): More errors to ignore.
8923
8924 2000-05-16 Dave Love <fx@gnu.org>
8925
8926 * cus-edit.el: Don't require cl or easymenu.
8927 (custom-variable-prompt): Test standard-value property, not
8928 user-variable-p.
8929
8930 2000-05-16 Sam Steingold <sds@gnu.org>
8931
8932 * subr.el (add-hook): `setq' hook-value, not `set'.
8933
8934 2000-05-16 Gerd Moellmann <gerd@gnu.org>
8935
8936 * startup.el (command-line-1): Mention the FAQ in the startup
8937 message.
8938
8939 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8940
8941 * progmodes/compile.el (compilation-parse-errors): Collect
8942 `nomessage' regexps last.
8943
8944 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8945
8946 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8947 to the function name.
8948
8949 2000-05-15 Dave Love <fx@gnu.org>
8950
8951 * speedbar.el (speedbar-recenter): Typo.
8952 (speedbar-expand-line): Make arg optional.
8953 (speedbar-mode): Avoid a compiler warning.
8954
8955 2000-05-15 Gerd Moellmann <gerd@gnu.org>
8956
8957 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8958 user-specified option string is empty.
8959
8960 * mouse.el (mouse-yank-at-click): Doc fix.
8961
8962 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8963
8964 * term/internal.el (IT-character-translations): More updates of
8965 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8966 documents.
8967
8968 2000-05-15 Gerd Moellmann <gerd@gnu.org>
8969
8970 * env.el (getenv): New function, interactively callable.
8971 (setenv, getenv): Remove autoload cookies.
8972
8973 * loadup.el: Load `env'.
8974
8975 * progmodes/f90.el: Change author's mail address.
8976
8977 2000-05-14 Dave Love <fx@gnu.org>
8978
8979 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8980 goto-addr as an option.
8981
8982 * help.el (help-xref-stack): Doc fix.
8983 (help-xref-following): New variable.
8984 (help-make-xrefs): Use it.
8985 (help-xref-go-back): Use position information from stack element.
8986 (help-follow): Make position in stack element a pair. Use
8987 help-xref-following.
8988
8989 * autoarg.el: New file.
8990
8991 * faces.el: Declare more functions obsolete.
8992
8993 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8994 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8995 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8996 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8997 Remove all the setup-...-environment functions.
8998
8999 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9000
9001 * speedbar.el: Updated the commentary section. xemacs20p now uses
9002 >= when detecting. Require `defimage' safely.
9003 (speedbar-easymenu-definition-base): Add toggle for images.
9004 (speedbar-easymenu-definition-special): Add flush cache & expand.
9005 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9006 (speedbar-reconfigure-keymaps-hook): New variable.
9007 (speedbar-frame-parameters): Updated documentation.
9008 (speedbar-use-imenu-flag): Updated custom tag
9009 (speedbar-dynamic-tags-function-list): New variable.
9010 (speedbar-tag-hierarchy-method): Updated doc & custom.
9011 (speedbar-indentation-width, speedbar-indentation-width) New
9012 variables.
9013 (speedbar-hide-button-brackets-flag): Customizable.
9014 (speedbar-vc-indicator): Doc update.
9015 (speedbar-ignored-path-expressions): Updated default value.
9016 (speedbar-supported-extension-expressions): Updated default value.
9017 (speedbar-syntax-table): Remove {} paren status.
9018 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9019 as "+". Added overlay aliases.
9020 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9021 `force-mode-line-update'.
9022 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9023 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9024 `mouse-set-point'
9025 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
9026 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9027 of arbitrary text, and new helper functions.
9028 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9029 filename finder.
9030 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9031 (speedbar-directory-buttons): Update path search/expansion.
9032 (speedbar-make-tag-line): Pay attention to
9033 `speedbar-indentation-width'. Use more care w/ invisible
9034 properties.
9035 (speedbar-change-expand-button-char): Call
9036 `speedbar-insert-image-button-maybe'.
9037 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
9038 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9039 (speedbar-trim-words-tag-hierarchy)
9040 (speedbar-simple-group-tag-hierarchy): New functions
9041 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
9042 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9043 functions.
9044 (speedbar-mouse-set-point): New function
9045 (speedbar-power-click): Updated documentation.
9046 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9047 of tag prefix text.
9048 (speedbar-expand-line, speedbar-contract-line): Make more robust
9049 to strange text.
9050 (speedbar-expand-line): Takes universal argument to flush the
9051 cache.
9052 (speedbar-flush-expand-line): New function.
9053 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9054 Use new generator insertion method.
9055 (speedbar-fetch-dynamic-tags): New function.
9056 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9057 `speedbar-fetch-dynamic-imenu'.
9058 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9059 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9060 "Revert Buffer" menu items.
9061 (speedbar-buffer-buttons-engine): Be smarter when creating a
9062 filename tag (for expansion purposes.).
9063 (speedbar-highlight-one-tag-line,
9064 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9065 (speedbar-recenter): New functions.
9066 (defimage-speedbar): Image loading abstraction.
9067 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9068 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9069 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9070 (speedbar-tag-type, speedbar-tag-mail): New images.
9071 (speedbar-expand-image-button-alist): New variable.
9072 (speedbar-insert-image-button-maybe): Insert an image over some
9073 buttons.
9074
9075 2000-05-13 Kenichi Handa <handa@etl.go.jp>
9076
9077 * international/mule-cmds.el (encode-coding-char): An ASCII
9078 character is always encodable.
9079
9080 * international/mule-conf.el: Add more information in descriptions
9081 of character sets.
9082
9083 * international/mule-diag.el (describe-char-after): New function.
9084 (describe-font-internal): Adjusted for the change of font-info.
9085 (describe-font): Likewise.
9086 (print-fontset): Rewritten for the new fontset implementation.
9087 (describe-fontset): Include fontset alias names in completion.
9088 (list-fontsets): Adjusted for the change of print-fontset.
9089
9090 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9091 describe-char-after instead of displaying the detail in the echo
9092 area.
9093 (syntax-code-table): Format changed.
9094 (string-to-syntax): Adjusted for the above change.
9095
9096 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9097
9098 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9099
9100 2000-05-12 Dave Love <fx@gnu.org>
9101
9102 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9103 dependence. Use line-{beginning,end}-position, not
9104 point-at{b,e}ol. Some doc fixes.
9105 (todo-position): New function. Fix callers of position to use it.
9106 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9107
9108 2000-05-12 Gerd Moellmann <gerd@gnu.org>
9109
9110 * time.el (display-time-mail-icon): Use `:ascent center'.
9111
9112 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9113 handling FTP security extensions.
9114
9115 2000-05-11 Dave Love <fx@gnu.org>
9116
9117 * calendar/todo-mode.el: New file.
9118
9119 2000-05-11 Gerd Moellmann <gerd@gnu.org>
9120
9121 * comint.el (comint-read-input-ring): Move reference to
9122 comint-input-ring-size outside of the save-excursion. It was
9123 causing the default value to be the only one ever seen.
9124
9125 * font-lock.el: Update copyright. Remove Simon Marshall's email
9126 address on request from him.
9127
9128 * subr.el (substitute-key-definition): Add comment describing
9129 the meaning of PREFIX.
9130
9131 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9132
9133 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9134
9135 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9136 (add-minor-mode): Don't make the variable buffer-local and add a
9137 reference to define-minor-mode in the docstring.
9138
9139 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9140 HEADER/FOOTER and fix bug with trailing empty directory.
9141 (cvs-append-to-ignore): Use vc-editable-p if available.
9142 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9143 (vc-do-command): Tweak advice to handle the new VC.
9144
9145 * log-view.el (log-view-goto-rev): New function for the new VC.
9146 (log-view-minor-wrap): Use mark-active.
9147
9148 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9149 (log-edit-changelog-full-paragraphs): New var.
9150 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9151 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9152 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9153 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9154 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9155 Replace the `cvs' prefix with `log-edit'.
9156
9157 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9158
9159 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9160 (diff-font-lock-defaults): Explicitly turn off multiline.
9161 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9162 (diff-ediff-patch): Fix call to ediff-patch-file.
9163 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9164 Handle comments.
9165
9166 * frame.el (automatic-hscrolling): Typo.
9167
9168 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9169
9170 2000-05-09 Sam Steingold <sds@goems.com>
9171
9172 * apropos.el (apropos-print): use `describe-face' instead of
9173 `customize-face-other-window'.
9174
9175 2000-05-09 Dave Love <fx@gnu.org>
9176
9177 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9178
9179 * help.el (describe-variable): Have customize button pop the
9180 help-xref stack when invoked.
9181 (help-xref-symbol-regexp): Add `face'.
9182 (help-make-xrefs): Check for quoted face names and adapt regexp
9183 submatch numbers to cope.
9184 (help-xref-interned): Maybe insert face doc too. Separate
9185 sections with a line of hyphens.
9186
9187 * faces.el: Some doc fixes. Declare some functions obsolete.
9188 (describe-face): Add customize button. Return the help
9189 text. Fix prompt.
9190
9191 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9192
9193 * term/internal.el (IT-character-translations): Fix last change.
9194
9195 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9196
9197 * woman.el: New file
9198 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9199
9200 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9201
9202 * term/internal.el (IT-character-translations): Update ASCII
9203 simulations for greek-iso8859-7, add latin-iso8859-14 and
9204 latin-iso8859-15.
9205
9206 * international/mule-cmds.el (set-language-info-alist): Call
9207 define-prefix-command with 3 arguments, to make the map suitable
9208 for a menu.
9209
9210 2000-05-07 Dave Love <fx@gnu.org>
9211
9212 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
9213
9214 2000-05-05 Dave Love <fx@gnu.org>
9215
9216 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9217 list in doc string. Don't quote keyword symbols.
9218 * emacs-lisp/cl.el: Likewise
9219 * emacs-lisp/cl-seq.el: Likewise
9220
9221 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9222
9223 * abbrev.el (abbrev-mode): Make ARG optional.
9224
9225 2000-05-04 Gerd Moellmann <gerd@gnu.org>
9226
9227 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9228
9229 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9230
9231 * subr.el (substitute-key-definition): Clarify documentation.
9232
9233 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
9234
9235 * glasses.el (glasses-convert-to-unreadable): Use
9236 `glasses-separator' instead of the hard-wired "_".
9237 (glasses-mode): Call `glasses-make-unreadable' only in a single
9238 place.
9239
9240 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9241
9242 * term/internal.el (cjk-codepages-alist): Add associations for
9243 Chinese and Korean codepages. Remove FIXME comment.
9244
9245 2000-05-03 Dave Love <fx@gnu.org>
9246
9247 * time.el (display-time-mail-face, display-time-use-mail-icon):
9248 New option.
9249 (display-time-mail-icon): New variable.
9250 (display-time-string-forms): Use the above. Fix the local-map.
9251
9252 2000-05-03 Gerd Moellmann <gerd@gnu.org>
9253
9254 * replace.el (query-replace-map): Add binding for `E'.
9255 (query-replace-help): Extend help text.
9256 (perform-replace): Allow editing the replacement string.
9257
9258 * make-mode.el (makefile-mode-abbrev-table): New variable.
9259 (makefile-mode): Set local abbrev table to
9260 makefile-mode-abbrev-table.
9261 (makefile-font-lock-keywords): Fontify includes and conditionals.
9262
9263 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9264 set TOGGLE's value.
9265
9266 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9267 mail-interactive-insert-alias.
9268 (mail-abbrev-complete-alias): New command.
9269 (mail-mode-map): Bind it to `M-TAB'.
9270
9271 2000-05-03 Kenichi Handa <handa@etl.go.jp>
9272
9273 * language/lao-util.el (lao-compose-region): New function.
9274
9275 2000-05-02 Gerd Moellmann <gerd@gnu.org>
9276
9277 * files.el (recover-session): Make directories as necessary
9278 if they don't exist yet.
9279
9280 * calendar/cal-french.el
9281 (french-calendar-multibyte-special-days-array)
9282 (french-calendar-special-days-array): Change French text.
9283 (calendar-french-date-string): Change output.
9284 (calendar-goto-french-date): Likewise.
9285
9286 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9287
9288 * wid-edit.el (widget-default-active): Obey `:always-active'.
9289 (widget-documentation-string-value-create): Set `:always-active'.
9290
9291 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9292
9293 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9294 default prefix to `~/_emacs.d/auto-save.list/_s'.
9295 (normal-top-level): Create the directory for auto-save files, if
9296 it doesn't already exist (in the ms-dos case only).
9297
9298 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9299
9300 * international/mule-cmds.el (set-language-environment): Don't
9301 concat an integer (dos-codepage), use format instead.
9302
9303 2000-05-02 Dave Love <fx@gnu.org>
9304
9305 * help.el (help-xref-on-pp): Check for constant symbols.
9306
9307 2000-04-29 Gerd Moellmann <gerd@gnu.org>
9308
9309 * startup.el (normal-top-level): Put a condition-case around
9310 the code loading subdirs.el.
9311
9312 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9313
9314 * ps-print.el: Upside-down and face background color printing,
9315 line number step, doc fix.
9316 (ps-print-version): New version number (5.2).
9317 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9318 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9319 (ps-spool-config): Var fix.
9320 (ps-printer-name-option): Const fix.
9321 (ps-print-upside-down, ps-use-face-background)
9322 (ps-line-number-step): New vars.
9323 (ps-window-system, ps-lp-system): New consts.
9324 (ps-face-background): New fun.
9325
9326 2000-04-28 Richard Stallman <rms@gnu.org>
9327
9328 * files.el (make-auto-save-file-name):
9329 Apply auto-save-file-name-transforms to visited file name
9330 before generating auto save file name.
9331 (auto-save-file-name-transforms): New variable.
9332
9333 * files.el (backup-enable-predicate):
9334 Correctly test for a file under a temporary directory.
9335
9336 2000-04-28 Gerd Moellmann <gerd@gnu.org>
9337
9338 * subr.el (add-minor-mode): Rewritten.
9339
9340 2000-04-28 Kenichi Handa <handa@etl.go.jp>
9341
9342 * mail/sendmail.el (sendmail-send-it): Set
9343 buffer-file-coding-system to the selected coding system for MIME
9344 header.
9345
9346 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9347
9348 * dired.el (dired-move-to-filename-regexp): Allow format where
9349 YYYY is followed by two spaces.
9350
9351 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9352 in the second character class of the regexp.
9353
9354 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9355 mh-etc, too.
9356
9357 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9358 nil.
9359
9360 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9361
9362 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9363 argument.
9364
9365 2000-04-27 Sen Nagata <sen@eccosys.com>
9366
9367 * emacs-lisp/crm.el (crm-completion-table): New variable.
9368 (crm-collection-fn, crm-test-completion)
9369 (completing-read-multiple): Use it.
9370
9371 2000-04-27 Dave Love <fx@gnu.org>
9372
9373 * help.el (locate-library): Use mapc.
9374 (help-manyarg-func-alist): Add call-process-region.
9375
9376 2000-04-26 Gerd Moellmann <gerd@gnu.org>
9377
9378 * subr.el (add-minor-mode): Make argument MAP optional.
9379
9380 * desktop.el (desktop-save): Save list of minor modes.
9381 (desktop-create-buffer): Restore minor modes.
9382 (desktop-minor-mode-table): New user-option.
9383
9384 * subr.el (add-minor-mode): New function.
9385
9386 * image.el (find-image): New function.
9387 (defimage): Rewritten to find image at load time.
9388
9389 * startup.el (normal-top-level-add-to-load-path): Handle
9390 case that the default directory is not in load-path.
9391
9392 * help.el: Old patch from Stefan Monnier.
9393 (help-xref-on-pp): New function.
9394 (describe-variable): Use it to display xrefs in a symbol's value.
9395
9396 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9397
9398 * cus-edit.el (custom-face): Fix parenthesis.
9399
9400 2000-04-26 Kenichi Handa <handa@etl.go.jp>
9401
9402 * mail/rmail.el (rmail-expunge): When there are no deleted
9403 messages, do nothing.
9404
9405 2000-04-26 Dave Love <fx@gnu.org>
9406
9407 * international/mule-cmds.el (locale-translation-file-name):
9408 Defvar to nil.
9409 (set-locale-environment): Set it here (at runtime).
9410
9411 2000-04-25 Gerd Moellmann <gerd@gnu.org>
9412
9413 * replace.el (perform-replace): Add parameters START and END. Use
9414 them instead of the check for a region in Transient Mark mode.
9415 (query-replace-read-args): Return two more list elements for the
9416 start and end of the region in Transient Mark mode.
9417 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9418 (map-query-replace-regexp, replace-string, replace-regexp): Add
9419 optional last arguments START and END and pass them to
9420 perform-replace.
9421
9422 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9423 form with additional arguments for perform-replace.
9424
9425 * progmodes/etags.el (tags-query-replace): Add parameters START
9426 and END. Construct a form with additional arguments for
9427 perform-replace.
9428
9429 * simple.el (shell-command): Set default directory for "*Shell
9430 Command Output" buffer.
9431
9432 * language/european.el (iso-latin-4): Fix typo.
9433
9434 * emacs-lisp/crm.el: New file.
9435
9436 2000-04-24 Dave Love <fx@gnu.org>
9437
9438 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9439 (Custom-reset-saved, Custom-reset-standard)
9440 (custom-group-value-create, custom-group-set, custom-group-save)
9441 (custom-group-reset-current, custom-group-reset-saved)
9442 (custom-group-reset-standard): Use mapc.
9443 (custom-buffer-create-internal): Disable undo when creating items.
9444 Use mapc.
9445 (custom-face): Avoid redundant lambda.
9446
9447 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9448
9449 * startup.el (auto-save-list-file-prefix): Set default to
9450 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9451
9452 2000-04-24 Sam Steingold <sds@gnu.org>
9453
9454 * time-stamp.el (time-stamp-string-preprocess): Always convert
9455 `field-result' to a string.
9456
9457 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9458
9459 * frame.el (scrolling): New group.
9460 (automatic-hscrolling): New user-option.
9461
9462 * startup.el (command-line-x-option-alist): Add `-lsp' and
9463 `--line-spacing'.
9464
9465 2000-04-19 Dave Love <fx@gnu.org>
9466
9467 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9468 (cl-mapc): Rename from mapc. Fix the funcall.
9469
9470 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9471
9472 * simple.el (clone-indirect-buffer-other-window): New command.
9473 (clone-indirect-buffer): Add optional arg NORECROD.
9474 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9475
9476 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9477
9478 * window.el (count-screen-lines): New function.
9479 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9480 instead of window-buffer-height.
9481
9482 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9483 non-existing variable comint-input-sentinel.
9484 (inferior-lisp-args-to-list): Removed.
9485 (inferior-lisp): Use split-string instead of
9486 inferior-lisp-args-to-list.
9487
9488 * hexl.el (hexl-insert-hex-string): New command.
9489
9490 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9491 instead of concat.
9492
9493 2000-04-18 Gerd Moellmann <gerd@gnu.org>
9494
9495 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9496 at the start of an existing but empty folder.
9497
9498 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9499
9500 * ps-mule.el: Customization fix, doc fix.
9501 (ps-multibyte-buffer): Customization fix.
9502
9503 2000-04-17 Richard M. Stallman <rms@gnu.org>
9504
9505 * subr.el (read-passwd): Use read-char-exclusive.
9506
9507 2000-04-17 Gerd Moellmann <gerd@gnu.org>
9508
9509 * textmodes/texinfo.el (texinfo-insert-@email)
9510 (texinfo-insert-@emph, texinfo-insert-@quotation)
9511 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9512 (texinfo-mode-map): Add key bindings for them.
9513
9514 * files.el (basic-save-buffer-2): Use a template with `$'
9515 instead of `#' for VMS.
9516
9517 * simple.el (clone-indirect-buffer): New function.
9518
9519 2000-04-16 Stephen Eglen <stephen@gnu.org>
9520
9521 * iswitchb.el (iswitchb-case): New function. If the user input
9522 contains any upper-case characters, the search is made
9523 case-sensitive.
9524
9525 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9526
9527 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9528 comment-end.
9529 (texinfo-font-lock-syntactic-keywords): New var.
9530 (texinfo-font-lock-keywords): Remove comment regexp.
9531 (texinfo-insert-block): New function.
9532 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9533 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9534 and font-lock-defaults. Use regexp-opt for outline-regexp.
9535 (texinfo-environments): New var.
9536 (texinfo-environment-regexp): Use regexp-opt and
9537 texinfo-environments.
9538
9539 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9540 ispell-process is bound since this might be eval'd before ispell
9541 is loaded.
9542 (ispell-message): Use a tiny bit less magic and a bit more hard
9543 data to figure out what kind of sc-cite-regexp to use.
9544
9545 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9546
9547 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9548 (insert-cyclic-diary-entry): Unquote the lambda.
9549
9550 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9551
9552 * files.el (backup-enable-predicate): Unquote the lambda.
9553
9554 * cus-edit.el (custom-face, face): Unquote the lambda.
9555
9556 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9557
9558 * ps-print.el: Check for line-beginning-position definition.
9559
9560 * ps-print.el: Fix counting lines in a region.
9561 (ps-print-version): New version number (5.1.5).
9562 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9563 (ps-printing-region): Fun code fix.
9564
9565 2000-04-15 Gerd Moellmann <gerd@gnu.org>
9566
9567 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9568 to file-directory-p.
9569
9570 2000-04-14 Gerd Moellmann <gerd@gnu.org>
9571
9572 * gud.el (gud-jdb-build-source-files-list): Check that directory
9573 exists before calling directory-files.
9574
9575 2000-04-13 Dave Love <fx@gnu.org>
9576
9577 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9578 syntax.
9579
9580 * emacs-lisp/cl-specs.el: Remove when, unless.
9581
9582 * emacs-lisp/cl-extra.el: Don't quote keywords.
9583 (cl-old-mapc): New variable.
9584 (mapc): Use it.
9585 (cl-map-intervals): Use with-current-buffer. Don't check for
9586 next-property-change.
9587 (cl-map-overlays): Use with-current-buffer.
9588 (cl-expt): Remove.
9589 (copy-tree, remprop): Define unconditionally.
9590
9591 * emacs-lisp/cl-compat.el (keywordp): Remove.
9592
9593 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9594 to use keywordp.
9595 (edebug-spec): Enable keywordp.
9596
9597 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9598 string-lessp.
9599
9600 * cus-start.el: Use keywordp.
9601
9602 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9603
9604 * diary-lib.el (include-other-diary-files): Fix the fix of
9605 2000-02-18 by doing a save-excursion.
9606
9607 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9608
9609 * ps-print.el: Customization fix, doc fix.
9610 (ps-print-version): New version number (5.1.4).
9611 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9612 (ps-print-preprint): Adjust code.
9613 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9614 (ps-print-prologue-header, ps-print-control-characters)
9615 (ps-spool-config): Customization fix.
9616
9617 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9618
9619 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9620 converted to the new menu-item format, names silightly changed,
9621 help strings added.
9622
9623 Support for spelling without async subprocesses:
9624
9625 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9626 (ispell-session-buffer): New variables.
9627 (ispell-start-process, ispell-process-status,
9628 ispell-accept-output, ispell-send-string): New functions, for
9629 Ispell invocation when async subprocesses aren't supported.
9630 (ispell-word, ispell-pdict-save, ispell-command-loop,
9631 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9632 to process-send-string with calls to ispell-send-string, and
9633 accept-process-output with ispell-accept-output.
9634 (ispell-init-process): Call ispell-process-status instead of
9635 process-status with.
9636 (ispell-init-process): Call ispell-start-process. Call
9637 ispell-accept-output and ispell-send-string. Don't call
9638 process-kill-without-query and kill-process if they are unbound.
9639 (ispell-async-processp): New function.
9640
9641 2000-04-12 Dave Love <fx@gnu.org>
9642
9643 * info.el: Add debug-ignored-errors.
9644 (Info-mode-menu): Add some items.
9645 (Info-directory): Add autoload cookie.
9646
9647 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9648 Modify `truncate-lines'. Make `describe-language-environment'
9649 always visible and add help. Modify `describe-key' help. Invoke
9650 Info-directory from `info'. New entry `emacs-manual'.
9651
9652 2000-04-10 Gerd Moellmann <gerd@gnu.org>
9653
9654 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9655 propertized-buffer-identification.
9656 (ebrowse-update-member-buffer-mode-line): Likewise.
9657 (ebrowse--mode-strings): Removed.
9658 (ebrowse--mode-line-props): Removed.
9659
9660 * files.el (auto-mode-alist): Add `EBROWSE'.
9661
9662 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9663 space before testing for end of buffer.
9664 (ebrowse-load): Removed.
9665 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9666 (ebrowse-create-tree-buffer): Rewritten.
9667 (ebrowse-tree-mode): Read tree from buffer.
9668
9669 * progmodes/ebrowse-ffh.el: Removed.
9670
9671 2000-04-10 Kenichi Handa <handa@etl.go.jp>
9672
9673 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9674
9675 2000-04-10 Gerd Moellmann <gerd@gnu.org>
9676
9677 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9678 at the wrong place.
9679
9680 2000-04-09 Dave Love <fx@gnu.org>
9681
9682 * files.el (backup-enable-predicate): Use
9683 temporary-file-directory, small-temporary-file-directory.
9684 (make-backup-file-name-function, backup-directory-alist): New
9685 variables.
9686 (make-backup-file-name-1): New function.
9687 (make-backup-file-name): Use it.
9688 (find-backup-file-name): Likewise. Use format for clarity, not
9689 concat.
9690 (file-newest-backup): Use make-backup-file-name.
9691
9692 2000-04-09 Gerd Moellmann <gerd@gnu.org>
9693
9694 * progmodes/ebrowse-ffh.el: New file.
9695
9696 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9697 to ebrowse-ffh.el.
9698 (ebrowse-load): Add autoload.
9699
9700 * finder.el (finder-commentary): Add autoload cookie.
9701
9702 * mail/rfc2368.el: Correct author's email address.
9703
9704 * progmodes/ebrowse.el: New file.
9705
9706 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9707 item help string.
9708 (easy-menu-do-add-item): Ditto.
9709 (easy-menu-define): Extend doc string.
9710
9711 * jit-lock.el (with-buffer-unmodified): Use
9712 restore-buffer-modified-p.
9713 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9714 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9715 with-buffer-unmodified.
9716
9717 2000-04-08 Dave Love <fx@gnu.org>
9718
9719 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9720 unless, when.
9721
9722 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9723
9724 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9725 (viper-flash-search-pattern): No operation when using Emacs
9726 doesn't support face.
9727 Use `viper-put-on-search-overlay'.
9728
9729 2000-04-04 Gerd Moellmann <gerd@gnu.org>
9730
9731 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9732 like C-r.
9733
9734 * progmodes/make-mode.el: Some doc fixes.
9735 (makefile-mode-abbrev-table): New variable.
9736 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9737 (makefile-font-lock-keywords): Fontify includes and conditionals.
9738 (toplevel): Require `dabbrev' and `add-log' when compiling.
9739
9740 * replace.el (perform-replace): Don't move forward one char
9741 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9742 to do that because it leaves point 1 position after the last
9743 replacement, after everything has been replaced.
9744
9745 * jit-lock.el (with-buffer-unmodified): New macro.
9746 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9747 modified state.
9748 (jit-lock-function-1): Extracted from jit-lock-function; not
9749 preserving buffer's modified state.
9750 (jit-lock-function, jit-lock-stealth-fontify): Call
9751 jit-lock-function-1.
9752
9753 * mail/rfc2368.el: Remove supernumerary copyright line.
9754
9755 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
9756
9757 * glasses.el: Provide facilities for inserting space before left
9758 parentheses and uncapitalization of identifiers.
9759 (glasses-mode): Try to remove old overlays in all cases.
9760
9761 2000-04-03 Gerd Moellmann <gerd@gnu.org>
9762
9763 * progmodes/compile.el (compile-internal): Display the compilation
9764 buffer in a different frame, if it's already displayed there.
9765
9766 * mail/rfc2368.el: New file.
9767
9768 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9769 header and insert its value as mail body.
9770
9771 * subr.el (member-ignore-case): New function.
9772
9773 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9774 (dabbrev--find-expansion): Ignore buffers matching a regexp
9775 from dabbrev-ignored-regexps.
9776
9777 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9778 to extensions handled by gzip.
9779
9780 2000-04-03 Richard M. Stallman <rms@gnu.org>
9781
9782 * files.el (insert-directory): List the total free space
9783 along with the used space.
9784
9785 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9786 line is followed by one that matches CITATION-REGEXP, end the
9787 paragraph.
9788
9789 2000-04-03 Markus Rost <rost@delysid.gnu.org>
9790
9791 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9792 (rmail-make-basic-summary-line): Use that option.
9793
9794 2000-04-03 Kenichi Handa <handa@etl.go.jp>
9795
9796 * international/mule-cmds.el (encoded-string-description):
9797 Rewritten. Try pretty description for ISO 2022 escape sequences
9798 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9799 for hexadecimal format.
9800
9801 2000-04-01 Dave Love <fx@gnu.org>
9802
9803 * cpp.el: Change customization group to `c' from `C'.
9804
9805 * vcursor.el (vcursor-move): Use display-color-p.
9806
9807 * international/mule-util.el: Provide mule-utils.
9808 (string-to-sequence): Simplify and speed up.
9809
9810 * international/mule.el (make-coding-system): Purecopy doc-string.
9811
9812 * international/mule-cmds.el: Various menu changes.
9813 (describe-specified-language-support): Handle `Default'.
9814 (set-language-info): Purecopy `info'.
9815
9816 2000-03-31 Andrew Innes <andrewi@gnu.org>
9817
9818 * vc.el (vc-backend-diff): Return the correct status if we had to
9819 retry the rcsdiff command without the --brief option.
9820
9821 2000-03-31 Dave Love <fx@gnu.org>
9822
9823 * help.el (help-manyarg-func-alist): Correct several omissions.
9824
9825 * add-log.el: Don't require cl, fortran.
9826 (add-log-current-defun-function): Doc fix.
9827 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9828 fix.
9829 (change-log-version-rcs): Function deleted.
9830 (change-log-version-number-search): Doc fix. Use
9831 vc-workfile-version. Avoid CL dolist.
9832 (add-change-log-entry): Just call add-log-current-defun to get
9833 defun. Simplify somewhat.
9834 (change-log-get-method-definition-1): Likewise.
9835 (add-log-current-defun): Return nil if calling
9836 add-log-current-defun-function does so. Move Fortran stuff to
9837 fortran.el. Return string without properties.
9838
9839 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9840 and :alpha: char classes.
9841
9842 * mail/supercite.el: Defvar curline when compiling.
9843 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9844 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9845 rather than a-zA-Z0-9 to allow non-ASCII characters.
9846
9847 2000-03-31 Gerd Moellmann <gerd@gnu.org>
9848
9849 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9850
9851 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9852 Re-enable new code.
9853
9854 * lpr.el (print-region-1): Use -d to specify printer name for
9855 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9856
9857 2000-03-31 Dave Love <fx@gnu.org>
9858
9859 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9860 for function definition in symbol's function value slot first
9861 instead of first consulting byte-compile-function-environment.
9862
9863 2000-03-31 Kenichi Handa <handa@etl.go.jp>
9864
9865 * language/european.el ("Polish"): New language environment.
9866 (setup-polish-environment): New function.
9867
9868 2000-03-30 Gerd Moellmann <gerd@gnu.org>
9869
9870 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9871 Disable new code.
9872
9873 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9874 trying to `load' the symbol of an autoload instead of the file
9875 recorded in the autoload. Fix error messages.
9876
9877 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9878
9879 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9880 (ps-print-version): New version number (5.1.3).
9881 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9882 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9883 (ps-generate-postscript-with-faces): Code fix.
9884 (ps-color-values): XEmacs compatibility.
9885 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9886 (ps-default-fg, ps-default-bg): Adjust customization.
9887 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9888 (ps-color-scale): Renaming old ps-color-value fun.
9889 (ps-print-headers): Replace ps-print-header group to avoid conflict
9890 with ps-print-header variable.
9891 (ps-print-miscellany): New group.
9892 (ps-format-color, ps-rgb-color): New funs.
9893 (ps-default-foreground): New var.
9894 (ps-printer-name-option): New const.
9895
9896 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9897
9898 * net/net-utils.el:
9899 (network-connection-host, network-connection-service): New variables
9900 (network-connection-mode): New mode, derived from comint-mode
9901 (network-connection-mode-setup): New function, saves host and
9902 service information in local variables.
9903
9904 * lisp/locate.el:
9905 (locate-word-at-point): Added this function
9906 (locate): Default to using locate-word-at-point as input
9907 Run dired-mode-hook
9908
9909 2000-03-29 Dave Love <fx@gnu.org>
9910
9911 * calendar/appt.el: Doc fixes.
9912 (appt-check): Convert min-to-app to a string before passing to
9913 appt-disp-window-function or concat.
9914 (appt-delete-window): Remove test for frame-root-window.
9915 (appt-select-lowest-window, appt-convert-time): Simplify.
9916
9917 * emacs-lisp/bytecomp.el: Doc fixes.
9918 (byte-compile-file-form-autoload): Update
9919 byte-compile-function-environment.
9920
9921 2000-03-29 Andreas Schwab <schwab@suse.de>
9922
9923 * emacs-lisp/autoload.el: Also print defsubst doc string
9924 specially.
9925
9926 * dired.el (dired-insert-directory): If dired-free-space-program
9927 failed just delete its output.
9928
9929 2000-03-29 Dave Love <fx@gnu.org>
9930
9931 * international/iso-cvt.el: Move provide to end. Doc fixes.
9932 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9933 (iso-iso2sgml, iso-sgml2iso): New functions.
9934 (iso-cvt-define-menu): Fix some entries and use backquote for
9935 clarity.
9936
9937 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9938
9939 2000-03-28 Gerd Moellmann <gerd@gnu.org>
9940
9941 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9942 ISO-DATE. If non-nil, return date in ISO 8601 format.
9943
9944 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9945
9946 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9947 if it ever becomes used.
9948 (log-edit-mode-hook): Default to vc-log-mode-hook.
9949 (log-edit-mode): Fix the docstring.
9950
9951 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9952 the code.
9953
9954 2000-03-26 Dave Love <fx@gnu.org>
9955
9956 * net/browse-url.el (browse-url): Re-fix case of
9957 browse-url-browser-function being an alist.
9958 (browse-url): Add :link to defgroup.
9959
9960 * files.el: Doc fixes.
9961 (file-truename): Include `[' in wildcard characters.
9962 (automount-dir-prefix): Customize.
9963 (find-file-wildcards): Add :version.
9964 (find-file-noselect): Simplify a mapcar call.
9965
9966 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9967 compatible with inf-lisp version.
9968 (eval-defun-1): Fix custom-declare-variable case.
9969
9970 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9971
9972 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9973
9974 2000-03-24 Gerd Moellmann <gerd@gnu.org>
9975
9976 * Makefile (COMPILE_FIRST): New macro.
9977 (compile-files): Compile files from COMPILE_FIRST first.
9978
9979 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9980 code.
9981
9982 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9983 matching open parenthesis in column 0 to defun-prompt-regexp
9984 only if open-paren-in-column-0-is-defun-start is set.
9985
9986 * sun-curs.el: Require CL at compile-time only.
9987
9988 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9989 instead of copy-list which is a function from CL.
9990 (msb--choose-menu, msb--mode-menu-cond)
9991 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9992 (msb--init-file-alist): Use mapcar instead of mapcan.
9993 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9994 `(' in column 0 in doc string.
9995 (msb--add-separators): Use mapcar instead of mapcan.
9996
9997 * cus-dep.el: Require CL at compile-time only.
9998
9999 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10000
10001 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10002 (byte-compile-warnings): New warning `noruntime'.
10003 (byte-compile-constants, byte-compile-variables): Fix docstring.
10004 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10005 execute `eval-whenc-compile's body.
10006 (byte-compile-unresolved-functions): Fix docstring.
10007 (byte-compile-eval): New function.
10008 (byte-compile-callargs-warn): Check if the function will be available
10009 at runtime (via property `byte-compile-noruntime').
10010 (byte-compile-print-syms): New function.
10011 (byte-compile-warn-about-unresolved-functions): Also warn about
10012 `noruntime' functions (and use `byte-compile-print-syms').
10013 (byte-compile-file): Capitalize the message.
10014
10015 2000-03-24 Gerd Moellmann <gerd@gnu.org>
10016
10017 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10018 (rmail-expunge): Ask for confirmation depending on the setting
10019 of rmail-confirm-expunge.
10020
10021 2000-03-23 Gerd Moellmann <gerd@gnu.org>
10022
10023 * Makefile (bootstrap-clean): If $(emacs) exists, build
10024 loaddefs.el first. A loaddefs.el that's not up-to-date might
10025 cause a bootstrap failure because things don't autoload as
10026 expected.
10027
10028 2000-03-23 Dave Love <fx@gnu.org>
10029
10030 * net/browse-url.el: Restore previous use of
10031 browse-url-maybe-new-window.
10032
10033 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10034
10035 * ps-print.el: Skip banner page fix.
10036 (ps-print-version): New version number (5.1.2).
10037 (ps-begin-file, ps-end-file, ps-generate): Code fix.
10038
10039 2000-03-23 Dave Pearson <davep@davep.org>
10040
10041 * net/quickurl.el Changed the type of parameter passed to the
10042 function defined by `quickurl-format-function'. Before only the
10043 text of the URL was passed. Now the whole URL structure is passed
10044 and the function is responsible for extracting the parts it
10045 requires. Changed the default of `quickurl-format-function'
10046 accordingly.
10047 (quickurl-insert): Changed the `funcall' of
10048 `quickurl-format-function' to match the above change.
10049 (quickurl-list-insert): Changed the `url' case so that it makes
10050 use of `quickurl-format-function', previous to this the format was
10051 hard wired.
10052
10053 2000-03-22 Gerd Moellmann <gerd@gnu.org>
10054
10055 * startup.el: Change some spellings for the X Window System.
10056
10057 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10058
10059 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10060 up the code and the regexp and make sure the cursor is temporarily
10061 moved to the suspicious line while querying the user.
10062
10063 2000-03-22 Jason Rumney <jasonr@gnu.org>
10064
10065 * w32-fns.el (w32-charset-info-alist): Initialize.
10066
10067 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10068
10069 * ps-print.el: N-up last page fix.
10070 (ps-print-version): New version number (5.1.1).
10071 (ps-end-file, ps-end-job, ps-generate): Code fix.
10072
10073 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10074
10075 * files.el (find-file-run-dired): Update docstring.
10076 (find-directory-functions): New hook.
10077 (find-file-noselect): Run find-directory-functions rather than
10078 calling dired directly.
10079
10080 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10081
10082 * pcvs.el: Add a minimal leading commentary.
10083 (cvs-make-cvs-buffer): Change the header part by removing the startup
10084 message and adding a `Module' entry. Also replace the FOOTER and
10085 HEADER special fileinfos with the new support in ewoc for updating
10086 its own footer and header.
10087 (cvs-update-header): Update to use the header/footer of the ewoc.
10088 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10089 (cvs-is-within-p): New function.
10090 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10091 to only examine some subset of the buffers.
10092
10093 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10094 `format' instead of our own ad-hoc functions.
10095 Remove HEADER and FOOTER cases, now handled in the EWOC.
10096 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10097
10098 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10099 output to avoid scaring the user.
10100 (cvs-parse-table): Catch message for non-up-to-date commits.
10101
10102 * pcvs-defs.el (cvs-startup-message): Remove.
10103 (cvs-global-menu): New autoloaded menu.
10104
10105 * pcvs-util.el (cvs-string-fill): Remove.
10106
10107 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10108 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10109 PP part of it and also make it work for footers and headers.
10110 (ewoc-create): Drop POS and BUFFER arguments.
10111 Use the DLL's dummy node to store the end-of-footer position.
10112 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10113 (ewoc-refresh): Remove unused `header' variable.
10114 (ewoc-(get|set)-hf): New functions.
10115
10116 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10117 log-view-*-(message|file) and use easy-mmode-define-navigation.
10118 (log-view-message-re): Match SCCS format as well.
10119 And match the revision line rather than the dashed separator line.
10120 (log-view-mode): Use the new define-derived-mode.
10121 (log-view-current-tag): Fill in with an actual implementation.
10122
10123 * cvs-status.el (cvs-status-(prev|next)): Rename from
10124 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10125 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10126 to let the output "breathe" a little more (more readable).
10127 (cvs-status-mode): Use the new define-derived-mode.
10128
10129 * smerge-mode.el (smerge-auto-leave): New function and variable.
10130 (smerge-basic-map): Rename from smerge-basic-keymap.
10131 Change the bindings for smerge-diff-*.
10132 (smerge-*-map): Use easy-mmode-defmap.
10133 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10134 (smerge-keep-*): Use smerge-auto-leave.
10135
10136 2000-03-21 Jason Rumney <jasonr@gnu.org>
10137
10138 * cus-edit.el (custom-button-face): Use 3D look for w32.
10139 (custom-button-pressed-face): Likewise.
10140
10141 2000-03-21 Gerd Moellmann <gerd@gnu.org>
10142
10143 * progmodes/etags.el (tags-case-fold-search): New user-option.
10144 (tags-loop-eval): New function. Bind case-fold-search around eval
10145 depending on the value of tags-case-fold-search.
10146 (tags-loop-continue): Use tags-loop-eval.
10147 (find-tag-in-order): Bind case-fold-search depending on the value
10148 of tags-case-fold-search.
10149
10150 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10151
10152 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10153 (diff-end-of-hunk): Return the end position for use in
10154 `easy-mmode-define-navigation'.
10155 (diff-recenter): Remove.
10156 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10157 of `easy-mmode-define-navigation'.
10158 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10159 previous renaming) and fix to use new names.
10160 (diff-merge-strings): Use \n as separator: simpler, faster.
10161 (diff-mode): Use `define-derived-mode'.
10162
10163 * derived.el (define-derived-mode): Don't autoload anymore.
10164 Prefer the macro-only version provided by easy-mmode.el.
10165
10166 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10167 `easy-mmode-define-derived-mode'.
10168 Use `combine-run-hooks'.
10169 (easy-mmode-define-navigation): New macro.
10170
10171 * subr.el (combine-run-hooks): New function.
10172
10173 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
10174
10175 * term/x-win.el: Fontsets related initialization is simplified.
10176
10177 * international/mule-diag.el (describe-font): Don't refer to
10178 global-fontset-alist, instead call font-list.
10179 (describe-fontset, list-fontsets, mule-diag): Likewise.
10180 (print-fontset): Adjusted for the change of fontset
10181 implementation.
10182
10183 * international/fontset.el (x-charset-registries): Variable
10184 removed, instead the corresponding data is stored in the default
10185 fontset.
10186 (register-alternate-fontnames): Function removed.
10187 (resolved-ascii-font): Variable removed.
10188 (x-compose-font-name): Ignore the second argument REDOCE.
10189 (x-complement-fontset-spec): Complement only an ASCII font and
10190 element for those charsets than can use that ASCII font.
10191 (generate-fontset-menu): Don't refer to global-fontset-alist,
10192 instead call fontset-list.
10193 (uninstantiated-fontset-alist): Variable removed.
10194 (x-style-funcs-alist): Likewise.
10195 (fontset-default-styles): Likewise.
10196 (x-modify-font-name): Function removed.
10197 (create-fontset-from-fontset-spec): Ignore the argument
10198 STYLE-VARIANT.
10199 (create-fontset-from-ascii-font): Docsting adjusted for the above
10200 change.
10201 (instantiate-fontset, resolve-fontset-name): Functions removed.
10202 (fontset-list): Now implemented by C code.
10203
10204 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10205 (describe-face): Include `font' attribute in the description.
10206
10207 2000-03-21 Kenichi Handa <handa@etl.go.jp>
10208
10209 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10210
10211 2000-03-20 Gerd Moellmann <gerd@gnu.org>
10212
10213 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10214 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10215 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
10216
10217 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10218 about behavior of set-buffer-modified-p wrt redisplay.
10219
10220 2000-03-19 Richard M. Stallman <rms@gnu.org>
10221
10222 * view.el (view-mode-disable): Kill local binding of view-read-only.
10223
10224 2000-03-18 Gerd Moellmann <gerd@gnu.org>
10225
10226 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10227 is a string, convert it to a syntax cell using string-to-syntax.
10228
10229 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10230 (string-to-syntax): New function.
10231
10232 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10233 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
10234 try to use passive ftp mode.
10235
10236 2000-03-17 Gerd Moellmann <gerd@gnu.org>
10237
10238 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
10239
10240 * simple.el (append-to-buffer): Update point of windows after
10241 insertion.
10242
10243 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10244 forward then moving backward. Reindent.
10245
10246 * frame.el (other-frame): Call x-focus-frame only if
10247 focus-follows-mouse is off.
10248
10249 2000-03-17 Dave Love <fx@gnu.org>
10250
10251 * pcvs-util.el (cvs-strings->string): Rename
10252 replace-regexps-in-string.
10253
10254 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10255
10256 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10257 regexp for labels cannot span several lines.
10258
10259 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
10260 `(setq :<key> ':<key>)' to the macro expansion.
10261
10262 2000-03-16 Dave Love <fx@gnu.org>
10263
10264 * progmodes/f90.el (f90): Put custom group under `languages', not
10265 `fortran'.
10266 (f90-mode-hook): Customize.
10267 (f90-mode): Set add-log-current-defun-function.
10268 (f90-current-defun): New function.
10269
10270 2000-03-16 Gerd Moellmann <gerd@gnu.org>
10271
10272 * cus-edit.el (custom-variable-tag-face): Handle case that
10273 default face's height is not a number.
10274 (custom-face-tag-face, custom-group-tag-face-1)
10275 (custom-group-tag-face): Ditto.
10276 (custom-group-tag-face-1): Add :group.
10277
10278 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10279
10280 2000-03-15 Gerd Moellmann <gerd@gnu.org>
10281
10282 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10283 requiring easymenu.
10284
10285 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10286
10287 * ps-print.el: PostScript user-defined prologue, PostScript error
10288 handler, doc fix.
10289 (ps-print-version): New version number (5.1).
10290 (ps-user-defined-prologue, ps-error-handler-message)
10291 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10292 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10293 (ps-insert-string): New function.
10294
10295 2000-03-15 Kenichi Handa <handa@etl.go.jp>
10296
10297 * international/ccl.el (ccl-compile-expression): Don't generate
10298 invalid self-assignment code.
10299
10300 2000-03-14 Dave Love <fx@gnu.org>
10301
10302 * subr.el (replace-regexp-in-string): Renamed from
10303 replace-regexps-in-string. Doc fix.
10304
10305 2000-03-12 Dave Love <fx@gnu.org>
10306
10307 * cus-edit.el: Doc fixes.
10308 (customize-set-variable, customize-save-variable): Rename args for
10309 doc.
10310 (custom-variable-tag-face, custom-face-tag-face)
10311 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10312 style which user identify as hyperlink.
10313 (hook): Don't add undefined functions to the hook.
10314 (debug-ignored-errors): Transfer message from bindings.el.
10315
10316 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10317
10318 * recentf.el (recentf-keep-non-readable-files-p): Remove
10319 double/nested definition.
10320
10321 2000-03-12 Dave Love <fx@gnu.org>
10322
10323 * facemenu.el (facemenu-get-face): Use display-color-p.
10324 * enriched.el (enriched-decode-foreground): Likewise.
10325 (enriched-decode-background): Likewise.
10326 * isearch.el (isearch-highlight): Likewise.
10327 * info-look.el (info-lookup): Likewise.
10328 * simple.el (completion-setup-function): Likewise.
10329
10330 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10331 :options.
10332
10333 * bindings.el (mode-line-format): Fix line-number and
10334 column-number items. Add help-echo for the background.
10335 (mode-line-mule-info): Modify help-echo.
10336
10337 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10338 defcustom.
10339
10340 * files.el (load-file): Allow completion to .elc.
10341
10342 * man.el: Doc fixes.
10343 (Man-init-defvars): Use display-color-p to set fontification.
10344
10345 * play/hanoi.el (hanoi-internal): Don't use oddp.
10346
10347 2000-03-12 Gerd Moellmann <gerd@gnu.org>
10348
10349 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10350
10351 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10352
10353 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10354
10355 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10356 Fix comment.
10357
10358 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10359
10360 * font-lock.el (font-lock-keywords): Fix the doc now that
10361 regexp-opt-depth is unnecessary.
10362 (save-buffer-state): Set an edebug spec.
10363 (font-lock-fontify-anchored-keywords): Properly handle the case when
10364 the matcher goes past the limit.
10365
10366 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10367 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10368
10369 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10370 dll.el and cookie.el (from Elib) with heavy renaming and other
10371 massaging.
10372
10373 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10374 Autoload the functions used.
10375 (easy-mmode-define-syntax): Fix CL typo.
10376 (easy-mmode-define-derived-mode): Improve the docstring generation.
10377
10378 2000-03-10 Gerd Moellmann <gerd@gnu.org>
10379
10380 * textmodes/texinfo.el (texinfo-version): Variable and function
10381 removed.
10382
10383 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10384
10385 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10386 allow more flexibility.
10387 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10388 fns.
10389 (easy-mmode-defmap, easy-mmode-defsyntax)
10390 (easy-mmode-define-derived-mode): New macros.
10391
10392 2000-03-09 Didier Verna <didier@xemacs.org>
10393
10394 * rect.el (replace-rectangle): New function.
10395
10396 2000-03-09 Dave Love <fx@gnu.org>
10397
10398 * progmodes/fortran.el (fortran-comment-line-start): Define as
10399 "C".
10400 (fortran-comment-line-start-skip): Don't match cpp stuff.
10401 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10402 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10403 (fortran-mode): Don't set fortran-comment-line-start-skip,
10404 fortran-comment-line-start here. Set comment-start,
10405 add-log-current-defun.
10406 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10407 (fortran-current-defun): New function.
10408
10409 2000-03-09 Gerd Moellmann <gerd@gnu.org>
10410
10411 * emacs-lisp/re-builder.el: New file.
10412
10413 * mouse.el (mouse-drag-region): Don't run up-event handler
10414 if hscroll has changed.
10415
10416 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10417 builtin operators, use `font-lock-builtin-face' for Emacs and
10418 `font-lock-preprocessor-face' otherwise.
10419
10420 * font-lock.el (lisp-font-lock-keywords-1): Highlight
10421 `(defun (setf foo)' differently.
10422
10423 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10424
10425 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10426 (regexp-opt): Update comment and adapt the code the new meaning of
10427 the `paren' argument of regex-opt-group for shy-groups.
10428 (regexp-opt-depth): Handle shy groups as well as backslashed
10429 backslashes.
10430 (regexp-opt-group): Turn the leading comment into a docstring.
10431 Allow `paren' to be a string (the string to use to open a group).
10432 Remove open-presuf and close-presuf. Instead of checking for `all
10433 one-char' and then later on check for `several one-char', handle
10434 both cases close together. Also apply a more generic algorithm
10435 for suffixes (the mirror image of the algorithm used for
10436 prefixes). Use shy-groups. Use nreverse rather than reverse.
10437 (regexp-opt-try-suffix): Removed.
10438
10439 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10440 from comint-mode-map, so we can just inherit from it. Also, move
10441 the initialization into the `defvar' since there's no docstring
10442 anyway and it's fairly short.
10443 (inferior-scheme-mode): Define it as derived-mode: the code is
10444 shorter and this way we inherit from comint-mode-map rather than
10445 copying it.
10446
10447 * subr.el (replace-regexps-in-string): Properly handle the case
10448 where we match an empty string.
10449
10450 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10451 when the command has a directory component (such as "./testml").
10452 Also fix a typo in the comment.
10453
10454 2000-03-08 Gerd Moellmann <gerd@gnu.org>
10455
10456 * Makefile (compile-files): Compile files one by one because
10457 that's the only way to ensure a clean compilation environment for
10458 each individual file.
10459
10460 * frame.el (other-frame): Call x-focus-frame.
10461
10462 2000-03-07 Dave Love <fx@gnu.org>
10463
10464 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10465 :require to defcustom.
10466
10467 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10468 lists.
10469
10470 * files.el (auto-mode-alist): Add configure.in.
10471
10472 * progmodes/autoconf.el: New file.
10473
10474 2000-03-07 Gerd Moellmann <gerd@gnu.org>
10475
10476 * mail/mh-e.el: Change maintainer to `none'.
10477
10478 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10479 to remove-hook and add-hook.
10480
10481 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10482
10483 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10484 it as the default.
10485 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10486 (sendmail-send-it): Conditionally add MIME headers specifying the
10487 used character set.
10488
10489 2000-03-07 Dave Love <fx@gnu.org>
10490
10491 * winner.el: Fix keywords, autoload cookies. Split
10492 eval-when-compile form to avoid compilation failure.
10493
10494 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10495
10496 * international/mule.el: Modify comment about coding system
10497 property `coding-category'.
10498 (make-coding-system): New argument EOL-TYPE. Pay attention to
10499 coding-category property of PROPERTIES.
10500
10501 * international/mule-conf.el (coding-category-utf-8,
10502 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10503 categories. Include them in the argument for set-coding-priority.
10504
10505 * international/mule-cmds.el (reset-language-environment): Include
10506 coding-category-utf-8, coding-category-utf-16-be, and
10507 coding-category-utf-16-le in the argument for set-coding-priority.
10508 (reset-language-environment): Initialize coding-category-utf-8,
10509 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10510
10511 2000-03-06 Karl Fogel <kfogel@red-bean.com>
10512
10513 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10514 code abstracted out of `bookmark-jump-noselect'. Now tries info
10515 extensions as well as compression extensions.
10516 (bookmark-jump-noselect): Use above new func.
10517
10518 2000-03-03 Gerd Moellmann <gerd@gnu.org>
10519
10520 * strokes.el: Change maintainer's mail address.
10521
10522 2000-03-03 Kenichi Handa <handa@etl.go.jp>
10523
10524 * international/mule-diag.el (list-character-sets): Make help-echo
10525 string by substitute-command-keys.
10526 (list-character-sets): Likewise.
10527 (sort-listed-character-sets): Call help-setup-xref.
10528
10529 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10530
10531 * time.el (display-time-mail-file): Add `none' to the list of
10532 choices.
10533
10534 2000-03-01 Dave Love <fx@gnu.org>
10535
10536 * help.el (help-xref-go-back): Don't try to set position.
10537
10538 * international/mule-diag.el (list-character-sets): Call
10539 help-setup-xref. Add help-echo to xrefs.
10540 (list-character-sets-1): Add help-echo to xrefs.
10541
10542 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10543
10544 * frame.el (blink-cursor-mode): Switch cursor on when turning
10545 the mode off.
10546
10547 * add-log.el (add-log-current-defun): Add support for
10548 Autoconf mode.
10549
10550 * mail/rmail.el (rmail-quit-hook): New variable.
10551
10552 2000-03-01 Dave Love <fx@gnu.org>
10553
10554 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10555
10556 * help.el (help-xref-button): Add help-echo arg.
10557 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10558
10559 * faces.el (list-faces-display): Supply help-echo with
10560 help-make-xrefs.
10561
10562 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10563 nil.
10564
10565 2000-03-01 Gerd Moellmann <gerd@gnu.org>
10566
10567 * image.el (defimage): Look for image files in load-path.
10568
10569 * frame.el (busy-cursor-delay-seconds): Change type to
10570 `number'.
10571
10572 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10573
10574 * recentf.el (recentf): Added version tag to the defgroup of
10575 recentf.
10576
10577 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10578
10579 * recentf.el (recentf-cleanup): Changed to remove excluded file
10580 too.
10581 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10582 action to select/unselect a file.
10583 (recentf-edit-list): Code cleanup and improvement.
10584 (recentf-open-more-files-action): `recentf-open-more-files' button
10585 widget action to open a file.
10586 (recentf-open-more-files): No more use standard completion but
10587 widgets.
10588 (recentf-more-collection): Deleted.
10589 (recentf-more-history): Deleted.
10590 (recentf-setup-more-completion): Deleted.
10591
10592 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10593
10594 * recentf.el (recentf-mode): No more needs that Emacs is running
10595 under a window-system.
10596
10597 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10598
10599 * recentf.el (recentf-edit-list): New command to edit the recent
10600 list which allow the user to remove files.
10601 (recentf-edit-selected-items): New global variable, used by
10602 `recentf-edit-list' to hold the list of files to be removed from
10603 the recent list.
10604 (recentf-make-menu-items): Updated to display a "Edit list..."
10605 menu item. Minor code cleanup.
10606
10607 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10608
10609 * recentf.el (recentf-open-more-files): New command to open files
10610 that are not displayed in the menu.
10611 (recentf-more-collection): New global variable holding the set of
10612 permissible completions used by `recentf-open-more-files'.
10613 (recentf-more-history): New global variable holding the history list
10614 used by `recentf-open-more-files' completion.
10615 (recentf-setup-more-completion): New function to setup completion for
10616 `recentf-open-more-files'.
10617 (recentf-make-menu-items): Updated to display a "More..." menu item.
10618
10619 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10620
10621 * recentf.el (recentf-menu-action): Doc fixed.
10622
10623 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10624
10625 * recentf.el (recentf-menu-filter): Doc updated.
10626 (recentf-update-menu-hook): Allow menu filters to force menu update.
10627 (recentf-make-menu-items): New menu filter handling.
10628 (recentf-make-menu-item): New helper function.
10629 (recentf-menu-elements): New menu handling function.
10630 (recentf-sort-ascending): Updated to new menu filter handling.
10631 (recentf-sort-descending): Updated to new menu filter handling.
10632 (recentf-sort-basenames-ascending): New menu filter function.
10633 (recentf-sort-basenames-descending): New menu filter function.
10634 (recentf-show-basenames): New menu filter function.
10635 (recentf-show-basenames-ascending): New menu filter function.
10636 (recentf-show-basenames-descending): New menu filter function.
10637
10638 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10639
10640 * diary-lib.el (list-diary-entries): Don't try to go forward at
10641 the end of the buffer.
10642
10643 2000-02-29 Kenichi Handa <handa@etl.go.jp>
10644
10645 * international/mule-diag.el (list-character-sets): Completely
10646 rewritten.
10647 (sort-listed-character-sets): New function.
10648 (list-character-sets-1): Completely rewritten.
10649 (list-character-sets-2): New function.
10650 (non-iso-charset-alist): New variable.
10651 (decode-codepage-char): New function.
10652 (charset-history): New variable.
10653 (read-charset) (list-block-of-chars)
10654 (list-iso-charset-chars)
10655 (list-non-iso-charset-chars)
10656 (list-charset-chars): New functions.
10657 (mule-diag): Call list-character-sets-2, not
10658 list-character-sets-2.
10659 (dump-charsets): Likewise.
10660
10661 2000-02-29 Gerd Moellmann <gerd@gnu.org>
10662
10663 * dired-x.el (dired-filename-at-point): Add `@' to valid
10664 file name characters.
10665 (dired-filename-at-point): Handle ange-ftp file names.
10666
10667 * frame.el (frame-notice-user-settings): Use assq-delete-all
10668 instead of assoc-delete-all.
10669 (frame-notice-user-settings): Ditto.
10670
10671 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10672 Don't copy alist.
10673
10674 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10675
10676 * calculator.el (calculator-use-menu): New option.
10677 (calculator-initial-bindings): Changed some bindings to work as
10678 macros.
10679 (calculator-forced-input): Removed.
10680 (calculator-restart-other-mode): New variable.
10681 (calculator-mode-map): Set up menu.
10682
10683 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10684
10685 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10686 tags.
10687
10688 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
10689
10690 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10691 translate all ESC key sequences.
10692 (viper-goto-mark-subr): restore markers for files for which
10693 they were saved.
10694 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10695 * viper-util.el (viper-set-replace-overlay-glyphs,
10696 viper-set-replace-overlay): always check if the replacement
10697 overlay is live.
10698 * viper.el (viper-vi-state-mode-list): added major modes.
10699 * ediff-wind.el: minor comment changes.
10700 * ediff.el: copyright notice date fix.
10701
10702 2000-02-27 Jason Rumney <jasonr@gnu.org>
10703
10704 * faces.el (face-font-family-alternatives): Add arial to helv.
10705 (mode-line, header-line, tool-bar): Same default as x for w32.
10706 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10707 face-font-family-alternatives from working.
10708 * term/w32-win.el (mouse-set-font): Do not build fontset from
10709 chosen font.
10710
10711 2000-02-25 Sam Steingold <sds@goems.com>
10712
10713 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
10714 properly.
10715
10716 2000-02-25 Richard M. Stallman <rms@gnu.org>
10717
10718 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10719
10720 2000-02-25 Gerd Moellmann <gerd@gnu.org>
10721
10722 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10723 writable.
10724
10725 * frame.el (busy-cursor-delay-seconds): New option.
10726
10727 2000-02-24 Gerd Moellmann <gerd@gnu.org>
10728
10729 * frame.el (show-cursor-in-non-selected-windows): New option.
10730
10731 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10732
10733 * diary-lib.el (include-other-diary-files): Undo the selective
10734 display in any included file and don't kill it.
10735
10736 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10737
10738 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10739 bar. Menu items converted to (menu-item format, help strings
10740 added.
10741 [downcase, upcase]: Don't enable on MS-DOS.
10742 [symlink, symlinks]: Don't show if make-symbolic-link is not
10743 bound.
10744 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10745
10746 2000-02-23 Dave Love <fx@gnu.org>
10747
10748 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10749 (backward-kill-word): Revert addition of * to interactive spec --
10750 it's a feature.
10751
10752 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10753 (backward-kill-sentence, kill-sentence): Likewise.
10754
10755 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10756 scratch buffer name.
10757 (gud-format-command): Use int-to-string in ?l case. Simplify
10758 slightly.
10759
10760 * term/w32-win.el (internal-face-interactive): Update prompt for
10761 new read-face-name.
10762
10763 * mail/footnote.el (footnote): Add :version to defgroup.
10764 (footnote-section-tag-regexp): Customize.
10765 (footnote-start-tag, footnote-end-tag): New option.
10766 (footnote-latin-regexp): New variable.
10767 (Footnote-latin): New function.
10768 (footnote-style-alist): Add element for latin style.
10769 (footnote-style): Moved.
10770 (Footnote-goto-footnote): Use eq to test arg.
10771
10772 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10773
10774 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10775 (byte-compile-trueconstp): Include keywords.
10776 (byte-optimize-quote, byte-optimize-lapcode): Use
10777 byte-compile-const-symbol-p.
10778 (byte-optimize-char-before): New optimization.
10779
10780 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10781 (byte-compile-const-symbol-p): New function.
10782 (byte-compile-constp, byte-compile-out-toplevel)
10783 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10784 Use it.
10785
10786 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10787
10788 2000-02-23 Kenichi Handa <handa@etl.go.jp>
10789
10790 * international/encoded-kb.el: Be sure to update minor-mode-alist
10791 and minor-mode-map-alist.
10792 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10793 codes SS2 and SS3 correctly.
10794 (encoded-kbd-self-insert-ccl): New function.
10795 (encoded-kbd-setup-keymap): New function.
10796 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10797 by calling encoded-kbd-setup-keymap.
10798
10799 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10800 characters.
10801 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10802 locally.
10803
10804 2000-02-22 Dave Love <fx@gnu.org>
10805
10806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10807 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10808 defvar.
10809 (lisp-mode-syntax-table): Set up for #|...|# comments.
10810 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10811 classes. Match `defface'.
10812 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10813 (eval-defun-1): Fix for defcustom.
10814 (lisp-indent-region): Doc fix.
10815
10816 * subr.el (when, unless, split-string): Doc fix.
10817 (read-passwd): Move call of clear-this-command-keys to the right
10818 place.
10819 (replace-regexps-in-string): New function.
10820
10821 2000-02-22 Gerd Moellmann <gerd@gnu.org>
10822
10823 * help.el (describe-variable): Set syntax table to
10824 emacs-lisp-mode-syntax-table when moving forward over the
10825 symbol's name.
10826
10827 2000-02-22 Dave Love <fx@gnu.org>
10828
10829 * xt-mouse.el: Doc fixes.
10830 (xterm-mouse-position-function): New function, replacing advice of
10831 mouse-position.
10832 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10833
10834 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10835
10836 2000-02-21 Gerd Moellmann <gerd@gnu.org>
10837
10838 * format.el (format-annotate-single-property-change): Handle
10839 properties.with dotted-list values.
10840 (format-proper-list-p): New function.
10841
10842 * enriched.el (enriched-face-ans): Handle '(foreground-color
10843 . COLOR) and (background-color . COLOR).
10844
10845 2000-02-20 Dave Love <fx@gnu.org>
10846
10847 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10848 and assignments to it.
10849 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10850 current local map.
10851 (make-flyspell-overlay): Use it.
10852 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10853
10854 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10855 (lm-get-header-re): Defun, not defsubst.
10856 (lm-get-package-name): Defun, not defsubst. Simplify.
10857 (lm-version): Doc fix. Simplify.
10858 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10859 (lm-crack-address, lm-last-modified-date, lm-commentary)
10860 (lm-verify, lm-synopsis): Simplify.
10861 (lm-report-bug): Require emacsbug. Use compose-mail.
10862
10863 2000-02-20 Gerd Moellmann <gerd@gnu.org>
10864
10865 * dired.el (dired-mode): Call propertized-buffer-identification
10866 to set mode-line-buffer-identification to something having
10867 the right text properties.
10868
10869 * bindings.el (propertized-buffer-identification): New function.
10870
10871 2000-02-20 Dave Love <fx@gnu.org>
10872
10873 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10874 check for t-mouse too.
10875
10876 * cus-start.el: Make echo-keystrokes `number'.
10877
10878 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10879
10880 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10881 Don't call ring-empty-p unless tags-location-ring is bound.
10882 From Noah Friedman <friedman@splode.com>.
10883
10884 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10885
10886 * progmodes/hideshow.el (hs-flag-region): No longer use
10887 `intangible' overlay property.
10888
10889 (hs-toggle-hiding): New command.
10890 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10891
10892 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10893 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10894 and deactivation.
10895
10896 2000-02-18 Gerd Moellmann <gerd@gnu.org>
10897
10898 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10899
10900 2000-02-17 Gerd Moellmann <gerd@gnu.org>
10901
10902 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10903
10904 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10905 of `*' to handle `(* ... *)' comments.
10906
10907 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10908
10909 * faces.el (list-faces-display): Use display-mouse-p instead of
10910 window-system.
10911
10912 * menu-bar.el (global-map): Menu-bar items converted to the new
10913 format (menu-item..., rearranged for better CUA compliance, and
10914 their names changed for better clarity. Help strings added.
10915
10916 * international/mule-cmds.el (mule-menu-keymap)
10917 (describe-language-environment-map, set-coding-system-map)
10918 (setup-language-environment-map): Convert to new (menu-item...
10919 form, add help strings. Change names of menu items for better
10920 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10921 submenu).
10922
10923 2000-02-17 Gerd Moellmann <gerd@gnu.org>
10924
10925 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
10926 within the code.
10927
10928 2000-02-16 Dave Love <fx@gnu.org>
10929
10930 * faces.el: Don't require custom. Add more specific :groups to
10931 various deffaces.
10932 (set-face-attribute): Purecopy args.
10933 (read-face-name): Default to name at point and use it in prompt.
10934 Remove colon from arg in all callers.
10935 (list-faces-display): Hyperlink to face descriptions and customize
10936 buffers.
10937
10938 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10939
10940 * wid-edit.el (widget-match-inline): An atom never matches a
10941 list.
10942
10943 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10944
10945 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10946 at ':' characters by call to split-string.
10947
10948 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10949
10950 * textmodes/bibtex.el: Added RCS version identification.
10951
10952 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10953
10954 * textmodes/bibtex.el: Some temporary comments removed.
10955 (bibtex-field-name, bibtex-entry-type): Made the relationship
10956 explicit.
10957 (bibtex-field-const): Allow capital letters.
10958 (bibtex-start-of-string): Deleted because unused.
10959
10960 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10961 use the term 'reference' to describe a bibtex entry as a whole.
10962 Further, reference keys are no longer called 'labels'.
10963 (bibtex-keys): Renamed to bibtex-reference-keys.
10964 (bibtex-reformat-previous-labels): Renamed to
10965 bibtex-reformat-previous-reference-keys.
10966 (bibtex-reference-type): Renamed to bibtex-entry-type.
10967 (bibtex-reference-head): Renamed to bibtex-entry-head.
10968 (bibtex-reference-maybe-empty-head): Renamed to
10969 bibtex-entry-maybe-empty-head.
10970 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10971 (bibtex-search-reference): Renamed to bibtex-search-entry.
10972 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10973 bibtex-enclosing-entry-maybe-empty-head.
10974 (bibtex-entry-field-alist, bibtex-entry-head,
10975 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10976 bibtex-map-entries, bibtex-search-entry,
10977 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10978 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10979 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10980 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10981 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10982 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10983 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10984
10985 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10986
10987 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10988 comment.
10989 (bibtex-format-field-delimiters): New function, functionality
10990 extracted from bibtex-format-entry.
10991 (bibtex-autokey-get-yearfield-digits): New function, functionality
10992 extracted from bibtex-autokey-get-yearfield.
10993
10994 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10995 entries in order to avoid stack overflow in the regexp matcher if
10996 field contents become large.
10997 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10998 bibtex-field-string-part-not-braced,
10999 bibtex-field-string-part-no-inner-braces,
11000 bibtex-field-string-part-1-inner-brace,
11001 bibtex-field-string-part-2-inner-braces,
11002 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11003 bibtex-field-string-quoted, bibtex-field-string,
11004 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11005 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11006 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11007 as parsing is now performed by the following functions.
11008 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11009 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11010 bibtex-parse-field-string, bibtex-search-forward-field-string,
11011 bibtex-parse-association, bibtex-field-name-for-parsing,
11012 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11013 bibtex-search-forward-field, bibtex-search-backward-field,
11014 bibtex-start-of-field, bibtex-end-of-field,
11015 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11016 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11017 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11018 bibtex-parse-string, bibtex-search-forward-string,
11019 bibtex-search-backward-string, bibtex-start-of-string,
11020 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11021 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11022 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11023 entries. Instead of reporting the results of the parsing by
11024 match-beginning or match-end, these functions return data structures
11025 that hold the corresponding positions.
11026 (bibtex-enclosing-field): Changed to also report field boundaries by
11027 return values rather than by match-beginning or match-end. The
11028 following functions have been adapted to use the new parsing
11029 functions.
11030 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11031 bibtex-enclosing-field, bibtex-format-entry,
11032 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11033 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11034 bibtex-print-help-message, bibtex-end-of-entry,
11035 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11036 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11037 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11038 method for parsing.
11039 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11040 bibtex-map-entries, bibtex-flash-head,
11041 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11042 bibtex-autokey-change, bibtex-autokey-get-namefield,
11043 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11044 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11045 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11046 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11047 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11048 order to make the new binding of case-fold-search immediately
11049 visible.
11050
11051 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11052
11053 * textmodes/bibtex.el: Copyright notice is up to date.
11054 Added constant 'bibtex-maintainer-salutation.
11055
11056 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11057 than make-temp-name, use match-string-no-properties and eliminate
11058 a quadratic behavior when building bibtex-strings.
11059
11060 * bibtex.el (bibtex-reference-key): Accept string entries whose
11061 reference key contains upper case letters.
11062
11063 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11064
11065 * bibtex.el (bibtex-reference-head): Allow entries to start with
11066 a new line.
11067
11068 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11069
11070 * bibtex.el: Hiding of entry bodies is not longer provided by
11071 bibtex.el directly. Instead the hideshow package can be used.
11072 Added a special bibtex entry to hs-special-modes-alist.
11073 (bibtex-hs-forward-sexp): Added for hideshow.el.
11074
11075 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11076
11077 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11078 at ':' characters by call to split-string.
11079
11080 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11081
11082 * textmodes/bibtex.el: Added RCS version identification.
11083
11084 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11085
11086 * textmodes/bibtex.el: Some temporary comments removed.
11087 (bibtex-field-name, bibtex-entry-type): Made the relationship
11088 explicit.
11089 (bibtex-field-const): Allow capital letters.
11090 (bibtex-start-of-string): Deleted because unused.
11091
11092 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11093 use the term 'reference' to describe a bibtex entry as a whole.
11094 Further, reference keys are no longer called 'labels'.
11095 (bibtex-keys): Renamed to bibtex-reference-keys.
11096 (bibtex-reformat-previous-labels): Renamed to
11097 bibtex-reformat-previous-reference-keys.
11098 (bibtex-reference-type): Renamed to bibtex-entry-type.
11099 (bibtex-reference-head): Renamed to bibtex-entry-head.
11100 (bibtex-reference-maybe-empty-head): Renamed to
11101 bibtex-entry-maybe-empty-head.
11102 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11103 (bibtex-search-reference): Renamed to bibtex-search-entry.
11104 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11105 bibtex-enclosing-entry-maybe-empty-head.
11106 (bibtex-entry-field-alist, bibtex-entry-head,
11107 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11108 bibtex-map-entries, bibtex-search-entry,
11109 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11110 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11111 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11112 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11113 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11114 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11115 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11116
11117 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11118
11119 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11120 comment.
11121 (bibtex-format-field-delimiters): New function, functionality
11122 extracted from bibtex-format-entry.
11123 (bibtex-autokey-get-yearfield-digits): New function, functionality
11124 extracted from bibtex-autokey-get-yearfield.
11125
11126 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11127 entries in order to avoid stack overflow in the regexp matcher if
11128 field contents become large.
11129 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11130 bibtex-field-string-part-not-braced,
11131 bibtex-field-string-part-no-inner-braces,
11132 bibtex-field-string-part-1-inner-brace,
11133 bibtex-field-string-part-2-inner-braces,
11134 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11135 bibtex-field-string-quoted, bibtex-field-string,
11136 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11137 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11138 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11139 as parsing is now performed by the following functions.
11140 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11141 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11142 bibtex-parse-field-string, bibtex-search-forward-field-string,
11143 bibtex-parse-association, bibtex-field-name-for-parsing,
11144 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11145 bibtex-search-forward-field, bibtex-search-backward-field,
11146 bibtex-start-of-field, bibtex-end-of-field,
11147 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11148 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11149 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11150 bibtex-parse-string, bibtex-search-forward-string,
11151 bibtex-search-backward-string, bibtex-start-of-string,
11152 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11153 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11154 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11155 entries. Instead of reporting the results of the parsing by
11156 match-beginning or match-end, these functions return data structures
11157 that hold the corresponding positions.
11158 (bibtex-enclosing-field): Changed to also report field boundaries by
11159 return values rather than by match-beginning or match-end. The
11160 following functions have been adapted to use the new parsing
11161 functions.
11162 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11163 bibtex-enclosing-field, bibtex-format-entry,
11164 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11165 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11166 bibtex-print-help-message, bibtex-end-of-entry,
11167 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11168 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11169 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11170 method for parsing.
11171 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11172 bibtex-map-entries, bibtex-flash-head,
11173 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11174 bibtex-autokey-change, bibtex-autokey-get-namefield,
11175 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11176 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11177 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11178 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11179 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11180 order to make the new binding of case-fold-search immediately
11181 visible.
11182
11183 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11184
11185 * textmodes/bibtex.el: Copyright notice is up to date.
11186 Added constant 'bibtex-maintainer-salutation.
11187
11188 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11189 than make-temp-name, use match-string-no-properties and eliminate
11190 a quadratic behavior when building bibtex-strings.
11191
11192 * bibtex.el (bibtex-reference-key): Accept string entries whose
11193 reference key contains upper case letters.
11194
11195 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11196
11197 * bibtex.el (bibtex-reference-head): Allow entries to start with
11198 a new line.
11199
11200 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11201
11202 * bibtex.el: Hiding of entry bodies is not longer provided by
11203 bibtex.el directly. Instead the hideshow package can be used.
11204 Added a special bibtex entry to hs-special-modes-alist.
11205 (bibtex-hs-forward-sexp): Added for hideshow.el.
11206
11207 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11208
11209 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
11210 proceedings entry type (for cross referencing). Thanks to Wagner
11211 Toledo Correa for the suggestion.
11212
11213 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
11214
11215 2000-02-14 Kenichi Handa <handa@etl.go.jp>
11216
11217 * international/characters.el: Setup case table for Vietnamese.
11218
11219 2000-02-12 Gerd Moellmann <gerd@gnu.org>
11220
11221 * uniquify.el (toplevel): Require CL at compile time.
11222 (uniquify-push): Removed.
11223
11224 * shadowfile.el (shadow-when): Removed.
11225
11226 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11227 (tempo-process-and-insert-string): Use dolist instead of
11228 tempo-dolist.
11229
11230 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11231 regexp for paragraph-start.
11232
11233 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11234 commas as well.
11235
11236 2000-02-10 Dave Love <fx@gnu.org>
11237
11238 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11239 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11240 Deleted.
11241 (widget-specify-field, widget-specify-button): Don't use
11242 widget-mouse-help as help-echo property.
11243 (default): Use #'ignore for :validate and :mouse-down-action.
11244 (checkbox): Add help-echo.
11245 (widget-sexp-validate): Rewritten to clarify error messages.
11246 (character): Use char-valid-p in :match function.
11247 (widget-color-complete): Use facemenu-color-alist.
11248 (widget-color-action): Use facemenu-read-color.
11249
11250 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11251 set up `caar' &c that we now have.
11252
11253 2000-02-09 Ray Blaak <blaak@gnu.org>
11254
11255 * delphi.el: Make resourcestring a declaration region, like const
11256 and var.
11257
11258 2000-02-09 Dave Love <fx@gnu.org>
11259
11260 * bindings.el (mode-line-input-method-map): New variable.
11261 (mode-line-mule-info): Use it; fix last change.
11262 (mode-line-mode-menu): Move definition.
11263 (mode-line-mouse-sensitive-p): Deleted.
11264 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11265 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11266 level.
11267
11268 * startup.el (command-line-1): Don't call
11269 make-mode-line-mouse-sensitive.
11270
11271 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11272
11273 * mail/rmail.el (rmail-retry-failure): Use
11274 rmail-beginning-of-message before rmail-toggle-header, because the
11275 former toggles headers.
11276
11277 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11278
11279 * diff-mode.el (diff-kill-junk): New interactive function.
11280 (diff-reverse-direction): Use delete-and-extract-region.
11281 (diff-post-command-hook): Restrict the area so that the hook also works
11282 outside of any diff hunk. This is necessary for the minor-mode.
11283 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11284 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11285
11286 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11287 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11288 so that it can be used more easily in <foo>-mode-hook. Also make sure
11289 to avoid duplicate entries.
11290 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11291 (font-lock-remove-keywords): Just as was done for `add', allow it to
11292 work even if font-lock-mode is nil. Also make sure we don't modify
11293 any pre-existing list by forcing a copy-sequence. Finally rename
11294 `major-mode' to `mode'.
11295 (font-lock-fontify-syntactic-anchored-keywords)
11296 (font-lock-fontify-anchored-keywords)
11297 (font-lock-fontify-keywords-region): Use line-end-position.
11298 Don't make `font-lock-multiline' local (it's now done in
11299 font-lock-set-defaults).
11300 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11301 move the `font-lock-fontified' creation to inside the `unless'.
11302
11303 2000-02-06 Andrew Innes <andrewi@gnu.org>
11304
11305 * term/w32-win.el (x-handle-args): Comment out call to message,
11306 which occurs before window system is initialized.
11307
11308 * makefile.nt: Add support for recompiling lisp code.
11309
11310 2000-02-04 Dave Love <fx@gnu.org>
11311
11312 * bindings.el (mode-line-mule-info): Fix/extend last change.
11313
11314 * completion.el: Replace completion-dolist with dolist.
11315
11316 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11317 dotimes.
11318
11319 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11320
11321 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11322 environment names before they go into the section regexp.
11323
11324 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11325 char class in regexp.
11326
11327 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11328 `case-fold-search' to nil.
11329
11330 * progmodes/idlwave.el (idlwave-template): Respect
11331 `idlwave-abbrev-change-case'.
11332 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11333 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11334 idlwave-while): respect `idlwave-reserved-word-upcase'.
11335 (idlwave-rw-case): New function.
11336 (idlwave-statement-match): Fixed problem with assignment regexp.
11337 (idlwave-font-lock-keywords): Improved regexp for keyword
11338 parameters.
11339 (idlwave-surround): New argument LENGTH to support padding of
11340 operators longer than 1 char.
11341
11342 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11343 idlwave-shell-expression-overlay. Implemented printing of
11344 expressions on higher levels of the calling stack.
11345 (idlwave-shell-display-level-in-calling-stack): Restore stack
11346 level.
11347 (idlwave-retrieve-expression-from-level): New function.
11348 (idlwave-shell-last-calling-stack): Variable removed.
11349 (idlwave-shell-reset): Argument action reversed (`visible' to
11350 `hidden'). Also remove stop-line overlay.
11351 (idlwave-shell-calling-stack-routine): New variable.
11352 (idlwave-shell-parse-stack-and-display): Messages now display
11353 negative level numbers.
11354 (idlwave-shell-mode): Set `modeline-format'.
11355 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11356 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11357 21.
11358 (idlwave-shell-print-expression-function): New option.
11359
11360 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11361 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11362 `tool-bar' instead of `toolbar'.
11363
11364 2000-02-02 Dave Love <fx@gnu.org>
11365
11366 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11367 emacs-lisp-mode-hook. Don't check for defalias being defined.
11368
11369 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11370 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11371 the new builtins directly.
11372
11373 * whitespace.el (whitespace): Add :version to defgroup.
11374
11375 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11376 Doc fix.
11377
11378 * thingatpt.el (sexp-at-point, symbol-at-point)
11379 (number-at-point, list-at-point): Add autoload cookie.
11380
11381 * recentf.el (recentf): Add :version to defgroup.
11382
11383 * quickurl.el (quickurl): Add :version to defgroup.
11384
11385 * elide-head.el (elide-head): Use point-marker more.
11386
11387 * bs.el (bs): Add :version to defgroup.
11388
11389 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11390
11391 * progmodes/delphi.el (delphi): Add :version to defgroup.
11392
11393 2000-02-02 Gerd Moellmann <gerd@gnu.org>
11394
11395 * ange-ftp.el (ange-ftp-write-region): Handle case that
11396 succeeding process operation sets a different coding system.
11397
11398 * calculator.el: New file.
11399
11400 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11401
11402 * frame.el (frames-on-display-list, framep-on-display): New
11403 functions.
11404 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11405 (display-selections-p, display-screens, display-pixel-width)
11406 (display-pixel-height, display-mm-width, display-mm-height)
11407 (display-backing-store, display-save-under, display-planes)
11408 (display-color-cells, display-visual-class): New functions.
11409
11410 * term/tty-colors.el (tty-color-gray-shades): New function.
11411
11412 * faces.el (display-color-p): Use framep-on-display.
11413 (display-grayscale-p): New function.
11414
11415 2000-01-31 Dave Love <fx@gnu.org>
11416
11417 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11418 (create-fontset-from-x-resource): Don't concat integers.
11419
11420 2000-01-31 Inge Frick <inge@nada.kth.se>
11421
11422 * view.el: Some changes in documentation. Removed some trailing
11423 whitespace. Changed some parameter names to agree with
11424 documentation.
11425 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11426 window is not deleted. Modifies change 1998-04-26.
11427
11428 2000-01-31 Gerd Moellmann <gerd@gnu.org>
11429
11430 * windmove.el: New file.
11431
11432 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11433 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11434 progmodes/ebnf-yac.el: Update copyright and license info.
11435
11436 * jit-lock.el (jit-lock-function): Widen before calculating end
11437 position.
11438 (jit-lock-stealth-chunk-start): Rewritten.
11439
11440 * info.el (Info-title-face-alist): Removed.
11441 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11442 faces.
11443 (Info-fontify-node): Use these faces.
11444
11445 2000-01-30 Gerd Moellmann <gerd@gnu.org>
11446
11447 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11448 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11449 `&allow-other-keywords'.
11450
11451 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11452 the list of directories scanned heuristically.
11453
11454 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11455 exist.
11456
11457 2000-01-30 Jason Rumney <jasonr@gnu.org>
11458
11459 * w32-fns.el: Define w32-tty-standard-colors.
11460
11461 * startup.el (command-line): Use w32-tty-standard-colors when in
11462 w32 console mode.
11463
11464 2000-01-30 Dave Love <fx@gnu.org>
11465
11466 * jka-compr.el (jka-compr-load): Fix up load-history.
11467
11468 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11469
11470 * emacs-lisp/cl-macs.el: Revert previous change.
11471
11472 2000-01-29 Dave Love <fx@gnu.org>
11473
11474 * facemenu.el: Purecopy various strings.
11475
11476 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11477 years. Deal with three-digit years.
11478
11479 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11480 defconst, purecopy.
11481 (help-back-label): Purecopy it.
11482
11483 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11484
11485 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11486 variable. If non-nil, order the buffer list according to the
11487 currently selected frame.
11488 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11489 non-nil, pass the selected frame to function buffer-list.
11490
11491 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11492
11493 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11494
11495 2000-01-28 Dave Love <fx@gnu.org>
11496
11497 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11498
11499 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11500 Don't use lisp-indent-hook property.
11501 (cl-abs): Remove.
11502
11503 * subr.el: Move out indent and edebug specs for when and unless.
11504
11505 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11506 when, unless.
11507
11508 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11509 unless, when.
11510
11511 2000-01-28 Gerd Moellmann <gerd@gnu.org>
11512
11513 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11514 `collecting' as synonym for `collect'.
11515
11516 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11517 for the case it contains spaces.
11518
11519 * simple.el (what-cursor-position): Change formatting of
11520 messages.
11521
11522 * frame.el (delete-other-frames): New function.
11523 (toplevel): Bind it to C-x 5 1.
11524
11525 * sort.el (sort-numeric-base): New option.
11526 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11527 interpret it as octal or hexadecimal. Use sort-numeric-base
11528 as default base.
11529
11530 * progmodes/glasses.el: New file.
11531
11532 2000-01-27 Gerd Moellmann <gerd@gnu.org>
11533
11534 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11535 userids differently.
11536
11537 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11538 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11539 progmodes/ebnf-yac.el: New files.
11540
11541 2000-01-26 Dave Love <fx@gnu.org>
11542
11543 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11544 on a function with an empty body. [From Eric Ludlam.]
11545
11546 2000-01-25 Andre Spiegel <spiegel@gnu.org>
11547
11548 * vc.el (vc-version-diff): Make sure file name is expanded.
11549
11550 2000-01-25 Gerd Moellmann <gerd@gnu.org>
11551
11552 * scroll-bar.el (scroll-bar-timer): Variable removed.
11553 (scroll-bar-toolkit-scroll): Don't use a timer.
11554
11555 2000-01-25 Kenichi Handa <handa@etl.go.jp>
11556
11557 * language/thai-util.el (thai-composition-function): Delete
11558 superfluous `a'.
11559
11560 2000-01-24 Dave Love <fx@gnu.org>
11561
11562 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11563 end-of-defun-function.
11564
11565 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11566 &c.
11567
11568 2000-01-22 Jason Rumney <jasonr@gnu.org>
11569
11570 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11571 conflicts with new face support.
11572
11573 2000-01-22 Richard M. Stallman <rms@gnu.org>
11574
11575 * replace.el (query-replace): Rename last arg to DELIMITED.
11576 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11577 (query-replace-regexp): Likewise.
11578
11579 2000-01-20 Richard M. Stallman <rms@gnu.org>
11580
11581 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11582
11583 * emacs-lisp/lisp.el (beginning-of-defun-function):
11584 Variable renamed from beginning-of-defun.
11585 Do not call make-variable-buffer-local.
11586 (beginning-of-defun-raw): Use new variable name; doc fix.
11587 (beginning-of-defun): Doc fix.
11588 (end-of-defun-function): Variable renamed from end-of-defun.
11589 Do not call make-variable-buffer-local.
11590 (end-of-defun): Use new variable name; doc fix.
11591
11592 * subr.el (dolist, dotimes): Copied from cl-macs.el
11593 and made to work.
11594
11595 * mail/undigest.el (rmail-digest-end-regexps):
11596 Variable replaces rmail-digest-end-regexp.
11597 Allows multiple regexps for detecting the end line.
11598 (undigestify-rmail-message): Corresponding changes.
11599
11600 2000-01-19 Dave Love <fx@gnu.org>
11601
11602 * files.el (user-init-file): Don't declare here -- is primitive.
11603
11604 * startup.el (command-line): Check for compiled user-init-file and
11605 set to uncompiled version if necessary.
11606
11607 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11608
11609 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11610 (undigestify-rmail-message): Use it.
11611
11612 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11613
11614 2000-01-17 Gerd Moellmann <gerd@gnu.org>
11615
11616 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11617 of mini-buffer.
11618
11619 2000-01-14 Gerd Moellmann <gerd@gnu.org>
11620
11621 * emacs-lisp/copyright.el (copyright-update): Removed the
11622 requirement for a trailing space from `copyright-regexp', to
11623 support copyrights with owner specified on a separate line..
11624
11625 * align.el: New file.
11626
11627 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11628
11629 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11630
11631 2000-01-13 Dave Love <fx@gnu.org>
11632
11633 * ph.el: Removed. (Obsoleted by EUDC.)
11634
11635 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11636
11637 * net/eudc.el (toplevel): Remove autoloaded code installing
11638 menu with easymenu, because that causes build problems.
11639
11640 * frame.el (frame-notice-user-settings): New variable.
11641 (frame-notice-user-settings): Don't modify frame parameters
11642 if called a second time.
11643
11644 2000-01-13 Richard M. Stallman <rms@gnu.org>
11645
11646 * frame.el (frame-notice-user-settings):
11647 Notice default-frame-parameters even for non-window frames.
11648
11649 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11650
11651 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11652 for Emacs.
11653 (eudc-bob-can-display-inline-images): Extend for Emacs.
11654 (eudc-bob-toggle-inline-display): Ditto.
11655 (eudc-bob-display-jpeg): Ditto.
11656
11657 2000-01-12 Gerd Moellmann <gerd@gnu.org>
11658
11659 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11660 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11661 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
11662
11663 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11664 nil)'.
11665
11666 * subdirs.el: Add `net' directory.
11667
11668 * net: New directory.
11669
11670 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11671 eval-last-sexp. Don't bind debug-on-error here.
11672 (eval-last-sexp): New function. Bind debug-on-error if
11673 eval-expression-debug-on-error is non-nil.
11674 (eval-defun-2, eval-defun): Likewise.
11675
11676 * simple.el (eval-expression): Don't bind debug-on-error if
11677 eval-expression-debug-on-error is nil. Detect changed
11678 debug-on-error, and propagate new value to global binding, if
11679 eval-expression-debug-on-error is non-nil,
11680 (eval-expression-debug-on-error): Change doc string.
11681
11682 2000-01-11 Richard M. Stallman <rms@gnu.org>
11683
11684 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11685
11686 * emacs-lisp/lisp-mode.el (with-syntax-table):
11687 Set up lisp-indent-function property.
11688
11689 * subr.el (with-syntax-table): Moved from simple.el.
11690
11691 * simple.el (with-syntax-table): Moved to subr.el.
11692
11693 2000-01-11 Gerd Moellmann <gerd@gnu.org>
11694
11695 * tmm.el (tmm-shortcut): Delete region after prompt instead
11696 of erasing buffer.
11697
11698 * textmodes/fill.el (fill-common-string-prefix): New function.
11699 (fill-context-prefix): Use the longest common prefix of first
11700 and second line fill prefix, if there is one.
11701
11702 2000-01-11 Richard M. Stallman <rms@gnu.org>
11703
11704 * array.el (array-mode): Don't use make-variable-buffer-local.
11705 Use make-local-variable for `truncate-lines'.
11706
11707 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
11708
11709 * add-log.el (add-log-current-defun): Handle user-defined
11710 add-log-current-function returning nil,
11711
11712 * add-log.el (add-change-log-entry): Insert version number
11713 if having found a current function
11714
11715 * add-log.el (add-log-current-defun): Call
11716 `add-log-current-defun-function'. Try matches at level 0 and
11717 level 1. Strip whitespace from defun found.
11718
11719 2000-01-10 John Wiegley <johnw@gnu.org>
11720
11721 * allout.el (isearch-done/outline-provisions): Added `edit'
11722 argument to correspond with the current definition of
11723 `isearch-done'.
11724
11725 2000-01-10 Dave Love <fx@gnu.org>
11726
11727 * elide-head.el (elide-head): Use point-marker, not point.
11728
11729 2000-01-10 Gerd Moellmann <gerd@gnu.org>
11730
11731 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11732 before and after the year 2000.
11733
11734 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11735 Add ispell- prefix.
11736
11737 2000-01-10 Ken Stevens <k.stevens@ieee.org>
11738
11739 * ispell.el: Only define dictionaries in menus when they exist.
11740 (version18p): New variable.
11741 (version20p): New variable.
11742 (xemacsp): New variable.
11743 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11744 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11745 (ispell-dictionary-alist6): Russian command lines no longer accept
11746 run-together words.
11747 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11748 (ispell-dictionary-alist): Add koi8-r to customize definition.
11749 (check-ispell-version): Added documentation string. Returns
11750 library path when called non-interactively.
11751 (ispell-menu-map-needed): Uses new variables.
11752 (ispell-library-path): New variable.
11753 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11754 (ispell-word): Improved documentation string. Test for valid
11755 character mappings. Correctly check typed in word changes that can
11756 result in single words split into multiple words. Returns
11757 replacement word.
11758 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11759 replace in recursive query replace mode. Help message for
11760 recursive edit mode.
11761 (ispell-show-choices): Protect against bad framepop bindings.
11762 (ispell-help): Fix to work with XEmacs.
11763 (ispell-highlight-spelling-error): Use new variables.
11764 (ispell-overlay-window): Fix to work with XEmacs.
11765 (ispell-parse-output): Passed and returns location information
11766 tracking spelling corrections. Doesn't recheck same word on
11767 current line.
11768 (ispell-init-process): Protect against bogus XEmacs variable binding.
11769 Fix call to single argument in sleep-for. Use new variables.
11770 (ispell-region): Passed and returns location information tracking
11771 spelling corrections. Doesn't check same word on current line.
11772 Improved documentation string. Doesn't resend a line already
11773 checked to the ispell process - fixes bug in LaTeX parsing.
11774 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11775 (ispell-skip-region): No longer skips <TT> in SGML.
11776 (ispell-process-line): Tracks location information with spelling
11777 corrections. Added documentation string. Accounts for words
11778 already accepted on this line. Don't allow query-replace on line
11779 starting with math characters. Doesn't resend a line already sent
11780 to ispell process. Fixes alignment error bug.
11781
11782 2000-01-10 Richard M. Stallman <rms@gnu.org>
11783
11784 * dired-x.el (dired-guess-shell-alist-default):
11785 Suggest xloadimage, which is free, not xv, which isn't.
11786
11787 * ange-ftp.el (ange-ftp-file-name-nondirectory):
11788 Don't ever include the host name or user name in the value.
11789
11790 2000-01-09 Gerd Moellmann <gerd@gnu.org>
11791
11792 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11793 of a real newline.
11794
11795 2000-01-09 Stephen Eglen <stephen@gnu.org>
11796
11797 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
11798 for .png files.
11799
11800 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11801
11802 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11803
11804 2000-01-09 Gerd Moellmann <gerd@gnu.org>
11805
11806 * progmodes/cperl-mode.el: Replace ^F with ^L.
11807
11808 * sendmail.el (toplevel): Provide `sendmail' when compiling
11809 before `require'ing rmail and mailalias to prevent infinite
11810 recursion.
11811
11812 2000-01-08 Dave Love <fx@gnu.org>
11813
11814 * emacs-lisp/backquote.el: Remove inappropriate customization
11815 (allowing custom.el to use backquote).
11816
11817 2000-01-07 Dave Love <fx@gnu.org>
11818
11819 * add-log.el (add-log-debugging): Deleted.
11820 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11821 file. Remove debugging code.
11822 (change-log-get-method-definition, change-log-name): Add doc.
11823 (change-log-sortable-date-at): New function.
11824 (change-log-merge): New command.
11825
11826 * time.el (display-time-string-forms): Make the Mail string active.
11827 (display-time-update): Provide help-echo for load average.
11828
11829 * bindings.el (make-mode-line-mouse2-map): New function.
11830 (mode-line-modified): Use it and simplify.
11831 (mode-line-mule-info): Provide help-echo info.
11832 (minor-mode-alist): Activate the strings.
11833 (make-mode-line-mouse-sensitive): Simplify for
11834 mode-line-buffer-identification.
11835
11836 2000-01-07 Gerd Moellmann <gerd@gnu.org>
11837
11838 * play/pong.el: New file.
11839
11840 2000-01-06 Dave Love <fx@gnu.org>
11841
11842 * array.el: Assorted cleanups for compiler warnings, doc strings,
11843 `array-' prefix for symbols.
11844
11845 2000-01-05 Dave Love <fx@gnu.org>
11846
11847 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11848 outline-headers-as-kill.
11849 (outline-mode): Define imenu-generic-expression.
11850 (outline-headers-as-kill): New command.
11851
11852 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11853 from paragraph-start.
11854 (paragraph-indent-minor-mode): New command.
11855
11856 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11857 M-C-e, M-C-h, C-j, C-xnd, TAB.
11858 (fortran-mode): Set beginning-of-defun, end-of-defun.
11859 (fortran-column-ruler): Simplify.
11860 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11861 (fortran-with-subprogram-narrowing): Likewise.
11862 (fortran-indent-subprogram): Call mark-defun.
11863 (fortran-check-for-matching-do): Change narrowing.
11864
11865 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11866 (cl-lucid-hash-tag): Delete.
11867 (cl-hash-table-p): Correct test for native table.
11868 (cl-hash-table-count): Use hash-table-count.
11869
11870 * browse-url.el (browse-url): Fix case of
11871 browse-url-browser-function being an alist.
11872
11873 2000-01-05 Carsten Dominik <cd@gnu.org>
11874
11875 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11876 (reftex-index-phrase-file-extension): New options.
11877
11878 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
11879 Use new option `reftex-index-phrase-file-extension'.
11880
11881 * textmodes/reftex.el (reftex-access-parse-file): Use new option
11882 `reftex-parse-file-extension'.
11883
11884 2000-01-05 Dave Love <fx@gnu.org>
11885
11886 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
11887 (beginning-of-defun-raw): Use it.
11888 (end-of-defun): New variable.
11889 (end-of-defun): Use it.
11890 (check-parens): New command.
11891
11892 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11893
11894 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11895 (hs-show-block): Don't use `mapcar' when not accumulating.
11896
11897 Fix buglet in local variables initialization.
11898
11899 2000-01-05 Andreas Schwab <schwab@suse.de>
11900
11901 * hscroll.el (hscroll): Doc fix.
11902
11903 2000-01-05 Carsten Dominik <cd@gnu.org>
11904
11905 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11906 idlw-toolbar.
11907
11908 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11909 file idlw-rinfo.el.
11910 (idlwave-customize): load must read file idlw-shell.el.
11911 (idlwave-create-customize-menu): load must read file idlw-shell.el.
11912
11913 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11914
11915 * progmodes/idlw-shell.el: Also provide idlwave-shell
11916 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11917 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11918
11919 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11920 both reftex-dcr and reftex-vcr.
11921
11922 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11923
11924 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11925
11926 * ps-print.el: PostScript code now is in separate files, doc fix.
11927 (ps-print-version): New version number (5.0.3).
11928 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11929 local.
11930 (ps-spool-config): Initialization fix.
11931 (ps-print-prologue-1, ps-print-prologue-2)
11932 (ps-print-duplex-feature): PostScript code moved to separated file.
11933 (ps-background-image): Little code reformating.
11934 (ps-begin-file, ps-begin-job): Fix code.
11935 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
11936 (ps-prologue-file): New fun.
11937
11938 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11939
11940 * ps-vars.el: Eliminated.
11941
11942 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11943 `;;;###autoload'.
11944
11945 * ps-print.el: ps-vars eliminated, doc fix.
11946 (ps-print-version): New version number (5.0.2).
11947 (ps-spool-config): Initialization fix.
11948 (ps-print-customize): New fun.
11949
11950 2000-01-04 Gerd Moellmann <gerd@gnu.org>
11951
11952 * autorevert.el (auto-revert-mode): Return value of
11953 auto-revert-mode.
11954
11955 2000-01-04 Dave Love <fx@gnu.org>
11956
11957 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11958 menu items.
11959
11960 2000-01-03 Dave Love <fx@gnu.org>
11961
11962 * elide-head.el (elide-head) [defgroup]: Add :version.
11963
11964 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
11965 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11966 `cl-hash-table-p', not `hash-table-p'.
11967 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11968
11969 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11970
11971 * faces.el (face-read-integer, read-face-attribute)
11972 (color-defined-p, color-values): unspecified-{f,b}g are now
11973 strings.
11974
11975 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11976
11977 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11978 at comment end, and re-insert them after filling.
11979
11980 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11981
11982 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
11983 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11984 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11985
11986 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11987
11988 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11989 the new name of face-color-supported-p.
11990
11991 * term/w32-win.el (xw-defined-colors): Likewise.
11992
11993 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11994
11995 * simple.el (completion-setup-function): Count completion-size
11996 from minibuffer-prompt-end, not from point-min.
11997
11998 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11999
12000 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12001 Pass the frame to tty-color-* functions.
12002 (display-color-p, frame-set-background-mode): Pass the frame to
12003 tty-display-color-p.
12004
12005 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12006 tty-color-alist.
12007 (tty-color-alist, tty-modify-color-alist): New functions.
12008 (tty-color-define, tty-color-clear, tty-color-approximate)
12009 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12010 an optional parameter FRAME.
12011
12012 2000-01-01 Gerd Moellmann <gerd@gnu.org>
12013
12014 * image.el (create-image, defimage): Don't assume image data is a
12015 string.
12016
12017 * image.el (defimage): Handle specifications containing :data
12018 instead of :file.
12019 (image-type-from-data): New function.
12020 (image-type-from-file-header): Use it.
12021 (create-image): Add parameter DATA-P.
12022
12023 See ChangeLog.8 for earlier changes.
12024
12025 ;; Local Variables:
12026 ;; coding: iso-2022-7bit
12027 ;; End: