]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * COPYING: Moved back.
4
5 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6
7 * term/internal.el (IT-character-translations): Add entries for
8 more points.
9
10 * international/characters.el: Resurrect the Hebrew category
11 settings for all Hebrew characters removed by the last change.
12 Add code for setting the Hebrew category of the Unicode Hebrew
13 characters. Set syntax entries for Hebrew punctuation characters.
14
15 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
16 points and directional formatting control characters.
17
18 2001-12-07 Dave Love <fx@gnu.org>
19
20 * language/lao-util.el: Add Unicode equivalents for rules.
21 (lao-post-read-conversion): New function.
22
23 * language/lao.el: Add Unicode equivalents.
24 (lao): Add post-read conversion.
25
26 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
27 Use iso2022 encoding.
28 (latin1-char-displayable-p): Doc fix.
29 (latin1-display-ucs-per-lynx): New option.
30 (latin1-display-ucs-per-lynx): New command.
31 (latin1-display-reset): Special-case arabic.
32 (ucs-tables): Require.
33 (latin1-display-sets, latin1-display-setup): Add arabic.
34 (latin1-display) <variable>: Use function latin1-display.
35 (latin1-display) <function>: Add mule-unicode stuff.
36 (latin1-display-check-font): Don't lose if `info' is nil.
37
38 * international/iso-transl.el: Insert Latin-1 characters, not
39 unibyte codes.
40
41 * language/european.el (diacritic-composition-pattern): New constant.
42 (diacritic-compose-region, diacritic-compose-string)
43 (diacritic-compose-buffer, diacritic-post-read-conversion)
44 (diacritic-composition-function): New functions.
45
46 * international/utf-8.el (ucs-mule-to-mule-unicode): New
47 translation table.
48 (ccl-encode-mule-utf-8): Use it.
49 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
50 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New
51 function.
52 (utf-8-subst-table): New variable.
53 (utf-8-compose-scripts): New option.
54 (mule-utf-8): Update safe-charsets, pre-write and post-read
55 conversion.
56
57 * international/ucs-tables.el, international/utf-8-subst.el: New
58 file.
59
60 * international/characters.el: Don't set word syntax (the default)
61 explicitly. Add a diacritic category. Add info for Unicode
62 equivalents of characters in various Mule charsets and for extra
63 Unicode characters. Don't define specific categories for
64 Indian/Devanagari, since they aren't used.
65
66 2001-12-06 Richard M. Stallman <rms@gnu.org>
67
68 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
69 (set-justification-left, set-justification-right): Doc fix.
70
71 * progmodes/f90.el (f90-break-line): Use (newline 1)
72 to insert newlines.
73 (bug-f90-mode): Variable deleted.
74
75 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
76
77 * indent.el (indent-line-function): Default is indent-relative again.
78
79 2001-12-07 Miles Bader <miles@gnu.org>
80
81 * progmodes/compile.el (compilation-error-regexp-alist):
82 Added regexps for RXP. From Reto Stamm <reto@xilinx.com>.
83
84 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
85
86 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
87 Add shift-assignment operators to those highlighted, and highlight
88 the whole operator rather than just the "=". From Broadey Kevin
89 <Kevin.Broadey@motorola.com>.
90
91 2001-12-04 Juanma Barranquero <lektu@terra.es>
92
93 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
94 before saving abbrevs if `save-abbrevs' has the value `silently'.
95
96 2001-12-04 Andreas Schwab <schwab@suse.de>
97
98 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
99
100 2001-12-04 Colin Walters <walters@debian.org>
101
102 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
103 for `defmacro*' forms.
104
105 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
106 `defmacro*'.
107
108 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
109
110 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
111
112 2001-12-02 Richard M. Stallman <rms@gnu.org>
113
114 * files.el (insert-directory): If the df output does not look right,
115 don't try to use it. Other cleanups in overall code structure.
116
117 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
118
119 * textmodes/outline.el (outline-mode-prefix-map):
120 Add bindings for outline-promote and outline-demote.
121 (outline-minor-mode-menu-bar-map): New var.
122 (outline-minor-mode): Use it.
123 (outline-heading-alist): New var (renamed from outline-level-heading).
124 (outline-level): Use it.
125 (outline-insert-heading, outline-promote, outline-demote):
126 Update to use outline-heading-alist.
127
128 * disp-table.el (standard-display-european):
129 Simplify since the function is not interactive any more.
130 Don't set the existing buffers to unibyte.
131
132 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
133
134 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
135
136 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
137
138 * shell.el (shell): Use shell-file-name.
139 Pop to buffer before calling comint to set COLUMNS properly.
140
141 * emacs-lisp/cl.el (svref): New alias.
142
143 * progmodes/antlr-mode.el (antlr-c-common-init):
144 Don't inhibit adaptive-fill-mode any more.
145
146 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
147
148 * progmodes/etags.el (tags-with-face): Use make-symbol.
149 (tags-search, tags-query-replace): Use backquotes.
150
151 * textmodes/picture.el (picture-mode-map): Don't use defconst
152 for a variable.
153
154 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
155
156 * textmodes/reftex-index.el (reftex-index-mode):
157 Remove make-local-hook.
158
159 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
160
161 2001-12-02 Kim F. Storm <storm@cua.dk>
162
163 * isearch.el (isearch-resume-enabled): New variable.
164 (isearch-done): Use that variable.
165
166 2001-12-01 Richard M. Stallman <rms@gnu.org>
167
168 * wid-edit.el (widget-button-click): Don't move point permanently:
169 Avoid mouse-set-point--instead select the window,
170 then do save-excursion, then move point.
171 Specify the buffer for get-char-property.
172 Don't use `@' in interactive.
173
174 * indent.el (indent-line-function):
175 Default is indent-to-left-margin again.
176
177 * replace.el (query-replace-read-args): Display message
178 if FROM contains `\n' or `\t'.
179
180 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
181
182 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
183
184 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
185
186 * emacs-lisp/regexp-opt.el (regexp-opt):
187 Bind completion-regexp-list to nil.
188
189 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
190
191 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
192
193 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
194 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
195 Update maintainer.
196
197 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
198
199 * mail/smtpmail.el: Use with-current-buffer.
200 (message-make-date, message-make-message-id): Autoload when needed.
201 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
202 headers when missing.
203
204 * international/encoded-kb.el (encoded-kbd-mode):
205 Use define-minor-mode.
206
207 * enriched.el (enriched-mode): Use define-minor-mode.
208 Use dolist and pop and push.
209
210 * info.el (Info-find-node-2): Don't call info-insert-file-contents
211 with the `visit' argument.
212 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
213
214 * progmodes/hideif.el (hide-ifdef-mode): Only modify
215 `change-major-mode-hook' locally. Reset invisibility spec.
216
217 * man.el (Man-build-section-alist): Remove last Man-match-substring.
218
219 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
220
221 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
222 Clarify error message.
223
224 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
225
226 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
227
228 2001-11-30 Andre Spiegel <spiegel@gnu.org>
229
230 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
231 don't just return it.
232
233 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
234
235 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
236 (menu-bar-read-emacs-man, search-emacs-glossary)
237 (emacs-index-search, elisp-index-search): New functions.
238 (apropso-documentation, apropos, apropos-value, apropos-variable)
239 (apropos-commands): Modify menu item names and help text.
240 (elisp-index-search, emacs-index-search, emacs-glossary):
241 New menu items.
242 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
243 submenu.
244 (info-elisp, info-elintro): New menu items.
245 (apropos): Modify the menu item name.
246
247 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
248
249 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
250
251 * textmodes/outline.el (outline-promote, outline-demote): Typo.
252
253 * man.el (man-follow-mouse): New function.
254 (Man-mode-map): Bind mouse-2 to it.
255 (Man-match-substring): Remove. Replace with `match-string'.
256 (man): Use the `default-value' argument to `read-string'.
257 (Man-fontify-manpage): Add mouse-face to cross references.
258
259 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
260
261 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
262
263 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
264 the value of require-match in minibuffer-completion-confirm.
265 Use crm-local-completion-map.
266
267 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
268 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
269 (cl-make-type-test): Use char-valid-p for `character'.
270
271 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
272 (Info-complete-menu-item): Rewrite. Add the ability to search
273 several sequential nodes. Add a simple caching mechanism.
274 (Info-goto-index): New function extracted from Info-index.
275 (Info-index): Use it. Add completion to the interactive spec.
276 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
277
278 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
279
280 * COPYING: Removed.
281
282 2001-11-29 Dave Love <fx@gnu.org>
283
284 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
285 (fortran-window-create, fortran-window-create-momentarily):
286 Rewrite, moving error condition.
287 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
288 (fortran-mode-syntax-table): Revert last change.
289
290 * international/mule.el: Doc fixes.
291 (map-charset-chars): New function.
292 (register-char-codings): Use it to cope with generic chars in
293 safe-chars.
294
295 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
296
297 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
298
299 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
300
301 * play/studly.el (studlify-word, studlify-region)
302 (studlify-buffer): Fix doc-string.
303 (studlify-buffer): Add autoload cookie.
304
305 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
306
307 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
308 (outline-up-heading-all): Remove.
309 (hide-sublevels): Move to end-of-heading before calling flag-region.
310 (outline-copy-overlay, outline-discard-overlays): Remove.
311 (outline-flag-region): Use `remove-overlays'.
312 Don't move to end-of-heading.
313 (outline-next-visible-heading, outline-back-to-heading)
314 (outline-on-heading-p): Use outline-invisible-p.
315 (outline-font-lock-level): Use outline-up-heading's new arg.
316 (outline-minor-mode): Simplify.
317 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
318 (outline): Put a `reveal-toggle-invisible' property.
319 (outline-level-heading): New var.
320 (outline-insert-heading, outline-promote, outline-demote)
321 (outline-toggle-children): New commands.
322
323 * progmodes/hideif.el (hif-end-of-line): New function.
324 (hide-ifdef-mode): Set line-move-ignore-invisible.
325 (hide-ifdef-region-internal): New function.
326 (hide-ifdef-region): Use it.
327 (hif-defined): Return an integer.
328 (hif-infix-to-prefix): Remove.
329 (hif-tokenize): Parse from the buffer rather than from a string.
330 Correctly tokenize integers. Use forward-comment.
331 (hif-expr): Use hif-or.
332 (hif-term): Use hif-and.
333 (hif-factor): Use hif-not. Handle numbers properly.
334 Don't require parenthesis around `defined's argument.
335 (hif-and, hif-or, hif-not): New funs.
336 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
337 (hif-hide-line): Don't hide the \n before the line.
338 (hif-possibly-hide): Correctly handle numeric evaluation results.
339
340 * progmodes/make-mode.el: Use line-(end|beginning)-position.
341 (makefile-mode): Set indent-line-function.
342 (makefile-browser-insert-continuation): Use with-current-buffer.
343 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
344
345 2001-11-28 Karl Fogel <kfogel@red-bean.com>
346
347 * isearch.el (isearch-yank-internal): New helper function.
348 (isearch-yank-char): New function.
349 (isearch-yank-word, isearch-yank-line): Rewrite to use
350 isearch-yank-internal.
351
352 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
353
354 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
355 aren't supported. Print a message to that effect if invoked.
356
357 2001-11-27 Stephen Eglen <stephen@gnu.org>
358
359 * locate.el (locate): Put point at first matching file rather
360 than top of buffer.
361
362 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
363
364 * reveal.el: New file.
365
366 * progmodes/hideif.el: Misc cleanup.
367 (hide-ifdef-mode-submap): Put the def in the defvar.
368 Use substitute-key-definition.
369 (hide-ifdef-mode): Use define-minor-mode.
370 (hif-outline-flag-region): Remove.
371 (hif-show-all): Define in terms of hif-show-ifdef-region.
372 (hif-after-revert-function): Rename from hif-before-revert-function.
373 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
374 (hif-tokenize): Use with-syntax-table.
375 (hif-make-range): Use `else' also for `else-p'.
376 (hif-range-else-p): Remove.
377 (hif-find-range): Simplify.
378 (hif-hide-line): Don't bother preserving buffer-modified-p.
379 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
380 Don't use selective-display and inhibit-read-only.
381
382 * subr.el (copy-overlay, remove-overlays): New funs.
383
384 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
385
386 2001-11-27 Sam Steingold <sds@gnu.org>
387
388 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
389 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
390 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
391 * obsolete/c-mode.el, obsolete/cplus-md.el
392 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
393 * term/sun-mouse.el, textmodes/artist.el:
394 Converted backquote to the new style.
395 * mouse.el, reposition.el: Likewise (in comments).
396 * expand.el: Likewise (in a string).
397
398 2001-11-27 Richard M. Stallman <rms@gnu.org>
399
400 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
401
402 2001-11-26 Richard M. Stallman <rms@gnu.org>
403
404 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
405 if :on-glyph or :off-glyph is a list, eval it and store it back.
406 (checkbox): Quote the values for :on-glyph and :off-glyph.
407
408 * cus-start.el (recursive-load-depth-limit): Delete item.
409
410 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
411
412 * help-fns.el (describe-categories, help-describe-category-set): New.
413 describe-categories moved here from src/category.c.
414
415 2001-11-26 Sam Steingold <sds@gnu.org>
416
417 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
418 arguments to `insert' are strings.
419
420 2001-11-26 Richard M. Stallman <rms@gnu.org>
421
422 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
423
424 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
425
426 * loaddefs.el: Regenerated.
427
428 * international/mule-diag.el: Require help-fns instead of
429 help-funs.
430
431 * help-fns.el: Renamed from help-funs.el.
432
433 * startup.el (command-line-1): Don't try to call process-list if
434 it is not fboundp.
435
436 2001-11-26 Sam Steingold <sds@gnu.org>
437
438 * frame.el (show-trailing-whitespace): Remove :set argument (the
439 value was essentially identical to the defalt).
440
441 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
442
443 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
444
445 * icomplete.el (icomplete-minibuffer-setup): Likewise.
446
447 * hilit-chg.el (hilit-chg-set): Likewise.
448
449 * speedbar.el (speedbar-mode): Likewise.
450
451 * calendar/calendar.el (calendar-mode): Likewise.
452
453 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
454 insert-string.
455
456 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
457
458 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
459
460 * term/sun-mouse.el (sun-yank-selection): Likewise.
461
462 * textmodes/bib-mode.el (return-key-bib): Likewise.
463
464 * calendar/appt.el (appt-disp-window): Likewise.
465
466 * calendar/diary-lib.el (list-diary-entries): Likewise.
467
468 * array.el (array-reconfigure-rows): Likewise.
469
470 * filecache.el (file-cache-minibuffer-complete): Likewise.
471
472 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
473
474 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
475
476 * allout.el (outline-version, outline-open-topic)
477 (outline-rebullet-heading, outline-insert-listified)
478 (outline-latex-verbatim-quote-curr-line)
479 (outline-latexify-one-item, outlineify-sticky): Likewise.
480
481 * vc.el (vc-next-action-on-file): Likewise.
482 (vc-dired-mode): Remove make-local-hook.
483
484 2001-11-26 Andre Spiegel <spiegel@gnu.org>
485
486 * vc.el (vc-find-version): New function.
487 (vc-version-other-window): Redefined in terms of the above.
488
489 * log-view.el (log-view-find-version): New function.
490 (log-view-mode-map): Bind it to `f'.
491
492 2001-11-26 Gerd Moellmann <gerd@gnu.org>
493
494 * language/devan-util.el (dev-char-glyph): Escape `"' in
495 string literals.
496 (dev-glyph-glyph, dev-glyph-glyph-2)
497 (devanagari-compose-syllable-region): Likewise.
498
499 2001-11-26 Richard M. Stallman <rms@gnu.org>
500
501 * window.el (save-selected-window): No error if saved window is dead.
502
503 * help-funs.el (describe-syntax): Put (interactive) after doc string.
504
505 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
506
507 * international/quail.el (quail-help): Require help-mode in
508 top-level instead.
509
510 * iswitchb.el (iswitchb-exhibit): Use insert instead of
511 insert-string.
512
513 * icomplete.el (icomplete-exhibit): Likewise.
514
515 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
516
517 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
518 (diff-hunk-kill): Simplify.
519 (diff-post-command-hook): Only apply to a single hunk.
520 (diff-hunk-text): Make `char-offset' non-optional.
521 (diff-find-text): Return a cons cell.
522 (diff-find-approx-text): New fun.
523 (diff-find-source-location): Use it.
524 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
525 Adapt to new retval of diff-find-text.
526
527 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
528 rather than integer- representation of dates.
529
530 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
531
532 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
533 (syntax-after): New fun.
534
535 * help-funs.el (describe-syntax): New fun.
536
537 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
538 (font-lock-ppss-stats, font-lock-ppss): Remove.
539 (font-lock-fontify-syntactically-region): Remove tuning code.
540 (font-lock-compile-keywords): Fix off-by-one bug.
541 (font-lock-set-defaults): Don't set removed vars.
542 (c-keywords): Add `inline'.
543 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
544
545 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
546 Set syntax-begin-function.
547 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
548 (lisp-interaction-mode): Don't set local-abbrev-table any more.
549 (lisp-mode-auto-fill): Use syntax-ppss and obey
550 comment-auto-fill-only-comments.
551 (lisp-fill-paragraph): Use syntax-ppss.
552
553 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
554
555 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
556 version of rmail-enable-mime.
557 (rmail-forward): Use it.
558
559 2001-11-25 Richard M. Stallman <rms@gnu.org>
560
561 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
562
563 * international/quail.el (quail-keyboard-layout-button):
564 Define button type.
565 (quail-keyboard-customize-button): Likewise.
566 (quail-help): Use those button types. Require `help-mode'.
567 Avoid altering the argument `package'.
568
569 * help-mode.el (help-function, help-variable, help-face)
570 (help-coding-system, help-input-method, help-character-set):
571 Define each button type with its own explicit define-button-type.
572
573 * language/devan-util.el: Comment out parts of the file
574 which apparently are garbled.
575
576 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
577
578 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
579 insert-string.
580
581 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
582
583 * play/snake.el (snake-mode): Remove make-local-hook.
584
585 * play/tetris.el (tetris-mode): Likewise.
586
587 * play/decipher.el (decipher-mode): Likewise.
588
589 * tmm.el (tmm-add-prompt): Likewise.
590
591 2001-11-25 Sam Steingold <sds@gnu.org>
592
593 * menu-bar.el (menu-bar-apropos-menu): New variable.
594 Moved all `apropos' bindings to this menu.
595 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
596
597 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
598
599 The following changes are for new indian languages support based
600 on Unicode charset and CDAC fonts.
601
602 * international/mule-conf.el: Change indian-1-column charset to
603 indian-glyph charset.
604
605 * international/characters.el: Adjusted for the change of
606 indian-1-column -> indian-glyph.
607
608 * international/fontset.el: Delete the setting for indian-1-column
609 and add the setting for indian-glyph in the default fontset.
610
611 * language/indian.el: Completely re-written.
612
613 * language/devanagari.el: Completely re-written.
614
615 * language/devan-util.el: Completely re-written.
616
617 * language/ind-util.el: New file.
618
619 2001-11-24 Richard M. Stallman <rms@gnu.org>
620
621 * startup.el (command-line-1): Don't do startup screen
622 if a subprocess is running. Call the startup screen buffer
623 "GNU Emacs". Make a special mode-line-format for it.
624
625 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
626 (browse-url-galeon): Use that variable.
627
628 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
629 eval-expression. Eval and set the variable simply.
630
631 * files.el (temporary-file-directory): Use defcustom.
632 (small-temporary-file-directory): Likewise.
633 (normal-backup-enable-predicate): Move down in file
634 after definition of temporary-file-directory.
635
636 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
637
638 2001-11-24 Colin Walters <walters@debian.org>
639
640 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
641 autoload names to match files renamed on initial calc import.
642
643 * calc/calc.el (Commentary): Cleanup, and add logistic curve
644 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
645
646 2001-11-23 Colin Walters <walters@debian.org>
647
648 * Makefile.in (finder_setwins, setwins): Include Calc again.
649
650 * calc/calc-rules.el: Add header comment.
651
652 2001-11-23 Andre Spiegel <spiegel@gnu.org>
653
654 * vc.el (with-vc-properties): Don't bind `filename' locally.
655 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
656 to avoid name clashes. Fix `lisp-indent-function' property for
657 both.
658
659 2001-11-23 Francesco Potorti` <pot@gnu.org>
660
661 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
662
663 2001-11-22 Colin Walters <walters@debian.org>
664
665 * calc/calc-misc.el (report-calc-bug):
666 Use `reporter-prompt-for-summary-p'.
667
668 * calc/INSTALL, calc/Makefile: Remove.
669
670 2001-11-22 Miles Bader <miles@gnu.org>
671
672 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
673 (reb-match-2, reb-match-3): Add dark-background variants.
674
675 2001-11-22 Colin Walters <walters@debian.org>
676
677 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
678 (info "Calc").
679 (report-calc-bug): Use reporter.el.
680
681 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
682
683 2001-11-21 Richard M. Stallman <rms@gnu.org>
684
685 * which-func.el (which-function): Call imenu--make-index-alist
686 if necessary to get a list of functions.
687 (which-function-imenu-failed): New variable.
688 (which-func-update): Handle all visible windows.
689 (which-func-update-1): New subroutine broken out of which-func-update.
690
691 * files.el (temporary-file-directory, null-device)
692 (small-temporary-file-directory): Definitions moved up.
693
694 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
695 (cperl-non-problems, cperl-praise): Doc fixes.
696
697 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
698 (sh-mode-syntax-table): Function restored.
699 Variable set up for use by function sh-mode-syntax-table.
700 (sh-set-shell): Set the syntax table.
701
702 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
703
704 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
705
706 * international/encoded-kb.el: Don't alter minor-map-alist.
707
708 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
709
710 * files.el (auto-save-file-name-transforms): Put remote files in
711 temporary-file-directory rather than /tmp.
712
713 2001-11-21 Colin Walters <walters@debian.org>
714
715 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
716 of (function ...) wrapper.
717
718 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
719
720 * derived.el (define-derived-mode): Create the abbrev-table
721 from inside the `defvar'.
722
723 * jit-lock.el (jit-lock-defer-time): New var.
724 (jit-lock-defer-timer, jit-lock-buffers): New vars.
725 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
726 (jit-lock-function): Defer fontification if requested.
727 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
728 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
729 text property.
730 (jit-lock-deferred-fontify): New fun.
731
732 2001-11-20 Richard M. Stallman <rms@gnu.org>
733
734 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
735 Set local-abbrev-table to lisp-mode-abbrev-table.
736
737 * emacs-lisp/re-builder.el (reb-mode):
738 Don't use define-derived-mode. Call kill-all-local-variables.
739
740 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
741 Don't use define-derived-mode.
742
743 * help-mode.el (help-mode): Undo 2001-10-07 change.
744
745 * replace.el (occur-mode): Undo 2001-5-20 change.
746
747 2001-11-20 Jason Rumney <jasonr@gnu.org>
748
749 * w32-fns.el (w32-system-coding-system): Change to an alias for
750 locale-coding-system.
751 (set-w32-system-coding-system): Document the above change.
752 Set locale-coding-system instead.
753
754 2001-11-20 Richard M. Stallman <rms@gnu.org>
755
756 * ruler-mode.el: Add pagination.
757 (ruler-mode-toggle-show-tab-stops): No need to
758 test `ruler-mode' variable.
759
760 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
761
762 * play/landmark.el: Mark lm-mode as special.
763
764 * play/gomoku.el: Mark gomoku-mode as special.
765
766 2001-11-20 Juanma Barranquero <lektu@terra.es>
767
768 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
769 (top-level): Bind it to C-c C-b.
770 (re-builder): Don't re-enter RE Builder Mode.
771
772 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
773
774 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
775
776 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
777 `manual-program'.
778
779 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
780 to a line without a comment.
781
782 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
783
784 * dired.el (dired-listing-switches): Mention in the doc string
785 that some switches are not supported by ls-lisp.el
786
787 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
788
789 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
790 (imenu--create-keymap-2): Remove.
791 (imenu--create-keymap-1): Simplify, remove third argument.
792 (imenu--generic-function): Use dolist.
793 (imenu-find-default): New function.
794 (imenu--completion-buffer): Use it.
795 (imenu--mouse-menu): Use popup-menu.
796 (imenu--menubar-select): Return t rather than calling imenu.
797
798 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
799 New functions, extracted from fill-region-as-paragraph.
800 (fill-region-as-paragraph): Use them.
801 Use an end marker instead of eob.
802 Ignore whitespace-only fill-prefixes when indenting according to mode.
803 Simplify the loop that searches for spaces backwards.
804
805 * textmodes/picture.el (picture-vertical-step)
806 (picture-horizontal-step): Don't use defconst for variables.
807
808 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
809 (mail-extract-address-components): Downcase domain names.
810 (mail-extr-delete-char): Remove. Use delete-char instead.
811
812 * emulation/pc-select.el: Doc string fixes.
813 (pc-selection-mode): Don't treat macos as a tty.
814
815 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
816
817 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
818
819 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
820 (mouse-wheel-progessive-speed): New var.
821 (mwheel-scroll): Use it and handle float values.
822
823 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
824
825 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
826 (iswitchb): Fix the case where the result was selected with the mouse.
827 (iswitchb-completion-help): Use the normal *Completions* now that
828 mouse selection works.
829 (iswitchb-minibuffer-setup): Simplify.
830
831 * newcomment.el (comment-column, comment-style, comment-multi-line)
832 (comment-auto-fill-only-comments): Remove :group arg.
833 (comment-padding): Add :type.
834 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
835 if called interactively.
836
837 2001-11-19 Colin Walters <walters@verbum.org>
838
839 * calc/calc.el (toplevel): Add comment and version header.
840 (calc-init-base): Bump version to 2.02f, update date.
841
842 2001-11-19 Richard M. Stallman <rms@gnu.org>
843
844 * net/browse-url.el: Support Mozilla and Galeon.
845 By default, find the installed browser whichever it is.
846 (browse-url-mozilla): New function.
847 (browse-url-mozilla-sentinel): New function.
848 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
849 (browse-url-default-browser): New function.
850 (browse-url-process-environment): Use browse-url-browser-display.
851 (browse-url-browser-display): Renamed from browse-url-netscape-display.
852 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
853 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
854 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
855 (browse-url-browser-function): New default, new options.
856
857 2001-11-19 Sam Steingold <sds@gnu.org>
858
859 * bindings.el (last-buffer, unbury-buffer): New function.
860 (mode-line-unbury-buffer): Use `unbury-buffer'.
861
862 2001-11-18 Stephen Eglen <stephen@gnu.org>
863
864 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
865 control behaviour when no further completion is possible.
866
867 2001-11-19 Colin Walters <walters@verbum.org>
868
869 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
870 (math-showing-full-precision, math-with-extra-prec, math-working)
871 (calc-with-default-simplification)
872 (calc-with-trail-buffer): Use backtick.
873 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
874 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
875 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
876 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
877 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
878 (Math-num-integerp, Math-bignum-test, Math-equal-int)
879 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
880 (calc-record-compilation-date-macro): Deleted. Callers updated.
881 (math-format-radix-digit): Move to calc-bin.el.
882
883 * calc/calc.el (calc-record-compilation-date): Remove.
884 (calc-bug-address): Update.
885 (calc-settings-file): Use `user-init-file'.
886
887 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
888 Handle null `calc-settings-file'.
889
890 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
891 * calc/calc-keypd.el (calc-keypad-mode): New.
892 (calc-do-keypad): Use it.
893 (calc-keypad-map): Move into `calc-keypad-mode'.
894
895 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
896 to defalias argument.
897
898 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
899 (calcFunc-floor): Ditto.
900
901 * calc-units.el (calcFunc-usimplify): Ditto.
902
903 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
904 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
905 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
906 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
907 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
908 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
909 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
910 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
911 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
912 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
913 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
914 and move them before their first use. Use `when', `unless'.
915 Remove trailing periods from error forms. Add description and
916 headers suggested by Emacs Lisp coding conventions.
917
918 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
919
920 * newcomment.el (comment-indent):
921 Fix misindentation for comment-only lines.
922 (comment-indent-new-line): Only obey comment-multi-line if the
923 comment-ender is not the end-of-line.
924
925 2001-11-19 Richard M. Stallman <rms@gnu.org>
926
927 * net/net-utils.el (network-connection-service-abbrev-alist):
928 New variable.
929
930 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
931 Advance to start of 3rd sexp by moving fwd and backing over it.
932 At first three elements, act like defun.
933
934 * delsel.el (delete-selection-pre-hook): Handle and resignal
935 file-supersession errors to interact properly with userlock.el.
936
937 2001-11-18 Richard M. Stallman <rms@gnu.org>
938
939 * progmodes/fortran.el (fortran-mode-syntax-table):
940 Specify punctuation syntax for backslash.
941
942 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
943 All calls deleted.
944
945 * international/mule-util.el (string-to-sequence): Make it obsolete.
946 (string-to-list, string-to-vector): Implement them directly
947 using append and vconcat, not with string-to-sequence.
948
949 * startup.el (command-line): Set abbrevs-changed to nil after
950 reading the init file and the abbrevs file.
951
952 * isearch.el (isearch): Use magenta2 as bg for (background light)
953
954 2001-11-17 Richard M. Stallman <rms@gnu.org>
955
956 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
957
958 * simple.el (minibuffer-history-sexp-flag): Doc fix.
959
960 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
961
962 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
963 If set and if applicable, add a regexp to highlight defun-like
964 text inside comments and strings.
965 (font-lock-fontify-keywords-region): Pass that new arg.
966 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
967 to the end and pass that new arg.
968 (c-font-lock-keywords-2): Fix regex for labels.
969 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
970 Make it work when LIMIT is several lines further.
971 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
972 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
973 Use backquote and make the regexes for `int a, b, c;' work on
974 multiple lines.
975
976 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
977 (font-lock-defaults-alist): Don't change it any more.
978 (reb-subexp-mode-map): Cleanup.
979
980 * custom.el (custom-current-group-alist): New var.
981 (custom-declare-group): Set it.
982 (custom-current-group): New fun.
983 (custom-declare-variable, custom-handle-all-keywords):
984 Use it as a default if no :group argument is specified.
985
986 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
987 (standard-keyboard-coding-systems): New var.
988 (set-locale-environment): Use it to decide whether or not to call
989 set-keyboard-coding-system.
990 (locale-language-names): Use \"French\" for "fr".
991
992 2001-11-17 Richard M. Stallman <rms@gnu.org>
993
994 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
995 (add-to-list): Delete compatibility code.
996 (checkdoc-next-message-error): Doc fix.
997
998 2001-11-17 Stephen Eglen <stephen@gnu.org>
999
1000 * locate.el (locate): Show default locate pattern within the
1001 prompt, but don't insert it into the minibuffer contents.
1002 Catch the case when pattern is the empty string.
1003
1004 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1005
1006 * language/european.el ("French"): New language environment.
1007
1008 2001-11-16 Richard M. Stallman <rms@gnu.org>
1009
1010 * calendar/todo-mode.el (todo-save): Fix previous change.
1011
1012 * subr.el (functionp): Do use cdr-safe on object.
1013
1014 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
1015
1016 * bindings.el (mode-line-mode-name): Only put the help-echo property
1017 if the local-map property was put as well.
1018 (global-map): Bind switch-frame, delete-frame, iconify-frame
1019 and make-frame-visible events.
1020
1021 * emacs-lisp/elp.el (elp-not-profilable): New var.
1022 (elp-not-profilable-p): New function.
1023 (elp-instrument-function): Use it. Use backquotes and push.
1024
1025 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
1026 (byte-stack+-info, byte-compile-last-warned-form)
1027 (byte-compile-last-logged-file): Don't defconst a variable.
1028 (no-byte-compile): Declare.
1029 (byte-compile-file): Don't boundp-check no-byte-compile any more.
1030 (byte-compile-defvar): Leave defconst as is.
1031
1032 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
1033 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
1034 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
1035 (edebug-best-error): Don't defconst a variable.
1036 (edebug-read-syntax-table): Use a char-table.
1037 (edebug-lemacs-specific): Remove.
1038 Toplevel: Eliminate check for Lucid Emacs.
1039
1040 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
1041
1042 * rect.el (move-to-column-force): Mark obsolete.
1043 (operate-on-rectangle, delete-extract-rectangle-line)
1044 (insert-rectangle, delete-whitespace-rectangle-line)
1045 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
1046 (string-rectangle-history): New var.
1047 (string-rectangle, string-insert-rectangle): Use it.
1048 (delete-rectangle-line): Fix pos/column mixup and simplify.
1049
1050 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1051 (normal-top-level, command-line, command-line-1): Simplify.
1052
1053 * tar-mode.el (tar-mode): Use define-derived-mode.
1054
1055 * view.el (view-mode-enable): Don't use make-local-hook.
1056
1057 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
1058
1059 2001-11-16 Richard M. Stallman <rms@gnu.org>
1060
1061 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
1062 if it doesn't make sense as anything else.
1063 Don't recognize a "telephone number" at the beginning of the name.
1064 (mail-extr-leading-garbage): Match non-word characters only.
1065
1066 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1067
1068 * startup.el (command-line-processed): Doc fix.
1069
1070 * apropos.el (apropos-next-label-button): Doc fix.
1071
1072 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
1073
1074 * comint.el (comint-mode): Simplify.
1075 (make-comint-in-buffer): Run `comint-mode' only if necessary.
1076
1077 * subr.el (eval-after-load): Make it work with features as well.
1078
1079 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
1080
1081 * international/mule-cmds.el (describe-input-method): Setup xref.
1082 (set-language-environment): Use functionp.
1083 (locale-language-names, locale-charset-language-names)
1084 (locale-preferred-coding-systems): Defconst and purecopy.
1085
1086 * language/european.el (mac-roman): Add mime-charset property.
1087
1088 2001-11-15 Richard M. Stallman <rms@gnu.org>
1089
1090 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
1091 (multiple-value-apply, nth-value): Use defsubst rather than defalias
1092 to get better doc strings.
1093
1094 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1095
1096 * derived.el: Fix autoload cookie.
1097
1098 2001-11-15 Richard M. Stallman <rms@gnu.org>
1099
1100 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
1101
1102 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
1105
1106 2001-11-15 Richard M. Stallman <rms@gnu.org>
1107
1108 * dired.el (dired-undo): Display a message to explain
1109 that this does not undo file system changes.
1110
1111 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
1112
1113 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
1114 into `unread-command-events' instead of trying keymap
1115 lookups ourselves. This makes mouse-clicks do the right
1116 thing even when keymaps of overlays are involved.
1117 (mouse-drag-drag): Likewise.
1118
1119 2001-11-15 Andreas Schwab <schwab@suse.de>
1120
1121 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
1122 characters and append anchor to pattern added to auto-mode-alist.
1123
1124 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1125
1126 * server.el (server-process-filter): Run pore/post-comment-hook
1127 before/after visiting the file.
1128
1129 * info-look.el (makefile-mode): Add info for automake.
1130 (autoconf-mode): Fix the name of the index for automake.
1131
1132 * international/latin-9.el: Give pilcrow punctuation syntax.
1133
1134 2001-11-15 Andre Spiegel <spiegel@gnu.org>
1135
1136 * vc.el: Documentation fixes.
1137
1138 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
1139
1140 * smerge-mode.el (smerge-match-conflict): Fix typo.
1141 (smerge-diff): Be careful to read match-data early enough.
1142
1143 2001-11-14 Colin Walters <walters@verbum.org>
1144
1145 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
1146 (calcFunc-subst): Use `defalias' instead of `fset' and
1147 `symbol-function'.
1148
1149 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
1150 (calcFunc-ceil, calcFunc-round): Ditto.
1151
1152 * calc/calc-bin.el (calcFunc-clip): Ditto.
1153
1154 * calc/calc-ext.el (calcFunc-evalv): Ditto.
1155
1156 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
1157
1158 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
1159 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
1160
1161 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
1162
1163 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1164 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1165 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1166 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1167 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1168 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1169 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1170 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1171 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1172 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1173 * calcsel2.el: Style cleanup; don't put closing parens on their
1174 own line, add "foo.el ends here" to each file, and update
1175 copyright date.
1176
1177 * README: Update maintainer.
1178
1179 2001-11-13 Alan Shutko <ats@acm.org>
1180
1181 * compile.el (recompile): Use compilation-arguments if set, so as
1182 to be able to M-x recompile the exact command which created a
1183 compilation-mode buffer.
1184
1185 2001-11-13 Richard M. Stallman <rms@gnu.org>
1186
1187 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1188
1189 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1190
1191 * mouse.el (mouse-drag-region): Don't run the up-event
1192 handler if window start changed due to the down-mouse event.
1193
1194 2001-11-13 Richard M. Stallman <rms@gnu.org>
1195
1196 * mouse.el (mouse-show-mark): Either move point to the mark
1197 or use highlighting, never both.
1198 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1199
1200 2001-11-13 Simon Josefsson <jas@extundo.com>
1201
1202 * mail/smtpmail.el (top-level): Change maintainer to Simon
1203 Josefsson, cleanup the smtpmail.el header.
1204
1205 * mail/smtpmail.el (top-level): Don't require cl or base64.
1206 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1207 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1208 Defsubst instead of defmacro.
1209 (smtpmail-intersection): Return value in reverse order.
1210 (smtpmail-open-stream): Use stringp instead of string-to-list.
1211 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1212 separated from smtpmail-via-smtp.
1213
1214 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1215 rfc2104. Require base64 and cl.
1216 (smtpmail-smtp-service): Doc fix. :type fix.
1217 (smtpmail-debug-info): Doc fix.
1218 (smtpmail-debug-verb, smtpmail-auth-credentials)
1219 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1220 New variables.
1221 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1222 mail-utils (it is autoloaded).
1223 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1224 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1225 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1226 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1227 (smtpmail-via-smtp): Support AUTH.
1228 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1229
1230 2001-11-13 Richard M. Stallman <rms@gnu.org>
1231
1232 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1233 (electric-buffer-overlay): New variable.
1234 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1235 (electric-buffer-list): Likewise.
1236
1237 2001-11-13 Per Starback <starback@ling.uu.se>
1238
1239 * isearch.el (isearch-whitespace-chars): Doc fix.
1240 (isearch-mode): Handle negative search-slow-window-lines correctly.
1241
1242 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1243
1244 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1245
1246 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1247 From Emmanuel Briot <briot@act-europe.fr>.
1248
1249 2001-11-13 Colin Walters <walters@debian.org>
1250
1251 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1252
1253 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1254 "~/.emacs"; use `read-file-name'.
1255
1256 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1257 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1258 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1259 * calc/calc.el: Use `frame-width' instead of `screen-width',
1260 `frame-height' instead of `screen-height', and,
1261 `executing-kbd-macro' instead of `executing-macro'.
1262
1263 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1264 correct number of arguments.
1265
1266 * calc/calc-aent.el (calc-do-alg-entry):
1267 Use `blink-paren-function' instead of `blink-paren-hook'.
1268
1269 2001-11-12 Richard M. Stallman <rms@gnu.org>
1270
1271 * calendar/todo-mode.el (todo-save): Add save-excursion
1272 and save-restriction.
1273
1274 * server.el (server-edit, server-done): Doc fix.
1275
1276 * simple.el (clone-indirect-buffer): Error if major mode symbol
1277 has a no-clone-indirect property.
1278 (clone-buffer): Check for obvious errors before reading clone name.
1279
1280 * info.el (Info-mode): Add a no-clone-indirect property.
1281
1282 2001-11-12 Sam Steingold <sds@gnu.org>
1283
1284 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1285 set-buffer-modified-p to nil after `vc-exec-after'.
1286 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1287 (log-view-mode): Make read-only.
1288 (log-view-current-file): Do final `expand-file-name' in the
1289 current `default-directory'.
1290 (log-view-current-tag): Take an optional `where' arg.
1291 (log-view-diff): New user command.
1292
1293 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1294
1295 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1296
1297 2001-11-12 Sam Steingold <sds@gnu.org>
1298
1299 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1300 `generic-flet', `generic-labels', `with-accessors',
1301 `with-condition-restarts'.
1302
1303 2001-11-12 Richard M. Stallman <rms@gnu.org>
1304
1305 * dired.el: Many trivial doc fixes.
1306 (dired-get-file-for-visit): New function.
1307 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1308 (dired-view-file, dired-find-file-other-window, dired-display-file):
1309 (dired-find-file): Use dired-get-file-for-visit.
1310
1311 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1312
1313 * sql.el (sql-mode): Doc change.
1314
1315 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1316 escape character.
1317
1318 2001-11-12 Colin Walters <walters@debian.org>
1319
1320 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1321 (calc-do-keypad): Don't attempt to use nonexistent global
1322 mouse-map, use calc-keypad-map.
1323 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1324 (calc-keypad-left-click): Don't use mouse-map; update to new event
1325 interface.
1326 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1327 (calc-keypad-press): Use `unread-command-events' instead of
1328 `unread-command-char'.
1329
1330 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1331 to match files renamed on initial calc import.
1332
1333 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1334
1335 * textmodes/flyspell.el (flyspell-default-dictionary):
1336 Fix previous change.
1337
1338 2001-11-12 Richard M. Stallman <rms@gnu.org>
1339
1340 * textmodes/flyspell.el (flyspell-default-dictionary):
1341 Fix custom type.
1342
1343 2001-11-11 Richard M. Stallman <rms@gnu.org>
1344
1345 * calendar/solar.el (solar-sunrise-and-sunset):
1346 Exchange the two extreme values of day-length.
1347
1348 * progmodes/sh-script.el (sh-must-be-shell-mode):
1349 Allow modes derived from sh-mode.
1350
1351 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1352 Turn off error in some re-search-forward calls.
1353
1354 * replace.el (query-replace-skip-read-only): New variable.
1355 (perform-replace): If that variable is non-nil, ignore matches
1356 that have a read-only property.
1357
1358 * derived.el (define-derived-mode): Doc fix.
1359
1360 * server.el (server-buffer-done): Test of server-existing-buffer
1361 was backwards.
1362 (server-existing-buffer): Doc fix.
1363
1364 * textmodes/flyspell.el (flyspell-default-dictionary):
1365 Allow nil as value, and make nil the default.
1366
1367 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1368
1369 * subdirs.el: Regenerated.
1370
1371 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1372 it is not fboundp.
1373 (clipboard-yank): Ditto.
1374
1375 2001-11-11 Colin Walters <walters@verbum.org>
1376
1377 The following changes are based on patches from
1378 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1379 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1380
1381 * calc/calc.el (toplevel): Require calc-macs.
1382 (calc-minibuffer-size): New.
1383 (calcDigit-nondigit): Use it instead of `buffer-size'.
1384 (calcDigit-backspace): Likewise.
1385 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1386 `buffer-string'.
1387 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1388 `point-min'.
1389 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1390 `save-excursion'.
1391
1392 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1393 simple `setq' form.
1394
1395 * calc/calc-ext.el: (toplevel): Require calc.
1396 (calc-fancy-prefix-map): New.
1397 (calc-fancy-prefix): Use it.
1398 (calc-fancy-prefix-other-key): New.
1399
1400 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1401 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1402 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1403 (calcAlg-enter): Likewise.
1404 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1405
1406 2001-11-10 Richard M. Stallman <rms@gnu.org>
1407
1408 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1409 (quietly-read-abbrev-file): Doc fix.
1410
1411 * startup.el (command-line): Read standard abbrev
1412 file (abbrev-file-name), if it exists.
1413
1414 * files.el (save-abbrevs): Default value is t.
1415
1416 * progmodes/compile.el (compile-goto-error): Fix previous change
1417 in the case where subsequent errors have not been parsed yet
1418 because they are in a different source file.
1419
1420 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1421
1422 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1423 Merge two regular expressions into one.
1424 (ps-mode): Make local bindings for `comment-start' and
1425 `comment-start-skip'.
1426 (ps-mode-looking-at-nested): Simplify an if-else construct;
1427 use `set-match-data' to set the result.
1428
1429 2001-11-10 Richard M. Stallman <rms@gnu.org>
1430
1431 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1432 Function deleted.
1433 (flyspell-correct-word): Old definition deleted.
1434 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1435 All references renamed too.
1436
1437 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1438
1439 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1440
1441 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1442
1443 * wid-edit.el (checklist): Removed `:menu-tag'.
1444 (radio-button-choice): Ditto.
1445 (editable-list): Ditto.
1446
1447 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1448
1449 * play/gomoku.el: Move definitions of constants to the beginning
1450 of file, before their use.
1451
1452 2001-11-09 Richard M. Stallman <rms@gnu.org>
1453
1454 * textmodes/flyspell.el: Use the keymap property
1455 instead of local-map, and don't use a minor-mode map.
1456 (flyspell-mode-map): Variable deleted.
1457 Don't mess with minor-mode-map-alist.
1458 (calling add-minor-mode): Specify nil for keymap.
1459 And always use add-minor-mode, now that it exists.
1460 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1461 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1462 or flyspell-local-mouse-map.
1463 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1464 (flyspell-mode): Doc fix.
1465 (flyspell-mode-on): Don't call make-local-hook.
1466
1467 2001-11-09 Sam Steingold <sds@gnu.org>
1468
1469 * emacs-lisp/debug.el (debugger-make-xrefs):
1470 Add buttons to all symbols.
1471
1472 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1473
1474 * vc.el: Add John David Smith to credits.
1475
1476 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1477
1478 * vc-hooks.el (vc-error-occured): Backquotified.
1479 (vc-file-prop-obarray): Use prime length for better efficiency.
1480
1481 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1482
1483 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1484
1485 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1486
1487 2001-11-09 Miles Bader <miles@gnu.org>
1488
1489 * subr.el (functionp): Don't consider macros as functions.
1490
1491 2001-11-08 Miles Bader <miles@gnu.org>
1492
1493 * subr.el (functionp): Make work correctly for macros and unbound
1494 symbols.
1495
1496 * comint.el (comint-send-input): Fix description of
1497 `comint-process-echoes' in the doc-string.
1498
1499 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1500
1501 * international/mule.el (make-translation-table): Doc fix.
1502 Suggested by Alex Schroeder <alex@gnu.org>.
1503
1504 2001-11-07 Richard M. Stallman <rms@gnu.org>
1505
1506 * info.el (Info-fontify-node): Highlight every third menu item.
1507
1508 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1509
1510 * cus-edit.el (custom-face-value-create): Don't ignore the
1511 `customized-face' attribute when finding the current face spec.
1512
1513 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1514
1515 * subr.el (with-local-quit): New macro.
1516 (make-syntax-table): Always inherit.
1517 (functionp): Be more careful when `object' is a symbol.
1518
1519 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1520
1521 2001-11-07 Paul Eggert <eggert@twinsun.com>
1522
1523 * dired.el (dired-move-to-filename-regexp):
1524 Do not distinguish between ASCII letters and non-ASCII characters.
1525 Don't allow comma except in the form "month day, year".
1526 Don't allow space between month name and comma.
1527 Clean up the code that checks for trailing period, comma, and space.
1528 Remove now-obsolete comments, and add more commentary about
1529 Japanese dates.
1530 Always gobble up trailing spaces, instead of doing it only sometimes.
1531
1532 2001-11-07 Miles Bader <miles@gnu.org>
1533
1534 * paren.el (show-paren-match-face): Add dark-background variant.
1535
1536 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1537
1538 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1539 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1540 Don't disable adaptive-fill-mode.
1541 (lisp-fill-paragraph): Use tab-width rather than 8.
1542 Prevent filling the first line of docstrings.
1543
1544 2001-11-06 Richard M. Stallman <rms@gnu.org>
1545
1546 * play/gomoku.el (gomoku): Doc fix.
1547
1548 * jka-compr.el (jka-compr-partial-uncompress):
1549 Support an alternative of not using dd.
1550 (jka-compr-dd-program): Use defcustom to define this.
1551 (jka-compr-load-suffixes): Use defcustom.
1552 (jka-compr-mode-alist-additions): Use defcustom.
1553
1554 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1555
1556 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1557 Also work when LIMIT is further than the end of line.
1558
1559 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * international/quail.el (quail-update-leim-list-file): Print the
1562 offending file name if some of its quail-define-package forms is broken.
1563
1564 2001-11-05 Richard M. Stallman <rms@gnu.org>
1565
1566 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1567 of the evaluated form.
1568
1569 2001-11-05 Paul Eggert <eggert@twinsun.com>
1570
1571 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1572 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1573 stamps always line up by default. Also, it uses a slightly
1574 different window to determine whether files are "recent".
1575
1576 2001-11-05 Andrew Innes <andrewi@gnu.org>
1577
1578 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1579 Don't attempt to remake autoloads before nuking .elc files.
1580
1581 2001-11-04 Richard M. Stallman <rms@gnu.org>
1582
1583 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1584 previous-single-property-change or next-single-char-property-change
1585 returns nil.
1586
1587 * international/mule-cmds.el (set-locale-environment):
1588 Make it interactive; make arg optional.
1589
1590 * international/mule-diag.el (help-funs): Require help-funs.
1591
1592 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1593
1594 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1595
1596 2001-11-04 Miles Bader <miles@gnu.org>
1597
1598 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1599 shadow of the splash image grey on a dark background instead of black.
1600
1601 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1602
1603 * term.el (all faces): Don't (copy-face 'default <foo>).
1604
1605 * term/xterm.el (function-key-map):
1606 Add entry for `ESC [ 3 ~' -> <delete>
1607 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1608 Use inheritance so that .emacs and terminfo take precedence.
1609
1610 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1611
1612 * tooltip.el (tooltip-delay): Decrease to 0.7.
1613 (tooltip-hide-delay): Enlarge to 10.
1614
1615 2001-11-03 Richard M. Stallman <rms@gnu.org>
1616
1617 * startup.el (fancy-splash-tail): Explain how to recover
1618 from a crash, if there was a crash.
1619 (command-line-1): Reorganize display of startup screen,
1620 to simplify the logic. Use a temp buffer for it.
1621
1622 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1623
1624 * frame.el (set-background-color, set-foreground-color):
1625 Call face-set-after-frame-default, to propagate the new colors to
1626 the frame's parameters alist.
1627
1628 * calendar/timeclock.el (timeclock-out): Signal an error if
1629 timeclock-last-event is nil.
1630
1631 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1632
1633 * textmodes/fill.el (fill-context-prefix): Fix braino.
1634
1635 * international/quail.el (quail-help):
1636 Use `help-buffer' and move `help-setup-xref' to beginning.
1637
1638 * international/mule-cmds.el (describe-language-environment):
1639 Use `help-buffer' and move `help-setup-xref' to beginning.
1640
1641 * international/mule-diag.el (list-character-sets)
1642 (sort-listed-character-sets, describe-character-set)
1643 (describe-coding-system, describe-fontset, list-fontsets):
1644 Use `help-buffer' and move `help-setup-xref' to beginning.
1645 (describe-char-after): Use `internal-describe-syntax-value'.
1646
1647 2001-11-02 Richard M. Stallman <rms@gnu.org>
1648
1649 * mouse.el (popup-menu): If the user refuses to select
1650 from a menu, don't try to invoke the menu.
1651
1652 2001-11-02 Miles Bader <miles@gnu.org>
1653
1654 * help-mode.el (help-xref): New button type.
1655 (help-function, help-variable, help-face, help-coding-system)
1656 (help-input-method, help-character-set, help-type, help-symbol)
1657 (help-back, help-info, help-customize-variable, help-customize-face)
1658 (help-function-def, help-variable-def): Use it as a supertype.
1659 Remove `action' property.
1660
1661 * international/mule-diag.el (describe-character-set)
1662 (describe-coding-system): Pass correct args to `help-xref-button'.
1663 (sort-listed-character-sets): New button type.
1664 (list-character-sets): Use it.
1665 (list-charset-chars): New button type.
1666 (list-character-sets-1): Use it.
1667
1668 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1669
1670 * indent.el (tab-always-indent, indent-for-tab-command):
1671 Remove redundant `never' setting.
1672
1673 * fill.el (fill-region-as-paragraph): Don't forget to skip
1674 over current whitespace before looking for a preceding space.
1675
1676 2001-11-01 Richard M. Stallman <rms@gnu.org>
1677
1678 * files.el (file-newest-backup): Don't pass backup file name
1679 thru file-name-sans-versions, because it never has version numbers.
1680
1681 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1682 to avoid ambiguous nested loops.
1683
1684 * files.el (find-file-noselect): Offer to change buffer-read-only
1685 only when the file's read-only status has changed from before
1686 as well as disagreeing with the buffer's current status.
1687 (buffer-file-read-only): New var, local in all buffers.
1688
1689 * buff-menu.el (buffer-menu): Doc fix.
1690 (buffer-menu-other-window): Doc fix.
1691 (list-buffers, list-buffers-noselect): Doc fix.
1692
1693 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1694
1695 * startup.el (command-line): If the terminal Emacs is running on
1696 has erase char set to ^H, use the Backspace key for deleting
1697 backward, and the Delete key for deleting forward.
1698
1699 2001-11-01 Miles Bader <miles@gnu.org>
1700
1701 * button.el (define-button-type): Make sure every user-defined
1702 button type has a supertype.
1703
1704 2001-10-31 Jason Rumney <jasonr@gnu.org>
1705
1706 * international/mule-cmds.el (locale-language-names): Add chs and
1707 cht as aliases for Chinese-GB and Chinese-BIG5.
1708
1709 2001-10-31 Richard M. Stallman <rms@gnu.org>
1710
1711 * bindings.el (mode-line-frame-identification): Add doc string.
1712 (mode-line-position, mode-line-modes): New variables.
1713 (mode-line-format): Use mode-line-position for the part
1714 that displays the position-in-buffer info.
1715 Use mode-line-modes for the part that displays major and minor modes.
1716
1717 2001-10-31 Sam Steingold <sds@gnu.org>
1718
1719 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1720 (debugger-setup-buffer): Call it.
1721 (debugger-mode-map): Bind RET and mouse-2.
1722
1723 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1724
1725 * startup.el: Document command line option --no-window-system
1726 instead of --no-windows.
1727
1728 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1729
1730 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1731
1732 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1733 (font-lock-defaults-alist): Use it.
1734 From David Ponce <david.ponce@wanadoo.fr>
1735
1736 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1737 output of `char-after'.
1738
1739 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1740
1741 * simple.el (reindent-then-newline-and-indent): Insert the newline
1742 before indenting the first line.
1743 (undo-get-state, undo-revert-to-state): New funs.
1744 (shell-command): Don't kill the buffer even if empty.
1745 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1746 (transpose-subr-end2): Remove.
1747 (transpose-subr): Add `special' arg and simplify.
1748 (transpose-subr-1): Rewrite.
1749 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1750 (rfc822-goto-eoh): Simplify.
1751
1752 2001-10-30 Richard M. Stallman <rms@gnu.org>
1753
1754 * enriched.el (enriched-face-ans): FIx previous change.
1755
1756 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1757
1758 * international/iso-acc.el (iso-accents-compose): Remove a
1759 superfluous setq.
1760
1761 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1762
1763 * buff-menu.el (list-buffers-noselect): If the buffer's name
1764 starts with a blank, but it visits a file, do show it (for files
1765 whose names start with a blank).
1766
1767 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1768
1769 * textmodes/fill.el (sentence-end-double-space)
1770 (sentence-end-without-period): Move to paragraphs.el.
1771 (fill-indent-according-to-mode): Change default to t.
1772 (fill-context-prefix): Simplify control-flow and use a more
1773 sophisticated merge that unifies both previous checks.
1774 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1775 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1776 (fill-nobreak-p): New fun.
1777 (fill-region-as-paragraph): Use it.
1778 Handle `fill-indent-according-to-mode' slightly differently.
1779 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1780 (fill-individual-paragraphs-citation): Fix.
1781
1782 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1783 (paragraph-start): Change default to the `text-mode' value.
1784 (sentence-end-double-space, sentence-end-without-period):
1785 Move from fill.el.
1786 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1787 rather than rebinding `paragraph-start' and `paragraph-separate'.
1788
1789 * indent.el (indent-line-function): Change default to indent-relative.
1790 (tab-always-indent): Add an `never' setting.
1791 (indent-according-to-mode): Handle `indent-relative' and
1792 `indent-relative-maybe' specially.
1793 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1794 Handle the `never' case for `tab-always-indent'.
1795 Don't call indent-according-to-mode for indent-relative' and
1796 `indent-relative-maybe'.
1797 (insert-tab): Rename `prefix-arg' to `arg'.
1798 (indent-region): Indent the first line as well.
1799 (indent-relative): Don't mark the buffer modified if the indentation
1800 is unchanged.
1801
1802 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1803 Don't set paragraph-separate. Set paragraph-start more carefully.
1804 Set indent-line-function.
1805 (paragraph-indent-text-mode): Use it and define-derived-mode.
1806 (text-mode-map): Remove the \t binding.
1807 (text-mode): Simplify now that the default is more favorable.
1808
1809 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1810
1811 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1812 If the regexp doesn't match, use a looser one.
1813 (find-variable-noselect): Add `file' argument.
1814
1815 * pcvs.el (cvs-mode-commit-hook): New hook.
1816 (cvs-mode-commit): Run it.
1817
1818 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1819
1820 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1821 (edebug-instrument-function): Use `find-function-noselect'.
1822
1823 2001-10-29 Richard M. Stallman <rms@gnu.org>
1824
1825 * term.el (term-if-emacs19): Macro deleted.
1826 Callers changed to use progn instead.
1827
1828 * frame.el (blink-cursor-mode): Doc fix.
1829
1830 * files.el (find-backup-file-name): Use make-backup-file-name.
1831
1832 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1833 window-live-p.
1834 (edebug-set-conditional-breakpoint): Unconditionally use
1835 the former Emacs >=19 definition.
1836 (edebug-mark): Define unconditionally.
1837 (edebug-eval-expression): Always call read-from-minibuffer
1838 and specify history list.
1839 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1840 edebug-set-conditional-breakpoint.
1841 (edebug-emacs-version-specific): Function deleted;
1842 do the job at top level.
1843 (edebug-emacs-19-specific): Function deleted, this is the default.
1844
1845 2001-10-29 Sam Steingold <sds@gnu.org>
1846
1847 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1848 "/cygdrive/LETTER/" pathnames.
1849
1850 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1851
1852 * faces.el (invert-face): Check for 'unspecified, not for nil,
1853 when testing whether face colors are not specified.
1854 From David.Kastrup@t-online.de (David Kastrup).
1855 (read-face-name): Doc fix.
1856 (make-face-bold, make-face-unbold, make-face-italic)
1857 (make-face-unitalic, make-face-bold-italic, invert-face):
1858 Remove trailing blank from the prompt passed to read-face-name.
1859
1860 2001-10-29 Sam Steingold <sds@gnu.org>
1861
1862 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1863 Report numbers of files skipped and failed too.
1864 (byte-compile-file): Return 'no-byte-compile for skipped files.
1865
1866 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1867
1868 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1869 and `M p'.
1870
1871 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1872
1873 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1874 as is on unread-command-events instead of `(SECOND-CHAR)'.
1875
1876 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1877
1878 * vc.el: Mention vc-*-switches in backend API documentation.
1879 (vc-annotate): Adapt doc string to recent change.
1880
1881 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1882
1883 * enriched.el (enriched-face-ans): Handle face attributes
1884 of the form `(FACE1 FACE2 ...)'.
1885
1886 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1887
1888 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1889
1890 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1891
1892 * progmodes/sql.el (sql-db2): Doc change.
1893 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1894 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1895
1896 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1897
1898 * env.el (substitute-env-vars): Don't quote argument to `rx';
1899 it's a macro.
1900
1901 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1902
1903 * cus-start.el (recursive-load-depth-limit): Added.
1904
1905 2001-10-28 Richard M. Stallman <rms@gnu.org>
1906
1907 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1908 All uses removed--assume Emacs version is >= 20.
1909
1910 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1911 by really checking that it is not version 18.
1912
1913 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1914
1915 2001-10-28 Miles Bader <miles@gnu.org>
1916
1917 * faces.el (face-attribute): Add INHERIT argument, consider face
1918 inheritance if it's non-nil.
1919 (face-attribute-merged-with): New function.
1920 (face-attribute-specified-or): New macro.
1921 (face-foreground, face-background, face-stipple): Add INHERIT
1922 argument. Use `face-attribute-specified-or'.
1923
1924 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1925
1926 * font-lock.el: Require `syntax'.
1927 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1928 Use `c-font-lock-syntactic-face-function' for c languages.
1929 (font-lock-mode): Don't unset vars when turning the mode off.
1930 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1931 (font-lock-extra-managed-props): New var.
1932 (font-lock-default-unfontify-region): Use it.
1933 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1934 Don't eval the value when there's no match.
1935 (font-lock-ppss-stats): New var.
1936 (font-lock-ppss): New fun.
1937 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1938 (font-lock-apply-highlight): Allow `highlight' to set several props.
1939 (font-lock-set-defaults): Use dolist.
1940 (font-lock-unset-defaults): Remove.
1941 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1942 Try to recognize prototypes using `foo P_ ((args))'.
1943 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1944 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1945 (c-font-lock-syntactic-face-function): New function.
1946 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1947 (c++-keywords): Use a more sophisticated regexp to handle
1948 shallowly nested templates.
1949
1950 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1953 (sgml-tag): Use it. Cleanup with `cond'.
1954 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1955 Mark the overlays and only delete those that are marked.
1956 (sgml-skip-close-p): Remove.
1957 (sgml-value): Replace sgml-skip-close-p with its definition.
1958 (html-tag-alist): Use sgml-xml a bit more.
1959 (html-mode): Set sgml-empty-tags.
1960
1961 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1962 (texinfo-update-node, texinfo-sequential-node-update):
1963 Don't bind the obsolete `auto-fill-hook'.
1964 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1965 Use `set-buffer' rather than `switch-to-buffer'.
1966 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1967 Use `set-buffer' rather than `switch-to-buffer'.
1968
1969 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1970 text-mode-syntax-table.
1971 (mail-mode): Use define-derived-mode.
1972 Fix ordering of alternatives in adaptive-fill-regexp.
1973 (mail-mode-map): Don't rely on keymap's internal representation.
1974
1975 2001-10-27 Sam Steingold <sds@gnu.org>
1976
1977 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1978 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1979 (sgml-mode-common): Call it.
1980 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1981 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1982 (html-horizontal-rule, html-image, html-ordered-list):
1983 (html-unordered-list, html-list-item, html-paragraph):
1984 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1985 `html-xhtml'.
1986
1987 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1988
1989 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1990 (ifnothtml): New alias.
1991
1992 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1993
1994 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1995 (toggle-text-mode-auto-fill): Use derived-mode-p.
1996
1997 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1998
1999 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
2000 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
2001
2002 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
2003
2004 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2005 Add make-obsolete cookies, to follow faces.el.
2006
2007 These changes avoid warnings from the byte compiler in faces.el:
2008
2009 * faces.el (internal-get-face): Use facep instead of the obsolete
2010 internal-find-face.
2011 (internal-frob-font-weight, internal-frob-font-slant):
2012 New defaliases for obsolete functions.
2013 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2014 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2015 (x-make-font-bold-italic): Use internal-frob-font-weight and
2016 internal-frob-font-slant aliases instead of the obsolete
2017 x-frob-... functions.
2018
2019 2001-10-26 Sam Steingold <sds@gnu.org>
2020
2021 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
2022 DOCTYPE; set `mode-name' based on it.
2023 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
2024 (sgml-tag): Close empty tags in XHTML.
2025
2026 2001-10-26 Jason Rumney <jasonr@gnu.org>
2027
2028 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
2029 when UNICODE is not defined.
2030
2031 2001-10-26 Sam Steingold <sds@gnu.org>
2032
2033 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
2034 be alone on the line.
2035
2036 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
2037
2038 * button.el (button): Special face definition for MS-DOS terminals.
2039
2040 2001-10-26 Sam Steingold <sds@gnu.org>
2041
2042 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2043 Protect the /= test by checking that the args are non-nil.
2044 (sh-font-lock-close-heredoc): Check eof for being non-nil.
2045
2046 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
2047
2048 * textmodes/artist.el (artist-version): 1.2.4.
2049 (artist-butlast-fn): New variable.
2050 (artist-butlast): New function.
2051 (artist-ellipse-mirror-quadrant): Use it.
2052 (artist-mouse-draw-poly): Use nil for `point-list'.
2053 (artist-mouse-draw-poly): Check for point-list being nil.
2054
2055 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
2056
2057 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
2058 lambda expression.
2059 (ps-mode-menu-main): Submenu with options on/off was replaced with
2060 a toggle button.
2061 (ps-mode, ps-run-mode): Define with `define-derived-mode'
2062 (ps-mode): Autoload cookie added on same line as comment
2063 (ps-mode-tabkey, ps-mode-backward-delete-char):
2064 (ps-mode-r-balance): Replace `delete-horizontal-space' and
2065 `indent-to' with `indent-line-to'
2066 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
2067 instead of `eval'.
2068 (ps-mode-print-region): Use `with-temp-buffer'.
2069 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
2070 (numerous places): Add back-tick and tick around names in
2071 docstrings, fix punctuation in docstrings, remove trailing spaces.
2072
2073 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2074
2075 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
2076 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
2077 (sgml-font-lock-syntactic-keywords): New var.
2078 (sgml-mode-common): Drop the two args.
2079 Don't make buffer-local variables that aren't used.
2080 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
2081 Don't set `before-string' props from sgml-display-text.
2082 (sgml-mode): Use define-derived-mode.
2083 (sgml-tags-invisible): Use sgml-display-text.
2084 (sgml-quote): New command.
2085 (html-tag-alist): Add args for `span'.
2086 (html-mode): Use define-derived-mode.
2087 Set sgml-display-text and sgml-tag-face-alist.
2088
2089 2001-10-25 Sam Steingold <sds@gnu.org>
2090
2091 * add-log.el (add-log-always-start-new-record): New user option.
2092 (add-change-log-entry): Use it.
2093
2094 2001-10-25 Richard M. Stallman <rms@gnu.org>
2095
2096 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
2097 bind case-fold-search if FROM is not all lower case.
2098
2099 2001-10-25 Gerd Moellmann <gerd@gnu.org>
2100
2101 * startup.el (normal-top-level): Check for frame-initial-frame
2102 only if it's really used.
2103
2104 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
2105
2106 * progmodes/compile.el (compilation-parse-errors-filename-function):
2107 New variable.
2108 (compilation-parse-errors): Use it.
2109
2110 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2111
2112 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
2113 interactively so that C-u M-C-x still does edebug.
2114 (checkdoc-sentencespace-region-engine): Don't force a double-space
2115 after `.' if it doesn't look like an end-of-sentence.
2116 (debug-ignored-errors): Add `disambiguate ...'.
2117
2118 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
2119
2120 * textmodes/texinfo.el (texinfo-environments)
2121 (texinfo-environment-regexp): Hoist.
2122 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
2123 Only highlight the menu name in menu items.
2124 Setup `@foo ... @end foo' as text clones.
2125 (texinfo-clone-environment): New function.
2126 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
2127 (texinfo-insert-block): Simplify.
2128 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
2129 the command is repeated.
2130 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
2131 (texinfo-insert-@end): Simplify.
2132
2133 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
2134 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
2135 (texinfo-subsubsection-level-regexp)
2136 (texinfo-update-menu-same-level-regexps)
2137 (texinfo-update-menu-higher-regexps)
2138 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
2139
2140 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
2141 (derived-mode-p): Autoload.
2142
2143 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
2144 New vars and functions.
2145 (text-clone-maintain, text-clone-create): New functions.
2146
2147 2001-10-25 Miles Bader <miles@gnu.org>
2148
2149 * facemenu.el (facemenu-add-new-face): Fix variable names.
2150
2151 2001-10-24 Richard M. Stallman <rms@gnu.org>
2152
2153 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
2154 of t and nil values.
2155 (facemenu-set-face): Handle START and END interactively.
2156 (facemenu-set-foreground): Don't use a face; specify color directly.
2157 (facemenu-set-background): Likewise.
2158 (facemenu-set-face-from-menu): Doc fix.
2159 (facemenu-active-faces): Use face-attribute-vector
2160 to handle bare attributes not in faces.
2161 (facemenu-get-face): Don't handle face names fg:... and bg:...
2162 specially.
2163 (facemenu-add-new-face): New argument MENU.
2164 New way to handle adding colors to the color menus.
2165
2166 * env.el (substitute-env-vars): Quote the arg to rx.
2167
2168 2001-10-24 Sam Steingold <sds@gnu.org>
2169
2170 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
2171 Control" and "SGML" groups.
2172
2173 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2174
2175 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2176 Better handling of C++ template args to avoid confusion with `<'
2177 and `>' used as operators in member init expressions.
2178
2179 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2180
2181 * replace.el (perform-replace): Move START and END parameters
2182 to the end of the argument list and make them optional.
2183
2184 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2185 perform-replace.
2186
2187 * international/fontset.el (x-must-resolve-font-name): New function.
2188 (x-complement-fontset-spec): Use it.
2189
2190 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2191
2192 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2193
2194 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2195 Turn caadr into caar of cdr.
2196
2197 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2198
2199 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2200 of mouse-{1,2} since dragging is on the down event.
2201
2202 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2203
2204 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2205 if ARG is nil.
2206
2207 * desktop.el (desktop-last-buffer): New variable.
2208 (desktop-create-buffer): Set it.
2209 (desktop-read): Bind it and switch to that buffer.
2210
2211 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2212
2213 * progmodes/compile.el (compilation-set-window-height):
2214 Select old window only if it's still live.
2215
2216 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2217
2218 * help-mode.el (help-buffer): Remove debugging code.
2219 From Stefan Monnier <monnier@cs.yale.edu>.
2220
2221 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2222
2223 * files.el (file-name-sans-extension, file-name-extension):
2224 Don't count the leading dots in file names as signaling an extension.
2225
2226 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2227
2228 * vc.el (vc-diff-switches): Doc rewritten.
2229
2230 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2231
2232 * tooltip.el (tooltip-set-param): Doc fix.
2233
2234 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2235 127 to sgml-maybe-name-self.
2236 (sgml-name-8bit-mode): Doc fix.
2237 (sgml-char-names-table): New variable.
2238 (sgml-name-char): Support non-ASCII and mule-unicode-*
2239 characters. Doc fix.
2240 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2241
2242 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2243 doc string the effect of `left' and `top' parameters in
2244 tooltip-frame-parameters, the default values, and the units.
2245 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2246 (tooltip-show): Mention in the doc string the `top' and `left'
2247 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2248
2249 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2250
2251 Add autoscaling support for vc-annotate.
2252 From J.D. Smith <jdsmith@alum.mit.edu>.
2253
2254 * vc.el (vc-annotate-display-default): Accept colormap scaling
2255 ratio (now deprecated).
2256 (vc-annotate-display-autoscale): Added.
2257 (vc-annotate-add-menu): New autoscaling menu options "Span to
2258 Oldest" and "Span Oldest->Newest". Easymenu support added for
2259 toggle menus driven by customize variable `vc-annotate-display-mode'.
2260 (vc-annotate-display-select): Added.
2261 (vc-annotate): Changed temp-buffer-show-function to
2262 `vc-annotate-display-select'.
2263 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2264 Added argument OFFSET. Instead of backend function, calls now
2265 generic `vc-annotate-difference'.
2266 (vc-annotate-difference): Added as generic function instead of
2267 backend-specific function. No longer takes argument POINT, but
2268 instead accepts a time OFFSET.
2269 (vc-default-annotate-current-time): Added.
2270
2271 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2272 version in vc.el, with
2273 (vc-cvs-annotate-current-time): Added, as override of default.
2274 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2275 `vc-cvs-annotate-difference'.
2276
2277 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2278
2279 * saveplace.el (save-place): Require `saveplace'.
2280
2281 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2282 Use `sexp' for :value-type instead of `face'.
2283
2284 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2285
2286 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2287 regexps due to 5-digit message IDs.
2288
2289 2001-10-21 Jason Rumney <jasonr@gnu.org>
2290
2291 * term/w32-win.el (redisplay-dont-pause): Don't set.
2292
2293 2001-10-21 Miles Bader <miles@gnu.org>
2294
2295 * help-funs.el (help-manyarg-func-alist): Variable removed.
2296
2297 2001-10-21 Miles Bader <miles@gnu.org>
2298
2299 * help-funs.el (help-manyarg-func-alist): Remove entries for
2300 `insert', `insert-and-inherit', `insert-before-markers',
2301 `insert-before-markers-and-inherit', `message', `message-box',
2302 `message-or-box', `propertize', `format', `encode-time', `append',
2303 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2304 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2305 `ml-prefix-argument-loop'.
2306
2307 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2308
2309 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2310 (vc-default-diff-tree): New functions.
2311 (vc-version-diff): Use them. As a result, coding systems are now
2312 set up properly for all sorts of diffs, and tree diffs can now
2313 also be done locally.
2314 (vc-diff): With a prefix argument, don't require that it's called
2315 from a buffer under version control.
2316 (diff-switches): Remove duplicate definition.
2317
2318 * vc-cvs.el (vc-cvs-diff-tree): New function.
2319
2320 2001-10-21 Miles Bader <miles@gnu.org>
2321
2322 * help-funs.el (help-manyarg-func-alist): Remove entries for
2323 `list', `vector', `make-byte-code', `call-process',
2324 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2325 `logand', `logior', and `logxor'.
2326
2327 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2328 image bits to compensate. Use `make-string' instead of
2329 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2330
2331 2001-10-20 Kim F. Storm <storm@cua.dk>
2332
2333 * simple.el (kill-ring-save): Don't show extent of copied region
2334 if using transient-mark-mode and region is fully visible.
2335
2336 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2337
2338 * (Version 21.1 released.)
2339
2340 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2341
2342 * files.el (auto-mode-alist): Associate .indent.pro with
2343 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2344
2345 2001-10-18 Sam Steingold <sds@gnu.org>
2346
2347 Put the *Compile-Log* buffer in `compilation-mode'.
2348 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2349 (byte-compile-log-1, byte-compile-log-file)
2350 (displaying-byte-compile-warnings): Use it
2351
2352 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2353
2354 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2355
2356 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2357
2358 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2359
2360 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2361
2362 * obsolete/hilit19.el (hilit-lookup-face-create):
2363 Call set-face-font only if display-graphic-p.
2364 (toplevel): Remove references to window-system.
2365
2366 2001-10-18 Miles Bader <miles@gnu.org>
2367
2368 * simple.el (what-line): Avoid problems with field properties.
2369
2370 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2371
2372 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2373 Define special colors for a tty.
2374
2375 2001-10-17 Francesco Potorti` <pot@gnu.org>
2376
2377 * comint.el (comint-password-prompt-regexp): Make it less
2378 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2379
2380 2001-10-17 John Wiegley <johnw@gnu.org>
2381
2382 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2383 a regular file, before checking if it is a directory or symlink.
2384 This avoids a call to eshell-file-attributes, which can be
2385 expensive in some situations.
2386
2387 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2388 customization variable, to differentiate ls-in-dired from regular
2389 uses of ls.
2390
2391 2001-10-17 Miles Bader <miles@gnu.org>
2392
2393 * custom.el (defface): Mention `:inherit' in doc-string.
2394
2395 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * paren.el: Update the Commentary with installation instructions.
2398
2399 2001-10-15 Dave Love <fx@gnu.org>
2400
2401 * international/mule.el (set-auto-coding): Fix regexps for local
2402 variables section not to eat newlines.
2403
2404 2001-10-15 Miles Bader <miles@gnu.org>
2405
2406 * simple.el (display-message-or-buffer): Pass the correct buffer
2407 to `display-buffer'.
2408
2409 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2410
2411 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2412 (executable-find): Use exec-suffixes.
2413 (executable-set-magic): Don't use make-local-hook.
2414
2415 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2416
2417 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2418
2419 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2420 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2421 Add .so to the Unix and GNU branch.
2422
2423 * international/latin-1.el:
2424 * international/latin-2.el:
2425 * international/latin-3.el:
2426 * international/latin-4.el:
2427 * international/latin-5.el:
2428 * international/latin-8.el:
2429 * international/latin-9.el: Add no-byte-compile: t, since
2430 Makefile.in instructs make-docfile to look at .el files.
2431
2432 2001-10-14 Miles Bader <miles@gnu.org>
2433
2434 * button.el (define-button-type): Allow supertype property to be
2435 specified with a keyword `:supertype' too.
2436 (button-put, make-text-button): Allow button type property to be
2437 specified using the keyword `:type' too.
2438 (button-type): New function.
2439 (button): Add `button-category-symbol' property.
2440
2441 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2442
2443 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2444 indent-new-comment-line from comment-indent-new-line.
2445
2446 * textmodes/refill.el (refill-mode):
2447 Bind DEL to backward-delete-char-untabify.
2448 Set backward-delete-char-untabify-method to `hungry'.
2449
2450 * textmodes/bib-mode.el (bib-mode):
2451 * play/gomoku.el (gomoku-mode):
2452 * textmodes/page-ext.el (pages-directory-mode):
2453 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2454
2455 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2456
2457 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2458
2459 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2460 Handle here-docs differently.
2461 (sh-font-lock-heredoc): Remove.
2462 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2463 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2464 (sh-font-lock-open-heredoc): New functions.
2465 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2466 (sh-font-lock-keywords-1): Use regexp-opt.
2467 (sh-in-comment-or-string): Use syntax-ppss.
2468 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2469 (sh-select, sh-tmp-file): Add explicit terminating \n.
2470
2471 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2472 Use with-current-buffer.
2473 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2474 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2475 filename), catch any error that occurs in `ange-ftp-cd'.
2476 If an error happened, don't bother sending `cmd' at all.
2477 Fix a parenthesis typo.
2478 (ange-ftp-write-region): Don't blindly use binary if the remote host
2479 is unix-like.
2480
2481 * play/pong.el (pong-init): Don't use make-local-hook.
2482
2483 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2484
2485 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2486 (viper-get-ex-address-subr): More precise addr for the $ marker
2487
2488 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2489
2490 * version.el (emacs-version): Bump to 21.1.50.
2491
2492 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2493
2494 * mail/mailalias.el (mail-directory-stream): Do not double
2495 variables in the lambda-list.
2496
2497 * play/gomoku.el (gomoku-init-display): Ditto.
2498
2499 * play/landmark.el (lm-init-display): Ditto.
2500
2501 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2502 (delimit-columns-rectangle-line): Ditto.
2503
2504 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2505
2506 * newcomment.el (comment-region-internal): Don't rebind
2507 invisibility_spec now that the C routines handle it correctly.
2508
2509 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2510
2511 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2512 and `same-frame'.
2513
2514 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2515
2516 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2517
2518 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2519 C-p and C-r. Remove redundant bindings from inheriting maps.
2520
2521 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2522 After 4.23 and: After 4.24:
2523 (cperl-contract-levels): Restore position.
2524 (cperl-beautify-level): Likewise.
2525 (cperl-beautify-regexp): Likewise.
2526 (cperl-commentify): Rudimental support for length=1 runs
2527 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2528 After 4.25:
2529 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2530 (imenu-example--create-perl-index): Was not enforcing
2531 syntaxification-to-the-end.
2532 (cperl-invert-if-unless): Allow `for', `foreach'.
2533 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2534 Mark qw(), m()x as indentable.
2535 (cperl-init-faces): Highlight `sysopen' too.
2536 Highlight $var in `for my $var' too.
2537 (cperl-invert-if-unless): Was leaving whitespace at end.
2538 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2539 (cperl-calculate-indent): Remove old commented out code.
2540 Support (primitive) indentation of qw(), m()x.
2541 After 4.26:
2542 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2543 q [] with intervening newlines.
2544 (cperl-autoindent-on-semi): New customization variable.
2545 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2546 (cperl-tips): Mention how to make CPerl the default mode.
2547 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2548 (cperl-outline-level): New function.
2549 (cperl-highlight-variables-indiscriminately): New customization var.
2550 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2551 From Sean Kamath <kamath@pogo.wv.tek.com>.
2552 (cperl-after-block-p): Support CHECK and INIT.
2553 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2554 From Doug MacEachern <dougm@covalent.net>.
2555 After 4.27:
2556 (cperl-find-pods-heres): Recognize \"" as a string.
2557 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2558 Allow whitespace between << and "FOO".
2559 (cperl-problems): Remove \"" and q [] with intervening newlines.
2560 Mention multiple <<EOF as unsupported.
2561 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2562 (cperl-indent-parens-as-block): New configuration variable.
2563 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2564 Use `cperl-indent-parens-as-block'.
2565 (cperl-find-pods-heres): Test for =cut without empty line instead of
2566 complaining about no =cut.
2567 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2568 (cperl-find-pods-heres): Likewise.
2569 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2570 POD could've been marked as comment already.
2571 (cperl-unwind-to-safe): Unwind before start of POD too.
2572 After 4.28:
2573 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2574 After 4.29:
2575 (x-color-defined-p): Make an extra case to peacify the warning.
2576 Toplevel: `defvar' to peacify the warnings.
2577 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2578 No -nw-compile time warnings now.
2579 (cperl-find-tags): TAGS file had too short substring-to-search.
2580 Be less verbose in non-interactive mode
2581 (imenu-example--create-perl-index): Set index-marker after name
2582 (cperl-outline-regexp): New variable.
2583 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2584 (cperl-mode): Made use `cperl-outline-regexp'.
2585 After 4.30:
2586 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2587 (cperl-outline-level): Make start-of-file same level as `package'.
2588 After 4.31:
2589 (cperl-electric-pod): `head1' and `over' electric only if empty.
2590 (cperl-unreadable-ok): New variable.
2591 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2592 on an unreadable file.
2593 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2594 on an unreadable directory.
2595
2596 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2597 Consider the text between two errors as belonging to the first error.
2598 (compilation-goto-locus): Use pop-to-buffer rather than
2599 switch-to-buffer-other-frame.
2600
2601 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2602 (awk-font-lock-syntactic-keywords): New var.
2603 (awk-mode): Use it.
2604
2605 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2606
2607 * faces.el (describe-face): Call help-setup-xref earlier.
2608
2609 * jka-compr.el (jka-compr-load-suffixes): New var.
2610 (jka-compr-install): Add its content to load-suffixes.
2611 (jka-compr-uninstall): Remove its content from load-suffixes.
2612
2613 2001-10-12 Sam Steingold <sds@gnu.org>
2614
2615 * bindings.el (completion-ignored-extensions): CL-related
2616 extensions are platform-independent.
2617
2618 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2619 asynchronous multiple file copying.
2620
2621 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2622
2623 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2624 Turn error for repeated variables into warning.
2625
2626 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2627 New function checking that lambda-list consists of non-constant
2628 symbols, that &rest and &optional are followed by variable names,
2629 that &rest VAR is the last element, and that variables aren't doubled.
2630 (byte-compile-lambda): Use it.
2631
2632 2001-10-12 Eli Barzilay <eli@barzilay.org>
2633
2634 * calculator.el (calculator-eng-display): Don't call concat
2635 with an integer argument.
2636
2637 2001-10-12 Miles Bader <miles@gnu.org>
2638
2639 * help-mode.el (help-customize-face): New button-type.
2640
2641 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2642 (describe-face): Fix args to `help-xref-button'.
2643 Don't switch to help-buffer around call to `help-setup-xref'.
2644 Use `help-buffer' instead of hard-wired "*Help*".
2645 Require `help-mode'.
2646
2647 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2648
2649 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2650
2651 * help-mode.el (help-buffer): New function.
2652 Returns the buffer-name to use for help output.
2653 Change all the code to use it instead of hard-coding *Help*.
2654 (help-mode-map): Put back the mouse-2 binding.
2655 (help-xref-stack): Change the format and make buffer-local.
2656 (help-xref-stack-item): Make buffer-local.
2657 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2658 (help-xref-interned): Display the face doc as well.
2659 (help-follow-mouse): Re-introduce.
2660 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2661 (help-do-xref): Don't `push' any more.
2662 (help-follow): Also follow face names.
2663
2664 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2665 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2666 Autoload and cleanup.
2667 (describe-function): Call help-setup-xref.
2668 (describe-variable): Call help-setup-xref earlier.
2669
2670 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2671 (view-lossage): Call help-setup-xref correctly and earlier.
2672 (describe-bindings): Call help-setup-xref earlier.
2673 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2674 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2675
2676 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2677
2678 * master.el (master-mode): Use define-minor-mode instead of
2679 easy-mmode-define-minor-mode. Add autload cookie.
2680 (Commentary): Remove the line showing how to autoload master-mode,
2681 since it's always autoloaded.
2682
2683 * master.el: New file.
2684
2685 2001-10-11 Dave Love <fx@gnu.org>
2686
2687 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2688 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2689 <const-C varset-X const-C>: Fix car/cdr typo.
2690
2691 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2692
2693 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2694 New function extracted from byte-compile-log-1.
2695 (byte-compile-log-1): Change output to be more in line with
2696 the output of other GNU tools.
2697 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2698 (byte-compile-report-error): Downcase error message.
2699 Use `error' instead of `!!' for error messages.
2700 (byte-compile-print-syms): Treat non-interactive case specially.
2701 (displaying-byte-compile-warnings): Use backquote.
2702 (byte-compile-from-buffer): Bind byte-compile-last-line.
2703 (batch-byte-compile): Remove `Done' message.
2704
2705 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2706
2707 * emacs-lisp/copyright.el (copyright): Add final \n.
2708
2709 2001-10-11 Miles Bader <miles@gnu.org>
2710
2711 * diff.el (diff): Display default values in prompts as
2712 `(default ...)', not `(...)'.
2713
2714 * info.el (Info-follow-reference): Likewise.
2715
2716 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2717
2718 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2719
2720 * newcomment.el (comment-indent): Be a little more robust in case
2721 comment-indent-function does funny things.
2722 (comment-normalize-vars): Autoload.
2723 (comment-region-internal): Fiddle with the visibility spec.
2724 (comment-valid-prefix): New function.
2725 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2726 that would turn comment-text into non-comment-text.
2727
2728 * emacs-lisp/syntax.el: New file.
2729
2730 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2731 compatibility cruft.
2732 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2733 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2734 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2735 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2736 tcl-submit-bug-report.
2737 (tcl-mode-syntax-table): Leave \f alone.
2738 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2739 tcl-end-of-defun, tcl-submit-bug-report.
2740 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2741 (tcl-add-emacs-menu): Remove.
2742 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2743 (tcl-keyword-list): Add `chain'.
2744 (tcl-font-lock-syntactic-keywords): New variable.
2745 (tcl-pps-has-arg-6): Remove.
2746 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2747 (tcl-internal-mark-defun): Remove.
2748 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2749 (tcl-mode): Use define-derived-mode. Simplify.
2750 Set comment-indent-function.
2751 (tcl-indent-command): Use line-beginning-position and comment-indent.
2752 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2753 (tcl-indent-line): Use tcl-calculate-indent.
2754 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2755 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2756 (tcl-filter): Use with-current-buffer, simplify.
2757 (inferior-tcl-mode): Use define-derived-mode.
2758 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2759 (tcl-simple-in-comment, tcl-in-comment): Removed.
2760 (tcl-files-alist): New function.
2761 (tcl-help-snarf-commands): Use it and return the result directly
2762 rather than through a global variable.
2763 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2764 (tcl-help-on-word): Provide the default value to completing-read.
2765 (tcl-hilit): Remove.
2766 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2767 (tcl-comment-indent): New function.
2768 (tcl-submit-bug-report): Remove.
2769 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2770 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2771 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2772
2773 2001-10-10 Miles Bader <miles@gnu.org>
2774
2775 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2776 (Info-fontify-node): Don't fontify the node if it's already been done.
2777
2778 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2779
2780 * international/iso-transl.el (iso-transl-e-caret)
2781 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2782 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2783
2784 * simple.el (end-of-buffer): Fix code scrolling specially
2785 for the buffer end.
2786
2787 * startup.el (command-line-1): Bind tab-width to 8.
2788
2789 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2790
2791 * emulation/tpu-edt.el: Use defalias instead of fset for
2792 user-visible commands. From Rob Riepel
2793 <riepel@Networking.Stanford.EDU>.
2794
2795 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2796
2797 * ruler-mode.el: New file.
2798
2799 2001-10-09 Miles Bader <miles@gnu.org>
2800
2801 * apropos.el (button): New require.
2802
2803 * help-funs.el: New file, contents mostly from `help.el'.
2804 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2805
2806 * help-mode.el: New file, contents mostly from `help.el'.
2807
2808 * help.el: Don't require `view' when compiling.
2809 (help-with-tutorial, describe-function, describe-function-1)
2810 (variable-at-point, describe-variable, locate-library):
2811 Functions moved into `help-funs.el'.
2812 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2813 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2814 (help-setup-xref, help-xref-following, help-make-xrefs)
2815 (help-xref-button, help-insert-xref-button, help-xref-interned)
2816 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2817 (help-xref-on-pp): Functions moved into `help-mode.el'
2818 (help-mode-map, help-xref-stack, help-xref-stack-item)
2819 (help-highlight-p, help-highlight-face, help-back-label)
2820 (help-xref-symbol-regexp, help-xref-mule-regexp)
2821 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2822 (help-symbol, help-back, help-info, help-customize-variable)
2823 (help-function-def, help-variable-def):
2824 Button-types moved into `help-mode.el'.
2825 (load-symbol-file-load-history, symbol-file):
2826 Functions moved into `subr.el'.
2827 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2828 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2829
2830 * subr.el (symbol-file-load-history-loaded)
2831 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2832
2833 * loadup.el ("button"): Load removed.
2834
2835 * button.el (define-button-type): Respect any `supertype' property.
2836 (button-type-subtype-p, button-has-type-p): New functions.
2837
2838 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2839 dollar-signs.
2840
2841 * comint.el (comint-insert-previous-argument): New function.
2842 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2843 (comint-insert-previous-argument-last-start-pos)
2844 (comint-insert-previous-argument-last-index): New variables.
2845
2846 * apropos.el (apropos-next-label-button): Use the presence of a
2847 `apropos-label' property to detect label buttons.
2848
2849 2001-10-08 Miles Bader <miles@gnu.org>
2850
2851 * button.el (next-button, previous-button): Remove N and WRAP
2852 parameters. Don't pay attention to `skip' properties.
2853 (forward-button): Implement wrapping, iterating, and skipping here
2854 instead.
2855 (button-activate): USE-MOUSE-ACTION is optional.
2856 (button-nop): Function removed.
2857 (default-button): Use `ignore' as default button action.
2858
2859 * apropos.el (apropos-next-label-button): Update arguments to
2860 `next-button'.
2861 (apropos-symbol): Add `skip' property.
2862 (apropos-function, apropos-macro, apropos-command)
2863 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2864 (apropos-plist): New button types.
2865 (apropos-label-properties): Variable removed.
2866 (apropos-print): Pass button-type to apropos-print-doc, rather
2867 than help function and label text.
2868 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2869 Get button label from TYPE.
2870
2871 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2872
2873 * help.el (help-mode): Use define-derived-mode.
2874 (describe-mode): Add optional `buffer' arg.
2875 Use it instead of going through help-xref-mode.
2876 Avoid doubling the word `minor' when prettifying.
2877 (describe-function-1): List the corresponding key bindings.
2878 (describe-variable): Say if the var is automatically buffer-local.
2879 If the source is `loaddefs.el', look for the real source.
2880 (help-xref-mode): Remove.
2881
2882 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2883 the file says no-byte-compile.
2884
2885 2001-10-08 Miles Bader <miles@gnu.org>
2886
2887 * button.el (next-button, previous-button): Respect `skip' property.
2888
2889 2001-10-07 Miles Bader <miles@gnu.org>
2890
2891 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2892 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2893 `woman-follow-word' instead of `woman-mouse-2'.
2894 (woman-follow-word): Renamed from `woman-mouse-2'.
2895 Follow current unconditionally, since this function is now only
2896 bound to M-mouse-2. Use accessor functions.
2897 (WoMan-highlight-references): Use `make-text-button'.
2898 (woman-xref): New button type.
2899
2900 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2901 ("button"): New load, just before "help" (which uses it).
2902
2903 * help.el (help-mode-map): Make button-buffer-map our parent.
2904 Don't bind mouse events or tab/backtab.
2905 (help-function, help-variable, help-face, help-coding-system)
2906 (help-input-method, help-character-set, help-back, help-info)
2907 (help-customize-variable, help-function-def, help-variable-def):
2908 New button types.
2909 (help-button-action): New function.
2910 (describe-function-1): Pass help button-types to
2911 `help-xref-button' rather than help function and help-echo string.
2912 Don't put multiple help-function args in a list to pass them to
2913 help-xref-button, just pass them as multiple arguments.
2914 Use `help-insert-xref-button' to make [back]-button, rather than
2915 `help-xref-button'.
2916 (help-xref-button): Take a button-type TYPE as a parameter rather
2917 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2918 and add a &rest parameter ARGS to serve the same purpose.
2919 Use `make-text-button' to add the button.
2920 (help-insert-xref-button): Use `insert-text-button' to add the button.
2921 (help-follow-mouse, help-next-ref, help-previous-ref):
2922 Functions removed.
2923 (help-do-xref): New function.
2924 (help-follow): Use `push-button' and `help-do-xref' to do most of
2925 the work.
2926
2927 * apropos.el (apropos-symbol, apropos-label): New button types.
2928 (apropos-symbol-button-display-help)
2929 (apropos-label-button-display-help, apropos-next-label-button):
2930 New functions.
2931 (apropos-mode-map): Make button-buffer-map our parent.
2932 Don't bind mouse events.
2933 (apropos-print, apropos-print-doc): Create buttons instead of text
2934 properties.
2935 (apropos-mouse-follow): Function removed.
2936 (apropos-follow): Use buttons.
2937
2938 * button.el: New file.
2939
2940 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2941
2942 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2943 Remove.
2944
2945 2001-10-05 Richard M. Stallman <rms@gnu.org>
2946
2947 * add-log.el (add-change-log-entry): Skip copyright notice
2948 and copying permission notice at start of file, if any.
2949 Make use of terms "entry" and "item" accord with Emacs manual.
2950 Simplify the logic for moving point while entering or creating
2951 an entry and then an item.
2952 (add-change-log-entry-other-window): Doc fix.
2953
2954 2001-10-06 Miles Bader <miles@gnu.org>
2955
2956 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2957 removed; they apparently don't work with faces.
2958
2959 2001-10-05 Sam Steingold <sds@gnu.org>
2960
2961 * textmodes/sgml-mode.el (html-xhtml): New user option.
2962 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2963 (html-ordered-list, html-unordered-list, html-list-item)
2964 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2965 (sgml-skip-close-p): New function.
2966 (sgml-value): Use it.
2967
2968 2001-10-05 Sam Steingold <sds@gnu.org>
2969
2970 * calendar/diary-lib.el (diary-entry-compare): When times are
2971 identical, compare the entries lexicographically.
2972
2973 2001-10-06 Miles Bader <miles@gnu.org>
2974
2975 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2976 Use `minibuffer-prompt-end'.
2977
2978 * simple.el (previous-matching-history-element): Fix misplaced
2979 parentheses.
2980
2981 2001-10-05 Miles Bader <miles@gnu.org>
2982
2983 * rfn-eshadow.el: New file.
2984
2985 2001-10-05 Miles Bader <miles@gnu.org>
2986
2987 * cus-face.el (custom-face-attributes): Make sure each attribute
2988 has a valid default value. Remove hacks that mapped `nil' to
2989 `off' and used nil to mean `unspecified'. Remove `unspecified'
2990 choices from all attributes (unspecified is handled by the parent
2991 checklist).
2992 * cus-edit.el (custom-face-edit-convert-widget)
2993 (custom-face-edit-deactivate, custom-face-edit-activate)
2994 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2995 New functions.
2996 (custom-face-edit): Specify a custom :convert-widget.
2997 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2998 Don't pass in default filters that map between `nil' and `off' and
2999 `unspecified' and `nil'.
3000
3001 2001-10-05 Gerd Moellmann <gerd@gnu.org>
3002
3003 * progmodes/compile.el (compilation-buffer-name): New function.
3004 (compile-internal): Use it to determine the name of the
3005 compilation buffer.
3006
3007 2001-10-05 Miles Bader <miles@gnu.org>
3008
3009 * progmodes/compile.el (grep-use-null-device): New variable.
3010 (grep-command): Mention `grep-use-null-device'.
3011 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
3012 Make computation of `grep-command' respect `grep-use-null-device'.
3013 (grep): Respect `grep-use-null-device'.
3014 Call `grep-compute-defaults' even if grep-command is set, if
3015 grep-use-null-device is still tentative.
3016
3017 * subr.el (call-process-shell-command): New function.
3018
3019 2001-10-05 Miles Bader <miles@gnu.org>
3020
3021 * simple.el (previous-matching-history-element)
3022 (next-history-element, next-complete-history-element): Use
3023 `minibuffer-' functions instead of calling `field-' functions directly.
3024 (minibuffer-prompt-end, minibuffer-contents):
3025 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3026 Functions removed (now subrs).
3027 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
3028
3029 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
3030 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
3031 instead of calling `field-' functions directly.
3032 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
3033
3034 2001-10-05 Gerd Moellmann <gerd@gnu.org>
3035
3036 * files.el (find-file-noselect): If file's read-only status has
3037 changed on disk, ask if buffer's read-only status should be
3038 changed, unless NOWARN is set.
3039
3040 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
3041 alias for define-setf-method.
3042
3043 * bindings.el: Remove no-byte-compile from file local variables
3044 to enable bootstrapping.
3045
3046 2001-10-04 Andrew Innes <andrewi@gnu.org>
3047
3048 * faces.el (face-font-registry-alternatives) [windows-nt]:
3049 Make gb2312 an alias for gb2312.1980.
3050
3051 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
3052
3053 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
3054 (uniquify-reverse-components): Remove.
3055
3056 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3057 Make sure the file is readable.
3058 (byte-compile-file): Don't compile if `no-byte-compile' is set.
3059 (byte-compile-defvar): Update to reflect the change in Fdefvar.
3060 (batch-byte-recompile-directory): Pass arg=0.
3061
3062 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
3063 (perl-calculate-indent): Use it.
3064 (perl-backward-to-noncomment): Use forward-comment.
3065
3066 * derived.el (define-derived-mode, derived-mode-make-docstring):
3067 Allow `parent' to be nil.
3068
3069 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
3070 Use define-derived-mode.
3071 (nroff-mode-map, nroff-mode-syntax-table): Massage.
3072
3073 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
3074
3075 * emacs-lisp/lselect.el: Use facep iso find-face.
3076
3077 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3078 Use regexp-opt.
3079 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
3080 (lisp-font-lock-syntactic-face-function): New function.
3081 (lisp-mode-variables): Use it. Make arg optional.
3082 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
3083 (lisp-mode): Don't pass an arg to lisp-mode-variables.
3084 Set comment-start-skip.
3085
3086 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
3087
3088 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
3089 (ignore-errors): Don't bother using a `err' symbol.
3090
3091 * emacs-lisp/autoload.el (autoload-ensure-default-file)
3092 (autoload-insert-section-header, autoload-before-p)
3093 (autoload-remove-section): New functions.
3094 (generate-file-autoloads): Use them.
3095 (update-file-autoloads): Use them. Return FILE if there's no cookie.
3096 Make sure the autoload file is properly formatted when creating it.
3097 (update-autoloads-from-directories): Use them as well.
3098 Only update autoloads for files whose timestamp has changed.
3099 Add a dummy entry to remember the files which had no autoload cookies.
3100
3101 * timer.el (timer-relative-time): Fix computation for negative `micro'.
3102
3103 * subr.el (define-key-after): Allow `key' to be longer than 1.
3104 (make-local-hook): Make obsolete.
3105 (add-hook, remove-hook): Don't use make-local-hook any more.
3106 (make-syntax-table): Inherit all chars from s-s-t.
3107
3108 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3109
3110 This is a fix for a report saying that resuming a search with C-s
3111 C-s doesn't use the case-fold-search setting of the previous
3112 search (C-s ... M-c ... then C-s C-s).
3113
3114 * isearch.el (isearch-last-case-fold-search): New variable.
3115 (isearch-mode): Remember value of isearch-case-fold-search
3116 in isearch-last-case-fold-search.
3117 (isearch-done): Quote value of isearch-case-fold-search.
3118 (isearch-repeat): When resuming a search, restore
3119 isearch-case-fold-search from isearch-last-case-fold-search.
3120
3121 Added to NEWS.
3122
3123 * startup.el (inhibit-startup-buffer-menu): New user-option.
3124 (command-line-1): If inhibit-startup-buffer-menu is set, don't
3125 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
3126
3127 This allows upto 99999 messages in the summary without screwing up
3128 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
3129
3130 * mail/rmailsum.el (rmail-make-summary-line)
3131 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
3132 (rmail-summary-goto-msg, rmail-summary-goto-msg):
3133 Allow 5-digit message ids instead of 4.
3134
3135 This adds expansion of environment variables in the value
3136 specified with M-x setenv. Added to NEWS.
3137
3138 * env.el (substitute-env-vars): New function.
3139 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
3140 environment variables in VALUE. Return VALUE.
3141
3142 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3143
3144 * Branch for 21.1.
3145
3146 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
3147
3148 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
3149
3150 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3151
3152 * emulation/tpu-edt.el: Make messages match original TPU/edt
3153 editor. From riepel@Stanford.EDU (Rob Riepel).
3154
3155 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
3156
3157 * rect.el: Update maintainer's email address.
3158
3159 2001-10-02 Andreas Schwab <schwab@suse.de>
3160
3161 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
3162 and Extended Passive Mode, resp.
3163
3164 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3165
3166 These changes add support for Calendar-related items in the
3167 menu bar on tty's as well:
3168
3169 * calendar/calendar.el (calendar-mode-map): Require cal-menu
3170 unconditionally.
3171 (calendar-mode): Set up activate-menubar-hook unconditionally.
3172
3173 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3174 calls x-popup-menu only if popup menus are supported.
3175 (calendar-mouse-insert-hebrew-diary-entry)
3176 (calendar-mouse-insert-islamic-diary-entry)
3177 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3178 (calendar-mouse-view-other-diary-entries)
3179 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3180 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3181 Call cal-menu-x-popup-menu instead of x-popup-menu.
3182
3183 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3184
3185 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3186
3187 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3188
3189 * emacs-lisp/rx.el: New file.
3190
3191 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3192
3193 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3194
3195 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3196
3197 * frame.el (select-frame-by-name, other-frame): Doc fix.
3198
3199 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3200
3201 * play/snake.el (snake-score-file): Use temporary-file-directory
3202 instead of a literal "/tmp". Suggested by Robert
3203 <robert@chezmarshall.freeserve.co.uk>.
3204
3205 * play/tetris.el (tetris-score-file): Ditto.
3206
3207 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3208
3209 * apropos.el (apropos-print): Make the directions inserted at the
3210 beginning of the *Apropos* buffer more clear.
3211
3212 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3213
3214 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3215 Added comments.
3216
3217 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3220 "\\s-" when defining comment-end-skip.
3221
3222 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3223
3224 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3225 Call get-buffer-window first second arg `visible'.
3226
3227 * international/mule-diag.el (list-input-methods-1):
3228 Output something that's independent of Emacs' version.
3229
3230 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3231 calling byte-to-position with a nil tar-header-offset.
3232
3233 2001-09-27 Simon Josefsson <jas@extundo.com>
3234
3235 * mail/sendmail.el (send-mail-function): Doc fix.
3236 (mail-do-fcc): Error if header-end is not a marker.
3237 (mail-do-fcc): Add a comment.
3238 (mail-reply-to): Doc fix.
3239 (mail-signature): Make ATPOINT optional.
3240 (mail-yank-original): Use cond instead of nestled if.
3241
3242 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3243
3244 * info.el (Info-on-current-buffer): Default arg to "Top".
3245
3246 2001-09-25 Eli Barzilay <eli@barzilay.org>
3247
3248 * calculator.el (calculator-copy-displayer): New user-option.
3249 (calculator-displayer-prev, calculator-displayer-next):
3250 Renamed from calculator-displayed-{left,right}.
3251 (calculator, calculator-standard-displayer)
3252 (calculator-num-to-string, calculator-update-display)
3253 (calculator-copy, calculator-put-value): Bug and display fixes.
3254
3255 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3256
3257 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3258 (ebnf-version): New version (3.6.1).
3259
3260 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3261 (ebnf-bnf-non-terminal-chars): New internal const.
3262 (ebnf-bnf-lex): Fix code.
3263
3264 * ebnf-iso.el: Fix character range regexp. Doc fix.
3265 (ebnf-iso-non-terminal-chars): New internal const.
3266 (ebnf-iso-lex): Fix code.
3267
3268 * ebnf-yac.el: Fix character range regexp. Doc fix.
3269 (ebnf-yac-skip-chars): New internal const.
3270 (ebnf-yac-skip-code): Fix code.
3271
3272 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3273
3274 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3275
3276 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3277 passing it to VC.
3278
3279 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3280 case where the file is relative.
3281
3282 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3283
3284 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3285 same on each side. Make sure we properly handle simple quotes.
3286 From Daiki Ueno <ueno@unixuser.org>.
3287
3288 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3289
3290 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3291 <jas@extundo.com>.
3292
3293 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3294 some items of the Options menu.
3295
3296 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3297
3298 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3299
3300 * vc-hooks.el (vc-delete-automatic-version-backups):
3301 Don't fail if the directory doesn't exist.
3302
3303 * diff-mode.el (diff-default-read-only): New var.
3304 (diff-mode): Use it.
3305
3306 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3307
3308 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3309 Use make-keymap instead of copy-keymap, since copying the global
3310 keymap messes up the menu bar.
3311
3312 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3313 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3314
3315 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3316
3317 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3318
3319 * dired-aux.el (dired-insert-subdir): Pass switches to
3320 dired-build-subdir-alist.
3321
3322 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3323
3324 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3325 caused %#a and %#b to be mis-formatted.
3326
3327 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3328
3329 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3330 ccmode, emacs-mime, and eudc manuals.
3331
3332 2001-09-19 Sam Steingold <sds@gnu.org>
3333
3334 w32 find cannot be used with `grep-find'.
3335 * progmodes/compile.el (find-program): New variable.
3336 (grep-compute-defaults): Use it to set `grep-find-command'.
3337
3338 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3339
3340 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3341
3342 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3343
3344 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3345 programming. Doc fix.
3346 (ebnf-version): New version (3.6).
3347 (ebnf-eps-begin): Data fix.
3348 (ebnf-begin-file): Code fix.
3349
3350 * ebnf-bnf.el: Doc fix.
3351 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3352
3353 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3354
3355 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3356
3357 * ps-print.el: Better face mapping for black/white PostScript printers.
3358 Check if mark is active when printing a region. Doc fix.
3359 (ps-print-version): New version number (6.5.5).
3360 (ps-print-color-p): Customization fix.
3361 (ps-black-white-faces): New option.
3362 (ps-black-white-faces-alist): New internal var.
3363 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3364 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3365 (ps-nb-pages-region): Interactive fix.
3366 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3367 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3368
3369 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3370
3371 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3372 numeric month value, and allow the Kanji character after the it to
3373 be missing (happens with ls-lisp's output on Japanese versions of
3374 MS-Windows).
3375
3376 2001-09-18 Miles Bader <miles@gnu.org>
3377
3378 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3379 it's empty (and thus probably a new patch file about to be edited).
3380
3381 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3382
3383 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3384 Check for '(' in column 0 of doc string.
3385
3386 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3387 of `nth' so that using a vector as bounding-box works.
3388 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3389
3390 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3391
3392 * vc.el (vc-annotate): Use current workfile version explicitly as
3393 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3394
3395 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3396
3397 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3398 convert-standard-filename doesn't guarantee that the .el extension
3399 is preserved.
3400
3401 * dos-fns.el (convert-standard-filename): Replace invalid
3402 characters only after converting dash/underscore to a period.
3403 (original-make-auto-save-file-name): New.
3404 (make-auto-save-file-name): New function, overrides the definition
3405 on files.el and calls the original function via
3406 original-make-auto-save-file-name.
3407
3408 * mail/rmail.el (top-level): Require mule-utils when compiling.
3409 (rmail-decode-babyl-format): Use detect-coding-with-priority
3410 instead of detect-coding-region, to favor detection of emacs-mule
3411 encoded Babyl files written by rmailout.el etc. Suggested by
3412 Kenichi Handa <handa@etl.go.jp>.
3413
3414 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3415
3416 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3417 Use `equal', not `=', since the device number can be a cons cell.
3418
3419 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3420
3421 * simple.el: Comment out change of 2001-09-13.
3422
3423 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3424
3425 * progmodes/compile.el (grep-compute-defaults): Don't set
3426 grep-command/grep-find-command when it is already non-nil.
3427 (grep-command): Make it a user option.
3428 (grep-find-command): Likewise.
3429
3430 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3431
3432 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3433 inhibit quit.
3434
3435 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3436
3437 * files.el (make-auto-save-file-name): If long file names are not
3438 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3439 generating an auto-save file name from it.
3440
3441 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3442
3443 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3444 (ps-nb-pages-region): Signal an error if called interactively
3445 and the mark is not active.
3446
3447 * simple.el (minibuffer-prompt-modification)
3448 (minibuffer-prompt-insertion): New functions.
3449 (minibuffer-prompt-properties): Use `modification-hooks' and
3450 `insert-in-front-hooks'.
3451
3452 2001-09-12 Richard M. Stallman <rms@gnu.org>
3453
3454 * textmodes/outline.el (outline-regexp): Doc fix.
3455 Initialize it in the defcustom, the usual way.
3456
3457 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3458
3459 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3460 from `ediff-meta-info' properties need not be an overlay.
3461 From David Ponce <dponce@voila.fr>.
3462
3463 * isearch.el (isearch-intersects-p): Fix end checks.
3464
3465 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3466
3467 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3468 `t' branch of `cond', since Irix 6.1 and up is a special case of
3469 the standard dbx interface.
3470
3471 2001-09-11 Miles Bader <miles@gnu.org>
3472
3473 * comint.el (comint-send-input): When waiting for echoed input,
3474 don't save the expected end position in `echo-end', so that things
3475 work properly even if the buffer is modified elsewhere at the same
3476 time [this happens if `comint-truncate-buffer' is used].
3477
3478 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3479
3480 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3481 when constructing imenu-generic-expression from outline-regexp.
3482
3483 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3484
3485 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3486 `equal' instead of `=', since they can be cons cells. From Nils
3487 Goesche <cartan@cartan.de>.
3488
3489 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3490
3491 * vc.el (vc-annotate): Rewrote doc string.
3492
3493 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3494
3495 * time-stamp.el: Update Stephen Gildea's email address.
3496
3497 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3498
3499 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3500 enable-multibyte-characters = nil. From Hallvard B Furuseth
3501 <h.b.furuseth@usit.uio.no>.
3502
3503 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3504
3505 * ediff-init.el (ediff-highest-priority): Bug fix.
3506
3507 * viper-cmd.el (viper-special-read-and-insert-char): New function
3508 that reads a character and uses the current input method or
3509 iso-accents when appropriate.
3510
3511 * viper.el and all others: Corrections to the comment blocks at
3512 the top.
3513
3514 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3515
3516 * info.el (Info-goto-node): Doc fix.
3517
3518 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3519
3520 * isearch.el (isearch-intersects-p): New function.
3521 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3522 use isearch-intersects-p, and clean up.
3523
3524 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3525
3526 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3527 and "german8", for the new German orthography dictionaries,
3528 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3529 the entries, to keep the line length balanced for loaddefs.el.
3530
3531 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3532
3533 * comint.el (comint-send-input): Handle comint-process-echoes
3534 differently.
3535
3536 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3537
3538 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3539
3540 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3541
3542 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3543
3544 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3545
3546 * server.el (server-switch-buffer):
3547 * textmodes/refer.el (refer-find-entry-internal):
3548 * term/sup-mouse.el (sup-pos-to-window):
3549 * term/bg-mouse.el (bg-window-from-x-y):
3550 * emacs-lisp/edebug.el (edebug-window-live-p):
3551 Use get-window-with-predicate.
3552
3553 * window.el (get-window-with-predicate): Renamed from some-window.
3554 (some-window): Make it an alias.
3555
3556 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3557
3558 * simple.el (undo): Remove positions from buffer-undo-list up to
3559 the next undo boundary only.
3560
3561 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3562
3563 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3564 Kim <ryk@dspwiz.com>
3565
3566 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3567 the message "Creating customization items...done".
3568
3569 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3570
3571 * font-lock.el (toplevel): Require `jit-lock' only if
3572 font-lock-support-mode is set to jit-lock-mode.
3573
3574 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3575
3576 * international/quail.el (quail-use-package, quail-inactivate)
3577 (quail-activate): Mention the hooks these functions run in their
3578 doc strings.
3579
3580 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3581
3582 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3583 of file in header of menu.
3584
3585 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3586
3587 * env.el (setenv): Interactively, if VARIABLE has a current value,
3588 add that to the front of the history, as the doc string says.
3589
3590 * comint.el (comint-send-input): Change help-echo.
3591 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3592
3593 * bookmark.el (bookmark-write-file): Bind print-length and
3594 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3595
3596 * obsolete/uncompress.el: Moved there from lisp/.
3597
3598 * comint.el (comint-insert-clicked-input): Goto point-max before
3599 deleting previous input. From "Dr Francis J. Wright"
3600 <F.J.Wright@qmw.ac.uk>.
3601
3602 * simple.el (backward-word): Doc fix.
3603
3604 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3605
3606 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3607 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3608 * w32-fns.el: Add Keywords header.
3609
3610 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3611
3612 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3613 "Text Properties". Suggested by Simon Marshall
3614 <Simon.Marshall@midas-kapiti.com>.
3615
3616 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3617
3618 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3619 consulting the value of file-name-coding-system.
3620
3621 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3622
3623 * help.el (describe-function-1): Save precomputed `file-name' rather
3624 than recomputing it (incorrectly) with `symbol-file'.
3625
3626 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3627
3628 * international/isearch-x.el (isearch-exit-recursive-edit):
3629 Take three parameters, since it's used as an after-change-function.
3630
3631 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3632 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3633 from doc strings.
3634
3635 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3636
3637 * progmodes/glasses.el (glasses-convert-to-unreadable):
3638 Consider underscores as in `glasses-make-readable'.
3639
3640 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3641
3642 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3643 MS-DOS, since cpp might not be available.
3644
3645 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3646 Mention "yank" in the help-echo text.
3647 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3648
3649 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3650
3651 * newcomment.el (comment-indent): Insert spaces more carefully.
3652
3653 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3654
3655 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3656 exists. From Andy Petrusenco <andy@int.spb.ru>.
3657
3658 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3659 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3660 <andy@int.spb.ru>.
3661
3662 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3663
3664 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3665 Instead of running mouse-yank-at-click, see what the event is
3666 bound to outside Isearch and run that.
3667
3668 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3669
3670 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3671 Fix the menu entry to mention transient-mark-mode.
3672
3673 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3674
3675 * simple.el (eval-expression-print-level): Fix last change.
3676
3677 * bindings.el (mode-line-coding-system-map): New variable.
3678 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3679
3680 * simple.el (eval-expression-print-level): Change the type
3681 of the defcustom to allow nil.
3682
3683 * emacs-lisp/find-gc.el: Moved here from lisp/.
3684
3685 * international/quail.el (quail-completion-1):
3686 Reverse the ((CHAR . DEFN) ...) list before processing it.
3687 From Kenichi Handa <handa@etl.go.jp>.
3688
3689 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3690 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3691
3692 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3693
3694 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3695 aren't supported. This avoids the annoying gray strip drawn by
3696 the Windows version instead of the missing tool bar.
3697
3698 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3699
3700 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3701 and tooltips more consistent. From "Marshall, Simon"
3702 <Simon.Marshall@midas-kapiti.com>.
3703
3704 * startup.el (fancy-splash-screens): Temporarily set
3705 minor-mode-map-alist to nil while displaying splash screens.
3706
3707 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3708
3709 * buff-menu.el: Add Keywords header.
3710 Doc fix (C-x C-b is bound to list-buffers).
3711
3712 * dired-x.el: Add keyword files to get listed in finder.
3713 Remove confusing notes about GNU Emacs 19.
3714
3715 * dired.el, dired-aux.el: Add Keywords header.
3716
3717 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3718
3719 * vc.el (vc-revert-file): Call the backend even if the FILE's
3720 contents can be reverted locally; pass new arg CONTENTS-DONE
3721 down to the backend.
3722
3723 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3724 optional arg CONTENTS-DONE.
3725
3726 2001-08-28 Andrew Innes <andrewi@gnu.org>
3727
3728 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3729
3730 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3731
3732 * makefile.nt (install): Copy more *.el files.
3733
3734 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3735
3736 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3737 instead of `w' which is already in use.
3738
3739 * gs.el (gs-load-image): Use sleep-for.
3740 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3741
3742 2001-08-28 Miles Bader <miles@gnu.org>
3743
3744 * replace.el (query-replace-regexp-eval): Return args from
3745 `interactive' form in correct order.
3746
3747 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3748
3749 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3750 major modes, don't create panes for modes for which
3751 mouse-buffer-menu-alist returns an empty alist.
3752
3753 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3754
3755 * progmodes/hideshow.el: Update first-line description.
3756 Sync comments w/ maintainer version 5.31.
3757
3758 (hs-isearch-open): Default value now `code'.
3759 Fix docstring to use "code blocks" vs "comment blocks",
3760 as opposed to "block" vs "comment".
3761 (hs-flag-region): Accept `hs-isearch-open' value
3762 of `block' as synonymous w/ `code'.
3763 (hs-hide-block-at-point): For code blocks, pass `code'
3764 to `hs-flag-region' instead of `block'.
3765
3766 2001-08-28 Miles Bader <miles@gnu.org>
3767
3768 * comint.el (comint-next-prompt): Don't loop infinitely if
3769 {next,previous}-single-char-property-change returns its input
3770 position when the search fails.
3771
3772 2001-08-27 Miles Bader <miles@gnu.org>
3773
3774 * comint.el (comint-get-old-input-default): Don't signal an error
3775 if point is not on an input field; instead, return the current
3776 line (using `comint-bol' to skip any prompt, in case we're not
3777 using fields at all).
3778
3779 * man.el (Man-mode-line-format): Variable removed.
3780 (Man-mode): Change `mode-line-buffer-identification' instead of
3781 `mode-line-format'.
3782
3783 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3784
3785 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3786 From Simon Josefsson <jas@extundo.com>.
3787
3788 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3789
3790 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3791 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3792
3793 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3794 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3795
3796 * emacs-lisp/lselect.el: Ditto.
3797
3798 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3799 Remove periods from the end of error message strings.
3800 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3801
3802 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3803 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3804
3805 * net/telnet.el: Ditto.
3806
3807 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3808
3809 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3810 KEYMAP to the call to define-minor-mode.
3811
3812 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3813
3814 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3815 Replace some of the undefined characters with emulations of bidi
3816 formatting characters and Niqud as per SI 1311-1.
3817 (IT-unicode-translations): Ditto.
3818 (IT-display-table-setup, IT-setup-unicode-display):
3819 Fill characters without translations with dos-unsupported-char-glyph.
3820
3821 2001-08-24 Simon Josefsson <jas@extundo.com>
3822
3823 * hl-line.el (hl-line-mode): Don't be a global mode.
3824 (global-hl-line-mode): New function.
3825
3826 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3827
3828 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3829 being reset by Ghostscript. Don't kill the gs process.
3830 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3831
3832 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3833
3834 * term/mac-win.el: Require scroll-bar.
3835
3836 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3837
3838 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3839
3840 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3841
3842 * hexl.el (hexl-insert-multibyte-char) New function.
3843 (hexl-quoted-insert, hexl-self-insert-command)
3844 (hexl-insert-hex-char, hexl-insert-decimal-char)
3845 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3846 Fix the doc strings accordingly.
3847 (hexl-insert-char): Reject characters whose code is above 255.
3848 Doc fix.
3849 (hexl-mode-map): Copy the global keymap instead of creating a
3850 sparse keymap, and bind all self-inserting characters to
3851 hexl-self-insert-command.
3852
3853 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3854
3855 * wid-edit.el (text): Re-order docstring correctly.
3856
3857 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3858
3859 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3860
3861 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3862
3863 * simple.el (line-number-mode): Mention the variable
3864 line-number-display-limit-width in the doc string.
3865
3866 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3867
3868 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3869 Temporarily select EVENT's window for switching buffers.
3870 (mode-line-bury-buffer): New function.
3871 (mode-line-buffer-identification-keymap): Use it instead of
3872 bury-buffer. Bind down-mouse events to prevent global down-mouse
3873 events from shining through.
3874
3875 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3876
3877 * newcomment.el (comment-beginning): Make sure the comment-start
3878 we found isn't a comment-end (in cases where confusion is possible).
3879
3880 2001-08-22 Miles Bader <miles@gnu.org>
3881
3882 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3883 before writing it, so that hard-links don't see new version.
3884
3885 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3886
3887 * gs.el (gs-set-ghostview-colors-window-prop):
3888 Call x-change-window-property with 3rd arg FRAME.
3889 (gs-load-image): Wait for a previous Ghostscript process
3890 to complete before starting a new one.
3891
3892 * image.el (image-type-regexps): Make sure that the TIFF
3893 pattern is only matched at the beginning of a string.
3894 From Markus Rost <rost@math.ohio-state.edu>.
3895
3896 * international/swedish.el: Pre-Mule file removed. From Jonas
3897 Oberg <jonas@gnu.org>.
3898
3899 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3900
3901 * whitespace.el (whitespace-abort-on-error): Add custom variable
3902 to whitespace to abort a write-file if whitespace is detected in file.
3903
3904 * whitespace.el (whitespace-write-file-hook): Hook to be called
3905 when writing a file. If `whitespace-abort-on-error' is set, the
3906 write will abort on detecting whitespaces.
3907 If `whitespace-auto-cleanup' is set, the file will be cleaned
3908 automatically prior to writing.
3909
3910 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3911 whitespaces in the error output!
3912
3913 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3914 `indent-tabs-mode', since the latter notes user preferences on
3915 TABs anyway.
3916
3917 * whitespace.el (whitespace-version): 3.1. All of the above issues
3918 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3919
3920 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3921
3922 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3923 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3924
3925 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3926
3927 2001-08-20 Alex Schroeder <alex@gnu.org>
3928
3929 * sql.el (sql-db2): Doc change.
3930
3931 2001-08-20 Alex Schroeder <alex@gnu.org>
3932
3933 * sql.el (sql-postgres): Add the database at the end of the
3934 parameters instead of at the beginning.
3935 (sql-postgres-options): Doc change.
3936
3937 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3938
3939 * custom.el (defcustom): Doc fix.
3940
3941 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3942
3943 * ps-mule.el (find-composition): Check if (char-after POS)
3944 returns a valid character.
3945
3946 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3947
3948 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3949 original-point for extra CR characters that are added/removed when
3950 the buffer is written/read whose EOL type is -dos.
3951
3952 2001-08-16 Miles Bader <miles@gnu.org>
3953
3954 * simple.el (line-move): Undo previous change.
3955
3956 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3957 property to input-terminating `boundary' overlays to avoid
3958 line-move wierdness.
3959
3960 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3961
3962 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3963 buffer in a save-restriction. Under one test case with Ediff,
3964 window-scroll-functions are run with a window start that's
3965 temporarily outside of the restriction.
3966
3967 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3968
3969 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3970 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3971 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3972 (texinfo-update-menu-region-beginning)
3973 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3974 command, @ifnottex, to regexps, so it is found.
3975
3976 2001-08-16 Andrew Innes <andrewi@gnu.org>
3977
3978 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3979 (DONTCOMPILE): Omit sc.el.
3980
3981 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3982 (DONTCOMPILE): Omit sc.el.
3983
3984 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3985
3986 * replace.el (occur): Bind inhibit-read-only to t.
3987
3988 2001-08-16 Miles Bader <miles@gnu.org>
3989
3990 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3991 calling `constrain-to-field', to avoid problems with comint prompts.
3992
3993 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3994
3995 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3996 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3997
3998 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3999 of a while-loop.
4000
4001 * Makefile.in (DONTCOMPILE): Remove sc.el.
4002
4003 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
4004 Don't include term/.
4005
4006 * mail/sc.el: Moved to obsolete/.
4007
4008 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4009
4010 * ps-print.el: Change error function arguments to follow Emacs
4011 message convention. Doc fix.
4012 (ps-print-version): New version number (6.5.4).
4013 (coding-system-for-write): Change declaration position to avoid
4014 XEmacs compilation gripes.
4015 (coding-system-for-read, buffer-file-coding-system):
4016 Declarations to avoid XEmacs compilation gripes.
4017
4018 * ps-mule.el: Doc fix.
4019 (ps-mule-encode-header-string): If STRING is not a string, replace
4020 STRING by empty string.
4021
4022 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
4023
4024 * frame.el (show-trailing-whitespace): Doc fix.
4025
4026 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
4027
4028 * desktop.el (desktop-save): Insert the coding: tag before
4029 desktop-header.
4030
4031 2001-08-13 Gerd Moellmann <gerd@gnu.org>
4032
4033 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
4034 its path from $els.
4035
4036 * image.el (image-jpeg-p): Fix call of substring.
4037
4038 2001-08-10 Gerd Moellmann <gerd@gnu.org>
4039
4040 * play/animate.el (animate-string): Doc fix. Use a buffer
4041 name with stars in it.
4042 (animate-sequence): New function.
4043 From Richard Stallman <rms@gnu.org>.
4044
4045 * frame.el (select-frame-set-input-focus): New function
4046 extracted from other-frame.
4047 (other-frame): Use it.
4048 (next-multiframe-window, previous-multiframe-window): Use it.
4049
4050 * isearch.el (isearch-other-meta-char): Don't switch to the
4051 buffer of a window clicked on, when the current buffer is
4052 in Isearch mode.
4053
4054 * image.el (image-jpeg-p): Test for APPn markers in the range
4055 #xe0..#xef.
4056
4057 2001-08-09 Gerd Moellmann <gerd@gnu.org>
4058
4059 * desktop.el (desktop-save): Don't use concat to form a file
4060 name, use expand-file-name.
4061
4062 * mouse.el (mouse-delete-window): Do nothing if frame has just
4063 one window.
4064
4065 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
4066 for the minor mode name.
4067
4068 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
4069 minor mode name.
4070
4071 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
4072 instead of make-mode-line-mouse2-map.
4073
4074 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
4075 the minor mode name.
4076
4077 * emacs-lisp/easy-mmode.el (define-minor-mode):
4078 Use mode-line-minor-mode-keymap for the minor mode name.
4079
4080 * calendar/calendar.el (calendar-mode-line-format):
4081 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
4082
4083 * bindings.el (make-mode-line-mouse-map): Renamed from
4084 make-mode-line-mouse2-map. Take additional arg MOUSE.
4085 (mode-line-modified): Use mouse-3 instead of mouse-2.
4086 (mode-line-buffer-identification-keymap): Bind keys differently.
4087 (propertized-buffer-identification): Adapt help-echo to new bindings.
4088
4089 * bindings.el (mode-line-format): Specify help-echo for line
4090 number, column number and buffer-percent part of the mode-line.
4091
4092 * image.el (image-type-regexps): Allow whitespace at the start
4093 of the image data for XPM, XBM and Postscript, which are
4094 text files.
4095 (image-jpeg-p): Correct calculation of next field offset.
4096
4097 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4098
4099 * battery.el: Fix typo.
4100
4101 2001-08-08 Gerd Moellmann <gerd@gnu.org>
4102
4103 * image.el (image-type-regexps): Allow predicates. Change the way
4104 JPEG images are recognized.
4105 (image-jpeg-p): New function.
4106 (image-type-from-data): Handle predicates in image-type-regexps.
4107
4108 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
4109 #:, #x, #o, and similar constructs.
4110
4111 2001-08-07 Gerd Moellmann <gerd@gnu.org>
4112
4113 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
4114
4115 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
4116 instead of `progn'.
4117
4118 * tar-mode.el (tar-extract): Avoid generating a new buffer
4119 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
4120
4121 * textmodes/paragraphs.el (forward-sentence): Avoid building
4122 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
4123
4124 * progmodes/executable.el (executable-set-magic):
4125 If executable-find returns a quoted file name, unquote it before
4126 inserting it.
4127
4128 * image.el (image-type-regexps): For JPEG files, use a regexp
4129 derived from the JFIF spec.
4130
4131 * image.el (image-type-regexps): Use `\`' instead of `^' in
4132 most regular expressions.
4133
4134 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4135
4136 * play/animate.el: Re-insert a reference to re-inserted function.
4137
4138 2001-08-06 Gerd Moellmann <gerd@gnu.org>
4139
4140 * help.el (describe-function-1): Use find-function-search-for-symbol
4141 instead of find-function-noselect because the latter follows aliases.
4142
4143 * play/animate.el (animate-birthday-present): Re-insert.
4144
4145 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4146 Handle old-style menu definitions.
4147
4148 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4149
4150 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4151 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
4152
4153 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4154 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
4155 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
4156
4157 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4158
4159 * textmodes/tildify.el: Milan Zamazal has new address.
4160
4161 2001-08-03 Gerd Moellmann <gerd@gnu.org>
4162
4163 * custom.el (custom-set-variables): Don't test `custom-requests'
4164 properties, check the third element of the options passed to
4165 custom-set-variables instead.
4166
4167 * info.el (info-insert-file-contents): Use info-file-exists-p
4168 instead of file-exists-p.
4169
4170 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
4171 the mode-line face is restored. Fix several bugs.
4172
4173 * replace.el (perform-replace): Doc fix.
4174
4175 2001-08-02 Francesco Potorti` <pot@gnu.org>
4176
4177 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4178 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4179 (uniquify-fix-item-base, uniquify-fix-item-filename)
4180 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4181 Callers changed.
4182 (uniquify-set-proposed): Changed to work with a vector item.
4183 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4184 the fix list, and a list of strings for the non-file buffer
4185 names. Both changes reduce consing.
4186 (uniquify-rationalize-a-list): Local variable renaming.
4187 (uniquify-rationalize-conflicting-sublist): Use member instead of
4188 assoc.
4189 (uniquify-rename-buffer): Use unless instead of if not.
4190
4191 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4192
4193 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4194
4195 * custom.el (custom-set-variables): Set options with :require
4196 clauses last.
4197
4198 * custom.el (defcustom): Doc fix.
4199
4200 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4201
4202 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4203
4204 * man.el (man): Mention Man-switches in the doc string.
4205 (Man-switches): Mention -a in the doc string.
4206
4207 * textmodes/ispell.el (ispell-alternate-dictionary):
4208 Add /usr/share/lib/dict/words, for Irix.
4209
4210 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4211 corresponding non-kp keys. Suggested by Stephen Gildea
4212 <gildea@stop.mail-abuse.org>.
4213
4214 2001-08-01 Francesco Potorti` <pot@gnu.org>
4215
4216 * uniquify.el: These changes correct a corner case that the old
4217 code managed correctly.
4218 (uniquify-fix-item-proposed): Renamed from
4219 uniquify-fix-item-min-proposed.
4220 (uniquify-set-proposed): New function.
4221 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4222 clarity and speed.
4223 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4224 This is equivalent to what the old code did.
4225 (uniquify-rationalize-a-list): Never recompute the proposed
4226 name. Sort the conflicting sublist before rationalising it: this
4227 is equivalent to what the old code did, but one directory element
4228 at a time, and only when necessary.
4229 (uniquify-rationalize-conflicting-sublist): Recompute here the
4230 proposed name.
4231
4232 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4233
4234 * play/animate.el: Add Keywords and Maintainer. Remove a
4235 reference to a removed function.
4236
4237 * play/animate.el (animate-string): Handle case that the string is
4238 longer than the window is wide.
4239
4240 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4241
4242 * desktop.el (desktop-save): Bind coding-system-for-write to
4243 `emacs-mule' for write-region.
4244
4245 * delsel.el (delete-selection-pre-hook): Don't set this-command
4246 to `ignore' if the region is empty.
4247
4248 * international/mule.el (set-keyboard-coding-system):
4249 Set keyboard-coding-system.
4250
4251 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4252 before accessing it.
4253
4254 2001-07-30 Andreas Schwab <schwab@suse.de>
4255
4256 * menu-bar.el (toggle-highlight-paren-mode):
4257 Use `(show-paren-mode)' as body.
4258
4259 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4260
4261 * vc.el (vc-checkout-hook): New hook.
4262 (vc-checkout): Run it.
4263
4264 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4265
4266 * progmodes/make-mode.el (makefile-macroassign-regex):
4267 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4268
4269 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4270
4271 * vc.el (vc-switch-backend): Fix autoload cookie.
4272
4273 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4274 the desktop file.
4275
4276 2001-07-30 Simon Josefsson <jas@extundo.com>
4277
4278 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4279 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4280
4281 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4282
4283 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4284 (last-sexp-toggle-display): Renamed from last-sexp-print.
4285 (last-sexp-toggle-display, eval-last-sexp-1):
4286 Use last-sexp-setup-props.
4287
4288 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4289 New user-options.
4290 (mouse-wheel-change-button): New function.
4291 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4292 (mwheel-scroll): Ditto.
4293
4294 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4295
4296 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4297 `...', compare with unabbreviated printed representation instead.
4298 (last-sexp-print): Bind print-length and print-level to nil.
4299
4300 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4301 before assigning text properties. Make properties rear-nonsticky.
4302
4303 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4304 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4305 <mouse-2> and <RET> in that map to a function printing the
4306 unabbreviated value.
4307
4308 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4309 is a buffer, put a text property `printed-value' on the printed
4310 representation, with the Lisp object printed as value.
4311
4312 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4313
4314 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4315 Mention the effect of eval-expression-print-length and
4316 eval-expression-print-level in the doc strings. Suggested by
4317 Kevin Gallagher <kevingal@onramp.net>.
4318
4319 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4320
4321 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4322 for buttons > 3.
4323 (xterm-mouse-translate): Handle the case that we don't get a
4324 down-event.
4325
4326 * emacs-lisp/find-func.el (find-function-regexp):
4327 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4328 in front of the function name.
4329
4330 * isearch.el (isearch-other-meta-char): Fix last change.
4331
4332 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4333 similar events for which fake prefix keys are generated. It's no
4334 longer necessary since read_key_sequence doesn't modify these
4335 events for internal purposes anymore.
4336
4337 * files.el (auto-mode-alist): Use nroff-mode for files ending
4338 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4339
4340 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4341
4342 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4343 tool-bar-lines parameter, behave as if its value were zero.
4344 (mouse-avoidance-set-pointer-shape): Don't do anything if
4345 x-pointer-shape is not boundp.
4346
4347 2001-07-23 Francesco Potorti` <pot@gnu.org>
4348
4349 * uniquify.el: Overall speedup changes when using many buffers.
4350 (uniquify-fix-item-base, uniquify-fix-item-filename)
4351 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4352 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4353 place in the item, but was never used.
4354 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4355 in the item is now used as cache for the proposed name.
4356 (uniquify-rationalize-file-buffer-names): Move computation made on
4357 newbuffile out of the loop, in the newbuffile-nd local var.
4358 Use dolist (cosmetic change). Compute the proposed name for the most
4359 common case and cache it in the fourth place in the item.
4360 (uniquify-rationalize-file-buffer-names): Used to return a a list
4361 of buffer whose name was changed, but that return value was never used.
4362 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4363 the cached proposed name, does much less consing and is quicker.
4364 (uniquify-filename-lessp): Deleted.
4365 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4366 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4367 cached proposed name is possible.
4368 (uniquify-get-proposed-name): Arguments changed, callers changed.
4369 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4370 uniquify-possibly-resolvable flag, which is no more bound locally.
4371 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4372 flag, which does not exist any more.
4373
4374 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4375
4376 * term/internal.el (IT-unicode-translations): Fix the appearance of
4377 "6`".
4378
4379 * progmodes/compile.el (compile-internal): If EMACS is already
4380 defined in the environment, don't override its value.
4381
4382 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4383
4384 * play/fortune.el: Undo change of 2001-07-13.
4385 Fix autoload cookies. Add types to defcustoms.
4386 (fortune) <defgroup>: Add :link.
4387 (fortune-from-region): Use eq, not eql.
4388 From Dave Love <fx@gnu.org>.
4389
4390 * play/animate.el (animate-birthday-present): Function removed.
4391
4392 * play/animate.el: New file.
4393
4394 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4395
4396 * startup.el (normal-top-level-add-subdirs-to-load-path):
4397 On Windows, put into normal-top-level-add-subdirs-inode-list the
4398 canonicalized names of the directories instead of inode numbers.
4399
4400 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4401
4402 * ediff-util.el: Copyright years.
4403 (ediff-choose-syntax-table): New function.
4404 (ediff-setup): Use ediff-choose-syntax-table.
4405 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4406 vc-state is available.
4407 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4408
4409 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4410 with-syntax-table.
4411 (ediff-coding-system-for-read): From ediff-diff.el
4412 (ediff-coding-system-for-write): New variable.
4413 (ediff-highest-priority): Fixed the bug having to do with disappearing
4414 overlays.
4415 (ediff-file-remote-p): Use file-remote-p, if available.
4416 (ediff-listable-file): New function.
4417 (ediff-file-attributes): Use ediff-listable-file.
4418
4419 * ediff-mult.el (ediff-meta-insert-file-info1):
4420 Use ediff-listable-file.
4421
4422 * ediff-ptch.el (ediff-prompt-for-patch-file):
4423 Use ediff-coding-system-for-read.
4424 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4425
4426 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4427 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4428
4429 * ediff.el: Date of last update, copyright years.
4430
4431 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4432
4433 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4434 of Scott Bronson.
4435 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4436 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4437 Deleted functions.
4438 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4439 ex-token-list.
4440 (viper-get-ex-address-subr): Convert registers to char data type.
4441
4442 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4443 (viper-memq-char): Use viper-int-to-char.
4444 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4445 vc-locking-state.
4446 (viper-read-key): Use viper-read-key-sequence.
4447
4448 * viper.el (viper-major-mode-modifier-list):
4449 Added inferior-emacs-lisp-mode.
4450 (this-major-mode-requires-vi-state): New function that uses simple
4451 heuristics to decide if vi state is appropriate.
4452 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4453 (viper-non-hook-settings): Don't advise read-key-sequence.
4454 (viper-read-key-sequence): New function that replaces the
4455 previously used advice to read-key-sequence.
4456
4457 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4458 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4459 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4460 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4461 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4462 Got rid of the negative character hack.
4463 (viper-escape-to-state,viper-replace-state-exit-cmd):
4464 Use viper-read-key-sequence.
4465 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4466 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4467 Don't override existing minibuffer-setup-hook.
4468 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4469 Convert registers to char data type.
4470 (viper-autoindent): Use viper-indent-line.
4471
4472 * viper-keym.el: Use viper-exec-key-in-emacs.
4473
4474 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4475
4476 * server.el (server-visit-files): Fix variable name typo.
4477
4478 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4479
4480 * simple.el (delete-trailing-whitespace): Save match data
4481 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4482
4483 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4484
4485 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4486 return a this-error using the alternative format (a pair of markers).
4487
4488 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4489
4490 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4491
4492 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4493 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4494
4495 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4496
4497 * international/iso-transl.el: Fix typo in the header of the file.
4498
4499 * textmodes/picture.el (picture): Doc fix.
4500
4501 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4502 follow coding conventions in generated files.
4503
4504 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4505
4506 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4507 (tool-bar-add-item): Don't call image-related primitives if the
4508 display doesn't support images.
4509
4510 * frame.el (display-images-p): New function.
4511
4512 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4513
4514 * server.el (server-visit-files): Handle the case the specified
4515 column number is <= 0.
4516
4517 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4518
4519 * startup.el (command-line-1): Add support for +LINE:COLUMN
4520 command line argument.
4521
4522 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4523
4524 * server.el (server-process-filter, server-visit-files):
4525 Add support for +LINE:COLUMN style emacsclient calls.
4526
4527 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4528
4529 * emacs-lisp/easy-mmode.el: Add Keywords header.
4530
4531 * play/pong.el: Author has new address.
4532
4533 * play/landmark.el: Author is no more reachable.
4534
4535 * play/handwrite.el: Author is no more reachable.
4536
4537 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4538
4539 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4540 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4541 Complete bindings for F<1..12> keys.
4542 (global-map): Remove `undo' binding (already in the default).
4543 Replace `t<n>' bindings with `f<n>' bindings.
4544
4545 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4548 (tcl-mode): Use tcl-add-log-defun.
4549 (tcl-indent-line): Use tcl-calculate-indent.
4550 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4551 (tcl-indent-exp): Renamed from indent-tcl-exp.
4552 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4553 (tcl-indent-for-comment): Call comment-indent-function properly
4554 and handle the case where it returns nil.
4555
4556 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4557
4558 * calendar/cal-islam.el (calendar-goto-islamic-date):
4559 Remove autoload cookie.
4560
4561 * calendar/calendar.el (calendar-goto-islamic-date):
4562 Add call to autoload.
4563
4564 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4565
4566 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4567 Don't change compile-auto-highlight globally.
4568 Don't bother with `font-lock-defaults' property since XEmacs
4569 also understands the `font-lock-defaults' variable.
4570 Use make-local-variable rather than make-variable-buffer-local.
4571 Don't `defconst' comment-indent-function: keep the default.
4572 Call easy-menu-add unconditionally.
4573 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4574 (ada-create-menu): Use :included for Emacs as well.
4575
4576 * vc.el (vc-do-command): Autoload.
4577
4578 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4579
4580 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4581
4582 * ps-print.el: Fix Author: header.
4583
4584 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4585
4586 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4587 mouse-1 etc., bind them to `ignore'.
4588
4589 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4590 send-invisible, which is already defined in Comint.
4591 (eshell-watch-for-password-prompt): Use it.
4592
4593 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4594
4595 * which-func.el (which-func-mode): Doc fix.
4596
4597 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4598 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4599 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4600 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4601 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4602 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4603 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4604 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4605 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4606 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4607 * emulation/edt-mapper.el, emulation/edt-pc.el,
4608 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4609 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4610 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4611 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4612 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4613 * international/isearch-x.el, international/iso-cvt.el,
4614 * international/ogonek.el, international/quail.el,
4615 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4616 * language/devanagari.el, language/ethio-util.el,
4617 * language/ethiopic.el, language/european.el, language/indian.el,
4618 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4619 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4620 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4621 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4622 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4623 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4624 * progmodes/autoconf.el, progmodes/cmacexp.el,
4625 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4626 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4627 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4628 * progmodes/ebnf2ps.el, progmodes/executable.el,
4629 * progmodes/fortran.el, progmodes/idlw-shell.el,
4630 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4631 * progmodes/m4-mode.el, progmodes/mantemp.el,
4632 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4633 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4634 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4635 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4636 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4637 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4638 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4639 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4640 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4641 * textmodes/two-column.el, time-stamp.el, timezone.el,
4642 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4643 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4644 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4645 conventions.
4646
4647 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4648
4649 * simple.el (set-variable): Require 'cus-edit' instead of
4650 `wid-edit', so that the Custom widgets get defined.
4651
4652 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4653
4654 * allout.el: A fix to follow coding conventions.
4655
4656 * find-lisp.el: A fix to follow coding conventions.
4657
4658 * term/w32-win.el: A fix to follow coding conventions.
4659
4660 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4661
4662 * term/xterm.el: A fix to follow coding conventions.
4663
4664 * term/news.el: A fix to follow coding conventions.
4665
4666 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4667 header line fixed.
4668
4669 * sun-curs.el: Fix Maintainer: header line.
4670
4671 * emacs-lisp/easymenu.el: Address of the author added.
4672
4673 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4674
4675 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4676 property.
4677
4678 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4679
4680 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4681 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4682 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4683 Some fixes to follow coding conventions.
4684
4685 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4686
4687 * which-func.el (which-func-mode): Doc fix.
4688
4689 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4690
4691 * net/rcompile.el (remote-compile): Use make-local-variable.
4692
4693 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4694
4695 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4696
4697 * mail/reporter.el (reporter-submit-bug-report):
4698 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4699
4700 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4701
4702 * calendar/cal-china.el, calendar/cal-coptic.el,
4703 * calendar/cal-dst.el, calendar/cal-french.el,
4704 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4705 * calendar/cal-iso.el, calendar/cal-julian.el,
4706 * calendar/cal-mayan.el, calendar/cal-persia.el,
4707 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4708 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4709 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4710 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4711 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4712 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4713 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4714 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4715 * progmodes/ada-xref.el, progmodes/cc-align.el,
4716 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4717 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4718 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4719 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4720 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4721 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4722 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4723 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4724 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4725 * textmodes/reftex.el: Some fixes to follow coding
4726 conventions in Eshell files with known maintainers.
4727
4728 * emulation/viper.el: A fix to follow coding conventions.
4729
4730 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4731 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4732 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4733 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4734 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4735 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4736 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4737 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4738 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4739 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4740 conventions in Eshell files.
4741
4742 * composite.el, diff.el, emacs-lisp/levents.el,
4743 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4744 * emulation/pc-mode.el, emulation/viper-cmd.el,
4745 * emulation/viper-ex.el, emulation/viper-init.el,
4746 * emulation/viper-keym.el, emulation/viper-macs.el,
4747 * emulation/viper-mous.el, emulation/viper-util.el,
4748 * emulation/viper.el, forms-pass.el, international/ccl.el,
4749 * international/characters.el, international/encoded-kb.el,
4750 * international/fontset.el, international/ja-dic-cnv.el,
4751 * international/ja-dic-utl.el, international/kinsoku.el,
4752 * international/kkc.el, international/mule-cmds.el,
4753 * international/mule-diag.el, international/mule-util.el,
4754 * international/mule.el, international/titdic-cnv.el,
4755 * language/china-util.el, language/chinese.el,
4756 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4757 * language/greek.el, language/hebrew.el, language/japan-util.el,
4758 * language/japanese.el, language/korea-util.el, language/korean.el,
4759 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4760 * language/slovak.el, language/thai-util.el, language/thai.el,
4761 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4762 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4763 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4764 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4765 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4766 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4767 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4768 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4769 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4770 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4771 to follow coding conventions in files without maintainer or in files
4772 with clear maintainer (but without Maintainer header stating so).
4773
4774 * emacs-lisp/elp.el: A fix to follow coding conventions.
4775
4776 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4777 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4778 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4779 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4780 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4781 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4782 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4783 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4784 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4785 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4786 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4787 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4788 conventions in files from Gnus.
4789
4790 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4791 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4792 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4793 * echistory.el, electric.el, emacs-lisp/authors.el,
4794 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4795 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4796 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4797 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4798 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4799 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4800 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4801 * international/codepage.el, international/iso-ascii.el,
4802 * international/iso-insert.el, international/iso-transl.el,
4803 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4804 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4805 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4806 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4807 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4808 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4809 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4810 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4811 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4812 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4813 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4814 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4815 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4816 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4817 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4818 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4819 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4820 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4821 * textmodes/tex-mode.el, textmodes/text-mode.el,
4822 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4823 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4824 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4825 files maintained by FSF.
4826
4827 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4828
4829 * arc-mode.el: A fix to follow coding conventions.
4830
4831 * bindings.el: Ditto.
4832
4833 * cdl.el: Ditto.
4834
4835 * comint.el: Ditto.
4836
4837 * cus-start.el: Ditto.
4838
4839 * shell.el: Ditto.
4840
4841 * skeleton.el: Ditto.
4842
4843 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * info.el (Info-build-node-completions):
4846 Make Info-current-file-completions buffer local.
4847
4848 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4849
4850 * which-func.el (which-func-mode, which-func-ff-hook)
4851 (which-function-mode): Remove references to which-func-mode-global.
4852
4853 * calendar/cal-islam.el (calendar-goto-islamic-date):
4854 Add autoload cookie.
4855
4856 * play/fortune.el: Add types to defcustoms.
4857
4858 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4859
4860 * language/czech.el: A fix to follow coding conventions.
4861
4862 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4863
4864 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4865 to the extension list, for antlr-mode. From Christoph Wedler
4866 <Christoph.Wedler@sap.com>.
4867
4868 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4869
4870 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4871 (vc-dired-mode-map): Fix the madness.
4872
4873 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4874 (vc-prefix-map): Moved back from vc.el.
4875
4876 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4877
4878 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4879 Increase the size of the obarray.
4880 (mail-extr-all-top-level-domains): Add more toplevel domains,
4881 add more long names.
4882 From: Per Starback <starback@ling.uu.se>.
4883
4884 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4885
4886 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4887 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4888
4889 * progmodes/ada-mode.el: Ditto.
4890
4891 * progmodes/ada-xref.el: Ditto.
4892
4893 2001-07-11 Miles Bader <miles@gnu.org>
4894
4895 * finder.el (finder-insert-at-column): Also move to the next line
4896 if exactly at COLUMN.
4897
4898 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4899
4900 * help.el (describe-function-1): When printing FUNCTION's
4901 documentation, don't assume FUNCTION is a symbol.
4902
4903 * startup.el (normal-top-level): Don't operate on the initial
4904 frame if we failed to create one.
4905
4906 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4907
4908 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4909 itself, i.e. only indent the contents in it.
4910
4911 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4912
4913 * mail/rmail.el (rmail-show-message): Show beginning of message in
4914 all windows containing it.
4915
4916 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4917
4918 * term/tty-colors.el: Fix the header line and copyright years.
4919
4920 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4921
4922 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4923 original definition has an interactive form, but is Elp
4924 instrumented, use the interactive form of the function called by
4925 elp-wrapper.
4926
4927 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4928 configurations with compare-window-configuration; they aren't
4929 window configurations.
4930
4931 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4932 from the server for the format we expect. Don't use it if it
4933 doesn't look like what the Internet draft for FTP extensions specifies.
4934
4935 * toolbar/*.pbm: Cleaned up.
4936 From Luis Fernandes <elf@ee.ryerson.ca>.
4937
4938 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4939
4940 * cc-cmds.el: Extended the kludge to interoperate with the
4941 delsel and pending-del packages wrt to the new function
4942 `c-electric-delete-forward'.
4943
4944 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4945
4946 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4947 to delay the call to <mode> for global minor modes.
4948 (easy-mmode-define-navigation): Only recenter if interactive.
4949
4950 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4951
4952 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4953 to lisp-indent-line.
4954
4955 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4956 from the server. Call encode-time only when we are sure that we
4957 got a 213 response.
4958
4959 2001-07-06 Simon Josefsson <jas@extundo.com>
4960
4961 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4962 (mail-envelope-from): New user option.
4963 (sendmail-send-it): Use it.
4964
4965 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4966
4967 * ps-print.el: Use locale dependant date to print date in header.
4968 Doc fix.
4969 (ps-print-version): New version number (6.5.3).
4970 (ps-right-header, ps-right-footer): Initialization and doc fix.
4971 (ps-time-stamp-locale-default): New fun.
4972
4973 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4974
4975 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4976 field problem with MIME-mode.
4977
4978 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4979
4980 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4981
4982 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4983 MIME-mode.
4984
4985 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4986
4987 * bindings.el (mode-line-mule-info): Don't show the tip with
4988 buffer-file-coding-system if that is nil.
4989
4990 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4991
4992 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4993 instead of kill-line.
4994
4995 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4996 <Pavel@Janik.cz>.
4997
4998 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4999 <Pavel@Janik.cz>.
5000
5001 2001-07-04 Gerd Moellmann <gerd@gnu.org>
5002
5003 * font-lock.el (c-font-lock-keywords-3): When matching something
5004 like `struct X Y', finish with point after Y.
5005
5006 2001-07-04 Simon Josefsson <jas@extundo.com>
5007
5008 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
5009 in caller buffer.
5010
5011 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
5012
5013 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
5014 instead of string-match to find the basename of the file.
5015 From Pascal Obry <p.obry@wanadoo.fr>.
5016
5017 * net/browse-url.el (browse-url-default-windows-browser):
5018 Support the MS-DOS port when it runs on Windows.
5019 (browse-url-browser-function) [ms-dos]: Default to
5020 browse-url-default-windows-browser.
5021
5022 * help.el (locate-library): Enable code that looks for compressed
5023 libraries if auto-compression-mode is on.
5024
5025 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
5026
5027 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
5028
5029 2001-07-02 Gerd Moellmann <gerd@gnu.org>
5030
5031 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
5032
5033 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
5034
5035 * allout.el: Fix the header line, so that finder.el recognizes it.
5036 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5037
5038 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
5039 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5040
5041 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
5042
5043 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
5044
5045 * ps-bdf.el (bdf-directory-list): Use the value relative to
5046 installation-directory for MS-Windows as well.
5047
5048 2001-06-29 Richard M. Stallman <rms@gnu.org>
5049
5050 * wid-edit.el (widget-color-sample-face-get):
5051 Return ((foreground-color . COLOR)) instead of constructing a face.
5052
5053 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
5054
5055 * faces.el (region): Change the background color for the
5056 light-background color display to lightgoldenrod2, to make it
5057 visible on some laptops.
5058
5059 2001-06-28 Richard M. Stallman <rms@gnu.org>
5060
5061 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
5062 (rmail-msg-restore-non-pruned-header): Likewise.
5063 If point was in the old pruned header, put it at the top.
5064 (rmail-msg-prune-header): If point was at the top, keep it there.
5065
5066 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
5067 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
5068
5069 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
5070
5071 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
5072
5073 2001-06-28 Karl Fogel <kfogel@red-bean.com>
5074
5075 * saveplace.el: Update maintainer email address.
5076
5077 2001-06-27 Francesco Potorti` <pot@gnu.org>
5078
5079 * uniquify.el: (uniquify-rationalize-file-buffer-names):
5080 Undo previous change.
5081
5082 2001-06-27 Francesco Potorti` <pot@gnu.org>
5083
5084 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
5085 preliminary quick reordering. Can speed things up dramatically.
5086
5087 2001-06-26 Richard M. Stallman <rms@gnu.org>
5088
5089 * dired.el (dired-get-filename): A file name starting with ~
5090 is not absolute in this context.
5091
5092 * which-func.el (which-func-maxout): Increase default to 500000.
5093 (which-function-mode): This is now the "real" name of the function.
5094 (which-func-mode): Now an alias.
5095 (which-func-mode-global): Name deleted.
5096
5097 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
5098 button-2, when binding hs-mouse-toggle-hiding.
5099
5100 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5101
5102 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
5103 (rmail-msg-prune-header): Likewise.
5104 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
5105 and `rmail-msg-prune-header'.
5106
5107 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
5110 back than LINEBEG.
5111
5112 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5113
5114 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
5115 window where they clicked the mouse has a header line, adjust
5116 vertical movement by one.
5117
5118 2001-06-25 Milan Zamazal <pdm@zamazal.org>
5119
5120 * progmodes/glasses.el (glasses-make-readable): Consider underscores
5121 too when separating a parenthesis.
5122
5123 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
5124
5125 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5126 (bookmark-bmenu-hide-filenames): Add help-echo to
5127 mouse-highlighted text.
5128 (bookmark-bmenu-show-filenames): Remove help-echo property from
5129 the whitespace.
5130
5131 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5132
5133 * files.el (auto-mode-alist): Add configure.ac (autoconf).
5134 From Karl Eichwalder <ke@suse.de>.
5135
5136 2001-06-23 Richard M. Stallman <rms@gnu.org>
5137
5138 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
5139
5140 * progmodes/cc-styles.el (c-set-style): Don't specify initial
5141 contents for completing-read.
5142
5143 2001-06-22 Richard M. Stallman <rms@gnu.org>
5144
5145 * menu-bar.el (menu-bar-make-toggle): Construct the
5146 function's doc string from HELP, not DOC, and make it accurate by
5147 adding "Toggle whether to " at the front and downcasing the initial.
5148 Change the HELP arg in some calls to make it fit this usage.
5149
5150 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
5151 Undo previous change.
5152
5153 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5154
5155 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
5156
5157 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5158
5159 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5160
5161 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
5162
5163 * dabbrev.el (dabbrev--select-buffers): Fix last change.
5164
5165 2001-06-20 Richard M. Stallman <rms@gnu.org>
5166
5167 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
5168 broken out from dabbrev--find-expansion. Handle minibuffer
5169 specially here.
5170 (dabbrev--find-expansion): Simplify code in various ways.
5171 Don't treat minibuffers specially.
5172 Call dabbrev--make-friend-buffer-list.
5173 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5174 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5175
5176 2001-06-19 John Wiegley <johnw@gnu.org>
5177
5178 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5179 Also, added a comment describing how to greatly speedup Eshell
5180 loadup time, by concatenating together all of Eshell's .elc files.
5181
5182 2001-06-19 John Wiegley <johnw@gnu.org>
5183
5184 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5185
5186 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5187
5188 * woman.el (WoMan-highlight-references): Add help-echo to
5189 mouse-highlighted text.
5190
5191 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5192
5193 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5194
5195 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5196
5197 * international/quail.el (quail-start-conversion):
5198 Reset quail-translating to nil.
5199
5200 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5201 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5202
5203 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5204
5205 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5206 mouse-highlighted text.
5207
5208 * dired.el (dired-mark-pop-up): Fix last change.
5209
5210 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5211
5212 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5213 mouse-highlighted text.
5214
5215 * net/quickurl.el (quickurl-url-file): Run through
5216 convert-standard-filename.
5217 (quickurl-list-populate-buffer): Add help-echo to
5218 mouse-highlighted text.
5219 (top-level): Update Dave's URL.
5220
5221 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5222 mouse-highlighted text.
5223
5224 * textmodes/page-ext.el (pages-copy-header-and-position):
5225 Add help-echo to mouse-highlighted text.
5226
5227 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5228 mouse-highlighted text.
5229
5230 * replace.el (occur): Add help-echo to mouse-highlighted text.
5231
5232 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5233 mouse-highlighted text.
5234
5235 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5236 mouse-highlighted text.
5237
5238 * progmodes/compile.el (compile-reinitialize-errors):
5239 Add help-echo to mouse-highlighted messages.
5240 (compilation-forget-errors): Remove help-echo property as well.
5241
5242 * play/landmark.el (lm-plot-square, lm-init-display):
5243 Add help-echo to mouse-highlighted text.
5244
5245 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5246 Add help-echo to mouse-highlighted text.
5247
5248 * dired.el (dired-insert-set-properties): Add help-echo to
5249 mouse-highlighted text.
5250 (dired-mark-pop-up): Remove help-echo property from the file name.
5251
5252 * comint.el (comint-send-input): Add help-echo to
5253 mouse-highlighted text.
5254
5255 * buff-menu.el (list-buffers-noselect): Add help-echo to
5256 mouse-highlighted text.
5257
5258 * arc-mode.el (archive-summarize-files): Add help-echo to
5259 mouse-highlighted text.
5260
5261 * ffap.el (ffap-machine-p): Always return nil if
5262 open-network-stream is not fboundp.
5263
5264 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5265
5266 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5267 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5268 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5269 incorrectly binding chars between 128 and 256 to it.
5270 (sgml-maybe-name-self): Handle latin-1 chars properly.
5271 (sgml-tags-invisible): Bind buffer-file-name to nil.
5272 Use unwind-protect and restore-buffer-modified-p.
5273 (sgml-point-entered): Use buffer-substring-no-properties.
5274 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5275 (html-mode): Don't force `imenu-sort-function'.
5276
5277 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5278
5279 * tar-mode.el: Fix the copyright notice.
5280
5281 * font-lock.el (font-lock-comment-face): For tty's with dark
5282 background, use "red1", since "lightred" is not one of the colors
5283 recognized by tty-colors.el.
5284
5285 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5286 create a buffer for extracted file, in case there's more than one
5287 file by that name in an archive, possibly in different
5288 directories. From Kevin Rodgers <kevinr@ihs.com>.
5289
5290 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5291 <alex@gnu.org>.
5292
5293 2001-06-15 Miles Bader <miles@gnu.org>
5294
5295 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5296 Revert previous change.
5297
5298 2001-06-14 Richard M. Stallman <rms@gnu.org>
5299
5300 * replace.el (keep-lines-read-args): Return just a regexp.
5301 Provide nil for the region args.
5302 (keep-lines, flush-lines, how-many):
5303 Calculate the defaults for the region here, when args are nil.
5304
5305 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5306
5307 * rot13.el (rot13-other-window): Some more doc fix.
5308
5309 2001-06-14 Per Starback <starback@ling.uu.se>
5310
5311 * replace.el (case-replace, query-replace-from-history-variable)
5312 (query-replace-to-history-variable, keep-lines-read-args)
5313 (occur-revert-function, query-replace-help): Dox fix.
5314
5315 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5316
5317 * rot13.el (rot13-other-window): Doc fix.
5318
5319 2001-06-14 Miles Bader <miles@gnu.org>
5320
5321 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5322 of " and \ to "." (punctuation).
5323 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5324
5325 2001-06-13 Richard M. Stallman <rms@gnu.org>
5326
5327 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5328
5329 * simple.el (shell-command-on-region): Never kill the
5330 *Shell Command Output* buffer.
5331
5332 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5333
5334 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5335
5336 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5337
5338 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5339 New var, to recognize ${ $' and PODs.
5340 (perl-font-lock-syntactic-face-function): New function.
5341 (perl-mode): Use them.
5342 (perl-continuation-line-p): New function, from perl-calculate-indent.
5343 (perl-calculate-indent): Use it, to properly handle continuation
5344 lines of continuation lines.
5345
5346 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5347
5348 * server.el (server-process, server-buffer-clients): Doc fix.
5349 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5350
5351 2001-06-09 John Wiegley <johnw@gnu.org>
5352
5353 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5354 test if the last command was Lisp or not.
5355 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5356 B x C".
5357
5358 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5359
5360 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5361 general one on compile.el supports drive letters.
5362
5363 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5364
5365 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5366 key description.
5367
5368 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5369
5370 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5371 (reftex-toc-jump): New command.
5372
5373 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5374 to parse international characters as well.
5375
5376 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5377 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5378
5379 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5380
5381 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5382 TAB to the key separators.
5383
5384 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5385
5386 * international/mule.el (auto-coding-alist): Remove redundant
5387 up-cased versions of the extensions (auto-coding-alist-lookup is
5388 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5389 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5390
5391 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5392
5393 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5394
5395 2001-06-01 Richard M. Stallman <rms@gnu.org>
5396
5397 * help.el (describe-variable): Put value on same line
5398 with preceding text, if it is short enough to look good that way.
5399
5400 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5401
5402 * term/internal.el (IT-unicode-translations): New variable.
5403 (IT-setup-unicode-display): New function.
5404
5405 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5406
5407 * ps-print.el: Handle before-string and after-string overlay properties
5408 in ps-print-*-with-faces commands. Doc fix.
5409 (ps-print-version): New version number (6.5.2).
5410 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5411 for XEmacs.
5412 (ps-prefix-quote): Doc fix.
5413 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5414 (ps-basic-plot-str, ps-plot-string): New funs.
5415
5416 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5417
5418 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5419 and :type spec.
5420
5421 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5422
5423 * international/mule-cmds.el (inactivate-input-method):
5424 Set input-method-function to nil.
5425
5426 * xml.el (xml-parse-tag): The document may contain invalid characters.
5427 From ShengHuo ZHU <zsh@cs.rochester.edu>
5428
5429 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5430
5431 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5432 `rmail-summary-line-decoder' if the message does not have
5433 a Subject: field.
5434
5435 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5436
5437 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5438 New variable.
5439 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5440 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5441 is non-nil.
5442
5443 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5444
5445 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5446
5447 2001-05-29 Sam Steingold <sds@gnu.org>
5448
5449 * faces.el (face-valid-attribute-values): Bind `valid' directly
5450 instead of using `setq'.
5451
5452 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5453 Use `tex-shell-buf'.
5454 (tex-shell-proc): Use `tex-shell-running'.
5455 (tex-shell-buf-no-error): New function.
5456 (tex-send-tex-command): Use it.
5457 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5458 (tex-kill-job): Check the process before calling `quit-process'.
5459
5460 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5461
5462 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5463 UTF-8 sequences.
5464
5465 2001-05-28 Miles Bader <miles@gnu.org>
5466
5467 * comint.el (comint-carriage-motion): Renamed from
5468 `comint-cr-magic'. Operate on the buffer instead of the string
5469 (for use as a comint post-output filter, instead of as a
5470 pre-output filter). Handle backspaces too. Add to the
5471 `comint-output-filter-functions' hook instead of
5472 `comint-preoutput-filter-functions'.
5473
5474 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5475
5476 * language/japan-util.el (japanese-hankaku): Prefer the charset
5477 `jisx0201' when the optional argument `ascii-only' is not specified.
5478 (japanese-hankaku-region): Ditto.
5479 From Katsumi Yamaoka <yamaoka@jpl.org>
5480
5481 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5482
5483 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5484 (outline-invisible-p): New function.
5485 (hide-leaves): Save excursion.
5486 (hide-other): Stop looping when reaching bobp.
5487
5488 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5489
5490 * cus-edit.el (custom-file): Fix last change.
5491
5492 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5493
5494 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5495 same definition in byte-compile-function-environment as `autoload'
5496 would put in `symbol-function'.
5497
5498 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5499 patch to correct the error message as well.
5500
5501 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5502
5503 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5504 unless ~/.emacs exists.
5505
5506 * novice.el (enable-command): If user-init-file is nil or does not
5507 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5508
5509 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5510
5511 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5512 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5513 Allow spaces around macro arguments.
5514 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5515 indent-for-tab-command.
5516 (latex-mode-map, plain-tex-mode-map): New keymaps.
5517 Inherit from tex-mode-map.
5518 (tex-common-initialization): Don't setup the keymap any more
5519 since it's now done right by define-derived-mode.
5520 (latex-mode): Set skeleton-end-hook to nil.
5521 (latex-skeleton-end-hook): Remove.
5522 (tex-latex-block, latex-insert-item): Simplify.
5523 (latex-syntax-after): Use following-char rather than char-after.
5524 (tex-discount-args-cmds, tex-count-words): New functions.
5525
5526 * textmodes/tildify.el (tildify-ignored-environments-alist):
5527 Recognize \verb* as well.
5528
5529 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5530 (perl-comment-indent): Simplify to let newcomment.el do its job.
5531 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5532 (perl-mark-function): Cleanup the namespace.
5533 (perl-calculate-indent): Don't be fooled by nested functions.
5534
5535 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5536
5537 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5538 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5539
5540 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5541
5542 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5543 actually be `\\'.
5544 (ctlau-b5-converter): Likewise.
5545
5546 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5547
5548 * international/titdic-cnv.el (quail-misc-package-ext-info):
5549 Change CTLauB.el to CTLau-b5.el.
5550
5551 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5552
5553 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5554 rather than beginning-of-line to avoid problems with fields.
5555 (gud-perldb-massage-args): Use unless and push.
5556 (gud-chdir-before-run): New var.
5557 (gud-common-init): Use it.
5558
5559 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5560
5561 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5562 delete entries for chinese-ctlau and chinese-ctlaub.
5563 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5564 chinese-ctlaub.
5565 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5566 New functions.
5567
5568 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5569
5570 * cus-edit.el (custom-comment-show): Remove debug code.
5571
5572 * language/japan-util.el (japanese-symbol-table): Fix handling of
5573 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5574
5575 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5576
5577 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5578 Renamed by removing the silly `-flag' suffix.
5579 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5580
5581 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5582
5583 * replace.el (keep-lines-read-args): Use `copy-marker'.
5584 (how-many): Save excursion properly.
5585 (occur-mode): Use define-derived-mode.
5586 (perform-replace): Use with-current-buffer.
5587
5588 2001-05-20 Richard M. Stallman <rms@gnu.org>
5589
5590 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5591
5592 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5593
5594 * info.el (Info-read-subfile): Widen before finding the
5595 desired node in the subfile.
5596
5597 * startup.el (command-line-1): When >2 files visited,
5598 leave the last one visible, and make that the selected window.
5599
5600 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5601
5602 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5603
5604 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5605
5606 * international/ccl.el (define-ccl-program): Fix a typo.
5607 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5608
5609 * international/mule.el (decode-char): Fix a typo. From Pavel
5610 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5611
5612 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5613 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5614
5615 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5616 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5617
5618 2001-05-18 Sam Steingold <sds@gnu.org>
5619
5620 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5621 and [RET] to `cvs-mode-find-file'.
5622
5623 2001-05-18 John Wiegley <johnw@gnu.org>
5624
5625 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5626 configuration variable, which determines the initial character
5627 that forces use of an external version of a command. The default
5628 is *, but may be set to \, for example.
5629
5630 * eshell/esh-ext.el (eshell-explicit-command):
5631 Use `eshell-explicit-command-char' instead of ?*.
5632
5633 * eshell/esh-cmd.el (eshell/which):
5634 Use `eshell-explicit-command-char' instead of ?*.
5635
5636 * eshell/em-cmpl.el (eshell-completion-command-name)
5637 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5638 instead of ?*.
5639
5640 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5641
5642 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5643 subst-char-in-string.
5644 (ange-ftp-after-parse-ls-hook): New variable.
5645 (ange-ftp-ls): Run that hook.
5646 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5647
5648 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5649 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5650 text into *Completions*.
5651
5652 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5653 part of which look like email addresses.
5654
5655 2001-05-18 Andrew Innes <andrewi@gnu.org>
5656
5657 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5658 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5659 cmd.exe's handling of FOR loops.
5660 (autoloads): Set find-file-suppress-same-file-warnings to t to
5661 avoid slew of spurious messages.
5662
5663 2001-05-18 Simon Josefsson <simon@josefsson.org>
5664
5665 * mail/smtpmail.el (maybe-append-domain): Renamed to
5666 `smtpmail-maybe-append-domain'.
5667 (smtpmail-via-smtp): Use the new name.
5668
5669 * net/browse-url.el (browse-url-browser-function): Add kde.
5670 (browse-url-kde-program, browse-url-kde-args): New variables.
5671 (browse-url-kde): New function.
5672
5673 2001-05-18 Miles Bader <miles@gnu.org>
5674
5675 * simple.el (delete-horizontal-space, just-one-space):
5676 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5677 because it's more efficient for large files.
5678
5679 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5680
5681 * mail/rmail.el (rmail-require-mime-maybe): New function.
5682 (rmail): Use it.
5683 (rmail-mode): Handle the case of finding Rmail files.
5684
5685 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5686 functions.
5687
5688 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5689
5690 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5691 text-property after moving to the beginning of line and regardless
5692 of the value of font-lock-multiline.
5693
5694 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5695
5696 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5697
5698 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5699 last coding system used before calling set-buffer-modified-p
5700 because that function changes last-coding-system.
5701
5702 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5703
5704 * files.el (switch-to-buffer-other-window)
5705 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5706 the doc string.
5707
5708 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5709
5710 * language/slovak.el, language/czech.el: New maintainer.
5711
5712 2001-05-16 Sam Steingold <sds@gnu.org>
5713
5714 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5715 sub-form of `defgeneric' correctly.
5716
5717 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5718
5719 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5720 of `c'.
5721
5722 * textmodes/outline.el (outline-font-lock-level): Remove the
5723 condition-case, test what outline-level returns instead, to
5724 ease debugging.
5725
5726 * international/mule.el (auto-coding-regexp-alist): New user-option.
5727 (auto-coding-from-file-contents): New function.
5728 (set-auto-coding): Use it to determine a coding system.
5729
5730 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5731
5732 * mouse.el (mouse-delete-other-windows): Doc fix.
5733
5734 * emacs-lisp/lisp-mode.el (lisp-mode):
5735 Make font-lock-keywords-case-fold-search a buffer-local variable with
5736 make-local-variable before setting it.
5737
5738 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5739
5740 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5741 prefixes.
5742
5743 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5744
5745 * hexl.el (hexl-current-address): Print a message when called
5746 interactively.
5747
5748 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5749
5750 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5751
5752 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5753
5754 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5755
5756 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5757
5758 * startup.el (command-line): If parameters have been changed in
5759 the init files which influence font selection, clear the face
5760 cache so that faces get realized with the new parameters.
5761
5762 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5763
5764 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5765
5766 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5767
5768 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5771 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5772
5773 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5774
5775 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5776 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5777
5778 2001-05-09 John Wiegley <johnw@gnu.org>
5779
5780 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5781 Annotated the documentation string to tell users about
5782 `eshell-no-numeric-conversions'.
5783
5784 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5785 conversions if a Lisp function has the property
5786 `eshell-no-numeric-conversions' set to a non-nil value.
5787
5788 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5789 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5790 property `eshell-no-numeric-conversions' on the following
5791 functions (which all deal with filesystem entities, and never Lisp
5792 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5793 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5794 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5795 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5796 eshell/which, eshell/addpath.
5797
5798 2001-05-09 John Wiegley <johnw@gnu.org>
5799
5800 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5801 encountered as an argument, don't convert it right away, but tag
5802 the first character of the string with the text properties
5803 `number', which signifies to `eshell-lisp-command' that the
5804 argument should be passed through `string-to-number' if it is
5805 actually used in the call to a Lisp function.
5806
5807 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5808 function, convert any string arguments that have been tagged as
5809 "numbers", by calling string-to-number.
5810
5811 * eshell/esh-util.el (eshell-number-regexp): Now that number
5812 conversions only happen for Lisp function calls, the number regexp
5813 should now match all integer and floating point forms.
5814
5815 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5816 `eshell-continue-process', since they are both nonfunctional at
5817 the moment.
5818 (eshell-proc-initialize): Don't bind keys for
5819 `eshell-stop-process' or `eshell-continue-process'.
5820
5821 * eshell/em-unix.el (eshell-shuffle-files):
5822 Apply `directory-file-name' before calling `file-name-directory'.
5823
5824 * eshell/em-hist.el (eshell-add-to-history): Reference to
5825 `eshell-history-ring' needed to be `eshell-history-index'.
5826
5827 * calendar/timeclock.el (timeclock-find-discrep):
5828 Initialize `elapsed' to 0.
5829 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5830 it's still nil.
5831
5832 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5833
5834 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5835 (archive-mode): Use capitalize.
5836 (archive-unique-fname): Use make-temp-file.
5837
5838 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5839
5840 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5841
5842 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5843
5844 * tar-mode.el (tar-extract): Pay attention to the value of
5845 coding-system-for-read, if it is non-nil.
5846
5847 * calendar/holidays.el (holidays): Add an autoload cookie.
5848 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5849
5850 2001-05-08 John Wiegley <johnw@gnu.org>
5851
5852 * calendar/timeclock.el (timeclock-workday-remaining):
5853 Changed logic for determining how much time is remaining.
5854 (timeclock-workday-elapsed): Don't accept a "relative" argument
5855 for the current day's elapsed time. What could that have meant?
5856 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5857 (timeclock-when-to-leave): Changed logic, similarly to what was
5858 done for `timeclock-workday-remaining'.
5859 (timeclock-find-discrep): Removed "today-only" argument, which had
5860 no meaning. Fixed some more math problems. The function now
5861 returns a three member list: (TOTAL-TIME-DISCREPANCY
5862 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5863
5864 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5865
5866 * w32-fns.el (convert-standard-filename): Start replacing slashes
5867 from the beginning of the file name, not from where the last
5868 invalid character was. From "Andrew Maguire (SWW)"
5869 <Andrew.Maguire@Smallworld.co.uk>
5870
5871 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5872
5873 The following changes are to provide infrastructure for handling
5874 MIME messages to rmail. They don't affect the original behaviour
5875 if rmail-enable-mime is nil.
5876
5877 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5878 (rmail-search-mime-message-function)
5879 (rmail-search-mime-header-function): New variables.
5880 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5881 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5882 `rmail-view-buffer' is hidden.
5883 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5884 call rmai-show-mime-function.
5885 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5886 mode-line-process of rmail-view-buffer.
5887 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5888 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5889 buffer.
5890 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5891 set-buffer to the Rmail buffer.
5892 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5893 rmail-search-mime-header-function.
5894 (rmail-search-message): New function.
5895 (rmail-search): Call rmail-search-message to check if a message
5896 matches REGEXP, lastly update point after calling
5897 rmail-show-message.
5898 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5899 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5900 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5901 header region, refer to rmail-msgref-vector while setting the
5902 current buffer to rmail-buffer temporarily.
5903 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5904 If rmail-enable-mime is non-nil, call
5905 rmail-insert-mime-forwarded-message-function instead of inserting
5906 forwarded message by itself.
5907
5908 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5909 Rmail buffer.
5910 (rmail-set-label, rmail-next-labeled-message): Likewise.
5911
5912 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5913 set-buffer to the Rmail buffer.
5914 (rmail-output-to-rmail-file): Likewise.
5915 (rmail-output): Likewise.
5916
5917 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5918 of mail-fetch-field by rmail-summary-line-decoder.
5919 (rmail-new-summary): Be sure to go to the Rmail buffer.
5920 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5921 rmail-view-buffer to nil.
5922 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5923 rmail-view-buffer.
5924 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5925 rmail-buffer.
5926 (rmail-summary-scroll-msg-down): Likewise.
5927 (rmail-summary-beginning-of-message): Likewise.
5928 (rmail-summary-wipe): Likewise.
5929 (rmail-summary-toggle-header): Use save-window-excursion, not
5930 save-excursion. Update point in rmail-view-buffer, not in
5931 rmail-buffer.
5932 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5933 rmail-view-buffer, not rmail-buffer.
5934
5935 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5936
5937 * cus-edit.el (custom-file): Signal an error if user-init-file is
5938 nil (running -q).
5939
5940 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5941
5942 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5943 Add :version.
5944
5945 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5946 New option.
5947 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5948 only if smtpmail-warn-about-unknown-extensions is set.
5949
5950 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5951 instead of rmail-sort-by-keywords.
5952
5953 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5954 rmail-sort-by-keywords.
5955
5956 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5957 rmail-summary-sort-by-keywords. Doc fix.
5958 (rmail-summary-mode): Doc fix.
5959
5960 * mail/rmail.el (rmail-edit): New Custom group.
5961
5962 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5963 (rmail-edit-mode-hook): New user-option.
5964
5965 2001-05-05 Richard M. Stallman <rms@gnu.org>
5966
5967 * help.el (help-xref-symbol-regexp): Recognize "source of"
5968 and friends, meaning make a link to the source file.
5969 (help-make-xrefs): Handle "source of" and friends
5970 by constructing a link that visits the source file.
5971
5972 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5973
5974 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5975
5976 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5977 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5978 Renamed from perl-font-lock-keywords to avoid clashes.
5979 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5980 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5981 Updated correspondingly.
5982
5983 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5984 Typo `nonexistant' -> `nonexistent'.
5985
5986 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5987
5988 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5989 Split `c-electric-delete' into two functions where
5990 `c-electric-delete-forward' always deletes forward and
5991 `c-electric-delete' only contains the code necessary for XEmacs to
5992 choose between backward and forward deletion.
5993
5994 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5995 get the electric behavior on that key too.
5996 (c-fill-paragraph): Fixed bogus direct use of
5997 c-comment-prefix-regexp, which caused an error when it's a list.
5998
5999 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
6000
6001 * dired-aux.el (dired-diff): Doc fix.
6002
6003 * dired.el (dired-diff): Likewise.
6004
6005 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
6006
6007 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6008
6009 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
6010
6011 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
6012 if both the buffer and the file are read-only.
6013
6014 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
6015 rather than font-lock-string-face.
6016 (sh-get-indent-info): Treat heredocs like strings.
6017
6018 2001-05-02 Gerd Moellmann <gerd@gnu.org>
6019
6020 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
6021 a newline following `}'.
6022 (texinfo-format-email): New function.
6023 (toplevel): Use texinfo-format-email for @email.
6024 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
6025 Add `display'.
6026 (texinfo-sort-region): Goto point-min before sorting.
6027 (texinfo-set): Remove leading white space from value.
6028 From yagi@is.titech.ac.jp.
6029
6030 * replace.el (query-replace-regexp-eval): Doc fix.
6031
6032 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
6033
6034 * diff-mode.el (diff-nonexistant-face): New face.
6035 (diff-font-lock-keywords): Use it.
6036
6037 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
6038
6039 * font-lock.el (font-lock-mode): Doc fix.
6040
6041 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
6042 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6043
6044 2001-04-30 Gerd Moellmann <gerd@gnu.org>
6045
6046 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
6047 backslash at the start of the here-document delimiter.
6048 (sh-font-lock-syntactic-keywords): Likewise.
6049
6050 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
6051
6052 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
6053
6054 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
6055 (tty-color-translate, tty-color-by-index, tty-color-values)
6056 (tty-color-desc): Doc fix.
6057
6058 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
6059
6060 * dired-aux.el (dired-do-create-files, dired-do-copy)
6061 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
6062 Mention dired-dwim-target in the doc string.
6063
6064 2001-04-28 Miles Bader <miles@gnu.org>
6065
6066 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
6067 (dabbrev--find-expansion): Use it.
6068 (dabbrev--select-buffers): Don't select ignored buffers.
6069
6070 2001-04-27 Gerd Moellmann <gerd@gnu.org>
6071
6072 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
6073
6074 2001-04-26 Richard M. Stallman <rms@gnu.org>
6075
6076 * dabbrev.el: Add doc strings for some functions.
6077 (dabbrev--eliminate-newlines): New variable.
6078 (dabbrev--substitute-expansion): Convert newlines to spaces
6079 if dabbrev--eliminate-newlines is set.
6080 If abbrev and expansion are both all-lower-case,
6081 leave dabbrev--last-case-pattern nil.
6082
6083 2001-04-26 Gerd Moellmann <gerd@gnu.org>
6084
6085 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
6086 if necessary, like in rmail-show-message.
6087
6088 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6089
6090 * ps-print.el: Color specified by number is forced to be float number.
6091 (ps-print-version): New version number (6.5.1.1).
6092 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
6093 initialization.
6094 (ps-prefix-quote): New internal var.
6095 (ps-print-quote): New fun.
6096 (ps-setup, ps-output-frame-properties, ps-float-format)
6097 (ps-format-color): Code fix.
6098 (ps-plot-region): Eliminate redundant foreground color text setting.
6099
6100 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
6101
6102 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
6103
6104 2001-04-25 Gerd Moellmann <gerd@gnu.org>
6105
6106 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
6107
6108 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * info.el (Info-additional-directory-list): Doc fix.
6111
6112 * find-lisp.el (find-lisp-find-dired-filter)
6113 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
6114 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
6115
6116 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
6117
6118 * progmodes/make-mode.el (makefile-font-lock-keywords):
6119 Rationalize the rules for includes and conditionals and use the
6120 keyword face for them.
6121
6122 * faces.el (modify-face): Add compatibility for non-interactive use.
6123
6124 2001-04-24 John Wiegley <johnw@gnu.org>
6125
6126 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
6127 fix from last night, since it wasn't finding eshell/cd.
6128
6129 2001-04-24 Gerd Moellmann <gerd@gnu.org>
6130
6131 * rect.el (string-rectangle): Revert to 20.x behaviour.
6132 (replace-rectangle): Make it an alias for string-rectangle.
6133 (string-insert-rectangle): New function.
6134
6135 2001-04-23 John Wiegley <johnw@gnu.org>
6136
6137 * eshell/em-unix.el (eshell/diff): Fixed problems that were
6138 occurring with Emacs 21's diff.el/compile.el interaction layer.
6139
6140 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
6141
6142 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
6143 case where the function was defined in a file, but not part of an
6144 eshell module.
6145
6146 2001-04-23 John Wiegley <johnw@gnu.org>
6147
6148 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
6149 code to work around a redisplay problem I've been having.
6150
6151 2001-04-23 John Wiegley <johnw@gnu.org>
6152
6153 * calendar/timeclock.el (timeclock-day-required): If the time
6154 required for a particular day is not set, use `timeclock-workday'.
6155 (timeclock-find-discrep): Added some sample code in a comment.
6156
6157 * eshell/eshell.el (eshell-command): Made a few changes so that
6158 `eshell-command' could be called programmatically.
6159
6160 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
6161
6162 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
6163
6164 2001-04-23 John Wiegley <johnw@gnu.org>
6165
6166 * calendar/timeclock.el: Updated copyright.
6167 (timeclock-generate-report): Don't report the daily or two-week
6168 total, if no time has been worked in that period.
6169 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
6170 final computational form, which was unnecessary; corrected a
6171 parsing problem when timeclock-relative was nil.
6172
6173 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6174
6175 * calendar/timeclock.el (timeclock-modeline-display): Check if
6176 `list-entry' is null.
6177 (timeclock-use-display-time): The first argument to `set-variable'
6178 must be a symbol.
6179
6180 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6181
6182 * calendar/calendar.el (diary-entry-marker)
6183 (calendar-today-marker, calendar-holiday-marker):
6184 Use display-color-p instead of window-system.
6185 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6186 instead of window-system.
6187 (calendar-hide-window): Use display-multi-frame-p instead of
6188 window-system.
6189
6190 * calendar/cal-x.el (calendar-two-frame-setup)
6191 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6192 Use display-multi-frame-p instead of window-system.
6193
6194 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6195
6196 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6197
6198 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6199 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6200
6201 2001-04-23 Alex Schroeder <alex@gnu.org>
6202
6203 * goto-addr.el: Instead of defining line-beginning-position and
6204 line-end-position a defalias is used for point-at-bol and point-at-eol.
6205
6206 2001-04-23 Alex Schroeder <alex@gnu.org>
6207
6208 * goto-addr.el: Added XEmacs compatibility code.
6209 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6210
6211 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6212
6213 * textmodes/paragraphs.el (sentence-end): Doc fix.
6214
6215 2001-04-20 Alex Schroeder <alex@gnu.org>
6216
6217 * sql.el (sql-escape-newlines-and-send): New function.
6218 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6219
6220 2001-04-20 Alex Schroeder <alex@gnu.org>
6221
6222 * sql.el (sql-db2-program): New option.
6223 (sql-db2-options): New option.
6224 (sql-db2): New function.
6225
6226 2001-04-20 Alex Schroeder <alex@gnu.org>
6227
6228 * sql.el (sql-mode-menu): Added highlighting entries.
6229 (sql-highlight-oracle-keywords): New function.
6230 (sql-highlight-postgres-keywords): New function.
6231 (sql-highlight-ansi-keywords): New function.
6232
6233 2001-04-20 Alex Schroeder <alex@gnu.org>
6234
6235 * sql.el (sql-help): Doc change.
6236
6237 2001-04-19 Karl Fogel <kfogel@collab.net>
6238
6239 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6240 that inserted file content only to delete it immediately.
6241 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6242 <lektu@uol.com.br> for the patch.
6243
6244 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6245
6246 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6247
6248 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6249
6250 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6251 for defmethod.
6252
6253 * comint.el (comint-cr-magic): New function.
6254 (toplevel): Add it to comint-preoutput-filter-functions.
6255
6256 2001-04-18 Andrew Innes <andrewi@gnu.org>
6257
6258 * makefile.w32-in (EMACSLOADPATH): Define.
6259 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6260 (recompile): Remove stuff to set EMACSLOADPATH.
6261
6262 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6263
6264 * language/slovak.el ("Slovak"): Add tutorial entry.
6265
6266 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6267 browse-url-new-window-p.
6268
6269 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6270
6271 * info.el (Info-menu-update): When there are no menus and/or no
6272 cross references in the node, make the respective items of the
6273 Info menu-bar menu inactive.
6274
6275 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6276
6277 * indent.el (indent-for-tab-command): Call indent-line-function
6278 with no argument if PREFIX-ARG is non-nil.
6279
6280 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6281
6282 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6283
6284 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6285 an async subprocess if start-process is unavailable. Suggested by
6286 Tim Van Holder <tim.van.holder@pandora.be>.
6287
6288 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6289
6290 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6291 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6292
6293 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6294
6295 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6296 manual.
6297
6298 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6299
6300 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6301 (cvs-menu): Add a few entries.
6302
6303 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6304 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6305 lock file appears to be reachable from Emacs.
6306 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6307 (cvs-mode-find-file): Look for cvs-header-face rather than
6308 cvs-dirname-face (which doesn't exist).
6309 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6310
6311 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6312
6313 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6314
6315 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6316 normal-erase-is-backspace on a tty. Instead, bind some keys such
6317 as [delete] directly, like pc-select.el did before
6318 normal-erase-is-backspace was invented.
6319
6320 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6321
6322 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6323
6324 2001-04-11 John Wiegley <johnw@gnu.org>
6325
6326 * eshell/em-ls.el (eshell-ls-insert-directory):
6327 Set font-lock-defaults to nil, to prevent fontification in dired
6328 buffers, if Eshell's ls is being used.
6329
6330 2001-04-11 John Wiegley <johnw@gnu.org>
6331
6332 * calendar/timeclock.el (timeclock-completing-read): New function.
6333 (timeclock-ask-for-project, timeclock-ask-for-reason):
6334 Call `timeclock-completing-read'.
6335
6336 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6337 required where `member' was being used.
6338
6339 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6340
6341 * eshell/em-hist.el (eshell-previous-matching-input):
6342 Don't display "History item" if the the minibuffer is active.
6343
6344 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6345
6346 * startup.el (command-line): Output a newline after printing
6347 an error from loading the window system's init file.
6348
6349 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6350
6351 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6352 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6353 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6354 keywords whose arguments routinely include @@.
6355
6356 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6357
6358 * emacs-lisp/advice.el (ad-make-advised-definition):
6359 Construct advice for subrs differently.
6360
6361 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6362 regexp in parentheses when building the regexp for searching backwards.
6363
6364 * simple.el (completion-list-mode-finish): New function.
6365 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6366
6367 * language/european.el ("Polish"): Change sample text.
6368 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6369
6370 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6371 parameter.
6372
6373 * faces.el (menu): Doc fix.
6374
6375 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6376
6377 * ps-print.el: Footer implementation. Doc fix.
6378 (ps-print-version): New version number (6.5.1).
6379 (ps-header-frame-alist): New customization var for header frame
6380 properties.
6381 (ps-line-number-color): New customization var for line number color.
6382 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6383 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6384 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6385 (ps-right-footer): New customization vars for footers.
6386 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6387 footers.
6388 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6389 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6390 Code fix.
6391 (ps-prologue-file): Indentation fix.
6392 (ps-print-quote): Fun eliminated.
6393 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6394 (ps-output-frame-properties): New fun.
6395 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6396 (ps-skip-newline): Replace defun by defsubst.
6397
6398 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6399
6400 * eshell/eshell.el (eshell-command): Needed a "%s" format
6401 specifier, in case the buffer contains percent characters.
6402
6403 2001-04-10 John Wiegley <johnw@gnu.org>
6404
6405 * calendar/timeclock.el (timeclock-generate-report): Added a
6406 missing insert of the project name.
6407
6408 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6409
6410 * obsolete/profile.el: Moved from emacs-lisp/.
6411
6412 * Makefile.in (nonobsolete_setwins): New macro.
6413 (finder-data): Use it instead of `setwins'.
6414 From: Dave Love <fx@gnu.org>.
6415
6416 * server.el (server-visit-files): Set server-existing-buffer correctly.
6417 (server-visit-files): Run server-visit-hook after going to
6418 line 1 so that the hook can set point as it sees fit.
6419
6420 * bindings.el (mode-line-modified): Unify help messages.
6421
6422 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6423
6424 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6425 All callers changed.
6426
6427 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6428
6429 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6430 long file names aren't supported, truncate the file names in
6431 quail-misc-package-ext-info to 8+3 before matching them against
6432 FILENAME.
6433
6434 * dos-fns.el (dos-truncate-to-8+3): New function.
6435
6436 * progmodes/compile.el (grep-compute-defaults): Use null-device
6437 instead of literal /dev/null. Reported by Jens Schmidt
6438 <schmidt@mathematik.uni-kl.de>.
6439
6440 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6441
6442 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6443
6444 * textmodes/sgml-mode.el: Add unknown maintainer.
6445 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6446 (html-mode-map): Use set-keymap-parent.
6447
6448 2001-04-06 Dave Love <fx@gnu.org>
6449
6450 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6451 Remove redundant string-to-list.
6452
6453 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6454
6455 * composite.el (reference-point-alist): Doc fix.
6456
6457 2001-04-05 Sam Steingold <sds@gnu.org>
6458
6459 * font-lock.el (font-lock-keywords-case-fold-search):
6460 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6461 file made font-lock case-insensitive.
6462
6463 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6464
6465 * faces.el (defface menu): Doc fix.
6466
6467 * wid-edit.el (widget-color-sample-face-get): Don't make
6468 faces for undefined colors.
6469
6470 * version.el (emacs-version): Include LessTif/Motif version info.
6471
6472 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6473
6474 * ps-mule.el: Eliminate cl package dependence.
6475 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6476 if they aren't defined yet.
6477 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6478 Eliminate cl package dependence.
6479
6480 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6481
6482 * progmodes/cc-cmds.el (c-outline-level):
6483 Bind buffer-invisibility-spec. Originally from Dave Love, but
6484 got lost when incorporating version 5.26.
6485
6486 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6487
6488 * emulation/pc-select.el (pc-selection-mode):
6489 Call normal-erase-is-backspace-mode instead of binding
6490 keys individually.
6491
6492 * cus-load.el (normal-erase-is-backspace): Use it instead of
6493 delete-key-deletes-forward.
6494
6495 * startup.el (command-line): Use normal-erase-is-backspace and
6496 normal-erase-is-backspace-mode.
6497
6498 * simple.el (normal-erase-is-backspace): Rename from
6499 delete-key-deletes-forward. Doc fix.
6500 (normal-erase-is-backspace-mode): Rename from
6501 delete-key-deletes-forward-mode. Doc fix.
6502 Run normal-erase-is-backspace-hook.
6503
6504 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6505 ``human-readable'' format produced by GNU `ls'.
6506 (dired-move-to-filename-regexp): Recognize ISO format dates.
6507 From Paul Eggert <eggert@twinsun.com>.
6508
6509 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6510
6511 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6512 New functions.
6513 (lm-verify): Check keywords.
6514 From Eric M. Ludlam <eric@siege-engine.com>.
6515
6516 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6517
6518 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6519 `xemacs' feature instead of for the function `set-extent-property'.
6520
6521 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6522
6523 * mail/mh-utils.el (mh-folder-hist): New var.
6524 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6525
6526 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6527
6528 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6529 region, position point on the first or last 16-byte group.
6530 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6531 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6532 hexl-beginning-of-line.
6533
6534 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6535
6536 * icomplete.el (icomplete-mode): Treat an argument like other
6537 modes do.
6538
6539 * startup.el (fancy-splash-head): Use splash8.xpm for color
6540 depth 8.
6541
6542 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6543 Add an antry for ``converts''.
6544
6545 * language/slovak.el ("Slovak"): Add documentation string.
6546 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6547
6548 * language/czech.el ("Czech"): Add documentation string.
6549 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6550
6551 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6552 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6553
6554 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6555
6556 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6557 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6558 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6559 Use `defsubst' rather than a macro to ease debugging.
6560 (mail-extr-last): Remove (use `last' instead).
6561 (mail-extract-address-components): Properly reset the syntax-table
6562 after parsing an address. Use `last' rather than mail-extr-last.
6563 Make sure the end marker stays at the very end.
6564
6565 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6566
6567 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6568 last change.
6569
6570 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6571
6572 * ps-print.el: Line and paragraph spacing feature. Region to cut
6573 out when printing. Doc fix.
6574 (ps-print-version): New version number (6.5).
6575 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6576 New vars. Line and paragraph spacing feature.
6577 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6578 out when printing.
6579 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6580 (ps-get-font-size, ps-begin-job, ps-continue-line)
6581 (ps-plot-region): Code fix.
6582 (ps-print-prologue-2): Var eliminated.
6583 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6584 New internal vars.
6585 (ps-get-size): New fun.
6586 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6587 (ps-next-line): Replace defun by defsubst.
6588 (ps-mule-plot-string): Autoload doc fix.
6589
6590 * ps-bdf.el: XEmacs compatibility. Doc fix.
6591 (installation-directory, coding-system-for-read): Declare vars if
6592 it's not declared yet.
6593 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6594
6595 * ps-mule.el: XEmacs compatibility. Doc fix.
6596 (leading-code-private-22): Declare var if it's not declared yet.
6597 (charset-bytes, charset-dimension, charset-id, charset-width)
6598 (find-charset-region, split-char, char-width, chars-in-region)
6599 (forward-point, decompose-composite-char, encode-coding-string)
6600 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6601 Define funs if not defined yet.
6602 (encode-composition-rule, find-composition): Define funs if not
6603 loaded yet.
6604 (ps-mule-prologue): PostScript code fix.
6605
6606 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6607
6608 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6609 non-nil, generate font for the header strings.
6610 (ps-mule-prepare-font): Likewise.
6611 (ps-mule-generate-glyphs): Likewise.
6612 (ps-mule-string-encoding): Likewise.
6613 (ps-mule-header-charsets): New variable.
6614 (ps-mule-encode-header-string): New function.
6615 (ps-mule-header-string-charsets): New function.
6616 (ps-mule-begin-job): Check charsets in the header strings. If there
6617 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6618
6619 * ps-print.el (ps-generate-header-line): Encode the header string by
6620 ps-mule-encode-header-string.
6621 (ps-mule-encode-header-string): Declare autoload.
6622
6623 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6624
6625 * frame.el (cursor-in-non-selected-windows):
6626 Replaces show-cursor-in-non-selected-windows.
6627
6628 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6629
6630 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6631 Delete entries for "chinese-py" and "chinese-ziranma".
6632 (quail-misc-package-ext-info): New variable.
6633 (tsang-quick-converter): New function.
6634 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6635 (quick-cns-converter, py-converter, ziranma-converter)
6636 (miscdic-convert, batch-miscdic-convert): New functions.
6637
6638 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6639
6640 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6641 eight-bit-control chars.
6642
6643 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6644 Reduce making temporary vector (suggested by Dave Love).
6645
6646 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6647
6648 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6649 string as well.
6650
6651 2001-03-30 Andreas Schwab <schwab@suse.de>
6652
6653 * files.el (backup-directory-alist): Fix typo.
6654
6655 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6656
6657 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6658 <eggert@twinsun.com>.
6659
6660 2001-03-30 Dave Love <fx@gnu.org>
6661
6662 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6663
6664 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6665
6666 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6667
6668 2001-03-30 Miles Bader <miles@gnu.org>
6669
6670 * subr.el (interactive-form): Fix paren typo.
6671
6672 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6673
6674 * emacs-lisp/profile.el: Say that it's obsolete in the header
6675 line, so that finder.el puts that into its data-base.
6676 Suggested by Alex Schroeder <alex@gnu.org>.
6677
6678 2001-03-29 Paul Eggert <eggert@twinsun.com>
6679
6680 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6681 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6682
6683 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6684
6685 * generic.el (generic-mode-set-comments): Use "" rather than nil
6686 for comment-end.
6687
6688 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6689
6690 * emacs-lisp/advice.el (ad-make-advised-definition):
6691 Call interactive-form to obtain the interactive spec of subrs.
6692
6693 * subr.el (interactive-form): New function.
6694
6695 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6696
6697 * vc-sccs.el (vc-sccs-register): Use relative file names.
6698
6699 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6700
6701 * bookmark.el (bookmark-get-bookmark): Handle case that
6702 BOOKMARK is not a string.
6703
6704 * image.el (image-type-regexps): Change type for PS files
6705 to `postscript'.
6706
6707 * subr.el (read-passwd): Clear command history after each
6708 character entered. From: Stephen Gildea
6709 <gildea@stop.mail-abuse.org>.
6710
6711 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6712
6713 * international/kkc.el (kkc-save-init-file): Locally bind
6714 print-length to nil.
6715
6716 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6717
6718 * textmodes/flyspell.el: Some doc fixes.
6719 (flyspell-maybe-correct-transposition)
6720 (flyspell-maybe-correct-doubling): Use a temporary buffer
6721
6722 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6723
6724 * emacs-lisp/byte-opt.el (byte-optimize-while)
6725 (byte-optimize-form-code-walker): Diagnose too few arguments
6726 for `if' and `while'.
6727
6728 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6729
6730 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6731 Prepend `\' to "\<quail-translation-docstring>".
6732
6733 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6734
6735 * autorevert.el (global-auto-revert-non-file-buffers):
6736 Remove duplicate defcustom.
6737
6738 2001-03-26 Miles Bader <miles@gnu.org>
6739
6740 * international/latin1-disp.el (latin1-char-displayable-p):
6741 Add leading "-" for X font pattern.
6742
6743 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6744
6745 * international/mule-diag.el (describe-coding-system):
6746 For raw-text and emacs-mule, don't add anymore text about what
6747 charsets they can encode.
6748
6749 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6750
6751 * help.el (view-lossage): Mention open-dribble-file in the doc
6752 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6753
6754 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6755
6756 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6757 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6758
6759 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6760
6761 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6762 Call ccl-execute-on-string directly so that CCL program handling
6763 multibyte sequence can work correctly.
6764 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6765 property of the coding system.
6766
6767 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6768
6769 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6770 Fix transcription typo.
6771
6772 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6773
6774 * whitespace.el: Add buffer local variables to toggle testing of
6775 whitespaces in buffers without affecting the default values.
6776 Bump version to 3.0 to account for a few other changes.
6777 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6778 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6779 (whitespace-toggle-spacetab-check): New functions.
6780
6781 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6782
6783 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6784
6785 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6786
6787 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6788 bs-cycle-configuration-name. From Juanma Barranquero
6789 <lektu@uol.com.br>.
6790
6791 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6792 and cc-vars.el.
6793
6794 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6795 headers. Always invoke sendmail with option -t.
6796
6797 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6798
6799 * Release of cc-mode 5.28.
6800
6801 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6802
6803 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6804 Removed the hardcoded switch to "java" style in Java mode.
6805 It's instead taken care of by the default value for c-default-style.
6806
6807 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6808
6809 * cc-align.el (c-lineup-math): Fix bug where lineup was
6810 triggered by equal signs in string literals.
6811
6812 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6813
6814 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6815 limit detection when at the ends of the buffer.
6816
6817 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6818 "for" statement clause in case 7F; a better one is done
6819 earlier in case 7D anyway.
6820
6821 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6822
6823 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6824 somewhat more and did a small optimization.
6825
6826 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6827
6828 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6829 Use the limit argument only to limit the syntactic context
6830 search, not to limit the actual movement.
6831
6832 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6833 inside multiline strings, just like in comments. Also various
6834 fixes to the paragraph and comment prefix recognition, block
6835 comment ender handling etc.
6836
6837 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6838
6839 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6840 the relative position of the point.
6841
6842 * cc-cmds.el (c-electric-continued-statement): New function to
6843 use as abbrev hook to reindent for keywords such as "else"
6844 that continues an earlier statement.
6845
6846 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6847 like classes.
6848
6849 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6850 (pike-mode): Populate the default abbrev tables to reindent for
6851 keywords such as "else" that can continue earlier statements.
6852 Abbrev mode is therefore turned on by default now. (Note that
6853 this doesn't apply to idl-mode, since IDL afaik doesn't have
6854 statements at all.)
6855
6856 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6857
6858 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6859 bracelists where the declaration contains template arguments.
6860
6861 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6862
6863 * cc-cmds.el (c-comment-indent):
6864 Use `c-get-syntactic-indentation' to correctly calculate the
6865 syntactic indentation. Fixes bug with lineup functions that
6866 return vectors.
6867
6868 * cc-engine.el (c-get-syntactic-indentation): Split the
6869 indentation sum calculation from `c-indent-line' to a separate
6870 function.
6871
6872 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6873
6874 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6875 Fixed places where it was assumed that preprocessor directives
6876 have to start in column zero.
6877
6878 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6879 template arguments after a class identifier properly.
6880
6881 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6882 lists for `new Foo[]' constructs in Java as expressions and
6883 not top level definition brace lists on the top level, so that
6884 they'll get indented consistently with the same type of
6885 expression in a normal block.
6886
6887 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6888
6889 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6890 whether the adaptive filling package fails to keep the comment
6891 prefix is now kludged further to check for filladapt-mode
6892 which doesn't have that problem. This is really icky, but it's
6893 the only way that works with the current misfeatures/bugs in
6894 both adaptive-fill-mode and filladapt-mode.
6895
6896 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6897 around point is recognized more robust.
6898
6899 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6900
6901 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6902 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6903 (c-lit-type): Fixed all internal variables used dynamically so
6904 that they are always bound.
6905
6906 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6907 errors:
6908
6909 (c-indent-region): Fixed reporting of syntactic errors so that
6910 the region is fully reindented even when an error occurs.
6911 The last syntactic error is printed afterwards. Also cleanup up a
6912 whole lot of code that tried to optimize indentation of whole
6913 sexps but in reality accomplishes nothing.
6914
6915 (c-indent-sexp): Use c-indent-region.
6916
6917 (c-parsing-error): Changed this variable to hold the message
6918 for any syntactic error that is discovered.
6919
6920 (c-parse-state): Search backward from point instead of the bod
6921 position when the latter is invalid. This makes CC Mode
6922 recover faster when there are unbalanced close braces.
6923
6924 (c-backward-to-start-of-if): Use c-parsing-error to report
6925 dangling "else" clauses instead of throwing an error, and fall
6926 back to a reasonable position.
6927
6928 (c-indent-line): Added argument to avoid reporting syntactic errors.
6929
6930 (c-show-syntactic-information): Don't report any syntactic errors.
6931
6932 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6933
6934 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6935 paragraph recognition when moving by sentence in literals.
6936
6937 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6938 start regexp for javadoc to recognize javadoc markup in general instead
6939 of a specific set of keywords, to be more future-safe.
6940
6941 (c-Pike-pikedoc-paragraph-start)
6942 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6943 pikedoc markup.
6944
6945 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6946
6947 (pike-mode): Initialize paragraph settings pikedoc recognition.
6948
6949 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6950
6951 (c-comment-prefix-regexp): Made it possible to use an
6952 association list on this to specify mode specific regexps.
6953 The default value now use a special regexp in Pike mode to
6954 recognize pikedoc markup.
6955
6956 (c-current-comment-prefix): New variable containing the actual
6957 regexp from c-comment-prefix-regexp for the current buffer.
6958
6959 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6960
6961 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6962 lists: We can't look at the syntax, since a brace list can get
6963 recognized as a plain statement-cont.
6964
6965 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6966 special brace list opener broken over two lines got recognized
6967 as a statement on the second line. Case 9A changed.
6968
6969 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6970
6971 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6972 adjustment after line is reindented.
6973
6974 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6975
6976 * cc-defs.el (c-point): Added optional argument for position
6977 to use instead of the current point.
6978
6979 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6980 the in-expression block symbols when the construct starts at
6981 boi, to avoid the extra level of indentation in that case.
6982 Cases 4, 16A and 17E affected.
6983
6984 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6985
6986 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6987 calls to `c-indent-line', to adhere better to Emacs conventions.
6988
6989 * cc-engine.el (c-indent-line): Use the syntax already bound
6990 to `c-syntactic-context', if there is any.
6991
6992 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6993
6994 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6995 wasn't added up correctly when a lineup function returned nil.
6996
6997 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6998
6999 * cc-engine.el (c-collect-line-comments): Fixed bug where
7000 empty lines were ignored when collecting line comments backwards.
7001
7002 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7003
7004 * cc-align.el (c-lineup-dont-change): Return an absolute
7005 indentation column to work correctly in the case when several
7006 syntactic elements are processed for the same line.
7007
7008 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
7009 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
7010 (c-set-offset): Added absolute indentation column settings by
7011 using the vector type.
7012
7013 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7014
7015 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
7016 Implemented two new cleanups `space-before-funcall' and
7017 `compact-empty-funcall'.
7018
7019 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7020
7021 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
7022 helping building regexps.
7023
7024 * cc-engine.el (c-on-identifier): New function for detecting
7025 identifiers. It takes keywords into account.
7026
7027 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
7028 lists. `c-keywords' is set to a regexp matching all keywords
7029 in the current language.
7030
7031 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7032
7033 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
7034 list of characters to skip backwards over at the beginning of
7035 a statement, since it can precede string literals in Pike.
7036
7037 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7038
7039 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
7040 recognition when standing on the last line in a C++ comment
7041 with nothing but whitespace after the prefix.
7042
7043 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
7044 given no limit argument.
7045
7046 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7047
7048 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
7049 recognition for the `[]= operator symbol in Pike.
7050
7051 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7052
7053 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
7054 around a bug in `eval-when-compile' in the byte compiler.
7055
7056 * cc-engine.el (c-forward-token-1): Fixed bug with return
7057 value when count is zero and there's no token start within the limit.
7058
7059 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
7060 "prefix comments", i.e. comments which are followed by code on
7061 the same line.
7062
7063 * cc-mode-19.el: Fixes so that checks that must be done at
7064 compile time also are done then.
7065
7066 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7067
7068 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
7069 time and at runtime, and only when it's needed.
7070
7071 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7072
7073 Major cleanup for less error prone and more warning free
7074 compilation, including some fixes for bugs due to different
7075 compilation orders. Thanks to Martin Buchholz for providing
7076 the basis for all this.
7077
7078 * cc-bytecomp.el: New file that provides some byte compilation
7079 features: It ensures that files always are loaded from the
7080 current source directory during compilation, and it provides a
7081 set of macros to turn off specific compiler warnings for
7082 specific symbols. (It's not CC Mode specific in any way.)
7083
7084 Fixed a nearly acyclic dependency tree (both runtime and
7085 compile-time) between all files.
7086
7087 * cc-defs.el: Separated all macros before the inline functions,
7088 to ensure correct compilation.
7089
7090 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
7091 cc-defs.el to cc-engine.el and made it a function instead.
7092
7093 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
7094 about char-after.
7095
7096 * cc-vars.el: Cope even when there isn't a custom package
7097 containing defcustom available.
7098
7099 * cc-make.el: Removed since it's no longer necessary.
7100
7101 README: Updated installation instructions.
7102
7103 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7104
7105 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
7106 improve the modularity: Moved all mode init stuff from
7107 cc-langs.el to cc-mode.el, including the keymap
7108 initialization; cc-langs now only contains the various
7109 variables for configuring the language syntax.
7110
7111 * cc-engine.el, cc-styles.el (c-evaluate-offset)
7112 (c-get-offset): Moved from cc-styles to cc-engine since file
7113 dependency analysis suggests they belong there (which also
7114 makes more sense). Thanks to Martin Buchholz for doing the analysis.
7115
7116 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7117
7118 * cc-cmds.el (c-fn-region-is-active-p): New function that
7119 wraps the corresponding macro, for use in places that aren't
7120 compiled. Thanks to Martin Buchholz for pointing out this.
7121
7122 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
7123
7124 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
7125 add things to the bug report.
7126
7127 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7128
7129 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
7130 returned prefix could contain a newline when the search for a
7131 good prefix line failed.
7132
7133 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7134
7135 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
7136 (c-toggle-auto-hungry-state): Made the argument optional, as
7137 the documentation says it is.
7138
7139 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7140
7141 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
7142 multiline string syntax, #"...", as a cpp macro.
7143
7144 2001-03-21 Paul Eggert <eggert@twinsun.com>
7145
7146 * international/mule-cmds.el (set-locale-environment):
7147 Set system-messages-locale and system-time-locale, but only if the
7148 caller specifies a non-nil locale name.
7149
7150 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7151
7152 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
7153 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
7154
7155 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7156
7157 * follow.el (follow-avoid-tail-recenter): Doc fix.
7158
7159 * custom.el (custom-set-variables): Avoid reversing the list
7160 of args needlessly.
7161
7162 * startup.el (fancy-splash-head): Don't change the colors of the
7163 XPM image on a dark background.
7164
7165 * comint.el (comint-exec-1): Set columns of the terminal to
7166 window-width instead of frame-width.
7167
7168 * info.el (Info-scroll-down): Add missing WINDOW arg for
7169 pos-visible-in-window-p.
7170
7171 * ehelp.el (electric-help-mode-hook): Add defcustom.
7172
7173 * mail/sendmail.el (mail-mode): Activate case-folding in
7174 font-lock-defaults.
7175
7176 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7177
7178 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7179 (completion-ignored-extensions): Remove duplicate ".class".
7180
7181 2001-03-19 Andreas Schwab <schwab@suse.de>
7182
7183 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7184 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7185
7186 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7187
7188 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7189 methods since there are not prefix input methods.
7190
7191 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7192
7193 * international/mule-cmds.el (read-input-method-name):
7194 Locally bind enable-recursive-minibuffers to t.
7195
7196 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7197
7198 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7199
7200 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7201
7202 * ediff-util.el: Copyright years.
7203 (ediff-choose-syntax-table): New function.
7204 (ediff-setup): Use ediff-choose-syntax-table.
7205
7206 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7207 with-syntax-table.
7208
7209 * ediff.el: Date of last update, copyright years.
7210
7211 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7212
7213 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7214 of Scott Bronson.
7215 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7216 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7217 Deleted functions.
7218 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7219 ex-token-list.
7220
7221 * viper-util.el: Spaces, indentation.
7222
7223 * viper.el: Changed version, modification time.
7224
7225 2001-03-16 John Wiegley <johnw@gnu.org>
7226
7227 * calendar/timeclock.el (timeclock-workday-remaining):
7228 Check whether `discrep' is non-null before using it.
7229
7230 2001-03-16 John Wiegley <johnw@gnu.org>
7231
7232 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7233 first-time checkins.
7234 (timeclock-log-data): Fixed problem with reading timelog log file.
7235 Resulting data in the "day list" was incorrect.
7236 (timeclock-find-discrep): Check if `timeclock-file' is readable
7237 before opening it.
7238 (timeclock-time-less-p): New function.
7239 (timeclock-day-base): New function.
7240 (timeclock-geometric-mean): New function.
7241 (timeclock-generate-report): Generate a summary report based on
7242 the contents of the log file. This uses `timeclock-log-data', and
7243 is an example of writing a timelog manipulation function.
7244 (timeclock-visit-timelog): A quick command for opening the timelog
7245 file.
7246 (timeclock-log-data): Bound the variable event.
7247
7248 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7249
7250 * international/mule-cmds.el (select-safe-coding-system):
7251 Fix typo: symbol-name -> symbol-value.
7252
7253 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7254 before substitute-in-file-name to handle double slashes in FILE
7255 correctly.
7256
7257 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7258
7259 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7260 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7261
7262 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7263
7264 * bindings.el (features): Add `md5' and `overlay' to the list.
7265
7266 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7267 bound before using it. It's not bound when configured without X,
7268 for instance.
7269
7270 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7271
7272 * progmodes/hideshow.el: Update copyright.
7273 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7274 (hs-minor-mode-hook): Include `:version' in defcustom form.
7275
7276 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7277
7278 * help.el (string-key-binding): Don't call event-start on
7279 a non-list.
7280
7281 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7282
7283 * startup.el (fancy-splash-tail, command-line-1): Fix the
7284 copyright year.
7285
7286 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7287
7288 * term.el: These changes are based on a patch sent from Yong Lu
7289 <lyongu@yahoo.com>.
7290 (term-set-escape-char): Bind M-x to execute-extended-command in
7291 term-raw-escape-map.
7292 (term-move-columns): Don't try to move to negagive column.
7293 (term-emulate-terminal): Insert a string before deleting a text to
7294 overwrite.
7295
7296 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7297
7298 * play/life.el (life): Rearrange code so that all calls to
7299 life-display-generation are in a catch-form.
7300
7301 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7302 file that isn't interesting. In an interesting file, push the old
7303 value of point on the mark ring.
7304
7305 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7306 New function.
7307 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7308 Use it.
7309
7310 * emacs-lisp/autoload.el (generate-file-autoloads):
7311 Remove warning about line lengths.
7312
7313 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7314
7315 * progmodes/etags.el (tags-compression-info-list): New variable.
7316 (find-tag-in-order): Use it to deal with compressed source files.
7317 (tag-file-name-match-p): New function.
7318 (etags-recognize-tags-table): Use it for better match of file names.
7319
7320 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7321
7322 * international/mule-cmds.el (register-input-method): Doc fix.
7323
7324 * international/quail.el (quail-translate-key): Fix condition to
7325 check if there's another breaking point in the current key.
7326
7327 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7328
7329 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7330 Babyl header to the newly-created output file, bind
7331 coding-system-for-write to either rmail-file-coding-system or
7332 emacs-mule-unix.
7333
7334 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7335
7336 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7337 Fix the name and regexp used for subsubsections.
7338
7339 2001-03-10 Dave Love <fx@gnu.org>
7340
7341 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7342 and save-buffer if buffer-file-name non-nil. From rms.
7343
7344 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7345
7346 * vc.el (vc-do-command): If the destination buffer is already
7347 current, don't set it up and don't erase it. Updated doc string
7348 to reflect that.
7349 (vc-version-diff): When doing a single file diff, don't switch to the
7350 *vc-diff* buffer before the command. This is to preserve local
7351 variable bindings that might affect the diff command.
7352 (vc-print-log): Don't switch to the *vc* buffer before the
7353 command, so that local variable bindings are preserved.
7354
7355 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7356 not the current buffer.
7357 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7358
7359 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7360 make output go to buffer *vc*, not the current buffer.
7361
7362 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7363
7364 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7365 so ^, $, *, ? and + are interpreted correctly.
7366
7367 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7368
7369 * help.el (string-key-binding): Renamed from
7370 mode-line-key-binding. Handle any event on a string.
7371 Check for `keymap' properties as well as `local-map' properties.
7372
7373 * comint.el (comint-insert-clicked-input): Use the last key
7374 from this-command-keys to lookup the global key definition.
7375
7376 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7377
7378 * international/characters.el: Add category `j' for
7379 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7380
7381 * international/mule-conf.el (no-conversion): Fix docstring.
7382 (raw-text): Fix docstring.
7383
7384 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7385
7386 * simple.el (choose-completion-string): When not leaving the
7387 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7388 is set.
7389
7390 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7391 parameter `(minibuffer . t)'.
7392
7393 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7394
7395 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7396 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7397 (sh-mode): Remove `make-local-variable' for unused var
7398 `font-lock-unfontify-region-function'.
7399
7400 2001-03-07 Richard M. Stallman <rms@gnu.org>
7401
7402 * info.el (Info-scroll-down): Fix previous change.
7403
7404 * mail/rmail.el (rmail-toggle-header): Use a window which
7405 is showing the Rmail buffer, rather than the selected window.
7406
7407 2001-03-07 Dave Love <fx@gnu.org>
7408
7409 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7410 now, to avoid problems with binding imenu directly to a mouse event.
7411
7412 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7413
7414 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7415 second arg t.
7416
7417 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7418
7419 * log-edit.el (log-edit-common-indent): New var.
7420 (log-edit-set-common-indentation): Renamed from
7421 log-edit-delete-common-indentation. Use the new var.
7422 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7423
7424 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7425 (cvs-mode-add-change-log-entry-other-window):
7426 Don't presume change-log-default-name is defined.
7427
7428 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7429
7430 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7431 the "tree" operation as well.
7432
7433 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7434
7435 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7436 to match paragraph-start.
7437
7438 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7439 comment-start-skip and set comment-end-skip as well.
7440 (sgml-comment-indent): Fix for new value of comment-start-skip.
7441 (html-autoview-mode): Don't bother using make-local-hook.
7442
7443 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7444
7445 * cus-edit.el (custom-save-delete): Move in front of local
7446 variables, otherwise long Custom entries would make them ineffective.
7447
7448 * uniquify.el: Set maintainer to FSF.
7449
7450 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7451
7452 * dired-aux.el (dired-do-shell-command): Doc fix.
7453
7454 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7455
7456 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7457
7458 * which-func.el (which-func-modes): Add cperl-mode.
7459 (which-func-mode-global): Use define-minor-mode.
7460
7461 * info-look.el: Docstring fixes and dead code eliminated.
7462 (cperl-mode): Add support.
7463 (emacs-lisp-mode): List all entries from elisp manual, whether
7464 or not they are currently (f)bound or not. Update regexp.
7465
7466 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7467
7468 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7469 so that C-h m shows the correct information.
7470 Use make-local-variable rather than make-variable-buffer-local.
7471 (cperl-info-buffer, cperl-setup-tmp-buf):
7472 Use make-local-variable rather than make-variable-buffer-local.
7473 (cperl-msb-fix, cperl-get-help-defer):
7474 Check major-mode for `cperl-mode' as well.
7475
7476 * progmodes/cperl-mode.el: Updated to author version 4.23.
7477 (cperl-electric-pod): SYNOPSIS was misspelled.
7478 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7479 (cperl-after-expr-p): Make true after __END__.
7480
7481 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7482
7483 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7484 bookmark-completion-ignore-case is t.
7485
7486 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7487 switch, like xterm, and concat resource strings, with a newline
7488 between them.
7489
7490 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7491
7492 * international/codepage.el (cp770-decode-table)
7493 (cp773-decode-table, cp774-decode-table): New variables.
7494
7495 * man.el (Man-hyphenated-reference-regexp): New variable.
7496 (Man-build-references-alist): Use it to search for referenced
7497 manpages. If hyphenated is non-nil, record a concatenated word in
7498 Man-refpages-alist only if it matches Man-reference-regexp.
7499 Update word's length when it is concatenated. Reverse the list,
7500 to get the first manpage at the head.
7501 (Man-possibly-hyphenated-word): New function.
7502 (Man-follow-manual-reference): Use it instead of current-word to
7503 find a manpage at point, in a way that accounts for hyphenated
7504 references.
7505
7506 2001-03-06 Alex Schroeder <alex@gnu.org>
7507
7508 * sql.el (sql-interbase): New function.
7509 (sql-interbase-program): New option.
7510 (sql-interbase-options): New option.
7511 And some typos fixed: "customise" to "customize".
7512
7513 2001-03-06 Dave Love <fx@gnu.org>
7514
7515 * textmodes/flyspell.el (flyspell-region):
7516 Set up flyspell-local-mouse-map.
7517
7518 2001-03-05 Richard M. Stallman <rms@gnu.org>
7519
7520 * mail/rmail.el (rmail-retry-failure):
7521 Don't call rmail-beginning-of-message.
7522 Don't discard From: field. Do discard Received: field.
7523 Use unwind-protect to re-prune.
7524 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7525
7526 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7527
7528 * international/quail.el (quail-title): Add autoload cookie.
7529
7530 2001-03-05 Dave Love <fx@gnu.org>
7531
7532 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7533 new defs.
7534
7535 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7536
7537 * language/ethio-util.el (ethio-toggle-space):
7538 Update current-input-method-title if necessary.
7539 (ethio-toggle-punctuation): Likewise.
7540
7541 * international/quail.el (quail-title): Fix for the case that a
7542 title of an input method is specified by a list of the same form
7543 as used in mode-line-format.
7544
7545 * international/mule-cmds.el (activate-input-method):
7546 If current-input-method-title is set by activating INPUT-METHOD,
7547 respect that value.
7548
7549 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7550
7551 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7552
7553 2001-03-05 Alex Schroeder <alex@gnu.org>
7554
7555 * sql.el (sql-sybase): Fix typo (was: query user about server two
7556 times instead of server and database).
7557
7558 * sql.el (sql-sybase): Doc change.
7559 (sql-mysql): Doc change.
7560 (sql-postgres): Doc change.
7561
7562 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7563
7564 * international/mule-conf.el (emacs-mule, raw-text):
7565 Docstring modified.
7566
7567 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7568
7569 * term/internal.el: Update copyright notice.
7570
7571 * term/pc-win.el: Update copyright notice.
7572
7573 2001-03-02 Dave Love <fx@gnu.org>
7574
7575 * files.el (insert-file-contents-literally):
7576 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7577 not jka-compr-compression-info-list.
7578
7579 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7580
7581 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7582 spaces in default comment-start-skip settings rather than \s-.
7583
7584 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7585
7586 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7587 default-frame-alist as well.
7588
7589 2001-03-01 Dave Love <fx@gnu.org>
7590
7591 * textmodes/reftex.el (defvar): Wrap some defvars in
7592 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7593
7594 * subr.el (event-basic-type): Doc fix.
7595
7596 * international/quail.el: Doc fixes.
7597
7598 * international/utf-8.el: Doc fixes.
7599
7600 * international/mule-cmds.el: Doc fixes.
7601 (leim-list-header): Fix header text.
7602
7603 * international/mule.el (coding-system-category): Doc fix.
7604
7605 * international/ccl.el (ccl-compile): Doc fix.
7606
7607 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7608
7609 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7610 rather than (before|after)-change-functions.
7611
7612 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7613
7614 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7615 scroll-left and scroll-right being called interactively so that
7616 they set the window's min_hscroll.
7617
7618 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7619
7620 * info.el (info-insert-file-contents-1): Accept an additional
7621 argument `lfn': if it is non-nil, concatenate `filename' and
7622 `suffix'; otherwise use the complicated MS-DOS code.
7623 All callers changed.
7624 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7625 can access long file names, try the long file-name version of
7626 `info-insert-file-contents-1', then the short file-name version.
7627
7628 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7629
7630 * language/ethio-util.el (setup-ethiopic-environment-internal):
7631 Change bindings of functions keys to conform to "Emacs Lisp Coding
7632 Convention".
7633
7634 * language/ethiopic.el ("Ethiopic"): Add documentation.
7635
7636 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7637
7638 * international/utf-8.el (mule-utf-8): Set coding-category
7639 property to coding-category-utf-8.
7640
7641 2001-02-27 Richard M. Stallman <rms@gnu.org>
7642
7643 * lpr.el (lpr-page-header-switches, print-region-1):
7644 Undo 2000-07-06 change.
7645 (lpr-add-switches): Default to t on gnu/linux.
7646
7647 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7648
7649 * bs.el (bs-attributes-list): Doc fix.
7650
7651 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7652
7653 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7654
7655 * help.el (view-order-manuals): Use goto-address.
7656
7657 * startup.el (command-line-1): Add info about ordering manuals
7658 to the not so fancy splash screens.
7659
7660 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7661
7662 * vc.el (vc-default-workfile-unchanged-p)
7663 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7664
7665 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7666
7667 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7668 fontify in the right buffer.
7669
7670 * allout.el (outline-flag-region): Move macro in front of first
7671 use to avoid a run-time error.
7672
7673 2001-02-24 Andrew Innes <andrewi@gnu.org>
7674
7675 * makefile.w32-in: Fix copyright notice.
7676
7677 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7678
7679 * international/utf-8.el (mule-utf-8): Set correct value for
7680 valid-codes property.
7681
7682 * international/fontset.el (x-complement-fontset-spec): In the
7683 case that we use ASCII font for the other charsets, use only
7684 family and registry part of it.
7685
7686 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7687
7688 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7689 (shrink-window-if-larger-than-buffer): Doc fix.
7690
7691 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7692
7693 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7694 predicate passed to completing-read.
7695
7696 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7697
7698 * startup.el (command-line): Fix last change.
7699
7700 2001-02-23 Jason Rumney <jasonr@gnu.org>
7701
7702 * startup.el (tool-bar-originally-present): New variable.
7703 (command-line): Set it if the tool-bar is switched on at startup.
7704
7705 * frame.el (frame-notice-user-settings): Only adjust frame height
7706 for no tool-bar case if tool-bar was originally switched on.
7707 From E. Jay Berkenbilt.
7708
7709 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7710
7711 * server.el (server-switch-buffer): Only switch window if the
7712 current one is dedicated.
7713
7714 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7715 rather than using (match-beginning 0) when searching for break point.
7716
7717 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7720 @ follows an accent command such as @'. Support optional braces
7721 in commands that insert accents, like makeinfo does.
7722
7723 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7724
7725 * startup.el (fancy-splash-text): Add a line for ordering
7726 manuals. Reverse order of splash screens shown.
7727 (use-fancy-splash-screens-p): Adapt to the text line added.
7728
7729 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7730 manuals from the FSF.
7731
7732 * help.el (view-order-manuals): New function.
7733 (toplevel): Bind C-h C-m to this function.
7734
7735 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7736
7737 * newcomment.el (comment-forward): Skip the comment-start before
7738 searching for the comment-end.
7739
7740 2001-02-21 Dave Love <fx@gnu.org>
7741
7742 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7743
7744 * international/mule-cmds.el, international/mule.el: Doc fixes.
7745
7746 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7747
7748 * startup.el (fancy-splash-screens): Use display-hourglass
7749 instead of display-busy-cursor.
7750
7751 * frame.el (display-hourglass): Renamed from busy-cursor.
7752 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7753 (show-cursor-in-non-selected-windows): Doc fix.
7754
7755 2001-02-20 Dave Love <fx@gnu.org>
7756
7757 * international/utf-8.el: Doc and commentary fixes.
7758
7759 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7760
7761 * ehelp.el (with-electric-help): Doc fix.
7762
7763 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7764
7765 * msb.el (msb-mode): Call the update-buffers function explicitly
7766 with a FORCE argument.
7767
7768 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7769 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7770 returns nil.
7771
7772 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7773
7774 * ps-print.el: Timestamp package replacement. Some enhancements.
7775 Some XEmacs compatibility. Doc fix.
7776 (ps-print-version): New version number (6.4).
7777 (ps-printer-name): Initialization fix.
7778 (ps-zebra-stripe-follow): Funcionality enhancement.
7779 (ps-prologue-file): Code enhancement.
7780 (ps-right-header): Timestamp package replacement.
7781 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7782 (ps-get-page-dimensions)
7783 (ps-generate-header, ps-begin-file, ps-begin-job)
7784 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7785 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7786 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7787 (coding-system-for-write): Var declaration (XEmacs compatibility).
7788
7789 2001-02-20 Miles Bader <miles@gnu.org>
7790
7791 * image-file.el (image-file-name-extensions): Add "tif".
7792
7793 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7794
7795 * wid-edit.el (widget-button-click): Save the selected window
7796 around the code handling clicks on buttons.
7797
7798 2001-02-18 Dave Love <fx@gnu.org>
7799
7800 * imenu.el (imenu--generic-function): Use mapc to iterate over
7801 syntax characters.
7802
7803 2001-02-17 Richard M. Stallman <rms@gnu.org>
7804
7805 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7806
7807 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7808
7809 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7810
7811 * mouse.el (mouse-save-then-kill): If the distance from the new
7812 point to the mark is equal to the distance of point from the new
7813 point, move point instead of the mark.
7814
7815 2001-02-16 Dave Love <fx@gnu.org>
7816
7817 * textmodes/flyspell.el (flyspell-get-word): Return string without
7818 properties.
7819
7820 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7821
7822 * generic.el (generic-find-file-regexp): Doc fix.
7823 (generic-ignore-files-regexp): New defcustom.
7824 (generic-mode-find-file-hook): If the file's name matches the
7825 regexp in `generic-ignore-files-regexp', don't enter
7826 default-generic-mode. Doc fix.
7827
7828 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7829
7830 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7831 Add autoload cookies.
7832
7833 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7834 of cal-tex-24.
7835
7836 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7837
7838 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7839
7840 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7841 the character class after the (optional) drive, to support file
7842 names with embedded blanks.
7843
7844 2001-02-15 Sam Steingold <sds@gnu.org>
7845
7846 * textmodes/tex-mode.el (tex-shell-running):
7847 Check the process buffer too.
7848
7849 2001-02-15 Dave Love <fx@gnu.org>
7850
7851 * battery.el (battery-status-function): Fix doc, :type.
7852
7853 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7854
7855 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7856
7857 * subr.el (read-passwd): Clear Lisp memory holding password.
7858
7859 2001-02-15 Miles Bader <miles@gnu.org>
7860
7861 * info.el (Info-copy-current-node-name): New function.
7862 (Info-mode-menu): Add it to the menu.
7863
7864 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7865
7866 * international/mule-cmds.el (toggle-input-method): Doc fix.
7867
7868 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7869
7870 * replace.el (occur): Stop at end of buffer.
7871
7872 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7873
7874 * international/mule-cmds.el (set-input-method): Another doc fix.
7875
7876 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7877
7878 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7879
7880 2001-02-13 Miles Bader <miles@gnu.org>
7881
7882 * faces.el (set-face-background, set-face-foreground)
7883 (set-face-stipple): Treat a value of nil as being `unspecified'.
7884
7885 2001-02-12 Dave Love <d.love@dl.ac.uk>
7886
7887 * international/latin1-disp.el: Doc fixes.
7888 (latin1-display) <defgroup>: Add :link.
7889 (latin1-display) <function>: Set variable latin1-display.
7890
7891 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7892
7893 * international/mule-cmds.el (set-input-method): Doc fix.
7894
7895 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7896
7897 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7898 (speedbar-line-file): Return nil if not a file.
7899 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7900
7901 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7902
7903 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7904 for remote files.
7905 (ediff-coding-system-for-read): Replaced the no-conversion default
7906 with raw-text.
7907
7908 * ediff-init.el: Removed :version from defcustom vars.
7909
7910 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7911 Better handling of the diff mode.
7912
7913 * ediff.texi: Added ediff-coding-system-for-read.
7914
7915 * viper.texi: Fix typos.
7916
7917 2001-02-11 Dave Love <fx@gnu.org>
7918
7919 * shadowfile.el: Doc fixes.
7920 (shadow) <defgroup>: Add :link.
7921 (shadowfile-unload-hook): New function.
7922 (shadow-initialize): Use defalias, not fset.
7923 (shadow-define-cluster, shadow-define-literal-group)
7924 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7925
7926 * international/mule.el: Doc and message fixes.
7927
7928 * international/ccl.el (define-ccl-program): Doc fix.
7929
7930 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7931
7932 * faces.el (mode-line): Set :line-width property to -1.
7933
7934 2001-02-10 Richard M. Stallman <rms@gnu.org>
7935
7936 * complete.el (partial-completion-mode): Doc fix.
7937
7938 * simple.el (delete-key-deletes-forward-mode):
7939 Change `let' to `let*' to fix gross bug in last change.
7940
7941 * repeat.el (repeat): Don't let execute-kbd-macro alter
7942 real-last-command.
7943
7944 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7945
7946 * simple.el (eval-expression): Doc fix.
7947
7948 2001-02-09 Dave Love <fx@gnu.org>
7949
7950 * imenu.el (imenu-generic-expression): Doc fix.
7951
7952 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7953 From Juanma Barranquero.
7954
7955 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7956
7957 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7958
7959 * faces.el (set-face-attribute): Describe the case of a negative
7960 value specified for :line-width.
7961
7962 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7963
7964 * which-func.el (which-func-mode): Invert which-func-mode-global.
7965 From Juanma Barranquero <lektu@uol.com.br>.
7966
7967 2001-02-08 Dave Love <fx@gnu.org>
7968
7969 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7970 widget-plist-value-type.
7971 (widget-alist-convert-widget): Replace binding of
7972 widget-alist-value-type.
7973
7974 * textmodes/paragraphs.el (sentence-end): Doc fix.
7975
7976 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7977 Remove `backward-line'.
7978
7979 * play/pong.el (pong-blank-color, pong-bat-color)
7980 (pong-ball-color, pong-border-color, pong-left-key)
7981 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7982 (pong-pause-key, pong-resume-key, pong-timer-delay):
7983 * mail/mh-comp.el (mh-compose-letter-function):
7984 * eshell/esh-mode.el (eshell-skip-prompt-function):
7985 * emulation/viper-ex.el (ex-unix-type-shell-options):
7986 * recentf.el (recentf-menu-filter):
7987 * ps-print.el (ps-print-region-function):
7988 * lpr.el (print-region-function):
7989 * forms.el (forms-mode-hooks):
7990 * dirtrack.el (dirtrack-directory-change-hook):
7991 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7992 * textmodes/spell.el (spell-filter):
7993 * textmodes/fill.el (adaptive-fill-function):
7994 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7995 * progmodes/etags.el (find-tag-default-function):
7996 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7997 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7998
7999 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
8000
8001 * emulation/viper-init.el (viper-fast-keyseq-timeout)
8002 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
8003 Meyering <jim@meyering.net>.
8004
8005 * loadup.el: Revert last change.
8006
8007 2001-02-07 Kenichi Handa <handa@etl.go.jp>
8008
8009 * international/mule.el (transform-make-coding-system-args):
8010 Make it work also for coding systems not using CCL.
8011
8012 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8013
8014 * simple.el (previous-matching-history-element)
8015 (next-matching-history-element): Doc fix.
8016
8017 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
8018 specific part.
8019
8020 2001-02-06 Dave Love <fx@gnu.org>
8021
8022 * add-log.el (add-log-current-defun-function)
8023 (add-log-buffer-file-name-function, add-log-file-name-function):
8024 Fix :type.
8025 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
8026
8027 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * info.el (info-initialize): Remove the test for system-type when
8030 invocation-directory is non-nil.
8031
8032 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
8033 of `font-lock-defaults' to `backward-paragraph' rather than nil.
8034
8035 2001-02-06 Andrew Innes <andrewi@gnu.org>
8036
8037 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
8038 absolute.
8039
8040 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
8041
8042 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
8043 buffers. When hi-lock turned on rather than only checking current
8044 buffer for regexps, all buffers are checked. Moved activation of
8045 font-lock to hi-lock-refontify. When font-lock turned off rather
8046 than removing added highlighting just in current buffer, remove it
8047 in all buffers. Changed edit menu text from "Automatic
8048 Highlighting" to "Regexp Highlighting" Documentation for
8049 highlighting phrases, minor documentation changes.
8050 (hi-lock-set-file-patterns): Execute only if there are new or
8051 existing file patterns.
8052 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
8053 unfontify and, if a support mode is active, will not refontify the
8054 whole buffer. If necessary, turn on font lock. (Removed
8055 font-lock-unfontify and font-lock support-mode-specific calls,
8056 such as lazy-lock-fontify-window.)
8057 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
8058 patterns are found. Not useful now since find-file-hook is removed
8059 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
8060 (hi-lock-face-phrase-buffer): New function. Also added related
8061 menu item and keybinding.
8062 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
8063 (hi-lock-process-phrase): New function.
8064 (hi-lock-line-face-buffer): Doc fixes.
8065 (hi-lock-face-buffer): Doc fixes.
8066 (hi-lock-unface-buffer): Doc fixes.
8067
8068 2001-02-06 Gerd Moellmann <gerd@gnu.org>
8069
8070 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
8071 dabbrev-ignored-regexps.
8072
8073 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8074
8075 * simple.el (kill-line): Doc fix.
8076
8077 2001-02-05 Dave Love <fx@gnu.org>
8078
8079 * loadup.el: Revert last two changes -- bootstrapping works with
8080 regenerated loaddefs.
8081
8082 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
8083
8084 * isearch.el (isearch-forward): Doc fix.
8085
8086 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
8087 of font-lock-defaults to backward-paragraph.
8088
8089 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8090
8091 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
8092 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
8093
8094 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8095
8096 * ebnf2ps.el: Eliminate time-stamp functions.
8097 (ebnf-version): New version (3.5).
8098 (ebnf-eps-finish-and-write): Replace time-stamp functions by
8099 format-time-string.
8100
8101 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8102
8103 * simple.el (next-line): Goto end-of-line before inserting a newline.
8104
8105 2001-02-05 Miles Bader <miles@gnu.org>
8106
8107 * image-file.el (insert-image-file): When visiting an image, also
8108 set `truncate-lines' to t so that any fringe arrow looks correct.
8109
8110 2001-02-05 Kenichi Handa <handa@etl.go.jp>
8111
8112 * isearch.el (isearch-forward): Add description about input method
8113 in the docsting.
8114
8115 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
8116
8117 * skeleton.el (skeleton-internal-1): Always push the mark for @.
8118
8119 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8120
8121 * info.el (info-initialize): If installation-directory is nil, for
8122 DOS/Windows systems try looking in a sibling of invocation-directory.
8123
8124 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8125
8126 * wid-edit.el (widget-button-click): Fix last change.
8127
8128 * frame.el (frame-notice-user-settings): When resizing the initial
8129 frame because the tool bar is off, also change the frame's top
8130 position if a negative top position was specified.
8131
8132 2001-02-02 Miles Bader <miles@gnu.org>
8133
8134 * image-file.el (insert-image-file): When visiting an image,
8135 suppress the cursor in the image buffer.
8136
8137 2001-02-01 Dave Love <fx@gnu.org>
8138
8139 * progmodes/f90.el (f90-mode): Remove startup message.
8140
8141 * vc-cvs.el: Remove autoloads. Require vc when compiling.
8142
8143 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8144
8145 * startup.el (command-line): Fix code determining whether or not
8146 to use delete-key-deletes-forward-mode.
8147
8148 2001-02-01 Andre Spiegel <spiegel@gnu.org>
8149
8150 * vc.el (vc-diff-switches): New user option.
8151 (vc-version-diff): Use it.
8152 (vc-diff-switches-list): New macro.
8153
8154 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
8155 New customization options.
8156 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
8157
8158 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
8159
8160 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8161
8162 * msb.el (toplevel): Quote hook symbols.
8163
8164 2001-02-01 Kenichi Handa <handa@etl.go.jp>
8165
8166 * international/mule.el (make-coding-system): Add description
8167 about recognized properties in the docstring.
8168
8169 * international/mule-conf.el: Remove unused charsets
8170 mac-roman-lower and mac-roman-upper.
8171
8172 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8173
8174 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8175 is in front of the left-margin, if any.
8176
8177 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8178 like `delete'.
8179
8180 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8181
8182 * term/w32-win.el (mouse-set-font): Doc fix.
8183
8184 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8185
8186 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8187 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8188 on already.
8189
8190 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8191
8192 * files.el (save-buffer): Don't give message if (buffer-file-name)
8193 returns nil.
8194
8195 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8196
8197 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8198
8199 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8200 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8201
8202 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8203 display problems.
8204
8205 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8206
8207 * international/mule.el (charset-info): Fix docstring.
8208
8209 * international/mule-diag.el (describe-character-set): Check final
8210 char valid before printing it.
8211
8212 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8213
8214 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8215
8216 * frame.el (frame-notice-user-settings): Do the tool-bar
8217 stuff only for graphical displays. Fix a braino.
8218
8219 * frame.el (frame-initialize): Create initial frame visible.
8220 (frame-notice-user-settings): When tool-bar has been switched off,
8221 correct the frame size and sync tool-bar-mode.
8222
8223 * startup.el (command-line): Remove manipulation of frame
8224 height for tool bars.
8225
8226 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8227
8228 * lpr.el: Compatibility with XEmacs and doc fixes.
8229 (lpr-windows-system, lpr-lp-system): New vars.
8230 (lpr-printer-switch): New defcustom.
8231 (printer-name, lpr-command): Customization fix.
8232 (print-region-1): Code fix.
8233 (print-region-new-buffer, printify-region): Indentation fix.
8234 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8235 New functions.
8236
8237 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8238
8239 * msb.el (toplevel): Fix the eval-after-load.
8240
8241 2001-01-29 Dave Love <fx@gnu.org>
8242
8243 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8244
8245 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8246
8247 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8248 (tcl-using-emacs-19-23): Consider Emacs 21+.
8249 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8250 (tcl-add-emacs-menu): Supply menu name.
8251 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8252
8253 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8254
8255 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8256
8257 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8258
8259 * pcvs.el (cvs-mark-fis-dead): New function.
8260 (cvs-mode-add): Use it.
8261 (cvs-mode-add-change-log-entry-other-window):
8262 Rebind change-log-default-name to itself rather than to nil.
8263
8264 2001-01-29 Sam Steingold <sds@gnu.org>
8265
8266 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8267 `autoload' statements.
8268
8269 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8270
8271 * files.el (confirm-kill-emacs): Doc fix.
8272
8273 * frame.el (frame-initialize): Doc fix.
8274
8275 * time-stamp.el (time-stamp-string): Doc fix.
8276
8277 * woman.el (WoMan-log-1): Make the log buffer writable.
8278 From Markus Rost <rost@math.ohio-state.edu>.
8279
8280 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8281
8282 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8283 the `make-variable-buffer-local'.
8284
8285 2001-01-29 Dave Love <fx@gnu.org>
8286
8287 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8288 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8289 Add autoload cookie.
8290 (ansi-color-apply-sequence): Fix typo.
8291
8292 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8293
8294 * menu-bar.el (menu-bar-files-menu): Add menu items for
8295 Postscript printing in black and white.
8296
8297 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8298 X-Mailman-Version, Precedence, List-Help, List-Post,
8299 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8300 Content-Type, Content-Length.
8301
8302 2001-01-29 Dave Love <fx@gnu.org>
8303
8304 * elide-head.el (elide-head): Make overlay evaporate.
8305
8306 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8307
8308 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8309
8310 * isearch.el (isearch-highlight): Don't punt if the display
8311 doesn't support colors, since isearch faces are defined for
8312 monochrome displays as well.
8313
8314 2001-01-27 Sam Steingold <sds@gnu.org>
8315
8316 * shell.el (shell-write-history-on-exit): Make sure that we are in
8317 the shell buffer (M-x tex-file RET inserted the error message into
8318 the TeX buffer).
8319
8320 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8321
8322 * simple.el (transient-mark-mode): Doc fix.
8323
8324 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8325
8326 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8327
8328 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8329
8330 * shell.el (shell-unquote-argument): If the shell is one of the
8331 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8332 quote character.
8333 (shell-dumb-shell-regexp): Document that the shells which match
8334 this regexp are supposed to not treat a backslash as a quote character.
8335
8336 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8337 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8338
8339 2001-01-27 Richard M. Stallman <rms@gnu.org>
8340
8341 * dabbrev.el (dabbrev--substitute-expansion):
8342 Treat a one-capital-letter abbrev as "not all upper case",
8343 so as to force preservation of the expansion's pattern
8344 if the expansion starts with a capital letter.
8345
8346 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8347
8348 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8349 Doc fix.
8350
8351 * simple.el (transient-mark-mode): Document the fact that many
8352 commands act on the region when mark is active.
8353
8354 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8355
8356 * international/quail.el (quail-setup-completion-buf): Make the
8357 multibyteness of current buffer inherited to Quail completion buffer.
8358 (quail-show-guidance-buf): Make the multibyteness of current
8359 buffer inherited to Quail guidance buffer.
8360 (quail-help): Make the multibyteness of current buffer inherited
8361 to Quail help buffer.
8362
8363 2001-01-26 Dave Love <fx@gnu.org>
8364
8365 * time-stamp.el: Doc fixes.
8366
8367 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8368 (delphi-keyword-face, delphi-other-face): Fix :type.
8369
8370 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8371
8372 * mail/feedmail.el (feedmail): Add :link.
8373 (feedmail-send-it): Doc fix.
8374
8375 * mail/sendmail.el: Doc fixes.
8376 (sendmail-send-it): Fix the non-ASCII regexp and use
8377 rfc2047-encode-string.
8378
8379 * dired.el, dired-aux.el: Revert last change.
8380
8381 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8382
8383 * makefile.w32-in (DONTCOMPILE): Add various term files.
8384
8385 2001-01-26 Dave Love <fx@gnu.org>
8386
8387 * Makefile.in (DONTCOMPILE): Add various term files.
8388
8389 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8390
8391 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8392
8393 * startup.el (display-startup-echo-area-message): Make sure
8394 the echo area is resized to fit the size of the startup message.
8395
8396 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8397 part of which is a constant.
8398
8399 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8400
8401 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8402
8403 2001-01-26 Richard M. Stallman <rms@gnu.org>
8404
8405 * simple.el (next-line): Don't let `newline' expand abbrevs.
8406 Simplify slightly.
8407 (open-line): Don't let `newline' expand abbrevs.
8408
8409 2001-01-25 John Wiegley <johnw@gnu.org>
8410
8411 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8412 to `repeat' in the :type field.
8413
8414 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8415 allow a choice of regexp or nil.
8416 (pcomplete-dir-ignore): Same.
8417
8418 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8419 a command) to always fail.
8420
8421 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8422
8423 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8424 discard the result.
8425 (iswitchb-to-end): Likewise.
8426
8427 2001-01-25 Sam Steingold <sds@gnu.org>
8428
8429 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8430 Require vc.
8431
8432 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8433
8434 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8435
8436 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8437
8438 2001-01-25 Dave Love <fx@gnu.org>
8439
8440 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8441 (describe-coding-system): Tweak the English text.
8442
8443 * loadup.el: Preload international/ccl for utf-8.
8444
8445 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8446
8447 * mail/rmail.el (rmail-redecode-body): Doc fix.
8448
8449 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8450
8451 * international/mule-cmds.el (reset-language-environment):
8452 Reset coding-category-utf-8 to mule-utf-8.
8453
8454 * international/mule-conf.el (coding-category-utf-8):
8455 Initialize to mule-utf-8.
8456
8457 * loadup.el: Preload international/utf-8.
8458
8459 * international/utf-8.el: New file.
8460
8461 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8462
8463 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8464
8465 2001-01-24 Sam Steingold <sds@gnu.org>
8466
8467 * dired.el (dired-replace-in-string): Removed.
8468 (dired-sort-toggle): Use `replace-regexps-in-string'
8469 instead of `dired-replace-in-string'.
8470
8471 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8472 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8473
8474 * gs.el (gs-replace-in-string): Removed.
8475 (gs-options): Use `replace-regexps-in-string'
8476 instead of `gs-replace-in-string'.
8477
8478 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8479
8480 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8481 bug report is mailed to an email list and posted to a news group.
8482
8483 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8484
8485 * comint.el (comint-replace-by-expanded-history-before-point):
8486 Fix change of 2000-08-03 to move point to the start of the line again.
8487
8488 * startup.el (tool-bar-images-pixel-height): New variable.
8489 (command-line): After loading the user's init file, when
8490 tool-bar-mode is on, increase the frame's size by some lines for
8491 the tool-bar.
8492
8493 * frame.el (frame-initialize): Create the initial frame invisible.
8494
8495 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8496
8497 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8498 (chinese-big5): MIME:Big5.
8499
8500 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8501
8502 * international/mule-cmds.el (universal-coding-system-argument):
8503 Handle commands with prefix args.
8504
8505 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8506
8507 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8508 being a list of numbers.
8509 (diary-mail-entries): Rewritten.
8510
8511 2001-01-23 Dave Love <fx@gnu.org>
8512
8513 * international/mule.el (make-coding-system): Fix typo.
8514
8515 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8516 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8517
8518 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8519
8520 * font-lock.el (font-lock-mode): Doc fix.
8521
8522 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8523
8524 * international/mule.el (make-translation-table): Fix docstring.
8525
8526 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8527
8528 * mail/rmail.el (rmail-redecode-body): New function.
8529
8530 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8531
8532 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8533
8534 * isearch.el (isearch-lazy-highlight-case-fold-search)
8535 (isearch-lazy-highlight-regexp): New variables.
8536 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8537 case-fold search or regexp search has been toggled.
8538
8539 * wid-edit.el (widget-button-click): Avoid a save-excursion
8540 around running a global binding.
8541
8542 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8543 to 0.25.
8544
8545 2001-01-20 Miles Bader <miles@gnu.org>
8546
8547 * cus-edit.el (custom-face-save): Do post-processing on the face's
8548 new value like `custom-face-set' does.
8549
8550 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8551
8552 * mail/emacsbug.el (report-emacs-bug): Report the value of
8553 LC_CTYPE, not LC_TYPE.
8554
8555 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8556 isearch-toggle-regexp and isearch-edit-string to doc string.
8557
8558 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8559
8560 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8561 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8562
8563 * jit-lock.el (jit-lock-fontify-now): Don't bind
8564 font-lock-beginning-of-syntax-function to nil.
8565
8566 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8567
8568 * mail/emacsbug.el (report-emacs-bug): Report values of
8569 locale-coding-system, default-enable-multibyte-characters, and the
8570 environment variables LC_ALL, LC_TYPE, and LANG.
8571
8572 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8573
8574 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8575
8576 * font-lock.el (font-lock-multiline): Default to nil.
8577 (font-lock-default-fontify-region): If font-lock-multiline is
8578 nil, don't check the property `font-lock-multiline'.
8579
8580 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8581 is nil, don't check the `font-lock-multiline' text property.
8582
8583 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8584
8585 * viper.el: Call initial-major-mode on startup.
8586
8587 * ediff.el (ediff-patch-file): Use better defaults.
8588
8589 * ediff-vers.el: Fix for 8+3 DOS file systems.
8590
8591 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8592
8593 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8594 diff mode, if available.
8595
8596 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8597
8598 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8599
8600 * ediff-init.el (subst-char-in-string): Define and use it, unless
8601 it's already defined.
8602
8603 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8604
8605 * tooltip.el (tooltip-hide-delay): New user-option.
8606 (tooltip-show): Use tooltip-hide-delay instead of the default.
8607
8608 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8609
8610 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8611 kill-local-variable doesn't work for enable-multibyte-characters.
8612
8613 2001-01-17 Dave Love <fx@gnu.org>
8614
8615 * ediff-init.el (ediff-before-setup-hook)
8616 (ediff-merge-filename-prefix): Add :version.
8617
8618 * international/latin1-disp.el: Require disp-table.
8619 (latin1-display): Fix :set.
8620
8621 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8622
8623 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8624
8625 * isearch.el (isearch-lazy-highlight-initial-delay)
8626 (isearch-lazy-highlight-interval): Default to 0.
8627
8628 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8629
8630 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8631 1 here rather than each time through
8632 isearch-lazy-highlight-new-loop.
8633 (isearch-lazy-highlight-max): Variable deleted.
8634 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8635 isearch-lazy-highlight-max but controls a single invocation of
8636 isearch-lazy-highlight-update.
8637 (isearch-lazy-highlight-wrapped): Variable recreated.
8638 (isearch-lazy-highlight-window-start): New variable.
8639 (isearch-lazy-highlight-cleanup): Restored to behavior of
8640 before 2-Jan.
8641 (isearch-lazy-highlight-remove-overlays): Function deleted;
8642 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8643 behavior removed.
8644 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8645 isearch-lazy-highlight-update in a loop rather than just once.
8646 Test isearch-invalid-regexp here and decide not to start a new
8647 loop, rather than testing it each time through
8648 isearch-lazy-highlight-update.
8649 (isearch-lazy-highlight-search): Function restored.
8650 (isearch-lazy-highlight-update): Get called in a timer loop again,
8651 but this time highlight more than one match each time through.
8652 Only highlight matches in the visible part of the window.
8653 Start at point, move in the direction of the search, and wrap around at
8654 the edge of the window. Use sit-for to force redisplay and ensure
8655 window-start is credible. "Face suppressing" behavior removed;
8656 overlay priorities should make it unnecessary, right?
8657 (isearch-highlight): Face suppressing behavior removed.
8658 (isearch-dehighlight): Face suppressing behavior removed.
8659 (isearch-set-lazy-highlight-faces-at): Removed.
8660
8661 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8662
8663 * language/european.el ("Latin-1"): Make the format of description
8664 about additional language environments same as that of Latin-2.
8665
8666 2001-01-16 Dave Love <fx@gnu.org>
8667
8668 * isearch.el (isearch-lazy-highlight): Add :version.
8669
8670 * simple.el (backward-delete-char-untabify-method)
8671 (next-line-add-newlines): Add :version.
8672
8673 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8674
8675 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8676 Don't bind <delete> otherwise.
8677
8678 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8679 and <delete> via function-key-map.
8680
8681 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8682 Subject line only if point is after the `Subject:'.
8683
8684 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8685
8686 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8687 japanese-jisx0213-2 in `charset' property of this lang. env.
8688
8689 * language/european.el ("Latin-1"): Add description for Dutch and
8690 Spanish lang. env.
8691
8692 * international/mule.el (decode-char): Fix conditions.
8693 (encode-char): Handle eight-bit-control too.
8694 (transform-make-coding-system-args): New function.
8695 (make-coding-system): Accept XEmacs style arguments for CCL base
8696 coding system.
8697
8698 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8699
8700 * progmodes/etags.el (find-tag-noselect): Save the value of
8701 tags-file-name before switching buffers, for the case it has a
8702 buffer-local value.
8703
8704 2001-01-15 Alex Schroeder <alex@gnu.org>
8705
8706 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8707 From Dave Love <fx@gnu.org>.
8708 (ansi-color-for-comint-mode): Fix :version.
8709
8710 2001-01-15 Alex Schroeder <alex@gnu.org>
8711
8712 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8713
8714 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8715
8716 * dired.el (dired-insert-directory): If file-system-info fails,
8717 remove the " free " part, but don't signal an error.
8718
8719 2001-01-12 Sam Steingold <sds@gnu.org>
8720
8721 * bookmark.el (bookmark-maybe-historicize-string):
8722 Use new backquote syntax.
8723
8724 2001-01-12 Richard M. Stallman <rms@gnu.org>
8725
8726 * subr.el (last): Handle a list that doesn't end in nil.
8727
8728 2001-01-12 Sam Steingold <sds@gnu.org>
8729
8730 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8731 to `backward-delete-char-untabify'.
8732
8733 2001-01-12 Dave Love <fx@gnu.org>
8734
8735 * cus-edit.el (customize-menu-create): Fix the :filter following
8736 easymenu change.
8737
8738 * wid-edit.el (function): Add :match-alternatives.
8739 (widget-color-action): Doc fix.
8740
8741 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8742
8743 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8744
8745 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8746
8747 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8748
8749 * international/ccl.el (define-ccl-program): Fix docstring.
8750
8751 2001-01-11 Dave Love <fx@gnu.org>
8752
8753 * international/mule-cmds.el (standard-display-european-internal):
8754 Set display table for 2208 as for 160.
8755
8756 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8757
8758 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8759 entry for custom-menu-create change.
8760 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8761 don't cons it in the search loop.
8762
8763 * imenu.el (imenu--truncate-items): Revert last change.
8764
8765 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8766
8767 * info.el (Info-setup-header-line): If the node header includes
8768 either Next: or Prev: links, don't show the File: and Node: parts
8769 in the header line.
8770
8771 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8772
8773 * comint.el (comint-goto-process-mark): Don't print a message
8774 when running in batch mode.
8775
8776 * isearch.el (isearch-search): In the condition-case handler for
8777 `error', set isearch-invalid-regexp to the whole error message.
8778
8779 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8780 ensure that eval-after-load works for files dumped with Emacs.
8781
8782 * help.el (load-symbol-file-load-history): New function extracted
8783 from function symbol-file.
8784 (symbol-file): Use it.
8785
8786 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8787
8788 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8789
8790 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8791 behave as if there were no prefix argument.
8792 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8793 argument were nil.
8794
8795 2001-01-11 Richard M. Stallman <rms@gnu.org>
8796
8797 * isearch.el (isearch-lazy-highlight-update):
8798 Don't look for more potential matches once maximum is exceeded.
8799 Use overlays-in to check correctly for overlap with current match.
8800 Ignore empty matches.
8801
8802 2001-01-11 Miles Bader <miles@gnu.org>
8803
8804 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8805 (ispell-overlay-window, ispell-help, ispell-show-choices)
8806 (ispell-command-loop): Use it instead of `window-height'.
8807
8808 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8809
8810 * files.el (confirm-kill-emacs): New user-option.
8811 (save-buffers-kill-emacs): Ask for final confirmation before
8812 killing Emacs.
8813
8814 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8815 to nil.
8816
8817 2001-01-10 Dave Love <fx@gnu.org>
8818
8819 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8820
8821 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8822
8823 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8824
8825 * calculator.el (calculator-number-digits): Fix :type.
8826
8827 * vc-cvs.el (vc-cvs-header): Fix :type.
8828 * vc-rcs.el (vc-rcs-header): Fix :type.
8829 * vc-sccs.el (vc-sccs-header): Fix :type.
8830
8831 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8832
8833 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8834
8835 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8836
8837 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8838
8839 * simple.el (set-variable): Force a thorough redisplay for the
8840 case that the variable has an effect on the display, like
8841 `tab-width' has.
8842
8843 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8844
8845 * vc.el: Add documentation for backend interface.
8846
8847 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8848
8849 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8850
8851 * international/mule-conf.el (latin-extra-code-table): Set to t
8852 for \223 and \224.
8853
8854 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8855
8856 * international/mule-cmds.el (locale-language-names): Map "es" to
8857 "Spanish" and "nl" to "Dutch".
8858
8859 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8860
8861 * bindings.el (global-map): Bind <home> to beginning-of-line,
8862 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8863 C-<end> to end-of-buffer.
8864
8865 * language/european.el: Add Dutch and Spanish language info
8866 to be able to use the appropriate tutorials.
8867
8868 2001-01-09 Alex Schroeder <alex@gnu.org>
8869
8870 * ansi-color.el (ansi-color-process-output): Use markers instead
8871 of positions for start and end of region.
8872 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8873 Previously, occasional mistakes happend when fontifying many
8874 chunks of output (eg. ls --color=yes /dev). This happened
8875 whenever an overlay was created up to the end of the region, which
8876 coincided with the process-mark. New text would then be added
8877 within that overlay instead of after it.
8878 (ansi-color-make-extent): Overlays are created with the property
8879 `modification-hooks' set to '(ansi-color-freeze-overlay).
8880 (ansi-color-freeze-overlay): New function. When inserting text at
8881 the end of the overlay, the overlay will resize.
8882
8883 2000-01-09 Alex Schroeder <alex@gnu.org>
8884
8885 * ansi-color.el (ansi-color-process-output): Doc change.
8886 (ansi-color-unfontify-region): Doc change. No longer installed
8887 automatically in font-lock-unfontify-region-function.
8888 (ansi-color-apply): Doc change.
8889 (ansi-color-apply-on-region): Use extents or overlays instead of
8890 text-properties.
8891 (ansi-color-make-extent): New function.
8892 (ansi-color-set-extent-face): New function.
8893
8894 2000-01-09 Alex Schroeder <alex@gnu.org>
8895
8896 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8897 both use ansi-color-process-output, now.
8898 (ansi-color-process-output): Doesn't return string anymore. It is
8899 installed in comint-output-filter-functions for both Emacs and
8900 XEmacs, now.
8901 (ansi-color-unfontify-region): Simplified code removing variables
8902 pos and start-ansi.
8903 (ansi-color-apply): Put text-property ansi-color before putting
8904 text-property face because ansi-color-unfontify-region is called
8905 immediately after the call to put-text-property.
8906 (ansi-color-context-region): Doc change.
8907 (ansi-color-filter-region): Simplified code.
8908 (ansi-color-apply-on-region): Changed start to start-marker, using
8909 a marker explicitly. Put text-property ansi-color before putting
8910 text-property face because ansi-color-unfontify-region is called
8911 immediately after the call to put-text-property.
8912
8913 2000-01-09 Alex Schroeder <alex@gnu.org>
8914
8915 * ansi-color.el (ansi-color-faces-vector): Doc change.
8916 (ansi-color-for-comint-mode): Changed :type property to choice.
8917 (ansi-color-last-context): Removed.
8918 (ansi-color-process-output): Don't use ansi-color-last-context, as
8919 the main functions will store their context now.
8920 (ansi-color-context): Doc change.
8921 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8922 Uses ansi-color-context such that repeated calls will strip
8923 partial escape sequences, too.
8924 (ansi-color-apply): Simplified code. Colorize end of string if
8925 face is not null. Store context in new (FACE STRING) format, such
8926 that repeated calls will strip partial escape sequences, too.
8927 Append faces to face property using ansi-color-apply-sequence such
8928 that cumulative mode actually works.
8929 (ansi-color-context-region): New variable.
8930 (ansi-color-filter-region): Rewrote it based on
8931 ansi-color-apply-on-region. Uses ansi-color-context-region such
8932 that repeated calls will strip partial escape sequences, too.
8933 (ansi-color-apply-on-region): Simplified code. Colorize end of
8934 region if face is not null. Store context in new (FACE POS)
8935 format, such that repeated calls will strip partial escape
8936 sequences, too. Append faces to face property using
8937 ansi-color-apply-sequence such that cumulative mode actually works.
8938 (ansi-color-apply-sequence): New function.
8939 (ansi-color-get-face): When the default face is added to the list
8940 of faces, all previous settings are discarded and the list of
8941 faces is set to '(default).
8942
8943 2000-01-09 Alex Schroeder <alex@gnu.org>
8944
8945 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8946 face, such that ansi-color-apply and ansi-color-apply-on-region
8947 will do the right thing.
8948 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8949 returns nil, set the list of faces back to nil instead of
8950 appending the result of ansi-color-get-face to the front of the list.
8951
8952 2000-01-09 Alex Schroeder <alex@gnu.org>
8953
8954 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8955 (ansi-color-process): Doc change.
8956 (ansi-color-last-context): New buffer-local variable.
8957 (ansi-color-process-output): New function. It is automatically
8958 added to comint-output-filter-functions if this is XEmacs.
8959 (ansi-color-unfontify-region): New optional parameter for XEmacs
8960 compatibility. Check wether font-lock-syntactic-keywords is
8961 boundp before removing the syntax table text property, as XEmacs
8962 doesn't have it.
8963 (ansi-color-filter-region): Doc change.
8964 (ansi-color-apply-on-region): Doc change.
8965 (ansi-color-make-face): New function. Compatibility layer for
8966 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8967 (ansi-color-make-color-map): Use ansi-color-make-face.
8968 (ansi-color-get-face): Avoid face text property '(nil) as results
8969 in an errow for XEmacs.
8970
8971 2000-01-09 Alex Schroeder <alex@gnu.org>
8972
8973 * ansi-color.el (ansi-color-unfontify-region): New function.
8974 Uses text-property ansi-color in order to preserve fontification by
8975 ansi-color. When the package is loaded, a lambda expression is
8976 put onto font-lock-mode-hook. This lambda expression will check
8977 font-lock-unfontify-region-function and replace
8978 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8979 (ansi-color-apply): Add text-property ansi-color in addition to
8980 text-property face.
8981 (ansi-color-apply-on-region): Add text-property ansi-color in
8982 addition to text-property face.
8983 (save-buffer-state): Copy of the macro that is also used by
8984 lazy-lock and font-lock.
8985
8986 (ansi-color-for-comint-mode): New option.
8987 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8988 (ansi-color-for-comint-mode-off): Ditto.
8989 (ansi-color-for-comint-mode-filter): Ditto.
8990 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8991 decide what to do. This function is added to
8992 comint-preoutput-filter-functions when the package is loaded.
8993
8994 (ansi-color-for-shell-mode-set): Removed.
8995 (ansi-color-for-shell-mode): Removed.
8996
8997 2000-01-09 Alex Schroeder <alex@gnu.org>
8998
8999 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
9000 the lambda expression from the ansi-color-for-shell-mode :set
9001 property. Additionally, modify shell-mode-hook to enable or
9002 disable font-lock-mode for future shell buffers.
9003 (ansi-color-for-shell-mode): The :set property calls
9004 ansi-color-for-shell-mode-set instead of a lambda expression.
9005
9006 2000-01-09 Alex Schroeder <alex@gnu.org>
9007
9008 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
9009 (ansi-color-context): New variable.
9010 (ansi-color-apply): Save context between calls.
9011
9012 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
9013
9014 * isearch.el (isearch, isearch-lazy-highlight-face):
9015 New definitions for face colors and attributes.
9016
9017 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
9018 of display-mouse-p.
9019
9020 2001-01-09 Kenichi Handa <handa@etl.go.jp>
9021
9022 * international/mule.el (make-coding-system): If the coding system
9023 accepts extra latin codes, register such codes as safe for the
9024 coding system.
9025
9026 2001-01-08 Richard M. Stallman <rms@gnu.org>
9027
9028 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
9029 don't mention the file name or the date here, because they are
9030 logged at the start of the file.
9031
9032 2001-01-08 Richard M. Stallman <rms@gnu.org>
9033
9034 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9035 Change screen-width to frame-width.
9036
9037 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9038
9039 * info.el (Info-search): Print the default as part of the prompt.
9040
9041 2001-01-08 Andre Spiegel <spiegel@gnu.org>
9042
9043 * vc.el (vc-default-latest-on-branch-p): New function, replaces
9044 constant implementations in backends.
9045
9046 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
9047 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
9048
9049 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
9050 WRITABLE to EDITABLE.
9051
9052 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
9053 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
9054 to EDITABLE.
9055
9056 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9057
9058 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
9059 (copyright, copyright-update): Compute the current year at run time.
9060
9061 2001-01-08 Gerd Moellmann <gerd@gnu.org>
9062
9063 * isearch.el (isearch-old-signal-hook): Removed.
9064 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
9065 instead of setting signal-hook-function.
9066 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
9067
9068 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
9069
9070 * emulation/edt.el: Update to version 4.0. Provide support for
9071 EDT scroll margins at top and bottom of the window. Provide an
9072 emulation of the EDT SUBS command (bound to GOLD-Enter, by
9073 default). Enhance edt-quit, bound to GOLD-q by default, to warn
9074 user when file-related buffer modifications exist.
9075 Provide support for running EDT Emulation in XEmacs.
9076 Provide customize access to some user updatable variables.
9077 Add Commentary section to file header.
9078 Fixed a few minor bugs and cleaned up some code.
9079
9080 * emulation/edt-mapper.el: Update to version 4.0. Provide support
9081 for detecting a keypress that generates an ASCII key sequence.
9082 (Previously, only a keypress that generates a vector was
9083 recognized.) Embed Window Manager name into name of the generated
9084 EDT Emulation initialization file since the initialization file is
9085 Window Manager specific. Add Commentary section to file header.
9086
9087 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
9088
9089 * mail/sendmail.el (mail-mode): Doc fix.
9090
9091 * info.el (Info-goto-emacs-command-node): Doc fix.
9092 (Info-goto-emacs-key-command-node): Doc fix.
9093
9094 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9095
9096 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
9097 systems without long file-name support.
9098
9099 2001-01-06 Andrew Innes <andrewi@gnu.org>
9100
9101 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
9102
9103 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9104
9105 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
9106 (isearch-lazy-highlight-update): Doc fix.
9107
9108 * ffap.el (ffap-bindings): Doc fix.
9109
9110 * dired-x.el (dired-virtual-guess-dir): Doc fix.
9111
9112 2001-01-05 Dave Love <fx@gnu.org>
9113
9114 * emacs-lisp/cl-seq.el (remove, remq): Remove.
9115
9116 2001-01-05 Gerd Moellmann <gerd@gnu.org>
9117
9118 * mouse-drag.el (mouse-drag-safe-scroll):
9119 Bind scroll-preserve-screen-position to nil.
9120
9121 * isearch.el (isearch-old-signal-hook): New variable.
9122 (isearch-mode): Set signal-hook-function to isearch-done.
9123 (isearch-done): Restore old signal-hook-function.
9124
9125 * info.el (Info-fontify-node): Mark one more char as intangible.
9126
9127 2000-01-05 Kenichi Handa <handa@etl.go.jp>
9128
9129 * composite.el (compose-last-chars): New argument COMPONENTS.
9130 If it is non-nil, compose preceding characters by compose-region with
9131 COMPONENTS.
9132
9133 * international/quail.el (quail-input-string-to-events): New function.
9134 (quail-input-method): Convert input string to events here.
9135 (quail-start-translation): Return input string, not event list.
9136 (quail-start-conversion): Likewise.
9137
9138 2001-01-04 Gerd Moellmann <gerd@gnu.org>
9139
9140 * tooltip.el (tooltip-cancel-delayed-tip)
9141 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
9142 and tooltip-add-timeout.
9143 (tooltip-show): Set border color from faces's foreground.
9144 (tooltip-show-help-function): If called with the same help string
9145 as last time, do nothing.
9146 (tooltip-help-tips): Don't set tooltip-help-message to nil.
9147
9148 * startup.el (fancy-splash-screens): Don't bind show-help-function
9149 to nil.
9150
9151 * tooltip.el (tooltip-frame-parameters): Remove colors.
9152 (tooltip): New face
9153 (tooltip-set-param): New function.
9154 (tooltip-show): Set up color frame parameters from face `tooltip'.
9155 Display the tooltip text in face `tooltip'.
9156
9157 2001-01-04 Dave Love <fx@gnu.org>
9158
9159 * whitespace.el (whitespace-global-mode): Fix typo.
9160
9161 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
9162
9163 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9164
9165 * help.el (help-for-help): Fix a typo in a doc string.
9166 From kwzh@gnu.org (Karl Heuer).
9167
9168 2001-01-03 Dave Love <fx@gnu.org>
9169
9170 * dired-x.el: Doc fixes. Maintainer change.
9171 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
9172 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
9173 (dired-guess-shell-alist-user): Customize.
9174 (dired-x-help-address): Set to bug-gnu-emacs.
9175 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9176 (dired-default-directory): Renamed from default-directory.
9177
9178 * hl-line.el (hl-line): Doc fix.
9179
9180 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9181
9182 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9183
9184 2001-01-02 Richard M. Stallman <rms@gnu.org>
9185
9186 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9187 to remove all the current alternative-match highlighting.
9188 If nil, remove only what's outside the current window.
9189 (isearch-lazy-highlight-remove-overlays): Take optional
9190 region within which NOT to remove them.
9191 (isearch-lazy-highlight-new-loop): Greatly simplified.
9192 (isearch-lazy-highlight-update): Find all the other occurrences
9193 visible in the window, in just one call.
9194 (isearch-lazy-highlight-start): Now holds start of region to scan.
9195 (isearch-lazy-highlight-end): Now holds end of region to scan.
9196 (isearch-lazy-highlight-wrapped): Variable deleted.
9197 (isearch-lazy-highlight-search): Function deleted.
9198
9199 2000-01-02 Andrew Innes <andrewi@gnu.org>
9200
9201 * w32-fns.el (convert-standard-filename): Do length check on name
9202 before aref.
9203
9204 2001-01-02 Dave Love <fx@gnu.org>
9205
9206 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9207 value.
9208 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9209
9210 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9211
9212 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9213 read syntax.
9214
9215 * calendar/todo-mode.el (todo): Add :link, :version.
9216 (todo-save-top-priorities): Remove autoload cookie.
9217 (todo-add-category, todo-add-item-non-interactively)
9218 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9219
9220 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9221
9222 * comint.el (comint-input-history-ignore): New variable.
9223 (comint-read-input-ring): Ignore entries matching
9224 comint-input-history-ignore.
9225
9226 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9227
9228 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9229 (lm-copyright-mark): New function.
9230 (lm-crack-copyright): New function.
9231 (lm-verify): Check that the file has a copyright.
9232 Check that the file is copyright Free Software Foundation.
9233
9234 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9235
9236 * international/mule-diag.el (print-fontset): Indent font name by
9237 24 columns, not 25.
9238
9239 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9240
9241 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9242 in Subject line.
9243
9244 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9245 Use mail-mode-hook instead of mail-setup-hook.
9246 Otherwise continuing an interrupted message with C-u C-x m for
9247 instance, winds up in Mail mode without abbrevs.
9248
9249 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9250
9251 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9252 non-nil. Adding almost all customization variables on ps-setup.
9253 Doc fix.
9254 (ps-print-version): New version number (6.3.3).
9255 (ps-end-with-control-d): Initialization fix.
9256 (ps-lines-printed): New var.
9257 (ps-skip-newline): New fun.
9258 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9259 (ps-next-line, ps-continue-line, ps-plot-region)
9260 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9261
9262 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9263
9264 * international/fontset.el (x-complement-fontset-spec):
9265 Resolve ASCII font name so that the same family name is used for fonts
9266 registered in x-font-name-charset-alist.
9267 (create-fontset-from-fontset-spec): Adjusted for the above change.
9268 The name of fontset alias should be a unresolved ASCII font name.
9269
9270 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9271
9272 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9273 and delete in isearch-mode-map.
9274
9275 2000-12-28 Richard M. Stallman <rms@gnu.org>
9276
9277 * dired-x.el (dired-guess-shell-alist-default):
9278 Use xpdf instead of acroread.
9279
9280 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9281
9282 * textmodes/artist.el (artist-butlast): Deleted.
9283 (artist-ellipse-mirror-quadrant): Use butlast instead of
9284 artist-butlast.
9285
9286 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9287
9288 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9289
9290 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9291
9292 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9293
9294 * ls-lisp.el: Better support for the Mac and MS-Windows.
9295 (ls-lisp): New defgroup.
9296 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9297 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9298 (ls-lisp-support-shell-wildcards): New defcustoms.
9299 (ls-lisp-parse-symlink): New function.
9300 (insert-directory): Code to convert switches to a list and set up
9301 the wildcard argument copied from ls-lisp-insert-directory.
9302 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9303 for -C and -R switches.
9304 (ls-lisp-column-format): New function.
9305 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9306 (ls-lisp-format-time): Add doc strings.
9307 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9308 Support ls-lisp-dirs-first.
9309 (ls-lisp-classify, ls-lisp-extension): New functions.
9310 (ls-lisp-format): Optionally support emulation of symlinks.
9311 Support -i, -s, and -G switches.
9312
9313 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9314
9315 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9316
9317 * version.el (emacs-version): Print X scroll bar information.
9318
9319 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9320 instead of x-toolkit-scroll-bars-p.
9321
9322 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9323 of x-toolkit-scroll-bars-p.
9324
9325 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9326
9327 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9328 (ffap-bindings): Doc fix, to reflect the above change.
9329
9330 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9331
9332 * term.el (term-char-mode): Define all non-ascii self-inserting
9333 characters to 'term-send-raw in term-raw-map.
9334
9335 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9336
9337 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9338
9339 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9340 Changed initialization; use add-hook.
9341 (ediff-file-remote-p): Use file-local-copy.
9342
9343 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9344
9345 * ediff.el (ediff-patch-buffer): Bug fix.
9346 (ediff-revision): Allow selection of the file at the prompt.
9347
9348 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9349
9350 * subr.el (combine-run-hooks): Remove.
9351
9352 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9353 and remove the rogue second spec.
9354
9355 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9356
9357 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9358
9359 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9360
9361 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9362 Use minibuffer menu prompt for the `=' prefix.
9363 (smerge-command-prefix): Change default to C-^.
9364 (smerge-mode): Don't assume font-lock doesn't move point.
9365
9366 * skeleton.el (skeleton-internal-1): Make sure the first line of
9367 the region is also re-indented.
9368 (skeleton-end-newline): New var.
9369 (skeleton-end-hook): Use it.
9370
9371 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9372
9373 * comint.el (comint-password-prompt-regexp): Support CVS.
9374
9375 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9376
9377 * simple.el (delete-key-deletes-forward-mode): Simplify.
9378 Also backspace key combinations, depending on
9379 delete-key-deletes-forward.
9380
9381 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9382
9383 * simple.el (delete-key-deletes-forward): Doc fix.
9384
9385 2000-08-22 Emmanuel Briot <briot@gnat.com>
9386
9387 * xml.el (top level comment): Updated to reflect the fact that
9388 white spaces are relevant in the XML file.
9389 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9390 to parse was already edited. This allows for on-the-fly analysis
9391 of XML files.
9392 (xml-parse-tag): Check that the casing is the same in the start
9393 tag and end tag, since XML is case-sensitive. Allows for spaces
9394 in the end tag, after the name of the tag.
9395 (xml-parse-attlist): Allow for the character '-' in the name of
9396 attributes, as in the standard http-equiv attribute Do not save
9397 the properties in the XML tree, since they are not relevant.
9398
9399 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9400
9401 * generic.el (generic-read-type): Undo last change, inline into
9402 `generic-mode' and then remove.
9403 (generic-mode): Inline generic-read-type.
9404 (define-generic-mode): Push the symbol name rather than the symbol
9405 onto generic-mode-list.
9406
9407 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9408
9409 * generic.el (generic-read-type): Build an alist for
9410 completing-read as in 20.7.
9411
9412 * play/landmark.el (lm): Use interactive spec `P'.
9413 (toplevel): Don't set debug-on-error.
9414
9415 * server.el (server-switch-buffer): Choose a window on a visible frame.
9416
9417 2000-12-21 Dave Pearson <davep@davep.org>
9418
9419 * quickurl.el: Commentry change, I've moved my web site.
9420
9421 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9422
9423 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9424 ranges like \177-\237, but accepts the character sequence from \177 to
9425 \237. Doc fix.
9426 (ebnf-version): New version (3.4).
9427 (ebnf-setup): Code fix.
9428 (ebnf-range-regexp): New fun.
9429 (ebnf-8-bit-chars): Const fix.
9430
9431 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9432 entry. Doc fix.
9433 (ebnf-bnf-lex): Code fix.
9434 (ebnf-bnf-comment-chars): Const fix.
9435
9436 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9437 entry. Doc fix.
9438 (ebnf-iso-comment-chars): Const fix.
9439
9440 * ebnf-otz.el: Doc fix.
9441
9442 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9443 entry. Doc fix.
9444 (ebnf-yac-skip-code): Code fix.
9445 (ebnf-yac-comment-chars): Const fix.
9446
9447 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9448
9449 * files.el (insert-directory-safely): New function.
9450 (recover-file): Use it instead of insert-directory.
9451 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9452
9453 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9454
9455 * international/mule-cmds.el (select-safe-coding-system):
9456 Check coding-category-list more rigidly. Improve help message.
9457
9458 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9459
9460 2000-12-21 Miles Bader <miles@gnu.org>
9461
9462 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9463
9464 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9465
9466 * international/mule-diag.el (describe-char-after): Make *Help*
9467 buffer inherit multibyteness of the current buffer.
9468
9469 * international/mule.el (make-char): Docstring adjusted for the
9470 change of make-char-internal.
9471
9472 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9473
9474 * international/iso-cvt.el: Docstrings fix.
9475
9476 2000-12-20 Dave Love <fx@gnu.org>
9477
9478 * subr.el (eval-after-load): Doc fix.
9479
9480 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9481
9482 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9483 for numbers.
9484
9485 2000-12-20 Miles Bader <miles@gnu.org>
9486
9487 * international/quail.el (quail-help): Resize the help window
9488 again after it has all its contents. Remove unneeded progn.
9489
9490 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9491
9492 * pcmpl-linux.el: Fix copy/paste error.
9493
9494 2000-12-19 Andrew Innes <andrewi@gnu.org>
9495
9496 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9497
9498 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9499
9500 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9501
9502 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9503
9504 * progmodes/idlw-shell.el: Fixed copyright notice.
9505
9506 * progmodes/idlwave.el: Fixed copyright notice.
9507
9508 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9509 TAB as key separators.
9510
9511 2000-12-19 Alex Schroeder <alex@gnu.org>
9512
9513 * sql.el (sql-sybase-options): New option.
9514 (sql-sybase): Use it. Add sql-database to the list of parameters
9515 provided for login. The options -w 2048 -n are not used any more.
9516 (sql-postgres-options): Changed default from "--pset" to "-P".
9517 (sql-mysql-options): Doc change.
9518 (sql-stop): Doc change.
9519
9520 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9521
9522 * international/quail.el (quail-input-method): Always hide
9523 the guidance buffer on exiting.
9524
9525 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9526
9527 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9528 isn't fboundp.
9529
9530 * server.el (server-buffer-done): Bury the buffer before
9531 killing it.
9532
9533 * faces.el (face-spec-set): Interpret a nil in specs for
9534 foreground and background colors as `unspecified', for
9535 compatibility with 20.x.
9536
9537 2000-12-18 Dave Love <fx@gnu.org>
9538
9539 * simple.el (mail-user-agent): Doc fix.
9540 (input-mode-8-bit): Removed.
9541
9542 * international/mule.el (set-keyboard-coding-system): Doc fix.
9543 (keyboard-coding-system): New option.
9544
9545 * mail/sendmail.el (send-mail-function): Customize.
9546
9547 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9548
9549 * international/codepage.el (cp866-decode-table): New table.
9550
9551 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9552
9553 * version.el (emacs-version): Remove `%a' from the time format
9554 because the weekday doesn't fit well into each locale.
9555
9556 2000-12-18 Miles Bader <miles@gnu.org>
9557
9558 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9559
9560 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9561 Check that emacs-major-version is `=' to 20, not `>='.
9562 (artist-replace-chars): Use `make-string' instead of a loop.
9563
9564 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9565
9566 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9567 (cvs-execute-single-file): Don't change directory.
9568 Patch from Per Cederqvist.
9569
9570 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9571
9572 * textmodes/ispell.el (check-ispell-version):
9573 If `ispell-program-name' is "aspell", pass it the -v switch instead
9574 of -vv.
9575
9576 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9577
9578 * international/mule-diag.el (mule-diag): Insert information about
9579 configure options, multibyte awareness, language env.
9580
9581 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9582 regexp to search for candidates.
9583
9584 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9585
9586 * info.el (Info-forward-node): If the node has an
9587 Info-header-line, widen the buffer before searching for "next:"
9588 and "up:" pointers, and set the search limit to stay in the
9589 current node.
9590
9591 2000-12-16 Miles Bader <miles@gnu.org>
9592
9593 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9594
9595 2000-12-15 Miles Bader <miles@gnu.org>
9596
9597 * comint.el (comint-send-string, comint-send-region): Also accept
9598 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9599 process-send-string/region.
9600
9601 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9602
9603 * isearch.el (isearch-lazy-highlight-max): New user-option.
9604 (isearch-lazy-highlight-update): Don't highlight more than
9605 isearch-lazy-highlight-max matches.
9606
9607 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9608
9609 2000-12-15 Richard M. Stallman <rms@gnu.org>
9610
9611 * sort.el (sort-columns): Fix error message.
9612
9613 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9614 `upcase' or `downcase' or nil.
9615 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9616 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9617 (dabbrev--substitute-expansion): New arg record-case-pattern.
9618 If it is non-nil, set dabbrev--last-case-pattern.
9619 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9620
9621 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9622
9623 2000-12-15 Miles Bader <miles@gnu.org>
9624
9625 * paths.el (Info-default-directory-list): Don't delete
9626 configure-info-directory from the list of standard info
9627 directories when appending it to the end -- their order is important.
9628
9629 * faces.el (read-face-attribute): If there's no entry for the
9630 user's input in VALID, just use it as-is (this will often result
9631 in an error, but it may be OK for e.g. colors using hexadecimal
9632 notation, and at least will yield a better error message).
9633
9634 * window.el (mode-line-window-height-fudge): Function removed.
9635 (height-affecting-face-attributes, mode-line-window-height-fudge):
9636 Variables removed.
9637 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9638 window is really the right size. Use vertical-motion
9639 rather than forward-line.
9640 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9641 (ispell-command-loop, ispell-show-choices): Use the variable
9642 ispell-choices-win-default-height, rather than the function.
9643 (ispell-choices-win-default-height): Function removed.
9644 (ispell-mode-line-window-height-fudge): Function removed.
9645
9646 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9647
9648 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9649
9650 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9651
9652 * paths.el (Info-default-directory-list):
9653 If configure-info-directory is not one of the standard directories,
9654 put it first in the list; otherwise put it last. Doc string
9655 changed accordingly.
9656
9657 * info.el (Info-directory-list): Change doc string to reflect the
9658 change in Info-default-directory-list.
9659
9660 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9661 windows-nt as windowed environments, even under -nw.
9662
9663 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9664 if not fboundp. Switch delete-forward mode for the <delete> key
9665 on all PC platforms, even under -nw.
9666
9667 * term/internal.el ([M-delete]): Remap to M-d.
9668
9669 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9670
9671 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9672
9673 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9674
9675 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9676
9677 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9678
9679 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9680 if appropriate.
9681
9682 * simple.el (delete-key-deletes-forward): New user-option.
9683 (delete-key-deletes-forward-mode): New function.
9684
9685 * bindings.el: Bind `delete' to backward-delete-char.
9686
9687 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9688 Test if symbol is bound before getting its value.
9689
9690 * tooltip.el (tooltip-show): If an error is signaled in
9691 x-show-tip, display that error, and display the help in the
9692 echo area.
9693
9694 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9695
9696 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9697 Show "... entries" messages for every 10000 entries, not 10.
9698
9699 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9700
9701 * bookmark.el: Provide a generic exit hook, as suggested by
9702 Ovidiu Predescu <ovidiu@cup.hp.com>:
9703 (bookmark-exit-hook): New var.
9704 (bookmark-exit-hook-internal): New func, replaces
9705 old raw lambda form in `kill-emacs-hook', and runs new
9706 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9707 as logically that feature must have been provided if this function
9708 is running.
9709 Removed ;;;###autoload before the `add-hook' call.
9710
9711 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9712
9713 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9714 (easy-menu-current-active-maps): New function.
9715 (easy-menu-get-map): Use it.
9716 Make a proper menu entry when creating a new keymap.
9717
9718 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9719
9720 * international/characters.el: Fix cases and syntaxes for
9721 mule-unicode-0100-24ff.
9722
9723 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9724 that a Japanese character is not appended after day and year.
9725
9726 * info.el (Info-suffix-list): Change format for a command that
9727 requires arguments.
9728 (info-insert-file-contents): Adjusted for the above change.
9729
9730 2000-12-12 Andreas Schwab <schwab@suse.de>
9731
9732 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9733 on the name of the tar buffer. Verify that the existing buffer is
9734 visiting the same subfile.
9735
9736 2000-12-12 Dave Love <fx@gnu.org>
9737
9738 * subdirs.el: Add obsolete.
9739
9740 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9741
9742 * mail/rmailsum.el (rmail-summary-expunge)
9743 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9744 instead of rmail-confirm-expunge.
9745
9746 * replace.el (perform-replace): Don't use an empty match adjacent
9747 to a non-empty match when computing the next match before the
9748 replacement is performed.
9749
9750 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9751
9752 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9753 definition (patch by Stefan Monnier).
9754 (glasses-mode): Use jit-lock instead of `after-change-functions'
9755 (patch by Stefan Monnier).
9756
9757 2000-12-12 Miles Bader <miles@gnu.org>
9758
9759 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9760 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9761
9762 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9763
9764 * term/mac-win.el: Remove load for ls-lisp.
9765
9766 * loadup.el: Load ls-lisp for system-type `macos'.
9767
9768 2000-12-12 Miles Bader <miles@gnu.org>
9769
9770 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9771 Respect field end too.
9772 (just-one-space): Respect fields as `delete-horizontal-space'.
9773 (newline-and-indent, reindent-then-newline-and-indent):
9774 Use `delete-horizontal-space'.
9775
9776 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9777
9778 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9779 (so as to obey the field property in the minibuffer).
9780
9781 * obsolete/c-mode.el: Moved from lisp/progmodes.
9782 * obsolete/auto-show.el: Moved from lisp.
9783 * obsolete/ooutline.el: Moved from lisp/textmodes.
9784
9785 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9786
9787 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9788 changes to list them here.
9789
9790 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9791 Too many changes to list them here.
9792
9793 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9794 Too many changes to list them here.
9795
9796 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9797
9798 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9799
9800 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9801
9802 * cus-edit.el (custom-save-variables, custom-save-faces):
9803 Comment fix.
9804
9805 * hscroll.el: Moved to `obsolete' subdir.
9806
9807 2000-12-11 Miles Bader <miles@gnu.org>
9808
9809 * window.el (window-text-height): Function removed (now in C).
9810
9811 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9812
9813 * log-edit.el (log-edit-parent-buffer): New var.
9814 (log-edit): Set it. Add BUFFER argument.
9815 (log-edit-done): Use char-before.
9816 Don't bother checking validity of vc-comment-ring.
9817 Only bury the buffer if log-edit popped it up.
9818
9819 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9820 (cvs-mode-diff-help): Remove.
9821 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9822 (cvs-mode-marked): Set up the default for CMD manually.
9823
9824 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9825 Remove binding for ? now made unnecessary.
9826
9827 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9828
9829 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9830 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9831
9832 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9833 when master file is not open.
9834
9835 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9836
9837 * progmodes/ada-stmt.el: Update `maintainer'.
9838
9839 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9840
9841 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9842 choices to match documentation string.
9843
9844 2000-12-09 Miles Bader <miles@gnu.org>
9845
9846 * minibuf-eldef.el: New file.
9847
9848 * window.el (fit-window-to-buffer): Don't pass last argument to
9849 pos-visible-in-window-p, now that its meaning is inverted.
9850
9851 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9852
9853 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9854 <ceder@lysator.liu.se>.
9855
9856 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9857
9858 * autoinsert.el (auto-insert-alist): Add missing final \n.
9859
9860 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9861 (cvs-menu-map): Remove.
9862 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9863 (cvs-mode-quit): Turn it back into a plain function.
9864
9865 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9866 (texinfo-filter): Remove (move to texinfo.el).
9867
9868 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9869 file where it's more visible.
9870 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9871 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9872 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9873 (texinfo-inside-macro-p): Only catch `scan-error's.
9874 (texinfo-inside-env-p): Make better use of the match info.
9875 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9876 (texinfo-insert-@end): Slight re-organization.
9877 Also remove useless `looking-at' call.
9878
9879 2000-12-08 Andrew Innes <andrewi@gnu.org>
9880
9881 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9882 accessible in -nw mode.
9883
9884 * term/w32-win.el: Remove stuff about selection timeout, which is
9885 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9886 it is accessible in -nw mode.
9887
9888 2000-12-08 Dave Love <fx@gnu.org>
9889
9890 * emacs-lisp/lisp-mode.el (lisp-mode):
9891 Set font-lock-keywords-case-fold-search.
9892
9893 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9894
9895 * textmodes/ispell.el (ispell): Doc fix.
9896
9897 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9898
9899 * international/quail.el (quail-insert-decode-map): Check the
9900 frame width of a window displaying the current buffer, not that of
9901 the selected frame.
9902 (quail-help): Make sure that the help buffer has window before
9903 inserting text in it.
9904
9905 2000-12-07 Sam Steingold <sds@gnu.org>
9906
9907 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9908 Backquote is used in isearch.el, so autoloading saves nothing.
9909
9910 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9911
9912 * startup.el (normal-top-level-add-subdirs-to-load-path):
9913 Ignore the CVS and RCS subdirectories case-insensitively.
9914
9915 * dired.el (dired-insert-directory): If file-system-info is
9916 fboundp, call it instead of invoking dired-free-space-program.
9917
9918 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9919
9920 * server.el (server-visit-files): Push files on file-name-history.
9921
9922 * progmodes/cc-langs.el: Update copyright.
9923
9924 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9925
9926 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9927
9928 * bindings.el (mode-line-mode-menu): Reverse the order
9929 of define-keys so that the menu appears in alphabetical order.
9930
9931 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9932
9933 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9934 of the function.
9935
9936 2000-12-07 Dave Love <fx@gnu.org>
9937
9938 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9939
9940 * facemenu.el (facemenu-unlisted-faces): Fix value.
9941
9942 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9943
9944 * font-lock.el (font-lock-default-fontify-region):
9945 Include the terminating \n (off-by-one error).
9946 (font-lock-set-defaults): Use dolist.
9947
9948 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9949
9950 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9951
9952 * international/mule-cmds.el (describe-language-environment):
9953 Fix for the case that an input method title is not string but a list.
9954
9955 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9956 of wrong SIZE record.
9957
9958 2000-12-06 Dave Love <fx@gnu.org>
9959
9960 * newcomment.el (comment-region, comment-dwim): Doc fix.
9961
9962 * textmodes/texinfo.el: Require tex-mode when compiling.
9963 (texinfo-update-node): Doc fix.
9964 (texinfo-imenu-generic-expression): Add @anchor.
9965 (texinfo-font-lock-keywords): Add @uref.
9966 (texinfo-inside-macro-p): Don't use ignore-errors.
9967 (texinfo-insert-quote): Match more contexts.
9968
9969 * international/mule.el (decode-char, encode-char): Doc fix.
9970 (auto-coding-alist): Customize.
9971
9972 * files.el (load-file): Fix change of 2000-03-12.
9973
9974 * wid-edit.el (widget-text-keymap): Doc fix.
9975
9976 2000-12-06 Andrew Innes <andrewi@gnu.org>
9977
9978 * makefile.w32-in (lisp): Set to an absolute directory, namely
9979 $(CURDIR).
9980
9981 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9982
9983 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9984 read generated-autoload-file, and set buffer-file-coding-system to
9985 raw-text-unix after reading the file.
9986
9987 * international/mule-conf.el (file-coding-system-alist):
9988 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9989
9990 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9991
9992 * replace.el (occur): Make line-number-width 1 smaller for the
9993 colon following the line number.
9994
9995 * startup.el (fancy-splash-text, command-line-1):
9996 Use `File' for the menu name instead of `Files'.
9997
9998 * tmm.el: Update copyright.
9999
10000 * cus-start.el: Add entry for even-window-heights.
10001
10002 2000-12-06 Miles Bader <miles@gnu.org>
10003
10004 * faces.el (frame-set-background-mode): Avoid stomping on
10005 locally modified faces.
10006
10007 2000-12-06 Kenichi Handa <handa@etl.go.jp>
10008
10009 * international/fontset.el: Correct the font registries for
10010 japanese-jisx0213-1 and japanese-jisx0213-2.
10011
10012 2000-12-05 Gerd Moellmann <gerd@gnu.org>
10013
10014 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
10015
10016 * iswitchb.el: Update customization commentary.
10017
10018 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
10019
10020 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
10021 (tpu-search-highlight): Fixed comparison of overlay end positions.
10022 (tpu-trim-line-ends): Implemented trimming logic locally.
10023
10024 * emulation/tpu-extras.el (tpu-write-file-hook)
10025 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
10026
10027 2000-12-05 Kenichi Handa <handa@etl.go.jp>
10028
10029 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
10030 to cn-gb.
10031 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
10032
10033 2000-12-04 Dave Love <fx@gnu.org>
10034
10035 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
10036
10037 2000-12-04 Gerd Moellmann <gerd@gnu.org>
10038
10039 * mail/rmailsum.el (rmail-summary-expunge)
10040 (rmail-summary-expunge-and-save): Ask for confirmation with
10041 rmail-expunge-confirmed.
10042
10043 * mail/rmail.el (rmail-expunge-confirmed): New function.
10044 (rmail-expunge): Use it.
10045
10046 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10047
10048 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
10049 (etags-recognize-tags-table, find-tag-in-order):
10050 New functionality: interpret file names as tags.
10051
10052 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
10053
10054 * info.el (Info-scroll-prefer-subnodes): New defcustom.
10055 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
10056 the first subnode until the bottom of the current node is visible.
10057
10058 2000-12-04 Gerd Moellmann <gerd@gnu.org>
10059
10060 * format.el (format-decode): Don't change buffer's undo list.
10061
10062 2000-12-04 Kenichi Handa <handa@etl.go.jp>
10063
10064 * faces.el (face-font-registry-alternatives): Add entries for CJK
10065 fonts. Doc-string adjusted for the actual usage of this data.
10066
10067 * international/fontset.el: Change the font registries for CJK
10068 fonts in the default fontset. Don't append '*' to registries.
10069
10070 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
10071
10072 * emacs-lisp/easy-mmode.el (define-derived-mode)
10073 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
10074
10075 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
10076 (derived-mode-p): New function.
10077 (derived-mode-make-docstring): Add `docstring' argument.
10078 Use it if available and complete it if necessary.
10079
10080 2000-12-03 Andreas Schwab <schwab@suse.de>
10081
10082 * type-break.el (type-break): Don't make parent of itself.
10083
10084 2000-12-03 Miles Bader <miles@gnu.org>
10085
10086 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
10087
10088 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
10089
10090 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
10091 (tex-main-file, tex-file): Simplify.
10092 (tex-generate-zap-file-name): Use subst-char-in-string.
10093 (tex-strip-dots): Remove.
10094
10095 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
10096
10097 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
10098 to check if the match succeeded.
10099
10100 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10101
10102 * startup.el (use-fancy-splash-screens-p): New function.
10103 (command-line-1): Use it to determine whether or not to use
10104 a fancy splash screen.
10105
10106 2000-12-02 Andreas Schwab <schwab@suse.de>
10107
10108 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10109
10110 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10111
10112 * international/mule.el (make-char): Fix last change.
10113
10114 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10115 New defcustoms.
10116 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
10117 autoloading tex-mode; instead, do the same manually.
10118 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
10119 with numeric argument. Docstring fix.
10120 (toplevel): Require cl when compiling.
10121
10122 * international/mule.el (make-char): Doc fix.
10123
10124 2000-12-02 Jason Rumney <jasonr@gnu.org>
10125
10126 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
10127 the Emacs Lisp manual)
10128
10129 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10130
10131 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10132
10133 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
10134 the Emacs Lisp manual).
10135
10136 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10137
10138 * simple.el (next-line-add-newlines): Change default to nil.
10139
10140 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
10141
10142 * files.el (revert-buffer, recover-file):
10143 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
10144
10145 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10146
10147 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10148
10149 2000-12-01 Miles Bader <miles@gnu.org>
10150
10151 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
10152
10153 2000-12-01 Kenichi Handa <handa@etl.go.jp>
10154
10155 * international/mule-diag.el (describe-char-after): Fix typo.
10156 (describe-character-set, non-iso-charset-alist): Fix typo.
10157
10158 2000-12-01 Miles Bader <miles@gnu.org>
10159
10160 * image-file.el (image-file-name-regexp): Automatically add
10161 upper-case variants of each filename extension in
10162 `image-file-name-extensions', since they seem to be common.
10163
10164 * simple.el (minibuffer-contents)
10165 (minibuffer-contents-no-properties, delete-minibuffer-contents):
10166 New functions.
10167 * filecache.el (file-cache-directory-name)
10168 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
10169
10170 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
10171
10172 * filecache.el (file-cache-minibuffer-complete): Don't try to
10173 delete the minibuffer prompt.
10174
10175 2000-11-30 Dave Love <fx@gnu.org>
10176
10177 * cus-start.el: Fix read-buffer-function type.
10178
10179 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10180
10181 * md5.el: Removed. There's a built-in function, now.
10182
10183 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10184
10185 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10186 as dummy 0-th char of rmail-deleted-vector.
10187
10188 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10189
10190 * ps-print.el (ps-end-job): Bind case-fold-search only after
10191 switching to ps-spool-buffer.
10192
10193 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10194
10195 * ps-print.el: Line number font customization. PostScript: Lines and
10196 PageCount are initialized on each page. Doc Fix.
10197 (ps-print-version): New version number (6.3.2).
10198 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10199 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10200 (ps-right-header): Customization fix.
10201 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10202 Fix code.
10203 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10204 New vars.
10205
10206 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10207
10208 * bs.el: Fix typos and spelling errors.
10209 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10210 (bs-configuration): Doc fix.
10211
10212 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10213
10214 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10215
10216 * emulation/tpu-edt.el (tpu-version): New version.
10217 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10218 (tpu-original-mode-line): Variable deleted.
10219 (tpu-mark-flag): New initial value.
10220 (tpu-set-mode-line): Don't redefine mode-line-format.
10221 Add tpu-mark-flag to minor-mode-alist.
10222 (tpu-update-mode-line): New mark flag logic.
10223 (tpu-get): Use find-file-wildcards.
10224 (tpu-search-highlight): Move overlay less, reset overlay properly.
10225 (tpu-unselect): Deactivate mark.
10226 (tpu-lm-replace): Reset overlay properly.
10227 (tpu-forward-line): Use forward-visible-line.
10228 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10229
10230 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10231
10232 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10233
10234 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10235
10236 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10237
10238 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10239 and skip whitespace and newlines.
10240
10241 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10242
10243 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10244
10245 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10246
10247 * help.el (describe-function-1): Regexp-quote function name
10248 when used as part of a regexp.
10249
10250 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10251 Use face-attribute instead of face-foreground and face-background.
10252 (tool-bar-add-item): Likewise, and handle unspecified colors.
10253
10254 * enriched.el (enriched-face-ans): Use face-attribute instead
10255 of face-foreground and face-background.
10256
10257 * faces.el (face-foreground, face-background, face-stipple):
10258 Return nil if attribute is unspecified, for backward compatibility.
10259
10260 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10261
10262 * play/5x5.el: Remove version info.
10263
10264 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10265
10266 * frame.el (blink-cursor-mode): Doc fix.
10267
10268 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10269
10270 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10271 to create Makefile rules.
10272 (antlr-tool-command): New user option.
10273 (antlr-ask-about-save): New user option.
10274 (antlr-makefile-specification): New user option.
10275 (antlr-file-formats-alist): New variable.
10276 (antlr-special-file-formats): New variable.
10277 (antlr-unknown-file-formats): New user option.
10278 (antlr-help-unknown-file-text): New variable.
10279 (antlr-help-rules-intro): New variable.
10280 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10281 (antlr-mode-menu): Add entries.
10282 (antlr-file-dependencies): New function.
10283 (antlr-directory-dependencies): New function.
10284 (antlr-superclasses-glibs): New function.
10285 (antlr-run-tool): New command.
10286 (antlr-makefile-insert-variable): New function.
10287 (antlr-insert-makefile-rules): New function.
10288 (antlr-show-makefile-rules): New command.
10289
10290 * antlr-mode.el: More Emacs/XEmacs stuff.
10291 (antlr-no-action-keywords): New constant with value nil.
10292 (antlr-font-lock-keywords-alist): Use it. Old value would break
10293 syntax highlighting in Emacs-21.0.
10294 (antlr-default-directory): Emacs/XEmacs dependend function.
10295 (antlr-read-shell-command): Ditto.
10296 (antlr-with-displaying-help-buffer): Ditto.
10297
10298 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10299
10300 * antlr-mode.el: imenu, parsing and highlighting changes.
10301 (antlr-imenu-create-index-function): Don't create extra submenus
10302 for definitions in different grammar classes. It is not necessary
10303 for the menu and would make command `imenu' awkward to use.
10304 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10305 header actions and more than one.
10306 (antlr-font-lock-tokendef-face): Changed color.
10307 (antlr-font-lock-tokenref-face): Changed color.
10308 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10309 (antlr-mode-syntax-table): New variable.
10310 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10311 (antlr-with-syntax-table): Don't copy syntax table.
10312
10313 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10314
10315 * antlr-mode.el: Minor changes: language setting.
10316 (antlr-language-alist): The value for file option "language" can
10317 be both an identifier and a string.
10318 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10319 (antlr-language-limit-n-regexp): Change accordingly.
10320
10321 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10322
10323 * antlr-mode.el: Minor changes: tabs, hiding.
10324 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10325 (antlr-action-visibility): Also allow value nil to also hide the
10326 braces. Renamed from `antlr-tiny-action-length'.
10327 Suggested by Jay@aol.com.
10328 (antlr-hide-actions): Change accordingly. Hide line if completely
10329 hidden action is on a line of its own.
10330
10331 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10332
10333 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10334
10335 * sort.el (sort-columns): Don't concat strings with numbers.
10336
10337 2000-11-29 Dave Love <fx@gnu.org>
10338
10339 * cus-edit.el (face): Fix :format.
10340
10341 * mail/feedmail.el: Require smtpmail when compiling.
10342 (mail-do-fcc): Autoload.
10343 (feedmail) <defgroup>: Fix :link.
10344 (feedmail-nuke-body-in-fcc): Fix :type.
10345 (feedmail-send-it): Add autoload cookie.
10346
10347 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10348
10349 * newcomment.el (comment-indent): Save excursion around call to
10350 comment-indent-function.
10351
10352 2000-11-29 Miles Bader <miles@gnu.org>
10353
10354 * subr.el (member-ignore-case): Return the tail of the list who's
10355 car matches, like `member', not the matching element itself.
10356
10357 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10358
10359 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10360 should not contain `\n'.
10361
10362 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10363
10364 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10365
10366 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10367
10368 * dired-aux.el (dired-do-create-files): Construct default file
10369 name for dired-mark-read-file-name so that when the user enters
10370 just RET, the target file will end up in the target directory.
10371
10372 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10373 local-abbrev-table before changing buffers because it might
10374 have a buffer-local binding.
10375
10376 2000-11-28 Miles Bader <miles@gnu.org>
10377
10378 * simple.el (delete-horizontal-space): Handle fields more generally.
10379
10380 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10381
10382 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10383
10384 2000-11-28 Dave Love <fx@gnu.org>
10385
10386 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10387 comment-start-skip locally.
10388
10389 * progmodes/fortran.el (fortran-mode): Don't set
10390 fortran-comment-line-start-skip. Set comment-start to
10391 fortran-comment-line-start.
10392 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10393 (fortran-comment-line-start-skip): Simplify slightly.
10394
10395 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10396
10397 * play/5x5.el: Remove RCS keyword.
10398
10399 * bs.el: Mistaken commit, undone 2000-11-30.
10400
10401 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10402
10403 * textmodes/tildify.el (tildify-string-alist):
10404 Add `plain-tex-mode' here.
10405
10406 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10407
10408 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10409 reference.
10410
10411 2000-11-28 Miles Bader <miles@gnu.org>
10412
10413 * cus-face.el (custom-face-attributes): Add post-filter function
10414 for :box. Make pre-filter function for :box handle all cases.
10415
10416 * wid-edit.el (widget-choose): Make sure pop-up window is large
10417 enough to display all the choices, as there's no way to scroll it.
10418
10419 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10420
10421 * international/mule-conf.el: Make the coding system no-conversion
10422 safe for all characters.
10423
10424 2000-11-27 Dave Love <fx@gnu.org>
10425
10426 * net/ldap.el (ldap) <defgroup>: Add :version.
10427
10428 * tooltip.el (tooltip-use-echo-area): Doc fix.
10429
10430 * cus-start.el <minibuffer-prompt-properties>: Add version.
10431 <read-buffer-function>: Add.
10432
10433 * apropos.el (apropos-print): Add help-echo to active text.
10434
10435 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10436
10437 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10438
10439 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10440 type, group and version.
10441
10442 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10443
10444 * select.el (x-get-selection): Docstring fix.
10445
10446 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10447
10448 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10449
10450 2000-11-27 Andrew Innes <andrewi@gnu.org>
10451
10452 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10453
10454 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10455
10456 2000-11-27 Miles Bader <miles@gnu.org>
10457
10458 * dired.el (dired-get-filename): Return filename verbatim if
10459 LOCALP is `verbatim'.
10460 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10461 `verbatim' so that we don't inadvertently delete a non-existant
10462 directory name.
10463
10464 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10465
10466 * international/characters.el: Specify cases and syntaxes for
10467 mule-unicode-0100-24ff.
10468
10469 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10470
10471 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10472 that foreground and/or background colors of the face `tool-bar'
10473 are unspecified.
10474
10475 2000-11-27 Miles Bader <miles@gnu.org>
10476
10477 * wid-edit.el (widget-field-buffer, widget-field-start)
10478 (widget-field-end): Handle widget field `pseudo-overlays'.
10479 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10480 if it's there instead of in `widget-field-list'.
10481
10482 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10483 (help-make-xrefs): Delete extraneous newlines at the end of the
10484 docstring.
10485
10486 2000-11-25 Jason Rumney <jasonr@gnu.org>
10487
10488 * startup.el (command-line): Call set-locale-environment after
10489 Window System init file is read, as it can result in a call to
10490 redraw-frame.
10491
10492 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10493
10494 * simple.el (shell-command): Mention the effect of the prefix
10495 argument in the doc string.
10496
10497 2000-11-25 Miles Bader <miles@gnu.org>
10498
10499 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10500
10501 * wid-edit.el (widget-field-value-delete): Don't try to delete
10502 overlay when it's the `pseudo-overlay' that exists at some points.
10503
10504 2000-11-24 Jason Rumney <jasonr@gnu.org>
10505
10506 * international/mule-cmds.el (locale-language-names): Add "jp" as
10507 a non-standard alternative for Japanese.
10508
10509 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10510
10511 * vc-hooks.el: Require 'cl during compilation.
10512
10513 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10514
10515 * faces.el (face-set-after-frame-default): Let face attributes
10516 specified for new frames override frame parameters.
10517
10518 * startup.el (command-line): Fix computation of the source file
10519 for user-init-file when user-init-file is a compiled file.
10520
10521 2000-11-24 Miles Bader <miles@gnu.org>
10522
10523 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10524 (custom-post-filter-face-spec): New functions.
10525 (custom-face-set, custom-face-value-create): Filter the face spec
10526 before and after customization.
10527 (custom-face-set): If VALUE specifies a null face, pass a
10528 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10529 * cus-face.el (custom-face-attributes): Remove SET and GET
10530 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10531 cases they're needed.
10532
10533 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10534 that it's distinguishable from the :off-glyph on dark-background
10535 displays. Set its background color too.
10536
10537 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10538 so that people can easily turn it off.
10539
10540 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10541
10542 * ediff-diff.el: Moved variables around to have it compile under NT.
10543
10544 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10545
10546 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10547
10548 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10549 redundant skip-small-frames test.
10550
10551 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10552 (viper-downgrade-to-insert): Protect against errors in hooks.
10553
10554 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10555 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10556 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10557 New functions.
10558
10559 * viper-util.el (viper-memq-char): Bug fixes.
10560
10561 * viper.el (viper-mode): Fix cursor handling.
10562
10563 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10564
10565 * international/mule-diag.el (list-iso-charset-chars):
10566 For two-byte charset, fix the `while' condition.
10567 (list-non-iso-charset-chars): Fix the `while' condition.
10568
10569 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10570
10571 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10572 if the variable is make-variable-buffer-local.
10573
10574 * progmodes/ada-stmt.el (ada-template-map):
10575 Initialize and bind it to C-c t in ada-mode-map.
10576 (ada-stmt-mode-hook): New function extracted from old code.
10577 Only change the buffer-local side of skeleton-*.
10578 (ada-mode-hook): Use it.
10579
10580 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10581
10582 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10583 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10584 we expect to be returned by minibuffer-depth once we prompt the
10585 user in the minibuffer.
10586 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10587 as recorded in iswitchb-minibuf-depth, return non-nil.
10588
10589 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10590
10591 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10592 (hscroll-window-maybe): Docstring fix.
10593
10594 2000-11-23 Dave Love <fx@gnu.org>
10595
10596 * rect.el (string-rectangle): Don't test delete-selection-mode.
10597
10598 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10599
10600 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10601 is in the tool bar.
10602
10603 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10604 with `no-dir'; we want the directory part to be able to remove it.
10605
10606 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10607
10608 * textmodes/outline.el (outline-flag-region):
10609 Don't bind inhibit-read-only since we don't modify the buffer.
10610 (outline-isearch-open-invisible): Don't jump to overlay-start
10611 since we're trying to unhide text around point.
10612 (outline-discard-overlays): Use dolist.
10613
10614 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10615
10616 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10617
10618 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10619
10620 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10621
10622 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10623 Fix ARG regexp to skip quoted braces.
10624 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10625 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10626 are (correctly) handled separately).
10627 Remove `caption' and `footnote' from `citations': they contain text.
10628 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10629 (latex-skeleton-end-hook): New function.
10630 (latex-mode): Use it.
10631 (tex-start-tex-marker): Remove.
10632 (tex-send-tex-command): Don't set tex-start-tex-marker.
10633 (tex-error-parse-syntax-table): New var.
10634 (tex-compilation-parse-errors): Use it.
10635 Ignore tex-start-tex-marker. Don't bother with marker-position.
10636 (tex-validate-buffer): Don't bother with marker-position.
10637
10638 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10639 (flyspell-generic-progmode-verify): Use it.
10640
10641 2000-11-22 Sam Steingold <sds@gnu.org>
10642
10643 * simple.el (delete-trailing-whitespace): New interactive function.
10644
10645 * progmodes/ada-mode.el (ada-mode): Use it instead of
10646 `ada-remove-trailing-spaces'.
10647 (ada-remove-trailing-spaces): Removed.
10648
10649 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10650
10651 * textmodes/picture.el (picture-clean): Removed.
10652 (picture-mode-exit): Call it instead of `picture-clean'.
10653
10654 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10655
10656 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10657
10658 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10659 jit-lock-fontify-buffer; it should anyway be unneccessary to
10660 do anything special when jit-lock is active.
10661 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10662
10663 2000-11-22 Dave Love <fx@gnu.org>
10664
10665 * calendar/todo-mode.el (todo-top-priorities): Use
10666 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10667
10668 * language/chinese.el, language/cyrillic.el:
10669 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10670 * language/hebrew.el, language/indian.el, language/japanese.el:
10671 * language/korean.el, language/lao.el, language/misc-lang.el:
10672 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10673 Use provide.
10674
10675 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10676 (custom-variable-set): Improve validation error mesage.
10677
10678 * rect.el (string-rectangle): Revert last change.
10679 (string-rectangle-line): New arg DELETE.
10680 (string-rectangle): Check delete-selection-mode.
10681
10682 * emacs-lisp/edebug.el (edebug-version)
10683 (edebug-maintainer-address): Deleted.
10684 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10685 (edebug-read-function): Account for other `'#' read forms.
10686 (edebug-mode-menus): Make some items toggles.
10687 (edebug-outside-unread-command-event, unread-command-event):
10688 Remove these to avoid warnings.
10689
10690 2000-11-22 David Ponce <david@dponce.com>
10691
10692 * recentf.el (recentf-menu-items-for-commands)
10693 (recentf-make-menu-items, recentf-make-menu-item)
10694 (recentf-filter-changer): Added :help and :active menu-item properties.
10695
10696 (recentf-build-dir-rules, recentf-dump-variable)
10697 (recentf-edit-list, recentf-open-files-item)
10698 (recentf-open-files): Replaced unnecessary `mapcar' with new
10699 built-in `mapc'.
10700
10701 2000-11-23 Miles Bader <miles@gnu.org>
10702
10703 * faces.el (menu): Make inverse-video on ttys too.
10704
10705 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10706
10707 * simple.el (comment-line-break-function): Use the new name
10708 indent-new-comment-line -> comment-indent-new-line.
10709 (clone-indirect-buffer): Don't ignore NORECORD.
10710 (next-completion): Properly handle the case where items are adjacent.
10711
10712 * mouse.el (popup-menu): Stupid typo.
10713
10714 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10715
10716 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10717 maintainer, keywords tags.
10718
10719 * rect.el (replace-rectangle): Don't call string-rectangle-line
10720 with too many arguments.
10721
10722 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10723
10724 * ediff-util.el (ediff-file-checked-out-p)
10725 (ediff-file-checked-in-p): Call vc-state instead of
10726 vc-locking-user, which no longer exists.
10727
10728 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10729
10730 2000-11-22 Dave Love <fx@gnu.org>
10731
10732 * md5.el (md5): Provide.
10733 (md5): Fix error call.
10734
10735 2000-11-22 Miles Bader <miles@gnu.org>
10736
10737 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10738 (refill-fill-paragraph-at): Remove debugging code.
10739
10740 * calendar/calendar.el (generate-calendar-window): When we don't
10741 call `fit-window-to-buffer', make sure the top line is fully visible.
10742
10743 * image-file.el (insert-image-file): Don't make `read-only'
10744 property rear-nonsticky.
10745
10746 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10747 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10748 stashing away its original value.
10749 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10750 in the recursive edit.
10751 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10752 (isearch-done): Restore `minibuffer-message-timeout'.
10753
10754 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10755
10756 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10757
10758 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10759
10760 * find-lisp.el (find-lisp-find-files-internal):
10761 Use dolist, when and file-name-as-directory.
10762
10763 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10764 (define-derived-mode, define-minor-mode): Add specs.
10765
10766 * window.el: General comment and spacing fixes.
10767 (save-selected-window): Use backquotes.
10768 (window-safely-shrinkable-p): New function.
10769 (shrink-window-if-larger-than-buffer): Use it.
10770
10771 * subr.el (make-local-hook): Docstring fix.
10772
10773 * shell.el (shell-mode): Use define-derived-mode.
10774
10775 * newcomment.el (comment-indent): Insert comment before calling
10776 comment-indent-function. Don't insert in column 0.
10777 (comment-dwim): Indent before inserting comment.
10778
10779 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10780 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10781 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10782 Use mapc rather than map.
10783
10784 * files.el (find-buffer-visiting): Compare all attributes before
10785 declaring two files identical (rather than just their inode-no).
10786 (auto-mode-alist): Use \' rather than $.
10787
10788 * which-func.el: Update maintainer line.
10789
10790 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10791 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10792 (uniquify-buffer-file-name): Use it.
10793
10794 2000-11-22 Miles Bader <miles@gnu.org>
10795
10796 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10797 * simple.el (minibuffer-avoid-prompt): New function.
10798
10799 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10800
10801 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10802
10803 2000-11-21 Miles Bader <miles@gnu.org>
10804
10805 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10806 inclusion of `track-mouse'.
10807
10808 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10809 (refill-adjust-ignorable-overlay): New function.
10810 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10811 only the paragraph's tail if possible.
10812 Update `refill-ignorable-overlay'.
10813 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10814
10815 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10816 point inside the fill-prefix.
10817
10818 * textmodes/refill.el (refill-post-command-function): Don't reset
10819 refill-doit in the case where a self-insertion command doesn't
10820 case a refill. Use `refill-fill-paragraph-at', getting position
10821 from `refill-doit'.
10822 (refill-after-change-function): Set `refill-doit' to END.
10823 (refill-fill-paragraph-at): New function, mostly from old
10824 refill-fill-paragraph.
10825 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10826 (refill-pre-command-function): New function.
10827 (refill-mode): Add it to `pre-command-hook'.
10828
10829 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10830
10831 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10832
10833 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10834 javadoc tags.
10835
10836 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10837
10838 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10839 vc.el).
10840
10841 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10842 require vc.
10843
10844 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10845 checkouts.
10846
10847 2000-11-20 Dave Love <fx@gnu.org>
10848
10849 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10850
10851 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10852
10853 * calculator.el (calculator-paste): Use `if' instead of `and'
10854 and `or'.
10855 (calculator-help): Don't use electric-describe-mode for XEmacs.
10856
10857 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10858
10859 * info.el (info-menu-5): Doc fix.
10860
10861 * textmodes/artist.el: New file.
10862
10863 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10864
10865 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10866 and differentiate according to checkout model.
10867 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10868 since this function is only concerned with master state.
10869
10870 * vc-hooks.el (vc-workfile-unchanged-p)
10871 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10872
10873 * vc.el (vc-workfile-unchanged-p)
10874 (vc-default-workfile-unchanged-p): See above.
10875
10876 2000-11-19 Miles Bader <miles@gnu.org>
10877
10878 * image-file.el (insert-image-file): Make `intangible' and
10879 `read-only' properties rear-nonsticky too.
10880
10881 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10882
10883 * ps-print.el: Update copyright notice.
10884
10885 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10886 (tooltip-show): Use the offsets.
10887
10888 * bindings.el (mode-line-modified): Fix a typo.
10889 (mode-line-toggle-modified, mode-line-widen)
10890 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10891
10892 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10893
10894 * ps-print.el (toplevel): Test for find-coding-system being
10895 fboundp before calling ps-x-find-coding-system.
10896
10897 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10898
10899 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10900 (vc-version-backup-file): Docstring fix.
10901
10902 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10903
10904 * files.el (basic-save-buffer): Don't add a newline if
10905 find-file-literally is non-nil.
10906 (find-file-literally): Extend doc string.
10907
10908 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10909 sort(1) with the `-f' argument.
10910
10911 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10912
10913 * vc.el: Updated backend documentation.
10914 (vc-default-check-headers): New function.
10915
10916 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10917
10918 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10919 up-to-date.
10920 (vc-do-command): In the asynchronous case, output messages only if
10921 the minibuffer is not active.
10922
10923 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10924 `vc-cvs-use-edit' is on.
10925 (vc-cvs-checkout): When this is used for reverting the workfile,
10926 make a backup of the original contents and revert to that in case
10927 of error.
10928 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10929 remote repositories.
10930
10931 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10932 for both version and ratio in the minibuffer.
10933
10934 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10935 Use vc-do-command to perform the annotation, not call-process.
10936
10937 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10938
10939 * international/quail.el (quail-start-translation): Don't call
10940 `message' before reading key sequence.
10941
10942 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10943
10944 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10945
10946 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10947
10948 * window.el (fit-window-to-buffer): Be sure to acquire at least
10949 one text line even if the buffer is empty.
10950
10951 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10952
10953 * net/ange-ftp.el (ange-ftp-file-writable-p)
10954 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10955 Bind ange-ftp-process-verbose to nil.
10956
10957 2000-11-15 Dave Love <fx@gnu.org>
10958
10959 * wid-edit.el (widget-specify-field, widget-specify-button):
10960 If :help-echo is a function, set help-echo of overlay to
10961 widget-mouse-help.
10962 (widget-mouse-help): New function.
10963 (widget-echo-help): Rewritten for :help-echo functions only taking
10964 a widget arg.
10965
10966 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10967 Use display-graphic-p.
10968 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10969 and that JPEG is available.
10970 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10971
10972 * international/mule-cmds.el (locale-charset-language-names):
10973 Match @euro.
10974
10975 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10976
10977 * faces.el (face-set-after-frame-default):
10978 If `inhibit-default-face-x-resources' is bound, don't intialize the
10979 default face from X resources.
10980
10981 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10982
10983 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10984 Don't set EMACSLOADPATH.
10985
10986 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10987
10988 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10989 texinfo-insert-@url.
10990 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10991 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10992
10993 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10994
10995 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10996 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10997 (checkdoc-minor-keymap): Backward compatibility.
10998 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10999 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
11000 (checkdoc-this-string-valid-engine): Be a bit more strict
11001 to avoid matching substrings of `...' quoted vars/funs.
11002 (checkdoc-defun-info): Only look for `interactive' if alone.
11003 (debug-ignored-errors): Add "arg doesn't appear in docstring".
11004
11005 * progmodes/compile.el (grep): `tag-default' can be nil.
11006
11007 * newcomment.el (comment-indent): Paren typo.
11008
11009 2000-11-14 Dave Love <fx@gnu.org>
11010
11011 * calculator.el: New maintainer version.
11012
11013 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
11014
11015 * cmuscheme.el: Doc fixes.
11016 (cmuscheme) <defgroup>: Use `scheme' as parent.
11017 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
11018
11019 * xscheme.el (scheme-program-name): Don't define here.
11020
11021 * progmodes/scheme.el (scheme-program-name): New variable
11022 (originally in cmuscheme).
11023
11024 2000-11-14 Miles Bader <miles@gnu.org>
11025
11026 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
11027 Handle header-lines. Don't loop forever if we can't enlarge the
11028 window anymore. Simplify a bit.
11029
11030 2000-11-14 Kenichi Handa <handa@etl.go.jp>
11031
11032 * window.el (fit-window-to-buffer): Don't check
11033 window-text-height. Assure that the last line is fully visible.
11034
11035 * international/quail.el (quail-show-guidance-buf):
11036 Call fit-window-to-buffer to assure the enough height of the guidance
11037 buffer.
11038 (quail-update-guidance): Avoid making the guidance buffer shorter.
11039
11040 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
11041
11042 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
11043 rather than `prepend' and add an interesting comment.
11044 (tex-math-face, tex-font-lock-syntactic-face-function):
11045 New face and function to use it.
11046 (tex-define-common-keys, tex-mode-map): Use menu-item rather
11047 than `menu-enable' symbol property.
11048 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
11049 (tex-mode): Add some latex-mode commands for auto-selection.
11050 Use tex-font-lock-syntactic-face-function.
11051 (tex-insert-quote): Simplify.
11052 (tex-shell): New mode.
11053 (tex-start-shell): Use it.
11054 (tex-shell-proc, tex-shell-buf): New functions.
11055 (tex-send-command): Use it.
11056 (tex-main-file): Fix the meaning of the new arg REALFILE.
11057 (tex-send-tex-command): New function split from `tex-start-tex'.
11058 Set compilation-last-buffer and compilation-parsing-end.
11059
11060 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
11061 when it follows non-comment text on the line.
11062
11063 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11064 Set font-lock-defaults.
11065 (lisp-mode-shared-map): Init inside the defvar.
11066 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
11067 Use define-derived-mode.
11068
11069 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
11070
11071 * faces.el (header-line): Use `:box nil' for color/gs displays too.
11072
11073 2000-11-14 Gerd Moellmann <gerd@gnu.org>
11074
11075 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
11076 Don't recursively optimize body because that can lead to infinite
11077 recursion; see comment there.
11078
11079 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
11080
11081 * faces.el (face-spec-set-match-display): Revert the change from
11082 2000-10-24. Add a FIXME for after v21.1.
11083
11084 2000-11-13 Miles Bader <miles@gnu.org>
11085
11086 * textmodes/fill.el (skip-line-prefix): New function.
11087 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
11088 (fill-paragraph): Don't leave point inside the fill-prefix.
11089 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11090 point inside the fill-prefix.
11091
11092 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
11093
11094 * calendar/calendar.el (generate-calendar-window):
11095 Use `fit-window-to-buffer'.
11096
11097 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11098
11099 * gud.el (gud-minor-mode): New var.
11100 (gud-symbol, gud-val): New functions.
11101 (gud-find-file): Copy gud-minor-mode to the new buffer.
11102 (gud-menu-map): Include entries for commands that are not always
11103 available, using :enable to (de)activate them.
11104 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
11105 (gud-mode-map): New map.
11106 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
11107 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
11108 Don't set up gud's menu (it's done by the minor-mode).
11109 (gud-minibuffer-local-map): New.
11110 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
11111 (gud-query-cmdline): New function.
11112 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
11113 (gud-mode): Use define-derived-mode.
11114 Don't set up gud's menu (it's done by the minor-mode).
11115 (gud-chop-words): Remove.
11116 (gud-common-init): Use split-string instead.
11117 (gud-new-keymap, gud-make-debug-menu): Eradicate.
11118
11119 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11120 Add keyword arg :name.
11121
11122 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
11123 (diff-count-matches, diff-split-hunk): New functions.
11124 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
11125
11126 * pcvs-info.el (cvs-fi-conflict-face): New var.
11127
11128 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
11129 Make it into a simple syntax-table, shared among all submodes.
11130 (sh-heredoc-face): Re-introduce.
11131 (sh-font-lock-syntactic-face-function): New function.
11132 (sh-mode): Use it. Also use define-derived-mode.
11133 Remove old bogus setting of indent-region-function.
11134 (sh-set-shell): Don't set the syntax-table any more.
11135 (sh-mode-syntax-table) <defun>: Remove.
11136
11137 2000-11-12 Miles Bader <miles@gnu.org>
11138
11139 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
11140 message if interactive.
11141
11142 2000-11-12 Dave Love <fx@gnu.org>
11143
11144 * mail/feedmail.el: Fix header,
11145 (feedmail) <defgroup>: Add :link.
11146
11147 * view.el: Use local-map property, not keymap on mode-line string.
11148
11149 * scroll-all.el (scroll-all-mode): Customize variable.
11150 Add autoload cookie to function.
11151
11152 * lazy-lock.el: Remove compatibility code.
11153
11154 * finder.el (finder-known-keywords): Add `files', remove `vms'.
11155 (finder-help-echo): New variable.
11156 (finder-mouse-face-on-line): Add help-echo stuff.
11157 (finder-list-keywords, finder-list-matches): Use mapc.
11158
11159 * faces.el (face-font-registry-alternatives): Add :version.
11160
11161 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
11162 tags-table-list.
11163
11164 * net/browse-url.el (browse-url-browser-function): Update :version.
11165
11166 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
11167 (mail-mode): Use [:alnum:] in some regexps.
11168
11169 2000-11-10 Dave Love <fx@gnu.org>
11170
11171 * ediff.el (ediff-regions-internal, ediff-documentation):
11172 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
11173 fundamental mode.
11174
11175 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11176 buffer into fundamental mode.
11177 (ediff-set-difference): Use copy-sequence if available.
11178
11179 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11180 Check ediff-patch-map non-nil.
11181 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11182 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11183 buffer into fundamental mode.
11184
11185 * ediff-merg.el (state-or-merge): Defvar when compiling.
11186
11187 2000-11-10 Jason Rumney <jasonr@gnu.org>
11188
11189 * w32-fns.el (w32-add-charset-info): New function.
11190 (w32-charset-info-alist): Use it.
11191
11192 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11193
11194 * faces.el (face-font-registry-alternatives): New user-option.
11195
11196 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11197
11198 * textmodes/texinfo.el (texinfo-block-default): New var.
11199 (texinfo-insert-block): Use it. Insert a newline if needed.
11200
11201 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11202 (fill-region-as-paragraph): Use it.
11203
11204 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11205 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11206 Tweak paragraph regexps to allow a leading [ \t]*.
11207 (tex-latex-block): Insert a newline if necessary.
11208 (latex-insert-item): Only insert a newline if necessary.
11209 (tex-guess-main-file): New function.
11210 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11211 Set tex-main-file if TeX-master is provided.
11212 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11213
11214 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11215
11216 * startup.el (command-line): Set the default tooltip-mode
11217 to t for graphical displays which implement x-show-tip.
11218
11219 * tooltip.el (tooltip-mode): Add a comment about startup.el
11220 setting the default value of this user-option.
11221
11222 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11223
11224 * font-lock.el (font-lock-*-face) <defvar>: Move.
11225 (font-lock-defaults-alist): Mark obsolete.
11226 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11227 (font-lock-mode): Use define-minor-mode.
11228 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11229 (font-lock-turn-off-thing-lock): Be more explicit.
11230 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11231 (font-lock-syntactic-face-function): New var.
11232 (font-lock-fontify-syntactically-region): Use it.
11233 (font-lock-doc-face): New.
11234
11235 * pcvs.el (cvs-enabledp): Ignore errors.
11236 (cvs-commit-filelist): Never query.
11237 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11238 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11239 (cvs-do-removal): Use cvs-partition rather than delete-if.
11240 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11241 cvs-bury-buffer.
11242
11243 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11244 Allow `next' to jump to after the end of the last match.
11245
11246 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11247
11248 * simple.el (byte-compiling-files-p): New function.
11249
11250 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11251 if it is there.
11252
11253 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11254 nil again.
11255
11256 * textmodes/ispell.el (ispell-library-path): Don't call
11257 check-ispell-version when byte-compiling because that starts
11258 an ispell process, and ispell might not be installed.
11259 (toplevel): Don't set up a menu when byte-compiling.
11260
11261 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11262 it, so that a boundp test can be used to determine if we're
11263 currently byte-compiling.
11264
11265 2000-11-09 Dave Love <fx@gnu.org>
11266
11267 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11268
11269 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11270
11271 * ps-print.el: Patch for variable initialization when spooling.
11272 Doc fix.
11273 (ps-output-list): Fun eliminated.
11274 (ps-begin-file, ps-begin-job): Code fix.
11275
11276 2000-11-08 Dave Love <fx@gnu.org>
11277
11278 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11279
11280 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11281
11282 * simple.el (shell-command, display-message-or-buffer)
11283 (shell-command-on-region): Mention resize-mini-windows in the doc
11284 string.
11285 (display-message-or-buffer): Take the value of resize-mini-windows
11286 into account.
11287
11288 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11289
11290 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11291
11292 * dired.el (dired-between-files): Add `^. find' as an alternative
11293 to the regular expression, for find-dired.
11294
11295 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11296
11297 * textmodes/texnfo-upd.el: Require texinfo.
11298 (defmacro, defgroup): Remove.
11299 (texinfo-section-to-generic-alist): Remove.
11300 Use texinfo-section-list instead (i.e. level is changed string->int).
11301 (texinfo-filter): New function.
11302 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11303 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11304 Use it. And use regexp-opt.
11305 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11306 (texinfo-update-menu-region-beginning)
11307 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11308 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11309 (texinfo-update-menu-same-level-regexps): Update.
11310 (texinfo-update-node, texinfo-every-node-update)
11311 (texinfo-sequential-node-update): Remove autoload cookie.
11312
11313 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11314 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11315 (texinfo-chapter-level-regexp): Remove.
11316 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11317
11318 2000-11-06 Dave Love <fx@gnu.org>
11319
11320 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11321
11322 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11323 Match defun*.
11324
11325 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11326
11327 * composite.el (composition-function-table): Variable declaration
11328 moved to src/composite.c.
11329 (compose-chars-after): New optional arg object.
11330
11331 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11332
11333 * bindings.el (mode-line-toggle-read-only)
11334 (mode-line-toggle-modified, mode-line-widen)
11335 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11336 (make-mode-line-mouse2-map): Rewritten.
11337 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11338 functions so that C-h k can show something with a doc string.
11339
11340 * startup.el (fancy-splash-delay): Set to 10 seconds.
11341 (fancy-splash-max-time): New user-option.
11342 (fancy-splash-stop-time): New variable.
11343 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11344 (fancy-splash-screens-1): Throw `stop-splashing' when current
11345 time is greater than fancy-splash-stop-time.
11346
11347 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11348
11349 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11350
11351 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11352 Prompt user for a file rather than raising an error.
11353 (cvs-enabledp): Fix call to cvs-mode-marked.
11354 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11355 (cvs-mode-insert): Use it. Change the init prompt' value.
11356 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11357
11358 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11359 Don't pass default arg to ewoc-locate.
11360 (ewoc-collect): Return result in the right order.
11361
11362 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11363
11364 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11365 (cvs-status-get-tags): Fix regexp.
11366 (cvs-status-trees, cvs-status-cvstrees):
11367 Combine after change hooks and don't sit-for.
11368 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11369 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11370 Use make-char rather than hard-coded cryptic data.
11371 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11372
11373 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11374
11375 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11376 (cvs-insert-strings): New function.
11377
11378 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11379
11380 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11381 `mwheel-scroll-amount'.
11382 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11383 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11384 string-matching against the version string.
11385
11386 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11387
11388 * language/thai.el ("Thai"): Set a lisp form that produces
11389 composed string in `sample-text' language info.
11390
11391 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11392 composed string in `sample-text' language info.
11393
11394 * international/mule-cmds.el (describe-language-environment):
11395 Eval `sample-text' data and insert the result.
11396
11397 * international/mule-conf.el (compound-text): Define this coding
11398 system here. Make x-ctext and ctext aliases of it.
11399
11400 * language/european.el (compound-text, ctext): Moved to
11401 international/mule-conf.el.
11402
11403 2000-11-05 Andrew Innes <andrewi@gnu.org>
11404
11405 * w32-fns.el (w32-version): New function.
11406
11407 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11408
11409 * progmodes/awk-mode.el: Update copyright.
11410 (awk-mode-abbrev-table): Remove.
11411 (awk-font-lock-keywords): Use regexp-opt.
11412 (awk-mode): Use define-derived-mode.
11413
11414 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11415 when extracting a suffix.
11416
11417 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11418
11419 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11420 auto-save-mode.
11421
11422 2000-11-04 Jason Rumney <jasonr@gnu.org>
11423
11424 * language/european.el (decode-mac-roman): Test against r1 not r0.
11425
11426 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11427
11428 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11429 (icon-mode): Define indent-line-function.
11430 (icon-comment-indent): Simplify.
11431 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11432
11433 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11434
11435 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11436 Bind change-log-default-mode to defeat the caching done on it.
11437 Don't bother saving excursion any more.
11438
11439 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11440
11441 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11442 (set-frame-font): Use the new name (and the old for compatibility).
11443
11444 * toolbar/tool-bar.el (tool-bar-mode):
11445 * time.el (display-time-mode):
11446 * recentf.el (recentf-mode):
11447 * paren.el (show-paren-mode):
11448 * mwheel.el (mouse-wheel-mode):
11449 * msb.el (msb-mode):
11450 * jka-compr.el (auto-compression-mode):
11451 * image-file.el (auto-image-file-mode):
11452 * hl-line.el (hl-line-mode):
11453 * delsel.el (delete-selection-mode):
11454 * autoinsert.el (auto-insert-mode):
11455 * complete.el (partial-completion-mode): Drop unneeded positional args.
11456
11457 * info.el (Info-mode):
11458 * comint.el (comint-mode): Don't bother with make-local-hook.
11459
11460 * log-edit.el (log-edit-menu): New menu.
11461
11462 2000-11-03 Miles Bader <miles@gnu.org>
11463
11464 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11465 definition, so that trailing spaces are handled properly.
11466 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11467
11468 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11469
11470 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11471 tab character.
11472 (fancy-splash-screens): Set tab-width to 20.
11473
11474 2000-11-03 Dave Love <fx@gnu.org>
11475
11476 * comint.el (comint-completion-addsuffix): Fix custom type.
11477
11478 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11479
11480 * font-lock.el (font-lock-buffers): Remove.
11481 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11482 (font-lock-change-major-mode): Remove.
11483 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11484 (font-lock-default-fontify-region): Extend the multiline
11485 fontification to whole lines.
11486 (font-lock-fontify-anchored-keywords)
11487 (font-lock-fontify-keywords-region): If matching just one
11488 line (with \n) only mark the \n as multiline.
11489
11490 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11491 Correctly handle the case where several :group args are supplied.
11492 Allow :extra-args.
11493 (easy-mmode-define-global-mode): Allow :extra-args.
11494 Correctly handle the case where several :group args are supplied.
11495
11496 2000-11-02 Miles Bader <miles@gnu.org>
11497
11498 * calendar/calendar.el (diary-face, calendar-today-face)
11499 (holiday-face): Remove dependency on `window-system'.
11500
11501 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11502
11503 * Makefile.in (emacs): Set EMACSLOADPATH always.
11504 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11505 (compile-files): Bomb out if compilation of a file fails.
11506
11507 2000-11-02 Dave Love <fx@gnu.org>
11508
11509 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11510
11511 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11512
11513 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11514 punctuation in the warning inserted into the *mail* buffer.
11515
11516 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11517
11518 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11519 (authors-public-domain-p): New function.
11520 (authors-print): Use it.
11521
11522 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11523
11524 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11525
11526 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11527
11528 * ps-print.el: Extension for even/odd printing. Doc fix.
11529 (ps-print-version): New version number (6.3.1).
11530 (ps-even-or-odd-pages): Customization fix.
11531 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11532 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11533 (ps-page-count): Var replaced by `ps-page-column'.
11534 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11535 (ps-print-sheet-p): New fun.
11536
11537 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11538
11539 * tooltip.el (tooltip-gud-tips-setup): New function.
11540 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11541 (tooltip-mode): Call tooltip-gud-tips-setup.
11542 (tooltip-gud-tips): Use `gud-basic-call' instead of
11543 process-send-string, so the prompt gets frobbed appropriately.
11544 Handle nil return value from `tooltip-gud-print-command'.
11545
11546 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11547
11548 * comint.el (comint-add-to-input-history): New function.
11549 (comint-send-input): Use `comint-add-to-input-history'.
11550
11551 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11552
11553 * info.el (info-menu-header): New face.
11554 (Info-fontify-menu-headers): New function.
11555 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11556
11557 * info.el (Info-insert-dir): Don't include blank lines at
11558 beginning of additional dir files (one is added automatically).
11559
11560 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11561
11562 * emacs-lisp/easy-mmode.el (define-minor-mode):
11563 Revert the latest changes.
11564 Allow the three positional arguments to be skipped and replaced
11565 by keyword arguments.
11566 Add a :toggle argument to determine whether a nil arg means toggle
11567 or means turn-on. The default is unchanged.
11568 Add a call to force-mode-line-update.
11569
11570 2000-11-01 Dave Love <fx@gnu.org>
11571
11572 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11573
11574 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11575
11576 * calendar/calendar.el (diary-face, holiday-face):
11577 Add dark-background variants.
11578
11579 2000-10-31 Sam Steingold <sds@gnu.org>
11580
11581 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11582 `tex-main-file' does not have directory in it.
11583
11584 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11585
11586 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11587
11588 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11589
11590 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11591 functional change.
11592
11593 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11594
11595 * files.el (find-file-noselect): When we expand a wildcard, return
11596 a list of buffers, as we should do according to the doc string.
11597
11598 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11599
11600 * loadup.el (top level): Adjust load path if program name is
11601 "../src/bootstrap-emacs", in case it's not dumped and thus the
11602 load path adjustment hasn't already been done.
11603
11604 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11605
11606 * ps-print.el: Fix bug on selected pages for printing.
11607 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11608 is on. Try to avoid warning messages when compiling. Doc Fix.
11609 (ps-print-version): New version number (6.3).
11610 (ps-color-device): Use `color-values' to determine if device
11611 supports color.
11612 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11613 (ps-print-page-p): Changed from defsubst to defun.
11614 (ps-page-number): Changed from defmacro to defun.
11615 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11616 printing.
11617 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11618 (ps-end-file, ps-dummy-page): Funs eliminated.
11619 (ps-print-color-scale): Changed default value.
11620 (ps-page-n-up, ps-print-page-p): New internal vars.
11621 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11622 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11623
11624 * delim-col.el: Little programming improvement.
11625 (delimit-columns-str): New macro.
11626 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11627
11628 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11629
11630 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11631 Moved to european.el.
11632 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11633 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11634 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11635 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11636
11637 2000-10-30 Dave Love <fx@gnu.org>
11638
11639 * progmodes/cc-menus.el (imenu-generic-expression)
11640 (imenu-progress-message): Only defvar when compiling.
11641
11642 * emacs-lisp/elp.el (elp-unload-hook): New function.
11643
11644 * loadhist.el (unload-feature): Call elp-restore-function,
11645 checking for symbols; don't use elp-restore-all.
11646 (loadhist-hook-functions): Doc fix.
11647
11648 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11649
11650 * log-edit.el (log-edit-confirm): Fix the default.
11651
11652 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11653
11654 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11655 delimit-columns-format.
11656 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11657
11658 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11659
11660 * comint.el (comint-replace-by-expanded-history): Don't use
11661 comint-get-old-input (we're not looking at *old* input).
11662 (comint-get-old-input-default): If using fields, signal an error
11663 when the point is not in an input field.
11664
11665 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11666
11667 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11668 and mule-unicode-e000-ffff.
11669
11670 * international/mule.el (decode-char, encode-char): New functions.
11671 (make-coding-system): Accept a symbol of translation table as a
11672 value of property `safe-chars'.
11673
11674 * international/mule-cmds.el (encode-coding-char): Check property
11675 safe-chars instead of safe-charsets.
11676
11677 * international/fontset.el (fontset-default): Modified for
11678 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11679 (x-font-name-charset-alist): Likewise.
11680 (ccl-encode-unicode-font): New CCL program. Record it in
11681 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11682
11683 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11684 New translation tables.
11685 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11686 programs are modified and moved from mac-win.el.
11687 (mac-roman): Definition of this coding system is modified and
11688 moved from mac-win.el.
11689
11690 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11691
11692 * ediff-wind.el (ediff-setup-control-frame): Enclose
11693 face-attribute in condition-case to avoid errors in older emacsen.
11694
11695 2000-10-29 Miles Bader <miles@gnu.org>
11696
11697 * custom.el (custom-add-to-group): Allow multiple entries for a
11698 given value OPTION, as long as their widget types are different.
11699 * cus-edit.el (custom-face-value-create): If face name doesn't end
11700 with "face", add such here (similar to custom group widgets).
11701
11702 * comint.el (comint-highlight-prompt): Add :type.
11703
11704 2000-10-28 John Wiegley <johnw@gnu.org>
11705
11706 * calendar/timeclock.el (timeclock-log): Doc fix.
11707 (timeclock-last-event): Doc fix.
11708 (timeclock-log): Kill the timelog buffer after appending a new event.
11709 (timeclock-find-discrep): Use a temp buffer to read in the
11710 timelog, instead of visiting the file.
11711 (timeclock-log-data): A new function, along with a host of helper
11712 functions, for the purpose of making timelog data accessible to
11713 programmers.
11714
11715 * eshell/esh-mode.el (window-height test): Make certain that
11716 `eshell-stringify-t' is non-nil.
11717 (eshell-password-prompt-regexp): Changed to a much simpler
11718 password regexp.
11719 (eshell-send-input): If `eshell-invoke-directly' returns t,
11720 directly invoke the parsed command using `eval'. This improves
11721 turn-around time on simple commands by a factor of three or
11722 greater, such as cd, ls, pwd, etc. -- which get used very often.
11723 It also conserves thousands of cons cells per call (since
11724 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11725 in the Pacific Cookie Company).
11726
11727 * eshell/esh-test.el (eshell-test): Whitespace fix.
11728
11729 * eshell/em-ls.el (eshell-ls-insert-directory):
11730 Make `eshell-ls-initial-args' nil when inserting directory contents.
11731
11732 * eshell/em-script.el (eshell-script-initialize): Add names to
11733 `eshell-complex-commands, since `source' and `.' are complex.
11734
11735 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11736 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11737 `eshell-copy-handles'.
11738 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11739 bodies.
11740 (eshell-separate-commands): Whitespace fix.
11741 (eshell-complex-commands): Added a new list of names, for
11742 determining whether a given command is as simple as it looks.
11743 (eshell-invoke-directly): New function. Returns t if a command
11744 should be invoked directly (using `eval'), rather than indirectly
11745 using `eshell-do-eval'.
11746 (eshell-do-eval): Whitespace fix.
11747
11748 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11749 which provides an emulation of the DOS shell behavior of assuming
11750 that cp/mv/ln should copy/move/link to the current directory.
11751 (eshell-remove-entries): Added a doc string.
11752 (eshell-shuffle-files): Removed the check for `target' being null.
11753 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11754 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11755 it to do a smarter check of whether a destination was provided.
11756 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11757 (eshell/ln): Enable `:preserve-args', and use
11758 `eshell-mvcpln-template' to implement the body of the function.
11759 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11760 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11761 list after flattening it. This makes it possible to cat files
11762 with numerical names.
11763 (eshell-unix-initialize): Added several names to
11764 `eshell-complex-commands.
11765 (eshell-unix-command-complex-p): Return t if a given command name
11766 may result in external processes being invoked.
11767
11768 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11769 variable nil by default, since it slows down glob processing by a
11770 factor of two or more, and increases memory consumption.
11771
11772 * eshell/em-smart.el: Added a note about how memory consumptive
11773 smart display mode can be (at least this is true in Emacs 21).
11774 (eshell-smart-initialize): Whitespace fix.
11775 (eshell-refresh-windows): Use `if' instead of `when'.
11776 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11777 not necessary.
11778 (eshell-currently-handling-window): Added a missing global variable.
11779
11780 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11781 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11782 Whitespace fix.
11783 (eshell-ls-exclude-hidden): Added this variable in addition to
11784 `eshell-ls-exclude-regexp'. This one prevents files beginning
11785 with . from even being read, which can improve memory consumption
11786 quite a bit.
11787 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11788 read file entries beginning with a dot. In home directories with
11789 lots of hidden files, fully two-thirds of the time spent in ls is
11790 used to read directory entries that are immediately thrown away.
11791 (eshell-ls-initial-args): Added back this configuration variable,
11792 for specifying default initial arguments to every call to ls.
11793 Much faster than using an alias to do the same thing.
11794 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11795 (eshell-ls-dir): Whitespace change.
11796
11797 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11798
11799 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11800 (eshell-stringify-t): Added a customization variable, to indicate
11801 whether `t' should be rendered as a string at all. If not, one
11802 can still determine if the result of an expression is true using
11803 "file-exists-p FILE && echo true".
11804 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11805 stringify t!
11806
11807 * eshell/esh-module.el: Whitespace fix.
11808
11809 * eshell/em-alias.el (eshell-alias-initialize):
11810 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11811 (eshell-command-aliased-p): New function that returns t if a
11812 command name names an aliased.
11813
11814 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11815
11816 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11817 redrawing the screen when changing cursor color.
11818 (viper-insert-state-pre-command-sentinel)
11819 (viper-replace-state-pre-command-sentinel)
11820 (viper-replace-state-post-command-sentinel):
11821 Use viper-preserve-cursor-color.
11822 Many functions changed to use viper= instead of = when comparing
11823 characters.
11824 * viper-util.el (viper-memq-char,viper=): New functions for
11825 working with characters.
11826 (viper-change-cursor-color): Fixed buglet.
11827 Many functions changed to use viper= instead of = when comparing
11828 characters.
11829 * viper.el (viper-insert-state-mode-list): Added eshell.
11830
11831 * ediff-init.el (ediff-before-setup-hook): New hook.
11832 Several typos fixed in various docstrings.
11833 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11834 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11835 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11836 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11837 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11838 (ediff-get-selected-buffers): New function.
11839 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11840 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11841 Use save-window-excursion.
11842 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11843 termination check in while loop.
11844 * ediff.el (ediff-get-default-file-name): Better defaults when in
11845 dired buffer.
11846 (ediff-files,ediff-merge-files,ediff-files3)
11847 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11848
11849 2000-10-28 Dave Love <fx@gnu.org>
11850
11851 * info.el (Info-fontify-node): Add help-echo for menu items.
11852
11853 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11854
11855 * startup.el (normal-top-level): If the value of $TERM indicates
11856 we are running from xterm or one of its work-alikes, default to a
11857 light background mode.
11858
11859 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11860 * faces.el (tty-handle-reverse-video): New function.
11861 (tty-create-frame-with-faces): Call it.
11862
11863 * frame.el (frame-notice-user-settings): Don't apply
11864 default-frame-alist and initial-frame-alist to MS-DOS frames.
11865 Call tty-handle-reverse-video, frame-set-background-mode, and
11866 face-set-after-frame-default for non-MS-DOS frames.
11867
11868 * startup.el (tty-long-option-alist): New variable.
11869 (tty-handle-args): New function.
11870 (command-line): Call tty-handle-args.
11871
11872 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11873 startup.el now does that for all character-terminal frames.
11874
11875 2000-10-28 Miles Bader <miles@gnu.org>
11876
11877 * emacs-lisp/easy-mmode.el (define-minor-mode):
11878 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11879 is global. If :global is followed by a non-nil but non-t value,
11880 make the mode buffer-local, but also generate a `global-MODE'
11881 version using `easy-mmode-define-global-mode'.
11882 Add :conditional-turn-on keyword argument.
11883
11884 2000-10-28 Dave Love <fx@gnu.org>
11885
11886 * international/latin1-disp.el (latin1-char-displayable-p):
11887 Don't use window-system.
11888
11889 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11890
11891 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11892 Don't call find-buffer-file-type-coding-system. Instead, just
11893 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11894 if the file is on an untranslated filesystem.
11895 (add-untranslated-filesystem): Use "D" instead of "f" inside
11896 interactive.
11897
11898 2000-10-27 Dave Love <fx@gnu.org>
11899
11900 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11901 (refill-mode): Use it.
11902
11903 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11904
11905 * international/quail.el (quail-activate): Don't make-local-hook.
11906
11907 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11908
11909 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11910 manual backups and file.~<rev>.~ for automatic ones.
11911 (vc-make-version-backup): Don't do it on MS-DOS without long file
11912 names.
11913
11914 * vc.el (vc-version-other-window): If an automatic backup of the
11915 desired version exists, rename it instead of copying it.
11916
11917 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11918 after command. If there's an unexpected error, signal it instead
11919 of being silent.
11920 (vc-cvs-merge-news): Be prepared for no news at all.
11921
11922 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11923
11924 * shell.el (shell): Add BUFFER argument.
11925 * comint.el (make-comint-in-buffer): New function.
11926 (make-comint): Use it.
11927
11928 * faces.el (face-spec-choose): Change syntax so that the list of
11929 attribute-value pairs is now the cdr of each clause, not the cadr.
11930 Detect old-style entries, and handle them. Use pop.
11931
11932 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11933
11934 * cus-edit.el (custom-mode-map): Use a sparse map.
11935 (custom-mode): Don't bother with make-local-hook.
11936
11937 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11938
11939 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11940
11941 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11942
11943 * ps-print.el: Avoid compilation gripes.
11944 (ps-print-version): New version number (6.2.1).
11945
11946 2000-10-26 Dave Love <fx@gnu.org>
11947
11948 * menu-bar.el: Modify some menu item help strings.
11949 (menu-bar-help-menu): Add link to MORE.STUFF.
11950
11951 * cus-edit.el (custom-mode): Add `special' mode-class property.
11952
11953 * wid-browse.el (widget-browse-mode): Likewise.
11954
11955 * wid-edit.el (widget-specify-field): Revert to using local-map
11956 property, not keymap.
11957
11958 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11959
11960 * wid-edit.el (widget-field-end): When checking for a `boundary'
11961 field, do so in the correct buffer.
11962
11963 * simple.el (undo): Correctly distinguish between numeric and
11964 non-numeric prefix args in non-transient-mark-mode, as per the doc
11965 string. When in transient-mark-mode, treat all prefix-args as
11966 numeric.
11967
11968 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11969 Position point on match. Handle N == 0 correctly.
11970
11971 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11972 (comint-mode-map): Reverse order of `comint-write-output' and
11973 `comint-append-output-to-file'.
11974 (comint-append-output-to-file): Reinstate this function, for the
11975 benefit of the menu.
11976
11977 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11978
11979 * vc.el (vc-version-other-window): Bind `file'.
11980
11981 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11982
11983 * Makefile.in (update-authors): New target for maintenance purposes.
11984
11985 * emacs-lisp/authors.el (batch-update-authors): New function.
11986 (authors-fixed-entries): New defconst.
11987 (authors-add-fixed-entries): New function.
11988 (authors): Call it.: Don't process lispref/.
11989
11990 2000-10-25 Jason Rumney <jasonr@gnu.org>
11991
11992 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11993 Merge x w32 and mac definitions.
11994
11995 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11996
11997 * menu-bar.el (menu-bar-options-menu): Add a help string for
11998 `uniquify'.
11999
12000 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
12001
12002 * time-stamp.el (time-stamp-string-preprocess):
12003 Fix a wrong type argument error.
12004
12005 2000-10-25 Miles Bader <miles@gnu.org>
12006
12007 * recentf.el (recentf-mode): Variable removed.
12008 (recentf-mode): Use `define-minor-mode'.
12009
12010 * mwheel.el (mouse-wheel-mode): New global minor mode.
12011 (mwheel-install): Use `mouse-wheel-mode'.
12012
12013 2000-10-25 Dave Love <fx@gnu.org>
12014
12015 * progmodes/cperl-mode.el (cperl-mode):
12016 Set normal-auto-fill-function correctly.
12017
12018 * wid-edit.el (widget-field-keymap, widget-text-keymap):
12019 Don't inherit from global-map and don't nullify menu-bar and tool-bar
12020 bindings.
12021
12022 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
12023
12024 * wid-edit.el (widget-field-at): New function.
12025 (widget-at, widget-field-activate): Use it.
12026 (widget-tabable-at): Use `widget-at'.
12027 (widget-specify-field): If the terminating character of the widget
12028 field (which is read-only) is a newline, put it into a special
12029 `boundary' field so that C-n/C-p act more naturally.
12030 (widget-field-end): Also don't subtract one if a special
12031 `boundary' field has been added after the widget field.
12032
12033 * comint.el (comint-output-filter, comint-send-input):
12034 Don't bother adding stickiness fields to overlays to fool the field
12035 code, since it should notice the overlay insertion-types now.
12036
12037 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
12038 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
12039 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
12040
12041 2000-10-24 Gerd Moellmann <gerd@gnu.org>
12042
12043 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
12044 (authors): Set file coding system to iso-2022-7bit.
12045 Add file-local variables to output buffer.
12046
12047 * files.el (after-find-file): Don't print any warnings if
12048 WARN is nil.
12049
12050 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12051
12052 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
12053
12054 * delim-col.el: Now there is a column formatting mechanism.
12055 Modified to customization mechanisms convention. Doc fix.
12056 (columns): New group for delim-col.
12057 (delimit-columns-before, delimit-columns-after)
12058 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
12059 (delimit-columns-end): New vars.
12060 (delimit-columns-customize, delimit-columns-format): New funs.
12061 (delimit-columns-region, delimit-columns-rectangle)
12062 (delimit-columns-rectangle-line): Modified to support column
12063 formatting.
12064
12065 2000-10-24 Dave Love <fx@gnu.org>
12066
12067 * log-edit.el (log-edit): Add :version and a :group for vc.
12068
12069 2000-10-24 Gerd Moellmann <gerd@gnu.org>
12070
12071 * files.el (after-find-file): Don't print a message ``New file''
12072 if WARN is nil.
12073
12074 * wid-edit.el (widget-field-keymap, widget-text-keymap):
12075 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
12076 get duplicate tool-bar entries because we'll see the global ones
12077 on more than one path through keymaps.
12078
12079 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
12080
12081 * progmodes/cmacexp.el: Change Francesco's email address.
12082
12083 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12084
12085 * window.el (fit-window-to-buffer): Adjust point of the window
12086 buffer, not that of the current buffer.
12087
12088 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
12089
12090 * progmodes/cmacexp.el: Update the euthor's email address.
12091
12092 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12093
12094 * faces.el (face-spec-set-match-display): Add `graphic' display
12095 type (the inverse of `tty'). Use `display-graphic-p' instead of
12096 the window-system variable.
12097
12098 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12099
12100 * international/isearch-x.el (isearch-with-input-method):
12101 Call input-method-function with the first event in
12102 unread-command-events.
12103
12104 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12105
12106 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
12107
12108 2000-10-24 Andrew Choi <akochoi@i-cable.com>
12109
12110 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
12111 New charsets.
12112
12113 * term/mac-win.el: Remove definitions of mac-roman-lower and
12114 mac-roman-upper, require dired, and define instead of set
12115 mac-ready-for-drag-n-drop to avoid compilation error.
12116
12117 2000-10-23 Andrew Innes <andrewi@gnu.org>
12118
12119 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
12120 Remove superfluous calls to subst-char-in-string; instead apply
12121 expand-file-name after convert-standard-filename to ensure
12122 expected directory separators are used.
12123
12124 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
12125
12126 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
12127
12128 2000-10-23 Dave Love <fx@gnu.org>
12129
12130 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
12131 (tool-bar-add-item): Set foreground and background for XBM icons.
12132
12133 * international/latin1-disp.el (latin1-char-displayable-p):
12134 New function (from Handa).
12135 (latin1-display-check-font): Use it.
12136
12137 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
12138 using :key-sequence, making it much more usable.
12139 Use nconc, not append.
12140 (imenu--create-keymap-1): Avoid append.
12141
12142 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
12143
12144 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12145
12146 [the following changes fix a bug where `define-minor-mode' didn't
12147 correctly generate :require clauses for defcustoms in compiled files]
12148 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
12149 (byte-compile-log-file, byte-compile-log-1): Don't set
12150 `byte-compile-current-file' to nil. Instead set
12151 `byte-compile-last-logged-file' to it. Test whether
12152 byte-compile-current-file equals byte-compile-last-logged-file
12153 instead of whether its nil.
12154 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
12155
12156 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
12157
12158 * textmodes/refill.el: Fix var names in doc.
12159 (refill-mode): Don't bother with make-local-hook anymore.
12160
12161 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12162
12163 * faces.el (face-user-default-spec, face-default-spec): New functions.
12164 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
12165 (frame-set-background-mode, face-set-after-frame-default):
12166 Use `face-user-default-spec'. Simplify code slightly.
12167
12168 * woman.el (woman-italic-face, woman-bold-face)
12169 (woman-unknown-face): Add dark-background variants.
12170 (woman-default-faces): Renamed from `woman-colour-faces'.
12171 Set using the stored defaults, rather than using hard-wired colors.
12172 (woman-monochrome-faces): Renamed from `woman-black-faces'.
12173 Just make the foreground `unspecified' rather than "black".
12174 (woman-menu): Rename menu entries accordingly.
12175
12176 * faces.el (header-line): Make more reasonable on mono/grayscale
12177 displays.
12178
12179 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12180
12181 * cus-edit.el (custom-button-face): Use 3D look for mac.
12182 (custom-button-pressed-face): Likewise.
12183
12184 * faces.el (set-face-attributes-from-resources): Handle mac frames
12185 in the same way as x and w32 frames.
12186 (face-valid-attribute-values): Likewise.
12187 (read-face-attribute): Likewise.
12188 (defined-colors): Likewise.
12189 (color-defined-p): Likewise.
12190 (color-values): Likewise.
12191 (display-grayscale-p): Likewise.
12192 (face-set-after-frame-default): Likewise.
12193 (mode-line): Same default face as for x and w32.
12194 (tool-bar): Likewise.
12195
12196 * frame.el: Remove call to frame-notice-user-settings at end of
12197 the file.
12198
12199 * info.el (Info-fontify-node): Make underlines invisible for mac
12200 as for x, pc, and w32 frame types.
12201
12202 * term/mac-win.el: New file.
12203
12204 2000-10-22 Dave Love <fx@gnu.org>
12205
12206 * textmodes/refill.el: New file.
12207
12208 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12209
12210 * vc-hooks.el (vc-version-backup-file-name): New optional args
12211 MANUAL and REGEXP.
12212 (vc-delete-automatic-version-backups, vc-make-version-backup):
12213 New functions.
12214 (vc-before-save): Use the latter.
12215 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12216 confusion.
12217
12218 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12219 expected by vc[-hooks].el.
12220
12221 * vc.el (vc-checkout): Added `-p' suffix in call to
12222 vc-make-version-backups-p; use vc-make-version-backup to actually
12223 make the backup.
12224 (vc-version-other-window, vc-version-backup-file): Handle both
12225 automatic and manual backups.
12226 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12227 of all of them.
12228
12229 2000-10-22 Miles Bader <miles@gnu.org>
12230
12231 * comint.el (comint-highlight-input, comint-highlight-prompt):
12232 Renamed, `-face' at end removed.
12233 (comint-send-input, comint-output-filter): Use renamed faces.
12234
12235 * window.el (fit-window-to-buffer): Change defaulting of
12236 MAX-HEIGHT slightly.
12237
12238 * faces.el (color-values, color-defined-p): Use `member', not
12239 `memq', because it works correctly for strings.
12240 (frame-set-background-mode): Actually, "unspecified-fg" and
12241 "unspecified-bg" *are* strings. Use `member', not `memq', and
12242 `equal', not `eq', when a string value is possible.
12243
12244 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12245
12246 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12247
12248 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12249
12250 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12251 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12252 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12253 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12254 (sh-font-lock-syntactic-keywords): Use them.
12255 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12256 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12257 (sh-mode): Don't override font-lock-unfontify-region-function.
12258 Use a copy of sh-font-lock-syntactic-keywords.
12259 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12260 Don't call sh-scan-buffer since font-lock does it on the fly.
12261 (sh-get-indent-info): Use `face' rather than `syntax-table'
12262 text-property to detect here-documents.
12263 Replace sh-special-syntax with sh-st-punc.
12264 (sh-prev-line): Use `face' rather than `syntax-table'
12265 text-property to skip over here-documents.
12266 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12267 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12268 (sh-electric-less, sh-set-here-doc-region)
12269 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12270 (sh-scan-buffer, sh-rescan-buffer): Remove.
12271
12272 2000-10-21 Andrew Innes <andrewi@gnu.org>
12273
12274 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12275 remote (ange-ftp) file names.
12276
12277 2000-10-21 Miles Bader <miles@gnu.org>
12278
12279 * window.el (fit-window-to-buffer): New function.
12280 (shrink-window-if-larger-than-buffer): Use it.
12281 (window-text-height): Don't expect minibuffers to have mode-lines.
12282
12283 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12284 * international/quail.el (quail-update-guidance):
12285 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12286
12287 * international/quail.el (quail-show-guidance-buf): Make sure
12288 guidance window really has enough room.
12289 (quail-update-guidance): If quail-guidance-win is already shown,
12290 make sure its height is OK.
12291
12292 * window.el (window-text-height, set-window-text-height):
12293 New functions.
12294 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12295 instead of `window-height' & `mode-line-window-height-fudge'.
12296 (mode-line-window-height-fudge): Add FACE parameter.
12297 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12298 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12299
12300 2000-10-20 Miles Bader <miles@gnu.org>
12301
12302 * window.el (height-affecting-face-attributes): Use `defconst'.
12303
12304 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12305 New function, conditionally aliased to `mode-line-window-height-fudge'.
12306 (ispell-help): Use it.
12307 (ispell-choices-win-default-height): Don't include mode-line fudge.
12308 (ispell-choices-win-default-height): New function.
12309 (ispell-show-choices, ispell-command-loop): Use function
12310 `ispell-choices-win-default-height' instead of variable.
12311
12312 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12313
12314 * window.el (mode-line-window-height-fudge): New variable.
12315 (height-affecting-face-attributes): New variable.
12316 (mode-line-window-height-fudge): New function.
12317 (shrink-window-if-larger-than-buffer): Use it.
12318 * help.el (resize-temp-buffer-window): Likewise.
12319
12320 * info.el (Info-fontify-node): Add support for @subsubsection
12321 titles, which use `Info-title-4-face'.
12322 (Info-title-4-face): New face.
12323 (Info-title-3-face): Inherit from Info-title-4-face instead of
12324 variable-pitch.
12325
12326 2000-10-19 Jason Rumney <jasonr@gnu.org>
12327
12328 * dired.el (dired-insert-directory): Do not let errors signalled by
12329 attempt to run dired-free-space-program prevent dired from working.
12330
12331 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12332
12333 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12334
12335 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12336
12337 * dirtrack.el (dirtrack): Fix call to run-hooks.
12338
12339 * cmuscheme.el (cmuscheme-program-name): Renamed from
12340 scheme-program-name because xscheme.el contains a defcustom with
12341 the same name. As a consequence, customizing group `cmuscheme'
12342 loaded `xscheme' which redefined run-scheme.
12343 (run-scheme): Use cmuscheme-program-name.
12344
12345 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12346
12347 * play/doctor.el (doctor-death): Update the Samaritans'
12348 anonymous address, and add a website for Befrienders International.
12349
12350 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12351
12352 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12353 Avoid compilation gripes. Doc fix.
12354 (ps-print-version): New version number (6.2).
12355 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12356 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12357 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12358 (ps-x-extent-priority, ps-x-extent-start-position)
12359 (ps-x-face-font-instance, ps-x-find-coding-system)
12360 (ps-x-font-instance-properties, ps-x-make-color-instance)
12361 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12362 avoid compilation gripes without defining functions.
12363 (ps-e-find-composition): Alias for function find-composition, to have a
12364 suitable function depending on Emacs version.
12365 (ps-color-device, ps-color-values, ps-face-foreground-name)
12366 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12367 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12368 (ps-print-ensure-fontified): Function definitions surrounded by
12369 `eval-and-compile' to avoid compilation gripes.
12370 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12371 by symbol-value to avoid compilation gripes.
12372 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12373 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12374
12375 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12376
12377 * startup.el (normal-top-level): Call `frame-set-background-mode'
12378 after `frame-notice-user-settings' because the latter doesn't call
12379 the former on a tty.
12380
12381 * faces.el (frame-set-background-mode): `unspecified' &c are
12382 symbols, not strings.
12383
12384 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12385
12386 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12387 why some "light*" colors are deliberately absent from the alist.
12388
12389 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12390 Change colors for tty's, as suggested by Miles Bader.
12391
12392 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12393
12394 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12395 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12396 for ISO10646-1 fonts.
12397 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12398
12399 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12400
12401 * faces.el (frame-set-background-mode): If a tty frame defines a
12402 background color, use that to compute the background mode, instead
12403 of always defaulting to "dark".
12404
12405 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12406
12407 * comint.el (comint-write-output): New function.
12408 (comint-mode-map): Add it to the menu.
12409 Bind `C-c C-s' to comint-write-output.
12410
12411 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12412
12413 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12414 Use fancy-splash-delay.
12415
12416 2000-10-18 Alex Schroeder <alex@gnu.org>
12417
12418 * progmodes/sql.el (sql-sybase-options): New option.
12419 (sql-sybase): Use it. Add sql-database to the list of parameters
12420 provided for login. The options -w 2048 -n are not used any more.
12421
12422 * comint.el (comint-read-input-ring): Bugfix such that the first
12423 and the last entry of the input ring file are not lost.
12424
12425 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12426
12427 * ps-print.el: Internal variable changes to defcustom,
12428 make-local-hook changes to defvar. Doc fix.
12429 (ps-print-version): New version number (6.1).
12430 (ps-setup, ps-do-despool): Code fix.
12431 (ps-printer-name): Customization fix.
12432 (ps-printer-name-option): Now is a defcustom instead of an
12433 internal variable.
12434 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12435 (ps-print-begin-column-hook): Now are defvar instead of
12436 make-local-hook.
12437
12438 2000-10-18 Miles Bader <miles@gnu.org>
12439
12440 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12441 (comint-kill-output): Changed into an alias for `comint-delete-output',
12442 and made obsolete.
12443 (comint-mode-map): Rename references to comint-kill-output.
12444
12445 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12446
12447 * diff-mode.el (diff-header-face, diff-file-header-face)
12448 (diff-changed-face): Add bold and italic attributes to tty faces.
12449 (diff-function-face): New face.
12450 (diff-font-lock-keywords): Use it.
12451
12452 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12453
12454 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12455 Remove commented-out call to force-mode-line-update.
12456 (comint-kill-output): Use `forward-line 0' instead of
12457 beginning-of-line to make sure we get past the prompt.
12458
12459 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12460
12461 * diff-mode.el (diff-header-face, diff-file-header-face):
12462 Add specific setting for dark background.
12463 (diff-context-face): Renamed from diff-comment-face.
12464 Set explicitly rather than inheriting from font-lock-comment-face.
12465
12466 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12467
12468 * startup.el (command-line): Move the code which sets the default
12469 TTY colors to before before-init-hook.
12470
12471 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12472
12473 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12474
12475 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12476
12477 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12478 extensions, for MS-DOS.
12479
12480 * diff-mode.el (diff-header-face, diff-file-header-face)
12481 (diff-changed-face): Define tty-specific colors.
12482
12483 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12484
12485 * startup.el (fancy-splash-text): Realign the text.
12486
12487 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12488
12489 * font-lock.el (font-lock-comment-face): Define a separate default
12490 for dark-background tty's.
12491
12492 2000-10-17 Miles Bader <miles@gnu.org>
12493
12494 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12495 being obscured by whizzy mode-lines on graphics displays.
12496
12497 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12498
12499 * info.el (Info-title-1-face, Info-title-2-face)
12500 (Info-title-3-face): Define colors for tty's.
12501 (info-header-node): Remove unneeded tty-specific definition.
12502
12503 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12504
12505 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12506 reverse from the frame parameters, and don't invert foreground and
12507 background colors.
12508
12509 2000-10-16 Miles Bader <miles@gnu.org>
12510
12511 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12512 string "*Info*". Call propertized-buffer-identification to spruce
12513 up the result.
12514
12515 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12516
12517 * help.el: Provide `help' for the sake of define-minor-mode
12518 which generates defcustoms with requires.
12519
12520 * jit-lock.el (jit-lock-after-change): If we're in text that
12521 matches a multi-line font-lock pattern, make sure the whole text
12522 will be redisplayed.
12523
12524 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12525 author's name is unknown.
12526
12527 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12528 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12529 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12530 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12531 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12532 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12533 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12534 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12535 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12536 Add author information.
12537
12538 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12539
12540 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12541 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12542 full-color version (using the Gimp) to eliminate dithering artifacts.
12543
12544 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12545
12546 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12547
12548 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12549
12550 2000-10-15 Dave Love <fx@gnu.org>
12551
12552 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12553
12554 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12555
12556 * whitespace.el: Doc fixes.
12557 (top-level): Don't add hooks here.
12558 (whitespace-running-emacs): Deleted.
12559 (timer): Don't require.
12560 (whitespace): Add back :version conditional on xemacs test.
12561 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12562 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12563 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12564 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12565 Avoid specific xemacs test.
12566 (whitespace-global-mode): New option.
12567 (whitespace-global-mode): New command.
12568 (whitespace-unload-hook): New function.
12569
12570 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12571 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12572 (Info-fontify-node): `Goto' goes to `Go to'.
12573 (Info-fontify-node): Add help-echo to xref links.
12574
12575 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12576
12577 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12578
12579 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12580
12581 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12582 Use plist-get and allow :inherit.
12583
12584 * emacs-lisp/cl-macs.el (cl-do-arglist):
12585 Use plist-get and plist-member instead of memq.
12586
12587 * emacs-lisp/ewoc.el (ewoc-location): New function.
12588 (ewoc-enter-after, ewoc-enter-before): Document return value.
12589 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12590 Don't need make-local-hook any more.
12591 (cvs-addto-collection): Return the new tin.
12592 (cvs-mode-insert): Jump to the new line.
12593
12594 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12595
12596 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12597
12598 * font-lock.el (font-lock-syntactically-fontified): New var.
12599 (font-lock-fontify-syntactic-keywords-region): Use it.
12600 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12601
12602 * diff-mode.el (diff-find-file-name): Fix regexp.
12603
12604 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12605 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12606
12607 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12608 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12609 (sh-mode): Don't make all vars local here.
12610 (sh-kw): Reformat.
12611 (sh-set-shell): Use dolist. Don't set indent-region-function.
12612 (sh-mode-syntax-table): Use pop.
12613 (sh-remember-variable): Use push.
12614 (sh-help-string-for-variable): Use memq.
12615 (sh-safe-backward-sexp): Remove.
12616 (sh-safe-forward-sexp): Add ARG.
12617 (sh-get-indent-info, sh-prev-stmt): Use it.
12618 (sh-prev-line): Simplify by using forward-comment.
12619 (sh-this-is-a-continuation): Simplify.
12620 (sh-learn-buffer-indent): Use dolist.
12621 (sh-do-nothing): Remove.
12622 (sh-set-char-syntax, sh-set-here-doc-region):
12623 Use inhibit-modification-hooks.
12624 (sh-name-style): Use mapcar and push.
12625 (sh-load-style): Use dolist.
12626 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12627 (sh-case, sh-while-getopts): Use propertize directly rather
12628 than sh-electric-rparen.
12629
12630 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12631
12632 * textmodes/tex-mode.el: Require CL when compiling.
12633 (tex-mode-syntax-table): Init immediately.
12634 (tex-mode-map): Bind M-RET to latex-insert-item.
12635 (latex-mode): Set indent-line-function to latex-indent.
12636 (tex-common-initialization): Don't setup the syntax-table any more.
12637 (latex-insert-item): New skeleton.
12638 (tex-next-unmatched-end): Fix copy/paste braino.
12639 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12640 (latex-indent, latex-find-indent): New functions.
12641 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12642 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12643 (tex-compilation-parse-errors): Use with-syntax-table.
12644
12645 2000-10-15 Miles Bader <miles@gnu.org>
12646
12647 * font-lock.el (font-lock-comment-face): Change dark-background,
12648 color, non-tty, default to `chocolate1'.
12649
12650 2000-10-13 John Wiegley <johnw@gnu.org>
12651
12652 * eshell/esh-util.el (require): Added a missing `require' form,
12653 needed when compiling (for an ange-ftp macro definition).
12654
12655 2000-10-13 Dave Love <fx@gnu.org>
12656
12657 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12658
12659 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12660
12661 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12662
12663 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12664 transparent -colors 8).
12665
12666 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12667
12668 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12669 that breaks with old list format timestamps.
12670 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12671 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12672
12673 2000-10-13 John Wiegley <johnw@gnu.org>
12674
12675 * align.el, pcomplete.el, calendar/timeclock.el,
12676 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12677
12678 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12679 faulty math, where holiday hours were being computing as seconds.
12680
12681 2000-10-13 John Wiegley <johnw@gnu.org>
12682
12683 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12684 specifying what "other" kinds of buffers should be saved.
12685 This used to be hard-coded.
12686 (desktop-buffer-misc-functions): A global for specifying how
12687 auxiliary data should be determined for special buffer types.
12688 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12689 instead of hard-coding the special buffer types.
12690 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12691 auxiliary data, instead of hard-coding for Info buffers and dired.
12692 (desktop-buffer-info-misc-data): Aux function for determining Info
12693 buffer auxiliary info.
12694 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12695 (desktop-buffer-info): Changed this function to use the info
12696 gathered above.
12697 (desktop-create-buffer): Be a little more careful about what
12698 `minor-mode' means before calling it. This is important for some
12699 buffer types.
12700
12701 2000-10-13 John Wiegley <johnw@gnu.org>
12702
12703 * eshell/esh-util.el: Added a global form which declares an
12704 autoload for `parse-time-string', if that function is not already
12705 defined, and if parse-time.el is available on the user's system.
12706
12707 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12708 to be aware of ange-ftp user info.
12709 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12710 (eshell-ls-annotate): Use `eshell-file-attributes'.
12711 (eshell-ls-file): Made the user-id printing code a bit smarter.
12712
12713 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12714 allow identification of alias user ids in remote directories.
12715 It's manual, but there's no other way to know when the current user
12716 on the local machine, is also the owning user on the remote machine.
12717 (fboundp): Bind `ange-cache'.
12718 (eshell-directory-files-and-attributes): Re-organized the logic a
12719 bit to use `eshell-file-attributes' instead of `file-attributes'.
12720 The former is more sensitive to directories that are read via FTP,
12721 and knows how to use ange-ftp to determine full attribute
12722 information, instead of just the name and last modtime.
12723 (eshell-current-ange-uids): Return the current user id when in a
12724 remote directory.
12725 (eshell-parse-ange-ls): Parse a full directory listing that has
12726 been returned by ange-ftp.
12727 (eshell-file-attributes): This beefed up version of
12728 `file-attributes' is only special if the user is currently in a
12729 remote directory, in which case it does a lot of work to find out
12730 what the real attributes of a file are, as they appear on the
12731 remote machine. This makes usage of remote directories (i.e.,
12732 ange-ftp pathnames) much more useful. You can now use Eshell as a
12733 full-fledged FTP client, with much more manipulation ability than
12734 most other clients.
12735
12736 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12737 variable, which means that Eshell's du should always be preferred
12738 in remote directories.
12739 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12740 just `file-attributes'.
12741 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12742 when reading remote directories. This is an Eshell-specific
12743 variable (not part of ange-ftp).
12744 (eshell/ln): Bind `ange-cache'.
12745 (eshell/du): Added some extra logic for determining when to use
12746 Eshell's du (which is slow), and when to use the external version
12747 (which may or may not exist).
12748
12749 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12750 Call `eshell-interactive-process', rather than using
12751 `get-buffer-process', since backgrounded processes don't count in
12752 the context of this function's logic.
12753
12754 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12755 `forward-char', so that null strings are parsed correctly.
12756
12757 2000-09-13 John Wiegley <johnw@gnu.org>
12758
12759 * eshell/em-pred.el (eshell-pred-file-type)
12760 (eshell-pred-file-links, eshell-pred-file-size):
12761 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12762
12763 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12764 that remote file globbing is more efficient.
12765
12766 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12767 gathering the files and attributes within a directory.
12768
12769 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12770 the command line is a special file (not a regular file, directory
12771 or symlink), always attempt to call the external version of cat.
12772
12773 2000-09-13 John Wiegley <johnw@gnu.org>
12774
12775 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12776 Eshell-friendly version of find-tag.
12777
12778 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12779
12780 * image-file.el (image-file-name-extensions)
12781 (image-file-name-regexps): Add autoload cookies.
12782
12783 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12784
12785 * international/mule-cmds.el (select-safe-coding-system): If FROM
12786 is string, show it in *Warning* buffer.
12787
12788 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12789
12790 * startup.el (normal-top-level): Use display-popup-menus-p instead
12791 of window-system.
12792 (command-line): Use display-graphic-p instead of window-system.
12793 (command-line-1): Use display-popup-menus-p and display-mouse-p
12794 instead of window-system.
12795
12796 2000-10-12 Sam Steingold <sds@gnu.org>
12797
12798 * tooltip.el (tooltip-use-echo-area): New user variable.
12799 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12800
12801 2000-10-12 Dave Love <fx@gnu.org>
12802
12803 * recentf.el: Maintainer's checkdoc fixes.
12804
12805 * startup.el (normal-top-level-add-subdirs-to-load-path):
12806 Use character class, not ASCII when matching file names.
12807 (fancy-splash-head): Add trailing slash to URL.
12808 (command-line): Don't require XPM support for toolbar.
12809
12810 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12811 (cperl-invalid-face): Revert last change.
12812 (cperl-init-faces): Quote cperl-invalid-face.
12813
12814 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12815
12816 * startup.el (fancy-splash-text): Remove superfluous quote.
12817
12818 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12819
12820 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12821 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12822 (command-line-1): Don't use fancy-splash-pending-command.
12823 (fancy-splash-screens-1): Goto point-min after inserting text.
12824
12825 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12826
12827 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12828 instead of shared-lisp-mode-map.
12829
12830 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12831
12832 * faces.el (header-line): Change tty-variant to use underlining.
12833
12834 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12835 (isearch-highlight): Restore lazy-isearch face properties at old
12836 position, and suppress them at new position.
12837 (isearch-dehighlight): Restore lazy-isearch face properties.
12838 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12839 over the real isearch overlay, but in that case, don't give it a
12840 face property. Use `push'.
12841
12842 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12843
12844 * man.el (Man-getpage-in-background): Fix previous change.
12845 Decode the process output only when we are in multibyte mode.
12846
12847 2000-10-11 Dave Love <fx@gnu.org>
12848
12849 * info.el (Info-mode-menu): Fix some help.
12850 (info-tool-bar-map): Add entry for Info-last.
12851
12852 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12853 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12854 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12855 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12856 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12857 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12858 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12859 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12860 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12861 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12862 Reduce colour requirements to 25 overall. (Probably wants
12863 revisiting from the originals to reduce further.)
12864
12865 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12866
12867 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12868 buffer-file-coding-system, instead of raw-text.
12869 (dehexlify-buffer): Bind coding-system-for-read to
12870 buffer-file-coding-system, instead of raw-text.
12871
12872 2000-10-11 Sam Steingold <sds@gnu.org>
12873
12874 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12875 `underline' - fixes the bug introduced on 2000-09-21.
12876
12877 2000-10-11 Dave Love <fx@gnu.org>
12878
12879 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12880 Avoid compiler warnings.
12881 (scheme-mode): Doc fix.
12882 (scheme-font-lock-keywords-1): Match `define-syntax'.
12883
12884 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12885
12886 * faces.el (frame-set-background-mode): Pay attention to saved
12887 face specs as well as default ones. Only do anything if the
12888 bg-mode or display-type has actually changed. Use `dolist'.
12889 (region): Make dark-background `region' face less in-your-face.
12890
12891 2000-10-10 Sam Steingold <sds@gnu.org>
12892
12893 * chistory.el, ielm.el, ledit.el:
12894 * progmodes/inf-lisp.el, progmodes/scheme.el:
12895 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12896
12897 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12898
12899 * textmodes/texinfo.el: Update copyright and fix typo.
12900
12901 * desktop.el (desktop-modes-not-to-save): New var.
12902 (desktop-save-buffer-p): Use it.
12903 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12904 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12905
12906 2000-10-10 Dave Love <fx@gnu.org>
12907
12908 * toolbar/tool-bar.el (tool-bar-add-item)
12909 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12910
12911 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12912 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12913 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12914 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12915 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12916 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12917 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12918 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12919 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12920 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12921 the .xpms; probably need retouching.
12922
12923 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12924
12925 * subr.el (add-to-list): Add optional argument APPEND.
12926 * battery.el (display-battery): Use `add-to-list'.
12927
12928 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12929
12930 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12931 properties.
12932 (zone, zone-when-idle, zone-leave-me-alone)
12933 (zone-pgm-whack-chars): Use new symbol properties.
12934
12935 * battery.el (display-battery): Doc spelling fix.
12936
12937 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12938 property.
12939
12940 2000-10-09 Dave Love <fx@gnu.org>
12941
12942 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12943 has been initialized before calling tool-bar-setup.
12944 (tool-bar-add-item-from-menu): Add autoload cookie.
12945
12946 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12947
12948 * menu-bar.el (send-mail-item-name): New function.
12949 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12950 of mail-user-agent in the menu. Don't display the "Send Mail"
12951 item if mail-user-agent is nil or its value is ignore.
12952 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12953 if read-mail-command is nil or its value is ignore.
12954
12955 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12956
12957 2000-10-09 Miles Bader <miles@gnu.org>
12958
12959 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12960 Correct image size.
12961 * toolbar/left_arrow.xpm: Correct image size.
12962
12963 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12964 will be done by the definition of `auto-compression-mode' if
12965 necessary. Move code to uninstall existing file-name handler
12966 before definition of `auto-compression-mode'.
12967
12968 * image-file.el (auto-image-file-mode): Move to the end of the
12969 file, because `define-minor-mode' actually calls the mode-function
12970 if the associated variable is non-nil, which requires that all
12971 needed functions be already defined.
12972
12973 * mouse.el (popup-menu): Balance parens.
12974
12975 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12976
12977 * mouse.el (popup-menu): Move the command call outside the loop
12978 so that popup-menu returns whatever the command returns.
12979
12980 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12981 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12982 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12983 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12984
12985 * vc.el (vc-version-diff): diff-switches can be a list.
12986 Use relative filenames for prettier output.
12987
12988 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12989 (vc-post-command-functions): Remove old-VC compatibility code.
12990
12991 * newcomment.el (comment-indent-default): Autoload.
12992
12993 * font-lock.el (font-lock-defaults): Make buffer-local.
12994 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12995 (font-lock-choose-keywords):
12996 Ignore LEVEL unless KEYWORDS is a list of syms.
12997 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12998 Don't wrap regexp-opt things in \(...\) unnecessarily.
12999
13000 * jit-lock.el: Don't require font-lock any more.
13001 (jit-lock-functions): Make buffer-local.
13002 (jit-lock-saved-fontify-buffer-function): Remove.
13003 (jit-lock-mode): Remove autoload cookie.
13004 Remove font-lock specific code.
13005 (jit-lock-unregister): Don't bother handling complex hooks any more.
13006 (jit-lock-refontify): New function.
13007 (jit-lock-fontify-buffer): Use it.
13008 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
13009 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
13010 Add optional args START and END.
13011 Never call font-lock-fontify-region directly.
13012 (jit-lock-function, jit-lock-stealth-fontify): Use it.
13013
13014 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
13015
13016 2000-10-08 Dave Love <fx@gnu.org>
13017
13018 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
13019
13020 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
13021
13022 * play/studly.el (studlify-region, studlify-word): Add autoload
13023 cookie.
13024
13025 * play/morse.el (morse-region, unmorse-region): Add autoload
13026 cookie.
13027
13028 * play/spook.el (spook-phrases-file): Use expand-file-name, not
13029 concat.
13030
13031 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
13032 insist on symbols starting with word syntax.
13033 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
13034 (eval-defun-1): Doc fix.
13035 (indent-sexp): Use nconc to build up indent-stack.
13036
13037 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
13038 Gnus with little use.
13039 (mail-setup-hook): Add mail-abbrevs-setup to options.
13040
13041 * recentf.el: Doc fixes.
13042
13043 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
13044 Clean up remainder.
13045
13046 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
13047 without timezone and (8) with timezone to enforce some whitespace.
13048 Simplify code somewhat.
13049
13050 * options.el (list-options): Doc that you should use customize.
13051
13052 * iswitchb.el (iswitchb-mode): Add :require.
13053
13054 * info.el (Info-goto-node, Info-menu): Doc fix.
13055 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
13056 (info-tool-bar-map): New variable.
13057 (Info-mode): Use it.
13058 (Info-edit-map): Define all in defvar.
13059 (speedbar-attached-frame): Avoid compiler warning.
13060
13061 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
13062 (global-map): Bind [tool-bar] to a filtered map.
13063 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
13064 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
13065 Allow PBM icons.
13066 (tool-bar-setup): Adjust calls of tool-bar-add-item.
13067
13068 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
13069 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
13070 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
13071 icons, except up_arrow, which is left-arrow rotated.
13072
13073 * imenu.el (imenu-add-to-menubar): Fix last change.
13074
13075 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
13076
13077 * generic-x.el (rul-generic-mode): Remove eval-when-compile
13078 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
13079
13080 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13081
13082 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
13083 typos in doc strings.
13084
13085 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
13086 the doc strings how to customize Font Lock faces.
13087
13088 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
13089 computing growth when dragging the header line.
13090
13091 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13092
13093 * simple.el (kill-line): Doc fix.
13094
13095 2000-10-08 Miles Bader <miles@gnu.org>
13096
13097 * faces.el (secondary-selection): Make foreground visible on tty.
13098
13099 * jka-compr.el (auto-compression-mode): Move to the end of the
13100 file, because `define-minor-mode' actually calls the mode-function
13101 if the associated variable is non-nil, which requires that all
13102 needed functions be already defined.
13103 (with-auto-compression-mode): Add autoload cookie.
13104
13105 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
13106
13107 * files.el (find-backup-file-name) [ms-dos]: If support for long
13108 file names is not available, behave as if version-control were set
13109 to never.
13110
13111 2000-10-07 Dave Love <fx@gnu.org>
13112
13113 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
13114 (browse-url-gnome-moz): New function.
13115 (browse-url-browser-function): Use it.
13116 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
13117
13118 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
13119
13120 * indent.el (tab-always-indent): New var.
13121 (indent-for-tab-command): Use it.
13122
13123 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
13124 raise an error. This way it can still default to a sane value.
13125
13126 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13127
13128 * startup.el (fancy-splash-screens): Use local rather than global map.
13129 Don't use `update-menu-bindings' any more.
13130 Get rid of assumptions about keymap representation.
13131
13132 2000-10-06 Dave Love <fx@gnu.org>
13133
13134 * textmodes/fill.el (sentence-end-double-space)
13135 (sentence-end-without-period): Doc fix.
13136 (adaptive-fill-regexp): Purecopy.
13137 (unjustify-current-line): Use line-end-position.
13138 (fill-individual-paragraphs-prefix): Use line-beginning-position.
13139
13140 * net/eudc-vars.el (eudc): Add :version, :link.
13141
13142 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
13143
13144 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
13145 Fix for define-minor-mode.
13146 (function-at-point): Alias to function-called-at-point.
13147
13148 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
13149
13150 * simple.el (backward-word): Doc fix.
13151
13152 * image-file.el (image-file-name-regexp): image-file-regexps ->
13153 image-file-name-regexps.
13154 (image-file-name-extensions): Add pbm.
13155
13156 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13157
13158 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
13159 and add filename to the names so that diff-mode can jump to source.
13160
13161 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
13162 (tex-font-lock-keywords, tex-font-lock-keywords-2)
13163 (tex-font-lock-keywords-1): Remove.
13164 (font-lock-turn-on-thing-lock): Use jit-lock-register.
13165 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
13166 (font-lock-default-fontify-region):
13167 Expand beg..end correctly when just following a multiline region.
13168 (font-lock-fontify-anchored-keywords):
13169 Include the anchor text as part of the multiline.
13170
13171 2000-10-06 Gerd Moellmann <gerd@gnu.org>
13172
13173 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13174 latter needs the autoloaded define-minor-mode macro during the
13175 bootstrap.
13176
13177 * startup.el (command-line): For now, activate tool-bar-mode only
13178 if XPM images are supported.
13179
13180 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13181 window by dragging a header-line at the top of the frame; that's
13182 confusing because the header-line doesn't move.
13183 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13184 of treating the event as a list. Some cleanup.
13185
13186 2000-10-06 Miles Bader <miles@gnu.org>
13187
13188 * simple.el (display-message-or-buffer): New function.
13189 (shell-command-on-region): Use `display-message-or-buffer'.
13190
13191 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13192 docstring parts.
13193
13194 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13195 (smbclient-prompt-regexp): Add usage note to doc string.
13196 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13197 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13198 Use add-hook for adding the comint filter function, and only do so
13199 if it's not already in the global hook list.
13200 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13201 to `make-local-variable'.
13202 (nslookup-font-lock-keywords): Remove prompt entry.
13203 (nslookup): Don't set the process-filter.
13204 (finger): Exit the loop correctly when the regexps list runs out.
13205 (ftp, smbclient, smbclient-list-shares):
13206 Set the real major mode immediately, not after execing.
13207 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13208
13209 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13210
13211 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13212
13213 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13214
13215 * which-func.el (which-func-format): Remove spurious space.
13216 (which-func-mode): Don't make it permanent-local.
13217 (which-func-ff-hook): Allow which-func-maxout to be nil.
13218 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13219 (which-func-mode): Simplify.
13220 Use post-command-idle-hook rather than post-command-hook.
13221 Go through all buffers and update their state.
13222 (which-function): Also try add-log-current-defun-function.
13223
13224 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13225 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13226 Update call to with-vc-properties accordingly.
13227 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13228 (vc-revert-buffer): More careful about window selection and deletion.
13229 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13230
13231 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13232 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13233 (cvs-dired-action): Change the default to quickdir.
13234
13235 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13236 if comment-indent-function returns nil.
13237 (comment-indent-default): New function.
13238 (comment-indent-function): Use it and document the new semantics.
13239
13240 * image-file.el: Docstring fixes.
13241
13242 * help.el (help-xref-on-pp): Use match-string.
13243 (describe-variable): New arg BUFFER.
13244 Store the current buffer in the help-xref-stack.
13245 (temp-buffer-resize-mode): Use define-minor-mode.
13246
13247 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13248 consistently with its docstring.
13249 Set jit-lock-first-unfontify-pos in an idempotent way.
13250 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13251
13252 2000-10-05 Alex Schroeder <alex@gnu.org>
13253
13254 * sql.el (sql-mysql-options): New variable.
13255 (sql-mysql): Use it.
13256
13257 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13258
13259 * image.el (image): New group.
13260
13261 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13262 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13263
13264 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13265
13266 * net/net-utils.el (nslookup-font-lock-keywords)
13267 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13268 Ignore the value of wqindow-system; always define keywords
13269
13270 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13271
13272 * startup.el (fancy-splash-screens): Remove the code for
13273 debugging; `(trace-to-stderr "EXITTT\n")'.
13274
13275 2000-10-05 Miles Bader <miles@gnu.org>
13276
13277 * diff-mode.el (diff-goto-source): Update call to
13278 `diff-hunk-status-msg' to reflect new REV variable.
13279
13280 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13281
13282 * progmodes/icon.el (icon-mode):
13283 Don't gratuitously override the default for comment-column.
13284
13285 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13286
13287 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13288 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13289 (jit-lock-functions): New var.
13290 (jit-lock-function-1): Use it if non-nil.
13291 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13292 Set the `fontified' property before doing the fontification to avoid
13293 repeatedly going through the same error.
13294 Don't turn errors into messages.
13295 (jit-lock-register, jit-lock-unregister): New functions.
13296
13297 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13298 Use with-current-buffer.
13299
13300 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13301 Turn comment into docstring.
13302
13303 * apropos.el (apropos-mode): Use define-derived-mode.
13304
13305 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13306
13307 * startup.el (fancy-splash-pending-command): New variable.
13308 (fancy-splash-pre-command): New function.
13309 (fancy-splash-screens): Rewritten.
13310 (command-line-1): If fancy-splash-pending-command is set, call it
13311 interactively.
13312
13313 2000-10-04 Dave Love <fx@gnu.org>
13314
13315 * toolbar/tool-bar.el (tool-bar-setup): New function.
13316 (tool-bar-mode): Use it.
13317
13318 * subr.el (substitute-key-definition): Doc fix.
13319 (play-sound-file): New command.
13320
13321 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13322
13323 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13324 vc-version-backup-file-name): New functions.
13325
13326 * files.el (basic-save-buffer): Call vc-before-save before saving.
13327
13328 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13329 vc-cvs-stay-local-p.
13330
13331 * vc.el (vc-revert-buffer): Handle empty diff properly.
13332 (vc-version-backup-file): New function.
13333 (vc-checkout): Create a version backup if necessary.
13334 (vc-checkin): If a version backup file exists, delete it.
13335 (vc-version-diff): Diff locally using version backups, if available.
13336 (vc-revert-file): If there's a version backup, revert locally.
13337 (vc-transfer-file): Use version backup for base version, if
13338 available. If not, ask for confirmation whether to get it from the
13339 server. Update mode line before check-in.
13340
13341 2000-10-04 Dave Love <fx@gnu.org>
13342
13343 * toolbar/tool-bar.el (tool-bar-setup): New function.
13344 (tool-bar-mode): Use it.
13345
13346 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13347
13348 * net/net-utils.el (nslookup-font-lock-keywords)
13349 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13350 Only set if window-system is non-nil
13351 (net-utils-run-program): Returns buffer.
13352 (network-connection-reconnect): Added this function.
13353
13354 * generic.el:
13355 Incorporates extensive cleanup and docfixes by
13356 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13357 Uses cl compile-time macros.
13358 (generic-mode-name, generic-comment-list)
13359 (generic-keywords-list, generic-font-lock-expressions)
13360 (generic-mode-function-list, generic-mode-syntax-table):
13361 Removed variables.
13362 (generic-mode-alist): Renamed to generic-mode-list.
13363 (generic-find-file-regexp): Default changed to "^#".
13364 (generic-read-type): Uses completing read on generic-mode-list.
13365 (generic-mode-sanity-check): removed this function.
13366 (generic-add-to-auto-mode): Removed this function
13367 (generic-mode-internal): Bind mode-specific definitions
13368 into function instead of putting them in alist.
13369 (generic-mode-set-comments): Reworked extensively.
13370 (generic-mode-find-file-hook): Simplified regexp searching
13371 (generic-make-keywords-list): Omit extra pair of parens
13372
13373 * find-lisp.el (find-lisp-find-files-internal):
13374 Make sure directory name ends with "/".
13375
13376 * generic-x.el (apache-conf-generic-mode):
13377 Regexp now allows leading whitespace.
13378 (rc-generic-mode): Added eval-when-compile
13379 around generic-make-keywords-list.
13380 Deleted duplicate regexp
13381 (rul-generic-mode): Added eval-when-compile
13382 around generic-make-keywords-list.
13383 (etc-fstab-generic-mode): New generic mode.
13384 (rul-generic-mode): Removed one eval-when-compile
13385 which caused a max-specpdl-size exceeded error.
13386
13387 2000-10-04 Miles Bader <miles@gnu.org>
13388
13389 * simple.el (minibuffer-temporary-goal-position): New variable.
13390 (next-history-element): Try to keep the position of point in the
13391 input string constant.
13392
13393 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13394 (dired-do-create-files): If there's only one file, pass it in as
13395 the DEFAULT arg to dired-mark-read-file-name.
13396
13397 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13398
13399 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13400 (diff-goto-source): Be smarter when choosing REVERSE or not.
13401
13402 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13403 (texinfo-mode-menu): Add an explicit shortcut for update all.
13404
13405 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13406
13407 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13408 factorize backend-specific code cleanly (this was essentially
13409 conceived by Stefan Monnier).
13410 (vc-unregister): Function removed.
13411 (vc-revert-file): New function.
13412 (vc-revert-buffer): Delegate some of the work to it.
13413
13414 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13415 default branch unconditionally.
13416 (vc-rcs-set-default-branch): New function.
13417 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13418 (vc-rcs-checkin): If an appropriate default branch has been set,
13419 force creation of that branch.
13420 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13421 code (as suggested by Stefan Monnier).
13422
13423 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13424
13425 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13426 highlighting overlay with a different face over the overlay
13427 isearch uses to highlight the current match because that can lead
13428 to bad face combinations.
13429
13430 * loadup.el (toplevel): Load faces before isearch.
13431
13432 * isearch.el (isearch-faces): New custom group.
13433 (isearch): New defface; was already tested for in the code.
13434 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13435 (isearch-highlight): Always use face `isearch'.
13436
13437 2000-10-02 Dave Love <fx@gnu.org>
13438
13439 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13440 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13441 comparison of opcode with operand.
13442
13443 2000-10-03 Miles Bader <miles@gnu.org>
13444
13445 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13446 buffer, since the echo area will now grow to accommodate them.
13447
13448 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13449
13450 * vc-hooks.el (vc-registered): If FILE used to be registered under
13451 a certain backend, try that one first.
13452
13453 * vc.el (vc-responsible-backend): Undo the previous change in the
13454 argument list. Handle multiple backends correctly.
13455 (vc-find-new-backend): Function removed.
13456 (vc-register): Use vc-responsible-backend, as before.
13457 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13458
13459 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13460
13461 * startup.el (fancy-splash-head): Change message below the
13462 logo.
13463
13464 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13465
13466 * diff-mode.el (diff-goto-source): Emit a status message.
13467 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13468 (diff-test-hunk): Fix doc string.
13469 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13470 (diff-advance-after-apply-hunk): New variable.
13471 (diff-apply-hunk): Don't return a value.
13472
13473 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13474
13475 * vc.el (vc-editable-p): Minor optimization.
13476 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13477 (vc-find-new-backend): New function split from vc-responsible-backend.
13478 (vc-register): Use it.
13479 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13480 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13481 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13482 (vc-clear-headers): Don't use find-file.
13483 (vc-revert-buffer): Use `and' again (must have been a braino).
13484 (vc-switch-backend): Only prompt if requested.
13485 Short circuit if nothing is to be done.
13486 Don't use vc-resynch-buffer which could lose unsaved editing.
13487 (vc-default-receive-file): Update call to vc-unregister.
13488 (with-vc-file, vc-next-action-on-file):
13489 Use vc-backend rather than vc-registered.
13490 (vc-next-action-on-file): Use intern-soft.
13491 Deal with read-only *vc-diff* buffer.
13492 (vc-transfer-file): Docstring fix.
13493
13494 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13495 (vc-rcs-receive-file): Avoid with-vc-properties.
13496 Update call to vc-unregister.
13497 Use constant `RCS' rather than (dynamically bound) var `backend'.
13498
13499 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13500
13501 * vc.el (vc-next-action-on-file): Update mode line only if file
13502 is visited.
13503 (vc-start-entry): New argument initial-contents. Don't visit the file
13504 if it isn't already visited. Brought documentation up-to-date.
13505 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13506 (vc-checkin): New optional arg initial-contents, which is passed to
13507 vc-start-entry.
13508 (vc-finish-logentry): Make sure to bury log buffer only if there
13509 really is one. Call `vc-resynch-buffer' on log-file, not
13510 buffer-file-name.
13511 (vc-default-comment-history, vc-default-wash-log): New functions.
13512 (vc-index-of): Removed.
13513 (vc-transfer-file): Make do without the above.
13514 (vc-default-receive-file): Call comment-history unconditionally. Pass
13515 the resulting string to vc-checkin, instead of inserting it into the
13516 comment ring.
13517
13518 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13519 unconditionally. Use the comments as initial contents of the log
13520 entry buffer. Document the trick to force branch creation with no
13521 changes.
13522
13523 2000-10-01 Miles Bader <miles@gnu.org>
13524
13525 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13526 `recenter' with an arg to prevent redrawing the display.
13527
13528 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13529
13530 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13531
13532 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13533
13534 * progmodes/c-mode.el (c-mode):
13535 Don't gratuitously override the default for comment-column.
13536
13537 * textmodes/tex-mode.el (latex-metasection-list): New var.
13538 (latex-imenu-create-index): Use it.
13539 Move the regexp construction outside loops (and use push).
13540 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13541 (tex-font-lock-keywords): Moved from font-lock.el.
13542 (tex-comment-indent): Remove.
13543 (tex-common-initialization): Don't set comment-indent-function.
13544 (latex-block-default): New var.
13545 (tex-latex-block): Use it to provide a default choice.
13546 Add any unknown choice to latex-block-names.
13547 Insert [...] after {...}.
13548 (tex-last-unended-begin): Simplify regexp.
13549 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13550 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13551 (latex-mode): Set forward-sexp-function.
13552
13553 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13554 Add regexp for @ignore ... @end ignore.
13555 (texinfo-heading-face): New face.
13556 (texinfo-font-lock-keywords): Use it.
13557 (texinfo-mode-menu): New menu.
13558 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13559 New functions.
13560 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13561 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13562 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13563 Remove declaration.
13564 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13565
13566 * delsel.el (delete-selection-mode): Use define-minor-mode.
13567
13568 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13569
13570 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13571
13572 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13573
13574 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13575
13576 * replace.el (keep-lines-read-args): New function.
13577 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13578 read arguments interactively. Add parameters RSTART and REND.
13579 Operate on the active region in Transient Mark mode.
13580
13581 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13582
13583 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13584 (authors-obsolete-files-regexps): New variable.
13585 (authors-add): Don't record changes in obsolete files.
13586
13587 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13588
13589 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13590
13591 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13592 (comment-indent): Make sure there's a space between code and comment.
13593 Shift comments left to avoid going past fill-column.
13594
13595 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13596
13597 * startup.el (startup-echo-area-message): New function.
13598 (display-startup-echo-area-message): Use it.
13599 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13600 (fancy-splash-default-action): New function.
13601 (fancy-splash-screens-1): New function.
13602 (fancy-splash-head): Put a help-echo and a keymap under the image.
13603
13604 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13605
13606 * diff-mode.el (diff-add-log-file-name): Remove.
13607 (diff-mode): Use add-log-buffer-file-name-function.
13608
13609 * add-log.el (find-change-log): New arg BUFFER-FILE.
13610 (add-log-file-name): Obey add-log-file-name-function.
13611 (add-log-buffer-file-name-function): New var.
13612 (add-change-log-entry): Use it.
13613
13614 2000-09-29 Miles Bader <miles@gnu.org>
13615
13616 * image-file.el (image-file-name-extensions): New variable.
13617 (image-file-name-regexps): Renamed from `image-file-regexps'.
13618 New default value is nil. Call `auto-image-file-mode'.
13619 (image-file-name-regexp): New function.
13620 (auto-image-file-mode): New minor mode.
13621 (insert-image-file): Don't make conditional on the image-file
13622 handler being enabled.
13623 (image-file-handler): Make the call here conditional instead.
13624 (set-image-file-handler-enabled, enable-image-file-handler)
13625 (disable-image-file-handler): Functions removed.
13626
13627 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13628 string.
13629
13630 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13631
13632 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13633 it's a function from CL.
13634 (latex-imenu-create-index): Replace eval-when-compile with progn
13635 because latex-section-alist is not bound while compiling.
13636
13637 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13638
13639 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13640 (outline-mode): Use define-derived-mode.
13641
13642 * progmodes/perl-mode.el (perl-mode):
13643 * progmodes/awk-mode.el (awk-mode):
13644 * progmodes/asm-mode.el (asm-mode):
13645 Don't gratuitously override the default for comment-column.
13646
13647 * emacs-lisp/lisp.el (lisp-complete-symbol):
13648 Distinguish the let-binding case from the funcall case.
13649 (forward-sexp-function): New variable.
13650 (forward-sexp): Use it.
13651
13652 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13653 (easy-mmode-defmap): Remove the now useless autoload.
13654
13655 * time.el (display-time-mode): Use define-minor-mode.
13656
13657 * subr.el (add-minor-mode): Don't eval NAME.
13658 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13659 Use if rather than cond.
13660
13661 * simple.el (read-expression-map): Define more properly.
13662 (comment-indent-hook): Remove.
13663 (string-to-syntax): Bug fix.
13664
13665 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13666 (cvs-ediff-diff): Fix typo.
13667 (cvs-revert-if-needed): Don't bother preserving read-only.
13668
13669 * paren.el (show-paren-mode): Use define-minor-mode.
13670
13671 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13672 (toggle-auto-compression): Remove.
13673 (jka-compr-build-file-regexp): Remove useless grouping.
13674
13675 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13676 Avoid user-reserved bindings.
13677 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13678 (diff-header-face): Revert to grey85.
13679
13680 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13681
13682 * complete.el (partial-completion-mode) <defcustom>: Remove.
13683 (partial-completion-mode): Use define-minor-mode.
13684 (PC-do-completion): Understand `completion-auto-help = delay'
13685 to mean to popup the completion buffer only the second time.
13686 (PC-include-file-all-completions, PC-include-file-all-completions)
13687 (PC-include-file-all-completions): Don't quote lambda.
13688
13689 * comint.el (comint-mode-hook): Docstring fix.
13690 (comint-mode): Use define-derived-mode.
13691 (comint-mode-map): Remove obsolete comment.
13692 (make-comint): Minor stylistic change.
13693 (comint-insert-clicked-input): Be more careful to find the overlay.
13694 Use this-command-keys rather than hardcoding mouse-2.
13695
13696 * font-lock.el: Replace confusing (,@ with ,
13697 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13698 Don't use regexp-opt-depth. Spice up the regexp for args.
13699 Don't distinguish between cmds that can take an opt arg or not.
13700 Use `append' and `prepend' rather than `keep'.
13701
13702 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13703 (latex-outline-regexp): New var.
13704 (latex-outline-level): New fun.
13705 (latex-section-alist): New var.
13706 (latex-imenu-create-index): Use it. Use `push' as well.
13707 (tex-shell-map): Initialize it properly.
13708 (tex-mode): Minor stylistic change.
13709 (plain-tex-mode): Use define-derived-mode.
13710 (latex-mode): Use define-derived-mode.
13711 Construct the paragraph regexps in a more readable way.
13712 Set the buffer-local outline-{level,regexp} vars.
13713 (slitex-mode): Derive from latex-mode.
13714 (tex-common-initialization): Don't kill-all-vars anymore.
13715 Add setting for comment-add and font-lock-defaults.
13716 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13717 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13718 (tex-start-tex): New arg DIR (and send a chdir command for it).
13719 Also display the shell buffer and save it in tex-last-buffer-texed.
13720 (tex-region): Use expand-file-name rather than concat.
13721 Remove code made useless by changes in tex-start-tex.
13722 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13723
13724 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13725
13726 2000-09-28 Dave Love <fx@gnu.org>
13727
13728 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13729
13730 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13731
13732 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13733 `append'.
13734
13735 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13736
13737 * info.el (Info-extract-pointer): Undo last change.
13738 Instead, fix the position of the `bound' arg to re-search-backward.
13739
13740 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13741
13742 * info.el (Info-extract-pointer):
13743 Widen more carefully, to avoid finding pointers in other nodes.
13744 (Info-index): Use push.
13745
13746 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13747
13748 * frame.el (set-frame-font): Remove call to obsolete function
13749 frame-update-faces.
13750 (set-foreground-color, set-background-color): Likewise for
13751 frame-update-face-colors.
13752
13753 2000-09-27 Miles Bader <miles@gnu.org>
13754
13755 * image-file.el: New file.
13756
13757 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13758
13759 * frame.el (frame-notice-user-settings): Don't call
13760 frame-update-faces, which is a no-op now.
13761
13762 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13763 tool-bar-lines.
13764
13765 2000-09-27 Dave Love <fx@gnu.org>
13766
13767 * mouse.el: Fix last change.
13768
13769 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13770
13771 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13772
13773 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13774
13775 * international/quail.el (quail-help): The output message is
13776 improved.
13777
13778 2000-09-26 Dave Love <fx@gnu.org>
13779
13780 * mouse.el (popup-menu): If POSITION is nil, set it using
13781 mouse-position.
13782
13783 2000-09-25 Sam Steingold <sds@gnu.org>
13784
13785 * net/browse-url.el (browse-url-file-url): Check for null maps.
13786
13787 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13788
13789 * frame.el (frame-notice-user-settings): Don't add a
13790 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13791
13792 * frame.el (frame-notice-user-settings):
13793 Make tool-bar-mode and default-frame-alist consistent.
13794
13795 * toolbar/tool-bar.el (tool-bar-help): New function.
13796
13797 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13798
13799 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13800 current-load-list in top-level forms. Else this leaks a cons cell
13801 every time a defun is called.
13802
13803 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13804
13805 2000-09-25 Dave Love <fx@gnu.org>
13806
13807 * startup.el (fancy-splash-head): Check XPM is available.
13808
13809 * autoinsert.el (auto-insert): Doc fix.
13810 (auto-insert-alist): Following GNU notices, don't say `copyright
13811 _by_'. Use line-beginning-position.
13812 (auto-insert): Check buffer-file-name is non-nil before use.
13813
13814 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13815
13816 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13817 starting with `@def' or `@multitable', in addition to ones
13818 specified by the user in auto-fill-inhibit-regexp.
13819
13820 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13821
13822 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13823 rmail-dont-reply-to-names matches the empty string.
13824
13825 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13826
13827 * startup.el (command-line-1, fancy-splash-text): Change the
13828 text to sound more friendly.
13829
13830 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13831
13832 * progmodes/hideshow.el: Update author email address.
13833 Generally, sync w/ maintainer version 5.22.
13834 (hs-hide-all-non-comment-function): New var.
13835 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13836 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13837 (hs-show-region): Delete this command.
13838 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13839
13840 2000-09-22 Dave Love <fx@gnu.org>
13841
13842 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13843 (hl-line-highlight): Specify buffer when moving overlay.
13844
13845 * progmodes/fortran.el (fortran-mode): Locally set
13846 normal-auto-fill-function.
13847 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13848 (fortran-mode-map): Adjust auto-fill menu entry.
13849
13850 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13851
13852 * vc-rcs.el (toplevel): Require `vc' when compiling.
13853
13854 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13855
13856 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13857
13858 * vc.el (vc-switch-backend): Signal an error if the file is not
13859 registered under the new backend.
13860
13861 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13862 without explicit revision number.
13863
13864 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13865
13866 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13867 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13868 (diff-xor): New function.
13869 (diff-find-source-location): Use it. Fix a stupid name clash.
13870 (diff-hunk-status-msg): New function.
13871 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13872 (diff-test-hunk): Use diff-find-source-location.
13873 (diff-goto-source): Favor the `reverse'.
13874 (diff-hunk-text): Properly handle one-sided context diffs.
13875 (diff-apply-hunk): When done, advance to the next hunk.
13876
13877 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13878
13879 * startup.el (command-line): If frame was created with a non-zero
13880 tool-bar-lines parameter, switch tool-bar-mode on.
13881
13882 * add-log.el (change-log-date-face, change-log-name-face)
13883 (change-log-email-face, change-log-file-face)
13884 (change-log-list-face, change-log-conditionals-face)
13885 (change-log-function-face, change-log-acknowledgement-face):
13886 New faces, inheriting from font-lock faces.
13887 (change-log-font-lock-keywords): Use them.
13888
13889 2000-09-21 Dave Love <fx@gnu.org>
13890
13891 * progmodes/cperl-mode.el (top-level): Clean up
13892 `eval-when-compile's and assorted defvars.
13893 (cperl-invalid-face): Don't double-quote value. Change custom
13894 type.
13895 (cperl-mode): Set normal-auto-fill-function and don't zap
13896 auto-fill-function.
13897 (cperl-imenu--function-name-regexp-perl): Renamed from
13898 imenu-example--function-name-regexp-perl.
13899 (cperl-imenu--create-perl-index): Renamed from
13900 imenu-example--create-perl-index.
13901 (cperl-xsub-scan): Don't require cl.
13902
13903 * msb.el (msb-mode-map): Use substitute-key-definition.
13904 (msb-mode): Use msb-mode-map.
13905
13906 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13907
13908 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13909 New functions.
13910 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13911 (vc-switch-backend): New function.
13912 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13913 (vc-register): Fix prompt.
13914 (vc-unregister, vc-default-unregister): New functions.
13915 (vc-version-diff): Handle empty buffer in sentinel.
13916
13917 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13918 (vc-rcs-state-heuristic): Use it to guess the state of files with
13919 non-strict locking.
13920 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13921 been set with -b, but not created yet.
13922 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13923 contents in order to find the state.
13924 (vc-rcs-checkin): Allow creation of branches with no changes.
13925 (vc-rcs-unregister, vc-rcs-receive-file)
13926 (vc-rcs-set-non-strict-locking): New functions.
13927
13928 * vc-hooks.el (vc-name): Force correct computation of the value
13929 in case it is missing.
13930
13931 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13932
13933 * startup.el (fancy-splash-tail): Use a different foreground
13934 color on a dark frame background.
13935
13936 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13937
13938 * info.el: Use the correct capitalization when making Info-mode
13939 and Info-edit-mode `special' modes.
13940
13941 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13942
13943 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13944 (diff-mode): Add support for add-log.el.
13945 (diff-hunk-text): Use char offsets rather than line offsets.
13946 (diff-find-source-location): Replace LINE with line-offset (nil
13947 if not found) and always set POS to a meaningful position.
13948 Adapt to the new char-offsets.
13949 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13950 Adapt to the new diff-find-source-location.
13951 (diff-goto-source): Adapt to the new diff-find-source-location.
13952
13953 * add-log.el (add-log-file-name): New function (split out of
13954 add-change-log-entry).
13955 (add-change-log-entry): Use it.
13956 Call add-log-file-name-function with the changelog file name if
13957 the current buffer is not associated with any file.
13958 Avoid find-file if the selected window is dedicated.
13959
13960 * diff-mode.el (diff-find-source-location):
13961 Move code from diff-apply-hunk. Return buffer rather than file.
13962 (diff-apply-hunk): Use the new result from diff-find-source-location.
13963 (diff-goto-source): Use the new diff-find-source-location.
13964
13965 2000-09-20 Dave Love <fx@gnu.org>
13966
13967 * iswitchb.el: Some doc fixes.
13968 (iswitchb-mode-map): Define completely initially. Inherit
13969 minibuffer-local-map.
13970 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13971 fundamental-mode.
13972 (iswitchb-global-map): New variable.
13973 (iswitchb-summaries-to-end): Amalgamate regexps.
13974 (iswitchb-mode): New.
13975 (iswitchb-mode-hook): New variable.
13976 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13977 `extensions'.
13978
13979 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13980
13981 * ehelp.el (electric-help): New defgroup.
13982 (electric-help-shrink-window): New user-option.
13983 (with-electric-help): Use it.
13984
13985 * window.el (shrink-window-if-larger-than-buffer): If face
13986 `mode-line' has a :box, and we're on a graphical frame, add 1
13987 to the needed window height.
13988
13989 * frame.el (frame-notice-user-settings): Add a last parameter nil
13990 to a call to `append', because the last list passed to `append' is
13991 not copied, and so subsequent calls to assq-delete-all will modify
13992 default-frame-alist.
13993
13994 * startup.el (fancy-splash-image): Change :type.
13995 (fancy-splash-head): Use an XBM image if appropriate.
13996 (command-line-1): Show splash screens in more cases.
13997
13998 * startup.el (fancy-splash-text): Don't quote faces.
13999
14000 * dired.el (dired-font-lock-keywords): Undo last change.
14001 (dired-readin): Bind indent-tabs-mode to nil.
14002
14003 * startup.el (fancy-splash-head): If frame's background mode
14004 is `dark', change the black background of the image to gray.
14005 (fancy-splash-screens): Display startup echo area message.
14006 (display-startup-echo-area-message): New function.
14007
14008 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
14009
14010 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
14011
14012 * info.el (info-header-node): Tweak for color ttys.
14013
14014 * faces.el (face-valid-attribute-values): Make sure directories we
14015 search for stipples both exist and are readable before trying to
14016 search them.
14017
14018 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
14019 in the dry-run case.
14020
14021 * jka-compr.el (with-auto-compression-mode): New macro.
14022
14023 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
14024 (custom-group-tag-face, custom-variable-tag-face): Use relative
14025 :height and inherit from `variable-pitch' face instead of
14026 hardwiring :family.
14027 * hi-lock.el (hi-black-hb): Likewise.
14028
14029 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
14030 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
14031 toolbar-add-item, if image doesn't have a mask add a `:mask
14032 heuristic'.
14033
14034 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
14035
14036 * diff-mode.el: Docstring fixes.
14037 (diff-header-face, diff-comment-face): New faces.
14038 (diff-font-lock-keywords): Highlight a bit differently.
14039 (diff-find-source-location): Don't return SPAN any more.
14040 (diff-hunk-text): Don't bother erasing the temp buffer.
14041 (diff-find-text): Drop argument LINE.
14042 (diff-apply-hunk): Update calls to diff-find-text.
14043 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
14044
14045 * calendar/calendar.el: Docstring fixes.
14046 (calendar-make-alist): Don't quote lambda.
14047 (calendar-star-date): Use make-local-variable.
14048
14049 2000-09-19 Dave Love <fx@gnu.org>
14050
14051 * toolbar/tool-bar.el: Renamed from toolbar.el.
14052 Change `toolbar' to `tool-bar' generally in symbols.
14053 Make some items invisible in `special' major modes.
14054 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
14055 Add arg PROPS.
14056
14057 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
14058 Add :version here.
14059 (fancy-splash-delay, fancy-splash-image): Remove :version here.
14060
14061 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14062
14063 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
14064
14065 * files.el (find-file-suppress-same-file-warnings): New user-option.
14066 (find-file-noselect): Use it.
14067
14068 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
14069 (fancy-splash-screen): Defgroup.
14070
14071 * add-log.el (change-log-font-lock-keywords): Match names
14072 more exactly for the case that font-lock-constant-face is
14073 underlined.
14074
14075 2000-09-19 Richard M. Stallman <rms@gnu.org>
14076
14077 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
14078
14079 2000-09-19 Andre Spiegel <spiegel@gnu.org>
14080
14081 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
14082
14083 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14084
14085 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
14086 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
14087 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
14088 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
14089 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
14090 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
14091 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
14092 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
14093 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
14094 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
14095 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
14096 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
14097
14098 * startup.el (fancy-splash-text): New variable.
14099 (fancy-splash-delay, fancy-splash-image): New user-options.
14100 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
14101 (fancy-splash-screens): New functions.
14102 (command-line-1): If display has a `display' frame parameter, has
14103 colors, and we have XPM support, show more fancy splash screens.
14104
14105 2000-09-19 Dave Love <fx@gnu.org>
14106
14107 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
14108 with null `help'. Use modern backquote syntax.
14109
14110 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14111
14112 * font-lock.el (font-lock-mode): Change message telling the user
14113 that ``the buffer is too big''.
14114
14115 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
14116 for instance for the case that tab-width is 2.
14117
14118 2000-09-18 Gerd Moellmann <gerd@gnu.org>
14119
14120 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
14121 toolbar-add-item, if image doesn't have a mask add a `:mask
14122 heuristic'.
14123
14124 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
14125
14126 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
14127 and return a cons if it's non-nil.
14128 (diff-apply-hunk): Try to jump to the line in the source text
14129 corresponding to the position of point in the in the hunk.
14130
14131 * info.el (Info-title-3-face, Info-title-2-face)
14132 (Info-title-1-face): Use face inheritance and relative sizes
14133 instead of hard-wiring things.
14134
14135 * faces.el (secondary-selection): Make dark-background variant sane.
14136
14137 2000-09-16 Andrew Innes <andrewi@gnu.org>
14138
14139 * makefile.w32-in (compile-files-CMD): No need to make .elc files
14140 read-only, since they aren't under VC now.
14141
14142 2000-09-17 Dave Love <fx@gnu.org>
14143
14144 * tmm.el: Replace mapcar with mapc in several places.
14145
14146 * loadhist.el (unload-feature): Maybe call elp-restore-list and
14147 ad-unadvise.
14148
14149 * international/latin1-disp.el: New file.
14150
14151 * calendar/cal-move.el (scroll-calendar-left)
14152 (scroll-calendar-right): Make arg optional (for active mode line).
14153
14154 * calendar/calendar.el (calendar-mode-line-format): Make fields
14155 mouse-sensitive.
14156 (calendar-read-date, calendar-read-date, calendar-window-list):
14157 Unquote lambda.
14158 (calendar-month-name): Use aref, not sref.
14159
14160 * view.el (minor-mode-alist): Propertize the string.
14161
14162 * international/characters.el (standard-case-table): Add entries
14163 for Greek.
14164
14165 2000-09-18 Miles Bader <miles@gnu.org>
14166
14167 * info.el (info-node, info-xref): Add dark-background variants.
14168
14169 * faces.el (header-line): Change defaults to be less confusing
14170 when mixed with mode-lines.
14171
14172 * info.el (Info-fontify-node): Make a few cleanups.
14173 Add extra `help-echo' and `local-map' props to node xrefs.
14174 Use header-specific faces for node-names & xrefs.
14175 (Info-use-header-line): New variable.
14176 (info-header-xref, info-header-node): New faces.
14177 (Info-setup-header-line): New function.
14178 (Info-select-node): Call Info-setup-header-line when enabled.
14179 (Info-extract-pointer): Work even if the header line is hidden.
14180 (Info-header-line): New variable.
14181
14182 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14183
14184 * vms-patch.el (print-region-function): Don't quote lambda.
14185
14186 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14187
14188 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14189 (lm-get-header-re): Allow spaces between the header and the colon.
14190 (lm-header): Allow $ in non-RCS headers.
14191 (lm-header-multiline): Put the strings back into order.
14192 Stop at an empty line. Don't require two space chars if the
14193 line is clearly not another header line.
14194
14195 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14196 (popup-menu-popup): Remove.
14197
14198 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14199
14200 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14201 specification if or if not tool-bar item contains an `:enabled'
14202 property.
14203
14204 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14205 current buffer has no file name.
14206
14207 2000-09-15 Dave Love <fx@gnu.org>
14208
14209 * strokes.el: Sync with maintainer's current version with changes
14210 for Emacs, but avoid runtime cl and levents.
14211 (toplevel): Change autoloads and compilation requires.
14212 (strokes-version, strokes-bug-address, strokes-lift): Values
14213 changed.
14214 (strokes-xpm-header, strokes-insinuated): New variable.
14215 (strokes): Add :link.
14216 (strokes-mode): Customized.
14217 (strokes-while-inhibiting-garbage-collector): New macro.
14218 (strokes-remassoc): Avoid remove-if.
14219 (strokes-fix-button2-command): Don't use ad-do-it.
14220 (strokes-insinuate): New function.
14221 (strokes-button-press-event-p, strokes-button-release-event-p):
14222 New functions, used instead of non-`strokes-' versions..
14223 (strokes-mouse-event-p): Rewritten.
14224 (strokes-event-closest-point): Avoid event-point.
14225 (strokes-get-grid-position): Avoid cdadr, caadr
14226 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14227 functions.
14228 (strokes-help): Use with-output-to-temp-buffer.
14229 (strokes-window-configuration-changed-p): New function.
14230 (strokes-update-window-configuration): Use buffer-live-p,
14231 strokes-window-configuration-changed-p.
14232 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14233 (strokes-char-face): New face.
14234 (strokes-char-table, strokes-base64-chars): New variable.
14235 (strokes-xpm-for-stroke, strokes-list-strokes)
14236 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14237 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14238 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14239 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14240 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14241 functions.
14242
14243 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14244
14245 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14246
14247 * image.el (create-image): Doc fix.
14248
14249 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14250 instead of `:heuristic-mask t'.
14251
14252 2000-09-14 Andrew Innes <andrewi@gnu.org>
14253
14254 * makefile.w32-in: Revert to Unix line endings.
14255
14256 2000-09-14 Andrew Innes <andrewi@gnu.org>
14257
14258 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14259 when installing.
14260
14261 * makefile.nt (DONTCOMPILE): Fix typo.
14262
14263 * shell.el (shell-write-history-on-exit): New function.
14264 (shell-dumb-shell-regexp): New custom variable.
14265 (shell-mode): Make shell-write-history-on-exit the process
14266 sentinel if shell name matches shell-dumb-shell-regexp.
14267
14268 * w32-fns.el: Comment out before-init-hook function which resets
14269 source-directory based; this breaks bootstrap.
14270
14271 2000-09-14 Dave Love <fx@gnu.org>
14272
14273 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14274 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14275 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14276 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14277 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14278 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14279 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14280 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14281 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14282
14283 * toolbar/toolbar.el: New.
14284
14285 * subdirs.el: Add toolbar.
14286
14287 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14288
14289 * indent.el (indent-for-tab-command): Doc fix.
14290
14291 2000-09-14 Alex Schroeder <alex@gnu.org>
14292
14293 * ansi-color.el (ansi-colors): Doc change.
14294 (ansi-color-get-face): Simplified regexp.
14295 (ansi-color-faces-vector): Added more faces, doc change.
14296 (ansi-color-names-vector): Doc change.
14297 (ansi-color-regexp): Simplified regexp.
14298 (ansi-color-parameter-regexp): New regexp.
14299 (ansi-color-filter-apply): Doc change.
14300 (ansi-color-filter-region): Doc change.
14301 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14302 deal with zero length parameters.
14303 (ansi-color-apply-on-region): Doc change.
14304 (ansi-color-map): Doc change.
14305 (ansi-color-map-update): Removed debugging message.
14306 (ansi-color-get-face-1): Added condition-case to trap
14307 args-out-of-range errors.
14308 (ansi-color-get-face): Doc change.
14309 (ansi-color-make-face): Removed.
14310 (ansi-color-for-shell-mode): New option.
14311
14312 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14313
14314 * international/quail.el (quail-start-translation): Translate KEY
14315 if necessary even if it doesn't have any mapping in the current
14316 input method.
14317 (quail-start-conversion): Likewise.
14318 (quail-help): The output message is improved.
14319
14320 2000-09-13 Miles Bader <miles@gnu.org>
14321
14322 * comint.el (comint-output-filter): Revert to using
14323 `insert-before-markers'. Add bletcherous hack to undo damage
14324 caused by `insert-before-markers'. Put `front-sticky' property on
14325 overlays created here so that the field code understands how the
14326 overlay works. Use a let when making comint-last-prompt-overlay,
14327 so that the code is easier to read.
14328
14329 2000-09-13 Dave Love <fx@gnu.org>
14330
14331 * wid-edit.el (widget-default-format-handler): DTRT when
14332 doc-property is a function.
14333
14334 2000-09-12 Francesco Potorti` <pot@gnu.org>
14335
14336 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14337 filed name if it's not there.
14338
14339 2000-09-12 Dave Love <fx@gnu.org>
14340
14341 * simple.el (read-mail-command): Doc fix.
14342 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14343
14344 * vc.el (vc-dired-listing-switches): Fix :version.
14345
14346 * vc-hooks.el: Doc fixes.
14347
14348 * subr.el (add-minor-mode): Use toggle-fun arg.
14349
14350 * speedbar.el: Add :version to several defcustoms.
14351
14352 * imenu.el (imenu--truncate-items, imenu--cleanup)
14353 (imenu--generic-function): Avoid mapcar.
14354 (imenu--replace-spaces): Function removed.
14355 (imenu--completion-buffer): Use subst-char-in-string.
14356 (imenu-add-to-menubar): Use keymap inheritance.
14357
14358 2000-09-12 Miles Bader <miles@gnu.org>
14359
14360 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14361 (diff-mode-map): Bind `diff-test-hunk'.
14362 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14363
14364 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14365
14366 * bytecomp.el (byte-compile-defvar): Undo last change
14367 because it breaks '(make-variable-buffer-local (defvar ...)'
14368 which is used at least in dired.
14369
14370 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14371
14372 * international/quail.el (quail-define-package): Docstring
14373 modified.
14374
14375 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14376
14377 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14378 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14379 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14380 docstring of "chinese-py".
14381
14382 * international/quail.el (quail-translation-docstring): New
14383 variable.
14384 (quail-show-keyboard-layout): Docstring modified.
14385 (quail-select-current): Likewise.
14386 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14387 infinite recursive call.
14388 (quail-help): Check quail-translation-docstring. Format of the
14389 output changed.
14390 (quail-help-insert-keymap-description): Adjusted for the above
14391 change.
14392
14393 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14394
14395 * bytecomp.el (byte-compile-defvar): Only cons onto
14396 current-load-list in top-level forms. Else this leaks a cons cell
14397 every time a defun is called.
14398
14399 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14400
14401 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14402 Now understands non-unified diffs. Some functionality moved into
14403 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14404 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14405 modify anything. Only reposition point in the patched file if the
14406 patch succeeds. Only pop up another window if POPUP is true.
14407 Emit a message describing what happened if successful, and at what
14408 line-offset. Automatically detect reversed hunks and do something
14409 appropriate.
14410 (diff-hunk-text, diff-find-text): New functions.
14411 (diff-filter-lines): Function removed.
14412 (diff-test-hunk): New function.
14413 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14414
14415 2000-09-10 Dave Love <fx@gnu.org>
14416
14417 * textmodes/tildify.el: Minor doc/commentary fixes.
14418 (tildify) <defgroup>: Add :version.
14419
14420 * faces.el (face-x-resources): Make custom type more specific.
14421 (frame-background-mode): Use mapc.
14422 (region) <defcustom>: Add :version.
14423
14424 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14425
14426 * vc-sccs.el (vc-sccs-register):
14427 * vc-rcs.el (vc-rcs-register):
14428 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14429 * vc.el (vc-register): Clear file's properties.
14430
14431 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14432
14433 * faces.el (face-spec-set): Only face-spec-reset-face when
14434 ATTRS is non-nil.
14435
14436 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14437
14438 * help.el (help-insert-xref-button): Fix a typo in doc string.
14439
14440 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14441
14442 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14443 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14444 methods.
14445
14446 * menu-bar.el (read-mail-item-name): New function.
14447 (menu-bar-tools-menu): Use it to compute and display the package
14448 used to read email.
14449 (menu-bar-tools-menu): Fix typo in GUD's help string.
14450
14451 2000-09-07 Dave Love <fx@gnu.org>
14452
14453 * diff-mode.el (diff-mouse-goto-source): New function.
14454
14455 * vc-sccs.el: Doc fixes.
14456 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14457
14458 * vc-rcs.el: Doc fixes.
14459 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14460 (vc-rcs-checkout-switches, vc-rcs-header)
14461 (vc-rcs-master-templates): Add or change :version.
14462
14463 * vc-cvs.el: Doc fixes.
14464 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14465 (vc-cvs-stay-local): Add :version.
14466
14467 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14468
14469 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14470
14471 * international/quail.el (quail-help): Fix previous change.
14472
14473 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14474
14475 * faces.el (color-values): Doc fix.
14476
14477 * faces.el (frame-set-background-mode): Use frame-parameter
14478 instead of frame-parameters.
14479
14480 * frame.el (filtered-frame-list): Reduce consing.
14481 (frames-on-display-list): Call frame-parameter instead of
14482 frame-parameters.
14483
14484 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14485
14486 * language/devan-util.el (devanagari-to-indian-region): In the
14487 loop, change the following char, not preceding char.
14488
14489 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14490
14491 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14492 instead of frame-parameters.
14493
14494 * faces.el (set-face-attribute): Simplify by calling
14495 internal-set-lisp-face-attribute with FRAME being 0.
14496
14497 * vc.el: Remove `Id' version control keyword.
14498
14499 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14500
14501 * help.el (help-make-xrefs): Adjusted for the change of
14502 help-xref-mule-regexp.
14503 (help-insert-xref-button): New function.
14504
14505 * international/mule-cmds.el (help-xref-mule-regexp-template):
14506 Include the pattern for character set.
14507 (leim): New group.
14508
14509 * international/quail.el: Don't require face.
14510 (quail): New group.
14511 (quail-other-command): Dummy command to make quail-help work better.
14512 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14513 (quail-keyboard-layout-substitution): New variable.
14514 (quail-update-keyboard-layout): New function.
14515 (quail-keyboard-layout-type): New customizable variable.
14516 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14517 (quail-keyboard-translate): Pay attention to
14518 quail-keyboard-layout-substitution.
14519 (quail-insert-kbd-layout): New function.
14520 (quail-show-keyboard-layout): New function.
14521 (quail-get-translation): If the definition is a vector of length
14522 1, and the element is a string of length 1, return the character
14523 in that string.
14524 (quail-update-current-translations): Fix the case of
14525 relative-index out of range.
14526 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14527 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14528 Show key sequences for all available characters.
14529 (quail-help-insert-keymap-description): Don't show such verbose
14530 key bindings as quail-self-insert-command.
14531
14532 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14533 Format changed, and each element now have extra documentations.
14534 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14535 Adjusted for the change of quail-cxterm-package-ext-info.
14536
14537 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14538
14539 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14540 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14541 during bootstrap.
14542
14543 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14544
14545 * vc.el: (toplevel): Don't require `dired' at run-time.
14546 (vc-dired-resynch-file): Remove autoload cookie.
14547
14548 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14549
14550 * vc.el: Made several backend functions optional.
14551 (vc-default-responsible-p): New function.
14552 (vc-merge): Use RET for first version to trigger merge-news, not
14553 prefix arg.
14554 (vc-annotate): Handle backends that do not support annotation.
14555 (vc-default-merge-news): Removed. The existence of a merge-news
14556 implementation is now checked on caller sites.
14557
14558 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14559 case.
14560
14561 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14562 special case that has been removed from the default in vc-hooks.el.
14563
14564 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14565
14566 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14567
14568 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14569
14570 * vc-hooks.el: Require vc during compilation.
14571 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14572 macro `with-vc-properties' in vc.el.
14573 (vc-file-getprop): Doc fix.
14574 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14575
14576 * vc.el: Require dired-aux during compilation.
14577 (vc-name-assoc-file): Moved to vc-sccs.el.
14578 (with-vc-properties): New macro.
14579 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14580 vc-finish-steal): Use it.
14581 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14582 to the backend-specific function is now supposed to do the checkout,
14583 too.
14584 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14585
14586 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14587 set file properties; that gets done in the generic code now.
14588
14589 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14590 Changed parameter list, added code from vc.el that does the
14591 checkout, possibly with a double-take.
14592
14593 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14594 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14595 the above under the new name.
14596 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14597 parameter list, added checkout command.
14598 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14599 properties; that gets done in the generic code now.
14600
14601 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14602
14603 * vc.el: Docstring fixes (courtesy of checkdoc).
14604
14605 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14606
14607 * vc.el (vc-checkout-writable-buffer-hook)
14608 (vc-checkout-writable-buffer): Remove.
14609 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14610 (vc-log-mode): Make it into a clean derived major mode.
14611 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14612 vc-log-mode if log-edit is not available.
14613 (vc-dired-mode-map): Don't set-keymap-parent yet.
14614 (vc-dired-mode): Do set-keymap-parent here.
14615 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14616
14617 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14618
14619 * faces.el (set-face-attribute, face-spec-reset-face)
14620 (face-spec-set): Avoid consing by removing calls to `apply'.
14621
14622 * frame.el (frame-parameter): Move to C code.
14623
14624 2000-09-05 Dave Love <fx@gnu.org>
14625
14626 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14627 insert-before-markers-and-inherit. Now checked systematically!
14628
14629 2000-09-05 Alex Schroeder <alex@gnu.org>
14630
14631 * sql.el (sql-postgres): Use sql-postgres-options.
14632 (sql-postgres-options): New variable.
14633
14634 2000-09-05 Alex Schroeder <alex@gnu.org>
14635
14636 * sql.el (sql-mode-menu): Work around missing variable mark-active
14637 in XEmacs.
14638 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14639 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14640 compatibility.
14641
14642 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14643
14644 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14645
14646 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14647
14648 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14649
14650 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14651
14652 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14653 don't support anything else under SCCS yet.
14654
14655 * vc-hooks.el: Minor doc fixes.
14656
14657 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14658
14659 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14660 not necessary. If verbose in state `needs-patch', do the same as
14661 under `up-to-date'. When NOT verbose and `needs-patch', check out
14662 latest version instead of `merge-news'.
14663 (vc-next-action-dired): Don't mess with default-directory here; it
14664 breaks other parts of dired. It is the job of the
14665 backend-specific functions to adjust it temporarily if they need it.
14666 (vc-next-action): Remove a special CVS case.
14667 (vc-clear-headers): New optional arg FILE.
14668 (vc-checkin, vc-checkout): Set properties vc-state and
14669 vc-checkout-time properly.
14670 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14671 (vc-print-log): Use new backend function `show-log-entry'.
14672 (vc-cancel-version): Do the checks in a different order. Added a
14673 FIXME concerning RCS-only code.
14674
14675 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14676 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14677
14678 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14679
14680 * vc-hooks.el (vc-default-mode-line-string): Show state
14681 `needs-patch' as a `-' too.
14682
14683 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14684
14685 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14686 (vc-default-could-register): New function.
14687 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14688 (vc-resynch-buffer): Call vc-dired-resynch-file.
14689 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14690 vc-resynch-buffer instead of vc-resynch-window.
14691 (vc-next-action-dired): Don't redisplay here, that gets done as a
14692 result of the individual file operations.
14693 (vc-retrieve-snapshot): Corrected prompt order.
14694
14695 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14696
14697 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14698 as well.
14699 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14700 hostname regexps. Updated all callers.
14701 (vc-cvs-responsible-p): Handle directories as well.
14702 (vc-cvs-could-register): New function.
14703 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14704 properties up-to-date.
14705
14706 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14707 user whether to create one.
14708
14709 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14710
14711 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14712 check out a non-existing file.
14713
14714 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14715 workfile does not exist.
14716
14717 * vc.el (vc-version-diff): Use `require' to check for existence of
14718 diff-mode.
14719
14720 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14721
14722 * vc-cvs.el (vc-cvs-registered): Use new function
14723 vc-cvs-parse-entry to do the actual work.
14724
14725 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14726
14727 * vc-hooks.el (vc-find-backend-function): If function doesn't
14728 exist, return nil instead of error.
14729 (vc-call-backend): Doc fix.
14730
14731 * vc.el (vc-do-command): Doc fix.
14732 (vc-finish-logentry): When checking in from vc-dired, choose the
14733 right backend for logentry check.
14734 (vc-dired-mode-map): Inherit from dired-mode-map.
14735 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14736 simplified.
14737 (vc-dired-state-info): Removed, updated caller.
14738 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14739 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14740 (vc-dired-listing-switches): New variable.
14741 (vc-directory): Use it, instead of dired-listing-switches.
14742
14743 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14744 (vc-cvs-dir-state): New function.
14745 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14746 (vc-cvs-parse-entry): New function, also to be used in
14747 vc-cvs-registered.
14748
14749 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14750
14751 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14752 *or* single-window-frames.
14753
14754 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14755
14756 * vc.el (vc-update-changelog): Split into generic part and default
14757 implementation. Doc string adapted.
14758 (vc-default-update-changelog): New function. Call the `rcs2log'
14759 script in exec-directory, to fix a long-standing nuisance.
14760
14761 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14762 simply signals an error.
14763
14764 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14765
14766 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14767 control-flow more clear and to avoid running `cvs' twice.
14768
14769 * vc.el (vc-next-action-on-file): Doc fix.
14770 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14771 (vc-print-log): Eval `file' before constructing the continuation.
14772
14773 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14774
14775 * vc.el (vc-next-action-on-file): Corrected several messages.
14776 (vc-merge): Add prefix arg `merge-news'; handle it.
14777
14778 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14779 is not reached. It is.
14780 (vc-cvs-merge): Set state to 'edited after merge.
14781 (vc-cvs-merge-news): Set workfile version to nil if not known.
14782 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14783
14784 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14785 via stdout. (Merge from main line.)
14786
14787 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14788
14789 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14790 detection.
14791
14792 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14793
14794 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14795 against kill-all-local-variables.
14796 (vc-log-edit): Don't save vc-parent-buffer any more.
14797 (vc-last-comment-match): Initialize to an empty string.
14798 (vc-post-command-functions): New hook.
14799 (vc-do-command): Run it.
14800 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14801 (vc-finish-logentry): Only add the comment to the ring if it's
14802 different from the last comment entered.
14803 (vc-new-comment-index): New function.
14804 (vc-previous-comment): Use it. Make the minibuffer message
14805 slightly less terse.
14806 (vc-comment-search-reverse): Make it work forward as well. Don't
14807 set vc-comment-ring-index if no match is found. Use
14808 vc-new-comment-index.
14809 (vc-comment-search-forward): Use vc-comment-search-reverse.
14810 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14811 define-derived-mode will do it for us. Bind `v' to a keymap that
14812 inherits from vc-prefix-map so that we can bind `vt' without
14813 binding C-x v t.
14814 (vc-retrieve-snapshot): Parenthesis typo.
14815
14816 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14817 to 1. Make sure to switch to *vc* before looking for an error
14818 message. Use vc-parse-buffer.
14819
14820 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14821
14822 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14823 and NAME.
14824 (vc-retrieve-snapshot): Split into two parts.
14825 (vc-default-retrieve-snapshot): New function.
14826
14827 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14828 (vc-cvs-retrieve-snapshot): New function (untested).
14829 (vc-cvs-stay-local): Default to t.
14830 (vc-cvs-remote-p): New function and property.
14831 (vc-cvs-state): Stay local only if the above is t.
14832 (vc-handle-cvs): Removed.
14833 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14834 done via vc-handled-backends now.
14835 (vc-cvs-header): Escape Id.
14836
14837 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14838
14839 * vc.el (vc-do-command): Remove unused commands.
14840 (vc-version-diff): Make sure default-directory ends with a slash.
14841 Move the window commands into a vc-exec-after.
14842 (vc-print-log): Move more of the code into the `vc-exec-after'.
14843
14844 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14845
14846 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14847 (vc-print-log): Search current revision from beginning of buffer.
14848 (vc-revert-buffer): Clear echo area after the diff is finished.
14849 (vc-prefix-map): Removed definition of "t" for terse display in vc
14850 dired.
14851 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14852 definition of "vt" for terse display.
14853 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14854
14855 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14856
14857 * vc.el (vc-exec-after): Avoid caddr.
14858
14859 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14860
14861 * vc.el (vc-exec-after): New function.
14862 (vc-do-command): Use it to add a termination message for async
14863 procs.
14864 (vc-checkout): Try to handle a missing-backend situation.
14865 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14866 of a directory with a backend using async diffs.
14867 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14868 present.
14869
14870 * vc-sccs.el (vc-sccs-state-heuristic): Use
14871 file-ownership-preserved-p.
14872
14873 * vc-rcs.el (vc-rcs-state-heuristic): Use
14874 file-ownership-preserved-p.
14875 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14876
14877 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14878
14879 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14880 vc-do-command.
14881
14882 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14883 when there are no changes.
14884
14885 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14886
14887 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14888
14889 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14890
14891 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14892
14893 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14894
14895 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14896 the `fset' outside of the defvar so that it works even if
14897 vc-prefix-map was already defined.
14898 (vc-setup-buffer): New function, split out of vc-do-command.
14899 (vc-do-command): Allow BUFFER to be t to mean `just use the
14900 current buffer without any fuss'.
14901 (vc-version-diff): Change the `diff' backend operation to just put
14902 the diff in the current buffer without erasing it. Always use
14903 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14904 shrink-window-if-larger-than-buffer.
14905 (vc-print-log): Change the `print-log' backend operation to just
14906 put the log in the current buffer without erasing it. Protect
14907 shrink-window-if-larger-than-buffer.
14908 (vc-update-change-log): Fix setd typo.
14909
14910 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14911 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14912
14913 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14914 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14915 CMP.
14916
14917 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14918 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14919 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14920
14921 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14922
14923 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14924 not possible, use vc-BACKEND-workfile-unchanged-p.
14925 (vc-default-workfile-unchanged-p): New function. Delegates to a
14926 full vc-BACKEND-diff.
14927
14928 * vc-hooks.el (vc-simple-command): Removed.
14929
14930 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14931 instead of vc-simple-command.
14932 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14933 avoid doing a diff when opening a file.
14934 (vc-rcs-state): Added check for unlocked-changes.
14935 (vc-rcs-header): Escape Id.
14936 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14937 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14938 version.
14939
14940 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14941 (vc-sccs-diff): Remove optional arg CMP.
14942 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14943 SCCS-specific function.
14944
14945 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14946 vc-simple-command.
14947
14948 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14949
14950 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14951 (with-vc-file, vc-merge): Use vc-editable-p.
14952 (vc-do-command): Remove unused var vc-file and fix the
14953 doubly-defined `status' var. Add a user message when starting an
14954 async command.
14955 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14956 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14957 Use with-current-buffer.
14958 (vc-buffer-sync): Use unless.
14959 (vc-next-action-on-file): If the file is 'edited by read-only,
14960 make it read-write instead of trying to commit.
14961 (vc-version-diff, vc-update-change-log): Use `setq
14962 default-directory' rather than `cd'.
14963 (vc-log-edit): Don't forget to set default-directory in the
14964 buffer.
14965
14966 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14967 (vc-sccs-state-heuristic): Use file-writable-p instead of
14968 comparing userids.
14969 (vc-sccs-checkout): Use `unless'.
14970
14971 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14972 of comparing userids.
14973 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14974 Simplify the logic by eliminating unreachable code.
14975 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14976 just do a recursive call if we need to retry.
14977 (vc-rcs-checkout): Handle the case where rcs is missing by making
14978 the buffer read-write if requested and re-signalling the error.
14979
14980 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14981
14982 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14983
14984 * vc-hooks.el (vc-handled-backends): Docstring change.
14985 (vc-ignore-vc-files): Mark obsolete.
14986 (vc-registered): Check vc-ignore-vc-files.
14987 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14988 vc-ignore-vc-files.
14989
14990 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14991
14992 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14993
14994 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14995 files since ange-ftp already has vc-registered return nil.
14996
14997 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14998 (vc-sccs-workfile-version): Use with-temp-buffer and new
14999 vc-parse-buffer and don't bother setting the property.
15000 (vc-sccs-add-triple): Use with-current-buffer and
15001 find-file-noselect.
15002 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
15003
15004 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
15005 derives from the old vc-parse-buffer but uses the revision number
15006 rather than the date (much easier to compare robustly).
15007 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
15008 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
15009 locking-user more directly. Check strict locking and set
15010 checkout-model appropriately.
15011 (vc-rcs-parse-locks): Remove.
15012 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
15013 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
15014 (vc-rcs-system-release): Use with-current-buffer and
15015 vc-parse-buffer.
15016 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
15017
15018 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
15019 (vc-simple-command): Docstring fix.
15020 (vc-registered): Align the way the file-handler is called with the
15021 way the function itself works.
15022 (vc-file-owner): Remove.
15023
15024 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
15025 extraction of fields and call to file-attributes because of a
15026 temporary bug in rcp.el.
15027 (vc-cvs-fetch-status): Use with-current-buffer.
15028
15029 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15030
15031 * vc.el (vc-do-command): Use file-relative-name.
15032 (vc-responsible-backend): Use vc-backend if possible.
15033 (vc-create-snapshot): Improve the `interactive' spec. Add support
15034 for branches and dispatch to backend-specific `create-snapshot'.
15035 (vc-default-create-snapshot): New function, containing the bulk of
15036 the old vc-create-snapshot.
15037 (vc-retrieve-snapshot): Improve the interactive spec.
15038
15039 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
15040 (vc-backend-hook-functions): Remove.
15041 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
15042 (vc-backend): Reintroduce the test for `file = nil' now that I
15043 know why it was there (and added a comment to better remember).
15044
15045 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
15046 code from vc-sccs-hooks.el.
15047 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
15048 'vc anymore.
15049 (vc-sccs-responsible-p): Use expand-file-name instead of concat
15050 and file-directory-p instead of file-exists-p.
15051 (vc-sccs-check-headers): Simplify the regexp.
15052
15053 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
15054 from vc-rcs-hooks.el. Don't require 'vc anymore.
15055 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
15056 file-directory-p instead of file-exists-p.
15057
15058 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
15059 from vc-cvs-hooks.el.
15060 (proto vc-cvs-registered): Require 'vc-cvs instead of
15061 'vc-cvs-hooks. Don't require 'vc anymore.
15062 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
15063 file-directory-p instead of file-exists-p.
15064 (vc-cvs-create-snapshot): New function, replacing
15065 vc-cvs-assign-name.
15066 (vc-cvs-assign-name): Remove.
15067
15068 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15069
15070 * vc-cvs.el (vc-cvs-header): New var.
15071
15072 * vc-rcs.el (vc-rcs-exists): Remove.
15073 (vc-rcs-header): New var.
15074
15075 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
15076 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
15077 (vc-sccs-header): New var.
15078
15079 * vc.el (vc-do-command): Get rid of the `last' argument.
15080 (vc-header-alist): Remove, replaced by vc-X-header.
15081 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
15082 (vc-dired-hook): Use expand-file-name instead of concat.
15083 (vc-directory): Use file-name-as-directory.
15084 (vc-snapshot-precondition, vc-create-snapshot)
15085 (vc-retrieve-snapshot): Allow the command to operate on any
15086 directory.
15087
15088 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
15089 just removing the 'WORKFILE argument or by removing the 'MASTER
15090 argument and replacing `file' with (vc-name file).
15091
15092 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15093
15094 * vc.el: Update Copyright and add a crude list of backend funs.
15095 (vc-writable-p): New function.
15096 (with-vc-file): Use vc-writable-p.
15097 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
15098 (vc-register): Avoid vc-name.
15099 (vc-locking-user): Remove.
15100 (vc-steal-lock): Make the `owner' arg non-optional.
15101 (vc-merge): Use vc-writable-p instead of vc-locking-user and
15102 vc-checkout-model.
15103 (vc-default-dired-state-info): Use vc-state instead of
15104 vc-locking-user and return special strings for special states.
15105 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
15106 and get rid of one of the special CVS cases.
15107 (vc-cancel-version): prettify error message with \\[...].
15108 (vc-rename-master): New function.
15109 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
15110 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
15111 the CVS special case generic.
15112 (vc-default-record-rename): Remove.
15113 (vc-file-tree-walk-internal): Only call FUNC for files that are
15114 under control of some VC backend and replace `concat' with
15115 expand-file-name.
15116 (vc-file-tree-walk): Update docstring.
15117 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
15118 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
15119
15120 * vc-sccs.el (vc-sccs-rename-file): Renamed from
15121 vc-sccs-record-rename. Use `find-file-noselect' rather than
15122 `find-file' and call `vc-rename-master' to do the actual move.
15123 (vc-sccs-diff): Remove unused `backend' variable.
15124
15125 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
15126 to delay loading of vc-sccs until it is really used.
15127 (vc-sccs-master-templates): Preload.
15128 (vc-sccs-state): Update call to vc-sccs-parse-locks.
15129 (vc-sccs-project-dir): Remove (merged into
15130 vc-sccs-search-project-dir).
15131 (vc-sccs-search-project-dir): Rewrite using file name handling ops
15132 rather than `concat', make sure it is preloaded and don't bother
15133 to check that the file actually exists.
15134 (vc-sccs-parse-locks): Remove unused `file' argument, remove
15135 `locks' argument (use buffer's content instead) and eliminate n^2
15136 behavior.
15137
15138 * vc-rcs.el: Update Copyright.
15139 (vc-rcs-rename-file): New function.
15140 (vc-rcs-diff): Remove unused `backend' variable.
15141
15142 * vc-hooks.el: Update Copyright.
15143 (vc-backend): Don't accept a nil argument any more.
15144 (vc-up-to-date-p): Turn into a defsubst.
15145 (vc-possible-master): New function.
15146 (vc-check-master-templates): Use `vc-possible-master' and allow
15147 funs in vc-X-master-templates to return a non-existent file.
15148
15149 * vc-cvs.el: Update Copyright.
15150 (vc-cvs-diff): Remove unused `backend' variable.
15151 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
15152
15153 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
15154
15155 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15156
15157 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
15158 since it can be called from vc-rcs.el.
15159 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
15160
15161 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15162
15163 * vc.el (vc-version-diff): Expand file name read from the
15164 minibuffer. Handle the case when a previous version number can't
15165 be guessed. Give suitable messages when there were no differences
15166 found.
15167 (vc-clear-headers): Call backend-specific implementation, if one
15168 exists.
15169 (vc-cancel-version): Made error checks generic. When done, clear
15170 headers generically, too.
15171
15172 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
15173 from vc-clear-headers in vc.el.
15174
15175 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15176 correctly.
15177 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15178 optional. Handle the case when it's not there.
15179
15180 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15181
15182 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15183
15184 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15185
15186 * vc-hooks.el (vc-loadup): Remove.
15187 (vc-find-backend-function): Use `require'. Also, handle the case
15188 where vc-BACKEND-hooks.el doesn't exist.
15189 (vc-call-backend): Cleanup.
15190
15191 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15192
15193 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15194 vc-rcs-grab-templates)
15195 (vc-rcs-registered): Remove. The default function works as well.
15196 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15197 vc-sccs-grab-templates)
15198 (vc-sccs-registered): Remove. The default function works as well.
15199
15200 * vc.el (vc-version-diff): Left out a vc- in call to
15201 vc-call-backend.
15202 (vc-default-dired-state-info, vc-default-record-rename)
15203 (vc-default-merge-news): Update for the new backend argument.
15204
15205 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15206 using the default function.
15207 (vc-call-backend): If calling the default function, pass it the
15208 backend as first argument. Update the docstring accordingly.
15209 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15210 for the new backend argument.
15211 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15212 (vc-find-backend-function): Use the new name.
15213 (vc-default-registered): New function.
15214
15215 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15216
15217 * vc.el (vc-merge): Use vc-find-backend-function.
15218
15219 * vc-hooks.el (vc-backend-functions): Remove.
15220 (vc-loadup): Don't setup 'vc-functions.
15221 (vc-find-backend-function): New function.
15222 (vc-call-backend): Use above fun and populate 'vc-functions
15223 lazily.
15224 (vc-backend-defines): Remove.
15225
15226 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15227
15228 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15229 Call vc-call-backend without the leading vc-.
15230 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15231 (vc-check-headers): Call vc-call-backend without the leading vc-.
15232 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15233 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15234 Call vc-call-backend without the leading vc-.
15235
15236 * vc-cvs.el (tail): Provide vc-cvs.
15237 * vc-sccs.el (tail): Provide vc-sccs.
15238 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15239
15240 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15241 (vc-make-backend-function, vc-call): Pass names without leading
15242 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15243 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15244 (vc-call-backend): Always try to load vc-X-hooks.
15245 (vc-registered): Remove vc- in call to vc-call-backend.
15246
15247 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15248
15249 * vc.el (vc-process-filter): New function.
15250 (vc-do-command): Setup `vc-process-filter' for the async process.
15251 (vc-maybe-resolve-conflicts): New function to reduce
15252 code-duplication. Additionally, it puts the buffer in
15253 `smerge-mode' if applicable.
15254 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15255 calling `merge-news'.
15256 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15257 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15258 interfacing to log-edit.el.
15259 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15260 log-edit is available.
15261 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15262
15263 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15264
15265 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15266 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15267 defvar and the initialization.
15268 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15269
15270 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15271 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15272
15273 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15274
15275 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15276
15277 * vc.el (vc-file-clear-masterprops): Removed.
15278 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15279 (vc-version-diff): Use buffer-size without argument.
15280 (vc-register): Heed vc-initial-comment.
15281
15282 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15283 default branch.
15284
15285 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15286 file name and workfile version.
15287 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15288
15289 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15290 vc-file-clear-masterprops.
15291
15292 * vc-sccs.el (vc-sccs-checkout): Removed call to
15293 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15294 rather than user login name.
15295
15296
15297 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15298
15299 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15300 `want-differences-if-changed' and simplify.
15301 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15302 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15303 output (which is invalid for async vc-diff) to decide whether to
15304 do the revert silently or not.
15305
15306 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15307
15308 * vc-hooks.el (vc-loadup): Load files quietly.
15309 (vc-call-backend): Oops, brain fart.
15310
15311 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15312
15313 * vc-cvs.el (vc-cvs-state): Typo.
15314 (vc-cvs-merge-news): Return the status code rather than the error msg.
15315
15316 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15317
15318 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15319 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15320 vc-state or vc-up-to-date-p.
15321 (vc-merge): Use vc-backend-defines to check whether merging is
15322 possible. Set state to 'edited after successful merge.
15323
15324 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15325 return that name. Redocumented.
15326
15327 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15328
15329 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15330 new `vc-state' semantics.
15331 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15332 'vc-locking-user to the current user.
15333 (vc-merge): Inline vc-backend-merge. Comment out code that I
15334 don't understand and hence can't adapt to the new `vc-state' and
15335 `vc-locking-user' semantics.
15336 (vc-backend-merge): Remove.
15337
15338 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15339 rather than 'vc-locking-user.
15340
15341 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15342
15343 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15344 (vc-state): Don't use 'reserved any more. Just use the same
15345 convention as the one used for vc-<backend>-state where the
15346 locking user (as a string) is returned.
15347 (vc-locking-user): Update, based on the above convention. The
15348 'vc-locking-user property has disappeared.
15349 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15350
15351 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15352 with a heuristic one.
15353 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15354 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15355 error. That allows us to get to 'needs-merge even in the
15356 stay-local case. There's still no way to detect 'needs-patch in
15357 such a setup (or to force an update for that matter).
15358 (vc-cvs-logentry-check): Remove, the default works as well.
15359
15360 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15361
15362 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15363
15364 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15365 major-mode in which the buffer might have been put earlier. Use
15366 `remove' and `when'. Allow `okstatus' to be `async' and use
15367 `start-process' in this case.
15368 (vc-version-diff): Handle the case where the diff looks empty
15369 because of the use of an async process.
15370
15371 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15372
15373 * vc.el (vc-next-action-on-file): Removed optional parameter
15374 `simple'. Recompute state unconditionally.
15375 (vc-default-toggle-read-only): Removed.
15376
15377 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15378 (vc-toggle-read-only): Undid prev change.
15379
15380 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15381 vc-cvs-simple-toggle. Redocumented.
15382 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15383 (vc-cvs-toggle-read-only): Removed.
15384
15385 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15386
15387 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15388 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15389 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15390 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15391 still is. So maybe it should be removed.
15392 (vc-head-version, vc-find-binary): Remove.
15393 (vc-recompute-state): Move from vc-hooks.el.
15394 (vc-next-action-on-file): Add a `simple' argument to allow
15395 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15396 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15397 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15398 (vc-dired-mode-map): Properly defvar it.
15399 (vc-print-log): Call log-view-mode if available.
15400 (small-temporary-file-directory): defvar instead of use boundp.
15401 (vc-merge-news): Moved to vc-cvs.el.
15402 (vc-default-merge-news): New function.
15403
15404 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15405 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15406 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15407 unknown `vc-latest-version' function. It should probably refer to
15408 vc-workfile-version or somesuch, but it's very unclear to me and I
15409 don't have SCCS to test things.
15410
15411 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15412 (vc-sccs-state-heuristic): Fix typo.
15413 (vc-sccs-workfile-unchanged-p): Add missing argument.
15414
15415 * vc-rcs.el: Require vc and vc-rcs-hooks.
15416 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15417 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15418 (vc-release-greater-or-equal-p): Move from vc.
15419 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15420 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15421 (vc-rcs-checkout): Add a missing `new-version' argument in the
15422 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15423
15424 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15425 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15426 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15427 than the apparently unbound `workfile-version'.
15428
15429 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15430 (vc-file-prop-obarray): Use `make-vector'.
15431 (vc-backend-functions): Add new hookable functions
15432 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15433 (vc-loadup): If neither backend nor default functions exist, use
15434 the backend function rather than nil.
15435 (vc-call-backend): If the function if not bound yet, try to load
15436 the non-hook file to see if it provides it.
15437 (vc-call): New macro plus use it wherever possible.
15438 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15439 nor `vc-find-binary' since it's only called from
15440 vc-mistrust-permission which is only used once the backend is known.
15441 (vc-checkout-model): Fix parenthesis.
15442 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15443
15444 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15445 (vc-cvs-release, vc-cvs-system-release): Remove.
15446 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15447 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15448 status symbols.
15449 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15450 (vc-cvs-toggle-read-only): First cut at a function to allow a
15451 cvs-status-free vc-toggle-read-only.
15452 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15453 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15454 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15455 (vc-cvs-checkout): Modify access rights directly if the user
15456 requested not to use `cvs edit'. And refresh the mode line.
15457
15458 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15459 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15460
15461 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15462
15463 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15464 workfile' that got lost when the code was extracted from vc.el.
15465 And merged the tail with the rest of the code (not possible in the
15466 old vc.el where the tail was shared among all backends). And
15467 explicitly set the state to 'edited if `writable' is set.
15468
15469 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15470 (vc-cvs-state): Be careful to return the value from
15471 vc-cvs-parse-state.
15472 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15473 property but return it instead. Also be careful to handle a nil
15474 or "" `rev' when workfile is non-nil (it was handled properly when
15475 workfile was nil).
15476
15477 * vc.el: Removed those pesky unnecessary `(function' quotes.
15478 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15479 directly in the defvar.
15480 (vc-do-command): Bind inhibit-read-only so as to properly handle
15481 the case where the destination buffer has been made read-only.
15482 (vc-diff): Delegate to vc-version-diff in all cases.
15483 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15484 (vc-annotate-mode-variables): Removed (code moved partly to
15485 defvars and partly to vc-annotate-add-menu).
15486 (vc-annotate-mode): Turned into a derived-mode.
15487 (vc-annotate-add-menu): Moved in code in
15488 vc-annotate-mode-variables.
15489 (vc-update-change-log): Use make-temp-file if available.
15490
15491 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15492
15493 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15494 `vc-checkout-model' updated to `vc-cvs-update-model'.
15495
15496 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15497
15498 * vc.el (vc-next-action-on-file): Added handling of state
15499 `unlocked-changes'.
15500 (vc-checkout-carefully): Is now practically obsolete, unless the
15501 above is too slow to be enabled unconditionally.
15502 (vc-update-change-log): Fixed typo.
15503
15504 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15505
15506 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15507 Now handles state `unlocked-changes'.
15508 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15509
15510 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15511
15512 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15513 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15514 `unlocked-changes'.
15515 (vc-rcs-workfile-unchanged-p): Renamed from
15516 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15517 function yet, but supposed to become one soon.
15518
15519 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15520 `vc-steal-lock'.
15521 (vc-call-backend): Changed error message.
15522 (vc-state): Added description of state `unlocked-changes'.
15523
15524 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15525
15526 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15527 always return t in CVS-controlled directories.
15528
15529 * vc.el (vc-responsible-backend): New function.
15530 (vc-register): Largely rewritten.
15531 (vc-admin): Removed (implementation moved into vc-register).
15532 (vc-checkin): Redocumented.
15533 (vc-finish-logentry): If no backend defined yet (because we are in
15534 the process of registering), use the responsible backend.
15535
15536 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15537 Updated function lists.
15538 (vc-call-backend): Fixed typo.
15539
15540 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15541 New functions.
15542 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15543 Removed query option. Redocumented.
15544
15545 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15546
15547 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15548
15549 * vc.el: Updated callers of `vc-checkout-required' to use
15550 `vc-checkout-model'.
15551
15552 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15553
15554 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15555 stuff updated to reference this function instead of the old
15556 `vc-backend-release-p'.
15557
15558 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15559
15560 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15561 vc-checkout-model. Return appropriate values. Updated callers.
15562
15563 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15564
15565 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15566 (vc-backend-revert): Function moved into `vc-revert';
15567 `vc-next-action' must be updated to accomodate this change.
15568 (vc-backend-steal): Function moved into `vc-finish-steal'.
15569 (vc-backend-logentry-check): Function moved into
15570 `vc-finish-logentry'.
15571 (vc-backend-printlog): Function moved into `vc-print-log'.
15572 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15573 (vc-backend-assign-name): Function moved into
15574 `vc-create-snapshot'.
15575
15576 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15577
15578 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15579 Rename to vc-checkout-model. Return appropriate values.
15580 Update callers.
15581
15582 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15583 to vc-checkout-model.
15584 (vc-checkout-required): Rename to vc-checkout-model.
15585 Re-implement and re-comment.
15586 (vc-after-save): Use vc-checkout-model.
15587
15588 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15589
15590 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15591 Update to use the vc-BACKEND-diff functions instead.
15592 `vc-diff' is now working.
15593
15594 * vc-rcs.el (vc-rcs-logentry-check): New function.
15595
15596 * vc-cvs.el (vc-cvs-logentry-check): New function.
15597
15598 * vc-sccs.el (vc-sccs-diff): Function changed name from
15599 `vc-backend-diff'. This makes `vc-diff' work.
15600
15601 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15602 of functions possibly implemented in a vc-BACKEND library.
15603 (vc-checkout-required): Fix bug that caused an error to be
15604 signaled during `vc-after-save'.
15605
15606 * vc.el: Fix typo.
15607 This checkin is made with our new VC code base for the very first time.
15608 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15609
15610 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15611 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15612
15613 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15614 updated to `vc-uses-locking'.
15615 (vc-checkout-required): Call to backend function.
15616 `vc-checkout-required' updated to `vc-uses-locking' instead.
15617
15618 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15619 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15620
15621 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15622 to match the split into various backends.
15623 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15624 (vc-retrieve-snapshot): Bug fix.
15625
15626 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15627
15628 * vc-sccs.el (vc-sccs-release): Doc fix.
15629
15630 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15631
15632 * vc.el (vc-next-action-on-file): Bug found and fixed.
15633 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15634 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15635
15636 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15637 (vc-rcs-checkout): Name space cleaned up. No more revision number
15638 crunching function names that are not prefixed with vc-rcs.
15639 (vc-rcs-checkout-model): Function added. References to
15640 `vc-checkout-model' replaced.
15641
15642 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15643
15644 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15645 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15646 still need to be split, and implemented for RCS).
15647
15648 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15649
15650 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15651
15652 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15653 required by the vc.el file.
15654
15655 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15656 required by the vc.el file.
15657 (vc-rcs-exists): Function added.
15658
15659 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15660 required by the vc.el file.
15661
15662 * vc.el (vc-admin): Updated to handle selection of appropriate
15663 backend. Current implementation is crufty and need re-thinking.
15664
15665 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15666
15667 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15668
15669 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15670 beginning of annotate buffers correctly.
15671
15672 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15673 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15674 functionality updated quite a lot to support multiple backends.
15675 Variables `vc-annotate-mode', `vc-annotate-buffers',
15676 `vc-annotate-backend' added.
15677
15678 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15679 `vc-annotate-difference' added to supported backend functions.
15680
15681 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15682
15683 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15684 Use with-temp-file instead of /bin/sh. Merged from mainline
15685
15686 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15687
15688 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15689
15690 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15691
15692 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15693
15694 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15695
15696 * vc-hooks.el: vc-state-heuristic added to
15697 vc-backend-hook-functions.
15698
15699 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15700
15701 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15702
15703 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15704 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15705 state to `reserved'.
15706
15707 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15708 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15709
15710 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15711
15712 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15713 untouched.
15714
15715 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15716
15717 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15718 if defined. (Merged from main line, slightly adapted.)
15719
15720 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15721 millenium problem (merged from mainline).
15722
15723 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15724
15725 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15726 part and moved the non-BACKEND stuff to vc.el.
15727
15728 * vc.el: Split the annotate feature into a BACKEND specific part
15729 and moved it from the vc-cvs.el file to this one.
15730
15731 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15732
15733 * vc-hooks.el: Implement new state model.
15734 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15735 (vc-locking-user): Simplify. Now only needed if the file is
15736 locked by somebody else.
15737 (vc-lock-from-permissions): Remove. Functionality is in
15738 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15739 (vc-mode-line-string): New name for former vc-status. Adapted.
15740 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15741
15742 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15743 Various simplifications and adaptations all over the place.
15744
15745 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15746 Simplify and adapt the rest.
15747
15748 * vc.el (vc-resynch-window): Add TODO comment: check for
15749 interaction with view mode according to recent RCS change.
15750 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15751
15752 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15753
15754 * vc.el: Convert the remaining function comments to docstrings.
15755
15756 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15757
15758 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15759 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15760 (vc-minor-part, vc-previous-version): Functions that operate and
15761 compare revision numbers got proper documentation. Comments added
15762 about their possible removal.
15763
15764 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15765
15766 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15767 the vc-backend.el files.
15768
15769 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15770
15771 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15772 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15773 (vc-rcs-previous-version): Functions added.
15774
15775 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15776
15777 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15778
15779 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15780
15781 * vc-hooks.el (vc-master-templates): Is really obsolete.
15782 Comment out the definition for now. What is the right procedure
15783 to get rid of it?
15784 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15785 rewritten.
15786 (vc-default-registered): Remove.
15787 (vc-check-master-templates): New function; does mostly what the
15788 above did before.
15789 (vc-locking-user): Don't rely on the backend to set the property.
15790
15791 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15792 Rewrite documentation.
15793 (vc-rcs-templates-grabbed): New variable.
15794 (vc-rcs-grab-templates): New function.
15795 (vc-rcs-registered): Rewrite to use above mechanism.
15796
15797 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15798 Rewrite documentation.
15799 (vc-sccs-templates-grabbed): New variable.
15800 (vc-sccs-grab-templates): New function.
15801 (vc-sccs-registered): Rewrite to use above mechanism.
15802 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15803 Don't throw the result, simply return it.
15804
15805 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15806 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15807 (vc-cvs-registered): Does the check itself now. Simplify.
15808
15809 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15810 from main line.
15811
15812 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15813
15814 * vc-cvs.el (vc-cvs-diff): New function.
15815
15816 * vc-sccs.el (vc-sccs-diff): New function.
15817
15818 * vc-rcs.el (vc-rcs-diff): New function.
15819 (vc-rcs-checkout): Bug (typo) found and fixed.
15820 (vc-rcs-register-switches): New variable.
15821
15822 * vc.el (vc-backend-diff): Function removed and placed in the
15823 backend files.
15824
15825 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15826
15827 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15828
15829 * vc.el (vc-backend-checkout): Function removed and replaced in
15830 the vc-backend.el files.
15831
15832 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15833
15834 * vc.el (vc-backend-admin): Removed and replaced in the
15835 vc-backend.el files.
15836
15837 * vc.el (Martin): Removed all the annotate functionality since it
15838 is CVS backend specific.
15839
15840 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15841
15842 * spec.txt: Added specification of vc-state.
15843
15844 * vc-sccs-hooks.el (vc-sccs-master-properties):
15845 Remove handling of vc-latest-version and
15846 vc-your-latest-version. What used to be vc-latest-version, is now
15847 returned as vc-workfile-version.
15848 (vc-sccs-workfile-version): Adapt.
15849
15850 2000-09-04 Dave Love <fx@gnu.org>
15851
15852 * vc.el: [Merged from mainline.]
15853 (vc-dired-mode): Make the dired-move-to-filename-regexp
15854 regexp match the date, to avoid treating date as file size.
15855 Add YYYY S option to WESTERN/
15856
15857 2000-09-04 Dave Love <fx@gnu.org>
15858
15859 * vc.el: Require `compile' when compiling.
15860 (vc-logentry-check-hook): New option.
15861 (vc-steal-lock): Use compose-mail.
15862 (vc-dired-mode-map): Defvar when compiling.
15863 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15864 vc-sccs.el and renamed. Callers changed.
15865 (vc-backend-checkout, vc-backend-logentry-check)
15866 (vc-backend-merge-news): Doc fix.
15867 (vc-default-logentry-check): New function.
15868 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15869 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15870 (vc-backend-merge): Doc fix. Use backend functions.
15871 (vc-check-headers): Use backend functions.
15872
15873 * vc-cvs.el: Require vc when compiling.
15874 (vc-cvs-register-switches): Doc fix.
15875 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15876 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15877 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15878 New functions (code from vc.el).
15879 (vc-annotate-display-default): Fix interactive spec.
15880 (vc-annotate-time-span): Doc fix.
15881
15882 * vc-rcs.el: Require vc when compiling.
15883 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15884 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15885 (vc-rcs-checkin): New functions (code from vc.el).
15886 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15887 Doc fix.
15888 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15889
15890 * vc-sccs.el: Require vc when compiling.
15891 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15892 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15893 (vc-sccs-revert)
15894 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15895 from vc.el).
15896 (vc-sccs-add-triple, vc-sccs-record-rename)
15897 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15898 (vc-sccs-admin): Doc fix.
15899
15900 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15901
15902 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15903 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15904 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15905 from vc.el.
15906
15907 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15908
15909 * vc-cvs.el: Moved the annotate functionality from vc.el.
15910 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15911
15912 2000-09-04 Dave Love <fx@gnu.org>
15913
15914 * vc.el (vc-backend-release): Call vc-system-release.
15915
15916 * vc-sccs.el (vc-sccs-system-release):
15917 Renamed from vc-sccs-backend-release.
15918
15919 * vc-rcs.el (vc-rcs-system-release):
15920 Renamed from vc-rcs-backend-release.
15921
15922 * vc-cvs.el (vc-cvs-system-release):
15923 Renamed from vc-cvs-backend-release.
15924
15925 2000-09-04 Dave Love <fx@gnu.org>
15926
15927 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15928 backend files.
15929 (vc-backend-release): Dispatch to backend functions.
15930 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15931 probably needs attention.]
15932
15933 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15934 (vc-sccs-backend-release): New function.
15935
15936 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15937 (vc-cvs-backend-release): New function.
15938
15939 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15940 Doc fix.
15941 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15942 (vc-default-dired-state-info): New function.
15943 (vc-dired-state-info): Dispatch to backends.
15944 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15945
15946 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15947 from vc.el and renamed.
15948
15949 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15950
15951 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15952 (vc-version-other-window, vc-backend-assign-name): Removed
15953 references to vc-latest-version; sometimes changed into
15954 vc-workfile-version.
15955
15956 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15957 vc-rcs-master-workfile-version.
15958 (vc-rcs-workfile-version): Use the above. Don't call
15959 vc-latest-version (that was unreachable code, anyway).
15960 (vc-rcs-fetch-master-properties): Doc fix.
15961
15962 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15963 (vc-backend-hook-functions): Removed them from this list, too.
15964 (vc-fetch-properties): Removed.
15965 (vc-workfile-version): Doc fix.
15966
15967 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15968 (vc-rcs-workfile-version, vc-rcs-locking-user)
15969 (vc-rcs-uses-locking): Use it.
15970
15971 * vc-hooks.el (vc-consult-rcs-headers):
15972 Moved into vc-rcs-hooks.el, under the name
15973 vc-rcs-consult-headers.
15974
15975 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15976 headers.
15977 (vc-cvs-find-master): Use this name only; correct different
15978 versions of the name.
15979
15980 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15981 New functions.
15982 (vc-sccs-locking-user): Use the latter.
15983
15984 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15985 New functions.
15986
15987 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15988 Moved into both
15989 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15990 functions are implementation details of those two backends.
15991
15992 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15993
15994 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15995 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15996
15997 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15998 (vc-sccs-parse-locks): SCCS-specific code moved here from
15999 vc-hooks.
16000
16001 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
16002 code moved here from vc-hooks.
16003
16004 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
16005 into back-end specific parts and removed. Callers not updated
16006 yet; because I guess these callers will disappear into back-end
16007 specific files anyway.
16008
16009 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16010
16011 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
16012 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
16013 `vc-uses-locking'.
16014
16015 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
16016 Store yes/no in the property, and return t/nil. Updated all
16017 callers.
16018
16019 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
16020 vc-sccs-uses-locking. Don't set property.
16021 (vc-sccs-locking-user): Don't set property.
16022
16023 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
16024 vc-cvs-uses-locking. Don't set property here; leave that to
16025 vc-hooks.
16026 (vc-cvs-locking-user): Reflect above change. Streamlined.
16027
16028 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
16029 vc-rcs-uses-locking.
16030 (vc-rcs-locking-user): Reflect above change.
16031
16032 2000-09-04 Dave Love <fx@gnu.org>
16033
16034 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
16035
16036 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
16037
16038 * vc-hooks.el (vc-checkout-model): Punt to backends.
16039
16040 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
16041
16042 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
16043
16044 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
16045 New functions.
16046
16047 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
16048 New functions.
16049
16050 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
16051 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
16052
16053 * vc-hooks.el (vc-default-locking-user): New function.
16054 (vc-locking-user, vc-workfile-version): Punt to backends.
16055
16056 2000-09-04 Dave Love <fx@gnu.org>
16057
16058 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
16059 (vc-master-workfile-version): Moved from vc-hooks.
16060
16061 * vc-rcs-hooks.el: Fix duplicate code in last change.
16062
16063 * vc-rcs-hooks.el: Require vc-hooks when compiling.
16064 (vc-rcs-master-templates): Improve :type.
16065 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
16066 vc-master-workfile-version): Moved from vc-hooks.
16067
16068 * vc-sccs-hooks.el: Require vc-hooks when compiling.
16069 (vc-sccs-master-templates): Improve :type.
16070 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
16071
16072 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
16073
16074 * vc-cvs-hooks.el: Require vc-hooks when compiling.
16075 (vc-cvs-master-templates): Improve :type. Use
16076 vc-cvs-find-cvs-master.
16077 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
16078 from vc-hooks.
16079 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
16080
16081 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
16082 Moved to vc-cvs-hooks.
16083
16084 * vc-hooks.el: Add doc strings in various places. Simplify the
16085 minor mode setup.
16086 (vc-handled-backends): New user variable.
16087 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
16088 simplification.
16089
16090 2000-09-04 Dave Love <fx@gnu.org>
16091
16092 * vc.el: Some doc fixes for autoloaded and interactive functions.
16093 Fix compilation warnings from ediff stuff.
16094 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
16095
16096 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
16097
16098 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
16099
16100 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
16101
16102 2000-09-04 Dave Love <fx@gnu.org>
16103
16104 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16105 New variable.
16106 (vc-make-backend-function, vc-loadup, vc-call-backend)
16107 (vc-backend-defines): New functions.
16108
16109 * vc-hooks.el: Various doc fixes.
16110 (vc-default-back-end, vc-follow-symlinks): Custom fix.
16111 (vc-match-substring): Function removed. Callers changed to use
16112 match-string.
16113 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
16114 Simplify.
16115
16116 2000-09-04 Dave Love <fx@gnu.org>
16117
16118 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
16119 type.
16120 (vc-sccs-project-dir, vc-search-sccs-project-dir)
16121 (vc-sccs-registered): Doc fix.
16122
16123 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
16124 (vc-cvs-registered): Doc fix.
16125
16126 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
16127 (vc-rcs-registered): Doc fix.
16128
16129 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16130
16131 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
16132
16133 * vc-hooks.el: vc-registered has been renamed
16134 vc-default-registered. Some functions have been moved to the
16135 backend specific files. they all support the
16136 vc-BACKEND-registered functions.
16137
16138 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16139
16140 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
16141
16142 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
16143
16144 2000-09-04 Dave Love <fx@gnu.org>
16145
16146 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
16147 menu-bar-update-hook.
16148
16149 * help.el (help-manyarg-func-alist): Add
16150 find-operation-coding-system.
16151
16152 * wid-edit.el (widget-sexp-validate): Fix garbled code.
16153
16154 * custom.el (custom-set-variables): Print message about errors in
16155 setting.
16156
16157 2000-09-03 Andrew Innes <andrewi@gnu.org>
16158
16159 * makefile.w32-in: Change to DOS line endings.
16160
16161 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16162
16163 * mouse.el (mouse-popup-menubar): Supply the prompt string for
16164 minor-mode keymaps, if they don't have one.
16165
16166 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16167
16168 * eshell/esh-module.el (eval-when-compile): Don't lose if
16169 esh-module.el's file name is truncated to DOS 8+3 limits.
16170
16171 2000-09-01 John Wiegley <johnw@gnu.org>
16172
16173 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16174 predicate, which caused entries in the completion list to be
16175 doubled.
16176
16177 2000-08-30 John Wiegley <johnw@gnu.org>
16178
16179 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16180 sending to subprocesses. Also, hook pre-command-hook if
16181 `eshell-send-direct-to-subprocesses' is non-nil.
16182 (eshell-send-direct-to-subprocesses): New config variable. If t,
16183 subprocess input is send immediately.
16184 (eshell-toggle-direct-send): New function.
16185 (eshell-self-insert-command): New function.
16186 (eshell-intercept-commands): New function.
16187 (eshell-send-input): If direct subprocess sending is enabled,
16188 don't echo any input to the Eshell buffer. Let the subprocess
16189 handle that. This requires "stty echo" in bash, for example.
16190
16191 2000-08-28 John Wiegley <johnw@gnu.org>
16192
16193 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16194 completion function for Eshell's implementation of `unset'.
16195
16196 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16197
16198 * info.el (Info-directory-list): Doc fix.
16199
16200 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16201
16202 * filecache.el (file-cache-add-directory-using-find): Don't quote
16203 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16204
16205 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16206
16207 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16208 coding systems.
16209
16210 2000-08-30 Andrew Innes <andrewi@gnu.org>
16211
16212 * timer.el (run-with-idle-timer): Undo last change, so that timer
16213 is not activated immediately if Emacs is already idle. Some
16214 existing code relies on this behaviour.
16215
16216 2000-08-30 Miles Bader <miles@gnu.org>
16217
16218 * frame.el (set-frame-font): Do completion of font-name for
16219 interactive use.
16220
16221 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16222
16223 * international/quail.el (quail-start-translation): Bind locally
16224 last-command-event, last-command, and this-command.
16225 (quail-start-conversion): Likewise.
16226 (quail-self-insert-command): Fix docstring.
16227
16228 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16229
16230 * progmodes/executable.el
16231 (executable-make-buffer-file-executable-if-script-p): Check that
16232 buffer contains at least 2 characters.
16233
16234 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16235
16236 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16237
16238 2000-08-29 Dave Love <fx@gnu.org>
16239
16240 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16241 (diff-mode-shared-map): Bind mouse-2.
16242 (diff-imenu-generic-expression): New variable.
16243 (diff-mode): Use it.
16244
16245 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16246 (mouse-popup-menubar): Add minor mode menus.
16247 (popup-menu): Check for lookup-key returning number.
16248
16249 2000-08-29 Miles Bader <miles@gnu.org>
16250
16251 * comint.el (comint-send-input): Create overlays using the proper
16252 front/read-advance arguments.
16253
16254 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16255
16256 * ps-print.el: Even/odd pages printing. Doc fix.
16257 (ps-print-version): New version number (6.0).
16258 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16259 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16260 (ps-print-duplex-feature): Variable eliminated.
16261 (ps-even-or-odd-pages): New variable.
16262
16263 * progmodes/ebnf2ps.el: Doc fix.
16264 (ebnf-version): New version (3.3).
16265 (ebnf-user-arrow): Change variable customization to sexp.
16266 (ebnf-user-arrow): Function eliminated.
16267 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16268
16269 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16270
16271 * help.el (help-xref-mule-regexp): New variable.
16272 (help-make-xrefs): Handle help-xref-mule-regexp.
16273
16274 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16275 variable.
16276 (describe-input-method): Temporarily activate the specfied input
16277 method to display the information.
16278 (describe-language-environment): Hyperlinks to mule related items.
16279
16280 * international/mule-diag.el (charset-multibyte-form-string): New
16281 function.
16282 (list-character-sets-1): Use charset-multibyte-form-string.
16283 (describe-character-set): New function.
16284 (describe-coding-system): Hyperlinks to safe character sets.
16285
16286 * international/quail.el (quail-help): New arg PACKAGE.
16287 Hyperlinks to mule related items.
16288 (quail-help-insert-keymap-description): Use
16289 substitute-command-keys instead of describe-bindings.
16290 (quail-translation-help): Hyperlinks to mule related items.
16291
16292 2000-08-28 John Wiegley <johnw@gnu.org>
16293
16294 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16295 have a defsubst call itself. Made `eshell-flatten-list' back into
16296 a function again.
16297
16298 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16299 catch, in case re-centering point at bottom messes up the display.
16300 This happens frequently in Emacs 21, due I believe to variable
16301 line heights.
16302
16303 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16304 to call `find-tag-interactive'.
16305
16306 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16307 the list of remember directories.
16308
16309 2000-08-28 John Wiegley <johnw@gnu.org>
16310
16311 * align.el: Test align-region-separate to see if it's a symbol.
16312
16313 2000-08-28 John Wiegley <johnw@gnu.org>
16314
16315 * eshell/esh-util.el (eshell-flatten-list): Made this function
16316 into a defsubst form. It gets used very frequently, although
16317 calls don't occur all that often.
16318
16319 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16320 examining it.
16321
16322 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16323 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16324 `eshell-protect'.
16325 (eshell-copy-handles): Created a new macro for duplicating the
16326 current set of open handles. This is needed by the looping
16327 functions.
16328 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16329 is not incorrectly stomped on.
16330
16331 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16332 declaration for pcomplete-use-paring.
16333 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16334 value of eshell-cmpl-use-paring.
16335 * pcomplete.el (pcomplete-use-paring): New config variable, to
16336 indicate whether paring should be used.
16337 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16338 completion alternatives that have already been used.
16339
16340 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16341 bound to C-c C-y, which will repeat the previous N arguments
16342 (based on prefix argument).
16343 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16344
16345 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16346 if there is no *Help* buffer. This is for XEmacs, which renames
16347 its help buffers uniquely. TODO: Find out what the current buffer
16348 name to delete is.
16349
16350 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16351 first entry that correlates to a passwd/group number. Later
16352 entries (used for group/user name aliasing to multiple IDs) are
16353 ignored.
16354
16355 * eshell/em-xtra.el (eshell/expr):
16356 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16357 (eshell-grep, eshell/diff, eshell/locate):
16358 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16359 argument list, before passing it to the system command.
16360
16361 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16362 `find-tag' for use at final position in Eshell buffers (which
16363 otherwise triggers an error on Emacs 21).
16364 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16365 buffer, if it is currently bound to `find-tag'.
16366
16367 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16368 in the list of matched Makefile names.
16369 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16370 directory, prefer its contents to Makefile.
16371
16372 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16373 directory parts (like "cd old new", or "cd =regexp"), are now case
16374 sensitive on non-Windows/DOS platforms.
16375
16376 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16377 types RET after an open delimiter (like "), display a message
16378 indicating that Eshell is waiting for the closing delimiter.
16379
16380 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16381 environment variables.
16382
16383 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16384 gracefully if the user enters incorrect arguments.
16385
16386 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16387 Eshell buffers.
16388
16389 * eshell/esh-var.el (eshell-interpolate-variable):
16390 * eshell/esh-mode.el (eshell-move-argument):
16391 * eshell/em-unix.el (eshell-du-sum-directory):
16392 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16393 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16394 (not (= ...)).
16395
16396 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16397 to ensure the `preserve' flag gets propagated when doing recursive
16398 directory copies.
16399
16400 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16401
16402 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16403 Don't convert \n into \0177 in memory.
16404 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16405 and back again, when reading and writing.
16406
16407 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16408
16409 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16410 testing of `fboundp' on `processp'.
16411
16412 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16413 (eshell/jobs): Don't call process-list if it is not bound.
16414 (eshell-gather-process-output): Support systems where async
16415 subprocesses aren't supported.
16416 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16417 variables.
16418
16419 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16420 eshell-do-eval returns t.
16421 (eshell-do-pipelines-synchronously): New defmacro.
16422 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16423 when async subprocesses aren't supported.
16424 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16425 if async subprocesses aren't supported.
16426 (eshell-resume-command): Don't assume STATUS is a string.
16427
16428 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16429
16430 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16431 (eshell-close-target, eshell-get-target): Use eshell-processp.
16432 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16433 fix.
16434 (eshell-get-target, eshell-create-handles): Doc fix.
16435
16436 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16437
16438 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16439 criterion to include commands that output something, as long as it
16440 leaves both the command and the end-of-buffer visible when the
16441 command has exited.
16442 (eshell-review-quick-commands): Adjust the help doc string
16443 accordingly.
16444
16445 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16446
16447 * locate.el (locate): Cleaned up locate command's interactive prompting
16448 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16449
16450 * filecache.el (file-cache-case-fold-search): New variable
16451 (file-cache-assoc-function): New variable
16452 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16453 Use file-cache-case-fold-search variable
16454 (file-cache-add-file): Use file-cache-assoc-function
16455 (file-cache-delete-file): likewise
16456 (file-cache-directory-name): likewise
16457 (file-cache-debug-read-from-minibuffer): likewise
16458
16459 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16460
16461 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16462 (abbrev-table-name): New function.
16463 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16464 If non-nil list local abbrev, only.
16465
16466 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16467
16468 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16469 from Gnus support code, and use special article copy buffer
16470 `(gnus-original-article-buffer)' instead. This allows to get rid
16471 of article-hide-headers usage (which breaks in the latest Gnus
16472 version). Thanks to Detlev Zundel.
16473
16474 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16475
16476 * international/quail.el (quail-use-package): Hide "... loaded"
16477 message.
16478 (quail-start-translation, quail-start-conversion): Likewise.
16479
16480 * international/kkc.el (kkc-region): Hide "... loaded" message.
16481
16482 2000-08-27 Dave Love <fx@gnu.org>
16483
16484 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16485
16486 2000-08-27 Miles Bader <miles@gnu.org>
16487
16488 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16489
16490 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16491
16492 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16493 'ja-dic-cnv), not (require 'skkdic-cnv).
16494
16495 2000-08-26 Miles Bader <miles@gnu.org>
16496
16497 * faces.el (face-x-resources): Add entry for :inherit.
16498 * cus-face.el (custom-face-attributes): Add support for :inherit
16499 attribute. Add support for relative face heights.
16500 (custom-face-attributes-get): Treat `nil' as being a default value
16501 for :inherit (as well as `unspecified').
16502
16503 * faces.el (set-face-attribute): Update doc string.
16504 (face-attribute-name-alist): Add :inherit.
16505 (face-valid-attribute-values): Handle :inherit.
16506 (face-read-string): Rephrase prompt to be less confusing.
16507 Assume that DEFAULT is a string, since we must return a string.
16508 (face-read-integer): Use `format' to turn DEFAULT into an
16509 acceptable default for face-read-string. Match NEW-VALUE against
16510 the string "unspecified", not the symbol `unspecified', since
16511 that's what face-read-string returns.
16512 (read-face-attribute): Lookup a name for old-value in valid, and
16513 use it as a default if we find one. Treat all values from
16514 face-read-string as strings. If the default is used, don't do any
16515 more processing on the value, just use the old value directly.
16516 (read-face-and-attribute, modify-face): Tweak prompt.
16517 (read-face-name): Don't assume prompt ends with a space.
16518
16519 * faces.el (describe-face): Add support for :inherit attribute.
16520
16521 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16522
16523 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16524 concat doesn't accept interger.
16525
16526 * international/kkc.el: Remove SKK from Keywords. Require
16527 ja-dic-utl instead of skkdic-utl.
16528
16529 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16530 Provide ja-dic-cnv instead of skkdic-cnv.
16531 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16532 (iso-2022-7bit-short): Add safe-charsets property.
16533 (skkdic-convert-postfix): Search Japanese chou-on character in
16534 addition to Hiragana character.
16535 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16536 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16537 (batch-skkdic-convert): Likewise.
16538
16539 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16540 Provide ja-dic-utl instead of skkdic-utl.
16541 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16542
16543 2000-08-24 Dave Love <fx@gnu.org>
16544
16545 * disp-table.el (standard-display-default): Make the test of `l'
16546 useful.
16547
16548 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16549 mod sample text.
16550
16551 * international/iso-ascii.el: Make pilcrow convenient string
16552 consistent with section.
16553 (iso-ascii-display): Set up multibyte characters as well as
16554 unibyte.
16555
16556 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16557
16558 * international/mule-cmds.el (reset-language-environment): Set
16559 default-process-coding-system to '(undecided . iso-latin-1), which
16560 makes process I/O almost consistent with file I/O. Call this
16561 function when mule-cmds.el[c] is loaded.
16562
16563 2000-08-22 Andrew Innes <andrewi@gnu.org>
16564
16565 * makefile.w32-in: New file.
16566
16567 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16568
16569 * comint.el (comint-output-filter): Compare end of
16570 comint-last-output-overlay with the start of the newly inserted
16571 text, not the end, when deciding whether to extend it.
16572 Set saved-point's insertion type to advance after insertion.
16573
16574 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16575 since this is now done independently of font-lock mode.
16576
16577 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16578
16579 * server.el (server-kill-new-buffers): New user option.
16580 (server-existing-buffer): New buffer-local variable.
16581 (server-visit-files): When using an existing buffer, set
16582 server-existing-buffer to t.
16583 (server-buffer-done): If server-kill-new-buffers is t, kill the
16584 buffer, unless it was already present before visiting it with
16585 Emacs server.
16586
16587 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16588
16589 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16590 even if the display doesn't support colors: some displays will
16591 support bold/underline faces.
16592
16593 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16594
16595 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16596
16597 * startup.el (command-line): If user's init file had an error,
16598 add explanatory text to *Messages*.
16599
16600 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16601
16602 * man.el (Man-getpage-in-background): Decode the process output by
16603 the system locale coding system.
16604
16605 2000-08-20 Dave Love <fx@gnu.org>
16606
16607 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16608 Don't test x-popup-menu.
16609 (function) <complete-function>: Complete only fbound symbols.
16610 <validate, value>: New.
16611 (variable) <complete-function>: Complete only bound symbols.
16612 (coding-system): Add :base-only, :complete-function, :validate,
16613 :value, :prompt-match.
16614 (widget-coding-system-prompt-value): Use read-coding-system and
16615 act on :base-only.
16616 (editable-field): Add :help-echo.
16617 (widget-push-button-gui, widget-push-button-cache)
16618 (widget-gui-action, widget-editable-list-gui): COmment out, along
16619 with uses.
16620 (widget-at): Make arg optional.
16621 (widget-echo-help): Adjust for current help-echo calling sequence.
16622 (widget-specify-field, widget-specify-button)
16623 (widget-specify-insert, widget-get-sibling, widget-image-find)
16624 (widget-convert, widget-insert, widget-leave-text)
16625 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16626 (widget-setup, widget-field-find, widget-before-change)
16627 (widget-after-change, widget-default-complete)
16628 (widget-default-create, widget-default-delete)
16629 (widget-push-button-value-create, editable-field)
16630 (widget-field-prompt-value, widget-field-validate)
16631 (widget-choice-value-create, widget-choice-action)
16632 (widget-choice-validate, widget-checklist-add-item)
16633 (widget-radio-add-item, widget-radio-chosen)
16634 (widget-radio-value-inline, widget-editable-list-value-create)
16635 (widget-editable-list-entry-create)
16636 (widget-documentation-link-add)
16637 (widget-documentation-string-value-create)
16638 (widget-regexp-validate, widget-file-complete)
16639 (widget-sexp-validate, widget-plist-convert-widget)
16640 (widget-plist-convert-widget, widget-alist-convert-widget)
16641 (widget-alist-convert-widget, widget-color-complete): Simplify,
16642 particularly to avoid bindings which aren't optimized out.
16643
16644 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16645 Doc fix.
16646 (down-list, backward-up-list, up-list, kill-sexp)
16647 (backward-kill-sexp, mark-sexp): Make arg optional.
16648 (lisp-complete-symbol): Add optional arg PREDICATE.
16649
16650 * cus-start.el: Add display-buffer-reuse-frames,
16651 file-coding-system-alist.
16652
16653 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16654
16655 * startup.el (command-line): Clear realized faces after
16656 modifying TTY color mappings.
16657
16658 2000-08-20 Miles Bader <miles@gnu.org>
16659
16660 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16661 merely a subset of FACE's attributes.
16662
16663 2000-08-19 Miles Bader <miles@gnu.org>
16664
16665 * comint.el (comint-output-filter): Save the point with a marker,
16666 not just a buffer position.
16667
16668 * international/mule.el (set-buffer-process-coding-system): Make
16669 interactive prompt less confusing.
16670
16671 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16672
16673 * hilit-chg.el: General cleanup of doc strings, comments and
16674 code formatting.
16675
16676 2000-08-19 Miles Bader <miles@gnu.org>
16677
16678 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16679 Compiler macro removed; beginning-of-line is no longer always
16680 equivalent to forward-line, in the presence of fields.
16681
16682 * comint.el (comint-output-filter): Remove ad-hoc saving of
16683 restriction, and just use save-restriction, now that it works
16684 correctly. Don't adjust comint-last-input-start to account for
16685 our insertion; it shouldn't have moved because we don't use
16686 insert-before-markers anymore. Comment out call to
16687 `force-mode-line-update'; why is it here?
16688
16689 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16690 while checking for prompt to delete. Use `forward-line 0'
16691 instead of beginning-of-line.
16692 (gud-filter): Temporarily widen gud comint buffer while
16693 examining output.
16694
16695 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16696
16697 * progmodes/sh-script.el: Big bag of typos.
16698
16699 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16700 check since ispell-process is not bound when ispell is not yet loaded.
16701
16702 2000-08-18 Dave Love <fx@gnu.org>
16703
16704 * image.el (find-image): Copy `spec' before using plist-put.
16705
16706 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16707
16708 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16709 `portugues'.
16710
16711 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16712 backward-kill-sexp, analogous to kill-sexp.
16713
16714 * progmodes/icon.el (icon-indent-line)
16715 (icon-is-continuation-line): Handle comments specially.
16716
16717 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16718
16719 * ispell.el: Set to standard author/maintainer/keyword fields.
16720 Fine tuning to menu map appearance and operation, and added help.
16721 Remove `start' and `end' error messages when compiling.
16722 (ispell-choices-win-default-height): Fixed comment string.
16723 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16724 castellano8 dictionaries.
16725 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16726 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16727 dictionary, added italiano dictionary.
16728 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16729 word character
16730 (ispell-tex-skip-alists): Added psfig support.
16731 (ispell-skip-html): Renamed from ispell-skip-sgml.
16732 (ispell-begin-skip-region-regexp, ispell-skip-region)
16733 (ispell-minor-check): Improved html skipping support to skip across
16734 code, and recognize `&' commands without propper `;' syntax;
16735 (ispell-process-line): Fix alignment error when manually
16736 correcting spelling.
16737 (ispell): Fix comment string.
16738 (ispell-add-per-file-word-list): Always put word list on new line.
16739
16740 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16741
16742 * format.el (format-encode-run-method): Fix error message to say
16743 `encode' instead of `decode'. Use save-window-excursion around
16744 shell-command-on-region as in format-decode-run-method because
16745 shell-command-on-region can display a buffer with error output.
16746 (format-decode): Don't record undo information for the decoding.
16747 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16748 that number part of the temporary buffer name so that more than
16749 one decoding using a temporary buffer can happen safely.
16750
16751 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16752 of `A-z' in the regexp.
16753
16754 * hilit-chg.el: Fix typos in commentary.
16755
16756 * help.el (view-emacs-news): Rewritten for new naming scheme
16757 for old NEWS files.
16758
16759 * startup.el (command-line): Pop to *Messages* in case an error
16760 is signaled while loading user-init-file.
16761
16762 2000-08-17 Andreas Schwab <schwab@suse.de>
16763
16764 * files.el (insert-directory): Don't lose original file name,
16765 undoing an undocumented change.
16766
16767 2000-08-17 Alex Schroeder <alex@gnu.org>
16768
16769 * sql.el (sql-magic-go): Use comint-bol.
16770 (sql-copy-column): Use comint-line-beginning-position.
16771 (comint-line-beginning-position): Define a replacement for
16772 comint-line-beginning-position if it is not fboundp.
16773
16774 2000-08-17 Alex Schroeder <alex@gnu.org>
16775
16776 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16777 it didn't have any effect anyway.
16778
16779 2000-08-17 Alex Schroeder <alex@gnu.org>
16780
16781 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16782 --pset and pager=off instead of sending \\o|cat at the beginning
16783 of the session.
16784
16785 2000-08-17 Miles Bader <miles@gnu.org>
16786
16787 * progmodes/octave-inf.el: Add compatibility definition of
16788 comint-line-beginning-position.
16789
16790 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16791
16792 * startup.el (normal-top-level): Look in each dir in load-path for
16793 a leim-list.el file too. This assures of loading leim-list.el
16794 that is created at Emacs installation time even if a user have his
16795 own leim-list.el.
16796
16797 2000-08-17 Miles Bader <miles@gnu.org>
16798
16799 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16800 foreground color to black if the background is dark.
16801
16802 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16803
16804 * loadhist.el (unload-feature): Typo.
16805
16806 * finder.el (finder-compile-keywords):
16807 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16808 to the generated file.
16809
16810 * mail/mh-e.el (mh-make-local-vars):
16811 Replace make-variable-buffer-local with make-local-variable.
16812
16813 * play/landmark.el:
16814 * options.el (Edit-options-{set,toggle,t,nil}):
16815 * mail/mailabbrev.el (mail-abbrevs-mode):
16816 * textmodes/tex-mode.el (tex-expand-files):
16817 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16818
16819 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16820
16821 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16822 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16823 Allow going past the last element.
16824 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16825 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16826 (cvs-mouse-toggle-mark): Don't move point.
16827 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16828
16829 * progmodes/compile.el (grep): Provide a default set of files.
16830 (next-error): Docstring fix.
16831 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16832
16833 * emacs-lisp/easy-mmode.el (define-minor-mode):
16834 Use `symbol-value' to keep the byte-compiler quiet.
16835
16836 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16837 (diff-find-source-location): New fun, extracted from diff-goto-source.
16838 (diff-goto-source): Use it.
16839 (diff-next-complex-hunk, diff-filter-lines): New function.
16840 (diff-apply-hunk): New command.
16841
16842 * smerge-mode.el (smerge-mode-menu): Doc fix.
16843
16844 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16845
16846 2000-08-16 Dave Love <fx@gnu.org>
16847
16848 * windmove.el (windmove) <defgroup>: Add :version.
16849
16850 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16851 (goto-address-fontify-p, goto-address-highlight-p)
16852 (goto-address-url-face, goto-address-url-mouse-face)
16853 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16854 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16855 (goto-address-fontify, goto-address-at-mouse): Simplify,
16856 (goto-address-at-point): browse-url-url-at-point,
16857 goto-address-find-address-at-point can return nil.
16858 (goto-address-find-address-at-point): Return nil on failure.
16859
16860 * align.el (align) <defgroup>: Add :version.
16861
16862 * calculator.el (calculator): Add :version.
16863 (calculator): Use two lines for calculator window if `modeline'
16864 face is boxed.
16865
16866 * play/5x5.el: Doc fixes.
16867 (5x5) <defgroup>: Add :version.
16868
16869 * play/fortune.el (fortune) <defgroup>: Add :version.
16870 (fortune-append): Fix error message.
16871 (fortune-from-region): Doc fix.
16872
16873 * play/pong.el (pong): Doc fix.
16874
16875 * play/morse.el: Keywords, commentary, autoloads.
16876
16877 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16878
16879 * desktop.el (desktop-save): Don't look at symbol-value of a
16880 member of minor-mode-alist, unless it is boundp.
16881
16882 2000-08-16 Sam Steingold <sds@gnu.org>
16883
16884 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16885 `while'; use `with-current-buffer' instead of `save-excursion'.
16886 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16887
16888 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16889
16890 * international/ccl.el (declare-ccl-program): Docstring modified.
16891 (ccl-execute-with-args): Likewise.
16892
16893 2000-08-16 Miles Bader <miles@gnu.org>
16894
16895 * progmodes/sql.el: Add compatibility definition of
16896 comint-line-beginning-position.
16897
16898 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16899
16900 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16901 'buffer-menu' property.
16902 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16903 fails.
16904 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16905 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16906 wasn't killed.
16907
16908 * buff-menu.el (list-buffers-noselect): Don't display the
16909 *Buffer List* buffer.
16910
16911 * font-lock.el: Require jit-lock to prevent a very late
16912 `Loading jit-lock' message.
16913
16914 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16915 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16916 mail address.
16917
16918 2000-08-15 Miles Bader <miles@gnu.org>
16919
16920 * textmodes/ispell.el (ispell-graphic-p): New constant.
16921 (ispell-choices-win-default-height, ispell-help): Use
16922 `ispell-graphic-p' instead of `xemacsp'.
16923
16924 2000-08-15 Dave Love <fx@gnu.org>
16925
16926 * simple.el: Autoload widget-convert when compiling.
16927 (mail-user-agent): Doc fix.
16928
16929 * help.el (function-called-at-point, variable-at-point): Use
16930 with-syntax-table.
16931 (help-manyarg-func-alist): Add insert-and-inherit.
16932
16933 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16934
16935 * delsel.el (delsel-unload-hook): New function.
16936
16937 * find-file.el: Doc fixes. Move provide to end.
16938 (ff) <defgroup>: Add :link.
16939 (ff-goto-click): Deleted.
16940 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16941 Use mouse-set-point.
16942
16943 * textmodes/tildify.el: Doc fixes.
16944 (tildify) <defgroup>: Add:version.
16945
16946 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16947 (glasses-custom-set): Use set-default, not set.
16948 (minor-mode-alist): Propertize the lighter.
16949 (glasses-mode): Provide optional arg.
16950
16951 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16952 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16953 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16954 option. Provide :type.
16955 (cwarn-configuration): Provide :type.
16956 (cwarn-mode): Doc fix.
16957
16958 * add-log.el (change-log-merge): Doc fix.
16959 (change-log-redate): New command.
16960
16961 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16962 Doze and Dog.
16963 (browse-url): Use dolist, not mapcar.
16964 (browse-url-at-point): Check for null url.
16965 (browse-url-event-buffer, browse-url-event-point): Functions
16966 deleted.
16967 (browse-url-at-mouse, browse-url-netscape): Simplify.
16968
16969 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16970 modes.
16971 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16972 Fix previous change to mapcan.
16973 (msb--init-file-alist, msb--add-separators)
16974 (msb--make-keymap-menu): Simplify.
16975 (msb--choose-file-menu): Use copy-sequence.
16976 (msb-mode-map): Add title to keymap.
16977 (msb-unload-hook): New function.
16978
16979 * bs.el: Fix indentation.
16980 (bs) <defgroup>: Add :links.
16981 (bs-show): Doc fix.
16982 (bs-apply-sort-faces): Don't use window-system.
16983 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16984
16985 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16986
16987 * calendar/timeclock.el (timeclock-file): Run .timelog through
16988 convert-standard-filename.
16989
16990 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16991
16992 * emacs-lisp/authors.el: New file.
16993
16994 * paren.el (show-paren-priority): New user option.
16995 (show-paren-function): Set overlay priorities to
16996 show-paren-priority.
16997
16998 2000-08-14 Miles Bader <miles@gnu.org>
16999
17000 * comint.el (comint-bol): Use `forward-line 0' instead of calling
17001 beginning-of-line with inhibit-field-text-motion bound.
17002
17003 2000-08-14 Gerd Moellmann <gerd@gnu.org>
17004
17005 * calendar/timeclock.el: New file.
17006
17007 2000-08-14 David Ponce <david@dponce.com>
17008
17009 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
17010 `widget-button-click'. so that one can use left mouse button to
17011 click on dialog buttons.
17012
17013 2000-08-14 Emmanuel Briot <briot@gnat.com>
17014
17015 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
17016 identifiers, since XML is case sensitive
17017
17018 2000-08-12 Miles Bader <miles@gnu.org>
17019
17020 * comint.el (comint-output-filter): Don't bother frobbing
17021 window-start, it doesn't seem to be necessary.
17022
17023 * comint.el (comint-send-string, comint-send-region): Make into
17024 real functions. Snapshot the prompt before sending.
17025
17026 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
17027
17028 * info.el (Info-find-emacs-command-nodes): Rewrite to use
17029 technique similar to Info-index, instead of relying on specific
17030 names of relevant Index nodes.
17031 (Info-goto-emacs-command-node): Bind Info-history to nil when
17032 going to the first node found by Info-find-emacs-command-nodes.
17033
17034 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
17035
17036 * menu-bar.el (menu-bar-help-menu): Add a :help string.
17037
17038 2000-08-10 Miles Bader <miles@gnu.org>
17039
17040 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
17041
17042 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
17043
17044 * info.el (Info-file-list-for-emacs): More elements for the
17045 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
17046 and woman manuals.
17047
17048 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
17049
17050 * comint.el (comint-send-input): Make the newline boundary overlay
17051 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
17052 (comint-output-filter): Use `insert' instead of
17053 `insert-before-markers'. Extend comint-last-output-overlay when
17054 necessary since we can't rely on insert-before-markers to do it.
17055 * gud.el (gud-filter): Use `with-current-buffer' instead of
17056 save-excursion when inserting the output, so that point gets
17057 updated correctly; the old method relied on a rather dodgy
17058 side-effect of comint-output-filter to avoid the effect of
17059 save-excursion.
17060
17061 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
17062
17063 * files.el (recover-file): Call insert-directory instead of
17064 invoking `ls' directly.
17065
17066 2000-08-10 Miles Bader <miles@gnu.org>
17067
17068 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
17069 (comint-last-prompt-overlay): New variables.
17070 (comint-output-filter): Implement prompt highlighting.
17071 (comint-snapshot-last-prompt): New function.
17072 (comint-send-input): Snapshot the last prompt.
17073 Use comint-highlight-input-face.
17074 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
17075 Use defface instead of defcustom.
17076 (send-invisible, comint-send-eof): Snapshot the last prompt.
17077 (comint-delchar-or-maybe-eof): Use comint-send-eof.
17078 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
17079
17080 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
17081
17082 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
17083 (regexp-opt-group): Use a list of chars for `letters'.
17084 (regexp-opt-charset): `chars' is now a list of chars.
17085 Use a char-table rather than a vector so it works for multibyte chars.
17086
17087 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
17088 Set cvs-minor-current-files to the selected fileinfo.
17089 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
17090 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
17091
17092 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
17093
17094 * files.el (insert-directory): Don't call access-file on
17095 directories on DOS and Windows.
17096
17097 2000-08-09 Kenichi Handa <handa@etl.go.jp>
17098
17099 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
17100 longer if necessary.
17101 (ccl-embed-code): Call ccl-embed-data to store CODE in
17102 ccl-program-vector.
17103
17104 2000-08-09 Miles Bader <miles@gnu.org>
17105
17106 * comint.el (comint-output-filter): Properly handle the case where
17107 the text surrounded by comint-last-output-overlay was deleted.
17108
17109 2000-08-08 Gerd Moellmann <gerd@gnu.org>
17110
17111 * info.el (Info-insert-dir): Use Info-additional-directory-list if
17112 non-nil.
17113 (Info-file-list-for-emacs): Remove "info" from the list because
17114 that leads to trying to use the documentation from file `info'
17115 in various situations where it isn't appropriate, for instance
17116 C-h C-k C-h i.
17117
17118 * ffap.el (ffap-read-file-or-url-internal): Handle case that
17119 DIR and/or STRING are nil.
17120
17121 * progmodes/compile.el (compilation-setup): Make variable
17122 compilation-error-screen-columns buffer-local, as some comment
17123 in the code suggests it should be.
17124
17125 * files.el (auto-mode-interpreter-regexp): New variable.
17126 (set-auto-mode): Use it.
17127
17128 * indent.el (indent-for-tab-command): Doc fix.
17129
17130 * mouse-sel.el (mouse-sel-mode): Doc fix.
17131
17132 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
17133 labels.
17134
17135 * help.el (print-help-return-message): When
17136 display-buffer-reuse-frames is set, let the help window been quit,
17137 instead of deleting it, which might delete a reused frame.
17138
17139 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
17140
17141 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
17142 rename a directory to a name that differs only by its letter case.
17143
17144 2000-08-08 Kenichi Handa <handa@etl.go.jp>
17145
17146 * international/quail.el (quail-define-rules): Handle Quail decode
17147 map correctly. Add code for supporting annotations.
17148 (quail-install-decode-map): New function.
17149 (quail-defrule-internal): New optional arguments decode-map and
17150 props.
17151 (quail-advice): New function.
17152
17153 2000-08-07 Sam Steingold <sds@gnu.org>
17154
17155 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
17156 `defconst', `define-condition', `with-slots'.
17157 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
17158
17159 2000-08-03 Miles Bader <miles@gnu.org>
17160
17161 * comint.el (comint-use-prompt-regexp-instead-of-fields):
17162 New variable.
17163 (comint-prompt-regexp, comint-get-old-input): Document dependence on
17164 comint-use-prompt-regexp-instead-of-fields.
17165 (comint-send-input): Add `input' field property to stuff we send to
17166 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
17167 (comint-output-filter): Add `output' field property to process
17168 output, if comint-use-prompt-regexp-instead-of-fields is nil.
17169 (comint-replace-by-expanded-history)
17170 (comint-get-old-input-default, comint-show-output)
17171 (comint-backward-matching-input, comint-forward-matching-input)
17172 (comint-next-prompt, comint-previous-prompt): Use field
17173 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17174 (comint-line-beginning-position): New function.
17175 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17176 (comint-replace-by-expanded-history-before-point): Use
17177 comint-line-beginning-position and line-end-position.
17178 (comint-last-output-overlay): New variable.
17179 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17180
17181 * shell.el (shell-prompt-pattern): Doc change.
17182 (shell-backward-command): Use line-beginning-position.
17183
17184 * gud.el (gud-gdb-complete-command): Use
17185 comint-line-beginning-position.
17186
17187 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17188 comint-bol doesn't actually go to the beginning of the line.
17189
17190 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17191 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17192 (try-expand-line-all-buffers): Likewise.
17193
17194 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17195 explicitly matching comint-prompt-regexp.
17196 (sql-copy-column): Use comint-line-beginning-position instead of
17197 explicitly matching comint-prompt-regexp.
17198
17199 * progmodes/octave-inf.el (inferior-octave-complete): Use
17200 comint-line-beginning-position.
17201
17202 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17203
17204 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17205 looking for a prompt, use `forward-line 0' instead of
17206 `beginning-of-line', to avoid getting caught by an input field.
17207
17208 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17209
17210 * files.el (shell-quote-wildcard-pattern): Make sure to return
17211 PATTERN, in the Unix case.
17212
17213 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17214
17215 * play/zone.el (zone): Discard any pending input before running
17216 the randomly-chosen pgm.
17217
17218 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17219
17220 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17221 checking the existence of any multibyte characters.
17222
17223 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17224
17225 * help.el (describe-mode): Test minor-mode symbol for being
17226 bound before testing its value for being nil.
17227
17228 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17229 `first', `second', and `third'.
17230
17231 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17232 (second): Make it an alias for `cadr'.
17233
17234 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17235
17236 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17237 types of display support faces now.
17238
17239 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17240
17241 * pcvs.el (require): Require `cl' during compilation, only.
17242
17243 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17244 (toplevel): Remove `remq' and `remove' from autoloads.
17245 (cl-fake-autoloads): New variable. If set, arrange for an error
17246 when CL functions etc. are autoloaded.
17247
17248 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17249
17250 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17251
17252 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17253 popped up, but the user clicks outside the menu, return an empty
17254 regexp (that causes unhighlight-regexp to have no effect).
17255
17256 * menu-bar.el (menu-bar-games-menu): Add Zone.
17257
17258 * hi-lock.el (toplevel): Require font-lock.
17259
17260 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17261
17262 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17263 (ebnf-8-bit-chars): New var for bug fix.
17264 (ebnf-string): Bug fix.
17265
17266 2000-08-03 Sam Steingold <sds@gnu.org>
17267
17268 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17269 instead of `buffer-string'.
17270 (require 'cl): Always, not just when compiling.
17271 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17272 necessary.
17273
17274 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17275
17276 * international/mule-cmds.el (select-safe-coding-system): Make
17277 the message text about selecting a safe coding system more clear.
17278
17279 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17280
17281 * hi-lock.el: New file.
17282
17283 * play/zone.el: New file.
17284
17285 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17286 value of tab-width in the original buffer. Choose a line number
17287 format that's a multiple of the original buffer's tab width, so
17288 that lines appear right.
17289
17290 * textmodes/ispell.el (ispell): New function, replacing an alias.
17291 Spell-check active region if in transient-mark-mode and mark
17292 is active; otherwise spell-check buffer.
17293
17294 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17295
17296 * ps-mule.el: Fix a customization problem on
17297 ps-mule-font-info-database-default.
17298
17299 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17300
17301 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17302 display-mouse-p instead of window-system.
17303 (ebrowse-member-mode-map): Ditto.
17304
17305 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17306
17307 * progmodes/ebnf2ps.el: Update ps-print functions call.
17308 Indentation fix. Doc fix.
17309 (ebnf-version): New version number (3.2).
17310 (ebnf-format-color, ebnf-begin-job): Code fix.
17311
17312 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17313
17314 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17315 font lock support on window-system.
17316 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17317
17318 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17319 display-color-p, if fboundp, instead of window-system.
17320
17321 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17322
17323 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17324 instead of window-system.
17325
17326 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17327 window-system.
17328 (widget-choice-mouse-down-action): Use display-popup-menus-p
17329 instead of window-system.
17330
17331 * strokes.el (strokes-file): Run the file name through
17332 convert-standard-filename.
17333 (strokes-mode): Call display-mouse-p instead of looking at
17334 window-system. Change the error message accordingly.
17335
17336 * progmodes/cpp.el (toplevel): Support faces on tty's.
17337
17338 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17339 (lm-plot-square, lm-init-display): Don't use window-system.
17340
17341 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17342 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17343
17344 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17345 instead of looking at window-system.
17346
17347 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17348
17349 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17350 of testing if iswitchb-prepost-hooks is bound, because the
17351 latter will always be true when invoking a recursive minibuffer
17352 from an active Iswitchb buffer.
17353
17354 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17355
17356 * files.el (shell-quote-wildcard-pattern): New function.
17357 (insert-directory): Call it. Only prepend "\" to command on Unix
17358 and GNU/Linux systems.
17359
17360 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17361
17362 * eshell/esh-groups.el: Change custom :link file names
17363 from `eshell.info' to `eshell'.
17364
17365 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17366
17367 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17368 correctly in recursive ange-ftp listings.
17369
17370 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17371
17372 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17373 ps-header-font-size-internal and
17374 ps-header-title-font-size-internal variables are not set,
17375 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17376 face text property is (foreground-color . COLOR) or
17377 `(background-color . COLOR)', ps-print crashes. Doc fix.
17378 (ps-print-version): New version number (5.2.4).
17379 (ps-plot-region): Code fix.
17380 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17381 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17382 Bug fix 2.
17383
17384 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17385
17386 * glasses.el (glasses-make-readable): Fix uncapitalization of
17387 identifiers like `myXMLDocument'.
17388
17389 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17390
17391 * mail/mail-hist.el (mail-hist-previous-input)
17392 (mail-hist-next-input): Do the obvious code factorization.
17393 (mail-hist-retrieve-and-insert): New func, contains common
17394 code of above two.
17395 If inserting a message body, leave point at top.
17396
17397 2000-07-28 Sam Steingold <sds@gnu.org>
17398
17399 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17400 Use `<=', not `<' to compare times!
17401 (ange-ftp-ls): Remove.
17402
17403 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17404
17405 * play/cookie1.el: Add explanation of how to make cookie.el
17406 compatible with strfile(1) to comment.
17407
17408 * subr.el (remove, remq): New functions.
17409
17410 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17411 escape `*' in regexps.
17412 (midnight-find): Reverse order of arguments in the funcall of
17413 TEST.
17414
17415 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17416 and `.class'.
17417
17418 * play/meese.el: Add Commentary section.
17419
17420 2000-07-27 Alex Schroeder <alex@gnu.org>
17421
17422 * sql.el (sql-ms): Added autoload cookie.
17423 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17424 (sql-oracle): Ditto.
17425 (sql-help): Doc change.
17426
17427 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17428 types and exceptions.
17429
17430 2000-07-27 Alex Schroeder <alex@gnu.org>
17431
17432 * sql.el (sql-placeholder-history): New variable.
17433 (sql-query-placeholders-and-send): New function that will query
17434 the user and replace placeholders with user input.
17435 (sql-oracle): If running on NT, set comint-input-sender to
17436 sql-query-placeholders-and-send.
17437
17438 (sql-stop): If in the SQLi buffer, insert stop notification, else
17439 present it as a message.
17440
17441 2000-07-27 Alex Schroeder <alex@gnu.org>
17442
17443 * sql.el (sql-input-ring-separator): Doc change.
17444 (sql-input-ring-file-name): Doc change.
17445 (sql-interactive-mode): Use `sql-input-ring-separator' and
17446 `sql-input-ring-file-name' to set the comint-mode equivalents
17447 without making them local variables.
17448 (sql-stop): Don't bind `sql-input-ring-separator' and
17449 `sql-input-ring-file-name' dynamically to their comint-mode
17450 equivalents.
17451
17452 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17453
17454 * international/mule.el (register-char-codings): New function.
17455 (make-coding-system): Handle `safe-chars' specification in the arg
17456 PROPERTY.
17457
17458 * international/mule-cmds.el
17459 (find-coding-systems-region-subset-p): This function deleted.
17460 (sort-coding-systems-predicate): New variable.
17461 (sort-coding-systems): New function.
17462 (find-coding-systems-region): Use
17463 find-coding-systems-region-internal.
17464 (find-coding-systems-string): Use find-coding-systems-region.
17465 (find-coding-systems-for-charsets): Check
17466 char-coding-system-table.
17467 (select-safe-coding-system-accept-default-p): New variable.
17468 (select-safe-coding-system): Mostly rewritten. New argument
17469 ACCEPT-DEFAULT-P.
17470 (select-message-coding-system): Call select-safe-coding-system
17471 with ACCEPT-DEFAULT-P arg.
17472 (reset-language-environment): Reset default-sendmail-coding-system
17473 to the default value iso-latin-1.
17474 (set-language-environment): Don't set the obsolete variable
17475 charset-origin-alist.
17476
17477 * international/codepage.el (cp-coding-system-for-codepage-1):
17478 Give `safe-chars' property to make-coding-system.
17479
17480 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17481 calling select-message-coding-system twice.
17482
17483 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17484 instead of `safe-charsets'.
17485 (cyrillic-alternativnyj): Likewise.
17486 (ccl-encode-alternativnyj): Don't check the charset
17487 cyrillic-iso8859-5.
17488
17489 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17490
17491 * composite.el (compose-chars-after): Preserve match data.
17492
17493 2000-07-26 Sam Steingold <sds@gnu.org>
17494
17495 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17496 (ange-ftp-real-file-newer-than-file-p): New function.
17497 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17498 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17499
17500 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17501 * midnight.el (midnight-float-time): Ditto.
17502
17503 2000-07-26 Andreas Schwab <schwab@suse.de>
17504
17505 * files.el (normal-backup-enable-predicate): Correct
17506 interpretation of the return value of compare-strings.
17507
17508 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17509
17510 * isearch.el (isearch-resume): New function.
17511 (isearch-done): Add something to command-history to resume
17512 the search.
17513 (isearch-yank-line, isearch-yank-word): Use
17514 buffer-substring-no-properties instead of buffer-substring.
17515
17516 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17517 of flyspell-mouse-map.
17518
17519 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17520 duplicate definition.
17521 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17522
17523 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17524 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17525
17526 2000-07-25 Sam Steingold <sds@gnu.org>
17527
17528 * net/ange-ftp.el: Get modtime over the net.
17529 (ange-ftp-file-modtime): New function.
17530 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17531 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17532 Use it.
17533 (ange-ftp-dot-to-slash): New function.
17534 (ange-ftp-fix-name-for-vms): Use it.
17535
17536 * midnight.el (midnight-buffer-display-time): Use
17537 `with-current-buffer'.
17538
17539 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17540
17541 * find-dired.el: Update copyright notice.
17542 (find-dired): Offer to kill a running `find'.
17543
17544 * enriched.el (enriched-face-ans): For a `foreground-color'
17545 property, return '(("x-color" COLOR))' so that COLOR will be
17546 output as a parameter of the x-color annotation. Likewise for the
17547 `background-color' property. In the case of normal face
17548 properties, don't return annotations for unspecified foreground
17549 and background face attributes.
17550
17551 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17552
17553 * language/japan-util.el (japanese-katakana-region): Fix handling
17554 HANKAKU argument.
17555
17556 2000-07-25 Miles Bader <miles@gnu.org>
17557
17558 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17559 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17560 constrain-to-field.
17561
17562 2000-07-24 Andrew Innes <andrewi@gnu.org>
17563
17564 * timer.el (timer-activate-when-idle): Add optional parameter
17565 DONT-WAIT. Update docstring.
17566 (run-with-idle-timer): Specify extra parameter to
17567 timer-activate-when-idle, so that timer will be activated
17568 immediately if Emacs is already idle.
17569
17570 * w32-fns.el (w32-using-nt): Fix docstring.
17571
17572 2000-07-24 Dave Love <fx@gnu.org>
17573
17574 * mouse.el (popup-menu): Set last-command-event.
17575 (mouse-major-mode-menu-prefix): Declare.
17576
17577 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17578
17579 * textmodes/flyspell.el: Update to author's version 1.5d.
17580
17581 * progmodes/hideshow.el: Update copyright notice.
17582
17583 * vcursor.el: Set maintainer to FSF, since author cannot
17584 be reached.
17585
17586 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17587
17588 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17589 the prompt.
17590
17591 * mouse.el (popup-menu): Run the keymap through indirect-function,
17592 in case it was defined with define-prefix-key. If the menu is a
17593 list of keymaps, look up the binding of user's choice in each one
17594 of the keymaps.
17595 (mouse-popup-menubar): If the global and local menu-bar keymaps
17596 don't have a prompt string, create one and insert it into the
17597 keymap. Don't barf if current-local-map returns nil.
17598
17599 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17600
17601 * dired.el (dired-sort-R-check): Added to allow recursive listing
17602 to be undone.
17603 (dired-sort-other): Use it.
17604
17605 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17606
17607 * Release of cc-mode 5.27
17608
17609 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17610
17611 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17612 c-beginning-of-statement-1 that caused a bad case of recursion
17613 which could consume a lot of CPU in large classes in languages
17614 that have in-expression classes (i.e. Java and Pike).
17615
17616 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17617 statements before top level constructs (i.e. case 6 is moved
17618 before case 5 and is now case 4) to catch in-expression
17619 classes in top level expressions correctly.
17620
17621 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17622
17623 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17624 objc-method-intro. Case 4 removed and case 5I added.
17625
17626 * cc-langs.el (c-append-paragraph-start): New variable used by
17627 c-common-init to get paragraph-start correct.
17628 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17629 initialize paragraph-start to make it correct both with and
17630 without the javadoc special case.
17631
17632 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17633 initialize paragraph-start for javadoc markup.
17634
17635 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17636 change by defaulting this to t. It's motivated by the
17637 confusing behavior that otherwise arise from the style system
17638 when editing both java and non-java files at the same time
17639 (see the comments about style setting in c-common-init).
17640
17641 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17642
17643 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17644 similar to the one in c-fill-paragraph to check the fill
17645 prefix from the adaptive fill function for sanity.
17646
17647 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17648
17649 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17650 defun block.
17651
17652 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17653
17654 * cc-align.el (c-lineup-multi-inher): Handle lines with
17655 leading comma nicely. Extended to handle member initializers
17656 too.
17657
17658 * cc-engine.el: (c-beginning-of-inheritance-list,
17659 c-guess-basic-syntax): Fixed recognition of inheritance lists
17660 when the lines begins with a comma.
17661
17662 * cc-vars.el (c-offsets-alist): Changed default for
17663 member-init-cont to c-lineup-multi-inher since it now handles
17664 member initializers and indents better for leading commas.
17665
17666 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17667
17668 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17669 handling that caused class open lines to be recognized as
17670 statement-conts in some cases.
17671
17672 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17673 guessed by the adaptive fill function unless point is on the
17674 first line of a block comment.
17675
17676 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17677 when the buffer ends with a macro continuation char.
17678
17679 * cc-engine.el (c-guess-basic-syntax): Added support for
17680 function definitions as statements in Pike. The first
17681 statement in a lambda block is now labeled defun-block-intro
17682 instead of statement-block-intro.
17683
17684 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17685 so that the class surrounding point is selected, not the one
17686 innermost in the state.
17687
17688 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17689 recognition of switch labels having hanging multiline
17690 statements.
17691
17692 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17693 some code in c-guess-basic-syntax to a separate function.
17694 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17695 recognition of member inits with multiple line arglists.
17696 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17697 member-init-cont when the commas are in funny places.
17698
17699 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17700
17701 * cc-defs.el (c-auto-newline): Removed this macro since it's
17702 not used anymore.
17703
17704 * cc-engine.el (c-looking-at-bos): New helper function.
17705 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17706 inexpr and toplevel classes apart in Pike.
17707
17708 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17709 of case 9A.
17710
17711 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17712 constant, since "class" can introduce an in-expression class
17713 in Pike nowadays.
17714
17715 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17716
17717 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17718 indentation on cpp-macro lines.
17719
17720 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17721 a syntax modifier like comment-intro, to make it possible to
17722 get syntactic indentation for preprocessor directives. It's
17723 incompatible wrt to lineup functions on cpp-macro, but it has
17724 no observable effect in the 99.9% common case where cpp-macro
17725 is set to -1000.
17726
17727 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17728
17729 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17730 member-init-cont when the preceding arglist is several lines.
17731
17732 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17733
17734 * cc-styles.el (c-style-alist): The basic offset for the BSD
17735 style corrected to 8.
17736
17737 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17738
17739 * cc-styles.el (c-style-alist): Adjusted the indentation of
17740 brace list openers in the gnu style.
17741
17742 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17743
17744 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17745
17746 * cc-cmds.el (c-electric-brace, c-electric-slash,
17747 c-electric-star, c-electric-semi&comma, c-electric-colon,
17748 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17749 when c-syntactic-indentation is nil.
17750
17751 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17752 we were left at comments preceding the first statement when
17753 reaching the beginning of the buffer.
17754
17755 * cc-vars.el (c-syntactic-indentation): New variable to turn
17756 off all syntactic indentation.
17757
17758 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17759
17760 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17761 between the text and the block comment ender when it hangs,
17762 depending on how many there are before the fill.
17763
17764 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17765
17766 * cc-engine.el (c-beginning-of-closest-statement): New helper
17767 function to go back to the closest preceding statement start,
17768 which could be inside a conditional statement.
17769 * cc-engine.el (c-guess-basic-syntax): Use
17770 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17771
17772 * cc-engine.el (c-guess-basic-syntax): Better handling of
17773 arglist-intro, arglist-cont-nonempty and arglist-close when
17774 the arglist is nested inside parens. Cases 7A, 7C and 7F
17775 changed.
17776
17777 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17778 up-to-date with javadoc 1.2.
17779
17780 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17781
17782 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17783 multiline Pike type decls.
17784
17785 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17786
17787 * cc-cmds.el (c-indent-new-comment-line): Always break
17788 multiline comments in multiline mode, regardless of
17789 comment-multi-line.
17790
17791 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17792
17793 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17794 fully::qualified::names in C++ member init lists. Preamble in
17795 case 5D changed.
17796
17797 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17798
17799 * cc-langs.el (c-common-init): Handling of obsolete variables
17800 moved to c-initialize-cc-mode. More compatible style override
17801 when using global style variables.
17802 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17803 variables moved here.
17804
17805 * cc-styles.el (c-make-styles-buffer-local): Flag style
17806 variable localness in c-style-variables-are-local-p to make
17807 the compatibility measure in c-common-init work well.
17808
17809 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17810 longer contain set-from-style.
17811 * cc-styles.el (c-initialize-builtin-style): Don't check for
17812 set-from-style on c-special-indent-hook.
17813 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17814 copy-alist is sufficient now.
17815
17816 * cc-styles.el (c-set-style, c-set-style-1,
17817 c-get-style-variables): Fixes to variable initialization so
17818 that duplicate entries in styles have the same effect
17819 regardless of DONT-OVERRIDE.
17820
17821 * cc-styles.el (c-set-style-2): Fixed bug where the
17822 initialization of inheriting styles failed when the
17823 dont-override flag is set.
17824
17825 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17826 on this.
17827
17828 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17829
17830 * cc-defs.el (c-forward-comment): Removed the workaround
17831 introduced in 5.38 since it had worse side-effects. If a line
17832 contains the string "//\"", it regarded the // as a comment
17833 start since the \ temporarily doesn't have escape syntax.
17834
17835 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17836
17837 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17838 ada-xref.el before ada-prj.el, so that the Project menu is created
17839 when ada-prj tries to add to it.
17840 (ada-activate-keys-for-case): Suppress the characters that are not
17841 part of the Ada syntax. Better compatibility with else-mode
17842 (ada-adjust-case-interactive): When auto-casing is not active,
17843 correctly insert newlines (used to insert only ^M). Prevent the
17844 syntax table from being changed in case of an error
17845 (or '_' becomes part of a word and some commands are confused).
17846 Do nothing if ada-auto-case is nil.
17847 (ada-after-keyword-p): Ignore keywords that are also attributes
17848 (ada-batch-reformat): Update usage comment
17849 (ada-call-from-contextual-menu): New function
17850 (ada-case-read-exceptions): Reinitialize the casing exception list
17851 first to nil first, so that the casing exception file can be
17852 shared.
17853 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17854 files.
17855 (ada-compile-goto-error): Fix regexp used to detect a file:line
17856 anywhere in the error message
17857 (ada-contextual-menu-last-point): New variable
17858 (ada-create-keymap): If the variable delete-key-deletes-forward is
17859 t on XEmacs, it means that DEL should delete one character
17860 forward.
17861 (ada-create-menu): Use :included instead of :visible for XEmacs.
17862 New submenu "Options".
17863 (ada-end-stmt-re): Correctly indent "select ... then abort"
17864 statements.
17865 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17866 even if they don't match ada-fill-comment-prefix Fix handling of
17867 paragraphs on the first or last line of a file.
17868 (ada-format-paramlist): Fix handling of default parameter values.
17869 (ada-get-body-name): New function.
17870 (ada-get-current-indent): Optimized by searchling directly for an
17871 existing generic part or a statement outside of it. Handle
17872 ada-indent-align-comments when indenting comments Replaced some
17873 regexps by testing directly the next character. This results in a
17874 huge speedup on some files. New indentation scheme for renames
17875 statements. Stop looking for the 'while' or 'for' associated with
17876 a 'loop' at the first semicolon encountered. A "return" can also
17877 match an anonymous access subprogram declaration.
17878 (ada-get-indent-noindent): Ignore strings and comments when
17879 looking for the keywords "record" and "private".
17880 (ada-goto-matching-decl-start): When matching "if", make sure we
17881 are not in fact seeing "end if". Ignore "when" statements except
17882 when initial keyword was "begin". Fix handling of nested
17883 procedures. Add a recursive call to this function to skip over
17884 other 'end' statmts. Fix indentation for "when .. => begin"
17885 (ada-in-open-paren-p): Fix indentation for complex boolean
17886 expressions, where 'and then', 'or else' and parenthesis
17887 statements are mixed up.
17888 (ada-in-paramlist-p): Skip comments while searching for the
17889 beginning Fix handling of operator declarations.
17890 (ada-indent-align-comments): New variable
17891 (ada-indent-current): Change the syntax table only in the
17892 protected section, so that we are sure it is restored correctly.
17893 (ada-indent-on-previous-lines): Use ada-use-indent and
17894 ada-with-indent Correctly indent "select ... then"
17895 (ada-indent-region): Slight speedup.
17896 (ada-indent-renames): New variable.
17897 (ada-last-which-function-subprog, ada-last-which-function-line):
17898 New variables
17899 (ada-looking-at-semi-private): Correctly indent the 'private'
17900 keyword when it is the first word in a package declaration.
17901 (ada-loose-case-word): Stop searching if at the end of the buffer.
17902 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17903 even if point is not initially at the end of the word.
17904 (ada-matching-decl-start-re): Add "when".
17905 (ada-mode): Add support for abbrev-mode, outline-mode and
17906 which-func-mode Override the old find-file.el entry in
17907 ff-special-constructs since it is using the obsolete
17908 ada-spec-suffix variable
17909 (ada-no-auto-case): New function
17910 (ada-scan-paramlist): When parsing the argument type, accept
17911 spaces (as in "X 'Class", generated by Rational Rose).
17912 (ada-other-file-name): No longer loads the other file.
17913 (ada-popup-menu): Save and restore the current buffer and cursor
17914 position before and after displaying the menu.
17915 (ada-search-ignore-complex-boolean): New function.
17916 (ada-uncomment-region): Emacs21 already knows how to delete
17917 comments not starting in the first column.
17918 (ada-use-indent): New variable
17919 (ada-which-function): New function.
17920 (ada-with-indent): New variable
17921 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17922 can be batch-compiled from the command line.
17923
17924 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17925 Add to the menu when the file is loaded, not in ada-mode-hook.
17926 Add -toolbar to the default ddd command Switches moved from
17927 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17928 ada-prj-default-comp-opt
17929 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17930 Reference Manual to the menu
17931 (ada-check-current): rewritten as a call to ada-compile-current
17932 (ada-compile): Removed.
17933 (ada-compile-application, ada-compile-current, ada-check-current):
17934 Set the compilation-search-path so that compile.el automatically
17935 finds the sources in src_dir. Automatic scrollong of the
17936 compilation buffer. C-uC-cC-c asks for confirmation before
17937 compiling
17938 (ada-compile-current): New parameter, prj-field
17939 (ada-complete-identifier): Load the .ali file before doing
17940 processing
17941 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17942 conform to gnatmake's behavior.
17943 (ada-find-file-in-dir): New function
17944 (ada-find-references): Set the environment variables for gnatfind
17945 (ada-find-src-file-in-dir): New function.
17946 (ada-first-non-nil): Removed
17947 (ada-gdb-application): Add support for jdb, the java debugger.
17948 (ada-get-ada-file-name): Load the original-file first if not done
17949 yet.
17950 (ada-get-all-references): Handles the new ali syntax (parent types
17951 are found between <>).
17952 (ada-initialize-runtime-library): New function
17953 (ada-mode-hook): Always load a project file when a file is opened,
17954 so that the casing exceptions are correctly read.
17955 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17956 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17957 to open the project file, since the latter does not work with
17958 speedbar Get default values before loading the prj file, or the
17959 default executable file name is wrong. Use the absolute value of
17960 src_dir to initialize ada-search-directories and
17961 compilation-search-path,... Add the standard runtime library to
17962 the search path for find-file.
17963 (ada-prj-default-debugger): Was missing an opening '{'
17964 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17965 variables.
17966 (ada-prj-default-gnatmake-opt): New variable
17967 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17968 buffers, the project file is the default one Save the windows
17969 configuration before displaying the menu.
17970 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17971 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17972 ...) regexp-quote identifiers names to support operators +,
17973 -,... in regexps.
17974 (ada-remote): New function.
17975 (ada-run-application): Erase the output buffer before starting the
17976 run Support remote execution of the application. Use
17977 call-process, or the arguments are incorrectly parsed
17978 (ada-set-default-project-file): Reread the content of the active
17979 project file, not the one from the current buffer When a project
17980 file is set as the default project, all directories are
17981 automatically associated with it.
17982 (ada-set-environment): New function
17983 (ada-treat-cmd-string): New special variable ${current}
17984 (ada-treat-cmd-string): Revised. The substitution is now done for
17985 any ${...} substring
17986 (ada-xref-current): If no body was found, compiles the spec
17987 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17988 compiler to get rid of command line length limitations.
17989 (ada-xref-get-project-field): New function
17990 (ada-xref-project-files): New variable
17991 (ada-xref-runtime-library-specs-path)
17992 (ada-xref-runtime-library-ali-path): New variables
17993 (ada-xref-set-default-prj-values): Default run command now does a
17994 cd to the build directory. New field: main_unit Provide a default
17995 file name even if the current buffer has no prj file.
17996
17997 * ada-prj.el:
17998 Rewritten to show a tabbed-dialog.
17999 (ada-prj-add-ada-menu): Remove the map and name parameters.
18000 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
18001 New function
18002 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
18003 (ada-prj-load-from-file): New function
18004 (ada-prj-save): Always save fields that depend on the current buffer
18005 (ada-prj-show-value): New function
18006
18007 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
18008 Ada mode. This will allow us to display the Ada menu in any buffer
18009 we want (for project items).
18010 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
18011 number of spaces in the header.
18012
18013 2000-07-24 Dave Love <fx@gnu.org>
18014
18015 * ediff-init.el (ediff-region-help-echo): Bind face-help.
18016
18017 2000-07-23 Noah Friedman <friedman@splode.com>
18018
18019 * type-break.el (type-break): perform autosave.
18020 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
18021 (type-break-do-query): Cancel query schedule while performing
18022 actual query, to avoid possibility of a second query being made
18023 while first one is already in progress.
18024 (type-break-time-stamp-format): New variable.
18025 (type-break-time-stamp): New function.
18026 (type-break-time-warning): Use it.
18027 (type-break-keystroke-warning): Use it.
18028 (type-break-noninteractive-query): Use it.
18029
18030 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
18031 cookie.
18032 Use add-minor-mode to set minor-mode-alist, if available.
18033 (eldoc-echo-area-use-multiline-p): New user option.
18034 (eldoc-echo-area-multiline-supported-p): New variable.
18035 (eldoc-docstring-format-sym-doc): Use them.
18036 (eldoc-mode): If not using idle timers, append to local post and
18037 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
18038 (eldoc-display-message-no-interference-p): Don't interfere with
18039 edebug.
18040 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
18041 (eldoc-function-arglist): New function.
18042 (eldoc-function-argstring): Use it.
18043
18044 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
18045 auto save directory exists before calling directory-files.
18046
18047 2000-07-23 Dave Love <fx@gnu.org>
18048
18049 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
18050 ^o, ^u.
18051
18052 2000-07-21 Dave Love <fx@gnu.org>
18053
18054 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
18055 now passed to the function. It now works properly.
18056
18057 * smerge-mode.el (smerge-mode-menu): Fill it out.
18058
18059 2000-07-20 Gerd Moellmann <gerd@gnu.org>
18060
18061 * info-look.el (info-lookup): If *info* is shown in another frame
18062 on the same display, select that frame, instead of switching to
18063 the Info buffer in another window of the selected frame.
18064
18065 * simple.el (universal-argument-map): Bind numeric keypad keys
18066 kp-0 to kp-9 and kp-subtract.
18067 (digit-argument): Handle these keys.
18068
18069 2000-07-20 Dave Love <fx@gnu.org>
18070
18071 * net/goto-addr.el (goto-address-fontify): Don't bother with
18072 buffer-modified and read-only stuff -- irrelevant with overlays.
18073 Put an extra property on the overlays and use it to clean up in
18074 case goto-address is re-run.
18075
18076 2000-07-19 Richard M. Stallman <rms@gnu.org>
18077
18078 * timer.el (run-with-idle-timer): Doc fix.
18079
18080 * mail/mail-utils.el (mail-strip-quoted-names):
18081 Handle case where <...> appears inside "...".
18082 Use replace-match to edit the string more simply.
18083 (rmail-dont-reply-to): Cope with an unmatched ".
18084
18085 2000-07-19 Dave Love <fx@gnu.org>
18086
18087 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
18088 implementation.
18089
18090 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
18091 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
18092 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
18093
18094 2000-07-19 Gerd Moellmann <gerd@gnu.org>
18095
18096 * textmodes/refer.el: Correct maintainer's email address.
18097
18098 * progmodes/hideif.el: Correct author's email address.
18099 Fix typo in comment.
18100
18101 * xml.el: New file.
18102
18103 * mail/mailheader.el: Correct author's mail address.
18104
18105 * gnus/parse-time.el: Correct author's mail address.
18106
18107 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
18108
18109 * comint.el (comint-highlight-input, comint-highlight-face):
18110 New user options.
18111 (comint-input-ring-file-name): Change custom type.
18112 (comint-mode-map): Bind mouse-2.
18113 (comint-insert-clicked-input): New function.
18114 (comint-send-input): Handle input highlighting.
18115
18116 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
18117
18118 * mouse.el (popup-menu): New function.
18119 (mouse-major-mode-menu): Use it.
18120
18121 2000-07-18 Dave Love <fx@gnu.org>
18122
18123 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
18124 improvements.
18125
18126 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18127
18128 * faces.el (face-font-selection-order)
18129 (face-font-family-alternatives): Add custom type.
18130
18131 2000-07-18 Dave Love <fx@gnu.org>
18132
18133 * cus-edit.el (custom-variable-reset-saved)
18134 (custom-variable-reset-standard): Remove unused bindings.
18135
18136 * rect.el (open-rectangle-line): Remove unused let.
18137
18138 * hl-line.el (hl-line-highlight): Check hl-line-mode.
18139
18140 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18141
18142 * cdl.el: Fix `Maintainer' keyword.
18143
18144 * play/pong.el: Add author's email address.
18145
18146 2000-07-17 Sam Steingold <sds@gnu.org>
18147
18148 * files.el (insert-directory): Call `split-string' instead of
18149 re-implementing it.
18150
18151 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18152
18153 * mail/vms-pmail.el: Change maintainer to FSF.
18154
18155 * net/goto-addr.el: Change maintainer to FSF.
18156
18157 * info.el (Info-title-face-alist): Removed.
18158
18159 2000-07-18 David Ponce <david@dponce.com>
18160
18161 * recentf.el (recentf-open-files): New command that works like
18162 `recentf-open-more-files', but shows the whole list of files (not just
18163 those omitted from the menu). Useful if you don't use a menu-bar!
18164 (recentf-open-more-files) Modified to use `recentf-open-files'.
18165
18166 (recentf-open-files, recentf-open-more-files)
18167 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
18168
18169 (recentf-dialog-mode): New mode for dialogs. You can now just type
18170 "q" to cancel the dialogs.
18171
18172 2000-07-18 David Ponce <david@dponce.com>
18173
18174 * recentf.el: This is a major update of recentf.el. It adds new
18175 features to better organize the recentf menu and "More..." buffer.
18176
18177 Using new provided menu filtering functions you can now organize the
18178 recent files list:
18179
18180 - by major modes
18181 - by directories
18182 - by user defined rules
18183
18184 Finally, with the new `recentf-filter-changer' customizable filter you
18185 can define a ring of filters and dynamically (via the menu) cycle on
18186 each menu organization in the ring (a la msb).
18187
18188 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18189
18190 * eshell/eshell.el (eshell): Replace links to eshell.info with
18191 links to eshell, to avoid problems on systems where the manual is
18192 installed as `eshell'.
18193 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18194 * eshell/em-smart.el (eshell-smart): Ditto.
18195 * eshell/em-banner.el (eshell-banner): Ditto.
18196 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18197
18198 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18199 same-file check in the MS-DOS version (it does support inodes).
18200
18201 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18202
18203 * eshell/eshell.el (eshell-directory-name):
18204 Run default directory name through convert-standard-filename.
18205
18206 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18207
18208 * international/mule-cmds.el (select-safe-coding-system):
18209 Fix typo in the comment.
18210
18211 * language/european.el (compound-text):
18212 Force katakana-jisx0201 to be designated to G1.
18213
18214 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18215 Don't translate some national variant characters of latin-jisx0201.
18216 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18217
18218 * international/kkc.el (kkc-after-update-conversion-functions):
18219 New variable.
18220 (kkc-update-conversion): Run functions in it at the tail.
18221
18222 2000-07-16 John Wiegley <johnw@gnu.org>
18223
18224 * lisp/align.el (align-newline-and-indent):
18225 Adding new function. for auto-aligning blocks of code on RET.
18226 (align-region): Fixed badly formatted minibuffer message.
18227
18228 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18229
18230 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18231 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18232 the conversion list at first if appropriate.
18233 (kkc-next): Don't update kkc-next-count here.
18234 (kkc-prev): Don't update kkc-prev-count here.
18235 (kkc-show-conversion-list-update): Fix setting up of conversion
18236 list message.
18237
18238 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18239
18240 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18241
18242 2000-07-16 Dave Love <fx@gnu.org>
18243
18244 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18245 function to be more specific.
18246
18247 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18248 non-string help-echo.
18249 (widget-types-convert-widget): Defsubst it.
18250 (widget-echo-help): Try to cope with a help-echo function of two
18251 possible sorts.
18252
18253 2000-07-15 Jason Rumney <jasonr@gnu.org>
18254
18255 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18256 Declare as obsolete.
18257
18258 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18259
18260 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18261
18262 * hilit-chg.el: Fix typo.
18263
18264 2000-07-14 Dave Love <fx@gnu.org>
18265
18266 * info.el (Info-mode-menu): Fix use of :help, :enable.
18267
18268 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18269
18270 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18271
18272 2000-07-13 Dave Love <fx@gnu.org>
18273
18274 * emacs-lisp/easymenu.el: Doc fixes.
18275 (easy-menu-remove): Defalias to ignore.
18276
18277 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18278 Call throw correctly.
18279
18280 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18281
18282 * faces.el (frame-background-mode): Doc fix.
18283
18284 * simple.el (eval-expression-print-length): Change custom type to
18285 allow entering nil as value.
18286
18287 2000-07-13 Dave Love <fx@gnu.org>
18288
18289 * progmodes/fortran.el (fortran-imenu-generic-expression):
18290 Change definition layout.
18291 (fortran-mode-menu): Reinstate customize entries.
18292
18293 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18294 Use :filter, per old XEmacs code.
18295
18296 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18297
18298 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18299 event when deciding what to send to the terminal.
18300
18301 2000-07-12 Dave Love <fx@gnu.org>
18302
18303 * cus-start.el: Add optional version as 4th element of specs and
18304 use it for several things new in v21. Remove load-path. Fix type
18305 of line-number-display-limit.
18306
18307 2000-07-11 Dave Love <fx@gnu.org>
18308
18309 * progmodes/fortran.el: Don't require easymenu.
18310 Use repeat counts in various regexps.
18311 (fortran-mode-syntax-table): Defvar directly.
18312 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18313 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18314 Use defvar, not defconst.
18315 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18316 (fortran-mode): Set fortran-comment-line-start-skip,
18317 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18318 (fortran-comment-indent): Use defsubst.
18319 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18320 Use fortran-comment-indent, not fortran-comment-indent-function.
18321 (fortran-comment-region, fortran-electric-line-number): Simplify.
18322 (fortran-auto-fill): New function.
18323 (fortran-do-auto-fill): Deleted.
18324 (fortran-find-comment-start-skip):
18325 Check for non-null comment-start-skip.
18326 (fortran-auto-fill-mode, fortran-fill-statement):
18327 Use fortran-auto-fill.
18328 (fortran-fill): Use fortran-auto-fill. Check for null
18329 comment-start-skip. Simplify final clause and use end-of-line finally.
18330
18331 * widget.el (widget-plist-member): New alias.
18332
18333 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18334
18335 * eshell/esh-module.el (toplevel): Reference
18336 byte-compile-current-file only if it is bound.
18337
18338 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18339
18340 * dired.el: Don't require `dired-aux'.
18341
18342 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18343
18344 * dired-aux.el (dired-show-file-type): New function.
18345 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18346 (dired-show-file-type): Add autoload.
18347
18348 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18349
18350 * international/mule-diag.el (describe-font): Adjusted for the
18351 change of fontset-info.
18352 (print-fontset): Likewise.
18353
18354 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18355
18356 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18357
18358 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18359
18360 * bindings.el: Bind `[delete]' to delete-char.
18361
18362 * dired.el (dired-find-alternate-file): New function.
18363 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18364 (toplevel): Require dired-aux when compiling.
18365 (dired-buffers): Move defvar within file to avoid compiler warning.
18366
18367 * info.el (Info-last-search): Variable removed.
18368 (Info-search-history): New variable.
18369 (Info-search): New Info-search-history.
18370
18371 * battery.el, info-look.el: Change author's mail address.
18372
18373 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18374
18375 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18376 if rmail-ignored-headers is nil.
18377 (rmail-retry-failure): Bind rmail-ignored-headers and
18378 rmail-displayed-headers to nil.
18379
18380 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18381
18382 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18383 (print-region-1): Don't hard code `-h' here.
18384
18385 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18386
18387 2000-07-01 Francesco Potorti` <pot@gnu.org>
18388
18389 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18390 exim can use "your message" instead of "the message".
18391
18392 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18393
18394 * facemenu.el: Docstrings fixes.
18395 (facemenu-get-face): Don't use internal-find-face.
18396 (facemenu-iterate): Rename arg to match the docstring.
18397
18398 * newcomment.el (uncomment-region): Be more careful when skipping
18399 backwards over `=' not to bump into BOBP.
18400
18401 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18402
18403 * ediff-diff.el (ediff-wordify): Use syntax table.
18404 * ediff-init.el (ediff-has-face-support-p): Use
18405 ediff-color-display-p.
18406 (ediff-color-display-p): Use display-color-p, changed to defun
18407 from defsubst.
18408 Got rid of special cases for NeXT and OS/2.
18409 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18410 face.
18411
18412 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18413
18414 * emacs-lisp/lucid.el: Require CL.
18415 (copy-tree, remprop): Remove, it's provided by CL.
18416 (map-keymap): Define in terms of cl-map-keymap.
18417 (extent-property, set-extent-end-glyph): New functions.
18418
18419 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18420
18421 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18422
18423 * Makefile.in (DONTCOMPILE): Add comment that the name may
18424 not be changed without changing the make-dist script.
18425
18426 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18427 (cl-mapc): Use mapc instead of cl-old-mapc.
18428
18429 2000-07-05 Andrew Innes <andrewi@gnu.org>
18430
18431 * makefile.nt: Add support for `bootstrap' and related targets.
18432
18433 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18434
18435 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18436 (easy-menu-do-define): Use `menu-item' format.
18437 Handle case where easy-menu-create-menu returns a symbol.
18438 Manually call the potential top-level filter in the function binding.
18439 (easy-menu-filter-return): New arg NAME.
18440 Convert to a keymap if MENU is an XEmacs menu.
18441 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18442 (easy-menu-converted-items-table, easy-menu-convert-item):
18443 New var and fun to memoize easy-menu-convert-item-1.
18444 (easy-menu-do-add-item): Use it.
18445 (easy-menu-create-menu): Use easy-menu-convert-item.
18446 Wrap easy-menu-filter-return around any :filter specification.
18447 Don't convert the menu if a filter was specified.
18448 Tell easy-menu-make-symbol not to check for MENU being an expression.
18449 (easy-menu-make-symbol): New arg NOEXP.
18450
18451 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18452
18453 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18454 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18455 (eval-defun): If called with prefix arg, instrument code for
18456 Edebug.
18457
18458 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18459 similar to that of eval-defun.
18460
18461 2000-07-04 Dave Love <fx@gnu.org>
18462
18463 * hl-line.el (hl-line-overlay): Make it permanent-local.
18464
18465 * calendar/todo-mode.el: Replaced with a working version, based on
18466 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18467
18468 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18469
18470 * paths.el (prune-directory-list): New function.
18471 (Info-default-directory-list): Rewritten to more methodically
18472 enumerate a big list of possible info directories (based on the
18473 list used by the standalone info reader).
18474
18475 * info.el (info-initialize): Use prune-directory-list to remove
18476 non-existent directories from Info-directory-list.
18477
18478 * paths.el (Info-default-directory-list): Try a list of possible
18479 info-directories instead of a single one. Add the possible
18480 info directory "/usr/share/info".
18481
18482 * woman.el (woman-man.conf-path): Explicitly include the debian
18483 man-db config file "/etc/manpath.config".
18484 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18485 are present in `manpath.config'.
18486 (woman-manpath): Include "/usr/share/man".
18487
18488 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18489
18490 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18491
18492 * startup.el (command-line): Initialize blink-cursor based
18493 on window-system.
18494
18495 * frame.el (blink-cursor): Default to nil if not running under
18496 a window-system.
18497
18498 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18499 (face-x-resources): Remove duplicate entry for :font.
18500
18501 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18502 instead of cycling through windows with next-window.
18503
18504 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18505 of cycling through windows with next-window.
18506
18507 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18508 of cycling through windows with next-window.
18509
18510 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18511 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18512 instead of cycling through windows with next-window.
18513
18514 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18515 instead of cycling through windows with next-window.
18516
18517 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18518 of cycling through windows with next-window.
18519
18520 * terminal.el (te-process-output): Use walk-windows instead of
18521 cycling through windows with next-window.
18522
18523 * server.el (server-switch-buffer): Use some-window instead of
18524 cycling through windows with next-window.
18525
18526 * window.el (some-window): New function.
18527 (walk-windows): Remove reference to walk-windows-start.
18528
18529 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18530
18531 2000-07-03 Richard Stallman <rms@gnu.org>
18532
18533 * window.el (walk-windows): Guarantee termination by keeping a list
18534 of all the windows already handled.
18535
18536 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18537
18538 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18539 window-system.
18540
18541 * man.el (Man-notify-when-ready): Don't use window-system. If
18542 Man-notify-method is newframe, and the display is not
18543 multi-frame, select the frame created for the man page.
18544 (Man-init-defvars): Doc fix.
18545
18546 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18547
18548 * faces.el (region): Change background color for light background.
18549
18550 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18551 attribute from mode-line face of Ediff control frame.
18552
18553 * replace.el (query-replace-map): Bind `e' like `E'.
18554
18555 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18556
18557 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18558 Change name to "Select All".
18559
18560 * dos-fns.el (convert-standard-filename): Fix last change.
18561
18562 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18563
18564 * help.el (describe-variable): Don't insert a second `'s' in front
18565 of the string `value is shown below'. Since the syntax-table is
18566 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18567 an existing `'s', so that this won't be deleted.
18568
18569 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18570 * pcmpl-unix.el: New files.
18571
18572 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18573
18574 * wid-edit.el (widget-member): Use the new plist-member.
18575
18576 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18577
18578 * replace.el (perform-replace): Undo change of 2000-04-04.
18579 Instead, move backward 1 character at the end of the loop when
18580 necessary.
18581
18582 * faces.el (fringe): Change face for different backgrounds.
18583
18584 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18585 patch from John.
18586
18587 * eshell/*.el: Change spelling of the Free Software Foundation.
18588
18589 * eshell/esh-toggle.el: Removed.
18590
18591 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18592
18593 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18594 interactively.
18595
18596 2000-06-26 Alex Schroeder <alex@gnu.org>
18597
18598 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18599 `define-key'; instead of checking `(emacs-version)' check for
18600 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18601 for `;' and `o' which might be electric.
18602
18603 (sql-electric-stuff): New user option.
18604 (sql-magic-go): New function which uses `sql-electric-stuff'.
18605 (sql-magic-semicolon): New function which uses
18606 `sql-electric-stuff'.
18607
18608 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18609 is not fboundp.
18610
18611 (sql-oracle-options): New variable.
18612 (sql-oracle): Use it.
18613
18614 (sql-imenu-generic-expression): Doc change.
18615 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18616 is used.
18617
18618 (sql-informix): Added command line parameter "-" to force
18619 sql-informix-program to use stdout.
18620
18621 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18622
18623 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18624 (cp864-decode-table): Doc fix.
18625 (cp720-decode-table): New variable, supports the Arabic OEM
18626 codepage used by Windows.
18627 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18628
18629 2000-06-23 Dave Love <fx@gnu.org>
18630
18631 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18632 (font-lock-fontify-anchored-keywords): Use
18633 line-beginning-position.
18634 (global-font-lock-mode): Use mapc.
18635
18636 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18637
18638 * eshell/esh-module.el: Require CL when compiling.
18639
18640 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18641
18642 * comint.el (comint-substitute-in-file-name): Call replace-match
18643 with second and third arg t.
18644
18645 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18646 Specify foreground color.
18647
18648 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18649 color.
18650
18651 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18652
18653 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18654 cddr instead of cdddr.
18655
18656 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18657 instead of copy-list.
18658
18659 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18660 of copy-list.
18661
18662 * subdirs.el: Add eshell subdirectory.
18663
18664 * eshell: New subdirectory containing the Eshell package.
18665
18666 * pcomplete.el: New file.
18667
18668 2000-06-23 Paul Eggert <eggert@twinsun.com>
18669
18670 * mail/mailpost.el (post-mail-send-it): Make sure file has
18671 proper permissions from birth.
18672
18673 * files.el (basic-save-buffer-2): When temporarily setting
18674 file modes, set them to current modes plus 0200, not to 0777.
18675
18676 * emerge.el (emerge-make-temp-file): Make sure file has proper
18677 permissions from birth.
18678
18679 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18680
18681 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18682 backup file name through convert-standard-filename.
18683
18684 * dos-fns.el (convert-standard-filename): Convert leading
18685 directories as well. When long file names are supported, convert
18686 characters that are invalid in Windows file names.
18687
18688 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18689
18690 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18691 ps-print crashes. New feature: page selection for printing. Create
18692 raw-text-unix coding system for XEmacs. Doc fix.
18693 (ps-print-version): New version number (5.2.3).
18694 (ps-plot-region): Bug fix.
18695 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18696 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18697 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18698 funs.
18699 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18700 (ps-last-page): New vars.
18701
18702 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18703
18704 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18705 empty option string.
18706
18707 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18708
18709 * man.el (man): Doc fix.
18710
18711 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18712
18713 * international/mule-cmds.el (set-language-info-alist): Docstring
18714 fixed.
18715
18716 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18717
18718 * version.el (emacs-version): Use ISO date format.
18719
18720 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18721 instead of `M-backspace'.
18722
18723 * simple.el (turn-off-auto-fill): New function.
18724
18725 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18726
18727 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18728 Renamed from with-buffer-prepared-for-font-lock and use
18729 inhibit-modification-hooks rather than setting *-change-functions.
18730 Update all functions to use the new name.
18731 (jit-lock-first-unfontify-pos): New semantics (and doc).
18732 (jit-lock-mode): Make non-interactive.
18733 Don't automatically turn on font-lock.
18734 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18735 Always use jit-lock-after-change.
18736 Remove and restore font-lock-after-change-function.
18737 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18738 (jit-lock-after-unfontify-buffer): Remove.
18739 (jit-lock-stealth-fontify):
18740 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18741 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18742
18743 2000-06-20 Sam Steingold <sds@gnu.org>
18744
18745 * emacs-lisp/cl-indent.el (toplevel): Indent
18746 `print-unreadable-object' properly. Untabify.
18747
18748 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18749
18750 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18751 Support for bibentry.
18752 (reftex-compile-variables): Fixed problem with end of section-re.
18753
18754 * texmodes/reftex-dcr.el (reftex-view-crossref,
18755 reftex-view-crossref-from-bibtex):
18756 Deal with changed `reftex-find-citation-regexp-format'.
18757 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18758 Replaced `remprop' with `put'.
18759 (reftex-view-crossref, reftex-view-crossref-when-idle):
18760 Support for bibentry.
18761
18762 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18763 New entry for bibentry package.
18764
18765 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18766 Regexp also matches "\nobibliography".
18767
18768 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18769 Call `reftex-ensure-write-access' before doing anything.
18770 (reftex-ensure-write-access): New function.
18771
18772 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18773
18774 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18775
18776 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18777
18778 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18779
18780 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18781
18782
18783 2000-06-20 Dave Love <fx@gnu.org>
18784
18785 * faces.el (frame-background-mode): Use set-default, not set, in
18786 setter.
18787 (frame-update-faces, frame-update-face-colors): Define with
18788 defalias.
18789
18790 * enriched.el (enriched-decode-foreground)
18791 (enriched-decode-background): Don't use internal-find-face.
18792
18793 * apropos.el: Doc fixes.
18794
18795 * cus-edit.el (customize-changed-options): Check arg.
18796 (customize-version-lessp): Don't require decimal point.
18797
18798 * custom.el (defcustom, defgroup): Doc fix.
18799
18800 * newcomment.el (comment) <defgroup>: Add :version.
18801 (comment-multi-line): Doc fix.
18802
18803 * emulation/mlsupport.el (define-hooked-local-abbrev,
18804 define-hooked-global-abbrev): Fix, using define-abbrev.
18805
18806 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18807
18808 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18809 the whole buffer.
18810
18811 2000-06-19 Dave Love <fx@gnu.org>
18812
18813 * menu-bar.el (menu-bar-options-save): New function.
18814 (menu-bar-options-menu): Use it.
18815 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18816 Simplify.
18817
18818 2000-06-19 Andreas Schwab <schwab@suse.de>
18819
18820 * progmodes/etags.el (tags-query-replace): Put new parameters
18821 START and END at the end, for backward compatibility.
18822
18823 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18824
18825 * international/codepage.el:
18826 (cp-coding-system-for-codepage-1): Delete special codes for
18827 generating xxx-dos coding system because now a CCL based coding
18828 system can handle EOL conversion by default.
18829
18830 * international/mule.el (make-coding-system): Generate subsidiary
18831 coding systems for EOL handling variants even for a CCL based
18832 coding system.
18833
18834 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18835
18836 * international/isearch-x.el (isearch-minibuffer-input-method)
18837 (isearch-minibuffer-input-method-function): These variables
18838 deleted.
18839 (isearch-with-input-method): Don't use the above variables.
18840 (isearch-process-search-multibyte-characters): Likewise. Call
18841 read-string with the arg INHERIT-INPUT-METHOD t.
18842
18843 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18844
18845 * font-lock.el (font-lock-after-fontify-buffer)
18846 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18847
18848 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18849 Use consistent make-local-variable style for font-lock-fontified.
18850 (jit-lock-fontify-buffer):
18851 Don't bother checking for font-lock-mode and jit-lock-mode.
18852
18853 * time.el: Remove trailing ^M that prevent CVS-merging.
18854
18855 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18856
18857 * Makefile.in (distclean): New target.
18858
18859 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18860
18861 * Makefile.in (srcdir): Define for update-subdirs.
18862
18863 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18864
18865 * find-lisp.el: New file.
18866
18867 2000-06-16 Andrew Innes <andrewi@gnu.org>
18868
18869 * time.el (display-time-mail-function): New variable, to allow
18870 external packages to indicate when new mail is available.
18871 (display-time-update): Use it.
18872
18873 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18874
18875 * international/mule.el (mule-version): Change version name to
18876 SAKAKI. AOI has already been used by Meadow.
18877
18878 * international/quail.el (quail-show-guidance-buf): To find the
18879 bottom window (but minibuffer), pay attention to the height of
18880 minibuffer.
18881
18882 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18883
18884 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18885 menu-bar menus. Add help strings. Don't remove the Edit menu
18886 from the menu bar, as the menu bar has enough space now.
18887
18888 * Makefile.in (SHELL): Make sure /bin/sh is used.
18889
18890 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18891 characters, which use series of two ^H characters instead of one.
18892
18893 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18894
18895 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18896 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18897 functions.
18898 (Info-find-node-2): Try a case-sensitive search first, then
18899 do a case-insensitive search.
18900
18901 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18902 tutorials.
18903
18904 * complete.el (PC-env-vars-alist): New variable.
18905 (PC-complete-as-file-name): New function.
18906 (partial-completion-mode): Initialize PC-env-vars-alist from
18907 process-environment.
18908 (PC-do-completion): Handle completion of env vars.
18909
18910 * info.el (Info-set-mode-line): Show file name in mode line,
18911 use `*Info*' instead of `Info:'.
18912
18913 * startup.el (command-line-1): Change copyright messages to year
18914 2000.
18915
18916 2000-06-15 Dave Love <fx@gnu.org>
18917
18918 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18919 not local-map.
18920
18921 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18922
18923 * international/mule.el (set-buffer-file-coding-system): Almost
18924 rewritten to handle `undecided' as no-op.
18925
18926 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18927
18928 * Makefile.in: New file.
18929
18930 * Makefile: Removed.
18931
18932 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18933 (goto-address-highlight-keymap): Bind C-c RET.
18934
18935 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18936
18937 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18938 inherits buffer-file-coding-system of the current buffer.
18939
18940 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18941 0. Give correct argument to set-auto-coding-function.
18942 (tar-expunge): For goto-char, use (point-min), not 0.
18943 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18944 (tar-subfile-save-buffer): Likewize.
18945
18946 * international/mule.el
18947 (after-insert-file-set-buffer-file-coding-system): Call
18948 set-buffer-file-coding-system with the arg FORCE t.
18949
18950 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18951
18952 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18953 nil. Contemporary sendmails issue an X-Authentication-Warning if
18954 the sender is set with `-f'.
18955
18956 2000-06-13 Dave Love <fx@gnu.org>
18957
18958 * help.el (describe-function-1): Kluge around cases of functions
18959 fset to subrs whose doc doesn't match their symbol-name.
18960
18961 * image.el (insert-image): Default STRING to a space.
18962
18963 * info.el Doc fixes.
18964 (Info-build-node-completions): Match Ref tags.
18965
18966 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18967
18968 * frame.el (display-multi-frame-p, display-multi-font-p): New
18969 defaliases for display-graphic-p.
18970
18971 * hl-line.el: Fixed a typo in commentary.
18972
18973 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18974
18975 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18976 fixed.
18977
18978 2000-06-12 Dave Love <fx@gnu.org>
18979
18980 * image.el (insert-image): Save a little consing.
18981
18982 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18983
18984 * language/tibet-util.el: Convert all tibetan-1-column characters
18985 to the corresponding tibetan characters.
18986 (tibetan-add-components): Delete code for the special treatment of
18987 'a chung.
18988
18989 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18990 change.
18991 (tibetan-vowel-transcription-alist): More rules added.
18992 (tibetan-composite-vowel-alist): New variable.
18993 (tibetan-precomposition-rule-alist): More rules added.
18994
18995 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18996
18997 * startup.el (command-line): Only call menu-bar-mode if interactive.
18998
18999 * thingatpt.el (toplevel symbol-properties):
19000 * textmodes/makeinfo.el (makeinfo-compile):
19001 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
19002 * progmodes/hideif.el (hif-compress-define-list)
19003 (hide-ifdef-use-define-alist):
19004 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
19005 (ange-ftp-vms-add-file-entry):
19006 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
19007 * man.el (Man-build-man-command):
19008 * mail/rnewspost.el (news-reply-header-hook):
19009 * info.el (Info-insert-dir):
19010 * emulation/mlconvert.el (backward-word, forward-word, setq):
19011 * emacs-lisp/gulp.el (gulp-send-requests):
19012 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
19013 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
19014 (byte-optimize-apply, end of file):
19015 * emacs-lisp/advice.el (ad-advice-class-completion-table)
19016 (ad-make-freeze-definition):
19017 * startup.el (command-line, command-line-1): Don't quote lambdas.
19018
19019 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
19020 (cvs-cleanup-removed): New function.
19021 (cvs-cleanup-functions): New var.
19022 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
19023 some flexibility in specifying additional entries to auto-cleanup.
19024 (cvs-quickdir): New function.
19025 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
19026 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
19027 (cvs-mode-find-file): Check that we are on a filename or dirname
19028 when invoked through a mouse-click.
19029 (cvs-full-path): Remove.
19030 (cvs-dired-action): Re-introduced.
19031 (cvs-dired-noselect): Use it.
19032 (vc-post-command-functions): use this new hook if available.
19033
19034 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
19035 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
19036 (cvs-filename-map, cvs-dirname-map): Remove.
19037 (cvs-default-action): Remove.
19038 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
19039 if the arg is really a keymap.
19040 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
19041 Don't hardcode the mapping from state (aka type) to face, but check
19042 the var cvs-fi-<type>-face instead.
19043 (cvs-fileinfo-from-entries): New function.
19044
19045 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
19046 Docstring fix.
19047 (cvs-find-file-and-jump): Change default to be safer.
19048 (cvs-mode-diff-map): Define it as a function as well.
19049 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
19050 Bind mouse-2 in this global map rather than with text-properties.
19051
19052 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
19053 file to resolve the ambiguity between C(conflict) and C(need-merge).
19054
19055 2000-06-12 Kenichi Handa <handa@etl.go.jp>
19056
19057 * international/mule.el (set-buffer-file-coding-system): If
19058 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
19059 unconditionally.
19060
19061 2000-06-12 Dave Love <fx@gnu.org>
19062
19063 * wid-edit.el (widget-specify-button): Really suppress the face if
19064 required.
19065
19066 2000-06-11 Gerd Moellmann <gerd@gnu.org>
19067
19068 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
19069
19070 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
19071
19072 * imenu.el (imenu-generic-expression): Docstring fix.
19073
19074 * composite.el (composition-function-table): Move the `put'
19075 below the autoload cookie so we can load the file before loaddefs.
19076
19077 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
19078
19079 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
19080 Handle easy-mmode-define-global-mode.
19081 For complex macros like define-minor-mode that can generate
19082 several autoload entries, try to autoload entries in the
19083 macroexpanded code.
19084
19085 * emacs-lisp/easy-mmode.el (define-minor-mode):
19086 If KEYMAP is a symbol, just use it.
19087 Use byte-compile-current-file and load-file-name to infer the
19088 proper :require to pass to defcustom.
19089 Wrap the hook var into `progn' so as not to autoload it.
19090 Add a :autoload-end cookie.
19091 Be more careful about the evaluation of KEYMAP.
19092 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
19093 (define-derived-mode): Move define-abbrev-table outside of defvar.
19094
19095 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
19096
19097 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
19098 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
19099 (backup-compiled-files): Ignore errors during `tar'.
19100 (bootstrap): Make autoloads before elc files.
19101
19102 2000-06-10 Kenichi Handa <handa@etl.go.jp>
19103
19104 * international/mule.el (set-buffer-file-coding-system): If one of
19105 undecided-XXX is specified, change only EOL conversion.
19106
19107 * international/mule-conf.el (unix): New alias for the coding
19108 system undecided-unix.
19109
19110 2000-06-09 Dave Love <fx@gnu.org>
19111
19112 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
19113
19114 * progmodes/executable.el: Byte compile dynamic.
19115 (executable-insert): Change custom type.
19116 (executable-find): Add autoload cookie.
19117 (executable-make-buffer-file-executable-if-script-p): New
19118 function. After Noah Friedman.
19119
19120 * files.el (after-save-hook): Customize, with
19121 executable-make-buffer-file-executable-if-script-p as an option.
19122
19123 2000-06-09 Kenichi Handa <handa@etl.go.jp>
19124
19125 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
19126 "tib24p-mule.bdf" for Tibetan.
19127
19128 * composite.el (decompose-composite-char): Declare it as obsolete.
19129
19130 * man.el (Man-fontify-manpage): Pay attention to underline and
19131 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
19132
19133 2000-06-08 Gerd Moellmann <gerd@gnu.org>
19134
19135 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
19136 Set maintainer to FSF since author isn't reachable.
19137
19138 2000-06-08 Dave Love <fx@gnu.org>
19139
19140 * international/mule-cmds.el (select-safe-coding-system): If
19141 DEFAULT-CODING-SYSTEM is not specified, also check the most
19142 preferred coding-system if buffer-file-coding-system is
19143 `undecided'. From Handa.
19144
19145 2000-06-08 Kenichi Handa <handa@etl.go.jp>
19146
19147 * international/mule.el
19148 (after-insert-file-set-buffer-file-coding-system): If the buffer
19149 size is greater than INSERTED, judget that we are not visiting.
19150
19151 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
19152
19153 * whitespace.el (defgroup whitespace): Comment out `:version'.
19154 XEmacs 20.4 has problems defining the group with this present.
19155 We'll have this commented out till get resolve the problem.
19156
19157 2000-06-07 John Wiegley <johnw@gnu.org>
19158
19159 * align.el (align-dq-string-modes, align-sq-string-modes)
19160 (align-open-comment-modes): Add pyhton-mode.
19161 (align-rules-list): Use get-text-property instead of
19162 text-properties-at.
19163 (align-rules-list): Add python-assignment.
19164 (align-rules-list): Change perl-comma-delimiter to
19165 basic-comma-delimiter. Use if for Perl modes and python-mode.
19166 (align-rules-list): Add python-chain-logic and
19167 basic-line-continuation.
19168
19169 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
19170
19171 * apropos.el (apropos-mode-hook): New user variable.
19172 (apropos-mode): Run apropos-mode-hook.
19173
19174 2000-06-07 David Ponce <david@dponce.com>
19175
19176 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19177 commands. Require `wid-edit' at run-time.
19178
19179 2000-06-07 David Ponce <david@dponce.com>
19180
19181 * recentf.el: Added some "Commentary".
19182 (recentf-open-more-files, recentf-edit-list): Minor changes to
19183 move the point at the top of the file list. This behaviour is
19184 consistent with the menu one when the list contains a lot of
19185 files.
19186 (recentf-cleanup): Now displays the number of items removed from
19187 the list.
19188 (recentf-relative-filter) New menu filter to show filenames
19189 relative to `default-directory'.
19190
19191 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19192
19193 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19194 with/without giving an error if PostScript printer doesn't have this
19195 kind of page size. Zebra Stripe continues or restarts on next page.
19196 Manual/automatic paper feeding. Switch or not the header.
19197 (ps-print-version): New version number (5.2.2).
19198 (ps-windows-system): Include emx as a Windows system.
19199 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19200 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19201 (ps-background-text): Code fix.
19202 (ps-error-handler-message, ps-user-defined-prologue)
19203 (ps-print-prologue-header, ps-printer-name)
19204 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19205 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19206 (ps-use-face-background): Customization fix.
19207 (ps-n-up-database): Data fix.
19208 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19209 (ps-switch-header): New vars.
19210 (ps-xemacs-color-name, ps-face-foreground-name)
19211 (ps-face-background-name, ps-boolean-constant): New funs.
19212
19213 2000-06-07 Dave Love <fx@gnu.org>
19214
19215 * allout.el: New version from Manheimer.
19216
19217 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19218
19219 * textmodes/fill.el (fill-find-break-point): Check the validity of
19220 charset.
19221
19222 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19223
19224 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19225 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19226 Call display-color-p and display-mouse-p instead of looking at
19227 window-system.
19228
19229 2000-06-06 Dave Love <fx@gnu.org>
19230
19231 * image.el (find-image): Doc fix. Return nil if image not found.
19232 (put-image, insert-image): Make STRING arg optional.
19233
19234 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19235
19236 * language/vietnamese.el: Remove eval-when-compile.
19237 (viet-viscii-nonascii-translation-table): Define it as a
19238 translation table made from viet-viscii-decode-table.
19239 (viet-viscii-encode-table): Define it as a translation table made
19240 from the reverse map of above.
19241 (viet-vscii-nonascii-translation-table): Define it as a
19242 translation table made from viet-vscii-decode-table.
19243 (viet-vscii-encode-table): Define it as a translation table made
19244 from the reverse map of above.
19245 (ccl-decode-viscii): Use translate-character.
19246 (ccl-encode-viscii, ccl-encode-viscii-font)
19247 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19248 Likewize.
19249
19250 * language/cyrillic.el: Remove eval-when-compile.
19251 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19252 translation table made from cyrillic-koi8-r-decode-table.
19253 (cyrillic-koi8-r-encode-table): Define it as a translation table
19254 made from the reverse map of above.
19255 (ccl-decode-koi8): Use translate-character.
19256 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19257 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19258 a translation table made from cyrillic-alternativnyj-decode-table.
19259 (cyrillic-alternativnyj-encode-table): Define it as a translation
19260 table made from the reverse map of above.
19261 (ccl-decode-alternativnyj): Use translate-character.
19262 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19263 Likewize
19264
19265 * international/mule-diag.el (non-iso-charset-alist): Specify
19266 translation table symbol instead of translation table itself.
19267 (list-block-of-chars): CHARSET may be a translation table symbol.
19268
19269 * international/mule.el (make-coding-system): If CODING-SYSTEM
19270 already exists, override it.
19271
19272 * international/fontset.el: Use family `proportional' for Tibetan
19273 fonts.
19274
19275 * international/ccl.el (ccl-compile-translate-character): Don't
19276 check if Rrr has property translation-table.
19277 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19278
19279 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19280
19281 * info.el: Bind case-fold-search to t when searching in case
19282 a user sets it to nil in a hook.
19283
19284 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19285
19286 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19287 * hl-line.el (hl-line-mode): Use the new :global key argument.
19288
19289 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19290 (tar-clip-time-string): Prepend a space.
19291 (tar-grind-file-mode): Construct a string rather than modifying one.
19292 (tar-header-block-summarize): Fix docstring.
19293 Use `format' rather than an error-prone set of copy-loops.
19294
19295 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19296 (diff-goto-source, diff-unified->context, diff-context->unified)
19297 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19298 understand the format output by the `-p' argument to diff.
19299
19300 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19301 (sh-re-done): Use defconst.
19302 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19303 (sh-help-string-for-variable, sh-guess-basic-offset):
19304 Don't quote lambdas.
19305 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19306 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19307
19308 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19309 (mh-letter-mode): Derive from text-mode.
19310 This implicitly means that it now calls kill-all-local-variables.
19311 Also remove the Emacs-18 compatibility code.
19312
19313 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19314 Make use of symbol-property doc-string-elt.
19315 Use memq rather than a sequence of eq.
19316 (doc-string-elt): Fix the wrong or missing previously unused values.
19317 (autoload-print-form): New function extracted from
19318 generate-file-autoloads to allow recursion when handling progn
19319 so that defvar's and defun's docstrings are properly printed.
19320 (generate-file-autoloads): Use it.
19321
19322 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19323 Use find-file-hooks in the minor-mode function.
19324 Be careful not to loop indefinitely in the post-command-hook function.
19325
19326 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19327
19328 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19329 tty's.
19330 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19331 differences whenever appropriate.
19332 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19333 * viper.el (find-file, find-file-other-window): Get viper to do
19334 wildcards.
19335
19336 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19337
19338 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19339 (jit-lock-fontify-buffer): New function for JIT refontification.
19340 (jit-lock-mode): Fix docstring.
19341 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19342 Remove jit-lock-after-change from the _local_ hook.
19343 (jit-lock-function-1): Fix docstring.
19344
19345 * info.el (Info-on-current-buffer): Initialize info.
19346
19347 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19348
19349 * progmodes/tcl.el (tcl-indent-for-comment):
19350 Ignore comment-indent-hook.
19351
19352 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19353 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19354 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19355 and improve to use the lighter to guess the capitalization.
19356 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19357 Add keyword arguments to specify global-ness or the custom group.
19358 Add local-map and help-echo properties to the lighter.
19359 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19360 (easy-mmode-define-global-mode): New macro.
19361
19362 2000-06-02 Dave Love <fx@gnu.org>
19363
19364 * wid-edit.el: byte-compile-dynamic since we typically don't use
19365 all the widgets. Don't require cl or widget. Remove
19366 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19367 (widget-read-event): Removed. Callers changed to use read-event.
19368 (widget-button-release-event-p): Renamed from
19369 button-release-event-p.
19370 (widget-field-add-space, widget-field-use-before-change):
19371 Uncustomize.
19372 (widget-specify-field): Use keymap property, not local-map.
19373 (widget-specify-button): Obey :suppress-face.
19374 (widget-specify-insert): Use modern backquote syntax.
19375 (widget-image-directory): Renamed from widget-glyph-directory.
19376 (widget-image-enable): Renamed from widget-glyph-enable.
19377 (widget-image-find): Replaces widget-glyph-find.
19378 (widget-button-pressed-face): Move defvar.
19379 (widget-image-insert): Replaces widget-glyph-insert.
19380 (widget-convert): Use keywordp.
19381 (widget-leave-text, widget-children-value-delete): Use mapc.
19382 (widget-keymap): Remove XEmacs stuff.
19383 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19384 (widget-button-click): Don't set point at the click, but re-centre
19385 if we scroll out of window. Rewritten for images v. glyphs &c.
19386 (widget-tabable-at): Use POS arg, not point.
19387 (widget-beginning-of-line, widget-end-of-line)
19388 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19389 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19390 (widget-default-create): Use widget-image-insert; some rewriting.
19391 (widget-visibility-value-create)
19392 (widget-push-button-value-create, widget-toggle-value-create): Use
19393 widget-image-insert.
19394 (checkbox): Create on and off images dynamically.
19395 (documentation-link): Change :help-echo.
19396 (widget-documentation-link-echo-help): Remove.
19397
19398 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19399
19400 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19401
19402 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19403 (easy-mmode-define-toggle, define-minor-mode): Use it.
19404 (easy-mmode-define-keymap): Docstring fix.
19405 (define-derived-mode): Default PARENT to fundamental-mode.
19406 Add the derived-mode-parent symbol-property.
19407 (easy-mmode-derived-mode-p): New function.
19408
19409 2000-06-02 Dave Love <fx@gnu.org>
19410
19411 * files.el (convert-standard-filename): Doc fix.
19412 (normal-backup-enable-predicate): New function.
19413 (backup-enable-predicate): Use it to replace the lambda form.
19414
19415 * calendar/todo-mode.el: [This needs more work on the outline
19416 stuff.] Doc fixes.
19417 (todo) <defgroup>: Add :version.
19418 (todo-add-category): Don't use pushnew.
19419 (todo-cmd-raise): Fix typo.
19420 (todo-top-priorities): Change temp buffer name.
19421 (todo-category-alist): Avoid redundant lambda.
19422 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19423 Use outline-next-heading.
19424
19425 * autoarg.el: Rewritten to use define-minor-mode.
19426 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19427 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19428
19429 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19430
19431 * isearch.el (isearch-other-meta-char): Fix previous change.
19432
19433 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19434
19435 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19436 (log-edit-done): Only add the comment to the ring if it's different
19437 from the last comment entered.
19438
19439 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19440
19441 2000-06-01 Dave Love <fx@gnu.org>
19442
19443 * hl-line.el: Rewritten using define-minor-mode.
19444
19445 * help.el (describe-function-1): Distinguish special form from
19446 builtin function. Sanity-check presence of arglist for builtins.
19447
19448 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19449
19450 * international/characters.el: Fix syntax/category setting of
19451 Tibetan characters.
19452
19453 * language/tibet-util.el (tibetan-add-components): Fixes for new
19454 encoding of Tibetan characters.
19455 (tibetan-decompose-precomposition-alist): New variable.
19456 (tibetan-decompose-region): Convert precomposed characters to
19457 non-precomposed characters.
19458 (tibetan-decompose-string): Likewise.
19459 (tibetan-composition-function): Fix args to
19460 thibetan-compose-string.
19461
19462 * language/tibetan.el (tibetan-composable-pattern): More
19463 characters included.
19464 (tibetan-consonant-transcription-alist): Rule for "R" added.
19465 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19466 "+R" added.
19467 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19468
19469 * language/lao-util.el (lao-composition-function): Fix args to
19470 compose-string.
19471
19472 * language/thai-util.el (thai-composition-function): Fix args to
19473 compose-string.
19474
19475 * isearch.el (isearch-update): Set disable-point-adjustment to t
19476 to prevent the point moving to the end of a composition when a
19477 part of a composition is searched.
19478 (isearch-other-meta-char): If the key invoking this command can be
19479 mapped by function-key-map to a printing char, call
19480 isearch-process-search-char directly.
19481
19482 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19483
19484 * emacs-lisp/bytecomp.el:
19485 * frame.el:
19486 * international/mule-cmds.el:
19487 * international/mule-util.el:
19488 * international/mule.el:
19489 * mouse.el:
19490 * subr.el:
19491 * faces.el: Update calls to make-obsolete with a WHEN argument.
19492
19493 * byte-run.el (make-obsolete, make-obsolete-variable):
19494 Add an optional WHEN argument and change the format of the
19495 symbol-property information.
19496 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19497 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19498 new obsolete-symbol-property format and print WHEN if it is provided.
19499
19500 2000-05-31 Dave Love <fx@gnu.org>
19501
19502 * loadhist.el (loadhist-hook-functions): Remove
19503 before-change-function, after-change-function.
19504 (unload-feature): Deal with symbols which are both bound and
19505 fbound.
19506
19507 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19508 before-change-function, after-change-function.
19509
19510 * simple.el (newline): Don't bind before-change-function,
19511 after-change-function.
19512
19513 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19514
19515 * whitespace.el (whitespace-rescan-timer-time): Update interval
19516 set to 600 seconds (10 minutes) instead of 60 seconds since
19517 a large number of whitespace buffers causes emacs to `freeze'
19518 for a considerable amount of time.
19519
19520 * whitespace.el: Updated email address
19521
19522 2000-05-31 Dave Love <fx@gnu.org>
19523
19524 * add-log.el (change-log-font-lock-keywords) <function>: Add
19525 pattern for function of change.
19526 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19527 acknowledgements patterns.
19528
19529 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19530
19531 * isearch.el (isearch-printing-char): If keyboard coding system is
19532 being used, call isearch-process-search-multibyte-characters.
19533
19534 * international/isearch-x.el: Mostly rewritten.
19535
19536 * international/quail.el (quail-start-conversion): Don't include
19537 unhandled events in the returned events, but set them in
19538 unread-command-events. Exit if all inputs are deleted.
19539
19540 2000-05-30 Jason Rumney <jasonr@gnu.org>
19541
19542 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19543
19544 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19545 Reenable code to create initial fontsets.
19546 Use set-fontset-font in place of put-charset-property.
19547
19548 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19549
19550 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19551 label, ensure that the first colon isn't followed by another.
19552
19553 * paths.el (Info-default-directory-list): Doc fix.
19554
19555 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19556 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19557 send a query containing USER only, not USER@HOST.
19558
19559 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19560 and rmail-msgend to compute the restriction at the end, instead of
19561 computing it.
19562
19563 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19564
19565 * dabbrev.el (dabbrev-expand): Don't display messages in the
19566 echo area if the minibuffer window is active.
19567
19568 * jit-lock.el (jit-lock-mode): Add after change function to
19569 local hook.
19570
19571 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19572
19573 * antlr-mode.el: New commands: hide/unhide actions,
19574 upcase/downcase literals.
19575 (antlr-tiny-action-length): New user option.
19576 (antlr-hide-actions): New command. Suggested by
19577 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19578 (antlr-mode-map): New binding [C-c C-v].
19579 (antlr-mode-menu): New entries.
19580 (antlr-downcase-literals): New command.
19581 (antlr-upcase-literals): Ditto.
19582
19583 * antlr-mode.el: Minor changes: indendation, mode-name.
19584 (antlr-indent-line): Indent cpp directive at column 0.
19585 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19586
19587 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19588 (antlr-font-lock-additional-keywords): Workaround for intentional
19589 bug in XEmacs version of font-lock.
19590 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19591 be used by a smarter version of `buffers-menu-grouping-function'.
19592
19593 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19594
19595 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19596 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19597
19598 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19599
19600 * international/encoded-kb.el
19601 (encoded-kbd-iso2022-designation-map): Pay attention to that
19602 charset-iso-final-char return -1 for eight-bit-control and
19603 eight-bit-graphic.
19604
19605 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19606
19607 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19608 (speedbar-easymenu-definition-base): Use display-graphic-p where
19609 available, instead of window-system.
19610
19611 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19612
19613 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19614 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19615 coding systems.
19616
19617 2000-05-26 Dave Love <fx@gnu.org>
19618
19619 * disp-table.el (standard-display-underline): Don't use
19620 internal-find-face.
19621
19622 * mail/reporter.el: Maintainer change. Doc fixes.
19623 (reporter-version): Deleted.
19624
19625 * emacs-lisp/elp.el: Maintainer change.
19626 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19627
19628 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19629
19630 * add-log.el (add-change-log-entry): Merge the current entry with the
19631 previous one if the previous one is empty.
19632
19633 2000-05-26 Dave Love <fx@gnu.org>
19634
19635 * loadhist.el (unload-feature): Fix interactive spec [from
19636 lijnzaad@ebi.ac.uk].
19637
19638 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19639 subr-arity to check primitives.
19640 (byte-compile-flush-pending, byte-compile-file-form-progn)
19641 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19642 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19643 mapcar.
19644
19645 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19646
19647 * international/fontset.el: Set family names of non-latin charsets
19648 in default fontset to "*".
19649
19650 * international/mule-diag.el (print-fontset): Combine family part
19651 and registry part of the fontname by "-*-" instead of "-".
19652
19653 * international/mule-cmds.el (encode-coding-char): Make strings
19654 multibyte before calling encode-coding-string.
19655
19656 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19657
19658 * derived.el: Fix keywords.
19659 (define-derived-mode): Only define if needed.
19660
19661 * simple.el (fill-comment, comment-column, comment-start)
19662 (comment-start-skip, comment-end, comment-indent-function)
19663 (block-comment-start, block-comment-end, indent-for-comment)
19664 (set-comment-column, kill-comment, comment-padding, comment-region)
19665 (comment-multi-line, indent-new-comment-line): Remove.
19666
19667 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19668 function names for comment operations.
19669
19670 * newcomment.el: Add abundant autoload cookies.
19671 (comment-style): Don't depend on runtime data at compile-time.
19672 (comment-indent-hook): Remove.
19673 (comment-indent): Check if comment-indent-hook is bound.
19674 (comment-region): Docstring fix.
19675
19676 2000-05-25 Dave Love <fx@gnu.org>
19677
19678 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19679 byte-code-function-p.
19680
19681 * mail/rmailsum.el: Add provide.
19682
19683 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19684
19685 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19686 defcustom.
19687
19688 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19689
19690 * ediff-diff.el (ediff-exec-process): delete --binary option from
19691 non-buffer ediff jobs.
19692
19693 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19694
19695 * hilit-chg.el (highlight-changes-mode): Ask about color or
19696 grayscale support, not about window-system.
19697
19698 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19699 window-system.
19700 (ffap-highlight): Always default to t.
19701
19702 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19703 display-popup-menus-p instead of looking at window-system.
19704
19705 * disp-table.el (standard-display-g1, standard-display-graphic):
19706 Only refuse to use string glyphs on X and MS-Windows.
19707
19708 * avoid.el: Remove window-system from commentary, suggest to use
19709 display-*-p instead.
19710
19711 * apropos.el (apropos-print): Use display-mouse-p instead of
19712 window-system.
19713
19714 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19715
19716 * international/codepage.el (cp-decoding-vector-for-codepage):
19717 Fill up unsupported characters with their own codes. From Kenichi
19718 Handa.
19719
19720 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19721
19722 * international/mule-diag.el (describe-char-after): Use
19723 display-graphic-p instead of window-system, so that this function
19724 works on MS-DOS.
19725
19726 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19727
19728 * international/codepage.el (cp-make-coding-systems-for-codepage):
19729 Remove the eight-bit-graphic and eight-bit-control charsets from
19730 the list of charsets which we convert into `?'.
19731
19732 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19733
19734 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19735 private charsets.
19736 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19737 japanese-jisx0213-2): New charsets.
19738
19739 * international/fontset.el: Setup default fontset for new charsets.
19740
19741 2000-05-24 Dave Love <fx@gnu.org>
19742
19743 * info.el (Info-find-node-2): Restructure [following "Vadim
19744 S. Solomin" <sovs@uic.nnov.ru>].
19745
19746 * icomplete.el: Fix header for Finder.
19747
19748 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19749
19750 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19751 STAY.
19752
19753 * rmail.el (rmail-automatic-folder-directives): New user variable.
19754 (rmail-show-message): Add call to `rmail-auto-file' during
19755 display.
19756 (rmail-auto-file): New function.
19757
19758 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19759
19760 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19761 account.
19762 (ediff-test-utility,ediff-diff-mandatory-option)
19763 (ediff-reset-diff-options): Utilities for proper initialization of
19764 ediff-diff-options and ediff-diff3-options on Windows.
19765
19766 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19767 variable.
19768
19769 * ediff-mult.el (ediff-filegroup-action): Use
19770 ediff-merge-filename-prefix.
19771
19772 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19773
19774 * viper-ex.el (ex-write): Set selective display to nil.
19775
19776 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19777
19778 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19779 aliases for hebrew-iso-8bit.
19780
19781 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19782
19783 * woman.el: New version from Francis J. Wright
19784 <F.J.Wright@Maths.QMW.ac.uk>.
19785 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19786 names in environment variables regardless of the path separator.
19787 (woman-topic-all-completions-1): Don't call file-name-directory-p
19788 on all files, since woman-file-regexp already filters out any
19789 directories.
19790
19791 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19792
19793 * international/quail.el (quail-start-translation): Don't change
19794 modified-p of the current buffer.
19795 (quail-start-conversion): Likewise.
19796
19797 * international/kkc.el (kkc-region): Don't change modified-p of
19798 the current buffer.
19799
19800 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19801 conform to RFC1468.
19802 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19803
19804 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19805
19806 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19807 (speedbar-insert-button): Invisible text property fix.
19808 (speedbar-directory-plus): Renamed from speedbar-directory-+
19809 (speedbar-directory-minus): Renamed from speedbar-directory--
19810 (speedbar-page-plus): Renamed from speedbar-file-+
19811 (speedbar-page-minus): Renamed from speedbar-file--
19812 (speedbar-page): Renamed from speedbar-file-
19813 (speedbar-tag): Renamed from speedbar-tag-
19814 (speedbar-tag-plus): Renamed from speedbar-tag-+
19815 (speedbar-tag-minus): Renamed from speedbar-tag--
19816 (speedbar-expand-image-button-alist): Use above renames.
19817
19818 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19819 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19820 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19821 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19822 * sb-pg.xpm: Renamed from sb-file.xpm
19823 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19824 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19825
19826 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19827
19828 * international/quail.el (quail-show-guidance-buf): Set
19829 current-input-method of the guidance buffer to the name of the
19830 curren input method.
19831
19832 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19833
19834 * progmodes/compile.el (compile-internal): Style typo.
19835
19836 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19837 quote vars and functions in the docstring.
19838
19839 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19840
19841 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19842 Don't quote lambdas.
19843
19844 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19845
19846 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19847
19848 * startup.el (command-line): Determine source file of compiled
19849 user init file differently. Warn if compiled user init file
19850 is older than its source file.
19851
19852 * ffap.el (ffap-url-regexp): Add `https'.
19853
19854 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19855
19856 * files.el (make-backup-file-name-1): Replace slashes with `!'
19857 rather than `|' (which is not allowed on Windows). Replace the
19858 drive letters with a string "drive_X".
19859
19860 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19861
19862 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19863
19864 * files.el (interpreter-mode-alist): Add `bash2'.
19865
19866 2000-05-22 Dave Love <fx@gnu.org>
19867
19868 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19869 mapc.
19870 (feature-file): Avoid calling symbol-name. Doc fix.
19871 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19872 (loadhist-hook-functions): Add mouse-position-function.
19873 (unload-feature): Change uses of mapcar.
19874
19875 * files.el (parse-colon-path): Doc fix.
19876 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19877 (set-auto-mode): Use mapc.
19878
19879 * complete.el (PC-look-for-include-file): Use :alnum: character
19880 class.
19881 (partial-completion-mode): Add autoload cookie.
19882
19883 2000-05-22 Sam Steingold <sds@gnu.org>
19884
19885 * info.el (Info-fontify-node): Fixed the call to
19886 `add-text-properties' (bug introduced on 2000-05-18).
19887
19888 2000-05-22 Dave Love <fx@gnu.org>
19889
19890 * bindings.el: Remove debug-ignored-errors set in other files.
19891
19892 * progmodes/etags.el: Add to debug-ignored-errors.
19893 (visit-tags-table-buffer): Clear out buffers holding old tables
19894 when making a new list.
19895 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19896 mapc.
19897
19898 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19899 quote keywords.
19900 (cmpl-string-case-type): Use character classes.
19901
19902 * comint.el:
19903 * textmodes/ispell.el:
19904 * imenu.el:
19905 * mail/mh-e.el:
19906 * progmodes/compile.el: Add to debug-ignored-errors.
19907
19908 * dabbrev.el: Add to debug-ignored-errors.
19909 (dabbrev-completion): Use mapc.
19910
19911 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19912
19913 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19914 (woman-mapcan, woman-parse-man.conf)
19915 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19916 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19917 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19918 path syntax better.
19919 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19920 (woman-manpath): Call woman-parse-man.conf.
19921 (woman-emulation): New defcustom, defaults to nroff.
19922 (woman-font-support): New defconst.
19923 (woman-use-symbol-font): New defcustom.
19924 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19925 "Emulation".
19926 Many functions: Doc fix.
19927
19928 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19929
19930 * international/quail.el (quail-simple-translation-keymap): Map
19931 128..255 to quail-self-insert-command.
19932 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19933
19934 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19935
19936 * help.el (help-manyarg-func-alist): Typo.
19937
19938 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19939 intervals which makes it heaps simpler.
19940
19941 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19942 the nested comment markers.
19943
19944 * subr.el (remove-hook): Don't turn the hook's value into a list.
19945
19946 2000-05-21 Dave Love <fx@gnu.org>
19947
19948 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19949 are invalid characters.
19950
19951 * international/mule-util.el (detect-coding-with-priority): Use
19952 mapc. Remove redundant lambda.
19953
19954 * international/mule-diag.el (list-non-iso-charset-chars)
19955 (describe-fontset): Remove redundant lambda.
19956
19957 * emulation/crisp.el (brief-mode): New alias.
19958
19959 * emacs-lisp/ring.el (ring-elements): New function.
19960
19961 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19962 (easy-menu-do-add-item): Use keywordp.
19963
19964 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19965
19966 * replace.el: Doc and error message fixes.
19967 (replace-highlight): Use facep, not internal-find-face.
19968
19969 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19970
19971 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19972
19973 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19974 (log-edit-insert-changelog): Drop `:' as well.
19975
19976 * log-view.el: Fix file description.
19977 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19978 available.
19979 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19980 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19981
19982 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19983 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19984 Print a status message if the toggle is called interactively.
19985 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19986 for global minor modes and use `defcustom' for them.
19987 Use add-minor-mode.
19988 (easy-mmode-define-derived-mode): Remove.
19989 (define-derived-mode): Fancier default docstring.
19990 (easy-mmode-define-navigation): Signal an error rather than (ding).
19991
19992 * newcomment.el (comment-styles): New `box-multi'.
19993 (comment-normalize-vars): Better default for comment-continue to
19994 avoid whitespace-only continuations.
19995 (comment-search-forward): Always move even in the no-syntax case.
19996 (comment-padright): Only obey N if it's only obeyed for padleft.
19997 (comment-make-extra-lines): Better handling of empty continuations.
19998 Use `=' for the filler if comment-start has only one character.
19999 (uncomment-region): Try handling the special `=' filler.
20000 (comment-region): Allow LINES even if MULTI is nil.
20001 (comment-box): Choose box style based on comment-style.
20002
20003 2000-05-20 Kenichi Handa <handa@etl.go.jp>
20004
20005 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
20006 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
20007
20008 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
20009
20010 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
20011 and insert, not subst-char-in-region.
20012
20013 * international/mule-diag.el (list-character-sets-1): Handle
20014 charsets eight-bit-control and eight-bit-graphic.
20015 (list-iso-charset-chars): Likewise.
20016 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
20017 charactes as is. Use indent-to to align characters.
20018
20019 * international/mule-cmds.el (find-multibyte-characters): Never
20020 exclude charsets eight-bit-control and eight-bit-graphic.
20021
20022 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
20023
20024 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
20025 Don't quote lambdas.
20026
20027 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
20028
20029 2000-05-19 Gerd Moellmann <gerd@gnu.org>
20030
20031 * gud.el (gud-jdb-directories): Doc fix.
20032
20033 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
20034
20035 * newcomment.el: New file.
20036
20037 2000-05-19 Gerd Moellmann <gerd@gnu.org>
20038
20039 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
20040
20041 2000-05-18 Andreas Schwab <schwab@suse.de>
20042
20043 * dired.el (dired-between-files): Also skip lines beginning with
20044 `used'.
20045
20046 2000-05-18 Gerd Moellmann <gerd@gnu.org>
20047
20048 * msb.el (msb-menu-cond): Add choice `user'.
20049
20050 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20051
20052 * ps-print.el: Compatibility, customization and doc fix.
20053 (ps-printer-name-option): Replace defconst by defvar.
20054 (ps-postscript-code-directory): XEmacs compatibility.
20055 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
20056 fix.
20057 (ps-user-defined-prologue, ps-print-prologue-header)
20058 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
20059 compatibility and code fix.
20060 (ps-print-background-image, ps-print-background-text):
20061 Customization fix.
20062 (ps-line-number-start, ps-n-up-on): New vars.
20063
20064 2000-05-18 Espen Skoglund <esk@ira.uka.de>
20065
20066 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
20067 the indent-comment function to just return the appropriate indent.
20068
20069 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
20070
20071 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
20072 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
20073 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
20074
20075 2000-05-18 Dave Love <fx@gnu.org>
20076
20077 * info.el (Info-fontify-node): Add intangible property as well as
20078 invisible.
20079
20080 * calendar/appt.el (appt-make-list): Match all lines of entry.
20081 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
20082
20083 2000-05-18 Kenichi Handa <handa@etl.go.jp>
20084
20085 * international/mule-diag.el (describe-char-after): Call
20086 internal-char-font, not char-font. If internal-char-font returns
20087 nil, display "-- none --".
20088
20089 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20090
20091 * image.el (image-type-available-p): Don't reference image-types
20092 if it isn't bound.
20093
20094 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
20095
20096 * autoarg.el (autoarg-mode): Typo in the :set argument.
20097
20098 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20099
20100 * startup.el (command-line-1): Don't signal an error if the
20101 directory for auto-save-list files does not yet exist.
20102
20103 2000-05-17 Kenichi Handa <handa@etl.go.jp>
20104
20105 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
20106
20107 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
20108
20109 * subr.el (remove-hook): `setq' hook-value, not `set'.
20110
20111 2000-05-16 Sam Steingold <sds@gnu.org>
20112
20113 * info.el (debug-ignored-errors): More errors to ignore.
20114
20115 2000-05-16 Dave Love <fx@gnu.org>
20116
20117 * cus-edit.el: Don't require cl or easymenu.
20118 (custom-variable-prompt): Test standard-value property, not
20119 user-variable-p.
20120
20121 2000-05-16 Sam Steingold <sds@gnu.org>
20122
20123 * subr.el (add-hook): `setq' hook-value, not `set'.
20124
20125 2000-05-16 Gerd Moellmann <gerd@gnu.org>
20126
20127 * startup.el (command-line-1): Mention the FAQ in the startup
20128 message.
20129
20130 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
20131
20132 * progmodes/compile.el (compilation-parse-errors): Collect
20133 `nomessage' regexps last.
20134
20135 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
20136
20137 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
20138 to the function name.
20139
20140 2000-05-15 Dave Love <fx@gnu.org>
20141
20142 * speedbar.el (speedbar-recenter): Typo.
20143 (speedbar-expand-line): Make arg optional.
20144 (speedbar-mode): Avoid a compiler warning.
20145
20146 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20147
20148 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
20149 user-specified option string is empty.
20150
20151 * mouse.el (mouse-yank-at-click): Doc fix.
20152
20153 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
20154
20155 * term/internal.el (IT-character-translations): More updates of
20156 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
20157 documents.
20158
20159 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20160
20161 * env.el (getenv): New function, interactively callable.
20162 (setenv, getenv): Remove autoload cookies.
20163
20164 * loadup.el: Load `env'.
20165
20166 * progmodes/f90.el: Change author's mail address.
20167
20168 2000-05-14 Dave Love <fx@gnu.org>
20169
20170 * mail/rmail.el (rmail-show-message-hook): Customize and offer
20171 goto-addr as an option.
20172
20173 * help.el (help-xref-stack): Doc fix.
20174 (help-xref-following): New variable.
20175 (help-make-xrefs): Use it.
20176 (help-xref-go-back): Use position information from stack element.
20177 (help-follow): Make position in stack element a pair. Use
20178 help-xref-following.
20179
20180 * autoarg.el: New file.
20181
20182 * faces.el: Declare more functions obsolete.
20183
20184 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20185 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20186 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20187 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20188 Remove all the setup-...-environment functions.
20189
20190 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20191
20192 * speedbar.el: Updated the commentary section. xemacs20p now uses
20193 >= when detecting. Require `defimage' safely.
20194 (speedbar-easymenu-definition-base): Add toggle for images.
20195 (speedbar-easymenu-definition-special): Add flush cache & expand.
20196 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20197 (speedbar-reconfigure-keymaps-hook): New variable.
20198 (speedbar-frame-parameters): Updated documentation.
20199 (speedbar-use-imenu-flag): Updated custom tag
20200 (speedbar-dynamic-tags-function-list): New variable.
20201 (speedbar-tag-hierarchy-method): Updated doc & custom.
20202 (speedbar-indentation-width, speedbar-indentation-width) New
20203 variables.
20204 (speedbar-hide-button-brackets-flag): Customizable.
20205 (speedbar-vc-indicator): Doc update.
20206 (speedbar-ignored-path-expressions): Updated default value.
20207 (speedbar-supported-extension-expressions): Updated default value.
20208 (speedbar-syntax-table): Remove {} paren status.
20209 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20210 as "+". Added overlay aliases.
20211 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20212 `force-mode-line-update'.
20213 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20214 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20215 `mouse-set-point'
20216 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20217 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20218 of arbitrary text, and new helper functions.
20219 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20220 filename finder.
20221 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20222 (speedbar-directory-buttons): Update path search/expansion.
20223 (speedbar-make-tag-line): Pay attention to
20224 `speedbar-indentation-width'. Use more care w/ invisible
20225 properties.
20226 (speedbar-change-expand-button-char): Call
20227 `speedbar-insert-image-button-maybe'.
20228 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20229 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20230 (speedbar-trim-words-tag-hierarchy)
20231 (speedbar-simple-group-tag-hierarchy): New functions
20232 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20233 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20234 functions.
20235 (speedbar-mouse-set-point): New function
20236 (speedbar-power-click): Updated documentation.
20237 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20238 of tag prefix text.
20239 (speedbar-expand-line, speedbar-contract-line): Make more robust
20240 to strange text.
20241 (speedbar-expand-line): Takes universal argument to flush the
20242 cache.
20243 (speedbar-flush-expand-line): New function.
20244 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20245 Use new generator insertion method.
20246 (speedbar-fetch-dynamic-tags): New function.
20247 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20248 `speedbar-fetch-dynamic-imenu'.
20249 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20250 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20251 "Revert Buffer" menu items.
20252 (speedbar-buffer-buttons-engine): Be smarter when creating a
20253 filename tag (for expansion purposes.).
20254 (speedbar-highlight-one-tag-line,
20255 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20256 (speedbar-recenter): New functions.
20257 (defimage-speedbar): Image loading abstraction.
20258 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20259 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20260 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20261 (speedbar-tag-type, speedbar-tag-mail): New images.
20262 (speedbar-expand-image-button-alist): New variable.
20263 (speedbar-insert-image-button-maybe): Insert an image over some
20264 buttons.
20265
20266 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20267
20268 * international/mule-cmds.el (encode-coding-char): An ASCII
20269 character is always encodable.
20270
20271 * international/mule-conf.el: Add more information in descriptions
20272 of character sets.
20273
20274 * international/mule-diag.el (describe-char-after): New function.
20275 (describe-font-internal): Adjusted for the change of font-info.
20276 (describe-font): Likewise.
20277 (print-fontset): Rewritten for the new fontset implementation.
20278 (describe-fontset): Include fontset alias names in completion.
20279 (list-fontsets): Adjusted for the change of print-fontset.
20280
20281 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20282 describe-char-after instead of displaying the detail in the echo
20283 area.
20284 (syntax-code-table): Format changed.
20285 (string-to-syntax): Adjusted for the above change.
20286
20287 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20288
20289 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20290
20291 2000-05-12 Dave Love <fx@gnu.org>
20292
20293 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20294 dependence. Use line-{beginning,end}-position, not
20295 point-at{b,e}ol. Some doc fixes.
20296 (todo-position): New function. Fix callers of position to use it.
20297 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20298
20299 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20300
20301 * time.el (display-time-mail-icon): Use `:ascent center'.
20302
20303 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20304 handling FTP security extensions.
20305
20306 2000-05-11 Dave Love <fx@gnu.org>
20307
20308 * calendar/todo-mode.el: New file.
20309
20310 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20311
20312 * comint.el (comint-read-input-ring): Move reference to
20313 comint-input-ring-size outside of the save-excursion. It was
20314 causing the default value to be the only one ever seen.
20315
20316 * font-lock.el: Update copyright. Remove Simon Marshall's email
20317 address on request from him.
20318
20319 * subr.el (substitute-key-definition): Add comment describing
20320 the meaning of PREFIX.
20321
20322 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20323
20324 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20325
20326 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20327 (add-minor-mode): Don't make the variable buffer-local and add a
20328 reference to define-minor-mode in the docstring.
20329
20330 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20331 HEADER/FOOTER and fix bug with trailing empty directory.
20332 (cvs-append-to-ignore): Use vc-editable-p if available.
20333 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20334 (vc-do-command): Tweak advice to handle the new VC.
20335
20336 * log-view.el (log-view-goto-rev): New function for the new VC.
20337 (log-view-minor-wrap): Use mark-active.
20338
20339 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20340 (log-edit-changelog-full-paragraphs): New var.
20341 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20342 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20343 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20344 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20345 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20346 Replace the `cvs' prefix with `log-edit'.
20347
20348 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20349
20350 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20351 (diff-font-lock-defaults): Explicitly turn off multiline.
20352 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20353 (diff-ediff-patch): Fix call to ediff-patch-file.
20354 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20355 Handle comments.
20356
20357 * frame.el (automatic-hscrolling): Typo.
20358
20359 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20360
20361 2000-05-09 Sam Steingold <sds@goems.com>
20362
20363 * apropos.el (apropos-print): use `describe-face' instead of
20364 `customize-face-other-window'.
20365
20366 2000-05-09 Dave Love <fx@gnu.org>
20367
20368 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20369
20370 * help.el (describe-variable): Have customize button pop the
20371 help-xref stack when invoked.
20372 (help-xref-symbol-regexp): Add `face'.
20373 (help-make-xrefs): Check for quoted face names and adapt regexp
20374 submatch numbers to cope.
20375 (help-xref-interned): Maybe insert face doc too. Separate
20376 sections with a line of hyphens.
20377
20378 * faces.el: Some doc fixes. Declare some functions obsolete.
20379 (describe-face): Add customize button. Return the help
20380 text. Fix prompt.
20381
20382 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20383
20384 * term/internal.el (IT-character-translations): Fix last change.
20385
20386 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20387
20388 * woman.el: New file
20389 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20390
20391 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20392
20393 * term/internal.el (IT-character-translations): Update ASCII
20394 simulations for greek-iso8859-7, add latin-iso8859-14 and
20395 latin-iso8859-15.
20396
20397 * international/mule-cmds.el (set-language-info-alist): Call
20398 define-prefix-command with 3 arguments, to make the map suitable
20399 for a menu.
20400
20401 2000-05-07 Dave Love <fx@gnu.org>
20402
20403 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20404
20405 2000-05-05 Dave Love <fx@gnu.org>
20406
20407 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20408 list in doc string. Don't quote keyword symbols.
20409 * emacs-lisp/cl.el: Likewise
20410 * emacs-lisp/cl-seq.el: Likewise
20411
20412 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20413
20414 * abbrev.el (abbrev-mode): Make ARG optional.
20415
20416 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20417
20418 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20419
20420 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20421
20422 * subr.el (substitute-key-definition): Clarify documentation.
20423
20424 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20425
20426 * glasses.el (glasses-convert-to-unreadable): Use
20427 `glasses-separator' instead of the hard-wired "_".
20428 (glasses-mode): Call `glasses-make-unreadable' only in a single
20429 place.
20430
20431 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20432
20433 * term/internal.el (cjk-codepages-alist): Add associations for
20434 Chinese and Korean codepages. Remove FIXME comment.
20435
20436 2000-05-03 Dave Love <fx@gnu.org>
20437
20438 * time.el (display-time-mail-face, display-time-use-mail-icon):
20439 New option.
20440 (display-time-mail-icon): New variable.
20441 (display-time-string-forms): Use the above. Fix the local-map.
20442
20443 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20444
20445 * replace.el (query-replace-map): Add binding for `E'.
20446 (query-replace-help): Extend help text.
20447 (perform-replace): Allow editing the replacement string.
20448
20449 * make-mode.el (makefile-mode-abbrev-table): New variable.
20450 (makefile-mode): Set local abbrev table to
20451 makefile-mode-abbrev-table.
20452 (makefile-font-lock-keywords): Fontify includes and conditionals.
20453
20454 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20455 set TOGGLE's value.
20456
20457 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20458 mail-interactive-insert-alias.
20459 (mail-abbrev-complete-alias): New command.
20460 (mail-mode-map): Bind it to `M-TAB'.
20461
20462 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20463
20464 * language/lao-util.el (lao-compose-region): New function.
20465
20466 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20467
20468 * files.el (recover-session): Make directories as necessary
20469 if they don't exist yet.
20470
20471 * calendar/cal-french.el
20472 (french-calendar-multibyte-special-days-array)
20473 (french-calendar-special-days-array): Change French text.
20474 (calendar-french-date-string): Change output.
20475 (calendar-goto-french-date): Likewise.
20476
20477 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20478
20479 * wid-edit.el (widget-default-active): Obey `:always-active'.
20480 (widget-documentation-string-value-create): Set `:always-active'.
20481
20482 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20483
20484 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20485 default prefix to `~/_emacs.d/auto-save.list/_s'.
20486 (normal-top-level): Create the directory for auto-save files, if
20487 it doesn't already exist (in the ms-dos case only).
20488
20489 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20490
20491 * international/mule-cmds.el (set-language-environment): Don't
20492 concat an integer (dos-codepage), use format instead.
20493
20494 2000-05-02 Dave Love <fx@gnu.org>
20495
20496 * help.el (help-xref-on-pp): Check for constant symbols.
20497
20498 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20499
20500 * startup.el (normal-top-level): Put a condition-case around
20501 the code loading subdirs.el.
20502
20503 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20504
20505 * ps-print.el: Upside-down and face background color printing,
20506 line number step, doc fix.
20507 (ps-print-version): New version number (5.2).
20508 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20509 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20510 (ps-spool-config): Var fix.
20511 (ps-printer-name-option): Const fix.
20512 (ps-print-upside-down, ps-use-face-background)
20513 (ps-line-number-step): New vars.
20514 (ps-window-system, ps-lp-system): New consts.
20515 (ps-face-background): New fun.
20516
20517 2000-04-28 Richard Stallman <rms@gnu.org>
20518
20519 * files.el (make-auto-save-file-name):
20520 Apply auto-save-file-name-transforms to visited file name
20521 before generating auto save file name.
20522 (auto-save-file-name-transforms): New variable.
20523
20524 * files.el (backup-enable-predicate):
20525 Correctly test for a file under a temporary directory.
20526
20527 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20528
20529 * subr.el (add-minor-mode): Rewritten.
20530
20531 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20532
20533 * mail/sendmail.el (sendmail-send-it): Set
20534 buffer-file-coding-system to the selected coding system for MIME
20535 header.
20536
20537 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20538
20539 * dired.el (dired-move-to-filename-regexp): Allow format where
20540 YYYY is followed by two spaces.
20541
20542 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20543 in the second character class of the regexp.
20544
20545 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20546 mh-etc, too.
20547
20548 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20549 nil.
20550
20551 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20552
20553 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20554 argument.
20555
20556 2000-04-27 Sen Nagata <sen@eccosys.com>
20557
20558 * emacs-lisp/crm.el (crm-completion-table): New variable.
20559 (crm-collection-fn, crm-test-completion)
20560 (completing-read-multiple): Use it.
20561
20562 2000-04-27 Dave Love <fx@gnu.org>
20563
20564 * help.el (locate-library): Use mapc.
20565 (help-manyarg-func-alist): Add call-process-region.
20566
20567 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20568
20569 * subr.el (add-minor-mode): Make argument MAP optional.
20570
20571 * desktop.el (desktop-save): Save list of minor modes.
20572 (desktop-create-buffer): Restore minor modes.
20573 (desktop-minor-mode-table): New user-option.
20574
20575 * subr.el (add-minor-mode): New function.
20576
20577 * image.el (find-image): New function.
20578 (defimage): Rewritten to find image at load time.
20579
20580 * startup.el (normal-top-level-add-to-load-path): Handle
20581 case that the default directory is not in load-path.
20582
20583 * help.el: Old patch from Stefan Monnier.
20584 (help-xref-on-pp): New function.
20585 (describe-variable): Use it to display xrefs in a symbol's value.
20586
20587 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20588
20589 * cus-edit.el (custom-face): Fix parenthesis.
20590
20591 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20592
20593 * mail/rmail.el (rmail-expunge): When there are no deleted
20594 messages, do nothing.
20595
20596 2000-04-26 Dave Love <fx@gnu.org>
20597
20598 * international/mule-cmds.el (locale-translation-file-name):
20599 Defvar to nil.
20600 (set-locale-environment): Set it here (at runtime).
20601
20602 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20603
20604 * replace.el (perform-replace): Add parameters START and END. Use
20605 them instead of the check for a region in Transient Mark mode.
20606 (query-replace-read-args): Return two more list elements for the
20607 start and end of the region in Transient Mark mode.
20608 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20609 (map-query-replace-regexp, replace-string, replace-regexp): Add
20610 optional last arguments START and END and pass them to
20611 perform-replace.
20612
20613 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20614 form with additional arguments for perform-replace.
20615
20616 * progmodes/etags.el (tags-query-replace): Add parameters START
20617 and END. Construct a form with additional arguments for
20618 perform-replace.
20619
20620 * simple.el (shell-command): Set default directory for "*Shell
20621 Command Output" buffer.
20622
20623 * language/european.el (iso-latin-4): Fix typo.
20624
20625 * emacs-lisp/crm.el: New file.
20626
20627 2000-04-24 Dave Love <fx@gnu.org>
20628
20629 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20630 (Custom-reset-saved, Custom-reset-standard)
20631 (custom-group-value-create, custom-group-set, custom-group-save)
20632 (custom-group-reset-current, custom-group-reset-saved)
20633 (custom-group-reset-standard): Use mapc.
20634 (custom-buffer-create-internal): Disable undo when creating items.
20635 Use mapc.
20636 (custom-face): Avoid redundant lambda.
20637
20638 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20639
20640 * startup.el (auto-save-list-file-prefix): Set default to
20641 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20642
20643 2000-04-24 Sam Steingold <sds@gnu.org>
20644
20645 * time-stamp.el (time-stamp-string-preprocess): Always convert
20646 `field-result' to a string.
20647
20648 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20649
20650 * frame.el (scrolling): New group.
20651 (automatic-hscrolling): New user-option.
20652
20653 * startup.el (command-line-x-option-alist): Add `-lsp' and
20654 `--line-spacing'.
20655
20656 2000-04-19 Dave Love <fx@gnu.org>
20657
20658 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20659 (cl-mapc): Rename from mapc. Fix the funcall.
20660
20661 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20662
20663 * simple.el (clone-indirect-buffer-other-window): New command.
20664 (clone-indirect-buffer): Add optional arg NORECROD.
20665 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20666
20667 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20668
20669 * window.el (count-screen-lines): New function.
20670 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20671 instead of window-buffer-height.
20672
20673 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20674 non-existing variable comint-input-sentinel.
20675 (inferior-lisp-args-to-list): Removed.
20676 (inferior-lisp): Use split-string instead of
20677 inferior-lisp-args-to-list.
20678
20679 * hexl.el (hexl-insert-hex-string): New command.
20680
20681 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20682 instead of concat.
20683
20684 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20685
20686 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20687 at the start of an existing but empty folder.
20688
20689 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20690
20691 * ps-mule.el: Customization fix, doc fix.
20692 (ps-multibyte-buffer): Customization fix.
20693
20694 2000-04-17 Richard M. Stallman <rms@gnu.org>
20695
20696 * subr.el (read-passwd): Use read-char-exclusive.
20697
20698 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20699
20700 * textmodes/texinfo.el (texinfo-insert-@email)
20701 (texinfo-insert-@emph, texinfo-insert-@quotation)
20702 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20703 (texinfo-mode-map): Add key bindings for them.
20704
20705 * files.el (basic-save-buffer-2): Use a template with `$'
20706 instead of `#' for VMS.
20707
20708 * simple.el (clone-indirect-buffer): New function.
20709
20710 2000-04-16 Stephen Eglen <stephen@gnu.org>
20711
20712 * iswitchb.el (iswitchb-case): New function. If the user input
20713 contains any upper-case characters, the search is made
20714 case-sensitive.
20715
20716 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20717
20718 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20719 comment-end.
20720 (texinfo-font-lock-syntactic-keywords): New var.
20721 (texinfo-font-lock-keywords): Remove comment regexp.
20722 (texinfo-insert-block): New function.
20723 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20724 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20725 and font-lock-defaults. Use regexp-opt for outline-regexp.
20726 (texinfo-environments): New var.
20727 (texinfo-environment-regexp): Use regexp-opt and
20728 texinfo-environments.
20729
20730 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20731 ispell-process is bound since this might be eval'd before ispell
20732 is loaded.
20733 (ispell-message): Use a tiny bit less magic and a bit more hard
20734 data to figure out what kind of sc-cite-regexp to use.
20735
20736 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20737
20738 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20739 (insert-cyclic-diary-entry): Unquote the lambda.
20740
20741 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20742
20743 * files.el (backup-enable-predicate): Unquote the lambda.
20744
20745 * cus-edit.el (custom-face, face): Unquote the lambda.
20746
20747 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20748
20749 * ps-print.el: Check for line-beginning-position definition.
20750
20751 * ps-print.el: Fix counting lines in a region.
20752 (ps-print-version): New version number (5.1.5).
20753 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20754 (ps-printing-region): Fun code fix.
20755
20756 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20757
20758 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20759 to file-directory-p.
20760
20761 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20762
20763 * gud.el (gud-jdb-build-source-files-list): Check that directory
20764 exists before calling directory-files.
20765
20766 2000-04-13 Dave Love <fx@gnu.org>
20767
20768 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20769 syntax.
20770
20771 * emacs-lisp/cl-specs.el: Remove when, unless.
20772
20773 * emacs-lisp/cl-extra.el: Don't quote keywords.
20774 (cl-old-mapc): New variable.
20775 (mapc): Use it.
20776 (cl-map-intervals): Use with-current-buffer. Don't check for
20777 next-property-change.
20778 (cl-map-overlays): Use with-current-buffer.
20779 (cl-expt): Remove.
20780 (copy-tree, remprop): Define unconditionally.
20781
20782 * emacs-lisp/cl-compat.el (keywordp): Remove.
20783
20784 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20785 to use keywordp.
20786 (edebug-spec): Enable keywordp.
20787
20788 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20789 string-lessp.
20790
20791 * cus-start.el: Use keywordp.
20792
20793 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20794
20795 * diary-lib.el (include-other-diary-files): Fix the fix of
20796 2000-02-18 by doing a save-excursion.
20797
20798 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20799
20800 * ps-print.el: Customization fix, doc fix.
20801 (ps-print-version): New version number (5.1.4).
20802 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20803 (ps-print-preprint): Adjust code.
20804 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20805 (ps-print-prologue-header, ps-print-control-characters)
20806 (ps-spool-config): Customization fix.
20807
20808 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20809
20810 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20811 converted to the new menu-item format, names silightly changed,
20812 help strings added.
20813
20814 Support for spelling without async subprocesses:
20815
20816 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20817 (ispell-session-buffer): New variables.
20818 (ispell-start-process, ispell-process-status,
20819 ispell-accept-output, ispell-send-string): New functions, for
20820 Ispell invocation when async subprocesses aren't supported.
20821 (ispell-word, ispell-pdict-save, ispell-command-loop,
20822 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20823 to process-send-string with calls to ispell-send-string, and
20824 accept-process-output with ispell-accept-output.
20825 (ispell-init-process): Call ispell-process-status instead of
20826 process-status with.
20827 (ispell-init-process): Call ispell-start-process. Call
20828 ispell-accept-output and ispell-send-string. Don't call
20829 process-kill-without-query and kill-process if they are unbound.
20830 (ispell-async-processp): New function.
20831
20832 2000-04-12 Dave Love <fx@gnu.org>
20833
20834 * info.el: Add debug-ignored-errors.
20835 (Info-mode-menu): Add some items.
20836 (Info-directory): Add autoload cookie.
20837
20838 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20839 Modify `truncate-lines'. Make `describe-language-environment'
20840 always visible and add help. Modify `describe-key' help. Invoke
20841 Info-directory from `info'. New entry `emacs-manual'.
20842
20843 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20844
20845 * progmodes/ebrowse.el (ebrowse-tree-mode):
20846 Use propertized-buffer-identification.
20847 (ebrowse-update-member-buffer-mode-line): Likewise.
20848 (ebrowse--mode-strings): Removed.
20849 (ebrowse--mode-line-props): Removed.
20850
20851 * files.el (auto-mode-alist): Add `EBROWSE'.
20852
20853 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20854 space before testing for end of buffer.
20855 (ebrowse-load): Removed.
20856 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20857 (ebrowse-create-tree-buffer): Rewritten.
20858 (ebrowse-tree-mode): Read tree from buffer.
20859
20860 * progmodes/ebrowse-ffh.el: Removed.
20861
20862 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20863
20864 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20865
20866 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20867
20868 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20869 at the wrong place.
20870
20871 2000-04-09 Dave Love <fx@gnu.org>
20872
20873 * files.el (backup-enable-predicate):
20874 Use temporary-file-directory, small-temporary-file-directory.
20875 (make-backup-file-name-function, backup-directory-alist): New vars.
20876 (make-backup-file-name-1): New function.
20877 (make-backup-file-name): Use it.
20878 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20879 (file-newest-backup): Use make-backup-file-name.
20880
20881 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20882
20883 * progmodes/ebrowse-ffh.el: New file.
20884
20885 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20886 Moved to ebrowse-ffh.el.
20887 (ebrowse-load): Add autoload.
20888
20889 * finder.el (finder-commentary): Add autoload cookie.
20890
20891 * mail/rfc2368.el: Correct author's email address.
20892
20893 * progmodes/ebrowse.el: New file.
20894
20895 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20896 item help string.
20897 (easy-menu-do-add-item): Ditto.
20898 (easy-menu-define): Extend doc string.
20899
20900 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20901 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20902 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20903 with-buffer-unmodified.
20904
20905 2000-04-08 Dave Love <fx@gnu.org>
20906
20907 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20908 unless, when.
20909
20910 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20911
20912 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20913 (viper-flash-search-pattern): No operation when using Emacs
20914 doesn't support face.
20915 Use `viper-put-on-search-overlay'.
20916
20917 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20918
20919 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20920 like C-r.
20921
20922 * progmodes/make-mode.el: Some doc fixes.
20923 (makefile-mode-abbrev-table): New variable.
20924 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20925 (makefile-font-lock-keywords): Fontify includes and conditionals.
20926 (toplevel): Require `dabbrev' and `add-log' when compiling.
20927
20928 * replace.el (perform-replace): Don't move forward one char
20929 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20930 to do that because it leaves point 1 position after the last
20931 replacement, after everything has been replaced.
20932
20933 * jit-lock.el (with-buffer-unmodified): New macro.
20934 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20935 modified state.
20936 (jit-lock-function-1): Extracted from jit-lock-function; not
20937 preserving buffer's modified state.
20938 (jit-lock-function, jit-lock-stealth-fontify):
20939 Call jit-lock-function-1.
20940
20941 * mail/rfc2368.el: Remove supernumerary copyright line.
20942
20943 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20944
20945 * glasses.el: Provide facilities for inserting space before left
20946 parentheses and uncapitalization of identifiers.
20947 (glasses-mode): Try to remove old overlays in all cases.
20948
20949 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20950
20951 * progmodes/compile.el (compile-internal): Display the compilation
20952 buffer in a different frame, if it's already displayed there.
20953
20954 * mail/rfc2368.el: New file.
20955
20956 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20957 header and insert its value as mail body.
20958
20959 * subr.el (member-ignore-case): New function.
20960
20961 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20962 (dabbrev--find-expansion): Ignore buffers matching a regexp
20963 from dabbrev-ignored-regexps.
20964
20965 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20966 to extensions handled by gzip.
20967
20968 2000-04-03 Richard M. Stallman <rms@gnu.org>
20969
20970 * files.el (insert-directory): List the total free space
20971 along with the used space.
20972
20973 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20974 line is followed by one that matches CITATION-REGEXP, end the
20975 paragraph.
20976
20977 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20978
20979 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20980 (rmail-make-basic-summary-line): Use that option.
20981
20982 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20983
20984 * international/mule-cmds.el (encoded-string-description):
20985 Rewritten. Try pretty description for ISO 2022 escape sequences
20986 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20987 for hexadecimal format.
20988
20989 2000-04-01 Dave Love <fx@gnu.org>
20990
20991 * cpp.el: Change customization group to `c' from `C'.
20992
20993 * vcursor.el (vcursor-move): Use display-color-p.
20994
20995 * international/mule-util.el: Provide mule-utils.
20996 (string-to-sequence): Simplify and speed up.
20997
20998 * international/mule.el (make-coding-system): Purecopy doc-string.
20999
21000 * international/mule-cmds.el: Various menu changes.
21001 (describe-specified-language-support): Handle `Default'.
21002 (set-language-info): Purecopy `info'.
21003
21004 2000-03-31 Andrew Innes <andrewi@gnu.org>
21005
21006 * vc.el (vc-backend-diff): Return the correct status if we had to
21007 retry the rcsdiff command without the --brief option.
21008
21009 2000-03-31 Dave Love <fx@gnu.org>
21010
21011 * help.el (help-manyarg-func-alist): Correct several omissions.
21012
21013 * add-log.el: Don't require cl, fortran.
21014 (add-log-current-defun-function): Doc fix.
21015 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
21016 (change-log-version-rcs): Function deleted.
21017 (change-log-version-number-search): Doc fix.
21018 Use vc-workfile-version. Avoid CL dolist.
21019 (add-change-log-entry): Just call add-log-current-defun to get
21020 defun. Simplify somewhat.
21021 (change-log-get-method-definition-1): Likewise.
21022 (add-log-current-defun): Return nil if calling
21023 add-log-current-defun-function does so. Move Fortran stuff to
21024 fortran.el. Return string without properties.
21025
21026 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
21027 and :alpha: char classes.
21028
21029 * mail/supercite.el: Defvar curline when compiling.
21030 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
21031 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
21032 rather than a-zA-Z0-9 to allow non-ASCII characters.
21033
21034 2000-03-31 Gerd Moellmann <gerd@gnu.org>
21035
21036 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
21037
21038 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21039 Re-enable new code.
21040
21041 * lpr.el (print-region-1): Use -d to specify printer name for
21042 systems `usg-unix-v*, `dgux', `hpux', `irix'.
21043
21044 2000-03-31 Dave Love <fx@gnu.org>
21045
21046 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
21047 Look for function definition in symbol's function value slot first
21048 instead of first consulting byte-compile-function-environment.
21049
21050 2000-03-31 Kenichi Handa <handa@etl.go.jp>
21051
21052 * language/european.el ("Polish"): New language environment.
21053 (setup-polish-environment): New function.
21054
21055 2000-03-30 Gerd Moellmann <gerd@gnu.org>
21056
21057 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21058 Disable new code.
21059
21060 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
21061 trying to `load' the symbol of an autoload instead of the file
21062 recorded in the autoload. Fix error messages.
21063
21064 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21065
21066 * ps-print.el: PostScript programming fix for ghostview, doc fix.
21067 (ps-print-version): New version number (5.1.3).
21068 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
21069 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
21070 (ps-generate-postscript-with-faces): Code fix.
21071 (ps-color-values): XEmacs compatibility.
21072 (ps-print-background-image, ps-print-background-text, ps-printer-name)
21073 (ps-default-fg, ps-default-bg): Adjust customization.
21074 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
21075 (ps-color-scale): Renaming old ps-color-value fun.
21076 (ps-print-headers): Replace ps-print-header group to avoid conflict
21077 with ps-print-header variable.
21078 (ps-print-miscellany): New group.
21079 (ps-format-color, ps-rgb-color): New funs.
21080 (ps-default-foreground): New var.
21081 (ps-printer-name-option): New const.
21082
21083 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
21084
21085 * net/net-utils.el:
21086 (network-connection-host, network-connection-service): New variables
21087 (network-connection-mode): New mode, derived from comint-mode
21088 (network-connection-mode-setup): New function, saves host and
21089 service information in local variables.
21090
21091 * lisp/locate.el:
21092 (locate-word-at-point): Added this function
21093 (locate): Default to using locate-word-at-point as input
21094 Run dired-mode-hook
21095
21096 2000-03-29 Dave Love <fx@gnu.org>
21097
21098 * calendar/appt.el: Doc fixes.
21099 (appt-check): Convert min-to-app to a string before passing to
21100 appt-disp-window-function or concat.
21101 (appt-delete-window): Remove test for frame-root-window.
21102 (appt-select-lowest-window, appt-convert-time): Simplify.
21103
21104 * emacs-lisp/bytecomp.el: Doc fixes.
21105 (byte-compile-file-form-autoload):
21106 Update byte-compile-function-environment.
21107
21108 2000-03-29 Andreas Schwab <schwab@suse.de>
21109
21110 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
21111
21112 * dired.el (dired-insert-directory): If dired-free-space-program
21113 failed just delete its output.
21114
21115 2000-03-29 Dave Love <fx@gnu.org>
21116
21117 * international/iso-cvt.el: Move provide to end. Doc fixes.
21118 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
21119 (iso-iso2sgml, iso-sgml2iso): New functions.
21120 (iso-cvt-define-menu): Fix some entries and use backquote for
21121 clarity.
21122
21123 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
21124
21125 2000-03-28 Gerd Moellmann <gerd@gnu.org>
21126
21127 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
21128 ISO-DATE. If non-nil, return date in ISO 8601 format.
21129
21130 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
21131
21132 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
21133 if it ever becomes used.
21134 (log-edit-mode-hook): Default to vc-log-mode-hook.
21135 (log-edit-mode): Fix the docstring.
21136
21137 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
21138 the code.
21139
21140 2000-03-26 Dave Love <fx@gnu.org>
21141
21142 * net/browse-url.el (browse-url): Re-fix case of
21143 browse-url-browser-function being an alist.
21144 (browse-url): Add :link to defgroup.
21145
21146 * files.el: Doc fixes.
21147 (file-truename): Include `[' in wildcard characters.
21148 (automount-dir-prefix): Customize.
21149 (find-file-wildcards): Add :version.
21150 (find-file-noselect): Simplify a mapcar call.
21151
21152 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
21153 compatible with inf-lisp version.
21154 (eval-defun-1): Fix custom-declare-variable case.
21155
21156 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
21157
21158 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
21159
21160 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21161
21162 * Makefile (COMPILE_FIRST): New macro.
21163 (compile-files): Compile files from COMPILE_FIRST first.
21164
21165 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
21166
21167 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
21168 matching open parenthesis in column 0 to defun-prompt-regexp
21169 only if open-paren-in-column-0-is-defun-start is set.
21170
21171 * sun-curs.el: Require CL at compile-time only.
21172
21173 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21174 instead of copy-list which is a function from CL.
21175 (msb--choose-menu, msb--mode-menu-cond)
21176 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21177 (msb--init-file-alist): Use mapcar instead of mapcan.
21178 (msb--aggregate-alist): Use mapcar instead of mapcan.
21179 Fix `(' in column 0 in doc string.
21180 (msb--add-separators): Use mapcar instead of mapcan.
21181
21182 * cus-dep.el: Require CL at compile-time only.
21183
21184 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21185
21186 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21187 (byte-compile-warnings): New warning `noruntime'.
21188 (byte-compile-constants, byte-compile-variables): Fix docstring.
21189 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21190 execute `eval-whenc-compile's body.
21191 (byte-compile-unresolved-functions): Fix docstring.
21192 (byte-compile-eval): New function.
21193 (byte-compile-callargs-warn): Check if the function will be available
21194 at runtime (via property `byte-compile-noruntime').
21195 (byte-compile-print-syms): New function.
21196 (byte-compile-warn-about-unresolved-functions): Also warn about
21197 `noruntime' functions (and use `byte-compile-print-syms').
21198 (byte-compile-file): Capitalize the message.
21199
21200 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21201
21202 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21203 (rmail-expunge): Ask for confirmation depending on the setting
21204 of rmail-confirm-expunge.
21205
21206 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21207
21208 * Makefile (bootstrap-clean): If $(emacs) exists, build
21209 loaddefs.el first. A loaddefs.el that's not up-to-date might
21210 cause a bootstrap failure because things don't autoload as expected.
21211
21212 2000-03-23 Dave Love <fx@gnu.org>
21213
21214 * net/browse-url.el: Restore previous use of
21215 browse-url-maybe-new-window.
21216
21217 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21218
21219 * ps-print.el: Skip banner page fix.
21220 (ps-print-version): New version number (5.1.2).
21221 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21222
21223 2000-03-23 Dave Pearson <davep@davep.org>
21224
21225 * net/quickurl.el Changed the type of parameter passed to the
21226 function defined by `quickurl-format-function'. Before only the
21227 text of the URL was passed. Now the whole URL structure is passed
21228 and the function is responsible for extracting the parts it requires.
21229 Changed the default of `quickurl-format-function' accordingly.
21230 (quickurl-insert): Changed the `funcall' of
21231 `quickurl-format-function' to match the above change.
21232 (quickurl-list-insert): Changed the `url' case so that it makes
21233 use of `quickurl-format-function', previous to this the format was
21234 hard wired.
21235
21236 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21237
21238 * startup.el: Change some spellings for the X Window System.
21239
21240 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21241
21242 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21243 Clean up the code and the regexp and make sure the cursor is
21244 temporarily moved to the suspicious line while querying the user.
21245
21246 2000-03-22 Jason Rumney <jasonr@gnu.org>
21247
21248 * w32-fns.el (w32-charset-info-alist): Initialize.
21249
21250 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21251
21252 * ps-print.el: N-up last page fix.
21253 (ps-print-version): New version number (5.1.1).
21254 (ps-end-file, ps-end-job, ps-generate): Code fix.
21255
21256 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21257
21258 * files.el (find-file-run-dired): Update docstring.
21259 (find-directory-functions): New hook.
21260 (find-file-noselect): Run find-directory-functions rather than
21261 calling dired directly.
21262
21263 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21264
21265 * pcvs.el: Add a minimal leading commentary.
21266 (cvs-make-cvs-buffer): Change the header part by removing the startup
21267 message and adding a `Module' entry. Also replace the FOOTER and
21268 HEADER special fileinfos with the new support in ewoc for updating
21269 its own footer and header.
21270 (cvs-update-header): Update to use the header/footer of the ewoc.
21271 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21272 (cvs-is-within-p): New function.
21273 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21274 to only examine some subset of the buffers.
21275
21276 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21277 `format' instead of our own ad-hoc functions.
21278 Remove HEADER and FOOTER cases, now handled in the EWOC.
21279 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21280
21281 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21282 output to avoid scaring the user.
21283 (cvs-parse-table): Catch message for non-up-to-date commits.
21284
21285 * pcvs-defs.el (cvs-startup-message): Remove.
21286 (cvs-global-menu): New autoloaded menu.
21287
21288 * pcvs-util.el (cvs-string-fill): Remove.
21289
21290 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21291 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21292 PP part of it and also make it work for footers and headers.
21293 (ewoc-create): Drop POS and BUFFER arguments.
21294 Use the DLL's dummy node to store the end-of-footer position.
21295 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21296 (ewoc-refresh): Remove unused `header' variable.
21297 (ewoc-(get|set)-hf): New functions.
21298
21299 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21300 log-view-*-(message|file) and use easy-mmode-define-navigation.
21301 (log-view-message-re): Match SCCS format as well.
21302 And match the revision line rather than the dashed separator line.
21303 (log-view-mode): Use the new define-derived-mode.
21304 (log-view-current-tag): Fill in with an actual implementation.
21305
21306 * cvs-status.el (cvs-status-(prev|next)): Rename from
21307 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21308 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21309 to let the output "breathe" a little more (more readable).
21310 (cvs-status-mode): Use the new define-derived-mode.
21311
21312 * smerge-mode.el (smerge-auto-leave): New function and variable.
21313 (smerge-basic-map): Rename from smerge-basic-keymap.
21314 Change the bindings for smerge-diff-*.
21315 (smerge-*-map): Use easy-mmode-defmap.
21316 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21317 (smerge-keep-*): Use smerge-auto-leave.
21318
21319 2000-03-21 Jason Rumney <jasonr@gnu.org>
21320
21321 * cus-edit.el (custom-button-face): Use 3D look for w32.
21322 (custom-button-pressed-face): Likewise.
21323
21324 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21325
21326 * progmodes/etags.el (tags-case-fold-search): New user-option.
21327 (tags-loop-eval): New function. Bind case-fold-search around eval
21328 depending on the value of tags-case-fold-search.
21329 (tags-loop-continue): Use tags-loop-eval.
21330 (find-tag-in-order): Bind case-fold-search depending on the value
21331 of tags-case-fold-search.
21332
21333 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21334
21335 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21336 (diff-end-of-hunk): Return the end position for use in
21337 `easy-mmode-define-navigation'.
21338 (diff-recenter): Remove.
21339 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21340 of `easy-mmode-define-navigation'.
21341 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21342 previous renaming) and fix to use new names.
21343 (diff-merge-strings): Use \n as separator: simpler, faster.
21344 (diff-mode): Use `define-derived-mode'.
21345
21346 * derived.el (define-derived-mode): Don't autoload anymore.
21347 Prefer the macro-only version provided by easy-mmode.el.
21348
21349 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21350 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21351 (easy-mmode-define-navigation): New macro.
21352
21353 * subr.el (combine-run-hooks): New function.
21354
21355 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21356
21357 * term/x-win.el: Fontsets related initialization is simplified.
21358
21359 * international/mule-diag.el (describe-font): Don't refer to
21360 global-fontset-alist, instead call font-list.
21361 (describe-fontset, list-fontsets, mule-diag): Likewise.
21362 (print-fontset): Adjusted for the change of fontset implementation.
21363
21364 * international/fontset.el (x-charset-registries): Variable removed,
21365 instead the corresponding data is stored in the default fontset.
21366 (register-alternate-fontnames): Function removed.
21367 (resolved-ascii-font): Variable removed.
21368 (x-compose-font-name): Ignore the second argument REDOCE.
21369 (x-complement-fontset-spec): Complement only an ASCII font and
21370 element for those charsets than can use that ASCII font.
21371 (generate-fontset-menu): Don't refer to global-fontset-alist,
21372 instead call fontset-list.
21373 (uninstantiated-fontset-alist): Variable removed.
21374 (x-style-funcs-alist): Likewise.
21375 (fontset-default-styles): Likewise.
21376 (x-modify-font-name): Function removed.
21377 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21378 (create-fontset-from-ascii-font): Docsting adjusted for the above
21379 change.
21380 (instantiate-fontset, resolve-fontset-name): Functions removed.
21381 (fontset-list): Now implemented by C code.
21382
21383 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21384 (describe-face): Include `font' attribute in the description.
21385
21386 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21387
21388 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21389
21390 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21391
21392 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21393 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21394 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21395
21396 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21397 about behavior of set-buffer-modified-p wrt redisplay.
21398
21399 2000-03-19 Richard M. Stallman <rms@gnu.org>
21400
21401 * view.el (view-mode-disable): Kill local binding of view-read-only.
21402
21403 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21404
21405 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21406 is a string, convert it to a syntax cell using string-to-syntax.
21407
21408 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21409 (string-to-syntax): New function.
21410
21411 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21412 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21413 try to use passive ftp mode.
21414
21415 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21416
21417 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21418
21419 * simple.el (append-to-buffer): Update point of windows after
21420 insertion.
21421
21422 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21423 forward then moving backward. Reindent.
21424
21425 * frame.el (other-frame): Call x-focus-frame only if
21426 focus-follows-mouse is off.
21427
21428 2000-03-17 Dave Love <fx@gnu.org>
21429
21430 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21431
21432 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21433
21434 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21435 regexp for labels cannot span several lines.
21436
21437 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21438 `(setq :<key> ':<key>)' to the macro expansion.
21439
21440 2000-03-16 Dave Love <fx@gnu.org>
21441
21442 * progmodes/f90.el (f90): Put custom group under `languages', not
21443 `fortran'.
21444 (f90-mode-hook): Customize.
21445 (f90-mode): Set add-log-current-defun-function.
21446 (f90-current-defun): New function.
21447
21448 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21449
21450 * cus-edit.el (custom-variable-tag-face): Handle case that
21451 default face's height is not a number.
21452 (custom-face-tag-face, custom-group-tag-face-1)
21453 (custom-group-tag-face): Ditto.
21454 (custom-group-tag-face-1): Add :group.
21455
21456 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21457
21458 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21459
21460 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21461 requiring easymenu.
21462
21463 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21464
21465 * ps-print.el: PostScript user-defined prologue, PostScript error
21466 handler, doc fix.
21467 (ps-print-version): New version number (5.1).
21468 (ps-user-defined-prologue, ps-error-handler-message)
21469 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21470 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21471 (ps-insert-string): New function.
21472
21473 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21474
21475 * international/ccl.el (ccl-compile-expression): Don't generate
21476 invalid self-assignment code.
21477
21478 2000-03-14 Dave Love <fx@gnu.org>
21479
21480 * subr.el (replace-regexp-in-string): Renamed from
21481 replace-regexps-in-string. Doc fix.
21482
21483 2000-03-12 Dave Love <fx@gnu.org>
21484
21485 * cus-edit.el: Doc fixes.
21486 (customize-set-variable, customize-save-variable): Rename args for doc.
21487 (custom-variable-tag-face, custom-face-tag-face)
21488 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21489 style which user identify as hyperlink.
21490 (hook): Don't add undefined functions to the hook.
21491 (debug-ignored-errors): Transfer message from bindings.el.
21492
21493 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21494
21495 * recentf.el (recentf-keep-non-readable-files-p):
21496 Remove double/nested definition.
21497
21498 2000-03-12 Dave Love <fx@gnu.org>
21499
21500 * facemenu.el (facemenu-get-face): Use display-color-p.
21501 * enriched.el (enriched-decode-foreground): Likewise.
21502 (enriched-decode-background): Likewise.
21503 * isearch.el (isearch-highlight): Likewise.
21504 * info-look.el (info-lookup): Likewise.
21505 * simple.el (completion-setup-function): Likewise.
21506
21507 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21508 :options.
21509
21510 * bindings.el (mode-line-format): Fix line-number and
21511 column-number items. Add help-echo for the background.
21512 (mode-line-mule-info): Modify help-echo.
21513
21514 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21515
21516 * files.el (load-file): Allow completion to .elc.
21517
21518 * man.el: Doc fixes.
21519 (Man-init-defvars): Use display-color-p to set fontification.
21520
21521 * play/hanoi.el (hanoi-internal): Don't use oddp.
21522
21523 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21524
21525 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21526
21527 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21528
21529 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21530
21531 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21532 Fix comment.
21533
21534 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21535
21536 * font-lock.el (font-lock-keywords): Fix the doc now that
21537 regexp-opt-depth is unnecessary.
21538 (save-buffer-state): Set an edebug spec.
21539 (font-lock-fontify-anchored-keywords): Properly handle the case when
21540 the matcher goes past the limit.
21541
21542 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21543 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21544
21545 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21546 dll.el and cookie.el (from Elib) with heavy renaming and other
21547 massaging.
21548
21549 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21550 Autoload the functions used.
21551 (easy-mmode-define-syntax): Fix CL typo.
21552 (easy-mmode-define-derived-mode): Improve the docstring generation.
21553
21554 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21555
21556 * textmodes/texinfo.el (texinfo-version): Variable and function
21557 removed.
21558
21559 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21560
21561 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21562 allow more flexibility.
21563 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21564 (easy-mmode-defmap, easy-mmode-defsyntax)
21565 (easy-mmode-define-derived-mode): New macros.
21566
21567 2000-03-09 Didier Verna <didier@xemacs.org>
21568
21569 * rect.el (replace-rectangle): New function.
21570
21571 2000-03-09 Dave Love <fx@gnu.org>
21572
21573 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21574 (fortran-comment-line-start-skip): Don't match cpp stuff.
21575 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21576 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21577 (fortran-mode): Don't set fortran-comment-line-start-skip,
21578 fortran-comment-line-start here. Set comment-start,
21579 add-log-current-defun.
21580 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21581 (fortran-current-defun): New function.
21582
21583 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21584
21585 * emacs-lisp/re-builder.el: New file.
21586
21587 * mouse.el (mouse-drag-region): Don't run up-event handler
21588 if hscroll has changed.
21589
21590 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21591 builtin operators, use `font-lock-builtin-face' for Emacs and
21592 `font-lock-preprocessor-face' otherwise.
21593
21594 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21595 `(defun (setf foo)' differently.
21596
21597 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21598
21599 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21600 (regexp-opt): Update comment and adapt the code the new meaning of
21601 the `paren' argument of regex-opt-group for shy-groups.
21602 (regexp-opt-depth): Handle shy groups as well as backslashed
21603 backslashes.
21604 (regexp-opt-group): Turn the leading comment into a docstring.
21605 Allow `paren' to be a string (the string to use to open a group).
21606 Remove open-presuf and close-presuf. Instead of checking for `all
21607 one-char' and then later on check for `several one-char', handle
21608 both cases close together. Also apply a more generic algorithm
21609 for suffixes (the mirror image of the algorithm used for
21610 prefixes). Use shy-groups. Use nreverse rather than reverse.
21611 (regexp-opt-try-suffix): Removed.
21612
21613 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21614 from comint-mode-map, so we can just inherit from it. Also, move
21615 the initialization into the `defvar' since there's no docstring
21616 anyway and it's fairly short.
21617 (inferior-scheme-mode): Define it as derived-mode: the code is
21618 shorter and this way we inherit from comint-mode-map rather than
21619 copying it.
21620
21621 * subr.el (replace-regexps-in-string): Properly handle the case
21622 where we match an empty string.
21623
21624 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21625 when the command has a directory component (such as "./testml").
21626 Also fix a typo in the comment.
21627
21628 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21629
21630 * Makefile (compile-files): Compile files one by one because
21631 that's the only way to ensure a clean compilation environment for
21632 each individual file.
21633
21634 * frame.el (other-frame): Call x-focus-frame.
21635
21636 2000-03-07 Dave Love <fx@gnu.org>
21637
21638 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21639 :require to defcustom.
21640
21641 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21642
21643 * files.el (auto-mode-alist): Add configure.in.
21644
21645 * progmodes/autoconf.el: New file.
21646
21647 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21648
21649 * mail/mh-e.el: Change maintainer to `none'.
21650
21651 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21652 to remove-hook and add-hook.
21653
21654 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21655
21656 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21657 it as the default.
21658 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21659 (sendmail-send-it): Conditionally add MIME headers specifying the
21660 used character set.
21661
21662 2000-03-07 Dave Love <fx@gnu.org>
21663
21664 * winner.el: Fix keywords, autoload cookies.
21665 Split eval-when-compile form to avoid compilation failure.
21666
21667 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21668
21669 * international/mule.el: Modify comment about coding system
21670 property `coding-category'.
21671 (make-coding-system): New argument EOL-TYPE. Pay attention to
21672 coding-category property of PROPERTIES.
21673
21674 * international/mule-conf.el (coding-category-utf-8)
21675 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21676 categories. Include them in the argument for set-coding-priority.
21677
21678 * international/mule-cmds.el (reset-language-environment):
21679 Include coding-category-utf-8, coding-category-utf-16-be, and
21680 coding-category-utf-16-le in the argument for set-coding-priority.
21681 (reset-language-environment): Initialize coding-category-utf-8,
21682 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21683
21684 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21685
21686 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21687 code abstracted out of `bookmark-jump-noselect'. Now tries info
21688 extensions as well as compression extensions.
21689 (bookmark-jump-noselect): Use above new func.
21690
21691 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21692
21693 * strokes.el: Change maintainer's mail address.
21694
21695 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21696
21697 * international/mule-diag.el (list-character-sets): Make help-echo
21698 string by substitute-command-keys.
21699 (list-character-sets): Likewise.
21700 (sort-listed-character-sets): Call help-setup-xref.
21701
21702 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21703
21704 * time.el (display-time-mail-file): Add `none' to the list of choices.
21705
21706 2000-03-01 Dave Love <fx@gnu.org>
21707
21708 * help.el (help-xref-go-back): Don't try to set position.
21709
21710 * international/mule-diag.el (list-character-sets):
21711 Call help-setup-xref. Add help-echo to xrefs.
21712 (list-character-sets-1): Add help-echo to xrefs.
21713
21714 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21715
21716 * frame.el (blink-cursor-mode): Switch cursor on when turning
21717 the mode off.
21718
21719 * add-log.el (add-log-current-defun): Add support for
21720 Autoconf mode.
21721
21722 * mail/rmail.el (rmail-quit-hook): New variable.
21723
21724 2000-03-01 Dave Love <fx@gnu.org>
21725
21726 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21727
21728 * help.el (help-xref-button): Add help-echo arg.
21729 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21730
21731 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21732
21733 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21734
21735 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21736
21737 * image.el (defimage): Look for image files in load-path.
21738
21739 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21740
21741 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21742
21743 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21744
21745 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21746
21747 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21748 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21749 action to select/unselect a file.
21750 (recentf-edit-list): Code cleanup and improvement.
21751 (recentf-open-more-files-action): `recentf-open-more-files' button
21752 widget action to open a file.
21753 (recentf-open-more-files): No more use standard completion but widgets.
21754 (recentf-more-collection): Deleted.
21755 (recentf-more-history): Deleted.
21756 (recentf-setup-more-completion): Deleted.
21757
21758 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21759
21760 * recentf.el (recentf-mode): No more needs that Emacs is running
21761 under a window-system.
21762
21763 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21764
21765 * recentf.el (recentf-edit-list): New command to edit the recent
21766 list which allow the user to remove files.
21767 (recentf-edit-selected-items): New global variable, used by
21768 `recentf-edit-list' to hold the list of files to be removed from
21769 the recent list.
21770 (recentf-make-menu-items): Updated to display a "Edit list..."
21771 menu item. Minor code cleanup.
21772
21773 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21774
21775 * recentf.el (recentf-open-more-files): New command to open files
21776 that are not displayed in the menu.
21777 (recentf-more-collection): New global variable holding the set of
21778 permissible completions used by `recentf-open-more-files'.
21779 (recentf-more-history): New global variable holding the history list
21780 used by `recentf-open-more-files' completion.
21781 (recentf-setup-more-completion): New function to setup completion for
21782 `recentf-open-more-files'.
21783 (recentf-make-menu-items): Updated to display a "More..." menu item.
21784
21785 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21786
21787 * recentf.el (recentf-menu-action): Doc fixed.
21788
21789 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21790
21791 * recentf.el (recentf-menu-filter): Doc updated.
21792 (recentf-update-menu-hook): Allow menu filters to force menu update.
21793 (recentf-make-menu-items): New menu filter handling.
21794 (recentf-make-menu-item): New helper function.
21795 (recentf-menu-elements): New menu handling function.
21796 (recentf-sort-ascending): Updated to new menu filter handling.
21797 (recentf-sort-descending): Updated to new menu filter handling.
21798 (recentf-sort-basenames-ascending): New menu filter function.
21799 (recentf-sort-basenames-descending): New menu filter function.
21800 (recentf-show-basenames): New menu filter function.
21801 (recentf-show-basenames-ascending): New menu filter function.
21802 (recentf-show-basenames-descending): New menu filter function.
21803
21804 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21805
21806 * diary-lib.el (list-diary-entries): Don't try to go forward at
21807 the end of the buffer.
21808
21809 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21810
21811 * international/mule-diag.el (list-character-sets):
21812 Completely rewritten.
21813 (sort-listed-character-sets): New function.
21814 (list-character-sets-1): Completely rewritten.
21815 (list-character-sets-2): New function.
21816 (non-iso-charset-alist): New variable.
21817 (decode-codepage-char): New function.
21818 (charset-history): New variable.
21819 (read-charset) (list-block-of-chars)
21820 (list-iso-charset-chars)
21821 (list-non-iso-charset-chars)
21822 (list-charset-chars): New functions.
21823 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21824 (dump-charsets): Likewise.
21825
21826 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21827
21828 * dired-x.el (dired-filename-at-point): Add `@' to valid
21829 file name characters.
21830 (dired-filename-at-point): Handle ange-ftp file names.
21831
21832 * frame.el (frame-notice-user-settings): Use assq-delete-all
21833 instead of assoc-delete-all.
21834 (frame-notice-user-settings): Ditto.
21835
21836 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21837 Don't copy alist.
21838
21839 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21840
21841 * calculator.el (calculator-use-menu): New option.
21842 (calculator-initial-bindings): Changed some bindings to work as macros.
21843 (calculator-forced-input): Removed.
21844 (calculator-restart-other-mode): New variable.
21845 (calculator-mode-map): Set up menu.
21846
21847 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21848
21849 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21850
21851 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21852
21853 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21854 translate all ESC key sequences.
21855 (viper-goto-mark-subr): Restore markers for files for which
21856 they were saved.
21857 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21858 * viper-util.el (viper-set-replace-overlay-glyphs)
21859 (viper-set-replace-overlay): Always check if the replacement
21860 overlay is live.
21861 * viper.el (viper-vi-state-mode-list): Add major modes.
21862 * ediff-wind.el: Minor comment changes.
21863 * ediff.el: Copyright notice date fix.
21864
21865 2000-02-27 Jason Rumney <jasonr@gnu.org>
21866
21867 * faces.el (face-font-family-alternatives): Add arial to helv.
21868 (mode-line, header-line, tool-bar): Same default as x for w32.
21869 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21870 face-font-family-alternatives from working.
21871 * term/w32-win.el (mouse-set-font): Do not build fontset from
21872 chosen font.
21873
21874 2000-02-25 Sam Steingold <sds@goems.com>
21875
21876 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21877 properly.
21878
21879 2000-02-25 Richard M. Stallman <rms@gnu.org>
21880
21881 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21882
21883 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21884
21885 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21886
21887 * frame.el (busy-cursor-delay-seconds): New option.
21888
21889 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21890
21891 * frame.el (show-cursor-in-non-selected-windows): New option.
21892
21893 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21894
21895 * diary-lib.el (include-other-diary-files): Undo the selective
21896 display in any included file and don't kill it.
21897
21898 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21899
21900 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21901 Menu items converted to (menu-item format, help strings added.
21902 [downcase, upcase]: Don't enable on MS-DOS.
21903 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21904 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21905
21906 2000-02-23 Dave Love <fx@gnu.org>
21907
21908 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21909 (backward-kill-word): Revert addition of * to interactive spec --
21910 it's a feature.
21911
21912 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21913 (backward-kill-sentence, kill-sentence): Likewise.
21914
21915 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21916 scratch buffer name.
21917 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21918
21919 * term/w32-win.el (internal-face-interactive): Update prompt for
21920 new read-face-name.
21921
21922 * mail/footnote.el (footnote): Add :version to defgroup.
21923 (footnote-section-tag-regexp): Customize.
21924 (footnote-start-tag, footnote-end-tag): New option.
21925 (footnote-latin-regexp): New variable.
21926 (Footnote-latin): New function.
21927 (footnote-style-alist): Add element for latin style.
21928 (footnote-style): Moved.
21929 (Footnote-goto-footnote): Use eq to test arg.
21930
21931 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21932
21933 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21934 (byte-compile-trueconstp): Include keywords.
21935 (byte-optimize-quote, byte-optimize-lapcode):
21936 Use byte-compile-const-symbol-p.
21937 (byte-optimize-char-before): New optimization.
21938
21939 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21940 (byte-compile-const-symbol-p): New function.
21941 (byte-compile-constp, byte-compile-out-toplevel)
21942 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21943 Use it.
21944
21945 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21946
21947 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21948
21949 * international/encoded-kb.el: Be sure to update minor-mode-alist
21950 and minor-mode-map-alist.
21951 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21952 codes SS2 and SS3 correctly.
21953 (encoded-kbd-self-insert-ccl): New function.
21954 (encoded-kbd-setup-keymap): New function.
21955 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21956 by calling encoded-kbd-setup-keymap.
21957
21958 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21959 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21960
21961 2000-02-22 Dave Love <fx@gnu.org>
21962
21963 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21964 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21965 (lisp-mode-syntax-table): Set up for #|...|# comments.
21966 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21967 classes. Match `defface'.
21968 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21969 (eval-defun-1): Fix for defcustom.
21970 (lisp-indent-region): Doc fix.
21971
21972 * subr.el (when, unless, split-string): Doc fix.
21973 (read-passwd): Move call of clear-this-command-keys to the right place.
21974 (replace-regexps-in-string): New function.
21975
21976 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21977
21978 * help.el (describe-variable): Set syntax table to
21979 emacs-lisp-mode-syntax-table when moving forward over the
21980 symbol's name.
21981
21982 2000-02-22 Dave Love <fx@gnu.org>
21983
21984 * xt-mouse.el: Doc fixes.
21985 (xterm-mouse-position-function): New function, replacing advice of
21986 mouse-position.
21987 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21988
21989 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21990
21991 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21992
21993 * format.el (format-annotate-single-property-change):
21994 Handle properties.with dotted-list values.
21995 (format-proper-list-p): New function.
21996
21997 * enriched.el (enriched-face-ans): Handle '(foreground-color
21998 . COLOR) and (background-color . COLOR).
21999
22000 2000-02-20 Dave Love <fx@gnu.org>
22001
22002 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
22003 and assignments to it.
22004 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
22005 current local map.
22006 (make-flyspell-overlay): Use it.
22007 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
22008
22009 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
22010 (lm-get-header-re): Defun, not defsubst.
22011 (lm-get-package-name): Defun, not defsubst. Simplify.
22012 (lm-version): Doc fix. Simplify.
22013 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
22014 (lm-crack-address, lm-last-modified-date, lm-commentary)
22015 (lm-verify, lm-synopsis): Simplify.
22016 (lm-report-bug): Require emacsbug. Use compose-mail.
22017
22018 2000-02-20 Gerd Moellmann <gerd@gnu.org>
22019
22020 * dired.el (dired-mode): Call propertized-buffer-identification
22021 to set mode-line-buffer-identification to something having
22022 the right text properties.
22023
22024 * bindings.el (propertized-buffer-identification): New function.
22025
22026 2000-02-20 Dave Love <fx@gnu.org>
22027
22028 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
22029 check for t-mouse too.
22030
22031 * cus-start.el: Make echo-keystrokes `number'.
22032
22033 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
22034
22035 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
22036 Don't call ring-empty-p unless tags-location-ring is bound.
22037 From Noah Friedman <friedman@splode.com>.
22038
22039 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
22040
22041 * progmodes/hideshow.el (hs-flag-region): No longer use
22042 `intangible' overlay property.
22043
22044 (hs-toggle-hiding): New command.
22045 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
22046
22047 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
22048 Fix omission bug: Run `hs-minor-mode-hook' for both activation
22049 and deactivation.
22050
22051 2000-02-18 Gerd Moellmann <gerd@gnu.org>
22052
22053 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
22054
22055 2000-02-17 Gerd Moellmann <gerd@gnu.org>
22056
22057 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
22058
22059 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
22060 of `*' to handle `(* ... *)' comments.
22061
22062 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
22063
22064 * faces.el (list-faces-display): Use display-mouse-p instead of
22065 window-system.
22066
22067 * menu-bar.el (global-map): Menu-bar items converted to the new
22068 format (menu-item..., rearranged for better CUA compliance, and
22069 their names changed for better clarity. Help strings added.
22070
22071 * international/mule-cmds.el (mule-menu-keymap)
22072 (describe-language-environment-map, set-coding-system-map)
22073 (setup-language-environment-map): Convert to new (menu-item...
22074 form, add help strings. Change names of menu items for better clarity.
22075 "Mule" menu-bar item removed (it's now in the "Options" submenu).
22076
22077 2000-02-17 Gerd Moellmann <gerd@gnu.org>
22078
22079 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
22080 within the code.
22081
22082 2000-02-16 Dave Love <fx@gnu.org>
22083
22084 * faces.el: Don't require custom. Add more specific :groups to
22085 various deffaces.
22086 (set-face-attribute): Purecopy args.
22087 (read-face-name): Default to name at point and use it in prompt.
22088 Remove colon from arg in all callers.
22089 (list-faces-display): Hyperlink to face descriptions and customize
22090 buffers.
22091
22092 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
22093
22094 * wid-edit.el (widget-match-inline): An atom never matches a list.
22095
22096 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22097
22098 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
22099 at ':' characters by call to split-string.
22100
22101 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22102
22103 * textmodes/bibtex.el: Added RCS version identification.
22104
22105 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22106
22107 * textmodes/bibtex.el: Some temporary comments removed.
22108 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
22109 (bibtex-field-const): Allow capital letters.
22110 (bibtex-start-of-string): Deleted because unused.
22111
22112 * textmodes/bibtex.el: Unified some nomenclature. We no longer
22113 use the term 'reference' to describe a bibtex entry as a whole.
22114 Further, reference keys are no longer called 'labels'.
22115 (bibtex-keys): Renamed to bibtex-reference-keys.
22116 (bibtex-reformat-previous-labels): Renamed to
22117 bibtex-reformat-previous-reference-keys.
22118 (bibtex-reference-type): Renamed to bibtex-entry-type.
22119 (bibtex-reference-head): Renamed to bibtex-entry-head.
22120 (bibtex-reference-maybe-empty-head): Renamed to
22121 bibtex-entry-maybe-empty-head.
22122 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
22123 (bibtex-search-reference): Renamed to bibtex-search-entry.
22124 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
22125 bibtex-enclosing-entry-maybe-empty-head.
22126 (bibtex-entry-field-alist, bibtex-entry-head)
22127 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
22128 (bibtex-map-entries, bibtex-search-entry)
22129 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
22130 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22131 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
22132 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
22133 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
22134 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
22135 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
22136
22137 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22138
22139 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
22140 comment.
22141 (bibtex-format-field-delimiters): New function, functionality
22142 extracted from bibtex-format-entry.
22143 (bibtex-autokey-get-yearfield-digits): New function, functionality
22144 extracted from bibtex-autokey-get-yearfield.
22145
22146 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
22147 entries in order to avoid stack overflow in the regexp matcher if
22148 field contents become large.
22149 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
22150 (bibtex-field-string-part-not-braced)
22151 (bibtex-field-string-part-no-inner-braces)
22152 (bibtex-field-string-part-1-inner-brace)
22153 (bibtex-field-string-part-2-inner-braces)
22154 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
22155 (bibtex-field-string-quoted, bibtex-field-string)
22156 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
22157 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
22158 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
22159 Deleted as parsing is now performed by the following functions.
22160 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
22161 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
22162 (bibtex-parse-field-string, bibtex-search-forward-field-string)
22163 (bibtex-parse-association, bibtex-field-name-for-parsing)
22164 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
22165 (bibtex-search-forward-field, bibtex-search-backward-field)
22166 (bibtex-start-of-field, bibtex-end-of-field)
22167 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
22168 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22169 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
22170 (bibtex-parse-string, bibtex-search-forward-string)
22171 (bibtex-search-backward-string, bibtex-start-of-string)
22172 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
22173 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22174 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22175 entries. Instead of reporting the results of the parsing by
22176 match-beginning or match-end, these functions return data structures
22177 that hold the corresponding positions.
22178 (bibtex-enclosing-field): Changed to also report field boundaries by
22179 return values rather than by match-beginning or match-end.
22180 The following functions have been adapted to use the new
22181 parsing functions.
22182 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22183 (bibtex-enclosing-field, bibtex-format-entry)
22184 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22185 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22186 (bibtex-print-help-message, bibtex-end-of-entry)
22187 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22188 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22189 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22190 Use the new method for parsing.
22191 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22192 (bibtex-map-entries, bibtex-flash-head)
22193 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22194 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22195 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22196 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22197 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22198 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22199 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22200 order to make the new binding of case-fold-search immediately visible.
22201
22202 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22203
22204 * textmodes/bibtex.el: Copyright notice is up to date.
22205 Added constant 'bibtex-maintainer-salutation.
22206
22207 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22208 than make-temp-name, use match-string-no-properties and eliminate
22209 a quadratic behavior when building bibtex-strings.
22210
22211 * bibtex.el (bibtex-reference-key): Accept string entries whose
22212 reference key contains upper case letters.
22213
22214 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22215
22216 * bibtex.el (bibtex-reference-head): Allow entries to start with
22217 a new line.
22218
22219 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22220
22221 * bibtex.el: Hiding of entry bodies is not longer provided by
22222 bibtex.el directly. Instead the hideshow package can be used.
22223 Added a special bibtex entry to hs-special-modes-alist.
22224 (bibtex-hs-forward-sexp): Added for hideshow.el.
22225
22226 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22227
22228 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22229 proceedings entry type (for cross referencing). Thanks to Wagner
22230 Toledo Correa for the suggestion.
22231
22232 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22233
22234 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22235
22236 * international/characters.el: Setup case table for Vietnamese.
22237
22238 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22239
22240 * uniquify.el (toplevel): Require CL at compile time.
22241 (uniquify-push): Removed.
22242
22243 * shadowfile.el (shadow-when): Removed.
22244
22245 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22246 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22247
22248 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22249 regexp for paragraph-start.
22250
22251 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22252 commas as well.
22253
22254 2000-02-10 Dave Love <fx@gnu.org>
22255
22256 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22257 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22258 Deleted.
22259 (widget-specify-field, widget-specify-button): Don't use
22260 widget-mouse-help as help-echo property.
22261 (default): Use #'ignore for :validate and :mouse-down-action.
22262 (checkbox): Add help-echo.
22263 (widget-sexp-validate): Rewritten to clarify error messages.
22264 (character): Use char-valid-p in :match function.
22265 (widget-color-complete): Use facemenu-color-alist.
22266 (widget-color-action): Use facemenu-read-color.
22267
22268 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22269 set up `caar' &c that we now have.
22270
22271 2000-02-09 Ray Blaak <blaak@gnu.org>
22272
22273 * delphi.el: Make resourcestring a declaration region, like const
22274 and var.
22275
22276 2000-02-09 Dave Love <fx@gnu.org>
22277
22278 * bindings.el (mode-line-input-method-map): New variable.
22279 (mode-line-mule-info): Use it; fix last change.
22280 (mode-line-mode-menu): Move definition.
22281 (mode-line-mouse-sensitive-p): Deleted.
22282 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22283 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22284
22285 * startup.el (command-line-1): Don't call
22286 make-mode-line-mouse-sensitive.
22287
22288 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22289
22290 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22291 before rmail-toggle-header, because the former toggles headers.
22292
22293 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22294
22295 * diff-mode.el (diff-kill-junk): New interactive function.
22296 (diff-reverse-direction): Use delete-and-extract-region.
22297 (diff-post-command-hook): Restrict the area so that the hook also works
22298 outside of any diff hunk. This is necessary for the minor-mode.
22299 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22300 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22301
22302 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22303 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22304 so that it can be used more easily in <foo>-mode-hook. Also make sure
22305 to avoid duplicate entries.
22306 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22307 (font-lock-remove-keywords): Just as was done for `add', allow it to
22308 work even if font-lock-mode is nil. Also make sure we don't modify
22309 any pre-existing list by forcing a copy-sequence. Finally rename
22310 `major-mode' to `mode'.
22311 (font-lock-fontify-syntactic-anchored-keywords)
22312 (font-lock-fontify-anchored-keywords)
22313 (font-lock-fontify-keywords-region): Use line-end-position.
22314 Don't make `font-lock-multiline' local (it's now done in
22315 font-lock-set-defaults).
22316 (font-lock-set-defaults): Make `font-lock-multiline' local.
22317 Move the `font-lock-fontified' creation to inside the `unless'.
22318
22319 2000-02-06 Andrew Innes <andrewi@gnu.org>
22320
22321 * term/w32-win.el (x-handle-args): Comment out call to message,
22322 which occurs before window system is initialized.
22323
22324 * makefile.nt: Add support for recompiling lisp code.
22325
22326 2000-02-04 Dave Love <fx@gnu.org>
22327
22328 * bindings.el (mode-line-mule-info): Fix/extend last change.
22329
22330 * completion.el: Replace completion-dolist with dolist.
22331
22332 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22333
22334 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22335
22336 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22337 environment names before they go into the section regexp.
22338
22339 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22340 char class in regexp.
22341
22342 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22343 Bind `case-fold-search' to nil.
22344
22345 * progmodes/idlwave.el (idlwave-template):
22346 Respect `idlwave-abbrev-change-case'.
22347 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22348 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22349 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22350 (idlwave-rw-case): New function.
22351 (idlwave-statement-match): Fixed problem with assignment regexp.
22352 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22353 (idlwave-surround): New argument LENGTH to support padding of
22354 operators longer than 1 char.
22355
22356 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22357 idlwave-shell-expression-overlay. Implemented printing of
22358 expressions on higher levels of the calling stack.
22359 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22360 (idlwave-retrieve-expression-from-level): New function.
22361 (idlwave-shell-last-calling-stack): Variable removed.
22362 (idlwave-shell-reset): Argument action reversed (`visible' to
22363 `hidden'). Also remove stop-line overlay.
22364 (idlwave-shell-calling-stack-routine): New variable.
22365 (idlwave-shell-parse-stack-and-display): Messages now display
22366 negative level numbers.
22367 (idlwave-shell-mode): Set `modeline-format'.
22368 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22369 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22370 (idlwave-shell-print-expression-function): New option.
22371
22372 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22373 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22374 `tool-bar' instead of `toolbar'.
22375
22376 2000-02-02 Dave Love <fx@gnu.org>
22377
22378 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22379 emacs-lisp-mode-hook. Don't check for defalias being defined.
22380
22381 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22382 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22383 Use the new builtins directly.
22384
22385 * whitespace.el (whitespace): Add :version to defgroup.
22386
22387 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22388 Doc fix.
22389
22390 * thingatpt.el (sexp-at-point, symbol-at-point)
22391 (number-at-point, list-at-point): Add autoload cookie.
22392
22393 * recentf.el (recentf): Add :version to defgroup.
22394
22395 * quickurl.el (quickurl): Add :version to defgroup.
22396
22397 * elide-head.el (elide-head): Use point-marker more.
22398
22399 * bs.el (bs): Add :version to defgroup.
22400
22401 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22402
22403 * progmodes/delphi.el (delphi): Add :version to defgroup.
22404
22405 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22406
22407 * ange-ftp.el (ange-ftp-write-region): Handle case that
22408 succeeding process operation sets a different coding system.
22409
22410 * calculator.el: New file.
22411
22412 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22413
22414 * frame.el (frames-on-display-list, framep-on-display): New functions.
22415 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22416 (display-selections-p, display-screens, display-pixel-width)
22417 (display-pixel-height, display-mm-width, display-mm-height)
22418 (display-backing-store, display-save-under, display-planes)
22419 (display-color-cells, display-visual-class): New functions.
22420
22421 * term/tty-colors.el (tty-color-gray-shades): New function.
22422
22423 * faces.el (display-color-p): Use framep-on-display.
22424 (display-grayscale-p): New function.
22425
22426 2000-01-31 Dave Love <fx@gnu.org>
22427
22428 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22429 (create-fontset-from-x-resource): Don't concat integers.
22430
22431 2000-01-31 Inge Frick <inge@nada.kth.se>
22432
22433 * view.el: Some changes in documentation. Removed some trailing
22434 whitespace. Changed some parameter names to agree with documentation.
22435 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22436 window is not deleted. Modifies change 1998-04-26.
22437
22438 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22439
22440 * windmove.el: New file.
22441
22442 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22443 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22444 progmodes/ebnf-yac.el: Update copyright and license info.
22445
22446 * jit-lock.el (jit-lock-function): Widen before calculating
22447 end position.
22448 (jit-lock-stealth-chunk-start): Rewritten.
22449
22450 * info.el (Info-title-face-alist): Removed.
22451 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22452 (Info-fontify-node): Use these faces.
22453
22454 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22455
22456 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22457 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22458 `&allow-other-keywords'.
22459
22460 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22461 the list of directories scanned heuristically.
22462
22463 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22464
22465 2000-01-30 Jason Rumney <jasonr@gnu.org>
22466
22467 * w32-fns.el: Define w32-tty-standard-colors.
22468
22469 * startup.el (command-line): Use w32-tty-standard-colors when in
22470 w32 console mode.
22471
22472 2000-01-30 Dave Love <fx@gnu.org>
22473
22474 * jka-compr.el (jka-compr-load): Fix up load-history.
22475
22476 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22477
22478 * emacs-lisp/cl-macs.el: Revert previous change.
22479
22480 2000-01-29 Dave Love <fx@gnu.org>
22481
22482 * facemenu.el: Purecopy various strings.
22483
22484 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22485 years. Deal with three-digit years.
22486
22487 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22488 Use defconst, purecopy.
22489 (help-back-label): Purecopy it.
22490
22491 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22492
22493 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22494 variable. If non-nil, order the buffer list according to the
22495 currently selected frame.
22496 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22497 non-nil, pass the selected frame to function buffer-list.
22498
22499 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22500
22501 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22502
22503 2000-01-28 Dave Love <fx@gnu.org>
22504
22505 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22506
22507 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22508 Don't use lisp-indent-hook property.
22509 (cl-abs): Remove.
22510
22511 * subr.el: Move out indent and edebug specs for when and unless.
22512
22513 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22514 when, unless.
22515
22516 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22517 unless, when.
22518
22519 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22520
22521 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22522 `collecting' as synonym for `collect'.
22523
22524 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22525 for the case it contains spaces.
22526
22527 * simple.el (what-cursor-position): Change formatting of messages.
22528
22529 * frame.el (delete-other-frames): New function.
22530 (toplevel): Bind it to C-x 5 1.
22531
22532 * sort.el (sort-numeric-base): New option.
22533 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22534 interpret it as octal or hexadecimal. Use sort-numeric-base
22535 as default base.
22536
22537 * progmodes/glasses.el: New file.
22538
22539 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22540
22541 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22542 userids differently.
22543
22544 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22545 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22546 progmodes/ebnf-yac.el: New files.
22547
22548 2000-01-26 Dave Love <fx@gnu.org>
22549
22550 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22551 on a function with an empty body. [From Eric Ludlam.]
22552
22553 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22554
22555 * vc.el (vc-version-diff): Make sure file name is expanded.
22556
22557 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22558
22559 * scroll-bar.el (scroll-bar-timer): Variable removed.
22560 (scroll-bar-toolkit-scroll): Don't use a timer.
22561
22562 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22563
22564 * language/thai-util.el (thai-composition-function):
22565 Delete superfluous `a'.
22566
22567 2000-01-24 Dave Love <fx@gnu.org>
22568
22569 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22570 end-of-defun-function.
22571
22572 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22573
22574 2000-01-22 Jason Rumney <jasonr@gnu.org>
22575
22576 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22577 conflicts with new face support.
22578
22579 2000-01-22 Richard M. Stallman <rms@gnu.org>
22580
22581 * replace.el (query-replace): Rename last arg to DELIMITED.
22582 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22583 (query-replace-regexp): Likewise.
22584
22585 2000-01-20 Richard M. Stallman <rms@gnu.org>
22586
22587 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22588
22589 * emacs-lisp/lisp.el (beginning-of-defun-function):
22590 Variable renamed from beginning-of-defun.
22591 Do not call make-variable-buffer-local.
22592 (beginning-of-defun-raw): Use new variable name; doc fix.
22593 (beginning-of-defun): Doc fix.
22594 (end-of-defun-function): Variable renamed from end-of-defun.
22595 Do not call make-variable-buffer-local.
22596 (end-of-defun): Use new variable name; doc fix.
22597
22598 * subr.el (dolist, dotimes): Copied from cl-macs.el
22599 and made to work.
22600
22601 * mail/undigest.el (rmail-digest-end-regexps):
22602 Variable replaces rmail-digest-end-regexp.
22603 Allows multiple regexps for detecting the end line.
22604 (undigestify-rmail-message): Corresponding changes.
22605
22606 2000-01-19 Dave Love <fx@gnu.org>
22607
22608 * files.el (user-init-file): Don't declare here -- is primitive.
22609
22610 * startup.el (command-line): Check for compiled user-init-file and
22611 set to uncompiled version if necessary.
22612
22613 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22614
22615 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22616 (undigestify-rmail-message): Use it.
22617
22618 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22619
22620 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22621
22622 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22623 of mini-buffer.
22624
22625 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22626
22627 * emacs-lisp/copyright.el (copyright-update): Removed the
22628 requirement for a trailing space from `copyright-regexp', to
22629 support copyrights with owner specified on a separate line..
22630
22631 * align.el: New file.
22632
22633 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22634
22635 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22636
22637 2000-01-13 Dave Love <fx@gnu.org>
22638
22639 * ph.el: Removed. (Obsoleted by EUDC.)
22640
22641 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22642
22643 * net/eudc.el (toplevel): Remove autoloaded code installing
22644 menu with easymenu, because that causes build problems.
22645
22646 * frame.el (frame-notice-user-settings): New variable.
22647 (frame-notice-user-settings): Don't modify frame parameters
22648 if called a second time.
22649
22650 2000-01-13 Richard M. Stallman <rms@gnu.org>
22651
22652 * frame.el (frame-notice-user-settings):
22653 Notice default-frame-parameters even for non-window frames.
22654
22655 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22656
22657 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22658 for Emacs.
22659 (eudc-bob-can-display-inline-images): Extend for Emacs.
22660 (eudc-bob-toggle-inline-display): Ditto.
22661 (eudc-bob-display-jpeg): Ditto.
22662
22663 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22664
22665 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22666 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22667 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22668
22669 * add-log.el (add-change-log-entry): Fix error trying an
22670 `(insert nil)'.
22671
22672 * subdirs.el: Add `net' directory.
22673
22674 * net: New directory.
22675
22676 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22677 eval-last-sexp. Don't bind debug-on-error here.
22678 (eval-last-sexp): New function. Bind debug-on-error if
22679 eval-expression-debug-on-error is non-nil.
22680 (eval-defun-2, eval-defun): Likewise.
22681
22682 * simple.el (eval-expression): Don't bind debug-on-error if
22683 eval-expression-debug-on-error is nil. Detect changed
22684 debug-on-error, and propagate new value to global binding, if
22685 eval-expression-debug-on-error is non-nil,
22686 (eval-expression-debug-on-error): Change doc string.
22687
22688 2000-01-11 Richard M. Stallman <rms@gnu.org>
22689
22690 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22691
22692 * emacs-lisp/lisp-mode.el (with-syntax-table):
22693 Set up lisp-indent-function property.
22694
22695 * subr.el (with-syntax-table): Moved from simple.el.
22696
22697 * simple.el (with-syntax-table): Moved to subr.el.
22698
22699 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22700
22701 * tmm.el (tmm-shortcut): Delete region after prompt instead
22702 of erasing buffer.
22703
22704 * textmodes/fill.el (fill-common-string-prefix): New function.
22705 (fill-context-prefix): Use the longest common prefix of first
22706 and second line fill prefix, if there is one.
22707
22708 2000-01-11 Richard M. Stallman <rms@gnu.org>
22709
22710 * array.el (array-mode): Don't use make-variable-buffer-local.
22711 Use make-local-variable for `truncate-lines'.
22712
22713 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22714
22715 * add-log.el (add-log-current-defun): Handle user-defined
22716 add-log-current-function returning nil,
22717
22718 * add-log.el (add-change-log-entry): Insert version number
22719 if having found a current function
22720
22721 * add-log.el (add-log-current-defun):
22722 Call `add-log-current-defun-function'. Try matches at level 0 and
22723 level 1. Strip whitespace from defun found.
22724
22725 2000-01-10 John Wiegley <johnw@gnu.org>
22726
22727 * allout.el (isearch-done/outline-provisions): Added `edit'
22728 argument to correspond with the current definition of `isearch-done'.
22729
22730 2000-01-10 Dave Love <fx@gnu.org>
22731
22732 * elide-head.el (elide-head): Use point-marker, not point.
22733
22734 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22735
22736 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22737 before and after the year 2000.
22738
22739 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22740 Add ispell- prefix.
22741
22742 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22743
22744 * ispell.el: Only define dictionaries in menus when they exist.
22745 (version18p): New variable.
22746 (version20p): New variable.
22747 (xemacsp): New variable.
22748 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22749 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22750 (ispell-dictionary-alist6): Russian command lines no longer accept
22751 run-together words.
22752 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22753 (ispell-dictionary-alist): Add koi8-r to customize definition.
22754 (check-ispell-version): Added documentation string. Return library
22755 path when called non-interactively.
22756 (ispell-menu-map-needed): Uses new variables.
22757 (ispell-library-path): New variable.
22758 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22759 (ispell-word): Improved documentation string. Test for valid
22760 character mappings. Correctly check typed in word changes that can
22761 result in single words split into multiple words.
22762 Return replacement word.
22763 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22764 replace in recursive query replace mode. Help message for
22765 recursive edit mode.
22766 (ispell-show-choices): Protect against bad framepop bindings.
22767 (ispell-help): Fix to work with XEmacs.
22768 (ispell-highlight-spelling-error): Use new variables.
22769 (ispell-overlay-window): Fix to work with XEmacs.
22770 (ispell-parse-output): Passed and returns location information
22771 tracking spelling corrections. Doesn't recheck same word on
22772 current line.
22773 (ispell-init-process): Protect against bogus XEmacs variable binding.
22774 Fix call to single argument in sleep-for. Use new variables.
22775 (ispell-region): Passed and returns location information tracking
22776 spelling corrections. Doesn't check same word on current line.
22777 Improved documentation string. Doesn't resend a line already
22778 checked to the ispell process - fixes bug in LaTeX parsing.
22779 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22780 (ispell-skip-region): No longer skips <TT> in SGML.
22781 (ispell-process-line): Tracks location information with spelling
22782 corrections. Added documentation string. Accounts for words
22783 already accepted on this line. Don't allow query-replace on line
22784 starting with math characters. Doesn't resend a line already sent
22785 to ispell process. Fixes alignment error bug.
22786
22787 2000-01-10 Richard M. Stallman <rms@gnu.org>
22788
22789 * dired-x.el (dired-guess-shell-alist-default):
22790 Suggest xloadimage, which is free, not xv, which isn't.
22791
22792 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22793 Don't ever include the host name or user name in the value.
22794
22795 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22796
22797 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22798 of a real newline.
22799
22800 2000-01-09 Stephen Eglen <stephen@gnu.org>
22801
22802 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22803 for .png files.
22804
22805 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22806
22807 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22808
22809 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22810
22811 * progmodes/cperl-mode.el: Replace ^F with ^L.
22812
22813 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22814 `require'ing rmail and mailalias to prevent infinite recursion.
22815
22816 2000-01-08 Dave Love <fx@gnu.org>
22817
22818 * emacs-lisp/backquote.el: Remove inappropriate customization
22819 (allowing custom.el to use backquote).
22820
22821 2000-01-07 Dave Love <fx@gnu.org>
22822
22823 * add-log.el (add-log-debugging): Deleted.
22824 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22825 file. Remove debugging code.
22826 (change-log-get-method-definition, change-log-name): Add doc.
22827 (change-log-sortable-date-at): New function.
22828 (change-log-merge): New command.
22829
22830 * time.el (display-time-string-forms): Make the Mail string active.
22831 (display-time-update): Provide help-echo for load average.
22832
22833 * bindings.el (make-mode-line-mouse2-map): New function.
22834 (mode-line-modified): Use it and simplify.
22835 (mode-line-mule-info): Provide help-echo info.
22836 (minor-mode-alist): Activate the strings.
22837 (make-mode-line-mouse-sensitive): Simplify for
22838 mode-line-buffer-identification.
22839
22840 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22841
22842 * play/pong.el: New file.
22843
22844 2000-01-06 Dave Love <fx@gnu.org>
22845
22846 * array.el: Assorted cleanups for compiler warnings, doc strings,
22847 `array-' prefix for symbols.
22848
22849 2000-01-05 Dave Love <fx@gnu.org>
22850
22851 * textmodes/outline.el (outline-mode-menu-bar-map):
22852 Add outline-headers-as-kill.
22853 (outline-mode): Define imenu-generic-expression.
22854 (outline-headers-as-kill): New command.
22855
22856 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22857 from paragraph-start.
22858 (paragraph-indent-minor-mode): New command.
22859
22860 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22861 M-C-e, M-C-h, C-j, C-xnd, TAB.
22862 (fortran-mode): Set beginning-of-defun, end-of-defun.
22863 (fortran-column-ruler): Simplify.
22864 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22865 (fortran-with-subprogram-narrowing): Likewise.
22866 (fortran-indent-subprogram): Call mark-defun.
22867 (fortran-check-for-matching-do): Change narrowing.
22868
22869 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22870 (cl-lucid-hash-tag): Delete.
22871 (cl-hash-table-p): Correct test for native table.
22872 (cl-hash-table-count): Use hash-table-count.
22873
22874 * browse-url.el (browse-url): Fix case of
22875 browse-url-browser-function being an alist.
22876
22877 2000-01-05 Carsten Dominik <cd@gnu.org>
22878
22879 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22880 (reftex-index-phrase-file-extension): New options.
22881
22882 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22883 Use new option `reftex-index-phrase-file-extension'.
22884
22885 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22886 `reftex-parse-file-extension'.
22887
22888 2000-01-05 Dave Love <fx@gnu.org>
22889
22890 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22891 (beginning-of-defun-raw): Use it.
22892 (end-of-defun): New variable.
22893 (end-of-defun): Use it.
22894 (check-parens): New command.
22895
22896 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22897
22898 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22899 (hs-show-block): Don't use `mapcar' when not accumulating.
22900
22901 Fix buglet in local variables initialization.
22902
22903 2000-01-05 Andreas Schwab <schwab@suse.de>
22904
22905 * hscroll.el (hscroll): Doc fix.
22906
22907 2000-01-05 Carsten Dominik <cd@gnu.org>
22908
22909 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22910 Require idlw-toolbar.
22911
22912 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22913 file idlw-rinfo.el.
22914 (idlwave-customize): Load must read file idlw-shell.el.
22915 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22916
22917 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22918
22919 * progmodes/idlw-shell.el: Also provide idlwave-shell
22920 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22921 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22922
22923 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22924 both reftex-dcr and reftex-vcr.
22925
22926 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22927
22928 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22929
22930 * ps-print.el: PostScript code now is in separate files, doc fix.
22931 (ps-print-version): New version number (5.0.3).
22932 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22933 local.
22934 (ps-spool-config): Initialization fix.
22935 (ps-print-prologue-1, ps-print-prologue-2)
22936 (ps-print-duplex-feature): PostScript code moved to separated file.
22937 (ps-background-image): Little code reformating.
22938 (ps-begin-file, ps-begin-job): Fix code.
22939 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22940 (ps-prologue-file): New fun.
22941
22942 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22943
22944 * ps-vars.el: Eliminated.
22945
22946 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22947 `;;;###autoload'.
22948
22949 * ps-print.el: ps-vars eliminated, doc fix.
22950 (ps-print-version): New version number (5.0.2).
22951 (ps-spool-config): Initialization fix.
22952 (ps-print-customize): New fun.
22953
22954 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22955
22956 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22957
22958 2000-01-04 Dave Love <fx@gnu.org>
22959
22960 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22961 menu items.
22962
22963 2000-01-03 Dave Love <fx@gnu.org>
22964
22965 * elide-head.el (elide-head) [defgroup]: Add :version.
22966
22967 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22968 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22969 Use `cl-hash-table-p', not `hash-table-p'.
22970 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22971
22972 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22973
22974 * faces.el (face-read-integer, read-face-attribute)
22975 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22976
22977 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22978
22979 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22980 at comment end, and re-insert them after filling.
22981
22982 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22983
22984 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22985 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22986 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22987
22988 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22989
22990 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22991 the new name of face-color-supported-p.
22992
22993 * term/w32-win.el (xw-defined-colors): Likewise.
22994
22995 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22996
22997 * simple.el (completion-setup-function): Count completion-size
22998 from minibuffer-prompt-end, not from point-min.
22999
23000 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
23001
23002 * faces.el (read-face-attribute, defined-colors, color-defined-p):
23003 Pass the frame to tty-color-* functions.
23004 (display-color-p, frame-set-background-mode): Pass the frame to
23005 tty-display-color-p.
23006
23007 * term/tty-colors.el (tty-defined-color-alist): Renamed from
23008 tty-color-alist.
23009 (tty-color-alist, tty-modify-color-alist): New functions.
23010 (tty-color-define, tty-color-clear, tty-color-approximate)
23011 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
23012 optional parameter FRAME.
23013
23014 2000-01-01 Gerd Moellmann <gerd@gnu.org>
23015
23016 * image.el (create-image, defimage): Don't assume image data is
23017 a string.
23018
23019 * image.el (defimage): Handle specifications containing :data
23020 instead of :file.
23021 (image-type-from-data): New function.
23022 (image-type-from-file-header): Use it.
23023 (create-image): Add parameter DATA-P.
23024
23025 See ChangeLog.8 for earlier changes.
23026
23027 ;; Local Variables:
23028 ;; coding: iso-2022-7bit
23029 ;; End:
23030
23031 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
23032 Copying and distribution of this file, with or without modification,
23033 are permitted provided the copyright notice and this notice are preserved.