(generate-calendar-window): Use `fit-window-to-buffer'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b85fa13c
MB
12000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2
3 * calendar/calendar.el (generate-calendar-window): Use
4 `fit-window-to-buffer'.
5
f5ed37df
MB
62000-11-12 Miles Bader <miles@gnu.org>
7
8 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
9 message if interactive.
10
0b074c2f
DL
112000-11-12 Dave Love <fx@gnu.org>
12
13 * mail/feedmail.el: Fix header,
14 (feedmail) <defgroup>: Add :link.
15
16 * view.el: Use local-map property, not keymap on mode-line string.
17
18 * scroll-all.el (scroll-all-mode): Customize variable. Add
19 autoload cookie to function.
20
21 * lazy-lock.el: Remove compatibility code.
22
23 * finder.el (finder-known-keywords): Add `files', remove `vms'.
24 (finder-help-echo): New variable.
25 (finder-mouse-face-on-line): Add help-echo stuff.
26 (finder-list-keywords, finder-list-matches): Use mapc.
27
28 * faces.el (face-font-registry-alternatives): Add :version.
29
30 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
31 tags-table-list.
32
33 * net/browse-url.el (browse-url-browser-function): Update
34 :version.
35
36 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not
37 a-z.
38 (mail-mode): Use [:alnum:] in some regexps.
39
6d502396
DL
402000-11-10 Dave Love <fx@gnu.org>
41
42 * ediff.el (ediff-regions-internal, ediff-documentation):
43 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
44 fundamental mode.
45
46 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
47 buffer into fundamental mode.
48 (ediff-set-difference): Use copy-sequence if available.
49
50 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
51 ediff-patch-map non-nil.
52 (ediff-fixup-patch-map, ediff-fixup-patch-map)
53 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
54 buffer into fundamental mode.
55
56 * ediff-merg.el (state-or-merge): Defvar when compiling.
57
a82fe213
JR
582000-11-10 Jason Rumney <jasonr@gnu.org>
59
60 * w32-fns.el (w32-add-charset-info): New function.
61 (w32-charset-info-alist): Use it.
62
52d89894
GM
632000-11-10 Gerd Moellmann <gerd@gnu.org>
64
65 * faces.el (face-font-registry-alternatives): New user-option.
66
178932de
SM
672000-11-10 Stefan Monnier <monnier@cs.yale.edu>
68
d7fa3319
SM
69 * textmodes/texinfo.el (texinfo-block-default): New var.
70 (texinfo-insert-block): Use it. Insert a newline if needed.
71
178932de
SM
72 * textmodes/fill.el (fill-indent-according-to-mode): New var.
73 (fill-region-as-paragraph): Use it.
74
75 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
76 (latex-mode): Tweak tex-*-(head|trail)er regexps.
77 Tweak paragraph regexps to allow a leading [ \t]*.
78 (tex-latex-block): Insert a newline if necessary.
79 (latex-insert-item): Only insert a newline if necessary.
80 (tex-guess-main-file): New function.
81 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
82 Set tex-main-file if TeX-master is provided.
83 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
84
bd02b8e0
GM
852000-11-10 Gerd Moellmann <gerd@gnu.org>
86
87 * startup.el (command-line): Set the default tooltip-mode
88 to t for graphical displays which implement x-show-tip.
89
90 * tooltip.el (tooltip-mode): Add a comment about startup.el
91 setting the default value of this user-option.
92
b29b03eb
SM
932000-11-09 Stefan Monnier <monnier@cs.yale.edu>
94
95 * font-lock.el (font-lock-*-face) <defvar>: Move.
96 (font-lock-defaults-alist): Mark obsolete.
97 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
98 (font-lock-mode): Use define-minor-mode.
99 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
100 (font-lock-turn-off-thing-lock): Be more explicit.
101 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
102 (font-lock-syntactic-face-function): New var.
103 (font-lock-fontify-syntactically-region): Use it.
104 (font-lock-doc-face): New.
105
106 * pcvs.el (cvs-enabledp): Ignore errors.
107 (cvs-commit-filelist): Never query.
108 (cvs-mode-insert): Always add a terminating / in the initial prompt.
109 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
110 (cvs-do-removal): Use cvs-partition rather than delete-if.
111 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
112 cvs-bury-buffer.
113
114 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
115 Allow `next' to jump to after the end of the last match.
116
778fbc46
GM
1172000-11-09 Gerd Moellmann <gerd@gnu.org>
118
730c746c
GM
119 * simple.el (byte-compiling-files-p): New function.
120
121 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
122 if it is there.
123
124 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
125 nil again.
126
778fbc46
GM
127 * textmodes/ispell.el (ispell-library-path): Don't call
128 check-ispell-version when byte-compiling because that starts
129 an ispell process, and ispell might not be installed.
130 (toplevel): Don't set up a menu when byte-compiling.
131
132 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
133 it, so that a boundp test can be used to determine if we're
134 currently byte-compiling.
135
5912c5bb
DL
1362000-11-09 Dave Love <fx@gnu.org>
137
138 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
139 eval-after-load.
140
7bb054a5
GM
1412000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
142
143 * ps-print.el: Patch for variable initialization when spooling. Doc
144 fix.
145 (ps-output-list): Fun eliminated.
146 (ps-begin-file, ps-begin-job): Code fix.
147
9db2706e
DL
1482000-11-08 Dave Love <fx@gnu.org>
149
150 * ediff-wind.el (ediff-control-frame-parameters): Zero
151 tool-bar-lines.
152
f7eb32aa
GM
1532000-11-08 Gerd Moellmann <gerd@gnu.org>
154
155 * simple.el (shell-command, display-message-or-buffer)
156 (shell-command-on-region): Mention resize-mini-windows in the doc
157 string.
158 (display-message-or-buffer): Take the value of resize-mini-windows
159 into account.
160
7b01b08c
GM
1612000-11-07 Gerd Moellmann <gerd@gnu.org>
162
acad3c0b
GM
163 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
164
7b01b08c
GM
165 * dired.el (dired-between-files): Add `^. find' as an alternative
166 to the regular expression, for find-dired.
167
6f602bd0
SM
1682000-11-06 Stefan Monnier <monnier@cs.yale.edu>
169
170 * textmodes/texnfo-upd.el: Require texinfo.
171 (defmacro, defgroup): Remove.
172 (texinfo-section-to-generic-alist): Remove.
173 Use texinfo-section-list instead (i.e. level is changed string->int).
174 (texinfo-filter): New function.
175 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
176 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
177 Use it. And use regexp-opt.
178 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
179 (texinfo-update-menu-region-beginning)
180 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
181 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
182 (texinfo-update-menu-same-level-regexps): Update.
183 (texinfo-update-node, texinfo-every-node-update)
184 (texinfo-sequential-node-update): Remove autoload cookie.
185
186 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
187 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
188 (texinfo-chapter-level-regexp): Remove.
189 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
190
bb216218
DL
1912000-11-06 Dave Love <fx@gnu.org>
192
6f602bd0 193 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 194
6f602bd0
SM
195 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
196 Match defun*.
bb216218 197
ff8dd5d5
KH
1982000-11-06 Kenichi Handa <handa@etl.go.jp>
199
200 * composite.el (composition-function-table): Variable declaration
201 moved to src/composite.c.
202 (compose-chars-after): New optional arg object.
203
e9da51a1
GM
2042000-11-06 Gerd Moellmann <gerd@gnu.org>
205
e0c12c68
GM
206 * bindings.el (mode-line-toggle-read-only)
207 (mode-line-toggle-modified, mode-line-widen)
208 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
209 (make-mode-line-mouse2-map): Rewritten.
210 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
211 functions so that C-h k can show something with a doc string.
212
e9da51a1
GM
213 * startup.el (fancy-splash-delay): Set to 10 seconds.
214 (fancy-splash-max-time): New user-option.
215 (fancy-splash-stop-time): New variable.
216 (fancy-splash-screens): Set it. Catch `stop-splashing'.
217 (fancy-splash-screens-1): Throw `stop-splashing' when current
218 time is greater than fancy-splash-stop-time.
219
611dbdf0
SM
2202000-11-06 Stefan Monnier <monnier@cs.yale.edu>
221
4d2806e2
SM
222 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
223
611dbdf0
SM
224 * pcvs.el (cvs-mode-marked): New arg `noquery'.
225 Prompt user for a file rather than raising an error.
226 (cvs-enabledp): Fix call to cvs-mode-marked.
227 (cvs-insert-file): New function (extracted from cvs-mode-insert).
228 (cvs-mode-insert): Use it. Change the init prompt' value.
229 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
230
231 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
232 Don't pass default arg to ewoc-locate.
233 (ewoc-collect): Return result in the right order.
234
235 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
236
237 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
238 (cvs-status-get-tags): Fix regexp.
239 (cvs-status-trees, cvs-status-cvstrees):
240 Combine after change hooks and don't sit-for.
4d2806e2
SM
241 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
242 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
243 Use make-char rather than hard-coded cryptic data.
244 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
245
246 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
247
248 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
249 (cvs-insert-strings): New function.
250
937b2877
MB
2512000-11-06 Miles Bader <miles@lsi.nec.co.jp>
252
253 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
254 `mwheel-scroll-amount'.
255 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
256 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
257 string-matching against the version string.
258
c6c97763
KH
2592000-11-06 Kenichi Handa <handa@etl.go.jp>
260
6eaec747
KH
261 * language/thai.el ("Thai"): Set a lisp form that produces
262 composed string in `sample-text' language info.
263
264 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
265 composed string in `sample-text' language info.
266
267 * international/mule-cmds.el (describe-language-environment): Eval
268 `sample-text' data and insert the result.
269
c6c97763
KH
270 * international/mule-conf.el (compound-text): Define this coding
271 system here. Make x-ctext and ctext aliases of it.
272
273 * language/european.el (compound-text, ctext): Moved to
274 international/mule-conf.el.
275
d1145f85
AI
2762000-11-05 Andrew Innes <andrewi@gnu.org>
277
278 * w32-fns.el (w32-version): New function.
279
178a6a45
SM
2802000-11-05 Stefan Monnier <monnier@cs.yale.edu>
281
282 * progmodes/awk-mode.el: Update copyright.
283 (awk-mode-abbrev-table): Remove.
284 (awk-font-lock-keywords): Use regexp-opt.
285 (awk-mode): Use define-derived-mode.
286
287 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
288 when extracting a suffix.
289
1ba90166
AS
2902000-11-04 Andre Spiegel <spiegel@gnu.org>
291
292 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
293 auto-save-mode.
294
546790cb
JR
2952000-11-04 Jason Rumney <jasonr@gnu.org>
296
297 * language/european.el (decode-mac-roman): Test against r1 not r0.
298
d247e32d
SM
2992000-11-03 Stefan Monnier <monnier@cs.yale.edu>
300
fbf44f44
SM
301 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
302 (icon-mode): Define indent-line-function.
303 (icon-comment-indent): Simplify.
304 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
305
306 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
307
308 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
309 Bind change-log-default-mode to defeat the caching done on it.
310 Don't bother saving excursion any more.
311
312 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
313
314 * frame.el (after-setting-font-hook): Rename hooks -> hook.
315 (set-frame-font): Use the new name (and the old for compatibility).
316
317 * toolbar/tool-bar.el (tool-bar-mode):
318 * time.el (display-time-mode):
319 * recentf.el (recentf-mode):
320 * paren.el (show-paren-mode):
321 * mwheel.el (mouse-wheel-mode):
322 * msb.el (msb-mode):
323 * jka-compr.el (auto-compression-mode):
324 * image-file.el (auto-image-file-mode):
325 * hl-line.el (hl-line-mode):
326 * delsel.el (delete-selection-mode):
327 * autoinsert.el (auto-insert-mode):
328 * complete.el (partial-completion-mode): Drop unneeded positional args.
329
330 * info.el (Info-mode):
331 * comint.el (comint-mode): Don't both with make-local-hook.
332
d247e32d
SM
333 * log-edit.el (log-edit-menu): New menu.
334
4921558e
MB
3352000-11-03 Miles Bader <miles@gnu.org>
336
337 * wid-edit.el (widget-end-of-line): Reinstate, with a new
338 definition, so that trailing spaces are handled properly.
339 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
340
1fc02b3c
GM
3412000-11-03 Gerd Moellmann <gerd@gnu.org>
342
343 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
344 tab character.
345 (fancy-splash-screens): Set tab-width to 20.
346
51d001f7
DL
3472000-11-03 Dave Love <fx@gnu.org>
348
349 * comint.el (comint-completion-addsuffix): Fix custom type.
350
ba22aeff
SM
3512000-11-02 Stefan Monnier <monnier@cs.yale.edu>
352
353 * font-lock.el (font-lock-buffers): Remove.
354 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
355 (font-lock-change-major-mode): Remove.
356 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
357 (font-lock-default-fontify-region): Extend the multiline
358 fontification to whole lines.
359 (font-lock-fontify-anchored-keywords)
360 (font-lock-fontify-keywords-region): If matching just one
361 line (with \n) only mark the \n as multiline.
362
363 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
364 Correctly handle the case where several :group args are supplied.
365 Allow :extra-args.
366 (easy-mmode-define-global-mode): Allow :extra-args.
367 Correctly handle the case where several :group args are supplied.
368
9c887ada
MB
3692000-11-02 Miles Bader <miles@gnu.org>
370
371 * calendar/calendar.el (diary-face, calendar-today-face)
372 (holiday-face): Remove dependency on `window-system'.
373
7f25090d
KR
3742000-11-02 Ken Raeburn <raeburn@gnu.org>
375
376 * Makefile.in (emacs): Set EMACSLOADPATH always.
377 (update-authors, .el.elc, compile-files): Don't do it explicitly
378 here.
9b911107 379 (compile-files): Bomb out if compilation of a file fails.
7f25090d 380
7dd6009c
DL
3812000-11-02 Dave Love <fx@gnu.org>
382
383 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
384
94821e4f
EZ
3852000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
386
387 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
388 punctuation in the warning inserted into the *mail* buffer.
389
1ac3fc42
GM
3902000-11-02 Gerd Moellmann <gerd@gnu.org>
391
57731876
GM
392 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
393 (authors-public-domain-p): New function.
394 (authors-print): Use it.
395
975f82c9
GM
396 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
397
1ac3fc42
GM
398 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
399
4b3eb10f
GM
4002000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
401
975f82c9 402 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
403 (ps-print-version): New version number (6.3.1).
404 (ps-even-or-odd-pages): Customization fix.
405 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
406 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
407 (ps-page-count): Var replaced by `ps-page-column'.
408 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
409 (ps-print-sheet-p): New fun.
410
7da794df
MB
4112000-11-02 Miles Bader <miles@lsi.nec.co.jp>
412
413 * tooltip.el (tooltip-gud-tips-setup): New function.
414 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
415 (tooltip-mode): Call tooltip-gud-tips-setup.
416 (tooltip-gud-tips): Use `gud-basic-call' instead of
417 process-send-string, so the prompt gets frobbed appropriately.
418 Handle nil return value from `tooltip-gud-print-command'.
419
0e40b809
EL
4202000-11-01 Eric M. Ludlam <zappo@ultranet.com>
421
422 * comint.el (comint-add-to-input-history): New function.
423 (comint-send-input): Use `comint-add-to-input-history'.
424
50ada0db
MB
4252000-11-02 Miles Bader <miles@lsi.nec.co.jp>
426
973a3104
MB
427 * info.el (info-menu-header): New face.
428 (Info-fontify-menu-headers): New function.
429 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
430
50ada0db
MB
431 * info.el (Info-insert-dir): Don't include blank lines at
432 beginning of additional dir files (one is added automatically).
433
bff53411
SM
4342000-11-01 Stefan Monnier <monnier@cs.yale.edu>
435
436 * emacs-lisp/easy-mmode.el (define-minor-mode):
437 Revert the latest changes.
438 Allow the three positional arguments to be skipped and replaced
439 by keyword arguments.
440 Add a :toggle argument to determine whether a nil arg means toggle
441 or means turn-on. The default is unchanged.
442 Add a call to force-mode-line-update.
443
6b8a0b2d
DL
4442000-11-01 Dave Love <fx@gnu.org>
445
446 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
447 cookie.
448
5bf99100
MB
4492000-11-01 Miles Bader <miles@lsi.nec.co.jp>
450
451 * calendar/calendar.el (diary-face, holiday-face): Add
452 dark-background variants.
453
a4032611
SS
4542000-10-31 Sam Steingold <sds@gnu.org>
455
456 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
457 `tex-main-file' does not have directory in it.
458
c286608e
SM
4592000-10-31 Stefan Monnier <monnier@cs.yale.edu>
460
461 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
462
4836835a
TTN
4632000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
464
465 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
466 functional change.
467
26dcb81b
GM
4682000-10-31 Gerd Moellmann <gerd@gnu.org>
469
470 * files.el (find-file-noselect): When we expand a wildcard, return
471 a list of buffers, as we should do according to the doc string.
472
49fc4500
KR
4732000-10-31 Ken Raeburn <raeburn@gnu.org>
474
475 * loadup.el (top level): Adjust load path if program name is
476 "../src/bootstrap-emacs", in case it's not dumped and thus the
477 load path adjustment hasn't already been done.
478
ea0c615d
GM
4792000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
480
481 * ps-print.el: Fix bug on selected pages for printing. Use
482 `color-values' for Emacs 21. Ensure fontification when jit-lock
483 is on. Try to avoid warning messages when compiling. Doc Fix.
484 (ps-print-version): New version number (6.3).
485 (ps-color-device): Use `color-values' to determine if device
486 supports color.
487 (ps-color-values): Try to use `x-color-values' when using XEmacs.
488 (ps-print-page-p): Changed from defsubst to defun.
489 (ps-page-number): Changed from defmacro to defun.
490 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
491 printing.
c286608e 492 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
493 (ps-end-file, ps-dummy-page): Funs eliminated.
494 (ps-print-color-scale): Changed default value.
495 (ps-page-n-up, ps-print-page-p): New internal vars.
496 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
497 (ps-plot-region, ps-generate, ps-end-job): Code fix.
498
9e20722f
GM
499 * delim-col.el: Little programming improvement.
500 (delimit-columns-str): New macro.
501 (delimit-columns-region, delimit-columns-rectangle): Code fix.
502
d7a0fd00
KH
5032000-10-31 Kenichi Handa <handa@etl.go.jp>
504
c286608e
SM
505 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
506 Moved to european.el.
d7a0fd00
KH
507 (ccl-encode-mac-roman-font, fontset-mac): Modified for
508 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
509 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
510 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 511
234be340
DL
5122000-10-30 Dave Love <fx@gnu.org>
513
514 * progmodes/cc-menus.el (imenu-generic-expression)
515 (imenu-progress-message): Only defvar when compiling.
516
4edc4a39
DL
517 * emacs-lisp/elp.el (elp-unload-hook): New function.
518
519 * loadhist.el (unload-feature): Call elp-restore-function,
520 checking for symbols; don't use elp-restore-all.
521 (loadhist-hook-functions): Doc fix.
522
70c825df
SM
5232000-10-30 Stefan Monnier <monnier@cs.yale.edu>
524
525 * log-edit.el (log-edit-confirm): Fix the default.
526
1d3baf74
GM
5272000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
528
529 * delim-col.el: Little fix: replace delimit-columns-align-columns by
530 delimit-columns-format.
531 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 532
1ec321a7
MB
5332000-10-30 Miles Bader <miles@lsi.nec.co.jp>
534
535 * comint.el (comint-replace-by-expanded-history): Don't use
536 comint-get-old-input (we're not looking at *old* input).
537 (comint-get-old-input-default): If using fields, signal an error
538 when the point is not in an input field.
539
70737ea9
KH
5402000-10-30 Kenichi Handa <handa@etl.go.jp>
541
542 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
543 and mule-unicode-e000-ffff.
544
fa0cb51d 545 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
546 (make-coding-system): Accept a symbol of translation table as a
547 value of property `safe-chars'.
548
549 * international/mule-cmds.el (encode-coding-char): Check property
550 safe-chars instead of safe-charsets.
551
552 * international/fontset.el (fontset-default): Modified for
553 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
554 (x-font-name-charset-alist): Likewise.
555 (ccl-encode-unicode-font): New CCL program. Record it in
556 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
557
70c825df
SM
558 * language/european.el (mac-roman-decoder, mac-roman-encoder):
559 New translation tables.
70737ea9
KH
560 (decode-mac-roman, encode-mac-roman): Definition of these CCL
561 programs are modified and moved from mac-win.el.
562 (mac-roman): Definition of this coding system is modified and
563 moved from mac-win.el.
4836835a 564
fda2ce24 5652000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 566
1d3baf74 567 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 568 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 569
dd4d3cb6
MB
5702000-10-29 Miles Bader <miles@gnu.org>
571
572 * custom.el (custom-add-to-group): Allow multiple entries for a
573 given value OPTION, as long as their widget types are different.
574 * cus-edit.el (custom-face-value-create): If face name doesn't end
575 with "face", add such here (similar to custom group widgets).
576
577 * comint.el (comint-highlight-prompt): Add :type.
578
dace60cf
JW
5792000-10-28 John Wiegley <johnw@gnu.org>
580
581 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
582 Changed this function to operate on a temporary buffer instead of
583 the main buffer. This not only keeps flyspell from marking a
584 buffer as changed that wasn't, but it solves the jumpy cursor
585 problem when attempts are made to edit incorrect words.
586 (flyspell-maybe-correct-doubling): Same change as for
587 `flyspell-maybe-correct-transposition'.
588
589 * calendar/timeclock.el (timeclock-log): Doc fix.
590 (timeclock-last-event): Doc fix.
591 (timeclock-log): Kill the timelog buffer after appending a new
592 event.
593 (timeclock-find-discrep): Use a temp buffer to read in the
594 timelog, instead of visiting the file.
595 (timeclock-log-data): A new function, along with a host of helper
596 functions, for the purpose of making timelog data accessible to
597 programmers.
598
599 * eshell/esh-mode.el (window-height test): Make certain that
600 `eshell-stringify-t' is non-nil.
601 (eshell-password-prompt-regexp): Changed to a much simpler
602 password regexp.
603 (eshell-send-input): If `eshell-invoke-directly' returns t,
604 directly invoke the parsed command using `eval'. This improves
605 turn-around time on simple commands by a factor of three or
606 greater, such as cd, ls, pwd, etc. -- which get used very often.
607 It also conserves thousands of cons cells per call (since
608 `eshell-do-eval' consumes memory like a Cookie Monster set loose
609 in the Pacific Cookie Company).
610
611 * eshell/esh-test.el (eshell-test): Whitespace fix.
612
613 * eshell/em-ls.el (eshell-ls-insert-directory): Make
614 `eshell-ls-initial-args' nil when inserting directory contents.
615
616 * eshell/em-script.el (eshell-script-initialize): Add names to
617 `eshell-complex-commands, since `source' and `.' are complex.
618
0467b076
EZ
619 * eshell/esh-cmd.el (eshell-rewrite-for-command)
620 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
621 `eshell-copy-handles'.
622 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
623 bodies.
624 (eshell-separate-commands): Whitespace fix.
625 (eshell-complex-commands): Added a new list of names, for
626 determining whether a given command is as simple as it looks.
627 (eshell-invoke-directly): New function. Returns t if a command
628 should be invoked directly (using `eval'), rather than indirectly
629 using `eshell-do-eval'.
630 (eshell-do-eval): Whitespace fix.
631
632 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
633 which provides an emulation of the DOS shell behavior of assuming
634 that cp/mv/ln should copy/move/link to the current directory.
635 (eshell-remove-entries): Added a doc string.
636 (eshell-shuffle-files): Removed the check for `target' being null.
637 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
638 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
639 it to do a smarter check of whether a destination was provided.
640 (eshell/mv, eshell/cp): Enable `:preserve-args'.
641 (eshell/ln): Enable `:preserve-args', and use
642 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
643 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
644 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
645 list after flattening it. This makes it possible to cat files
646 with numerical names.
647 (eshell-unix-initialize): Added several names to
648 `eshell-complex-commands.
649 (eshell-unix-command-complex-p): Return t if a given command name
650 may result in external processes being invoked.
651
652 * eshell/em-glob.el (eshell-glob-show-progress): Make this
653 variable nil by default, since it slows down glob processing by a
654 factor of two or more, and increases memory consumption.
655
656 * eshell/em-smart.el: Added a note about how memory consumptive
657 smart display mode can be (at least this is true in Emacs 21).
658 (eshell-smart-initialize): Whitespace fix.
659 (eshell-refresh-windows): Use `if' instead of `when'.
660 (eshell-smart-scroll-window): Calling `save-current-buffer' was
661 not necessary.
662 (eshell-currently-handling-window): Added a missing global
663 variable.
664
665 * eshell/em-ls.el (eshell-do-ls): Code simplification.
666 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
667 Whitespace fix.
668 (eshell-ls-exclude-hidden): Added this variable in addition to
669 `eshell-ls-exclude-regexp'. This one prevents files beginning
670 with . from even being read, which can improve memory consumption
671 quite a bit.
672 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
673 read file entries beginning with a dot. In home directories with
674 lots of hidden files, fully two-thirds of the time spent in ls is
675 used to read directory entries that are immediately thrown away.
676 (eshell-ls-initial-args): Added back this configuration variable,
677 for specifying default initial arguments to every call to ls.
678 Much faster than using an alias to do the same thing.
679 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
680 (eshell-ls-dir): Whitespace change.
681
682 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
683
684 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
685 available.
686 (eshell-stringify-t): Added a customization variable, to indicate
687 whether `t' should be rendered as a string at all. If not, one
688 can still determine if the result of an expression is true using
689 "file-exists-p FILE && echo true".
690 (eshell-stringify): If `eshell-stringify-t' is nil, don't
691 stringify t!
692
693 * eshell/esh-module.el: Whitespace fix.
694
695 * eshell/em-alias.el (eshell-alias-initialize): Added
696 `eshell-command-aliased-p' to `eshell-complex-commands'.
697 (eshell-command-aliased-p): New function that returns t if a
698 command name names an aliased.
699
657f9cb8 7002000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 701
0467b076 702 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 703 redrawing the screen when changing cursor color.
0467b076
EZ
704 (viper-insert-state-pre-command-sentinel)
705 (viper-replace-state-pre-command-sentinel)
70c825df
SM
706 (viper-replace-state-post-command-sentinel):
707 Use viper-preserve-cursor-color.
657f9cb8
MK
708 Many functions changed to use viper= instead of = when comparing
709 characters.
0467b076 710 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 711 working with characters.
0467b076 712 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
713 Many functions changed to use viper= instead of = when comparing
714 characters.
0467b076 715 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 716
0467b076 717 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 718 Several typos fixed in various docstrings.
0467b076
EZ
719 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
720 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 721 hook.
0467b076
EZ
722 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
723 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
724 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
725 (ediff-get-selected-buffers): New function.
726 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
727 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 728 save-window-excursion.
0467b076 729 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 730 termination check in while loop.
0467b076 731 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 732 dired buffer.
0467b076
EZ
733 (ediff-files,ediff-merge-files,ediff-files3)
734 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 735
4f490d99
DL
7362000-10-28 Dave Love <fx@gnu.org>
737
738 * info.el (Info-fontify-node): Add help-echo for menu items.
739
45b84006
EZ
7402000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
741
5ebc02b3
EZ
742 * startup.el (normal-top-level): If the value of $TERM indicates
743 we are running from xterm or one of its work-alikes, default to a
744 light background mode.
745
45b84006
EZ
746 Support for -fg, -bg, and -rv command-line arguments for TTYs:
747 * faces.el (tty-handle-reverse-video): New function.
748 (tty-create-frame-with-faces): Call it.
749
750 * frame.el (frame-notice-user-settings): Don't apply
751 default-frame-alist and initial-frame-alist to MS-DOS frames.
752 Call tty-handle-reverse-video, frame-set-background-mode, and
753 face-set-after-frame-default for non-MS-DOS frames.
754
755 * startup.el (tty-long-option-alist): New variable.
756 (tty-handle-args): New function.
757 (command-line): Call tty-handle-args.
758
759 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
760 startup.el now does that for all character-terminal frames.
761
eab6e8b9
MB
7622000-10-28 Miles Bader <miles@gnu.org>
763
764 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
765 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
766 global. If :global is followed by a non-nil but non-t value,
767 make the mode buffer-local, but also generate a `global-MODE'
768 version using `easy-mmode-define-global-mode'. Add
769 :conditional-turn-on keyword argument.
770
51a29efc
DL
7712000-10-28 Dave Love <fx@gnu.org>
772
773 * international/latin1-disp.el (latin1-char-displayable-p): Don't
774 use window-system.
775
d71d7114
EZ
7762000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
779 Don't call find-buffer-file-type-coding-system. Instead, just
780 set eol-type to -unix if inhibit-eol-conversion is in effect, or
781 if the file is on an untranslated filesystem.
782 (add-untranslated-filesystem): Use "D" instead of "f" inside
783 interactive.
784
1f9cab4b
DL
7852000-10-27 Dave Love <fx@gnu.org>
786
70c825df 787 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
788 (refill-mode): Use it.
789
70c825df
SM
7902000-10-27 Stefan Monnier <monnier@cs.yale.edu>
791
792 * international/quail.el (quail-activate): Don't make-local-hook.
793
7432cf10
AS
7942000-10-27 Andre Spiegel <spiegel@gnu.org>
795
4836835a 796 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 797 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
798 (vc-make-version-backup): Don't do it on MS-DOS without long file
799 names.
4836835a 800
7432cf10
AS
801 * vc.el (vc-version-other-window): If an automatic backup of the
802 desired version exists, rename it instead of copying it.
803
4836835a
TTN
804 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
805 after command. If there's an unexpected error, signal it instead
7432cf10 806 of being silent.
e1483c38 807 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 808
05ea7ef2
MB
8092000-10-27 Miles Bader <miles@lsi.nec.co.jp>
810
fd1035aa
MB
811 * shell.el (shell): Add BUFFER argument.
812 * comint.el (make-comint-in-buffer): New function.
813 (make-comint): Use it.
814
05ea7ef2
MB
815 * faces.el (face-spec-choose): Change syntax so that the list of
816 attribute-value pairs is now the cdr of each clause, not the cadr.
817 Detect old-style entries, and handle them. Use pop.
818
835a55fe
SM
8192000-10-26 Stefan Monnier <monnier@cs.yale.edu>
820
f5ab1cdd
SM
821 * cus-edit.el (custom-mode-map): Use a sparse map.
822 (custom-mode): Don't bother with make-local-hook.
823
824 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
825
835a55fe
SM
826 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
827
c13b0ec8
GM
8282000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
829
830 * ps-print.el: Avoid compilation gripes.
831 (ps-print-version): New version number (6.2.1).
4836835a 832
e9f63196
DL
8332000-10-26 Dave Love <fx@gnu.org>
834
0b95284b
DL
835 * menu-bar.el: Modify some menu item help strings.
836 (menu-bar-help-menu): Add link to MORE.STUFF.
837
e9f63196
DL
838 * cus-edit.el (custom-mode): Add `special' mode-class property.
839
840 * wid-browse.el (widget-browse-mode): Likewise.
841
842 * wid-edit.el (widget-specify-field): Revert to using local-map
843 property, not keymap.
844
e276a14a
MB
8452000-10-26 Miles Bader <miles@lsi.nec.co.jp>
846
c1545d88
MB
847 * wid-edit.el (widget-field-end): When checking for a `boundary'
848 field, do so in the correct buffer.
849
3c1b77ca
MB
850 * simple.el (undo): Correctly distinguish between numeric and
851 non-numeric prefix args in non-transient-mark-mode, as per the doc
852 string. When in transient-mark-mode, treat all prefix-args as
853 numeric.
854
f5ab1cdd
SM
855 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
856 Position point on match. Handle N == 0 correctly.
22626d9d
MB
857
858 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
859 (comint-mode-map): Reverse order of `comint-write-output' and
860 `comint-append-output-to-file'.
861 (comint-append-output-to-file): Reinstate this function, for the
862 benefit of the menu.
863
d97151cb
SM
8642000-10-25 Stefan Monnier <monnier@cs.yale.edu>
865
866 * vc.el (vc-version-other-window): Bind `file'.
867
ea7d6f5b
GM
8682000-10-25 Gerd Moellmann <gerd@gnu.org>
869
f5ab1cdd 870 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
871
872 * emacs-lisp/authors.el (batch-update-authors): New function.
873 (authors-fixed-entries): New defconst.
874 (authors-add-fixed-entries): New function.
875 (authors): Call it.: Don't process lispref/.
876
17c25cea
JR
8772000-10-25 Jason Rumney <jasonr@gnu.org>
878
879 * cus-edit.el (custom-button-face, custom-button-pressed-face):
880 Merge x w32 and mac definitions.
881
4ecda532
GM
8822000-10-25 Gerd Moellmann <gerd@gnu.org>
883
884 * menu-bar.el (menu-bar-options-menu): Add a help string for
885 `uniquify'.
886
b6735035
GM
8872000-10-25 Stephen Gildea <gildea@alum.mit.edu>
888
f5ab1cdd
SM
889 * time-stamp.el (time-stamp-string-preprocess):
890 Fix a wrong type argument error.
b6735035 891
f4cbc7a0
MB
8922000-10-25 Miles Bader <miles@gnu.org>
893
894 * recentf.el (recentf-mode): Variable removed.
895 (recentf-mode): Use `define-minor-mode'.
896
897 * mwheel.el (mouse-wheel-mode): New global minor mode.
898 (mwheel-install): Use `mouse-wheel-mode'.
899
f4b020f6
DL
9002000-10-25 Dave Love <fx@gnu.org>
901
f5ab1cdd
SM
902 * progmodes/cperl-mode.el (cperl-mode):
903 Set normal-auto-fill-function correctly.
072cb6f9 904
f4b020f6
DL
905 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
906 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 907 bindings.
f4b020f6 908
ebe2a441
MB
9092000-10-25 Miles Bader <miles@lsi.nec.co.jp>
910
ff4dcd4b
MB
911 * wid-edit.el (widget-field-at): New function.
912 (widget-at, widget-field-activate): Use it.
913 (widget-tabable-at): Use `widget-at'.
914 (widget-specify-field): If the terminating character of the widget
915 field (which is read-only) is a newline, put it into a special
916 `boundary' field so that C-n/C-p act more naturally.
917 (widget-field-end): Also don't subtract one if a special
918 `boundary' field has been added after the widget field.
919
ebe2a441
MB
920 * comint.el (comint-output-filter, comint-send-input): Don't
921 bother adding stickiness fields to overlays to fool the field
922 code, since it should notice the overlay insertion-types now.
ff4dcd4b 923
ebe2a441
MB
924 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
925 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
926 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
927
fe50b6ab
GM
9282000-10-24 Gerd Moellmann <gerd@gnu.org>
929
53df4dda
GM
930 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
931 (authors): Set file coding system to iso-2022-7bit. Add
932 file-local variables to output buffer.
933
4836835a 934 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
935 WARN is nil.
936
53df4dda
GM
9372000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
938
939 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
940
941 * delim-col.el: Now there is a column formatting mechanism.
942 Modified to customization mechanisms convention. Doc fix.
943 (columns): New group for delim-col.
944 (delimit-columns-before, delimit-columns-after)
945 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
946 (delimit-columns-end): New vars.
947 (delimit-columns-customize, delimit-columns-format): New funs.
948 (delimit-columns-region, delimit-columns-rectangle)
949 (delimit-columns-rectangle-line): Modified to support column
950 formatting.
4836835a 951
a9839779
DL
9522000-10-24 Dave Love <fx@gnu.org>
953
954 * log-edit.el (log-edit): Add :version and a :group for vc.
955
df0267b8
GM
9562000-10-24 Gerd Moellmann <gerd@gnu.org>
957
9acc3873
GM
958 * files.el (after-find-file): Don't print a message ``New file''
959 if WARN is nil.
960
63e1b552
GM
961 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
962 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
963 get duplicate tool-bar entries because we'll see the global ones
964 on more than one path through keymaps.
965
1946f901
GM
966 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
967
df0267b8
GM
968 * progmodes/cmacexp.el: Change Francesco's email address.
969
ae3b264b
KH
9702000-10-24 Kenichi Handa <handa@etl.go.jp>
971
972 * window.el (fit-window-to-buffer): Adjust point of the window
973 buffer, not that of the current buffer.
974
23afac01
EZ
9752000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
976
977 * progmodes/cmacexp.el: Update the euthor's email address.
978
22d1a4ed
MB
9792000-10-24 Miles Bader <miles@lsi.nec.co.jp>
980
981 * faces.el (face-spec-set-match-display): Add `graphic' display
982 type (the inverse of `tty'). Use `display-graphic-p' instead of
983 the window-system variable.
984
f408aa48
KH
9852000-10-24 Kenichi Handa <handa@etl.go.jp>
986
987 * international/isearch-x.el (isearch-with-input-method): Call
988 input-method-function with the first event in
989 unread-command-events.
990
94fe8a31
MB
9912000-10-24 Miles Bader <miles@lsi.nec.co.jp>
992
993 * faces.el (face-default-spec, face-user-default-spec): Make
994 defsubsts.
995
8f47302e
AC
9962000-10-24 Andrew Choi <akochoi@i-cable.com>
997
998 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
999 New charsets.
1000
1001 * term/mac-win.el: Remove definitions of mac-roman-lower and
1002 mac-roman-upper, require dired, and define instead of set
1003 mac-ready-for-drag-n-drop to avoid compilation error.
1004
446c097e
AI
10052000-10-23 Andrew Innes <andrewi@gnu.org>
1006
1007 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1008 superfluous calls to subst-char-in-string; instead apply
1009 expand-file-name after convert-standard-filename to ensure
1010 expected directory separators are used.
1011
379b70e7
EZ
10122000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1013
1014 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1015
85c766e9
DL
10162000-10-23 Dave Love <fx@gnu.org>
1017
b7e03a67
DL
1018 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1019 (tool-bar-add-item): Set foreground and background for XBM icons.
1020
1021 * international/latin1-disp.el (latin1-char-displayable-p): New
1022 function (from Handa).
1023 (latin1-display-check-font): Use it.
1024
0dcf8835
DL
1025 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1026 using :key-sequence, making it much more usable. Use nconc, not
1027 append.
1028 (imenu--create-keymap-1): Avoid append.
1029
85c766e9 1030 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1031
cb3069bb
MB
10322000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1033
1034 [the following changes fix a bug where `define-minor-mode' didn't
1035 correctly generate :require clauses for defcustoms in compiled files]
1036 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1037 (byte-compile-log-file, byte-compile-log-1): Don't set
1038 `byte-compile-current-file' to nil. Instead set
1039 `byte-compile-last-logged-file' to it. Test whether
1040 byte-compile-current-file equals byte-compile-last-logged-file
1041 instead of whether its nil.
3b6542ba 1042 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1043
6db6243b
SM
10442000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1045
1046 * textmodes/refill.el: Fix var names in doc.
1047 (refill-mode): Don't bother with make-local-hook anymore.
1048
98490598
MB
10492000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1050
e01cd227
MB
1051 * faces.el (face-user-default-spec, face-default-spec): New functions.
1052 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1053 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1054 Use `face-user-default-spec'. Simplify code slightly.
1055
4836835a 1056 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1057 (woman-unknown-face): Add dark-background variants.
1058 (woman-default-faces): Renamed from `woman-colour-faces'.
1059 Set using the stored defaults, rather than using hard-wired colors.
1060 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1061 Just make the foreground `unspecified' rather than "black".
1062 (woman-menu): Rename menu entries accordingly.
1063
98490598
MB
1064 * faces.el (header-line): Make more reasonable on mono/grayscale
1065 displays.
1066
1a578e9b
AC
10672000-10-23 Andrew Choi <akochoi@i-cable.com>
1068
1069 * cus-edit.el (custom-button-face): Use 3D look for mac.
1070 (custom-button-pressed-face): Likewise.
1071
1072 * faces.el (set-face-attributes-from-resources): Handle mac frames
1073 in the same way as x and w32 frames.
1074 (face-valid-attribute-values): Likewise.
1075 (read-face-attribute): Likewise.
1076 (defined-colors): Likewise.
1077 (color-defined-p): Likewise.
1078 (color-values): Likewise.
1079 (display-grayscale-p): Likewise.
1080 (face-set-after-frame-default): Likewise.
1081 (mode-line): Same default face as for x and w32.
1082 (tool-bar): Likewise.
1083
1084 * frame.el: Remove call to frame-notice-user-settings at end of
1085 the file.
1086
1087 * info.el (Info-fontify-node): make underlines invisible for mac
1088 as for x, pc, and w32 frame types.
1089
1090 * term/mac-win.el: New file.
1091
aaaf7be7
DL
10922000-10-22 Dave Love <fx@gnu.org>
1093
1094 * textmodes/refill.el: New file.
1095
5392d654
AS
10962000-10-22 Andre Spiegel <spiegel@gnu.org>
1097
4836835a 1098 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1099 MANUAL and REGEXP.
4836835a 1100 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1101 New functions.
1102 (vc-before-save): Use the latter.
1103 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1104 confusion.
1105
4836835a 1106 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1107 expected by vc[-hooks].el.
1108
1109 * vc.el (vc-checkout): Added `-p' suffix in call to
1110 vc-make-version-backups-p; use vc-make-version-backup to actually
1111 make the backup.
1112 (vc-version-other-window, vc-version-backup-file): Handle both
1113 automatic and manual backups.
1114 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1115 of all of them.
1116
1e221c16
MB
11172000-10-22 Miles Bader <miles@gnu.org>
1118
7ff4fda5
MB
1119 * comint.el (comint-highlight-input, comint-highlight-prompt):
1120 Renamed, `-face' at end removed.
1121 (comint-send-input, comint-output-filter): Use renamed faces.
1122
3511cde8
MB
1123 * window.el (fit-window-to-buffer): Change defaulting of
1124 MAX-HEIGHT slightly.
1125
1e221c16
MB
1126 * faces.el (color-values, color-defined-p): Use `member', not
1127 `memq', because it works correctly for strings.
1128 (frame-set-background-mode): Actually, "unspecified-fg" and
1129 "unspecified-bg" *are* strings. Use `member', not `memq', and
1130 `equal', not `eq', when a string value is possible.
1131
b6ef4898
EZ
11322000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1133
1134 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1135
34939e2c
SM
11362000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1137
1138 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1139 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1140 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1141 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1142 (sh-font-lock-syntactic-keywords): Use them.
1143 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1144 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1145 (sh-mode): Don't override font-lock-unfontify-region-function.
1146 Use a copy of sh-font-lock-syntactic-keywords.
1147 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1148 Don't call sh-scan-buffer since font-lock does it on the fly.
1149 (sh-get-indent-info): Use `face' rather than `syntax-table'
1150 text-property to detect here-documents.
1151 Replace sh-special-syntax with sh-st-punc.
1152 (sh-prev-line): Use `face' rather than `syntax-table'
1153 text-property to skip over here-documents.
1154 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1155 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1156 (sh-electric-less, sh-set-here-doc-region)
4836835a 1157 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1158 (sh-scan-buffer, sh-rescan-buffer): Remove.
1159
f3d3c491
AI
11602000-10-21 Andrew Innes <andrewi@gnu.org>
1161
1162 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1163 remote (ange-ftp) file names.
1164
b86c791c
MB
11652000-10-21 Miles Bader <miles@gnu.org>
1166
d9c30bdf
MB
1167 * window.el (fit-window-to-buffer): New function.
1168 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1169 (window-text-height): Don't expect minibuffers to have mode-lines.
1170
d9c30bdf 1171 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1172 * international/quail.el (quail-update-guidance): Use
1173 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1174
617fee5a
MB
1175 * international/quail.el (quail-show-guidance-buf): Make sure
1176 guidance window really has enough room.
1177 (quail-update-guidance): If quail-guidance-win is already shown,
1178 make sure its height is OK.
1179
b86c791c
MB
1180 * window.el (window-text-height, set-window-text-height):
1181 New functions.
1182 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1183 instead of `window-height' & `mode-line-window-height-fudge'.
1184 (mode-line-window-height-fudge): Add FACE parameter.
1185 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1186 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1187
e34850d1
MB
11882000-10-20 Miles Bader <miles@gnu.org>
1189
1190 * window.el (height-affecting-face-attributes): Use `defconst'.
1191
1192 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1193 New function, conditionally aliased to `mode-line-window-height-fudge'.
1194 (ispell-help): Use it.
1195 (ispell-choices-win-default-height): Don't include mode-line fudge.
1196 (ispell-choices-win-default-height): New function.
1197 (ispell-show-choices, ispell-command-loop): Use function
1198 `ispell-choices-win-default-height' instead of variable.
1199
a8b883c2
MB
12002000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1201
8c6e4a58
MB
1202 * window.el (mode-line-window-height-fudge): New variable.
1203 (height-affecting-face-attributes): New variable.
1204 (mode-line-window-height-fudge): New function.
1205 (shrink-window-if-larger-than-buffer): Use it.
1206 * help.el (resize-temp-buffer-window): Likewise.
1207
a8b883c2
MB
1208 * info.el (Info-fontify-node): Add support for @subsubsection
1209 titles, which use `Info-title-4-face'.
1210 (Info-title-4-face): New face.
1211 (Info-title-3-face): Inherit from Info-title-4-face instead of
1212 variable-pitch.
1213
e64c3a75
JR
12142000-10-19 Jason Rumney <jasonr@gnu.org>
1215
1216 * dired.el (dired-insert-directory): Do not let errors signalled by
1217 attempt to run dired-free-space-program prevent dired from working.
1218
c70fe852
SM
12192000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1220
1221 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1222
877cf6b4
GM
12232000-10-19 Gerd Moellmann <gerd@gnu.org>
1224
5de037e0
GM
1225 * dirtrack.el (dirtrack): Fix call to run-hooks.
1226
6deb9af9
GM
1227 * cmuscheme.el (cmuscheme-program-name): Renamed from
1228 scheme-program-name because xscheme.el contains a defcustom with
1229 the same name. As a consequence, customizing group `cmuscheme'
1230 loaded `xscheme' which redefined run-scheme.
1231 (run-scheme): Use cmuscheme-program-name.
1232
877cf6b4
GM
1233 * ps-print.el (ps-print-emacs-type): Move into the
1234 eval-and-compile.
1235
e597d8fb 1236 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1237 anonymous address, and add a website for Befrienders International.
4836835a 1238
3e9cb08f
GM
12392000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1240
c70fe852
SM
1241 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1242 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1243 (ps-print-version): New version number (6.2).
1244 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1245 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1246 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1247 (ps-x-extent-priority, ps-x-extent-start-position)
1248 (ps-x-face-font-instance, ps-x-find-coding-system)
1249 (ps-x-font-instance-properties, ps-x-make-color-instance)
1250 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1251 avoid compilation gripes without defining functions.
1252 (ps-e-find-composition): Alias for function find-composition, to have a
1253 suitable function depending on Emacs version.
1254 (ps-color-device, ps-color-values, ps-face-foreground-name)
1255 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1256 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1257 (ps-print-ensure-fontified): Function definitions surrounded by
1258 `eval-and-compile' to avoid compilation gripes.
1259 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1260 by symbol-value to avoid compilation gripes.
1261 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1262 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1263
d8abcd91
MB
12642000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1265
13ab33c4
MB
1266 * startup.el (normal-top-level): Call `frame-set-background-mode'
1267 after `frame-notice-user-settings' because the latter doesn't call
1268 the former on a tty.
1269
d8abcd91
MB
1270 * faces.el (frame-set-background-mode): `unspecified' &c are
1271 symbols, not strings.
1272
e8bce0a9
EZ
12732000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1274
c70fe852
SM
1275 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1276 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1277
c70fe852
SM
1278 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1279 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1280
773272d8
KH
12812000-10-19 Kenichi Handa <handa@etl.go.jp>
1282
c70fe852 1283 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1284 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1285 for ISO10646-1 fonts.
1286 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1287
772139c0
EZ
12882000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1289
1290 * faces.el (frame-set-background-mode): If a tty frame defines a
1291 background color, use that to compute the background mode, instead
1292 of always defaulting to "dark".
1293
d134a19f
MB
12942000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1295
8bb84cb2
MB
1296 * comint.el (comint-write-output): New function.
1297 (comint-mode-map): Add it to the menu.
e40a778f 1298 Bind `C-c C-s' to comint-write-output.
d134a19f 1299
dada41e1
GM
13002000-10-18 Gerd Moellmann <gerd@gnu.org>
1301
1302 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1303 Use fancy-splash-delay.
1304
9b5360aa
GM
13052000-10-18 Alex Schroeder <alex@gnu.org>
1306
1307 * progmodes/sql.el (sql-sybase-options): New option.
1308 (sql-sybase): Use it. Add sql-database to the list of parameters
1309 provided for login. The options -w 2048 -n are not used any more.
1310
9035a35a
GM
1311 * comint.el (comint-read-input-ring): Bugfix such that the first
1312 and the last entry of the input ring file are not lost.
1313
3556c6dd
GM
13142000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1315
1316 * ps-print.el: Internal variable changes to defcustom,
1317 make-local-hook changes to defvar. Doc fix.
1318 (ps-print-version): New version number (6.1).
1319 (ps-setup, ps-do-despool): Code fix.
1320 (ps-printer-name): Customization fix.
1321 (ps-printer-name-option): Now is a defcustom instead of an
1322 internal variable.
1323 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1324 (ps-print-begin-column-hook): Now are defvar instead of
1325 make-local-hook.
4836835a 1326
4e217e50
MB
13272000-10-18 Miles Bader <miles@gnu.org>
1328
1329 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1330 (comint-kill-output): Changed into an alias for `comint-delete-output',
1331 and made obsolete.
1332 (comint-mode-map): Rename references to comint-kill-output.
1333
34460354
EZ
13342000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1335
1336 * diff-mode.el (diff-header-face, diff-file-header-face)
1337 (diff-changed-face): Add bold and italic attributes to tty faces.
1338 (diff-function-face): New face.
1339 (diff-font-lock-keywords): Use it.
1340
17ea3cdb
MB
13412000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1342
1343 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1344 Remove commented-out call to force-mode-line-update.
1345 (comint-kill-output): Use `forward-line 0' instead of
1346 beginning-of-line to make sure we get past the prompt.
1347
9244f2c7
SM
13482000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1349
1350 * diff-mode.el (diff-header-face, diff-file-header-face):
1351 Add specific setting for dark background.
1352 (diff-context-face): Renamed from diff-comment-face.
1353 Set explicitly rather than inheriting from font-lock-comment-face.
1354
1592c1ef
EZ
13552000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1356
1357 * startup.el (command-line): Move the code which sets the default
1358 TTY colors to before before-init-hook.
1359
f86292a9
GM
13602000-10-17 Gerd Moellmann <gerd@gnu.org>
1361
1362 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1363
f7f2e883
EZ
13642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1365
e854cc22
EZ
1366 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1367 extensions, for MS-DOS.
1368
f7f2e883
EZ
1369 * diff-mode.el (diff-header-face, diff-file-header-face)
1370 (diff-changed-face): Define tty-specific colors.
1371
c7b4f0f9
GM
13722000-10-17 Gerd Moellmann <gerd@gnu.org>
1373
1374 * startup.el (fancy-splash-text): Realign the text.
1375
12a72271
EZ
13762000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1377
1378 * font-lock.el (font-lock-comment-face): Define a separate default
1379 for dark-background tty's.
1380
61dfccfd
MB
13812000-10-17 Miles Bader <miles@gnu.org>
1382
1383 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1384 being obscured by whizzy mode-lines on graphics displays.
1385
333cd59e
EZ
13862000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1387
1388 * info.el (Info-title-1-face, Info-title-2-face)
1389 (Info-title-3-face): Define colors for tty's.
dada41e1 1390 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1391
dbf1fcc1
EZ
13922000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1393
1394 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1395 reverse from the frame parameters, and don't invert foreground and
1396 background colors.
1397
ac629823
MB
13982000-10-16 Miles Bader <miles@gnu.org>
1399
1400 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1401 string "*Info*". Call propertized-buffer-identification to spruce
1402 up the result.
1403
76eebffc
GM
14042000-10-16 Gerd Moellmann <gerd@gnu.org>
1405
3a6b59d9
GM
1406 * help.el: Provide `help' for the sake of define-minor-mode
1407 which generates defcustoms with requires.
1408
6569c3d3
GM
1409 * jit-lock.el (jit-lock-after-change): If we're in text that
1410 matches a multi-line font-lock pattern, make sure the whole text
1411 will be redisplayed.
1412
c2e0a611
GM
1413 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1414 author's name is unknown.
1415
76eebffc
GM
1416 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1417 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1418 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1419 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1420 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1421 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1422 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1423 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1424 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1425 Add author information.
1426
cf1e7b12
MB
14272000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1428
1429 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1430 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1431 full-color version (using the Gimp) to eliminate dithering artifacts.
1432
5586f3eb
SM
14332000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1434
1435 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1436
1437 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1438
ad64a888
DL
14392000-10-15 Dave Love <fx@gnu.org>
1440
1441 * progmodes/sh-script.el: Require skeleton and comint when
1442 compiling.
1443
1444 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1445
1446 * whitespace.el: Doc fixes.
1447 (top-level): Don't add hooks here.
1448 (whitespace-running-emacs): Deleted.
1449 (timer): Don't require.
1450 (whitespace): Add back :version conditional on xemacs test.
1451 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1452 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1453 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1454 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1455 Avoid specific xemacs test.
1456 (whitespace-global-mode): New option.
1457 (whitespace-global-mode): New command.
1458 (whitespace-unload-hook): New function.
1459
1460 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1461 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1462 (Info-fontify-node): `Goto' goes to `Go to'.
1463 (Info-fontify-node): Add help-echo to xref links.
1464
1ef49fc6
EZ
14652000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1466
1467 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1468
8b7707e1
SM
14692000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1470
b3b7f42f
SM
1471 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1472 Use plist-get and allow :inherit.
1473
1474 * emacs-lisp/cl-macs.el (cl-do-arglist):
1475 Use plist-get and plist-member instead of memq.
1476
3c7fafc7
SM
1477 * emacs-lisp/ewoc.el (ewoc-location): New function.
1478 (ewoc-enter-after, ewoc-enter-before): Document return value.
1479 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1480 Don't need make-local-hook any more.
1481 (cvs-addto-collection): Return the new tin.
1482 (cvs-mode-insert): Jump to the new line.
1483
8b7707e1
SM
1484 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1485
1486 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1487
1488 * font-lock.el (font-lock-syntactically-fontified): New var.
1489 (font-lock-fontify-syntactic-keywords-region): Use it.
1490 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1491
1492 * diff-mode.el (diff-find-file-name): Fix regexp.
1493
1494 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1495 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1496
1497 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1498 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1499 (sh-mode): Don't make all vars local here.
1500 (sh-kw): Reformat.
1501 (sh-set-shell): Use dolist. Don't set indent-region-function.
1502 (sh-mode-syntax-table): Use pop.
1503 (sh-remember-variable): Use push.
1504 (sh-help-string-for-variable): Use memq.
1505 (sh-safe-backward-sexp): Remove.
1506 (sh-safe-forward-sexp): Add ARG.
1507 (sh-get-indent-info, sh-prev-stmt): Use it.
1508 (sh-prev-line): Simplify by using forward-comment.
1509 (sh-this-is-a-continuation): Simplify.
1510 (sh-learn-buffer-indent): Use dolist.
1511 (sh-do-nothing): Remove.
1512 (sh-set-char-syntax, sh-set-here-doc-region):
1513 Use inhibit-modification-hooks.
1514 (sh-name-style): Use mapcar and push.
1515 (sh-load-style): Use dolist.
1516 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1517 (sh-case, sh-while-getopts): Use propertize directly rather
1518 than sh-electric-rparen.
1519
15202000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1521
1522 * textmodes/tex-mode.el: Require CL when compiling.
1523 (tex-mode-syntax-table): Init immediately.
1524 (tex-mode-map): Bind M-RET to latex-insert-item.
1525 (latex-mode): Set indent-line-function to latex-indent.
1526 (tex-common-initialization): Don't setup the syntax-table any more.
1527 (latex-insert-item): New skeleton.
1528 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1529 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1530 (latex-indent, latex-find-indent): New functions.
4836835a 1531 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1532 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1533 (tex-compilation-parse-errors): Use with-syntax-table.
1534
86b7fcbb
MB
15352000-10-15 Miles Bader <miles@gnu.org>
1536
1537 * font-lock.el (font-lock-comment-face): Change dark-background,
1538 color, non-tty, default to `chocolate1'.
1539
57a24508
JW
15402000-10-13 John Wiegley <johnw@gnu.org>
1541
1542 * eshell/esh-util.el (require): Added a missing `require' form,
1543 needed when compiling (for an ange-ftp macro definition).
1544
40ad3db4
DL
15452000-10-13 Dave Love <fx@gnu.org>
1546
1547 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1548
db460189
GM
15492000-10-13 Gerd Moellmann <gerd@gnu.org>
1550
b41c9501
GM
1551 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1552 fix.
1553
4836835a 1554 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1555 transparent -colors 8).
1556
3b5e21df
GM
15572000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1558
1559 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1560 that breaks with old list format timestamps.
1561 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1562 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1563 strings.
1564
16908a3f
JW
15652000-10-13 John Wiegley <johnw@gnu.org>
1566
d7103dda
JW
1567 * align.el, pcomplete.el, calendar/timeclock.el,
1568 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1569
dace60cf 1570 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1571 faulty math, where holiday hours were being computing as seconds.
1572
b6b70cda
JW
15732000-10-13 John Wiegley <johnw@gnu.org>
1574
1575 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1576 specifying what "other" kinds of buffers should be saved. This
1577 used to be hard-coded.
1578 (desktop-buffer-misc-functions): A global for specifying how
1579 auxiliary data should be determined for special buffer types.
1580 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1581 instead of hard-coding the special buffer types.
1582 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1583 auxiliary data, instead of hard-coding for Info buffers and dired.
1584 (desktop-buffer-info-misc-data): Aux function for determining Info
1585 buffer auxiliary info.
1586 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1587 (desktop-buffer-info): Changed this function to use the info
1588 gathered above.
1589 (desktop-create-buffer): Be a little more careful about what
1590 `minor-mode' means before calling it. This is important for some
1591 buffer types.
1592
8c6b1d83
JW
15932000-10-13 John Wiegley <johnw@gnu.org>
1594
1595 * eshell/esh-util.el: Added a global form which declares an
1596 autoload for `parse-time-string', if that function is not already
1597 defined, and if parse-time.el is available on the user's system.
1598
1599 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1600 to be aware of ange-ftp user info.
1601 (eshell-do-ls): Bind `ange-cache'. Also, use
1602 `eshell-file-attributes'.
1603 (eshell-ls-annotate): Use `eshell-file-attributes'.
1604 (eshell-ls-file): Made the user-id printing code a bit smarter.
1605
1606 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1607 allow identification of alias user ids in remote directories.
1608 It's manual, but there's no other way to know when the current
1609 user on the local machine, is also the owning user on the remote
1610 machine.
1611 (fboundp): Bind `ange-cache'.
1612 (eshell-directory-files-and-attributes): Re-organized the logic a
1613 bit to use `eshell-file-attributes' instead of `file-attributes'.
1614 The former is more sensitive to directories that are read via FTP,
1615 and knows how to use ange-ftp to determine full attribute
1616 information, instead of just the name and last modtime.
1617 (eshell-current-ange-uids): Return the current user id when in a
1618 remote directory.
1619 (eshell-parse-ange-ls): Parse a full directory listing that has
1620 been returned by ange-ftp.
1621 (eshell-file-attributes): This beefed up version of
1622 `file-attributes' is only special if the user is currently in a
1623 remote directory, in which case it does a lot of work to find out
1624 what the real attributes of a file are, as they appear on the
1625 remote machine. This makes usage of remote directories (i.e.,
1626 ange-ftp pathnames) much more useful. You can now use Eshell as a
1627 full-fledged FTP client, with much more manipulation ability than
1628 most other clients.
1629
1630 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1631 variable, which means that Eshell's du should always be preferred
1632 in remote directories.
1633 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1634 just `file-attributes'.
1635 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1636 when reading remote directories. This is an Eshell-specific
1637 variable (not part of ange-ftp).
1638 (eshell/ln): Bind `ange-cache'.
1639 (eshell/du): Added some extra logic for determining when to use
1640 Eshell's du (which is slow), and when to use the external version
1641 (which may or may not exist).
1642
1643 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1644 `eshell-interactive-process', rather than using
1645 `get-buffer-process', since backgrounded processes don't count in
1646 the context of this function's logic.
1647
1648 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1649 `forward-char', so that null strings are parsed correctly.
1650
87730e84 16512000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1652
1653 * eshell/em-pred.el (eshell-pred-file-type,
1654 eshell-pred-file-links, eshell-pred-file-size): Use
1655 `eshell-file-attributes'. This is more correct over ange-ftp.
1656
1657 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1658 that remote file globbing is more efficient.
1659
1660 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1661 gathering the files and attributes within a directory.
1662
1663 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1664 the command line is a special file (not a regular file, directory
1665 or symlink), always attempt to call the external version of cat.
1666
87730e84 16672000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1668
1669 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1670 Eshell-friendly version of find-tag.
1671
1c7e37a9
MB
16722000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1673
4836835a 1674 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1675 (image-file-name-regexps): Add autoload cookies.
1676
11a7f341
KH
16772000-10-13 Kenichi Handa <handa@etl.go.jp>
1678
1679 * international/mule-cmds.el (select-safe-coding-system): If FROM
1680 is string, show it in *Warning* buffer.
1681
8ddddcb0
EZ
16822000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1683
1684 * startup.el (normal-top-level): Use display-popup-menus-p instead
1685 of window-system.
1686 (command-line): Use display-graphic-p instead of window-system.
1687 (command-line-1): Use display-popup-menus-p and display-mouse-p
1688 instead of window-system.
1689
72200f89
SS
16902000-10-12 Sam Steingold <sds@gnu.org>
1691
1692 * tooltip.el (tooltip-use-echo-area): New user variable.
1693 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1694
8661c643
DL
16952000-10-12 Dave Love <fx@gnu.org>
1696
d0b40dc1
DL
1697 * recentf.el: Maintainer's checkdoc fixes.
1698
a622451f
DL
1699 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1700 character class, not ASCII when matching file names.
1701 (fancy-splash-head): Add trailing slash to URL.
1702 (command-line): Don't require XPM support for toolbar.
1703
8661c643
DL
1704 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1705 (cperl-invalid-face): Revert last change.
1706 (cperl-init-faces): Quote cperl-invalid-face.
1707
ef2ed8ab
KH
17082000-10-12 Kenichi Handa <handa@etl.go.jp>
1709
1710 * startup.el (fancy-splash-text): Remove superfluous quote.
1711
b0da379e
GM
17122000-10-12 Gerd Moellmann <gerd@gnu.org>
1713
dbeb499b
GM
1714 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1715 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1716 (command-line-1): Don't use fancy-splash-pending-command.
1717 (fancy-splash-screens-1): Goto point-min after inserting text.
1718
d861718a
GM
1719 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1720
b0da379e
GM
1721 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1722 instead of shared-lisp-mode-map.
1723
4fb2ad98
MB
17242000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1725
1cb4393e
MB
1726 * faces.el (header-line): Change tty-variant to use underlining.
1727
4fb2ad98
MB
1728 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1729 (isearch-highlight): Restore lazy-isearch face properties at old
1730 position, and suppress them at new position.
1731 (isearch-dehighlight): Restore lazy-isearch face properties.
1732 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1733 over the real isearch overlay, but in that case, don't give it a
1734 face property. Use `push'.
1735
eb991b25
KH
17362000-10-12 Kenichi Handa <handa@etl.go.jp>
1737
1738 * man.el (Man-getpage-in-background): Fix previous change.
1739 Decode the process output only when we are in multibyte mode.
1740
a818c1c0
DL
17412000-10-11 Dave Love <fx@gnu.org>
1742
c990f53a
DL
1743 * info.el (Info-mode-menu): Fix some help.
1744 (info-tool-bar-map): Add entry for Info-last.
1745
a818c1c0
DL
1746 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1747 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1748 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1749 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1750 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1751 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1752 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1753 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1754 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1755 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1756 Reduce colour requirements to 25 overall. (Probably wants
1757 revisiting from the originals to reduce further.)
1758
c1b096cb
EZ
17592000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1760
1761 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1762 buffer-file-coding-system, instead of raw-text.
1763 (dehexlify-buffer): Bind coding-system-for-read to
1764 buffer-file-coding-system, instead of raw-text.
1765
5c8b7eaf
SS
17662000-10-11 Sam Steingold <sds@gnu.org>
1767
1768 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1769 `underline' - fixes the bug introduced on 2000-09-21.
1770
2cfbdb7a
DL
17712000-10-11 Dave Love <fx@gnu.org>
1772
1773 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1774 compiler warnings.
1775 (scheme-mode): Doc fix.
1776 (scheme-font-lock-keywords-1): Match `define-syntax'.
1777
17782000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1779
1780 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1781 face specs as well as default ones. Only do anything if the
1782 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1783 (region): Make dark-background `region' face less in-your-face.
4b33f290 1784
690ec649
SS
17852000-10-10 Sam Steingold <sds@gnu.org>
1786
1787 * chistory.el, ielm.el, ledit.el:
1788 * progmodes/inf-lisp.el, progmodes/scheme.el:
1789 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1790
3b95d6bb
SM
17912000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1792
1793 * textmodes/texinfo.el: Update copyright and fix typo.
1794
1795 * desktop.el (desktop-modes-not-to-save): New var.
1796 (desktop-save-buffer-p): Use it.
1797 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1798 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1799
d646c828
DL
18002000-10-10 Dave Love <fx@gnu.org>
1801
1802 * toolbar/tool-bar.el (tool-bar-add-item)
1803 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1804 display.
1805
d646c828
DL
1806 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1807 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1808 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1809 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1810 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1811 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1812 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1813 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1814 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1815 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1816 the .xpms; probably need retouching.
1817
862a7e28
MB
18182000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1819
1820 * subr.el (add-to-list): Add optional argument APPEND.
1821 * battery.el (display-battery): Use `add-to-list'.
1822
46e33aee
TTN
18232000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1824
930baf47
TTN
1825 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1826 these vars as symbol properties.
2cfbdb7a
DL
1827 (zone, zone-when-idle, zone-leave-me-alone)
1828 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1829
5a430f9c
TTN
1830 * battery.el (display-battery): Doc spelling fix.
1831
46e33aee
TTN
1832 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1833 property.
1834
adf7d3a8
DL
18352000-10-09 Dave Love <fx@gnu.org>
1836
1837 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1838 has been initialized before calling tool-bar-setup.
c2156508 1839 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1840
06a8c9f8
EZ
18412000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1842
e4ca8f8c
EZ
1843 * menu-bar.el (send-mail-item-name): New function.
1844 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1845 of mail-user-agent in the menu. Don't display the "Send Mail"
1846 item if mail-user-agent is nil or its value is ignore.
1847 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1848 if read-mail-command is nil or its value is ignore.
1849
06a8c9f8
EZ
1850 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1851
7dbc9c8a
MB
18522000-10-09 Miles Bader <miles@gnu.org>
1853
29e0814b
MB
1854 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1855 Correct image size.
1856 * toolbar/left_arrow.xpm: Correct image size.
1857
7dbc9c8a
MB
1858 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1859 will be done by the definition of `auto-compression-mode' if
1860 necessary. Move code to uninstall existing file-name handler
1861 before definition of `auto-compression-mode'.
1862
1863 * image-file.el (auto-image-file-mode): Move to the end of the
1864 file, because `define-minor-mode' actually calls the mode-function
1865 if the associated variable is non-nil, which requires that all
1866 needed functions be already defined.
1867
65b61266
MB
1868 * mouse.el (popup-menu): Balance parens.
1869
d6b8c85b
SM
18702000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1871
1872 * mouse.el (popup-menu): Move the command call outside the loop
1873 so that popup-menu returns whatever the command returns.
1874
1875 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1876 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1877 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1878 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1879
1880 * vc.el (vc-version-diff): diff-switches can be a list.
1881 Use relative filenames for prettier output.
1882
46e33aee 1883 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1884 (vc-post-command-functions): Remove old-VC compatibility code.
1885
1886 * newcomment.el (comment-indent-default): Autoload.
1887
1888 * font-lock.el (font-lock-defaults): Make buffer-local.
1889 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1890 (font-lock-choose-keywords):
1891 Ignore LEVEL unless KEYWORDS is a list of syms.
1892 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1893 Don't wrap regexp-opt things in \(...\) unnecessarily.
1894
1895 * jit-lock.el: Don't require font-lock any more.
1896 (jit-lock-functions): Make buffer-local.
1897 (jit-lock-saved-fontify-buffer-function): Remove.
1898 (jit-lock-mode): Remove autoload cookie.
1899 Remove font-lock specific code.
1900 (jit-lock-unregister): Don't bother handling complex hooks any more.
1901 (jit-lock-refontify): New function.
1902 (jit-lock-fontify-buffer): Use it.
1903 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1904 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1905 Add optional args START and END.
1906 Never call font-lock-fontify-region directly.
1907 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1908
1909 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1910
a30ed6ac
DL
19112000-10-08 Dave Love <fx@gnu.org>
1912
4e7c7ca9
DL
1913 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1914
1915 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1916
1917 * play/studly.el (studlify-region, studlify-word): Add autoload
1918 cookie.
1919
1920 * play/morse.el (morse-region, unmorse-region): Add autoload
1921 cookie.
1922
1923 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1924 concat.
1925
1926 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1927 insist on symbols starting with word syntax.
1928 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1929 (eval-defun-1): Doc fix.
1930 (indent-sexp): Use nconc to build up indent-stack.
1931
1932 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1933 Gnus with little use.
1934 (mail-setup-hook): Add mail-abbrevs-setup to options.
1935
968f7c4a
DL
1936 * recentf.el: Doc fixes.
1937
1938 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1939 Clean up remainder.
1940
1941 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1942 without timezone and (8) with timezone to enforce some whitespace.
1943 Simplify code somewhat.
1944
1945 * options.el (list-options): Doc that you should use customize.
1946
1947 * iswitchb.el (iswitchb-mode): Add :require.
1948
a30ed6ac
DL
1949 * info.el (Info-goto-node, Info-menu): Doc fix.
1950 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1951 (info-tool-bar-map): New variable.
1952 (Info-mode): Use it.
1953 (Info-edit-map): Define all in defvar.
1954 (speedbar-attached-frame): Avoid compiler warning.
1955
1956 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1957 (global-map): Bind [tool-bar] to a filtered map.
1958 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1959 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1960 Allow PBM icons.
1961 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1962
1963 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1964 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1965 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1966 icons, except up_arrow, which is left-arrow rotated.
1967
1968 * imenu.el (imenu-add-to-menubar): Fix last change.
1969
4e953aff
PB
19702000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1971
1972 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1973 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1974
739e92a7
EZ
19752000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1976
d20faceb
EZ
1977 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1978 typos in doc strings.
1979
a640322e
EZ
1980 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1981 the doc strings how to customize Font Lock faces.
1982
739e92a7
EZ
1983 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1984 computing growth when dragging the header line.
1985
8be7408c
EZ
19862000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1987
1988 * simple.el (kill-line): Doc fix.
1989
6fee86a3
MB
19902000-10-08 Miles Bader <miles@gnu.org>
1991
445a653e
MB
1992 * faces.el (secondary-selection): Make foreground visible on tty.
1993
6fee86a3
MB
1994 * jka-compr.el (auto-compression-mode): Move to the end of the
1995 file, because `define-minor-mode' actually calls the mode-function
1996 if the associated variable is non-nil, which requires that all
1997 needed functions be already defined.
1998 (with-auto-compression-mode): Add autoload cookie.
1999
a115794c
EZ
20002000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2001
2002 * files.el (find-backup-file-name) [ms-dos]: If support for long
2003 file names is not available, behave as if version-control were set
2004 to never.
2005
b12e6de3
DL
20062000-10-07 Dave Love <fx@gnu.org>
2007
2008 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2009 (browse-url-gnome-moz): New function.
2010 (browse-url-browser-function): Use it.
2011 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2012
20b1d079
SM
20132000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2014
2015 * indent.el (tab-always-indent): New var.
2016 (indent-for-tab-command): Use it.
39250ec3 2017
9ee45b2c 2018 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2019 raise an error. This way it can still default to a sane value.
9ee45b2c 2020
8c6b1d83
JW
20212000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2022
39250ec3
SM
2023 * startup.el (fancy-splash-screens): Use local rather than global map.
2024 Don't use `update-menu-bindings' any more.
2025 Get rid of assumptions about keymap representation.
2026
a23ccdf2
DL
20272000-10-06 Dave Love <fx@gnu.org>
2028
814299a7 2029 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2030 (sentence-end-without-period): Doc fix.
2031 (adaptive-fill-regexp): Purecopy.
2032 (unjustify-current-line): Use line-end-position.
2033 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2034
2035 * net/eudc-vars.el (eudc): Add :version, :link.
2036
39250ec3 2037 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2038
2039 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2040 Fix for define-minor-mode.
2041 (function-at-point): Alias to function-called-at-point.
2042
2043 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2044
2045 * simple.el (backward-word): Doc fix.
2046
a23ccdf2
DL
2047 * image-file.el (image-file-name-regexp): image-file-regexps ->
2048 image-file-name-regexps.
742c1822 2049 (image-file-name-extensions): Add pbm.
a23ccdf2 2050
39250ec3
SM
20512000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2052
2053 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2054 and add filename to the names so that diff-mode can jump to source.
2055
2056 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2057 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2058 (tex-font-lock-keywords-1): Remove.
2059 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2060 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2061 (font-lock-default-fontify-region):
2062 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2063 (font-lock-fontify-anchored-keywords):
2064 Include the anchor text as part of the multiline.
2065
8d5dfacd
GM
20662000-10-06 Gerd Moellmann <gerd@gnu.org>
2067
2068 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2069 latter needs the autoloaded define-minor-mode macro during the
2070 bootstrap.
2071
2072 * startup.el (command-line): For now, activate tool-bar-mode only
2073 if XPM images are supported.
2074
2075 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2076 window by dragging a header-line at the top of the frame; that's
4c19fbce 2077 confusing because the header-line doesn't move.
8d5dfacd
GM
2078 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2079 of treating the event as a list. Some cleanup.
2080
f69aad2b 20812000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2082
f69aad2b
MB
2083 * simple.el (display-message-or-buffer): New function.
2084 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2085
09cb7646
MB
2086 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2087 docstring parts.
2088
814299a7 2089 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2090 (smbclient-prompt-regexp): Add usage note to doc string.
2091 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2092 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2093 Use add-hook for adding the comint filter function, and only do so
2094 if it's not already in the global hook list.
2095 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2096 to `make-local-variable'.
2097 (nslookup-font-lock-keywords): Remove prompt entry.
2098 (nslookup): Don't set the process-filter.
2099 (finger): Exit the loop correctly when the regexps list runs out.
2100 (ftp, smbclient, smbclient-list-shares):
2101 Set the real major mode immediately, not after execing.
2102 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2103
2104 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2105
4c19fbce
SM
21062000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2107
2108 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2109
2110 * which-func.el (which-func-format): Remove spurious space.
2111 (which-func-mode): Don't make it permanent-local.
2112 (which-func-ff-hook): Allow which-func-maxout to be nil.
2113 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2114 (which-func-mode): Simplify.
2115 Use post-command-idle-hook rather than post-command-hook.
2116 Go through all buffers and update their state.
2117 (which-function): Also try add-log-current-defun-function.
2118
2119 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2120 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2121 Update call to with-vc-properties accordingly.
2122 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2123 (vc-revert-buffer): More careful about window selection and deletion.
2124 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2125
2126 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2127 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2128 (cvs-dired-action): Change the default to quickdir.
2129
2130 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2131 if comment-indent-function returns nil.
2132 (comment-indent-default): New function.
2133 (comment-indent-function): Use it and document the new semantics.
2134
2135 * image-file.el: Docstring fixes.
2136
2137 * help.el (help-xref-on-pp): Use match-string.
2138 (describe-variable): New arg BUFFER.
2139 Store the current buffer in the help-xref-stack.
2140 (temp-buffer-resize-mode): Use define-minor-mode.
2141
2142 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2143 consistently with its docstring.
2144 Set jit-lock-first-unfontify-pos in an idempotent way.
2145 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2146
542c6552
GM
21472000-10-05 Alex Schroeder <alex@gnu.org>
2148
2149 * sql.el (sql-mysql-options): New variable.
2150 (sql-mysql): Use it.
2151
a3489ece
MB
21522000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2153
77f6105c
MB
2154 * image.el (image): New group.
2155
814299a7 2156 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2157 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2158
3478046b
PB
21592000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2160
2161 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2162 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2163 Ignore the value of wqindow-system; always define keywords
2164
22aca186
KH
21652000-10-05 Kenichi Handa <handa@etl.go.jp>
2166
2167 * startup.el (fancy-splash-screens): Remove the code for
2168 debugging; `(trace-to-stderr "EXITTT\n")'.
2169
55d5d717
MB
21702000-10-05 Miles Bader <miles@gnu.org>
2171
2172 * diff-mode.el (diff-goto-source): Update call to
2173 `diff-hunk-status-msg' to reflect new REV variable.
2174
41fa7178
SM
21752000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2176
2177 * progmodes/icon.el (icon-mode):
2178 Don't gratuitously override the default for comment-column.
2179
2180 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2181
2182 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2183 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2184 (jit-lock-functions): New var.
2185 (jit-lock-function-1): Use it if non-nil.
2186 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2187 Set the `fontified' property before doing the fontification to avoid
2188 repeatedly going through the same error.
2189 Don't turn errors into messages.
2190 (jit-lock-register, jit-lock-unregister): New functions.
2191
2192 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2193 Use with-current-buffer.
2194
2195 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2196 Turn comment into docstring.
2197
2198 * apropos.el (apropos-mode): Use define-derived-mode.
2199
3dc78168
GM
22002000-10-04 Gerd Moellmann <gerd@gnu.org>
2201
2202 * startup.el (fancy-splash-pending-command): New variable.
2203 (fancy-splash-pre-command): New function.
2204 (fancy-splash-screens): Rewritten.
2205 (command-line-1): If fancy-splash-pending-command is set, call it
2206 interactively.
2207
dae9dc56
DL
22082000-10-04 Dave Love <fx@gnu.org>
2209
2210 * toolbar/tool-bar.el (tool-bar-setup): New function.
2211 (tool-bar-mode): Use it.
2212
2213 * subr.el (substitute-key-definition): Doc fix.
2214 (play-sound-file): New command.
2215
3388f0a5
AS
22162000-10-04 Andre Spiegel <spiegel@gnu.org>
2217
814299a7 2218 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2219 vc-version-backup-file-name): New functions.
2220
2221 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2222
2223 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2224 vc-cvs-stay-local-p.
2225
2226 * vc.el (vc-revert-buffer): Handle empty diff properly.
2227 (vc-version-backup-file): New function.
2228 (vc-checkout): Create a version backup if necessary.
2229 (vc-checkin): If a version backup file exists, delete it.
2230 (vc-version-diff): Diff locally using version backups, if available.
2231 (vc-revert-file): If there's a version backup, revert locally.
2232 (vc-transfer-file): Use version backup for base version, if
2233 available. If not, ask for confirmation whether to get it from the
2234 server. Update mode line before check-in.
2235
ebd4825d
DL
22362000-10-04 Dave Love <fx@gnu.org>
2237
2238 * toolbar/tool-bar.el (tool-bar-setup): New function.
2239 (tool-bar-mode): Use it.
2240
1b24f4b7
PB
22412000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2242
3dc78168 2243 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2244 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2245 Only set if window-system is non-nil
2246 (net-utils-run-program): Returns buffer.
2247 (network-connection-reconnect): Added this function.
2248
814299a7
MB
2249 * generic.el:
2250 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2251 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2252 Uses cl compile-time macros.
3dc78168
GM
2253 (generic-mode-name, generic-comment-list)
2254 (generic-keywords-list, generic-font-lock-expressions)
2255 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2256 Removed variables.
2257 (generic-mode-alist): Renamed to generic-mode-list.
2258 (generic-find-file-regexp): Default changed to "^#".
2259 (generic-read-type): Uses completing read on generic-mode-list.
2260 (generic-mode-sanity-check): removed this function.
2261 (generic-add-to-auto-mode): Removed this function
3dc78168 2262 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2263 into function instead of putting them in alist.
2264 (generic-mode-set-comments): Reworked extensively.
2265 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2266 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2267
814299a7 2268 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2269 Make sure directory name ends with "/".
2270
814299a7 2271 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2272 Regexp now allows leading whitespace.
2273 (rc-generic-mode): Added eval-when-compile
2274 around generic-make-keywords-list.
2275 Deleted duplicate regexp
2276 (rul-generic-mode): Added eval-when-compile
2277 around generic-make-keywords-list.
2278 (etc-fstab-generic-mode): New generic mode.
2279 (rul-generic-mode): Removed one eval-when-compile
814299a7 2280 which caused a max-specpdl-size exceeded error.
1b24f4b7 2281
a7bf5cf3
MB
22822000-10-04 Miles Bader <miles@gnu.org>
2283
2284 * simple.el (minibuffer-temporary-goal-position): New variable.
2285 (next-history-element): Try to keep the position of point in the
2286 input string constant.
2287
2288 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2289 (dired-do-create-files): If there's only one file, pass it in as
2290 the DEFAULT arg to dired-mark-read-file-name.
2291
ce1087a9
SM
22922000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2293
2294 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2295 (diff-goto-source): Be smarter when choosing REVERSE or not.
2296
2297 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2298 (texinfo-mode-menu): Add an explicit shortcut for update all.
2299
0e41e1d6
AS
23002000-10-03 Andre Spiegel <spiegel@gnu.org>
2301
814299a7 2302 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2303 factorize backend-specific code cleanly (this was essentially
2304 conceived by Stefan Monnier).
2305 (vc-unregister): Function removed.
814299a7 2306 (vc-revert-file): New function.
858f7cb4
AS
2307 (vc-revert-buffer): Delegate some of the work to it.
2308
0e41e1d6
AS
2309 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2310 default branch unconditionally.
2311 (vc-rcs-set-default-branch): New function.
2312 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2313 (vc-rcs-checkin): If an appropriate default branch has been set,
2314 force creation of that branch.
858f7cb4
AS
2315 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2316 code (as suggested by Stefan Monnier).
0e41e1d6 2317
01c86c56
GM
23182000-10-02 Gerd Moellmann <gerd@gnu.org>
2319
45c477b4
GM
2320 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2321 highlighting overlay with a different face over the overlay
2322 isearch uses to highlight the current match because that can lead
2323 to bad face combinations.
2324
01c86c56
GM
2325 * loadup.el (toplevel): Load faces before isearch.
2326
2327 * isearch.el (isearch-faces): New custom group.
2328 (isearch): New defface; was already tested for in the code.
2329 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2330 (isearch-highlight): Always use face `isearch'.
2331
944425c0
DL
23322000-10-02 Dave Love <fx@gnu.org>
2333
2334 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2335 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2336 comparison of opcode with operand.
2337
2a099bcc
MB
23382000-10-03 Miles Bader <miles@gnu.org>
2339
2340 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2341 buffer, since the echo area will now grow to accommodate them.
2342
4300ecb8
AS
23432000-10-02 Andre Spiegel <spiegel@gnu.org>
2344
2345 * vc-hooks.el (vc-registered): If FILE used to be registered under
2346 a certain backend, try that one first.
2347
814299a7 2348 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2349 argument list. Handle multiple backends correctly.
2350 (vc-find-new-backend): Function removed.
2351 (vc-register): Use vc-responsible-backend, as before.
2352 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2353
64e6cc18
GM
23542000-10-02 Gerd Moellmann <gerd@gnu.org>
2355
2356 * startup.el (fancy-splash-head): Change message below the
2357 logo.
2358
00df919e
MB
23592000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2360
2361 * diff-mode.el (diff-goto-source): Emit a status message.
2362 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2363 (diff-test-hunk): Fix doc string.
00df919e
MB
2364 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2365 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2366 (diff-apply-hunk): Don't return a value.
00df919e 2367
ceec5a0c
SM
23682000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2369
2370 * vc.el (vc-editable-p): Minor optimization.
2371 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2372 (vc-find-new-backend): New function split from vc-responsible-backend.
2373 (vc-register): Use it.
2374 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2375 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2376 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2377 (vc-clear-headers): Don't use find-file.
2378 (vc-revert-buffer): Use `and' again (must have been a braino).
2379 (vc-switch-backend): Only prompt if requested.
2380 Short circuit if nothing is to be done.
2381 Don't use vc-resynch-buffer which could lose unsaved editing.
2382 (vc-default-receive-file): Update call to vc-unregister.
2383 (with-vc-file, vc-next-action-on-file):
2384 Use vc-backend rather than vc-registered.
2385 (vc-next-action-on-file): Use intern-soft.
2386 Deal with read-only *vc-diff* buffer.
2387 (vc-transfer-file): Docstring fix.
2388
2389 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2390 (vc-rcs-receive-file): Avoid with-vc-properties.
2391 Update call to vc-unregister.
2392 Use constant `RCS' rather than (dynamically bound) var `backend'.
2393
4ad5da8f
AS
23942000-10-01 Andre Spiegel <spiegel@gnu.org>
2395
814299a7 2396 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2397 is visited.
2398 (vc-start-entry): New argument initial-contents. Don't visit the file
2399 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2400 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2401 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2402 vc-start-entry.
2403 (vc-finish-logentry): Make sure to bury log buffer only if there
2404 really is one. Call `vc-resynch-buffer' on log-file, not
2405 buffer-file-name.
2406 (vc-default-comment-history, vc-default-wash-log): New functions.
2407 (vc-index-of): Removed.
2408 (vc-transfer-file): Make do without the above.
2409 (vc-default-receive-file): Call comment-history unconditionally. Pass
2410 the resulting string to vc-checkin, instead of inserting it into the
2411 comment ring.
2412
2413 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2414 unconditionally. Use the comments as initial contents of the log
814299a7 2415 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2416 changes.
2417
aa0c3dca
MB
24182000-10-01 Miles Bader <miles@gnu.org>
2419
2420 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2421 `recenter' with an arg to prevent redrawing the display.
2422
d5f5a2c5
SM
24232000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2424
2425 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2426
2427 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2428
814299a7 2429 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2430 Don't gratuitously override the default for comment-column.
2431
2432 * textmodes/tex-mode.el (latex-metasection-list): New var.
2433 (latex-imenu-create-index): Use it.
2434 Move the regexp construction outside loops (and use push).
814299a7 2435 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2436 (tex-font-lock-keywords): Moved from font-lock.el.
2437 (tex-comment-indent): Remove.
2438 (tex-common-initialization): Don't set comment-indent-function.
2439 (latex-block-default): New var.
2440 (tex-latex-block): Use it to provide a default choice.
2441 Add any unknown choice to latex-block-names.
2442 Insert [...] after {...}.
2443 (tex-last-unended-begin): Simplify regexp.
2444 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2445 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2446 (latex-mode): Set forward-sexp-function.
2447
2448 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2449 Add regexp for @ignore ... @end ignore.
2450 (texinfo-heading-face): New face.
2451 (texinfo-font-lock-keywords): Use it.
2452 (texinfo-mode-menu): New menu.
2453 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2454 New functions.
2455 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2456 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2457 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2458 Remove declaration.
2459 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2460
2461 * delsel.el (delete-selection-mode): Use define-minor-mode.
2462
2463 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2464
24652000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2466
2467 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2468
8a5506f2
GM
24692000-09-30 Gerd Moellmann <gerd@gnu.org>
2470
068127d6
GM
2471 * replace.el (keep-lines-read-args): New function.
2472 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2473 read arguments interactively. Add parameters RSTART and REND.
2474 Operate on the active region in Transient Mark mode.
2475
d777bb8f
GM
2476 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2477
8a5506f2
GM
2478 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2479 (authors-obsolete-files-regexps): New variable.
2480 (authors-add): Don't record changes in obsolete files.
2481
3fa87bfc
SM
24822000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2483
2484 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2485
2486 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2487 (comment-indent): Make sure there's a space between code and comment.
2488 Shift comments left to avoid going past fill-column.
2489
f02149ce
GM
24902000-09-29 Gerd Moellmann <gerd@gnu.org>
2491
2492 * startup.el (startup-echo-area-message): New function.
2493 (display-startup-echo-area-message): Use it.
2494 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2495 (fancy-splash-default-action): New function.
2496 (fancy-splash-screens-1): New function.
2497 (fancy-splash-head): Put a help-echo and a keymap under the image.
2498
a3ef6569
SM
24992000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2500
2501 * diff-mode.el (diff-add-log-file-name): Remove.
2502 (diff-mode): Use add-log-buffer-file-name-function.
2503
2504 * add-log.el (find-change-log): New arg BUFFER-FILE.
2505 (add-log-file-name): Obey add-log-file-name-function.
2506 (add-log-buffer-file-name-function): New var.
2507 (add-change-log-entry): Use it.
2508
75e5b373
MB
25092000-09-29 Miles Bader <miles@gnu.org>
2510
2511 * image-file.el (image-file-name-extensions): New variable.
2512 (image-file-name-regexps): Renamed from `image-file-regexps'.
2513 New default value is nil. Call `auto-image-file-mode'.
2514 (image-file-name-regexp): New function.
2515 (auto-image-file-mode): New minor mode.
2516 (insert-image-file): Don't make conditional on the image-file
2517 handler being enabled.
2518 (image-file-handler): Make the call here conditional instead.
2519 (set-image-file-handler-enabled, enable-image-file-handler)
2520 (disable-image-file-handler): Functions removed.
2521
2522 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2523 string.
2524
de6e1f7c
GM
25252000-09-29 Gerd Moellmann <gerd@gnu.org>
2526
2527 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2528 it's a function from CL.
2529 (latex-imenu-create-index): Replace eval-when-compile with progn
2530 because latex-section-alist is not bound while compiling.
2531
d8c201f5
SM
25322000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2533
2534 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2535 (outline-mode): Use define-derived-mode.
2536
814299a7 2537 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2538 * progmodes/awk-mode.el (awk-mode):
2539 * progmodes/asm-mode.el (asm-mode):
2540 Don't gratuitously override the default for comment-column.
2541
2542 * emacs-lisp/lisp.el (lisp-complete-symbol):
2543 Distinguish the let-binding case from the funcall case.
2544 (forward-sexp-function): New variable.
2545 (forward-sexp): Use it.
2546
2547 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2548 (easy-mmode-defmap): Remove the now useless autoload.
2549
2550 * time.el (display-time-mode): Use define-minor-mode.
2551
2552 * subr.el (add-minor-mode): Don't eval NAME.
2553 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2554 Use if rather than cond.
2555
2556 * simple.el (read-expression-map): Define more properly.
2557 (comment-indent-hook): Remove.
2558 (string-to-syntax): Bug fix.
2559
2560 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2561 (cvs-ediff-diff): Fix typo.
2562 (cvs-revert-if-needed): Don't bother preserving read-only.
2563
2564 * paren.el (show-paren-mode): Use define-minor-mode.
2565
2566 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2567 (toggle-auto-compression): Remove.
2568 (jka-compr-build-file-regexp): Remove useless grouping.
2569
2570 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2571 Avoid user-reserved bindings.
2572 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2573 (diff-header-face): Revert to grey85.
2574
2575 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2576
2577 * complete.el (partial-completion-mode) <defcustom>: Remove.
2578 (partial-completion-mode): Use define-minor-mode.
2579 (PC-do-completion): Understand `completion-auto-help = delay'
2580 to mean to popup the completion buffer only the second time.
814299a7 2581 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2582 (PC-include-file-all-completions): Don't quote lambda.
2583
2584 * comint.el (comint-mode-hook): Docstring fix.
2585 (comint-mode): Use define-derived-mode.
2586 (comint-mode-map): Remove obsolete comment.
2587 (make-comint): Minor stylistic change.
2588 (comint-insert-clicked-input): Be more careful to find the overlay.
2589 Use this-command-keys rather than hardcoding mouse-2.
2590
2591 * font-lock.el: Replace confusing (,@ with ,
2592 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2593 Don't use regexp-opt-depth. Spice up the regexp for args.
2594 Don't distinguish between cmds that can take an opt arg or not.
2595 Use `append' and `prepend' rather than `keep'.
2596
2597 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2598 (latex-outline-regexp): New var.
2599 (latex-outline-level): New fun.
2600 (latex-section-alist): New var.
2601 (latex-imenu-create-index): Use it. Use `push' as well.
2602 (tex-shell-map): Initialize it properly.
2603 (tex-mode): Minor stylistic change.
2604 (plain-tex-mode): Use define-derived-mode.
2605 (latex-mode): Use define-derived-mode.
2606 Construct the paragraph regexps in a more readable way.
2607 Set the buffer-local outline-{level,regexp} vars.
2608 (slitex-mode): Derive from latex-mode.
2609 (tex-common-initialization): Don't kill-all-vars anymore.
2610 Add setting for comment-add and font-lock-defaults.
2611 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2612 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2613 (tex-start-tex): New arg DIR (and send a chdir command for it).
2614 Also display the shell buffer and save it in tex-last-buffer-texed.
2615 (tex-region): Use expand-file-name rather than concat.
2616 Remove code made useless by changes in tex-start-tex.
2617 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2618
2619 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2620
ff398532
DL
26212000-09-28 Dave Love <fx@gnu.org>
2622
2623 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2624
f9415d5b
GM
26252000-09-28 Gerd Moellmann <gerd@gnu.org>
2626
2627 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2628 `append'.
2629
fa003899
SM
26302000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2631
2632 * info.el (Info-extract-pointer): Undo last change.
2633 Instead, fix the position of the `bound' arg to re-search-backward.
2634
26352000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2636
2637 * info.el (Info-extract-pointer):
2638 Widen more carefully, to avoid finding pointers in other nodes.
2639 (Info-index): Use push.
2640
f9415d5b 26412000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2642
2643 * frame.el (set-frame-font): Remove call to obsolete function
2644 frame-update-faces.
2645 (set-foreground-color, set-background-color): Likewise for
2646 frame-update-face-colors.
2647
5538b8ba
MB
26482000-09-27 Miles Bader <miles@gnu.org>
2649
2650 * image-file.el: New file.
2651
60536eea
GM
26522000-09-27 Gerd Moellmann <gerd@gnu.org>
2653
5b551d58
GM
2654 * frame.el (frame-notice-user-settings): Don't call
2655 frame-update-faces, which is a no-op now.
814299a7 2656
60536eea
GM
2657 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2658 tool-bar-lines.
2659
36f1966f
DL
26602000-09-27 Dave Love <fx@gnu.org>
2661
2662 * mouse.el: Fix last change.
2663
c5785b73
MB
26642000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2665
2666 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2667
672172d9
KH
26682000-09-22 Kenichi Handa <handa@etl.go.jp>
2669
2670 * international/quail.el (quail-help): The output message is
2671 improved.
2672
4653b4ea
DL
26732000-09-26 Dave Love <fx@gnu.org>
2674
2675 * mouse.el (popup-menu): If POSITION is nil, set it using
2676 mouse-position.
2677
63900fcf
SS
26782000-09-25 Sam Steingold <sds@gnu.org>
2679
2680 * net/browse-url.el (browse-url-file-url): Check for null maps.
2681
cd3b81be
GM
26822000-09-26 Gerd Moellmann <gerd@gnu.org>
2683
876512ab 2684 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2685 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2686
fa003899
SM
2687 * frame.el (frame-notice-user-settings):
2688 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2689
cd3b81be
GM
2690 * toolbar/tool-bar.el (tool-bar-help): New function.
2691
d8b4516f
GM
26922000-09-25 Gerd Moellmann <gerd@gnu.org>
2693
6567e9b5
GM
2694 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2695 current-load-list in top-level forms. Else this leaks a cons cell
2696 every time a defun is called.
63900fcf 2697
d8b4516f 2698 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2699
a461758e
DL
27002000-09-25 Dave Love <fx@gnu.org>
2701
7df6adc3
DL
2702 * startup.el (fancy-splash-head): Check XPM is available.
2703
a461758e
DL
2704 * autoinsert.el (auto-insert): Doc fix.
2705 (auto-insert-alist): Following GNU notices, don't say `copyright
2706 _by_'. Use line-beginning-position.
2707 (auto-insert): Check buffer-file-name is non-nil before use.
2708
b11af2dd
GM
27092000-09-25 Gerd Moellmann <gerd@gnu.org>
2710
2711 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2712 starting with `@def' or `@multitable', in addition to ones
2713 specified by the user in auto-fill-inhibit-regexp.
2714
5f9f981b
GM
27152000-09-25 Markus Rost <rost@math.ohio-state.edu>
2716
2717 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2718 rmail-dont-reply-to-names matches the empty string.
63900fcf 2719
8ff16b4e
GM
27202000-09-25 Gerd Moellmann <gerd@gnu.org>
2721
63900fcf 2722 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2723 text to sound more friendly.
2724
9b4a7800
TTN
27252000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2726
2727 * progmodes/hideshow.el: Update author email address.
2728 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2729 (hs-hide-all-non-comment-function): New var.
2730 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2731 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2732 (hs-show-region): Delete this command.
2733 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2734
4c7c1f3f
DL
27352000-09-22 Dave Love <fx@gnu.org>
2736
2737 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2738 (hl-line-highlight): Specify buffer when moving overlay.
2739
2740 * progmodes/fortran.el (fortran-mode): Locally set
2741 normal-auto-fill-function.
2742 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2743 (fortran-mode-map): Adjust auto-fill menu entry.
2744
13f93dee
GM
27452000-09-22 Gerd Moellmann <gerd@gnu.org>
2746
36eb0a91
GM
2747 * vc-rcs.el (toplevel): Require `vc' when compiling.
2748
fa003899 2749 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2750
36a03bf9
AS
27512000-09-22 Andre Spiegel <spiegel@gnu.org>
2752
9b4a7800 2753 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2754 registered under the new backend.
2755
9b4a7800 2756 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2757 without explicit revision number.
2758
6e4e8a3b
SM
27592000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2760
2761 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2762 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2763 (diff-xor): New function.
2764 (diff-find-source-location): Use it. Fix a stupid name clash.
2765 (diff-hunk-status-msg): New function.
2766 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2767 (diff-test-hunk): Use diff-find-source-location.
2768 (diff-goto-source): Favor the `reverse'.
2769 (diff-hunk-text): Properly handle one-sided context diffs.
2770 (diff-apply-hunk): When done, advance to the next hunk.
2771
1b24b888
GM
27722000-09-21 Gerd Moellmann <gerd@gnu.org>
2773
623a0aae
GM
2774 * startup.el (command-line): If frame was created with a non-zero
2775 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2776
1b24b888
GM
2777 * add-log.el (change-log-date-face, change-log-name-face)
2778 (change-log-email-face, change-log-file-face)
2779 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2780 (change-log-function-face, change-log-acknowledgement-face):
2781 New faces, inheriting from font-lock faces.
1b24b888 2782 (change-log-font-lock-keywords): Use them.
9b4a7800 2783
93b3a1c8
DL
27842000-09-21 Dave Love <fx@gnu.org>
2785
80585273
DL
2786 * progmodes/cperl-mode.el (top-level): Clean up
2787 `eval-when-compile's and assorted defvars.
2788 (cperl-invalid-face): Don't double-quote value. Change custom
2789 type.
2790 (cperl-mode): Set normal-auto-fill-function and don't zap
2791 auto-fill-function.
2792 (cperl-imenu--function-name-regexp-perl): Renamed from
2793 imenu-example--function-name-regexp-perl.
2794 (cperl-imenu--create-perl-index): Renamed from
2795 imenu-example--create-perl-index.
2796 (cperl-xsub-scan): Don't require cl.
2797
93b3a1c8
DL
2798 * msb.el (msb-mode-map): Use substitute-key-definition.
2799 (msb-mode): Use msb-mode-map.
2800
43ccb598
AS
28012000-09-21 Andre Spiegel <spiegel@gnu.org>
2802
2803 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2804 New functions.
fa003899 2805 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2806 (vc-switch-backend): New function.
2807 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2808 (vc-register): Fix prompt.
2809 (vc-unregister, vc-default-unregister): New functions.
2810 (vc-version-diff): Handle empty buffer in sentinel.
2811
2812 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2813 (vc-rcs-state-heuristic): Use it to guess the state of files with
2814 non-strict locking.
2815 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2816 been set with -b, but not created yet.
2817 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2818 contents in order to find the state.
2819 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2820 (vc-rcs-unregister, vc-rcs-receive-file)
2821 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2822
9b4a7800 2823 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2824 in case it is missing.
9b4a7800 2825
95fadcca
GM
28262000-09-21 Gerd Moellmann <gerd@gnu.org>
2827
2828 * startup.el (fancy-splash-tail): Use a different foreground
2829 color on a dark frame background.
2830
470f23e1
MB
28312000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2832
2833 * info.el: Use the correct capitalization when making Info-mode
2834 and Info-edit-mode `special' modes.
2835
281096ed
SM
28362000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2837
2838 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2839 (diff-mode): Add support for add-log.el.
2840 (diff-hunk-text): Use char offsets rather than line offsets.
2841 (diff-find-source-location): Replace LINE with line-offset (nil
2842 if not found) and always set POS to a meaningful position.
2843 Adapt to the new char-offsets.
2844 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2845 Adapt to the new diff-find-source-location.
2846 (diff-goto-source): Adapt to the new diff-find-source-location.
2847
2848 * add-log.el (add-log-file-name): New function (split out of
2849 add-change-log-entry).
2850 (add-change-log-entry): Use it.
2851 Call add-log-file-name-function with the changelog file name if
2852 the current buffer is not associated with any file.
2853 Avoid find-file if the selected window is dedicated.
2854
2855 * diff-mode.el (diff-find-source-location):
2856 Move code from diff-apply-hunk. Return buffer rather than file.
2857 (diff-apply-hunk): Use the new result from diff-find-source-location.
2858 (diff-goto-source): Use the new diff-find-source-location.
2859
c29d77c4
DL
28602000-09-20 Dave Love <fx@gnu.org>
2861
2862 * iswitchb.el: Some doc fixes.
2863 (iswitchb-mode-map): Define completely initially. Inherit
2864 minibuffer-local-map.
2865 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2866 fundamental-mode.
2867 (iswitchb-global-map): New variable.
2868 (iswitchb-summaries-to-end): Amalgamate regexps.
2869 (iswitchb-mode): New.
2870 (iswitchb-mode-hook): New variable.
2871 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2872 `extensions'.
2873
49939379
GM
28742000-09-20 Gerd Moellmann <gerd@gnu.org>
2875
d05c87ac
GM
2876 * ehelp.el (electric-help): New defgroup.
2877 (electric-help-shrink-window): New user-option.
2878 (with-electric-help): Use it.
2879
1ec082d4
GM
2880 * window.el (shrink-window-if-larger-than-buffer): If face
2881 `mode-line' has a :box, and we're on a graphical frame, add 1
2882 to the needed window height.
2883
f46c275e
GM
2884 * frame.el (frame-notice-user-settings): Add a last parameter nil
2885 to a call to `append', because the last list passed to `append' is
2886 not copied, and so subsequent calls to assq-delete-all will modify
2887 default-frame-alist.
2888
b7e11c5b
GM
2889 * startup.el (fancy-splash-image): Change :type.
2890 (fancy-splash-head): Use an XBM image if appropriate.
2891 (command-line-1): Show splash screens in more cases.
2892
26ff68aa
GM
2893 * startup.el (fancy-splash-text): Don't quote faces.
2894
8320414c
GM
2895 * dired.el (dired-font-lock-keywords): Undo last change.
2896 (dired-readin): Bind indent-tabs-mode to nil.
2897
49939379
GM
2898 * startup.el (fancy-splash-head): If frame's background mode
2899 is `dark', change the black background of the image to gray.
2900 (fancy-splash-screens): Display startup echo area message.
2901 (display-startup-echo-area-message): New function.
2902
c3b27206
MB
29032000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2904
55a3d2a1
MB
2905 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2906
2907 * info.el (info-header-node): Tweak for color ttys.
2908
37a99821
MB
2909 * faces.el (face-valid-attribute-values): Make sure directories we
2910 search for stipples both exist and are readable before trying to
2911 search them.
2912
0415d0d0
MB
2913 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2914 in the dry-run case.
2915
523b128c
MB
2916 * jka-compr.el (with-auto-compression-mode): New macro.
2917
c3b27206
MB
2918 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2919 (custom-group-tag-face, custom-variable-tag-face): Use relative
2920 :height and inherit from `variable-pitch' face instead of
2921 hardwiring :family.
2922 * hi-lock.el (hi-black-hb): Likewise.
2923
ddba99ad
MB
2924 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2925 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2926 toolbar-add-item, if image doesn't have a mask add a `:mask
2927 heuristic'.
2928
7e99fbde
SM
29292000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * diff-mode.el: Docstring fixes.
2932 (diff-header-face, diff-comment-face): New faces.
2933 (diff-font-lock-keywords): Highlight a bit differently.
2934 (diff-find-source-location): Don't return SPAN any more.
2935 (diff-hunk-text): Don't bother erasing the temp buffer.
2936 (diff-find-text): Drop argument LINE.
2937 (diff-apply-hunk): Update calls to diff-find-text.
2938 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2939
2940 * calendar/calendar.el: Docstring fixes.
2941 (calendar-make-alist): Don't quote lambda.
2942 (calendar-star-date): Use make-local-variable.
2943
fb275c02
DL
29442000-09-19 Dave Love <fx@gnu.org>
2945
7e99fbde
SM
2946 * toolbar/tool-bar.el: Renamed from toolbar.el.
2947 Change `toolbar' to `tool-bar' generally in symbols.
2948 Make some items invisible in `special' major modes.
2949 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2950 Add arg PROPS.
532cb34d 2951
7e99fbde
SM
2952 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2953 Add :version here.
fb275c02
DL
2954 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2955
8f4ca9a5
GM
29562000-09-19 Gerd Moellmann <gerd@gnu.org>
2957
8b7707e1 2958 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2959
8b7707e1 2960 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2961 (find-file-noselect): Use it.
2962
8b7707e1 2963 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2964 (fancy-splash-screen): Defgroup.
2965
8f4ca9a5
GM
2966 * add-log.el (change-log-font-lock-keywords): Match names
2967 more exactly for the case that font-lock-constant-face is
2968 underlined.
2969
ba9eeda1 29702000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2971
8b7707e1 2972 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2973
289eaef9
AS
29742000-09-19 Andre Spiegel <spiegel@gnu.org>
2975
2976 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2977
ce9ded5d
GM
29782000-09-19 Gerd Moellmann <gerd@gnu.org>
2979
c113de23
GM
2980 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2981 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2982 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2983 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2984 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2985 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2986 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2987 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2988 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2989 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2990 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2991 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2992
ce9ded5d
GM
2993 * startup.el (fancy-splash-text): New variable.
2994 (fancy-splash-delay, fancy-splash-image): New user-options.
2995 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2996 (fancy-splash-screens): New functions.
2997 (command-line-1): If display has a `display' frame parameter, has
2998 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2999
b9b1c3a9
DL
30002000-09-19 Dave Love <fx@gnu.org>
3001
3002 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3003 with null `help'. Use modern backquote syntax.
3004
1af25534
GM
30052000-09-19 Gerd Moellmann <gerd@gnu.org>
3006
afd3c8cd
GM
3007 * font-lock.el (font-lock-mode): Change message telling the user
3008 that ``the buffer is too big''.
3009
1af25534
GM
3010 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3011 for instance for the case that tab-width is 2.
3012
05b1f851
GM
30132000-09-18 Gerd Moellmann <gerd@gnu.org>
3014
3015 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3016 toolbar-add-item, if image doesn't have a mask add a `:mask
3017 heuristic'.
3018
8ec8f673
MB
30192000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3020
2b612b1f
MB
3021 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3022 and return a cons if it's non-nil.
3023 (diff-apply-hunk): Try to jump to the line in the source text
3024 corresponding to the position of point in the in the hunk.
3025
9b4a7800 3026 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3027 (Info-title-1-face): Use face inheritance and relative sizes
3028 instead of hard-wiring things.
3029
3030 * faces.el (secondary-selection): Make dark-background variant sane.
3031
5eedab4d
AI
30322000-09-16 Andrew Innes <andrewi@gnu.org>
3033
5eedab4d
AI
3034 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3035 read-only, since they aren't under VC now.
3036
6a142f26
DL
30372000-09-17 Dave Love <fx@gnu.org>
3038
e07436e1
DL
3039 * tmm.el: Replace mapcar with mapc in several places.
3040
3041 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3042 ad-unadvise.
3043
7d354dd5
DL
3044 * international/latin1-disp.el: New file.
3045
6a142f26
DL
3046 * calendar/cal-move.el (scroll-calendar-left)
3047 (scroll-calendar-right): Make arg optional (for active mode line).
3048
3049 * calendar/calendar.el (calendar-mode-line-format): Make fields
3050 mouse-sensitive.
3051 (calendar-read-date, calendar-read-date, calendar-window-list):
3052 Unquote lambda.
3053 (calendar-month-name): Use aref, not sref.
3054
3055 * view.el (minor-mode-alist): Propertize the string.
3056
3057 * international/characters.el (standard-case-table): Add entries
3058 for Greek.
3059
50ac70af
MB
30602000-09-18 Miles Bader <miles@gnu.org>
3061
53c9ab4f
MB
3062 * info.el (info-node, info-xref): Add dark-background variants.
3063
a114b1ca
MB
3064 * faces.el (header-line): Change defaults to be less confusing
3065 when mixed with mode-lines.
3066
50ac70af
MB
3067 * info.el (Info-fontify-node): Make a few cleanups.
3068 Add extra `help-echo' and `local-map' props to node xrefs.
3069 Use header-specific faces for node-names & xrefs.
3070 (Info-use-header-line): New variable.
53c9ab4f 3071 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3072 (Info-setup-header-line): New function.
3073 (Info-select-node): Call Info-setup-header-line when enabled.
3074 (Info-extract-pointer): Work even if the header line is hidden.
3075 (Info-header-line): New variable.
3076
729927ff
SM
30772000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3078
3079 * vms-patch.el (print-region-function): Don't quote lambda.
3080
3081 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3082
3083 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3084 (lm-get-header-re): Allow spaces between the header and the colon.
3085 (lm-header): Allow $ in non-RCS headers.
3086 (lm-header-multiline): Put the strings back into order.
3087 Stop at an empty line. Don't require two space chars if the
3088 line is clearly not another header line.
3089
3090 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3091 (popup-menu-popup): Remove.
3092
7a98d821
GM
30932000-09-15 Gerd Moellmann <gerd@gnu.org>
3094
7f8f1edc
GM
3095 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3096 specification if or if not tool-bar item contains an `:enabled'
3097 property.
3098
7a98d821
GM
3099 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3100 current buffer has no file name.
3101
a7bc704b
DL
31022000-09-15 Dave Love <fx@gnu.org>
3103
3104 * strokes.el: Sync with maintainer's current version with changes
3105 for Emacs, but avoid runtime cl and levents.
3106 (toplevel): Change autoloads and compilation requires.
3107 (strokes-version, strokes-bug-address, strokes-lift): Values
3108 changed.
3109 (strokes-xpm-header, strokes-insinuated): New variable.
3110 (strokes): Add :link.
3111 (strokes-mode): Customized.
3112 (strokes-while-inhibiting-garbage-collector): New macro.
3113 (strokes-remassoc): Avoid remove-if.
3114 (strokes-fix-button2-command): Don't use ad-do-it.
3115 (strokes-insinuate): New function.
3116 (strokes-button-press-event-p, strokes-button-release-event-p):
3117 New functions, used instead of non-`strokes-' versions..
3118 (strokes-mouse-event-p): Rewritten.
3119 (strokes-event-closest-point): Avoid event-point.
3120 (strokes-get-grid-position): Avoid cdadr, caadr
3121 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3122 functions.
3123 (strokes-help): Use with-output-to-temp-buffer.
3124 (strokes-window-configuration-changed-p): New function.
3125 (strokes-update-window-configuration): Use buffer-live-p,
3126 strokes-window-configuration-changed-p.
3127 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3128 (strokes-char-face): New face.
3129 (strokes-char-table, strokes-base64-chars): New variable.
3130 (strokes-xpm-for-stroke, strokes-list-strokes)
3131 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3132 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3133 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3134 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3135 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3136 functions.
3137
47e351a3
GM
31382000-09-15 Gerd Moellmann <gerd@gnu.org>
3139
ebb8f116
GM
3140 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3141
47e351a3
GM
3142 * image.el (create-image): Doc fix.
3143
3144 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3145 instead of `:heuristic-mask t'.
3146
fe83b953
AI
31472000-09-14 Andrew Innes <andrewi@gnu.org>
3148
3149 * makefile.w32-in: Revert to Unix line endings.
3150
52481729
AI
31512000-09-14 Andrew Innes <andrewi@gnu.org>
3152
3021e816
AI
3153 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3154 when installing.
3155
52481729
AI
3156 * makefile.nt (DONTCOMPILE): Fix typo.
3157
3158 * shell.el (shell-write-history-on-exit): New function.
3159 (shell-dumb-shell-regexp): New custom variable.
3160 (shell-mode): Make shell-write-history-on-exit the process
3161 sentinel if shell name matches shell-dumb-shell-regexp.
3162
3163 * w32-fns.el: Comment out before-init-hook function which resets
3164 source-directory based; this breaks bootstrap.
3165
f8034e41
DL
31662000-09-14 Dave Love <fx@gnu.org>
3167
3168 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3169 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3170 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3171 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3172 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3173 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3174 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3175 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3176 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3177
3178 * toolbar/toolbar.el: New.
3179
3180 * subdirs.el: Add toolbar.
3181
b9ce5694
GM
31822000-09-14 Gerd Moellmann <gerd@gnu.org>
3183
3184 * indent.el (indent-for-tab-command): Doc fix.
3185
986b7dee
GM
31862000-09-14 Alex Schroeder <alex@gnu.org>
3187
3188 * ansi-color.el (ansi-colors): Doc change.
3189 (ansi-color-get-face): Simplified regexp.
3190 (ansi-color-faces-vector): Added more faces, doc change.
3191 (ansi-color-names-vector): Doc change.
3192 (ansi-color-regexp): Simplified regexp.
3193 (ansi-color-parameter-regexp): New regexp.
3194 (ansi-color-filter-apply): Doc change.
3195 (ansi-color-filter-region): Doc change.
3196 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3197 deal with zero length parameters.
3198 (ansi-color-apply-on-region): Doc change.
3199 (ansi-color-map): Doc change.
3200 (ansi-color-map-update): Removed debugging message.
3201 (ansi-color-get-face-1): Added condition-case to trap
3202 args-out-of-range errors.
3203 (ansi-color-get-face): Doc change.
3204 (ansi-color-make-face): Removed.
3205 (ansi-color-for-shell-mode): New option.
9b4a7800 3206
076ff911
KH
32072000-09-13 Kenichi Handa <handa@etl.go.jp>
3208
3209 * international/quail.el (quail-start-translation): Translate KEY
3210 if necessary even if it doesn't have any mapping in the current
3211 input method.
3212 (quail-start-conversion): Likewise.
3213 (quail-help): The output message is improved.
3214
bdf08678
MB
32152000-09-13 Miles Bader <miles@gnu.org>
3216
3217 * comint.el (comint-output-filter): Revert to using
3218 `insert-before-markers'. Add bletcherous hack to undo damage
3219 caused by `insert-before-markers'. Put `front-sticky' property on
3220 overlays created here so that the field code understands how the
3221 overlay works. Use a let when making comint-last-prompt-overlay,
3222 so that the code is easier to read.
3223
ffb8db8d
DL
32242000-09-13 Dave Love <fx@gnu.org>
3225
3226 * wid-edit.el (widget-default-format-handler): DTRT when
3227 doc-property is a function.
3228
5dd05f61
GM
32292000-09-12 Francesco Potorti` <pot@gnu.org>
3230
3231 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3232 filed name if it's not there.
3233
35177617
DL
32342000-09-12 Dave Love <fx@gnu.org>
3235
9023837e
DL
3236 * simple.el (read-mail-command): Doc fix.
3237 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3238
35177617
DL
3239 * vc.el (vc-dired-listing-switches): Fix :version.
3240
3241 * vc-hooks.el: Doc fixes.
3242
3243 * subr.el (add-minor-mode): Use toggle-fun arg.
3244
3245 * speedbar.el: Add :version to several defcustoms.
3246
3247 * imenu.el (imenu--truncate-items, imenu--cleanup)
3248 (imenu--generic-function): Avoid mapcar.
3249 (imenu--replace-spaces): Function removed.
3250 (imenu--completion-buffer): Use subst-char-in-string.
3251 (imenu-add-to-menubar): Use keymap inheritance.
3252
1afaae94
MB
32532000-09-12 Miles Bader <miles@gnu.org>
3254
3255 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3256 (diff-mode-map): Bind `diff-test-hunk'.
3257 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3258
32592000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3260
3261 * bytecomp.el (byte-compile-defvar): Undo last change
3262 because it breaks '(make-variable-buffer-local (defvar ...)'
3263 which is used at least in dired.
3264
63c36c3c
KH
32652000-09-12 Kenichi Handa <handa@etl.go.jp>
3266
3267 * international/quail.el (quail-define-package): Docstring
3268 modified.
3269
1ad24be1
KH
32702000-09-12 Kenichi Handa <handa@etl.go.jp>
3271
362a8065
KH
3272 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3273 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3274 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3275 docstring of "chinese-py".
3276
1ad24be1
KH
3277 * international/quail.el (quail-translation-docstring): New
3278 variable.
3279 (quail-show-keyboard-layout): Docstring modified.
3280 (quail-select-current): Likewise.
3281 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3282 infinite recursive call.
3283 (quail-help): Check quail-translation-docstring. Format of the
3284 output changed.
3285 (quail-help-insert-keymap-description): Adjusted for the above
3286 change.
3287
cc0f95a4
GM
32882000-09-11 Gerd Moellmann <gerd@gnu.org>
3289
3290 * bytecomp.el (byte-compile-defvar): Only cons onto
3291 current-load-list in top-level forms. Else this leaks a cons cell
3292 every time a defun is called.
3293
7530b6da
MB
32942000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3295
3296 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3297 Now understands non-unified diffs. Some functionality moved into
3298 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3299 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3300 modify anything. Only reposition point in the patched file if the
3301 patch succeeds. Only pop up another window if POPUP is true.
3302 Emit a message describing what happened if successful, and at what
3303 line-offset. Automatically detect reversed hunks and do something
3304 appropriate.
3305 (diff-hunk-text, diff-find-text): New functions.
3306 (diff-filter-lines): Function removed.
3307 (diff-test-hunk): New function.
3308 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3309
6b124390
DL
33102000-09-10 Dave Love <fx@gnu.org>
3311
3312 * textmodes/tildify.el: Minor doc/commentary fixes.
3313 (tildify) <defgroup>: Add :version.
3314
3315 * faces.el (face-x-resources): Make custom type more specific.
3316 (frame-background-mode): Use mapc.
3317 (region) <defcustom>: Add :version.
3318
7f8b6551
SM
33192000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3320
9b4a7800
TTN
3321 * vc-sccs.el (vc-sccs-register):
3322 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3323 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3324 * vc.el (vc-register): Clear file's properties.
3325
c454aac1
GM
33262000-09-08 Gerd Moellmann <gerd@gnu.org>
3327
3328 * faces.el (face-spec-set): Only face-spec-reset-face when
3329 ATTRS is non-nil.
3330
bb934822
EZ
33312000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3332
3333 * help.el (help-insert-xref-button): Fix a typo in doc string.
3334
03419440
EZ
33352000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3336
7f8b6551
SM
3337 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3338 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3339 methods.
3340
03419440
EZ
3341 * menu-bar.el (read-mail-item-name): New function.
3342 (menu-bar-tools-menu): Use it to compute and display the package
3343 used to read email.
3344 (menu-bar-tools-menu): Fix typo in GUD's help string.
3345
dbcee71a
DL
33462000-09-07 Dave Love <fx@gnu.org>
3347
19e713d8
DL
3348 * diff-mode.el (diff-mouse-goto-source): New function.
3349
a7cafade 3350 * vc-sccs.el: Doc fixes.
7f8b6551 3351 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3352
3353 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3354 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3355 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3356 (vc-rcs-master-templates): Add or change :version.
3357
7f8b6551 3358 * vc-cvs.el: Doc fixes.
a7cafade
DL
3359 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3360 (vc-cvs-stay-local): Add :version.
3361
dbcee71a
DL
3362 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3363
ed254191
KH
33642000-09-07 Kenichi Handa <handa@etl.go.jp>
3365
3366 * international/quail.el (quail-help): Fix previous change.
3367
ab0ee409
GM
33682000-09-07 Gerd Moellmann <gerd@gnu.org>
3369
f46f845b 3370 * faces.el (color-values): Doc fix.
9b4a7800 3371
ab0ee409
GM
3372 * faces.el (frame-set-background-mode): Use frame-parameter
3373 instead of frame-parameters.
3374
3375 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3376 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3377 frame-parameters.
9b4a7800 3378
f7246ac7
KH
33792000-09-07 Kenichi Handa <handa@etl.go.jp>
3380
3381 * language/devan-util.el (devanagari-to-indian-region): In the
3382 loop, change the following char, not preceding char.
3383
96889af2
GM
33842000-09-07 Gerd Moellmann <gerd@gnu.org>
3385
1091dd67
GM
3386 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3387 instead of frame-parameters.
3388
9b4a7800 3389 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3390 internal-set-lisp-face-attribute with FRAME being 0.
3391
3392 * vc.el: Remove `Id' version control keyword.
96889af2 3393
0fddd0dc
KH
33942000-09-07 Kenichi Handa <handa@etl.go.jp>
3395
3396 * help.el (help-make-xrefs): Adjusted for the change of
3397 help-xref-mule-regexp.
3398 (help-insert-xref-button): New function.
3399
3400 * international/mule-cmds.el (help-xref-mule-regexp-template):
3401 Include the pattern for character set.
3402 (leim): New group.
3403
3404 * international/quail.el: Don't require face.
3405 (quail): New group.
7f8b6551 3406 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3407 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3408 (quail-keyboard-layout-substitution): New variable.
3409 (quail-update-keyboard-layout): New function.
3410 (quail-keyboard-layout-type): New customizable variable.
3411 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3412 (quail-keyboard-translate): Pay attention to
3413 quail-keyboard-layout-substitution.
3414 (quail-insert-kbd-layout): New function.
3415 (quail-show-keyboard-layout): New function.
3416 (quail-get-translation): If the definition is a vector of length
7f8b6551 3417 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3418 in that string.
3419 (quail-update-current-translations): Fix the case of
3420 relative-index out of range.
3421 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3422 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3423 Show key sequences for all available characters.
0fddd0dc
KH
3424 (quail-help-insert-keymap-description): Don't show such verbose
3425 key bindings as quail-self-insert-command.
3426
3427 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3428 Format changed, and each element now have extra documentations.
3429 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3430 Adjusted for the change of quail-cxterm-package-ext-info.
3431
8ddceaf1
GM
34322000-09-06 Gerd Moellmann <gerd@gnu.org>
3433
3434 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3435 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3436 during bootstrap.
3437
099bd78a
SM
34382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3439
3440 * vc.el: (toplevel): Don't require `dired' at run-time.
3441 (vc-dired-resynch-file): Remove autoload cookie.
3442
34432000-09-05 Andre Spiegel <spiegel@gnu.org>
3444
3445 * vc.el: Made several backend functions optional.
3446 (vc-default-responsible-p): New function.
3447 (vc-merge): Use RET for first version to trigger merge-news, not
3448 prefix arg.
3449 (vc-annotate): Handle backends that do not support annotation.
3450 (vc-default-merge-news): Removed. The existence of a merge-news
3451 implementation is now checked on caller sites.
3452
9b4a7800 3453 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3454 case.
3455
9b4a7800 3456 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3457 special case that has been removed from the default in vc-hooks.el.
3458
34592000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3460
3461 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3462
34632000-09-05 Andre Spiegel <spiegel@gnu.org>
3464
3465 * vc-hooks.el: Require vc during compilation.
3466 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3467 macro `with-vc-properties' in vc.el.
3468 (vc-file-getprop): Doc fix.
3469 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3470
099bd78a
SM
3471 * vc.el: Require dired-aux during compilation.
3472 (vc-name-assoc-file): Moved to vc-sccs.el.
3473 (with-vc-properties): New macro.
9b4a7800 3474 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3475 vc-finish-steal): Use it.
3476 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3477 to the backend-specific function is now supposed to do the checkout,
3478 too.
3479 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3480
9b4a7800 3481 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3482 set file properties; that gets done in the generic code now.
3483
3484 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3485 Changed parameter list, added code from vc.el that does the
3486 checkout, possibly with a double-take.
3487
3488 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3489 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3490 the above under the new name.
3491 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3492 parameter list, added checkout command.
3493 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3494 properties; that gets done in the generic code now.
3495
34962000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3497
3498 * vc.el: Docstring fixes (courtesy of checkdoc).
3499
35002000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3501
3502 * vc.el (vc-checkout-writable-buffer-hook)
3503 (vc-checkout-writable-buffer): Remove.
3504 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3505 (vc-log-mode): Make it into a clean derived major mode.
3506 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3507 vc-log-mode if log-edit is not available.
3508 (vc-dired-mode-map): Don't set-keymap-parent yet.
3509 (vc-dired-mode): Do set-keymap-parent here.
3510 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3511
08ba3862
GM
35122000-09-05 Gerd Moellmann <gerd@gnu.org>
3513
3514 * faces.el (set-face-attribute, face-spec-reset-face)
3515 (face-spec-set): Avoid consing by removing calls to `apply'.
3516
3517 * frame.el (frame-parameter): Move to C code.
3518
3b4429b4
DL
35192000-09-05 Dave Love <fx@gnu.org>
3520
3521 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3522 insert-before-markers-and-inherit. Now checked systematically!
3523
877055f6
GM
35242000-09-05 Alex Schroeder <alex@gnu.org>
3525
3526 * sql.el (sql-postgres): Use sql-postgres-options.
3527 (sql-postgres-options): New variable.
3528
35292000-09-05 Alex Schroeder <alex@gnu.org>
3530
3531 * sql.el (sql-mode-menu): Work around missing variable mark-active
3532 in XEmacs.
3533 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3534 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3535 compatibility.
3536
7a004b71
GM
35372000-09-04 Gerd Moellmann <gerd@gnu.org>
3538
54baed30 3539 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3540
7a004b71
GM
3541 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3542
3543 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3544
35452000-09-04 Andre Spiegel <spiegel@gnu.org>
3546
3547 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3548 don't support anything else under SCCS yet.
3549
3550 * vc-hooks.el: Minor doc fixes.
3551
35522000-09-04 Andre Spiegel <spiegel@gnu.org>
3553
3554 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3555 not necessary. If verbose in state `needs-patch', do the same as
3556 under `up-to-date'. When NOT verbose and `needs-patch', check out
3557 latest version instead of `merge-news'.
3558 (vc-next-action-dired): Don't mess with default-directory here; it
3559 breaks other parts of dired. It is the job of the
099bd78a 3560 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3561 (vc-next-action): Remove a special CVS case.
3562 (vc-clear-headers): New optional arg FILE.
3563 (vc-checkin, vc-checkout): Set properties vc-state and
3564 vc-checkout-time properly.
099bd78a 3565 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3566 (vc-print-log): Use new backend function `show-log-entry'.
3567 (vc-cancel-version): Do the checks in a different order. Added a
3568 FIXME concerning RCS-only code.
3569
3570 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3571 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3572
3573 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3574
9b4a7800 3575 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3576 `needs-patch' as a `-' too.
3577
35782000-09-04 Andre Spiegel <spiegel@gnu.org>
3579
3580 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3581 (vc-default-could-register): New function.
3582 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3583 (vc-resynch-buffer): Call vc-dired-resynch-file.
3584 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3585 vc-resynch-buffer instead of vc-resynch-window.
3586 (vc-next-action-dired): Don't redisplay here, that gets done as a
3587 result of the individual file operations.
3588 (vc-retrieve-snapshot): Corrected prompt order.
3589
3590 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3591
7a004b71
GM
3592 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3593 as well.
3594 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3595 hostname regexps. Updated all callers.
3596 (vc-cvs-responsible-p): Handle directories as well.
3597 (vc-cvs-could-register): New function.
3598 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3599 properties up-to-date.
9b4a7800 3600
7a004b71
GM
3601 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3602 user whether to create one.
3603
36042000-09-04 Andre Spiegel <spiegel@gnu.org>
3605
3606 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3607 check out a non-existing file.
3608
3609 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3610 workfile does not exist.
3611
3612 * vc.el (vc-version-diff): Use `require' to check for existence of
3613 diff-mode.
3614
36152000-09-04 Andre Spiegel <spiegel@gnu.org>
3616
3617 * vc-cvs.el (vc-cvs-registered): Use new function
3618 vc-cvs-parse-entry to do the actual work.
3619
36202000-09-04 Andre Spiegel <spiegel@gnu.org>
3621
3622 * vc-hooks.el (vc-find-backend-function): If function doesn't
3623 exist, return nil instead of error.
3624 (vc-call-backend): Doc fix.
3625
3626 * vc.el (vc-do-command): Doc fix.
3627 (vc-finish-logentry): When checking in from vc-dired, choose the
3628 right backend for logentry check.
3629 (vc-dired-mode-map): Inherit from dired-mode-map.
3630 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3631 simplified.
3632 (vc-dired-state-info): Removed, updated caller.
3633 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3634 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3635 (vc-dired-listing-switches): New variable.
3636 (vc-directory): Use it, instead of dired-listing-switches.
3637
3638 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3639 (vc-cvs-dir-state): New function.
7f8b6551 3640 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3641 (vc-cvs-parse-entry): New function, also to be used in
3642 vc-cvs-registered.
9b4a7800 3643
7a004b71
GM
36442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3645
3646 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3647 *or* single-window-frames.
3648
36492000-09-04 Andre Spiegel <spiegel@gnu.org>
3650
3651 * vc.el (vc-update-changelog): Split into generic part and default
3652 implementation. Doc string adapted.
3653 (vc-default-update-changelog): New function. Call the `rcs2log'
3654 script in exec-directory, to fix a long-standing nuisance.
3655
3656 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3657 simply signals an error.
9b4a7800 3658
7a004b71
GM
36592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3660
3661 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3662 control-flow more clear and to avoid running `cvs' twice.
3663
3664 * vc.el (vc-next-action-on-file): Doc fix.
3665 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3666 (vc-print-log): Eval `file' before constructing the continuation.
3667
36682000-09-04 Andre Spiegel <spiegel@gnu.org>
3669
3670 * vc.el (vc-next-action-on-file): Corrected several messages.
3671 (vc-merge): Add prefix arg `merge-news'; handle it.
3672
3673 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3674 is not reached. It is.
3675 (vc-cvs-merge): Set state to 'edited after merge.
3676 (vc-cvs-merge-news): Set workfile version to nil if not known.
3677 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3678
3679 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3680 via stdout. (Merge from main line.)
9b4a7800 3681
7a004b71
GM
36822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3683
3684 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3685 detection.
3686
36872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3688
3689 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3690 against kill-all-local-variables.
3691 (vc-log-edit): Don't save vc-parent-buffer any more.
3692 (vc-last-comment-match): Initialize to an empty string.
3693 (vc-post-command-functions): New hook.
3694 (vc-do-command): Run it.
3695 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3696 (vc-finish-logentry): Only add the comment to the ring if it's
3697 different from the last comment entered.
3698 (vc-new-comment-index): New function.
3699 (vc-previous-comment): Use it. Make the minibuffer message
3700 slightly less terse.
3701 (vc-comment-search-reverse): Make it work forward as well. Don't
3702 set vc-comment-ring-index if no match is found. Use
3703 vc-new-comment-index.
3704 (vc-comment-search-forward): Use vc-comment-search-reverse.
3705 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3706 define-derived-mode will do it for us. Bind `v' to a keymap that
3707 inherits from vc-prefix-map so that we can bind `vt' without
3708 binding C-x v t.
3709 (vc-retrieve-snapshot): Parenthesis typo.
3710
3711 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3712 to 1. Make sure to switch to *vc* before looking for an error
3713 message. Use vc-parse-buffer.
3714
37152000-09-04 Andre Spiegel <spiegel@gnu.org>
3716
3717 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3718 and NAME.
3719 (vc-retrieve-snapshot): Split into two parts.
3720 (vc-default-retrieve-snapshot): New function.
3721
3722 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3723 (vc-cvs-retrieve-snapshot): New function (untested).
3724 (vc-cvs-stay-local): Default to t.
3725 (vc-cvs-remote-p): New function and property.
3726 (vc-cvs-state): Stay local only if the above is t.
3727 (vc-handle-cvs): Removed.
3728 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3729 done via vc-handled-backends now.
3730 (vc-cvs-header): Escape Id.
3731
37322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3733
3734 * vc.el (vc-do-command): Remove unused commands.
3735 (vc-version-diff): Make sure default-directory ends with a slash.
3736 Move the window commands into a vc-exec-after.
3737 (vc-print-log): Move more of the code into the `vc-exec-after'.
3738
37392000-09-04 Andre Spiegel <spiegel@gnu.org>
3740
3741 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3742 (vc-print-log): Search current revision from beginning of buffer.
3743 (vc-revert-buffer): Clear echo area after the diff is finished.
3744 (vc-prefix-map): Removed definition of "t" for terse display in vc
3745 dired.
3746 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3747 definition of "vt" for terse display.
3748 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3749
37502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3751
3752 * vc.el (vc-exec-after): Avoid caddr.
3753
37542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3755
3756 * vc.el (vc-exec-after): New function.
3757 (vc-do-command): Use it to add a termination message for async
3758 procs.
3759 (vc-checkout): Try to handle a missing-backend situation.
3760 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3761 of a directory with a backend using async diffs.
3762 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3763 present.
3764
3765 * vc-sccs.el (vc-sccs-state-heuristic): Use
3766 file-ownership-preserved-p.
3767
3768 * vc-rcs.el (vc-rcs-state-heuristic): Use
3769 file-ownership-preserved-p.
3770 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3771
37722000-09-04 Andre Spiegel <spiegel@gnu.org>
3773
3774 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3775 vc-do-command.
3776
3777 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3778 when there are no changes.
3779
37802000-09-04 Andre Spiegel <spiegel@gnu.org>
3781
3782 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3783
3784 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3785
37862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3787
3788 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3789
3790 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3791 the `fset' outside of the defvar so that it works even if
3792 vc-prefix-map was already defined.
3793 (vc-setup-buffer): New function, split out of vc-do-command.
3794 (vc-do-command): Allow BUFFER to be t to mean `just use the
3795 current buffer without any fuss'.
3796 (vc-version-diff): Change the `diff' backend operation to just put
3797 the diff in the current buffer without erasing it. Always use
3798 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3799 shrink-window-if-larger-than-buffer.
3800 (vc-print-log): Change the `print-log' backend operation to just
3801 put the log in the current buffer without erasing it. Protect
3802 shrink-window-if-larger-than-buffer.
3803 (vc-update-change-log): Fix setd typo.
3804
3805 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3806 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3807
3808 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3809 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3810 CMP.
3811
3812 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3813 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3814 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3815
38162000-09-04 Andre Spiegel <spiegel@gnu.org>
3817
3818 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3819 not possible, use vc-BACKEND-workfile-unchanged-p.
3820 (vc-default-workfile-unchanged-p): New function. Delegates to a
3821 full vc-BACKEND-diff.
3822
3823 * vc-hooks.el (vc-simple-command): Removed.
3824
3825 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3826 instead of vc-simple-command.
3827 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3828 avoid doing a diff when opening a file.
3829 (vc-rcs-state): Added check for unlocked-changes.
3830 (vc-rcs-header): Escape Id.
3831 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3832 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3833 version.
3834
3835 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3836 (vc-sccs-diff): Remove optional arg CMP.
3837 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3838 SCCS-specific function.
3839
3840 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3841 vc-simple-command.
3842
38432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3844
3845 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3846 (with-vc-file, vc-merge): Use vc-editable-p.
3847 (vc-do-command): Remove unused var vc-file and fix the
3848 doubly-defined `status' var. Add a user message when starting an
3849 async command.
3850 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3851 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3852 Use with-current-buffer.
3853 (vc-buffer-sync): Use unless.
3854 (vc-next-action-on-file): If the file is 'edited by read-only,
3855 make it read-write instead of trying to commit.
3856 (vc-version-diff, vc-update-change-log): Use `setq
3857 default-directory' rather than `cd'.
3858 (vc-log-edit): Don't forget to set default-directory in the
3859 buffer.
3860
3861 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3862 (vc-sccs-state-heuristic): Use file-writable-p instead of
3863 comparing userids.
3864 (vc-sccs-checkout): Use `unless'.
3865
3866 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3867 of comparing userids.
3868 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3869 Simplify the logic by eliminating unreachable code.
3870 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3871 just do a recursive call if we need to retry.
3872 (vc-rcs-checkout): Handle the case where rcs is missing by making
3873 the buffer read-write if requested and re-signalling the error.
3874
3875 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3876
38772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3878
3879 * vc-hooks.el (vc-handled-backends): Docstring change.
3880 (vc-ignore-vc-files): Mark obsolete.
3881 (vc-registered): Check vc-ignore-vc-files.
3882 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3883 vc-ignore-vc-files.
3884
3885 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3886
38872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3888
3889 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3890 files since ange-ftp already has vc-registered return nil.
3891
3892 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3893 (vc-sccs-workfile-version): Use with-temp-buffer and new
3894 vc-parse-buffer and don't bother setting the property.
3895 (vc-sccs-add-triple): Use with-current-buffer and
3896 find-file-noselect.
3897 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3898
3899 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3900 derives from the old vc-parse-buffer but uses the revision number
3901 rather than the date (much easier to compare robustly).
3902 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3903 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3904 locking-user more directly. Check strict locking and set
3905 checkout-model appropriately.
3906 (vc-rcs-parse-locks): Remove.
3907 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3908 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3909 (vc-rcs-system-release): Use with-current-buffer and
3910 vc-parse-buffer.
3911 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3912
3913 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3914 (vc-simple-command): Docstring fix.
3915 (vc-registered): Align the way the file-handler is called with the
3916 way the function itself works.
3917 (vc-file-owner): Remove.
3918
3919 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3920 extraction of fields and call to file-attributes because of a
3921 temporary bug in rcp.el.
3922 (vc-cvs-fetch-status): Use with-current-buffer.
3923
39242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3925
3926 * vc.el (vc-do-command): Use file-relative-name.
3927 (vc-responsible-backend): Use vc-backend if possible.
3928 (vc-create-snapshot): Improve the `interactive' spec. Add support
3929 for branches and dispatch to backend-specific `create-snapshot'.
3930 (vc-default-create-snapshot): New function, containing the bulk of
3931 the old vc-create-snapshot.
3932 (vc-retrieve-snapshot): Improve the interactive spec.
3933
3934 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3935 (vc-backend-hook-functions): Remove.
3936 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3937 (vc-backend): Reintroduce the test for `file = nil' now that I
3938 know why it was there (and added a comment to better remember).
3939
3940 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3941 code from vc-sccs-hooks.el.
3942 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3943 'vc anymore.
3944 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3945 and file-directory-p instead of file-exists-p.
3946 (vc-sccs-check-headers): Simplify the regexp.
3947
3948 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3949 from vc-rcs-hooks.el. Don't require 'vc anymore.
3950 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3951 file-directory-p instead of file-exists-p.
3952
3953 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3954 from vc-cvs-hooks.el.
3955 (proto vc-cvs-registered): Require 'vc-cvs instead of
3956 'vc-cvs-hooks. Don't require 'vc anymore.
3957 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3958 file-directory-p instead of file-exists-p.
3959 (vc-cvs-create-snapshot): New function, replacing
3960 vc-cvs-assign-name.
3961 (vc-cvs-assign-name): Remove.
3962
39632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3964
3965 * vc-cvs.el (vc-cvs-header): New var.
3966
3967 * vc-rcs.el (vc-rcs-exists): Remove.
3968 (vc-rcs-header): New var.
3969
3970 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3971 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3972 (vc-sccs-header): New var.
3973
3974 * vc.el (vc-do-command): Get rid of the `last' argument.
3975 (vc-header-alist): Remove, replaced by vc-X-header.
3976 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3977 (vc-dired-hook): Use expand-file-name instead of concat.
3978 (vc-directory): Use file-name-as-directory.
3979 (vc-snapshot-precondition, vc-create-snapshot)
3980 (vc-retrieve-snapshot): Allow the command to operate on any
3981 directory.
3982
3983 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3984 just removing the 'WORKFILE argument or by removing the 'MASTER
3985 argument and replacing `file' with (vc-name file).
3986
39872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3988
3989 * vc.el: Update Copyright and add a crude list of backend funs.
3990 (vc-writable-p): New function.
3991 (with-vc-file): Use vc-writable-p.
7f8b6551 3992 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3993 (vc-register): Avoid vc-name.
3994 (vc-locking-user): Remove.
3995 (vc-steal-lock): Make the `owner' arg non-optional.
3996 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3997 vc-checkout-model.
3998 (vc-default-dired-state-info): Use vc-state instead of
3999 vc-locking-user and return special strings for special states.
4000 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4001 and get rid of one of the special CVS cases.
4002 (vc-cancel-version): prettify error message with \\[...].
4003 (vc-rename-master): New function.
4004 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4005 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4006 the CVS special case generic.
4007 (vc-default-record-rename): Remove.
4008 (vc-file-tree-walk-internal): Only call FUNC for files that are
4009 under control of some VC backend and replace `concat' with
4010 expand-file-name.
4011 (vc-file-tree-walk): Update docstring.
4012 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4013 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4014
4015 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4016 vc-sccs-record-rename. Use `find-file-noselect' rather than
4017 `find-file' and call `vc-rename-master' to do the actual move.
4018 (vc-sccs-diff): Remove unused `backend' variable.
4019
4020 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4021 to delay loading of vc-sccs until it is really used.
4022 (vc-sccs-master-templates): Preload.
4023 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4024 (vc-sccs-project-dir): Remove (merged into
4025 vc-sccs-search-project-dir).
4026 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4027 rather than `concat', make sure it is preloaded and don't bother
4028 to check that the file actually exists.
4029 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4030 `locks' argument (use buffer's content instead) and eliminate n^2
4031 behavior.
4032
4033 * vc-rcs.el: Update Copyright.
4034 (vc-rcs-rename-file): New function.
4035 (vc-rcs-diff): Remove unused `backend' variable.
4036
4037 * vc-hooks.el: Update Copyright.
4038 (vc-backend): Don't accept a nil argument any more.
4039 (vc-up-to-date-p): Turn into a defsubst.
4040 (vc-possible-master): New function.
4041 (vc-check-master-templates): Use `vc-possible-master' and allow
4042 funs in vc-X-master-templates to return a non-existent file.
4043
4044 * vc-cvs.el: Update Copyright.
4045 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4046 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4047
4048 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4049
40502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4051
4052 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4053 since it can be called from vc-rcs.el.
4054 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4055
40562000-09-04 Andre Spiegel <spiegel@gnu.org>
4057
4058 * vc.el (vc-version-diff): Expand file name read from the
4059 minibuffer. Handle the case when a previous version number can't
4060 be guessed. Give suitable messages when there were no differences
4061 found.
4062 (vc-clear-headers): Call backend-specific implementation, if one
4063 exists.
4064 (vc-cancel-version): Made error checks generic. When done, clear
4065 headers generically, too.
4066
4067 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4068 from vc-clear-headers in vc.el.
4069
4070 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4071 correctly.
4072 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4073 optional. Handle the case when it's not there.
4074
40752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4076
4077 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4078
40792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4080
4081 * vc-hooks.el (vc-loadup): Remove.
4082 (vc-find-backend-function): Use `require'. Also, handle the case
4083 where vc-BACKEND-hooks.el doesn't exist.
4084 (vc-call-backend): Cleanup.
4085
40862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4087
4088 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4089 vc-rcs-grab-templates)
4090 (vc-rcs-registered): Remove. The default function works as well.
4091 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4092 vc-sccs-grab-templates)
4093 (vc-sccs-registered): Remove. The default function works as well.
4094
4095 * vc.el (vc-version-diff): Left out a vc- in call to
4096 vc-call-backend.
4097 (vc-default-dired-state-info, vc-default-record-rename)
4098 (vc-default-merge-news): Update for the new backend argument.
4099
4100 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4101 using the default function.
4102 (vc-call-backend): If calling the default function, pass it the
4103 backend as first argument. Update the docstring accordingly.
4104 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4105 for the new backend argument.
4106 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4107 (vc-find-backend-function): Use the new name.
4108 (vc-default-registered): New function.
4109
41102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4111
4112 * vc.el (vc-merge): Use vc-find-backend-function.
4113
4114 * vc-hooks.el (vc-backend-functions): Remove.
4115 (vc-loadup): Don't setup 'vc-functions.
4116 (vc-find-backend-function): New function.
4117 (vc-call-backend): Use above fun and populate 'vc-functions
4118 lazily.
4119 (vc-backend-defines): Remove.
4120
41212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4122
4123 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4124 Call vc-call-backend without the leading vc-.
4125 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4126 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4127 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4128 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4129 Call vc-call-backend without the leading vc-.
4130
4131 * vc-cvs.el (tail): Provide vc-cvs.
4132 * vc-sccs.el (tail): Provide vc-sccs.
4133 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4134
4135 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4136 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4137 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4138 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4139 (vc-call-backend): Always try to load vc-X-hooks.
4140 (vc-registered): Remove vc- in call to vc-call-backend.
4141
41422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4143
4144 * vc.el (vc-process-filter): New function.
4145 (vc-do-command): Setup `vc-process-filter' for the async process.
4146 (vc-maybe-resolve-conflicts): New function to reduce
4147 code-duplication. Additionally, it puts the buffer in
4148 `smerge-mode' if applicable.
4149 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4150 calling `merge-news'.
7f8b6551 4151 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4152 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4153 interfacing to log-edit.el.
4154 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4155 log-edit is available.
4156 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4157
41582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4159
4160 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4161 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4162 defvar and the initialization.
4163 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4164
4165 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4166 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4167
7f8b6551 4168 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4169
41702000-09-04 Andre Spiegel <spiegel@gnu.org>
4171
4172 * vc.el (vc-file-clear-masterprops): Removed.
4173 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4174 (vc-version-diff): Use buffer-size without argument.
4175 (vc-register): Heed vc-initial-comment.
4176
4177 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4178 default branch.
4179
4180 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4181 file name and workfile version.
4182 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4183
4184 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4185 vc-file-clear-masterprops.
4186
4187 * vc-sccs.el (vc-sccs-checkout): Removed call to
4188 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4189 rather than user login name.
4190
4191
41922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4193
4194 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4195 `want-differences-if-changed' and simplify.
4196 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4197 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4198 output (which is invalid for async vc-diff) to decide whether to
4199 do the revert silently or not.
4200
42012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4202
4203 * vc-hooks.el (vc-loadup): Load files quietly.
4204 (vc-call-backend): Oops, brain fart.
4205
42062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4207
4208 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4209 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4210
42112000-09-04 Andre Spiegel <spiegel@gnu.org>
4212
4213 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4214 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4215 vc-state or vc-up-to-date-p.
4216 (vc-merge): Use vc-backend-defines to check whether merging is
4217 possible. Set state to 'edited after successful merge.
4218
4219 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4220 return that name. Redocumented.
4221
42222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4223
4224 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4225 new `vc-state' semantics.
4226 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4227 'vc-locking-user to the current user.
4228 (vc-merge): Inline vc-backend-merge. Comment out code that I
4229 don't understand and hence can't adapt to the new `vc-state' and
4230 `vc-locking-user' semantics.
4231 (vc-backend-merge): Remove.
4232
4233 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4234 rather than 'vc-locking-user.
4235
4236 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4237
4238 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4239 (vc-state): Don't use 'reserved any more. Just use the same
4240 convention as the one used for vc-<backend>-state where the
4241 locking user (as a string) is returned.
4242 (vc-locking-user): Update, based on the above convention. The
4243 'vc-locking-user property has disappeared.
7f8b6551 4244 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4245
4246 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4247 with a heuristic one.
4248 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4249 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4250 error. That allows us to get to 'needs-merge even in the
4251 stay-local case. There's still no way to detect 'needs-patch in
4252 such a setup (or to force an update for that matter).
4253 (vc-cvs-logentry-check): Remove, the default works as well.
4254
42552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4256
7f8b6551 4257 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4258
4259 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4260 major-mode in which the buffer might have been put earlier. Use
4261 `remove' and `when'. Allow `okstatus' to be `async' and use
4262 `start-process' in this case.
4263 (vc-version-diff): Handle the case where the diff looks empty
4264 because of the use of an async process.
4265
42662000-09-04 Andre Spiegel <spiegel@gnu.org>
4267
4268 * vc.el (vc-next-action-on-file): Removed optional parameter
4269 `simple'. Recompute state unconditionally.
4270 (vc-default-toggle-read-only): Removed.
4271
4272 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4273 (vc-toggle-read-only): Undid prev change.
4274
4275 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4276 vc-cvs-simple-toggle. Redocumented.
4277 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4278 (vc-cvs-toggle-read-only): Removed.
4279
42802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4281
7f8b6551 4282 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4283 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4284 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4285 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4286 still is. So maybe it should be removed.
4287 (vc-head-version, vc-find-binary): Remove.
4288 (vc-recompute-state): Move from vc-hooks.el.
4289 (vc-next-action-on-file): Add a `simple' argument to allow
4290 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4291 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4292 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4293 (vc-dired-mode-map): Properly defvar it.
4294 (vc-print-log): Call log-view-mode if available.
4295 (small-temporary-file-directory): defvar instead of use boundp.
4296 (vc-merge-news): Moved to vc-cvs.el.
4297 (vc-default-merge-news): New function.
4298
4299 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4300 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4301 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4302 unknown `vc-latest-version' function. It should probably refer to
4303 vc-workfile-version or somesuch, but it's very unclear to me and I
4304 don't have SCCS to test things.
4305
4306 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4307 (vc-sccs-state-heuristic): Fix typo.
4308 (vc-sccs-workfile-unchanged-p): Add missing argument.
4309
4310 * vc-rcs.el: Require vc and vc-rcs-hooks.
4311 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4312 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4313 (vc-release-greater-or-equal-p): Move from vc.
4314 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4315 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4316 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4317 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4318
4319 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4320 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4321 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4322 than the apparently unbound `workfile-version'.
4323
4324 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4325 (vc-file-prop-obarray): Use `make-vector'.
4326 (vc-backend-functions): Add new hookable functions
4327 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4328 (vc-loadup): If neither backend nor default functions exist, use
4329 the backend function rather than nil.
4330 (vc-call-backend): If the function if not bound yet, try to load
4331 the non-hook file to see if it provides it.
4332 (vc-call): New macro plus use it wherever possible.
4333 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4334 nor `vc-find-binary' since it's only called from
7f8b6551 4335 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4336 (vc-checkout-model): Fix parenthesis.
4337 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4338
7f8b6551 4339 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4340 (vc-cvs-release, vc-cvs-system-release): Remove.
4341 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4342 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4343 status symbols.
4344 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4345 (vc-cvs-toggle-read-only): First cut at a function to allow a
4346 cvs-status-free vc-toggle-read-only.
4347 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4348 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4349 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4350 (vc-cvs-checkout): Modify access rights directly if the user
4351 requested not to use `cvs edit'. And refresh the mode line.
4352
4353 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4354 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4355
43562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4357
4358 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4359 workfile' that got lost when the code was extracted from vc.el.
4360 And merged the tail with the rest of the code (not possible in the
4361 old vc.el where the tail was shared among all backends). And
4362 explicitly set the state to 'edited if `writable' is set.
4363
4364 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4365 (vc-cvs-state): Be careful to return the value from
4366 vc-cvs-parse-state.
4367 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4368 property but return it instead. Also be careful to handle a nil
4369 or "" `rev' when workfile is non-nil (it was handled properly when
4370 workfile was nil).
4371
4372 * vc.el: Removed those pesky unnecessary `(function' quotes.
4373 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4374 directly in the defvar.
4375 (vc-do-command): Bind inhibit-read-only so as to properly handle
4376 the case where the destination buffer has been made read-only.
4377 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4378 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4379 (vc-annotate-mode-variables): Removed (code moved partly to
4380 defvars and partly to vc-annotate-add-menu).
4381 (vc-annotate-mode): Turned into a derived-mode.
4382 (vc-annotate-add-menu): Moved in code in
4383 vc-annotate-mode-variables.
4384 (vc-update-change-log): Use make-temp-file if available.
4385
43862000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4387
4388 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4389 `vc-checkout-model' updated to `vc-cvs-update-model'.
4390
43912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4392
4393 * vc.el (vc-next-action-on-file): Added handling of state
4394 `unlocked-changes'.
4395 (vc-checkout-carefully): Is now practically obsolete, unless the
4396 above is too slow to be enabled unconditionally.
4397 (vc-update-change-log): Fixed typo.
4398
4399 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4400
7f8b6551
SM
4401 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4402 Now handles state `unlocked-changes'.
4403 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4404
4405 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4406
4407 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4408 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4409 `unlocked-changes'.
4410 (vc-rcs-workfile-unchanged-p): Renamed from
4411 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4412 function yet, but supposed to become one soon.
4413
4414 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4415 `vc-steal-lock'.
4416 (vc-call-backend): Changed error message.
4417 (vc-state): Added description of state `unlocked-changes'.
4418
44192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4420
4421 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4422 always return t in CVS-controlled directories.
4423
4424 * vc.el (vc-responsible-backend): New function.
4425 (vc-register): Largely rewritten.
4426 (vc-admin): Removed (implementation moved into vc-register).
4427 (vc-checkin): Redocumented.
4428 (vc-finish-logentry): If no backend defined yet (because we are in
4429 the process of registering), use the responsible backend.
4430
4431 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4432 Updated function lists.
4433 (vc-call-backend): Fixed typo.
4434
7f8b6551
SM
4435 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4436 New functions.
4437 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4438 Removed query option. Redocumented.
7a004b71
GM
4439
44402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4441
4442 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4443
4444 * vc.el: Updated callers of `vc-checkout-required' to use
4445 `vc-checkout-model'.
4446
44472000-09-04 Martin Lorentzson <martinl@gnu.org>
4448
4449 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4450 stuff updated to reference this function instead of the old
4451 `vc-backend-release-p'.
4452
44532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4454
4455 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4456 vc-checkout-model. Return appropriate values. Updated callers.
4457
44582000-09-04 Martin Lorentzson <martinl@gnu.org>
4459
7f8b6551 4460 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4461 (vc-backend-revert): Function moved into `vc-revert';
4462 `vc-next-action' must be updated to accomodate this change.
4463 (vc-backend-steal): Function moved into `vc-finish-steal'.
4464 (vc-backend-logentry-check): Function moved into
4465 `vc-finish-logentry'.
4466 (vc-backend-printlog): Function moved into `vc-print-log'.
4467 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4468 (vc-backend-assign-name): Function moved into
4469 `vc-create-snapshot'.
4470
44712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4472
4473 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4474 Rename to vc-checkout-model. Return appropriate values.
4475 Update callers.
7a004b71 4476
7f8b6551 4477 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4478 to vc-checkout-model.
7f8b6551
SM
4479 (vc-checkout-required): Rename to vc-checkout-model.
4480 Re-implement and re-comment.
7a004b71
GM
4481 (vc-after-save): Use vc-checkout-model.
4482
44832000-09-04 Martin Lorentzson <martinl@gnu.org>
4484
7f8b6551
SM
4485 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4486 Update to use the vc-BACKEND-diff functions instead.
4487 `vc-diff' is now working.
7a004b71 4488
7f8b6551 4489 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4490
7f8b6551 4491 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4492
4493 * vc-sccs.el (vc-sccs-diff): Function changed name from
4494 `vc-backend-diff'. This makes `vc-diff' work.
4495
7f8b6551 4496 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4497 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4498 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4499 signaled during `vc-after-save'.
4500
7f8b6551
SM
4501 * vc.el: Fix typo.
4502 This checkin is made with our new VC code base for the very first time.
4503 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4504
4505 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4506 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4507
4508 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4509 updated to `vc-uses-locking'.
7f8b6551 4510 (vc-checkout-required): Call to backend function.
7a004b71
GM
4511 `vc-checkout-required' updated to `vc-uses-locking' instead.
4512
4513 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4514 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4515
7f8b6551 4516 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4517 to match the split into various backends.
7f8b6551 4518 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4519 (vc-retrieve-snapshot): Bug fix.
4520
45212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4522
4523 * vc-sccs.el (vc-sccs-release): Doc fix.
4524
45252000-09-04 Martin Lorentzson <martinl@gnu.org>
4526
4527 * vc.el (vc-next-action-on-file): Bug found and fixed.
4528 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4529 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4530
4531 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4532 (vc-rcs-checkout): Name space cleaned up. No more revision number
4533 crunching function names that are not prefixed with vc-rcs.
4534 (vc-rcs-checkout-model): Function added. References to
4535 `vc-checkout-model' replaced.
4536
45372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4538
4539 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4540 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4541 still need to be split, and implemented for RCS).
4542
45432000-09-04 Martin Lorentzson <martinl@gnu.org>
4544
4545 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4546
4547 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4548 required by the vc.el file.
4549
4550 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4551 required by the vc.el file.
4552 (vc-rcs-exists): Function added.
4553
4554 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4555 required by the vc.el file.
4556
4557 * vc.el (vc-admin): Updated to handle selection of appropriate
4558 backend. Current implementation is crufty and need re-thinking.
4559
4560 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4561
45622000-09-04 Martin Lorentzson <martinl@gnu.org>
4563
4564 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4565 beginning of annotate buffers correctly.
4566
4567 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4568 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4569 functionality updated quite a lot to support multiple backends.
4570 Variables `vc-annotate-mode', `vc-annotate-buffers',
4571 `vc-annotate-backend' added.
4572
4573 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4574 `vc-annotate-difference' added to supported backend functions.
4575
45762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4577
4578 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4579 Use with-temp-file instead of /bin/sh. Merged from mainline
4580
45812000-09-04 Martin Lorentzson <martinl@gnu.org>
4582
4583 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4584
4585 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4586
4587 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4588
45892000-09-04 Martin Lorentzson <martinl@gnu.org>
4590
4591 * vc-hooks.el: vc-state-heuristic added to
4592 vc-backend-hook-functions.
4593
4594 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4595
4596 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4597
7f8b6551
SM
4598 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4599 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4600 state to `reserved'.
4601
4602 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4603 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4604
46052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4606
7f8b6551 4607 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4608 untouched.
4609
7f8b6551 4610 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4611
7f8b6551 4612 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4613 if defined. (Merged from main line, slightly adapted.)
4614
4615 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4616 millenium problem (merged from mainline).
4617
46182000-09-04 Martin Lorentzson <martinl@gnu.org>
4619
4620 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4621 part and moved the non-BACKEND stuff to vc.el.
4622
4623 * vc.el: Split the annotate feature into a BACKEND specific part
4624 and moved it from the vc-cvs.el file to this one.
4625
46262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4627
7f8b6551
SM
4628 * vc-hooks.el: Implement new state model.
4629 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4630 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4631 locked by somebody else.
7f8b6551 4632 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4633 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4634 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4635 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4636
7f8b6551
SM
4637 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4638 Various simplifications and adaptations all over the place.
7a004b71 4639
7f8b6551
SM
4640 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4641 Simplify and adapt the rest.
7a004b71 4642
7f8b6551 4643 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4644 interaction with view mode according to recent RCS change.
7f8b6551 4645 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4646
46472000-09-04 Martin Lorentzson <martinl@gnu.org>
4648
7f8b6551 4649 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4650
46512000-09-04 Martin Lorentzson <martinl@gnu.org>
4652
4653 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4654 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4655 (vc-minor-part, vc-previous-version): Functions that operate and
4656 compare revision numbers got proper documentation. Comments added
4657 about their possible removal.
4658
46592000-09-04 Martin Lorentzson <martinl@gnu.org>
4660
4661 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4662 the vc-backend.el files.
4663
4664 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4665
4666 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4667 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4668 (vc-rcs-previous-version): Functions added.
4669
4670 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4671
4672 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4673
46742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4675
4676 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4677 Comment out the definition for now. What is the right procedure
7a004b71
GM
4678 to get rid of it?
4679 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4680 rewritten.
7f8b6551 4681 (vc-default-registered): Remove.
7a004b71
GM
4682 (vc-check-master-templates): New function; does mostly what the
4683 above did before.
4684 (vc-locking-user): Don't rely on the backend to set the property.
4685
4686 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4687 Rewrite documentation.
7a004b71
GM
4688 (vc-rcs-templates-grabbed): New variable.
4689 (vc-rcs-grab-templates): New function.
7f8b6551 4690 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4691
4692 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4693 Rewrite documentation.
7a004b71
GM
4694 (vc-sccs-templates-grabbed): New variable.
4695 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4696 (vc-sccs-registered): Rewrite to use above mechanism.
4697 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4698 Don't throw the result, simply return it.
7a004b71 4699
7f8b6551
SM
4700 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4701 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4702 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4703
7f8b6551 4704 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4705 from main line.
4706
47072000-09-04 Martin Lorentzson <martinl@gnu.org>
4708
7f8b6551 4709 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4710
7f8b6551 4711 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4712
7f8b6551
SM
4713 * vc-rcs.el (vc-rcs-diff): New function.
4714 (vc-rcs-checkout): Bug (typo) found and fixed.
4715 (vc-rcs-register-switches): New variable.
7a004b71
GM
4716
4717 * vc.el (vc-backend-diff): Function removed and placed in the
4718 backend files.
4719
47202000-09-04 Martin Lorentzson <martinl@gnu.org>
4721
4722 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4723
4724 * vc.el (vc-backend-checkout): Function removed and replaced in
4725 the vc-backend.el files.
4726
4727 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4728
4729 * vc.el (vc-backend-admin): Removed and replaced in the
4730 vc-backend.el files.
4731
4732 * vc.el (Martin): Removed all the annotate functionality since it
4733 is CVS backend specific.
4734
47352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4736
4737 * spec.txt: Added specification of vc-state.
4738
4739 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4740 Remove handling of vc-latest-version and
7a004b71
GM
4741 vc-your-latest-version. What used to be vc-latest-version, is now
4742 returned as vc-workfile-version.
7f8b6551 4743 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4744
47452000-09-04 Dave Love <fx@gnu.org>
4746
4747 * vc.el: [Merged from mainline.]
4748 (vc-dired-mode): Make the dired-move-to-filename-regexp
4749 regexp match the date, to avoid treating date as file size.
4750 Add YYYY S option to WESTERN/
4751
47522000-09-04 Dave Love <fx@gnu.org>
4753
4754 * vc.el: Require `compile' when compiling.
4755 (vc-logentry-check-hook): New option.
4756 (vc-steal-lock): Use compose-mail.
4757 (vc-dired-mode-map): Defvar when compiling.
4758 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4759 vc-sccs.el and renamed. Callers changed.
4760 (vc-backend-checkout, vc-backend-logentry-check)
4761 (vc-backend-merge-news): Doc fix.
4762 (vc-default-logentry-check): New function.
4763 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4764 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4765 (vc-backend-merge): Doc fix. Use backend functions.
4766 (vc-check-headers): Use backend functions.
4767
4768 * vc-cvs.el: Require vc when compiling.
4769 (vc-cvs-register-switches): Doc fix.
4770 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4771 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4772 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4773 New functions (code from vc.el).
4774 (vc-annotate-display-default): Fix interactive spec.
4775 (vc-annotate-time-span): Doc fix.
4776
4777 * vc-rcs.el: Require vc when compiling.
4778 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4779 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4780 (vc-rcs-checkin): New functions (code from vc.el).
4781 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4782 Doc fix.
4783 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4784
4785 * vc-sccs.el: Require vc when compiling.
4786 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4787 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4788 (vc-sccs-revert)
4789 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4790 from vc.el).
4791 (vc-sccs-add-triple, vc-sccs-record-rename)
4792 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4793 (vc-sccs-admin): Doc fix.
4794
47952000-09-04 Martin Lorentzson <martinl@gnu.org>
4796
4797 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4798 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4799 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4800 from vc.el.
4801
4802 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4803
4804 * vc-cvs.el: Moved the annotate functionality from vc.el.
4805 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4806
48072000-09-04 Dave Love <fx@gnu.org>
4808
4809 * vc.el (vc-backend-release): Call vc-system-release.
4810
4811 * vc-sccs.el (vc-sccs-system-release):
4812 Renamed from vc-sccs-backend-release.
4813
4814 * vc-rcs.el (vc-rcs-system-release):
4815 Renamed from vc-rcs-backend-release.
4816
4817 * vc-cvs.el (vc-cvs-system-release):
4818 Renamed from vc-cvs-backend-release.
4819
48202000-09-04 Dave Love <fx@gnu.org>
4821
4822 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4823 backend files.
4824 (vc-backend-release): Dispatch to backend functions.
4825 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4826 probably needs attention.]
4827
4828 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4829 (vc-sccs-backend-release): New function.
4830
4831 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4832 (vc-cvs-backend-release): New function.
4833
4834 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4835 Doc fix.
4836 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4837 (vc-default-dired-state-info): New function.
4838 (vc-dired-state-info): Dispatch to backends.
4839 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4840
4841 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4842 from vc.el and renamed.
4843
48442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4845
4846 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4847 (vc-version-other-window, vc-backend-assign-name): Removed
4848 references to vc-latest-version; sometimes changed into
4849 vc-workfile-version.
4850
4851 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4852 vc-rcs-master-workfile-version.
4853 (vc-rcs-workfile-version): Use the above. Don't call
4854 vc-latest-version (that was unreachable code, anyway).
4855 (vc-rcs-fetch-master-properties): Doc fix.
4856
4857 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4858 (vc-backend-hook-functions): Removed them from this list, too.
4859 (vc-fetch-properties): Removed.
4860 (vc-workfile-version): Doc fix.
4861
4862 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4863 (vc-rcs-workfile-version, vc-rcs-locking-user)
4864 (vc-rcs-uses-locking): Use it.
4865
4866 * vc-hooks.el (vc-consult-rcs-headers):
4867 Moved into vc-rcs-hooks.el, under the name
4868 vc-rcs-consult-headers.
4869
4870 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4871 headers.
4872 (vc-cvs-find-master): Use this name only; correct different
4873 versions of the name.
4874
4875 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4876 New functions.
4877 (vc-sccs-locking-user): Use the latter.
4878
4879 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4880 New functions.
4881
4882 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4883 Moved into both
4884 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4885 functions are implementation details of those two backends.
4886
48872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4888
4889 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4890 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4891
4892 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4893 (vc-sccs-parse-locks): SCCS-specific code moved here from
4894 vc-hooks.
4895
4896 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4897 code moved here from vc-hooks.
4898
4899 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4900 into back-end specific parts and removed. Callers not updated
4901 yet; because I guess these callers will disappear into back-end
4902 specific files anyway.
4903
49042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4905
4906 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4907 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4908 `vc-uses-locking'.
4909
4910 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4911 Store yes/no in the property, and return t/nil. Updated all
4912 callers.
4913
4914 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4915 vc-sccs-uses-locking. Don't set property.
4916 (vc-sccs-locking-user): Don't set property.
4917
4918 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4919 vc-cvs-uses-locking. Don't set property here; leave that to
4920 vc-hooks.
4921 (vc-cvs-locking-user): Reflect above change. Streamlined.
4922
4923 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4924 vc-rcs-uses-locking.
4925 (vc-rcs-locking-user): Reflect above change.
4926
49272000-09-04 Dave Love <fx@gnu.org>
4928
4929 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4930
4931 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4932
4933 * vc-hooks.el (vc-checkout-model): Punt to backends.
4934
4935 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4936
4937 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4938
4939 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4940 New functions.
4941
4942 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4943 New functions.
4944
4945 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4946 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4947
4948 * vc-hooks.el (vc-default-locking-user): New function.
4949 (vc-locking-user, vc-workfile-version): Punt to backends.
4950
49512000-09-04 Dave Love <fx@gnu.org>
4952
4953 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4954 (vc-master-workfile-version): Moved from vc-hooks.
4955
4956 * vc-rcs-hooks.el: Fix duplicate code in last change.
4957
4958 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4959 (vc-rcs-master-templates): Improve :type.
4960 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4961 vc-master-workfile-version): Moved from vc-hooks.
4962
4963 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4964 (vc-sccs-master-templates): Improve :type.
4965 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4966
4967 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4968
4969 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4970 (vc-cvs-master-templates): Improve :type. Use
4971 vc-cvs-find-cvs-master.
4972 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4973 from vc-hooks.
4974 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4975
4976 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4977 Moved to vc-cvs-hooks.
4978
4979 * vc-hooks.el: Add doc strings in various places. Simplify the
4980 minor mode setup.
4981 (vc-handled-backends): New user variable.
4982 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4983 simplification.
4984
49852000-09-04 Dave Love <fx@gnu.org>
4986
4987 * vc.el: Some doc fixes for autoloaded and interactive functions.
4988 Fix compilation warnings from ediff stuff.
4989 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4990
4991 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4992
4993 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4994
4995 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4996
49972000-09-04 Dave Love <fx@gnu.org>
4998
4999 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5000 New variable.
5001 (vc-make-backend-function, vc-loadup, vc-call-backend)
5002 (vc-backend-defines): New functions.
5003
5004 * vc-hooks.el: Various doc fixes.
5005 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5006 (vc-match-substring): Function removed. Callers changed to use
5007 match-string.
5008 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5009 Simplify.
5010
50112000-09-04 Dave Love <fx@gnu.org>
5012
5013 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5014 type.
5015 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5016 (vc-sccs-registered): Doc fix.
5017
5018 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5019 (vc-cvs-registered): Doc fix.
5020
5021 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5022 (vc-rcs-registered): Doc fix.
5023
50242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5025
5026 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5027
5028 * vc-hooks.el: vc-registered has been renamed
5029 vc-default-registered. Some functions have been moved to the
5030 backend specific files. they all support the
5031 vc-BACKEND-registered functions.
5032
50332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5034
5035 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5036
5037 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5038
a033ea13
DL
50392000-09-04 Dave Love <fx@gnu.org>
5040
179fc9ef
DL
5041 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5042 menu-bar-update-hook.
5043
5044 * help.el (help-manyarg-func-alist): Add
5045 find-operation-coding-system.
5046
a033ea13
DL
5047 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5048
5049 * custom.el (custom-set-variables): Print message about errors in
5050 setting.
5051
f8803e97
AI
50522000-09-03 Andrew Innes <andrewi@gnu.org>
5053
5054 * makefile.w32-in: Change to DOS line endings.
5055
59836110
EZ
50562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5057
5058 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5059 minor-mode keymaps, if they don't have one.
5060
5514ba5c
EZ
50612000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5062
5063 * eshell/esh-module.el (eval-when-compile): Don't lose if
5064 esh-module.el's file name is truncated to DOS 8+3 limits.
5065
79cf8e80
JW
50662000-09-01 John Wiegley <johnw@gnu.org>
5067
5068 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5069 predicate, which caused entries in the completion list to be
5070 doubled.
5071
50722000-08-30 John Wiegley <johnw@gnu.org>
5073
5074 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5075 sending to subprocesses. Also, hook pre-command-hook if
5076 `eshell-send-direct-to-subprocesses' is non-nil.
5077 (eshell-send-direct-to-subprocesses): New config variable. If t,
5078 subprocess input is send immediately.
5079 (eshell-toggle-direct-send): New function.
5080 (eshell-self-insert-command): New function.
5081 (eshell-intercept-commands): New function.
5082 (eshell-send-input): If direct subprocess sending is enabled,
5083 don't echo any input to the Eshell buffer. Let the subprocess
5084 handle that. This requires "stty echo" in bash, for example.
5085
50862000-08-28 John Wiegley <johnw@gnu.org>
5087
5088 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5089 completion function for Eshell's implementation of `unset'.
5090
778911b9
EZ
50912000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5092
5093 * info.el (Info-directory-list): Doc fix.
5094
05d07b49
PB
50952000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5096
9b4a7800 5097 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5098 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5099
9941d4c7
KH
51002000-08-31 Kenichi Handa <handa@etl.go.jp>
5101
5102 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5103 coding systems.
5104
af9ba8ad
AI
51052000-08-30 Andrew Innes <andrewi@gnu.org>
5106
5107 * timer.el (run-with-idle-timer): Undo last change, so that timer
5108 is not activated immediately if Emacs is already idle. Some
5109 existing code relies on this behaviour.
5110
caccd8f2
MB
51112000-08-30 Miles Bader <miles@gnu.org>
5112
5113 * frame.el (set-frame-font): Do completion of font-name for
5114 interactive use.
5115
b64c0a1c
KH
51162000-08-30 Kenichi Handa <handa@etl.go.jp>
5117
5118 * international/quail.el (quail-start-translation): Bind locally
5119 last-command-event, last-command, and this-command.
5120 (quail-start-conversion): Likewise.
75cf0095 5121 (quail-self-insert-command): Fix docstring.
b64c0a1c 5122
fd5f61d3
GM
51232000-08-29 Gerd Moellmann <gerd@gnu.org>
5124
5125 * progmodes/executable.el
5126 (executable-make-buffer-file-executable-if-script-p): Check that
5127 buffer contains at least 2 characters.
5128
5b671d04
EZ
51292000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5130
5131 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5132
485d9513
DL
51332000-08-29 Dave Love <fx@gnu.org>
5134
a39fb83d
DL
5135 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5136 (diff-mode-shared-map): Bind mouse-2.
5137 (diff-imenu-generic-expression): New variable.
5138 (diff-mode): Use it.
5139
485d9513
DL
5140 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5141 (mouse-popup-menubar): Add minor mode menus.
5142 (popup-menu): Check for lookup-key returning number.
5143
ba3478d9
MB
51442000-08-29 Miles Bader <miles@gnu.org>
5145
5146 * comint.el (comint-send-input): Create overlays using the proper
5147 front/read-advance arguments.
9b4a7800 5148
c3d6d211
GM
51492000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5150
5151 * ps-print.el: Even/odd pages printing. Doc fix.
5152 (ps-print-version): New version number (6.0).
5153 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5154 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5155 (ps-print-duplex-feature): Variable eliminated.
5156 (ps-even-or-odd-pages): New variable.
5157
ba087cd7 5158 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5159 (ebnf-version): New version (3.3).
5160 (ebnf-user-arrow): Change variable customization to sexp.
5161 (ebnf-user-arrow): Function eliminated.
5162 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5163
d313265f
KH
51642000-08-29 Kenichi Handa <handa@etl.go.jp>
5165
cba62b78 5166 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5167 (help-make-xrefs): Handle help-xref-mule-regexp.
5168
5169 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5170 variable.
5171 (describe-input-method): Temporarily activate the specfied input
5172 method to display the information.
5173 (describe-language-environment): Hyperlinks to mule related items.
5174
5175 * international/mule-diag.el (charset-multibyte-form-string): New
5176 function.
5177 (list-character-sets-1): Use charset-multibyte-form-string.
5178 (describe-character-set): New function.
5179 (describe-coding-system): Hyperlinks to safe character sets.
5180
5181 * international/quail.el (quail-help): New arg PACKAGE.
5182 Hyperlinks to mule related items.
5183 (quail-help-insert-keymap-description): Use
5184 substitute-command-keys instead of describe-bindings.
5185 (quail-translation-help): Hyperlinks to mule related items.
5186
b4bd214e
JW
51872000-08-28 John Wiegley <johnw@gnu.org>
5188
ca7aae91
JW
5189 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5190 have a defsubst call itself. Made `eshell-flatten-list' back into
5191 a function again.
5192
b4bd214e
JW
5193 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5194 catch, in case re-centering point at bottom messes up the display.
5195 This happens frequently in Emacs 21, due I believe to variable
5196 line heights.
5197
5198 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5199 to call `find-tag-interactive'.
5200
5201 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5202 the list of remember directories.
5203
d44e146b
JW
52042000-08-28 John Wiegley <johnw@gnu.org>
5205
5206 * align.el: Test align-region-separate to see if it's a symbol.
5207
546c0888 52082000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5209
5210 * eshell/esh-util.el (eshell-flatten-list): Made this function
5211 into a defsubst form. It gets used very frequently, although
5212 calls don't occur all that often.
5213
5214 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5215 examining it.
5216
5217 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5218 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5219 `eshell-protect'.
5220 (eshell-copy-handles): Created a new macro for duplicating the
5221 current set of open handles. This is needed by the looping
5222 functions.
5223 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5224 is not incorrectly stomped on.
5225
5226 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5227 declaration for pcomplete-use-paring.
5228 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5229 value of eshell-cmpl-use-paring.
5230 * pcomplete.el (pcomplete-use-paring): New config variable, to
5231 indicate whether paring should be used.
5232 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5233 completion alternatives that have already been used.
5234
5235 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5236 bound to C-c C-y, which will repeat the previous N arguments
5237 (based on prefix argument).
5238 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5239
5240 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5241 if there is no *Help* buffer. This is for XEmacs, which renames
5242 its help buffers uniquely. TODO: Find out what the current buffer
5243 name to delete is.
5244
5245 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5246 first entry that correlates to a passwd/group number. Later
5247 entries (used for group/user name aliasing to multiple IDs) are
5248 ignored.
5249
9b4a7800
TTN
5250 * eshell/em-xtra.el (eshell/expr):
5251 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5252 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5253 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5254 argument list, before passing it to the system command.
5255
5256 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5257 `find-tag' for use at final position in Eshell buffers (which
5258 otherwise triggers an error on Emacs 21).
5259 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5260 buffer, if it is currently bound to `find-tag'.
5261
5262 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5263 in the list of matched Makefile names.
5264 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5265 directory, prefer its contents to Makefile.
5266
5267 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5268 directory parts (like "cd old new", or "cd =regexp"), are now case
5269 sensitive on non-Windows/DOS platforms.
5270
5271 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5272 types RET after an open delimiter (like "), display a message
5273 indicating that Eshell is waiting for the closing delimiter.
5274
5275 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5276 environment variables.
5277
5278 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5279 gracefully if the user enters incorrect arguments.
5280
5281 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5282 Eshell buffers.
5283
9b4a7800
TTN
5284 * eshell/esh-var.el (eshell-interpolate-variable):
5285 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5286 * eshell/em-unix.el (eshell-du-sum-directory):
5287 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5288 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5289 (not (= ...)).
5290
5291 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5292 to ensure the `preserve' flag gets propagated when doing recursive
5293 directory copies.
5294
546c0888 52952000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5296
5297 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5298 Don't convert \n into \0177 in memory.
5299 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5300 and back again, when reading and writing.
9b4a7800 5301
546c0888 53022000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5303
5304 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5305 testing of `fboundp' on `processp'.
5306
5307 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5308 (eshell/jobs): Don't call process-list if it is not bound.
5309 (eshell-gather-process-output): Support systems where async
5310 subprocesses aren't supported.
5311 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5312 variables.
5313
5314 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5315 eshell-do-eval returns t.
5316 (eshell-do-pipelines-synchronously): New defmacro.
5317 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5318 when async subprocesses aren't supported.
5319 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5320 if async subprocesses aren't supported.
5321 (eshell-resume-command): Don't assume STATUS is a string.
5322
5323 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5324
5325 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5326 (eshell-close-target, eshell-get-target): Use eshell-processp.
5327 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5328 fix.
5329 (eshell-get-target, eshell-create-handles): Doc fix.
5330
546c0888 53312000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5332
546c0888 5333 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5334 criterion to include commands that output something, as long as it
5335 leaves both the command and the end-of-buffer visible when the
5336 command has exited.
5337 (eshell-review-quick-commands): Adjust the help doc string
5338 accordingly.
5339
2a371c3b
PB
53402000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5341
8348e1f9 5342 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5343 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5344
9b4a7800 5345 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5346 (file-cache-assoc-function): New variable
5347 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5348 Use file-cache-case-fold-search variable
5349 (file-cache-add-file): Use file-cache-assoc-function
5350 (file-cache-delete-file): likewise
5351 (file-cache-directory-name): likewise
5352 (file-cache-debug-read-from-minibuffer): likewise
5353
95931eb1
GM
53542000-08-28 Gerd Moellmann <gerd@gnu.org>
5355
5356 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5357 (abbrev-table-name): New function.
5358 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5359 If non-nil list local abbrev, only.
5360
bb17930d
GM
53612000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5362
546c0888
EZ
5363 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5364 from Gnus support code, and use special article copy buffer
bb17930d
GM
5365 `(gnus-original-article-buffer)' instead. This allows to get rid
5366 of article-hide-headers usage (which breaks in the latest Gnus
5367 version). Thanks to Detlev Zundel.
5368
41a68aef
KH
53692000-08-28 Kenichi Handa <handa@etl.go.jp>
5370
5371 * international/quail.el (quail-use-package): Hide "... loaded"
5372 message.
5373 (quail-start-translation, quail-start-conversion): Likewise.
5374
5375 * international/kkc.el (kkc-region): Hide "... loaded" message.
5376
28bb2cef
DL
53772000-08-27 Dave Love <fx@gnu.org>
5378
5379 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5380
11a1118d
MB
53812000-08-27 Miles Bader <miles@gnu.org>
5382
5383 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5384
0f85d477
KH
53852000-08-27 Kenichi Handa <handa@etl.go.jp>
5386
5387 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5388 'ja-dic-cnv), not (require 'skkdic-cnv).
5389
2d73e8d3
MB
53902000-08-26 Miles Bader <miles@gnu.org>
5391
a0e5a5a4
MB
5392 * faces.el (face-x-resources): Add entry for :inherit.
5393 * cus-face.el (custom-face-attributes): Add support for :inherit
5394 attribute. Add support for relative face heights.
5395 (custom-face-attributes-get): Treat `nil' as being a default value
5396 for :inherit (as well as `unspecified').
5397
19feb949
MB
5398 * faces.el (set-face-attribute): Update doc string.
5399 (face-attribute-name-alist): Add :inherit.
5400 (face-valid-attribute-values): Handle :inherit.
5401 (face-read-string): Rephrase prompt to be less confusing.
5402 Assume that DEFAULT is a string, since we must return a string.
5403 (face-read-integer): Use `format' to turn DEFAULT into an
5404 acceptable default for face-read-string. Match NEW-VALUE against
5405 the string "unspecified", not the symbol `unspecified', since
5406 that's what face-read-string returns.
5407 (read-face-attribute): Lookup a name for old-value in valid, and
5408 use it as a default if we find one. Treat all values from
5409 face-read-string as strings. If the default is used, don't do any
5410 more processing on the value, just use the old value directly.
5411 (read-face-and-attribute, modify-face): Tweak prompt.
5412 (read-face-name): Don't assume prompt ends with a space.
5413
2d73e8d3
MB
5414 * faces.el (describe-face): Add support for :inherit attribute.
5415
a1a2e38f
KH
54162000-08-25 Kenichi Handa <handa@etl.go.jp>
5417
e84fa7c5
KH
5418 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5419 concat doesn't accept interger.
5420
a1a2e38f
KH
5421 * international/kkc.el: Remove SKK from Keywords. Require
5422 ja-dic-utl instead of skkdic-utl.
5423
5424 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5425 Provide ja-dic-cnv instead of skkdic-cnv.
5426 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5427 (iso-2022-7bit-short): Add safe-charsets property.
5428 (skkdic-convert-postfix): Search Japanese chou-on character in
5429 addition to Hiragana character.
5430 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5431 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5432 (batch-skkdic-convert): Likewise.
5433
5434 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5435 Provide ja-dic-utl instead of skkdic-utl.
5436 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5437
f6499c03
DL
54382000-08-24 Dave Love <fx@gnu.org>
5439
1c2c3f16
DL
5440 * disp-table.el (standard-display-default): Make the test of `l'
5441 useful.
5442
f6499c03
DL
5443 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5444 mod sample text.
5445
5446 * international/iso-ascii.el: Make pilcrow convenient string
5447 consistent with section.
5448 (iso-ascii-display): Set up multibyte characters as well as
5449 unibyte.
5450
c543db81
KH
54512000-08-24 Kenichi Handa <handa@etl.go.jp>
5452
5453 * international/mule-cmds.el (reset-language-environment): Set
5454 default-process-coding-system to '(undecided . iso-latin-1), which
5455 makes process I/O almost consistent with file I/O. Call this
5456 function when mule-cmds.el[c] is loaded.
5457
746d9caf
AI
54582000-08-22 Andrew Innes <andrewi@gnu.org>
5459
5460 * makefile.w32-in: New file.
5461
5484005d
MB
54622000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5463
5464 * comint.el (comint-output-filter): Compare end of
5465 comint-last-output-overlay with the start of the newly inserted
5466 text, not the end, when deciding whether to extend it.
9b4a7800 5467 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5468
5469 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5470 since this is now done independently of font-lock mode.
5471
7a912f63
GM
54722000-08-21 Gerd Moellmann <gerd@gnu.org>
5473
5474 * server.el (server-kill-new-buffers): New user option.
5475 (server-existing-buffer): New buffer-local variable.
5476 (server-visit-files): When using an existing buffer, set
5477 server-existing-buffer to t.
5478 (server-buffer-done): If server-kill-new-buffers is t, kill the
5479 buffer, unless it was already present before visiting it with
5480 Emacs server.
9b4a7800 5481
240301df
EZ
54822000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5483
5484 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5485 even if the display doesn't support colors: some displays will
5486 support bold/underline faces.
5487
cbcef616
GM
54882000-08-21 Gerd Moellmann <gerd@gnu.org>
5489
6917e6bb
GM
5490 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5491
cbcef616
GM
5492 * startup.el (command-line): If user's init file had an error,
5493 add explanatory text to *Messages*.
5494
6922b018
KH
54952000-08-21 Kenichi Handa <handa@etl.go.jp>
5496
5497 * man.el (Man-getpage-in-background): Decode the process output by
5498 the system locale coding system.
5499
e50c4203
DL
55002000-08-20 Dave Love <fx@gnu.org>
5501
96ab6351
DL
5502 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5503 Don't test x-popup-menu.
5504 (function) <complete-function>: Complete only fbound symbols.
5505 <validate, value>: New.
5506 (variable) <complete-function>: Complete only bound symbols.
5507 (coding-system): Add :base-only, :complete-function, :validate,
5508 :value, :prompt-match.
5509 (widget-coding-system-prompt-value): Use read-coding-system and
5510 act on :base-only.
5511 (editable-field): Add :help-echo.
5512 (widget-push-button-gui, widget-push-button-cache)
5513 (widget-gui-action, widget-editable-list-gui): COmment out, along
5514 with uses.
5515 (widget-at): Make arg optional.
5516 (widget-echo-help): Adjust for current help-echo calling sequence.
5517 (widget-specify-field, widget-specify-button)
5518 (widget-specify-insert, widget-get-sibling, widget-image-find)
5519 (widget-convert, widget-insert, widget-leave-text)
5520 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5521 (widget-setup, widget-field-find, widget-before-change)
5522 (widget-after-change, widget-default-complete)
5523 (widget-default-create, widget-default-delete)
5524 (widget-push-button-value-create, editable-field)
5525 (widget-field-prompt-value, widget-field-validate)
5526 (widget-choice-value-create, widget-choice-action)
5527 (widget-choice-validate, widget-checklist-add-item)
5528 (widget-radio-add-item, widget-radio-chosen)
5529 (widget-radio-value-inline, widget-editable-list-value-create)
5530 (widget-editable-list-entry-create)
5531 (widget-documentation-link-add)
5532 (widget-documentation-string-value-create)
5533 (widget-regexp-validate, widget-file-complete)
5534 (widget-sexp-validate, widget-plist-convert-widget)
5535 (widget-plist-convert-widget, widget-alist-convert-widget)
5536 (widget-alist-convert-widget, widget-color-complete): Simplify,
5537 particularly to avoid bindings which aren't optimized out.
5538
e50c4203
DL
5539 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5540 Doc fix.
5541 (down-list, backward-up-list, up-list, kill-sexp)
5542 (backward-kill-sexp, mark-sexp): Make arg optional.
5543 (lisp-complete-symbol): Add optional arg PREDICATE.
5544
5545 * cus-start.el: Add display-buffer-reuse-frames,
5546 file-coding-system-alist.
5547
511bd4eb
GM
55482000-08-20 Gerd Moellmann <gerd@gnu.org>
5549
5550 * startup.el (command-line): Clear realized faces after
5551 modifying TTY color mappings.
5552
a9de7d29
MB
55532000-08-20 Miles Bader <miles@gnu.org>
5554
5555 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5556 merely a subset of FACE's attributes.
5557
8a8023d9
MB
55582000-08-19 Miles Bader <miles@gnu.org>
5559
5560 * comint.el (comint-output-filter): Save the point with a marker,
5561 not just a buffer position.
5562
5563 * international/mule.el (set-buffer-process-coding-system): Make
5564 interactive prompt less confusing.
5565
1433385f
GM
55662000-08-19 Gerd Moellmann <gerd@gnu.org>
5567
5568 * hilit-chg.el: General cleanup of doc strings, comments and
5569 code formatting.
5570
136b4eda
MB
55712000-08-19 Miles Bader <miles@gnu.org>
5572
5573 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5574 Compiler macro removed; beginning-of-line is no longer always
5575 equivalent to forward-line, in the presence of fields.
5576
5577 * comint.el (comint-output-filter): Remove ad-hoc saving of
5578 restriction, and just use save-restriction, now that it works
5579 correctly. Don't adjust comint-last-input-start to account for
5580 our insertion; it shouldn't have moved because we don't use
5581 insert-before-markers anymore. Comment out call to
5582 `force-mode-line-update'; why is it here?
5583
5584 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5585 while checking for prompt to delete. Use `forward-line 0'
5586 instead of beginning-of-line.
5587 (gud-filter): Temporarily widen gud comint buffer while
5588 examining output.
5589
cdd0f857
SM
55902000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5591
ebf96bfa
SM
5592 * progmodes/sh-script.el: Big bag of typos.
5593
cdd0f857
SM
5594 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5595 check since ispell-process is not bound when ispell is not yet loaded.
5596
9bb7a286
DL
55972000-08-18 Dave Love <fx@gnu.org>
5598
5599 * image.el (find-image): Copy `spec' before using plist-put.
5600
74ec6045
GM
56012000-08-18 Gerd Moellmann <gerd@gnu.org>
5602
5603 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5604 `portugues'.
5605
5606 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5607 backward-kill-sexp, analogous to kill-sexp.
5608
5609 * progmodes/icon.el (icon-indent-line)
5610 (icon-is-continuation-line): Handle comments specially.
5611
56122000-08-17 Ken Stevens <k.stevens@ieee.org>
5613
5614 * ispell.el: Set to standard author/maintainer/keyword fields.
5615 Fine tuning to menu map appearance and operation, and added help.
5616 Remove `start' and `end' error messages when compiling.
5617 (ispell-choices-win-default-height): Fixed comment string.
5618 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5619 castellano8 dictionaries.
5620 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5621 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5622 dictionary, added italiano dictionary.
5623 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5624 word character
5625 (ispell-tex-skip-alists): Added psfig support.
5626 (ispell-skip-html): Renamed from ispell-skip-sgml.
5627 (ispell-begin-skip-region-regexp, ispell-skip-region)
5628 (ispell-minor-check): Improved html skipping support to skip across
5629 code, and recognize `&' commands without propper `;' syntax;
5630 (ispell-process-line): Fix alignment error when manually
5631 correcting spelling.
5632 (ispell): Fix comment string.
5633 (ispell-add-per-file-word-list): Always put word list on new line.
5634
3787e12e
GM
56352000-08-17 Gerd Moellmann <gerd@gnu.org>
5636
a7b28523
GM
5637 * format.el (format-encode-run-method): Fix error message to say
5638 `encode' instead of `decode'. Use save-window-excursion around
5639 shell-command-on-region as in format-decode-run-method because
5640 shell-command-on-region can display a buffer with error output.
5641 (format-decode): Don't record undo information for the decoding.
5642 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5643 that number part of the temporary buffer name so that more than
5644 one decoding using a temporary buffer can happen safely.
5645
5646 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5647 of `A-z' in the regexp.
5648
5649 * hilit-chg.el: Fix typos in commentary.
5650
3787e12e
GM
5651 * help.el (view-emacs-news): Rewritten for new naming scheme
5652 for old NEWS files.
5653
5654 * startup.el (command-line): Pop to *Messages* in case an error
5655 is signaled while loading user-init-file.
5656
d2473540
AS
56572000-08-17 Andreas Schwab <schwab@suse.de>
5658
5659 * files.el (insert-directory): Don't lose original file name,
5660 undoing an undocumented change.
5661
c0bbaf57
GM
56622000-08-17 Alex Schroeder <alex@gnu.org>
5663
5664 * sql.el (sql-magic-go): Use comint-bol.
5665 (sql-copy-column): Use comint-line-beginning-position.
5666 (comint-line-beginning-position): Define a replacement for
5667 comint-line-beginning-position if it is not fboundp.
5668
56692000-08-17 Alex Schroeder <alex@gnu.org>
5670
5671 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5672 it didn't have any effect anyway.
5673
56742000-08-17 Alex Schroeder <alex@gnu.org>
5675
5676 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5677 --pset and pager=off instead of sending \\o|cat at the beginning
5678 of the session.
5679
9d245da5
MB
56802000-08-17 Miles Bader <miles@gnu.org>
5681
5682 * progmodes/octave-inf.el: Add compatibility definition of
5683 comint-line-beginning-position.
5684
abfdbd2e
KH
56852000-08-17 Kenichi Handa <handa@etl.go.jp>
5686
5687 * startup.el (normal-top-level): Look in each dir in load-path for
5688 a leim-list.el file too. This assures of loading leim-list.el
5689 that is created at Emacs installation time even if a user have his
5690 own leim-list.el.
5691
a0b8c939
MB
56922000-08-17 Miles Bader <miles@gnu.org>
5693
5694 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5695 foreground color to black if the background is dark.
5696
7382bcae
SM
56972000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5698
5699 * loadhist.el (unload-feature): Typo.
5700
9b4a7800 5701 * finder.el (finder-compile-keywords):
7382bcae
SM
5702 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5703 to the generated file.
5704
5705 * mail/mh-e.el (mh-make-local-vars):
5706 Replace make-variable-buffer-local with make-local-variable.
5707
cdd0f857 5708 * play/landmark.el:
7382bcae 5709 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5710 * mail/mailabbrev.el (mail-abbrevs-mode):
5711 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5712 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5713
5714 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5715
5716 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5717 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5718 Allow going past the last element.
9b4a7800 5719 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5720 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5721 (cvs-mouse-toggle-mark): Don't move point.
5722 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5723
5724 * progmodes/compile.el (grep): Provide a default set of files.
5725 (next-error): Docstring fix.
5726 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5727
5728 * emacs-lisp/easy-mmode.el (define-minor-mode):
5729 Use `symbol-value' to keep the byte-compiler quiet.
5730
5731 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5732 (diff-find-source-location): New fun, extracted from diff-goto-source.
5733 (diff-goto-source): Use it.
5734 (diff-next-complex-hunk, diff-filter-lines): New function.
5735 (diff-apply-hunk): New command.
5736
5737 * smerge-mode.el (smerge-mode-menu): Doc fix.
5738
5739 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5740
4f00b8c1
DL
57412000-08-16 Dave Love <fx@gnu.org>
5742
2b5198bb
DL
5743 * windmove.el (windmove) <defgroup>: Add :version.
5744
5745 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5746 (goto-address-fontify-p, goto-address-highlight-p)
5747 (goto-address-url-face, goto-address-url-mouse-face)
5748 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5749 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5750 (goto-address-fontify, goto-address-at-mouse): Simplify,
5751 (goto-address-at-point): browse-url-url-at-point,
5752 goto-address-find-address-at-point can return nil.
5753 (goto-address-find-address-at-point): Return nil on failure.
5754
5755 * align.el (align) <defgroup>: Add :version.
5756
5757 * calculator.el (calculator): Add :version.
5758 (calculator): Use two lines for calculator window if `modeline'
5759 face is boxed.
5760
4f00b8c1
DL
5761 * play/5x5.el: Doc fixes.
5762 (5x5) <defgroup>: Add :version.
5763
5764 * play/fortune.el (fortune) <defgroup>: Add :version.
5765 (fortune-append): Fix error message.
5766 (fortune-from-region): Doc fix.
5767
5768 * play/pong.el (pong): Doc fix.
5769
5770 * play/morse.el: Keywords, commentary, autoloads.
5771
69db7ee7
EZ
57722000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5773
5774 * desktop.el (desktop-save): Don't look at symbol-value of a
5775 member of minor-mode-alist, unless it is boundp.
5776
10e1dad9
SS
57772000-08-16 Sam Steingold <sds@gnu.org>
5778
a0b8c939 5779 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5780 `while'; use `with-current-buffer' instead of `save-excursion'.
5781 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5782
9d7bcb2e
KH
57832000-08-16 Kenichi Handa <handa@etl.go.jp>
5784
5785 * international/ccl.el (declare-ccl-program): Docstring modified.
5786 (ccl-execute-with-args): Likewise.
5787
04231ab8
MB
57882000-08-16 Miles Bader <miles@gnu.org>
5789
9d245da5 5790 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5791 comint-line-beginning-position.
5792
f68446ef
GM
57932000-08-15 Gerd Moellmann <gerd@gnu.org>
5794
dc28878c
GM
5795 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5796 'buffer-menu' property.
5797 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5798 fails.
5799 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5800 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5801 wasn't killed.
10e1dad9 5802
58ed0d3b
GM
5803 * buff-menu.el (list-buffers-noselect): Don't display the
5804 *Buffer List* buffer.
5805
32dc52f7
GM
5806 * font-lock.el: Require jit-lock to prevent a very late
5807 `Loading jit-lock' message.
5808
f68446ef 5809 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5810 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5811 mail address.
5812
90ac90a2
MB
58132000-08-15 Miles Bader <miles@gnu.org>
5814
5815 * textmodes/ispell.el (ispell-graphic-p): New constant.
5816 (ispell-choices-win-default-height, ispell-help): Use
5817 `ispell-graphic-p' instead of `xemacsp'.
5818
b0a0e263
DL
58192000-08-15 Dave Love <fx@gnu.org>
5820
c1e757e3
DL
5821 * simple.el: Autoload widget-convert when compiling.
5822 (mail-user-agent): Doc fix.
5823
5824 * help.el (function-called-at-point, variable-at-point): Use
5825 with-syntax-table.
5826 (help-manyarg-func-alist): Add insert-and-inherit.
5827
5828 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5829
5830 * delsel.el (delsel-unload-hook): New function.
5831
5832 * find-file.el: Doc fixes. Move provide to end.
5833 (ff) <defgroup>: Add :link.
5834 (ff-goto-click): Deleted.
5835 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5836 Use mouse-set-point.
5837
5838 * textmodes/tildify.el: Doc fixes.
5839 (tildify) <defgroup>: Add:version.
5840
5841 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5842 (glasses-custom-set): Use set-default, not set.
5843 (minor-mode-alist): Propertize the lighter.
5844 (glasses-mode): Provide optional arg.
5845
5f847612
DL
5846 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5847 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5848 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5849 option. Provide :type.
5850 (cwarn-configuration): Provide :type.
5851 (cwarn-mode): Doc fix.
5852
5853 * add-log.el (change-log-merge): Doc fix.
5854 (change-log-redate): New command.
5855
b0a0e263
DL
5856 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5857 Doze and Dog.
5858 (browse-url): Use dolist, not mapcar.
5859 (browse-url-at-point): Check for null url.
5860 (browse-url-event-buffer, browse-url-event-point): Functions
5861 deleted.
5862 (browse-url-at-mouse, browse-url-netscape): Simplify.
5863
5864 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5865 modes.
5866 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5867 Fix previous change to mapcan.
5868 (msb--init-file-alist, msb--add-separators)
5869 (msb--make-keymap-menu): Simplify.
5870 (msb--choose-file-menu): Use copy-sequence.
5871 (msb-mode-map): Add title to keymap.
5872 (msb-unload-hook): New function.
5873
5874 * bs.el: Fix indentation.
5875 (bs) <defgroup>: Add :links.
2b5198bb
DL
5876 (bs-show): Doc fix.
5877 (bs-apply-sort-faces): Don't use window-system.
5878 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5879
70f1b78e
EZ
58802000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5881
5882 * calendar/timeclock.el (timeclock-file): Run .timelog through
5883 convert-standard-filename.
5884
956777b3
GM
58852000-08-14 Gerd Moellmann <gerd@gnu.org>
5886
3215096c
GM
5887 * emacs-lisp/authors.el: New file.
5888
956777b3
GM
5889 * paren.el (show-paren-priority): New user option.
5890 (show-paren-function): Set overlay priorities to
5891 show-paren-priority.
10e1dad9 5892
0cde1424
MB
58932000-08-14 Miles Bader <miles@gnu.org>
5894
5895 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5896 beginning-of-line with inhibit-field-text-motion bound.
5897
90cbf47e
GM
58982000-08-14 Gerd Moellmann <gerd@gnu.org>
5899
5900 * calendar/timeclock.el: New file.
5901
59022000-08-14 David Ponce <david@dponce.com>
5903
5904 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5905 `widget-button-click'. so that one can use left mouse button to
5906 click on dialog buttons.
5907
59082000-08-14 Emmanuel Briot <briot@gnat.com>
5909
5910 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5911 identifiers, since XML is case sensitive
10e1dad9 5912
79e8dca7 59132000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5914
660394d1
MB
5915 * comint.el (comint-output-filter): Don't bother frobbing
5916 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5917
5918 * comint.el (comint-send-string, comint-send-region): Make into
5919 real functions. Snapshot the prompt before sending.
5920
218c2cc7
EZ
59212000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5922
5923 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5924 technique similar to Info-index, instead of relying on specific
5925 names of relevant Index nodes.
5926 (Info-goto-emacs-command-node): Bind Info-history to nil when
5927 going to the first node found by Info-find-emacs-command-nodes.
5928
51e066d2 59292000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5930
5931 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5932
867102f2
MB
59332000-08-10 Miles Bader <miles@gnu.org>
5934
5935 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5936
af718538
EZ
59372000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5938
5939 * info.el (Info-file-list-for-emacs): More elements for the
5940 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5941 and woman manuals.
5942
c51bacd6
MB
59432000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5944
5945 * comint.el (comint-send-input): Make the newline boundary overlay
5946 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5947 (comint-output-filter): Use `insert' instead of
5948 `insert-before-markers'. Extend comint-last-output-overlay when
5949 necessary since we can't rely on insert-before-markers to do it.
5950 * gud.el (gud-filter): Use `with-current-buffer' instead of
5951 save-excursion when inserting the output, so that point gets
5952 updated correctly; the old method relied on a rather dodgy
5953 side-effect of comint-output-filter to avoid the effect of
5954 save-excursion.
5955
98532b12
EZ
59562000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5957
5958 * files.el (recover-file): Call insert-directory instead of
5959 invoking `ls' directly.
5960
3db4b719
MB
59612000-08-10 Miles Bader <miles@gnu.org>
5962
5963 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5964 (comint-last-prompt-overlay): New variables.
5965 (comint-output-filter): Implement prompt highlighting.
5966 (comint-snapshot-last-prompt): New function.
5967 (comint-send-input): Snapshot the last prompt.
5968 Use comint-highlight-input-face.
5969 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5970 Use defface instead of defcustom.
5971 (send-invisible, comint-send-eof): Snapshot the last prompt.
5972 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5973 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5974
96190aa1
SM
59752000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5976
5cda4b07
SM
5977 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5978 (regexp-opt-group): Use a list of chars for `letters'.
5979 (regexp-opt-charset): `chars' is now a list of chars.
5980 Use a char-table rather than a vector so it works for multibyte chars.
5981
96190aa1
SM
5982 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5983 Set cvs-minor-current-files to the selected fileinfo.
5984 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5985 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5986
7d093d56
EZ
59872000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5988
5989 * files.el (insert-directory): Don't call access-file on
5990 directories on DOS and Windows.
5991
b24c5811
KH
59922000-08-09 Kenichi Handa <handa@etl.go.jp>
5993
5994 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5995 longer if necessary.
5996 (ccl-embed-code): Call ccl-embed-data to store CODE in
5997 ccl-program-vector.
5998
0a6fd67e
MB
59992000-08-09 Miles Bader <miles@gnu.org>
6000
6001 * comint.el (comint-output-filter): Properly handle the case where
6002 the text surrounded by comint-last-output-overlay was deleted.
6003
9f6d1a6c
GM
60042000-08-08 Gerd Moellmann <gerd@gnu.org>
6005
25ad1371
GM
6006 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6007 non-nil.
6008 (Info-file-list-for-emacs): Remove "info" from the list because
6009 that leads to trying to use the documentation from file `info'
6010 in various situations where it isn't appropriate, for instance
6011 C-h C-k C-h i.
6012
6013 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6014 DIR and/or STRING are nil.
6015
6016 * progmodes/compile.el (compilation-setup): Make variable
6017 compilation-error-screen-columns buffer-local, as some comment
6018 in the code suggests it should be.
6019
6020 * files.el (auto-mode-interpreter-regexp): New variable.
6021 (set-auto-mode): Use it.
6022
6023 * indent.el (indent-for-tab-command): Doc fix.
6024
6025 * mouse-sel.el (mouse-sel-mode): Doc fix.
6026
9f6d1a6c
GM
6027 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6028 labels.
6029
6030 * help.el (print-help-return-message): When
6031 display-buffer-reuse-frames is set, let the help window been quit,
6032 instead of deleting it, which might delete a reused frame.
6033
3d819a75
EZ
60342000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6035
6036 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6037 rename a directory to a name that differs only by its letter case.
6038
c5a52529
KH
60392000-08-08 Kenichi Handa <handa@etl.go.jp>
6040
6041 * international/quail.el (quail-define-rules): Handle Quail decode
6042 map correctly. Add code for supporting annotations.
6043 (quail-install-decode-map): New function.
6044 (quail-defrule-internal): New optional arguments decode-map and
6045 props.
6046 (quail-advice): New function.
6047
5e9e032a
SS
60482000-08-07 Sam Steingold <sds@gnu.org>
6049
6050 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6051 `defconst', `define-condition', `with-slots'.
6052 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6053
46645f4b
MB
60542000-08-03 Miles Bader <miles@gnu.org>
6055
6056 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6057 New variable.
6058 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6059 comint-use-prompt-regexp-instead-of-fields.
6060 (comint-send-input): Add `input' field property to stuff we send to
6061 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6062 (comint-output-filter): Add `output' field property to process
6063 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6064 (comint-replace-by-expanded-history)
6065 (comint-get-old-input-default, comint-show-output)
6066 (comint-backward-matching-input, comint-forward-matching-input)
6067 (comint-next-prompt, comint-previous-prompt): Use field
6068 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6069 (comint-line-beginning-position): New function.
6070 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6071 (comint-replace-by-expanded-history-before-point): Use
6072 comint-line-beginning-position and line-end-position.
6073 (comint-last-output-overlay): New variable.
6074 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6075
6076 * shell.el (shell-prompt-pattern): Doc change.
6077 (shell-backward-command): Use line-beginning-position.
6078
6079 * gud.el (gud-gdb-complete-command): Use
6080 comint-line-beginning-position.
6081
6082 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6083 comint-bol doesn't actually go to the beginning of the line.
6084
6085 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6086 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6087 (try-expand-line-all-buffers): Likewise.
6088
6089 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6090 explicitly matching comint-prompt-regexp.
6091 (sql-copy-column): Use comint-line-beginning-position instead of
6092 explicitly matching comint-prompt-regexp.
6093
6094 * progmodes/octave-inf.el (inferior-octave-complete): Use
6095 comint-line-beginning-position.
6096
6097 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6098
6099 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6100 looking for a prompt, use `forward-line 0' instead of
6101 `beginning-of-line', to avoid getting caught by an input field.
6102
ff3d9573
GM
61032000-08-07 Gerd Moellmann <gerd@gnu.org>
6104
6105 * files.el (shell-quote-wildcard-pattern): Make sure to return
6106 PATTERN, in the Unix case.
6107
e0d8827b
EZ
61082000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * play/zone.el (zone): Discard any pending input before running
6111 the randomly-chosen pgm.
6112
24d55b8f
KH
61132000-08-07 Kenichi Handa <handa@etl.go.jp>
6114
6115 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6116 checking the existence of any multibyte characters.
6117
3d05e1ee
GM
61182000-08-06 Gerd Moellmann <gerd@gnu.org>
6119
6c4a4368
GM
6120 * help.el (describe-mode): Test minor-mode symbol for being
6121 bound before testing its value for being nil.
6122
3d05e1ee
GM
6123 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6124 `first', `second', and `third'.
6125
6126 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6127 (second): Make it an alias for `cadr'.
6128
6968a481
EZ
61292000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6130
6131 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6132 types of display support faces now.
6133
e49aa397
GM
61342000-08-05 Gerd Moellmann <gerd@gnu.org>
6135
6136 * pcvs.el (require): Require `cl' during compilation, only.
6137
6138 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6139 (toplevel): Remove `remq' and `remove' from autoloads.
6140 (cl-fake-autoloads): New variable. If set, arrange for an error
6141 when CL functions etc. are autoloaded.
6142
588aca27
EZ
61432000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6144
2e78d4ab
EZ
6145 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6146
85628348
EZ
6147 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6148 popped up, but the user clicks outside the menu, return an empty
6149 regexp (that causes unhighlight-regexp to have no effect).
6150
74f0e552
EZ
6151 * menu-bar.el (menu-bar-games-menu): Add Zone.
6152
588aca27
EZ
6153 * hi-lock.el (toplevel): Require font-lock.
6154
f4988be7
GM
61552000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6156
ba087cd7 6157 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6158 (ebnf-8-bit-chars): New var for bug fix.
6159 (ebnf-string): Bug fix.
6160
027b73ac
SS
61612000-08-03 Sam Steingold <sds@gnu.org>
6162
6163 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6164 instead of `buffer-string'.
6165 (require 'cl): Always, not just when compiling.
6166 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6167 necessary.
6168
2f1fa038
EZ
61692000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6170
6171 * international/mule-cmds.el (select-safe-coding-system): Make
6172 the message text about selecting a safe coding system more clear.
6173
ead53494
GM
61742000-08-02 Gerd Moellmann <gerd@gnu.org>
6175
abb2db1c
GM
6176 * hi-lock.el: New file.
6177
6178 * play/zone.el: New file.
6179
ead53494
GM
6180 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6181 value of tab-width in the original buffer. Choose a line number
6182 format that's a multiple of the original buffer's tab width, so
6183 that lines appear right.
6184
6185 * textmodes/ispell.el (ispell): New function, replacing an alias.
6186 Spell-check active region if in transient-mark-mode and mark
6187 is active; otherwise spell-check buffer.
6188
61892000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6190
6191 * ps-mule.el: Fix a customization problem on
6192 ps-mule-font-info-database-default.
6193
f4a2b0a4
EZ
61942000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6195
6196 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6197 display-mouse-p instead of window-system.
6198 (ebrowse-member-mode-map): Ditto.
6199
b685181e
GM
62002000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6201
ba087cd7
EZ
6202 * progmodes/ebnf2ps.el: Update ps-print functions call.
6203 Indentation fix. Doc fix.
b685181e
GM
6204 (ebnf-version): New version number (3.2).
6205 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6206
3b5fab87
EZ
62072000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6208
032ebb29
EZ
6209 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6210 font lock support on window-system.
6211 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6212
3b5fab87
EZ
6213 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6214 display-color-p, if fboundp, instead of window-system.
6215
7e2605e7
EZ
62162000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6217
6218 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6219 instead of window-system.
6220
6221 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6222 window-system.
6223 (widget-choice-mouse-down-action): Use display-popup-menus-p
6224 instead of window-system.
6225
6226 * strokes.el (strokes-file): Run the file name through
6227 convert-standard-filename.
6228 (strokes-mode): Call display-mouse-p instead of looking at
6229 window-system. Change the error message accordingly.
6230
6231 * progmodes/cpp.el (toplevel): Support faces on tty's.
6232
6233 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6234 (lm-plot-square, lm-init-display): Don't use window-system.
6235
6236 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6237 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6238
6239 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6240 instead of looking at window-system.
6241
26119624
GM
62422000-07-30 Gerd Moellmann <gerd@gnu.org>
6243
6244 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6245 of testing if iswitchb-prepost-hooks is bound, because the
6246 latter will always be true when invoking a recursive minibuffer
6247 from an active Iswitchb buffer.
6248
c90596f3
EZ
62492000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6250
6251 * files.el (shell-quote-wildcard-pattern): New function.
6252 (insert-directory): Call it. Only prepend "\" to command on Unix
6253 and GNU/Linux systems.
6254
18925e78
GM
62552000-07-30 Gerd Moellmann <gerd@gnu.org>
6256
6257 * eshell/esh-groups.el: Change custom :link file names
6258 from `eshell.info' to `eshell'.
6259
62602000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6261
6262 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6263 correctly in recursive ange-ftp listings.
6264
62652000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6266
6267 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6268 ps-header-font-size-internal and
6269 ps-header-title-font-size-internal variables are not set,
6270 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6271 face text property is (foreground-color . COLOR) or
6272 `(background-color . COLOR)', ps-print crashes. Doc fix.
6273 (ps-print-version): New version number (5.2.4).
6274 (ps-plot-region): Code fix.
6275 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6276 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6277 Bug fix 2.
6278
62792000-07-30 Milan Zamazal <pdm@freesoft.cz>
6280
6281 * glasses.el (glasses-make-readable): Fix uncapitalization of
6282 identifiers like `myXMLDocument'.
6283
aeb4c63e
KF
62842000-07-28 Karl Fogel <kfogel@red-bean.com>
6285
18925e78
GM
6286 * mail/mail-hist.el (mail-hist-previous-input)
6287 (mail-hist-next-input): Do the obvious code factorization.
6288 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6289 code of above two.
6290 If inserting a message body, leave point at top.
6291
9d453139
SS
62922000-07-28 Sam Steingold <sds@gnu.org>
6293
6294 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6295 Use `<=', not `<' to compare times!
6296 (ange-ftp-ls): Remove.
9d453139 6297
b548072f
GM
62982000-07-27 Gerd Moellmann <gerd@gnu.org>
6299
27848c01
GM
6300 * play/cookie1.el: Add explanation of how to make cookie.el
6301 compatible with strfile(1) to comment.
6302
6303 * subr.el (remove, remq): New functions.
6304
3ab82477
GM
6305 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6306 escape `*' in regexps.
6307 (midnight-find): Reverse order of arguments in the funcall of
6308 TEST.
6309
6310 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6311 and `.class'.
6312
b548072f
GM
6313 * play/meese.el: Add Commentary section.
6314
27848c01
GM
63152000-07-27 Alex Schroeder <alex@gnu.org>
6316
6317 * sql.el (sql-ms): Added autoload cookie.
6318 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6319 (sql-oracle): Ditto.
6320 (sql-help): Doc change.
6321
6322 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6323 types and exceptions.
6324
63252000-07-27 Alex Schroeder <alex@gnu.org>
6326
6327 * sql.el (sql-placeholder-history): New variable.
6328 (sql-query-placeholders-and-send): New function that will query
6329 the user and replace placeholders with user input.
6330 (sql-oracle): If running on NT, set comint-input-sender to
6331 sql-query-placeholders-and-send.
6332
6333 (sql-stop): If in the SQLi buffer, insert stop notification, else
6334 present it as a message.
6335
63362000-07-27 Alex Schroeder <alex@gnu.org>
6337
6338 * sql.el (sql-input-ring-separator): Doc change.
6339 (sql-input-ring-file-name): Doc change.
6340 (sql-interactive-mode): Use `sql-input-ring-separator' and
6341 `sql-input-ring-file-name' to set the comint-mode equivalents
6342 without making them local variables.
6343 (sql-stop): Don't bind `sql-input-ring-separator' and
6344 `sql-input-ring-file-name' dynamically to their comint-mode
6345 equivalents.
6346
91ae8751
KH
63472000-07-27 Kenichi Handa <handa@etl.go.jp>
6348
6349 * international/mule.el (register-char-codings): New function.
6350 (make-coding-system): Handle `safe-chars' specification in the arg
6351 PROPERTY.
6352
6353 * international/mule-cmds.el
6354 (find-coding-systems-region-subset-p): This function deleted.
6355 (sort-coding-systems-predicate): New variable.
6356 (sort-coding-systems): New function.
6357 (find-coding-systems-region): Use
6358 find-coding-systems-region-internal.
6359 (find-coding-systems-string): Use find-coding-systems-region.
6360 (find-coding-systems-for-charsets): Check
6361 char-coding-system-table.
6362 (select-safe-coding-system-accept-default-p): New variable.
6363 (select-safe-coding-system): Mostly rewritten. New argument
6364 ACCEPT-DEFAULT-P.
6365 (select-message-coding-system): Call select-safe-coding-system
6366 with ACCEPT-DEFAULT-P arg.
6367 (reset-language-environment): Reset default-sendmail-coding-system
6368 to the default value iso-latin-1.
6369 (set-language-environment): Don't set the obsolete variable
6370 charset-origin-alist.
6371
6372 * international/codepage.el (cp-coding-system-for-codepage-1):
6373 Give `safe-chars' property to make-coding-system.
6374
6375 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6376 calling select-message-coding-system twice.
6377
6378 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6379 instead of `safe-charsets'.
6380 (cyrillic-alternativnyj): Likewise.
6381 (ccl-encode-alternativnyj): Don't check the charset
6382 cyrillic-iso8859-5.
6383
90cf4474
KH
63842000-07-27 Kenichi Handa <handa@etl.go.jp>
6385
6386 * composite.el (compose-chars-after): Preserve match data.
6387
a1f84f6d
SS
63882000-07-26 Sam Steingold <sds@gnu.org>
6389
6390 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6391 (ange-ftp-real-file-newer-than-file-p): New function.
6392 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6393 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6394
6395 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6396 * midnight.el (midnight-float-time): Ditto.
6397
e092928e
AS
63982000-07-26 Andreas Schwab <schwab@suse.de>
6399
6400 * files.el (normal-backup-enable-predicate): Correct
6401 interpretation of the return value of compare-strings.
6402
7465ebef
GM
64032000-07-26 Gerd Moellmann <gerd@gnu.org>
6404
3353ef5a
GM
6405 * isearch.el (isearch-resume): New function.
6406 (isearch-done): Add something to command-history to resume
6407 the search.
6408 (isearch-yank-line, isearch-yank-word): Use
6409 buffer-substring-no-properties instead of buffer-substring.
6410
7465ebef
GM
6411 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6412 of flyspell-mouse-map.
6413
6414 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6415 duplicate definition.
6416 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6417
6418 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6419 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6420
5044b74a
SS
64212000-07-25 Sam Steingold <sds@gnu.org>
6422
25759a92
SS
6423 * net/ange-ftp.el: Get modtime over the net.
6424 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6425 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6426 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6427 Use it.
6428 (ange-ftp-dot-to-slash): New function.
6429 (ange-ftp-fix-name-for-vms): Use it.
6430
5044b74a
SS
6431 * midnight.el (midnight-buffer-display-time): Use
6432 `with-current-buffer'.
6433
5dcfb3f4
GM
64342000-07-25 Gerd Moellmann <gerd@gnu.org>
6435
6436 * find-dired.el: Update copyright notice.
6437 (find-dired): Offer to kill a running `find'.
6438
6439 * enriched.el (enriched-face-ans): For a `foreground-color'
6440 property, return '(("x-color" COLOR))' so that COLOR will be
6441 output as a parameter of the x-color annotation. Likewise for the
6442 `background-color' property. In the case of normal face
6443 properties, don't return annotations for unspecified foreground
6444 and background face attributes.
6445
8c662166
KH
64462000-07-25 Kenichi Handa <handa@etl.go.jp>
6447
6448 * language/japan-util.el (japanese-katakana-region): Fix handling
6449 HANKAKU argument.
6450
c28da489
MB
64512000-07-25 Miles Bader <miles@gnu.org>
6452
6453 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6454 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6455 constrain-to-field.
6456
ad349719
AI
64572000-07-24 Andrew Innes <andrewi@gnu.org>
6458
6459 * timer.el (timer-activate-when-idle): Add optional parameter
6460 DONT-WAIT. Update docstring.
6461 (run-with-idle-timer): Specify extra parameter to
6462 timer-activate-when-idle, so that timer will be activated
6463 immediately if Emacs is already idle.
6464
6465 * w32-fns.el (w32-using-nt): Fix docstring.
6466
c95162f5
DL
64672000-07-24 Dave Love <fx@gnu.org>
6468
6469 * mouse.el (popup-menu): Set last-command-event.
6470 (mouse-major-mode-menu-prefix): Declare.
6471
e3c31fd5
GM
64722000-07-24 Gerd Moellmann <gerd@gnu.org>
6473
6474 * textmodes/flyspell.el: Update to author's version 1.5d.
6475
6476 * progmodes/hideshow.el: Update copyright notice.
6477
6478 * vcursor.el: Set maintainer to FSF, since author cannot
6479 be reached.
6480
7636d2a3
EZ
64812000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6482
fbe0a958
EZ
6483 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6484 the prompt.
6485
7636d2a3
EZ
6486 * mouse.el (popup-menu): Run the keymap through indirect-function,
6487 in case it was defined with define-prefix-key. If the menu is a
6488 list of keymaps, look up the binding of user's choice in each one
6489 of the keymaps.
6490 (mouse-popup-menubar): If the global and local menu-bar keymaps
6491 don't have a prompt string, create one and insert it into the
6492 keymap. Don't barf if current-local-map returns nil.
6493
e024b101
GM
64942000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6495
6496 * dired.el (dired-sort-R-check): Added to allow recursive listing
6497 to be undone.
6498 (dired-sort-other): Use it.
6499
7972fcfc
GM
65002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6501
e024b101 6502 * Release of cc-mode 5.27
7972fcfc
GM
6503
65042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6505
6506 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6507 c-beginning-of-statement-1 that caused a bad case of recursion
6508 which could consume a lot of CPU in large classes in languages
6509 that have in-expression classes (i.e. Java and Pike).
6510
6511 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6512 statements before top level constructs (i.e. case 6 is moved
6513 before case 5 and is now case 4) to catch in-expression
6514 classes in top level expressions correctly.
6515
65162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6517
6518 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6519 objc-method-intro. Case 4 removed and case 5I added.
6520
6521 * cc-langs.el (c-append-paragraph-start): New variable used by
6522 c-common-init to get paragraph-start correct.
6523 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6524 initialize paragraph-start to make it correct both with and
6525 without the javadoc special case.
6526
6527 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6528 initialize paragraph-start for javadoc markup.
6529
6530 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6531 change by defaulting this to t. It's motivated by the
6532 confusing behavior that otherwise arise from the style system
6533 when editing both java and non-java files at the same time
6534 (see the comments about style setting in c-common-init).
6535
65362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6537
6538 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6539 similar to the one in c-fill-paragraph to check the fill
6540 prefix from the adaptive fill function for sanity.
6541
65422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6543
6544 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6545 defun block.
6546
65472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6548
5044b74a 6549 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6550
65512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6552
6553 * cc-align.el (c-lineup-multi-inher): Handle lines with
6554 leading comma nicely. Extended to handle member initializers
6555 too.
6556
e024b101 6557 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6558 c-guess-basic-syntax): Fixed recognition of inheritance lists
6559 when the lines begins with a comma.
6560
5044b74a 6561 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6562
6563 * cc-vars.el (c-offsets-alist): Changed default for
6564 member-init-cont to c-lineup-multi-inher since it now handles
6565 member initializers and indents better for leading commas.
6566
65672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6568
6569 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6570 handling that caused class open lines to be recognized as
6571 statement-conts in some cases.
6572
6573 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6574 guessed by the adaptive fill function unless point is on the
6575 first line of a block comment.
6576
6577 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6578 when the buffer ends with a macro continuation char.
6579
6580 * cc-engine.el (c-guess-basic-syntax): Added support for
6581 function definitions as statements in Pike. The first
6582 statement in a lambda block is now labeled defun-block-intro
6583 instead of statement-block-intro.
6584
6585 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6586 so that the class surrounding point is selected, not the one
6587 innermost in the state.
6588
6589 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6590 recognition of switch labels having hanging multiline
6591 statements.
6592
6593 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6594 some code in c-guess-basic-syntax to a separate function.
6595 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6596 recognition of member inits with multiple line arglists.
6597 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6598 member-init-cont when the commas are in funny places.
6599
66002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6601
6602 * cc-defs.el (c-auto-newline): Removed this macro since it's
6603 not used anymore.
6604
6605 * cc-engine.el (c-looking-at-bos): New helper function.
6606 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6607 inexpr and toplevel classes apart in Pike.
6608
6609 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6610 of case 9A.
6611
6612 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6613 constant, since "class" can introduce an in-expression class
6614 in Pike nowadays.
6615
66162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6617
6618 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6619 indentation on cpp-macro lines.
6620
6621 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6622 a syntax modifier like comment-intro, to make it possible to
6623 get syntactic indentation for preprocessor directives. It's
6624 incompatible wrt to lineup functions on cpp-macro, but it has
6625 no observable effect in the 99.9% common case where cpp-macro
6626 is set to -1000.
6627
66282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6629
6630 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6631 member-init-cont when the preceding arglist is several lines.
6632
66332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6634
6635 * cc-styles.el (c-style-alist): The basic offset for the BSD
6636 style corrected to 8.
6637
66382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6639
6640 * cc-styles.el (c-style-alist): Adjusted the indentation of
6641 brace list openers in the gnu style.
6642
66432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6644
6645 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6646
6647 * cc-cmds.el (c-electric-brace, c-electric-slash,
6648 c-electric-star, c-electric-semi&comma, c-electric-colon,
6649 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6650 when c-syntactic-indentation is nil.
6651
6652 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6653 we were left at comments preceding the first statement when
6654 reaching the beginning of the buffer.
6655
6656 * cc-vars.el (c-syntactic-indentation): New variable to turn
6657 off all syntactic indentation.
6658
66592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6660
6661 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6662 between the text and the block comment ender when it hangs,
6663 depending on how many there are before the fill.
6664
66652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6666
6667 * cc-engine.el (c-beginning-of-closest-statement): New helper
6668 function to go back to the closest preceding statement start,
6669 which could be inside a conditional statement.
6670 * cc-engine.el (c-guess-basic-syntax): Use
6671 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6672
6673 * cc-engine.el (c-guess-basic-syntax): Better handling of
6674 arglist-intro, arglist-cont-nonempty and arglist-close when
6675 the arglist is nested inside parens. Cases 7A, 7C and 7F
6676 changed.
6677
6678 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6679 up-to-date with javadoc 1.2.
6680
66812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6682
6683 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6684 multiline Pike type decls.
6685
66862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6687
6688 * cc-cmds.el (c-indent-new-comment-line): Always break
6689 multiline comments in multiline mode, regardless of
6690 comment-multi-line.
6691
66922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6693
6694 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6695 fully::qualified::names in C++ member init lists. Preamble in
6696 case 5D changed.
6697
66982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6699
6700 * cc-langs.el (c-common-init): Handling of obsolete variables
6701 moved to c-initialize-cc-mode. More compatible style override
6702 when using global style variables.
6703 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6704 variables moved here.
6705
e024b101 6706 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6707 c-special-indent-hook as a style variable. Don't talk about
6708 doing (c-make-styles-buffer-local t) in a mode hook, since
6709 that's already too late to work right.
5044b74a 6710
7972fcfc
GM
6711 * cc-styles.el (c-make-styles-buffer-local): Flag style
6712 variable localness in c-style-variables-are-local-p to make
6713 the compatibility measure in c-common-init work well.
6714
6715 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6716 longer contain set-from-style.
6717 * cc-styles.el (c-initialize-builtin-style): Don't check for
6718 set-from-style on c-special-indent-hook.
6719 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6720 copy-alist is sufficient now.
6721
6722 * cc-styles.el (c-set-style, c-set-style-1,
6723 c-get-style-variables): Fixes to variable initialization so
6724 that duplicate entries in styles have the same effect
6725 regardless of DONT-OVERRIDE.
6726
6727 * cc-styles.el (c-set-style-2): Fixed bug where the
6728 initialization of inheriting styles failed when the
6729 dont-override flag is set.
6730
6731 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6732 on this.
6733
67342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6735
6736 * cc-defs.el (c-forward-comment): Removed the workaround
6737 introduced in 5.38 since it had worse side-effects. If a line
6738 contains the string "//\"", it regarded the // as a comment
6739 start since the \ temporarily doesn't have escape syntax.
6740
67412000-07-17 Emmanuel Briot <briot@act-europe.fr>
6742
6743 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6744 ada-xref.el before ada-prj.el, so that the Project menu is created
6745 when ada-prj tries to add to it.
6746 (ada-activate-keys-for-case): Suppress the characters that are not
6747 part of the Ada syntax. Better compatibility with else-mode
6748 (ada-adjust-case-interactive): When auto-casing is not active,
6749 correctly insert newlines (used to insert only ^M). Prevent the
6750 syntax table from being changed in case of an error
814299a7 6751 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6752 Do nothing if ada-auto-case is nil.
6753 (ada-after-keyword-p): Ignore keywords that are also attributes
6754 (ada-batch-reformat): Update usage comment
6755 (ada-call-from-contextual-menu): New function
6756 (ada-case-read-exceptions): Reinitialize the casing exception list
6757 first to nil first, so that the casing exception file can be
6758 shared.
6759 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6760 files.
6761 (ada-compile-goto-error): Fix regexp used to detect a file:line
6762 anywhere in the error message
6763 (ada-contextual-menu-last-point): New variable
6764 (ada-create-keymap): If the variable delete-key-deletes-forward is
6765 t on XEmacs, it means that DEL should delete one character
6766 forward.
6767 (ada-create-menu): Use :included instead of :visible for XEmacs.
6768 New submenu "Options".
6769 (ada-end-stmt-re): Correctly indent "select ... then abort"
6770 statements.
6771 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6772 even if they don't match ada-fill-comment-prefix Fix handling of
6773 paragraphs on the first or last line of a file.
6774 (ada-format-paramlist): Fix handling of default parameter values.
6775 (ada-get-body-name): New function.
6776 (ada-get-current-indent): Optimized by searchling directly for an
6777 existing generic part or a statement outside of it. Handle
6778 ada-indent-align-comments when indenting comments Replaced some
6779 regexps by testing directly the next character. This results in a
6780 huge speedup on some files. New indentation scheme for renames
6781 statements. Stop looking for the 'while' or 'for' associated with
6782 a 'loop' at the first semicolon encountered. A "return" can also
6783 match an anonymous access subprogram declaration.
6784 (ada-get-indent-noindent): Ignore strings and comments when
6785 looking for the keywords "record" and "private".
6786 (ada-goto-matching-decl-start): When matching "if", make sure we
6787 are not in fact seeing "end if". Ignore "when" statements except
6788 when initial keyword was "begin". Fix handling of nested
6789 procedures. Add a recursive call to this function to skip over
6790 other 'end' statmts. Fix indentation for "when .. => begin"
6791 (ada-in-open-paren-p): Fix indentation for complex boolean
6792 expressions, where 'and then', 'or else' and parenthesis
6793 statements are mixed up.
6794 (ada-in-paramlist-p): Skip comments while searching for the
6795 beginning Fix handling of operator declarations.
6796 (ada-indent-align-comments): New variable
6797 (ada-indent-current): Change the syntax table only in the
6798 protected section, so that we are sure it is restored correctly.
6799 (ada-indent-on-previous-lines): Use ada-use-indent and
6800 ada-with-indent Correctly indent "select ... then"
6801 (ada-indent-region): Slight speedup.
6802 (ada-indent-renames): New variable.
6803 (ada-last-which-function-subprog, ada-last-which-function-line):
6804 New variables
6805 (ada-looking-at-semi-private): Correctly indent the 'private'
6806 keyword when it is the first word in a package declaration.
6807 (ada-loose-case-word): Stop searching if at the end of the buffer.
6808 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6809 even if point is not initially at the end of the word.
6810 (ada-matching-decl-start-re): Add "when".
6811 (ada-mode): Add support for abbrev-mode, outline-mode and
6812 which-func-mode Override the old find-file.el entry in
6813 ff-special-constructs since it is using the obsolete
6814 ada-spec-suffix variable
6815 (ada-no-auto-case): New function
6816 (ada-scan-paramlist): When parsing the argument type, accept
6817 spaces (as in "X 'Class", generated by Rational Rose).
6818 (ada-other-file-name): No longer loads the other file.
6819 (ada-popup-menu): Save and restore the current buffer and cursor
6820 position before and after displaying the menu.
6821 (ada-search-ignore-complex-boolean): New function.
6822 (ada-uncomment-region): Emacs21 already knows how to delete
6823 comments not starting in the first column.
6824 (ada-use-indent): New variable
6825 (ada-which-function): New function.
6826 (ada-with-indent): New variable
6827 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6828 can be batch-compiled from the command line.
6829
6830 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6831 Add to the menu when the file is loaded, not in ada-mode-hook.
6832 Add -toolbar to the default ddd command Switches moved from
6833 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6834 ada-prj-default-comp-opt
6835 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6836 Reference Manual to the menu
6837 (ada-check-current): rewritten as a call to ada-compile-current
6838 (ada-compile): Removed.
6839 (ada-compile-application, ada-compile-current, ada-check-current):
6840 Set the compilation-search-path so that compile.el automatically
6841 finds the sources in src_dir. Automatic scrollong of the
6842 compilation buffer. C-uC-cC-c asks for confirmation before
6843 compiling
6844 (ada-compile-current): New parameter, prj-field
6845 (ada-complete-identifier): Load the .ali file before doing
6846 processing
6847 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6848 conform to gnatmake's behavior.
6849 (ada-find-file-in-dir): New function
6850 (ada-find-references): Set the environment variables for gnatfind
6851 (ada-find-src-file-in-dir): New function.
6852 (ada-first-non-nil): Removed
6853 (ada-gdb-application): Add support for jdb, the java debugger.
6854 (ada-get-ada-file-name): Load the original-file first if not done
6855 yet.
6856 (ada-get-all-references): Handles the new ali syntax (parent types
6857 are found between <>).
6858 (ada-initialize-runtime-library): New function
6859 (ada-mode-hook): Always load a project file when a file is opened,
6860 so that the casing exceptions are correctly read.
6861 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6862 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6863 to open the project file, since the latter does not work with
6864 speedbar Get default values before loading the prj file, or the
6865 default executable file name is wrong. Use the absolute value of
6866 src_dir to initialize ada-search-directories and
6867 compilation-search-path,... Add the standard runtime library to
6868 the search path for find-file.
6869 (ada-prj-default-debugger): Was missing an opening '{'
6870 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6871 variables.
6872 (ada-prj-default-gnatmake-opt): New variable
6873 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6874 buffers, the project file is the default one Save the windows
6875 configuration before displaying the menu.
6876 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6877 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6878 ...) regexp-quote identifiers names to support operators +,
6879 -,... in regexps.
6880 (ada-remote): New function.
6881 (ada-run-application): Erase the output buffer before starting the
6882 run Support remote execution of the application. Use
6883 call-process, or the arguments are incorrectly parsed
6884 (ada-set-default-project-file): Reread the content of the active
6885 project file, not the one from the current buffer When a project
6886 file is set as the default project, all directories are
6887 automatically associated with it.
6888 (ada-set-environment): New function
6889 (ada-treat-cmd-string): New special variable ${current}
6890 (ada-treat-cmd-string): Revised. The substitution is now done for
6891 any ${...} substring
6892 (ada-xref-current): If no body was found, compiles the spec
6893 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6894 compiler to get rid of command line length limitations.
6895 (ada-xref-get-project-field): New function
6896 (ada-xref-project-files): New variable
6897 (ada-xref-runtime-library-specs-path)
6898 (ada-xref-runtime-library-ali-path): New variables
6899 (ada-xref-set-default-prj-values): Default run command now does a
6900 cd to the build directory. New field: main_unit Provide a default
6901 file name even if the current buffer has no prj file.
6902
6903 * ada-prj.el:
6904 Rewritten to show a tabbed-dialog.
6905 (ada-prj-add-ada-menu): Remove the map and name parameters.
6906 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6907 New function
6908 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6909 (ada-prj-load-from-file): New function
6910 (ada-prj-save): Always save fields that depend on the current buffer
6911 (ada-prj-show-value): New function
5044b74a 6912
7972fcfc
GM
6913 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6914 Ada mode. This will allow us to display the Ada menu in any buffer
6915 we want (for project items).
6916 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6917 number of spaces in the header.
5044b74a 6918
8730a8da
DL
69192000-07-24 Dave Love <fx@gnu.org>
6920
6921 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6922
db3ca487
NF
69232000-07-23 Noah Friedman <friedman@splode.com>
6924
ad953485
NF
6925 * type-break.el (type-break): perform autosave.
6926 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6927 (type-break-do-query): Cancel query schedule while performing
6928 actual query, to avoid possibility of a second query being made
6929 while first one is already in progress.
6930 (type-break-time-stamp-format): New variable.
6931 (type-break-time-stamp): New function.
6932 (type-break-time-warning): Use it.
6933 (type-break-keystroke-warning): Use it.
6934 (type-break-noninteractive-query): Use it.
6935
03a9c6d0
NF
6936 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6937 cookie.
6938 Use add-minor-mode to set minor-mode-alist, if available.
6939 (eldoc-echo-area-use-multiline-p): New user option.
6940 (eldoc-echo-area-multiline-supported-p): New variable.
6941 (eldoc-docstring-format-sym-doc): Use them.
6942 (eldoc-mode): If not using idle timers, append to local post and
6943 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6944 (eldoc-display-message-no-interference-p): Don't interfere with
6945 edebug.
6946 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6947 (eldoc-function-arglist): New function.
6948 (eldoc-function-argstring): Use it.
6949
db3ca487
NF
6950 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6951 auto save directory exists before calling directory-files.
6952
f7ad1899
DL
69532000-07-23 Dave Love <fx@gnu.org>
6954
6955 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6956 ^o, ^u.
6957
43e764c9
DL
69582000-07-21 Dave Love <fx@gnu.org>
6959
475de6f4
DL
6960 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6961 now passed to the function. It now works properly.
6962
43e764c9
DL
6963 * smerge-mode.el (smerge-mode-menu): Fill it out.
6964
e8bea4c0
GM
69652000-07-20 Gerd Moellmann <gerd@gnu.org>
6966
6967 * info-look.el (info-lookup): If *info* is shown in another frame
6968 on the same display, select that frame, instead of switching to
6969 the Info buffer in another window of the selected frame.
6970
6971 * simple.el (universal-argument-map): Bind numeric keypad keys
6972 kp-0 to kp-9 and kp-subtract.
6973 (digit-argument): Handle these keys.
6974
bc75b4fd
DL
69752000-07-20 Dave Love <fx@gnu.org>
6976
6977 * net/goto-addr.el (goto-address-fontify): Don't bother with
6978 buffer-modified and read-only stuff -- irrelevant with overlays.
6979 Put an extra property on the overlays and use it to clean up in
6980 case goto-address is re-run.
6981
8b7bc628
RS
69822000-07-19 Richard M. Stallman <rms@gnu.org>
6983
18e21ce8
RS
6984 * timer.el (run-with-idle-timer): Doc fix.
6985
db3ca487 6986 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6987 Handle case where <...> appears inside "...".
6988 Use replace-match to edit the string more simply.
6989 (rmail-dont-reply-to): Cope with an unmatched ".
6990
50575ec2
DL
69912000-07-19 Dave Love <fx@gnu.org>
6992
6993 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6994 implementation.
6995
6996 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6997 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6998 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6999
4279296d
GM
70002000-07-19 Gerd Moellmann <gerd@gnu.org>
7001
47db06aa
GM
7002 * textmodes/refer.el: Correct maintainer's email address.
7003
7004 * progmodes/hideif.el: Correct author's email address.
7005 Fix typo in comment.
7006
7007 * xml.el: New file.
7008
4279296d
GM
7009 * mail/mailheader.el: Correct author's mail address.
7010
7011 * gnus/parse-time.el: Correct author's mail address.
7012
47db06aa 70132000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7014
7015 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7016 New user options.
7017 (comint-input-ring-file-name): Change custom type.
7018 (comint-mode-map): Bind mouse-2.
7019 (comint-insert-clicked-input): New function.
7020 (comint-send-input): Handle input highlighting.
7021
21ad0f7b
SM
70222000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7023
7024 * mouse.el (popup-menu): New function.
7025 (mouse-major-mode-menu): Use it.
7026
3b33a005
DL
70272000-07-18 Dave Love <fx@gnu.org>
7028
7029 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7030 improvements.
7031
dc1cac59
GM
70322000-07-18 Gerd Moellmann <gerd@gnu.org>
7033
21ad0f7b 7034 * faces.el (face-font-selection-order)
dc1cac59 7035 (face-font-family-alternatives): Add custom type.
db3ca487 7036
f8276b77
DL
70372000-07-18 Dave Love <fx@gnu.org>
7038
7039 * cus-edit.el (custom-variable-reset-saved)
7040 (custom-variable-reset-standard): Remove unused bindings.
7041
7042 * rect.el (open-rectangle-line): Remove unused let.
7043
7044 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7045
3d6cd763
GM
70462000-07-18 Gerd Moellmann <gerd@gnu.org>
7047
7048 * cdl.el: Fix `Maintainer' keyword.
7049
7050 * play/pong.el: Add author's email address.
7051
34342a07
SS
70522000-07-17 Sam Steingold <sds@gnu.org>
7053
7054 * files.el (insert-directory): Call `split-string' instead of
7055 re-implementing it.
7056
088831a6
GM
70572000-07-18 Gerd Moellmann <gerd@gnu.org>
7058
7059 * mail/vms-pmail.el: Change maintainer to FSF.
7060
7061 * net/goto-addr.el: Change maintainer to FSF.
7062
7063 * recentf.el: Update from author.
7064
7065 * info.el (Info-title-face-alist): Removed.
db3ca487 7066
68be2869
EZ
70672000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7068
7069 * eshell/eshell.el (eshell): Replace links to eshell.info with
7070 links to eshell, to avoid problems on systems where the manual is
7071 installed as `eshell'.
7072 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7073 * eshell/em-smart.el (eshell-smart): Ditto.
7074 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7075 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7076
7077 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7078 same-file check in the MS-DOS version (it does support inodes).
7079
7080 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7081
21ad0f7b
SM
7082 * eshell/eshell.el (eshell-directory-name):
7083 Run default directory name through convert-standard-filename.
68be2869 7084
269b4dcb
KH
70852000-07-18 Kenichi Handa <handa@etl.go.jp>
7086
21ad0f7b
SM
7087 * international/mule-cmds.el (select-safe-coding-system):
7088 Fix typo in the comment.
240a16cf 7089
21ad0f7b
SM
7090 * language/european.el (compound-text):
7091 Force katakana-jisx0201 to be designated to G1.
aa96c820 7092
21ad0f7b
SM
7093 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7094 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7095 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7096
269b4dcb
KH
7097 * international/kkc.el (kkc-after-update-conversion-functions):
7098 New variable.
7099 (kkc-update-conversion): Run functions in it at the tail.
7100
68be2869 71012000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7102
21ad0f7b
SM
7103 * lisp/align.el (align-newline-and-indent):
7104 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7105 (align-region): Fixed badly formatted minibuffer message.
7106
7a3fd467
KH
71072000-07-17 Kenichi Handa <handa@etl.go.jp>
7108
21ad0f7b 7109 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7110 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7111 the conversion list at first if appropriate.
7112 (kkc-next): Don't update kkc-next-count here.
7113 (kkc-prev): Don't update kkc-prev-count here.
7114 (kkc-show-conversion-list-update): Fix setting up of conversion
7115 list message.
7116
a45423d8
SM
71172000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7118
088831a6 7119 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7120
91a38db1
DL
71212000-07-16 Dave Love <fx@gnu.org>
7122
7123 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7124 function to be more specific.
7125
7126 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7127 non-string help-echo.
7128 (widget-types-convert-widget): Defsubst it.
7129 (widget-echo-help): Try to cope with a help-echo function of two
7130 possible sorts.
7131
3fddcdc3
JR
71322000-07-15 Jason Rumney <jasonr@gnu.org>
7133
7134 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7135 Declare as obsolete.
7136
7137 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7138
bd23a692
GM
71392000-07-14 Gerd Moellmann <gerd@gnu.org>
7140
7141 * hilit-chg.el: Fix typo.
7142
d4af987a
DL
71432000-07-14 Dave Love <fx@gnu.org>
7144
7145 * info.el (Info-mode-menu): Fix use of :help, :enable.
7146
3a4f3f86
SM
71472000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7148
7149 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7150
cf6936a4
DL
71512000-07-13 Dave Love <fx@gnu.org>
7152
4d6d04b5
DL
7153 * emacs-lisp/easymenu.el: Doc fixes.
7154 (easy-menu-remove): Defalias to ignore.
7155
cf6936a4
DL
7156 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7157 Call throw correctly.
7158
56437999
GM
71592000-07-13 Gerd Moellmann <gerd@gnu.org>
7160
7161 * faces.el (frame-background-mode): Doc fix.
7162
7163 * simple.el (eval-expression-print-length): Change custom type to
7164 allow entering nil as value.
7165
d04a3972
DL
71662000-07-13 Dave Love <fx@gnu.org>
7167
3a4f3f86
SM
7168 * progmodes/fortran.el (fortran-imenu-generic-expression):
7169 Change definition layout.
a8189dfe
DL
7170 (fortran-mode-menu): Reinstate customize entries.
7171
d04a3972
DL
7172 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7173 Use :filter, per old XEmacs code.
7174
4bf4fb05
GM
71752000-07-12 Gerd Moellmann <gerd@gnu.org>
7176
7177 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7178 event when deciding what to send to the terminal.
7179
37328bcd
DL
71802000-07-12 Dave Love <fx@gnu.org>
7181
7182 * cus-start.el: Add optional version as 4th element of specs and
7183 use it for several things new in v21. Remove load-path. Fix type
7184 of line-number-display-limit.
7185
89492072
DL
71862000-07-11 Dave Love <fx@gnu.org>
7187
3a4f3f86
SM
7188 * progmodes/fortran.el: Don't require easymenu.
7189 Use repeat counts in various regexps.
315aa1de
DL
7190 (fortran-mode-syntax-table): Defvar directly.
7191 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7192 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7193 Use defvar, not defconst.
7194 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7195 (fortran-mode): Set fortran-comment-line-start-skip,
7196 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7197 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7198 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7199 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7200 (fortran-comment-region, fortran-electric-line-number): Simplify.
7201 (fortran-auto-fill): New function.
7202 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7203 (fortran-find-comment-start-skip):
7204 Check for non-null comment-start-skip.
7205 (fortran-auto-fill-mode, fortran-fill-statement):
7206 Use fortran-auto-fill.
315aa1de 7207 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7208 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7209
89492072
DL
7210 * widget.el (widget-plist-member): New alias.
7211
d55ead18
EZ
72122000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7213
7214 * eshell/esh-module.el (toplevel): Reference
7215 byte-compile-current-file only if it is bound.
7216
e82a2a05
GM
72172000-07-10 Gerd Moellmann <gerd@gnu.org>
7218
7219 * dired.el: Don't require `dired-aux'.
7220
1fc7fb2b
MB
72212000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7222
7223 * dired-aux.el (dired-show-file-type): New function.
7224 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7225 (dired-show-file-type): Add autoload.
7226
ab49ce15
KH
72272000-07-10 Kenichi Handa <handa@etl.go.jp>
7228
7229 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7230 change of fontset-info.
ab49ce15
KH
7231 (print-fontset): Likewise.
7232
f45aab65
SM
72332000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7234
7235 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7236
2f72fd2f
GM
72372000-07-07 Gerd Moellmann <gerd@gnu.org>
7238
e82a2a05 7239 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7240
2f72fd2f
GM
7241 * dired.el (dired-find-alternate-file): New function.
7242 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7243 (toplevel): Require dired-aux when compiling.
7244 (dired-buffers): Move defvar within file to avoid compiler warning.
7245
7246 * info.el (Info-last-search): Variable removed.
7247 (Info-search-history): New variable.
7248 (Info-search): New Info-search-history.
7249
7250 * battery.el, info-look.el: Change author's mail address.
7251
965522f5 72522000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7253
965522f5
GM
7254 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7255 if rmail-ignored-headers is nil.
7256 (rmail-retry-failure): Bind rmail-ignored-headers and
7257 rmail-displayed-headers to nil.
7258
dd8888a1
GM
72592000-07-06 Gerd Moellmann <gerd@gnu.org>
7260
e5c81191
GM
7261 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7262 (print-region-1): Don't hard code `-h' here.
7263
dd8888a1
GM
7264 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7265
e5c81191
GM
72662000-07-01 Francesco Potorti` <pot@gnu.org>
7267
7268 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7269 exim can use "your message" instead of "the message".
34342a07 7270
f45aab65
SM
72712000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7272
7273 * facemenu.el: Docstrings fixes.
7274 (facemenu-get-face): Don't use internal-find-face.
7275 (facemenu-iterate): Rename arg to match the docstring.
7276
7277 * newcomment.el (uncomment-region): Be more careful when skipping
7278 backwards over `=' not to bump into BOBP.
7279
d396e521 72802000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7281
dd8888a1
GM
7282 * ediff-diff.el (ediff-wordify): Use syntax table.
7283 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7284 ediff-color-display-p.
dd8888a1 7285 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7286 from defsubst.
7287 Got rid of special cases for NeXT and OS/2.
dd8888a1 7288 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7289 face.
34342a07 7290
5e2dfaa4
SM
72912000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7292
7293 * emacs-lisp/lucid.el: Require CL.
7294 (copy-tree, remprop): Remove, it's provided by CL.
7295 (map-keymap): Define in terms of cl-map-keymap.
7296 (extent-property, set-extent-end-glyph): New functions.
7297
7298 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7299
d5c5cddd
GM
73002000-07-05 Gerd Moellmann <gerd@gnu.org>
7301
485266d0
GM
7302 * Makefile.in (DONTCOMPILE): Add comment that the name may
7303 not be changed without changing the make-dist script.
7304
5e2dfaa4 7305 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7306 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7307
e2c46326
AI
73082000-07-05 Andrew Innes <andrewi@gnu.org>
7309
7310 * makefile.nt: Add support for `bootstrap' and related targets.
7311
a027a91b
SM
73122000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7313
7314 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7315 (easy-menu-do-define): Use `menu-item' format.
7316 Handle case where easy-menu-create-menu returns a symbol.
7317 Manually call the potential top-level filter in the function binding.
7318 (easy-menu-filter-return): New arg NAME.
7319 Convert to a keymap if MENU is an XEmacs menu.
7320 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7321 (easy-menu-converted-items-table, easy-menu-convert-item):
7322 New var and fun to memoize easy-menu-convert-item-1.
7323 (easy-menu-do-add-item): Use it.
7324 (easy-menu-create-menu): Use easy-menu-convert-item.
7325 Wrap easy-menu-filter-return around any :filter specification.
7326 Don't convert the menu if a filter was specified.
7327 Tell easy-menu-make-symbol not to check for MENU being an expression.
7328 (easy-menu-make-symbol): New arg NOEXP.
7329
5e03eb84
GM
73302000-07-05 Gerd Moellmann <gerd@gnu.org>
7331
7332 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7333 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7334 (eval-defun): If called with prefix arg, instrument code for
7335 Edebug.
7336
7337 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7338 similar to that of eval-defun.
7339
fca68a95
DL
73402000-07-04 Dave Love <fx@gnu.org>
7341
7ccbba4c
DL
7342 * hl-line.el (hl-line-overlay): Make it permanent-local.
7343
fca68a95
DL
7344 * calendar/todo-mode.el: Replaced with a working version, based on
7345 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7346
73472000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7348
7349 * paths.el (prune-directory-list): New function.
7350 (Info-default-directory-list): Rewritten to more methodically
7351 enumerate a big list of possible info directories (based on the
7352 list used by the standalone info reader).
fca68a95 7353
78e7e8a0 7354 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7355 non-existent directories from Info-directory-list.
78e7e8a0 7356
78e7e8a0
MB
7357 * paths.el (Info-default-directory-list): Try a list of possible
7358 info-directories instead of a single one. Add the possible
7359 info directory "/usr/share/info".
7360
7361 * woman.el (woman-man.conf-path): Explicitly include the debian
7362 man-db config file "/etc/manpath.config".
7363 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7364 are present in `manpath.config'.
7365 (woman-manpath): Include "/usr/share/man".
7366
67c9a1d2
GM
73672000-07-03 Gerd Moellmann <gerd@gnu.org>
7368
6753393b
GM
7369 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7370
7371 * startup.el (command-line): Initialize blink-cursor based
7372 on window-system.
7373
e4f98ad3
GM
7374 * frame.el (blink-cursor): Default to nil if not running under
7375 a window-system.
7376
2f516940
GM
7377 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7378 (face-x-resources): Remove duplicate entry for :font.
7379
67c9a1d2
GM
7380 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7381 instead of cycling through windows with next-window.
7382
7383 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7384 of cycling through windows with next-window.
7385
7386 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7387 of cycling through windows with next-window.
7388
7389 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7390 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7391 instead of cycling through windows with next-window.
7392
7393 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7394 instead of cycling through windows with next-window.
7395
7396 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7397 of cycling through windows with next-window.
7398
7399 * terminal.el (te-process-output): Use walk-windows instead of
7400 cycling through windows with next-window.
7401
7402 * server.el (server-switch-buffer): Use some-window instead of
7403 cycling through windows with next-window.
7404
7405 * window.el (some-window): New function.
7406 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7407
3a4f3f86 7408 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7409
8b7bc628 74102000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7411
7412 * window.el (walk-windows): Guarantee termination by keeping a list
7413 of all the windows already handled.
7414
d0d57043
EZ
74152000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7416
7417 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7418 window-system.
7419
7420 * man.el (Man-notify-when-ready): Don't use window-system. If
7421 Man-notify-method is newframe, and the display is not
7422 multi-frame, select the frame created for the man page.
7423 (Man-init-defvars): Doc fix.
7424
d5483ab1
GM
74252000-06-28 Gerd Moellmann <gerd@gnu.org>
7426
af5c25e1
GM
7427 * faces.el (region): Change background color for light background.
7428
7429 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7430 attribute from mode-line face of Ediff control frame.
7431
d5483ab1
GM
7432 * replace.el (query-replace-map): Bind `e' like `E'.
7433
9d47450f
EZ
74342000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7435
3a4f3f86
SM
7436 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7437 Change name to "Select All".
496b7491 7438
9d47450f
EZ
7439 * dos-fns.el (convert-standard-filename): Fix last change.
7440
0b431deb
GM
74412000-06-27 Gerd Moellmann <gerd@gnu.org>
7442
4fa9f636
GM
7443 * help.el (describe-variable): Don't insert a second `'s' in front
7444 of the string `value is shown below'. Since the syntax-table is
7445 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7446 an existing `'s', so that this won't be deleted.
7447
0b431deb
GM
7448 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7449 * pcmpl-unix.el: New files.
7450
32cad0aa
SM
74512000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7452
7453 * wid-edit.el (widget-member): Use the new plist-member.
7454
2c69ced2
GM
74552000-06-26 Gerd Moellmann <gerd@gnu.org>
7456
44c0f771
GM
7457 * replace.el (perform-replace): Undo change of 2000-04-04.
7458 Instead, move backward 1 character at the end of the loop when
7459 necessary.
34342a07 7460
1d36487c
GM
7461 * faces.el (fringe): Change face for different backgrounds.
7462
7463 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7464 patch from John.
7465
2c69ced2
GM
7466 * eshell/*.el: Change spelling of the Free Software Foundation.
7467
7468 * eshell/esh-toggle.el: Removed.
7469
7470 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7471
7472 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7473 interactively.
7474
74752000-06-26 Alex Schroeder <alex@gnu.org>
7476
7477 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7478 `define-key'; instead of checking `(emacs-version)' check for
7479 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7480 for `;' and `o' which might be electric.
7481
7482 (sql-electric-stuff): New user option.
7483 (sql-magic-go): New function which uses `sql-electric-stuff'.
7484 (sql-magic-semicolon): New function which uses
7485 `sql-electric-stuff'.
7486
7487 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7488 is not fboundp.
7489
7490 (sql-oracle-options): New variable.
7491 (sql-oracle): Use it.
7492
7493 (sql-imenu-generic-expression): Doc change.
7494 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7495 is used.
7496
7497 (sql-informix): Added command line parameter "-" to force
7498 sql-informix-program to use stdout.
7499
db1306d8
EZ
75002000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7501
3a4f3f86 7502 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7503 (cp864-decode-table): Doc fix.
7504 (cp720-decode-table): New variable, supports the Arabic OEM
7505 codepage used by Windows.
7506 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7507
c69e5fcd
DL
75082000-06-23 Dave Love <fx@gnu.org>
7509
7510 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7511 (font-lock-fontify-anchored-keywords): Use
7512 line-beginning-position.
7513 (global-font-lock-mode): Use mapc.
7514
30ad8f23
SM
75152000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7516
7517 * eshell/esh-module.el: Require CL when compiling.
7518
26b4dc84
GM
75192000-06-23 Gerd Moellmann <gerd@gnu.org>
7520
78c56e70
GM
7521 * comint.el (comint-substitute-in-file-name): Call replace-match
7522 with second and third arg t.
7523
34342a07 7524 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7525 Specify foreground color.
7526
7527 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7528 color.
7529
affbf647
GM
7530 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7531
7532 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7533 cddr instead of cdddr.
7534
25fffb31
GM
7535 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7536 instead of copy-list.
7537
7538 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7539 of copy-list.
7540
26b4dc84
GM
7541 * subdirs.el: Add eshell subdirectory.
7542
7543 * eshell: New subdirectory containing the Eshell package.
7544
7545 * pcomplete.el: New file.
7546
78c56e70
GM
75472000-06-23 Paul Eggert <eggert@twinsun.com>
7548
ea055732
GM
7549 * mail/mailpost.el (post-mail-send-it): Make sure file has
7550 proper permissions from birth.
7551
7552 * files.el (basic-save-buffer-2): When temporarily setting
7553 file modes, set them to current modes plus 0200, not to 0777.
7554
78c56e70
GM
7555 * emerge.el (emerge-make-temp-file): Make sure file has proper
7556 permissions from birth.
7557
a3a7ff33
EZ
75582000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7559
7560 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7561 backup file name through convert-standard-filename.
7562
7563 * dos-fns.el (convert-standard-filename): Convert leading
7564 directories as well. When long file names are supported, convert
7565 characters that are invalid in Windows file names.
7566
1fd9b7fe
GM
75672000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7568
7569 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7570 ps-print crashes. New feature: page selection for printing. Create
7571 raw-text-unix coding system for XEmacs. Doc fix.
7572 (ps-print-version): New version number (5.2.3).
7573 (ps-plot-region): Bug fix.
7574 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7575 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7576 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7577 funs.
7578 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7579 (ps-last-page): New vars.
7580
16ed8416
GM
75812000-06-21 Gerd Moellmann <gerd@gnu.org>
7582
7583 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7584 empty option string.
7585
4fbee715
EZ
75862000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7587
7588 * man.el (man): Doc fix.
7589
eaecfc94
KH
75902000-06-21 Kenichi Handa <handa@etl.go.jp>
7591
7592 * international/mule-cmds.el (set-language-info-alist): Docstring
7593 fixed.
7594
4a27bdfb
GM
75952000-06-20 Gerd Moellmann <gerd@gnu.org>
7596
7597 * version.el (emacs-version): Use ISO date format.
7598
7599 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7600 instead of `M-backspace'.
7601
7602 * simple.el (turn-off-auto-fill): New function.
7603
8972fe79
SM
76042000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7605
7606 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7607 Renamed from with-buffer-prepared-for-font-lock and use
7608 inhibit-modification-hooks rather than setting *-change-functions.
7609 Update all functions to use the new name.
7610 (jit-lock-first-unfontify-pos): New semantics (and doc).
7611 (jit-lock-mode): Make non-interactive.
7612 Don't automatically turn on font-lock.
7613 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7614 Always use jit-lock-after-change.
7615 Remove and restore font-lock-after-change-function.
7616 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7617 (jit-lock-after-unfontify-buffer): Remove.
7618 (jit-lock-stealth-fontify):
7619 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7620 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7621
5d80cc9c
SS
76222000-06-20 Sam Steingold <sds@gnu.org>
7623
7624 * emacs-lisp/cl-indent.el (toplevel): Indent
7625 `print-unreadable-object' properly. Untabify.
7626
f54e4d13
CD
76272000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7628
7629 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7630 Support for bibentry.
7631 (reftex-compile-variables): Fixed problem with end of section-re.
7632
7633 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7634 reftex-view-crossref-from-bibtex):
7635 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7636 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7637 Replaced `remprop' with `put'.
8972fe79
SM
7638 (reftex-view-crossref, reftex-view-crossref-when-idle):
7639 Support for bibentry.
f54e4d13 7640
8972fe79
SM
7641 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7642 New entry for bibentry package.
f54e4d13 7643
8972fe79
SM
7644 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7645 Regexp also matches "\nobibliography".
f54e4d13 7646
8972fe79
SM
7647 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7648 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7649 (reftex-ensure-write-access): New function.
7650
f54e4d13
CD
76512000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7652
7653 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7654
7655 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7656
7657 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7658
7659 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7660
7661
560c43f4
DL
76622000-06-20 Dave Love <fx@gnu.org>
7663
7664 * faces.el (frame-background-mode): Use set-default, not set, in
7665 setter.
7666 (frame-update-faces, frame-update-face-colors): Define with
7667 defalias.
7668
7669 * enriched.el (enriched-decode-foreground)
7670 (enriched-decode-background): Don't use internal-find-face.
7671
7672 * apropos.el: Doc fixes.
7673
7674 * cus-edit.el (customize-changed-options): Check arg.
7675 (customize-version-lessp): Don't require decimal point.
7676
7677 * custom.el (defcustom, defgroup): Doc fix.
7678
7679 * newcomment.el (comment) <defgroup>: Add :version.
7680 (comment-multi-line): Doc fix.
7681
7682 * emulation/mlsupport.el (define-hooked-local-abbrev,
7683 define-hooked-global-abbrev): Fix, using define-abbrev.
7684
cdf0357b
GM
76852000-06-19 Gerd Moellmann <gerd@gnu.org>
7686
7687 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7688 the whole buffer.
7689
10013d74
DL
76902000-06-19 Dave Love <fx@gnu.org>
7691
7692 * menu-bar.el (menu-bar-options-save): New function.
7693 (menu-bar-options-menu): Use it.
7694 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7695 Simplify.
7696
6922f208
AS
76972000-06-19 Andreas Schwab <schwab@suse.de>
7698
7699 * progmodes/etags.el (tags-query-replace): Put new parameters
7700 START and END at the end, for backward compatibility.
7701
10d7bf84
KH
77022000-06-19 Kenichi Handa <handa@etl.go.jp>
7703
7704 * international/codepage.el:
7705 (cp-coding-system-for-codepage-1): Delete special codes for
7706 generating xxx-dos coding system because now a CCL based coding
7707 system can handle EOL conversion by default.
7708
7709 * international/mule.el (make-coding-system): Generate subsidiary
7710 coding systems for EOL handling variants even for a CCL based
7711 coding system.
7712
8f3c9a3d
KH
77132000-06-19 Kenichi Handa <handa@etl.go.jp>
7714
7715 * international/isearch-x.el (isearch-minibuffer-input-method)
7716 (isearch-minibuffer-input-method-function): These variables
7717 deleted.
7718 (isearch-with-input-method): Don't use the above variables.
7719 (isearch-process-search-multibyte-characters): Likewise. Call
7720 read-string with the arg INHERIT-INPUT-METHOD t.
7721
c2acf685
SM
77222000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7723
13f0d185
SM
7724 * font-lock.el (font-lock-after-fontify-buffer)
7725 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7726
7727 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7728 Use consistent make-local-variable style for font-lock-fontified.
7729 (jit-lock-fontify-buffer):
7730 Don't bother checking for font-lock-mode and jit-lock-mode.
7731
c2acf685
SM
7732 * time.el: Remove trailing ^M that prevent CVS-merging.
7733
a9021acd
GM
77342000-06-16 Gerd Moellmann <gerd@gnu.org>
7735
7736 * Makefile.in (distclean): New target.
5d80cc9c 7737
0df68e9f
SM
77382000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7739
7740 * Makefile.in (srcdir): Define for update-subdirs.
7741
6344985d
GM
77422000-06-16 Gerd Moellmann <gerd@gnu.org>
7743
7744 * find-lisp.el: New file.
7745
63239267
AI
77462000-06-16 Andrew Innes <andrewi@gnu.org>
7747
7748 * time.el (display-time-mail-function): New variable, to allow
7749 external packages to indicate when new mail is available.
7750 (display-time-update): Use it.
7751
1699f991
KH
77522000-06-16 Kenichi Handa <handa@etl.go.jp>
7753
a3b37893
KH
7754 * international/mule.el (mule-version): Change version name to
7755 SAKAKI. AOI has already been used by Meadow.
7756
1699f991
KH
7757 * international/quail.el (quail-show-guidance-buf): To find the
7758 bottom window (but minibuffer), pay attention to the height of
7759 minibuffer.
7760
228b083e
EZ
77612000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7762
7d5c8691
EZ
7763 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7764 menu-bar menus. Add help strings. Don't remove the Edit menu
7765 from the menu bar, as the menu bar has enough space now.
7766
261f3289
EZ
7767 * Makefile.in (SHELL): Make sure /bin/sh is used.
7768
228b083e
EZ
7769 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7770 characters, which use series of two ^H characters instead of one.
7771
e27e8d71
GM
77722000-06-15 Gerd Moellmann <gerd@gnu.org>
7773
5d80cc9c 7774 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7775 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7776 functions.
451ec4e3
GM
7777 (Info-find-node-2): Try a case-sensitive search first, then
7778 do a case-insensitive search.
7779
7780 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7781 tutorials.
7782
b675095c
GM
7783 * complete.el (PC-env-vars-alist): New variable.
7784 (PC-complete-as-file-name): New function.
7785 (partial-completion-mode): Initialize PC-env-vars-alist from
7786 process-environment.
7787 (PC-do-completion): Handle completion of env vars.
7788
7789 * info.el (Info-set-mode-line): Show file name in mode line,
7790 use `*Info*' instead of `Info:'.
7791
e27e8d71
GM
7792 * startup.el (command-line-1): Change copyright messages to year
7793 2000.
7794
28223a7e
DL
77952000-06-15 Dave Love <fx@gnu.org>
7796
7797 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7798 not local-map.
7799
32684631
KH
78002000-06-15 Kenichi Handa <handa@etl.go.jp>
7801
7802 * international/mule.el (set-buffer-file-coding-system): Almost
7803 rewritten to handle `undecided' as no-op.
7804
9f817ea4
GM
78052000-06-14 Gerd Moellmann <gerd@gnu.org>
7806
e27e8d71 7807 * Makefile.in: New file.
dce6b995
GM
7808
7809 * Makefile: Removed.
7810
9f817ea4
GM
7811 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7812 (goto-address-highlight-keymap): Bind C-c RET.
7813
2de33f94
KH
78142000-06-14 Kenichi Handa <handa@etl.go.jp>
7815
bbf1e8a5
KH
7816 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7817 inherits buffer-file-coding-system of the current buffer.
725a6897 7818
02891cc3
KH
7819 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7820 0. Give correct argument to set-auto-coding-function.
7821 (tar-expunge): For goto-char, use (point-min), not 0.
7822 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7823 (tar-subfile-save-buffer): Likewize.
7824
2de33f94
KH
7825 * international/mule.el
7826 (after-insert-file-set-buffer-file-coding-system): Call
7827 set-buffer-file-coding-system with the arg FORCE t.
7828
1681ead6
GM
78292000-06-13 Gerd Moellmann <gerd@gnu.org>
7830
7831 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7832 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7833 the sender is set with `-f'.
1681ead6 7834
fdf4b680
DL
78352000-06-13 Dave Love <fx@gnu.org>
7836
9c50afce
DL
7837 * help.el (describe-function-1): Kluge around cases of functions
7838 fset to subrs whose doc doesn't match their symbol-name.
7839
0ad550ba 7840 * image.el (insert-image): Default STRING to a space.
f290ca08 7841
fdf4b680 7842 * info.el Doc fixes.
5d80cc9c 7843 (Info-build-node-completions): Match Ref tags.
fdf4b680 7844
9b6610db
EZ
78452000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7846
a704139d
EZ
7847 * frame.el (display-multi-frame-p, display-multi-font-p): New
7848 defaliases for display-graphic-p.
7849
9b6610db
EZ
7850 * hl-line.el: Fixed a typo in commentary.
7851
7a5ea398
KH
78522000-06-13 Kenichi Handa <handa@etl.go.jp>
7853
7854 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7855 fixed.
7856
0dc91c57
DL
78572000-06-12 Dave Love <fx@gnu.org>
7858
7859 * image.el (insert-image): Save a little consing.
7860
0bd5914b
KH
78612000-06-12 Kenichi Handa <handa@etl.go.jp>
7862
7863 * language/tibet-util.el: Convert all tibetan-1-column characters
7864 to the corresponding tibetan characters.
7865 (tibetan-add-components): Delete code for the special treatment of
7866 'a chung.
7867
7868 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7869 change.
7870 (tibetan-vowel-transcription-alist): More rules added.
7871 (tibetan-composite-vowel-alist): New variable.
7872 (tibetan-precomposition-rule-alist): More rules added.
7873
6dc7d3d5
SM
78742000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7875
9c04c393
SM
7876 * startup.el (command-line): Only call menu-bar-mode if interactive.
7877
7878 * thingatpt.el (toplevel symbol-properties):
7879 * textmodes/makeinfo.el (makeinfo-compile):
7880 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7881 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7882 (hide-ifdef-use-define-alist):
5d80cc9c 7883 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7884 (ange-ftp-vms-add-file-entry):
7885 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7886 * man.el (Man-build-man-command):
7887 * mail/rnewspost.el (news-reply-header-hook):
7888 * info.el (Info-insert-dir):
7889 * emulation/mlconvert.el (backward-word, forward-word, setq):
7890 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7891 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7892 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7893 (byte-optimize-apply, end of file):
7894 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7895 (ad-make-freeze-definition):
7896 * startup.el (command-line, command-line-1): Don't quote lambdas.
7897
6dc7d3d5
SM
7898 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7899 (cvs-cleanup-removed): New function.
7900 (cvs-cleanup-functions): New var.
7901 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7902 some flexibility in specifying additional entries to auto-cleanup.
7903 (cvs-quickdir): New function.
7904 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7905 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7906 (cvs-mode-find-file): Check that we are on a filename or dirname
7907 when invoked through a mouse-click.
7908 (cvs-full-path): Remove.
7909 (cvs-dired-action): Re-introduced.
7910 (cvs-dired-noselect): Use it.
7911 (vc-post-command-functions): use this new hook if available.
7912
7913 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7914 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7915 (cvs-filename-map, cvs-dirname-map): Remove.
7916 (cvs-default-action): Remove.
7917 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7918 if the arg is really a keymap.
7919 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7920 Don't hardcode the mapping from state (aka type) to face, but check
7921 the var cvs-fi-<type>-face instead.
7922 (cvs-fileinfo-from-entries): New function.
7923
7924 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7925 Docstring fix.
7926 (cvs-find-file-and-jump): Change default to be safer.
7927 (cvs-mode-diff-map): Define it as a function as well.
7928 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7929 Bind mouse-2 in this global map rather than with text-properties.
7930
7931 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7932 file to resolve the ambiguity between C(conflict) and C(need-merge).
7933
5050a2ef
KH
79342000-06-12 Kenichi Handa <handa@etl.go.jp>
7935
7936 * international/mule.el (set-buffer-file-coding-system): If
7937 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7938 unconditionally.
7939
35a7ac84
DL
79402000-06-12 Dave Love <fx@gnu.org>
7941
7942 * wid-edit.el (widget-specify-button): Really suppress the face if
7943 required.
7944
db8eeecd
GM
79452000-06-11 Gerd Moellmann <gerd@gnu.org>
7946
7947 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7948
70223ca4
SM
79492000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7950
7951 * imenu.el (imenu-generic-expression): Docstring fix.
7952
7953 * composite.el (composition-function-table): Move the `put'
7954 below the autoload cookie so we can load the file before loaddefs.
7955
7956 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7957
7958 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7959 Handle easy-mmode-define-global-mode.
7960 For complex macros like define-minor-mode that can generate
7961 several autoload entries, try to autoload entries in the
7962 macroexpanded code.
7963
7964 * emacs-lisp/easy-mmode.el (define-minor-mode):
7965 If KEYMAP is a symbol, just use it.
7966 Use byte-compile-current-file and load-file-name to infer the
7967 proper :require to pass to defcustom.
7968 Wrap the hook var into `progn' so as not to autoload it.
7969 Add a :autoload-end cookie.
7970 Be more careful about the evaluation of KEYMAP.
7971 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7972 (define-derived-mode): Move define-abbrev-table outside of defvar.
7973
79742000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7975
7976 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7977 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7978 (backup-compiled-files): Ignore errors during `tar'.
7979 (bootstrap): Make autoloads before elc files.
7980
9c53b34e
KH
79812000-06-10 Kenichi Handa <handa@etl.go.jp>
7982
7983 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7984 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7985
7986 * international/mule-conf.el (unix): New alias for the coding
7987 system undecided-unix.
7988
22ddd299
DL
79892000-06-09 Dave Love <fx@gnu.org>
7990
5ee42746
DL
7991 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7992
70223ca4 7993 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7994 (executable-insert): Change custom type.
7995 (executable-find): Add autoload cookie.
cc7e1d18
DL
7996 (executable-make-buffer-file-executable-if-script-p): New
7997 function. After Noah Friedman.
22ddd299
DL
7998
7999 * files.el (after-save-hook): Customize, with
cc7e1d18 8000 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8001
41ea3794
KH
80022000-06-09 Kenichi Handa <handa@etl.go.jp>
8003
f89437e3
KH
8004 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8005 "tib24p-mule.bdf" for Tibetan.
8006
7a4ee259
KH
8007 * composite.el (decompose-composite-char): Declare it as obsolete.
8008
ff6a65c2
KH
8009 * man.el (Man-fontify-manpage): Pay attention to underline and
8010 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8011
f83fe4b4
GM
80122000-06-08 Gerd Moellmann <gerd@gnu.org>
8013
8014 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8015 Set maintainer to FSF since author isn't reachable.
8016
e56d7900
DL
80172000-06-08 Dave Love <fx@gnu.org>
8018
8019 * international/mule-cmds.el (select-safe-coding-system): If
8020 DEFAULT-CODING-SYSTEM is not specified, also check the most
8021 preferred coding-system if buffer-file-coding-system is
8022 `undecided'. From Handa.
8023
d3981b49
KH
80242000-06-08 Kenichi Handa <handa@etl.go.jp>
8025
8026 * international/mule.el
8027 (after-insert-file-set-buffer-file-coding-system): If the buffer
8028 size is greater than INSERTED, judget that we are not visiting.
8029
bff71087
RV
80302000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8031
8032 * whitespace.el (defgroup whitespace): Comment out `:version'.
8033 XEmacs 20.4 has problems defining the group with this present.
8034 We'll have this commented out till get resolve the problem.
8035
45f485a6
GM
80362000-06-07 Gerd Moellmann <gerd@gnu.org>
8037
8038 * align.el: Update from author.
8039
80402000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8041
8042 * apropos.el (apropos-mode-hook): New user variable.
8043 (apropos-mode): Run apropos-mode-hook.
bff71087 8044
45f485a6
GM
80452000-06-07 David Ponce <david@dponce.com>
8046
8047 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8048 commands. Require `wid-edit' at run-time.
8049
80502000-06-07 David Ponce <david@dponce.com>
8051
8052 * recentf.el: Added some "Commentary".
8053 (recentf-open-more-files, recentf-edit-list): Minor changes to
8054 move the point at the top of the file list. This behaviour is
8055 consistent with the menu one when the list contains a lot of
8056 files.
8057 (recentf-cleanup): Now displays the number of items removed from
8058 the list.
8059 (recentf-relative-filter) New menu filter to show filenames
8060 relative to `default-directory'.
bff71087 8061
45f485a6
GM
80622000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8063
8064 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8065 with/without giving an error if PostScript printer doesn't have this
8066 kind of page size. Zebra Stripe continues or restarts on next page.
8067 Manual/automatic paper feeding. Switch or not the header.
8068 (ps-print-version): New version number (5.2.2).
8069 (ps-windows-system): Include emx as a Windows system.
8070 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8071 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8072 (ps-background-text): Code fix.
8073 (ps-error-handler-message, ps-user-defined-prologue)
8074 (ps-print-prologue-header, ps-printer-name)
8075 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8076 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8077 (ps-use-face-background): Customization fix.
8078 (ps-n-up-database): Data fix.
8079 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8080 (ps-switch-header): New vars.
8081 (ps-xemacs-color-name, ps-face-foreground-name)
8082 (ps-face-background-name, ps-boolean-constant): New funs.
8083
c14dcd22
DL
80842000-06-07 Dave Love <fx@gnu.org>
8085
8086 * allout.el: New version from Manheimer.
8087
e4044bb0
KH
80882000-06-07 Kenichi Handa <handa@etl.go.jp>
8089
8090 * textmodes/fill.el (fill-find-break-point): Check the validity of
8091 charset.
8092
59cfe8b9
KF
80932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8094
8095 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8096 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8097 Call display-color-p and display-mouse-p instead of looking at
8098 window-system.
8099
bb2337f5
DL
81002000-06-06 Dave Love <fx@gnu.org>
8101
8102 * image.el (find-image): Doc fix. Return nil if image not found.
8103 (put-image, insert-image): Make STRING arg optional.
8104
8e624fa2
KH
81052000-06-06 Kenichi Handa <handa@etl.go.jp>
8106
8107 * language/vietnamese.el: Remove eval-when-compile.
8108 (viet-viscii-nonascii-translation-table): Define it as a
8109 translation table made from viet-viscii-decode-table.
8110 (viet-viscii-encode-table): Define it as a translation table made
8111 from the reverse map of above.
8112 (viet-vscii-nonascii-translation-table): Define it as a
8113 translation table made from viet-vscii-decode-table.
8114 (viet-vscii-encode-table): Define it as a translation table made
8115 from the reverse map of above.
8116 (ccl-decode-viscii): Use translate-character.
8117 (ccl-encode-viscii, ccl-encode-viscii-font)
8118 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8119 Likewize.
bff71087 8120
8e624fa2
KH
8121 * language/cyrillic.el: Remove eval-when-compile.
8122 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8123 translation table made from cyrillic-koi8-r-decode-table.
8124 (cyrillic-koi8-r-encode-table): Define it as a translation table
8125 made from the reverse map of above.
8126 (ccl-decode-koi8): Use translate-character.
8127 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8128 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8129 a translation table made from cyrillic-alternativnyj-decode-table.
8130 (cyrillic-alternativnyj-encode-table): Define it as a translation
8131 table made from the reverse map of above.
8132 (ccl-decode-alternativnyj): Use translate-character.
8133 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8134 Likewize
8135
8136 * international/mule-diag.el (non-iso-charset-alist): Specify
8137 translation table symbol instead of translation table itself.
8138 (list-block-of-chars): CHARSET may be a translation table symbol.
8139
8140 * international/mule.el (make-coding-system): If CODING-SYSTEM
8141 already exists, override it.
8142
8143 * international/fontset.el: Use family `proportional' for Tibetan
8144 fonts.
8145
8146 * international/ccl.el (ccl-compile-translate-character): Don't
8147 check if Rrr has property translation-table.
8148 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8149
1969fae2
GM
81502000-06-05 Gerd Moellmann <gerd@gnu.org>
8151
8152 * info.el: Bind case-fold-search to t when searching in case
8153 a user sets it to nil in a hook.
8154
d5b037c5
SM
81552000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8156
d3d02e65
SM
8157 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8158 * hl-line.el (hl-line-mode): Use the new :global key argument.
8159
8160 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8161 (tar-clip-time-string): Prepend a space.
8162 (tar-grind-file-mode): Construct a string rather than modifying one.
8163 (tar-header-block-summarize): Fix docstring.
8164 Use `format' rather than an error-prone set of copy-loops.
8165
8166 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8167 (diff-goto-source, diff-unified->context, diff-context->unified)
8168 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8169 understand the format output by the `-p' argument to diff.
8170
bff71087 8171 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8172 (sh-re-done): Use defconst.
8173 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8174 (sh-help-string-for-variable, sh-guess-basic-offset):
8175 Don't quote lambdas.
8176 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8177 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8178
f7c4478f
SM
8179 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8180 (mh-letter-mode): Derive from text-mode.
8181 This implicitly means that it now calls kill-all-local-variables.
8182 Also remove the Emacs-18 compatibility code.
8183
a8add29d
SM
8184 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8185 Make use of symbol-property doc-string-elt.
8186 Use memq rather than a sequence of eq.
8187 (doc-string-elt): Fix the wrong or missing previously unused values.
8188 (autoload-print-form): New function extracted from
8189 generate-file-autoloads to allow recursion when handling progn
8190 so that defvar's and defun's docstrings are properly printed.
8191 (generate-file-autoloads): Use it.
8192
d5b037c5
SM
8193 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8194 Use find-file-hooks in the minor-mode function.
8195 Be careful not to loop indefinitely in the post-command-hook function.
8196
560ef11a 81972000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8198
1969fae2 8199 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8200 tty's.
1969fae2 8201 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8202 differences whenever appropriate.
1969fae2
GM
8203 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8204 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8205 wildcards.
8206
b5bbbb76
SM
82072000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8208
d5b037c5
SM
8209 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8210 (jit-lock-fontify-buffer): New function for JIT refontification.
8211 (jit-lock-mode): Fix docstring.
8212 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8213 Remove jit-lock-after-change from the _local_ hook.
8214 (jit-lock-function-1): Fix docstring.
8215
8216 * info.el (Info-on-current-buffer): Initialize info.
8217
8218 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8219
8220 * progmodes/tcl.el (tcl-indent-for-comment):
8221 Ignore comment-indent-hook.
8222
8223 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8224 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8225 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8226 and improve to use the lighter to guess the capitalization.
8227 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8228 Add keyword arguments to specify global-ness or the custom group.
8229 Add local-map and help-echo properties to the lighter.
8230 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8231 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8232
bfa6c260
DL
82332000-06-02 Dave Love <fx@gnu.org>
8234
8235 * wid-edit.el: byte-compile-dynamic since we typically don't use
8236 all the widgets. Don't require cl or widget. Remove
8237 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8238 (widget-read-event): Removed. Callers changed to use read-event.
8239 (widget-button-release-event-p): Renamed from
8240 button-release-event-p.
8241 (widget-field-add-space, widget-field-use-before-change):
8242 Uncustomize.
8243 (widget-specify-field): Use keymap property, not local-map.
8244 (widget-specify-button): Obey :suppress-face.
8245 (widget-specify-insert): Use modern backquote syntax.
8246 (widget-image-directory): Renamed from widget-glyph-directory.
8247 (widget-image-enable): Renamed from widget-glyph-enable.
8248 (widget-image-find): Replaces widget-glyph-find.
8249 (widget-button-pressed-face): Move defvar.
8250 (widget-image-insert): Replaces widget-glyph-insert.
8251 (widget-convert): Use keywordp.
8252 (widget-leave-text, widget-children-value-delete): Use mapc.
8253 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8254 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8255 (widget-button-click): Don't set point at the click, but re-centre
8256 if we scroll out of window. Rewritten for images v. glyphs &c.
8257 (widget-tabable-at): Use POS arg, not point.
8258 (widget-beginning-of-line, widget-end-of-line)
8259 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8260 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8261 (widget-default-create): Use widget-image-insert; some rewriting.
8262 (widget-visibility-value-create)
8263 (widget-push-button-value-create, widget-toggle-value-create): Use
8264 widget-image-insert.
8265 (checkbox): Create on and off images dynamically.
8266 (documentation-link): Change :help-echo.
8267 (widget-documentation-link-echo-help): Remove.
8268
3837de12
SM
82692000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8270
8271 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8272
8273 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8274 (easy-mmode-define-toggle, define-minor-mode): Use it.
8275 (easy-mmode-define-keymap): Docstring fix.
8276 (define-derived-mode): Default PARENT to fundamental-mode.
8277 Add the derived-mode-parent symbol-property.
8278 (easy-mmode-derived-mode-p): New function.
8279
90aa4ea8
DL
82802000-06-02 Dave Love <fx@gnu.org>
8281
37193ee6
DL
8282 * files.el (convert-standard-filename): Doc fix.
8283 (normal-backup-enable-predicate): New function.
8284 (backup-enable-predicate): Use it to replace the lambda form.
8285
8286 * calendar/todo-mode.el: [This needs more work on the outline
8287 stuff.] Doc fixes.
8288 (todo) <defgroup>: Add :version.
8289 (todo-add-category): Don't use pushnew.
8290 (todo-cmd-raise): Fix typo.
8291 (todo-top-priorities): Change temp buffer name.
8292 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8293 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8294 Use outline-next-heading.
37193ee6 8295
90aa4ea8
DL
8296 * autoarg.el: Rewritten to use define-minor-mode.
8297 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8298 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8299
2e54623a
KH
83002000-06-02 Kenichi Handa <handa@etl.go.jp>
8301
8302 * isearch.el (isearch-other-meta-char): Fix previous change.
8303
c5def0db
SM
83042000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8305
3837de12
SM
8306 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8307 (log-edit-done): Only add the comment to the ring if it's different
8308 from the last comment entered.
8309
c5def0db
SM
8310 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8311
2330c9d4
DL
83122000-06-01 Dave Love <fx@gnu.org>
8313
8314 * hl-line.el: Rewritten using define-minor-mode.
8315
8316 * help.el (describe-function-1): Distinguish special form from
8317 builtin function. Sanity-check presence of arglist for builtins.
8318
6e5dfc31
KH
83192000-06-01 Kenichi Handa <handa@etl.go.jp>
8320
4dc1225b
KH
8321 * international/characters.el: Fix syntax/category setting of
8322 Tibetan characters.
8323
8324 * language/tibet-util.el (tibetan-add-components): Fixes for new
8325 encoding of Tibetan characters.
8326 (tibetan-decompose-precomposition-alist): New variable.
8327 (tibetan-decompose-region): Convert precomposed characters to
8328 non-precomposed characters.
8329 (tibetan-decompose-string): Likewise.
8330 (tibetan-composition-function): Fix args to
8331 thibetan-compose-string.
8332
8333 * language/tibetan.el (tibetan-composable-pattern): More
8334 characters included.
8335 (tibetan-consonant-transcription-alist): Rule for "R" added.
8336 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8337 "+R" added.
8338 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8339
eadef5e6
KH
8340 * language/lao-util.el (lao-composition-function): Fix args to
8341 compose-string.
8342
8343 * language/thai-util.el (thai-composition-function): Fix args to
8344 compose-string.
8345
6e5dfc31 8346 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8347 to prevent the point moving to the end of a composition when a
8348 part of a composition is searched.
6e5dfc31
KH
8349 (isearch-other-meta-char): If the key invoking this command can be
8350 mapped by function-key-map to a printing char, call
8351 isearch-process-search-char directly.
8352
2598a293
SM
83532000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * emacs-lisp/bytecomp.el:
8356 * frame.el:
8357 * international/mule-cmds.el:
8358 * international/mule-util.el:
8359 * international/mule.el:
8360 * mouse.el:
8361 * subr.el:
8362 * faces.el: Update calls to make-obsolete with a WHEN argument.
8363
8364 * byte-run.el (make-obsolete, make-obsolete-variable):
8365 Add an optional WHEN argument and change the format of the
bff71087 8366 symbol-property information.
2598a293
SM
8367 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8368 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8369 new obsolete-symbol-property format and print WHEN if it is provided.
8370
28d8dff1
DL
83712000-05-31 Dave Love <fx@gnu.org>
8372
8373 * loadhist.el (loadhist-hook-functions): Remove
8374 before-change-function, after-change-function.
8375 (unload-feature): Deal with symbols which are both bound and
8376 fbound.
8377
8378 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8379 before-change-function, after-change-function.
8380
8381 * simple.el (newline): Don't bind before-change-function,
8382 after-change-function.
8383
7f565d87
RV
83842000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8385
8386 * whitespace.el (whitespace-rescan-timer-time): Update interval
8387 set to 600 seconds (10 minutes) instead of 60 seconds since
8388 a large number of whitespace buffers causes emacs to `freeze'
8389 for a considerable amount of time.
8390
bff71087 8391 * whitespace.el: Updated email address
7f565d87 8392
a8d693d8
DL
83932000-05-31 Dave Love <fx@gnu.org>
8394
8395 * add-log.el (change-log-font-lock-keywords) <function>: Add
8396 pattern for function of change.
8397 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8398 acknowledgements patterns.
8399
a50192e7
KH
84002000-05-31 Kenichi Handa <handa@etl.go.jp>
8401
8402 * isearch.el (isearch-printing-char): If keyboard coding system is
8403 being used, call isearch-process-search-multibyte-characters.
8404
8405 * international/isearch-x.el: Mostly rewritten.
8406
8407 * international/quail.el (quail-start-conversion): Don't include
8408 unhandled events in the returned events, but set them in
8409 unread-command-events. Exit if all inputs are deleted.
8410
7e492772
JR
84112000-05-30 Jason Rumney <jasonr@gnu.org>
8412
8413 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8414
8415 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8416 Reenable code to create initial fontsets.
8417 Use set-fontset-font in place of put-charset-property.
8418
10fc3187
GM
84192000-05-30 Gerd Moellmann <gerd@gnu.org>
8420
79148ea7
GM
8421 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8422 label, ensure that the first colon isn't followed by another.
8423
8424 * paths.el (Info-default-directory-list): Doc fix.
8425
086d5b87
GM
8426 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8427 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8428 send a query containing USER only, not USER@HOST.
8429
10fc3187
GM
8430 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8431 and rmail-msgend to compute the restriction at the end, instead of
8432 computing it.
8433
49e70dec
GM
84342000-05-29 Gerd Moellmann <gerd@gnu.org>
8435
66254a13
GM
8436 * dabbrev.el (dabbrev-expand): Don't display messages in the
8437 echo area if the minibuffer window is active.
8438
49e70dec
GM
8439 * jit-lock.el (jit-lock-mode): Add after change function to
8440 local hook.
8441
84422000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8443
8444 * antlr-mode.el: New commands: hide/unhide actions,
8445 upcase/downcase literals.
8446 (antlr-tiny-action-length): New user option.
8447 (antlr-hide-actions): New command. Suggested by
8448 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8449 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8450 (antlr-mode-menu): New entries.
8451 (antlr-downcase-literals): New command.
8452 (antlr-upcase-literals): Ditto.
8453
8454 * antlr-mode.el: Minor changes: indendation, mode-name.
8455 (antlr-indent-line): Indent cpp directive at column 0.
8456 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8457
8458 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8459 (antlr-font-lock-additional-keywords): Workaround for intentional
8460 bug in XEmacs version of font-lock.
8461 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8462 be used by a smarter version of `buffers-menu-grouping-function'.
8463
84642000-05-29 Gerd Moellmann <gerd@gnu.org>
8465
8466 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8467 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8468
49f93684
KH
84692000-05-29 Kenichi Handa <handa@etl.go.jp>
8470
8471 * international/encoded-kb.el
8472 (encoded-kbd-iso2022-designation-map): Pay attention to that
8473 charset-iso-final-char return -1 for eight-bit-control and
8474 eight-bit-graphic.
8475
5b1ae051
EZ
84762000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8477
8478 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8479 (speedbar-easymenu-definition-base): Use display-graphic-p where
8480 available, instead of window-system.
8481
a205e32a
EZ
84822000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8483
8484 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8485 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8486 coding systems.
8487
dd854dc2
DL
84882000-05-26 Dave Love <fx@gnu.org>
8489
c88a85d5
DL
8490 * disp-table.el (standard-display-underline): Don't use
8491 internal-find-face.
8492
dd854dc2
DL
8493 * mail/reporter.el: Maintainer change. Doc fixes.
8494 (reporter-version): Deleted.
8495
8496 * emacs-lisp/elp.el: Maintainer change.
8497 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8498
dc29aa6c
SM
84992000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8500
8501 * add-log.el (add-change-log-entry): Merge the current entry with the
8502 previous one if the previous one is empty.
8503
ed62683d
DL
85042000-05-26 Dave Love <fx@gnu.org>
8505
4370a375
DL
8506 * loadhist.el (unload-feature): Fix interactive spec [from
8507 lijnzaad@ebi.ac.uk].
8508
ed62683d
DL
8509 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8510 subr-arity to check primitives.
8511 (byte-compile-flush-pending, byte-compile-file-form-progn)
8512 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8513 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8514 mapcar.
8515
ba9f8f95
KH
85162000-05-26 Kenichi Handa <handa@etl.go.jp>
8517
0f3e0672
KH
8518 * international/fontset.el: Set family names of non-latin charsets
8519 in default fontset to "*".
8520
cebefb44
KH
8521 * international/mule-diag.el (print-fontset): Combine family part
8522 and registry part of the fontname by "-*-" instead of "-".
8523
ba9f8f95
KH
8524 * international/mule-cmds.el (encode-coding-char): Make strings
8525 multibyte before calling encode-coding-string.
8526
931d0724
SM
85272000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8528
8529 * derived.el: Fix keywords.
8ccce2b0 8530 (define-derived-mode): Only define if needed.
931d0724
SM
8531
8532 * simple.el (fill-comment, comment-column, comment-start)
8533 (comment-start-skip, comment-end, comment-indent-function)
8534 (block-comment-start, block-comment-end, indent-for-comment)
8535 (set-comment-column, kill-comment, comment-padding, comment-region)
8536 (comment-multi-line, indent-new-comment-line): Remove.
8537
8538 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8539 function names for comment operations.
8540
8541 * newcomment.el: Add abundant autoload cookies.
8542 (comment-style): Don't depend on runtime data at compile-time.
8543 (comment-indent-hook): Remove.
8544 (comment-indent): Check if comment-indent-hook is bound.
8545 (comment-region): Docstring fix.
8546
6fc596cf
DL
85472000-05-25 Dave Love <fx@gnu.org>
8548
8549 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8550 byte-code-function-p.
8551
8552 * mail/rmailsum.el: Add provide.
8553
8554 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8555
8556 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8557 defcustom.
8558
7997f1ca 85592000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8560
7997f1ca
MK
8561 * ediff-diff.el (ediff-exec-process): delete --binary option from
8562 non-buffer ediff jobs.
7f565d87 8563
e7a903e8
EZ
85642000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8565
8566 * hilit-chg.el (highlight-changes-mode): Ask about color or
8567 grayscale support, not about window-system.
8568
8569 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8570 window-system.
8571 (ffap-highlight): Always default to t.
8572
8573 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8574 display-popup-menus-p instead of looking at window-system.
8575
8576 * disp-table.el (standard-display-g1, standard-display-graphic):
8577 Only refuse to use string glyphs on X and MS-Windows.
8578
8579 * avoid.el: Remove window-system from commentary, suggest to use
8580 display-*-p instead.
8581
8582 * apropos.el (apropos-print): Use display-mouse-p instead of
8583 window-system.
8584
14028d57
EZ
85852000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8586
8587 * international/codepage.el (cp-decoding-vector-for-codepage):
8588 Fill up unsupported characters with their own codes. From Kenichi
8589 Handa.
8590
1a4f9cc1
EZ
85912000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8592
8593 * international/mule-diag.el (describe-char-after): Use
8594 display-graphic-p instead of window-system, so that this function
8595 works on MS-DOS.
8596
89f6ca4e
EZ
85972000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8598
8599 * international/codepage.el (cp-make-coding-systems-for-codepage):
8600 Remove the eight-bit-graphic and eight-bit-control charsets from
8601 the list of charsets which we convert into `?'.
8602
eacfd7fe
KH
86032000-05-25 Kenichi Handa <handa@etl.go.jp>
8604
8605 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8606 private charsets.
8607 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8608 japanese-jisx0213-2): New charsets.
8609
8610 * international/fontset.el: Setup default fontset for new charsets.
8611
deadf7e3
DL
86122000-05-24 Dave Love <fx@gnu.org>
8613
8614 * info.el (Info-find-node-2): Restructure [following "Vadim
8615 S. Solomin" <sovs@uic.nnov.ru>].
8616
8617 * icomplete.el: Fix header for Finder.
8618
86192000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8620
8621 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8622 STAY.
8623
8624 * rmail.el (rmail-automatic-folder-directives): New user variable.
8625 (rmail-show-message): Add call to `rmail-auto-file' during
8626 display.
8627 (rmail-auto-file): New function.
8628
6de3983f 86292000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8630
fc6a6a4e 8631 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8632 account.
fc6a6a4e
GM
8633 (ediff-test-utility,ediff-diff-mandatory-option)
8634 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8635 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8636
fc6a6a4e 8637 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8638 variable.
7f565d87 8639
fc6a6a4e 8640 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8641 ediff-merge-filename-prefix.
8642
fc290d1d
MK
86432000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8644
fc6a6a4e 8645 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8646
273182b8
EZ
86472000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8648
8649 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8650 aliases for hebrew-iso-8bit.
8651
f471ea57
EZ
86522000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8653
8654 * woman.el: New version from Francis J. Wright
8655 <F.J.Wright@Maths.QMW.ac.uk>.
8656 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8657 names in environment variables regardless of the path separator.
8658 (woman-topic-all-completions-1): Don't call file-name-directory-p
8659 on all files, since woman-file-regexp already filters out any
8660 directories.
8661
01162f24
KH
86622000-05-24 Kenichi Handa <handa@etl.go.jp>
8663
48e3df76
KH
8664 * international/quail.el (quail-start-translation): Don't change
8665 modified-p of the current buffer.
8666 (quail-start-conversion): Likewise.
8667
8668 * international/kkc.el (kkc-region): Don't change modified-p of
8669 the current buffer.
8670
747d90ea
KH
8671 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8672 conform to RFC1468.
8673 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8674
17a223ff
EL
86752000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8676
8677 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8678 (speedbar-insert-button): Invisible text property fix.
8679 (speedbar-directory-plus): Renamed from speedbar-directory-+
8680 (speedbar-directory-minus): Renamed from speedbar-directory--
8681 (speedbar-page-plus): Renamed from speedbar-file-+
8682 (speedbar-page-minus): Renamed from speedbar-file--
8683 (speedbar-page): Renamed from speedbar-file-
8684 (speedbar-tag): Renamed from speedbar-tag-
8685 (speedbar-tag-plus): Renamed from speedbar-tag-+
8686 (speedbar-tag-minus): Renamed from speedbar-tag--
8687 (speedbar-expand-image-button-alist): Use above renames.
8688
8689 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8690 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8691 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8692 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8693 * sb-pg.xpm: Renamed from sb-file.xpm
8694 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8695 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8696
e6b6fc18
KH
86972000-05-24 Kenichi Handa <handa@etl.go.jp>
8698
8699 * international/quail.el (quail-show-guidance-buf): Set
8700 current-input-method of the guidance buffer to the name of the
8701 curren input method.
8702
a1a336eb
SM
87032000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8704
8705 * progmodes/compile.el (compile-internal): Style typo.
8706
8707 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8708 quote vars and functions in the docstring.
8709
8710 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8711
8712 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8713 Don't quote lambdas.
8714
8715 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8716
9695b783
GM
87172000-05-23 Gerd Moellmann <gerd@gnu.org>
8718
716e3b88
GM
8719 * startup.el (command-line): Determine source file of compiled
8720 user init file differently. Warn if compiled user init file
8721 is older than its source file.
8722
9695b783 8723 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8724
41ac433f
EZ
87252000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8726
8727 * files.el (make-backup-file-name-1): Replace slashes with `!'
8728 rather than `|' (which is not allowed on Windows). Replace the
8729 drive letters with a string "drive_X".
8730
46600ab1
GM
87312000-05-23 Gerd Moellmann <gerd@gnu.org>
8732
8733 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8734
8735 * files.el (interpreter-mode-alist): Add `bash2'.
8736
79a64d87
DL
87372000-05-22 Dave Love <fx@gnu.org>
8738
8739 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8740 mapc.
8741 (feature-file): Avoid calling symbol-name. Doc fix.
8742 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8743 (loadhist-hook-functions): Add mouse-position-function.
8744 (unload-feature): Change uses of mapcar.
8745
8746 * files.el (parse-colon-path): Doc fix.
8747 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8748 (set-auto-mode): Use mapc.
8749
8750 * complete.el (PC-look-for-include-file): Use :alnum: character
8751 class.
8752 (partial-completion-mode): Add autoload cookie.
8753
0e8c11d8
SS
87542000-05-22 Sam Steingold <sds@gnu.org>
8755
ce75fd23 8756 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8757 `add-text-properties' (bug introduced on 2000-05-18).
8758
d8d0fa6c
DL
87592000-05-22 Dave Love <fx@gnu.org>
8760
8761 * bindings.el: Remove debug-ignored-errors set in other files.
8762
8763 * progmodes/etags.el: Add to debug-ignored-errors.
8764 (visit-tags-table-buffer): Clear out buffers holding old tables
8765 when making a new list.
8766 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8767 mapc.
8768
8769 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8770 quote keywords.
8771 (cmpl-string-case-type): Use character classes.
8772
0e8c11d8
SS
8773 * comint.el:
8774 * textmodes/ispell.el:
8775 * imenu.el:
d8d0fa6c
DL
8776 * mail/mh-e.el:
8777 * progmodes/compile.el: Add to debug-ignored-errors.
8778
8779 * dabbrev.el: Add to debug-ignored-errors.
8780 (dabbrev-completion): Use mapc.
8781
1edbbf8a
EZ
87822000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8783
8784 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8785 (woman-mapcan, woman-parse-man.conf)
8786 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8787 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8788 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8789 path syntax better.
8790 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8791 (woman-manpath): Call woman-parse-man.conf.
8792 (woman-emulation): New defcustom, defaults to nroff.
8793 (woman-font-support): New defconst.
8794 (woman-use-symbol-font): New defcustom.
8795 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8796 "Emulation".
8797 Many functions: Doc fix.
8798
5bd2148c
KH
87992000-05-22 Kenichi Handa <handa@etl.go.jp>
8800
8801 * international/quail.el (quail-simple-translation-keymap): Map
8802 128..255 to quail-self-insert-command.
8803 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8804
4125ec7e
SM
88052000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8806
a1a336eb
SM
8807 * help.el (help-manyarg-func-alist): Typo.
8808
40aeecad
SM
8809 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8810 intervals which makes it heaps simpler.
8811
4125ec7e
SM
8812 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8813 the nested comment markers.
e4da9c1c
SM
8814
8815 * subr.el (remove-hook): Don't turn the hook's value into a list.
8816
cb7216a7
DL
88172000-05-21 Dave Love <fx@gnu.org>
8818
ac266581
DL
8819 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8820 are invalid characters.
8821
cb7216a7
DL
8822 * international/mule-util.el (detect-coding-with-priority): Use
8823 mapc. Remove redundant lambda.
8824
8825 * international/mule-diag.el (list-non-iso-charset-chars)
8826 (describe-fontset): Remove redundant lambda.
8827
8828 * emulation/crisp.el (brief-mode): New alias.
8829
8830 * emacs-lisp/ring.el (ring-elements): New function.
8831
8832 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8833 (easy-menu-do-add-item): Use keywordp.
8834
8835 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8836
8837 * replace.el: Doc and error message fixes.
8838 (replace-highlight): Use facep, not internal-find-face.
8839
9b0d1d6e
SM
88402000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8841
b2d2cf58
SM
8842 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8843
ffe7dc64
SM
8844 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8845 (log-edit-insert-changelog): Drop `:' as well.
8846
8847 * log-view.el: Fix file description.
8848 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8849 available.
8850 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8851 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8852
c8c21615
SM
8853 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8854 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8855 Print a status message if the toggle is called interactively.
8856 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8857 for global minor modes and use `defcustom' for them.
8858 Use add-minor-mode.
8859 (easy-mmode-define-derived-mode): Remove.
8860 (define-derived-mode): Fancier default docstring.
8861 (easy-mmode-define-navigation): Signal an error rather than (ding).
8862
9b0d1d6e
SM
8863 * newcomment.el (comment-styles): New `box-multi'.
8864 (comment-normalize-vars): Better default for comment-continue to
8865 avoid whitespace-only continuations.
8866 (comment-search-forward): Always move even in the no-syntax case.
8867 (comment-padright): Only obey N if it's only obeyed for padleft.
8868 (comment-make-extra-lines): Better handling of empty continuations.
8869 Use `=' for the filler if comment-start has only one character.
8870 (uncomment-region): Try handling the special `=' filler.
8871 (comment-region): Allow LINES even if MULTI is nil.
8872 (comment-box): Choose box style based on comment-style.
8873
f5ee6d0f
KH
88742000-05-20 Kenichi Handa <handa@etl.go.jp>
8875
9b0d1d6e 8876 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8877 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8878
c9671f81
KH
88792000-05-20 Kenichi HANDA <handa@etl.go.jp>
8880
8881 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8882 and insert, not subst-char-in-region.
8883
8884 * international/mule-diag.el (list-character-sets-1): Handle
8885 charsets eight-bit-control and eight-bit-graphic.
8886 (list-iso-charset-chars): Likewise.
8887 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8888 charactes as is. Use indent-to to align characters.
8889
8890 * international/mule-cmds.el (find-multibyte-characters): Never
8891 exclude charsets eight-bit-control and eight-bit-graphic.
8892
1426aa5c
SM
88932000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8894
8895 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8896 Don't quote lambdas.
8897
8898 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8899
2b63d473
GM
89002000-05-19 Gerd Moellmann <gerd@gnu.org>
8901
8902 * gud.el (gud-jdb-directories): Doc fix.
8903
f1355756
SM
89042000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8905
8906 * newcomment.el: New file.
8907
5f64c9e0
GM
89082000-05-19 Gerd Moellmann <gerd@gnu.org>
8909
2b63d473 8910 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8911
db7314bd
AS
89122000-05-18 Andreas Schwab <schwab@suse.de>
8913
8914 * dired.el (dired-between-files): Also skip lines beginning with
8915 `used'.
8916
25bb0401
GM
89172000-05-18 Gerd Moellmann <gerd@gnu.org>
8918
8919 * msb.el (msb-menu-cond): Add choice `user'.
8920
a199a865 89212000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8922
a199a865
GM
8923 * ps-print.el: Compatibility, customization and doc fix.
8924 (ps-printer-name-option): Replace defconst by defvar.
8925 (ps-postscript-code-directory): XEmacs compatibility.
8926 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8927 fix.
8928 (ps-user-defined-prologue, ps-print-prologue-header)
8929 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8930 compatibility and code fix.
8931 (ps-print-background-image, ps-print-background-text):
8932 Customization fix.
8933 (ps-line-number-start, ps-n-up-on): New vars.
8934
25bb0401
GM
89352000-05-18 Espen Skoglund <esk@ira.uka.de>
8936
8937 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8938 the indent-comment function to just return the appropriate indent.
8939
68e6c83a
EL
89402000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8941
8942 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8943 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8944 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8945
dae6cb9f
DL
89462000-05-18 Dave Love <fx@gnu.org>
8947
8948 * info.el (Info-fontify-node): Add intangible property as well as
8949 invisible.
8950
8951 * calendar/appt.el (appt-make-list): Match all lines of entry.
8952 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8953
813086ea
KH
89542000-05-18 Kenichi Handa <handa@etl.go.jp>
8955
8956 * international/mule-diag.el (describe-char-after): Call
8957 internal-char-font, not char-font. If internal-char-font returns
8958 nil, display "-- none --".
8959
24978190
EZ
89602000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8961
8962 * image.el (image-type-available-p): Don't reference image-types
8963 if it isn't bound.
8964
2fca2d5d
SM
89652000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8966
8967 * autoarg.el (autoarg-mode): Typo in the :set argument.
8968
cfc75d05
EZ
89692000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8970
8971 * startup.el (command-line-1): Don't signal an error if the
8972 directory for auto-save-list files does not yet exist.
8973
c4e30387
KH
89742000-05-17 Kenichi Handa <handa@etl.go.jp>
8975
8976 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8977
dd6b8ea7
SM
89782000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8979
8980 * subr.el (remove-hook): `setq' hook-value, not `set'.
8981
399c88ad
SS
89822000-05-16 Sam Steingold <sds@gnu.org>
8983
a199a865 8984 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8985
01651f07
DL
89862000-05-16 Dave Love <fx@gnu.org>
8987
8988 * cus-edit.el: Don't require cl or easymenu.
8989 (custom-variable-prompt): Test standard-value property, not
8990 user-variable-p.
8991
2248c40d
SS
89922000-05-16 Sam Steingold <sds@gnu.org>
8993
8994 * subr.el (add-hook): `setq' hook-value, not `set'.
8995
b15f3b77
GM
89962000-05-16 Gerd Moellmann <gerd@gnu.org>
8997
8998 * startup.el (command-line-1): Mention the FAQ in the startup
8999 message.
9000
9001 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9002
9003 * progmodes/compile.el (compilation-parse-errors): Collect
9004 `nomessage' regexps last.
9005
9006 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9007
9008 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9009 to the function name.
9010
f9bbcfac
EL
90112000-05-15 Dave Love <fx@gnu.org>
9012
9013 * speedbar.el (speedbar-recenter): Typo.
9014 (speedbar-expand-line): Make arg optional.
9015 (speedbar-mode): Avoid a compiler warning.
9016
119b42eb
GM
90172000-05-15 Gerd Moellmann <gerd@gnu.org>
9018
9019 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9020 user-specified option string is empty.
9021
9022 * mouse.el (mouse-yank-at-click): Doc fix.
9023
f685bea9
EZ
90242000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9025
9026 * term/internal.el (IT-character-translations): More updates of
9027 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9028 documents.
9029
a1b8d58b
GM
90302000-05-15 Gerd Moellmann <gerd@gnu.org>
9031
9032 * env.el (getenv): New function, interactively callable.
9033 (setenv, getenv): Remove autoload cookies.
9034
9035 * loadup.el: Load `env'.
9036
9037 * progmodes/f90.el: Change author's mail address.
9038
c9bba7ed
DL
90392000-05-14 Dave Love <fx@gnu.org>
9040
e5c83697
DL
9041 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9042 goto-addr as an option.
9043
9044 * help.el (help-xref-stack): Doc fix.
9045 (help-xref-following): New variable.
9046 (help-make-xrefs): Use it.
9047 (help-xref-go-back): Use position information from stack element.
9048 (help-follow): Make position in stack element a pair. Use
9049 help-xref-following.
399c88ad 9050
e5c83697
DL
9051 * autoarg.el: New file.
9052
9053 * faces.el: Declare more functions obsolete.
9054
c9bba7ed
DL
9055 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9056 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9057 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9058 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9059 Remove all the setup-...-environment functions.
9060
b6389bfb
EL
90612000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9062
a1b8d58b
GM
9063 * speedbar.el: Updated the commentary section. xemacs20p now uses
9064 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9065 (speedbar-easymenu-definition-base): Add toggle for images.
9066 (speedbar-easymenu-definition-special): Add flush cache & expand.
9067 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9068 (speedbar-reconfigure-keymaps-hook): New variable.
9069 (speedbar-frame-parameters): Updated documentation.
9070 (speedbar-use-imenu-flag): Updated custom tag
9071 (speedbar-dynamic-tags-function-list): New variable.
9072 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9073 (speedbar-indentation-width, speedbar-indentation-width) New
9074 variables.
9075 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9076 (speedbar-vc-indicator): Doc update.
9077 (speedbar-ignored-path-expressions): Updated default value.
9078 (speedbar-supported-extension-expressions): Updated default value.
9079 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9080 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9081 as "+". Added overlay aliases.
9082 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9083 `force-mode-line-update'.
9084 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9085 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9086 `mouse-set-point'
b6389bfb 9087 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9088 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9089 of arbitrary text, and new helper functions.
9090 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9091 filename finder.
b6389bfb
EL
9092 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9093 (speedbar-directory-buttons): Update path search/expansion.
9094 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9095 `speedbar-indentation-width'. Use more care w/ invisible
9096 properties.
b6389bfb
EL
9097 (speedbar-change-expand-button-char): Call
9098 `speedbar-insert-image-button-maybe'.
9099 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9100 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9101 (speedbar-trim-words-tag-hierarchy)
9102 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9103 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9104 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9105 functions.
b6389bfb
EL
9106 (speedbar-mouse-set-point): New function
9107 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9108 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9109 of tag prefix text.
9110 (speedbar-expand-line, speedbar-contract-line): Make more robust
9111 to strange text.
9112 (speedbar-expand-line): Takes universal argument to flush the
9113 cache.
b6389bfb
EL
9114 (speedbar-flush-expand-line): New function.
9115 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9116 Use new generator insertion method.
9117 (speedbar-fetch-dynamic-tags): New function.
9118 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9119 `speedbar-fetch-dynamic-imenu'.
9120 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9121 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9122 "Revert Buffer" menu items.
9123 (speedbar-buffer-buttons-engine): Be smarter when creating a
9124 filename tag (for expansion purposes.).
a1b8d58b
GM
9125 (speedbar-highlight-one-tag-line,
9126 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9127 (speedbar-recenter): New functions.
b6389bfb 9128 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9129 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9130 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9131 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9132 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9133 (speedbar-expand-image-button-alist): New variable.
9134 (speedbar-insert-image-button-maybe): Insert an image over some
9135 buttons.
9136
43fe9244
KH
91372000-05-13 Kenichi Handa <handa@etl.go.jp>
9138
9139 * international/mule-cmds.el (encode-coding-char): An ASCII
9140 character is always encodable.
9141
9142 * international/mule-conf.el: Add more information in descriptions
9143 of character sets.
9144
813086ea 9145 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9146 (describe-font-internal): Adjusted for the change of font-info.
9147 (describe-font): Likewise.
9148 (print-fontset): Rewritten for the new fontset implementation.
9149 (describe-fontset): Include fontset alias names in completion.
9150 (list-fontsets): Adjusted for the change of print-fontset.
9151
9152 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9153 describe-char-after instead of displaying the detail in the echo
9154 area.
813086ea
KH
9155 (syntax-code-table): Format changed.
9156 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9157
e8564f57
SM
91582000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9159
9160 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9161
9278c60d
DL
91622000-05-12 Dave Love <fx@gnu.org>
9163
9164 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9165 dependence. Use line-{beginning,end}-position, not
9166 point-at{b,e}ol. Some doc fixes.
9167 (todo-position): New function. Fix callers of position to use it.
9168 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9169
be0505fe
GM
91702000-05-12 Gerd Moellmann <gerd@gnu.org>
9171
9172 * time.el (display-time-mail-icon): Use `:ascent center'.
9173
a8a3541c
GM
9174 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9175 handling FTP security extensions.
399c88ad 9176
44d5f148
DL
91772000-05-11 Dave Love <fx@gnu.org>
9178
33d0c179 9179 * calendar/todo-mode.el: New file.
44d5f148 9180
da4496b6
GM
91812000-05-11 Gerd Moellmann <gerd@gnu.org>
9182
cdc4401d
GM
9183 * comint.el (comint-read-input-ring): Move reference to
9184 comint-input-ring-size outside of the save-excursion. It was
9185 causing the default value to be the only one ever seen.
399c88ad 9186
0279f991
GM
9187 * font-lock.el: Update copyright. Remove Simon Marshall's email
9188 address on request from him.
9189
da4496b6
GM
9190 * subr.el (substitute-key-definition): Add comment describing
9191 the meaning of PREFIX.
9192
ac5cb26d
SM
91932000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9194
9195 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9196
9197 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9198 (add-minor-mode): Don't make the variable buffer-local and add a
9199 reference to define-minor-mode in the docstring.
9200
9201 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9202 HEADER/FOOTER and fix bug with trailing empty directory.
9203 (cvs-append-to-ignore): Use vc-editable-p if available.
9204 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9205 (vc-do-command): Tweak advice to handle the new VC.
9206
9207 * log-view.el (log-view-goto-rev): New function for the new VC.
9208 (log-view-minor-wrap): Use mark-active.
9209
9210 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9211 (log-edit-changelog-full-paragraphs): New var.
9212 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9213 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9214 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9215 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9216 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9217 Replace the `cvs' prefix with `log-edit'.
9218
9219 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9220
9221 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9222 (diff-font-lock-defaults): Explicitly turn off multiline.
9223 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9224 (diff-ediff-patch): Fix call to ediff-patch-file.
9225 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9226 Handle comments.
9227
9228 * frame.el (automatic-hscrolling): Typo.
9229
9230 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9231
21c34da3
DL
92322000-05-09 Sam Steingold <sds@goems.com>
9233
9234 * apropos.el (apropos-print): use `describe-face' instead of
9235 `customize-face-other-window'.
9236
950cf06f
DL
92372000-05-09 Dave Love <fx@gnu.org>
9238
9239 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9240
9241 * help.el (describe-variable): Have customize button pop the
9242 help-xref stack when invoked.
9243 (help-xref-symbol-regexp): Add `face'.
9244 (help-make-xrefs): Check for quoted face names and adapt regexp
9245 submatch numbers to cope.
9246 (help-xref-interned): Maybe insert face doc too. Separate
9247 sections with a line of hyphens.
9248
0623e40f 9249 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9250 (describe-face): Add customize button. Return the help
9251 text. Fix prompt.
9252
82e2ca9d
EZ
92532000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9254
9255 * term/internal.el (IT-character-translations): Fix last change.
9256
10c00b5c
EZ
92572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9258
9259 * woman.el: New file
9260 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9261
9deed82f
EZ
92622000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9263
001ad319
EZ
9264 * term/internal.el (IT-character-translations): Update ASCII
9265 simulations for greek-iso8859-7, add latin-iso8859-14 and
9266 latin-iso8859-15.
9267
9deed82f
EZ
9268 * international/mule-cmds.el (set-language-info-alist): Call
9269 define-prefix-command with 3 arguments, to make the map suitable
9270 for a menu.
9271
4f37b78a
DL
92722000-05-07 Dave Love <fx@gnu.org>
9273
1ec321a7 9274 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9275
64a4c526
DL
92762000-05-05 Dave Love <fx@gnu.org>
9277
9278 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9279 list in doc string. Don't quote keyword symbols.
9280 * emacs-lisp/cl.el: Likewise
9281 * emacs-lisp/cl-seq.el: Likewise
9282
056565f7
GM
92832000-05-05 Gerd Moellmann <gerd@gnu.org>
9284
9285 * abbrev.el (abbrev-mode): Make ARG optional.
9286
4656b314
GM
92872000-05-04 Gerd Moellmann <gerd@gnu.org>
9288
ec82fb2f
GM
9289 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9290
9291 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9292
4656b314
GM
9293 * subr.el (substitute-key-definition): Clarify documentation.
9294
92952000-05-04 Milan Zamazal <pdm@freesoft.cz>
9296
9297 * glasses.el (glasses-convert-to-unreadable): Use
9298 `glasses-separator' instead of the hard-wired "_".
9299 (glasses-mode): Call `glasses-make-unreadable' only in a single
9300 place.
9301
7b081c78
EZ
93022000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9303
9304 * term/internal.el (cjk-codepages-alist): Add associations for
9305 Chinese and Korean codepages. Remove FIXME comment.
9306
baa5536e
DL
93072000-05-03 Dave Love <fx@gnu.org>
9308
9309 * time.el (display-time-mail-face, display-time-use-mail-icon):
9310 New option.
9311 (display-time-mail-icon): New variable.
9312 (display-time-string-forms): Use the above. Fix the local-map.
9313
cbf18892
GM
93142000-05-03 Gerd Moellmann <gerd@gnu.org>
9315
4ff40dd0
GM
9316 * replace.el (query-replace-map): Add binding for `E'.
9317 (query-replace-help): Extend help text.
9318 (perform-replace): Allow editing the replacement string.
9319
9320 * make-mode.el (makefile-mode-abbrev-table): New variable.
9321 (makefile-mode): Set local abbrev table to
9322 makefile-mode-abbrev-table.
9323 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9324
cbf18892
GM
9325 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9326 set TOGGLE's value.
9327
4ff40dd0
GM
9328 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9329 mail-interactive-insert-alias.
9330 (mail-abbrev-complete-alias): New command.
9331 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9332
ffec4d9f
KH
93332000-05-03 Kenichi Handa <handa@etl.go.jp>
9334
9335 * language/lao-util.el (lao-compose-region): New function.
9336
1b0672c3
GM
93372000-05-02 Gerd Moellmann <gerd@gnu.org>
9338
576da55d
GM
9339 * files.el (recover-session): Make directories as necessary
9340 if they don't exist yet.
9341
399c88ad
SS
9342 * calendar/cal-french.el
9343 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9344 (french-calendar-special-days-array): Change French text.
9345 (calendar-french-date-string): Change output.
9346 (calendar-goto-french-date): Likewise.
9347
93482000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9349
9350 * wid-edit.el (widget-default-active): Obey `:always-active'.
9351 (widget-documentation-string-value-create): Set `:always-active'.
9352
4b33deaa
EZ
93532000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9354
9355 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9356 default prefix to `~/_emacs.d/auto-save.list/_s'.
9357 (normal-top-level): Create the directory for auto-save files, if
9358 it doesn't already exist (in the ms-dos case only).
9359
5c922ea7
EZ
93602000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9361
9362 * international/mule-cmds.el (set-language-environment): Don't
9363 concat an integer (dos-codepage), use format instead.
9364
820ad5e7
DL
93652000-05-02 Dave Love <fx@gnu.org>
9366
9367 * help.el (help-xref-on-pp): Check for constant symbols.
9368
57cb56f5
GM
93692000-04-29 Gerd Moellmann <gerd@gnu.org>
9370
9371 * startup.el (normal-top-level): Put a condition-case around
9372 the code loading subdirs.el.
9373
93742000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9375
57cb56f5
GM
9376 * ps-print.el: Upside-down and face background color printing,
9377 line number step, doc fix.
9378 (ps-print-version): New version number (5.2).
9379 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9380 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9381 (ps-spool-config): Var fix.
9382 (ps-printer-name-option): Const fix.
9383 (ps-print-upside-down, ps-use-face-background)
9384 (ps-line-number-step): New vars.
9385 (ps-window-system, ps-lp-system): New consts.
9386 (ps-face-background): New fun.
9387
084cec2f
GM
93882000-04-28 Richard Stallman <rms@gnu.org>
9389
9390 * files.el (make-auto-save-file-name):
9391 Apply auto-save-file-name-transforms to visited file name
9392 before generating auto save file name.
9393 (auto-save-file-name-transforms): New variable.
9394
399c88ad 9395 * files.el (backup-enable-predicate):
084cec2f
GM
9396 Correctly test for a file under a temporary directory.
9397
c94f4677
GM
93982000-04-28 Gerd Moellmann <gerd@gnu.org>
9399
9400 * subr.el (add-minor-mode): Rewritten.
9401
7b211df5
KH
94022000-04-28 Kenichi Handa <handa@etl.go.jp>
9403
9404 * mail/sendmail.el (sendmail-send-it): Set
9405 buffer-file-coding-system to the selected coding system for MIME
9406 header.
9407
c76e04a8 94082000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9409
c76e04a8
GM
9410 * dired.el (dired-move-to-filename-regexp): Allow format where
9411 YYYY is followed by two spaces.
e3e36d74 9412
c76e04a8
GM
9413 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9414 in the second character class of the regexp.
9415
9416 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9417 mh-etc, too.
353964e3 9418
c76e04a8
GM
9419 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9420 nil.
399c88ad 9421
353964e3
GM
9422 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9423
9424 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9425 argument.
9426
c76e04a8 94272000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9428
c76e04a8
GM
9429 * emacs-lisp/crm.el (crm-completion-table): New variable.
9430 (crm-collection-fn, crm-test-completion)
9431 (completing-read-multiple): Use it.
9432
94332000-04-27 Dave Love <fx@gnu.org>
9434
9435 * help.el (locate-library): Use mapc.
9436 (help-manyarg-func-alist): Add call-process-region.
9437
7464346d
GM
94382000-04-26 Gerd Moellmann <gerd@gnu.org>
9439
b35bd33d
GM
9440 * subr.el (add-minor-mode): Make argument MAP optional.
9441
7464346d
GM
9442 * desktop.el (desktop-save): Save list of minor modes.
9443 (desktop-create-buffer): Restore minor modes.
9444 (desktop-minor-mode-table): New user-option.
9445
9446 * subr.el (add-minor-mode): New function.
9447
9448 * image.el (find-image): New function.
9449 (defimage): Rewritten to find image at load time.
9450
9451 * startup.el (normal-top-level-add-to-load-path): Handle
9452 case that the default directory is not in load-path.
9453
9454 * help.el: Old patch from Stefan Monnier.
9455 (help-xref-on-pp): New function.
9456 (describe-variable): Use it to display xrefs in a symbol's value.
9457
23c0fb21
SM
94582000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9459
9460 * cus-edit.el (custom-face): Fix parenthesis.
9461
fad95037
KH
94622000-04-26 Kenichi Handa <handa@etl.go.jp>
9463
f03392a1
KH
9464 * mail/rmail.el (rmail-expunge): When there are no deleted
9465 messages, do nothing.
fad95037 9466
0d7c5bb9
DL
94672000-04-26 Dave Love <fx@gnu.org>
9468
9469 * international/mule-cmds.el (locale-translation-file-name):
9470 Defvar to nil.
9471 (set-locale-environment): Set it here (at runtime).
9472
612839b6
GM
94732000-04-25 Gerd Moellmann <gerd@gnu.org>
9474
9475 * replace.el (perform-replace): Add parameters START and END. Use
9476 them instead of the check for a region in Transient Mark mode.
9477 (query-replace-read-args): Return two more list elements for the
9478 start and end of the region in Transient Mark mode.
9479 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9480 (map-query-replace-regexp, replace-string, replace-regexp): Add
9481 optional last arguments START and END and pass them to
9482 perform-replace.
9483
9484 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9485 form with additional arguments for perform-replace.
9486
9487 * progmodes/etags.el (tags-query-replace): Add parameters START
9488 and END. Construct a form with additional arguments for
9489 perform-replace.
9490
9491 * simple.el (shell-command): Set default directory for "*Shell
9492 Command Output" buffer.
9493
9494 * language/european.el (iso-latin-4): Fix typo.
9495
9496 * emacs-lisp/crm.el: New file.
9497
2917cc05
DL
94982000-04-24 Dave Love <fx@gnu.org>
9499
9500 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9501 (Custom-reset-saved, Custom-reset-standard)
9502 (custom-group-value-create, custom-group-set, custom-group-save)
9503 (custom-group-reset-current, custom-group-reset-saved)
9504 (custom-group-reset-standard): Use mapc.
9505 (custom-buffer-create-internal): Disable undo when creating items.
9506 Use mapc.
9507 (custom-face): Avoid redundant lambda.
9508
abfcc168
GM
95092000-04-24 Gerd Moellmann <gerd@gnu.org>
9510
9511 * startup.el (auto-save-list-file-prefix): Set default to
9512 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9513
fa78f71b
SS
95142000-04-24 Sam Steingold <sds@gnu.org>
9515
9516 * time-stamp.el (time-stamp-string-preprocess): Always convert
9517 `field-result' to a string.
9518
cc181e95
GM
95192000-04-24 Gerd Moellmann <gerd@gnu.org>
9520
9521 * frame.el (scrolling): New group.
9522 (automatic-hscrolling): New user-option.
9523
9524 * startup.el (command-line-x-option-alist): Add `-lsp' and
9525 `--line-spacing'.
9526
6142fdcb
DL
95272000-04-19 Dave Love <fx@gnu.org>
9528
9529 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9530 (cl-mapc): Rename from mapc. Fix the funcall.
9531
5e3dac3f
GM
95322000-04-19 Gerd Moellmann <gerd@gnu.org>
9533
1c459486
GM
9534 * simple.el (clone-indirect-buffer-other-window): New command.
9535 (clone-indirect-buffer): Add optional arg NORECROD.
9536 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9537
271b4185
GM
9538 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9539
9540 * window.el (count-screen-lines): New function.
9541 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9542 instead of window-buffer-height.
9543
9544 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9545 non-existing variable comint-input-sentinel.
9546 (inferior-lisp-args-to-list): Removed.
9547 (inferior-lisp): Use split-string instead of
9548 inferior-lisp-args-to-list.
9549
9550 * hexl.el (hexl-insert-hex-string): New command.
9551
5e3dac3f
GM
9552 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9553 instead of concat.
9554
f6d3257b
GM
95552000-04-18 Gerd Moellmann <gerd@gnu.org>
9556
9557 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9558 at the start of an existing but empty folder.
9559
95602000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9561
9562 * ps-mule.el: Customization fix, doc fix.
9563 (ps-multibyte-buffer): Customization fix.
9564
8b7bc628 95652000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9566
9567 * subr.el (read-passwd): Use read-char-exclusive.
9568
0daee095
GM
95692000-04-17 Gerd Moellmann <gerd@gnu.org>
9570
9571 * textmodes/texinfo.el (texinfo-insert-@email)
9572 (texinfo-insert-@emph, texinfo-insert-@quotation)
9573 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9574 (texinfo-mode-map): Add key bindings for them.
9575
9576 * files.el (basic-save-buffer-2): Use a template with `$'
9577 instead of `#' for VMS.
9578
9579 * simple.el (clone-indirect-buffer): New function.
9580
e10f64e7
GM
95812000-04-16 Stephen Eglen <stephen@gnu.org>
9582
9583 * iswitchb.el (iswitchb-case): New function. If the user input
9584 contains any upper-case characters, the search is made
9585 case-sensitive.
9586
e3721db1
SM
95872000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9588
e10f64e7
GM
9589 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9590 comment-end.
e3721db1
SM
9591 (texinfo-font-lock-syntactic-keywords): New var.
9592 (texinfo-font-lock-keywords): Remove comment regexp.
9593 (texinfo-insert-block): New function.
9594 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9595 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9596 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9597 (texinfo-environments): New var.
e10f64e7
GM
9598 (texinfo-environment-regexp): Use regexp-opt and
9599 texinfo-environments.
e3721db1 9600
e10f64e7
GM
9601 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9602 ispell-process is bound since this might be eval'd before ispell
9603 is loaded.
9604 (ispell-message): Use a tiny bit less magic and a bit more hard
9605 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9606
9607 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9608
9609 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9610 (insert-cyclic-diary-entry): Unquote the lambda.
9611
9612 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9613
9614 * files.el (backup-enable-predicate): Unquote the lambda.
9615
9616 * cus-edit.el (custom-face, face): Unquote the lambda.
9617
712dc9e0
GM
96182000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9619
9620 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9621
712dc9e0
GM
9622 * ps-print.el: Fix counting lines in a region.
9623 (ps-print-version): New version number (5.1.5).
9624 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9625 (ps-printing-region): Fun code fix.
9626
ffc50f2a
GM
96272000-04-15 Gerd Moellmann <gerd@gnu.org>
9628
9629 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9630 to file-directory-p.
9631
a2522dca
GM
96322000-04-14 Gerd Moellmann <gerd@gnu.org>
9633
9634 * gud.el (gud-jdb-build-source-files-list): Check that directory
9635 exists before calling directory-files.
9636
6e883610
DL
96372000-04-13 Dave Love <fx@gnu.org>
9638
9639 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9640 syntax.
9641
9642 * emacs-lisp/cl-specs.el: Remove when, unless.
9643
9644 * emacs-lisp/cl-extra.el: Don't quote keywords.
9645 (cl-old-mapc): New variable.
9646 (mapc): Use it.
9647 (cl-map-intervals): Use with-current-buffer. Don't check for
9648 next-property-change.
9649 (cl-map-overlays): Use with-current-buffer.
9650 (cl-expt): Remove.
9651 (copy-tree, remprop): Define unconditionally.
9652
9653 * emacs-lisp/cl-compat.el (keywordp): Remove.
9654
9655 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9656 to use keywordp.
9657 (edebug-spec): Enable keywordp.
9658
9659 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9660 string-lessp.
9661
9662 * cus-start.el: Use keywordp.
9663
198e3c7a
GM
96642000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9665
9666 * diary-lib.el (include-other-diary-files): Fix the fix of
9667 2000-02-18 by doing a save-excursion.
9668
96692000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9670
9671 * ps-print.el: Customization fix, doc fix.
9672 (ps-print-version): New version number (5.1.4).
9673 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9674 (ps-print-preprint): Adjust code.
9675 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9676 (ps-print-prologue-header, ps-print-control-characters)
9677 (ps-spool-config): Customization fix.
fa78f71b 9678
8eba343c
EZ
96792000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9680
9681 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9682 converted to the new menu-item format, names silightly changed,
9683 help strings added.
9684
9685 Support for spelling without async subprocesses:
9686
9687 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9688 (ispell-session-buffer): New variables.
9689 (ispell-start-process, ispell-process-status,
9690 ispell-accept-output, ispell-send-string): New functions, for
9691 Ispell invocation when async subprocesses aren't supported.
9692 (ispell-word, ispell-pdict-save, ispell-command-loop,
9693 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9694 to process-send-string with calls to ispell-send-string, and
9695 accept-process-output with ispell-accept-output.
9696 (ispell-init-process): Call ispell-process-status instead of
9697 process-status with.
9698 (ispell-init-process): Call ispell-start-process. Call
9699 ispell-accept-output and ispell-send-string. Don't call
9700 process-kill-without-query and kill-process if they are unbound.
9701 (ispell-async-processp): New function.
9702
3d30065d
DL
97032000-04-12 Dave Love <fx@gnu.org>
9704
9705 * info.el: Add debug-ignored-errors.
9706 (Info-mode-menu): Add some items.
9707 (Info-directory): Add autoload cookie.
9708
9709 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9710 Modify `truncate-lines'. Make `describe-language-environment'
9711 always visible and add help. Modify `describe-key' help. Invoke
9712 Info-directory from `info'. New entry `emacs-manual'.
9713
1a1b1895
GM
97142000-04-10 Gerd Moellmann <gerd@gnu.org>
9715
8b2affc5
GM
9716 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9717 propertized-buffer-identification.
9718 (ebrowse-update-member-buffer-mode-line): Likewise.
9719 (ebrowse--mode-strings): Removed.
9720 (ebrowse--mode-line-props): Removed.
9721
1a1b1895
GM
9722 * files.el (auto-mode-alist): Add `EBROWSE'.
9723
9724 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9725 space before testing for end of buffer.
9726 (ebrowse-load): Removed.
9727 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9728 (ebrowse-create-tree-buffer): Rewritten.
9729 (ebrowse-tree-mode): Read tree from buffer.
9730
9731 * progmodes/ebrowse-ffh.el: Removed.
9732
223f3c91
KH
97332000-04-10 Kenichi Handa <handa@etl.go.jp>
9734
9735 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9736
25fbf2c4
GM
97372000-04-10 Gerd Moellmann <gerd@gnu.org>
9738
9739 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9740 at the wrong place.
9741
92c13173
DL
97422000-04-09 Dave Love <fx@gnu.org>
9743
9744 * files.el (backup-enable-predicate): Use
9745 temporary-file-directory, small-temporary-file-directory.
9746 (make-backup-file-name-function, backup-directory-alist): New
9747 variables.
9748 (make-backup-file-name-1): New function.
9749 (make-backup-file-name): Use it.
9750 (find-backup-file-name): Likewise. Use format for clarity, not
9751 concat.
9752 (file-newest-backup): Use make-backup-file-name.
9753
be0dbdab
GM
97542000-04-09 Gerd Moellmann <gerd@gnu.org>
9755
c45be9ac 9756 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9757
c45be9ac
GM
9758 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9759 to ebrowse-ffh.el.
9760 (ebrowse-load): Add autoload.
9761
9762 * finder.el (finder-commentary): Add autoload cookie.
9763
be0dbdab
GM
9764 * mail/rfc2368.el: Correct author's email address.
9765
9766 * progmodes/ebrowse.el: New file.
9767
9768 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9769 item help string.
9770 (easy-menu-do-add-item): Ditto.
9771 (easy-menu-define): Extend doc string.
9772
9773 * jit-lock.el (with-buffer-unmodified): Use
9774 restore-buffer-modified-p.
9775 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9776 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9777 with-buffer-unmodified.
9778
3f923efe
DL
97792000-04-08 Dave Love <fx@gnu.org>
9780
9781 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9782 unless, when.
9783
d35bee0e
MK
97842000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9785
9786 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9787 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9788 doesn't support face.
d35bee0e 9789 Use `viper-put-on-search-overlay'.
fa78f71b 9790
c407c570
GM
97912000-04-04 Gerd Moellmann <gerd@gnu.org>
9792
9793 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9794 like C-r.
9795
9796 * progmodes/make-mode.el: Some doc fixes.
9797 (makefile-mode-abbrev-table): New variable.
9798 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9799 (makefile-font-lock-keywords): Fontify includes and conditionals.
9800 (toplevel): Require `dabbrev' and `add-log' when compiling.
9801
9802 * replace.el (perform-replace): Don't move forward one char
9803 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9804 to do that because it leaves point 1 position after the last
9805 replacement, after everything has been replaced.
9806
9807 * jit-lock.el (with-buffer-unmodified): New macro.
9808 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9809 modified state.
9810 (jit-lock-function-1): Extracted from jit-lock-function; not
9811 preserving buffer's modified state.
9812 (jit-lock-function, jit-lock-stealth-fontify): Call
9813 jit-lock-function-1.
9814
9815 * mail/rfc2368.el: Remove supernumerary copyright line.
9816
685e5ed2
GM
98172000-04-04 Milan Zamazal <pdm@freesoft.cz>
9818
9819 * glasses.el: Provide facilities for inserting space before left
9820 parentheses and uncapitalization of identifiers.
9821 (glasses-mode): Try to remove old overlays in all cases.
9822
0166aed1
GM
98232000-04-03 Gerd Moellmann <gerd@gnu.org>
9824
62f20204
GM
9825 * progmodes/compile.el (compile-internal): Display the compilation
9826 buffer in a different frame, if it's already displayed there.
9827
6460c400
GM
9828 * mail/rfc2368.el: New file.
9829
c0510d27
GM
9830 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9831 header and insert its value as mail body.
9832
9833 * subr.el (member-ignore-case): New function.
9834
9835 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9836 (dabbrev--find-expansion): Ignore buffers matching a regexp
9837 from dabbrev-ignored-regexps.
9838
0166aed1
GM
9839 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9840 to extensions handled by gzip.
9841
c0510d27
GM
98422000-04-03 Richard M. Stallman <rms@gnu.org>
9843
9844 * files.el (insert-directory): List the total free space
9845 along with the used space.
fa78f71b 9846
c0510d27
GM
9847 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9848 line is followed by one that matches CITATION-REGEXP, end the
9849 paragraph.
9850
98512000-04-03 Markus Rost <rost@delysid.gnu.org>
9852
9853 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9854 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9855
14c04384
KH
98562000-04-03 Kenichi Handa <handa@etl.go.jp>
9857
9858 * international/mule-cmds.el (encoded-string-description):
9859 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9860 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9861 for hexadecimal format.
14c04384 9862
ccf5869a
DL
98632000-04-01 Dave Love <fx@gnu.org>
9864
9865 * cpp.el: Change customization group to `c' from `C'.
9866
9867 * vcursor.el (vcursor-move): Use display-color-p.
9868
9869 * international/mule-util.el: Provide mule-utils.
9870 (string-to-sequence): Simplify and speed up.
9871
9872 * international/mule.el (make-coding-system): Purecopy doc-string.
9873
9874 * international/mule-cmds.el: Various menu changes.
9875 (describe-specified-language-support): Handle `Default'.
9876 (set-language-info): Purecopy `info'.
9877
610d841e
GM
98782000-03-31 Andrew Innes <andrewi@gnu.org>
9879
9880 * vc.el (vc-backend-diff): Return the correct status if we had to
9881 retry the rcsdiff command without the --brief option.
fa78f71b 9882
7f9de034
DL
98832000-03-31 Dave Love <fx@gnu.org>
9884
2de47765
DL
9885 * help.el (help-manyarg-func-alist): Correct several omissions.
9886
72838819
DL
9887 * add-log.el: Don't require cl, fortran.
9888 (add-log-current-defun-function): Doc fix.
9889 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9890 fix.
9891 (change-log-version-rcs): Function deleted.
9892 (change-log-version-number-search): Doc fix. Use
9893 vc-workfile-version. Avoid CL dolist.
9894 (add-change-log-entry): Just call add-log-current-defun to get
9895 defun. Simplify somewhat.
9896 (change-log-get-method-definition-1): Likewise.
9897 (add-log-current-defun): Return nil if calling
9898 add-log-current-defun-function does so. Move Fortran stuff to
9899 fortran.el. Return string without properties.
9900
7f9de034
DL
9901 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9902 and :alpha: char classes.
9903
9904 * mail/supercite.el: Defvar curline when compiling.
9905 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9906 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9907 rather than a-zA-Z0-9 to allow non-ASCII characters.
9908
aa110c0c
GM
99092000-03-31 Gerd Moellmann <gerd@gnu.org>
9910
9911 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9912
9913 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9914 Re-enable new code.
9915
9916 * lpr.el (print-region-1): Use -d to specify printer name for
9917 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9918
99192000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9920
aa110c0c
GM
9921 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9922 for function definition in symbol's function value slot first
9923 instead of first consulting byte-compile-function-environment.
fa78f71b 9924
6733d074
KH
99252000-03-31 Kenichi Handa <handa@etl.go.jp>
9926
9927 * language/european.el ("Polish"): New language environment.
9928 (setup-polish-environment): New function.
9929
63fcfa04
GM
99302000-03-30 Gerd Moellmann <gerd@gnu.org>
9931
9932 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9933 Disable new code.
9934
9935 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9936 trying to `load' the symbol of an autoload instead of the file
9937 recorded in the autoload. Fix error messages.
9938
7438c86b
GM
99392000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9940
9941 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9942 (ps-print-version): New version number (5.1.3).
9943 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9944 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9945 (ps-generate-postscript-with-faces): Code fix.
9946 (ps-color-values): XEmacs compatibility.
9947 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9948 (ps-default-fg, ps-default-bg): Adjust customization.
9949 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9950 (ps-color-scale): Renaming old ps-color-value fun.
9951 (ps-print-headers): Replace ps-print-header group to avoid conflict
9952 with ps-print-header variable.
9953 (ps-print-miscellany): New group.
9954 (ps-format-color, ps-rgb-color): New funs.
9955 (ps-default-foreground): New var.
9956 (ps-printer-name-option): New const.
fa78f71b 9957
326855a0
PB
99582000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9959
1f56ba73
PB
9960 * net/net-utils.el:
9961 (network-connection-host, network-connection-service): New variables
9962 (network-connection-mode): New mode, derived from comint-mode
9963 (network-connection-mode-setup): New function, saves host and
fa78f71b 9964 service information in local variables.
1f56ba73 9965
326855a0
PB
9966 * lisp/locate.el:
9967 (locate-word-at-point): Added this function
9968 (locate): Default to using locate-word-at-point as input
9969 Run dired-mode-hook
9970
141384bd
DL
99712000-03-29 Dave Love <fx@gnu.org>
9972
9973 * calendar/appt.el: Doc fixes.
9974 (appt-check): Convert min-to-app to a string before passing to
9975 appt-disp-window-function or concat.
9976 (appt-delete-window): Remove test for frame-root-window.
9977 (appt-select-lowest-window, appt-convert-time): Simplify.
9978
9979 * emacs-lisp/bytecomp.el: Doc fixes.
9980 (byte-compile-file-form-autoload): Update
9981 byte-compile-function-environment.
9982
c5aa0fc2
AS
99832000-03-29 Andreas Schwab <schwab@suse.de>
9984
9985 * emacs-lisp/autoload.el: Also print defsubst doc string
9986 specially.
9987
9988 * dired.el (dired-insert-directory): If dired-free-space-program
9989 failed just delete its output.
9990
f1d6fe69
DL
99912000-03-29 Dave Love <fx@gnu.org>
9992
9993 * international/iso-cvt.el: Move provide to end. Doc fixes.
9994 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9995 (iso-iso2sgml, iso-sgml2iso): New functions.
9996 (iso-cvt-define-menu): Fix some entries and use backquote for
9997 clarity.
9998
9999 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10000
b61f1215
GM
100012000-03-28 Gerd Moellmann <gerd@gnu.org>
10002
10003 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10004 ISO-DATE. If non-nil, return date in ISO 8601 format.
10005
ea4b0ca3
SM
100062000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10007
3831af62
SM
10008 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10009 if it ever becomes used.
10010 (log-edit-mode-hook): Default to vc-log-mode-hook.
10011 (log-edit-mode): Fix the docstring.
10012
ea4b0ca3
SM
10013 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10014 the code.
10015
08f8b1cc
DL
100162000-03-26 Dave Love <fx@gnu.org>
10017
082527fe
DL
10018 * net/browse-url.el (browse-url): Re-fix case of
10019 browse-url-browser-function being an alist.
10020 (browse-url): Add :link to defgroup.
10021
08f8b1cc
DL
10022 * files.el: Doc fixes.
10023 (file-truename): Include `[' in wildcard characters.
10024 (automount-dir-prefix): Customize.
10025 (find-file-wildcards): Add :version.
10026 (find-file-noselect): Simplify a mapcar call.
10027
10028 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10029 compatible with inf-lisp version.
10030 (eval-defun-1): Fix custom-declare-variable case.
10031
ea4b0ca3
SM
100322000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10033
10034 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10035
9a0dd3dc
GM
100362000-03-24 Gerd Moellmann <gerd@gnu.org>
10037
b68c375f
GM
10038 * Makefile (COMPILE_FIRST): New macro.
10039 (compile-files): Compile files from COMPILE_FIRST first.
10040
10041 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10042 code.
10043
9a0dd3dc
GM
10044 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10045 matching open parenthesis in column 0 to defun-prompt-regexp
10046 only if open-paren-in-column-0-is-defun-start is set.
10047
10048 * sun-curs.el: Require CL at compile-time only.
10049
10050 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10051 instead of copy-list which is a function from CL.
10052 (msb--choose-menu, msb--mode-menu-cond)
10053 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10054 (msb--init-file-alist): Use mapcar instead of mapcan.
10055 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10056 `(' in column 0 in doc string.
10057 (msb--add-separators): Use mapcar instead of mapcan.
10058
10059 * cus-dep.el: Require CL at compile-time only.
10060
c7dcadb5
SM
100612000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10062
10063 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10064 (byte-compile-warnings): New warning `noruntime'.
10065 (byte-compile-constants, byte-compile-variables): Fix docstring.
10066 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10067 execute `eval-whenc-compile's body.
10068 (byte-compile-unresolved-functions): Fix docstring.
10069 (byte-compile-eval): New function.
10070 (byte-compile-callargs-warn): Check if the function will be available
10071 at runtime (via property `byte-compile-noruntime').
10072 (byte-compile-print-syms): New function.
10073 (byte-compile-warn-about-unresolved-functions): Also warn about
10074 `noruntime' functions (and use `byte-compile-print-syms').
10075 (byte-compile-file): Capitalize the message.
10076
3b55acc9
GM
100772000-03-24 Gerd Moellmann <gerd@gnu.org>
10078
10079 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10080 (rmail-expunge): Ask for confirmation depending on the setting
10081 of rmail-confirm-expunge.
10082
100832000-03-23 Gerd Moellmann <gerd@gnu.org>
10084
10085 * Makefile (bootstrap-clean): If $(emacs) exists, build
10086 loaddefs.el first. A loaddefs.el that's not up-to-date might
10087 cause a bootstrap failure because things don't autoload as
10088 expected.
10089
02c76af4
DL
100902000-03-23 Dave Love <fx@gnu.org>
10091
10092 * net/browse-url.el: Restore previous use of
10093 browse-url-maybe-new-window.
10094
1a3199d9
GM
100952000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10096
10097 * ps-print.el: Skip banner page fix.
10098 (ps-print-version): New version number (5.1.2).
10099 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10100
1a3199d9
GM
101012000-03-23 Dave Pearson <davep@davep.org>
10102
10103 * net/quickurl.el Changed the type of parameter passed to the
10104 function defined by `quickurl-format-function'. Before only the
10105 text of the URL was passed. Now the whole URL structure is passed
10106 and the function is responsible for extracting the parts it
10107 requires. Changed the default of `quickurl-format-function'
10108 accordingly.
10109 (quickurl-insert): Changed the `funcall' of
10110 `quickurl-format-function' to match the above change.
10111 (quickurl-list-insert): Changed the `url' case so that it makes
10112 use of `quickurl-format-function', previous to this the format was
10113 hard wired.
fa78f71b 10114
72db3ab5
GM
101152000-03-22 Gerd Moellmann <gerd@gnu.org>
10116
10117 * startup.el: Change some spellings for the X Window System.
10118
68049bfa
SM
101192000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10120
10121 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10122 up the code and the regexp and make sure the cursor is temporarily
10123 moved to the suspicious line while querying the user.
10124
ff4df011
JR
101252000-03-22 Jason Rumney <jasonr@gnu.org>
10126
10127 * w32-fns.el (w32-charset-info-alist): Initialize.
10128
ee1c5b21
GM
101292000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10130
10131 * ps-print.el: N-up last page fix.
10132 (ps-print-version): New version number (5.1.1).
10133 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10134
d2cbfba0
SM
101352000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10136
bfb857d8
SM
10137 * files.el (find-file-run-dired): Update docstring.
10138 (find-directory-functions): New hook.
10139 (find-file-noselect): Run find-directory-functions rather than
10140 calling dired directly.
10141
10142 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10143
cb3430a1
SM
10144 * pcvs.el: Add a minimal leading commentary.
10145 (cvs-make-cvs-buffer): Change the header part by removing the startup
10146 message and adding a `Module' entry. Also replace the FOOTER and
10147 HEADER special fileinfos with the new support in ewoc for updating
10148 its own footer and header.
10149 (cvs-update-header): Update to use the header/footer of the ewoc.
10150 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10151 (cvs-is-within-p): New function.
10152 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10153 to only examine some subset of the buffers.
10154
10155 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10156 `format' instead of our own ad-hoc functions.
10157 Remove HEADER and FOOTER cases, now handled in the EWOC.
10158 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10159
10160 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10161 output to avoid scaring the user.
10162 (cvs-parse-table): Catch message for non-up-to-date commits.
10163
10164 * pcvs-defs.el (cvs-startup-message): Remove.
10165 (cvs-global-menu): New autoloaded menu.
10166
10167 * pcvs-util.el (cvs-string-fill): Remove.
10168
10169 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10170 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10171 PP part of it and also make it work for footers and headers.
10172 (ewoc-create): Drop POS and BUFFER arguments.
10173 Use the DLL's dummy node to store the end-of-footer position.
10174 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10175 (ewoc-refresh): Remove unused `header' variable.
10176 (ewoc-(get|set)-hf): New functions.
10177
d2cbfba0
SM
10178 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10179 log-view-*-(message|file) and use easy-mmode-define-navigation.
10180 (log-view-message-re): Match SCCS format as well.
10181 And match the revision line rather than the dashed separator line.
10182 (log-view-mode): Use the new define-derived-mode.
10183 (log-view-current-tag): Fill in with an actual implementation.
10184
10185 * cvs-status.el (cvs-status-(prev|next)): Rename from
10186 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10187 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10188 to let the output "breathe" a little more (more readable).
10189 (cvs-status-mode): Use the new define-derived-mode.
10190
10191 * smerge-mode.el (smerge-auto-leave): New function and variable.
10192 (smerge-basic-map): Rename from smerge-basic-keymap.
10193 Change the bindings for smerge-diff-*.
10194 (smerge-*-map): Use easy-mmode-defmap.
10195 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10196 (smerge-keep-*): Use smerge-auto-leave.
10197
51663132
JR
101982000-03-21 Jason Rumney <jasonr@gnu.org>
10199
10200 * cus-edit.el (custom-button-face): Use 3D look for w32.
10201 (custom-button-pressed-face): Likewise.
10202
3f6e4b8b
GM
102032000-03-21 Gerd Moellmann <gerd@gnu.org>
10204
10205 * progmodes/etags.el (tags-case-fold-search): New user-option.
10206 (tags-loop-eval): New function. Bind case-fold-search around eval
10207 depending on the value of tags-case-fold-search.
10208 (tags-loop-continue): Use tags-loop-eval.
10209 (find-tag-in-order): Bind case-fold-search depending on the value
10210 of tags-case-fold-search.
10211
c7ea3acc
SM
102122000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10213
0ae39f53
SM
10214 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10215 (diff-end-of-hunk): Return the end position for use in
10216 `easy-mmode-define-navigation'.
10217 (diff-recenter): Remove.
10218 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10219 of `easy-mmode-define-navigation'.
10220 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10221 previous renaming) and fix to use new names.
10222 (diff-merge-strings): Use \n as separator: simpler, faster.
10223 (diff-mode): Use `define-derived-mode'.
10224
c7ea3acc
SM
10225 * derived.el (define-derived-mode): Don't autoload anymore.
10226 Prefer the macro-only version provided by easy-mmode.el.
10227
10228 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10229 `easy-mmode-define-derived-mode'.
10230 Use `combine-run-hooks'.
10231 (easy-mmode-define-navigation): New macro.
10232
10233 * subr.el (combine-run-hooks): New function.
10234
6c4bfdc0
KH
102352000-03-21 Kenichi HANDA <handa@etl.go.jp>
10236
10237 * term/x-win.el: Fontsets related initialization is simplified.
10238
10239 * international/mule-diag.el (describe-font): Don't refer to
10240 global-fontset-alist, instead call font-list.
10241 (describe-fontset, list-fontsets, mule-diag): Likewise.
10242 (print-fontset): Adjusted for the change of fontset
10243 implementation.
10244
10245 * international/fontset.el (x-charset-registries): Variable
10246 removed, instead the corresponding data is stored in the default
10247 fontset.
10248 (register-alternate-fontnames): Function removed.
10249 (resolved-ascii-font): Variable removed.
10250 (x-compose-font-name): Ignore the second argument REDOCE.
10251 (x-complement-fontset-spec): Complement only an ASCII font and
10252 element for those charsets than can use that ASCII font.
10253 (generate-fontset-menu): Don't refer to global-fontset-alist,
10254 instead call fontset-list.
10255 (uninstantiated-fontset-alist): Variable removed.
10256 (x-style-funcs-alist): Likewise.
10257 (fontset-default-styles): Likewise.
10258 (x-modify-font-name): Function removed.
10259 (create-fontset-from-fontset-spec): Ignore the argument
10260 STYLE-VARIANT.
10261 (create-fontset-from-ascii-font): Docsting adjusted for the above
10262 change.
10263 (instantiate-fontset, resolve-fontset-name): Functions removed.
10264 (fontset-list): Now implemented by C code.
fa78f71b 10265
6c4bfdc0
KH
10266 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10267 (describe-face): Include `font' attribute in the description.
10268
9111d4b5
KH
102692000-03-21 Kenichi Handa <handa@etl.go.jp>
10270
10271 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10272
b33dd3b0
GM
102732000-03-20 Gerd Moellmann <gerd@gnu.org>
10274
a25bbe00
GM
10275 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10276 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10277 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10278
b33dd3b0
GM
10279 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10280 about behavior of set-buffer-modified-p wrt redisplay.
10281
8b7bc628 102822000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10283
10284 * view.el (view-mode-disable): Kill local binding of view-read-only.
10285
d7b511c4
GM
102862000-03-18 Gerd Moellmann <gerd@gnu.org>
10287
10288 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10289 is a string, convert it to a syntax cell using string-to-syntax.
10290
10291 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10292 (string-to-syntax): New function.
10293
10294 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10295 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10296 try to use passive ftp mode.
d7b511c4 10297
998ecc60
GM
102982000-03-17 Gerd Moellmann <gerd@gnu.org>
10299
b33dd3b0 10300 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10301
10302 * simple.el (append-to-buffer): Update point of windows after
10303 insertion.
10304
10305 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10306 forward then moving backward. Reindent.
10307
10308 * frame.el (other-frame): Call x-focus-frame only if
10309 focus-follows-mouse is off.
10310
235d6821
DL
103112000-03-17 Dave Love <fx@gnu.org>
10312
10313 * pcvs-util.el (cvs-strings->string): Rename
10314 replace-regexps-in-string.
10315
a29a2cd1
SM
103162000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10317
af595444
SM
10318 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10319 regexp for labels cannot span several lines.
10320
10321 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10322 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10323
a9be2843
DL
103242000-03-16 Dave Love <fx@gnu.org>
10325
10326 * progmodes/f90.el (f90): Put custom group under `languages', not
10327 `fortran'.
10328 (f90-mode-hook): Customize.
10329 (f90-mode): Set add-log-current-defun-function.
10330 (f90-current-defun): New function.
10331
d0ab3e9d
GM
103322000-03-16 Gerd Moellmann <gerd@gnu.org>
10333
16b20ed9
GM
10334 * cus-edit.el (custom-variable-tag-face): Handle case that
10335 default face's height is not a number.
10336 (custom-face-tag-face, custom-group-tag-face-1)
10337 (custom-group-tag-face): Ditto.
10338 (custom-group-tag-face-1): Add :group.
fa78f71b 10339
d0ab3e9d
GM
10340 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10341
ae8ab422
GM
103422000-03-15 Gerd Moellmann <gerd@gnu.org>
10343
10344 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10345 requiring easymenu.
10346
81c7ca69
GM
103472000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10348
10349 * ps-print.el: PostScript user-defined prologue, PostScript error
10350 handler, doc fix.
10351 (ps-print-version): New version number (5.1).
10352 (ps-user-defined-prologue, ps-error-handler-message)
10353 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10354 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10355 (ps-insert-string): New function.
fa78f71b 10356
dcf1003d
KH
103572000-03-15 Kenichi Handa <handa@etl.go.jp>
10358
10359 * international/ccl.el (ccl-compile-expression): Don't generate
10360 invalid self-assignment code.
10361
73825616
DL
103622000-03-14 Dave Love <fx@gnu.org>
10363
10364 * subr.el (replace-regexp-in-string): Renamed from
10365 replace-regexps-in-string. Doc fix.
10366
031020ac
DL
103672000-03-12 Dave Love <fx@gnu.org>
10368
10369 * cus-edit.el: Doc fixes.
10370 (customize-set-variable, customize-save-variable): Rename args for
10371 doc.
10372 (custom-variable-tag-face, custom-face-tag-face)
10373 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10374 style which user identify as hyperlink.
10375 (hook): Don't add undefined functions to the hook.
10376 (debug-ignored-errors): Transfer message from bindings.el.
10377
9b2f3c38
GM
103782000-03-12 Gerd Moellmann <gerd@gnu.org>
10379
10380 * recentf.el (recentf-keep-non-readable-files-p): Remove
10381 double/nested definition.
10382
0d6e23cf
DL
103832000-03-12 Dave Love <fx@gnu.org>
10384
10385 * facemenu.el (facemenu-get-face): Use display-color-p.
10386 * enriched.el (enriched-decode-foreground): Likewise.
10387 (enriched-decode-background): Likewise.
10388 * isearch.el (isearch-highlight): Likewise.
10389 * info-look.el (info-lookup): Likewise.
10390 * simple.el (completion-setup-function): Likewise.
10391
10392 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10393 :options.
10394
10395 * bindings.el (mode-line-format): Fix line-number and
10396 column-number items. Add help-echo for the background.
10397 (mode-line-mule-info): Modify help-echo.
10398
10399 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10400 defcustom.
10401
10402 * files.el (load-file): Allow completion to .elc.
10403
10404 * man.el: Doc fixes.
10405 (Man-init-defvars): Use display-color-p to set fontification.
10406
10407 * play/hanoi.el (hanoi-internal): Don't use oddp.
10408
e1cff360
GM
104092000-03-12 Gerd Moellmann <gerd@gnu.org>
10410
10411 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10412
10413 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10414
5e5dff44
GM
104152000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10416
10417 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10418 Fix comment.
10419
5b467bf4
SM
104202000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10421
83fef604
SM
10422 * font-lock.el (font-lock-keywords): Fix the doc now that
10423 regexp-opt-depth is unnecessary.
10424 (save-buffer-state): Set an edebug spec.
10425 (font-lock-fontify-anchored-keywords): Properly handle the case when
10426 the matcher goes past the limit.
10427
5b467bf4
SM
10428 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10429 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10430
83fef604
SM
10431 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10432 dll.el and cookie.el (from Elib) with heavy renaming and other
10433 massaging.
5b467bf4
SM
10434
10435 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10436 Autoload the functions used.
10437 (easy-mmode-define-syntax): Fix CL typo.
10438 (easy-mmode-define-derived-mode): Improve the docstring generation.
10439
d407456c
GM
104402000-03-10 Gerd Moellmann <gerd@gnu.org>
10441
10442 * textmodes/texinfo.el (texinfo-version): Variable and function
10443 removed.
10444
5a7a545c
SM
104452000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10446
0d6e23cf
DL
10447 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10448 allow more flexibility.
10449 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10450 fns.
10451 (easy-mmode-defmap, easy-mmode-defsyntax)
10452 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10453
d407456c 104542000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10455
10456 * rect.el (replace-rectangle): New function.
10457
104582000-03-09 Dave Love <fx@gnu.org>
10459
10460 * progmodes/fortran.el (fortran-comment-line-start): Define as
10461 "C".
10462 (fortran-comment-line-start-skip): Don't match cpp stuff.
10463 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10464 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10465 (fortran-mode): Don't set fortran-comment-line-start-skip,
10466 fortran-comment-line-start here. Set comment-start,
10467 add-log-current-defun.
10468 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10469 (fortran-current-defun): New function.
10470
80460654
GM
104712000-03-09 Gerd Moellmann <gerd@gnu.org>
10472
d1221ea9
GM
10473 * emacs-lisp/re-builder.el: New file.
10474
1853aa6b
GM
10475 * mouse.el (mouse-drag-region): Don't run up-event handler
10476 if hscroll has changed.
10477
80460654
GM
10478 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10479 builtin operators, use `font-lock-builtin-face' for Emacs and
10480 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10481
10482 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10483 `(defun (setf foo)' differently.
10484
c0056275
SM
104852000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10486
10487 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10488 (regexp-opt): Update comment and adapt the code the new meaning of
10489 the `paren' argument of regex-opt-group for shy-groups.
10490 (regexp-opt-depth): Handle shy groups as well as backslashed
10491 backslashes.
c0056275
SM
10492 (regexp-opt-group): Turn the leading comment into a docstring.
10493 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10494 Remove open-presuf and close-presuf. Instead of checking for `all
10495 one-char' and then later on check for `several one-char', handle
10496 both cases close together. Also apply a more generic algorithm
10497 for suffixes (the mirror image of the algorithm used for
10498 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10499 (regexp-opt-try-suffix): Removed.
10500
10501 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10502 from comint-mode-map, so we can just inherit from it. Also, move
10503 the initialization into the `defvar' since there's no docstring
10504 anyway and it's fairly short.
10505 (inferior-scheme-mode): Define it as derived-mode: the code is
10506 shorter and this way we inherit from comint-mode-map rather than
10507 copying it.
c0056275 10508
80460654
GM
10509 * subr.el (replace-regexps-in-string): Properly handle the case
10510 where we match an empty string.
c0056275 10511
80460654
GM
10512 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10513 when the command has a directory component (such as "./testml").
c0056275
SM
10514 Also fix a typo in the comment.
10515
5e91ff9e
GM
105162000-03-08 Gerd Moellmann <gerd@gnu.org>
10517
feab4fba
GM
10518 * Makefile (compile-files): Compile files one by one because
10519 that's the only way to ensure a clean compilation environment for
10520 each individual file.
10521
5e91ff9e
GM
10522 * frame.el (other-frame): Call x-focus-frame.
10523
76162e12
DL
105242000-03-07 Dave Love <fx@gnu.org>
10525
f64ce788
DL
10526 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10527 :require to defcustom.
10528
76162e12
DL
10529 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10530 lists.
10531
10532 * files.el (auto-mode-alist): Add configure.in.
10533
10534 * progmodes/autoconf.el: New file.
10535
f7daf1e1
GM
105362000-03-07 Gerd Moellmann <gerd@gnu.org>
10537
10538 * mail/mh-e.el: Change maintainer to `none'.
10539
10540 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10541 to remove-hook and add-hook.
10542
105432000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10544
10545 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10546 it as the default.
10547 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10548 (sendmail-send-it): Conditionally add MIME headers specifying the
10549 used character set.
fa78f71b 10550
63f6b2c4
DL
105512000-03-07 Dave Love <fx@gnu.org>
10552
10553 * winner.el: Fix keywords, autoload cookies. Split
10554 eval-when-compile form to avoid compilation failure.
10555
8330e2f9
KH
105562000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10557
10558 * international/mule.el: Modify comment about coding system
10559 property `coding-category'.
10560 (make-coding-system): New argument EOL-TYPE. Pay attention to
10561 coding-category property of PROPERTIES.
10562
10563 * international/mule-conf.el (coding-category-utf-8,
10564 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10565 categories. Include them in the argument for set-coding-priority.
10566
10567 * international/mule-cmds.el (reset-language-environment): Include
10568 coding-category-utf-8, coding-category-utf-16-be, and
10569 coding-category-utf-16-le in the argument for set-coding-priority.
10570 (reset-language-environment): Initialize coding-category-utf-8,
10571 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10572
18bb0684
GM
105732000-03-06 Karl Fogel <kfogel@red-bean.com>
10574
10575 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10576 code abstracted out of `bookmark-jump-noselect'. Now tries info
10577 extensions as well as compression extensions.
10578 (bookmark-jump-noselect): Use above new func.
fa78f71b 10579
71a6ba55
GM
105802000-03-03 Gerd Moellmann <gerd@gnu.org>
10581
10582 * strokes.el: Change maintainer's mail address.
10583
0d56cdff
KH
105842000-03-03 Kenichi Handa <handa@etl.go.jp>
10585
10586 * international/mule-diag.el (list-character-sets): Make help-echo
10587 string by substitute-command-keys.
10588 (list-character-sets): Likewise.
10589 (sort-listed-character-sets): Call help-setup-xref.
10590
900fa1f1
GM
105912000-03-02 Gerd Moellmann <gerd@gnu.org>
10592
10593 * time.el (display-time-mail-file): Add `none' to the list of
10594 choices.
10595
54d04320
DL
105962000-03-01 Dave Love <fx@gnu.org>
10597
43f3fa09
DL
10598 * help.el (help-xref-go-back): Don't try to set position.
10599
54d04320
DL
10600 * international/mule-diag.el (list-character-sets): Call
10601 help-setup-xref. Add help-echo to xrefs.
10602 (list-character-sets-1): Add help-echo to xrefs.
10603
d054101f
GM
106042000-03-02 Gerd Moellmann <gerd@gnu.org>
10605
10606 * frame.el (blink-cursor-mode): Switch cursor on when turning
10607 the mode off.
10608
10609 * add-log.el (add-log-current-defun): Add support for
10610 Autoconf mode.
10611
10612 * mail/rmail.el (rmail-quit-hook): New variable.
10613
d77dae5c
DL
106142000-03-01 Dave Love <fx@gnu.org>
10615
e5f597f0
DL
10616 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10617
d77dae5c
DL
10618 * help.el (help-xref-button): Add help-echo arg.
10619 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10620
10621 * faces.el (list-faces-display): Supply help-echo with
10622 help-make-xrefs.
10623
10624 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10625 nil.
10626
72d19d75
GM
106272000-03-01 Gerd Moellmann <gerd@gnu.org>
10628
2df636f4
GM
10629 * image.el (defimage): Look for image files in load-path.
10630
fa78f71b 10631 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10632 `number'.
10633
2df636f4
GM
106342000-03-01 David Ponce <david.ponce@wanadoo.fr>
10635
10636 * recentf.el (recentf): Added version tag to the defgroup of
10637 recentf.
10638
106392000-03-01 David Ponce <david.ponce@wanadoo.fr>
10640
10641 * recentf.el (recentf-cleanup): Changed to remove excluded file
10642 too.
10643 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10644 action to select/unselect a file.
10645 (recentf-edit-list): Code cleanup and improvement.
10646 (recentf-open-more-files-action): `recentf-open-more-files' button
10647 widget action to open a file.
10648 (recentf-open-more-files): No more use standard completion but
10649 widgets.
10650 (recentf-more-collection): Deleted.
10651 (recentf-more-history): Deleted.
10652 (recentf-setup-more-completion): Deleted.
10653
106542000-03-01 David Ponce <david.ponce@wanadoo.fr>
10655
10656 * recentf.el (recentf-mode): No more needs that Emacs is running
10657 under a window-system.
10658
106591999-03-01 David Ponce <david.ponce@wanadoo.fr>
10660
10661 * recentf.el (recentf-edit-list): New command to edit the recent
10662 list which allow the user to remove files.
10663 (recentf-edit-selected-items): New global variable, used by
10664 `recentf-edit-list' to hold the list of files to be removed from
10665 the recent list.
10666 (recentf-make-menu-items): Updated to display a "Edit list..."
10667 menu item. Minor code cleanup.
10668
106691999-03-01 David Ponce <david.ponce@wanadoo.fr>
10670
10671 * recentf.el (recentf-open-more-files): New command to open files
10672 that are not displayed in the menu.
10673 (recentf-more-collection): New global variable holding the set of
10674 permissible completions used by `recentf-open-more-files'.
10675 (recentf-more-history): New global variable holding the history list
10676 used by `recentf-open-more-files' completion.
10677 (recentf-setup-more-completion): New function to setup completion for
10678 `recentf-open-more-files'.
10679 (recentf-make-menu-items): Updated to display a "More..." menu item.
10680
106811999-03-01 David Ponce <david.ponce@wanadoo.fr>
10682
10683 * recentf.el (recentf-menu-action): Doc fixed.
10684
106851999-03-01 David Ponce <david.ponce@wanadoo.fr>
10686
10687 * recentf.el (recentf-menu-filter): Doc updated.
10688 (recentf-update-menu-hook): Allow menu filters to force menu update.
10689 (recentf-make-menu-items): New menu filter handling.
10690 (recentf-make-menu-item): New helper function.
10691 (recentf-menu-elements): New menu handling function.
10692 (recentf-sort-ascending): Updated to new menu filter handling.
10693 (recentf-sort-descending): Updated to new menu filter handling.
10694 (recentf-sort-basenames-ascending): New menu filter function.
10695 (recentf-sort-basenames-descending): New menu filter function.
10696 (recentf-show-basenames): New menu filter function.
10697 (recentf-show-basenames-ascending): New menu filter function.
10698 (recentf-show-basenames-descending): New menu filter function.
10699
72d19d75
GM
107002000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10701
10702 * diary-lib.el (list-diary-entries): Don't try to go forward at
10703 the end of the buffer.
10704
1ac1c836
KH
107052000-02-29 Kenichi Handa <handa@etl.go.jp>
10706
10707 * international/mule-diag.el (list-character-sets): Completely
10708 rewritten.
10709 (sort-listed-character-sets): New function.
10710 (list-character-sets-1): Completely rewritten.
10711 (list-character-sets-2): New function.
10712 (non-iso-charset-alist): New variable.
10713 (decode-codepage-char): New function.
10714 (charset-history): New variable.
10715 (read-charset) (list-block-of-chars)
10716 (list-iso-charset-chars)
10717 (list-non-iso-charset-chars)
10718 (list-charset-chars): New functions.
10719 (mule-diag): Call list-character-sets-2, not
10720 list-character-sets-2.
10721 (dump-charsets): Likewise.
10722
ed4d0512
GM
107232000-02-29 Gerd Moellmann <gerd@gnu.org>
10724
72d19d75
GM
10725 * dired-x.el (dired-filename-at-point): Add `@' to valid
10726 file name characters.
10727 (dired-filename-at-point): Handle ange-ftp file names.
10728
ed4d0512
GM
10729 * frame.el (frame-notice-user-settings): Use assq-delete-all
10730 instead of assoc-delete-all.
10731 (frame-notice-user-settings): Ditto.
10732
10733 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10734 Don't copy alist.
10735
32038c7a
GM
107362000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10737
10738 * calculator.el (calculator-use-menu): New option.
10739 (calculator-initial-bindings): Changed some bindings to work as
10740 macros.
10741 (calculator-forced-input): Removed.
10742 (calculator-restart-other-mode): New variable.
10743 (calculator-mode-map): Set up menu.
fa78f71b 10744
32038c7a
GM
107452000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10746
10747 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10748 tags.
fa78f71b 10749
55d7ff38 107502000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10751
55d7ff38
MK
10752 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10753 translate all ESC key sequences.
10754 (viper-goto-mark-subr): restore markers for files for which
10755 they were saved.
10756 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10757 * viper-util.el (viper-set-replace-overlay-glyphs,
10758 viper-set-replace-overlay): always check if the replacement
10759 overlay is live.
10760 * viper.el (viper-vi-state-mode-list): added major modes.
10761 * ediff-wind.el: minor comment changes.
10762 * ediff.el: copyright notice date fix.
fa78f71b 10763
387023ee
JR
107642000-02-27 Jason Rumney <jasonr@gnu.org>
10765
10766 * faces.el (face-font-family-alternatives): Add arial to helv.
10767 (mode-line, header-line, tool-bar): Same default as x for w32.
10768 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10769 face-font-family-alternatives from working.
10770 * term/w32-win.el (mouse-set-font): Do not build fontset from
10771 chosen font.
10772
f43d79c1
GM
107732000-02-25 Sam Steingold <sds@goems.com>
10774
5d80cc9c 10775 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10776 properly.
fa78f71b 10777
8b7bc628 107782000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10779
10780 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10781
4eb8436f
GM
107822000-02-25 Gerd Moellmann <gerd@gnu.org>
10783
10784 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10785 writable.
10786
449c3c52 10787 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10788
42088c12
GM
107892000-02-24 Gerd Moellmann <gerd@gnu.org>
10790
10791 * frame.el (show-cursor-in-non-selected-windows): New option.
10792
c60ea02e
GM
107932000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10794
10795 * diary-lib.el (include-other-diary-files): Undo the selective
10796 display in any included file and don't kill it.
10797
d066de8e
EZ
107982000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10799
10800 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10801 bar. Menu items converted to (menu-item format, help strings
10802 added.
10803 [downcase, upcase]: Don't enable on MS-DOS.
10804 [symlink, symlinks]: Don't show if make-symbolic-link is not
10805 bound.
10806 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10807
b6906b38
DL
108082000-02-23 Dave Love <fx@gnu.org>
10809
275cf1b2
DL
10810 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10811 (backward-kill-word): Revert addition of * to interactive spec --
10812 it's a feature.
10813
10814 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10815 (backward-kill-sentence, kill-sentence): Likewise.
10816
99d48056
DL
10817 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10818 scratch buffer name.
10819 (gud-format-command): Use int-to-string in ?l case. Simplify
10820 slightly.
10821
10822 * term/w32-win.el (internal-face-interactive): Update prompt for
10823 new read-face-name.
10824
10825 * mail/footnote.el (footnote): Add :version to defgroup.
10826 (footnote-section-tag-regexp): Customize.
10827 (footnote-start-tag, footnote-end-tag): New option.
10828 (footnote-latin-regexp): New variable.
10829 (Footnote-latin): New function.
10830 (footnote-style-alist): Add element for latin style.
10831 (footnote-style): Moved.
10832 (Footnote-goto-footnote): Use eq to test arg.
10833
10834 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10835
b6906b38
DL
10836 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10837 (byte-compile-trueconstp): Include keywords.
10838 (byte-optimize-quote, byte-optimize-lapcode): Use
10839 byte-compile-const-symbol-p.
10840 (byte-optimize-char-before): New optimization.
10841
10842 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10843 (byte-compile-const-symbol-p): New function.
10844 (byte-compile-constp, byte-compile-out-toplevel)
10845 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10846 Use it.
10847
10848 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10849
214f877f
KH
108502000-02-23 Kenichi Handa <handa@etl.go.jp>
10851
c709bcf1
KH
10852 * international/encoded-kb.el: Be sure to update minor-mode-alist
10853 and minor-mode-map-alist.
10854 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10855 codes SS2 and SS3 correctly.
10856 (encoded-kbd-self-insert-ccl): New function.
10857 (encoded-kbd-setup-keymap): New function.
10858 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10859 by calling encoded-kbd-setup-keymap.
10860
214f877f
KH
10861 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10862 characters.
10863 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10864 locally.
10865
b021ef18
DL
108662000-02-22 Dave Love <fx@gnu.org>
10867
10868 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10869 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10870 defvar.
10871 (lisp-mode-syntax-table): Set up for #|...|# comments.
10872 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10873 classes. Match `defface'.
10874 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10875 (eval-defun-1): Fix for defcustom.
10876 (lisp-indent-region): Doc fix.
10877
10878 * subr.el (when, unless, split-string): Doc fix.
10879 (read-passwd): Move call of clear-this-command-keys to the right
10880 place.
10881 (replace-regexps-in-string): New function.
10882
14cc00ad
GM
108832000-02-22 Gerd Moellmann <gerd@gnu.org>
10884
10885 * help.el (describe-variable): Set syntax table to
10886 emacs-lisp-mode-syntax-table when moving forward over the
10887 symbol's name.
10888
47da5efa
DL
108892000-02-22 Dave Love <fx@gnu.org>
10890
10891 * xt-mouse.el: Doc fixes.
10892 (xterm-mouse-position-function): New function, replacing advice of
10893 mouse-position.
10894 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10895
10896 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10897
f0a6c717
GM
108982000-02-21 Gerd Moellmann <gerd@gnu.org>
10899
10900 * format.el (format-annotate-single-property-change): Handle
10901 properties.with dotted-list values.
10902 (format-proper-list-p): New function.
10903
10904 * enriched.el (enriched-face-ans): Handle '(foreground-color
10905 . COLOR) and (background-color . COLOR).
10906
2be80b63
DL
109072000-02-20 Dave Love <fx@gnu.org>
10908
10909 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10910 and assignments to it.
10911 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10912 current local map.
10913 (make-flyspell-overlay): Use it.
10914 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10915
10916 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10917 (lm-get-header-re): Defun, not defsubst.
10918 (lm-get-package-name): Defun, not defsubst. Simplify.
10919 (lm-version): Doc fix. Simplify.
10920 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10921 (lm-crack-address, lm-last-modified-date, lm-commentary)
10922 (lm-verify, lm-synopsis): Simplify.
10923 (lm-report-bug): Require emacsbug. Use compose-mail.
10924
329eed9f
GM
109252000-02-20 Gerd Moellmann <gerd@gnu.org>
10926
10927 * dired.el (dired-mode): Call propertized-buffer-identification
10928 to set mode-line-buffer-identification to something having
10929 the right text properties.
10930
10931 * bindings.el (propertized-buffer-identification): New function.
10932
be5bb146
DL
109332000-02-20 Dave Love <fx@gnu.org>
10934
10935 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10936 check for t-mouse too.
10937
10938 * cus-start.el: Make echo-keystrokes `number'.
10939
1d4311c3
EZ
109402000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10941
10942 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10943 Don't call ring-empty-p unless tags-location-ring is bound.
10944 From Noah Friedman <friedman@splode.com>.
10945
a23c5037
TTN
109462000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10947
10948 * progmodes/hideshow.el (hs-flag-region): No longer use
10949 `intangible' overlay property.
10950
10951 (hs-toggle-hiding): New command.
10952 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10953
10954 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10955 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10956 and deactivation.
10957
b6a22bf8
GM
109582000-02-18 Gerd Moellmann <gerd@gnu.org>
10959
10960 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10961
d621caf7
GM
109622000-02-17 Gerd Moellmann <gerd@gnu.org>
10963
3c0ed7ce
GM
10964 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10965
d621caf7
GM
10966 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10967 of `*' to handle `(* ... *)' comments.
10968
538d88fb
EZ
109692000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10970
53c80cf6 10971 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10972 window-system.
53c80cf6 10973
538d88fb
EZ
10974 * menu-bar.el (global-map): Menu-bar items converted to the new
10975 format (menu-item..., rearranged for better CUA compliance, and
10976 their names changed for better clarity. Help strings added.
10977
10978 * international/mule-cmds.el (mule-menu-keymap)
10979 (describe-language-environment-map, set-coding-system-map)
10980 (setup-language-environment-map): Convert to new (menu-item...
10981 form, add help strings. Change names of menu items for better
10982 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10983 submenu).
10984
8389e1e2 109852000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10986
a23c5037 10987 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10988 within the code.
a23c5037 10989
8389e1e2 109902000-02-16 Dave Love <fx@gnu.org>
a23c5037 10991
84fe35f0
DL
10992 * faces.el: Don't require custom. Add more specific :groups to
10993 various deffaces.
10994 (set-face-attribute): Purecopy args.
10995 (read-face-name): Default to name at point and use it in prompt.
10996 Remove colon from arg in all callers.
10997 (list-faces-display): Hyperlink to face descriptions and customize
10998 buffers.
10999
b2aeee30
DL
110002000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11001
11002 * wid-edit.el (widget-match-inline): An atom never matches a
11003 list.
11004
99e95407
GM
110052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11006
82d2c7c5
DL
11007 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11008 at ':' characters by call to split-string.
99e95407
GM
11009
110102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11011
82d2c7c5 11012 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11013
110142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11015
82d2c7c5
DL
11016 * textmodes/bibtex.el: Some temporary comments removed.
11017 (bibtex-field-name, bibtex-entry-type): Made the relationship
11018 explicit.
11019 (bibtex-field-const): Allow capital letters.
11020 (bibtex-start-of-string): Deleted because unused.
11021
11022 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11023 use the term 'reference' to describe a bibtex entry as a whole.
11024 Further, reference keys are no longer called 'labels'.
11025 (bibtex-keys): Renamed to bibtex-reference-keys.
11026 (bibtex-reformat-previous-labels): Renamed to
11027 bibtex-reformat-previous-reference-keys.
11028 (bibtex-reference-type): Renamed to bibtex-entry-type.
11029 (bibtex-reference-head): Renamed to bibtex-entry-head.
11030 (bibtex-reference-maybe-empty-head): Renamed to
11031 bibtex-entry-maybe-empty-head.
11032 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11033 (bibtex-search-reference): Renamed to bibtex-search-entry.
11034 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11035 bibtex-enclosing-entry-maybe-empty-head.
11036 (bibtex-entry-field-alist, bibtex-entry-head,
11037 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11038 bibtex-map-entries, bibtex-search-entry,
11039 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11040 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11041 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11042 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11043 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11044 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11045 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11046
110472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11048
82d2c7c5
DL
11049 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11050 comment.
11051 (bibtex-format-field-delimiters): New function, functionality
11052 extracted from bibtex-format-entry.
11053 (bibtex-autokey-get-yearfield-digits): New function, functionality
11054 extracted from bibtex-autokey-get-yearfield.
11055
11056 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11057 entries in order to avoid stack overflow in the regexp matcher if
11058 field contents become large.
11059 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11060 bibtex-field-string-part-not-braced,
11061 bibtex-field-string-part-no-inner-braces,
11062 bibtex-field-string-part-1-inner-brace,
11063 bibtex-field-string-part-2-inner-braces,
11064 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11065 bibtex-field-string-quoted, bibtex-field-string,
11066 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11067 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11068 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11069 as parsing is now performed by the following functions.
11070 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11071 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11072 bibtex-parse-field-string, bibtex-search-forward-field-string,
11073 bibtex-parse-association, bibtex-field-name-for-parsing,
11074 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11075 bibtex-search-forward-field, bibtex-search-backward-field,
11076 bibtex-start-of-field, bibtex-end-of-field,
11077 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11078 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11079 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11080 bibtex-parse-string, bibtex-search-forward-string,
11081 bibtex-search-backward-string, bibtex-start-of-string,
11082 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11083 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11084 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11085 entries. Instead of reporting the results of the parsing by
11086 match-beginning or match-end, these functions return data structures
11087 that hold the corresponding positions.
11088 (bibtex-enclosing-field): Changed to also report field boundaries by
11089 return values rather than by match-beginning or match-end. The
11090 following functions have been adapted to use the new parsing
11091 functions.
11092 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11093 bibtex-enclosing-field, bibtex-format-entry,
11094 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11095 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11096 bibtex-print-help-message, bibtex-end-of-entry,
11097 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11098 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11099 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11100 method for parsing.
11101 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11102 bibtex-map-entries, bibtex-flash-head,
11103 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11104 bibtex-autokey-change, bibtex-autokey-get-namefield,
11105 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11106 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11107 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11108 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11109 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11110 order to make the new binding of case-fold-search immediately
11111 visible.
99e95407
GM
11112
111132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11114
82d2c7c5
DL
11115 * textmodes/bibtex.el: Copyright notice is up to date.
11116 Added constant 'bibtex-maintainer-salutation.
99e95407 11117
82d2c7c5
DL
11118 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11119 than make-temp-name, use match-string-no-properties and eliminate
11120 a quadratic behavior when building bibtex-strings.
99e95407 11121
82d2c7c5
DL
11122 * bibtex.el (bibtex-reference-key): Accept string entries whose
11123 reference key contains upper case letters.
99e95407
GM
11124
111252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11126
82d2c7c5
DL
11127 * bibtex.el (bibtex-reference-head): Allow entries to start with
11128 a new line.
99e95407
GM
11129
111302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11131
82d2c7c5
DL
11132 * bibtex.el: Hiding of entry bodies is not longer provided by
11133 bibtex.el directly. Instead the hideshow package can be used.
11134 Added a special bibtex entry to hs-special-modes-alist.
11135 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11136
111372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11138
f24fef2f
SM
11139 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11140 at ':' characters by call to split-string.
8389e1e2
GM
11141
111422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11143
f24fef2f 11144 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11145
111462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11147
f24fef2f
SM
11148 * textmodes/bibtex.el: Some temporary comments removed.
11149 (bibtex-field-name, bibtex-entry-type): Made the relationship
11150 explicit.
11151 (bibtex-field-const): Allow capital letters.
11152 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11153
f24fef2f
SM
11154 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11155 use the term 'reference' to describe a bibtex entry as a whole.
11156 Further, reference keys are no longer called 'labels'.
11157 (bibtex-keys): Renamed to bibtex-reference-keys.
11158 (bibtex-reformat-previous-labels): Renamed to
11159 bibtex-reformat-previous-reference-keys.
11160 (bibtex-reference-type): Renamed to bibtex-entry-type.
11161 (bibtex-reference-head): Renamed to bibtex-entry-head.
11162 (bibtex-reference-maybe-empty-head): Renamed to
11163 bibtex-entry-maybe-empty-head.
11164 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11165 (bibtex-search-reference): Renamed to bibtex-search-entry.
11166 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11167 bibtex-enclosing-entry-maybe-empty-head.
11168 (bibtex-entry-field-alist, bibtex-entry-head,
11169 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11170 bibtex-map-entries, bibtex-search-entry,
11171 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11172 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11173 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11174 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11175 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11176 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11177 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11178
111792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11180
f24fef2f
SM
11181 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11182 comment.
11183 (bibtex-format-field-delimiters): New function, functionality
11184 extracted from bibtex-format-entry.
11185 (bibtex-autokey-get-yearfield-digits): New function, functionality
11186 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11187
f24fef2f
SM
11188 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11189 entries in order to avoid stack overflow in the regexp matcher if
11190 field contents become large.
11191 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11192 bibtex-field-string-part-not-braced,
11193 bibtex-field-string-part-no-inner-braces,
11194 bibtex-field-string-part-1-inner-brace,
11195 bibtex-field-string-part-2-inner-braces,
11196 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11197 bibtex-field-string-quoted, bibtex-field-string,
11198 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11199 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11200 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11201 as parsing is now performed by the following functions.
11202 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11203 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11204 bibtex-parse-field-string, bibtex-search-forward-field-string,
11205 bibtex-parse-association, bibtex-field-name-for-parsing,
11206 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11207 bibtex-search-forward-field, bibtex-search-backward-field,
11208 bibtex-start-of-field, bibtex-end-of-field,
11209 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11210 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11211 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11212 bibtex-parse-string, bibtex-search-forward-string,
11213 bibtex-search-backward-string, bibtex-start-of-string,
11214 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11215 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11216 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11217 entries. Instead of reporting the results of the parsing by
11218 match-beginning or match-end, these functions return data structures
11219 that hold the corresponding positions.
11220 (bibtex-enclosing-field): Changed to also report field boundaries by
11221 return values rather than by match-beginning or match-end. The
11222 following functions have been adapted to use the new parsing
11223 functions.
11224 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11225 bibtex-enclosing-field, bibtex-format-entry,
11226 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11227 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11228 bibtex-print-help-message, bibtex-end-of-entry,
11229 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11230 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11231 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11232 method for parsing.
11233 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11234 bibtex-map-entries, bibtex-flash-head,
11235 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11236 bibtex-autokey-change, bibtex-autokey-get-namefield,
11237 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11238 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11239 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11240 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11241 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11242 order to make the new binding of case-fold-search immediately
11243 visible.
8389e1e2
GM
11244
112452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11246
f24fef2f
SM
11247 * textmodes/bibtex.el: Copyright notice is up to date.
11248 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11249
f24fef2f
SM
11250 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11251 than make-temp-name, use match-string-no-properties and eliminate
11252 a quadratic behavior when building bibtex-strings.
fa78f71b 11253
f24fef2f
SM
11254 * bibtex.el (bibtex-reference-key): Accept string entries whose
11255 reference key contains upper case letters.
8389e1e2
GM
11256
112572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11258
f24fef2f
SM
11259 * bibtex.el (bibtex-reference-head): Allow entries to start with
11260 a new line.
8389e1e2
GM
11261
112622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11263
f24fef2f
SM
11264 * bibtex.el: Hiding of entry bodies is not longer provided by
11265 bibtex.el directly. Instead the hideshow package can be used.
11266 Added a special bibtex entry to hs-special-modes-alist.
11267 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11268
112692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11270
82d2c7c5 11271 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11272 proceedings entry type (for cross referencing). Thanks to Wagner
11273 Toledo Correa for the suggestion.
11274
82d2c7c5 11275 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11276
eae61d8f
KH
112772000-02-14 Kenichi Handa <handa@etl.go.jp>
11278
11279 * international/characters.el: Setup case table for Vietnamese.
11280
fb07a302
GM
112812000-02-12 Gerd Moellmann <gerd@gnu.org>
11282
11283 * uniquify.el (toplevel): Require CL at compile time.
11284 (uniquify-push): Removed.
11285
11286 * shadowfile.el (shadow-when): Removed.
11287
11288 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11289 (tempo-process-and-insert-string): Use dolist instead of
11290 tempo-dolist.
11291
11292 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11293 regexp for paragraph-start.
11294
11295 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11296 commas as well.
11297
a0eddf92
DL
112982000-02-10 Dave Love <fx@gnu.org>
11299
11300 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11301 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11302 Deleted.
11303 (widget-specify-field, widget-specify-button): Don't use
11304 widget-mouse-help as help-echo property.
11305 (default): Use #'ignore for :validate and :mouse-down-action.
11306 (checkbox): Add help-echo.
11307 (widget-sexp-validate): Rewritten to clarify error messages.
11308 (character): Use char-valid-p in :match function.
11309 (widget-color-complete): Use facemenu-color-alist.
11310 (widget-color-action): Use facemenu-read-color.
11311
11312 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11313 set up `caar' &c that we now have.
11314
82d2c7c5
DL
113152000-02-09 Ray Blaak <blaak@gnu.org>
11316
11317 * delphi.el: Make resourcestring a declaration region, like const
11318 and var.
11319
6cbc1482
DL
113202000-02-09 Dave Love <fx@gnu.org>
11321
11322 * bindings.el (mode-line-input-method-map): New variable.
11323 (mode-line-mule-info): Use it; fix last change.
11324 (mode-line-mode-menu): Move definition.
11325 (mode-line-mouse-sensitive-p): Deleted.
11326 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11327 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11328 level.
11329
11330 * startup.el (command-line-1): Don't call
11331 make-mode-line-mouse-sensitive.
11332
f7136ee8
GM
113332000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11334
11335 * mail/rmail.el (rmail-retry-failure): Use
11336 rmail-beginning-of-message before rmail-toggle-header, because the
11337 former toggles headers.
11338
6e1d0d15
SM
113392000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11340
fef8c55b
SM
11341 * diff-mode.el (diff-kill-junk): New interactive function.
11342 (diff-reverse-direction): Use delete-and-extract-region.
11343 (diff-post-command-hook): Restrict the area so that the hook also works
11344 outside of any diff hunk. This is necessary for the minor-mode.
11345 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11346 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11347
6e1d0d15
SM
11348 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11349 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11350 so that it can be used more easily in <foo>-mode-hook. Also make sure
11351 to avoid duplicate entries.
11352 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11353 (font-lock-remove-keywords): Just as was done for `add', allow it to
11354 work even if font-lock-mode is nil. Also make sure we don't modify
11355 any pre-existing list by forcing a copy-sequence. Finally rename
11356 `major-mode' to `mode'.
11357 (font-lock-fontify-syntactic-anchored-keywords)
11358 (font-lock-fontify-anchored-keywords)
11359 (font-lock-fontify-keywords-region): Use line-end-position.
11360 Don't make `font-lock-multiline' local (it's now done in
11361 font-lock-set-defaults).
11362 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11363 move the `font-lock-fontified' creation to inside the `unless'.
11364
a75dfea0
AI
113652000-02-06 Andrew Innes <andrewi@gnu.org>
11366
11367 * term/w32-win.el (x-handle-args): Comment out call to message,
11368 which occurs before window system is initialized.
11369
11370 * makefile.nt: Add support for recompiling lisp code.
11371
b85e9462
DL
113722000-02-04 Dave Love <fx@gnu.org>
11373
9ff33afb
DL
11374 * bindings.el (mode-line-mule-info): Fix/extend last change.
11375
b85e9462
DL
11376 * completion.el: Replace completion-dolist with dolist.
11377
11378 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11379 dotimes.
11380
44dff075
CD
113812000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11382
11383 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11384 environment names before they go into the section regexp.
11385
11386 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11387 char class in regexp.
11388
11389 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11390 `case-fold-search' to nil.
11391
11392 * progmodes/idlwave.el (idlwave-template): Respect
11393 `idlwave-abbrev-change-case'.
11394 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11395 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11396 idlwave-while): respect `idlwave-reserved-word-upcase'.
11397 (idlwave-rw-case): New function.
11398 (idlwave-statement-match): Fixed problem with assignment regexp.
11399 (idlwave-font-lock-keywords): Improved regexp for keyword
11400 parameters.
a23c5037 11401 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11402 operators longer than 1 char.
11403
11404 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11405 idlwave-shell-expression-overlay. Implemented printing of
11406 expressions on higher levels of the calling stack.
11407 (idlwave-shell-display-level-in-calling-stack): Restore stack
11408 level.
11409 (idlwave-retrieve-expression-from-level): New function.
11410 (idlwave-shell-last-calling-stack): Variable removed.
11411 (idlwave-shell-reset): Argument action reversed (`visible' to
11412 `hidden'). Also remove stop-line overlay.
11413 (idlwave-shell-calling-stack-routine): New variable.
11414 (idlwave-shell-parse-stack-and-display): Messages now display
11415 negative level numbers.
11416 (idlwave-shell-mode): Set `modeline-format'.
11417 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11418 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11419 21.
11420 (idlwave-shell-print-expression-function): New option.
a23c5037 11421
44dff075
CD
11422 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11423 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11424 `tool-bar' instead of `toolbar'.
11425
f26c34fd
DL
114262000-02-02 Dave Love <fx@gnu.org>
11427
11428 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11429 emacs-lisp-mode-hook. Don't check for defalias being defined.
11430
11431 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11432 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11433 the new builtins directly.
11434
11435 * whitespace.el (whitespace): Add :version to defgroup.
11436
11437 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11438 Doc fix.
11439
11440 * thingatpt.el (sexp-at-point, symbol-at-point)
11441 (number-at-point, list-at-point): Add autoload cookie.
11442
11443 * recentf.el (recentf): Add :version to defgroup.
11444
11445 * quickurl.el (quickurl): Add :version to defgroup.
11446
11447 * elide-head.el (elide-head): Use point-marker more.
11448
11449 * bs.el (bs): Add :version to defgroup.
11450
11451 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11452
11453 * progmodes/delphi.el (delphi): Add :version to defgroup.
11454
d240a249
GM
114552000-02-02 Gerd Moellmann <gerd@gnu.org>
11456
11457 * ange-ftp.el (ange-ftp-write-region): Handle case that
11458 succeeding process operation sets a different coding system.
11459
11460 * calculator.el: New file.
11461
d5179a01
EZ
114622000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11463
11464 * frame.el (frames-on-display-list, framep-on-display): New
11465 functions.
11466 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11467 (display-selections-p, display-screens, display-pixel-width)
11468 (display-pixel-height, display-mm-width, display-mm-height)
11469 (display-backing-store, display-save-under, display-planes)
11470 (display-color-cells, display-visual-class): New functions.
11471
11472 * term/tty-colors.el (tty-color-gray-shades): New function.
11473
11474 * faces.el (display-color-p): Use framep-on-display.
11475 (display-grayscale-p): New function.
11476
968e00f0
DL
114772000-01-31 Dave Love <fx@gnu.org>
11478
11479 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11480 (create-fontset-from-x-resource): Don't concat integers.
11481
2cb750ba
GM
114822000-01-31 Inge Frick <inge@nada.kth.se>
11483
11484 * view.el: Some changes in documentation. Removed some trailing
11485 whitespace. Changed some parameter names to agree with
11486 documentation.
11487 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11488 window is not deleted. Modifies change 1998-04-26.
a23c5037 11489
74e9213b
GM
114902000-01-31 Gerd Moellmann <gerd@gnu.org>
11491
47569935
GM
11492 * windmove.el: New file.
11493
74e9213b
GM
11494 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11495 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11496 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11497
74e9213b
GM
11498 * jit-lock.el (jit-lock-function): Widen before calculating end
11499 position.
11500 (jit-lock-stealth-chunk-start): Rewritten.
11501
11502 * info.el (Info-title-face-alist): Removed.
11503 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11504 faces.
11505 (Info-fontify-node): Use these faces.
11506
994c5afe
GM
115072000-01-30 Gerd Moellmann <gerd@gnu.org>
11508
11509 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11510 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11511 `&allow-other-keywords'.
11512
11513 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11514 the list of directories scanned heuristically.
11515
11516 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11517 exist.
11518
f00276e3
JR
115192000-01-30 Jason Rumney <jasonr@gnu.org>
11520
11521 * w32-fns.el: Define w32-tty-standard-colors.
11522
11523 * startup.el (command-line): Use w32-tty-standard-colors when in
11524 w32 console mode.
11525
cc4dfff0
DL
115262000-01-30 Dave Love <fx@gnu.org>
11527
e645e77b
DL
11528 * jka-compr.el (jka-compr-load): Fix up load-history.
11529
cc4dfff0
DL
11530 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11531
11532 * emacs-lisp/cl-macs.el: Revert previous change.
11533
16215eb0
DL
115342000-01-29 Dave Love <fx@gnu.org>
11535
11536 * facemenu.el: Purecopy various strings.
11537
11538 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11539 years. Deal with three-digit years.
11540
11541 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11542 defconst, purecopy.
11543 (help-back-label): Purecopy it.
11544
bbd9b566
GM
115452000-01-18 Gerd Moellmann <gerd@gnu.org>
11546
11547 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11548 variable. If non-nil, order the buffer list according to the
11549 currently selected frame.
11550 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11551 non-nil, pass the selected frame to function buffer-list.
a23c5037 11552
887448e1
GM
115532000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11554
11555 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11556
7df85084
DL
115572000-01-28 Dave Love <fx@gnu.org>
11558
142e109c
DL
11559 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11560
7df85084
DL
11561 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11562 Don't use lisp-indent-hook property.
11563 (cl-abs): Remove.
11564
11565 * subr.el: Move out indent and edebug specs for when and unless.
11566
11567 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11568 when, unless.
11569
11570 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11571 unless, when.
11572
3b43c01c
GM
115732000-01-28 Gerd Moellmann <gerd@gnu.org>
11574
d060bc9f
GM
11575 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11576 `collecting' as synonym for `collect'.
11577
11578 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11579 for the case it contains spaces.
11580
11581 * simple.el (what-cursor-position): Change formatting of
11582 messages.
11583
b02786f9
GM
11584 * frame.el (delete-other-frames): New function.
11585 (toplevel): Bind it to C-x 5 1.
11586
efd68b8a
GM
11587 * sort.el (sort-numeric-base): New option.
11588 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11589 interpret it as octal or hexadecimal. Use sort-numeric-base
11590 as default base.
11591
3b43c01c
GM
11592 * progmodes/glasses.el: New file.
11593
984ae001
GM
115942000-01-27 Gerd Moellmann <gerd@gnu.org>
11595
a0b796e3
GM
11596 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11597 userids differently.
11598
984ae001
GM
11599 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11600 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11601 progmodes/ebnf-yac.el: New files.
11602
6c67ddee
DL
116032000-01-26 Dave Love <fx@gnu.org>
11604
11605 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11606 on a function with an empty body. [From Eric Ludlam.]
11607
4e6473c8
GM
116082000-01-25 Andre Spiegel <spiegel@gnu.org>
11609
11610 * vc.el (vc-version-diff): Make sure file name is expanded.
11611
e12489f9
GM
116122000-01-25 Gerd Moellmann <gerd@gnu.org>
11613
11614 * scroll-bar.el (scroll-bar-timer): Variable removed.
11615 (scroll-bar-toolkit-scroll): Don't use a timer.
11616
8dbe2b07
KH
116172000-01-25 Kenichi Handa <handa@etl.go.jp>
11618
11619 * language/thai-util.el (thai-composition-function): Delete
11620 superfluous `a'.
11621
26ef1c87
DL
116222000-01-24 Dave Love <fx@gnu.org>
11623
11624 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11625 end-of-defun-function.
11626
11627 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11628 &c.
11629
7ed4e9a7
JR
116302000-01-22 Jason Rumney <jasonr@gnu.org>
11631
11632 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11633 conflicts with new face support.
11634
8b7bc628 116352000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11636
11637 * replace.el (query-replace): Rename last arg to DELIMITED.
11638 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11639 (query-replace-regexp): Likewise.
11640
8b7bc628 116412000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11642
02b14400
RS
11643 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11644
5bb6f079
RS
11645 * emacs-lisp/lisp.el (beginning-of-defun-function):
11646 Variable renamed from beginning-of-defun.
11647 Do not call make-variable-buffer-local.
11648 (beginning-of-defun-raw): Use new variable name; doc fix.
11649 (beginning-of-defun): Doc fix.
11650 (end-of-defun-function): Variable renamed from end-of-defun.
11651 Do not call make-variable-buffer-local.
11652 (end-of-defun): Use new variable name; doc fix.
11653
02b14400
RS
11654 * subr.el (dolist, dotimes): Copied from cl-macs.el
11655 and made to work.
2d5e9b54 11656
a23c5037 11657 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11658 Variable replaces rmail-digest-end-regexp.
11659 Allows multiple regexps for detecting the end line.
11660 (undigestify-rmail-message): Corresponding changes.
11661
60af03f1
DL
116622000-01-19 Dave Love <fx@gnu.org>
11663
fe5d99e1
DL
11664 * files.el (user-init-file): Don't declare here -- is primitive.
11665
60af03f1
DL
11666 * startup.el (command-line): Check for compiled user-init-file and
11667 set to uncompiled version if necessary.
11668
72dbbc7d
GM
116692000-01-18 Gerd Moellmann <gerd@gnu.org>
11670
6a1950ec
GM
11671 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11672 (undigestify-rmail-message): Use it.
11673
72dbbc7d
GM
11674 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11675
fbe91bbd
GM
116762000-01-17 Gerd Moellmann <gerd@gnu.org>
11677
11678 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11679 of mini-buffer.
11680
33a6685b
GM
116812000-01-14 Gerd Moellmann <gerd@gnu.org>
11682
b3303df7
GM
11683 * emacs-lisp/copyright.el (copyright-update): Removed the
11684 requirement for a trailing space from `copyright-regexp', to
11685 support copyrights with owner specified on a separate line..
a23c5037 11686
3c4c8064
GM
11687 * align.el: New file.
11688
33a6685b
GM
11689 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11690
11691 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11692
044a4975
DL
116932000-01-13 Dave Love <fx@gnu.org>
11694
11695 * ph.el: Removed. (Obsoleted by EUDC.)
11696
0a352cd7
GM
116972000-01-13 Gerd Moellmann <gerd@gnu.org>
11698
11699 * net/eudc.el (toplevel): Remove autoloaded code installing
11700 menu with easymenu, because that causes build problems.
11701
11702 * frame.el (frame-notice-user-settings): New variable.
11703 (frame-notice-user-settings): Don't modify frame parameters
11704 if called a second time.
11705
8b7bc628 117062000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11707
11708 * frame.el (frame-notice-user-settings):
11709 Notice default-frame-parameters even for non-window frames.
11710
feb450e0
GM
117112000-01-13 Gerd Moellmann <gerd@gnu.org>
11712
11713 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11714 for Emacs.
11715 (eudc-bob-can-display-inline-images): Extend for Emacs.
11716 (eudc-bob-toggle-inline-display): Ditto.
11717 (eudc-bob-display-jpeg): Ditto.
11718
99c6d63b
GM
117192000-01-12 Gerd Moellmann <gerd@gnu.org>
11720
7970b229
GM
11721 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11722 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11723 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11724
e4936aa9
GM
11725 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11726 nil)'.
11727
11728 * subdirs.el: Add `net' directory.
11729
133c9e59
GM
11730 * net: New directory.
11731
99c6d63b
GM
11732 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11733 eval-last-sexp. Don't bind debug-on-error here.
11734 (eval-last-sexp): New function. Bind debug-on-error if
11735 eval-expression-debug-on-error is non-nil.
11736 (eval-defun-2, eval-defun): Likewise.
11737
11738 * simple.el (eval-expression): Don't bind debug-on-error if
11739 eval-expression-debug-on-error is nil. Detect changed
11740 debug-on-error, and propagate new value to global binding, if
11741 eval-expression-debug-on-error is non-nil,
11742 (eval-expression-debug-on-error): Change doc string.
a23c5037 11743
8b7bc628 117442000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11745
11746 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11747
11748 * emacs-lisp/lisp-mode.el (with-syntax-table):
11749 Set up lisp-indent-function property.
11750
11751 * subr.el (with-syntax-table): Moved from simple.el.
11752
11753 * simple.el (with-syntax-table): Moved to subr.el.
11754
7e3c74fa
GM
117552000-01-11 Gerd Moellmann <gerd@gnu.org>
11756
1fab1775
GM
11757 * tmm.el (tmm-shortcut): Delete region after prompt instead
11758 of erasing buffer.
11759
7e3c74fa 11760 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11761 (fill-context-prefix): Use the longest common prefix of first
11762 and second line fill prefix, if there is one.
7e3c74fa 11763
8b7bc628 117642000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11765
11766 * array.el (array-mode): Don't use make-variable-buffer-local.
11767 Use make-local-variable for `truncate-lines'.
11768
aa705642 117692000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11770
aa705642
GM
11771 * add-log.el (add-log-current-defun): Handle user-defined
11772 add-log-current-function returning nil,
a23c5037 11773
57df2446 11774 * add-log.el (add-change-log-entry): Insert version number
aa705642 11775 if having found a current function
c1356086
GM
11776
11777 * add-log.el (add-log-current-defun): Call
11778 `add-log-current-defun-function'. Try matches at level 0 and
11779 level 1. Strip whitespace from defun found.
a23c5037 11780
1d8c59e9
RS
117812000-01-10 John Wiegley <johnw@gnu.org>
11782
11783 * allout.el (isearch-done/outline-provisions): Added `edit'
11784 argument to correspond with the current definition of
11785 `isearch-done'.
11786
8cf87e9b
DL
117872000-01-10 Dave Love <fx@gnu.org>
11788
11789 * elide-head.el (elide-head): Use point-marker, not point.
11790
9050446c
GM
117912000-01-10 Gerd Moellmann <gerd@gnu.org>
11792
8321b22a
GM
11793 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11794 before and after the year 2000.
a23c5037 11795
9050446c
GM
11796 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11797 Add ispell- prefix.
11798
117992000-01-10 Ken Stevens <k.stevens@ieee.org>
11800
11801 * ispell.el: Only define dictionaries in menus when they exist.
11802 (version18p): New variable.
11803 (version20p): New variable.
11804 (xemacsp): New variable.
11805 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11806 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11807 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11808 run-together words.
9050446c
GM
11809 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11810 (ispell-dictionary-alist): Add koi8-r to customize definition.
11811 (check-ispell-version): Added documentation string. Returns
f24fef2f 11812 library path when called non-interactively.
9050446c
GM
11813 (ispell-menu-map-needed): Uses new variables.
11814 (ispell-library-path): New variable.
11815 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11816 (ispell-word): Improved documentation string. Test for valid
11817 character mappings. Correctly check typed in word changes that can
11818 result in single words split into multiple words. Returns
11819 replacement word.
11820 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11821 replace in recursive query replace mode. Help message for
11822 recursive edit mode.
11823 (ispell-show-choices): Protect against bad framepop bindings.
11824 (ispell-help): Fix to work with XEmacs.
11825 (ispell-highlight-spelling-error): Use new variables.
11826 (ispell-overlay-window): Fix to work with XEmacs.
11827 (ispell-parse-output): Passed and returns location information
11828 tracking spelling corrections. Doesn't recheck same word on
11829 current line.
11830 (ispell-init-process): Protect against bogus XEmacs variable binding.
11831 Fix call to single argument in sleep-for. Use new variables.
11832 (ispell-region): Passed and returns location information tracking
11833 spelling corrections. Doesn't check same word on current line.
11834 Improved documentation string. Doesn't resend a line already
11835 checked to the ispell process - fixes bug in LaTeX parsing.
11836 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11837 (ispell-skip-region): No longer skips <TT> in SGML.
11838 (ispell-process-line): Tracks location information with spelling
11839 corrections. Added documentation string. Accounts for words
11840 already accepted on this line. Don't allow query-replace on line
11841 starting with math characters. Doesn't resend a line already sent
11842 to ispell process. Fixes alignment error bug.
a23c5037 11843
8b7bc628 118442000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11845
a23c5037 11846 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11847 Suggest xloadimage, which is free, not xv, which isn't.
11848
a23c5037 11849 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11850 Don't ever include the host name or user name in the value.
11851
9ed79f5d
GM
118522000-01-09 Gerd Moellmann <gerd@gnu.org>
11853
11854 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11855 of a real newline.
11856
b950abb1
GM
118572000-01-09 Stephen Eglen <stephen@gnu.org>
11858
a23c5037 11859 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11860 for .png files.
11861
3c708e98
GM
118622000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11863
11864 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11865
bf61662d
GM
118662000-01-09 Gerd Moellmann <gerd@gnu.org>
11867
f1d851ae
GM
11868 * progmodes/cperl-mode.el: Replace ^F with ^L.
11869
bf61662d 11870 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11871 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11872 recursion.
11873
c65d14ee
DL
118742000-01-08 Dave Love <fx@gnu.org>
11875
8cf87e9b
DL
11876 * emacs-lisp/backquote.el: Remove inappropriate customization
11877 (allowing custom.el to use backquote).
c65d14ee 11878
83de2ebc
DL
118792000-01-07 Dave Love <fx@gnu.org>
11880
11881 * add-log.el (add-log-debugging): Deleted.
11882 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11883 file. Remove debugging code.
11884 (change-log-get-method-definition, change-log-name): Add doc.
11885 (change-log-sortable-date-at): New function.
11886 (change-log-merge): New command.
11887
11888 * time.el (display-time-string-forms): Make the Mail string active.
11889 (display-time-update): Provide help-echo for load average.
11890
11891 * bindings.el (make-mode-line-mouse2-map): New function.
11892 (mode-line-modified): Use it and simplify.
11893 (mode-line-mule-info): Provide help-echo info.
11894 (minor-mode-alist): Activate the strings.
11895 (make-mode-line-mouse-sensitive): Simplify for
11896 mode-line-buffer-identification.
11897
c1475eae
GM
118982000-01-07 Gerd Moellmann <gerd@gnu.org>
11899
11900 * play/pong.el: New file.
11901
83de2ebc
DL
119022000-01-06 Dave Love <fx@gnu.org>
11903
11904 * array.el: Assorted cleanups for compiler warnings, doc strings,
11905 `array-' prefix for symbols.
11906
119072000-01-05 Dave Love <fx@gnu.org>
11908
11909 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11910 outline-headers-as-kill.
11911 (outline-mode): Define imenu-generic-expression.
11912 (outline-headers-as-kill): New command.
11913
11914 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11915 from paragraph-start.
11916 (paragraph-indent-minor-mode): New command.
11917
11918 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11919 M-C-e, M-C-h, C-j, C-xnd, TAB.
11920 (fortran-mode): Set beginning-of-defun, end-of-defun.
11921 (fortran-column-ruler): Simplify.
11922 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11923 (fortran-with-subprogram-narrowing): Likewise.
11924 (fortran-indent-subprogram): Call mark-defun.
11925 (fortran-check-for-matching-do): Change narrowing.
11926
11927 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11928 (cl-lucid-hash-tag): Delete.
11929 (cl-hash-table-p): Correct test for native table.
11930 (cl-hash-table-count): Use hash-table-count.
11931
11932 * browse-url.el (browse-url): Fix case of
11933 browse-url-browser-function being an alist.
11934
676ac023
CD
119352000-01-05 Carsten Dominik <cd@gnu.org>
11936
c1475eae
GM
11937 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11938 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11939
11940 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11941 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11942
11943 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11944 `reftex-parse-file-extension'.
eb483e17 11945
88807984
DL
119462000-01-05 Dave Love <fx@gnu.org>
11947
83de2ebc 11948 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11949 (beginning-of-defun-raw): Use it.
11950 (end-of-defun): New variable.
11951 (end-of-defun): Use it.
11952 (check-parens): New command.
11953
1362aeb4
TTN
119542000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11955
c1475eae
GM
11956 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11957 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11958
7ddafb95
TTN
11959 Fix buglet in local variables initialization.
11960
7334aa99
AS
119612000-01-05 Andreas Schwab <schwab@suse.de>
11962
11963 * hscroll.el (hscroll): Doc fix.
11964
b12e24cd
CD
119652000-01-05 Carsten Dominik <cd@gnu.org>
11966
11967 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11968 idlw-toolbar.
11969
11970 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11971 file idlw-rinfo.el.
1362aeb4
TTN
11972 (idlwave-customize): load must read file idlw-shell.el.
11973 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11974
d6226972
CD
119752000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11976
11977 * progmodes/idlw-shell.el: Also provide idlwave-shell
11978 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11979 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11980
11981 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11982 both reftex-dcr and reftex-vcr.
1362aeb4 11983
d6226972
CD
11984 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11985
6ddb893f 119862000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11987
11988 * ps-print.el: PostScript code now is in separate files, doc fix.
11989 (ps-print-version): New version number (5.0.3).
11990 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11991 local.
11992 (ps-spool-config): Initialization fix.
c1475eae
GM
11993 (ps-print-prologue-1, ps-print-prologue-2)
11994 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11995 (ps-background-image): Little code reformating.
11996 (ps-begin-file, ps-begin-job): Fix code.
88807984 11997 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11998 (ps-prologue-file): New fun.
11999
ae833aae
KH
120002000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12001
c1475eae 12002 * ps-vars.el: Eliminated.
ae833aae
KH
12003
12004 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12005 `;;;###autoload'.
12006
12007 * ps-print.el: ps-vars eliminated, doc fix.
12008 (ps-print-version): New version number (5.0.2).
12009 (ps-spool-config): Initialization fix.
12010 (ps-print-customize): New fun.
12011
560a7bd2
GM
120122000-01-04 Gerd Moellmann <gerd@gnu.org>
12013
12014 * autorevert.el (auto-revert-mode): Return value of
12015 auto-revert-mode.
12016
f45dd0f4
DL
120172000-01-04 Dave Love <fx@gnu.org>
12018
fae2ac05
DL
12019 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12020 menu items.
f45dd0f4 12021
61255981
DL
120222000-01-03 Dave Love <fx@gnu.org>
12023
88807984 12024 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12025
83de2ebc 12026 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12027 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12028 `cl-hash-table-p', not `hash-table-p'.
12029 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12030
c182a70f
EZ
120312000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12032
12033 * faces.el (face-read-integer, read-face-attribute)
12034 (color-defined-p, color-values): unspecified-{f,b}g are now
12035 strings.
12036
047f434a
GM
120372000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12038
12039 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12040 at comment end, and re-insert them after filling.
12041
bab531e2
EZ
120422000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12043
12044 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12045 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12046 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12047
d684c676
EZ
120482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12049
12050 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12051 the new name of face-color-supported-p.
12052
12053 * term/w32-win.el (xw-defined-colors): Likewise.
12054
0aad4805
EZ
120552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12056
12057 * simple.el (completion-setup-function): Count completion-size
12058 from minibuffer-prompt-end, not from point-min.
12059
5fe1d139
EZ
120602000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12061
12062 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12063 Pass the frame to tty-color-* functions.
12064 (display-color-p, frame-set-background-mode): Pass the frame to
12065 tty-display-color-p.
12066
12067 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12068 tty-color-alist.
12069 (tty-color-alist, tty-modify-color-alist): New functions.
12070 (tty-color-define, tty-color-clear, tty-color-approximate)
12071 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12072 an optional parameter FRAME.
12073
162dec01
GM
120742000-01-01 Gerd Moellmann <gerd@gnu.org>
12075
27189709
GM
12076 * image.el (create-image, defimage): Don't assume image data is a
12077 string.
12078
162dec01
GM
12079 * image.el (defimage): Handle specifications containing :data
12080 instead of :file.
12081 (image-type-from-data): New function.
12082 (image-type-from-file-header): Use it.
12083 (create-image): Add parameter DATA-P.
1362aeb4 12084
bea56df7 12085See ChangeLog.8 for earlier changes.
25a6fab1
KH
12086
12087;; Local Variables:
e64c3a75 12088;; coding: iso-2022-7bit
25a6fab1 12089;; End: