]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Resurrect the Hebrew category
[gnu-emacs] / lisp / ChangeLog
1 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * international/characters.el: Resurrect the Hebrew category
4 settings for all Hebrew characters removed by the last change.
5 Add code for setting the Hebrew category of the Unicode Hebrew
6 characters. Set syntax entries for Hebrew punctuation characters.
7
8 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
9 points and directional formatting control characters.
10
11 2001-12-07 Dave Love <fx@gnu.org>
12
13 * international/iso-transl.el: Insert Latin-1 characters, not
14 unibyte codes.
15
16 * language/european.el (diacritic-composition-pattern): New constant.
17 (diacritic-compose-region, diacritic-compose-string)
18 (diacritic-compose-buffer, diacritic-post-read-conversion)
19 (diacritic-composition-function): New functions.
20
21 * international/utf-8.el (ucs-mule-to-mule-unicode): New
22 translation table.
23 (ccl-encode-mule-utf-8): Use it.
24 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
25 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New
26 function.
27 (utf-8-subst-table): New variable.
28 (utf-8-compose-scripts): New option.
29 (mule-utf-8): Update safe-charsets, pre-write and post-read
30 conversion.
31
32 * international/ucs-tables.el, international/utf-8-subst.el: New
33 file.
34
35 * international/characters.el: Don't set word syntax (the default)
36 explicitly. Add a diacritic category. Add info for Unicode
37 equivalents of characters in various Mule charsets and for extra
38 Unicode characters. Don't define specific categories for
39 Indian/Devanagari, since they aren't used.
40
41 2001-12-06 Richard M. Stallman <rms@gnu.org>
42
43 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
44 (set-justification-left, set-justification-right): Doc fix.
45
46 * progmodes/f90.el (f90-break-line): Use (newline 1)
47 to insert newlines.
48 (bug-f90-mode): Variable deleted.
49
50 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
51
52 * indent.el (indent-line-function): Default is indent-relative again.
53
54 2001-12-07 Miles Bader <miles@gnu.org>
55
56 * progmodes/compile.el (compilation-error-regexp-alist):
57 Added regexps for RXP. From Reto Stamm <reto@xilinx.com>.
58
59 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
62 Add shift-assignment operators to those highlighted, and highlight
63 the whole operator rather than just the "=". From Broadey Kevin
64 <Kevin.Broadey@motorola.com>.
65
66 2001-12-04 Juanma Barranquero <lektu@terra.es>
67
68 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
69 before saving abbrevs if `save-abbrevs' has the value `silently'.
70
71 2001-12-04 Andreas Schwab <schwab@suse.de>
72
73 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
74
75 2001-12-04 Colin Walters <walters@debian.org>
76
77 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
78 for `defmacro*' forms.
79
80 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
81 `defmacro*'.
82
83 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
84
85 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
86
87 2001-12-02 Richard M. Stallman <rms@gnu.org>
88
89 * files.el (insert-directory): If the df output does not look right,
90 don't try to use it. Other cleanups in overall code structure.
91
92 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
93
94 * textmodes/outline.el (outline-mode-prefix-map):
95 Add bindings for outline-promote and outline-demote.
96 (outline-minor-mode-menu-bar-map): New var.
97 (outline-minor-mode): Use it.
98 (outline-heading-alist): New var (renamed from outline-level-heading).
99 (outline-level): Use it.
100 (outline-insert-heading, outline-promote, outline-demote):
101 Update to use outline-heading-alist.
102
103 * disp-table.el (standard-display-european):
104 Simplify since the function is not interactive any more.
105 Don't set the existing buffers to unibyte.
106
107 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
108
109 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
110
111 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
112
113 * shell.el (shell): Use shell-file-name.
114 Pop to buffer before calling comint to set COLUMNS properly.
115
116 * emacs-lisp/cl.el (svref): New alias.
117
118 * progmodes/antlr-mode.el (antlr-c-common-init):
119 Don't inhibit adaptive-fill-mode any more.
120
121 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
122
123 * progmodes/etags.el (tags-with-face): Use make-symbol.
124 (tags-search, tags-query-replace): Use backquotes.
125
126 * textmodes/picture.el (picture-mode-map): Don't use defconst
127 for a variable.
128
129 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
130
131 * textmodes/reftex-index.el (reftex-index-mode):
132 Remove make-local-hook.
133
134 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
135
136 2001-12-02 Kim F. Storm <storm@cua.dk>
137
138 * isearch.el (isearch-resume-enabled): New variable.
139 (isearch-done): Use that variable.
140
141 2001-12-01 Richard M. Stallman <rms@gnu.org>
142
143 * wid-edit.el (widget-button-click): Don't move point permanently:
144 Avoid mouse-set-point--instead select the window,
145 then do save-excursion, then move point.
146 Specify the buffer for get-char-property.
147 Don't use `@' in interactive.
148
149 * indent.el (indent-line-function):
150 Default is indent-to-left-margin again.
151
152 * replace.el (query-replace-read-args): Display message
153 if FROM contains `\n' or `\t'.
154
155 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
156
157 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
158
159 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
160
161 * emacs-lisp/regexp-opt.el (regexp-opt):
162 Bind completion-regexp-list to nil.
163
164 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
165
166 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
167
168 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
169 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
170 Update maintainer.
171
172 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
173
174 * mail/smtpmail.el: Use with-current-buffer.
175 (message-make-date, message-make-message-id): Autoload when needed.
176 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
177 headers when missing.
178
179 * international/encoded-kb.el (encoded-kbd-mode):
180 Use define-minor-mode.
181
182 * enriched.el (enriched-mode): Use define-minor-mode.
183 Use dolist and pop and push.
184
185 * info.el (Info-find-node-2): Don't call info-insert-file-contents
186 with the `visit' argument.
187 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
188
189 * progmodes/hideif.el (hide-ifdef-mode): Only modify
190 `change-major-mode-hook' locally. Reset invisibility spec.
191
192 * man.el (Man-build-section-alist): Remove last Man-match-substring.
193
194 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
195
196 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
197 Clarify error message.
198
199 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
200
201 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
202
203 2001-11-30 Andre Spiegel <spiegel@gnu.org>
204
205 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
206 don't just return it.
207
208 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
209
210 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
211 (menu-bar-read-emacs-man, search-emacs-glossary)
212 (emacs-index-search, elisp-index-search): New functions.
213 (apropso-documentation, apropos, apropos-value, apropos-variable)
214 (apropos-commands): Modify menu item names and help text.
215 (elisp-index-search, emacs-index-search, emacs-glossary):
216 New menu items.
217 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
218 submenu.
219 (info-elisp, info-elintro): New menu items.
220 (apropos): Modify the menu item name.
221
222 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
223
224 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
225
226 * textmodes/outline.el (outline-promote, outline-demote): Typo.
227
228 * man.el (man-follow-mouse): New function.
229 (Man-mode-map): Bind mouse-2 to it.
230 (Man-match-substring): Remove. Replace with `match-string'.
231 (man): Use the `default-value' argument to `read-string'.
232 (Man-fontify-manpage): Add mouse-face to cross references.
233
234 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
235
236 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
237
238 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
239 the value of require-match in minibuffer-completion-confirm.
240 Use crm-local-completion-map.
241
242 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
243 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
244 (cl-make-type-test): Use char-valid-p for `character'.
245
246 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
247 (Info-complete-menu-item): Rewrite. Add the ability to search
248 several sequential nodes. Add a simple caching mechanism.
249 (Info-goto-index): New function extracted from Info-index.
250 (Info-index): Use it. Add completion to the interactive spec.
251 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
252
253 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
254
255 * COPYING: Removed.
256
257 2001-11-29 Dave Love <fx@gnu.org>
258
259 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
260 (fortran-window-create, fortran-window-create-momentarily):
261 Rewrite, moving error condition.
262 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
263 (fortran-mode-syntax-table): Revert last change.
264
265 * international/mule.el: Doc fixes.
266 (map-charset-chars): New function.
267 (register-char-codings): Use it to cope with generic chars in
268 safe-chars.
269
270 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
271
272 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
273
274 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
275
276 * play/studly.el (studlify-word, studlify-region)
277 (studlify-buffer): Fix doc-string.
278 (studlify-buffer): Add autoload cookie.
279
280 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
281
282 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
283 (outline-up-heading-all): Remove.
284 (hide-sublevels): Move to end-of-heading before calling flag-region.
285 (outline-copy-overlay, outline-discard-overlays): Remove.
286 (outline-flag-region): Use `remove-overlays'.
287 Don't move to end-of-heading.
288 (outline-next-visible-heading, outline-back-to-heading)
289 (outline-on-heading-p): Use outline-invisible-p.
290 (outline-font-lock-level): Use outline-up-heading's new arg.
291 (outline-minor-mode): Simplify.
292 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
293 (outline): Put a `reveal-toggle-invisible' property.
294 (outline-level-heading): New var.
295 (outline-insert-heading, outline-promote, outline-demote)
296 (outline-toggle-children): New commands.
297
298 * progmodes/hideif.el (hif-end-of-line): New function.
299 (hide-ifdef-mode): Set line-move-ignore-invisible.
300 (hide-ifdef-region-internal): New function.
301 (hide-ifdef-region): Use it.
302 (hif-defined): Return an integer.
303 (hif-infix-to-prefix): Remove.
304 (hif-tokenize): Parse from the buffer rather than from a string.
305 Correctly tokenize integers. Use forward-comment.
306 (hif-expr): Use hif-or.
307 (hif-term): Use hif-and.
308 (hif-factor): Use hif-not. Handle numbers properly.
309 Don't require parenthesis around `defined's argument.
310 (hif-and, hif-or, hif-not): New funs.
311 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
312 (hif-hide-line): Don't hide the \n before the line.
313 (hif-possibly-hide): Correctly handle numeric evaluation results.
314
315 * progmodes/make-mode.el: Use line-(end|beginning)-position.
316 (makefile-mode): Set indent-line-function.
317 (makefile-browser-insert-continuation): Use with-current-buffer.
318 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
319
320 2001-11-28 Karl Fogel <kfogel@red-bean.com>
321
322 * isearch.el (isearch-yank-internal): New helper function.
323 (isearch-yank-char): New function.
324 (isearch-yank-word, isearch-yank-line): Rewrite to use
325 isearch-yank-internal.
326
327 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
328
329 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
330 aren't supported. Print a message to that effect if invoked.
331
332 2001-11-27 Stephen Eglen <stephen@gnu.org>
333
334 * locate.el (locate): Put point at first matching file rather
335 than top of buffer.
336
337 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
338
339 * reveal.el: New file.
340
341 * progmodes/hideif.el: Misc cleanup.
342 (hide-ifdef-mode-submap): Put the def in the defvar.
343 Use substitute-key-definition.
344 (hide-ifdef-mode): Use define-minor-mode.
345 (hif-outline-flag-region): Remove.
346 (hif-show-all): Define in terms of hif-show-ifdef-region.
347 (hif-after-revert-function): Rename from hif-before-revert-function.
348 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
349 (hif-tokenize): Use with-syntax-table.
350 (hif-make-range): Use `else' also for `else-p'.
351 (hif-range-else-p): Remove.
352 (hif-find-range): Simplify.
353 (hif-hide-line): Don't bother preserving buffer-modified-p.
354 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
355 Don't use selective-display and inhibit-read-only.
356
357 * subr.el (copy-overlay, remove-overlays): New funs.
358
359 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
360
361 2001-11-27 Sam Steingold <sds@gnu.org>
362
363 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
364 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
365 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
366 * obsolete/c-mode.el, obsolete/cplus-md.el
367 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
368 * term/sun-mouse.el, textmodes/artist.el:
369 Converted backquote to the new style.
370 * mouse.el, reposition.el: Likewise (in comments).
371 * expand.el: Likewise (in a string).
372
373 2001-11-27 Richard M. Stallman <rms@gnu.org>
374
375 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
376
377 2001-11-26 Richard M. Stallman <rms@gnu.org>
378
379 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
380 if :on-glyph or :off-glyph is a list, eval it and store it back.
381 (checkbox): Quote the values for :on-glyph and :off-glyph.
382
383 * cus-start.el (recursive-load-depth-limit): Delete item.
384
385 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
386
387 * help-fns.el (describe-categories, help-describe-category-set): New.
388 describe-categories moved here from src/category.c.
389
390 2001-11-26 Sam Steingold <sds@gnu.org>
391
392 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
393 arguments to `insert' are strings.
394
395 2001-11-26 Richard M. Stallman <rms@gnu.org>
396
397 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
398
399 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
400
401 * loaddefs.el: Regenerated.
402
403 * international/mule-diag.el: Require help-fns instead of
404 help-funs.
405
406 * help-fns.el: Renamed from help-funs.el.
407
408 * startup.el (command-line-1): Don't try to call process-list if
409 it is not fboundp.
410
411 2001-11-26 Sam Steingold <sds@gnu.org>
412
413 * frame.el (show-trailing-whitespace): Remove :set argument (the
414 value was essentially identical to the defalt).
415
416 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
417
418 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
419
420 * icomplete.el (icomplete-minibuffer-setup): Likewise.
421
422 * hilit-chg.el (hilit-chg-set): Likewise.
423
424 * speedbar.el (speedbar-mode): Likewise.
425
426 * calendar/calendar.el (calendar-mode): Likewise.
427
428 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
429 insert-string.
430
431 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
432
433 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
434
435 * term/sun-mouse.el (sun-yank-selection): Likewise.
436
437 * textmodes/bib-mode.el (return-key-bib): Likewise.
438
439 * calendar/appt.el (appt-disp-window): Likewise.
440
441 * calendar/diary-lib.el (list-diary-entries): Likewise.
442
443 * array.el (array-reconfigure-rows): Likewise.
444
445 * filecache.el (file-cache-minibuffer-complete): Likewise.
446
447 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
448
449 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
450
451 * allout.el (outline-version, outline-open-topic)
452 (outline-rebullet-heading, outline-insert-listified)
453 (outline-latex-verbatim-quote-curr-line)
454 (outline-latexify-one-item, outlineify-sticky): Likewise.
455
456 * vc.el (vc-next-action-on-file): Likewise.
457 (vc-dired-mode): Remove make-local-hook.
458
459 2001-11-26 Andre Spiegel <spiegel@gnu.org>
460
461 * vc.el (vc-find-version): New function.
462 (vc-version-other-window): Redefined in terms of the above.
463
464 * log-view.el (log-view-find-version): New function.
465 (log-view-mode-map): Bind it to `f'.
466
467 2001-11-26 Gerd Moellmann <gerd@gnu.org>
468
469 * language/devan-util.el (dev-char-glyph): Escape `"' in
470 string literals.
471 (dev-glyph-glyph, dev-glyph-glyph-2)
472 (devanagari-compose-syllable-region): Likewise.
473
474 2001-11-26 Richard M. Stallman <rms@gnu.org>
475
476 * window.el (save-selected-window): No error if saved window is dead.
477
478 * help-funs.el (describe-syntax): Put (interactive) after doc string.
479
480 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
481
482 * international/quail.el (quail-help): Require help-mode in
483 top-level instead.
484
485 * iswitchb.el (iswitchb-exhibit): Use insert instead of
486 insert-string.
487
488 * icomplete.el (icomplete-exhibit): Likewise.
489
490 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
491
492 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
493 (diff-hunk-kill): Simplify.
494 (diff-post-command-hook): Only apply to a single hunk.
495 (diff-hunk-text): Make `char-offset' non-optional.
496 (diff-find-text): Return a cons cell.
497 (diff-find-approx-text): New fun.
498 (diff-find-source-location): Use it.
499 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
500 Adapt to new retval of diff-find-text.
501
502 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
503 rather than integer- representation of dates.
504
505 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
506
507 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
508 (syntax-after): New fun.
509
510 * help-funs.el (describe-syntax): New fun.
511
512 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
513 (font-lock-ppss-stats, font-lock-ppss): Remove.
514 (font-lock-fontify-syntactically-region): Remove tuning code.
515 (font-lock-compile-keywords): Fix off-by-one bug.
516 (font-lock-set-defaults): Don't set removed vars.
517 (c-keywords): Add `inline'.
518 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
519
520 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
521 Set syntax-begin-function.
522 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
523 (lisp-interaction-mode): Don't set local-abbrev-table any more.
524 (lisp-mode-auto-fill): Use syntax-ppss and obey
525 comment-auto-fill-only-comments.
526 (lisp-fill-paragraph): Use syntax-ppss.
527
528 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
529
530 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
531 version of rmail-enable-mime.
532 (rmail-forward): Use it.
533
534 2001-11-25 Richard M. Stallman <rms@gnu.org>
535
536 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
537
538 * international/quail.el (quail-keyboard-layout-button):
539 Define button type.
540 (quail-keyboard-customize-button): Likewise.
541 (quail-help): Use those button types. Require `help-mode'.
542 Avoid altering the argument `package'.
543
544 * help-mode.el (help-function, help-variable, help-face)
545 (help-coding-system, help-input-method, help-character-set):
546 Define each button type with its own explicit define-button-type.
547
548 * language/devan-util.el: Comment out parts of the file
549 which apparently are garbled.
550
551 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
552
553 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
554 insert-string.
555
556 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
557
558 * play/snake.el (snake-mode): Remove make-local-hook.
559
560 * play/tetris.el (tetris-mode): Likewise.
561
562 * play/decipher.el (decipher-mode): Likewise.
563
564 * tmm.el (tmm-add-prompt): Likewise.
565
566 2001-11-25 Sam Steingold <sds@gnu.org>
567
568 * menu-bar.el (menu-bar-apropos-menu): New variable.
569 Moved all `apropos' bindings to this menu.
570 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
571
572 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
573
574 The following changes are for new indian languages support based
575 on Unicode charset and CDAC fonts.
576
577 * international/mule-conf.el: Change indian-1-column charset to
578 indian-glyph charset.
579
580 * international/characters.el: Adjusted for the change of
581 indian-1-column -> indian-glyph.
582
583 * international/fontset.el: Delete the setting for indian-1-column
584 and add the setting for indian-glyph in the default fontset.
585
586 * language/indian.el: Completely re-written.
587
588 * language/devanagari.el: Completely re-written.
589
590 * language/devan-util.el: Completely re-written.
591
592 * language/ind-util.el: New file.
593
594 2001-11-24 Richard M. Stallman <rms@gnu.org>
595
596 * startup.el (command-line-1): Don't do startup screen
597 if a subprocess is running. Call the startup screen buffer
598 "GNU Emacs". Make a special mode-line-format for it.
599
600 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
601 (browse-url-galeon): Use that variable.
602
603 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
604 eval-expression. Eval and set the variable simply.
605
606 * files.el (temporary-file-directory): Use defcustom.
607 (small-temporary-file-directory): Likewise.
608 (normal-backup-enable-predicate): Move down in file
609 after definition of temporary-file-directory.
610
611 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
612
613 2001-11-24 Colin Walters <walters@debian.org>
614
615 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
616 autoload names to match files renamed on initial calc import.
617
618 * calc/calc.el (Commentary): Cleanup, and add logistic curve
619 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
620
621 2001-11-23 Colin Walters <walters@debian.org>
622
623 * Makefile.in (finder_setwins, setwins): Include Calc again.
624
625 * calc/calc-rules.el: Add header comment.
626
627 2001-11-23 Andre Spiegel <spiegel@gnu.org>
628
629 * vc.el (with-vc-properties): Don't bind `filename' locally.
630 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
631 to avoid name clashes. Fix `lisp-indent-function' property for
632 both.
633
634 2001-11-23 Francesco Potorti` <pot@gnu.org>
635
636 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
637
638 2001-11-22 Colin Walters <walters@debian.org>
639
640 * calc/calc-misc.el (report-calc-bug):
641 Use `reporter-prompt-for-summary-p'.
642
643 * calc/INSTALL, calc/Makefile: Remove.
644
645 2001-11-22 Miles Bader <miles@gnu.org>
646
647 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
648 (reb-match-2, reb-match-3): Add dark-background variants.
649
650 2001-11-22 Colin Walters <walters@debian.org>
651
652 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
653 (info "Calc").
654 (report-calc-bug): Use reporter.el.
655
656 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
657
658 2001-11-21 Richard M. Stallman <rms@gnu.org>
659
660 * which-func.el (which-function): Call imenu--make-index-alist
661 if necessary to get a list of functions.
662 (which-function-imenu-failed): New variable.
663 (which-func-update): Handle all visible windows.
664 (which-func-update-1): New subroutine broken out of which-func-update.
665
666 * files.el (temporary-file-directory, null-device)
667 (small-temporary-file-directory): Definitions moved up.
668
669 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
670 (cperl-non-problems, cperl-praise): Doc fixes.
671
672 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
673 (sh-mode-syntax-table): Function restored.
674 Variable set up for use by function sh-mode-syntax-table.
675 (sh-set-shell): Set the syntax table.
676
677 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
678
679 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
680
681 * international/encoded-kb.el: Don't alter minor-map-alist.
682
683 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
684
685 * files.el (auto-save-file-name-transforms): Put remote files in
686 temporary-file-directory rather than /tmp.
687
688 2001-11-21 Colin Walters <walters@debian.org>
689
690 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
691 of (function ...) wrapper.
692
693 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
694
695 * derived.el (define-derived-mode): Create the abbrev-table
696 from inside the `defvar'.
697
698 * jit-lock.el (jit-lock-defer-time): New var.
699 (jit-lock-defer-timer, jit-lock-buffers): New vars.
700 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
701 (jit-lock-function): Defer fontification if requested.
702 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
703 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
704 text property.
705 (jit-lock-deferred-fontify): New fun.
706
707 2001-11-20 Richard M. Stallman <rms@gnu.org>
708
709 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
710 Set local-abbrev-table to lisp-mode-abbrev-table.
711
712 * emacs-lisp/re-builder.el (reb-mode):
713 Don't use define-derived-mode. Call kill-all-local-variables.
714
715 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
716 Don't use define-derived-mode.
717
718 * help-mode.el (help-mode): Undo 2001-10-07 change.
719
720 * replace.el (occur-mode): Undo 2001-5-20 change.
721
722 2001-11-20 Jason Rumney <jasonr@gnu.org>
723
724 * w32-fns.el (w32-system-coding-system): Change to an alias for
725 locale-coding-system.
726 (set-w32-system-coding-system): Document the above change.
727 Set locale-coding-system instead.
728
729 2001-11-20 Richard M. Stallman <rms@gnu.org>
730
731 * ruler-mode.el: Add pagination.
732 (ruler-mode-toggle-show-tab-stops): No need to
733 test `ruler-mode' variable.
734
735 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
736
737 * play/landmark.el: Mark lm-mode as special.
738
739 * play/gomoku.el: Mark gomoku-mode as special.
740
741 2001-11-20 Juanma Barranquero <lektu@terra.es>
742
743 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
744 (top-level): Bind it to C-c C-b.
745 (re-builder): Don't re-enter RE Builder Mode.
746
747 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
748
749 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
750
751 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
752 `manual-program'.
753
754 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
755 to a line without a comment.
756
757 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
758
759 * dired.el (dired-listing-switches): Mention in the doc string
760 that some switches are not supported by ls-lisp.el
761
762 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
763
764 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
765 (imenu--create-keymap-2): Remove.
766 (imenu--create-keymap-1): Simplify, remove third argument.
767 (imenu--generic-function): Use dolist.
768 (imenu-find-default): New function.
769 (imenu--completion-buffer): Use it.
770 (imenu--mouse-menu): Use popup-menu.
771 (imenu--menubar-select): Return t rather than calling imenu.
772
773 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
774 New functions, extracted from fill-region-as-paragraph.
775 (fill-region-as-paragraph): Use them.
776 Use an end marker instead of eob.
777 Ignore whitespace-only fill-prefixes when indenting according to mode.
778 Simplify the loop that searches for spaces backwards.
779
780 * textmodes/picture.el (picture-vertical-step)
781 (picture-horizontal-step): Don't use defconst for variables.
782
783 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
784 (mail-extract-address-components): Downcase domain names.
785 (mail-extr-delete-char): Remove. Use delete-char instead.
786
787 * emulation/pc-select.el: Doc string fixes.
788 (pc-selection-mode): Don't treat macos as a tty.
789
790 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
791
792 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
793
794 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
795 (mouse-wheel-progessive-speed): New var.
796 (mwheel-scroll): Use it and handle float values.
797
798 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
799
800 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
801 (iswitchb): Fix the case where the result was selected with the mouse.
802 (iswitchb-completion-help): Use the normal *Completions* now that
803 mouse selection works.
804 (iswitchb-minibuffer-setup): Simplify.
805
806 * newcomment.el (comment-column, comment-style, comment-multi-line)
807 (comment-auto-fill-only-comments): Remove :group arg.
808 (comment-padding): Add :type.
809 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
810 if called interactively.
811
812 2001-11-19 Colin Walters <walters@verbum.org>
813
814 * calc/calc.el (toplevel): Add comment and version header.
815 (calc-init-base): Bump version to 2.02f, update date.
816
817 2001-11-19 Richard M. Stallman <rms@gnu.org>
818
819 * net/browse-url.el: Support Mozilla and Galeon.
820 By default, find the installed browser whichever it is.
821 (browse-url-mozilla): New function.
822 (browse-url-mozilla-sentinel): New function.
823 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
824 (browse-url-default-browser): New function.
825 (browse-url-process-environment): Use browse-url-browser-display.
826 (browse-url-browser-display): Renamed from browse-url-netscape-display.
827 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
828 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
829 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
830 (browse-url-browser-function): New default, new options.
831
832 2001-11-19 Sam Steingold <sds@gnu.org>
833
834 * bindings.el (last-buffer, unbury-buffer): New function.
835 (mode-line-unbury-buffer): Use `unbury-buffer'.
836
837 2001-11-18 Stephen Eglen <stephen@gnu.org>
838
839 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
840 control behaviour when no further completion is possible.
841
842 2001-11-19 Colin Walters <walters@verbum.org>
843
844 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
845 (math-showing-full-precision, math-with-extra-prec, math-working)
846 (calc-with-default-simplification)
847 (calc-with-trail-buffer): Use backtick.
848 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
849 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
850 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
851 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
852 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
853 (Math-num-integerp, Math-bignum-test, Math-equal-int)
854 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
855 (calc-record-compilation-date-macro): Deleted. Callers updated.
856 (math-format-radix-digit): Move to calc-bin.el.
857
858 * calc/calc.el (calc-record-compilation-date): Remove.
859 (calc-bug-address): Update.
860 (calc-settings-file): Use `user-init-file'.
861
862 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
863 Handle null `calc-settings-file'.
864
865 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
866 * calc/calc-keypd.el (calc-keypad-mode): New.
867 (calc-do-keypad): Use it.
868 (calc-keypad-map): Move into `calc-keypad-mode'.
869
870 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
871 to defalias argument.
872
873 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
874 (calcFunc-floor): Ditto.
875
876 * calc-units.el (calcFunc-usimplify): Ditto.
877
878 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
879 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
880 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
881 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
882 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
883 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
884 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
885 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
886 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
887 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
888 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
889 and move them before their first use. Use `when', `unless'.
890 Remove trailing periods from error forms. Add description and
891 headers suggested by Emacs Lisp coding conventions.
892
893 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
894
895 * newcomment.el (comment-indent):
896 Fix misindentation for comment-only lines.
897 (comment-indent-new-line): Only obey comment-multi-line if the
898 comment-ender is not the end-of-line.
899
900 2001-11-19 Richard M. Stallman <rms@gnu.org>
901
902 * net/net-utils.el (network-connection-service-abbrev-alist):
903 New variable.
904
905 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
906 Advance to start of 3rd sexp by moving fwd and backing over it.
907 At first three elements, act like defun.
908
909 * delsel.el (delete-selection-pre-hook): Handle and resignal
910 file-supersession errors to interact properly with userlock.el.
911
912 2001-11-18 Richard M. Stallman <rms@gnu.org>
913
914 * progmodes/fortran.el (fortran-mode-syntax-table):
915 Specify punctuation syntax for backslash.
916
917 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
918 All calls deleted.
919
920 * international/mule-util.el (string-to-sequence): Make it obsolete.
921 (string-to-list, string-to-vector): Implement them directly
922 using append and vconcat, not with string-to-sequence.
923
924 * startup.el (command-line): Set abbrevs-changed to nil after
925 reading the init file and the abbrevs file.
926
927 * isearch.el (isearch): Use magenta2 as bg for (background light)
928
929 2001-11-17 Richard M. Stallman <rms@gnu.org>
930
931 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
932
933 * simple.el (minibuffer-history-sexp-flag): Doc fix.
934
935 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
936
937 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
938 If set and if applicable, add a regexp to highlight defun-like
939 text inside comments and strings.
940 (font-lock-fontify-keywords-region): Pass that new arg.
941 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
942 to the end and pass that new arg.
943 (c-font-lock-keywords-2): Fix regex for labels.
944 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
945 Make it work when LIMIT is several lines further.
946 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
947 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
948 Use backquote and make the regexes for `int a, b, c;' work on
949 multiple lines.
950
951 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
952 (font-lock-defaults-alist): Don't change it any more.
953 (reb-subexp-mode-map): Cleanup.
954
955 * custom.el (custom-current-group-alist): New var.
956 (custom-declare-group): Set it.
957 (custom-current-group): New fun.
958 (custom-declare-variable, custom-handle-all-keywords):
959 Use it as a default if no :group argument is specified.
960
961 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
962 (standard-keyboard-coding-systems): New var.
963 (set-locale-environment): Use it to decide whether or not to call
964 set-keyboard-coding-system.
965 (locale-language-names): Use \"French\" for "fr".
966
967 2001-11-17 Richard M. Stallman <rms@gnu.org>
968
969 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
970 (add-to-list): Delete compatibility code.
971 (checkdoc-next-message-error): Doc fix.
972
973 2001-11-17 Stephen Eglen <stephen@gnu.org>
974
975 * locate.el (locate): Show default locate pattern within the
976 prompt, but don't insert it into the minibuffer contents.
977 Catch the case when pattern is the empty string.
978
979 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
980
981 * language/european.el ("French"): New language environment.
982
983 2001-11-16 Richard M. Stallman <rms@gnu.org>
984
985 * calendar/todo-mode.el (todo-save): Fix previous change.
986
987 * subr.el (functionp): Do use cdr-safe on object.
988
989 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
990
991 * bindings.el (mode-line-mode-name): Only put the help-echo property
992 if the local-map property was put as well.
993 (global-map): Bind switch-frame, delete-frame, iconify-frame
994 and make-frame-visible events.
995
996 * emacs-lisp/elp.el (elp-not-profilable): New var.
997 (elp-not-profilable-p): New function.
998 (elp-instrument-function): Use it. Use backquotes and push.
999
1000 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
1001 (byte-stack+-info, byte-compile-last-warned-form)
1002 (byte-compile-last-logged-file): Don't defconst a variable.
1003 (no-byte-compile): Declare.
1004 (byte-compile-file): Don't boundp-check no-byte-compile any more.
1005 (byte-compile-defvar): Leave defconst as is.
1006
1007 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
1008 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
1009 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
1010 (edebug-best-error): Don't defconst a variable.
1011 (edebug-read-syntax-table): Use a char-table.
1012 (edebug-lemacs-specific): Remove.
1013 Toplevel: Eliminate check for Lucid Emacs.
1014
1015 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
1016
1017 * rect.el (move-to-column-force): Mark obsolete.
1018 (operate-on-rectangle, delete-extract-rectangle-line)
1019 (insert-rectangle, delete-whitespace-rectangle-line)
1020 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
1021 (string-rectangle-history): New var.
1022 (string-rectangle, string-insert-rectangle): Use it.
1023 (delete-rectangle-line): Fix pos/column mixup and simplify.
1024
1025 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1026 (normal-top-level, command-line, command-line-1): Simplify.
1027
1028 * tar-mode.el (tar-mode): Use define-derived-mode.
1029
1030 * view.el (view-mode-enable): Don't use make-local-hook.
1031
1032 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
1033
1034 2001-11-16 Richard M. Stallman <rms@gnu.org>
1035
1036 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
1037 if it doesn't make sense as anything else.
1038 Don't recognize a "telephone number" at the beginning of the name.
1039 (mail-extr-leading-garbage): Match non-word characters only.
1040
1041 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1042
1043 * startup.el (command-line-processed): Doc fix.
1044
1045 * apropos.el (apropos-next-label-button): Doc fix.
1046
1047 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
1048
1049 * comint.el (comint-mode): Simplify.
1050 (make-comint-in-buffer): Run `comint-mode' only if necessary.
1051
1052 * subr.el (eval-after-load): Make it work with features as well.
1053
1054 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
1055
1056 * international/mule-cmds.el (describe-input-method): Setup xref.
1057 (set-language-environment): Use functionp.
1058 (locale-language-names, locale-charset-language-names)
1059 (locale-preferred-coding-systems): Defconst and purecopy.
1060
1061 * language/european.el (mac-roman): Add mime-charset property.
1062
1063 2001-11-15 Richard M. Stallman <rms@gnu.org>
1064
1065 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
1066 (multiple-value-apply, nth-value): Use defsubst rather than defalias
1067 to get better doc strings.
1068
1069 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1070
1071 * derived.el: Fix autoload cookie.
1072
1073 2001-11-15 Richard M. Stallman <rms@gnu.org>
1074
1075 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
1076
1077 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1078
1079 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
1080
1081 2001-11-15 Richard M. Stallman <rms@gnu.org>
1082
1083 * dired.el (dired-undo): Display a message to explain
1084 that this does not undo file system changes.
1085
1086 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
1087
1088 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
1089 into `unread-command-events' instead of trying keymap
1090 lookups ourselves. This makes mouse-clicks do the right
1091 thing even when keymaps of overlays are involved.
1092 (mouse-drag-drag): Likewise.
1093
1094 2001-11-15 Andreas Schwab <schwab@suse.de>
1095
1096 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
1097 characters and append anchor to pattern added to auto-mode-alist.
1098
1099 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
1100
1101 * server.el (server-process-filter): Run pore/post-comment-hook
1102 before/after visiting the file.
1103
1104 * info-look.el (makefile-mode): Add info for automake.
1105 (autoconf-mode): Fix the name of the index for automake.
1106
1107 * international/latin-9.el: Give pilcrow punctuation syntax.
1108
1109 2001-11-15 Andre Spiegel <spiegel@gnu.org>
1110
1111 * vc.el: Documentation fixes.
1112
1113 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
1114
1115 * smerge-mode.el (smerge-match-conflict): Fix typo.
1116 (smerge-diff): Be careful to read match-data early enough.
1117
1118 2001-11-14 Colin Walters <walters@verbum.org>
1119
1120 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
1121 (calcFunc-subst): Use `defalias' instead of `fset' and
1122 `symbol-function'.
1123
1124 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
1125 (calcFunc-ceil, calcFunc-round): Ditto.
1126
1127 * calc/calc-bin.el (calcFunc-clip): Ditto.
1128
1129 * calc/calc-ext.el (calcFunc-evalv): Ditto.
1130
1131 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
1132
1133 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
1134 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
1135
1136 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
1137
1138 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
1139 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
1140 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
1141 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
1142 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
1143 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
1144 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
1145 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
1146 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
1147 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
1148 * calcsel2.el: Style cleanup; don't put closing parens on their
1149 own line, add "foo.el ends here" to each file, and update
1150 copyright date.
1151
1152 * README: Update maintainer.
1153
1154 2001-11-13 Alan Shutko <ats@acm.org>
1155
1156 * compile.el (recompile): Use compilation-arguments if set, so as
1157 to be able to M-x recompile the exact command which created a
1158 compilation-mode buffer.
1159
1160 2001-11-13 Richard M. Stallman <rms@gnu.org>
1161
1162 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1163
1164 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1165
1166 * mouse.el (mouse-drag-region): Don't run the up-event
1167 handler if window start changed due to the down-mouse event.
1168
1169 2001-11-13 Richard M. Stallman <rms@gnu.org>
1170
1171 * mouse.el (mouse-show-mark): Either move point to the mark
1172 or use highlighting, never both.
1173 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
1174
1175 2001-11-13 Simon Josefsson <jas@extundo.com>
1176
1177 * mail/smtpmail.el (top-level): Change maintainer to Simon
1178 Josefsson, cleanup the smtpmail.el header.
1179
1180 * mail/smtpmail.el (top-level): Don't require cl or base64.
1181 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1182 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
1183 Defsubst instead of defmacro.
1184 (smtpmail-intersection): Return value in reverse order.
1185 (smtpmail-open-stream): Use stringp instead of string-to-list.
1186 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
1187 separated from smtpmail-via-smtp.
1188
1189 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
1190 rfc2104. Require base64 and cl.
1191 (smtpmail-smtp-service): Doc fix. :type fix.
1192 (smtpmail-debug-info): Doc fix.
1193 (smtpmail-debug-verb, smtpmail-auth-credentials)
1194 (smtpmail-starttls-credentials, smtpmail-auth-supported):
1195 New variables.
1196 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
1197 mail-utils (it is autoloaded).
1198 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
1199 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
1200 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
1201 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1202 (smtpmail-via-smtp): Support AUTH.
1203 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1204
1205 2001-11-13 Richard M. Stallman <rms@gnu.org>
1206
1207 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1208 (electric-buffer-overlay): New variable.
1209 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1210 (electric-buffer-list): Likewise.
1211
1212 2001-11-13 Per Starback <starback@ling.uu.se>
1213
1214 * isearch.el (isearch-whitespace-chars): Doc fix.
1215 (isearch-mode): Handle negative search-slow-window-lines correctly.
1216
1217 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1218
1219 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1220
1221 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1222 From Emmanuel Briot <briot@act-europe.fr>.
1223
1224 2001-11-13 Colin Walters <walters@debian.org>
1225
1226 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1227
1228 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1229 "~/.emacs"; use `read-file-name'.
1230
1231 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1232 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1233 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1234 * calc/calc.el: Use `frame-width' instead of `screen-width',
1235 `frame-height' instead of `screen-height', and,
1236 `executing-kbd-macro' instead of `executing-macro'.
1237
1238 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1239 correct number of arguments.
1240
1241 * calc/calc-aent.el (calc-do-alg-entry):
1242 Use `blink-paren-function' instead of `blink-paren-hook'.
1243
1244 2001-11-12 Richard M. Stallman <rms@gnu.org>
1245
1246 * calendar/todo-mode.el (todo-save): Add save-excursion
1247 and save-restriction.
1248
1249 * server.el (server-edit, server-done): Doc fix.
1250
1251 * simple.el (clone-indirect-buffer): Error if major mode symbol
1252 has a no-clone-indirect property.
1253 (clone-buffer): Check for obvious errors before reading clone name.
1254
1255 * info.el (Info-mode): Add a no-clone-indirect property.
1256
1257 2001-11-12 Sam Steingold <sds@gnu.org>
1258
1259 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1260 set-buffer-modified-p to nil after `vc-exec-after'.
1261 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1262 (log-view-mode): Make read-only.
1263 (log-view-current-file): Do final `expand-file-name' in the
1264 current `default-directory'.
1265 (log-view-current-tag): Take an optional `where' arg.
1266 (log-view-diff): New user command.
1267
1268 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1269
1270 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1271
1272 2001-11-12 Sam Steingold <sds@gnu.org>
1273
1274 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1275 `generic-flet', `generic-labels', `with-accessors',
1276 `with-condition-restarts'.
1277
1278 2001-11-12 Richard M. Stallman <rms@gnu.org>
1279
1280 * dired.el: Many trivial doc fixes.
1281 (dired-get-file-for-visit): New function.
1282 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1283 (dired-view-file, dired-find-file-other-window, dired-display-file):
1284 (dired-find-file): Use dired-get-file-for-visit.
1285
1286 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1287
1288 * sql.el (sql-mode): Doc change.
1289
1290 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1291 escape character.
1292
1293 2001-11-12 Colin Walters <walters@debian.org>
1294
1295 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1296 (calc-do-keypad): Don't attempt to use nonexistent global
1297 mouse-map, use calc-keypad-map.
1298 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1299 (calc-keypad-left-click): Don't use mouse-map; update to new event
1300 interface.
1301 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1302 (calc-keypad-press): Use `unread-command-events' instead of
1303 `unread-command-char'.
1304
1305 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1306 to match files renamed on initial calc import.
1307
1308 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1309
1310 * textmodes/flyspell.el (flyspell-default-dictionary):
1311 Fix previous change.
1312
1313 2001-11-12 Richard M. Stallman <rms@gnu.org>
1314
1315 * textmodes/flyspell.el (flyspell-default-dictionary):
1316 Fix custom type.
1317
1318 2001-11-11 Richard M. Stallman <rms@gnu.org>
1319
1320 * calendar/solar.el (solar-sunrise-and-sunset):
1321 Exchange the two extreme values of day-length.
1322
1323 * progmodes/sh-script.el (sh-must-be-shell-mode):
1324 Allow modes derived from sh-mode.
1325
1326 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1327 Turn off error in some re-search-forward calls.
1328
1329 * replace.el (query-replace-skip-read-only): New variable.
1330 (perform-replace): If that variable is non-nil, ignore matches
1331 that have a read-only property.
1332
1333 * derived.el (define-derived-mode): Doc fix.
1334
1335 * server.el (server-buffer-done): Test of server-existing-buffer
1336 was backwards.
1337 (server-existing-buffer): Doc fix.
1338
1339 * textmodes/flyspell.el (flyspell-default-dictionary):
1340 Allow nil as value, and make nil the default.
1341
1342 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1343
1344 * subdirs.el: Regenerated.
1345
1346 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1347 it is not fboundp.
1348 (clipboard-yank): Ditto.
1349
1350 2001-11-11 Colin Walters <walters@verbum.org>
1351
1352 The following changes are based on patches from
1353 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1354 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1355
1356 * calc/calc.el (toplevel): Require calc-macs.
1357 (calc-minibuffer-size): New.
1358 (calcDigit-nondigit): Use it instead of `buffer-size'.
1359 (calcDigit-backspace): Likewise.
1360 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1361 `buffer-string'.
1362 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1363 `point-min'.
1364 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1365 `save-excursion'.
1366
1367 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1368 simple `setq' form.
1369
1370 * calc/calc-ext.el: (toplevel): Require calc.
1371 (calc-fancy-prefix-map): New.
1372 (calc-fancy-prefix): Use it.
1373 (calc-fancy-prefix-other-key): New.
1374
1375 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1376 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1377 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1378 (calcAlg-enter): Likewise.
1379 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1380
1381 2001-11-10 Richard M. Stallman <rms@gnu.org>
1382
1383 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1384 (quietly-read-abbrev-file): Doc fix.
1385
1386 * startup.el (command-line): Read standard abbrev
1387 file (abbrev-file-name), if it exists.
1388
1389 * files.el (save-abbrevs): Default value is t.
1390
1391 * progmodes/compile.el (compile-goto-error): Fix previous change
1392 in the case where subsequent errors have not been parsed yet
1393 because they are in a different source file.
1394
1395 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1396
1397 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1398 Merge two regular expressions into one.
1399 (ps-mode): Make local bindings for `comment-start' and
1400 `comment-start-skip'.
1401 (ps-mode-looking-at-nested): Simplify an if-else construct;
1402 use `set-match-data' to set the result.
1403
1404 2001-11-10 Richard M. Stallman <rms@gnu.org>
1405
1406 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1407 Function deleted.
1408 (flyspell-correct-word): Old definition deleted.
1409 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1410 All references renamed too.
1411
1412 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1413
1414 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1415
1416 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1417
1418 * wid-edit.el (checklist): Removed `:menu-tag'.
1419 (radio-button-choice): Ditto.
1420 (editable-list): Ditto.
1421
1422 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1423
1424 * play/gomoku.el: Move definitions of constants to the beginning
1425 of file, before their use.
1426
1427 2001-11-09 Richard M. Stallman <rms@gnu.org>
1428
1429 * textmodes/flyspell.el: Use the keymap property
1430 instead of local-map, and don't use a minor-mode map.
1431 (flyspell-mode-map): Variable deleted.
1432 Don't mess with minor-mode-map-alist.
1433 (calling add-minor-mode): Specify nil for keymap.
1434 And always use add-minor-mode, now that it exists.
1435 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1436 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1437 or flyspell-local-mouse-map.
1438 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1439 (flyspell-mode): Doc fix.
1440 (flyspell-mode-on): Don't call make-local-hook.
1441
1442 2001-11-09 Sam Steingold <sds@gnu.org>
1443
1444 * emacs-lisp/debug.el (debugger-make-xrefs):
1445 Add buttons to all symbols.
1446
1447 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1448
1449 * vc.el: Add John David Smith to credits.
1450
1451 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1452
1453 * vc-hooks.el (vc-error-occured): Backquotified.
1454 (vc-file-prop-obarray): Use prime length for better efficiency.
1455
1456 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1457
1458 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1459
1460 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1461
1462 2001-11-09 Miles Bader <miles@gnu.org>
1463
1464 * subr.el (functionp): Don't consider macros as functions.
1465
1466 2001-11-08 Miles Bader <miles@gnu.org>
1467
1468 * subr.el (functionp): Make work correctly for macros and unbound
1469 symbols.
1470
1471 * comint.el (comint-send-input): Fix description of
1472 `comint-process-echoes' in the doc-string.
1473
1474 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1475
1476 * international/mule.el (make-translation-table): Doc fix.
1477 Suggested by Alex Schroeder <alex@gnu.org>.
1478
1479 2001-11-07 Richard M. Stallman <rms@gnu.org>
1480
1481 * info.el (Info-fontify-node): Highlight every third menu item.
1482
1483 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1484
1485 * cus-edit.el (custom-face-value-create): Don't ignore the
1486 `customized-face' attribute when finding the current face spec.
1487
1488 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1489
1490 * subr.el (with-local-quit): New macro.
1491 (make-syntax-table): Always inherit.
1492 (functionp): Be more careful when `object' is a symbol.
1493
1494 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1495
1496 2001-11-07 Paul Eggert <eggert@twinsun.com>
1497
1498 * dired.el (dired-move-to-filename-regexp):
1499 Do not distinguish between ASCII letters and non-ASCII characters.
1500 Don't allow comma except in the form "month day, year".
1501 Don't allow space between month name and comma.
1502 Clean up the code that checks for trailing period, comma, and space.
1503 Remove now-obsolete comments, and add more commentary about
1504 Japanese dates.
1505 Always gobble up trailing spaces, instead of doing it only sometimes.
1506
1507 2001-11-07 Miles Bader <miles@gnu.org>
1508
1509 * paren.el (show-paren-match-face): Add dark-background variant.
1510
1511 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1512
1513 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1514 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1515 Don't disable adaptive-fill-mode.
1516 (lisp-fill-paragraph): Use tab-width rather than 8.
1517 Prevent filling the first line of docstrings.
1518
1519 2001-11-06 Richard M. Stallman <rms@gnu.org>
1520
1521 * play/gomoku.el (gomoku): Doc fix.
1522
1523 * jka-compr.el (jka-compr-partial-uncompress):
1524 Support an alternative of not using dd.
1525 (jka-compr-dd-program): Use defcustom to define this.
1526 (jka-compr-load-suffixes): Use defcustom.
1527 (jka-compr-mode-alist-additions): Use defcustom.
1528
1529 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1530
1531 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1532 Also work when LIMIT is further than the end of line.
1533
1534 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1535
1536 * international/quail.el (quail-update-leim-list-file): Print the
1537 offending file name if some of its quail-define-package forms is broken.
1538
1539 2001-11-05 Richard M. Stallman <rms@gnu.org>
1540
1541 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1542 of the evaluated form.
1543
1544 2001-11-05 Paul Eggert <eggert@twinsun.com>
1545
1546 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1547 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1548 stamps always line up by default. Also, it uses a slightly
1549 different window to determine whether files are "recent".
1550
1551 2001-11-05 Andrew Innes <andrewi@gnu.org>
1552
1553 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1554 Don't attempt to remake autoloads before nuking .elc files.
1555
1556 2001-11-04 Richard M. Stallman <rms@gnu.org>
1557
1558 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1559 previous-single-property-change or next-single-char-property-change
1560 returns nil.
1561
1562 * international/mule-cmds.el (set-locale-environment):
1563 Make it interactive; make arg optional.
1564
1565 * international/mule-diag.el (help-funs): Require help-funs.
1566
1567 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1568
1569 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1570
1571 2001-11-04 Miles Bader <miles@gnu.org>
1572
1573 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1574 shadow of the splash image grey on a dark background instead of black.
1575
1576 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1577
1578 * term.el (all faces): Don't (copy-face 'default <foo>).
1579
1580 * term/xterm.el (function-key-map):
1581 Add entry for `ESC [ 3 ~' -> <delete>
1582 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1583 Use inheritance so that .emacs and terminfo take precedence.
1584
1585 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1586
1587 * tooltip.el (tooltip-delay): Decrease to 0.7.
1588 (tooltip-hide-delay): Enlarge to 10.
1589
1590 2001-11-03 Richard M. Stallman <rms@gnu.org>
1591
1592 * startup.el (fancy-splash-tail): Explain how to recover
1593 from a crash, if there was a crash.
1594 (command-line-1): Reorganize display of startup screen,
1595 to simplify the logic. Use a temp buffer for it.
1596
1597 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1598
1599 * frame.el (set-background-color, set-foreground-color):
1600 Call face-set-after-frame-default, to propagate the new colors to
1601 the frame's parameters alist.
1602
1603 * calendar/timeclock.el (timeclock-out): Signal an error if
1604 timeclock-last-event is nil.
1605
1606 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1607
1608 * textmodes/fill.el (fill-context-prefix): Fix braino.
1609
1610 * international/quail.el (quail-help):
1611 Use `help-buffer' and move `help-setup-xref' to beginning.
1612
1613 * international/mule-cmds.el (describe-language-environment):
1614 Use `help-buffer' and move `help-setup-xref' to beginning.
1615
1616 * international/mule-diag.el (list-character-sets)
1617 (sort-listed-character-sets, describe-character-set)
1618 (describe-coding-system, describe-fontset, list-fontsets):
1619 Use `help-buffer' and move `help-setup-xref' to beginning.
1620 (describe-char-after): Use `internal-describe-syntax-value'.
1621
1622 2001-11-02 Richard M. Stallman <rms@gnu.org>
1623
1624 * mouse.el (popup-menu): If the user refuses to select
1625 from a menu, don't try to invoke the menu.
1626
1627 2001-11-02 Miles Bader <miles@gnu.org>
1628
1629 * help-mode.el (help-xref): New button type.
1630 (help-function, help-variable, help-face, help-coding-system)
1631 (help-input-method, help-character-set, help-type, help-symbol)
1632 (help-back, help-info, help-customize-variable, help-customize-face)
1633 (help-function-def, help-variable-def): Use it as a supertype.
1634 Remove `action' property.
1635
1636 * international/mule-diag.el (describe-character-set)
1637 (describe-coding-system): Pass correct args to `help-xref-button'.
1638 (sort-listed-character-sets): New button type.
1639 (list-character-sets): Use it.
1640 (list-charset-chars): New button type.
1641 (list-character-sets-1): Use it.
1642
1643 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1644
1645 * indent.el (tab-always-indent, indent-for-tab-command):
1646 Remove redundant `never' setting.
1647
1648 * fill.el (fill-region-as-paragraph): Don't forget to skip
1649 over current whitespace before looking for a preceding space.
1650
1651 2001-11-01 Richard M. Stallman <rms@gnu.org>
1652
1653 * files.el (file-newest-backup): Don't pass backup file name
1654 thru file-name-sans-versions, because it never has version numbers.
1655
1656 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1657 to avoid ambiguous nested loops.
1658
1659 * files.el (find-file-noselect): Offer to change buffer-read-only
1660 only when the file's read-only status has changed from before
1661 as well as disagreeing with the buffer's current status.
1662 (buffer-file-read-only): New var, local in all buffers.
1663
1664 * buff-menu.el (buffer-menu): Doc fix.
1665 (buffer-menu-other-window): Doc fix.
1666 (list-buffers, list-buffers-noselect): Doc fix.
1667
1668 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1669
1670 * startup.el (command-line): If the terminal Emacs is running on
1671 has erase char set to ^H, use the Backspace key for deleting
1672 backward, and the Delete key for deleting forward.
1673
1674 2001-11-01 Miles Bader <miles@gnu.org>
1675
1676 * button.el (define-button-type): Make sure every user-defined
1677 button type has a supertype.
1678
1679 2001-10-31 Jason Rumney <jasonr@gnu.org>
1680
1681 * international/mule-cmds.el (locale-language-names): Add chs and
1682 cht as aliases for Chinese-GB and Chinese-BIG5.
1683
1684 2001-10-31 Richard M. Stallman <rms@gnu.org>
1685
1686 * bindings.el (mode-line-frame-identification): Add doc string.
1687 (mode-line-position, mode-line-modes): New variables.
1688 (mode-line-format): Use mode-line-position for the part
1689 that displays the position-in-buffer info.
1690 Use mode-line-modes for the part that displays major and minor modes.
1691
1692 2001-10-31 Sam Steingold <sds@gnu.org>
1693
1694 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1695 (debugger-setup-buffer): Call it.
1696 (debugger-mode-map): Bind RET and mouse-2.
1697
1698 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1699
1700 * startup.el: Document command line option --no-window-system
1701 instead of --no-windows.
1702
1703 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1704
1705 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1706
1707 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1708 (font-lock-defaults-alist): Use it.
1709 From David Ponce <david.ponce@wanadoo.fr>
1710
1711 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1712 output of `char-after'.
1713
1714 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1715
1716 * simple.el (reindent-then-newline-and-indent): Insert the newline
1717 before indenting the first line.
1718 (undo-get-state, undo-revert-to-state): New funs.
1719 (shell-command): Don't kill the buffer even if empty.
1720 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1721 (transpose-subr-end2): Remove.
1722 (transpose-subr): Add `special' arg and simplify.
1723 (transpose-subr-1): Rewrite.
1724 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1725 (rfc822-goto-eoh): Simplify.
1726
1727 2001-10-30 Richard M. Stallman <rms@gnu.org>
1728
1729 * enriched.el (enriched-face-ans): FIx previous change.
1730
1731 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1732
1733 * international/iso-acc.el (iso-accents-compose): Remove a
1734 superfluous setq.
1735
1736 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1737
1738 * buff-menu.el (list-buffers-noselect): If the buffer's name
1739 starts with a blank, but it visits a file, do show it (for files
1740 whose names start with a blank).
1741
1742 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1743
1744 * textmodes/fill.el (sentence-end-double-space)
1745 (sentence-end-without-period): Move to paragraphs.el.
1746 (fill-indent-according-to-mode): Change default to t.
1747 (fill-context-prefix): Simplify control-flow and use a more
1748 sophisticated merge that unifies both previous checks.
1749 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1750 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1751 (fill-nobreak-p): New fun.
1752 (fill-region-as-paragraph): Use it.
1753 Handle `fill-indent-according-to-mode' slightly differently.
1754 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1755 (fill-individual-paragraphs-citation): Fix.
1756
1757 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1758 (paragraph-start): Change default to the `text-mode' value.
1759 (sentence-end-double-space, sentence-end-without-period):
1760 Move from fill.el.
1761 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1762 rather than rebinding `paragraph-start' and `paragraph-separate'.
1763
1764 * indent.el (indent-line-function): Change default to indent-relative.
1765 (tab-always-indent): Add an `never' setting.
1766 (indent-according-to-mode): Handle `indent-relative' and
1767 `indent-relative-maybe' specially.
1768 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1769 Handle the `never' case for `tab-always-indent'.
1770 Don't call indent-according-to-mode for indent-relative' and
1771 `indent-relative-maybe'.
1772 (insert-tab): Rename `prefix-arg' to `arg'.
1773 (indent-region): Indent the first line as well.
1774 (indent-relative): Don't mark the buffer modified if the indentation
1775 is unchanged.
1776
1777 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1778 Don't set paragraph-separate. Set paragraph-start more carefully.
1779 Set indent-line-function.
1780 (paragraph-indent-text-mode): Use it and define-derived-mode.
1781 (text-mode-map): Remove the \t binding.
1782 (text-mode): Simplify now that the default is more favorable.
1783
1784 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1785
1786 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1787 If the regexp doesn't match, use a looser one.
1788 (find-variable-noselect): Add `file' argument.
1789
1790 * pcvs.el (cvs-mode-commit-hook): New hook.
1791 (cvs-mode-commit): Run it.
1792
1793 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1794
1795 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1796 (edebug-instrument-function): Use `find-function-noselect'.
1797
1798 2001-10-29 Richard M. Stallman <rms@gnu.org>
1799
1800 * term.el (term-if-emacs19): Macro deleted.
1801 Callers changed to use progn instead.
1802
1803 * frame.el (blink-cursor-mode): Doc fix.
1804
1805 * files.el (find-backup-file-name): Use make-backup-file-name.
1806
1807 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1808 window-live-p.
1809 (edebug-set-conditional-breakpoint): Unconditionally use
1810 the former Emacs >=19 definition.
1811 (edebug-mark): Define unconditionally.
1812 (edebug-eval-expression): Always call read-from-minibuffer
1813 and specify history list.
1814 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1815 edebug-set-conditional-breakpoint.
1816 (edebug-emacs-version-specific): Function deleted;
1817 do the job at top level.
1818 (edebug-emacs-19-specific): Function deleted, this is the default.
1819
1820 2001-10-29 Sam Steingold <sds@gnu.org>
1821
1822 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1823 "/cygdrive/LETTER/" pathnames.
1824
1825 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1826
1827 * faces.el (invert-face): Check for 'unspecified, not for nil,
1828 when testing whether face colors are not specified.
1829 From David.Kastrup@t-online.de (David Kastrup).
1830 (read-face-name): Doc fix.
1831 (make-face-bold, make-face-unbold, make-face-italic)
1832 (make-face-unitalic, make-face-bold-italic, invert-face):
1833 Remove trailing blank from the prompt passed to read-face-name.
1834
1835 2001-10-29 Sam Steingold <sds@gnu.org>
1836
1837 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1838 Report numbers of files skipped and failed too.
1839 (byte-compile-file): Return 'no-byte-compile for skipped files.
1840
1841 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1842
1843 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1844 and `M p'.
1845
1846 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1847
1848 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1849 as is on unread-command-events instead of `(SECOND-CHAR)'.
1850
1851 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1852
1853 * vc.el: Mention vc-*-switches in backend API documentation.
1854 (vc-annotate): Adapt doc string to recent change.
1855
1856 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1857
1858 * enriched.el (enriched-face-ans): Handle face attributes
1859 of the form `(FACE1 FACE2 ...)'.
1860
1861 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1862
1863 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1864
1865 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1866
1867 * progmodes/sql.el (sql-db2): Doc change.
1868 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1869 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1870
1871 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1872
1873 * env.el (substitute-env-vars): Don't quote argument to `rx';
1874 it's a macro.
1875
1876 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1877
1878 * cus-start.el (recursive-load-depth-limit): Added.
1879
1880 2001-10-28 Richard M. Stallman <rms@gnu.org>
1881
1882 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1883 All uses removed--assume Emacs version is >= 20.
1884
1885 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1886 by really checking that it is not version 18.
1887
1888 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1889
1890 2001-10-28 Miles Bader <miles@gnu.org>
1891
1892 * faces.el (face-attribute): Add INHERIT argument, consider face
1893 inheritance if it's non-nil.
1894 (face-attribute-merged-with): New function.
1895 (face-attribute-specified-or): New macro.
1896 (face-foreground, face-background, face-stipple): Add INHERIT
1897 argument. Use `face-attribute-specified-or'.
1898
1899 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1900
1901 * font-lock.el: Require `syntax'.
1902 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1903 Use `c-font-lock-syntactic-face-function' for c languages.
1904 (font-lock-mode): Don't unset vars when turning the mode off.
1905 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1906 (font-lock-extra-managed-props): New var.
1907 (font-lock-default-unfontify-region): Use it.
1908 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1909 Don't eval the value when there's no match.
1910 (font-lock-ppss-stats): New var.
1911 (font-lock-ppss): New fun.
1912 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1913 (font-lock-apply-highlight): Allow `highlight' to set several props.
1914 (font-lock-set-defaults): Use dolist.
1915 (font-lock-unset-defaults): Remove.
1916 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1917 Try to recognize prototypes using `foo P_ ((args))'.
1918 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1919 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1920 (c-font-lock-syntactic-face-function): New function.
1921 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1922 (c++-keywords): Use a more sophisticated regexp to handle
1923 shallowly nested templates.
1924
1925 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1926
1927 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1928 (sgml-tag): Use it. Cleanup with `cond'.
1929 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1930 Mark the overlays and only delete those that are marked.
1931 (sgml-skip-close-p): Remove.
1932 (sgml-value): Replace sgml-skip-close-p with its definition.
1933 (html-tag-alist): Use sgml-xml a bit more.
1934 (html-mode): Set sgml-empty-tags.
1935
1936 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1937 (texinfo-update-node, texinfo-sequential-node-update):
1938 Don't bind the obsolete `auto-fill-hook'.
1939 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1940 Use `set-buffer' rather than `switch-to-buffer'.
1941 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1942 Use `set-buffer' rather than `switch-to-buffer'.
1943
1944 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1945 text-mode-syntax-table.
1946 (mail-mode): Use define-derived-mode.
1947 Fix ordering of alternatives in adaptive-fill-regexp.
1948 (mail-mode-map): Don't rely on keymap's internal representation.
1949
1950 2001-10-27 Sam Steingold <sds@gnu.org>
1951
1952 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1953 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1954 (sgml-mode-common): Call it.
1955 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1956 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1957 (html-horizontal-rule, html-image, html-ordered-list):
1958 (html-unordered-list, html-list-item, html-paragraph):
1959 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1960 `html-xhtml'.
1961
1962 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1963
1964 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1965 (ifnothtml): New alias.
1966
1967 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1968
1969 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1970 (toggle-text-mode-auto-fill): Use derived-mode-p.
1971
1972 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1973
1974 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1975 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1976
1977 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1978
1979 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1980 Add make-obsolete cookies, to follow faces.el.
1981
1982 These changes avoid warnings from the byte compiler in faces.el:
1983
1984 * faces.el (internal-get-face): Use facep instead of the obsolete
1985 internal-find-face.
1986 (internal-frob-font-weight, internal-frob-font-slant):
1987 New defaliases for obsolete functions.
1988 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1989 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1990 (x-make-font-bold-italic): Use internal-frob-font-weight and
1991 internal-frob-font-slant aliases instead of the obsolete
1992 x-frob-... functions.
1993
1994 2001-10-26 Sam Steingold <sds@gnu.org>
1995
1996 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1997 DOCTYPE; set `mode-name' based on it.
1998 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1999 (sgml-tag): Close empty tags in XHTML.
2000
2001 2001-10-26 Jason Rumney <jasonr@gnu.org>
2002
2003 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
2004 when UNICODE is not defined.
2005
2006 2001-10-26 Sam Steingold <sds@gnu.org>
2007
2008 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
2009 be alone on the line.
2010
2011 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
2012
2013 * button.el (button): Special face definition for MS-DOS terminals.
2014
2015 2001-10-26 Sam Steingold <sds@gnu.org>
2016
2017 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2018 Protect the /= test by checking that the args are non-nil.
2019 (sh-font-lock-close-heredoc): Check eof for being non-nil.
2020
2021 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
2022
2023 * textmodes/artist.el (artist-version): 1.2.4.
2024 (artist-butlast-fn): New variable.
2025 (artist-butlast): New function.
2026 (artist-ellipse-mirror-quadrant): Use it.
2027 (artist-mouse-draw-poly): Use nil for `point-list'.
2028 (artist-mouse-draw-poly): Check for point-list being nil.
2029
2030 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
2031
2032 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
2033 lambda expression.
2034 (ps-mode-menu-main): Submenu with options on/off was replaced with
2035 a toggle button.
2036 (ps-mode, ps-run-mode): Define with `define-derived-mode'
2037 (ps-mode): Autoload cookie added on same line as comment
2038 (ps-mode-tabkey, ps-mode-backward-delete-char):
2039 (ps-mode-r-balance): Replace `delete-horizontal-space' and
2040 `indent-to' with `indent-line-to'
2041 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
2042 instead of `eval'.
2043 (ps-mode-print-region): Use `with-temp-buffer'.
2044 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
2045 (numerous places): Add back-tick and tick around names in
2046 docstrings, fix punctuation in docstrings, remove trailing spaces.
2047
2048 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2049
2050 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
2051 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
2052 (sgml-font-lock-syntactic-keywords): New var.
2053 (sgml-mode-common): Drop the two args.
2054 Don't make buffer-local variables that aren't used.
2055 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
2056 Don't set `before-string' props from sgml-display-text.
2057 (sgml-mode): Use define-derived-mode.
2058 (sgml-tags-invisible): Use sgml-display-text.
2059 (sgml-quote): New command.
2060 (html-tag-alist): Add args for `span'.
2061 (html-mode): Use define-derived-mode.
2062 Set sgml-display-text and sgml-tag-face-alist.
2063
2064 2001-10-25 Sam Steingold <sds@gnu.org>
2065
2066 * add-log.el (add-log-always-start-new-record): New user option.
2067 (add-change-log-entry): Use it.
2068
2069 2001-10-25 Richard M. Stallman <rms@gnu.org>
2070
2071 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
2072 bind case-fold-search if FROM is not all lower case.
2073
2074 2001-10-25 Gerd Moellmann <gerd@gnu.org>
2075
2076 * startup.el (normal-top-level): Check for frame-initial-frame
2077 only if it's really used.
2078
2079 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
2080
2081 * progmodes/compile.el (compilation-parse-errors-filename-function):
2082 New variable.
2083 (compilation-parse-errors): Use it.
2084
2085 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
2086
2087 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
2088 interactively so that C-u M-C-x still does edebug.
2089 (checkdoc-sentencespace-region-engine): Don't force a double-space
2090 after `.' if it doesn't look like an end-of-sentence.
2091 (debug-ignored-errors): Add `disambiguate ...'.
2092
2093 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
2094
2095 * textmodes/texinfo.el (texinfo-environments)
2096 (texinfo-environment-regexp): Hoist.
2097 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
2098 Only highlight the menu name in menu items.
2099 Setup `@foo ... @end foo' as text clones.
2100 (texinfo-clone-environment): New function.
2101 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
2102 (texinfo-insert-block): Simplify.
2103 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
2104 the command is repeated.
2105 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
2106 (texinfo-insert-@end): Simplify.
2107
2108 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
2109 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
2110 (texinfo-subsubsection-level-regexp)
2111 (texinfo-update-menu-same-level-regexps)
2112 (texinfo-update-menu-higher-regexps)
2113 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
2114
2115 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
2116 (derived-mode-p): Autoload.
2117
2118 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
2119 New vars and functions.
2120 (text-clone-maintain, text-clone-create): New functions.
2121
2122 2001-10-25 Miles Bader <miles@gnu.org>
2123
2124 * facemenu.el (facemenu-add-new-face): Fix variable names.
2125
2126 2001-10-24 Richard M. Stallman <rms@gnu.org>
2127
2128 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
2129 of t and nil values.
2130 (facemenu-set-face): Handle START and END interactively.
2131 (facemenu-set-foreground): Don't use a face; specify color directly.
2132 (facemenu-set-background): Likewise.
2133 (facemenu-set-face-from-menu): Doc fix.
2134 (facemenu-active-faces): Use face-attribute-vector
2135 to handle bare attributes not in faces.
2136 (facemenu-get-face): Don't handle face names fg:... and bg:...
2137 specially.
2138 (facemenu-add-new-face): New argument MENU.
2139 New way to handle adding colors to the color menus.
2140
2141 * env.el (substitute-env-vars): Quote the arg to rx.
2142
2143 2001-10-24 Sam Steingold <sds@gnu.org>
2144
2145 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
2146 Control" and "SGML" groups.
2147
2148 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2149
2150 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2151 Better handling of C++ template args to avoid confusion with `<'
2152 and `>' used as operators in member init expressions.
2153
2154 2001-10-24 Gerd Moellmann <gerd@gnu.org>
2155
2156 * replace.el (perform-replace): Move START and END parameters
2157 to the end of the argument list and make them optional.
2158
2159 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
2160 perform-replace.
2161
2162 * international/fontset.el (x-must-resolve-font-name): New function.
2163 (x-complement-fontset-spec): Use it.
2164
2165 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2166
2167 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2168
2169 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2170 Turn caadr into caar of cdr.
2171
2172 2001-10-23 Gerd Moellmann <gerd@gnu.org>
2173
2174 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
2175 of mouse-{1,2} since dragging is on the down event.
2176
2177 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
2178
2179 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
2180 if ARG is nil.
2181
2182 * desktop.el (desktop-last-buffer): New variable.
2183 (desktop-create-buffer): Set it.
2184 (desktop-read): Bind it and switch to that buffer.
2185
2186 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2187
2188 * progmodes/compile.el (compilation-set-window-height):
2189 Select old window only if it's still live.
2190
2191 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2192
2193 * help-mode.el (help-buffer): Remove debugging code.
2194 From Stefan Monnier <monnier@cs.yale.edu>.
2195
2196 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2197
2198 * files.el (file-name-sans-extension, file-name-extension):
2199 Don't count the leading dots in file names as signaling an extension.
2200
2201 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2202
2203 * vc.el (vc-diff-switches): Doc rewritten.
2204
2205 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2206
2207 * tooltip.el (tooltip-set-param): Doc fix.
2208
2209 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2210 127 to sgml-maybe-name-self.
2211 (sgml-name-8bit-mode): Doc fix.
2212 (sgml-char-names-table): New variable.
2213 (sgml-name-char): Support non-ASCII and mule-unicode-*
2214 characters. Doc fix.
2215 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2216
2217 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2218 doc string the effect of `left' and `top' parameters in
2219 tooltip-frame-parameters, the default values, and the units.
2220 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2221 (tooltip-show): Mention in the doc string the `top' and `left'
2222 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2223
2224 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2225
2226 Add autoscaling support for vc-annotate.
2227 From J.D. Smith <jdsmith@alum.mit.edu>.
2228
2229 * vc.el (vc-annotate-display-default): Accept colormap scaling
2230 ratio (now deprecated).
2231 (vc-annotate-display-autoscale): Added.
2232 (vc-annotate-add-menu): New autoscaling menu options "Span to
2233 Oldest" and "Span Oldest->Newest". Easymenu support added for
2234 toggle menus driven by customize variable `vc-annotate-display-mode'.
2235 (vc-annotate-display-select): Added.
2236 (vc-annotate): Changed temp-buffer-show-function to
2237 `vc-annotate-display-select'.
2238 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2239 Added argument OFFSET. Instead of backend function, calls now
2240 generic `vc-annotate-difference'.
2241 (vc-annotate-difference): Added as generic function instead of
2242 backend-specific function. No longer takes argument POINT, but
2243 instead accepts a time OFFSET.
2244 (vc-default-annotate-current-time): Added.
2245
2246 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2247 version in vc.el, with
2248 (vc-cvs-annotate-current-time): Added, as override of default.
2249 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2250 `vc-cvs-annotate-difference'.
2251
2252 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2253
2254 * saveplace.el (save-place): Require `saveplace'.
2255
2256 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2257 Use `sexp' for :value-type instead of `face'.
2258
2259 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2260
2261 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2262 regexps due to 5-digit message IDs.
2263
2264 2001-10-21 Jason Rumney <jasonr@gnu.org>
2265
2266 * term/w32-win.el (redisplay-dont-pause): Don't set.
2267
2268 2001-10-21 Miles Bader <miles@gnu.org>
2269
2270 * help-funs.el (help-manyarg-func-alist): Variable removed.
2271
2272 2001-10-21 Miles Bader <miles@gnu.org>
2273
2274 * help-funs.el (help-manyarg-func-alist): Remove entries for
2275 `insert', `insert-and-inherit', `insert-before-markers',
2276 `insert-before-markers-and-inherit', `message', `message-box',
2277 `message-or-box', `propertize', `format', `encode-time', `append',
2278 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2279 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2280 `ml-prefix-argument-loop'.
2281
2282 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2283
2284 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2285 (vc-default-diff-tree): New functions.
2286 (vc-version-diff): Use them. As a result, coding systems are now
2287 set up properly for all sorts of diffs, and tree diffs can now
2288 also be done locally.
2289 (vc-diff): With a prefix argument, don't require that it's called
2290 from a buffer under version control.
2291 (diff-switches): Remove duplicate definition.
2292
2293 * vc-cvs.el (vc-cvs-diff-tree): New function.
2294
2295 2001-10-21 Miles Bader <miles@gnu.org>
2296
2297 * help-funs.el (help-manyarg-func-alist): Remove entries for
2298 `list', `vector', `make-byte-code', `call-process',
2299 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2300 `logand', `logior', and `logxor'.
2301
2302 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2303 image bits to compensate. Use `make-string' instead of
2304 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2305
2306 2001-10-20 Kim F. Storm <storm@cua.dk>
2307
2308 * simple.el (kill-ring-save): Don't show extent of copied region
2309 if using transient-mark-mode and region is fully visible.
2310
2311 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2312
2313 * (Version 21.1 released.)
2314
2315 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2316
2317 * files.el (auto-mode-alist): Associate .indent.pro with
2318 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2319
2320 2001-10-18 Sam Steingold <sds@gnu.org>
2321
2322 Put the *Compile-Log* buffer in `compilation-mode'.
2323 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2324 (byte-compile-log-1, byte-compile-log-file)
2325 (displaying-byte-compile-warnings): Use it
2326
2327 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2328
2329 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2330
2331 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2332
2333 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2334
2335 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2336
2337 * obsolete/hilit19.el (hilit-lookup-face-create):
2338 Call set-face-font only if display-graphic-p.
2339 (toplevel): Remove references to window-system.
2340
2341 2001-10-18 Miles Bader <miles@gnu.org>
2342
2343 * simple.el (what-line): Avoid problems with field properties.
2344
2345 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2346
2347 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2348 Define special colors for a tty.
2349
2350 2001-10-17 Francesco Potorti` <pot@gnu.org>
2351
2352 * comint.el (comint-password-prompt-regexp): Make it less
2353 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2354
2355 2001-10-17 John Wiegley <johnw@gnu.org>
2356
2357 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2358 a regular file, before checking if it is a directory or symlink.
2359 This avoids a call to eshell-file-attributes, which can be
2360 expensive in some situations.
2361
2362 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2363 customization variable, to differentiate ls-in-dired from regular
2364 uses of ls.
2365
2366 2001-10-17 Miles Bader <miles@gnu.org>
2367
2368 * custom.el (defface): Mention `:inherit' in doc-string.
2369
2370 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2371
2372 * paren.el: Update the Commentary with installation instructions.
2373
2374 2001-10-15 Dave Love <fx@gnu.org>
2375
2376 * international/mule.el (set-auto-coding): Fix regexps for local
2377 variables section not to eat newlines.
2378
2379 2001-10-15 Miles Bader <miles@gnu.org>
2380
2381 * simple.el (display-message-or-buffer): Pass the correct buffer
2382 to `display-buffer'.
2383
2384 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2385
2386 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2387 (executable-find): Use exec-suffixes.
2388 (executable-set-magic): Don't use make-local-hook.
2389
2390 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2391
2392 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2393
2394 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2395 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2396 Add .so to the Unix and GNU branch.
2397
2398 * international/latin-1.el:
2399 * international/latin-2.el:
2400 * international/latin-3.el:
2401 * international/latin-4.el:
2402 * international/latin-5.el:
2403 * international/latin-8.el:
2404 * international/latin-9.el: Add no-byte-compile: t, since
2405 Makefile.in instructs make-docfile to look at .el files.
2406
2407 2001-10-14 Miles Bader <miles@gnu.org>
2408
2409 * button.el (define-button-type): Allow supertype property to be
2410 specified with a keyword `:supertype' too.
2411 (button-put, make-text-button): Allow button type property to be
2412 specified using the keyword `:type' too.
2413 (button-type): New function.
2414 (button): Add `button-category-symbol' property.
2415
2416 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2417
2418 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2419 indent-new-comment-line from comment-indent-new-line.
2420
2421 * textmodes/refill.el (refill-mode):
2422 Bind DEL to backward-delete-char-untabify.
2423 Set backward-delete-char-untabify-method to `hungry'.
2424
2425 * textmodes/bib-mode.el (bib-mode):
2426 * play/gomoku.el (gomoku-mode):
2427 * textmodes/page-ext.el (pages-directory-mode):
2428 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2429
2430 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2431
2432 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2433
2434 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2435 Handle here-docs differently.
2436 (sh-font-lock-heredoc): Remove.
2437 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2438 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2439 (sh-font-lock-open-heredoc): New functions.
2440 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2441 (sh-font-lock-keywords-1): Use regexp-opt.
2442 (sh-in-comment-or-string): Use syntax-ppss.
2443 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2444 (sh-select, sh-tmp-file): Add explicit terminating \n.
2445
2446 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2447 Use with-current-buffer.
2448 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2449 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2450 filename), catch any error that occurs in `ange-ftp-cd'.
2451 If an error happened, don't bother sending `cmd' at all.
2452 Fix a parenthesis typo.
2453 (ange-ftp-write-region): Don't blindly use binary if the remote host
2454 is unix-like.
2455
2456 * play/pong.el (pong-init): Don't use make-local-hook.
2457
2458 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2459
2460 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2461 (viper-get-ex-address-subr): More precise addr for the $ marker
2462
2463 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2464
2465 * version.el (emacs-version): Bump to 21.1.50.
2466
2467 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2468
2469 * mail/mailalias.el (mail-directory-stream): Do not double
2470 variables in the lambda-list.
2471
2472 * play/gomoku.el (gomoku-init-display): Ditto.
2473
2474 * play/landmark.el (lm-init-display): Ditto.
2475
2476 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2477 (delimit-columns-rectangle-line): Ditto.
2478
2479 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2480
2481 * newcomment.el (comment-region-internal): Don't rebind
2482 invisibility_spec now that the C routines handle it correctly.
2483
2484 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2485
2486 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2487 and `same-frame'.
2488
2489 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2490
2491 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2492
2493 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2494 C-p and C-r. Remove redundant bindings from inheriting maps.
2495
2496 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2497 After 4.23 and: After 4.24:
2498 (cperl-contract-levels): Restore position.
2499 (cperl-beautify-level): Likewise.
2500 (cperl-beautify-regexp): Likewise.
2501 (cperl-commentify): Rudimental support for length=1 runs
2502 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2503 After 4.25:
2504 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2505 (imenu-example--create-perl-index): Was not enforcing
2506 syntaxification-to-the-end.
2507 (cperl-invert-if-unless): Allow `for', `foreach'.
2508 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2509 Mark qw(), m()x as indentable.
2510 (cperl-init-faces): Highlight `sysopen' too.
2511 Highlight $var in `for my $var' too.
2512 (cperl-invert-if-unless): Was leaving whitespace at end.
2513 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2514 (cperl-calculate-indent): Remove old commented out code.
2515 Support (primitive) indentation of qw(), m()x.
2516 After 4.26:
2517 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2518 q [] with intervening newlines.
2519 (cperl-autoindent-on-semi): New customization variable.
2520 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2521 (cperl-tips): Mention how to make CPerl the default mode.
2522 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2523 (cperl-outline-level): New function.
2524 (cperl-highlight-variables-indiscriminately): New customization var.
2525 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2526 From Sean Kamath <kamath@pogo.wv.tek.com>.
2527 (cperl-after-block-p): Support CHECK and INIT.
2528 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2529 From Doug MacEachern <dougm@covalent.net>.
2530 After 4.27:
2531 (cperl-find-pods-heres): Recognize \"" as a string.
2532 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2533 Allow whitespace between << and "FOO".
2534 (cperl-problems): Remove \"" and q [] with intervening newlines.
2535 Mention multiple <<EOF as unsupported.
2536 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2537 (cperl-indent-parens-as-block): New configuration variable.
2538 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2539 Use `cperl-indent-parens-as-block'.
2540 (cperl-find-pods-heres): Test for =cut without empty line instead of
2541 complaining about no =cut.
2542 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2543 (cperl-find-pods-heres): Likewise.
2544 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2545 POD could've been marked as comment already.
2546 (cperl-unwind-to-safe): Unwind before start of POD too.
2547 After 4.28:
2548 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2549 After 4.29:
2550 (x-color-defined-p): Make an extra case to peacify the warning.
2551 Toplevel: `defvar' to peacify the warnings.
2552 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2553 No -nw-compile time warnings now.
2554 (cperl-find-tags): TAGS file had too short substring-to-search.
2555 Be less verbose in non-interactive mode
2556 (imenu-example--create-perl-index): Set index-marker after name
2557 (cperl-outline-regexp): New variable.
2558 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2559 (cperl-mode): Made use `cperl-outline-regexp'.
2560 After 4.30:
2561 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2562 (cperl-outline-level): Make start-of-file same level as `package'.
2563 After 4.31:
2564 (cperl-electric-pod): `head1' and `over' electric only if empty.
2565 (cperl-unreadable-ok): New variable.
2566 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2567 on an unreadable file.
2568 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2569 on an unreadable directory.
2570
2571 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2572 Consider the text between two errors as belonging to the first error.
2573 (compilation-goto-locus): Use pop-to-buffer rather than
2574 switch-to-buffer-other-frame.
2575
2576 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2577 (awk-font-lock-syntactic-keywords): New var.
2578 (awk-mode): Use it.
2579
2580 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2581
2582 * faces.el (describe-face): Call help-setup-xref earlier.
2583
2584 * jka-compr.el (jka-compr-load-suffixes): New var.
2585 (jka-compr-install): Add its content to load-suffixes.
2586 (jka-compr-uninstall): Remove its content from load-suffixes.
2587
2588 2001-10-12 Sam Steingold <sds@gnu.org>
2589
2590 * bindings.el (completion-ignored-extensions): CL-related
2591 extensions are platform-independent.
2592
2593 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2594 asynchronous multiple file copying.
2595
2596 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2597
2598 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2599 Turn error for repeated variables into warning.
2600
2601 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2602 New function checking that lambda-list consists of non-constant
2603 symbols, that &rest and &optional are followed by variable names,
2604 that &rest VAR is the last element, and that variables aren't doubled.
2605 (byte-compile-lambda): Use it.
2606
2607 2001-10-12 Eli Barzilay <eli@barzilay.org>
2608
2609 * calculator.el (calculator-eng-display): Don't call concat
2610 with an integer argument.
2611
2612 2001-10-12 Miles Bader <miles@gnu.org>
2613
2614 * help-mode.el (help-customize-face): New button-type.
2615
2616 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2617 (describe-face): Fix args to `help-xref-button'.
2618 Don't switch to help-buffer around call to `help-setup-xref'.
2619 Use `help-buffer' instead of hard-wired "*Help*".
2620 Require `help-mode'.
2621
2622 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2623
2624 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2625
2626 * help-mode.el (help-buffer): New function.
2627 Returns the buffer-name to use for help output.
2628 Change all the code to use it instead of hard-coding *Help*.
2629 (help-mode-map): Put back the mouse-2 binding.
2630 (help-xref-stack): Change the format and make buffer-local.
2631 (help-xref-stack-item): Make buffer-local.
2632 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2633 (help-xref-interned): Display the face doc as well.
2634 (help-follow-mouse): Re-introduce.
2635 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2636 (help-do-xref): Don't `push' any more.
2637 (help-follow): Also follow face names.
2638
2639 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2640 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2641 Autoload and cleanup.
2642 (describe-function): Call help-setup-xref.
2643 (describe-variable): Call help-setup-xref earlier.
2644
2645 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2646 (view-lossage): Call help-setup-xref correctly and earlier.
2647 (describe-bindings): Call help-setup-xref earlier.
2648 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2649 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2650
2651 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2652
2653 * master.el (master-mode): Use define-minor-mode instead of
2654 easy-mmode-define-minor-mode. Add autload cookie.
2655 (Commentary): Remove the line showing how to autoload master-mode,
2656 since it's always autoloaded.
2657
2658 * master.el: New file.
2659
2660 2001-10-11 Dave Love <fx@gnu.org>
2661
2662 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2663 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2664 <const-C varset-X const-C>: Fix car/cdr typo.
2665
2666 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2667
2668 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2669 New function extracted from byte-compile-log-1.
2670 (byte-compile-log-1): Change output to be more in line with
2671 the output of other GNU tools.
2672 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2673 (byte-compile-report-error): Downcase error message.
2674 Use `error' instead of `!!' for error messages.
2675 (byte-compile-print-syms): Treat non-interactive case specially.
2676 (displaying-byte-compile-warnings): Use backquote.
2677 (byte-compile-from-buffer): Bind byte-compile-last-line.
2678 (batch-byte-compile): Remove `Done' message.
2679
2680 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2681
2682 * emacs-lisp/copyright.el (copyright): Add final \n.
2683
2684 2001-10-11 Miles Bader <miles@gnu.org>
2685
2686 * diff.el (diff): Display default values in prompts as
2687 `(default ...)', not `(...)'.
2688
2689 * info.el (Info-follow-reference): Likewise.
2690
2691 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2692
2693 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2694
2695 * newcomment.el (comment-indent): Be a little more robust in case
2696 comment-indent-function does funny things.
2697 (comment-normalize-vars): Autoload.
2698 (comment-region-internal): Fiddle with the visibility spec.
2699 (comment-valid-prefix): New function.
2700 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2701 that would turn comment-text into non-comment-text.
2702
2703 * emacs-lisp/syntax.el: New file.
2704
2705 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2706 compatibility cruft.
2707 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2708 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2709 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2710 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2711 tcl-submit-bug-report.
2712 (tcl-mode-syntax-table): Leave \f alone.
2713 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2714 tcl-end-of-defun, tcl-submit-bug-report.
2715 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2716 (tcl-add-emacs-menu): Remove.
2717 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2718 (tcl-keyword-list): Add `chain'.
2719 (tcl-font-lock-syntactic-keywords): New variable.
2720 (tcl-pps-has-arg-6): Remove.
2721 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2722 (tcl-internal-mark-defun): Remove.
2723 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2724 (tcl-mode): Use define-derived-mode. Simplify.
2725 Set comment-indent-function.
2726 (tcl-indent-command): Use line-beginning-position and comment-indent.
2727 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2728 (tcl-indent-line): Use tcl-calculate-indent.
2729 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2730 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2731 (tcl-filter): Use with-current-buffer, simplify.
2732 (inferior-tcl-mode): Use define-derived-mode.
2733 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2734 (tcl-simple-in-comment, tcl-in-comment): Removed.
2735 (tcl-files-alist): New function.
2736 (tcl-help-snarf-commands): Use it and return the result directly
2737 rather than through a global variable.
2738 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2739 (tcl-help-on-word): Provide the default value to completing-read.
2740 (tcl-hilit): Remove.
2741 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2742 (tcl-comment-indent): New function.
2743 (tcl-submit-bug-report): Remove.
2744 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2745 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2746 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2747
2748 2001-10-10 Miles Bader <miles@gnu.org>
2749
2750 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2751 (Info-fontify-node): Don't fontify the node if it's already been done.
2752
2753 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2754
2755 * international/iso-transl.el (iso-transl-e-caret)
2756 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2757 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2758
2759 * simple.el (end-of-buffer): Fix code scrolling specially
2760 for the buffer end.
2761
2762 * startup.el (command-line-1): Bind tab-width to 8.
2763
2764 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2765
2766 * emulation/tpu-edt.el: Use defalias instead of fset for
2767 user-visible commands. From Rob Riepel
2768 <riepel@Networking.Stanford.EDU>.
2769
2770 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2771
2772 * ruler-mode.el: New file.
2773
2774 2001-10-09 Miles Bader <miles@gnu.org>
2775
2776 * apropos.el (button): New require.
2777
2778 * help-funs.el: New file, contents mostly from `help.el'.
2779 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2780
2781 * help-mode.el: New file, contents mostly from `help.el'.
2782
2783 * help.el: Don't require `view' when compiling.
2784 (help-with-tutorial, describe-function, describe-function-1)
2785 (variable-at-point, describe-variable, locate-library):
2786 Functions moved into `help-funs.el'.
2787 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2788 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2789 (help-setup-xref, help-xref-following, help-make-xrefs)
2790 (help-xref-button, help-insert-xref-button, help-xref-interned)
2791 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2792 (help-xref-on-pp): Functions moved into `help-mode.el'
2793 (help-mode-map, help-xref-stack, help-xref-stack-item)
2794 (help-highlight-p, help-highlight-face, help-back-label)
2795 (help-xref-symbol-regexp, help-xref-mule-regexp)
2796 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2797 (help-symbol, help-back, help-info, help-customize-variable)
2798 (help-function-def, help-variable-def):
2799 Button-types moved into `help-mode.el'.
2800 (load-symbol-file-load-history, symbol-file):
2801 Functions moved into `subr.el'.
2802 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2803 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2804
2805 * subr.el (symbol-file-load-history-loaded)
2806 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2807
2808 * loadup.el ("button"): Load removed.
2809
2810 * button.el (define-button-type): Respect any `supertype' property.
2811 (button-type-subtype-p, button-has-type-p): New functions.
2812
2813 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2814 dollar-signs.
2815
2816 * comint.el (comint-insert-previous-argument): New function.
2817 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2818 (comint-insert-previous-argument-last-start-pos)
2819 (comint-insert-previous-argument-last-index): New variables.
2820
2821 * apropos.el (apropos-next-label-button): Use the presence of a
2822 `apropos-label' property to detect label buttons.
2823
2824 2001-10-08 Miles Bader <miles@gnu.org>
2825
2826 * button.el (next-button, previous-button): Remove N and WRAP
2827 parameters. Don't pay attention to `skip' properties.
2828 (forward-button): Implement wrapping, iterating, and skipping here
2829 instead.
2830 (button-activate): USE-MOUSE-ACTION is optional.
2831 (button-nop): Function removed.
2832 (default-button): Use `ignore' as default button action.
2833
2834 * apropos.el (apropos-next-label-button): Update arguments to
2835 `next-button'.
2836 (apropos-symbol): Add `skip' property.
2837 (apropos-function, apropos-macro, apropos-command)
2838 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2839 (apropos-plist): New button types.
2840 (apropos-label-properties): Variable removed.
2841 (apropos-print): Pass button-type to apropos-print-doc, rather
2842 than help function and label text.
2843 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2844 Get button label from TYPE.
2845
2846 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2847
2848 * help.el (help-mode): Use define-derived-mode.
2849 (describe-mode): Add optional `buffer' arg.
2850 Use it instead of going through help-xref-mode.
2851 Avoid doubling the word `minor' when prettifying.
2852 (describe-function-1): List the corresponding key bindings.
2853 (describe-variable): Say if the var is automatically buffer-local.
2854 If the source is `loaddefs.el', look for the real source.
2855 (help-xref-mode): Remove.
2856
2857 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2858 the file says no-byte-compile.
2859
2860 2001-10-08 Miles Bader <miles@gnu.org>
2861
2862 * button.el (next-button, previous-button): Respect `skip' property.
2863
2864 2001-10-07 Miles Bader <miles@gnu.org>
2865
2866 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2867 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2868 `woman-follow-word' instead of `woman-mouse-2'.
2869 (woman-follow-word): Renamed from `woman-mouse-2'.
2870 Follow current unconditionally, since this function is now only
2871 bound to M-mouse-2. Use accessor functions.
2872 (WoMan-highlight-references): Use `make-text-button'.
2873 (woman-xref): New button type.
2874
2875 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2876 ("button"): New load, just before "help" (which uses it).
2877
2878 * help.el (help-mode-map): Make button-buffer-map our parent.
2879 Don't bind mouse events or tab/backtab.
2880 (help-function, help-variable, help-face, help-coding-system)
2881 (help-input-method, help-character-set, help-back, help-info)
2882 (help-customize-variable, help-function-def, help-variable-def):
2883 New button types.
2884 (help-button-action): New function.
2885 (describe-function-1): Pass help button-types to
2886 `help-xref-button' rather than help function and help-echo string.
2887 Don't put multiple help-function args in a list to pass them to
2888 help-xref-button, just pass them as multiple arguments.
2889 Use `help-insert-xref-button' to make [back]-button, rather than
2890 `help-xref-button'.
2891 (help-xref-button): Take a button-type TYPE as a parameter rather
2892 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2893 and add a &rest parameter ARGS to serve the same purpose.
2894 Use `make-text-button' to add the button.
2895 (help-insert-xref-button): Use `insert-text-button' to add the button.
2896 (help-follow-mouse, help-next-ref, help-previous-ref):
2897 Functions removed.
2898 (help-do-xref): New function.
2899 (help-follow): Use `push-button' and `help-do-xref' to do most of
2900 the work.
2901
2902 * apropos.el (apropos-symbol, apropos-label): New button types.
2903 (apropos-symbol-button-display-help)
2904 (apropos-label-button-display-help, apropos-next-label-button):
2905 New functions.
2906 (apropos-mode-map): Make button-buffer-map our parent.
2907 Don't bind mouse events.
2908 (apropos-print, apropos-print-doc): Create buttons instead of text
2909 properties.
2910 (apropos-mouse-follow): Function removed.
2911 (apropos-follow): Use buttons.
2912
2913 * button.el: New file.
2914
2915 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2916
2917 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2918 Remove.
2919
2920 2001-10-05 Richard M. Stallman <rms@gnu.org>
2921
2922 * add-log.el (add-change-log-entry): Skip copyright notice
2923 and copying permission notice at start of file, if any.
2924 Make use of terms "entry" and "item" accord with Emacs manual.
2925 Simplify the logic for moving point while entering or creating
2926 an entry and then an item.
2927 (add-change-log-entry-other-window): Doc fix.
2928
2929 2001-10-06 Miles Bader <miles@gnu.org>
2930
2931 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2932 removed; they apparently don't work with faces.
2933
2934 2001-10-05 Sam Steingold <sds@gnu.org>
2935
2936 * textmodes/sgml-mode.el (html-xhtml): New user option.
2937 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2938 (html-ordered-list, html-unordered-list, html-list-item)
2939 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2940 (sgml-skip-close-p): New function.
2941 (sgml-value): Use it.
2942
2943 2001-10-05 Sam Steingold <sds@gnu.org>
2944
2945 * calendar/diary-lib.el (diary-entry-compare): When times are
2946 identical, compare the entries lexicographically.
2947
2948 2001-10-06 Miles Bader <miles@gnu.org>
2949
2950 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2951 Use `minibuffer-prompt-end'.
2952
2953 * simple.el (previous-matching-history-element): Fix misplaced
2954 parentheses.
2955
2956 2001-10-05 Miles Bader <miles@gnu.org>
2957
2958 * rfn-eshadow.el: New file.
2959
2960 2001-10-05 Miles Bader <miles@gnu.org>
2961
2962 * cus-face.el (custom-face-attributes): Make sure each attribute
2963 has a valid default value. Remove hacks that mapped `nil' to
2964 `off' and used nil to mean `unspecified'. Remove `unspecified'
2965 choices from all attributes (unspecified is handled by the parent
2966 checklist).
2967 * cus-edit.el (custom-face-edit-convert-widget)
2968 (custom-face-edit-deactivate, custom-face-edit-activate)
2969 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2970 New functions.
2971 (custom-face-edit): Specify a custom :convert-widget.
2972 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2973 Don't pass in default filters that map between `nil' and `off' and
2974 `unspecified' and `nil'.
2975
2976 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2977
2978 * progmodes/compile.el (compilation-buffer-name): New function.
2979 (compile-internal): Use it to determine the name of the
2980 compilation buffer.
2981
2982 2001-10-05 Miles Bader <miles@gnu.org>
2983
2984 * progmodes/compile.el (grep-use-null-device): New variable.
2985 (grep-command): Mention `grep-use-null-device'.
2986 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2987 Make computation of `grep-command' respect `grep-use-null-device'.
2988 (grep): Respect `grep-use-null-device'.
2989 Call `grep-compute-defaults' even if grep-command is set, if
2990 grep-use-null-device is still tentative.
2991
2992 * subr.el (call-process-shell-command): New function.
2993
2994 2001-10-05 Miles Bader <miles@gnu.org>
2995
2996 * simple.el (previous-matching-history-element)
2997 (next-history-element, next-complete-history-element): Use
2998 `minibuffer-' functions instead of calling `field-' functions directly.
2999 (minibuffer-prompt-end, minibuffer-contents):
3000 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3001 Functions removed (now subrs).
3002 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
3003
3004 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
3005 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
3006 instead of calling `field-' functions directly.
3007 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
3008
3009 2001-10-05 Gerd Moellmann <gerd@gnu.org>
3010
3011 * files.el (find-file-noselect): If file's read-only status has
3012 changed on disk, ask if buffer's read-only status should be
3013 changed, unless NOWARN is set.
3014
3015 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
3016 alias for define-setf-method.
3017
3018 * bindings.el: Remove no-byte-compile from file local variables
3019 to enable bootstrapping.
3020
3021 2001-10-04 Andrew Innes <andrewi@gnu.org>
3022
3023 * faces.el (face-font-registry-alternatives) [windows-nt]:
3024 Make gb2312 an alias for gb2312.1980.
3025
3026 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
3027
3028 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
3029 (uniquify-reverse-components): Remove.
3030
3031 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3032 Make sure the file is readable.
3033 (byte-compile-file): Don't compile if `no-byte-compile' is set.
3034 (byte-compile-defvar): Update to reflect the change in Fdefvar.
3035 (batch-byte-recompile-directory): Pass arg=0.
3036
3037 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
3038 (perl-calculate-indent): Use it.
3039 (perl-backward-to-noncomment): Use forward-comment.
3040
3041 * derived.el (define-derived-mode, derived-mode-make-docstring):
3042 Allow `parent' to be nil.
3043
3044 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
3045 Use define-derived-mode.
3046 (nroff-mode-map, nroff-mode-syntax-table): Massage.
3047
3048 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
3049
3050 * emacs-lisp/lselect.el: Use facep iso find-face.
3051
3052 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3053 Use regexp-opt.
3054 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
3055 (lisp-font-lock-syntactic-face-function): New function.
3056 (lisp-mode-variables): Use it. Make arg optional.
3057 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
3058 (lisp-mode): Don't pass an arg to lisp-mode-variables.
3059 Set comment-start-skip.
3060
3061 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
3062
3063 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
3064 (ignore-errors): Don't bother using a `err' symbol.
3065
3066 * emacs-lisp/autoload.el (autoload-ensure-default-file)
3067 (autoload-insert-section-header, autoload-before-p)
3068 (autoload-remove-section): New functions.
3069 (generate-file-autoloads): Use them.
3070 (update-file-autoloads): Use them. Return FILE if there's no cookie.
3071 Make sure the autoload file is properly formatted when creating it.
3072 (update-autoloads-from-directories): Use them as well.
3073 Only update autoloads for files whose timestamp has changed.
3074 Add a dummy entry to remember the files which had no autoload cookies.
3075
3076 * timer.el (timer-relative-time): Fix computation for negative `micro'.
3077
3078 * subr.el (define-key-after): Allow `key' to be longer than 1.
3079 (make-local-hook): Make obsolete.
3080 (add-hook, remove-hook): Don't use make-local-hook any more.
3081 (make-syntax-table): Inherit all chars from s-s-t.
3082
3083 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3084
3085 This is a fix for a report saying that resuming a search with C-s
3086 C-s doesn't use the case-fold-search setting of the previous
3087 search (C-s ... M-c ... then C-s C-s).
3088
3089 * isearch.el (isearch-last-case-fold-search): New variable.
3090 (isearch-mode): Remember value of isearch-case-fold-search
3091 in isearch-last-case-fold-search.
3092 (isearch-done): Quote value of isearch-case-fold-search.
3093 (isearch-repeat): When resuming a search, restore
3094 isearch-case-fold-search from isearch-last-case-fold-search.
3095
3096 Added to NEWS.
3097
3098 * startup.el (inhibit-startup-buffer-menu): New user-option.
3099 (command-line-1): If inhibit-startup-buffer-menu is set, don't
3100 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
3101
3102 This allows upto 99999 messages in the summary without screwing up
3103 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
3104
3105 * mail/rmailsum.el (rmail-make-summary-line)
3106 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
3107 (rmail-summary-goto-msg, rmail-summary-goto-msg):
3108 Allow 5-digit message ids instead of 4.
3109
3110 This adds expansion of environment variables in the value
3111 specified with M-x setenv. Added to NEWS.
3112
3113 * env.el (substitute-env-vars): New function.
3114 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
3115 environment variables in VALUE. Return VALUE.
3116
3117 2001-10-04 Gerd Moellmann <gerd@gnu.org>
3118
3119 * Branch for 21.1.
3120
3121 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
3122
3123 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
3124
3125 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3126
3127 * emulation/tpu-edt.el: Make messages match original TPU/edt
3128 editor. From riepel@Stanford.EDU (Rob Riepel).
3129
3130 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
3131
3132 * rect.el: Update maintainer's email address.
3133
3134 2001-10-02 Andreas Schwab <schwab@suse.de>
3135
3136 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
3137 and Extended Passive Mode, resp.
3138
3139 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3140
3141 These changes add support for Calendar-related items in the
3142 menu bar on tty's as well:
3143
3144 * calendar/calendar.el (calendar-mode-map): Require cal-menu
3145 unconditionally.
3146 (calendar-mode): Set up activate-menubar-hook unconditionally.
3147
3148 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
3149 calls x-popup-menu only if popup menus are supported.
3150 (calendar-mouse-insert-hebrew-diary-entry)
3151 (calendar-mouse-insert-islamic-diary-entry)
3152 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3153 (calendar-mouse-view-other-diary-entries)
3154 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
3155 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3156 Call cal-menu-x-popup-menu instead of x-popup-menu.
3157
3158 2001-10-01 Gerd Moellmann <gerd@gnu.org>
3159
3160 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
3161
3162 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
3163
3164 * emacs-lisp/rx.el: New file.
3165
3166 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
3167
3168 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
3169
3170 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3171
3172 * frame.el (select-frame-by-name, other-frame): Doc fix.
3173
3174 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3175
3176 * play/snake.el (snake-score-file): Use temporary-file-directory
3177 instead of a literal "/tmp". Suggested by Robert
3178 <robert@chezmarshall.freeserve.co.uk>.
3179
3180 * play/tetris.el (tetris-score-file): Ditto.
3181
3182 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
3183
3184 * apropos.el (apropos-print): Make the directions inserted at the
3185 beginning of the *Apropos* buffer more clear.
3186
3187 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
3188
3189 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
3190 Added comments.
3191
3192 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
3193
3194 * newcomment.el (comment-normalize-vars): Use " \t" rather than
3195 "\\s-" when defining comment-end-skip.
3196
3197 2001-09-27 Gerd Moellmann <gerd@gnu.org>
3198
3199 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
3200 Call get-buffer-window first second arg `visible'.
3201
3202 * international/mule-diag.el (list-input-methods-1):
3203 Output something that's independent of Emacs' version.
3204
3205 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3206 calling byte-to-position with a nil tar-header-offset.
3207
3208 2001-09-27 Simon Josefsson <jas@extundo.com>
3209
3210 * mail/sendmail.el (send-mail-function): Doc fix.
3211 (mail-do-fcc): Error if header-end is not a marker.
3212 (mail-do-fcc): Add a comment.
3213 (mail-reply-to): Doc fix.
3214 (mail-signature): Make ATPOINT optional.
3215 (mail-yank-original): Use cond instead of nestled if.
3216
3217 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * info.el (Info-on-current-buffer): Default arg to "Top".
3220
3221 2001-09-25 Eli Barzilay <eli@barzilay.org>
3222
3223 * calculator.el (calculator-copy-displayer): New user-option.
3224 (calculator-displayer-prev, calculator-displayer-next):
3225 Renamed from calculator-displayed-{left,right}.
3226 (calculator, calculator-standard-displayer)
3227 (calculator-num-to-string, calculator-update-display)
3228 (calculator-copy, calculator-put-value): Bug and display fixes.
3229
3230 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3231
3232 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3233 (ebnf-version): New version (3.6.1).
3234
3235 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3236 (ebnf-bnf-non-terminal-chars): New internal const.
3237 (ebnf-bnf-lex): Fix code.
3238
3239 * ebnf-iso.el: Fix character range regexp. Doc fix.
3240 (ebnf-iso-non-terminal-chars): New internal const.
3241 (ebnf-iso-lex): Fix code.
3242
3243 * ebnf-yac.el: Fix character range regexp. Doc fix.
3244 (ebnf-yac-skip-chars): New internal const.
3245 (ebnf-yac-skip-code): Fix code.
3246
3247 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3248
3249 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3250
3251 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3252 passing it to VC.
3253
3254 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3255 case where the file is relative.
3256
3257 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3258
3259 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3260 same on each side. Make sure we properly handle simple quotes.
3261 From Daiki Ueno <ueno@unixuser.org>.
3262
3263 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3264
3265 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3266 <jas@extundo.com>.
3267
3268 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3269 some items of the Options menu.
3270
3271 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3272
3273 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3274
3275 * vc-hooks.el (vc-delete-automatic-version-backups):
3276 Don't fail if the directory doesn't exist.
3277
3278 * diff-mode.el (diff-default-read-only): New var.
3279 (diff-mode): Use it.
3280
3281 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3282
3283 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3284 Use make-keymap instead of copy-keymap, since copying the global
3285 keymap messes up the menu bar.
3286
3287 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3288 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3289
3290 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3291
3292 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3293
3294 * dired-aux.el (dired-insert-subdir): Pass switches to
3295 dired-build-subdir-alist.
3296
3297 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3298
3299 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3300 caused %#a and %#b to be mis-formatted.
3301
3302 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3303
3304 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3305 ccmode, emacs-mime, and eudc manuals.
3306
3307 2001-09-19 Sam Steingold <sds@gnu.org>
3308
3309 w32 find cannot be used with `grep-find'.
3310 * progmodes/compile.el (find-program): New variable.
3311 (grep-compute-defaults): Use it to set `grep-find-command'.
3312
3313 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3314
3315 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3316
3317 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3318
3319 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3320 programming. Doc fix.
3321 (ebnf-version): New version (3.6).
3322 (ebnf-eps-begin): Data fix.
3323 (ebnf-begin-file): Code fix.
3324
3325 * ebnf-bnf.el: Doc fix.
3326 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3327
3328 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3329
3330 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3331
3332 * ps-print.el: Better face mapping for black/white PostScript printers.
3333 Check if mark is active when printing a region. Doc fix.
3334 (ps-print-version): New version number (6.5.5).
3335 (ps-print-color-p): Customization fix.
3336 (ps-black-white-faces): New option.
3337 (ps-black-white-faces-alist): New internal var.
3338 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3339 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3340 (ps-nb-pages-region): Interactive fix.
3341 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3342 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3343
3344 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3345
3346 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3347 numeric month value, and allow the Kanji character after the it to
3348 be missing (happens with ls-lisp's output on Japanese versions of
3349 MS-Windows).
3350
3351 2001-09-18 Miles Bader <miles@gnu.org>
3352
3353 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3354 it's empty (and thus probably a new patch file about to be edited).
3355
3356 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3357
3358 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3359 Check for '(' in column 0 of doc string.
3360
3361 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3362 of `nth' so that using a vector as bounding-box works.
3363 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3364
3365 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3366
3367 * vc.el (vc-annotate): Use current workfile version explicitly as
3368 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3369
3370 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3371
3372 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3373 convert-standard-filename doesn't guarantee that the .el extension
3374 is preserved.
3375
3376 * dos-fns.el (convert-standard-filename): Replace invalid
3377 characters only after converting dash/underscore to a period.
3378 (original-make-auto-save-file-name): New.
3379 (make-auto-save-file-name): New function, overrides the definition
3380 on files.el and calls the original function via
3381 original-make-auto-save-file-name.
3382
3383 * mail/rmail.el (top-level): Require mule-utils when compiling.
3384 (rmail-decode-babyl-format): Use detect-coding-with-priority
3385 instead of detect-coding-region, to favor detection of emacs-mule
3386 encoded Babyl files written by rmailout.el etc. Suggested by
3387 Kenichi Handa <handa@etl.go.jp>.
3388
3389 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3390
3391 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3392 Use `equal', not `=', since the device number can be a cons cell.
3393
3394 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3395
3396 * simple.el: Comment out change of 2001-09-13.
3397
3398 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3399
3400 * progmodes/compile.el (grep-compute-defaults): Don't set
3401 grep-command/grep-find-command when it is already non-nil.
3402 (grep-command): Make it a user option.
3403 (grep-find-command): Likewise.
3404
3405 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3406
3407 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3408 inhibit quit.
3409
3410 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3411
3412 * files.el (make-auto-save-file-name): If long file names are not
3413 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3414 generating an auto-save file name from it.
3415
3416 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3417
3418 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3419 (ps-nb-pages-region): Signal an error if called interactively
3420 and the mark is not active.
3421
3422 * simple.el (minibuffer-prompt-modification)
3423 (minibuffer-prompt-insertion): New functions.
3424 (minibuffer-prompt-properties): Use `modification-hooks' and
3425 `insert-in-front-hooks'.
3426
3427 2001-09-12 Richard M. Stallman <rms@gnu.org>
3428
3429 * textmodes/outline.el (outline-regexp): Doc fix.
3430 Initialize it in the defcustom, the usual way.
3431
3432 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3433
3434 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3435 from `ediff-meta-info' properties need not be an overlay.
3436 From David Ponce <dponce@voila.fr>.
3437
3438 * isearch.el (isearch-intersects-p): Fix end checks.
3439
3440 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3441
3442 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3443 `t' branch of `cond', since Irix 6.1 and up is a special case of
3444 the standard dbx interface.
3445
3446 2001-09-11 Miles Bader <miles@gnu.org>
3447
3448 * comint.el (comint-send-input): When waiting for echoed input,
3449 don't save the expected end position in `echo-end', so that things
3450 work properly even if the buffer is modified elsewhere at the same
3451 time [this happens if `comint-truncate-buffer' is used].
3452
3453 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3454
3455 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3456 when constructing imenu-generic-expression from outline-regexp.
3457
3458 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3459
3460 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3461 `equal' instead of `=', since they can be cons cells. From Nils
3462 Goesche <cartan@cartan.de>.
3463
3464 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3465
3466 * vc.el (vc-annotate): Rewrote doc string.
3467
3468 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3469
3470 * time-stamp.el: Update Stephen Gildea's email address.
3471
3472 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3473
3474 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3475 enable-multibyte-characters = nil. From Hallvard B Furuseth
3476 <h.b.furuseth@usit.uio.no>.
3477
3478 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3479
3480 * ediff-init.el (ediff-highest-priority): Bug fix.
3481
3482 * viper-cmd.el (viper-special-read-and-insert-char): New function
3483 that reads a character and uses the current input method or
3484 iso-accents when appropriate.
3485
3486 * viper.el and all others: Corrections to the comment blocks at
3487 the top.
3488
3489 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3490
3491 * info.el (Info-goto-node): Doc fix.
3492
3493 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3494
3495 * isearch.el (isearch-intersects-p): New function.
3496 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3497 use isearch-intersects-p, and clean up.
3498
3499 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3500
3501 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3502 and "german8", for the new German orthography dictionaries,
3503 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3504 the entries, to keep the line length balanced for loaddefs.el.
3505
3506 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3507
3508 * comint.el (comint-send-input): Handle comint-process-echoes
3509 differently.
3510
3511 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3512
3513 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3514
3515 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3516
3517 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3518
3519 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3520
3521 * server.el (server-switch-buffer):
3522 * textmodes/refer.el (refer-find-entry-internal):
3523 * term/sup-mouse.el (sup-pos-to-window):
3524 * term/bg-mouse.el (bg-window-from-x-y):
3525 * emacs-lisp/edebug.el (edebug-window-live-p):
3526 Use get-window-with-predicate.
3527
3528 * window.el (get-window-with-predicate): Renamed from some-window.
3529 (some-window): Make it an alias.
3530
3531 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3532
3533 * simple.el (undo): Remove positions from buffer-undo-list up to
3534 the next undo boundary only.
3535
3536 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3537
3538 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3539 Kim <ryk@dspwiz.com>
3540
3541 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3542 the message "Creating customization items...done".
3543
3544 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3545
3546 * font-lock.el (toplevel): Require `jit-lock' only if
3547 font-lock-support-mode is set to jit-lock-mode.
3548
3549 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3550
3551 * international/quail.el (quail-use-package, quail-inactivate)
3552 (quail-activate): Mention the hooks these functions run in their
3553 doc strings.
3554
3555 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3556
3557 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3558 of file in header of menu.
3559
3560 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3561
3562 * env.el (setenv): Interactively, if VARIABLE has a current value,
3563 add that to the front of the history, as the doc string says.
3564
3565 * comint.el (comint-send-input): Change help-echo.
3566 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3567
3568 * bookmark.el (bookmark-write-file): Bind print-length and
3569 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3570
3571 * obsolete/uncompress.el: Moved there from lisp/.
3572
3573 * comint.el (comint-insert-clicked-input): Goto point-max before
3574 deleting previous input. From "Dr Francis J. Wright"
3575 <F.J.Wright@qmw.ac.uk>.
3576
3577 * simple.el (backward-word): Doc fix.
3578
3579 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3580
3581 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3582 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3583 * w32-fns.el: Add Keywords header.
3584
3585 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3586
3587 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3588 "Text Properties". Suggested by Simon Marshall
3589 <Simon.Marshall@midas-kapiti.com>.
3590
3591 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3592
3593 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3594 consulting the value of file-name-coding-system.
3595
3596 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3597
3598 * help.el (describe-function-1): Save precomputed `file-name' rather
3599 than recomputing it (incorrectly) with `symbol-file'.
3600
3601 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3602
3603 * international/isearch-x.el (isearch-exit-recursive-edit):
3604 Take three parameters, since it's used as an after-change-function.
3605
3606 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3607 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3608 from doc strings.
3609
3610 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3611
3612 * progmodes/glasses.el (glasses-convert-to-unreadable):
3613 Consider underscores as in `glasses-make-readable'.
3614
3615 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3616
3617 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3618 MS-DOS, since cpp might not be available.
3619
3620 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3621 Mention "yank" in the help-echo text.
3622 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3623
3624 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3625
3626 * newcomment.el (comment-indent): Insert spaces more carefully.
3627
3628 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3629
3630 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3631 exists. From Andy Petrusenco <andy@int.spb.ru>.
3632
3633 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3634 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3635 <andy@int.spb.ru>.
3636
3637 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3638
3639 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3640 Instead of running mouse-yank-at-click, see what the event is
3641 bound to outside Isearch and run that.
3642
3643 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3644
3645 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3646 Fix the menu entry to mention transient-mark-mode.
3647
3648 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3649
3650 * simple.el (eval-expression-print-level): Fix last change.
3651
3652 * bindings.el (mode-line-coding-system-map): New variable.
3653 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3654
3655 * simple.el (eval-expression-print-level): Change the type
3656 of the defcustom to allow nil.
3657
3658 * emacs-lisp/find-gc.el: Moved here from lisp/.
3659
3660 * international/quail.el (quail-completion-1):
3661 Reverse the ((CHAR . DEFN) ...) list before processing it.
3662 From Kenichi Handa <handa@etl.go.jp>.
3663
3664 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3665 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3666
3667 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3668
3669 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3670 aren't supported. This avoids the annoying gray strip drawn by
3671 the Windows version instead of the missing tool bar.
3672
3673 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3674
3675 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3676 and tooltips more consistent. From "Marshall, Simon"
3677 <Simon.Marshall@midas-kapiti.com>.
3678
3679 * startup.el (fancy-splash-screens): Temporarily set
3680 minor-mode-map-alist to nil while displaying splash screens.
3681
3682 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3683
3684 * buff-menu.el: Add Keywords header.
3685 Doc fix (C-x C-b is bound to list-buffers).
3686
3687 * dired-x.el: Add keyword files to get listed in finder.
3688 Remove confusing notes about GNU Emacs 19.
3689
3690 * dired.el, dired-aux.el: Add Keywords header.
3691
3692 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3693
3694 * vc.el (vc-revert-file): Call the backend even if the FILE's
3695 contents can be reverted locally; pass new arg CONTENTS-DONE
3696 down to the backend.
3697
3698 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3699 optional arg CONTENTS-DONE.
3700
3701 2001-08-28 Andrew Innes <andrewi@gnu.org>
3702
3703 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3704
3705 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3706
3707 * makefile.nt (install): Copy more *.el files.
3708
3709 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3710
3711 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3712 instead of `w' which is already in use.
3713
3714 * gs.el (gs-load-image): Use sleep-for.
3715 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3716
3717 2001-08-28 Miles Bader <miles@gnu.org>
3718
3719 * replace.el (query-replace-regexp-eval): Return args from
3720 `interactive' form in correct order.
3721
3722 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3723
3724 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3725 major modes, don't create panes for modes for which
3726 mouse-buffer-menu-alist returns an empty alist.
3727
3728 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3729
3730 * progmodes/hideshow.el: Update first-line description.
3731 Sync comments w/ maintainer version 5.31.
3732
3733 (hs-isearch-open): Default value now `code'.
3734 Fix docstring to use "code blocks" vs "comment blocks",
3735 as opposed to "block" vs "comment".
3736 (hs-flag-region): Accept `hs-isearch-open' value
3737 of `block' as synonymous w/ `code'.
3738 (hs-hide-block-at-point): For code blocks, pass `code'
3739 to `hs-flag-region' instead of `block'.
3740
3741 2001-08-28 Miles Bader <miles@gnu.org>
3742
3743 * comint.el (comint-next-prompt): Don't loop infinitely if
3744 {next,previous}-single-char-property-change returns its input
3745 position when the search fails.
3746
3747 2001-08-27 Miles Bader <miles@gnu.org>
3748
3749 * comint.el (comint-get-old-input-default): Don't signal an error
3750 if point is not on an input field; instead, return the current
3751 line (using `comint-bol' to skip any prompt, in case we're not
3752 using fields at all).
3753
3754 * man.el (Man-mode-line-format): Variable removed.
3755 (Man-mode): Change `mode-line-buffer-identification' instead of
3756 `mode-line-format'.
3757
3758 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3759
3760 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3761 From Simon Josefsson <jas@extundo.com>.
3762
3763 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3764
3765 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3766 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3767
3768 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3769 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3770
3771 * emacs-lisp/lselect.el: Ditto.
3772
3773 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3774 Remove periods from the end of error message strings.
3775 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3776
3777 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3778 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3779
3780 * net/telnet.el: Ditto.
3781
3782 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3783
3784 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3785 KEYMAP to the call to define-minor-mode.
3786
3787 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3788
3789 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3790 Replace some of the undefined characters with emulations of bidi
3791 formatting characters and Niqud as per SI 1311-1.
3792 (IT-unicode-translations): Ditto.
3793 (IT-display-table-setup, IT-setup-unicode-display):
3794 Fill characters without translations with dos-unsupported-char-glyph.
3795
3796 2001-08-24 Simon Josefsson <jas@extundo.com>
3797
3798 * hl-line.el (hl-line-mode): Don't be a global mode.
3799 (global-hl-line-mode): New function.
3800
3801 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3802
3803 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3804 being reset by Ghostscript. Don't kill the gs process.
3805 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3806
3807 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3808
3809 * term/mac-win.el: Require scroll-bar.
3810
3811 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3812
3813 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3814
3815 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3816
3817 * hexl.el (hexl-insert-multibyte-char) New function.
3818 (hexl-quoted-insert, hexl-self-insert-command)
3819 (hexl-insert-hex-char, hexl-insert-decimal-char)
3820 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3821 Fix the doc strings accordingly.
3822 (hexl-insert-char): Reject characters whose code is above 255.
3823 Doc fix.
3824 (hexl-mode-map): Copy the global keymap instead of creating a
3825 sparse keymap, and bind all self-inserting characters to
3826 hexl-self-insert-command.
3827
3828 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3829
3830 * wid-edit.el (text): Re-order docstring correctly.
3831
3832 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3833
3834 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3835
3836 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3837
3838 * simple.el (line-number-mode): Mention the variable
3839 line-number-display-limit-width in the doc string.
3840
3841 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3842
3843 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3844 Temporarily select EVENT's window for switching buffers.
3845 (mode-line-bury-buffer): New function.
3846 (mode-line-buffer-identification-keymap): Use it instead of
3847 bury-buffer. Bind down-mouse events to prevent global down-mouse
3848 events from shining through.
3849
3850 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3851
3852 * newcomment.el (comment-beginning): Make sure the comment-start
3853 we found isn't a comment-end (in cases where confusion is possible).
3854
3855 2001-08-22 Miles Bader <miles@gnu.org>
3856
3857 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3858 before writing it, so that hard-links don't see new version.
3859
3860 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3861
3862 * gs.el (gs-set-ghostview-colors-window-prop):
3863 Call x-change-window-property with 3rd arg FRAME.
3864 (gs-load-image): Wait for a previous Ghostscript process
3865 to complete before starting a new one.
3866
3867 * image.el (image-type-regexps): Make sure that the TIFF
3868 pattern is only matched at the beginning of a string.
3869 From Markus Rost <rost@math.ohio-state.edu>.
3870
3871 * international/swedish.el: Pre-Mule file removed. From Jonas
3872 Oberg <jonas@gnu.org>.
3873
3874 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3875
3876 * whitespace.el (whitespace-abort-on-error): Add custom variable
3877 to whitespace to abort a write-file if whitespace is detected in file.
3878
3879 * whitespace.el (whitespace-write-file-hook): Hook to be called
3880 when writing a file. If `whitespace-abort-on-error' is set, the
3881 write will abort on detecting whitespaces.
3882 If `whitespace-auto-cleanup' is set, the file will be cleaned
3883 automatically prior to writing.
3884
3885 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3886 whitespaces in the error output!
3887
3888 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3889 `indent-tabs-mode', since the latter notes user preferences on
3890 TABs anyway.
3891
3892 * whitespace.el (whitespace-version): 3.1. All of the above issues
3893 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3894
3895 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3896
3897 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3898 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3899
3900 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3901
3902 2001-08-20 Alex Schroeder <alex@gnu.org>
3903
3904 * sql.el (sql-db2): Doc change.
3905
3906 2001-08-20 Alex Schroeder <alex@gnu.org>
3907
3908 * sql.el (sql-postgres): Add the database at the end of the
3909 parameters instead of at the beginning.
3910 (sql-postgres-options): Doc change.
3911
3912 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3913
3914 * custom.el (defcustom): Doc fix.
3915
3916 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3917
3918 * ps-mule.el (find-composition): Check if (char-after POS)
3919 returns a valid character.
3920
3921 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3922
3923 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3924 original-point for extra CR characters that are added/removed when
3925 the buffer is written/read whose EOL type is -dos.
3926
3927 2001-08-16 Miles Bader <miles@gnu.org>
3928
3929 * simple.el (line-move): Undo previous change.
3930
3931 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3932 property to input-terminating `boundary' overlays to avoid
3933 line-move wierdness.
3934
3935 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3936
3937 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3938 buffer in a save-restriction. Under one test case with Ediff,
3939 window-scroll-functions are run with a window start that's
3940 temporarily outside of the restriction.
3941
3942 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3943
3944 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3945 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3946 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3947 (texinfo-update-menu-region-beginning)
3948 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3949 command, @ifnottex, to regexps, so it is found.
3950
3951 2001-08-16 Andrew Innes <andrewi@gnu.org>
3952
3953 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3954 (DONTCOMPILE): Omit sc.el.
3955
3956 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3957 (DONTCOMPILE): Omit sc.el.
3958
3959 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3960
3961 * replace.el (occur): Bind inhibit-read-only to t.
3962
3963 2001-08-16 Miles Bader <miles@gnu.org>
3964
3965 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3966 calling `constrain-to-field', to avoid problems with comint prompts.
3967
3968 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3969
3970 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3971 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3972
3973 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3974 of a while-loop.
3975
3976 * Makefile.in (DONTCOMPILE): Remove sc.el.
3977
3978 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3979 Don't include term/.
3980
3981 * mail/sc.el: Moved to obsolete/.
3982
3983 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3984
3985 * ps-print.el: Change error function arguments to follow Emacs
3986 message convention. Doc fix.
3987 (ps-print-version): New version number (6.5.4).
3988 (coding-system-for-write): Change declaration position to avoid
3989 XEmacs compilation gripes.
3990 (coding-system-for-read, buffer-file-coding-system):
3991 Declarations to avoid XEmacs compilation gripes.
3992
3993 * ps-mule.el: Doc fix.
3994 (ps-mule-encode-header-string): If STRING is not a string, replace
3995 STRING by empty string.
3996
3997 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3998
3999 * frame.el (show-trailing-whitespace): Doc fix.
4000
4001 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
4002
4003 * desktop.el (desktop-save): Insert the coding: tag before
4004 desktop-header.
4005
4006 2001-08-13 Gerd Moellmann <gerd@gnu.org>
4007
4008 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
4009 its path from $els.
4010
4011 * image.el (image-jpeg-p): Fix call of substring.
4012
4013 2001-08-10 Gerd Moellmann <gerd@gnu.org>
4014
4015 * play/animate.el (animate-string): Doc fix. Use a buffer
4016 name with stars in it.
4017 (animate-sequence): New function.
4018 From Richard Stallman <rms@gnu.org>.
4019
4020 * frame.el (select-frame-set-input-focus): New function
4021 extracted from other-frame.
4022 (other-frame): Use it.
4023 (next-multiframe-window, previous-multiframe-window): Use it.
4024
4025 * isearch.el (isearch-other-meta-char): Don't switch to the
4026 buffer of a window clicked on, when the current buffer is
4027 in Isearch mode.
4028
4029 * image.el (image-jpeg-p): Test for APPn markers in the range
4030 #xe0..#xef.
4031
4032 2001-08-09 Gerd Moellmann <gerd@gnu.org>
4033
4034 * desktop.el (desktop-save): Don't use concat to form a file
4035 name, use expand-file-name.
4036
4037 * mouse.el (mouse-delete-window): Do nothing if frame has just
4038 one window.
4039
4040 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
4041 for the minor mode name.
4042
4043 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
4044 minor mode name.
4045
4046 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
4047 instead of make-mode-line-mouse2-map.
4048
4049 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
4050 the minor mode name.
4051
4052 * emacs-lisp/easy-mmode.el (define-minor-mode):
4053 Use mode-line-minor-mode-keymap for the minor mode name.
4054
4055 * calendar/calendar.el (calendar-mode-line-format):
4056 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
4057
4058 * bindings.el (make-mode-line-mouse-map): Renamed from
4059 make-mode-line-mouse2-map. Take additional arg MOUSE.
4060 (mode-line-modified): Use mouse-3 instead of mouse-2.
4061 (mode-line-buffer-identification-keymap): Bind keys differently.
4062 (propertized-buffer-identification): Adapt help-echo to new bindings.
4063
4064 * bindings.el (mode-line-format): Specify help-echo for line
4065 number, column number and buffer-percent part of the mode-line.
4066
4067 * image.el (image-type-regexps): Allow whitespace at the start
4068 of the image data for XPM, XBM and Postscript, which are
4069 text files.
4070 (image-jpeg-p): Correct calculation of next field offset.
4071
4072 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4073
4074 * battery.el: Fix typo.
4075
4076 2001-08-08 Gerd Moellmann <gerd@gnu.org>
4077
4078 * image.el (image-type-regexps): Allow predicates. Change the way
4079 JPEG images are recognized.
4080 (image-jpeg-p): New function.
4081 (image-type-from-data): Handle predicates in image-type-regexps.
4082
4083 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
4084 #:, #x, #o, and similar constructs.
4085
4086 2001-08-07 Gerd Moellmann <gerd@gnu.org>
4087
4088 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
4089
4090 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
4091 instead of `progn'.
4092
4093 * tar-mode.el (tar-extract): Avoid generating a new buffer
4094 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
4095
4096 * textmodes/paragraphs.el (forward-sentence): Avoid building
4097 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
4098
4099 * progmodes/executable.el (executable-set-magic):
4100 If executable-find returns a quoted file name, unquote it before
4101 inserting it.
4102
4103 * image.el (image-type-regexps): For JPEG files, use a regexp
4104 derived from the JFIF spec.
4105
4106 * image.el (image-type-regexps): Use `\`' instead of `^' in
4107 most regular expressions.
4108
4109 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4110
4111 * play/animate.el: Re-insert a reference to re-inserted function.
4112
4113 2001-08-06 Gerd Moellmann <gerd@gnu.org>
4114
4115 * help.el (describe-function-1): Use find-function-search-for-symbol
4116 instead of find-function-noselect because the latter follows aliases.
4117
4118 * play/animate.el (animate-birthday-present): Re-insert.
4119
4120 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4121 Handle old-style menu definitions.
4122
4123 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4124
4125 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4126 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
4127
4128 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4129 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
4130 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
4131
4132 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4133
4134 * textmodes/tildify.el: Milan Zamazal has new address.
4135
4136 2001-08-03 Gerd Moellmann <gerd@gnu.org>
4137
4138 * custom.el (custom-set-variables): Don't test `custom-requests'
4139 properties, check the third element of the options passed to
4140 custom-set-variables instead.
4141
4142 * info.el (info-insert-file-contents): Use info-file-exists-p
4143 instead of file-exists-p.
4144
4145 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
4146 the mode-line face is restored. Fix several bugs.
4147
4148 * replace.el (perform-replace): Doc fix.
4149
4150 2001-08-02 Francesco Potorti` <pot@gnu.org>
4151
4152 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4153 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
4154 (uniquify-fix-item-base, uniquify-fix-item-filename)
4155 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
4156 Callers changed.
4157 (uniquify-set-proposed): Changed to work with a vector item.
4158 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
4159 the fix list, and a list of strings for the non-file buffer
4160 names. Both changes reduce consing.
4161 (uniquify-rationalize-a-list): Local variable renaming.
4162 (uniquify-rationalize-conflicting-sublist): Use member instead of
4163 assoc.
4164 (uniquify-rename-buffer): Use unless instead of if not.
4165
4166 2001-08-02 Gerd Moellmann <gerd@gnu.org>
4167
4168 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
4169
4170 * custom.el (custom-set-variables): Set options with :require
4171 clauses last.
4172
4173 * custom.el (defcustom): Doc fix.
4174
4175 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
4176
4177 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4178
4179 * man.el (man): Mention Man-switches in the doc string.
4180 (Man-switches): Mention -a in the doc string.
4181
4182 * textmodes/ispell.el (ispell-alternate-dictionary):
4183 Add /usr/share/lib/dict/words, for Irix.
4184
4185 * bindings.el: Bind shifted and control-shifted kp-* keys to the
4186 corresponding non-kp keys. Suggested by Stephen Gildea
4187 <gildea@stop.mail-abuse.org>.
4188
4189 2001-08-01 Francesco Potorti` <pot@gnu.org>
4190
4191 * uniquify.el: These changes correct a corner case that the old
4192 code managed correctly.
4193 (uniquify-fix-item-proposed): Renamed from
4194 uniquify-fix-item-min-proposed.
4195 (uniquify-set-proposed): New function.
4196 (uniquify-rationalize-file-buffer-names): Code reshuffled for
4197 clarity and speed.
4198 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
4199 This is equivalent to what the old code did.
4200 (uniquify-rationalize-a-list): Never recompute the proposed
4201 name. Sort the conflicting sublist before rationalising it: this
4202 is equivalent to what the old code did, but one directory element
4203 at a time, and only when necessary.
4204 (uniquify-rationalize-conflicting-sublist): Recompute here the
4205 proposed name.
4206
4207 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4208
4209 * play/animate.el: Add Keywords and Maintainer. Remove a
4210 reference to a removed function.
4211
4212 * play/animate.el (animate-string): Handle case that the string is
4213 longer than the window is wide.
4214
4215 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4216
4217 * desktop.el (desktop-save): Bind coding-system-for-write to
4218 `emacs-mule' for write-region.
4219
4220 * delsel.el (delete-selection-pre-hook): Don't set this-command
4221 to `ignore' if the region is empty.
4222
4223 * international/mule.el (set-keyboard-coding-system):
4224 Set keyboard-coding-system.
4225
4226 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4227 before accessing it.
4228
4229 2001-07-30 Andreas Schwab <schwab@suse.de>
4230
4231 * menu-bar.el (toggle-highlight-paren-mode):
4232 Use `(show-paren-mode)' as body.
4233
4234 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4235
4236 * vc.el (vc-checkout-hook): New hook.
4237 (vc-checkout): Run it.
4238
4239 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4240
4241 * progmodes/make-mode.el (makefile-macroassign-regex):
4242 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4243
4244 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4245
4246 * vc.el (vc-switch-backend): Fix autoload cookie.
4247
4248 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4249 the desktop file.
4250
4251 2001-07-30 Simon Josefsson <jas@extundo.com>
4252
4253 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4254 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4255
4256 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4257
4258 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4259 (last-sexp-toggle-display): Renamed from last-sexp-print.
4260 (last-sexp-toggle-display, eval-last-sexp-1):
4261 Use last-sexp-setup-props.
4262
4263 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4264 New user-options.
4265 (mouse-wheel-change-button): New function.
4266 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4267 (mwheel-scroll): Ditto.
4268
4269 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4270
4271 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4272 `...', compare with unabbreviated printed representation instead.
4273 (last-sexp-print): Bind print-length and print-level to nil.
4274
4275 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4276 before assigning text properties. Make properties rear-nonsticky.
4277
4278 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4279 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4280 <mouse-2> and <RET> in that map to a function printing the
4281 unabbreviated value.
4282
4283 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4284 is a buffer, put a text property `printed-value' on the printed
4285 representation, with the Lisp object printed as value.
4286
4287 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4288
4289 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4290 Mention the effect of eval-expression-print-length and
4291 eval-expression-print-level in the doc strings. Suggested by
4292 Kevin Gallagher <kevingal@onramp.net>.
4293
4294 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4295
4296 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4297 for buttons > 3.
4298 (xterm-mouse-translate): Handle the case that we don't get a
4299 down-event.
4300
4301 * emacs-lisp/find-func.el (find-function-regexp):
4302 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4303 in front of the function name.
4304
4305 * isearch.el (isearch-other-meta-char): Fix last change.
4306
4307 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4308 similar events for which fake prefix keys are generated. It's no
4309 longer necessary since read_key_sequence doesn't modify these
4310 events for internal purposes anymore.
4311
4312 * files.el (auto-mode-alist): Use nroff-mode for files ending
4313 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4314
4315 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4316
4317 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4318 tool-bar-lines parameter, behave as if its value were zero.
4319 (mouse-avoidance-set-pointer-shape): Don't do anything if
4320 x-pointer-shape is not boundp.
4321
4322 2001-07-23 Francesco Potorti` <pot@gnu.org>
4323
4324 * uniquify.el: Overall speedup changes when using many buffers.
4325 (uniquify-fix-item-base, uniquify-fix-item-filename)
4326 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4327 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4328 place in the item, but was never used.
4329 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4330 in the item is now used as cache for the proposed name.
4331 (uniquify-rationalize-file-buffer-names): Move computation made on
4332 newbuffile out of the loop, in the newbuffile-nd local var.
4333 Use dolist (cosmetic change). Compute the proposed name for the most
4334 common case and cache it in the fourth place in the item.
4335 (uniquify-rationalize-file-buffer-names): Used to return a a list
4336 of buffer whose name was changed, but that return value was never used.
4337 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4338 the cached proposed name, does much less consing and is quicker.
4339 (uniquify-filename-lessp): Deleted.
4340 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4341 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4342 cached proposed name is possible.
4343 (uniquify-get-proposed-name): Arguments changed, callers changed.
4344 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4345 uniquify-possibly-resolvable flag, which is no more bound locally.
4346 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4347 flag, which does not exist any more.
4348
4349 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4350
4351 * term/internal.el (IT-unicode-translations): Fix the appearance of
4352 "6`".
4353
4354 * progmodes/compile.el (compile-internal): If EMACS is already
4355 defined in the environment, don't override its value.
4356
4357 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4358
4359 * play/fortune.el: Undo change of 2001-07-13.
4360 Fix autoload cookies. Add types to defcustoms.
4361 (fortune) <defgroup>: Add :link.
4362 (fortune-from-region): Use eq, not eql.
4363 From Dave Love <fx@gnu.org>.
4364
4365 * play/animate.el (animate-birthday-present): Function removed.
4366
4367 * play/animate.el: New file.
4368
4369 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4370
4371 * startup.el (normal-top-level-add-subdirs-to-load-path):
4372 On Windows, put into normal-top-level-add-subdirs-inode-list the
4373 canonicalized names of the directories instead of inode numbers.
4374
4375 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4376
4377 * ediff-util.el: Copyright years.
4378 (ediff-choose-syntax-table): New function.
4379 (ediff-setup): Use ediff-choose-syntax-table.
4380 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4381 vc-state is available.
4382 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4383
4384 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4385 with-syntax-table.
4386 (ediff-coding-system-for-read): From ediff-diff.el
4387 (ediff-coding-system-for-write): New variable.
4388 (ediff-highest-priority): Fixed the bug having to do with disappearing
4389 overlays.
4390 (ediff-file-remote-p): Use file-remote-p, if available.
4391 (ediff-listable-file): New function.
4392 (ediff-file-attributes): Use ediff-listable-file.
4393
4394 * ediff-mult.el (ediff-meta-insert-file-info1):
4395 Use ediff-listable-file.
4396
4397 * ediff-ptch.el (ediff-prompt-for-patch-file):
4398 Use ediff-coding-system-for-read.
4399 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4400
4401 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4402 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4403
4404 * ediff.el: Date of last update, copyright years.
4405
4406 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4407
4408 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4409 of Scott Bronson.
4410 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4411 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4412 Deleted functions.
4413 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4414 ex-token-list.
4415 (viper-get-ex-address-subr): Convert registers to char data type.
4416
4417 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4418 (viper-memq-char): Use viper-int-to-char.
4419 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4420 vc-locking-state.
4421 (viper-read-key): Use viper-read-key-sequence.
4422
4423 * viper.el (viper-major-mode-modifier-list):
4424 Added inferior-emacs-lisp-mode.
4425 (this-major-mode-requires-vi-state): New function that uses simple
4426 heuristics to decide if vi state is appropriate.
4427 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4428 (viper-non-hook-settings): Don't advise read-key-sequence.
4429 (viper-read-key-sequence): New function that replaces the
4430 previously used advice to read-key-sequence.
4431
4432 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4433 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4434 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4435 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4436 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4437 Got rid of the negative character hack.
4438 (viper-escape-to-state,viper-replace-state-exit-cmd):
4439 Use viper-read-key-sequence.
4440 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4441 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4442 Don't override existing minibuffer-setup-hook.
4443 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4444 Convert registers to char data type.
4445 (viper-autoindent): Use viper-indent-line.
4446
4447 * viper-keym.el: Use viper-exec-key-in-emacs.
4448
4449 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4450
4451 * server.el (server-visit-files): Fix variable name typo.
4452
4453 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4454
4455 * simple.el (delete-trailing-whitespace): Save match data
4456 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4457
4458 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4459
4460 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4461 return a this-error using the alternative format (a pair of markers).
4462
4463 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4464
4465 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4466
4467 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4468 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4469
4470 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4471
4472 * international/iso-transl.el: Fix typo in the header of the file.
4473
4474 * textmodes/picture.el (picture): Doc fix.
4475
4476 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4477 follow coding conventions in generated files.
4478
4479 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4480
4481 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4482 (tool-bar-add-item): Don't call image-related primitives if the
4483 display doesn't support images.
4484
4485 * frame.el (display-images-p): New function.
4486
4487 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4488
4489 * server.el (server-visit-files): Handle the case the specified
4490 column number is <= 0.
4491
4492 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4493
4494 * startup.el (command-line-1): Add support for +LINE:COLUMN
4495 command line argument.
4496
4497 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4498
4499 * server.el (server-process-filter, server-visit-files):
4500 Add support for +LINE:COLUMN style emacsclient calls.
4501
4502 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4503
4504 * emacs-lisp/easy-mmode.el: Add Keywords header.
4505
4506 * play/pong.el: Author has new address.
4507
4508 * play/landmark.el: Author is no more reachable.
4509
4510 * play/handwrite.el: Author is no more reachable.
4511
4512 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4513
4514 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4515 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4516 Complete bindings for F<1..12> keys.
4517 (global-map): Remove `undo' binding (already in the default).
4518 Replace `t<n>' bindings with `f<n>' bindings.
4519
4520 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4521
4522 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4523 (tcl-mode): Use tcl-add-log-defun.
4524 (tcl-indent-line): Use tcl-calculate-indent.
4525 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4526 (tcl-indent-exp): Renamed from indent-tcl-exp.
4527 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4528 (tcl-indent-for-comment): Call comment-indent-function properly
4529 and handle the case where it returns nil.
4530
4531 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4532
4533 * calendar/cal-islam.el (calendar-goto-islamic-date):
4534 Remove autoload cookie.
4535
4536 * calendar/calendar.el (calendar-goto-islamic-date):
4537 Add call to autoload.
4538
4539 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4542 Don't change compile-auto-highlight globally.
4543 Don't bother with `font-lock-defaults' property since XEmacs
4544 also understands the `font-lock-defaults' variable.
4545 Use make-local-variable rather than make-variable-buffer-local.
4546 Don't `defconst' comment-indent-function: keep the default.
4547 Call easy-menu-add unconditionally.
4548 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4549 (ada-create-menu): Use :included for Emacs as well.
4550
4551 * vc.el (vc-do-command): Autoload.
4552
4553 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4554
4555 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4556
4557 * ps-print.el: Fix Author: header.
4558
4559 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4560
4561 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4562 mouse-1 etc., bind them to `ignore'.
4563
4564 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4565 send-invisible, which is already defined in Comint.
4566 (eshell-watch-for-password-prompt): Use it.
4567
4568 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4569
4570 * which-func.el (which-func-mode): Doc fix.
4571
4572 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4573 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4574 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4575 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4576 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4577 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4578 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4579 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4580 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4581 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4582 * emulation/edt-mapper.el, emulation/edt-pc.el,
4583 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4584 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4585 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4586 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4587 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4588 * international/isearch-x.el, international/iso-cvt.el,
4589 * international/ogonek.el, international/quail.el,
4590 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4591 * language/devanagari.el, language/ethio-util.el,
4592 * language/ethiopic.el, language/european.el, language/indian.el,
4593 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4594 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4595 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4596 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4597 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4598 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4599 * progmodes/autoconf.el, progmodes/cmacexp.el,
4600 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4601 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4602 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4603 * progmodes/ebnf2ps.el, progmodes/executable.el,
4604 * progmodes/fortran.el, progmodes/idlw-shell.el,
4605 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4606 * progmodes/m4-mode.el, progmodes/mantemp.el,
4607 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4608 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4609 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4610 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4611 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4612 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4613 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4614 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4615 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4616 * textmodes/two-column.el, time-stamp.el, timezone.el,
4617 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4618 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4619 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4620 conventions.
4621
4622 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4623
4624 * simple.el (set-variable): Require 'cus-edit' instead of
4625 `wid-edit', so that the Custom widgets get defined.
4626
4627 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4628
4629 * allout.el: A fix to follow coding conventions.
4630
4631 * find-lisp.el: A fix to follow coding conventions.
4632
4633 * term/w32-win.el: A fix to follow coding conventions.
4634
4635 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4636
4637 * term/xterm.el: A fix to follow coding conventions.
4638
4639 * term/news.el: A fix to follow coding conventions.
4640
4641 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4642 header line fixed.
4643
4644 * sun-curs.el: Fix Maintainer: header line.
4645
4646 * emacs-lisp/easymenu.el: Address of the author added.
4647
4648 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4649
4650 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4651 property.
4652
4653 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4654
4655 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4656 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4657 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4658 Some fixes to follow coding conventions.
4659
4660 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4661
4662 * which-func.el (which-func-mode): Doc fix.
4663
4664 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4665
4666 * net/rcompile.el (remote-compile): Use make-local-variable.
4667
4668 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4669
4670 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4671
4672 * mail/reporter.el (reporter-submit-bug-report):
4673 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4674
4675 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4676
4677 * calendar/cal-china.el, calendar/cal-coptic.el,
4678 * calendar/cal-dst.el, calendar/cal-french.el,
4679 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4680 * calendar/cal-iso.el, calendar/cal-julian.el,
4681 * calendar/cal-mayan.el, calendar/cal-persia.el,
4682 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4683 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4684 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4685 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4686 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4687 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4688 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4689 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4690 * progmodes/ada-xref.el, progmodes/cc-align.el,
4691 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4692 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4693 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4694 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4695 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4696 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4697 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4698 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4699 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4700 * textmodes/reftex.el: Some fixes to follow coding
4701 conventions in Eshell files with known maintainers.
4702
4703 * emulation/viper.el: A fix to follow coding conventions.
4704
4705 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4706 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4707 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4708 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4709 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4710 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4711 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4712 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4713 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4714 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4715 conventions in Eshell files.
4716
4717 * composite.el, diff.el, emacs-lisp/levents.el,
4718 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4719 * emulation/pc-mode.el, emulation/viper-cmd.el,
4720 * emulation/viper-ex.el, emulation/viper-init.el,
4721 * emulation/viper-keym.el, emulation/viper-macs.el,
4722 * emulation/viper-mous.el, emulation/viper-util.el,
4723 * emulation/viper.el, forms-pass.el, international/ccl.el,
4724 * international/characters.el, international/encoded-kb.el,
4725 * international/fontset.el, international/ja-dic-cnv.el,
4726 * international/ja-dic-utl.el, international/kinsoku.el,
4727 * international/kkc.el, international/mule-cmds.el,
4728 * international/mule-diag.el, international/mule-util.el,
4729 * international/mule.el, international/titdic-cnv.el,
4730 * language/china-util.el, language/chinese.el,
4731 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4732 * language/greek.el, language/hebrew.el, language/japan-util.el,
4733 * language/japanese.el, language/korea-util.el, language/korean.el,
4734 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4735 * language/slovak.el, language/thai-util.el, language/thai.el,
4736 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4737 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4738 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4739 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4740 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4741 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4742 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4743 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4744 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4745 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4746 to follow coding conventions in files without maintainer or in files
4747 with clear maintainer (but without Maintainer header stating so).
4748
4749 * emacs-lisp/elp.el: A fix to follow coding conventions.
4750
4751 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4752 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4753 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4754 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4755 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4756 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4757 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4758 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4759 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4760 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4761 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4762 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4763 conventions in files from Gnus.
4764
4765 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4766 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4767 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4768 * echistory.el, electric.el, emacs-lisp/authors.el,
4769 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4770 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4771 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4772 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4773 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4774 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4775 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4776 * international/codepage.el, international/iso-ascii.el,
4777 * international/iso-insert.el, international/iso-transl.el,
4778 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4779 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4780 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4781 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4782 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4783 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4784 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4785 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4786 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4787 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4788 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4789 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4790 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4791 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4792 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4793 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4794 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4795 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4796 * textmodes/tex-mode.el, textmodes/text-mode.el,
4797 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4798 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4799 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4800 files maintained by FSF.
4801
4802 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4803
4804 * arc-mode.el: A fix to follow coding conventions.
4805
4806 * bindings.el: Ditto.
4807
4808 * cdl.el: Ditto.
4809
4810 * comint.el: Ditto.
4811
4812 * cus-start.el: Ditto.
4813
4814 * shell.el: Ditto.
4815
4816 * skeleton.el: Ditto.
4817
4818 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4819
4820 * info.el (Info-build-node-completions):
4821 Make Info-current-file-completions buffer local.
4822
4823 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4824
4825 * which-func.el (which-func-mode, which-func-ff-hook)
4826 (which-function-mode): Remove references to which-func-mode-global.
4827
4828 * calendar/cal-islam.el (calendar-goto-islamic-date):
4829 Add autoload cookie.
4830
4831 * play/fortune.el: Add types to defcustoms.
4832
4833 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4834
4835 * language/czech.el: A fix to follow coding conventions.
4836
4837 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4838
4839 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4840 to the extension list, for antlr-mode. From Christoph Wedler
4841 <Christoph.Wedler@sap.com>.
4842
4843 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4846 (vc-dired-mode-map): Fix the madness.
4847
4848 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4849 (vc-prefix-map): Moved back from vc.el.
4850
4851 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4852
4853 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4854 Increase the size of the obarray.
4855 (mail-extr-all-top-level-domains): Add more toplevel domains,
4856 add more long names.
4857 From: Per Starback <starback@ling.uu.se>.
4858
4859 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4860
4861 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4862 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4863
4864 * progmodes/ada-mode.el: Ditto.
4865
4866 * progmodes/ada-xref.el: Ditto.
4867
4868 2001-07-11 Miles Bader <miles@gnu.org>
4869
4870 * finder.el (finder-insert-at-column): Also move to the next line
4871 if exactly at COLUMN.
4872
4873 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4874
4875 * help.el (describe-function-1): When printing FUNCTION's
4876 documentation, don't assume FUNCTION is a symbol.
4877
4878 * startup.el (normal-top-level): Don't operate on the initial
4879 frame if we failed to create one.
4880
4881 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4882
4883 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4884 itself, i.e. only indent the contents in it.
4885
4886 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4887
4888 * mail/rmail.el (rmail-show-message): Show beginning of message in
4889 all windows containing it.
4890
4891 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4892
4893 * term/tty-colors.el: Fix the header line and copyright years.
4894
4895 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4896
4897 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4898 original definition has an interactive form, but is Elp
4899 instrumented, use the interactive form of the function called by
4900 elp-wrapper.
4901
4902 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4903 configurations with compare-window-configuration; they aren't
4904 window configurations.
4905
4906 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4907 from the server for the format we expect. Don't use it if it
4908 doesn't look like what the Internet draft for FTP extensions specifies.
4909
4910 * toolbar/*.pbm: Cleaned up.
4911 From Luis Fernandes <elf@ee.ryerson.ca>.
4912
4913 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4914
4915 * cc-cmds.el: Extended the kludge to interoperate with the
4916 delsel and pending-del packages wrt to the new function
4917 `c-electric-delete-forward'.
4918
4919 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4920
4921 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4922 to delay the call to <mode> for global minor modes.
4923 (easy-mmode-define-navigation): Only recenter if interactive.
4924
4925 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4926
4927 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4928 to lisp-indent-line.
4929
4930 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4931 from the server. Call encode-time only when we are sure that we
4932 got a 213 response.
4933
4934 2001-07-06 Simon Josefsson <jas@extundo.com>
4935
4936 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4937 (mail-envelope-from): New user option.
4938 (sendmail-send-it): Use it.
4939
4940 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4941
4942 * ps-print.el: Use locale dependant date to print date in header.
4943 Doc fix.
4944 (ps-print-version): New version number (6.5.3).
4945 (ps-right-header, ps-right-footer): Initialization and doc fix.
4946 (ps-time-stamp-locale-default): New fun.
4947
4948 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4949
4950 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4951 field problem with MIME-mode.
4952
4953 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4954
4955 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4956
4957 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4958 MIME-mode.
4959
4960 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4961
4962 * bindings.el (mode-line-mule-info): Don't show the tip with
4963 buffer-file-coding-system if that is nil.
4964
4965 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4966
4967 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4968 instead of kill-line.
4969
4970 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4971 <Pavel@Janik.cz>.
4972
4973 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4974 <Pavel@Janik.cz>.
4975
4976 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4977
4978 * font-lock.el (c-font-lock-keywords-3): When matching something
4979 like `struct X Y', finish with point after Y.
4980
4981 2001-07-04 Simon Josefsson <jas@extundo.com>
4982
4983 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4984 in caller buffer.
4985
4986 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4987
4988 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4989 instead of string-match to find the basename of the file.
4990 From Pascal Obry <p.obry@wanadoo.fr>.
4991
4992 * net/browse-url.el (browse-url-default-windows-browser):
4993 Support the MS-DOS port when it runs on Windows.
4994 (browse-url-browser-function) [ms-dos]: Default to
4995 browse-url-default-windows-browser.
4996
4997 * help.el (locate-library): Enable code that looks for compressed
4998 libraries if auto-compression-mode is on.
4999
5000 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
5001
5002 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
5003
5004 2001-07-02 Gerd Moellmann <gerd@gnu.org>
5005
5006 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
5007
5008 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
5009
5010 * allout.el: Fix the header line, so that finder.el recognizes it.
5011 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5012
5013 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
5014 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5015
5016 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
5017
5018 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
5019
5020 * ps-bdf.el (bdf-directory-list): Use the value relative to
5021 installation-directory for MS-Windows as well.
5022
5023 2001-06-29 Richard M. Stallman <rms@gnu.org>
5024
5025 * wid-edit.el (widget-color-sample-face-get):
5026 Return ((foreground-color . COLOR)) instead of constructing a face.
5027
5028 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
5029
5030 * faces.el (region): Change the background color for the
5031 light-background color display to lightgoldenrod2, to make it
5032 visible on some laptops.
5033
5034 2001-06-28 Richard M. Stallman <rms@gnu.org>
5035
5036 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
5037 (rmail-msg-restore-non-pruned-header): Likewise.
5038 If point was in the old pruned header, put it at the top.
5039 (rmail-msg-prune-header): If point was at the top, keep it there.
5040
5041 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
5042 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
5043
5044 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
5045
5046 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
5047
5048 2001-06-28 Karl Fogel <kfogel@red-bean.com>
5049
5050 * saveplace.el: Update maintainer email address.
5051
5052 2001-06-27 Francesco Potorti` <pot@gnu.org>
5053
5054 * uniquify.el: (uniquify-rationalize-file-buffer-names):
5055 Undo previous change.
5056
5057 2001-06-27 Francesco Potorti` <pot@gnu.org>
5058
5059 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
5060 preliminary quick reordering. Can speed things up dramatically.
5061
5062 2001-06-26 Richard M. Stallman <rms@gnu.org>
5063
5064 * dired.el (dired-get-filename): A file name starting with ~
5065 is not absolute in this context.
5066
5067 * which-func.el (which-func-maxout): Increase default to 500000.
5068 (which-function-mode): This is now the "real" name of the function.
5069 (which-func-mode): Now an alias.
5070 (which-func-mode-global): Name deleted.
5071
5072 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
5073 button-2, when binding hs-mouse-toggle-hiding.
5074
5075 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5076
5077 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
5078 (rmail-msg-prune-header): Likewise.
5079 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
5080 and `rmail-msg-prune-header'.
5081
5082 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
5083
5084 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
5085 back than LINEBEG.
5086
5087 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5088
5089 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
5090 window where they clicked the mouse has a header line, adjust
5091 vertical movement by one.
5092
5093 2001-06-25 Milan Zamazal <pdm@zamazal.org>
5094
5095 * progmodes/glasses.el (glasses-make-readable): Consider underscores
5096 too when separating a parenthesis.
5097
5098 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
5099
5100 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5101 (bookmark-bmenu-hide-filenames): Add help-echo to
5102 mouse-highlighted text.
5103 (bookmark-bmenu-show-filenames): Remove help-echo property from
5104 the whitespace.
5105
5106 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5107
5108 * files.el (auto-mode-alist): Add configure.ac (autoconf).
5109 From Karl Eichwalder <ke@suse.de>.
5110
5111 2001-06-23 Richard M. Stallman <rms@gnu.org>
5112
5113 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
5114
5115 * progmodes/cc-styles.el (c-set-style): Don't specify initial
5116 contents for completing-read.
5117
5118 2001-06-22 Richard M. Stallman <rms@gnu.org>
5119
5120 * menu-bar.el (menu-bar-make-toggle): Construct the
5121 function's doc string from HELP, not DOC, and make it accurate by
5122 adding "Toggle whether to " at the front and downcasing the initial.
5123 Change the HELP arg in some calls to make it fit this usage.
5124
5125 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
5126 Undo previous change.
5127
5128 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5129
5130 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
5131
5132 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5133
5134 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5135
5136 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
5137
5138 * dabbrev.el (dabbrev--select-buffers): Fix last change.
5139
5140 2001-06-20 Richard M. Stallman <rms@gnu.org>
5141
5142 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
5143 broken out from dabbrev--find-expansion. Handle minibuffer
5144 specially here.
5145 (dabbrev--find-expansion): Simplify code in various ways.
5146 Don't treat minibuffers specially.
5147 Call dabbrev--make-friend-buffer-list.
5148 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
5149 (dabbrev--scanning-message): Do nothing when minibuffer is current.
5150
5151 2001-06-19 John Wiegley <johnw@gnu.org>
5152
5153 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
5154 Also, added a comment describing how to greatly speedup Eshell
5155 loadup time, by concatenating together all of Eshell's .elc files.
5156
5157 2001-06-19 John Wiegley <johnw@gnu.org>
5158
5159 * eshell/esh-mode.el: Disabled a test that often yields false failures.
5160
5161 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
5162
5163 * woman.el (WoMan-highlight-references): Add help-echo to
5164 mouse-highlighted text.
5165
5166 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
5167
5168 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
5169
5170 2001-06-18 Gerd Moellmann <gerd@gnu.org>
5171
5172 * international/quail.el (quail-start-conversion):
5173 Reset quail-translating to nil.
5174
5175 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
5176 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
5177
5178 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
5179
5180 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
5181 mouse-highlighted text.
5182
5183 * dired.el (dired-mark-pop-up): Fix last change.
5184
5185 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5186
5187 * calendar/calendar.el (generate-calendar-month): Add help-echo to
5188 mouse-highlighted text.
5189
5190 * net/quickurl.el (quickurl-url-file): Run through
5191 convert-standard-filename.
5192 (quickurl-list-populate-buffer): Add help-echo to
5193 mouse-highlighted text.
5194 (top-level): Update Dave's URL.
5195
5196 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
5197 mouse-highlighted text.
5198
5199 * textmodes/page-ext.el (pages-copy-header-and-position):
5200 Add help-echo to mouse-highlighted text.
5201
5202 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5203 mouse-highlighted text.
5204
5205 * replace.el (occur): Add help-echo to mouse-highlighted text.
5206
5207 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5208 mouse-highlighted text.
5209
5210 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5211 mouse-highlighted text.
5212
5213 * progmodes/compile.el (compile-reinitialize-errors):
5214 Add help-echo to mouse-highlighted messages.
5215 (compilation-forget-errors): Remove help-echo property as well.
5216
5217 * play/landmark.el (lm-plot-square, lm-init-display):
5218 Add help-echo to mouse-highlighted text.
5219
5220 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5221 Add help-echo to mouse-highlighted text.
5222
5223 * dired.el (dired-insert-set-properties): Add help-echo to
5224 mouse-highlighted text.
5225 (dired-mark-pop-up): Remove help-echo property from the file name.
5226
5227 * comint.el (comint-send-input): Add help-echo to
5228 mouse-highlighted text.
5229
5230 * buff-menu.el (list-buffers-noselect): Add help-echo to
5231 mouse-highlighted text.
5232
5233 * arc-mode.el (archive-summarize-files): Add help-echo to
5234 mouse-highlighted text.
5235
5236 * ffap.el (ffap-machine-p): Always return nil if
5237 open-network-stream is not fboundp.
5238
5239 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5240
5241 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5242 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5243 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5244 incorrectly binding chars between 128 and 256 to it.
5245 (sgml-maybe-name-self): Handle latin-1 chars properly.
5246 (sgml-tags-invisible): Bind buffer-file-name to nil.
5247 Use unwind-protect and restore-buffer-modified-p.
5248 (sgml-point-entered): Use buffer-substring-no-properties.
5249 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5250 (html-mode): Don't force `imenu-sort-function'.
5251
5252 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5253
5254 * tar-mode.el: Fix the copyright notice.
5255
5256 * font-lock.el (font-lock-comment-face): For tty's with dark
5257 background, use "red1", since "lightred" is not one of the colors
5258 recognized by tty-colors.el.
5259
5260 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5261 create a buffer for extracted file, in case there's more than one
5262 file by that name in an archive, possibly in different
5263 directories. From Kevin Rodgers <kevinr@ihs.com>.
5264
5265 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5266 <alex@gnu.org>.
5267
5268 2001-06-15 Miles Bader <miles@gnu.org>
5269
5270 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5271 Revert previous change.
5272
5273 2001-06-14 Richard M. Stallman <rms@gnu.org>
5274
5275 * replace.el (keep-lines-read-args): Return just a regexp.
5276 Provide nil for the region args.
5277 (keep-lines, flush-lines, how-many):
5278 Calculate the defaults for the region here, when args are nil.
5279
5280 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5281
5282 * rot13.el (rot13-other-window): Some more doc fix.
5283
5284 2001-06-14 Per Starback <starback@ling.uu.se>
5285
5286 * replace.el (case-replace, query-replace-from-history-variable)
5287 (query-replace-to-history-variable, keep-lines-read-args)
5288 (occur-revert-function, query-replace-help): Dox fix.
5289
5290 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5291
5292 * rot13.el (rot13-other-window): Doc fix.
5293
5294 2001-06-14 Miles Bader <miles@gnu.org>
5295
5296 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5297 of " and \ to "." (punctuation).
5298 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5299
5300 2001-06-13 Richard M. Stallman <rms@gnu.org>
5301
5302 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5303
5304 * simple.el (shell-command-on-region): Never kill the
5305 *Shell Command Output* buffer.
5306
5307 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5308
5309 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5310
5311 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5312
5313 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5314 New var, to recognize ${ $' and PODs.
5315 (perl-font-lock-syntactic-face-function): New function.
5316 (perl-mode): Use them.
5317 (perl-continuation-line-p): New function, from perl-calculate-indent.
5318 (perl-calculate-indent): Use it, to properly handle continuation
5319 lines of continuation lines.
5320
5321 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5322
5323 * server.el (server-process, server-buffer-clients): Doc fix.
5324 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5325
5326 2001-06-09 John Wiegley <johnw@gnu.org>
5327
5328 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5329 test if the last command was Lisp or not.
5330 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5331 B x C".
5332
5333 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5334
5335 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5336 general one on compile.el supports drive letters.
5337
5338 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5339
5340 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5341 key description.
5342
5343 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5344
5345 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5346 (reftex-toc-jump): New command.
5347
5348 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5349 to parse international characters as well.
5350
5351 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5352 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5353
5354 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5355
5356 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5357 TAB to the key separators.
5358
5359 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5360
5361 * international/mule.el (auto-coding-alist): Remove redundant
5362 up-cased versions of the extensions (auto-coding-alist-lookup is
5363 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5364 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5365
5366 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5367
5368 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5369
5370 2001-06-01 Richard M. Stallman <rms@gnu.org>
5371
5372 * help.el (describe-variable): Put value on same line
5373 with preceding text, if it is short enough to look good that way.
5374
5375 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5376
5377 * term/internal.el (IT-unicode-translations): New variable.
5378 (IT-setup-unicode-display): New function.
5379
5380 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5381
5382 * ps-print.el: Handle before-string and after-string overlay properties
5383 in ps-print-*-with-faces commands. Doc fix.
5384 (ps-print-version): New version number (6.5.2).
5385 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5386 for XEmacs.
5387 (ps-prefix-quote): Doc fix.
5388 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5389 (ps-basic-plot-str, ps-plot-string): New funs.
5390
5391 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5392
5393 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5394 and :type spec.
5395
5396 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5397
5398 * international/mule-cmds.el (inactivate-input-method):
5399 Set input-method-function to nil.
5400
5401 * xml.el (xml-parse-tag): The document may contain invalid characters.
5402 From ShengHuo ZHU <zsh@cs.rochester.edu>
5403
5404 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5405
5406 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5407 `rmail-summary-line-decoder' if the message does not have
5408 a Subject: field.
5409
5410 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5411
5412 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5413 New variable.
5414 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5415 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5416 is non-nil.
5417
5418 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5419
5420 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5421
5422 2001-05-29 Sam Steingold <sds@gnu.org>
5423
5424 * faces.el (face-valid-attribute-values): Bind `valid' directly
5425 instead of using `setq'.
5426
5427 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5428 Use `tex-shell-buf'.
5429 (tex-shell-proc): Use `tex-shell-running'.
5430 (tex-shell-buf-no-error): New function.
5431 (tex-send-tex-command): Use it.
5432 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5433 (tex-kill-job): Check the process before calling `quit-process'.
5434
5435 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5436
5437 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5438 UTF-8 sequences.
5439
5440 2001-05-28 Miles Bader <miles@gnu.org>
5441
5442 * comint.el (comint-carriage-motion): Renamed from
5443 `comint-cr-magic'. Operate on the buffer instead of the string
5444 (for use as a comint post-output filter, instead of as a
5445 pre-output filter). Handle backspaces too. Add to the
5446 `comint-output-filter-functions' hook instead of
5447 `comint-preoutput-filter-functions'.
5448
5449 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5450
5451 * language/japan-util.el (japanese-hankaku): Prefer the charset
5452 `jisx0201' when the optional argument `ascii-only' is not specified.
5453 (japanese-hankaku-region): Ditto.
5454 From Katsumi Yamaoka <yamaoka@jpl.org>
5455
5456 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5457
5458 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5459 (outline-invisible-p): New function.
5460 (hide-leaves): Save excursion.
5461 (hide-other): Stop looping when reaching bobp.
5462
5463 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5464
5465 * cus-edit.el (custom-file): Fix last change.
5466
5467 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5468
5469 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5470 same definition in byte-compile-function-environment as `autoload'
5471 would put in `symbol-function'.
5472
5473 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5474 patch to correct the error message as well.
5475
5476 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5477
5478 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5479 unless ~/.emacs exists.
5480
5481 * novice.el (enable-command): If user-init-file is nil or does not
5482 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5483
5484 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5485
5486 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5487 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5488 Allow spaces around macro arguments.
5489 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5490 indent-for-tab-command.
5491 (latex-mode-map, plain-tex-mode-map): New keymaps.
5492 Inherit from tex-mode-map.
5493 (tex-common-initialization): Don't setup the keymap any more
5494 since it's now done right by define-derived-mode.
5495 (latex-mode): Set skeleton-end-hook to nil.
5496 (latex-skeleton-end-hook): Remove.
5497 (tex-latex-block, latex-insert-item): Simplify.
5498 (latex-syntax-after): Use following-char rather than char-after.
5499 (tex-discount-args-cmds, tex-count-words): New functions.
5500
5501 * textmodes/tildify.el (tildify-ignored-environments-alist):
5502 Recognize \verb* as well.
5503
5504 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5505 (perl-comment-indent): Simplify to let newcomment.el do its job.
5506 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5507 (perl-mark-function): Cleanup the namespace.
5508 (perl-calculate-indent): Don't be fooled by nested functions.
5509
5510 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5511
5512 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5513 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5514
5515 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5516
5517 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5518 actually be `\\'.
5519 (ctlau-b5-converter): Likewise.
5520
5521 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5522
5523 * international/titdic-cnv.el (quail-misc-package-ext-info):
5524 Change CTLauB.el to CTLau-b5.el.
5525
5526 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5527
5528 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5529 rather than beginning-of-line to avoid problems with fields.
5530 (gud-perldb-massage-args): Use unless and push.
5531 (gud-chdir-before-run): New var.
5532 (gud-common-init): Use it.
5533
5534 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5535
5536 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5537 delete entries for chinese-ctlau and chinese-ctlaub.
5538 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5539 chinese-ctlaub.
5540 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5541 New functions.
5542
5543 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5544
5545 * cus-edit.el (custom-comment-show): Remove debug code.
5546
5547 * language/japan-util.el (japanese-symbol-table): Fix handling of
5548 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5549
5550 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5551
5552 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5553 Renamed by removing the silly `-flag' suffix.
5554 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5555
5556 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5557
5558 * replace.el (keep-lines-read-args): Use `copy-marker'.
5559 (how-many): Save excursion properly.
5560 (occur-mode): Use define-derived-mode.
5561 (perform-replace): Use with-current-buffer.
5562
5563 2001-05-20 Richard M. Stallman <rms@gnu.org>
5564
5565 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5566
5567 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5568
5569 * info.el (Info-read-subfile): Widen before finding the
5570 desired node in the subfile.
5571
5572 * startup.el (command-line-1): When >2 files visited,
5573 leave the last one visible, and make that the selected window.
5574
5575 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5576
5577 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5578
5579 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5580
5581 * international/ccl.el (define-ccl-program): Fix a typo.
5582 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5583
5584 * international/mule.el (decode-char): Fix a typo. From Pavel
5585 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5586
5587 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5588 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5589
5590 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5591 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5592
5593 2001-05-18 Sam Steingold <sds@gnu.org>
5594
5595 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5596 and [RET] to `cvs-mode-find-file'.
5597
5598 2001-05-18 John Wiegley <johnw@gnu.org>
5599
5600 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5601 configuration variable, which determines the initial character
5602 that forces use of an external version of a command. The default
5603 is *, but may be set to \, for example.
5604
5605 * eshell/esh-ext.el (eshell-explicit-command):
5606 Use `eshell-explicit-command-char' instead of ?*.
5607
5608 * eshell/esh-cmd.el (eshell/which):
5609 Use `eshell-explicit-command-char' instead of ?*.
5610
5611 * eshell/em-cmpl.el (eshell-completion-command-name)
5612 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5613 instead of ?*.
5614
5615 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5616
5617 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5618 subst-char-in-string.
5619 (ange-ftp-after-parse-ls-hook): New variable.
5620 (ange-ftp-ls): Run that hook.
5621 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5622
5623 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5624 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5625 text into *Completions*.
5626
5627 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5628 part of which look like email addresses.
5629
5630 2001-05-18 Andrew Innes <andrewi@gnu.org>
5631
5632 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5633 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5634 cmd.exe's handling of FOR loops.
5635 (autoloads): Set find-file-suppress-same-file-warnings to t to
5636 avoid slew of spurious messages.
5637
5638 2001-05-18 Simon Josefsson <simon@josefsson.org>
5639
5640 * mail/smtpmail.el (maybe-append-domain): Renamed to
5641 `smtpmail-maybe-append-domain'.
5642 (smtpmail-via-smtp): Use the new name.
5643
5644 * net/browse-url.el (browse-url-browser-function): Add kde.
5645 (browse-url-kde-program, browse-url-kde-args): New variables.
5646 (browse-url-kde): New function.
5647
5648 2001-05-18 Miles Bader <miles@gnu.org>
5649
5650 * simple.el (delete-horizontal-space, just-one-space):
5651 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5652 because it's more efficient for large files.
5653
5654 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5655
5656 * mail/rmail.el (rmail-require-mime-maybe): New function.
5657 (rmail): Use it.
5658 (rmail-mode): Handle the case of finding Rmail files.
5659
5660 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5661 functions.
5662
5663 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5664
5665 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5666 text-property after moving to the beginning of line and regardless
5667 of the value of font-lock-multiline.
5668
5669 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5670
5671 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5672
5673 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5674 last coding system used before calling set-buffer-modified-p
5675 because that function changes last-coding-system.
5676
5677 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5678
5679 * files.el (switch-to-buffer-other-window)
5680 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5681 the doc string.
5682
5683 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5684
5685 * language/slovak.el, language/czech.el: New maintainer.
5686
5687 2001-05-16 Sam Steingold <sds@gnu.org>
5688
5689 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5690 sub-form of `defgeneric' correctly.
5691
5692 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5693
5694 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5695 of `c'.
5696
5697 * textmodes/outline.el (outline-font-lock-level): Remove the
5698 condition-case, test what outline-level returns instead, to
5699 ease debugging.
5700
5701 * international/mule.el (auto-coding-regexp-alist): New user-option.
5702 (auto-coding-from-file-contents): New function.
5703 (set-auto-coding): Use it to determine a coding system.
5704
5705 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5706
5707 * mouse.el (mouse-delete-other-windows): Doc fix.
5708
5709 * emacs-lisp/lisp-mode.el (lisp-mode):
5710 Make font-lock-keywords-case-fold-search a buffer-local variable with
5711 make-local-variable before setting it.
5712
5713 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5714
5715 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5716 prefixes.
5717
5718 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5719
5720 * hexl.el (hexl-current-address): Print a message when called
5721 interactively.
5722
5723 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5724
5725 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5726
5727 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5728
5729 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5730
5731 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5732
5733 * startup.el (command-line): If parameters have been changed in
5734 the init files which influence font selection, clear the face
5735 cache so that faces get realized with the new parameters.
5736
5737 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5738
5739 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5740
5741 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5742
5743 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5744
5745 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5746 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5747
5748 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5749
5750 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5751 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5752
5753 2001-05-09 John Wiegley <johnw@gnu.org>
5754
5755 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5756 Annotated the documentation string to tell users about
5757 `eshell-no-numeric-conversions'.
5758
5759 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5760 conversions if a Lisp function has the property
5761 `eshell-no-numeric-conversions' set to a non-nil value.
5762
5763 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5764 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5765 property `eshell-no-numeric-conversions' on the following
5766 functions (which all deal with filesystem entities, and never Lisp
5767 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5768 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5769 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5770 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5771 eshell/which, eshell/addpath.
5772
5773 2001-05-09 John Wiegley <johnw@gnu.org>
5774
5775 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5776 encountered as an argument, don't convert it right away, but tag
5777 the first character of the string with the text properties
5778 `number', which signifies to `eshell-lisp-command' that the
5779 argument should be passed through `string-to-number' if it is
5780 actually used in the call to a Lisp function.
5781
5782 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5783 function, convert any string arguments that have been tagged as
5784 "numbers", by calling string-to-number.
5785
5786 * eshell/esh-util.el (eshell-number-regexp): Now that number
5787 conversions only happen for Lisp function calls, the number regexp
5788 should now match all integer and floating point forms.
5789
5790 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5791 `eshell-continue-process', since they are both nonfunctional at
5792 the moment.
5793 (eshell-proc-initialize): Don't bind keys for
5794 `eshell-stop-process' or `eshell-continue-process'.
5795
5796 * eshell/em-unix.el (eshell-shuffle-files):
5797 Apply `directory-file-name' before calling `file-name-directory'.
5798
5799 * eshell/em-hist.el (eshell-add-to-history): Reference to
5800 `eshell-history-ring' needed to be `eshell-history-index'.
5801
5802 * calendar/timeclock.el (timeclock-find-discrep):
5803 Initialize `elapsed' to 0.
5804 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5805 it's still nil.
5806
5807 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5808
5809 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5810 (archive-mode): Use capitalize.
5811 (archive-unique-fname): Use make-temp-file.
5812
5813 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5814
5815 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5816
5817 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5818
5819 * tar-mode.el (tar-extract): Pay attention to the value of
5820 coding-system-for-read, if it is non-nil.
5821
5822 * calendar/holidays.el (holidays): Add an autoload cookie.
5823 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5824
5825 2001-05-08 John Wiegley <johnw@gnu.org>
5826
5827 * calendar/timeclock.el (timeclock-workday-remaining):
5828 Changed logic for determining how much time is remaining.
5829 (timeclock-workday-elapsed): Don't accept a "relative" argument
5830 for the current day's elapsed time. What could that have meant?
5831 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5832 (timeclock-when-to-leave): Changed logic, similarly to what was
5833 done for `timeclock-workday-remaining'.
5834 (timeclock-find-discrep): Removed "today-only" argument, which had
5835 no meaning. Fixed some more math problems. The function now
5836 returns a three member list: (TOTAL-TIME-DISCREPANCY
5837 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5838
5839 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5840
5841 * w32-fns.el (convert-standard-filename): Start replacing slashes
5842 from the beginning of the file name, not from where the last
5843 invalid character was. From "Andrew Maguire (SWW)"
5844 <Andrew.Maguire@Smallworld.co.uk>
5845
5846 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5847
5848 The following changes are to provide infrastructure for handling
5849 MIME messages to rmail. They don't affect the original behaviour
5850 if rmail-enable-mime is nil.
5851
5852 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5853 (rmail-search-mime-message-function)
5854 (rmail-search-mime-header-function): New variables.
5855 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5856 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5857 `rmail-view-buffer' is hidden.
5858 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5859 call rmai-show-mime-function.
5860 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5861 mode-line-process of rmail-view-buffer.
5862 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5863 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5864 buffer.
5865 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5866 set-buffer to the Rmail buffer.
5867 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5868 rmail-search-mime-header-function.
5869 (rmail-search-message): New function.
5870 (rmail-search): Call rmail-search-message to check if a message
5871 matches REGEXP, lastly update point after calling
5872 rmail-show-message.
5873 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5874 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5875 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5876 header region, refer to rmail-msgref-vector while setting the
5877 current buffer to rmail-buffer temporarily.
5878 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5879 If rmail-enable-mime is non-nil, call
5880 rmail-insert-mime-forwarded-message-function instead of inserting
5881 forwarded message by itself.
5882
5883 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5884 Rmail buffer.
5885 (rmail-set-label, rmail-next-labeled-message): Likewise.
5886
5887 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5888 set-buffer to the Rmail buffer.
5889 (rmail-output-to-rmail-file): Likewise.
5890 (rmail-output): Likewise.
5891
5892 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5893 of mail-fetch-field by rmail-summary-line-decoder.
5894 (rmail-new-summary): Be sure to go to the Rmail buffer.
5895 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5896 rmail-view-buffer to nil.
5897 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5898 rmail-view-buffer.
5899 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5900 rmail-buffer.
5901 (rmail-summary-scroll-msg-down): Likewise.
5902 (rmail-summary-beginning-of-message): Likewise.
5903 (rmail-summary-wipe): Likewise.
5904 (rmail-summary-toggle-header): Use save-window-excursion, not
5905 save-excursion. Update point in rmail-view-buffer, not in
5906 rmail-buffer.
5907 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5908 rmail-view-buffer, not rmail-buffer.
5909
5910 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5911
5912 * cus-edit.el (custom-file): Signal an error if user-init-file is
5913 nil (running -q).
5914
5915 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5916
5917 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5918 Add :version.
5919
5920 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5921 New option.
5922 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5923 only if smtpmail-warn-about-unknown-extensions is set.
5924
5925 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5926 instead of rmail-sort-by-keywords.
5927
5928 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5929 rmail-sort-by-keywords.
5930
5931 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5932 rmail-summary-sort-by-keywords. Doc fix.
5933 (rmail-summary-mode): Doc fix.
5934
5935 * mail/rmail.el (rmail-edit): New Custom group.
5936
5937 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5938 (rmail-edit-mode-hook): New user-option.
5939
5940 2001-05-05 Richard M. Stallman <rms@gnu.org>
5941
5942 * help.el (help-xref-symbol-regexp): Recognize "source of"
5943 and friends, meaning make a link to the source file.
5944 (help-make-xrefs): Handle "source of" and friends
5945 by constructing a link that visits the source file.
5946
5947 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5948
5949 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5950
5951 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5952 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5953 Renamed from perl-font-lock-keywords to avoid clashes.
5954 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5955 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5956 Updated correspondingly.
5957
5958 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5959 Typo `nonexistant' -> `nonexistent'.
5960
5961 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5962
5963 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5964 Split `c-electric-delete' into two functions where
5965 `c-electric-delete-forward' always deletes forward and
5966 `c-electric-delete' only contains the code necessary for XEmacs to
5967 choose between backward and forward deletion.
5968
5969 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5970 get the electric behavior on that key too.
5971 (c-fill-paragraph): Fixed bogus direct use of
5972 c-comment-prefix-regexp, which caused an error when it's a list.
5973
5974 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5975
5976 * dired-aux.el (dired-diff): Doc fix.
5977
5978 * dired.el (dired-diff): Likewise.
5979
5980 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5981
5982 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5983
5984 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5985
5986 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5987 if both the buffer and the file are read-only.
5988
5989 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5990 rather than font-lock-string-face.
5991 (sh-get-indent-info): Treat heredocs like strings.
5992
5993 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5994
5995 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5996 a newline following `}'.
5997 (texinfo-format-email): New function.
5998 (toplevel): Use texinfo-format-email for @email.
5999 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
6000 Add `display'.
6001 (texinfo-sort-region): Goto point-min before sorting.
6002 (texinfo-set): Remove leading white space from value.
6003 From yagi@is.titech.ac.jp.
6004
6005 * replace.el (query-replace-regexp-eval): Doc fix.
6006
6007 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
6008
6009 * diff-mode.el (diff-nonexistant-face): New face.
6010 (diff-font-lock-keywords): Use it.
6011
6012 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
6013
6014 * font-lock.el (font-lock-mode): Doc fix.
6015
6016 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
6017 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6018
6019 2001-04-30 Gerd Moellmann <gerd@gnu.org>
6020
6021 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
6022 backslash at the start of the here-document delimiter.
6023 (sh-font-lock-syntactic-keywords): Likewise.
6024
6025 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
6026
6027 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
6028
6029 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
6030 (tty-color-translate, tty-color-by-index, tty-color-values)
6031 (tty-color-desc): Doc fix.
6032
6033 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
6034
6035 * dired-aux.el (dired-do-create-files, dired-do-copy)
6036 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
6037 Mention dired-dwim-target in the doc string.
6038
6039 2001-04-28 Miles Bader <miles@gnu.org>
6040
6041 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
6042 (dabbrev--find-expansion): Use it.
6043 (dabbrev--select-buffers): Don't select ignored buffers.
6044
6045 2001-04-27 Gerd Moellmann <gerd@gnu.org>
6046
6047 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
6048
6049 2001-04-26 Richard M. Stallman <rms@gnu.org>
6050
6051 * dabbrev.el: Add doc strings for some functions.
6052 (dabbrev--eliminate-newlines): New variable.
6053 (dabbrev--substitute-expansion): Convert newlines to spaces
6054 if dabbrev--eliminate-newlines is set.
6055 If abbrev and expansion are both all-lower-case,
6056 leave dabbrev--last-case-pattern nil.
6057
6058 2001-04-26 Gerd Moellmann <gerd@gnu.org>
6059
6060 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
6061 if necessary, like in rmail-show-message.
6062
6063 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6064
6065 * ps-print.el: Color specified by number is forced to be float number.
6066 (ps-print-version): New version number (6.5.1.1).
6067 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
6068 initialization.
6069 (ps-prefix-quote): New internal var.
6070 (ps-print-quote): New fun.
6071 (ps-setup, ps-output-frame-properties, ps-float-format)
6072 (ps-format-color): Code fix.
6073 (ps-plot-region): Eliminate redundant foreground color text setting.
6074
6075 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
6076
6077 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
6078
6079 2001-04-25 Gerd Moellmann <gerd@gnu.org>
6080
6081 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
6082
6083 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6084
6085 * info.el (Info-additional-directory-list): Doc fix.
6086
6087 * find-lisp.el (find-lisp-find-dired-filter)
6088 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
6089 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
6090
6091 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
6092
6093 * progmodes/make-mode.el (makefile-font-lock-keywords):
6094 Rationalize the rules for includes and conditionals and use the
6095 keyword face for them.
6096
6097 * faces.el (modify-face): Add compatibility for non-interactive use.
6098
6099 2001-04-24 John Wiegley <johnw@gnu.org>
6100
6101 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
6102 fix from last night, since it wasn't finding eshell/cd.
6103
6104 2001-04-24 Gerd Moellmann <gerd@gnu.org>
6105
6106 * rect.el (string-rectangle): Revert to 20.x behaviour.
6107 (replace-rectangle): Make it an alias for string-rectangle.
6108 (string-insert-rectangle): New function.
6109
6110 2001-04-23 John Wiegley <johnw@gnu.org>
6111
6112 * eshell/em-unix.el (eshell/diff): Fixed problems that were
6113 occurring with Emacs 21's diff.el/compile.el interaction layer.
6114
6115 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
6116
6117 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
6118 case where the function was defined in a file, but not part of an
6119 eshell module.
6120
6121 2001-04-23 John Wiegley <johnw@gnu.org>
6122
6123 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
6124 code to work around a redisplay problem I've been having.
6125
6126 2001-04-23 John Wiegley <johnw@gnu.org>
6127
6128 * calendar/timeclock.el (timeclock-day-required): If the time
6129 required for a particular day is not set, use `timeclock-workday'.
6130 (timeclock-find-discrep): Added some sample code in a comment.
6131
6132 * eshell/eshell.el (eshell-command): Made a few changes so that
6133 `eshell-command' could be called programmatically.
6134
6135 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
6136
6137 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
6138
6139 2001-04-23 John Wiegley <johnw@gnu.org>
6140
6141 * calendar/timeclock.el: Updated copyright.
6142 (timeclock-generate-report): Don't report the daily or two-week
6143 total, if no time has been worked in that period.
6144 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
6145 final computational form, which was unnecessary; corrected a
6146 parsing problem when timeclock-relative was nil.
6147
6148 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
6149
6150 * calendar/timeclock.el (timeclock-modeline-display): Check if
6151 `list-entry' is null.
6152 (timeclock-use-display-time): The first argument to `set-variable'
6153 must be a symbol.
6154
6155 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6156
6157 * calendar/calendar.el (diary-entry-marker)
6158 (calendar-today-marker, calendar-holiday-marker):
6159 Use display-color-p instead of window-system.
6160 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
6161 instead of window-system.
6162 (calendar-hide-window): Use display-multi-frame-p instead of
6163 window-system.
6164
6165 * calendar/cal-x.el (calendar-two-frame-setup)
6166 (calendar-only-one-frame-setup, calendar-one-frame-setup):
6167 Use display-multi-frame-p instead of window-system.
6168
6169 2001-04-23 Gerd Moellmann <gerd@gnu.org>
6170
6171 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
6172
6173 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
6174 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
6175
6176 2001-04-23 Alex Schroeder <alex@gnu.org>
6177
6178 * goto-addr.el: Instead of defining line-beginning-position and
6179 line-end-position a defalias is used for point-at-bol and point-at-eol.
6180
6181 2001-04-23 Alex Schroeder <alex@gnu.org>
6182
6183 * goto-addr.el: Added XEmacs compatibility code.
6184 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
6185
6186 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
6187
6188 * textmodes/paragraphs.el (sentence-end): Doc fix.
6189
6190 2001-04-20 Alex Schroeder <alex@gnu.org>
6191
6192 * sql.el (sql-escape-newlines-and-send): New function.
6193 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
6194
6195 2001-04-20 Alex Schroeder <alex@gnu.org>
6196
6197 * sql.el (sql-db2-program): New option.
6198 (sql-db2-options): New option.
6199 (sql-db2): New function.
6200
6201 2001-04-20 Alex Schroeder <alex@gnu.org>
6202
6203 * sql.el (sql-mode-menu): Added highlighting entries.
6204 (sql-highlight-oracle-keywords): New function.
6205 (sql-highlight-postgres-keywords): New function.
6206 (sql-highlight-ansi-keywords): New function.
6207
6208 2001-04-20 Alex Schroeder <alex@gnu.org>
6209
6210 * sql.el (sql-help): Doc change.
6211
6212 2001-04-19 Karl Fogel <kfogel@collab.net>
6213
6214 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6215 that inserted file content only to delete it immediately.
6216 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6217 <lektu@uol.com.br> for the patch.
6218
6219 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6220
6221 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6222
6223 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6224
6225 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6226 for defmethod.
6227
6228 * comint.el (comint-cr-magic): New function.
6229 (toplevel): Add it to comint-preoutput-filter-functions.
6230
6231 2001-04-18 Andrew Innes <andrewi@gnu.org>
6232
6233 * makefile.w32-in (EMACSLOADPATH): Define.
6234 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6235 (recompile): Remove stuff to set EMACSLOADPATH.
6236
6237 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6238
6239 * language/slovak.el ("Slovak"): Add tutorial entry.
6240
6241 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6242 browse-url-new-window-p.
6243
6244 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6245
6246 * info.el (Info-menu-update): When there are no menus and/or no
6247 cross references in the node, make the respective items of the
6248 Info menu-bar menu inactive.
6249
6250 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6251
6252 * indent.el (indent-for-tab-command): Call indent-line-function
6253 with no argument if PREFIX-ARG is non-nil.
6254
6255 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6256
6257 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6258
6259 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6260 an async subprocess if start-process is unavailable. Suggested by
6261 Tim Van Holder <tim.van.holder@pandora.be>.
6262
6263 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6264
6265 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6266 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6267
6268 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6269
6270 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6271 manual.
6272
6273 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6274
6275 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6276 (cvs-menu): Add a few entries.
6277
6278 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6279 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6280 lock file appears to be reachable from Emacs.
6281 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6282 (cvs-mode-find-file): Look for cvs-header-face rather than
6283 cvs-dirname-face (which doesn't exist).
6284 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6285
6286 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6287
6288 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6289
6290 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6291 normal-erase-is-backspace on a tty. Instead, bind some keys such
6292 as [delete] directly, like pc-select.el did before
6293 normal-erase-is-backspace was invented.
6294
6295 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6296
6297 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6298
6299 2001-04-11 John Wiegley <johnw@gnu.org>
6300
6301 * eshell/em-ls.el (eshell-ls-insert-directory):
6302 Set font-lock-defaults to nil, to prevent fontification in dired
6303 buffers, if Eshell's ls is being used.
6304
6305 2001-04-11 John Wiegley <johnw@gnu.org>
6306
6307 * calendar/timeclock.el (timeclock-completing-read): New function.
6308 (timeclock-ask-for-project, timeclock-ask-for-reason):
6309 Call `timeclock-completing-read'.
6310
6311 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6312 required where `member' was being used.
6313
6314 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6315
6316 * eshell/em-hist.el (eshell-previous-matching-input):
6317 Don't display "History item" if the the minibuffer is active.
6318
6319 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6320
6321 * startup.el (command-line): Output a newline after printing
6322 an error from loading the window system's init file.
6323
6324 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6325
6326 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6327 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6328 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6329 keywords whose arguments routinely include @@.
6330
6331 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6332
6333 * emacs-lisp/advice.el (ad-make-advised-definition):
6334 Construct advice for subrs differently.
6335
6336 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6337 regexp in parentheses when building the regexp for searching backwards.
6338
6339 * simple.el (completion-list-mode-finish): New function.
6340 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6341
6342 * language/european.el ("Polish"): Change sample text.
6343 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6344
6345 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6346 parameter.
6347
6348 * faces.el (menu): Doc fix.
6349
6350 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6351
6352 * ps-print.el: Footer implementation. Doc fix.
6353 (ps-print-version): New version number (6.5.1).
6354 (ps-header-frame-alist): New customization var for header frame
6355 properties.
6356 (ps-line-number-color): New customization var for line number color.
6357 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6358 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6359 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6360 (ps-right-footer): New customization vars for footers.
6361 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6362 footers.
6363 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6364 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6365 Code fix.
6366 (ps-prologue-file): Indentation fix.
6367 (ps-print-quote): Fun eliminated.
6368 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6369 (ps-output-frame-properties): New fun.
6370 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6371 (ps-skip-newline): Replace defun by defsubst.
6372
6373 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6374
6375 * eshell/eshell.el (eshell-command): Needed a "%s" format
6376 specifier, in case the buffer contains percent characters.
6377
6378 2001-04-10 John Wiegley <johnw@gnu.org>
6379
6380 * calendar/timeclock.el (timeclock-generate-report): Added a
6381 missing insert of the project name.
6382
6383 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6384
6385 * obsolete/profile.el: Moved from emacs-lisp/.
6386
6387 * Makefile.in (nonobsolete_setwins): New macro.
6388 (finder-data): Use it instead of `setwins'.
6389 From: Dave Love <fx@gnu.org>.
6390
6391 * server.el (server-visit-files): Set server-existing-buffer correctly.
6392 (server-visit-files): Run server-visit-hook after going to
6393 line 1 so that the hook can set point as it sees fit.
6394
6395 * bindings.el (mode-line-modified): Unify help messages.
6396
6397 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6398
6399 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6400 All callers changed.
6401
6402 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6403
6404 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6405 long file names aren't supported, truncate the file names in
6406 quail-misc-package-ext-info to 8+3 before matching them against
6407 FILENAME.
6408
6409 * dos-fns.el (dos-truncate-to-8+3): New function.
6410
6411 * progmodes/compile.el (grep-compute-defaults): Use null-device
6412 instead of literal /dev/null. Reported by Jens Schmidt
6413 <schmidt@mathematik.uni-kl.de>.
6414
6415 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6416
6417 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6418
6419 * textmodes/sgml-mode.el: Add unknown maintainer.
6420 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6421 (html-mode-map): Use set-keymap-parent.
6422
6423 2001-04-06 Dave Love <fx@gnu.org>
6424
6425 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6426 Remove redundant string-to-list.
6427
6428 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6429
6430 * composite.el (reference-point-alist): Doc fix.
6431
6432 2001-04-05 Sam Steingold <sds@gnu.org>
6433
6434 * font-lock.el (font-lock-keywords-case-fold-search):
6435 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6436 file made font-lock case-insensitive.
6437
6438 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6439
6440 * faces.el (defface menu): Doc fix.
6441
6442 * wid-edit.el (widget-color-sample-face-get): Don't make
6443 faces for undefined colors.
6444
6445 * version.el (emacs-version): Include LessTif/Motif version info.
6446
6447 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6448
6449 * ps-mule.el: Eliminate cl package dependence.
6450 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6451 if they aren't defined yet.
6452 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6453 Eliminate cl package dependence.
6454
6455 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * progmodes/cc-cmds.el (c-outline-level):
6458 Bind buffer-invisibility-spec. Originally from Dave Love, but
6459 got lost when incorporating version 5.26.
6460
6461 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6462
6463 * emulation/pc-select.el (pc-selection-mode):
6464 Call normal-erase-is-backspace-mode instead of binding
6465 keys individually.
6466
6467 * cus-load.el (normal-erase-is-backspace): Use it instead of
6468 delete-key-deletes-forward.
6469
6470 * startup.el (command-line): Use normal-erase-is-backspace and
6471 normal-erase-is-backspace-mode.
6472
6473 * simple.el (normal-erase-is-backspace): Rename from
6474 delete-key-deletes-forward. Doc fix.
6475 (normal-erase-is-backspace-mode): Rename from
6476 delete-key-deletes-forward-mode. Doc fix.
6477 Run normal-erase-is-backspace-hook.
6478
6479 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6480 ``human-readable'' format produced by GNU `ls'.
6481 (dired-move-to-filename-regexp): Recognize ISO format dates.
6482 From Paul Eggert <eggert@twinsun.com>.
6483
6484 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6485
6486 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6487 New functions.
6488 (lm-verify): Check keywords.
6489 From Eric M. Ludlam <eric@siege-engine.com>.
6490
6491 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6492
6493 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6494 `xemacs' feature instead of for the function `set-extent-property'.
6495
6496 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6497
6498 * mail/mh-utils.el (mh-folder-hist): New var.
6499 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6500
6501 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6502
6503 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6504 region, position point on the first or last 16-byte group.
6505 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6506 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6507 hexl-beginning-of-line.
6508
6509 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6510
6511 * icomplete.el (icomplete-mode): Treat an argument like other
6512 modes do.
6513
6514 * startup.el (fancy-splash-head): Use splash8.xpm for color
6515 depth 8.
6516
6517 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6518 Add an antry for ``converts''.
6519
6520 * language/slovak.el ("Slovak"): Add documentation string.
6521 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6522
6523 * language/czech.el ("Czech"): Add documentation string.
6524 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6525
6526 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6527 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6528
6529 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6530
6531 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6532 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6533 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6534 Use `defsubst' rather than a macro to ease debugging.
6535 (mail-extr-last): Remove (use `last' instead).
6536 (mail-extract-address-components): Properly reset the syntax-table
6537 after parsing an address. Use `last' rather than mail-extr-last.
6538 Make sure the end marker stays at the very end.
6539
6540 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6541
6542 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6543 last change.
6544
6545 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6546
6547 * ps-print.el: Line and paragraph spacing feature. Region to cut
6548 out when printing. Doc fix.
6549 (ps-print-version): New version number (6.5).
6550 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6551 New vars. Line and paragraph spacing feature.
6552 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6553 out when printing.
6554 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6555 (ps-get-font-size, ps-begin-job, ps-continue-line)
6556 (ps-plot-region): Code fix.
6557 (ps-print-prologue-2): Var eliminated.
6558 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6559 New internal vars.
6560 (ps-get-size): New fun.
6561 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6562 (ps-next-line): Replace defun by defsubst.
6563 (ps-mule-plot-string): Autoload doc fix.
6564
6565 * ps-bdf.el: XEmacs compatibility. Doc fix.
6566 (installation-directory, coding-system-for-read): Declare vars if
6567 it's not declared yet.
6568 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6569
6570 * ps-mule.el: XEmacs compatibility. Doc fix.
6571 (leading-code-private-22): Declare var if it's not declared yet.
6572 (charset-bytes, charset-dimension, charset-id, charset-width)
6573 (find-charset-region, split-char, char-width, chars-in-region)
6574 (forward-point, decompose-composite-char, encode-coding-string)
6575 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6576 Define funs if not defined yet.
6577 (encode-composition-rule, find-composition): Define funs if not
6578 loaded yet.
6579 (ps-mule-prologue): PostScript code fix.
6580
6581 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6582
6583 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6584 non-nil, generate font for the header strings.
6585 (ps-mule-prepare-font): Likewise.
6586 (ps-mule-generate-glyphs): Likewise.
6587 (ps-mule-string-encoding): Likewise.
6588 (ps-mule-header-charsets): New variable.
6589 (ps-mule-encode-header-string): New function.
6590 (ps-mule-header-string-charsets): New function.
6591 (ps-mule-begin-job): Check charsets in the header strings. If there
6592 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6593
6594 * ps-print.el (ps-generate-header-line): Encode the header string by
6595 ps-mule-encode-header-string.
6596 (ps-mule-encode-header-string): Declare autoload.
6597
6598 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6599
6600 * frame.el (cursor-in-non-selected-windows):
6601 Replaces show-cursor-in-non-selected-windows.
6602
6603 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6604
6605 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6606 Delete entries for "chinese-py" and "chinese-ziranma".
6607 (quail-misc-package-ext-info): New variable.
6608 (tsang-quick-converter): New function.
6609 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6610 (quick-cns-converter, py-converter, ziranma-converter)
6611 (miscdic-convert, batch-miscdic-convert): New functions.
6612
6613 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6614
6615 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6616 eight-bit-control chars.
6617
6618 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6619 Reduce making temporary vector (suggested by Dave Love).
6620
6621 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6622
6623 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6624 string as well.
6625
6626 2001-03-30 Andreas Schwab <schwab@suse.de>
6627
6628 * files.el (backup-directory-alist): Fix typo.
6629
6630 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6631
6632 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6633 <eggert@twinsun.com>.
6634
6635 2001-03-30 Dave Love <fx@gnu.org>
6636
6637 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6638
6639 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6640
6641 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6642
6643 2001-03-30 Miles Bader <miles@gnu.org>
6644
6645 * subr.el (interactive-form): Fix paren typo.
6646
6647 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6648
6649 * emacs-lisp/profile.el: Say that it's obsolete in the header
6650 line, so that finder.el puts that into its data-base.
6651 Suggested by Alex Schroeder <alex@gnu.org>.
6652
6653 2001-03-29 Paul Eggert <eggert@twinsun.com>
6654
6655 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6656 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6657
6658 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6659
6660 * generic.el (generic-mode-set-comments): Use "" rather than nil
6661 for comment-end.
6662
6663 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6664
6665 * emacs-lisp/advice.el (ad-make-advised-definition):
6666 Call interactive-form to obtain the interactive spec of subrs.
6667
6668 * subr.el (interactive-form): New function.
6669
6670 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6671
6672 * vc-sccs.el (vc-sccs-register): Use relative file names.
6673
6674 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6675
6676 * bookmark.el (bookmark-get-bookmark): Handle case that
6677 BOOKMARK is not a string.
6678
6679 * image.el (image-type-regexps): Change type for PS files
6680 to `postscript'.
6681
6682 * subr.el (read-passwd): Clear command history after each
6683 character entered. From: Stephen Gildea
6684 <gildea@stop.mail-abuse.org>.
6685
6686 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6687
6688 * international/kkc.el (kkc-save-init-file): Locally bind
6689 print-length to nil.
6690
6691 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6692
6693 * textmodes/flyspell.el: Some doc fixes.
6694 (flyspell-maybe-correct-transposition)
6695 (flyspell-maybe-correct-doubling): Use a temporary buffer
6696
6697 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6698
6699 * emacs-lisp/byte-opt.el (byte-optimize-while)
6700 (byte-optimize-form-code-walker): Diagnose too few arguments
6701 for `if' and `while'.
6702
6703 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6704
6705 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6706 Prepend `\' to "\<quail-translation-docstring>".
6707
6708 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6709
6710 * autorevert.el (global-auto-revert-non-file-buffers):
6711 Remove duplicate defcustom.
6712
6713 2001-03-26 Miles Bader <miles@gnu.org>
6714
6715 * international/latin1-disp.el (latin1-char-displayable-p):
6716 Add leading "-" for X font pattern.
6717
6718 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6719
6720 * international/mule-diag.el (describe-coding-system):
6721 For raw-text and emacs-mule, don't add anymore text about what
6722 charsets they can encode.
6723
6724 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6725
6726 * help.el (view-lossage): Mention open-dribble-file in the doc
6727 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6728
6729 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6730
6731 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6732 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6733
6734 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6735
6736 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6737 Call ccl-execute-on-string directly so that CCL program handling
6738 multibyte sequence can work correctly.
6739 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6740 property of the coding system.
6741
6742 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6743
6744 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6745 Fix transcription typo.
6746
6747 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6748
6749 * whitespace.el: Add buffer local variables to toggle testing of
6750 whitespaces in buffers without affecting the default values.
6751 Bump version to 3.0 to account for a few other changes.
6752 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6753 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6754 (whitespace-toggle-spacetab-check): New functions.
6755
6756 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6757
6758 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6759
6760 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6761
6762 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6763 bs-cycle-configuration-name. From Juanma Barranquero
6764 <lektu@uol.com.br>.
6765
6766 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6767 and cc-vars.el.
6768
6769 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6770 headers. Always invoke sendmail with option -t.
6771
6772 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6773
6774 * Release of cc-mode 5.28.
6775
6776 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6777
6778 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6779 Removed the hardcoded switch to "java" style in Java mode.
6780 It's instead taken care of by the default value for c-default-style.
6781
6782 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6783
6784 * cc-align.el (c-lineup-math): Fix bug where lineup was
6785 triggered by equal signs in string literals.
6786
6787 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6788
6789 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6790 limit detection when at the ends of the buffer.
6791
6792 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6793 "for" statement clause in case 7F; a better one is done
6794 earlier in case 7D anyway.
6795
6796 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6797
6798 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6799 somewhat more and did a small optimization.
6800
6801 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6802
6803 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6804 Use the limit argument only to limit the syntactic context
6805 search, not to limit the actual movement.
6806
6807 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6808 inside multiline strings, just like in comments. Also various
6809 fixes to the paragraph and comment prefix recognition, block
6810 comment ender handling etc.
6811
6812 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6813
6814 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6815 the relative position of the point.
6816
6817 * cc-cmds.el (c-electric-continued-statement): New function to
6818 use as abbrev hook to reindent for keywords such as "else"
6819 that continues an earlier statement.
6820
6821 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6822 like classes.
6823
6824 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6825 (pike-mode): Populate the default abbrev tables to reindent for
6826 keywords such as "else" that can continue earlier statements.
6827 Abbrev mode is therefore turned on by default now. (Note that
6828 this doesn't apply to idl-mode, since IDL afaik doesn't have
6829 statements at all.)
6830
6831 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6832
6833 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6834 bracelists where the declaration contains template arguments.
6835
6836 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6837
6838 * cc-cmds.el (c-comment-indent):
6839 Use `c-get-syntactic-indentation' to correctly calculate the
6840 syntactic indentation. Fixes bug with lineup functions that
6841 return vectors.
6842
6843 * cc-engine.el (c-get-syntactic-indentation): Split the
6844 indentation sum calculation from `c-indent-line' to a separate
6845 function.
6846
6847 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6848
6849 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6850 Fixed places where it was assumed that preprocessor directives
6851 have to start in column zero.
6852
6853 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6854 template arguments after a class identifier properly.
6855
6856 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6857 lists for `new Foo[]' constructs in Java as expressions and
6858 not top level definition brace lists on the top level, so that
6859 they'll get indented consistently with the same type of
6860 expression in a normal block.
6861
6862 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6863
6864 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6865 whether the adaptive filling package fails to keep the comment
6866 prefix is now kludged further to check for filladapt-mode
6867 which doesn't have that problem. This is really icky, but it's
6868 the only way that works with the current misfeatures/bugs in
6869 both adaptive-fill-mode and filladapt-mode.
6870
6871 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6872 around point is recognized more robust.
6873
6874 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6875
6876 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6877 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6878 (c-lit-type): Fixed all internal variables used dynamically so
6879 that they are always bound.
6880
6881 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6882 errors:
6883
6884 (c-indent-region): Fixed reporting of syntactic errors so that
6885 the region is fully reindented even when an error occurs.
6886 The last syntactic error is printed afterwards. Also cleanup up a
6887 whole lot of code that tried to optimize indentation of whole
6888 sexps but in reality accomplishes nothing.
6889
6890 (c-indent-sexp): Use c-indent-region.
6891
6892 (c-parsing-error): Changed this variable to hold the message
6893 for any syntactic error that is discovered.
6894
6895 (c-parse-state): Search backward from point instead of the bod
6896 position when the latter is invalid. This makes CC Mode
6897 recover faster when there are unbalanced close braces.
6898
6899 (c-backward-to-start-of-if): Use c-parsing-error to report
6900 dangling "else" clauses instead of throwing an error, and fall
6901 back to a reasonable position.
6902
6903 (c-indent-line): Added argument to avoid reporting syntactic errors.
6904
6905 (c-show-syntactic-information): Don't report any syntactic errors.
6906
6907 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6908
6909 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6910 paragraph recognition when moving by sentence in literals.
6911
6912 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6913 start regexp for javadoc to recognize javadoc markup in general instead
6914 of a specific set of keywords, to be more future-safe.
6915
6916 (c-Pike-pikedoc-paragraph-start)
6917 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6918 pikedoc markup.
6919
6920 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6921
6922 (pike-mode): Initialize paragraph settings pikedoc recognition.
6923
6924 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6925
6926 (c-comment-prefix-regexp): Made it possible to use an
6927 association list on this to specify mode specific regexps.
6928 The default value now use a special regexp in Pike mode to
6929 recognize pikedoc markup.
6930
6931 (c-current-comment-prefix): New variable containing the actual
6932 regexp from c-comment-prefix-regexp for the current buffer.
6933
6934 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6935
6936 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6937 lists: We can't look at the syntax, since a brace list can get
6938 recognized as a plain statement-cont.
6939
6940 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6941 special brace list opener broken over two lines got recognized
6942 as a statement on the second line. Case 9A changed.
6943
6944 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6945
6946 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6947 adjustment after line is reindented.
6948
6949 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6950
6951 * cc-defs.el (c-point): Added optional argument for position
6952 to use instead of the current point.
6953
6954 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6955 the in-expression block symbols when the construct starts at
6956 boi, to avoid the extra level of indentation in that case.
6957 Cases 4, 16A and 17E affected.
6958
6959 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6960
6961 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6962 calls to `c-indent-line', to adhere better to Emacs conventions.
6963
6964 * cc-engine.el (c-indent-line): Use the syntax already bound
6965 to `c-syntactic-context', if there is any.
6966
6967 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6968
6969 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6970 wasn't added up correctly when a lineup function returned nil.
6971
6972 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6973
6974 * cc-engine.el (c-collect-line-comments): Fixed bug where
6975 empty lines were ignored when collecting line comments backwards.
6976
6977 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6978
6979 * cc-align.el (c-lineup-dont-change): Return an absolute
6980 indentation column to work correctly in the case when several
6981 syntactic elements are processed for the same line.
6982
6983 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6984 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6985 (c-set-offset): Added absolute indentation column settings by
6986 using the vector type.
6987
6988 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6989
6990 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6991 Implemented two new cleanups `space-before-funcall' and
6992 `compact-empty-funcall'.
6993
6994 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6995
6996 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6997 helping building regexps.
6998
6999 * cc-engine.el (c-on-identifier): New function for detecting
7000 identifiers. It takes keywords into account.
7001
7002 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
7003 lists. `c-keywords' is set to a regexp matching all keywords
7004 in the current language.
7005
7006 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7007
7008 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
7009 list of characters to skip backwards over at the beginning of
7010 a statement, since it can precede string literals in Pike.
7011
7012 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7013
7014 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
7015 recognition when standing on the last line in a C++ comment
7016 with nothing but whitespace after the prefix.
7017
7018 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
7019 given no limit argument.
7020
7021 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7022
7023 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
7024 recognition for the `[]= operator symbol in Pike.
7025
7026 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7027
7028 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
7029 around a bug in `eval-when-compile' in the byte compiler.
7030
7031 * cc-engine.el (c-forward-token-1): Fixed bug with return
7032 value when count is zero and there's no token start within the limit.
7033
7034 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
7035 "prefix comments", i.e. comments which are followed by code on
7036 the same line.
7037
7038 * cc-mode-19.el: Fixes so that checks that must be done at
7039 compile time also are done then.
7040
7041 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7042
7043 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
7044 time and at runtime, and only when it's needed.
7045
7046 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7047
7048 Major cleanup for less error prone and more warning free
7049 compilation, including some fixes for bugs due to different
7050 compilation orders. Thanks to Martin Buchholz for providing
7051 the basis for all this.
7052
7053 * cc-bytecomp.el: New file that provides some byte compilation
7054 features: It ensures that files always are loaded from the
7055 current source directory during compilation, and it provides a
7056 set of macros to turn off specific compiler warnings for
7057 specific symbols. (It's not CC Mode specific in any way.)
7058
7059 Fixed a nearly acyclic dependency tree (both runtime and
7060 compile-time) between all files.
7061
7062 * cc-defs.el: Separated all macros before the inline functions,
7063 to ensure correct compilation.
7064
7065 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
7066 cc-defs.el to cc-engine.el and made it a function instead.
7067
7068 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
7069 about char-after.
7070
7071 * cc-vars.el: Cope even when there isn't a custom package
7072 containing defcustom available.
7073
7074 * cc-make.el: Removed since it's no longer necessary.
7075
7076 README: Updated installation instructions.
7077
7078 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7079
7080 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
7081 improve the modularity: Moved all mode init stuff from
7082 cc-langs.el to cc-mode.el, including the keymap
7083 initialization; cc-langs now only contains the various
7084 variables for configuring the language syntax.
7085
7086 * cc-engine.el, cc-styles.el (c-evaluate-offset)
7087 (c-get-offset): Moved from cc-styles to cc-engine since file
7088 dependency analysis suggests they belong there (which also
7089 makes more sense). Thanks to Martin Buchholz for doing the analysis.
7090
7091 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7092
7093 * cc-cmds.el (c-fn-region-is-active-p): New function that
7094 wraps the corresponding macro, for use in places that aren't
7095 compiled. Thanks to Martin Buchholz for pointing out this.
7096
7097 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
7098
7099 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
7100 add things to the bug report.
7101
7102 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7103
7104 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
7105 returned prefix could contain a newline when the search for a
7106 good prefix line failed.
7107
7108 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7109
7110 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
7111 (c-toggle-auto-hungry-state): Made the argument optional, as
7112 the documentation says it is.
7113
7114 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7115
7116 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
7117 multiline string syntax, #"...", as a cpp macro.
7118
7119 2001-03-21 Paul Eggert <eggert@twinsun.com>
7120
7121 * international/mule-cmds.el (set-locale-environment):
7122 Set system-messages-locale and system-time-locale, but only if the
7123 caller specifies a non-nil locale name.
7124
7125 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7126
7127 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
7128 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
7129
7130 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7131
7132 * follow.el (follow-avoid-tail-recenter): Doc fix.
7133
7134 * custom.el (custom-set-variables): Avoid reversing the list
7135 of args needlessly.
7136
7137 * startup.el (fancy-splash-head): Don't change the colors of the
7138 XPM image on a dark background.
7139
7140 * comint.el (comint-exec-1): Set columns of the terminal to
7141 window-width instead of frame-width.
7142
7143 * info.el (Info-scroll-down): Add missing WINDOW arg for
7144 pos-visible-in-window-p.
7145
7146 * ehelp.el (electric-help-mode-hook): Add defcustom.
7147
7148 * mail/sendmail.el (mail-mode): Activate case-folding in
7149 font-lock-defaults.
7150
7151 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
7152
7153 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
7154 (completion-ignored-extensions): Remove duplicate ".class".
7155
7156 2001-03-19 Andreas Schwab <schwab@suse.de>
7157
7158 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
7159 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
7160
7161 2001-03-19 Gerd Moellmann <gerd@gnu.org>
7162
7163 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
7164 methods since there are not prefix input methods.
7165
7166 2001-03-19 Kenichi Handa <handa@etl.go.jp>
7167
7168 * international/mule-cmds.el (read-input-method-name):
7169 Locally bind enable-recursive-minibuffers to t.
7170
7171 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
7172
7173 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
7174
7175 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
7176
7177 * ediff-util.el: Copyright years.
7178 (ediff-choose-syntax-table): New function.
7179 (ediff-setup): Use ediff-choose-syntax-table.
7180
7181 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7182 with-syntax-table.
7183
7184 * ediff.el: Date of last update, copyright years.
7185
7186 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7187
7188 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7189 of Scott Bronson.
7190 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
7191 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7192 Deleted functions.
7193 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7194 ex-token-list.
7195
7196 * viper-util.el: Spaces, indentation.
7197
7198 * viper.el: Changed version, modification time.
7199
7200 2001-03-16 John Wiegley <johnw@gnu.org>
7201
7202 * calendar/timeclock.el (timeclock-workday-remaining):
7203 Check whether `discrep' is non-null before using it.
7204
7205 2001-03-16 John Wiegley <johnw@gnu.org>
7206
7207 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7208 first-time checkins.
7209 (timeclock-log-data): Fixed problem with reading timelog log file.
7210 Resulting data in the "day list" was incorrect.
7211 (timeclock-find-discrep): Check if `timeclock-file' is readable
7212 before opening it.
7213 (timeclock-time-less-p): New function.
7214 (timeclock-day-base): New function.
7215 (timeclock-geometric-mean): New function.
7216 (timeclock-generate-report): Generate a summary report based on
7217 the contents of the log file. This uses `timeclock-log-data', and
7218 is an example of writing a timelog manipulation function.
7219 (timeclock-visit-timelog): A quick command for opening the timelog
7220 file.
7221 (timeclock-log-data): Bound the variable event.
7222
7223 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7224
7225 * international/mule-cmds.el (select-safe-coding-system):
7226 Fix typo: symbol-name -> symbol-value.
7227
7228 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7229 before substitute-in-file-name to handle double slashes in FILE
7230 correctly.
7231
7232 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7233
7234 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7235 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7236
7237 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7238
7239 * bindings.el (features): Add `md5' and `overlay' to the list.
7240
7241 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7242 bound before using it. It's not bound when configured without X,
7243 for instance.
7244
7245 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7246
7247 * progmodes/hideshow.el: Update copyright.
7248 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7249 (hs-minor-mode-hook): Include `:version' in defcustom form.
7250
7251 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7252
7253 * help.el (string-key-binding): Don't call event-start on
7254 a non-list.
7255
7256 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7257
7258 * startup.el (fancy-splash-tail, command-line-1): Fix the
7259 copyright year.
7260
7261 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7262
7263 * term.el: These changes are based on a patch sent from Yong Lu
7264 <lyongu@yahoo.com>.
7265 (term-set-escape-char): Bind M-x to execute-extended-command in
7266 term-raw-escape-map.
7267 (term-move-columns): Don't try to move to negagive column.
7268 (term-emulate-terminal): Insert a string before deleting a text to
7269 overwrite.
7270
7271 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7272
7273 * play/life.el (life): Rearrange code so that all calls to
7274 life-display-generation are in a catch-form.
7275
7276 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7277 file that isn't interesting. In an interesting file, push the old
7278 value of point on the mark ring.
7279
7280 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7281 New function.
7282 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7283 Use it.
7284
7285 * emacs-lisp/autoload.el (generate-file-autoloads):
7286 Remove warning about line lengths.
7287
7288 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7289
7290 * progmodes/etags.el (tags-compression-info-list): New variable.
7291 (find-tag-in-order): Use it to deal with compressed source files.
7292 (tag-file-name-match-p): New function.
7293 (etags-recognize-tags-table): Use it for better match of file names.
7294
7295 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7296
7297 * international/mule-cmds.el (register-input-method): Doc fix.
7298
7299 * international/quail.el (quail-translate-key): Fix condition to
7300 check if there's another breaking point in the current key.
7301
7302 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7303
7304 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7305 Babyl header to the newly-created output file, bind
7306 coding-system-for-write to either rmail-file-coding-system or
7307 emacs-mule-unix.
7308
7309 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7310
7311 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7312 Fix the name and regexp used for subsubsections.
7313
7314 2001-03-10 Dave Love <fx@gnu.org>
7315
7316 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7317 and save-buffer if buffer-file-name non-nil. From rms.
7318
7319 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7320
7321 * vc.el (vc-do-command): If the destination buffer is already
7322 current, don't set it up and don't erase it. Updated doc string
7323 to reflect that.
7324 (vc-version-diff): When doing a single file diff, don't switch to the
7325 *vc-diff* buffer before the command. This is to preserve local
7326 variable bindings that might affect the diff command.
7327 (vc-print-log): Don't switch to the *vc* buffer before the
7328 command, so that local variable bindings are preserved.
7329
7330 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7331 not the current buffer.
7332 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7333
7334 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7335 make output go to buffer *vc*, not the current buffer.
7336
7337 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7338
7339 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7340 so ^, $, *, ? and + are interpreted correctly.
7341
7342 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7343
7344 * help.el (string-key-binding): Renamed from
7345 mode-line-key-binding. Handle any event on a string.
7346 Check for `keymap' properties as well as `local-map' properties.
7347
7348 * comint.el (comint-insert-clicked-input): Use the last key
7349 from this-command-keys to lookup the global key definition.
7350
7351 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7352
7353 * international/characters.el: Add category `j' for
7354 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7355
7356 * international/mule-conf.el (no-conversion): Fix docstring.
7357 (raw-text): Fix docstring.
7358
7359 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7360
7361 * simple.el (choose-completion-string): When not leaving the
7362 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7363 is set.
7364
7365 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7366 parameter `(minibuffer . t)'.
7367
7368 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7369
7370 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7371 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7372 (sh-mode): Remove `make-local-variable' for unused var
7373 `font-lock-unfontify-region-function'.
7374
7375 2001-03-07 Richard M. Stallman <rms@gnu.org>
7376
7377 * info.el (Info-scroll-down): Fix previous change.
7378
7379 * mail/rmail.el (rmail-toggle-header): Use a window which
7380 is showing the Rmail buffer, rather than the selected window.
7381
7382 2001-03-07 Dave Love <fx@gnu.org>
7383
7384 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7385 now, to avoid problems with binding imenu directly to a mouse event.
7386
7387 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7388
7389 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7390 second arg t.
7391
7392 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7393
7394 * log-edit.el (log-edit-common-indent): New var.
7395 (log-edit-set-common-indentation): Renamed from
7396 log-edit-delete-common-indentation. Use the new var.
7397 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7398
7399 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7400 (cvs-mode-add-change-log-entry-other-window):
7401 Don't presume change-log-default-name is defined.
7402
7403 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7404
7405 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7406 the "tree" operation as well.
7407
7408 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7409
7410 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7411 to match paragraph-start.
7412
7413 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7414 comment-start-skip and set comment-end-skip as well.
7415 (sgml-comment-indent): Fix for new value of comment-start-skip.
7416 (html-autoview-mode): Don't bother using make-local-hook.
7417
7418 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7419
7420 * cus-edit.el (custom-save-delete): Move in front of local
7421 variables, otherwise long Custom entries would make them ineffective.
7422
7423 * uniquify.el: Set maintainer to FSF.
7424
7425 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7426
7427 * dired-aux.el (dired-do-shell-command): Doc fix.
7428
7429 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7430
7431 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7432
7433 * which-func.el (which-func-modes): Add cperl-mode.
7434 (which-func-mode-global): Use define-minor-mode.
7435
7436 * info-look.el: Docstring fixes and dead code eliminated.
7437 (cperl-mode): Add support.
7438 (emacs-lisp-mode): List all entries from elisp manual, whether
7439 or not they are currently (f)bound or not. Update regexp.
7440
7441 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7442
7443 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7444 so that C-h m shows the correct information.
7445 Use make-local-variable rather than make-variable-buffer-local.
7446 (cperl-info-buffer, cperl-setup-tmp-buf):
7447 Use make-local-variable rather than make-variable-buffer-local.
7448 (cperl-msb-fix, cperl-get-help-defer):
7449 Check major-mode for `cperl-mode' as well.
7450
7451 * progmodes/cperl-mode.el: Updated to author version 4.23.
7452 (cperl-electric-pod): SYNOPSIS was misspelled.
7453 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7454 (cperl-after-expr-p): Make true after __END__.
7455
7456 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7457
7458 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7459 bookmark-completion-ignore-case is t.
7460
7461 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7462 switch, like xterm, and concat resource strings, with a newline
7463 between them.
7464
7465 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7466
7467 * international/codepage.el (cp770-decode-table)
7468 (cp773-decode-table, cp774-decode-table): New variables.
7469
7470 * man.el (Man-hyphenated-reference-regexp): New variable.
7471 (Man-build-references-alist): Use it to search for referenced
7472 manpages. If hyphenated is non-nil, record a concatenated word in
7473 Man-refpages-alist only if it matches Man-reference-regexp.
7474 Update word's length when it is concatenated. Reverse the list,
7475 to get the first manpage at the head.
7476 (Man-possibly-hyphenated-word): New function.
7477 (Man-follow-manual-reference): Use it instead of current-word to
7478 find a manpage at point, in a way that accounts for hyphenated
7479 references.
7480
7481 2001-03-06 Alex Schroeder <alex@gnu.org>
7482
7483 * sql.el (sql-interbase): New function.
7484 (sql-interbase-program): New option.
7485 (sql-interbase-options): New option.
7486 And some typos fixed: "customise" to "customize".
7487
7488 2001-03-06 Dave Love <fx@gnu.org>
7489
7490 * textmodes/flyspell.el (flyspell-region):
7491 Set up flyspell-local-mouse-map.
7492
7493 2001-03-05 Richard M. Stallman <rms@gnu.org>
7494
7495 * mail/rmail.el (rmail-retry-failure):
7496 Don't call rmail-beginning-of-message.
7497 Don't discard From: field. Do discard Received: field.
7498 Use unwind-protect to re-prune.
7499 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7500
7501 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7502
7503 * international/quail.el (quail-title): Add autoload cookie.
7504
7505 2001-03-05 Dave Love <fx@gnu.org>
7506
7507 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7508 new defs.
7509
7510 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7511
7512 * language/ethio-util.el (ethio-toggle-space):
7513 Update current-input-method-title if necessary.
7514 (ethio-toggle-punctuation): Likewise.
7515
7516 * international/quail.el (quail-title): Fix for the case that a
7517 title of an input method is specified by a list of the same form
7518 as used in mode-line-format.
7519
7520 * international/mule-cmds.el (activate-input-method):
7521 If current-input-method-title is set by activating INPUT-METHOD,
7522 respect that value.
7523
7524 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7525
7526 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7527
7528 2001-03-05 Alex Schroeder <alex@gnu.org>
7529
7530 * sql.el (sql-sybase): Fix typo (was: query user about server two
7531 times instead of server and database).
7532
7533 * sql.el (sql-sybase): Doc change.
7534 (sql-mysql): Doc change.
7535 (sql-postgres): Doc change.
7536
7537 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7538
7539 * international/mule-conf.el (emacs-mule, raw-text):
7540 Docstring modified.
7541
7542 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7543
7544 * term/internal.el: Update copyright notice.
7545
7546 * term/pc-win.el: Update copyright notice.
7547
7548 2001-03-02 Dave Love <fx@gnu.org>
7549
7550 * files.el (insert-file-contents-literally):
7551 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7552 not jka-compr-compression-info-list.
7553
7554 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7555
7556 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7557 spaces in default comment-start-skip settings rather than \s-.
7558
7559 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7560
7561 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7562 default-frame-alist as well.
7563
7564 2001-03-01 Dave Love <fx@gnu.org>
7565
7566 * textmodes/reftex.el (defvar): Wrap some defvars in
7567 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7568
7569 * subr.el (event-basic-type): Doc fix.
7570
7571 * international/quail.el: Doc fixes.
7572
7573 * international/utf-8.el: Doc fixes.
7574
7575 * international/mule-cmds.el: Doc fixes.
7576 (leim-list-header): Fix header text.
7577
7578 * international/mule.el (coding-system-category): Doc fix.
7579
7580 * international/ccl.el (ccl-compile): Doc fix.
7581
7582 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7583
7584 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7585 rather than (before|after)-change-functions.
7586
7587 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7588
7589 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7590 scroll-left and scroll-right being called interactively so that
7591 they set the window's min_hscroll.
7592
7593 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7594
7595 * info.el (info-insert-file-contents-1): Accept an additional
7596 argument `lfn': if it is non-nil, concatenate `filename' and
7597 `suffix'; otherwise use the complicated MS-DOS code.
7598 All callers changed.
7599 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7600 can access long file names, try the long file-name version of
7601 `info-insert-file-contents-1', then the short file-name version.
7602
7603 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7604
7605 * language/ethio-util.el (setup-ethiopic-environment-internal):
7606 Change bindings of functions keys to conform to "Emacs Lisp Coding
7607 Convention".
7608
7609 * language/ethiopic.el ("Ethiopic"): Add documentation.
7610
7611 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7612
7613 * international/utf-8.el (mule-utf-8): Set coding-category
7614 property to coding-category-utf-8.
7615
7616 2001-02-27 Richard M. Stallman <rms@gnu.org>
7617
7618 * lpr.el (lpr-page-header-switches, print-region-1):
7619 Undo 2000-07-06 change.
7620 (lpr-add-switches): Default to t on gnu/linux.
7621
7622 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7623
7624 * bs.el (bs-attributes-list): Doc fix.
7625
7626 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7627
7628 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7629
7630 * help.el (view-order-manuals): Use goto-address.
7631
7632 * startup.el (command-line-1): Add info about ordering manuals
7633 to the not so fancy splash screens.
7634
7635 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7636
7637 * vc.el (vc-default-workfile-unchanged-p)
7638 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7639
7640 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7641
7642 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7643 fontify in the right buffer.
7644
7645 * allout.el (outline-flag-region): Move macro in front of first
7646 use to avoid a run-time error.
7647
7648 2001-02-24 Andrew Innes <andrewi@gnu.org>
7649
7650 * makefile.w32-in: Fix copyright notice.
7651
7652 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7653
7654 * international/utf-8.el (mule-utf-8): Set correct value for
7655 valid-codes property.
7656
7657 * international/fontset.el (x-complement-fontset-spec): In the
7658 case that we use ASCII font for the other charsets, use only
7659 family and registry part of it.
7660
7661 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7662
7663 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7664 (shrink-window-if-larger-than-buffer): Doc fix.
7665
7666 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7667
7668 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7669 predicate passed to completing-read.
7670
7671 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7672
7673 * startup.el (command-line): Fix last change.
7674
7675 2001-02-23 Jason Rumney <jasonr@gnu.org>
7676
7677 * startup.el (tool-bar-originally-present): New variable.
7678 (command-line): Set it if the tool-bar is switched on at startup.
7679
7680 * frame.el (frame-notice-user-settings): Only adjust frame height
7681 for no tool-bar case if tool-bar was originally switched on.
7682 From E. Jay Berkenbilt.
7683
7684 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7685
7686 * server.el (server-switch-buffer): Only switch window if the
7687 current one is dedicated.
7688
7689 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7690 rather than using (match-beginning 0) when searching for break point.
7691
7692 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7693
7694 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7695 @ follows an accent command such as @'. Support optional braces
7696 in commands that insert accents, like makeinfo does.
7697
7698 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7699
7700 * startup.el (fancy-splash-text): Add a line for ordering
7701 manuals. Reverse order of splash screens shown.
7702 (use-fancy-splash-screens-p): Adapt to the text line added.
7703
7704 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7705 manuals from the FSF.
7706
7707 * help.el (view-order-manuals): New function.
7708 (toplevel): Bind C-h C-m to this function.
7709
7710 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7711
7712 * newcomment.el (comment-forward): Skip the comment-start before
7713 searching for the comment-end.
7714
7715 2001-02-21 Dave Love <fx@gnu.org>
7716
7717 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7718
7719 * international/mule-cmds.el, international/mule.el: Doc fixes.
7720
7721 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7722
7723 * startup.el (fancy-splash-screens): Use display-hourglass
7724 instead of display-busy-cursor.
7725
7726 * frame.el (display-hourglass): Renamed from busy-cursor.
7727 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7728 (show-cursor-in-non-selected-windows): Doc fix.
7729
7730 2001-02-20 Dave Love <fx@gnu.org>
7731
7732 * international/utf-8.el: Doc and commentary fixes.
7733
7734 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7735
7736 * ehelp.el (with-electric-help): Doc fix.
7737
7738 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7739
7740 * msb.el (msb-mode): Call the update-buffers function explicitly
7741 with a FORCE argument.
7742
7743 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7744 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7745 returns nil.
7746
7747 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7748
7749 * ps-print.el: Timestamp package replacement. Some enhancements.
7750 Some XEmacs compatibility. Doc fix.
7751 (ps-print-version): New version number (6.4).
7752 (ps-printer-name): Initialization fix.
7753 (ps-zebra-stripe-follow): Funcionality enhancement.
7754 (ps-prologue-file): Code enhancement.
7755 (ps-right-header): Timestamp package replacement.
7756 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7757 (ps-get-page-dimensions)
7758 (ps-generate-header, ps-begin-file, ps-begin-job)
7759 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7760 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7761 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7762 (coding-system-for-write): Var declaration (XEmacs compatibility).
7763
7764 2001-02-20 Miles Bader <miles@gnu.org>
7765
7766 * image-file.el (image-file-name-extensions): Add "tif".
7767
7768 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7769
7770 * wid-edit.el (widget-button-click): Save the selected window
7771 around the code handling clicks on buttons.
7772
7773 2001-02-18 Dave Love <fx@gnu.org>
7774
7775 * imenu.el (imenu--generic-function): Use mapc to iterate over
7776 syntax characters.
7777
7778 2001-02-17 Richard M. Stallman <rms@gnu.org>
7779
7780 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7781
7782 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7783
7784 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7785
7786 * mouse.el (mouse-save-then-kill): If the distance from the new
7787 point to the mark is equal to the distance of point from the new
7788 point, move point instead of the mark.
7789
7790 2001-02-16 Dave Love <fx@gnu.org>
7791
7792 * textmodes/flyspell.el (flyspell-get-word): Return string without
7793 properties.
7794
7795 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7796
7797 * generic.el (generic-find-file-regexp): Doc fix.
7798 (generic-ignore-files-regexp): New defcustom.
7799 (generic-mode-find-file-hook): If the file's name matches the
7800 regexp in `generic-ignore-files-regexp', don't enter
7801 default-generic-mode. Doc fix.
7802
7803 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7804
7805 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7806 Add autoload cookies.
7807
7808 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7809 of cal-tex-24.
7810
7811 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7812
7813 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7814
7815 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7816 the character class after the (optional) drive, to support file
7817 names with embedded blanks.
7818
7819 2001-02-15 Sam Steingold <sds@gnu.org>
7820
7821 * textmodes/tex-mode.el (tex-shell-running):
7822 Check the process buffer too.
7823
7824 2001-02-15 Dave Love <fx@gnu.org>
7825
7826 * battery.el (battery-status-function): Fix doc, :type.
7827
7828 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7829
7830 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7831
7832 * subr.el (read-passwd): Clear Lisp memory holding password.
7833
7834 2001-02-15 Miles Bader <miles@gnu.org>
7835
7836 * info.el (Info-copy-current-node-name): New function.
7837 (Info-mode-menu): Add it to the menu.
7838
7839 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7840
7841 * international/mule-cmds.el (toggle-input-method): Doc fix.
7842
7843 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7844
7845 * replace.el (occur): Stop at end of buffer.
7846
7847 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7848
7849 * international/mule-cmds.el (set-input-method): Another doc fix.
7850
7851 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7852
7853 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7854
7855 2001-02-13 Miles Bader <miles@gnu.org>
7856
7857 * faces.el (set-face-background, set-face-foreground)
7858 (set-face-stipple): Treat a value of nil as being `unspecified'.
7859
7860 2001-02-12 Dave Love <d.love@dl.ac.uk>
7861
7862 * international/latin1-disp.el: Doc fixes.
7863 (latin1-display) <defgroup>: Add :link.
7864 (latin1-display) <function>: Set variable latin1-display.
7865
7866 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7867
7868 * international/mule-cmds.el (set-input-method): Doc fix.
7869
7870 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7871
7872 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7873 (speedbar-line-file): Return nil if not a file.
7874 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7875
7876 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7877
7878 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7879 for remote files.
7880 (ediff-coding-system-for-read): Replaced the no-conversion default
7881 with raw-text.
7882
7883 * ediff-init.el: Removed :version from defcustom vars.
7884
7885 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7886 Better handling of the diff mode.
7887
7888 * ediff.texi: Added ediff-coding-system-for-read.
7889
7890 * viper.texi: Fix typos.
7891
7892 2001-02-11 Dave Love <fx@gnu.org>
7893
7894 * shadowfile.el: Doc fixes.
7895 (shadow) <defgroup>: Add :link.
7896 (shadowfile-unload-hook): New function.
7897 (shadow-initialize): Use defalias, not fset.
7898 (shadow-define-cluster, shadow-define-literal-group)
7899 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7900
7901 * international/mule.el: Doc and message fixes.
7902
7903 * international/ccl.el (define-ccl-program): Doc fix.
7904
7905 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7906
7907 * faces.el (mode-line): Set :line-width property to -1.
7908
7909 2001-02-10 Richard M. Stallman <rms@gnu.org>
7910
7911 * complete.el (partial-completion-mode): Doc fix.
7912
7913 * simple.el (delete-key-deletes-forward-mode):
7914 Change `let' to `let*' to fix gross bug in last change.
7915
7916 * repeat.el (repeat): Don't let execute-kbd-macro alter
7917 real-last-command.
7918
7919 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7920
7921 * simple.el (eval-expression): Doc fix.
7922
7923 2001-02-09 Dave Love <fx@gnu.org>
7924
7925 * imenu.el (imenu-generic-expression): Doc fix.
7926
7927 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7928 From Juanma Barranquero.
7929
7930 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7931
7932 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7933
7934 * faces.el (set-face-attribute): Describe the case of a negative
7935 value specified for :line-width.
7936
7937 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7938
7939 * which-func.el (which-func-mode): Invert which-func-mode-global.
7940 From Juanma Barranquero <lektu@uol.com.br>.
7941
7942 2001-02-08 Dave Love <fx@gnu.org>
7943
7944 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7945 widget-plist-value-type.
7946 (widget-alist-convert-widget): Replace binding of
7947 widget-alist-value-type.
7948
7949 * textmodes/paragraphs.el (sentence-end): Doc fix.
7950
7951 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7952 Remove `backward-line'.
7953
7954 * play/pong.el (pong-blank-color, pong-bat-color)
7955 (pong-ball-color, pong-border-color, pong-left-key)
7956 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7957 (pong-pause-key, pong-resume-key, pong-timer-delay):
7958 * mail/mh-comp.el (mh-compose-letter-function):
7959 * eshell/esh-mode.el (eshell-skip-prompt-function):
7960 * emulation/viper-ex.el (ex-unix-type-shell-options):
7961 * recentf.el (recentf-menu-filter):
7962 * ps-print.el (ps-print-region-function):
7963 * lpr.el (print-region-function):
7964 * forms.el (forms-mode-hooks):
7965 * dirtrack.el (dirtrack-directory-change-hook):
7966 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7967 * textmodes/spell.el (spell-filter):
7968 * textmodes/fill.el (adaptive-fill-function):
7969 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7970 * progmodes/etags.el (find-tag-default-function):
7971 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7972 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7973
7974 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7975
7976 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7977 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7978 Meyering <jim@meyering.net>.
7979
7980 * loadup.el: Revert last change.
7981
7982 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7983
7984 * international/mule.el (transform-make-coding-system-args):
7985 Make it work also for coding systems not using CCL.
7986
7987 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7988
7989 * simple.el (previous-matching-history-element)
7990 (next-matching-history-element): Doc fix.
7991
7992 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7993 specific part.
7994
7995 2001-02-06 Dave Love <fx@gnu.org>
7996
7997 * add-log.el (add-log-current-defun-function)
7998 (add-log-buffer-file-name-function, add-log-file-name-function):
7999 Fix :type.
8000 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
8001
8002 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8003
8004 * info.el (info-initialize): Remove the test for system-type when
8005 invocation-directory is non-nil.
8006
8007 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
8008 of `font-lock-defaults' to `backward-paragraph' rather than nil.
8009
8010 2001-02-06 Andrew Innes <andrewi@gnu.org>
8011
8012 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
8013 absolute.
8014
8015 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
8016
8017 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
8018 buffers. When hi-lock turned on rather than only checking current
8019 buffer for regexps, all buffers are checked. Moved activation of
8020 font-lock to hi-lock-refontify. When font-lock turned off rather
8021 than removing added highlighting just in current buffer, remove it
8022 in all buffers. Changed edit menu text from "Automatic
8023 Highlighting" to "Regexp Highlighting" Documentation for
8024 highlighting phrases, minor documentation changes.
8025 (hi-lock-set-file-patterns): Execute only if there are new or
8026 existing file patterns.
8027 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
8028 unfontify and, if a support mode is active, will not refontify the
8029 whole buffer. If necessary, turn on font lock. (Removed
8030 font-lock-unfontify and font-lock support-mode-specific calls,
8031 such as lazy-lock-fontify-window.)
8032 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
8033 patterns are found. Not useful now since find-file-hook is removed
8034 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
8035 (hi-lock-face-phrase-buffer): New function. Also added related
8036 menu item and keybinding.
8037 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
8038 (hi-lock-process-phrase): New function.
8039 (hi-lock-line-face-buffer): Doc fixes.
8040 (hi-lock-face-buffer): Doc fixes.
8041 (hi-lock-unface-buffer): Doc fixes.
8042
8043 2001-02-06 Gerd Moellmann <gerd@gnu.org>
8044
8045 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
8046 dabbrev-ignored-regexps.
8047
8048 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8049
8050 * simple.el (kill-line): Doc fix.
8051
8052 2001-02-05 Dave Love <fx@gnu.org>
8053
8054 * loadup.el: Revert last two changes -- bootstrapping works with
8055 regenerated loaddefs.
8056
8057 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
8058
8059 * isearch.el (isearch-forward): Doc fix.
8060
8061 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
8062 of font-lock-defaults to backward-paragraph.
8063
8064 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8065
8066 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
8067 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
8068
8069 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8070
8071 * ebnf2ps.el: Eliminate time-stamp functions.
8072 (ebnf-version): New version (3.5).
8073 (ebnf-eps-finish-and-write): Replace time-stamp functions by
8074 format-time-string.
8075
8076 2001-02-05 Gerd Moellmann <gerd@gnu.org>
8077
8078 * simple.el (next-line): Goto end-of-line before inserting a newline.
8079
8080 2001-02-05 Miles Bader <miles@gnu.org>
8081
8082 * image-file.el (insert-image-file): When visiting an image, also
8083 set `truncate-lines' to t so that any fringe arrow looks correct.
8084
8085 2001-02-05 Kenichi Handa <handa@etl.go.jp>
8086
8087 * isearch.el (isearch-forward): Add description about input method
8088 in the docsting.
8089
8090 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
8091
8092 * skeleton.el (skeleton-internal-1): Always push the mark for @.
8093
8094 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8095
8096 * info.el (info-initialize): If installation-directory is nil, for
8097 DOS/Windows systems try looking in a sibling of invocation-directory.
8098
8099 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8100
8101 * wid-edit.el (widget-button-click): Fix last change.
8102
8103 * frame.el (frame-notice-user-settings): When resizing the initial
8104 frame because the tool bar is off, also change the frame's top
8105 position if a negative top position was specified.
8106
8107 2001-02-02 Miles Bader <miles@gnu.org>
8108
8109 * image-file.el (insert-image-file): When visiting an image,
8110 suppress the cursor in the image buffer.
8111
8112 2001-02-01 Dave Love <fx@gnu.org>
8113
8114 * progmodes/f90.el (f90-mode): Remove startup message.
8115
8116 * vc-cvs.el: Remove autoloads. Require vc when compiling.
8117
8118 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8119
8120 * startup.el (command-line): Fix code determining whether or not
8121 to use delete-key-deletes-forward-mode.
8122
8123 2001-02-01 Andre Spiegel <spiegel@gnu.org>
8124
8125 * vc.el (vc-diff-switches): New user option.
8126 (vc-version-diff): Use it.
8127 (vc-diff-switches-list): New macro.
8128
8129 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
8130 New customization options.
8131 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
8132
8133 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
8134
8135 2001-02-01 Gerd Moellmann <gerd@gnu.org>
8136
8137 * msb.el (toplevel): Quote hook symbols.
8138
8139 2001-02-01 Kenichi Handa <handa@etl.go.jp>
8140
8141 * international/mule.el (make-coding-system): Add description
8142 about recognized properties in the docstring.
8143
8144 * international/mule-conf.el: Remove unused charsets
8145 mac-roman-lower and mac-roman-upper.
8146
8147 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8148
8149 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
8150 is in front of the left-margin, if any.
8151
8152 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
8153 like `delete'.
8154
8155 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
8156
8157 * term/w32-win.el (mouse-set-font): Doc fix.
8158
8159 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
8160
8161 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
8162 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
8163 on already.
8164
8165 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
8166
8167 * files.el (save-buffer): Don't give message if (buffer-file-name)
8168 returns nil.
8169
8170 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
8171
8172 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
8173
8174 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
8175 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
8176
8177 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
8178 display problems.
8179
8180 2001-01-31 Kenichi Handa <handa@etl.go.jp>
8181
8182 * international/mule.el (charset-info): Fix docstring.
8183
8184 * international/mule-diag.el (describe-character-set): Check final
8185 char valid before printing it.
8186
8187 2001-01-30 Gerd Moellmann <gerd@gnu.org>
8188
8189 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
8190
8191 * frame.el (frame-notice-user-settings): Do the tool-bar
8192 stuff only for graphical displays. Fix a braino.
8193
8194 * frame.el (frame-initialize): Create initial frame visible.
8195 (frame-notice-user-settings): When tool-bar has been switched off,
8196 correct the frame size and sync tool-bar-mode.
8197
8198 * startup.el (command-line): Remove manipulation of frame
8199 height for tool bars.
8200
8201 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8202
8203 * lpr.el: Compatibility with XEmacs and doc fixes.
8204 (lpr-windows-system, lpr-lp-system): New vars.
8205 (lpr-printer-switch): New defcustom.
8206 (printer-name, lpr-command): Customization fix.
8207 (print-region-1): Code fix.
8208 (print-region-new-buffer, printify-region): Indentation fix.
8209 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8210 New functions.
8211
8212 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8213
8214 * msb.el (toplevel): Fix the eval-after-load.
8215
8216 2001-01-29 Dave Love <fx@gnu.org>
8217
8218 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8219
8220 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8221
8222 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8223 (tcl-using-emacs-19-23): Consider Emacs 21+.
8224 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8225 (tcl-add-emacs-menu): Supply menu name.
8226 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8227
8228 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8229
8230 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8231
8232 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8233
8234 * pcvs.el (cvs-mark-fis-dead): New function.
8235 (cvs-mode-add): Use it.
8236 (cvs-mode-add-change-log-entry-other-window):
8237 Rebind change-log-default-name to itself rather than to nil.
8238
8239 2001-01-29 Sam Steingold <sds@gnu.org>
8240
8241 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8242 `autoload' statements.
8243
8244 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8245
8246 * files.el (confirm-kill-emacs): Doc fix.
8247
8248 * frame.el (frame-initialize): Doc fix.
8249
8250 * time-stamp.el (time-stamp-string): Doc fix.
8251
8252 * woman.el (WoMan-log-1): Make the log buffer writable.
8253 From Markus Rost <rost@math.ohio-state.edu>.
8254
8255 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8256
8257 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8258 the `make-variable-buffer-local'.
8259
8260 2001-01-29 Dave Love <fx@gnu.org>
8261
8262 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8263 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8264 Add autoload cookie.
8265 (ansi-color-apply-sequence): Fix typo.
8266
8267 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8268
8269 * menu-bar.el (menu-bar-files-menu): Add menu items for
8270 Postscript printing in black and white.
8271
8272 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8273 X-Mailman-Version, Precedence, List-Help, List-Post,
8274 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8275 Content-Type, Content-Length.
8276
8277 2001-01-29 Dave Love <fx@gnu.org>
8278
8279 * elide-head.el (elide-head): Make overlay evaporate.
8280
8281 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8282
8283 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8284
8285 * isearch.el (isearch-highlight): Don't punt if the display
8286 doesn't support colors, since isearch faces are defined for
8287 monochrome displays as well.
8288
8289 2001-01-27 Sam Steingold <sds@gnu.org>
8290
8291 * shell.el (shell-write-history-on-exit): Make sure that we are in
8292 the shell buffer (M-x tex-file RET inserted the error message into
8293 the TeX buffer).
8294
8295 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8296
8297 * simple.el (transient-mark-mode): Doc fix.
8298
8299 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8300
8301 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8302
8303 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8304
8305 * shell.el (shell-unquote-argument): If the shell is one of the
8306 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8307 quote character.
8308 (shell-dumb-shell-regexp): Document that the shells which match
8309 this regexp are supposed to not treat a backslash as a quote character.
8310
8311 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8312 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8313
8314 2001-01-27 Richard M. Stallman <rms@gnu.org>
8315
8316 * dabbrev.el (dabbrev--substitute-expansion):
8317 Treat a one-capital-letter abbrev as "not all upper case",
8318 so as to force preservation of the expansion's pattern
8319 if the expansion starts with a capital letter.
8320
8321 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8322
8323 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8324 Doc fix.
8325
8326 * simple.el (transient-mark-mode): Document the fact that many
8327 commands act on the region when mark is active.
8328
8329 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8330
8331 * international/quail.el (quail-setup-completion-buf): Make the
8332 multibyteness of current buffer inherited to Quail completion buffer.
8333 (quail-show-guidance-buf): Make the multibyteness of current
8334 buffer inherited to Quail guidance buffer.
8335 (quail-help): Make the multibyteness of current buffer inherited
8336 to Quail help buffer.
8337
8338 2001-01-26 Dave Love <fx@gnu.org>
8339
8340 * time-stamp.el: Doc fixes.
8341
8342 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8343 (delphi-keyword-face, delphi-other-face): Fix :type.
8344
8345 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8346
8347 * mail/feedmail.el (feedmail): Add :link.
8348 (feedmail-send-it): Doc fix.
8349
8350 * mail/sendmail.el: Doc fixes.
8351 (sendmail-send-it): Fix the non-ASCII regexp and use
8352 rfc2047-encode-string.
8353
8354 * dired.el, dired-aux.el: Revert last change.
8355
8356 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8357
8358 * makefile.w32-in (DONTCOMPILE): Add various term files.
8359
8360 2001-01-26 Dave Love <fx@gnu.org>
8361
8362 * Makefile.in (DONTCOMPILE): Add various term files.
8363
8364 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8365
8366 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8367
8368 * startup.el (display-startup-echo-area-message): Make sure
8369 the echo area is resized to fit the size of the startup message.
8370
8371 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8372 part of which is a constant.
8373
8374 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8375
8376 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8377
8378 2001-01-26 Richard M. Stallman <rms@gnu.org>
8379
8380 * simple.el (next-line): Don't let `newline' expand abbrevs.
8381 Simplify slightly.
8382 (open-line): Don't let `newline' expand abbrevs.
8383
8384 2001-01-25 John Wiegley <johnw@gnu.org>
8385
8386 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8387 to `repeat' in the :type field.
8388
8389 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8390 allow a choice of regexp or nil.
8391 (pcomplete-dir-ignore): Same.
8392
8393 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8394 a command) to always fail.
8395
8396 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8397
8398 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8399 discard the result.
8400 (iswitchb-to-end): Likewise.
8401
8402 2001-01-25 Sam Steingold <sds@gnu.org>
8403
8404 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8405 Require vc.
8406
8407 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8408
8409 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8410
8411 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8412
8413 2001-01-25 Dave Love <fx@gnu.org>
8414
8415 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8416 (describe-coding-system): Tweak the English text.
8417
8418 * loadup.el: Preload international/ccl for utf-8.
8419
8420 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8421
8422 * mail/rmail.el (rmail-redecode-body): Doc fix.
8423
8424 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8425
8426 * international/mule-cmds.el (reset-language-environment):
8427 Reset coding-category-utf-8 to mule-utf-8.
8428
8429 * international/mule-conf.el (coding-category-utf-8):
8430 Initialize to mule-utf-8.
8431
8432 * loadup.el: Preload international/utf-8.
8433
8434 * international/utf-8.el: New file.
8435
8436 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8437
8438 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8439
8440 2001-01-24 Sam Steingold <sds@gnu.org>
8441
8442 * dired.el (dired-replace-in-string): Removed.
8443 (dired-sort-toggle): Use `replace-regexps-in-string'
8444 instead of `dired-replace-in-string'.
8445
8446 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8447 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8448
8449 * gs.el (gs-replace-in-string): Removed.
8450 (gs-options): Use `replace-regexps-in-string'
8451 instead of `gs-replace-in-string'.
8452
8453 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8454
8455 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8456 bug report is mailed to an email list and posted to a news group.
8457
8458 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8459
8460 * comint.el (comint-replace-by-expanded-history-before-point):
8461 Fix change of 2000-08-03 to move point to the start of the line again.
8462
8463 * startup.el (tool-bar-images-pixel-height): New variable.
8464 (command-line): After loading the user's init file, when
8465 tool-bar-mode is on, increase the frame's size by some lines for
8466 the tool-bar.
8467
8468 * frame.el (frame-initialize): Create the initial frame invisible.
8469
8470 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8471
8472 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8473 (chinese-big5): MIME:Big5.
8474
8475 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8476
8477 * international/mule-cmds.el (universal-coding-system-argument):
8478 Handle commands with prefix args.
8479
8480 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8481
8482 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8483 being a list of numbers.
8484 (diary-mail-entries): Rewritten.
8485
8486 2001-01-23 Dave Love <fx@gnu.org>
8487
8488 * international/mule.el (make-coding-system): Fix typo.
8489
8490 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8491 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8492
8493 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8494
8495 * font-lock.el (font-lock-mode): Doc fix.
8496
8497 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8498
8499 * international/mule.el (make-translation-table): Fix docstring.
8500
8501 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8502
8503 * mail/rmail.el (rmail-redecode-body): New function.
8504
8505 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8506
8507 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8508
8509 * isearch.el (isearch-lazy-highlight-case-fold-search)
8510 (isearch-lazy-highlight-regexp): New variables.
8511 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8512 case-fold search or regexp search has been toggled.
8513
8514 * wid-edit.el (widget-button-click): Avoid a save-excursion
8515 around running a global binding.
8516
8517 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8518 to 0.25.
8519
8520 2001-01-20 Miles Bader <miles@gnu.org>
8521
8522 * cus-edit.el (custom-face-save): Do post-processing on the face's
8523 new value like `custom-face-set' does.
8524
8525 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8526
8527 * mail/emacsbug.el (report-emacs-bug): Report the value of
8528 LC_CTYPE, not LC_TYPE.
8529
8530 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8531 isearch-toggle-regexp and isearch-edit-string to doc string.
8532
8533 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8534
8535 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8536 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8537
8538 * jit-lock.el (jit-lock-fontify-now): Don't bind
8539 font-lock-beginning-of-syntax-function to nil.
8540
8541 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8542
8543 * mail/emacsbug.el (report-emacs-bug): Report values of
8544 locale-coding-system, default-enable-multibyte-characters, and the
8545 environment variables LC_ALL, LC_TYPE, and LANG.
8546
8547 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8548
8549 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8550
8551 * font-lock.el (font-lock-multiline): Default to nil.
8552 (font-lock-default-fontify-region): If font-lock-multiline is
8553 nil, don't check the property `font-lock-multiline'.
8554
8555 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8556 is nil, don't check the `font-lock-multiline' text property.
8557
8558 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8559
8560 * viper.el: Call initial-major-mode on startup.
8561
8562 * ediff.el (ediff-patch-file): Use better defaults.
8563
8564 * ediff-vers.el: Fix for 8+3 DOS file systems.
8565
8566 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8567
8568 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8569 diff mode, if available.
8570
8571 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8572
8573 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8574
8575 * ediff-init.el (subst-char-in-string): Define and use it, unless
8576 it's already defined.
8577
8578 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8579
8580 * tooltip.el (tooltip-hide-delay): New user-option.
8581 (tooltip-show): Use tooltip-hide-delay instead of the default.
8582
8583 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8584
8585 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8586 kill-local-variable doesn't work for enable-multibyte-characters.
8587
8588 2001-01-17 Dave Love <fx@gnu.org>
8589
8590 * ediff-init.el (ediff-before-setup-hook)
8591 (ediff-merge-filename-prefix): Add :version.
8592
8593 * international/latin1-disp.el: Require disp-table.
8594 (latin1-display): Fix :set.
8595
8596 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8597
8598 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8599
8600 * isearch.el (isearch-lazy-highlight-initial-delay)
8601 (isearch-lazy-highlight-interval): Default to 0.
8602
8603 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8604
8605 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8606 1 here rather than each time through
8607 isearch-lazy-highlight-new-loop.
8608 (isearch-lazy-highlight-max): Variable deleted.
8609 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8610 isearch-lazy-highlight-max but controls a single invocation of
8611 isearch-lazy-highlight-update.
8612 (isearch-lazy-highlight-wrapped): Variable recreated.
8613 (isearch-lazy-highlight-window-start): New variable.
8614 (isearch-lazy-highlight-cleanup): Restored to behavior of
8615 before 2-Jan.
8616 (isearch-lazy-highlight-remove-overlays): Function deleted;
8617 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8618 behavior removed.
8619 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8620 isearch-lazy-highlight-update in a loop rather than just once.
8621 Test isearch-invalid-regexp here and decide not to start a new
8622 loop, rather than testing it each time through
8623 isearch-lazy-highlight-update.
8624 (isearch-lazy-highlight-search): Function restored.
8625 (isearch-lazy-highlight-update): Get called in a timer loop again,
8626 but this time highlight more than one match each time through.
8627 Only highlight matches in the visible part of the window.
8628 Start at point, move in the direction of the search, and wrap around at
8629 the edge of the window. Use sit-for to force redisplay and ensure
8630 window-start is credible. "Face suppressing" behavior removed;
8631 overlay priorities should make it unnecessary, right?
8632 (isearch-highlight): Face suppressing behavior removed.
8633 (isearch-dehighlight): Face suppressing behavior removed.
8634 (isearch-set-lazy-highlight-faces-at): Removed.
8635
8636 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8637
8638 * language/european.el ("Latin-1"): Make the format of description
8639 about additional language environments same as that of Latin-2.
8640
8641 2001-01-16 Dave Love <fx@gnu.org>
8642
8643 * isearch.el (isearch-lazy-highlight): Add :version.
8644
8645 * simple.el (backward-delete-char-untabify-method)
8646 (next-line-add-newlines): Add :version.
8647
8648 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8649
8650 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8651 Don't bind <delete> otherwise.
8652
8653 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8654 and <delete> via function-key-map.
8655
8656 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8657 Subject line only if point is after the `Subject:'.
8658
8659 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8660
8661 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8662 japanese-jisx0213-2 in `charset' property of this lang. env.
8663
8664 * language/european.el ("Latin-1"): Add description for Dutch and
8665 Spanish lang. env.
8666
8667 * international/mule.el (decode-char): Fix conditions.
8668 (encode-char): Handle eight-bit-control too.
8669 (transform-make-coding-system-args): New function.
8670 (make-coding-system): Accept XEmacs style arguments for CCL base
8671 coding system.
8672
8673 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8674
8675 * progmodes/etags.el (find-tag-noselect): Save the value of
8676 tags-file-name before switching buffers, for the case it has a
8677 buffer-local value.
8678
8679 2001-01-15 Alex Schroeder <alex@gnu.org>
8680
8681 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8682 From Dave Love <fx@gnu.org>.
8683 (ansi-color-for-comint-mode): Fix :version.
8684
8685 2001-01-15 Alex Schroeder <alex@gnu.org>
8686
8687 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8688
8689 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8690
8691 * dired.el (dired-insert-directory): If file-system-info fails,
8692 remove the " free " part, but don't signal an error.
8693
8694 2001-01-12 Sam Steingold <sds@gnu.org>
8695
8696 * bookmark.el (bookmark-maybe-historicize-string):
8697 Use new backquote syntax.
8698
8699 2001-01-12 Richard M. Stallman <rms@gnu.org>
8700
8701 * subr.el (last): Handle a list that doesn't end in nil.
8702
8703 2001-01-12 Sam Steingold <sds@gnu.org>
8704
8705 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8706 to `backward-delete-char-untabify'.
8707
8708 2001-01-12 Dave Love <fx@gnu.org>
8709
8710 * cus-edit.el (customize-menu-create): Fix the :filter following
8711 easymenu change.
8712
8713 * wid-edit.el (function): Add :match-alternatives.
8714 (widget-color-action): Doc fix.
8715
8716 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8717
8718 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8719
8720 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8721
8722 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8723
8724 * international/ccl.el (define-ccl-program): Fix docstring.
8725
8726 2001-01-11 Dave Love <fx@gnu.org>
8727
8728 * international/mule-cmds.el (standard-display-european-internal):
8729 Set display table for 2208 as for 160.
8730
8731 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8732
8733 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8734 entry for custom-menu-create change.
8735 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8736 don't cons it in the search loop.
8737
8738 * imenu.el (imenu--truncate-items): Revert last change.
8739
8740 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8741
8742 * info.el (Info-setup-header-line): If the node header includes
8743 either Next: or Prev: links, don't show the File: and Node: parts
8744 in the header line.
8745
8746 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8747
8748 * comint.el (comint-goto-process-mark): Don't print a message
8749 when running in batch mode.
8750
8751 * isearch.el (isearch-search): In the condition-case handler for
8752 `error', set isearch-invalid-regexp to the whole error message.
8753
8754 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8755 ensure that eval-after-load works for files dumped with Emacs.
8756
8757 * help.el (load-symbol-file-load-history): New function extracted
8758 from function symbol-file.
8759 (symbol-file): Use it.
8760
8761 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8762
8763 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8764
8765 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8766 behave as if there were no prefix argument.
8767 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8768 argument were nil.
8769
8770 2001-01-11 Richard M. Stallman <rms@gnu.org>
8771
8772 * isearch.el (isearch-lazy-highlight-update):
8773 Don't look for more potential matches once maximum is exceeded.
8774 Use overlays-in to check correctly for overlap with current match.
8775 Ignore empty matches.
8776
8777 2001-01-11 Miles Bader <miles@gnu.org>
8778
8779 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8780 (ispell-overlay-window, ispell-help, ispell-show-choices)
8781 (ispell-command-loop): Use it instead of `window-height'.
8782
8783 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8784
8785 * files.el (confirm-kill-emacs): New user-option.
8786 (save-buffers-kill-emacs): Ask for final confirmation before
8787 killing Emacs.
8788
8789 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8790 to nil.
8791
8792 2001-01-10 Dave Love <fx@gnu.org>
8793
8794 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8795
8796 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8797
8798 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8799
8800 * calculator.el (calculator-number-digits): Fix :type.
8801
8802 * vc-cvs.el (vc-cvs-header): Fix :type.
8803 * vc-rcs.el (vc-rcs-header): Fix :type.
8804 * vc-sccs.el (vc-sccs-header): Fix :type.
8805
8806 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8807
8808 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8809
8810 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8811
8812 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8813
8814 * simple.el (set-variable): Force a thorough redisplay for the
8815 case that the variable has an effect on the display, like
8816 `tab-width' has.
8817
8818 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8819
8820 * vc.el: Add documentation for backend interface.
8821
8822 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8823
8824 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8825
8826 * international/mule-conf.el (latin-extra-code-table): Set to t
8827 for \223 and \224.
8828
8829 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8830
8831 * international/mule-cmds.el (locale-language-names): Map "es" to
8832 "Spanish" and "nl" to "Dutch".
8833
8834 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8835
8836 * bindings.el (global-map): Bind <home> to beginning-of-line,
8837 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8838 C-<end> to end-of-buffer.
8839
8840 * language/european.el: Add Dutch and Spanish language info
8841 to be able to use the appropriate tutorials.
8842
8843 2001-01-09 Alex Schroeder <alex@gnu.org>
8844
8845 * ansi-color.el (ansi-color-process-output): Use markers instead
8846 of positions for start and end of region.
8847 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8848 Previously, occasional mistakes happend when fontifying many
8849 chunks of output (eg. ls --color=yes /dev). This happened
8850 whenever an overlay was created up to the end of the region, which
8851 coincided with the process-mark. New text would then be added
8852 within that overlay instead of after it.
8853 (ansi-color-make-extent): Overlays are created with the property
8854 `modification-hooks' set to '(ansi-color-freeze-overlay).
8855 (ansi-color-freeze-overlay): New function. When inserting text at
8856 the end of the overlay, the overlay will resize.
8857
8858 2000-01-09 Alex Schroeder <alex@gnu.org>
8859
8860 * ansi-color.el (ansi-color-process-output): Doc change.
8861 (ansi-color-unfontify-region): Doc change. No longer installed
8862 automatically in font-lock-unfontify-region-function.
8863 (ansi-color-apply): Doc change.
8864 (ansi-color-apply-on-region): Use extents or overlays instead of
8865 text-properties.
8866 (ansi-color-make-extent): New function.
8867 (ansi-color-set-extent-face): New function.
8868
8869 2000-01-09 Alex Schroeder <alex@gnu.org>
8870
8871 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8872 both use ansi-color-process-output, now.
8873 (ansi-color-process-output): Doesn't return string anymore. It is
8874 installed in comint-output-filter-functions for both Emacs and
8875 XEmacs, now.
8876 (ansi-color-unfontify-region): Simplified code removing variables
8877 pos and start-ansi.
8878 (ansi-color-apply): Put text-property ansi-color before putting
8879 text-property face because ansi-color-unfontify-region is called
8880 immediately after the call to put-text-property.
8881 (ansi-color-context-region): Doc change.
8882 (ansi-color-filter-region): Simplified code.
8883 (ansi-color-apply-on-region): Changed start to start-marker, using
8884 a marker explicitly. Put text-property ansi-color before putting
8885 text-property face because ansi-color-unfontify-region is called
8886 immediately after the call to put-text-property.
8887
8888 2000-01-09 Alex Schroeder <alex@gnu.org>
8889
8890 * ansi-color.el (ansi-color-faces-vector): Doc change.
8891 (ansi-color-for-comint-mode): Changed :type property to choice.
8892 (ansi-color-last-context): Removed.
8893 (ansi-color-process-output): Don't use ansi-color-last-context, as
8894 the main functions will store their context now.
8895 (ansi-color-context): Doc change.
8896 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8897 Uses ansi-color-context such that repeated calls will strip
8898 partial escape sequences, too.
8899 (ansi-color-apply): Simplified code. Colorize end of string if
8900 face is not null. Store context in new (FACE STRING) format, such
8901 that repeated calls will strip partial escape sequences, too.
8902 Append faces to face property using ansi-color-apply-sequence such
8903 that cumulative mode actually works.
8904 (ansi-color-context-region): New variable.
8905 (ansi-color-filter-region): Rewrote it based on
8906 ansi-color-apply-on-region. Uses ansi-color-context-region such
8907 that repeated calls will strip partial escape sequences, too.
8908 (ansi-color-apply-on-region): Simplified code. Colorize end of
8909 region if face is not null. Store context in new (FACE POS)
8910 format, such that repeated calls will strip partial escape
8911 sequences, too. Append faces to face property using
8912 ansi-color-apply-sequence such that cumulative mode actually works.
8913 (ansi-color-apply-sequence): New function.
8914 (ansi-color-get-face): When the default face is added to the list
8915 of faces, all previous settings are discarded and the list of
8916 faces is set to '(default).
8917
8918 2000-01-09 Alex Schroeder <alex@gnu.org>
8919
8920 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8921 face, such that ansi-color-apply and ansi-color-apply-on-region
8922 will do the right thing.
8923 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8924 returns nil, set the list of faces back to nil instead of
8925 appending the result of ansi-color-get-face to the front of the list.
8926
8927 2000-01-09 Alex Schroeder <alex@gnu.org>
8928
8929 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8930 (ansi-color-process): Doc change.
8931 (ansi-color-last-context): New buffer-local variable.
8932 (ansi-color-process-output): New function. It is automatically
8933 added to comint-output-filter-functions if this is XEmacs.
8934 (ansi-color-unfontify-region): New optional parameter for XEmacs
8935 compatibility. Check wether font-lock-syntactic-keywords is
8936 boundp before removing the syntax table text property, as XEmacs
8937 doesn't have it.
8938 (ansi-color-filter-region): Doc change.
8939 (ansi-color-apply-on-region): Doc change.
8940 (ansi-color-make-face): New function. Compatibility layer for
8941 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8942 (ansi-color-make-color-map): Use ansi-color-make-face.
8943 (ansi-color-get-face): Avoid face text property '(nil) as results
8944 in an errow for XEmacs.
8945
8946 2000-01-09 Alex Schroeder <alex@gnu.org>
8947
8948 * ansi-color.el (ansi-color-unfontify-region): New function.
8949 Uses text-property ansi-color in order to preserve fontification by
8950 ansi-color. When the package is loaded, a lambda expression is
8951 put onto font-lock-mode-hook. This lambda expression will check
8952 font-lock-unfontify-region-function and replace
8953 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8954 (ansi-color-apply): Add text-property ansi-color in addition to
8955 text-property face.
8956 (ansi-color-apply-on-region): Add text-property ansi-color in
8957 addition to text-property face.
8958 (save-buffer-state): Copy of the macro that is also used by
8959 lazy-lock and font-lock.
8960
8961 (ansi-color-for-comint-mode): New option.
8962 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8963 (ansi-color-for-comint-mode-off): Ditto.
8964 (ansi-color-for-comint-mode-filter): Ditto.
8965 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8966 decide what to do. This function is added to
8967 comint-preoutput-filter-functions when the package is loaded.
8968
8969 (ansi-color-for-shell-mode-set): Removed.
8970 (ansi-color-for-shell-mode): Removed.
8971
8972 2000-01-09 Alex Schroeder <alex@gnu.org>
8973
8974 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8975 the lambda expression from the ansi-color-for-shell-mode :set
8976 property. Additionally, modify shell-mode-hook to enable or
8977 disable font-lock-mode for future shell buffers.
8978 (ansi-color-for-shell-mode): The :set property calls
8979 ansi-color-for-shell-mode-set instead of a lambda expression.
8980
8981 2000-01-09 Alex Schroeder <alex@gnu.org>
8982
8983 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8984 (ansi-color-context): New variable.
8985 (ansi-color-apply): Save context between calls.
8986
8987 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8988
8989 * isearch.el (isearch, isearch-lazy-highlight-face):
8990 New definitions for face colors and attributes.
8991
8992 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8993 of display-mouse-p.
8994
8995 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8996
8997 * international/mule.el (make-coding-system): If the coding system
8998 accepts extra latin codes, register such codes as safe for the
8999 coding system.
9000
9001 2001-01-08 Richard M. Stallman <rms@gnu.org>
9002
9003 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
9004 don't mention the file name or the date here, because they are
9005 logged at the start of the file.
9006
9007 2001-01-08 Richard M. Stallman <rms@gnu.org>
9008
9009 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9010 Change screen-width to frame-width.
9011
9012 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9013
9014 * info.el (Info-search): Print the default as part of the prompt.
9015
9016 2001-01-08 Andre Spiegel <spiegel@gnu.org>
9017
9018 * vc.el (vc-default-latest-on-branch-p): New function, replaces
9019 constant implementations in backends.
9020
9021 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
9022 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
9023
9024 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
9025 WRITABLE to EDITABLE.
9026
9027 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
9028 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
9029 to EDITABLE.
9030
9031 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9032
9033 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
9034 (copyright, copyright-update): Compute the current year at run time.
9035
9036 2001-01-08 Gerd Moellmann <gerd@gnu.org>
9037
9038 * isearch.el (isearch-old-signal-hook): Removed.
9039 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
9040 instead of setting signal-hook-function.
9041 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
9042
9043 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
9044
9045 * emulation/edt.el: Update to version 4.0. Provide support for
9046 EDT scroll margins at top and bottom of the window. Provide an
9047 emulation of the EDT SUBS command (bound to GOLD-Enter, by
9048 default). Enhance edt-quit, bound to GOLD-q by default, to warn
9049 user when file-related buffer modifications exist.
9050 Provide support for running EDT Emulation in XEmacs.
9051 Provide customize access to some user updatable variables.
9052 Add Commentary section to file header.
9053 Fixed a few minor bugs and cleaned up some code.
9054
9055 * emulation/edt-mapper.el: Update to version 4.0. Provide support
9056 for detecting a keypress that generates an ASCII key sequence.
9057 (Previously, only a keypress that generates a vector was
9058 recognized.) Embed Window Manager name into name of the generated
9059 EDT Emulation initialization file since the initialization file is
9060 Window Manager specific. Add Commentary section to file header.
9061
9062 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
9063
9064 * mail/sendmail.el (mail-mode): Doc fix.
9065
9066 * info.el (Info-goto-emacs-command-node): Doc fix.
9067 (Info-goto-emacs-key-command-node): Doc fix.
9068
9069 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9070
9071 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
9072 systems without long file-name support.
9073
9074 2001-01-06 Andrew Innes <andrewi@gnu.org>
9075
9076 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
9077
9078 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
9079
9080 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
9081 (isearch-lazy-highlight-update): Doc fix.
9082
9083 * ffap.el (ffap-bindings): Doc fix.
9084
9085 * dired-x.el (dired-virtual-guess-dir): Doc fix.
9086
9087 2001-01-05 Dave Love <fx@gnu.org>
9088
9089 * emacs-lisp/cl-seq.el (remove, remq): Remove.
9090
9091 2001-01-05 Gerd Moellmann <gerd@gnu.org>
9092
9093 * mouse-drag.el (mouse-drag-safe-scroll):
9094 Bind scroll-preserve-screen-position to nil.
9095
9096 * isearch.el (isearch-old-signal-hook): New variable.
9097 (isearch-mode): Set signal-hook-function to isearch-done.
9098 (isearch-done): Restore old signal-hook-function.
9099
9100 * info.el (Info-fontify-node): Mark one more char as intangible.
9101
9102 2000-01-05 Kenichi Handa <handa@etl.go.jp>
9103
9104 * composite.el (compose-last-chars): New argument COMPONENTS.
9105 If it is non-nil, compose preceding characters by compose-region with
9106 COMPONENTS.
9107
9108 * international/quail.el (quail-input-string-to-events): New function.
9109 (quail-input-method): Convert input string to events here.
9110 (quail-start-translation): Return input string, not event list.
9111 (quail-start-conversion): Likewise.
9112
9113 2001-01-04 Gerd Moellmann <gerd@gnu.org>
9114
9115 * tooltip.el (tooltip-cancel-delayed-tip)
9116 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
9117 and tooltip-add-timeout.
9118 (tooltip-show): Set border color from faces's foreground.
9119 (tooltip-show-help-function): If called with the same help string
9120 as last time, do nothing.
9121 (tooltip-help-tips): Don't set tooltip-help-message to nil.
9122
9123 * startup.el (fancy-splash-screens): Don't bind show-help-function
9124 to nil.
9125
9126 * tooltip.el (tooltip-frame-parameters): Remove colors.
9127 (tooltip): New face
9128 (tooltip-set-param): New function.
9129 (tooltip-show): Set up color frame parameters from face `tooltip'.
9130 Display the tooltip text in face `tooltip'.
9131
9132 2001-01-04 Dave Love <fx@gnu.org>
9133
9134 * whitespace.el (whitespace-global-mode): Fix typo.
9135
9136 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
9137
9138 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9139
9140 * help.el (help-for-help): Fix a typo in a doc string.
9141 From kwzh@gnu.org (Karl Heuer).
9142
9143 2001-01-03 Dave Love <fx@gnu.org>
9144
9145 * dired-x.el: Doc fixes. Maintainer change.
9146 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
9147 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
9148 (dired-guess-shell-alist-user): Customize.
9149 (dired-x-help-address): Set to bug-gnu-emacs.
9150 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
9151 (dired-default-directory): Renamed from default-directory.
9152
9153 * hl-line.el (hl-line): Doc fix.
9154
9155 2001-01-03 Karl Fogel <kfogel@red-bean.com>
9156
9157 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
9158
9159 2001-01-02 Richard M. Stallman <rms@gnu.org>
9160
9161 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
9162 to remove all the current alternative-match highlighting.
9163 If nil, remove only what's outside the current window.
9164 (isearch-lazy-highlight-remove-overlays): Take optional
9165 region within which NOT to remove them.
9166 (isearch-lazy-highlight-new-loop): Greatly simplified.
9167 (isearch-lazy-highlight-update): Find all the other occurrences
9168 visible in the window, in just one call.
9169 (isearch-lazy-highlight-start): Now holds start of region to scan.
9170 (isearch-lazy-highlight-end): Now holds end of region to scan.
9171 (isearch-lazy-highlight-wrapped): Variable deleted.
9172 (isearch-lazy-highlight-search): Function deleted.
9173
9174 2000-01-02 Andrew Innes <andrewi@gnu.org>
9175
9176 * w32-fns.el (convert-standard-filename): Do length check on name
9177 before aref.
9178
9179 2001-01-02 Dave Love <fx@gnu.org>
9180
9181 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
9182 value.
9183 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
9184
9185 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
9186
9187 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
9188 read syntax.
9189
9190 * calendar/todo-mode.el (todo): Add :link, :version.
9191 (todo-save-top-priorities): Remove autoload cookie.
9192 (todo-add-category, todo-add-item-non-interactively)
9193 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
9194
9195 2001-01-02 Gerd Moellmann <gerd@gnu.org>
9196
9197 * comint.el (comint-input-history-ignore): New variable.
9198 (comint-read-input-ring): Ignore entries matching
9199 comint-input-history-ignore.
9200
9201 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9202
9203 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9204 (lm-copyright-mark): New function.
9205 (lm-crack-copyright): New function.
9206 (lm-verify): Check that the file has a copyright.
9207 Check that the file is copyright Free Software Foundation.
9208
9209 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9210
9211 * international/mule-diag.el (print-fontset): Indent font name by
9212 24 columns, not 25.
9213
9214 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9215
9216 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9217 in Subject line.
9218
9219 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9220 Use mail-mode-hook instead of mail-setup-hook.
9221 Otherwise continuing an interrupted message with C-u C-x m for
9222 instance, winds up in Mail mode without abbrevs.
9223
9224 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9225
9226 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9227 non-nil. Adding almost all customization variables on ps-setup.
9228 Doc fix.
9229 (ps-print-version): New version number (6.3.3).
9230 (ps-end-with-control-d): Initialization fix.
9231 (ps-lines-printed): New var.
9232 (ps-skip-newline): New fun.
9233 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9234 (ps-next-line, ps-continue-line, ps-plot-region)
9235 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9236
9237 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9238
9239 * international/fontset.el (x-complement-fontset-spec):
9240 Resolve ASCII font name so that the same family name is used for fonts
9241 registered in x-font-name-charset-alist.
9242 (create-fontset-from-fontset-spec): Adjusted for the above change.
9243 The name of fontset alias should be a unresolved ASCII font name.
9244
9245 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9246
9247 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9248 and delete in isearch-mode-map.
9249
9250 2000-12-28 Richard M. Stallman <rms@gnu.org>
9251
9252 * dired-x.el (dired-guess-shell-alist-default):
9253 Use xpdf instead of acroread.
9254
9255 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9256
9257 * textmodes/artist.el (artist-butlast): Deleted.
9258 (artist-ellipse-mirror-quadrant): Use butlast instead of
9259 artist-butlast.
9260
9261 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9262
9263 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9264
9265 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9266
9267 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9268
9269 * ls-lisp.el: Better support for the Mac and MS-Windows.
9270 (ls-lisp): New defgroup.
9271 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9272 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9273 (ls-lisp-support-shell-wildcards): New defcustoms.
9274 (ls-lisp-parse-symlink): New function.
9275 (insert-directory): Code to convert switches to a list and set up
9276 the wildcard argument copied from ls-lisp-insert-directory.
9277 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9278 for -C and -R switches.
9279 (ls-lisp-column-format): New function.
9280 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9281 (ls-lisp-format-time): Add doc strings.
9282 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9283 Support ls-lisp-dirs-first.
9284 (ls-lisp-classify, ls-lisp-extension): New functions.
9285 (ls-lisp-format): Optionally support emulation of symlinks.
9286 Support -i, -s, and -G switches.
9287
9288 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9289
9290 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9291
9292 * version.el (emacs-version): Print X scroll bar information.
9293
9294 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9295 instead of x-toolkit-scroll-bars-p.
9296
9297 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9298 of x-toolkit-scroll-bars-p.
9299
9300 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9301
9302 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9303 (ffap-bindings): Doc fix, to reflect the above change.
9304
9305 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9306
9307 * term.el (term-char-mode): Define all non-ascii self-inserting
9308 characters to 'term-send-raw in term-raw-map.
9309
9310 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9311
9312 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9313
9314 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9315 Changed initialization; use add-hook.
9316 (ediff-file-remote-p): Use file-local-copy.
9317
9318 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9319
9320 * ediff.el (ediff-patch-buffer): Bug fix.
9321 (ediff-revision): Allow selection of the file at the prompt.
9322
9323 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9324
9325 * subr.el (combine-run-hooks): Remove.
9326
9327 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9328 and remove the rogue second spec.
9329
9330 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9331
9332 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9333
9334 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9335
9336 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9337 Use minibuffer menu prompt for the `=' prefix.
9338 (smerge-command-prefix): Change default to C-^.
9339 (smerge-mode): Don't assume font-lock doesn't move point.
9340
9341 * skeleton.el (skeleton-internal-1): Make sure the first line of
9342 the region is also re-indented.
9343 (skeleton-end-newline): New var.
9344 (skeleton-end-hook): Use it.
9345
9346 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9347
9348 * comint.el (comint-password-prompt-regexp): Support CVS.
9349
9350 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9351
9352 * simple.el (delete-key-deletes-forward-mode): Simplify.
9353 Also backspace key combinations, depending on
9354 delete-key-deletes-forward.
9355
9356 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9357
9358 * simple.el (delete-key-deletes-forward): Doc fix.
9359
9360 2000-08-22 Emmanuel Briot <briot@gnat.com>
9361
9362 * xml.el (top level comment): Updated to reflect the fact that
9363 white spaces are relevant in the XML file.
9364 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9365 to parse was already edited. This allows for on-the-fly analysis
9366 of XML files.
9367 (xml-parse-tag): Check that the casing is the same in the start
9368 tag and end tag, since XML is case-sensitive. Allows for spaces
9369 in the end tag, after the name of the tag.
9370 (xml-parse-attlist): Allow for the character '-' in the name of
9371 attributes, as in the standard http-equiv attribute Do not save
9372 the properties in the XML tree, since they are not relevant.
9373
9374 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9375
9376 * generic.el (generic-read-type): Undo last change, inline into
9377 `generic-mode' and then remove.
9378 (generic-mode): Inline generic-read-type.
9379 (define-generic-mode): Push the symbol name rather than the symbol
9380 onto generic-mode-list.
9381
9382 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9383
9384 * generic.el (generic-read-type): Build an alist for
9385 completing-read as in 20.7.
9386
9387 * play/landmark.el (lm): Use interactive spec `P'.
9388 (toplevel): Don't set debug-on-error.
9389
9390 * server.el (server-switch-buffer): Choose a window on a visible frame.
9391
9392 2000-12-21 Dave Pearson <davep@davep.org>
9393
9394 * quickurl.el: Commentry change, I've moved my web site.
9395
9396 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9397
9398 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9399 ranges like \177-\237, but accepts the character sequence from \177 to
9400 \237. Doc fix.
9401 (ebnf-version): New version (3.4).
9402 (ebnf-setup): Code fix.
9403 (ebnf-range-regexp): New fun.
9404 (ebnf-8-bit-chars): Const fix.
9405
9406 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9407 entry. Doc fix.
9408 (ebnf-bnf-lex): Code fix.
9409 (ebnf-bnf-comment-chars): Const fix.
9410
9411 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9412 entry. Doc fix.
9413 (ebnf-iso-comment-chars): Const fix.
9414
9415 * ebnf-otz.el: Doc fix.
9416
9417 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9418 entry. Doc fix.
9419 (ebnf-yac-skip-code): Code fix.
9420 (ebnf-yac-comment-chars): Const fix.
9421
9422 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9423
9424 * files.el (insert-directory-safely): New function.
9425 (recover-file): Use it instead of insert-directory.
9426 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9427
9428 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9429
9430 * international/mule-cmds.el (select-safe-coding-system):
9431 Check coding-category-list more rigidly. Improve help message.
9432
9433 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9434
9435 2000-12-21 Miles Bader <miles@gnu.org>
9436
9437 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9438
9439 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9440
9441 * international/mule-diag.el (describe-char-after): Make *Help*
9442 buffer inherit multibyteness of the current buffer.
9443
9444 * international/mule.el (make-char): Docstring adjusted for the
9445 change of make-char-internal.
9446
9447 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9448
9449 * international/iso-cvt.el: Docstrings fix.
9450
9451 2000-12-20 Dave Love <fx@gnu.org>
9452
9453 * subr.el (eval-after-load): Doc fix.
9454
9455 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9456
9457 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9458 for numbers.
9459
9460 2000-12-20 Miles Bader <miles@gnu.org>
9461
9462 * international/quail.el (quail-help): Resize the help window
9463 again after it has all its contents. Remove unneeded progn.
9464
9465 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9466
9467 * pcmpl-linux.el: Fix copy/paste error.
9468
9469 2000-12-19 Andrew Innes <andrewi@gnu.org>
9470
9471 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9472
9473 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9474
9475 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9476
9477 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9478
9479 * progmodes/idlw-shell.el: Fixed copyright notice.
9480
9481 * progmodes/idlwave.el: Fixed copyright notice.
9482
9483 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9484 TAB as key separators.
9485
9486 2000-12-19 Alex Schroeder <alex@gnu.org>
9487
9488 * sql.el (sql-sybase-options): New option.
9489 (sql-sybase): Use it. Add sql-database to the list of parameters
9490 provided for login. The options -w 2048 -n are not used any more.
9491 (sql-postgres-options): Changed default from "--pset" to "-P".
9492 (sql-mysql-options): Doc change.
9493 (sql-stop): Doc change.
9494
9495 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9496
9497 * international/quail.el (quail-input-method): Always hide
9498 the guidance buffer on exiting.
9499
9500 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9501
9502 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9503 isn't fboundp.
9504
9505 * server.el (server-buffer-done): Bury the buffer before
9506 killing it.
9507
9508 * faces.el (face-spec-set): Interpret a nil in specs for
9509 foreground and background colors as `unspecified', for
9510 compatibility with 20.x.
9511
9512 2000-12-18 Dave Love <fx@gnu.org>
9513
9514 * simple.el (mail-user-agent): Doc fix.
9515 (input-mode-8-bit): Removed.
9516
9517 * international/mule.el (set-keyboard-coding-system): Doc fix.
9518 (keyboard-coding-system): New option.
9519
9520 * mail/sendmail.el (send-mail-function): Customize.
9521
9522 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9523
9524 * international/codepage.el (cp866-decode-table): New table.
9525
9526 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9527
9528 * version.el (emacs-version): Remove `%a' from the time format
9529 because the weekday doesn't fit well into each locale.
9530
9531 2000-12-18 Miles Bader <miles@gnu.org>
9532
9533 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9534
9535 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9536 Check that emacs-major-version is `=' to 20, not `>='.
9537 (artist-replace-chars): Use `make-string' instead of a loop.
9538
9539 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9540
9541 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9542 (cvs-execute-single-file): Don't change directory.
9543 Patch from Per Cederqvist.
9544
9545 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9546
9547 * textmodes/ispell.el (check-ispell-version):
9548 If `ispell-program-name' is "aspell", pass it the -v switch instead
9549 of -vv.
9550
9551 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9552
9553 * international/mule-diag.el (mule-diag): Insert information about
9554 configure options, multibyte awareness, language env.
9555
9556 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9557 regexp to search for candidates.
9558
9559 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9560
9561 * info.el (Info-forward-node): If the node has an
9562 Info-header-line, widen the buffer before searching for "next:"
9563 and "up:" pointers, and set the search limit to stay in the
9564 current node.
9565
9566 2000-12-16 Miles Bader <miles@gnu.org>
9567
9568 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9569
9570 2000-12-15 Miles Bader <miles@gnu.org>
9571
9572 * comint.el (comint-send-string, comint-send-region): Also accept
9573 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9574 process-send-string/region.
9575
9576 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9577
9578 * isearch.el (isearch-lazy-highlight-max): New user-option.
9579 (isearch-lazy-highlight-update): Don't highlight more than
9580 isearch-lazy-highlight-max matches.
9581
9582 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9583
9584 2000-12-15 Richard M. Stallman <rms@gnu.org>
9585
9586 * sort.el (sort-columns): Fix error message.
9587
9588 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9589 `upcase' or `downcase' or nil.
9590 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9591 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9592 (dabbrev--substitute-expansion): New arg record-case-pattern.
9593 If it is non-nil, set dabbrev--last-case-pattern.
9594 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9595
9596 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9597
9598 2000-12-15 Miles Bader <miles@gnu.org>
9599
9600 * paths.el (Info-default-directory-list): Don't delete
9601 configure-info-directory from the list of standard info
9602 directories when appending it to the end -- their order is important.
9603
9604 * faces.el (read-face-attribute): If there's no entry for the
9605 user's input in VALID, just use it as-is (this will often result
9606 in an error, but it may be OK for e.g. colors using hexadecimal
9607 notation, and at least will yield a better error message).
9608
9609 * window.el (mode-line-window-height-fudge): Function removed.
9610 (height-affecting-face-attributes, mode-line-window-height-fudge):
9611 Variables removed.
9612 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9613 window is really the right size. Use vertical-motion
9614 rather than forward-line.
9615 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9616 (ispell-command-loop, ispell-show-choices): Use the variable
9617 ispell-choices-win-default-height, rather than the function.
9618 (ispell-choices-win-default-height): Function removed.
9619 (ispell-mode-line-window-height-fudge): Function removed.
9620
9621 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9622
9623 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9624
9625 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9626
9627 * paths.el (Info-default-directory-list):
9628 If configure-info-directory is not one of the standard directories,
9629 put it first in the list; otherwise put it last. Doc string
9630 changed accordingly.
9631
9632 * info.el (Info-directory-list): Change doc string to reflect the
9633 change in Info-default-directory-list.
9634
9635 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9636 windows-nt as windowed environments, even under -nw.
9637
9638 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9639 if not fboundp. Switch delete-forward mode for the <delete> key
9640 on all PC platforms, even under -nw.
9641
9642 * term/internal.el ([M-delete]): Remap to M-d.
9643
9644 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9645
9646 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9647
9648 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9649
9650 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9651
9652 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9653
9654 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9655 if appropriate.
9656
9657 * simple.el (delete-key-deletes-forward): New user-option.
9658 (delete-key-deletes-forward-mode): New function.
9659
9660 * bindings.el: Bind `delete' to backward-delete-char.
9661
9662 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9663 Test if symbol is bound before getting its value.
9664
9665 * tooltip.el (tooltip-show): If an error is signaled in
9666 x-show-tip, display that error, and display the help in the
9667 echo area.
9668
9669 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9670
9671 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9672 Show "... entries" messages for every 10000 entries, not 10.
9673
9674 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9675
9676 * bookmark.el: Provide a generic exit hook, as suggested by
9677 Ovidiu Predescu <ovidiu@cup.hp.com>:
9678 (bookmark-exit-hook): New var.
9679 (bookmark-exit-hook-internal): New func, replaces
9680 old raw lambda form in `kill-emacs-hook', and runs new
9681 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9682 as logically that feature must have been provided if this function
9683 is running.
9684 Removed ;;;###autoload before the `add-hook' call.
9685
9686 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9687
9688 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9689 (easy-menu-current-active-maps): New function.
9690 (easy-menu-get-map): Use it.
9691 Make a proper menu entry when creating a new keymap.
9692
9693 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9694
9695 * international/characters.el: Fix cases and syntaxes for
9696 mule-unicode-0100-24ff.
9697
9698 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9699 that a Japanese character is not appended after day and year.
9700
9701 * info.el (Info-suffix-list): Change format for a command that
9702 requires arguments.
9703 (info-insert-file-contents): Adjusted for the above change.
9704
9705 2000-12-12 Andreas Schwab <schwab@suse.de>
9706
9707 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9708 on the name of the tar buffer. Verify that the existing buffer is
9709 visiting the same subfile.
9710
9711 2000-12-12 Dave Love <fx@gnu.org>
9712
9713 * subdirs.el: Add obsolete.
9714
9715 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9716
9717 * mail/rmailsum.el (rmail-summary-expunge)
9718 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9719 instead of rmail-confirm-expunge.
9720
9721 * replace.el (perform-replace): Don't use an empty match adjacent
9722 to a non-empty match when computing the next match before the
9723 replacement is performed.
9724
9725 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9726
9727 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9728 definition (patch by Stefan Monnier).
9729 (glasses-mode): Use jit-lock instead of `after-change-functions'
9730 (patch by Stefan Monnier).
9731
9732 2000-12-12 Miles Bader <miles@gnu.org>
9733
9734 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9735 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9736
9737 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9738
9739 * term/mac-win.el: Remove load for ls-lisp.
9740
9741 * loadup.el: Load ls-lisp for system-type `macos'.
9742
9743 2000-12-12 Miles Bader <miles@gnu.org>
9744
9745 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9746 Respect field end too.
9747 (just-one-space): Respect fields as `delete-horizontal-space'.
9748 (newline-and-indent, reindent-then-newline-and-indent):
9749 Use `delete-horizontal-space'.
9750
9751 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9752
9753 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9754 (so as to obey the field property in the minibuffer).
9755
9756 * obsolete/c-mode.el: Moved from lisp/progmodes.
9757 * obsolete/auto-show.el: Moved from lisp.
9758 * obsolete/ooutline.el: Moved from lisp/textmodes.
9759
9760 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9761
9762 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9763 changes to list them here.
9764
9765 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9766 Too many changes to list them here.
9767
9768 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9769 Too many changes to list them here.
9770
9771 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9772
9773 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9774
9775 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9776
9777 * cus-edit.el (custom-save-variables, custom-save-faces):
9778 Comment fix.
9779
9780 * hscroll.el: Moved to `obsolete' subdir.
9781
9782 2000-12-11 Miles Bader <miles@gnu.org>
9783
9784 * window.el (window-text-height): Function removed (now in C).
9785
9786 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9787
9788 * log-edit.el (log-edit-parent-buffer): New var.
9789 (log-edit): Set it. Add BUFFER argument.
9790 (log-edit-done): Use char-before.
9791 Don't bother checking validity of vc-comment-ring.
9792 Only bury the buffer if log-edit popped it up.
9793
9794 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9795 (cvs-mode-diff-help): Remove.
9796 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9797 (cvs-mode-marked): Set up the default for CMD manually.
9798
9799 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9800 Remove binding for ? now made unnecessary.
9801
9802 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9803
9804 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9805 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9806
9807 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9808 when master file is not open.
9809
9810 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9811
9812 * progmodes/ada-stmt.el: Update `maintainer'.
9813
9814 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9815
9816 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9817 choices to match documentation string.
9818
9819 2000-12-09 Miles Bader <miles@gnu.org>
9820
9821 * minibuf-eldef.el: New file.
9822
9823 * window.el (fit-window-to-buffer): Don't pass last argument to
9824 pos-visible-in-window-p, now that its meaning is inverted.
9825
9826 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9827
9828 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9829 <ceder@lysator.liu.se>.
9830
9831 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9832
9833 * autoinsert.el (auto-insert-alist): Add missing final \n.
9834
9835 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9836 (cvs-menu-map): Remove.
9837 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9838 (cvs-mode-quit): Turn it back into a plain function.
9839
9840 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9841 (texinfo-filter): Remove (move to texinfo.el).
9842
9843 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9844 file where it's more visible.
9845 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9846 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9847 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9848 (texinfo-inside-macro-p): Only catch `scan-error's.
9849 (texinfo-inside-env-p): Make better use of the match info.
9850 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9851 (texinfo-insert-@end): Slight re-organization.
9852 Also remove useless `looking-at' call.
9853
9854 2000-12-08 Andrew Innes <andrewi@gnu.org>
9855
9856 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9857 accessible in -nw mode.
9858
9859 * term/w32-win.el: Remove stuff about selection timeout, which is
9860 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9861 it is accessible in -nw mode.
9862
9863 2000-12-08 Dave Love <fx@gnu.org>
9864
9865 * emacs-lisp/lisp-mode.el (lisp-mode):
9866 Set font-lock-keywords-case-fold-search.
9867
9868 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9869
9870 * textmodes/ispell.el (ispell): Doc fix.
9871
9872 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9873
9874 * international/quail.el (quail-insert-decode-map): Check the
9875 frame width of a window displaying the current buffer, not that of
9876 the selected frame.
9877 (quail-help): Make sure that the help buffer has window before
9878 inserting text in it.
9879
9880 2000-12-07 Sam Steingold <sds@gnu.org>
9881
9882 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9883 Backquote is used in isearch.el, so autoloading saves nothing.
9884
9885 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9886
9887 * startup.el (normal-top-level-add-subdirs-to-load-path):
9888 Ignore the CVS and RCS subdirectories case-insensitively.
9889
9890 * dired.el (dired-insert-directory): If file-system-info is
9891 fboundp, call it instead of invoking dired-free-space-program.
9892
9893 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9894
9895 * server.el (server-visit-files): Push files on file-name-history.
9896
9897 * progmodes/cc-langs.el: Update copyright.
9898
9899 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9900
9901 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9902
9903 * bindings.el (mode-line-mode-menu): Reverse the order
9904 of define-keys so that the menu appears in alphabetical order.
9905
9906 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9907
9908 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9909 of the function.
9910
9911 2000-12-07 Dave Love <fx@gnu.org>
9912
9913 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9914
9915 * facemenu.el (facemenu-unlisted-faces): Fix value.
9916
9917 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9918
9919 * font-lock.el (font-lock-default-fontify-region):
9920 Include the terminating \n (off-by-one error).
9921 (font-lock-set-defaults): Use dolist.
9922
9923 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9924
9925 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9926
9927 * international/mule-cmds.el (describe-language-environment):
9928 Fix for the case that an input method title is not string but a list.
9929
9930 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9931 of wrong SIZE record.
9932
9933 2000-12-06 Dave Love <fx@gnu.org>
9934
9935 * newcomment.el (comment-region, comment-dwim): Doc fix.
9936
9937 * textmodes/texinfo.el: Require tex-mode when compiling.
9938 (texinfo-update-node): Doc fix.
9939 (texinfo-imenu-generic-expression): Add @anchor.
9940 (texinfo-font-lock-keywords): Add @uref.
9941 (texinfo-inside-macro-p): Don't use ignore-errors.
9942 (texinfo-insert-quote): Match more contexts.
9943
9944 * international/mule.el (decode-char, encode-char): Doc fix.
9945 (auto-coding-alist): Customize.
9946
9947 * files.el (load-file): Fix change of 2000-03-12.
9948
9949 * wid-edit.el (widget-text-keymap): Doc fix.
9950
9951 2000-12-06 Andrew Innes <andrewi@gnu.org>
9952
9953 * makefile.w32-in (lisp): Set to an absolute directory, namely
9954 $(CURDIR).
9955
9956 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9957
9958 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9959 read generated-autoload-file, and set buffer-file-coding-system to
9960 raw-text-unix after reading the file.
9961
9962 * international/mule-conf.el (file-coding-system-alist):
9963 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9964
9965 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9966
9967 * replace.el (occur): Make line-number-width 1 smaller for the
9968 colon following the line number.
9969
9970 * startup.el (fancy-splash-text, command-line-1):
9971 Use `File' for the menu name instead of `Files'.
9972
9973 * tmm.el: Update copyright.
9974
9975 * cus-start.el: Add entry for even-window-heights.
9976
9977 2000-12-06 Miles Bader <miles@gnu.org>
9978
9979 * faces.el (frame-set-background-mode): Avoid stomping on
9980 locally modified faces.
9981
9982 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9983
9984 * international/fontset.el: Correct the font registries for
9985 japanese-jisx0213-1 and japanese-jisx0213-2.
9986
9987 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9988
9989 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9990
9991 * iswitchb.el: Update customization commentary.
9992
9993 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9994
9995 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9996 (tpu-search-highlight): Fixed comparison of overlay end positions.
9997 (tpu-trim-line-ends): Implemented trimming logic locally.
9998
9999 * emulation/tpu-extras.el (tpu-write-file-hook)
10000 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
10001
10002 2000-12-05 Kenichi Handa <handa@etl.go.jp>
10003
10004 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
10005 to cn-gb.
10006 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
10007
10008 2000-12-04 Dave Love <fx@gnu.org>
10009
10010 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
10011
10012 2000-12-04 Gerd Moellmann <gerd@gnu.org>
10013
10014 * mail/rmailsum.el (rmail-summary-expunge)
10015 (rmail-summary-expunge-and-save): Ask for confirmation with
10016 rmail-expunge-confirmed.
10017
10018 * mail/rmail.el (rmail-expunge-confirmed): New function.
10019 (rmail-expunge): Use it.
10020
10021 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10022
10023 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
10024 (etags-recognize-tags-table, find-tag-in-order):
10025 New functionality: interpret file names as tags.
10026
10027 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
10028
10029 * info.el (Info-scroll-prefer-subnodes): New defcustom.
10030 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
10031 the first subnode until the bottom of the current node is visible.
10032
10033 2000-12-04 Gerd Moellmann <gerd@gnu.org>
10034
10035 * format.el (format-decode): Don't change buffer's undo list.
10036
10037 2000-12-04 Kenichi Handa <handa@etl.go.jp>
10038
10039 * faces.el (face-font-registry-alternatives): Add entries for CJK
10040 fonts. Doc-string adjusted for the actual usage of this data.
10041
10042 * international/fontset.el: Change the font registries for CJK
10043 fonts in the default fontset. Don't append '*' to registries.
10044
10045 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
10046
10047 * emacs-lisp/easy-mmode.el (define-derived-mode)
10048 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
10049
10050 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
10051 (derived-mode-p): New function.
10052 (derived-mode-make-docstring): Add `docstring' argument.
10053 Use it if available and complete it if necessary.
10054
10055 2000-12-03 Andreas Schwab <schwab@suse.de>
10056
10057 * type-break.el (type-break): Don't make parent of itself.
10058
10059 2000-12-03 Miles Bader <miles@gnu.org>
10060
10061 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
10062
10063 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
10064
10065 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
10066 (tex-main-file, tex-file): Simplify.
10067 (tex-generate-zap-file-name): Use subst-char-in-string.
10068 (tex-strip-dots): Remove.
10069
10070 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
10071
10072 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
10073 to check if the match succeeded.
10074
10075 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10076
10077 * startup.el (use-fancy-splash-screens-p): New function.
10078 (command-line-1): Use it to determine whether or not to use
10079 a fancy splash screen.
10080
10081 2000-12-02 Andreas Schwab <schwab@suse.de>
10082
10083 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
10084
10085 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10086
10087 * international/mule.el (make-char): Fix last change.
10088
10089 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10090 New defcustoms.
10091 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
10092 autoloading tex-mode; instead, do the same manually.
10093 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
10094 with numeric argument. Docstring fix.
10095 (toplevel): Require cl when compiling.
10096
10097 * international/mule.el (make-char): Doc fix.
10098
10099 2000-12-02 Jason Rumney <jasonr@gnu.org>
10100
10101 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
10102 the Emacs Lisp manual)
10103
10104 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
10105
10106 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10107
10108 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
10109 the Emacs Lisp manual).
10110
10111 2000-12-02 Gerd Moellmann <gerd@gnu.org>
10112
10113 * simple.el (next-line-add-newlines): Change default to nil.
10114
10115 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
10116
10117 * files.el (revert-buffer, recover-file):
10118 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
10119
10120 2000-12-01 Gerd Moellmann <gerd@gnu.org>
10121
10122 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10123
10124 2000-12-01 Miles Bader <miles@gnu.org>
10125
10126 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
10127
10128 2000-12-01 Kenichi Handa <handa@etl.go.jp>
10129
10130 * international/mule-diag.el (describe-char-after): Fix typo.
10131 (describe-character-set, non-iso-charset-alist): Fix typo.
10132
10133 2000-12-01 Miles Bader <miles@gnu.org>
10134
10135 * image-file.el (image-file-name-regexp): Automatically add
10136 upper-case variants of each filename extension in
10137 `image-file-name-extensions', since they seem to be common.
10138
10139 * simple.el (minibuffer-contents)
10140 (minibuffer-contents-no-properties, delete-minibuffer-contents):
10141 New functions.
10142 * filecache.el (file-cache-directory-name)
10143 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
10144
10145 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
10146
10147 * filecache.el (file-cache-minibuffer-complete): Don't try to
10148 delete the minibuffer prompt.
10149
10150 2000-11-30 Dave Love <fx@gnu.org>
10151
10152 * cus-start.el: Fix read-buffer-function type.
10153
10154 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10155
10156 * md5.el: Removed. There's a built-in function, now.
10157
10158 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
10159
10160 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
10161 as dummy 0-th char of rmail-deleted-vector.
10162
10163 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
10164
10165 * ps-print.el (ps-end-job): Bind case-fold-search only after
10166 switching to ps-spool-buffer.
10167
10168 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10169
10170 * ps-print.el: Line number font customization. PostScript: Lines and
10171 PageCount are initialized on each page. Doc Fix.
10172 (ps-print-version): New version number (6.3.2).
10173 (ps-lpr-switches, ps-font-info-database, ps-font-size)
10174 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
10175 (ps-right-header): Customization fix.
10176 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
10177 Fix code.
10178 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
10179 New vars.
10180
10181 2000-11-30 Gerd Moellmann <gerd@gnu.org>
10182
10183 * bs.el: Fix typos and spelling errors.
10184 (bs-appearance) <defgroup>: Renamed from bs-appearence.
10185 (bs-configuration): Doc fix.
10186
10187 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
10188
10189 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
10190
10191 * emulation/tpu-edt.el (tpu-version): New version.
10192 (tpu-search-overlay, tpu-replace-overlay): New initial range.
10193 (tpu-original-mode-line): Variable deleted.
10194 (tpu-mark-flag): New initial value.
10195 (tpu-set-mode-line): Don't redefine mode-line-format.
10196 Add tpu-mark-flag to minor-mode-alist.
10197 (tpu-update-mode-line): New mark flag logic.
10198 (tpu-get): Use find-file-wildcards.
10199 (tpu-search-highlight): Move overlay less, reset overlay properly.
10200 (tpu-unselect): Deactivate mark.
10201 (tpu-lm-replace): Reset overlay properly.
10202 (tpu-forward-line): Use forward-visible-line.
10203 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10204
10205 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10206
10207 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10208
10209 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10210
10211 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10212
10213 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10214 and skip whitespace and newlines.
10215
10216 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10217
10218 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10219
10220 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10221
10222 * help.el (describe-function-1): Regexp-quote function name
10223 when used as part of a regexp.
10224
10225 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10226 Use face-attribute instead of face-foreground and face-background.
10227 (tool-bar-add-item): Likewise, and handle unspecified colors.
10228
10229 * enriched.el (enriched-face-ans): Use face-attribute instead
10230 of face-foreground and face-background.
10231
10232 * faces.el (face-foreground, face-background, face-stipple):
10233 Return nil if attribute is unspecified, for backward compatibility.
10234
10235 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10236
10237 * play/5x5.el: Remove version info.
10238
10239 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10240
10241 * frame.el (blink-cursor-mode): Doc fix.
10242
10243 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10244
10245 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10246 to create Makefile rules.
10247 (antlr-tool-command): New user option.
10248 (antlr-ask-about-save): New user option.
10249 (antlr-makefile-specification): New user option.
10250 (antlr-file-formats-alist): New variable.
10251 (antlr-special-file-formats): New variable.
10252 (antlr-unknown-file-formats): New user option.
10253 (antlr-help-unknown-file-text): New variable.
10254 (antlr-help-rules-intro): New variable.
10255 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10256 (antlr-mode-menu): Add entries.
10257 (antlr-file-dependencies): New function.
10258 (antlr-directory-dependencies): New function.
10259 (antlr-superclasses-glibs): New function.
10260 (antlr-run-tool): New command.
10261 (antlr-makefile-insert-variable): New function.
10262 (antlr-insert-makefile-rules): New function.
10263 (antlr-show-makefile-rules): New command.
10264
10265 * antlr-mode.el: More Emacs/XEmacs stuff.
10266 (antlr-no-action-keywords): New constant with value nil.
10267 (antlr-font-lock-keywords-alist): Use it. Old value would break
10268 syntax highlighting in Emacs-21.0.
10269 (antlr-default-directory): Emacs/XEmacs dependend function.
10270 (antlr-read-shell-command): Ditto.
10271 (antlr-with-displaying-help-buffer): Ditto.
10272
10273 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10274
10275 * antlr-mode.el: imenu, parsing and highlighting changes.
10276 (antlr-imenu-create-index-function): Don't create extra submenus
10277 for definitions in different grammar classes. It is not necessary
10278 for the menu and would make command `imenu' awkward to use.
10279 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10280 header actions and more than one.
10281 (antlr-font-lock-tokendef-face): Changed color.
10282 (antlr-font-lock-tokenref-face): Changed color.
10283 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10284 (antlr-mode-syntax-table): New variable.
10285 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10286 (antlr-with-syntax-table): Don't copy syntax table.
10287
10288 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10289
10290 * antlr-mode.el: Minor changes: language setting.
10291 (antlr-language-alist): The value for file option "language" can
10292 be both an identifier and a string.
10293 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10294 (antlr-language-limit-n-regexp): Change accordingly.
10295
10296 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10297
10298 * antlr-mode.el: Minor changes: tabs, hiding.
10299 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10300 (antlr-action-visibility): Also allow value nil to also hide the
10301 braces. Renamed from `antlr-tiny-action-length'.
10302 Suggested by Jay@aol.com.
10303 (antlr-hide-actions): Change accordingly. Hide line if completely
10304 hidden action is on a line of its own.
10305
10306 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10307
10308 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10309
10310 * sort.el (sort-columns): Don't concat strings with numbers.
10311
10312 2000-11-29 Dave Love <fx@gnu.org>
10313
10314 * cus-edit.el (face): Fix :format.
10315
10316 * mail/feedmail.el: Require smtpmail when compiling.
10317 (mail-do-fcc): Autoload.
10318 (feedmail) <defgroup>: Fix :link.
10319 (feedmail-nuke-body-in-fcc): Fix :type.
10320 (feedmail-send-it): Add autoload cookie.
10321
10322 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10323
10324 * newcomment.el (comment-indent): Save excursion around call to
10325 comment-indent-function.
10326
10327 2000-11-29 Miles Bader <miles@gnu.org>
10328
10329 * subr.el (member-ignore-case): Return the tail of the list who's
10330 car matches, like `member', not the matching element itself.
10331
10332 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10333
10334 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10335 should not contain `\n'.
10336
10337 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10338
10339 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10340
10341 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10342
10343 * dired-aux.el (dired-do-create-files): Construct default file
10344 name for dired-mark-read-file-name so that when the user enters
10345 just RET, the target file will end up in the target directory.
10346
10347 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10348 local-abbrev-table before changing buffers because it might
10349 have a buffer-local binding.
10350
10351 2000-11-28 Miles Bader <miles@gnu.org>
10352
10353 * simple.el (delete-horizontal-space): Handle fields more generally.
10354
10355 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10356
10357 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10358
10359 2000-11-28 Dave Love <fx@gnu.org>
10360
10361 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10362 comment-start-skip locally.
10363
10364 * progmodes/fortran.el (fortran-mode): Don't set
10365 fortran-comment-line-start-skip. Set comment-start to
10366 fortran-comment-line-start.
10367 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10368 (fortran-comment-line-start-skip): Simplify slightly.
10369
10370 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10371
10372 * play/5x5.el: Remove RCS keyword.
10373
10374 * bs.el: Mistaken commit, undone 2000-11-30.
10375
10376 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10377
10378 * textmodes/tildify.el (tildify-string-alist):
10379 Add `plain-tex-mode' here.
10380
10381 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10382
10383 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10384 reference.
10385
10386 2000-11-28 Miles Bader <miles@gnu.org>
10387
10388 * cus-face.el (custom-face-attributes): Add post-filter function
10389 for :box. Make pre-filter function for :box handle all cases.
10390
10391 * wid-edit.el (widget-choose): Make sure pop-up window is large
10392 enough to display all the choices, as there's no way to scroll it.
10393
10394 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10395
10396 * international/mule-conf.el: Make the coding system no-conversion
10397 safe for all characters.
10398
10399 2000-11-27 Dave Love <fx@gnu.org>
10400
10401 * net/ldap.el (ldap) <defgroup>: Add :version.
10402
10403 * tooltip.el (tooltip-use-echo-area): Doc fix.
10404
10405 * cus-start.el <minibuffer-prompt-properties>: Add version.
10406 <read-buffer-function>: Add.
10407
10408 * apropos.el (apropos-print): Add help-echo to active text.
10409
10410 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10411
10412 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10413
10414 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10415 type, group and version.
10416
10417 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10418
10419 * select.el (x-get-selection): Docstring fix.
10420
10421 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10422
10423 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10424
10425 2000-11-27 Andrew Innes <andrewi@gnu.org>
10426
10427 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10428
10429 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10430
10431 2000-11-27 Miles Bader <miles@gnu.org>
10432
10433 * dired.el (dired-get-filename): Return filename verbatim if
10434 LOCALP is `verbatim'.
10435 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10436 `verbatim' so that we don't inadvertently delete a non-existant
10437 directory name.
10438
10439 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10440
10441 * international/characters.el: Specify cases and syntaxes for
10442 mule-unicode-0100-24ff.
10443
10444 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10445
10446 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10447 that foreground and/or background colors of the face `tool-bar'
10448 are unspecified.
10449
10450 2000-11-27 Miles Bader <miles@gnu.org>
10451
10452 * wid-edit.el (widget-field-buffer, widget-field-start)
10453 (widget-field-end): Handle widget field `pseudo-overlays'.
10454 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10455 if it's there instead of in `widget-field-list'.
10456
10457 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10458 (help-make-xrefs): Delete extraneous newlines at the end of the
10459 docstring.
10460
10461 2000-11-25 Jason Rumney <jasonr@gnu.org>
10462
10463 * startup.el (command-line): Call set-locale-environment after
10464 Window System init file is read, as it can result in a call to
10465 redraw-frame.
10466
10467 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10468
10469 * simple.el (shell-command): Mention the effect of the prefix
10470 argument in the doc string.
10471
10472 2000-11-25 Miles Bader <miles@gnu.org>
10473
10474 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10475
10476 * wid-edit.el (widget-field-value-delete): Don't try to delete
10477 overlay when it's the `pseudo-overlay' that exists at some points.
10478
10479 2000-11-24 Jason Rumney <jasonr@gnu.org>
10480
10481 * international/mule-cmds.el (locale-language-names): Add "jp" as
10482 a non-standard alternative for Japanese.
10483
10484 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10485
10486 * vc-hooks.el: Require 'cl during compilation.
10487
10488 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10489
10490 * faces.el (face-set-after-frame-default): Let face attributes
10491 specified for new frames override frame parameters.
10492
10493 * startup.el (command-line): Fix computation of the source file
10494 for user-init-file when user-init-file is a compiled file.
10495
10496 2000-11-24 Miles Bader <miles@gnu.org>
10497
10498 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10499 (custom-post-filter-face-spec): New functions.
10500 (custom-face-set, custom-face-value-create): Filter the face spec
10501 before and after customization.
10502 (custom-face-set): If VALUE specifies a null face, pass a
10503 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10504 * cus-face.el (custom-face-attributes): Remove SET and GET
10505 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10506 cases they're needed.
10507
10508 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10509 that it's distinguishable from the :off-glyph on dark-background
10510 displays. Set its background color too.
10511
10512 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10513 so that people can easily turn it off.
10514
10515 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10516
10517 * ediff-diff.el: Moved variables around to have it compile under NT.
10518
10519 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10520
10521 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10522
10523 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10524 redundant skip-small-frames test.
10525
10526 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10527 (viper-downgrade-to-insert): Protect against errors in hooks.
10528
10529 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10530 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10531 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10532 New functions.
10533
10534 * viper-util.el (viper-memq-char): Bug fixes.
10535
10536 * viper.el (viper-mode): Fix cursor handling.
10537
10538 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10539
10540 * international/mule-diag.el (list-iso-charset-chars):
10541 For two-byte charset, fix the `while' condition.
10542 (list-non-iso-charset-chars): Fix the `while' condition.
10543
10544 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10545
10546 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10547 if the variable is make-variable-buffer-local.
10548
10549 * progmodes/ada-stmt.el (ada-template-map):
10550 Initialize and bind it to C-c t in ada-mode-map.
10551 (ada-stmt-mode-hook): New function extracted from old code.
10552 Only change the buffer-local side of skeleton-*.
10553 (ada-mode-hook): Use it.
10554
10555 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10556
10557 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10558 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10559 we expect to be returned by minibuffer-depth once we prompt the
10560 user in the minibuffer.
10561 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10562 as recorded in iswitchb-minibuf-depth, return non-nil.
10563
10564 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10565
10566 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10567 (hscroll-window-maybe): Docstring fix.
10568
10569 2000-11-23 Dave Love <fx@gnu.org>
10570
10571 * rect.el (string-rectangle): Don't test delete-selection-mode.
10572
10573 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10574
10575 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10576 is in the tool bar.
10577
10578 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10579 with `no-dir'; we want the directory part to be able to remove it.
10580
10581 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10582
10583 * textmodes/outline.el (outline-flag-region):
10584 Don't bind inhibit-read-only since we don't modify the buffer.
10585 (outline-isearch-open-invisible): Don't jump to overlay-start
10586 since we're trying to unhide text around point.
10587 (outline-discard-overlays): Use dolist.
10588
10589 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10590
10591 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10592
10593 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10594
10595 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10596
10597 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10598 Fix ARG regexp to skip quoted braces.
10599 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10600 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10601 are (correctly) handled separately).
10602 Remove `caption' and `footnote' from `citations': they contain text.
10603 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10604 (latex-skeleton-end-hook): New function.
10605 (latex-mode): Use it.
10606 (tex-start-tex-marker): Remove.
10607 (tex-send-tex-command): Don't set tex-start-tex-marker.
10608 (tex-error-parse-syntax-table): New var.
10609 (tex-compilation-parse-errors): Use it.
10610 Ignore tex-start-tex-marker. Don't bother with marker-position.
10611 (tex-validate-buffer): Don't bother with marker-position.
10612
10613 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10614 (flyspell-generic-progmode-verify): Use it.
10615
10616 2000-11-22 Sam Steingold <sds@gnu.org>
10617
10618 * simple.el (delete-trailing-whitespace): New interactive function.
10619
10620 * progmodes/ada-mode.el (ada-mode): Use it instead of
10621 `ada-remove-trailing-spaces'.
10622 (ada-remove-trailing-spaces): Removed.
10623
10624 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10625
10626 * textmodes/picture.el (picture-clean): Removed.
10627 (picture-mode-exit): Call it instead of `picture-clean'.
10628
10629 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10630
10631 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10632
10633 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10634 jit-lock-fontify-buffer; it should anyway be unneccessary to
10635 do anything special when jit-lock is active.
10636 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10637
10638 2000-11-22 Dave Love <fx@gnu.org>
10639
10640 * calendar/todo-mode.el (todo-top-priorities): Use
10641 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10642
10643 * language/chinese.el, language/cyrillic.el:
10644 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10645 * language/hebrew.el, language/indian.el, language/japanese.el:
10646 * language/korean.el, language/lao.el, language/misc-lang.el:
10647 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10648 Use provide.
10649
10650 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10651 (custom-variable-set): Improve validation error mesage.
10652
10653 * rect.el (string-rectangle): Revert last change.
10654 (string-rectangle-line): New arg DELETE.
10655 (string-rectangle): Check delete-selection-mode.
10656
10657 * emacs-lisp/edebug.el (edebug-version)
10658 (edebug-maintainer-address): Deleted.
10659 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10660 (edebug-read-function): Account for other `'#' read forms.
10661 (edebug-mode-menus): Make some items toggles.
10662 (edebug-outside-unread-command-event, unread-command-event):
10663 Remove these to avoid warnings.
10664
10665 2000-11-22 David Ponce <david@dponce.com>
10666
10667 * recentf.el (recentf-menu-items-for-commands)
10668 (recentf-make-menu-items, recentf-make-menu-item)
10669 (recentf-filter-changer): Added :help and :active menu-item properties.
10670
10671 (recentf-build-dir-rules, recentf-dump-variable)
10672 (recentf-edit-list, recentf-open-files-item)
10673 (recentf-open-files): Replaced unnecessary `mapcar' with new
10674 built-in `mapc'.
10675
10676 2000-11-23 Miles Bader <miles@gnu.org>
10677
10678 * faces.el (menu): Make inverse-video on ttys too.
10679
10680 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10681
10682 * simple.el (comment-line-break-function): Use the new name
10683 indent-new-comment-line -> comment-indent-new-line.
10684 (clone-indirect-buffer): Don't ignore NORECORD.
10685 (next-completion): Properly handle the case where items are adjacent.
10686
10687 * mouse.el (popup-menu): Stupid typo.
10688
10689 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10690
10691 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10692 maintainer, keywords tags.
10693
10694 * rect.el (replace-rectangle): Don't call string-rectangle-line
10695 with too many arguments.
10696
10697 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10698
10699 * ediff-util.el (ediff-file-checked-out-p)
10700 (ediff-file-checked-in-p): Call vc-state instead of
10701 vc-locking-user, which no longer exists.
10702
10703 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10704
10705 2000-11-22 Dave Love <fx@gnu.org>
10706
10707 * md5.el (md5): Provide.
10708 (md5): Fix error call.
10709
10710 2000-11-22 Miles Bader <miles@gnu.org>
10711
10712 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10713 (refill-fill-paragraph-at): Remove debugging code.
10714
10715 * calendar/calendar.el (generate-calendar-window): When we don't
10716 call `fit-window-to-buffer', make sure the top line is fully visible.
10717
10718 * image-file.el (insert-image-file): Don't make `read-only'
10719 property rear-nonsticky.
10720
10721 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10722 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10723 stashing away its original value.
10724 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10725 in the recursive edit.
10726 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10727 (isearch-done): Restore `minibuffer-message-timeout'.
10728
10729 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10730
10731 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10732
10733 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10734
10735 * find-lisp.el (find-lisp-find-files-internal):
10736 Use dolist, when and file-name-as-directory.
10737
10738 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10739 (define-derived-mode, define-minor-mode): Add specs.
10740
10741 * window.el: General comment and spacing fixes.
10742 (save-selected-window): Use backquotes.
10743 (window-safely-shrinkable-p): New function.
10744 (shrink-window-if-larger-than-buffer): Use it.
10745
10746 * subr.el (make-local-hook): Docstring fix.
10747
10748 * shell.el (shell-mode): Use define-derived-mode.
10749
10750 * newcomment.el (comment-indent): Insert comment before calling
10751 comment-indent-function. Don't insert in column 0.
10752 (comment-dwim): Indent before inserting comment.
10753
10754 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10755 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10756 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10757 Use mapc rather than map.
10758
10759 * files.el (find-buffer-visiting): Compare all attributes before
10760 declaring two files identical (rather than just their inode-no).
10761 (auto-mode-alist): Use \' rather than $.
10762
10763 * which-func.el: Update maintainer line.
10764
10765 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10766 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10767 (uniquify-buffer-file-name): Use it.
10768
10769 2000-11-22 Miles Bader <miles@gnu.org>
10770
10771 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10772 * simple.el (minibuffer-avoid-prompt): New function.
10773
10774 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10775
10776 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10777
10778 2000-11-21 Miles Bader <miles@gnu.org>
10779
10780 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10781 inclusion of `track-mouse'.
10782
10783 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10784 (refill-adjust-ignorable-overlay): New function.
10785 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10786 only the paragraph's tail if possible.
10787 Update `refill-ignorable-overlay'.
10788 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10789
10790 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10791 point inside the fill-prefix.
10792
10793 * textmodes/refill.el (refill-post-command-function): Don't reset
10794 refill-doit in the case where a self-insertion command doesn't
10795 case a refill. Use `refill-fill-paragraph-at', getting position
10796 from `refill-doit'.
10797 (refill-after-change-function): Set `refill-doit' to END.
10798 (refill-fill-paragraph-at): New function, mostly from old
10799 refill-fill-paragraph.
10800 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10801 (refill-pre-command-function): New function.
10802 (refill-mode): Add it to `pre-command-hook'.
10803
10804 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10805
10806 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10807
10808 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10809 javadoc tags.
10810
10811 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10812
10813 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10814 vc.el).
10815
10816 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10817 require vc.
10818
10819 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10820 checkouts.
10821
10822 2000-11-20 Dave Love <fx@gnu.org>
10823
10824 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10825
10826 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10827
10828 * calculator.el (calculator-paste): Use `if' instead of `and'
10829 and `or'.
10830 (calculator-help): Don't use electric-describe-mode for XEmacs.
10831
10832 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10833
10834 * info.el (info-menu-5): Doc fix.
10835
10836 * textmodes/artist.el: New file.
10837
10838 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10839
10840 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10841 and differentiate according to checkout model.
10842 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10843 since this function is only concerned with master state.
10844
10845 * vc-hooks.el (vc-workfile-unchanged-p)
10846 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10847
10848 * vc.el (vc-workfile-unchanged-p)
10849 (vc-default-workfile-unchanged-p): See above.
10850
10851 2000-11-19 Miles Bader <miles@gnu.org>
10852
10853 * image-file.el (insert-image-file): Make `intangible' and
10854 `read-only' properties rear-nonsticky too.
10855
10856 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10857
10858 * ps-print.el: Update copyright notice.
10859
10860 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10861 (tooltip-show): Use the offsets.
10862
10863 * bindings.el (mode-line-modified): Fix a typo.
10864 (mode-line-toggle-modified, mode-line-widen)
10865 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10866
10867 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10868
10869 * ps-print.el (toplevel): Test for find-coding-system being
10870 fboundp before calling ps-x-find-coding-system.
10871
10872 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10873
10874 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10875 (vc-version-backup-file): Docstring fix.
10876
10877 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10878
10879 * files.el (basic-save-buffer): Don't add a newline if
10880 find-file-literally is non-nil.
10881 (find-file-literally): Extend doc string.
10882
10883 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10884 sort(1) with the `-f' argument.
10885
10886 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10887
10888 * vc.el: Updated backend documentation.
10889 (vc-default-check-headers): New function.
10890
10891 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10892
10893 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10894 up-to-date.
10895 (vc-do-command): In the asynchronous case, output messages only if
10896 the minibuffer is not active.
10897
10898 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10899 `vc-cvs-use-edit' is on.
10900 (vc-cvs-checkout): When this is used for reverting the workfile,
10901 make a backup of the original contents and revert to that in case
10902 of error.
10903 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10904 remote repositories.
10905
10906 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10907 for both version and ratio in the minibuffer.
10908
10909 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10910 Use vc-do-command to perform the annotation, not call-process.
10911
10912 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10913
10914 * international/quail.el (quail-start-translation): Don't call
10915 `message' before reading key sequence.
10916
10917 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10918
10919 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10920
10921 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10922
10923 * window.el (fit-window-to-buffer): Be sure to acquire at least
10924 one text line even if the buffer is empty.
10925
10926 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10927
10928 * net/ange-ftp.el (ange-ftp-file-writable-p)
10929 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10930 Bind ange-ftp-process-verbose to nil.
10931
10932 2000-11-15 Dave Love <fx@gnu.org>
10933
10934 * wid-edit.el (widget-specify-field, widget-specify-button):
10935 If :help-echo is a function, set help-echo of overlay to
10936 widget-mouse-help.
10937 (widget-mouse-help): New function.
10938 (widget-echo-help): Rewritten for :help-echo functions only taking
10939 a widget arg.
10940
10941 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10942 Use display-graphic-p.
10943 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10944 and that JPEG is available.
10945 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10946
10947 * international/mule-cmds.el (locale-charset-language-names):
10948 Match @euro.
10949
10950 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10951
10952 * faces.el (face-set-after-frame-default):
10953 If `inhibit-default-face-x-resources' is bound, don't intialize the
10954 default face from X resources.
10955
10956 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10957
10958 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10959 Don't set EMACSLOADPATH.
10960
10961 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10962
10963 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10964 texinfo-insert-@url.
10965 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10966 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10967
10968 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10969
10970 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10971 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10972 (checkdoc-minor-keymap): Backward compatibility.
10973 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10974 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10975 (checkdoc-this-string-valid-engine): Be a bit more strict
10976 to avoid matching substrings of `...' quoted vars/funs.
10977 (checkdoc-defun-info): Only look for `interactive' if alone.
10978 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10979
10980 * progmodes/compile.el (grep): `tag-default' can be nil.
10981
10982 * newcomment.el (comment-indent): Paren typo.
10983
10984 2000-11-14 Dave Love <fx@gnu.org>
10985
10986 * calculator.el: New maintainer version.
10987
10988 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10989
10990 * cmuscheme.el: Doc fixes.
10991 (cmuscheme) <defgroup>: Use `scheme' as parent.
10992 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10993
10994 * xscheme.el (scheme-program-name): Don't define here.
10995
10996 * progmodes/scheme.el (scheme-program-name): New variable
10997 (originally in cmuscheme).
10998
10999 2000-11-14 Miles Bader <miles@gnu.org>
11000
11001 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
11002 Handle header-lines. Don't loop forever if we can't enlarge the
11003 window anymore. Simplify a bit.
11004
11005 2000-11-14 Kenichi Handa <handa@etl.go.jp>
11006
11007 * window.el (fit-window-to-buffer): Don't check
11008 window-text-height. Assure that the last line is fully visible.
11009
11010 * international/quail.el (quail-show-guidance-buf):
11011 Call fit-window-to-buffer to assure the enough height of the guidance
11012 buffer.
11013 (quail-update-guidance): Avoid making the guidance buffer shorter.
11014
11015 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
11016
11017 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
11018 rather than `prepend' and add an interesting comment.
11019 (tex-math-face, tex-font-lock-syntactic-face-function):
11020 New face and function to use it.
11021 (tex-define-common-keys, tex-mode-map): Use menu-item rather
11022 than `menu-enable' symbol property.
11023 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
11024 (tex-mode): Add some latex-mode commands for auto-selection.
11025 Use tex-font-lock-syntactic-face-function.
11026 (tex-insert-quote): Simplify.
11027 (tex-shell): New mode.
11028 (tex-start-shell): Use it.
11029 (tex-shell-proc, tex-shell-buf): New functions.
11030 (tex-send-command): Use it.
11031 (tex-main-file): Fix the meaning of the new arg REALFILE.
11032 (tex-send-tex-command): New function split from `tex-start-tex'.
11033 Set compilation-last-buffer and compilation-parsing-end.
11034
11035 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
11036 when it follows non-comment text on the line.
11037
11038 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11039 Set font-lock-defaults.
11040 (lisp-mode-shared-map): Init inside the defvar.
11041 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
11042 Use define-derived-mode.
11043
11044 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
11045
11046 * faces.el (header-line): Use `:box nil' for color/gs displays too.
11047
11048 2000-11-14 Gerd Moellmann <gerd@gnu.org>
11049
11050 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
11051 Don't recursively optimize body because that can lead to infinite
11052 recursion; see comment there.
11053
11054 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
11055
11056 * faces.el (face-spec-set-match-display): Revert the change from
11057 2000-10-24. Add a FIXME for after v21.1.
11058
11059 2000-11-13 Miles Bader <miles@gnu.org>
11060
11061 * textmodes/fill.el (skip-line-prefix): New function.
11062 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
11063 (fill-paragraph): Don't leave point inside the fill-prefix.
11064 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11065 point inside the fill-prefix.
11066
11067 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
11068
11069 * calendar/calendar.el (generate-calendar-window):
11070 Use `fit-window-to-buffer'.
11071
11072 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11073
11074 * gud.el (gud-minor-mode): New var.
11075 (gud-symbol, gud-val): New functions.
11076 (gud-find-file): Copy gud-minor-mode to the new buffer.
11077 (gud-menu-map): Include entries for commands that are not always
11078 available, using :enable to (de)activate them.
11079 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
11080 (gud-mode-map): New map.
11081 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
11082 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
11083 Don't set up gud's menu (it's done by the minor-mode).
11084 (gud-minibuffer-local-map): New.
11085 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
11086 (gud-query-cmdline): New function.
11087 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
11088 (gud-mode): Use define-derived-mode.
11089 Don't set up gud's menu (it's done by the minor-mode).
11090 (gud-chop-words): Remove.
11091 (gud-common-init): Use split-string instead.
11092 (gud-new-keymap, gud-make-debug-menu): Eradicate.
11093
11094 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11095 Add keyword arg :name.
11096
11097 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
11098 (diff-count-matches, diff-split-hunk): New functions.
11099 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
11100
11101 * pcvs-info.el (cvs-fi-conflict-face): New var.
11102
11103 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
11104 Make it into a simple syntax-table, shared among all submodes.
11105 (sh-heredoc-face): Re-introduce.
11106 (sh-font-lock-syntactic-face-function): New function.
11107 (sh-mode): Use it. Also use define-derived-mode.
11108 Remove old bogus setting of indent-region-function.
11109 (sh-set-shell): Don't set the syntax-table any more.
11110 (sh-mode-syntax-table) <defun>: Remove.
11111
11112 2000-11-12 Miles Bader <miles@gnu.org>
11113
11114 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
11115 message if interactive.
11116
11117 2000-11-12 Dave Love <fx@gnu.org>
11118
11119 * mail/feedmail.el: Fix header,
11120 (feedmail) <defgroup>: Add :link.
11121
11122 * view.el: Use local-map property, not keymap on mode-line string.
11123
11124 * scroll-all.el (scroll-all-mode): Customize variable.
11125 Add autoload cookie to function.
11126
11127 * lazy-lock.el: Remove compatibility code.
11128
11129 * finder.el (finder-known-keywords): Add `files', remove `vms'.
11130 (finder-help-echo): New variable.
11131 (finder-mouse-face-on-line): Add help-echo stuff.
11132 (finder-list-keywords, finder-list-matches): Use mapc.
11133
11134 * faces.el (face-font-registry-alternatives): Add :version.
11135
11136 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
11137 tags-table-list.
11138
11139 * net/browse-url.el (browse-url-browser-function): Update :version.
11140
11141 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
11142 (mail-mode): Use [:alnum:] in some regexps.
11143
11144 2000-11-10 Dave Love <fx@gnu.org>
11145
11146 * ediff.el (ediff-regions-internal, ediff-documentation):
11147 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
11148 fundamental mode.
11149
11150 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
11151 buffer into fundamental mode.
11152 (ediff-set-difference): Use copy-sequence if available.
11153
11154 * ediff-ptch.el (ediff-dispatch-file-patching-job):
11155 Check ediff-patch-map non-nil.
11156 (ediff-fixup-patch-map, ediff-fixup-patch-map)
11157 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
11158 buffer into fundamental mode.
11159
11160 * ediff-merg.el (state-or-merge): Defvar when compiling.
11161
11162 2000-11-10 Jason Rumney <jasonr@gnu.org>
11163
11164 * w32-fns.el (w32-add-charset-info): New function.
11165 (w32-charset-info-alist): Use it.
11166
11167 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11168
11169 * faces.el (face-font-registry-alternatives): New user-option.
11170
11171 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
11172
11173 * textmodes/texinfo.el (texinfo-block-default): New var.
11174 (texinfo-insert-block): Use it. Insert a newline if needed.
11175
11176 * textmodes/fill.el (fill-indent-according-to-mode): New var.
11177 (fill-region-as-paragraph): Use it.
11178
11179 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
11180 (latex-mode): Tweak tex-*-(head|trail)er regexps.
11181 Tweak paragraph regexps to allow a leading [ \t]*.
11182 (tex-latex-block): Insert a newline if necessary.
11183 (latex-insert-item): Only insert a newline if necessary.
11184 (tex-guess-main-file): New function.
11185 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
11186 Set tex-main-file if TeX-master is provided.
11187 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
11188
11189 2000-11-10 Gerd Moellmann <gerd@gnu.org>
11190
11191 * startup.el (command-line): Set the default tooltip-mode
11192 to t for graphical displays which implement x-show-tip.
11193
11194 * tooltip.el (tooltip-mode): Add a comment about startup.el
11195 setting the default value of this user-option.
11196
11197 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
11198
11199 * font-lock.el (font-lock-*-face) <defvar>: Move.
11200 (font-lock-defaults-alist): Mark obsolete.
11201 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11202 (font-lock-mode): Use define-minor-mode.
11203 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11204 (font-lock-turn-off-thing-lock): Be more explicit.
11205 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11206 (font-lock-syntactic-face-function): New var.
11207 (font-lock-fontify-syntactically-region): Use it.
11208 (font-lock-doc-face): New.
11209
11210 * pcvs.el (cvs-enabledp): Ignore errors.
11211 (cvs-commit-filelist): Never query.
11212 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11213 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11214 (cvs-do-removal): Use cvs-partition rather than delete-if.
11215 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11216 cvs-bury-buffer.
11217
11218 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11219 Allow `next' to jump to after the end of the last match.
11220
11221 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11222
11223 * simple.el (byte-compiling-files-p): New function.
11224
11225 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11226 if it is there.
11227
11228 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11229 nil again.
11230
11231 * textmodes/ispell.el (ispell-library-path): Don't call
11232 check-ispell-version when byte-compiling because that starts
11233 an ispell process, and ispell might not be installed.
11234 (toplevel): Don't set up a menu when byte-compiling.
11235
11236 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11237 it, so that a boundp test can be used to determine if we're
11238 currently byte-compiling.
11239
11240 2000-11-09 Dave Love <fx@gnu.org>
11241
11242 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11243
11244 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11245
11246 * ps-print.el: Patch for variable initialization when spooling.
11247 Doc fix.
11248 (ps-output-list): Fun eliminated.
11249 (ps-begin-file, ps-begin-job): Code fix.
11250
11251 2000-11-08 Dave Love <fx@gnu.org>
11252
11253 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11254
11255 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11256
11257 * simple.el (shell-command, display-message-or-buffer)
11258 (shell-command-on-region): Mention resize-mini-windows in the doc
11259 string.
11260 (display-message-or-buffer): Take the value of resize-mini-windows
11261 into account.
11262
11263 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11264
11265 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11266
11267 * dired.el (dired-between-files): Add `^. find' as an alternative
11268 to the regular expression, for find-dired.
11269
11270 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11271
11272 * textmodes/texnfo-upd.el: Require texinfo.
11273 (defmacro, defgroup): Remove.
11274 (texinfo-section-to-generic-alist): Remove.
11275 Use texinfo-section-list instead (i.e. level is changed string->int).
11276 (texinfo-filter): New function.
11277 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11278 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11279 Use it. And use regexp-opt.
11280 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11281 (texinfo-update-menu-region-beginning)
11282 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11283 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11284 (texinfo-update-menu-same-level-regexps): Update.
11285 (texinfo-update-node, texinfo-every-node-update)
11286 (texinfo-sequential-node-update): Remove autoload cookie.
11287
11288 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11289 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11290 (texinfo-chapter-level-regexp): Remove.
11291 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11292
11293 2000-11-06 Dave Love <fx@gnu.org>
11294
11295 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11296
11297 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11298 Match defun*.
11299
11300 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11301
11302 * composite.el (composition-function-table): Variable declaration
11303 moved to src/composite.c.
11304 (compose-chars-after): New optional arg object.
11305
11306 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11307
11308 * bindings.el (mode-line-toggle-read-only)
11309 (mode-line-toggle-modified, mode-line-widen)
11310 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11311 (make-mode-line-mouse2-map): Rewritten.
11312 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11313 functions so that C-h k can show something with a doc string.
11314
11315 * startup.el (fancy-splash-delay): Set to 10 seconds.
11316 (fancy-splash-max-time): New user-option.
11317 (fancy-splash-stop-time): New variable.
11318 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11319 (fancy-splash-screens-1): Throw `stop-splashing' when current
11320 time is greater than fancy-splash-stop-time.
11321
11322 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11323
11324 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11325
11326 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11327 Prompt user for a file rather than raising an error.
11328 (cvs-enabledp): Fix call to cvs-mode-marked.
11329 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11330 (cvs-mode-insert): Use it. Change the init prompt' value.
11331 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11332
11333 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11334 Don't pass default arg to ewoc-locate.
11335 (ewoc-collect): Return result in the right order.
11336
11337 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11338
11339 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11340 (cvs-status-get-tags): Fix regexp.
11341 (cvs-status-trees, cvs-status-cvstrees):
11342 Combine after change hooks and don't sit-for.
11343 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11344 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11345 Use make-char rather than hard-coded cryptic data.
11346 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11347
11348 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11349
11350 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11351 (cvs-insert-strings): New function.
11352
11353 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11354
11355 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11356 `mwheel-scroll-amount'.
11357 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11358 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11359 string-matching against the version string.
11360
11361 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11362
11363 * language/thai.el ("Thai"): Set a lisp form that produces
11364 composed string in `sample-text' language info.
11365
11366 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11367 composed string in `sample-text' language info.
11368
11369 * international/mule-cmds.el (describe-language-environment):
11370 Eval `sample-text' data and insert the result.
11371
11372 * international/mule-conf.el (compound-text): Define this coding
11373 system here. Make x-ctext and ctext aliases of it.
11374
11375 * language/european.el (compound-text, ctext): Moved to
11376 international/mule-conf.el.
11377
11378 2000-11-05 Andrew Innes <andrewi@gnu.org>
11379
11380 * w32-fns.el (w32-version): New function.
11381
11382 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11383
11384 * progmodes/awk-mode.el: Update copyright.
11385 (awk-mode-abbrev-table): Remove.
11386 (awk-font-lock-keywords): Use regexp-opt.
11387 (awk-mode): Use define-derived-mode.
11388
11389 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11390 when extracting a suffix.
11391
11392 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11393
11394 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11395 auto-save-mode.
11396
11397 2000-11-04 Jason Rumney <jasonr@gnu.org>
11398
11399 * language/european.el (decode-mac-roman): Test against r1 not r0.
11400
11401 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11402
11403 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11404 (icon-mode): Define indent-line-function.
11405 (icon-comment-indent): Simplify.
11406 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11407
11408 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11409
11410 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11411 Bind change-log-default-mode to defeat the caching done on it.
11412 Don't bother saving excursion any more.
11413
11414 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11415
11416 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11417 (set-frame-font): Use the new name (and the old for compatibility).
11418
11419 * toolbar/tool-bar.el (tool-bar-mode):
11420 * time.el (display-time-mode):
11421 * recentf.el (recentf-mode):
11422 * paren.el (show-paren-mode):
11423 * mwheel.el (mouse-wheel-mode):
11424 * msb.el (msb-mode):
11425 * jka-compr.el (auto-compression-mode):
11426 * image-file.el (auto-image-file-mode):
11427 * hl-line.el (hl-line-mode):
11428 * delsel.el (delete-selection-mode):
11429 * autoinsert.el (auto-insert-mode):
11430 * complete.el (partial-completion-mode): Drop unneeded positional args.
11431
11432 * info.el (Info-mode):
11433 * comint.el (comint-mode): Don't bother with make-local-hook.
11434
11435 * log-edit.el (log-edit-menu): New menu.
11436
11437 2000-11-03 Miles Bader <miles@gnu.org>
11438
11439 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11440 definition, so that trailing spaces are handled properly.
11441 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11442
11443 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11444
11445 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11446 tab character.
11447 (fancy-splash-screens): Set tab-width to 20.
11448
11449 2000-11-03 Dave Love <fx@gnu.org>
11450
11451 * comint.el (comint-completion-addsuffix): Fix custom type.
11452
11453 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11454
11455 * font-lock.el (font-lock-buffers): Remove.
11456 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11457 (font-lock-change-major-mode): Remove.
11458 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11459 (font-lock-default-fontify-region): Extend the multiline
11460 fontification to whole lines.
11461 (font-lock-fontify-anchored-keywords)
11462 (font-lock-fontify-keywords-region): If matching just one
11463 line (with \n) only mark the \n as multiline.
11464
11465 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11466 Correctly handle the case where several :group args are supplied.
11467 Allow :extra-args.
11468 (easy-mmode-define-global-mode): Allow :extra-args.
11469 Correctly handle the case where several :group args are supplied.
11470
11471 2000-11-02 Miles Bader <miles@gnu.org>
11472
11473 * calendar/calendar.el (diary-face, calendar-today-face)
11474 (holiday-face): Remove dependency on `window-system'.
11475
11476 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11477
11478 * Makefile.in (emacs): Set EMACSLOADPATH always.
11479 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11480 (compile-files): Bomb out if compilation of a file fails.
11481
11482 2000-11-02 Dave Love <fx@gnu.org>
11483
11484 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11485
11486 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11487
11488 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11489 punctuation in the warning inserted into the *mail* buffer.
11490
11491 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11492
11493 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11494 (authors-public-domain-p): New function.
11495 (authors-print): Use it.
11496
11497 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11498
11499 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11500
11501 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11502
11503 * ps-print.el: Extension for even/odd printing. Doc fix.
11504 (ps-print-version): New version number (6.3.1).
11505 (ps-even-or-odd-pages): Customization fix.
11506 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11507 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11508 (ps-page-count): Var replaced by `ps-page-column'.
11509 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11510 (ps-print-sheet-p): New fun.
11511
11512 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11513
11514 * tooltip.el (tooltip-gud-tips-setup): New function.
11515 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11516 (tooltip-mode): Call tooltip-gud-tips-setup.
11517 (tooltip-gud-tips): Use `gud-basic-call' instead of
11518 process-send-string, so the prompt gets frobbed appropriately.
11519 Handle nil return value from `tooltip-gud-print-command'.
11520
11521 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11522
11523 * comint.el (comint-add-to-input-history): New function.
11524 (comint-send-input): Use `comint-add-to-input-history'.
11525
11526 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11527
11528 * info.el (info-menu-header): New face.
11529 (Info-fontify-menu-headers): New function.
11530 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11531
11532 * info.el (Info-insert-dir): Don't include blank lines at
11533 beginning of additional dir files (one is added automatically).
11534
11535 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11536
11537 * emacs-lisp/easy-mmode.el (define-minor-mode):
11538 Revert the latest changes.
11539 Allow the three positional arguments to be skipped and replaced
11540 by keyword arguments.
11541 Add a :toggle argument to determine whether a nil arg means toggle
11542 or means turn-on. The default is unchanged.
11543 Add a call to force-mode-line-update.
11544
11545 2000-11-01 Dave Love <fx@gnu.org>
11546
11547 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11548
11549 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11550
11551 * calendar/calendar.el (diary-face, holiday-face):
11552 Add dark-background variants.
11553
11554 2000-10-31 Sam Steingold <sds@gnu.org>
11555
11556 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11557 `tex-main-file' does not have directory in it.
11558
11559 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11560
11561 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11562
11563 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11564
11565 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11566 functional change.
11567
11568 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11569
11570 * files.el (find-file-noselect): When we expand a wildcard, return
11571 a list of buffers, as we should do according to the doc string.
11572
11573 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11574
11575 * loadup.el (top level): Adjust load path if program name is
11576 "../src/bootstrap-emacs", in case it's not dumped and thus the
11577 load path adjustment hasn't already been done.
11578
11579 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11580
11581 * ps-print.el: Fix bug on selected pages for printing.
11582 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11583 is on. Try to avoid warning messages when compiling. Doc Fix.
11584 (ps-print-version): New version number (6.3).
11585 (ps-color-device): Use `color-values' to determine if device
11586 supports color.
11587 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11588 (ps-print-page-p): Changed from defsubst to defun.
11589 (ps-page-number): Changed from defmacro to defun.
11590 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11591 printing.
11592 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11593 (ps-end-file, ps-dummy-page): Funs eliminated.
11594 (ps-print-color-scale): Changed default value.
11595 (ps-page-n-up, ps-print-page-p): New internal vars.
11596 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11597 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11598
11599 * delim-col.el: Little programming improvement.
11600 (delimit-columns-str): New macro.
11601 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11602
11603 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11604
11605 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11606 Moved to european.el.
11607 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11608 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11609 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11610 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11611
11612 2000-10-30 Dave Love <fx@gnu.org>
11613
11614 * progmodes/cc-menus.el (imenu-generic-expression)
11615 (imenu-progress-message): Only defvar when compiling.
11616
11617 * emacs-lisp/elp.el (elp-unload-hook): New function.
11618
11619 * loadhist.el (unload-feature): Call elp-restore-function,
11620 checking for symbols; don't use elp-restore-all.
11621 (loadhist-hook-functions): Doc fix.
11622
11623 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11624
11625 * log-edit.el (log-edit-confirm): Fix the default.
11626
11627 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11628
11629 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11630 delimit-columns-format.
11631 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11632
11633 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11634
11635 * comint.el (comint-replace-by-expanded-history): Don't use
11636 comint-get-old-input (we're not looking at *old* input).
11637 (comint-get-old-input-default): If using fields, signal an error
11638 when the point is not in an input field.
11639
11640 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11641
11642 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11643 and mule-unicode-e000-ffff.
11644
11645 * international/mule.el (decode-char, encode-char): New functions.
11646 (make-coding-system): Accept a symbol of translation table as a
11647 value of property `safe-chars'.
11648
11649 * international/mule-cmds.el (encode-coding-char): Check property
11650 safe-chars instead of safe-charsets.
11651
11652 * international/fontset.el (fontset-default): Modified for
11653 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11654 (x-font-name-charset-alist): Likewise.
11655 (ccl-encode-unicode-font): New CCL program. Record it in
11656 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11657
11658 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11659 New translation tables.
11660 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11661 programs are modified and moved from mac-win.el.
11662 (mac-roman): Definition of this coding system is modified and
11663 moved from mac-win.el.
11664
11665 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11666
11667 * ediff-wind.el (ediff-setup-control-frame): Enclose
11668 face-attribute in condition-case to avoid errors in older emacsen.
11669
11670 2000-10-29 Miles Bader <miles@gnu.org>
11671
11672 * custom.el (custom-add-to-group): Allow multiple entries for a
11673 given value OPTION, as long as their widget types are different.
11674 * cus-edit.el (custom-face-value-create): If face name doesn't end
11675 with "face", add such here (similar to custom group widgets).
11676
11677 * comint.el (comint-highlight-prompt): Add :type.
11678
11679 2000-10-28 John Wiegley <johnw@gnu.org>
11680
11681 * calendar/timeclock.el (timeclock-log): Doc fix.
11682 (timeclock-last-event): Doc fix.
11683 (timeclock-log): Kill the timelog buffer after appending a new event.
11684 (timeclock-find-discrep): Use a temp buffer to read in the
11685 timelog, instead of visiting the file.
11686 (timeclock-log-data): A new function, along with a host of helper
11687 functions, for the purpose of making timelog data accessible to
11688 programmers.
11689
11690 * eshell/esh-mode.el (window-height test): Make certain that
11691 `eshell-stringify-t' is non-nil.
11692 (eshell-password-prompt-regexp): Changed to a much simpler
11693 password regexp.
11694 (eshell-send-input): If `eshell-invoke-directly' returns t,
11695 directly invoke the parsed command using `eval'. This improves
11696 turn-around time on simple commands by a factor of three or
11697 greater, such as cd, ls, pwd, etc. -- which get used very often.
11698 It also conserves thousands of cons cells per call (since
11699 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11700 in the Pacific Cookie Company).
11701
11702 * eshell/esh-test.el (eshell-test): Whitespace fix.
11703
11704 * eshell/em-ls.el (eshell-ls-insert-directory):
11705 Make `eshell-ls-initial-args' nil when inserting directory contents.
11706
11707 * eshell/em-script.el (eshell-script-initialize): Add names to
11708 `eshell-complex-commands, since `source' and `.' are complex.
11709
11710 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11711 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11712 `eshell-copy-handles'.
11713 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11714 bodies.
11715 (eshell-separate-commands): Whitespace fix.
11716 (eshell-complex-commands): Added a new list of names, for
11717 determining whether a given command is as simple as it looks.
11718 (eshell-invoke-directly): New function. Returns t if a command
11719 should be invoked directly (using `eval'), rather than indirectly
11720 using `eshell-do-eval'.
11721 (eshell-do-eval): Whitespace fix.
11722
11723 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11724 which provides an emulation of the DOS shell behavior of assuming
11725 that cp/mv/ln should copy/move/link to the current directory.
11726 (eshell-remove-entries): Added a doc string.
11727 (eshell-shuffle-files): Removed the check for `target' being null.
11728 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11729 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11730 it to do a smarter check of whether a destination was provided.
11731 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11732 (eshell/ln): Enable `:preserve-args', and use
11733 `eshell-mvcpln-template' to implement the body of the function.
11734 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11735 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11736 list after flattening it. This makes it possible to cat files
11737 with numerical names.
11738 (eshell-unix-initialize): Added several names to
11739 `eshell-complex-commands.
11740 (eshell-unix-command-complex-p): Return t if a given command name
11741 may result in external processes being invoked.
11742
11743 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11744 variable nil by default, since it slows down glob processing by a
11745 factor of two or more, and increases memory consumption.
11746
11747 * eshell/em-smart.el: Added a note about how memory consumptive
11748 smart display mode can be (at least this is true in Emacs 21).
11749 (eshell-smart-initialize): Whitespace fix.
11750 (eshell-refresh-windows): Use `if' instead of `when'.
11751 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11752 not necessary.
11753 (eshell-currently-handling-window): Added a missing global variable.
11754
11755 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11756 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11757 Whitespace fix.
11758 (eshell-ls-exclude-hidden): Added this variable in addition to
11759 `eshell-ls-exclude-regexp'. This one prevents files beginning
11760 with . from even being read, which can improve memory consumption
11761 quite a bit.
11762 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11763 read file entries beginning with a dot. In home directories with
11764 lots of hidden files, fully two-thirds of the time spent in ls is
11765 used to read directory entries that are immediately thrown away.
11766 (eshell-ls-initial-args): Added back this configuration variable,
11767 for specifying default initial arguments to every call to ls.
11768 Much faster than using an alias to do the same thing.
11769 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11770 (eshell-ls-dir): Whitespace change.
11771
11772 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11773
11774 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11775 (eshell-stringify-t): Added a customization variable, to indicate
11776 whether `t' should be rendered as a string at all. If not, one
11777 can still determine if the result of an expression is true using
11778 "file-exists-p FILE && echo true".
11779 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11780 stringify t!
11781
11782 * eshell/esh-module.el: Whitespace fix.
11783
11784 * eshell/em-alias.el (eshell-alias-initialize):
11785 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11786 (eshell-command-aliased-p): New function that returns t if a
11787 command name names an aliased.
11788
11789 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11790
11791 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11792 redrawing the screen when changing cursor color.
11793 (viper-insert-state-pre-command-sentinel)
11794 (viper-replace-state-pre-command-sentinel)
11795 (viper-replace-state-post-command-sentinel):
11796 Use viper-preserve-cursor-color.
11797 Many functions changed to use viper= instead of = when comparing
11798 characters.
11799 * viper-util.el (viper-memq-char,viper=): New functions for
11800 working with characters.
11801 (viper-change-cursor-color): Fixed buglet.
11802 Many functions changed to use viper= instead of = when comparing
11803 characters.
11804 * viper.el (viper-insert-state-mode-list): Added eshell.
11805
11806 * ediff-init.el (ediff-before-setup-hook): New hook.
11807 Several typos fixed in various docstrings.
11808 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11809 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11810 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11811 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11812 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11813 (ediff-get-selected-buffers): New function.
11814 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11815 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11816 Use save-window-excursion.
11817 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11818 termination check in while loop.
11819 * ediff.el (ediff-get-default-file-name): Better defaults when in
11820 dired buffer.
11821 (ediff-files,ediff-merge-files,ediff-files3)
11822 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11823
11824 2000-10-28 Dave Love <fx@gnu.org>
11825
11826 * info.el (Info-fontify-node): Add help-echo for menu items.
11827
11828 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11829
11830 * startup.el (normal-top-level): If the value of $TERM indicates
11831 we are running from xterm or one of its work-alikes, default to a
11832 light background mode.
11833
11834 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11835 * faces.el (tty-handle-reverse-video): New function.
11836 (tty-create-frame-with-faces): Call it.
11837
11838 * frame.el (frame-notice-user-settings): Don't apply
11839 default-frame-alist and initial-frame-alist to MS-DOS frames.
11840 Call tty-handle-reverse-video, frame-set-background-mode, and
11841 face-set-after-frame-default for non-MS-DOS frames.
11842
11843 * startup.el (tty-long-option-alist): New variable.
11844 (tty-handle-args): New function.
11845 (command-line): Call tty-handle-args.
11846
11847 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11848 startup.el now does that for all character-terminal frames.
11849
11850 2000-10-28 Miles Bader <miles@gnu.org>
11851
11852 * emacs-lisp/easy-mmode.el (define-minor-mode):
11853 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11854 is global. If :global is followed by a non-nil but non-t value,
11855 make the mode buffer-local, but also generate a `global-MODE'
11856 version using `easy-mmode-define-global-mode'.
11857 Add :conditional-turn-on keyword argument.
11858
11859 2000-10-28 Dave Love <fx@gnu.org>
11860
11861 * international/latin1-disp.el (latin1-char-displayable-p):
11862 Don't use window-system.
11863
11864 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11865
11866 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11867 Don't call find-buffer-file-type-coding-system. Instead, just
11868 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11869 if the file is on an untranslated filesystem.
11870 (add-untranslated-filesystem): Use "D" instead of "f" inside
11871 interactive.
11872
11873 2000-10-27 Dave Love <fx@gnu.org>
11874
11875 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11876 (refill-mode): Use it.
11877
11878 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11879
11880 * international/quail.el (quail-activate): Don't make-local-hook.
11881
11882 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11883
11884 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11885 manual backups and file.~<rev>.~ for automatic ones.
11886 (vc-make-version-backup): Don't do it on MS-DOS without long file
11887 names.
11888
11889 * vc.el (vc-version-other-window): If an automatic backup of the
11890 desired version exists, rename it instead of copying it.
11891
11892 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11893 after command. If there's an unexpected error, signal it instead
11894 of being silent.
11895 (vc-cvs-merge-news): Be prepared for no news at all.
11896
11897 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11898
11899 * shell.el (shell): Add BUFFER argument.
11900 * comint.el (make-comint-in-buffer): New function.
11901 (make-comint): Use it.
11902
11903 * faces.el (face-spec-choose): Change syntax so that the list of
11904 attribute-value pairs is now the cdr of each clause, not the cadr.
11905 Detect old-style entries, and handle them. Use pop.
11906
11907 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11908
11909 * cus-edit.el (custom-mode-map): Use a sparse map.
11910 (custom-mode): Don't bother with make-local-hook.
11911
11912 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11913
11914 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11915
11916 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11917
11918 * ps-print.el: Avoid compilation gripes.
11919 (ps-print-version): New version number (6.2.1).
11920
11921 2000-10-26 Dave Love <fx@gnu.org>
11922
11923 * menu-bar.el: Modify some menu item help strings.
11924 (menu-bar-help-menu): Add link to MORE.STUFF.
11925
11926 * cus-edit.el (custom-mode): Add `special' mode-class property.
11927
11928 * wid-browse.el (widget-browse-mode): Likewise.
11929
11930 * wid-edit.el (widget-specify-field): Revert to using local-map
11931 property, not keymap.
11932
11933 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11934
11935 * wid-edit.el (widget-field-end): When checking for a `boundary'
11936 field, do so in the correct buffer.
11937
11938 * simple.el (undo): Correctly distinguish between numeric and
11939 non-numeric prefix args in non-transient-mark-mode, as per the doc
11940 string. When in transient-mark-mode, treat all prefix-args as
11941 numeric.
11942
11943 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11944 Position point on match. Handle N == 0 correctly.
11945
11946 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11947 (comint-mode-map): Reverse order of `comint-write-output' and
11948 `comint-append-output-to-file'.
11949 (comint-append-output-to-file): Reinstate this function, for the
11950 benefit of the menu.
11951
11952 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11953
11954 * vc.el (vc-version-other-window): Bind `file'.
11955
11956 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11957
11958 * Makefile.in (update-authors): New target for maintenance purposes.
11959
11960 * emacs-lisp/authors.el (batch-update-authors): New function.
11961 (authors-fixed-entries): New defconst.
11962 (authors-add-fixed-entries): New function.
11963 (authors): Call it.: Don't process lispref/.
11964
11965 2000-10-25 Jason Rumney <jasonr@gnu.org>
11966
11967 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11968 Merge x w32 and mac definitions.
11969
11970 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11971
11972 * menu-bar.el (menu-bar-options-menu): Add a help string for
11973 `uniquify'.
11974
11975 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11976
11977 * time-stamp.el (time-stamp-string-preprocess):
11978 Fix a wrong type argument error.
11979
11980 2000-10-25 Miles Bader <miles@gnu.org>
11981
11982 * recentf.el (recentf-mode): Variable removed.
11983 (recentf-mode): Use `define-minor-mode'.
11984
11985 * mwheel.el (mouse-wheel-mode): New global minor mode.
11986 (mwheel-install): Use `mouse-wheel-mode'.
11987
11988 2000-10-25 Dave Love <fx@gnu.org>
11989
11990 * progmodes/cperl-mode.el (cperl-mode):
11991 Set normal-auto-fill-function correctly.
11992
11993 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11994 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11995 bindings.
11996
11997 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11998
11999 * wid-edit.el (widget-field-at): New function.
12000 (widget-at, widget-field-activate): Use it.
12001 (widget-tabable-at): Use `widget-at'.
12002 (widget-specify-field): If the terminating character of the widget
12003 field (which is read-only) is a newline, put it into a special
12004 `boundary' field so that C-n/C-p act more naturally.
12005 (widget-field-end): Also don't subtract one if a special
12006 `boundary' field has been added after the widget field.
12007
12008 * comint.el (comint-output-filter, comint-send-input):
12009 Don't bother adding stickiness fields to overlays to fool the field
12010 code, since it should notice the overlay insertion-types now.
12011
12012 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
12013 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
12014 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
12015
12016 2000-10-24 Gerd Moellmann <gerd@gnu.org>
12017
12018 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
12019 (authors): Set file coding system to iso-2022-7bit.
12020 Add file-local variables to output buffer.
12021
12022 * files.el (after-find-file): Don't print any warnings if
12023 WARN is nil.
12024
12025 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12026
12027 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
12028
12029 * delim-col.el: Now there is a column formatting mechanism.
12030 Modified to customization mechanisms convention. Doc fix.
12031 (columns): New group for delim-col.
12032 (delimit-columns-before, delimit-columns-after)
12033 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
12034 (delimit-columns-end): New vars.
12035 (delimit-columns-customize, delimit-columns-format): New funs.
12036 (delimit-columns-region, delimit-columns-rectangle)
12037 (delimit-columns-rectangle-line): Modified to support column
12038 formatting.
12039
12040 2000-10-24 Dave Love <fx@gnu.org>
12041
12042 * log-edit.el (log-edit): Add :version and a :group for vc.
12043
12044 2000-10-24 Gerd Moellmann <gerd@gnu.org>
12045
12046 * files.el (after-find-file): Don't print a message ``New file''
12047 if WARN is nil.
12048
12049 * wid-edit.el (widget-field-keymap, widget-text-keymap):
12050 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
12051 get duplicate tool-bar entries because we'll see the global ones
12052 on more than one path through keymaps.
12053
12054 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
12055
12056 * progmodes/cmacexp.el: Change Francesco's email address.
12057
12058 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12059
12060 * window.el (fit-window-to-buffer): Adjust point of the window
12061 buffer, not that of the current buffer.
12062
12063 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
12064
12065 * progmodes/cmacexp.el: Update the euthor's email address.
12066
12067 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12068
12069 * faces.el (face-spec-set-match-display): Add `graphic' display
12070 type (the inverse of `tty'). Use `display-graphic-p' instead of
12071 the window-system variable.
12072
12073 2000-10-24 Kenichi Handa <handa@etl.go.jp>
12074
12075 * international/isearch-x.el (isearch-with-input-method):
12076 Call input-method-function with the first event in
12077 unread-command-events.
12078
12079 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12080
12081 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
12082
12083 2000-10-24 Andrew Choi <akochoi@i-cable.com>
12084
12085 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
12086 New charsets.
12087
12088 * term/mac-win.el: Remove definitions of mac-roman-lower and
12089 mac-roman-upper, require dired, and define instead of set
12090 mac-ready-for-drag-n-drop to avoid compilation error.
12091
12092 2000-10-23 Andrew Innes <andrewi@gnu.org>
12093
12094 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
12095 Remove superfluous calls to subst-char-in-string; instead apply
12096 expand-file-name after convert-standard-filename to ensure
12097 expected directory separators are used.
12098
12099 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
12100
12101 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
12102
12103 2000-10-23 Dave Love <fx@gnu.org>
12104
12105 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
12106 (tool-bar-add-item): Set foreground and background for XBM icons.
12107
12108 * international/latin1-disp.el (latin1-char-displayable-p):
12109 New function (from Handa).
12110 (latin1-display-check-font): Use it.
12111
12112 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
12113 using :key-sequence, making it much more usable.
12114 Use nconc, not append.
12115 (imenu--create-keymap-1): Avoid append.
12116
12117 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
12118
12119 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12120
12121 [the following changes fix a bug where `define-minor-mode' didn't
12122 correctly generate :require clauses for defcustoms in compiled files]
12123 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
12124 (byte-compile-log-file, byte-compile-log-1): Don't set
12125 `byte-compile-current-file' to nil. Instead set
12126 `byte-compile-last-logged-file' to it. Test whether
12127 byte-compile-current-file equals byte-compile-last-logged-file
12128 instead of whether its nil.
12129 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
12130
12131 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
12132
12133 * textmodes/refill.el: Fix var names in doc.
12134 (refill-mode): Don't bother with make-local-hook anymore.
12135
12136 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
12137
12138 * faces.el (face-user-default-spec, face-default-spec): New functions.
12139 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
12140 (frame-set-background-mode, face-set-after-frame-default):
12141 Use `face-user-default-spec'. Simplify code slightly.
12142
12143 * woman.el (woman-italic-face, woman-bold-face)
12144 (woman-unknown-face): Add dark-background variants.
12145 (woman-default-faces): Renamed from `woman-colour-faces'.
12146 Set using the stored defaults, rather than using hard-wired colors.
12147 (woman-monochrome-faces): Renamed from `woman-black-faces'.
12148 Just make the foreground `unspecified' rather than "black".
12149 (woman-menu): Rename menu entries accordingly.
12150
12151 * faces.el (header-line): Make more reasonable on mono/grayscale
12152 displays.
12153
12154 2000-10-23 Andrew Choi <akochoi@i-cable.com>
12155
12156 * cus-edit.el (custom-button-face): Use 3D look for mac.
12157 (custom-button-pressed-face): Likewise.
12158
12159 * faces.el (set-face-attributes-from-resources): Handle mac frames
12160 in the same way as x and w32 frames.
12161 (face-valid-attribute-values): Likewise.
12162 (read-face-attribute): Likewise.
12163 (defined-colors): Likewise.
12164 (color-defined-p): Likewise.
12165 (color-values): Likewise.
12166 (display-grayscale-p): Likewise.
12167 (face-set-after-frame-default): Likewise.
12168 (mode-line): Same default face as for x and w32.
12169 (tool-bar): Likewise.
12170
12171 * frame.el: Remove call to frame-notice-user-settings at end of
12172 the file.
12173
12174 * info.el (Info-fontify-node): Make underlines invisible for mac
12175 as for x, pc, and w32 frame types.
12176
12177 * term/mac-win.el: New file.
12178
12179 2000-10-22 Dave Love <fx@gnu.org>
12180
12181 * textmodes/refill.el: New file.
12182
12183 2000-10-22 Andre Spiegel <spiegel@gnu.org>
12184
12185 * vc-hooks.el (vc-version-backup-file-name): New optional args
12186 MANUAL and REGEXP.
12187 (vc-delete-automatic-version-backups, vc-make-version-backup):
12188 New functions.
12189 (vc-before-save): Use the latter.
12190 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
12191 confusion.
12192
12193 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
12194 expected by vc[-hooks].el.
12195
12196 * vc.el (vc-checkout): Added `-p' suffix in call to
12197 vc-make-version-backups-p; use vc-make-version-backup to actually
12198 make the backup.
12199 (vc-version-other-window, vc-version-backup-file): Handle both
12200 automatic and manual backups.
12201 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12202 of all of them.
12203
12204 2000-10-22 Miles Bader <miles@gnu.org>
12205
12206 * comint.el (comint-highlight-input, comint-highlight-prompt):
12207 Renamed, `-face' at end removed.
12208 (comint-send-input, comint-output-filter): Use renamed faces.
12209
12210 * window.el (fit-window-to-buffer): Change defaulting of
12211 MAX-HEIGHT slightly.
12212
12213 * faces.el (color-values, color-defined-p): Use `member', not
12214 `memq', because it works correctly for strings.
12215 (frame-set-background-mode): Actually, "unspecified-fg" and
12216 "unspecified-bg" *are* strings. Use `member', not `memq', and
12217 `equal', not `eq', when a string value is possible.
12218
12219 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12220
12221 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12222
12223 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12224
12225 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12226 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12227 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12228 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12229 (sh-font-lock-syntactic-keywords): Use them.
12230 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12231 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12232 (sh-mode): Don't override font-lock-unfontify-region-function.
12233 Use a copy of sh-font-lock-syntactic-keywords.
12234 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12235 Don't call sh-scan-buffer since font-lock does it on the fly.
12236 (sh-get-indent-info): Use `face' rather than `syntax-table'
12237 text-property to detect here-documents.
12238 Replace sh-special-syntax with sh-st-punc.
12239 (sh-prev-line): Use `face' rather than `syntax-table'
12240 text-property to skip over here-documents.
12241 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12242 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12243 (sh-electric-less, sh-set-here-doc-region)
12244 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12245 (sh-scan-buffer, sh-rescan-buffer): Remove.
12246
12247 2000-10-21 Andrew Innes <andrewi@gnu.org>
12248
12249 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12250 remote (ange-ftp) file names.
12251
12252 2000-10-21 Miles Bader <miles@gnu.org>
12253
12254 * window.el (fit-window-to-buffer): New function.
12255 (shrink-window-if-larger-than-buffer): Use it.
12256 (window-text-height): Don't expect minibuffers to have mode-lines.
12257
12258 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12259 * international/quail.el (quail-update-guidance):
12260 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12261
12262 * international/quail.el (quail-show-guidance-buf): Make sure
12263 guidance window really has enough room.
12264 (quail-update-guidance): If quail-guidance-win is already shown,
12265 make sure its height is OK.
12266
12267 * window.el (window-text-height, set-window-text-height):
12268 New functions.
12269 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12270 instead of `window-height' & `mode-line-window-height-fudge'.
12271 (mode-line-window-height-fudge): Add FACE parameter.
12272 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12273 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12274
12275 2000-10-20 Miles Bader <miles@gnu.org>
12276
12277 * window.el (height-affecting-face-attributes): Use `defconst'.
12278
12279 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12280 New function, conditionally aliased to `mode-line-window-height-fudge'.
12281 (ispell-help): Use it.
12282 (ispell-choices-win-default-height): Don't include mode-line fudge.
12283 (ispell-choices-win-default-height): New function.
12284 (ispell-show-choices, ispell-command-loop): Use function
12285 `ispell-choices-win-default-height' instead of variable.
12286
12287 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12288
12289 * window.el (mode-line-window-height-fudge): New variable.
12290 (height-affecting-face-attributes): New variable.
12291 (mode-line-window-height-fudge): New function.
12292 (shrink-window-if-larger-than-buffer): Use it.
12293 * help.el (resize-temp-buffer-window): Likewise.
12294
12295 * info.el (Info-fontify-node): Add support for @subsubsection
12296 titles, which use `Info-title-4-face'.
12297 (Info-title-4-face): New face.
12298 (Info-title-3-face): Inherit from Info-title-4-face instead of
12299 variable-pitch.
12300
12301 2000-10-19 Jason Rumney <jasonr@gnu.org>
12302
12303 * dired.el (dired-insert-directory): Do not let errors signalled by
12304 attempt to run dired-free-space-program prevent dired from working.
12305
12306 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12307
12308 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12309
12310 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12311
12312 * dirtrack.el (dirtrack): Fix call to run-hooks.
12313
12314 * cmuscheme.el (cmuscheme-program-name): Renamed from
12315 scheme-program-name because xscheme.el contains a defcustom with
12316 the same name. As a consequence, customizing group `cmuscheme'
12317 loaded `xscheme' which redefined run-scheme.
12318 (run-scheme): Use cmuscheme-program-name.
12319
12320 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12321
12322 * play/doctor.el (doctor-death): Update the Samaritans'
12323 anonymous address, and add a website for Befrienders International.
12324
12325 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12326
12327 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12328 Avoid compilation gripes. Doc fix.
12329 (ps-print-version): New version number (6.2).
12330 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12331 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12332 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12333 (ps-x-extent-priority, ps-x-extent-start-position)
12334 (ps-x-face-font-instance, ps-x-find-coding-system)
12335 (ps-x-font-instance-properties, ps-x-make-color-instance)
12336 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12337 avoid compilation gripes without defining functions.
12338 (ps-e-find-composition): Alias for function find-composition, to have a
12339 suitable function depending on Emacs version.
12340 (ps-color-device, ps-color-values, ps-face-foreground-name)
12341 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12342 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12343 (ps-print-ensure-fontified): Function definitions surrounded by
12344 `eval-and-compile' to avoid compilation gripes.
12345 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12346 by symbol-value to avoid compilation gripes.
12347 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12348 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12349
12350 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12351
12352 * startup.el (normal-top-level): Call `frame-set-background-mode'
12353 after `frame-notice-user-settings' because the latter doesn't call
12354 the former on a tty.
12355
12356 * faces.el (frame-set-background-mode): `unspecified' &c are
12357 symbols, not strings.
12358
12359 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12360
12361 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12362 why some "light*" colors are deliberately absent from the alist.
12363
12364 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12365 Change colors for tty's, as suggested by Miles Bader.
12366
12367 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12368
12369 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12370 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12371 for ISO10646-1 fonts.
12372 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12373
12374 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12375
12376 * faces.el (frame-set-background-mode): If a tty frame defines a
12377 background color, use that to compute the background mode, instead
12378 of always defaulting to "dark".
12379
12380 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12381
12382 * comint.el (comint-write-output): New function.
12383 (comint-mode-map): Add it to the menu.
12384 Bind `C-c C-s' to comint-write-output.
12385
12386 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12387
12388 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12389 Use fancy-splash-delay.
12390
12391 2000-10-18 Alex Schroeder <alex@gnu.org>
12392
12393 * progmodes/sql.el (sql-sybase-options): New option.
12394 (sql-sybase): Use it. Add sql-database to the list of parameters
12395 provided for login. The options -w 2048 -n are not used any more.
12396
12397 * comint.el (comint-read-input-ring): Bugfix such that the first
12398 and the last entry of the input ring file are not lost.
12399
12400 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12401
12402 * ps-print.el: Internal variable changes to defcustom,
12403 make-local-hook changes to defvar. Doc fix.
12404 (ps-print-version): New version number (6.1).
12405 (ps-setup, ps-do-despool): Code fix.
12406 (ps-printer-name): Customization fix.
12407 (ps-printer-name-option): Now is a defcustom instead of an
12408 internal variable.
12409 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12410 (ps-print-begin-column-hook): Now are defvar instead of
12411 make-local-hook.
12412
12413 2000-10-18 Miles Bader <miles@gnu.org>
12414
12415 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12416 (comint-kill-output): Changed into an alias for `comint-delete-output',
12417 and made obsolete.
12418 (comint-mode-map): Rename references to comint-kill-output.
12419
12420 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12421
12422 * diff-mode.el (diff-header-face, diff-file-header-face)
12423 (diff-changed-face): Add bold and italic attributes to tty faces.
12424 (diff-function-face): New face.
12425 (diff-font-lock-keywords): Use it.
12426
12427 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12428
12429 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12430 Remove commented-out call to force-mode-line-update.
12431 (comint-kill-output): Use `forward-line 0' instead of
12432 beginning-of-line to make sure we get past the prompt.
12433
12434 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12435
12436 * diff-mode.el (diff-header-face, diff-file-header-face):
12437 Add specific setting for dark background.
12438 (diff-context-face): Renamed from diff-comment-face.
12439 Set explicitly rather than inheriting from font-lock-comment-face.
12440
12441 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12442
12443 * startup.el (command-line): Move the code which sets the default
12444 TTY colors to before before-init-hook.
12445
12446 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12447
12448 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12449
12450 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12451
12452 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12453 extensions, for MS-DOS.
12454
12455 * diff-mode.el (diff-header-face, diff-file-header-face)
12456 (diff-changed-face): Define tty-specific colors.
12457
12458 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12459
12460 * startup.el (fancy-splash-text): Realign the text.
12461
12462 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12463
12464 * font-lock.el (font-lock-comment-face): Define a separate default
12465 for dark-background tty's.
12466
12467 2000-10-17 Miles Bader <miles@gnu.org>
12468
12469 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12470 being obscured by whizzy mode-lines on graphics displays.
12471
12472 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12473
12474 * info.el (Info-title-1-face, Info-title-2-face)
12475 (Info-title-3-face): Define colors for tty's.
12476 (info-header-node): Remove unneeded tty-specific definition.
12477
12478 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12479
12480 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12481 reverse from the frame parameters, and don't invert foreground and
12482 background colors.
12483
12484 2000-10-16 Miles Bader <miles@gnu.org>
12485
12486 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12487 string "*Info*". Call propertized-buffer-identification to spruce
12488 up the result.
12489
12490 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12491
12492 * help.el: Provide `help' for the sake of define-minor-mode
12493 which generates defcustoms with requires.
12494
12495 * jit-lock.el (jit-lock-after-change): If we're in text that
12496 matches a multi-line font-lock pattern, make sure the whole text
12497 will be redisplayed.
12498
12499 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12500 author's name is unknown.
12501
12502 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12503 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12504 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12505 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12506 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12507 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12508 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12509 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12510 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12511 Add author information.
12512
12513 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12514
12515 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12516 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12517 full-color version (using the Gimp) to eliminate dithering artifacts.
12518
12519 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12520
12521 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12522
12523 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12524
12525 2000-10-15 Dave Love <fx@gnu.org>
12526
12527 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12528
12529 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12530
12531 * whitespace.el: Doc fixes.
12532 (top-level): Don't add hooks here.
12533 (whitespace-running-emacs): Deleted.
12534 (timer): Don't require.
12535 (whitespace): Add back :version conditional on xemacs test.
12536 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12537 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12538 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12539 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12540 Avoid specific xemacs test.
12541 (whitespace-global-mode): New option.
12542 (whitespace-global-mode): New command.
12543 (whitespace-unload-hook): New function.
12544
12545 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12546 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12547 (Info-fontify-node): `Goto' goes to `Go to'.
12548 (Info-fontify-node): Add help-echo to xref links.
12549
12550 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12551
12552 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12553
12554 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12555
12556 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12557 Use plist-get and allow :inherit.
12558
12559 * emacs-lisp/cl-macs.el (cl-do-arglist):
12560 Use plist-get and plist-member instead of memq.
12561
12562 * emacs-lisp/ewoc.el (ewoc-location): New function.
12563 (ewoc-enter-after, ewoc-enter-before): Document return value.
12564 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12565 Don't need make-local-hook any more.
12566 (cvs-addto-collection): Return the new tin.
12567 (cvs-mode-insert): Jump to the new line.
12568
12569 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12570
12571 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12572
12573 * font-lock.el (font-lock-syntactically-fontified): New var.
12574 (font-lock-fontify-syntactic-keywords-region): Use it.
12575 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12576
12577 * diff-mode.el (diff-find-file-name): Fix regexp.
12578
12579 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12580 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12581
12582 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12583 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12584 (sh-mode): Don't make all vars local here.
12585 (sh-kw): Reformat.
12586 (sh-set-shell): Use dolist. Don't set indent-region-function.
12587 (sh-mode-syntax-table): Use pop.
12588 (sh-remember-variable): Use push.
12589 (sh-help-string-for-variable): Use memq.
12590 (sh-safe-backward-sexp): Remove.
12591 (sh-safe-forward-sexp): Add ARG.
12592 (sh-get-indent-info, sh-prev-stmt): Use it.
12593 (sh-prev-line): Simplify by using forward-comment.
12594 (sh-this-is-a-continuation): Simplify.
12595 (sh-learn-buffer-indent): Use dolist.
12596 (sh-do-nothing): Remove.
12597 (sh-set-char-syntax, sh-set-here-doc-region):
12598 Use inhibit-modification-hooks.
12599 (sh-name-style): Use mapcar and push.
12600 (sh-load-style): Use dolist.
12601 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12602 (sh-case, sh-while-getopts): Use propertize directly rather
12603 than sh-electric-rparen.
12604
12605 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12606
12607 * textmodes/tex-mode.el: Require CL when compiling.
12608 (tex-mode-syntax-table): Init immediately.
12609 (tex-mode-map): Bind M-RET to latex-insert-item.
12610 (latex-mode): Set indent-line-function to latex-indent.
12611 (tex-common-initialization): Don't setup the syntax-table any more.
12612 (latex-insert-item): New skeleton.
12613 (tex-next-unmatched-end): Fix copy/paste braino.
12614 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12615 (latex-indent, latex-find-indent): New functions.
12616 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12617 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12618 (tex-compilation-parse-errors): Use with-syntax-table.
12619
12620 2000-10-15 Miles Bader <miles@gnu.org>
12621
12622 * font-lock.el (font-lock-comment-face): Change dark-background,
12623 color, non-tty, default to `chocolate1'.
12624
12625 2000-10-13 John Wiegley <johnw@gnu.org>
12626
12627 * eshell/esh-util.el (require): Added a missing `require' form,
12628 needed when compiling (for an ange-ftp macro definition).
12629
12630 2000-10-13 Dave Love <fx@gnu.org>
12631
12632 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12633
12634 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12635
12636 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12637
12638 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12639 transparent -colors 8).
12640
12641 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12642
12643 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12644 that breaks with old list format timestamps.
12645 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12646 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12647
12648 2000-10-13 John Wiegley <johnw@gnu.org>
12649
12650 * align.el, pcomplete.el, calendar/timeclock.el,
12651 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12652
12653 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12654 faulty math, where holiday hours were being computing as seconds.
12655
12656 2000-10-13 John Wiegley <johnw@gnu.org>
12657
12658 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12659 specifying what "other" kinds of buffers should be saved.
12660 This used to be hard-coded.
12661 (desktop-buffer-misc-functions): A global for specifying how
12662 auxiliary data should be determined for special buffer types.
12663 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12664 instead of hard-coding the special buffer types.
12665 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12666 auxiliary data, instead of hard-coding for Info buffers and dired.
12667 (desktop-buffer-info-misc-data): Aux function for determining Info
12668 buffer auxiliary info.
12669 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12670 (desktop-buffer-info): Changed this function to use the info
12671 gathered above.
12672 (desktop-create-buffer): Be a little more careful about what
12673 `minor-mode' means before calling it. This is important for some
12674 buffer types.
12675
12676 2000-10-13 John Wiegley <johnw@gnu.org>
12677
12678 * eshell/esh-util.el: Added a global form which declares an
12679 autoload for `parse-time-string', if that function is not already
12680 defined, and if parse-time.el is available on the user's system.
12681
12682 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12683 to be aware of ange-ftp user info.
12684 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12685 (eshell-ls-annotate): Use `eshell-file-attributes'.
12686 (eshell-ls-file): Made the user-id printing code a bit smarter.
12687
12688 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12689 allow identification of alias user ids in remote directories.
12690 It's manual, but there's no other way to know when the current user
12691 on the local machine, is also the owning user on the remote machine.
12692 (fboundp): Bind `ange-cache'.
12693 (eshell-directory-files-and-attributes): Re-organized the logic a
12694 bit to use `eshell-file-attributes' instead of `file-attributes'.
12695 The former is more sensitive to directories that are read via FTP,
12696 and knows how to use ange-ftp to determine full attribute
12697 information, instead of just the name and last modtime.
12698 (eshell-current-ange-uids): Return the current user id when in a
12699 remote directory.
12700 (eshell-parse-ange-ls): Parse a full directory listing that has
12701 been returned by ange-ftp.
12702 (eshell-file-attributes): This beefed up version of
12703 `file-attributes' is only special if the user is currently in a
12704 remote directory, in which case it does a lot of work to find out
12705 what the real attributes of a file are, as they appear on the
12706 remote machine. This makes usage of remote directories (i.e.,
12707 ange-ftp pathnames) much more useful. You can now use Eshell as a
12708 full-fledged FTP client, with much more manipulation ability than
12709 most other clients.
12710
12711 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12712 variable, which means that Eshell's du should always be preferred
12713 in remote directories.
12714 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12715 just `file-attributes'.
12716 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12717 when reading remote directories. This is an Eshell-specific
12718 variable (not part of ange-ftp).
12719 (eshell/ln): Bind `ange-cache'.
12720 (eshell/du): Added some extra logic for determining when to use
12721 Eshell's du (which is slow), and when to use the external version
12722 (which may or may not exist).
12723
12724 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12725 Call `eshell-interactive-process', rather than using
12726 `get-buffer-process', since backgrounded processes don't count in
12727 the context of this function's logic.
12728
12729 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12730 `forward-char', so that null strings are parsed correctly.
12731
12732 2000-09-13 John Wiegley <johnw@gnu.org>
12733
12734 * eshell/em-pred.el (eshell-pred-file-type)
12735 (eshell-pred-file-links, eshell-pred-file-size):
12736 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12737
12738 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12739 that remote file globbing is more efficient.
12740
12741 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12742 gathering the files and attributes within a directory.
12743
12744 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12745 the command line is a special file (not a regular file, directory
12746 or symlink), always attempt to call the external version of cat.
12747
12748 2000-09-13 John Wiegley <johnw@gnu.org>
12749
12750 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12751 Eshell-friendly version of find-tag.
12752
12753 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12754
12755 * image-file.el (image-file-name-extensions)
12756 (image-file-name-regexps): Add autoload cookies.
12757
12758 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12759
12760 * international/mule-cmds.el (select-safe-coding-system): If FROM
12761 is string, show it in *Warning* buffer.
12762
12763 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12764
12765 * startup.el (normal-top-level): Use display-popup-menus-p instead
12766 of window-system.
12767 (command-line): Use display-graphic-p instead of window-system.
12768 (command-line-1): Use display-popup-menus-p and display-mouse-p
12769 instead of window-system.
12770
12771 2000-10-12 Sam Steingold <sds@gnu.org>
12772
12773 * tooltip.el (tooltip-use-echo-area): New user variable.
12774 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12775
12776 2000-10-12 Dave Love <fx@gnu.org>
12777
12778 * recentf.el: Maintainer's checkdoc fixes.
12779
12780 * startup.el (normal-top-level-add-subdirs-to-load-path):
12781 Use character class, not ASCII when matching file names.
12782 (fancy-splash-head): Add trailing slash to URL.
12783 (command-line): Don't require XPM support for toolbar.
12784
12785 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12786 (cperl-invalid-face): Revert last change.
12787 (cperl-init-faces): Quote cperl-invalid-face.
12788
12789 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12790
12791 * startup.el (fancy-splash-text): Remove superfluous quote.
12792
12793 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12794
12795 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12796 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12797 (command-line-1): Don't use fancy-splash-pending-command.
12798 (fancy-splash-screens-1): Goto point-min after inserting text.
12799
12800 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12801
12802 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12803 instead of shared-lisp-mode-map.
12804
12805 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12806
12807 * faces.el (header-line): Change tty-variant to use underlining.
12808
12809 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12810 (isearch-highlight): Restore lazy-isearch face properties at old
12811 position, and suppress them at new position.
12812 (isearch-dehighlight): Restore lazy-isearch face properties.
12813 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12814 over the real isearch overlay, but in that case, don't give it a
12815 face property. Use `push'.
12816
12817 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12818
12819 * man.el (Man-getpage-in-background): Fix previous change.
12820 Decode the process output only when we are in multibyte mode.
12821
12822 2000-10-11 Dave Love <fx@gnu.org>
12823
12824 * info.el (Info-mode-menu): Fix some help.
12825 (info-tool-bar-map): Add entry for Info-last.
12826
12827 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12828 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12829 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12830 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12831 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12832 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12833 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12834 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12835 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12836 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12837 Reduce colour requirements to 25 overall. (Probably wants
12838 revisiting from the originals to reduce further.)
12839
12840 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12841
12842 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12843 buffer-file-coding-system, instead of raw-text.
12844 (dehexlify-buffer): Bind coding-system-for-read to
12845 buffer-file-coding-system, instead of raw-text.
12846
12847 2000-10-11 Sam Steingold <sds@gnu.org>
12848
12849 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12850 `underline' - fixes the bug introduced on 2000-09-21.
12851
12852 2000-10-11 Dave Love <fx@gnu.org>
12853
12854 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12855 Avoid compiler warnings.
12856 (scheme-mode): Doc fix.
12857 (scheme-font-lock-keywords-1): Match `define-syntax'.
12858
12859 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12860
12861 * faces.el (frame-set-background-mode): Pay attention to saved
12862 face specs as well as default ones. Only do anything if the
12863 bg-mode or display-type has actually changed. Use `dolist'.
12864 (region): Make dark-background `region' face less in-your-face.
12865
12866 2000-10-10 Sam Steingold <sds@gnu.org>
12867
12868 * chistory.el, ielm.el, ledit.el:
12869 * progmodes/inf-lisp.el, progmodes/scheme.el:
12870 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12871
12872 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12873
12874 * textmodes/texinfo.el: Update copyright and fix typo.
12875
12876 * desktop.el (desktop-modes-not-to-save): New var.
12877 (desktop-save-buffer-p): Use it.
12878 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12879 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12880
12881 2000-10-10 Dave Love <fx@gnu.org>
12882
12883 * toolbar/tool-bar.el (tool-bar-add-item)
12884 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12885
12886 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12887 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12888 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12889 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12890 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12891 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12892 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12893 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12894 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12895 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12896 the .xpms; probably need retouching.
12897
12898 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12899
12900 * subr.el (add-to-list): Add optional argument APPEND.
12901 * battery.el (display-battery): Use `add-to-list'.
12902
12903 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12904
12905 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12906 properties.
12907 (zone, zone-when-idle, zone-leave-me-alone)
12908 (zone-pgm-whack-chars): Use new symbol properties.
12909
12910 * battery.el (display-battery): Doc spelling fix.
12911
12912 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12913 property.
12914
12915 2000-10-09 Dave Love <fx@gnu.org>
12916
12917 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12918 has been initialized before calling tool-bar-setup.
12919 (tool-bar-add-item-from-menu): Add autoload cookie.
12920
12921 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12922
12923 * menu-bar.el (send-mail-item-name): New function.
12924 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12925 of mail-user-agent in the menu. Don't display the "Send Mail"
12926 item if mail-user-agent is nil or its value is ignore.
12927 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12928 if read-mail-command is nil or its value is ignore.
12929
12930 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12931
12932 2000-10-09 Miles Bader <miles@gnu.org>
12933
12934 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12935 Correct image size.
12936 * toolbar/left_arrow.xpm: Correct image size.
12937
12938 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12939 will be done by the definition of `auto-compression-mode' if
12940 necessary. Move code to uninstall existing file-name handler
12941 before definition of `auto-compression-mode'.
12942
12943 * image-file.el (auto-image-file-mode): Move to the end of the
12944 file, because `define-minor-mode' actually calls the mode-function
12945 if the associated variable is non-nil, which requires that all
12946 needed functions be already defined.
12947
12948 * mouse.el (popup-menu): Balance parens.
12949
12950 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12951
12952 * mouse.el (popup-menu): Move the command call outside the loop
12953 so that popup-menu returns whatever the command returns.
12954
12955 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12956 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12957 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12958 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12959
12960 * vc.el (vc-version-diff): diff-switches can be a list.
12961 Use relative filenames for prettier output.
12962
12963 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12964 (vc-post-command-functions): Remove old-VC compatibility code.
12965
12966 * newcomment.el (comment-indent-default): Autoload.
12967
12968 * font-lock.el (font-lock-defaults): Make buffer-local.
12969 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12970 (font-lock-choose-keywords):
12971 Ignore LEVEL unless KEYWORDS is a list of syms.
12972 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12973 Don't wrap regexp-opt things in \(...\) unnecessarily.
12974
12975 * jit-lock.el: Don't require font-lock any more.
12976 (jit-lock-functions): Make buffer-local.
12977 (jit-lock-saved-fontify-buffer-function): Remove.
12978 (jit-lock-mode): Remove autoload cookie.
12979 Remove font-lock specific code.
12980 (jit-lock-unregister): Don't bother handling complex hooks any more.
12981 (jit-lock-refontify): New function.
12982 (jit-lock-fontify-buffer): Use it.
12983 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12984 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12985 Add optional args START and END.
12986 Never call font-lock-fontify-region directly.
12987 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12988
12989 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12990
12991 2000-10-08 Dave Love <fx@gnu.org>
12992
12993 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12994
12995 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12996
12997 * play/studly.el (studlify-region, studlify-word): Add autoload
12998 cookie.
12999
13000 * play/morse.el (morse-region, unmorse-region): Add autoload
13001 cookie.
13002
13003 * play/spook.el (spook-phrases-file): Use expand-file-name, not
13004 concat.
13005
13006 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
13007 insist on symbols starting with word syntax.
13008 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
13009 (eval-defun-1): Doc fix.
13010 (indent-sexp): Use nconc to build up indent-stack.
13011
13012 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
13013 Gnus with little use.
13014 (mail-setup-hook): Add mail-abbrevs-setup to options.
13015
13016 * recentf.el: Doc fixes.
13017
13018 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
13019 Clean up remainder.
13020
13021 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
13022 without timezone and (8) with timezone to enforce some whitespace.
13023 Simplify code somewhat.
13024
13025 * options.el (list-options): Doc that you should use customize.
13026
13027 * iswitchb.el (iswitchb-mode): Add :require.
13028
13029 * info.el (Info-goto-node, Info-menu): Doc fix.
13030 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
13031 (info-tool-bar-map): New variable.
13032 (Info-mode): Use it.
13033 (Info-edit-map): Define all in defvar.
13034 (speedbar-attached-frame): Avoid compiler warning.
13035
13036 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
13037 (global-map): Bind [tool-bar] to a filtered map.
13038 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
13039 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
13040 Allow PBM icons.
13041 (tool-bar-setup): Adjust calls of tool-bar-add-item.
13042
13043 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
13044 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
13045 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
13046 icons, except up_arrow, which is left-arrow rotated.
13047
13048 * imenu.el (imenu-add-to-menubar): Fix last change.
13049
13050 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
13051
13052 * generic-x.el (rul-generic-mode): Remove eval-when-compile
13053 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
13054
13055 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13056
13057 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
13058 typos in doc strings.
13059
13060 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
13061 the doc strings how to customize Font Lock faces.
13062
13063 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
13064 computing growth when dragging the header line.
13065
13066 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
13067
13068 * simple.el (kill-line): Doc fix.
13069
13070 2000-10-08 Miles Bader <miles@gnu.org>
13071
13072 * faces.el (secondary-selection): Make foreground visible on tty.
13073
13074 * jka-compr.el (auto-compression-mode): Move to the end of the
13075 file, because `define-minor-mode' actually calls the mode-function
13076 if the associated variable is non-nil, which requires that all
13077 needed functions be already defined.
13078 (with-auto-compression-mode): Add autoload cookie.
13079
13080 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
13081
13082 * files.el (find-backup-file-name) [ms-dos]: If support for long
13083 file names is not available, behave as if version-control were set
13084 to never.
13085
13086 2000-10-07 Dave Love <fx@gnu.org>
13087
13088 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
13089 (browse-url-gnome-moz): New function.
13090 (browse-url-browser-function): Use it.
13091 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
13092
13093 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
13094
13095 * indent.el (tab-always-indent): New var.
13096 (indent-for-tab-command): Use it.
13097
13098 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
13099 raise an error. This way it can still default to a sane value.
13100
13101 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13102
13103 * startup.el (fancy-splash-screens): Use local rather than global map.
13104 Don't use `update-menu-bindings' any more.
13105 Get rid of assumptions about keymap representation.
13106
13107 2000-10-06 Dave Love <fx@gnu.org>
13108
13109 * textmodes/fill.el (sentence-end-double-space)
13110 (sentence-end-without-period): Doc fix.
13111 (adaptive-fill-regexp): Purecopy.
13112 (unjustify-current-line): Use line-end-position.
13113 (fill-individual-paragraphs-prefix): Use line-beginning-position.
13114
13115 * net/eudc-vars.el (eudc): Add :version, :link.
13116
13117 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
13118
13119 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
13120 Fix for define-minor-mode.
13121 (function-at-point): Alias to function-called-at-point.
13122
13123 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
13124
13125 * simple.el (backward-word): Doc fix.
13126
13127 * image-file.el (image-file-name-regexp): image-file-regexps ->
13128 image-file-name-regexps.
13129 (image-file-name-extensions): Add pbm.
13130
13131 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
13132
13133 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
13134 and add filename to the names so that diff-mode can jump to source.
13135
13136 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
13137 (tex-font-lock-keywords, tex-font-lock-keywords-2)
13138 (tex-font-lock-keywords-1): Remove.
13139 (font-lock-turn-on-thing-lock): Use jit-lock-register.
13140 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
13141 (font-lock-default-fontify-region):
13142 Expand beg..end correctly when just following a multiline region.
13143 (font-lock-fontify-anchored-keywords):
13144 Include the anchor text as part of the multiline.
13145
13146 2000-10-06 Gerd Moellmann <gerd@gnu.org>
13147
13148 * loadup.el (toplevel): Load `loaddefs' before `help' because the
13149 latter needs the autoloaded define-minor-mode macro during the
13150 bootstrap.
13151
13152 * startup.el (command-line): For now, activate tool-bar-mode only
13153 if XPM images are supported.
13154
13155 * mouse.el (mouse-drag-header-line): Don't allow resizing a
13156 window by dragging a header-line at the top of the frame; that's
13157 confusing because the header-line doesn't move.
13158 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
13159 of treating the event as a list. Some cleanup.
13160
13161 2000-10-06 Miles Bader <miles@gnu.org>
13162
13163 * simple.el (display-message-or-buffer): New function.
13164 (shell-command-on-region): Use `display-message-or-buffer'.
13165
13166 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
13167 docstring parts.
13168
13169 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13170 (smbclient-prompt-regexp): Add usage note to doc string.
13171 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
13172 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
13173 Use add-hook for adding the comint filter function, and only do so
13174 if it's not already in the global hook list.
13175 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
13176 to `make-local-variable'.
13177 (nslookup-font-lock-keywords): Remove prompt entry.
13178 (nslookup): Don't set the process-filter.
13179 (finger): Exit the loop correctly when the regexps list runs out.
13180 (ftp, smbclient, smbclient-list-shares):
13181 Set the real major mode immediately, not after execing.
13182 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
13183
13184 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
13185
13186 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
13187
13188 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
13189
13190 * which-func.el (which-func-format): Remove spurious space.
13191 (which-func-mode): Don't make it permanent-local.
13192 (which-func-ff-hook): Allow which-func-maxout to be nil.
13193 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
13194 (which-func-mode): Simplify.
13195 Use post-command-idle-hook rather than post-command-hook.
13196 Go through all buffers and update their state.
13197 (which-function): Also try add-log-current-defun-function.
13198
13199 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
13200 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
13201 Update call to with-vc-properties accordingly.
13202 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13203 (vc-revert-buffer): More careful about window selection and deletion.
13204 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13205
13206 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13207 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13208 (cvs-dired-action): Change the default to quickdir.
13209
13210 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13211 if comment-indent-function returns nil.
13212 (comment-indent-default): New function.
13213 (comment-indent-function): Use it and document the new semantics.
13214
13215 * image-file.el: Docstring fixes.
13216
13217 * help.el (help-xref-on-pp): Use match-string.
13218 (describe-variable): New arg BUFFER.
13219 Store the current buffer in the help-xref-stack.
13220 (temp-buffer-resize-mode): Use define-minor-mode.
13221
13222 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13223 consistently with its docstring.
13224 Set jit-lock-first-unfontify-pos in an idempotent way.
13225 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13226
13227 2000-10-05 Alex Schroeder <alex@gnu.org>
13228
13229 * sql.el (sql-mysql-options): New variable.
13230 (sql-mysql): Use it.
13231
13232 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13233
13234 * image.el (image): New group.
13235
13236 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13237 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13238
13239 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13240
13241 * net/net-utils.el (nslookup-font-lock-keywords)
13242 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13243 Ignore the value of wqindow-system; always define keywords
13244
13245 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13246
13247 * startup.el (fancy-splash-screens): Remove the code for
13248 debugging; `(trace-to-stderr "EXITTT\n")'.
13249
13250 2000-10-05 Miles Bader <miles@gnu.org>
13251
13252 * diff-mode.el (diff-goto-source): Update call to
13253 `diff-hunk-status-msg' to reflect new REV variable.
13254
13255 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13256
13257 * progmodes/icon.el (icon-mode):
13258 Don't gratuitously override the default for comment-column.
13259
13260 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13261
13262 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13263 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13264 (jit-lock-functions): New var.
13265 (jit-lock-function-1): Use it if non-nil.
13266 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13267 Set the `fontified' property before doing the fontification to avoid
13268 repeatedly going through the same error.
13269 Don't turn errors into messages.
13270 (jit-lock-register, jit-lock-unregister): New functions.
13271
13272 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13273 Use with-current-buffer.
13274
13275 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13276 Turn comment into docstring.
13277
13278 * apropos.el (apropos-mode): Use define-derived-mode.
13279
13280 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13281
13282 * startup.el (fancy-splash-pending-command): New variable.
13283 (fancy-splash-pre-command): New function.
13284 (fancy-splash-screens): Rewritten.
13285 (command-line-1): If fancy-splash-pending-command is set, call it
13286 interactively.
13287
13288 2000-10-04 Dave Love <fx@gnu.org>
13289
13290 * toolbar/tool-bar.el (tool-bar-setup): New function.
13291 (tool-bar-mode): Use it.
13292
13293 * subr.el (substitute-key-definition): Doc fix.
13294 (play-sound-file): New command.
13295
13296 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13297
13298 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13299 vc-version-backup-file-name): New functions.
13300
13301 * files.el (basic-save-buffer): Call vc-before-save before saving.
13302
13303 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13304 vc-cvs-stay-local-p.
13305
13306 * vc.el (vc-revert-buffer): Handle empty diff properly.
13307 (vc-version-backup-file): New function.
13308 (vc-checkout): Create a version backup if necessary.
13309 (vc-checkin): If a version backup file exists, delete it.
13310 (vc-version-diff): Diff locally using version backups, if available.
13311 (vc-revert-file): If there's a version backup, revert locally.
13312 (vc-transfer-file): Use version backup for base version, if
13313 available. If not, ask for confirmation whether to get it from the
13314 server. Update mode line before check-in.
13315
13316 2000-10-04 Dave Love <fx@gnu.org>
13317
13318 * toolbar/tool-bar.el (tool-bar-setup): New function.
13319 (tool-bar-mode): Use it.
13320
13321 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13322
13323 * net/net-utils.el (nslookup-font-lock-keywords)
13324 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13325 Only set if window-system is non-nil
13326 (net-utils-run-program): Returns buffer.
13327 (network-connection-reconnect): Added this function.
13328
13329 * generic.el:
13330 Incorporates extensive cleanup and docfixes by
13331 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13332 Uses cl compile-time macros.
13333 (generic-mode-name, generic-comment-list)
13334 (generic-keywords-list, generic-font-lock-expressions)
13335 (generic-mode-function-list, generic-mode-syntax-table):
13336 Removed variables.
13337 (generic-mode-alist): Renamed to generic-mode-list.
13338 (generic-find-file-regexp): Default changed to "^#".
13339 (generic-read-type): Uses completing read on generic-mode-list.
13340 (generic-mode-sanity-check): removed this function.
13341 (generic-add-to-auto-mode): Removed this function
13342 (generic-mode-internal): Bind mode-specific definitions
13343 into function instead of putting them in alist.
13344 (generic-mode-set-comments): Reworked extensively.
13345 (generic-mode-find-file-hook): Simplified regexp searching
13346 (generic-make-keywords-list): Omit extra pair of parens
13347
13348 * find-lisp.el (find-lisp-find-files-internal):
13349 Make sure directory name ends with "/".
13350
13351 * generic-x.el (apache-conf-generic-mode):
13352 Regexp now allows leading whitespace.
13353 (rc-generic-mode): Added eval-when-compile
13354 around generic-make-keywords-list.
13355 Deleted duplicate regexp
13356 (rul-generic-mode): Added eval-when-compile
13357 around generic-make-keywords-list.
13358 (etc-fstab-generic-mode): New generic mode.
13359 (rul-generic-mode): Removed one eval-when-compile
13360 which caused a max-specpdl-size exceeded error.
13361
13362 2000-10-04 Miles Bader <miles@gnu.org>
13363
13364 * simple.el (minibuffer-temporary-goal-position): New variable.
13365 (next-history-element): Try to keep the position of point in the
13366 input string constant.
13367
13368 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13369 (dired-do-create-files): If there's only one file, pass it in as
13370 the DEFAULT arg to dired-mark-read-file-name.
13371
13372 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13373
13374 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13375 (diff-goto-source): Be smarter when choosing REVERSE or not.
13376
13377 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13378 (texinfo-mode-menu): Add an explicit shortcut for update all.
13379
13380 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13381
13382 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13383 factorize backend-specific code cleanly (this was essentially
13384 conceived by Stefan Monnier).
13385 (vc-unregister): Function removed.
13386 (vc-revert-file): New function.
13387 (vc-revert-buffer): Delegate some of the work to it.
13388
13389 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13390 default branch unconditionally.
13391 (vc-rcs-set-default-branch): New function.
13392 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13393 (vc-rcs-checkin): If an appropriate default branch has been set,
13394 force creation of that branch.
13395 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13396 code (as suggested by Stefan Monnier).
13397
13398 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13399
13400 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13401 highlighting overlay with a different face over the overlay
13402 isearch uses to highlight the current match because that can lead
13403 to bad face combinations.
13404
13405 * loadup.el (toplevel): Load faces before isearch.
13406
13407 * isearch.el (isearch-faces): New custom group.
13408 (isearch): New defface; was already tested for in the code.
13409 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13410 (isearch-highlight): Always use face `isearch'.
13411
13412 2000-10-02 Dave Love <fx@gnu.org>
13413
13414 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13415 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13416 comparison of opcode with operand.
13417
13418 2000-10-03 Miles Bader <miles@gnu.org>
13419
13420 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13421 buffer, since the echo area will now grow to accommodate them.
13422
13423 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13424
13425 * vc-hooks.el (vc-registered): If FILE used to be registered under
13426 a certain backend, try that one first.
13427
13428 * vc.el (vc-responsible-backend): Undo the previous change in the
13429 argument list. Handle multiple backends correctly.
13430 (vc-find-new-backend): Function removed.
13431 (vc-register): Use vc-responsible-backend, as before.
13432 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13433
13434 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13435
13436 * startup.el (fancy-splash-head): Change message below the
13437 logo.
13438
13439 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13440
13441 * diff-mode.el (diff-goto-source): Emit a status message.
13442 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13443 (diff-test-hunk): Fix doc string.
13444 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13445 (diff-advance-after-apply-hunk): New variable.
13446 (diff-apply-hunk): Don't return a value.
13447
13448 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13449
13450 * vc.el (vc-editable-p): Minor optimization.
13451 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13452 (vc-find-new-backend): New function split from vc-responsible-backend.
13453 (vc-register): Use it.
13454 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13455 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13456 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13457 (vc-clear-headers): Don't use find-file.
13458 (vc-revert-buffer): Use `and' again (must have been a braino).
13459 (vc-switch-backend): Only prompt if requested.
13460 Short circuit if nothing is to be done.
13461 Don't use vc-resynch-buffer which could lose unsaved editing.
13462 (vc-default-receive-file): Update call to vc-unregister.
13463 (with-vc-file, vc-next-action-on-file):
13464 Use vc-backend rather than vc-registered.
13465 (vc-next-action-on-file): Use intern-soft.
13466 Deal with read-only *vc-diff* buffer.
13467 (vc-transfer-file): Docstring fix.
13468
13469 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13470 (vc-rcs-receive-file): Avoid with-vc-properties.
13471 Update call to vc-unregister.
13472 Use constant `RCS' rather than (dynamically bound) var `backend'.
13473
13474 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13475
13476 * vc.el (vc-next-action-on-file): Update mode line only if file
13477 is visited.
13478 (vc-start-entry): New argument initial-contents. Don't visit the file
13479 if it isn't already visited. Brought documentation up-to-date.
13480 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13481 (vc-checkin): New optional arg initial-contents, which is passed to
13482 vc-start-entry.
13483 (vc-finish-logentry): Make sure to bury log buffer only if there
13484 really is one. Call `vc-resynch-buffer' on log-file, not
13485 buffer-file-name.
13486 (vc-default-comment-history, vc-default-wash-log): New functions.
13487 (vc-index-of): Removed.
13488 (vc-transfer-file): Make do without the above.
13489 (vc-default-receive-file): Call comment-history unconditionally. Pass
13490 the resulting string to vc-checkin, instead of inserting it into the
13491 comment ring.
13492
13493 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13494 unconditionally. Use the comments as initial contents of the log
13495 entry buffer. Document the trick to force branch creation with no
13496 changes.
13497
13498 2000-10-01 Miles Bader <miles@gnu.org>
13499
13500 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13501 `recenter' with an arg to prevent redrawing the display.
13502
13503 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13504
13505 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13506
13507 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13508
13509 * progmodes/c-mode.el (c-mode):
13510 Don't gratuitously override the default for comment-column.
13511
13512 * textmodes/tex-mode.el (latex-metasection-list): New var.
13513 (latex-imenu-create-index): Use it.
13514 Move the regexp construction outside loops (and use push).
13515 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13516 (tex-font-lock-keywords): Moved from font-lock.el.
13517 (tex-comment-indent): Remove.
13518 (tex-common-initialization): Don't set comment-indent-function.
13519 (latex-block-default): New var.
13520 (tex-latex-block): Use it to provide a default choice.
13521 Add any unknown choice to latex-block-names.
13522 Insert [...] after {...}.
13523 (tex-last-unended-begin): Simplify regexp.
13524 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13525 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13526 (latex-mode): Set forward-sexp-function.
13527
13528 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13529 Add regexp for @ignore ... @end ignore.
13530 (texinfo-heading-face): New face.
13531 (texinfo-font-lock-keywords): Use it.
13532 (texinfo-mode-menu): New menu.
13533 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13534 New functions.
13535 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13536 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13537 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13538 Remove declaration.
13539 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13540
13541 * delsel.el (delete-selection-mode): Use define-minor-mode.
13542
13543 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13544
13545 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13546
13547 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13548
13549 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13550
13551 * replace.el (keep-lines-read-args): New function.
13552 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13553 read arguments interactively. Add parameters RSTART and REND.
13554 Operate on the active region in Transient Mark mode.
13555
13556 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13557
13558 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13559 (authors-obsolete-files-regexps): New variable.
13560 (authors-add): Don't record changes in obsolete files.
13561
13562 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13563
13564 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13565
13566 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13567 (comment-indent): Make sure there's a space between code and comment.
13568 Shift comments left to avoid going past fill-column.
13569
13570 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13571
13572 * startup.el (startup-echo-area-message): New function.
13573 (display-startup-echo-area-message): Use it.
13574 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13575 (fancy-splash-default-action): New function.
13576 (fancy-splash-screens-1): New function.
13577 (fancy-splash-head): Put a help-echo and a keymap under the image.
13578
13579 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13580
13581 * diff-mode.el (diff-add-log-file-name): Remove.
13582 (diff-mode): Use add-log-buffer-file-name-function.
13583
13584 * add-log.el (find-change-log): New arg BUFFER-FILE.
13585 (add-log-file-name): Obey add-log-file-name-function.
13586 (add-log-buffer-file-name-function): New var.
13587 (add-change-log-entry): Use it.
13588
13589 2000-09-29 Miles Bader <miles@gnu.org>
13590
13591 * image-file.el (image-file-name-extensions): New variable.
13592 (image-file-name-regexps): Renamed from `image-file-regexps'.
13593 New default value is nil. Call `auto-image-file-mode'.
13594 (image-file-name-regexp): New function.
13595 (auto-image-file-mode): New minor mode.
13596 (insert-image-file): Don't make conditional on the image-file
13597 handler being enabled.
13598 (image-file-handler): Make the call here conditional instead.
13599 (set-image-file-handler-enabled, enable-image-file-handler)
13600 (disable-image-file-handler): Functions removed.
13601
13602 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13603 string.
13604
13605 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13606
13607 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13608 it's a function from CL.
13609 (latex-imenu-create-index): Replace eval-when-compile with progn
13610 because latex-section-alist is not bound while compiling.
13611
13612 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13613
13614 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13615 (outline-mode): Use define-derived-mode.
13616
13617 * progmodes/perl-mode.el (perl-mode):
13618 * progmodes/awk-mode.el (awk-mode):
13619 * progmodes/asm-mode.el (asm-mode):
13620 Don't gratuitously override the default for comment-column.
13621
13622 * emacs-lisp/lisp.el (lisp-complete-symbol):
13623 Distinguish the let-binding case from the funcall case.
13624 (forward-sexp-function): New variable.
13625 (forward-sexp): Use it.
13626
13627 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13628 (easy-mmode-defmap): Remove the now useless autoload.
13629
13630 * time.el (display-time-mode): Use define-minor-mode.
13631
13632 * subr.el (add-minor-mode): Don't eval NAME.
13633 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13634 Use if rather than cond.
13635
13636 * simple.el (read-expression-map): Define more properly.
13637 (comment-indent-hook): Remove.
13638 (string-to-syntax): Bug fix.
13639
13640 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13641 (cvs-ediff-diff): Fix typo.
13642 (cvs-revert-if-needed): Don't bother preserving read-only.
13643
13644 * paren.el (show-paren-mode): Use define-minor-mode.
13645
13646 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13647 (toggle-auto-compression): Remove.
13648 (jka-compr-build-file-regexp): Remove useless grouping.
13649
13650 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13651 Avoid user-reserved bindings.
13652 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13653 (diff-header-face): Revert to grey85.
13654
13655 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13656
13657 * complete.el (partial-completion-mode) <defcustom>: Remove.
13658 (partial-completion-mode): Use define-minor-mode.
13659 (PC-do-completion): Understand `completion-auto-help = delay'
13660 to mean to popup the completion buffer only the second time.
13661 (PC-include-file-all-completions, PC-include-file-all-completions)
13662 (PC-include-file-all-completions): Don't quote lambda.
13663
13664 * comint.el (comint-mode-hook): Docstring fix.
13665 (comint-mode): Use define-derived-mode.
13666 (comint-mode-map): Remove obsolete comment.
13667 (make-comint): Minor stylistic change.
13668 (comint-insert-clicked-input): Be more careful to find the overlay.
13669 Use this-command-keys rather than hardcoding mouse-2.
13670
13671 * font-lock.el: Replace confusing (,@ with ,
13672 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13673 Don't use regexp-opt-depth. Spice up the regexp for args.
13674 Don't distinguish between cmds that can take an opt arg or not.
13675 Use `append' and `prepend' rather than `keep'.
13676
13677 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13678 (latex-outline-regexp): New var.
13679 (latex-outline-level): New fun.
13680 (latex-section-alist): New var.
13681 (latex-imenu-create-index): Use it. Use `push' as well.
13682 (tex-shell-map): Initialize it properly.
13683 (tex-mode): Minor stylistic change.
13684 (plain-tex-mode): Use define-derived-mode.
13685 (latex-mode): Use define-derived-mode.
13686 Construct the paragraph regexps in a more readable way.
13687 Set the buffer-local outline-{level,regexp} vars.
13688 (slitex-mode): Derive from latex-mode.
13689 (tex-common-initialization): Don't kill-all-vars anymore.
13690 Add setting for comment-add and font-lock-defaults.
13691 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13692 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13693 (tex-start-tex): New arg DIR (and send a chdir command for it).
13694 Also display the shell buffer and save it in tex-last-buffer-texed.
13695 (tex-region): Use expand-file-name rather than concat.
13696 Remove code made useless by changes in tex-start-tex.
13697 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13698
13699 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13700
13701 2000-09-28 Dave Love <fx@gnu.org>
13702
13703 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13704
13705 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13706
13707 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13708 `append'.
13709
13710 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13711
13712 * info.el (Info-extract-pointer): Undo last change.
13713 Instead, fix the position of the `bound' arg to re-search-backward.
13714
13715 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13716
13717 * info.el (Info-extract-pointer):
13718 Widen more carefully, to avoid finding pointers in other nodes.
13719 (Info-index): Use push.
13720
13721 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13722
13723 * frame.el (set-frame-font): Remove call to obsolete function
13724 frame-update-faces.
13725 (set-foreground-color, set-background-color): Likewise for
13726 frame-update-face-colors.
13727
13728 2000-09-27 Miles Bader <miles@gnu.org>
13729
13730 * image-file.el: New file.
13731
13732 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13733
13734 * frame.el (frame-notice-user-settings): Don't call
13735 frame-update-faces, which is a no-op now.
13736
13737 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13738 tool-bar-lines.
13739
13740 2000-09-27 Dave Love <fx@gnu.org>
13741
13742 * mouse.el: Fix last change.
13743
13744 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13745
13746 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13747
13748 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13749
13750 * international/quail.el (quail-help): The output message is
13751 improved.
13752
13753 2000-09-26 Dave Love <fx@gnu.org>
13754
13755 * mouse.el (popup-menu): If POSITION is nil, set it using
13756 mouse-position.
13757
13758 2000-09-25 Sam Steingold <sds@gnu.org>
13759
13760 * net/browse-url.el (browse-url-file-url): Check for null maps.
13761
13762 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13763
13764 * frame.el (frame-notice-user-settings): Don't add a
13765 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13766
13767 * frame.el (frame-notice-user-settings):
13768 Make tool-bar-mode and default-frame-alist consistent.
13769
13770 * toolbar/tool-bar.el (tool-bar-help): New function.
13771
13772 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13773
13774 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13775 current-load-list in top-level forms. Else this leaks a cons cell
13776 every time a defun is called.
13777
13778 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13779
13780 2000-09-25 Dave Love <fx@gnu.org>
13781
13782 * startup.el (fancy-splash-head): Check XPM is available.
13783
13784 * autoinsert.el (auto-insert): Doc fix.
13785 (auto-insert-alist): Following GNU notices, don't say `copyright
13786 _by_'. Use line-beginning-position.
13787 (auto-insert): Check buffer-file-name is non-nil before use.
13788
13789 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13790
13791 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13792 starting with `@def' or `@multitable', in addition to ones
13793 specified by the user in auto-fill-inhibit-regexp.
13794
13795 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13796
13797 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13798 rmail-dont-reply-to-names matches the empty string.
13799
13800 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13801
13802 * startup.el (command-line-1, fancy-splash-text): Change the
13803 text to sound more friendly.
13804
13805 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13806
13807 * progmodes/hideshow.el: Update author email address.
13808 Generally, sync w/ maintainer version 5.22.
13809 (hs-hide-all-non-comment-function): New var.
13810 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13811 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13812 (hs-show-region): Delete this command.
13813 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13814
13815 2000-09-22 Dave Love <fx@gnu.org>
13816
13817 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13818 (hl-line-highlight): Specify buffer when moving overlay.
13819
13820 * progmodes/fortran.el (fortran-mode): Locally set
13821 normal-auto-fill-function.
13822 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13823 (fortran-mode-map): Adjust auto-fill menu entry.
13824
13825 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13826
13827 * vc-rcs.el (toplevel): Require `vc' when compiling.
13828
13829 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13830
13831 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13832
13833 * vc.el (vc-switch-backend): Signal an error if the file is not
13834 registered under the new backend.
13835
13836 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13837 without explicit revision number.
13838
13839 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13840
13841 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13842 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13843 (diff-xor): New function.
13844 (diff-find-source-location): Use it. Fix a stupid name clash.
13845 (diff-hunk-status-msg): New function.
13846 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13847 (diff-test-hunk): Use diff-find-source-location.
13848 (diff-goto-source): Favor the `reverse'.
13849 (diff-hunk-text): Properly handle one-sided context diffs.
13850 (diff-apply-hunk): When done, advance to the next hunk.
13851
13852 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13853
13854 * startup.el (command-line): If frame was created with a non-zero
13855 tool-bar-lines parameter, switch tool-bar-mode on.
13856
13857 * add-log.el (change-log-date-face, change-log-name-face)
13858 (change-log-email-face, change-log-file-face)
13859 (change-log-list-face, change-log-conditionals-face)
13860 (change-log-function-face, change-log-acknowledgement-face):
13861 New faces, inheriting from font-lock faces.
13862 (change-log-font-lock-keywords): Use them.
13863
13864 2000-09-21 Dave Love <fx@gnu.org>
13865
13866 * progmodes/cperl-mode.el (top-level): Clean up
13867 `eval-when-compile's and assorted defvars.
13868 (cperl-invalid-face): Don't double-quote value. Change custom
13869 type.
13870 (cperl-mode): Set normal-auto-fill-function and don't zap
13871 auto-fill-function.
13872 (cperl-imenu--function-name-regexp-perl): Renamed from
13873 imenu-example--function-name-regexp-perl.
13874 (cperl-imenu--create-perl-index): Renamed from
13875 imenu-example--create-perl-index.
13876 (cperl-xsub-scan): Don't require cl.
13877
13878 * msb.el (msb-mode-map): Use substitute-key-definition.
13879 (msb-mode): Use msb-mode-map.
13880
13881 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13882
13883 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13884 New functions.
13885 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13886 (vc-switch-backend): New function.
13887 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13888 (vc-register): Fix prompt.
13889 (vc-unregister, vc-default-unregister): New functions.
13890 (vc-version-diff): Handle empty buffer in sentinel.
13891
13892 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13893 (vc-rcs-state-heuristic): Use it to guess the state of files with
13894 non-strict locking.
13895 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13896 been set with -b, but not created yet.
13897 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13898 contents in order to find the state.
13899 (vc-rcs-checkin): Allow creation of branches with no changes.
13900 (vc-rcs-unregister, vc-rcs-receive-file)
13901 (vc-rcs-set-non-strict-locking): New functions.
13902
13903 * vc-hooks.el (vc-name): Force correct computation of the value
13904 in case it is missing.
13905
13906 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13907
13908 * startup.el (fancy-splash-tail): Use a different foreground
13909 color on a dark frame background.
13910
13911 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13912
13913 * info.el: Use the correct capitalization when making Info-mode
13914 and Info-edit-mode `special' modes.
13915
13916 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13917
13918 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13919 (diff-mode): Add support for add-log.el.
13920 (diff-hunk-text): Use char offsets rather than line offsets.
13921 (diff-find-source-location): Replace LINE with line-offset (nil
13922 if not found) and always set POS to a meaningful position.
13923 Adapt to the new char-offsets.
13924 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13925 Adapt to the new diff-find-source-location.
13926 (diff-goto-source): Adapt to the new diff-find-source-location.
13927
13928 * add-log.el (add-log-file-name): New function (split out of
13929 add-change-log-entry).
13930 (add-change-log-entry): Use it.
13931 Call add-log-file-name-function with the changelog file name if
13932 the current buffer is not associated with any file.
13933 Avoid find-file if the selected window is dedicated.
13934
13935 * diff-mode.el (diff-find-source-location):
13936 Move code from diff-apply-hunk. Return buffer rather than file.
13937 (diff-apply-hunk): Use the new result from diff-find-source-location.
13938 (diff-goto-source): Use the new diff-find-source-location.
13939
13940 2000-09-20 Dave Love <fx@gnu.org>
13941
13942 * iswitchb.el: Some doc fixes.
13943 (iswitchb-mode-map): Define completely initially. Inherit
13944 minibuffer-local-map.
13945 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13946 fundamental-mode.
13947 (iswitchb-global-map): New variable.
13948 (iswitchb-summaries-to-end): Amalgamate regexps.
13949 (iswitchb-mode): New.
13950 (iswitchb-mode-hook): New variable.
13951 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13952 `extensions'.
13953
13954 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13955
13956 * ehelp.el (electric-help): New defgroup.
13957 (electric-help-shrink-window): New user-option.
13958 (with-electric-help): Use it.
13959
13960 * window.el (shrink-window-if-larger-than-buffer): If face
13961 `mode-line' has a :box, and we're on a graphical frame, add 1
13962 to the needed window height.
13963
13964 * frame.el (frame-notice-user-settings): Add a last parameter nil
13965 to a call to `append', because the last list passed to `append' is
13966 not copied, and so subsequent calls to assq-delete-all will modify
13967 default-frame-alist.
13968
13969 * startup.el (fancy-splash-image): Change :type.
13970 (fancy-splash-head): Use an XBM image if appropriate.
13971 (command-line-1): Show splash screens in more cases.
13972
13973 * startup.el (fancy-splash-text): Don't quote faces.
13974
13975 * dired.el (dired-font-lock-keywords): Undo last change.
13976 (dired-readin): Bind indent-tabs-mode to nil.
13977
13978 * startup.el (fancy-splash-head): If frame's background mode
13979 is `dark', change the black background of the image to gray.
13980 (fancy-splash-screens): Display startup echo area message.
13981 (display-startup-echo-area-message): New function.
13982
13983 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13984
13985 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13986
13987 * info.el (info-header-node): Tweak for color ttys.
13988
13989 * faces.el (face-valid-attribute-values): Make sure directories we
13990 search for stipples both exist and are readable before trying to
13991 search them.
13992
13993 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13994 in the dry-run case.
13995
13996 * jka-compr.el (with-auto-compression-mode): New macro.
13997
13998 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13999 (custom-group-tag-face, custom-variable-tag-face): Use relative
14000 :height and inherit from `variable-pitch' face instead of
14001 hardwiring :family.
14002 * hi-lock.el (hi-black-hb): Likewise.
14003
14004 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
14005 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
14006 toolbar-add-item, if image doesn't have a mask add a `:mask
14007 heuristic'.
14008
14009 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
14010
14011 * diff-mode.el: Docstring fixes.
14012 (diff-header-face, diff-comment-face): New faces.
14013 (diff-font-lock-keywords): Highlight a bit differently.
14014 (diff-find-source-location): Don't return SPAN any more.
14015 (diff-hunk-text): Don't bother erasing the temp buffer.
14016 (diff-find-text): Drop argument LINE.
14017 (diff-apply-hunk): Update calls to diff-find-text.
14018 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
14019
14020 * calendar/calendar.el: Docstring fixes.
14021 (calendar-make-alist): Don't quote lambda.
14022 (calendar-star-date): Use make-local-variable.
14023
14024 2000-09-19 Dave Love <fx@gnu.org>
14025
14026 * toolbar/tool-bar.el: Renamed from toolbar.el.
14027 Change `toolbar' to `tool-bar' generally in symbols.
14028 Make some items invisible in `special' major modes.
14029 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
14030 Add arg PROPS.
14031
14032 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
14033 Add :version here.
14034 (fancy-splash-delay, fancy-splash-image): Remove :version here.
14035
14036 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14037
14038 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
14039
14040 * files.el (find-file-suppress-same-file-warnings): New user-option.
14041 (find-file-noselect): Use it.
14042
14043 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
14044 (fancy-splash-screen): Defgroup.
14045
14046 * add-log.el (change-log-font-lock-keywords): Match names
14047 more exactly for the case that font-lock-constant-face is
14048 underlined.
14049
14050 2000-09-19 Richard M. Stallman <rms@gnu.org>
14051
14052 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
14053
14054 2000-09-19 Andre Spiegel <spiegel@gnu.org>
14055
14056 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
14057
14058 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14059
14060 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
14061 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
14062 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
14063 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
14064 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
14065 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
14066 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
14067 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
14068 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
14069 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
14070 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
14071 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
14072
14073 * startup.el (fancy-splash-text): New variable.
14074 (fancy-splash-delay, fancy-splash-image): New user-options.
14075 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
14076 (fancy-splash-screens): New functions.
14077 (command-line-1): If display has a `display' frame parameter, has
14078 colors, and we have XPM support, show more fancy splash screens.
14079
14080 2000-09-19 Dave Love <fx@gnu.org>
14081
14082 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
14083 with null `help'. Use modern backquote syntax.
14084
14085 2000-09-19 Gerd Moellmann <gerd@gnu.org>
14086
14087 * font-lock.el (font-lock-mode): Change message telling the user
14088 that ``the buffer is too big''.
14089
14090 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
14091 for instance for the case that tab-width is 2.
14092
14093 2000-09-18 Gerd Moellmann <gerd@gnu.org>
14094
14095 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
14096 toolbar-add-item, if image doesn't have a mask add a `:mask
14097 heuristic'.
14098
14099 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
14100
14101 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
14102 and return a cons if it's non-nil.
14103 (diff-apply-hunk): Try to jump to the line in the source text
14104 corresponding to the position of point in the in the hunk.
14105
14106 * info.el (Info-title-3-face, Info-title-2-face)
14107 (Info-title-1-face): Use face inheritance and relative sizes
14108 instead of hard-wiring things.
14109
14110 * faces.el (secondary-selection): Make dark-background variant sane.
14111
14112 2000-09-16 Andrew Innes <andrewi@gnu.org>
14113
14114 * makefile.w32-in (compile-files-CMD): No need to make .elc files
14115 read-only, since they aren't under VC now.
14116
14117 2000-09-17 Dave Love <fx@gnu.org>
14118
14119 * tmm.el: Replace mapcar with mapc in several places.
14120
14121 * loadhist.el (unload-feature): Maybe call elp-restore-list and
14122 ad-unadvise.
14123
14124 * international/latin1-disp.el: New file.
14125
14126 * calendar/cal-move.el (scroll-calendar-left)
14127 (scroll-calendar-right): Make arg optional (for active mode line).
14128
14129 * calendar/calendar.el (calendar-mode-line-format): Make fields
14130 mouse-sensitive.
14131 (calendar-read-date, calendar-read-date, calendar-window-list):
14132 Unquote lambda.
14133 (calendar-month-name): Use aref, not sref.
14134
14135 * view.el (minor-mode-alist): Propertize the string.
14136
14137 * international/characters.el (standard-case-table): Add entries
14138 for Greek.
14139
14140 2000-09-18 Miles Bader <miles@gnu.org>
14141
14142 * info.el (info-node, info-xref): Add dark-background variants.
14143
14144 * faces.el (header-line): Change defaults to be less confusing
14145 when mixed with mode-lines.
14146
14147 * info.el (Info-fontify-node): Make a few cleanups.
14148 Add extra `help-echo' and `local-map' props to node xrefs.
14149 Use header-specific faces for node-names & xrefs.
14150 (Info-use-header-line): New variable.
14151 (info-header-xref, info-header-node): New faces.
14152 (Info-setup-header-line): New function.
14153 (Info-select-node): Call Info-setup-header-line when enabled.
14154 (Info-extract-pointer): Work even if the header line is hidden.
14155 (Info-header-line): New variable.
14156
14157 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
14158
14159 * vms-patch.el (print-region-function): Don't quote lambda.
14160
14161 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
14162
14163 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
14164 (lm-get-header-re): Allow spaces between the header and the colon.
14165 (lm-header): Allow $ in non-RCS headers.
14166 (lm-header-multiline): Put the strings back into order.
14167 Stop at an empty line. Don't require two space chars if the
14168 line is clearly not another header line.
14169
14170 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
14171 (popup-menu-popup): Remove.
14172
14173 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14174
14175 * toolbar/toolbar.el (toolbar-add-item): Use the same image
14176 specification if or if not tool-bar item contains an `:enabled'
14177 property.
14178
14179 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
14180 current buffer has no file name.
14181
14182 2000-09-15 Dave Love <fx@gnu.org>
14183
14184 * strokes.el: Sync with maintainer's current version with changes
14185 for Emacs, but avoid runtime cl and levents.
14186 (toplevel): Change autoloads and compilation requires.
14187 (strokes-version, strokes-bug-address, strokes-lift): Values
14188 changed.
14189 (strokes-xpm-header, strokes-insinuated): New variable.
14190 (strokes): Add :link.
14191 (strokes-mode): Customized.
14192 (strokes-while-inhibiting-garbage-collector): New macro.
14193 (strokes-remassoc): Avoid remove-if.
14194 (strokes-fix-button2-command): Don't use ad-do-it.
14195 (strokes-insinuate): New function.
14196 (strokes-button-press-event-p, strokes-button-release-event-p):
14197 New functions, used instead of non-`strokes-' versions..
14198 (strokes-mouse-event-p): Rewritten.
14199 (strokes-event-closest-point): Avoid event-point.
14200 (strokes-get-grid-position): Avoid cdadr, caadr
14201 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14202 functions.
14203 (strokes-help): Use with-output-to-temp-buffer.
14204 (strokes-window-configuration-changed-p): New function.
14205 (strokes-update-window-configuration): Use buffer-live-p,
14206 strokes-window-configuration-changed-p.
14207 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14208 (strokes-char-face): New face.
14209 (strokes-char-table, strokes-base64-chars): New variable.
14210 (strokes-xpm-for-stroke, strokes-list-strokes)
14211 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14212 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14213 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14214 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14215 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14216 functions.
14217
14218 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14219
14220 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14221
14222 * image.el (create-image): Doc fix.
14223
14224 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14225 instead of `:heuristic-mask t'.
14226
14227 2000-09-14 Andrew Innes <andrewi@gnu.org>
14228
14229 * makefile.w32-in: Revert to Unix line endings.
14230
14231 2000-09-14 Andrew Innes <andrewi@gnu.org>
14232
14233 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14234 when installing.
14235
14236 * makefile.nt (DONTCOMPILE): Fix typo.
14237
14238 * shell.el (shell-write-history-on-exit): New function.
14239 (shell-dumb-shell-regexp): New custom variable.
14240 (shell-mode): Make shell-write-history-on-exit the process
14241 sentinel if shell name matches shell-dumb-shell-regexp.
14242
14243 * w32-fns.el: Comment out before-init-hook function which resets
14244 source-directory based; this breaks bootstrap.
14245
14246 2000-09-14 Dave Love <fx@gnu.org>
14247
14248 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14249 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14250 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14251 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14252 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14253 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14254 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14255 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14256 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14257
14258 * toolbar/toolbar.el: New.
14259
14260 * subdirs.el: Add toolbar.
14261
14262 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14263
14264 * indent.el (indent-for-tab-command): Doc fix.
14265
14266 2000-09-14 Alex Schroeder <alex@gnu.org>
14267
14268 * ansi-color.el (ansi-colors): Doc change.
14269 (ansi-color-get-face): Simplified regexp.
14270 (ansi-color-faces-vector): Added more faces, doc change.
14271 (ansi-color-names-vector): Doc change.
14272 (ansi-color-regexp): Simplified regexp.
14273 (ansi-color-parameter-regexp): New regexp.
14274 (ansi-color-filter-apply): Doc change.
14275 (ansi-color-filter-region): Doc change.
14276 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14277 deal with zero length parameters.
14278 (ansi-color-apply-on-region): Doc change.
14279 (ansi-color-map): Doc change.
14280 (ansi-color-map-update): Removed debugging message.
14281 (ansi-color-get-face-1): Added condition-case to trap
14282 args-out-of-range errors.
14283 (ansi-color-get-face): Doc change.
14284 (ansi-color-make-face): Removed.
14285 (ansi-color-for-shell-mode): New option.
14286
14287 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14288
14289 * international/quail.el (quail-start-translation): Translate KEY
14290 if necessary even if it doesn't have any mapping in the current
14291 input method.
14292 (quail-start-conversion): Likewise.
14293 (quail-help): The output message is improved.
14294
14295 2000-09-13 Miles Bader <miles@gnu.org>
14296
14297 * comint.el (comint-output-filter): Revert to using
14298 `insert-before-markers'. Add bletcherous hack to undo damage
14299 caused by `insert-before-markers'. Put `front-sticky' property on
14300 overlays created here so that the field code understands how the
14301 overlay works. Use a let when making comint-last-prompt-overlay,
14302 so that the code is easier to read.
14303
14304 2000-09-13 Dave Love <fx@gnu.org>
14305
14306 * wid-edit.el (widget-default-format-handler): DTRT when
14307 doc-property is a function.
14308
14309 2000-09-12 Francesco Potorti` <pot@gnu.org>
14310
14311 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14312 filed name if it's not there.
14313
14314 2000-09-12 Dave Love <fx@gnu.org>
14315
14316 * simple.el (read-mail-command): Doc fix.
14317 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14318
14319 * vc.el (vc-dired-listing-switches): Fix :version.
14320
14321 * vc-hooks.el: Doc fixes.
14322
14323 * subr.el (add-minor-mode): Use toggle-fun arg.
14324
14325 * speedbar.el: Add :version to several defcustoms.
14326
14327 * imenu.el (imenu--truncate-items, imenu--cleanup)
14328 (imenu--generic-function): Avoid mapcar.
14329 (imenu--replace-spaces): Function removed.
14330 (imenu--completion-buffer): Use subst-char-in-string.
14331 (imenu-add-to-menubar): Use keymap inheritance.
14332
14333 2000-09-12 Miles Bader <miles@gnu.org>
14334
14335 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14336 (diff-mode-map): Bind `diff-test-hunk'.
14337 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14338
14339 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14340
14341 * bytecomp.el (byte-compile-defvar): Undo last change
14342 because it breaks '(make-variable-buffer-local (defvar ...)'
14343 which is used at least in dired.
14344
14345 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14346
14347 * international/quail.el (quail-define-package): Docstring
14348 modified.
14349
14350 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14351
14352 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14353 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14354 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14355 docstring of "chinese-py".
14356
14357 * international/quail.el (quail-translation-docstring): New
14358 variable.
14359 (quail-show-keyboard-layout): Docstring modified.
14360 (quail-select-current): Likewise.
14361 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14362 infinite recursive call.
14363 (quail-help): Check quail-translation-docstring. Format of the
14364 output changed.
14365 (quail-help-insert-keymap-description): Adjusted for the above
14366 change.
14367
14368 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14369
14370 * bytecomp.el (byte-compile-defvar): Only cons onto
14371 current-load-list in top-level forms. Else this leaks a cons cell
14372 every time a defun is called.
14373
14374 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14375
14376 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14377 Now understands non-unified diffs. Some functionality moved into
14378 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14379 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14380 modify anything. Only reposition point in the patched file if the
14381 patch succeeds. Only pop up another window if POPUP is true.
14382 Emit a message describing what happened if successful, and at what
14383 line-offset. Automatically detect reversed hunks and do something
14384 appropriate.
14385 (diff-hunk-text, diff-find-text): New functions.
14386 (diff-filter-lines): Function removed.
14387 (diff-test-hunk): New function.
14388 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14389
14390 2000-09-10 Dave Love <fx@gnu.org>
14391
14392 * textmodes/tildify.el: Minor doc/commentary fixes.
14393 (tildify) <defgroup>: Add :version.
14394
14395 * faces.el (face-x-resources): Make custom type more specific.
14396 (frame-background-mode): Use mapc.
14397 (region) <defcustom>: Add :version.
14398
14399 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14400
14401 * vc-sccs.el (vc-sccs-register):
14402 * vc-rcs.el (vc-rcs-register):
14403 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14404 * vc.el (vc-register): Clear file's properties.
14405
14406 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14407
14408 * faces.el (face-spec-set): Only face-spec-reset-face when
14409 ATTRS is non-nil.
14410
14411 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14412
14413 * help.el (help-insert-xref-button): Fix a typo in doc string.
14414
14415 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14416
14417 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14418 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14419 methods.
14420
14421 * menu-bar.el (read-mail-item-name): New function.
14422 (menu-bar-tools-menu): Use it to compute and display the package
14423 used to read email.
14424 (menu-bar-tools-menu): Fix typo in GUD's help string.
14425
14426 2000-09-07 Dave Love <fx@gnu.org>
14427
14428 * diff-mode.el (diff-mouse-goto-source): New function.
14429
14430 * vc-sccs.el: Doc fixes.
14431 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14432
14433 * vc-rcs.el: Doc fixes.
14434 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14435 (vc-rcs-checkout-switches, vc-rcs-header)
14436 (vc-rcs-master-templates): Add or change :version.
14437
14438 * vc-cvs.el: Doc fixes.
14439 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14440 (vc-cvs-stay-local): Add :version.
14441
14442 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14443
14444 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14445
14446 * international/quail.el (quail-help): Fix previous change.
14447
14448 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14449
14450 * faces.el (color-values): Doc fix.
14451
14452 * faces.el (frame-set-background-mode): Use frame-parameter
14453 instead of frame-parameters.
14454
14455 * frame.el (filtered-frame-list): Reduce consing.
14456 (frames-on-display-list): Call frame-parameter instead of
14457 frame-parameters.
14458
14459 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14460
14461 * language/devan-util.el (devanagari-to-indian-region): In the
14462 loop, change the following char, not preceding char.
14463
14464 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14465
14466 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14467 instead of frame-parameters.
14468
14469 * faces.el (set-face-attribute): Simplify by calling
14470 internal-set-lisp-face-attribute with FRAME being 0.
14471
14472 * vc.el: Remove `Id' version control keyword.
14473
14474 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14475
14476 * help.el (help-make-xrefs): Adjusted for the change of
14477 help-xref-mule-regexp.
14478 (help-insert-xref-button): New function.
14479
14480 * international/mule-cmds.el (help-xref-mule-regexp-template):
14481 Include the pattern for character set.
14482 (leim): New group.
14483
14484 * international/quail.el: Don't require face.
14485 (quail): New group.
14486 (quail-other-command): Dummy command to make quail-help work better.
14487 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14488 (quail-keyboard-layout-substitution): New variable.
14489 (quail-update-keyboard-layout): New function.
14490 (quail-keyboard-layout-type): New customizable variable.
14491 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14492 (quail-keyboard-translate): Pay attention to
14493 quail-keyboard-layout-substitution.
14494 (quail-insert-kbd-layout): New function.
14495 (quail-show-keyboard-layout): New function.
14496 (quail-get-translation): If the definition is a vector of length
14497 1, and the element is a string of length 1, return the character
14498 in that string.
14499 (quail-update-current-translations): Fix the case of
14500 relative-index out of range.
14501 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14502 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14503 Show key sequences for all available characters.
14504 (quail-help-insert-keymap-description): Don't show such verbose
14505 key bindings as quail-self-insert-command.
14506
14507 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14508 Format changed, and each element now have extra documentations.
14509 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14510 Adjusted for the change of quail-cxterm-package-ext-info.
14511
14512 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14513
14514 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14515 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14516 during bootstrap.
14517
14518 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14519
14520 * vc.el: (toplevel): Don't require `dired' at run-time.
14521 (vc-dired-resynch-file): Remove autoload cookie.
14522
14523 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14524
14525 * vc.el: Made several backend functions optional.
14526 (vc-default-responsible-p): New function.
14527 (vc-merge): Use RET for first version to trigger merge-news, not
14528 prefix arg.
14529 (vc-annotate): Handle backends that do not support annotation.
14530 (vc-default-merge-news): Removed. The existence of a merge-news
14531 implementation is now checked on caller sites.
14532
14533 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14534 case.
14535
14536 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14537 special case that has been removed from the default in vc-hooks.el.
14538
14539 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14540
14541 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14542
14543 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14544
14545 * vc-hooks.el: Require vc during compilation.
14546 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14547 macro `with-vc-properties' in vc.el.
14548 (vc-file-getprop): Doc fix.
14549 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14550
14551 * vc.el: Require dired-aux during compilation.
14552 (vc-name-assoc-file): Moved to vc-sccs.el.
14553 (with-vc-properties): New macro.
14554 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14555 vc-finish-steal): Use it.
14556 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14557 to the backend-specific function is now supposed to do the checkout,
14558 too.
14559 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14560
14561 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14562 set file properties; that gets done in the generic code now.
14563
14564 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14565 Changed parameter list, added code from vc.el that does the
14566 checkout, possibly with a double-take.
14567
14568 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14569 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14570 the above under the new name.
14571 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14572 parameter list, added checkout command.
14573 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14574 properties; that gets done in the generic code now.
14575
14576 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14577
14578 * vc.el: Docstring fixes (courtesy of checkdoc).
14579
14580 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14581
14582 * vc.el (vc-checkout-writable-buffer-hook)
14583 (vc-checkout-writable-buffer): Remove.
14584 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14585 (vc-log-mode): Make it into a clean derived major mode.
14586 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14587 vc-log-mode if log-edit is not available.
14588 (vc-dired-mode-map): Don't set-keymap-parent yet.
14589 (vc-dired-mode): Do set-keymap-parent here.
14590 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14591
14592 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14593
14594 * faces.el (set-face-attribute, face-spec-reset-face)
14595 (face-spec-set): Avoid consing by removing calls to `apply'.
14596
14597 * frame.el (frame-parameter): Move to C code.
14598
14599 2000-09-05 Dave Love <fx@gnu.org>
14600
14601 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14602 insert-before-markers-and-inherit. Now checked systematically!
14603
14604 2000-09-05 Alex Schroeder <alex@gnu.org>
14605
14606 * sql.el (sql-postgres): Use sql-postgres-options.
14607 (sql-postgres-options): New variable.
14608
14609 2000-09-05 Alex Schroeder <alex@gnu.org>
14610
14611 * sql.el (sql-mode-menu): Work around missing variable mark-active
14612 in XEmacs.
14613 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14614 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14615 compatibility.
14616
14617 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14618
14619 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14620
14621 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14622
14623 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14624
14625 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14626
14627 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14628 don't support anything else under SCCS yet.
14629
14630 * vc-hooks.el: Minor doc fixes.
14631
14632 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14633
14634 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14635 not necessary. If verbose in state `needs-patch', do the same as
14636 under `up-to-date'. When NOT verbose and `needs-patch', check out
14637 latest version instead of `merge-news'.
14638 (vc-next-action-dired): Don't mess with default-directory here; it
14639 breaks other parts of dired. It is the job of the
14640 backend-specific functions to adjust it temporarily if they need it.
14641 (vc-next-action): Remove a special CVS case.
14642 (vc-clear-headers): New optional arg FILE.
14643 (vc-checkin, vc-checkout): Set properties vc-state and
14644 vc-checkout-time properly.
14645 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14646 (vc-print-log): Use new backend function `show-log-entry'.
14647 (vc-cancel-version): Do the checks in a different order. Added a
14648 FIXME concerning RCS-only code.
14649
14650 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14651 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14652
14653 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14654
14655 * vc-hooks.el (vc-default-mode-line-string): Show state
14656 `needs-patch' as a `-' too.
14657
14658 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14659
14660 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14661 (vc-default-could-register): New function.
14662 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14663 (vc-resynch-buffer): Call vc-dired-resynch-file.
14664 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14665 vc-resynch-buffer instead of vc-resynch-window.
14666 (vc-next-action-dired): Don't redisplay here, that gets done as a
14667 result of the individual file operations.
14668 (vc-retrieve-snapshot): Corrected prompt order.
14669
14670 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14671
14672 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14673 as well.
14674 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14675 hostname regexps. Updated all callers.
14676 (vc-cvs-responsible-p): Handle directories as well.
14677 (vc-cvs-could-register): New function.
14678 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14679 properties up-to-date.
14680
14681 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14682 user whether to create one.
14683
14684 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14685
14686 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14687 check out a non-existing file.
14688
14689 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14690 workfile does not exist.
14691
14692 * vc.el (vc-version-diff): Use `require' to check for existence of
14693 diff-mode.
14694
14695 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14696
14697 * vc-cvs.el (vc-cvs-registered): Use new function
14698 vc-cvs-parse-entry to do the actual work.
14699
14700 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14701
14702 * vc-hooks.el (vc-find-backend-function): If function doesn't
14703 exist, return nil instead of error.
14704 (vc-call-backend): Doc fix.
14705
14706 * vc.el (vc-do-command): Doc fix.
14707 (vc-finish-logentry): When checking in from vc-dired, choose the
14708 right backend for logentry check.
14709 (vc-dired-mode-map): Inherit from dired-mode-map.
14710 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14711 simplified.
14712 (vc-dired-state-info): Removed, updated caller.
14713 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14714 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14715 (vc-dired-listing-switches): New variable.
14716 (vc-directory): Use it, instead of dired-listing-switches.
14717
14718 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14719 (vc-cvs-dir-state): New function.
14720 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14721 (vc-cvs-parse-entry): New function, also to be used in
14722 vc-cvs-registered.
14723
14724 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14725
14726 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14727 *or* single-window-frames.
14728
14729 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14730
14731 * vc.el (vc-update-changelog): Split into generic part and default
14732 implementation. Doc string adapted.
14733 (vc-default-update-changelog): New function. Call the `rcs2log'
14734 script in exec-directory, to fix a long-standing nuisance.
14735
14736 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14737 simply signals an error.
14738
14739 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14740
14741 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14742 control-flow more clear and to avoid running `cvs' twice.
14743
14744 * vc.el (vc-next-action-on-file): Doc fix.
14745 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14746 (vc-print-log): Eval `file' before constructing the continuation.
14747
14748 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14749
14750 * vc.el (vc-next-action-on-file): Corrected several messages.
14751 (vc-merge): Add prefix arg `merge-news'; handle it.
14752
14753 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14754 is not reached. It is.
14755 (vc-cvs-merge): Set state to 'edited after merge.
14756 (vc-cvs-merge-news): Set workfile version to nil if not known.
14757 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14758
14759 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14760 via stdout. (Merge from main line.)
14761
14762 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14763
14764 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14765 detection.
14766
14767 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14768
14769 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14770 against kill-all-local-variables.
14771 (vc-log-edit): Don't save vc-parent-buffer any more.
14772 (vc-last-comment-match): Initialize to an empty string.
14773 (vc-post-command-functions): New hook.
14774 (vc-do-command): Run it.
14775 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14776 (vc-finish-logentry): Only add the comment to the ring if it's
14777 different from the last comment entered.
14778 (vc-new-comment-index): New function.
14779 (vc-previous-comment): Use it. Make the minibuffer message
14780 slightly less terse.
14781 (vc-comment-search-reverse): Make it work forward as well. Don't
14782 set vc-comment-ring-index if no match is found. Use
14783 vc-new-comment-index.
14784 (vc-comment-search-forward): Use vc-comment-search-reverse.
14785 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14786 define-derived-mode will do it for us. Bind `v' to a keymap that
14787 inherits from vc-prefix-map so that we can bind `vt' without
14788 binding C-x v t.
14789 (vc-retrieve-snapshot): Parenthesis typo.
14790
14791 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14792 to 1. Make sure to switch to *vc* before looking for an error
14793 message. Use vc-parse-buffer.
14794
14795 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14796
14797 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14798 and NAME.
14799 (vc-retrieve-snapshot): Split into two parts.
14800 (vc-default-retrieve-snapshot): New function.
14801
14802 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14803 (vc-cvs-retrieve-snapshot): New function (untested).
14804 (vc-cvs-stay-local): Default to t.
14805 (vc-cvs-remote-p): New function and property.
14806 (vc-cvs-state): Stay local only if the above is t.
14807 (vc-handle-cvs): Removed.
14808 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14809 done via vc-handled-backends now.
14810 (vc-cvs-header): Escape Id.
14811
14812 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14813
14814 * vc.el (vc-do-command): Remove unused commands.
14815 (vc-version-diff): Make sure default-directory ends with a slash.
14816 Move the window commands into a vc-exec-after.
14817 (vc-print-log): Move more of the code into the `vc-exec-after'.
14818
14819 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14820
14821 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14822 (vc-print-log): Search current revision from beginning of buffer.
14823 (vc-revert-buffer): Clear echo area after the diff is finished.
14824 (vc-prefix-map): Removed definition of "t" for terse display in vc
14825 dired.
14826 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14827 definition of "vt" for terse display.
14828 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14829
14830 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14831
14832 * vc.el (vc-exec-after): Avoid caddr.
14833
14834 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14835
14836 * vc.el (vc-exec-after): New function.
14837 (vc-do-command): Use it to add a termination message for async
14838 procs.
14839 (vc-checkout): Try to handle a missing-backend situation.
14840 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14841 of a directory with a backend using async diffs.
14842 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14843 present.
14844
14845 * vc-sccs.el (vc-sccs-state-heuristic): Use
14846 file-ownership-preserved-p.
14847
14848 * vc-rcs.el (vc-rcs-state-heuristic): Use
14849 file-ownership-preserved-p.
14850 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14851
14852 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14853
14854 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14855 vc-do-command.
14856
14857 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14858 when there are no changes.
14859
14860 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14861
14862 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14863
14864 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14865
14866 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14867
14868 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14869
14870 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14871 the `fset' outside of the defvar so that it works even if
14872 vc-prefix-map was already defined.
14873 (vc-setup-buffer): New function, split out of vc-do-command.
14874 (vc-do-command): Allow BUFFER to be t to mean `just use the
14875 current buffer without any fuss'.
14876 (vc-version-diff): Change the `diff' backend operation to just put
14877 the diff in the current buffer without erasing it. Always use
14878 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14879 shrink-window-if-larger-than-buffer.
14880 (vc-print-log): Change the `print-log' backend operation to just
14881 put the log in the current buffer without erasing it. Protect
14882 shrink-window-if-larger-than-buffer.
14883 (vc-update-change-log): Fix setd typo.
14884
14885 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14886 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14887
14888 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14889 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14890 CMP.
14891
14892 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14893 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14894 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14895
14896 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14897
14898 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14899 not possible, use vc-BACKEND-workfile-unchanged-p.
14900 (vc-default-workfile-unchanged-p): New function. Delegates to a
14901 full vc-BACKEND-diff.
14902
14903 * vc-hooks.el (vc-simple-command): Removed.
14904
14905 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14906 instead of vc-simple-command.
14907 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14908 avoid doing a diff when opening a file.
14909 (vc-rcs-state): Added check for unlocked-changes.
14910 (vc-rcs-header): Escape Id.
14911 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14912 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14913 version.
14914
14915 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14916 (vc-sccs-diff): Remove optional arg CMP.
14917 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14918 SCCS-specific function.
14919
14920 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14921 vc-simple-command.
14922
14923 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14924
14925 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14926 (with-vc-file, vc-merge): Use vc-editable-p.
14927 (vc-do-command): Remove unused var vc-file and fix the
14928 doubly-defined `status' var. Add a user message when starting an
14929 async command.
14930 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14931 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14932 Use with-current-buffer.
14933 (vc-buffer-sync): Use unless.
14934 (vc-next-action-on-file): If the file is 'edited by read-only,
14935 make it read-write instead of trying to commit.
14936 (vc-version-diff, vc-update-change-log): Use `setq
14937 default-directory' rather than `cd'.
14938 (vc-log-edit): Don't forget to set default-directory in the
14939 buffer.
14940
14941 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14942 (vc-sccs-state-heuristic): Use file-writable-p instead of
14943 comparing userids.
14944 (vc-sccs-checkout): Use `unless'.
14945
14946 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14947 of comparing userids.
14948 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14949 Simplify the logic by eliminating unreachable code.
14950 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14951 just do a recursive call if we need to retry.
14952 (vc-rcs-checkout): Handle the case where rcs is missing by making
14953 the buffer read-write if requested and re-signalling the error.
14954
14955 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14956
14957 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14958
14959 * vc-hooks.el (vc-handled-backends): Docstring change.
14960 (vc-ignore-vc-files): Mark obsolete.
14961 (vc-registered): Check vc-ignore-vc-files.
14962 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14963 vc-ignore-vc-files.
14964
14965 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14966
14967 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14968
14969 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14970 files since ange-ftp already has vc-registered return nil.
14971
14972 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14973 (vc-sccs-workfile-version): Use with-temp-buffer and new
14974 vc-parse-buffer and don't bother setting the property.
14975 (vc-sccs-add-triple): Use with-current-buffer and
14976 find-file-noselect.
14977 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14978
14979 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14980 derives from the old vc-parse-buffer but uses the revision number
14981 rather than the date (much easier to compare robustly).
14982 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14983 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14984 locking-user more directly. Check strict locking and set
14985 checkout-model appropriately.
14986 (vc-rcs-parse-locks): Remove.
14987 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14988 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14989 (vc-rcs-system-release): Use with-current-buffer and
14990 vc-parse-buffer.
14991 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14992
14993 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14994 (vc-simple-command): Docstring fix.
14995 (vc-registered): Align the way the file-handler is called with the
14996 way the function itself works.
14997 (vc-file-owner): Remove.
14998
14999 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
15000 extraction of fields and call to file-attributes because of a
15001 temporary bug in rcp.el.
15002 (vc-cvs-fetch-status): Use with-current-buffer.
15003
15004 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15005
15006 * vc.el (vc-do-command): Use file-relative-name.
15007 (vc-responsible-backend): Use vc-backend if possible.
15008 (vc-create-snapshot): Improve the `interactive' spec. Add support
15009 for branches and dispatch to backend-specific `create-snapshot'.
15010 (vc-default-create-snapshot): New function, containing the bulk of
15011 the old vc-create-snapshot.
15012 (vc-retrieve-snapshot): Improve the interactive spec.
15013
15014 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
15015 (vc-backend-hook-functions): Remove.
15016 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
15017 (vc-backend): Reintroduce the test for `file = nil' now that I
15018 know why it was there (and added a comment to better remember).
15019
15020 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
15021 code from vc-sccs-hooks.el.
15022 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
15023 'vc anymore.
15024 (vc-sccs-responsible-p): Use expand-file-name instead of concat
15025 and file-directory-p instead of file-exists-p.
15026 (vc-sccs-check-headers): Simplify the regexp.
15027
15028 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
15029 from vc-rcs-hooks.el. Don't require 'vc anymore.
15030 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
15031 file-directory-p instead of file-exists-p.
15032
15033 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
15034 from vc-cvs-hooks.el.
15035 (proto vc-cvs-registered): Require 'vc-cvs instead of
15036 'vc-cvs-hooks. Don't require 'vc anymore.
15037 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
15038 file-directory-p instead of file-exists-p.
15039 (vc-cvs-create-snapshot): New function, replacing
15040 vc-cvs-assign-name.
15041 (vc-cvs-assign-name): Remove.
15042
15043 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15044
15045 * vc-cvs.el (vc-cvs-header): New var.
15046
15047 * vc-rcs.el (vc-rcs-exists): Remove.
15048 (vc-rcs-header): New var.
15049
15050 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
15051 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
15052 (vc-sccs-header): New var.
15053
15054 * vc.el (vc-do-command): Get rid of the `last' argument.
15055 (vc-header-alist): Remove, replaced by vc-X-header.
15056 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
15057 (vc-dired-hook): Use expand-file-name instead of concat.
15058 (vc-directory): Use file-name-as-directory.
15059 (vc-snapshot-precondition, vc-create-snapshot)
15060 (vc-retrieve-snapshot): Allow the command to operate on any
15061 directory.
15062
15063 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
15064 just removing the 'WORKFILE argument or by removing the 'MASTER
15065 argument and replacing `file' with (vc-name file).
15066
15067 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15068
15069 * vc.el: Update Copyright and add a crude list of backend funs.
15070 (vc-writable-p): New function.
15071 (with-vc-file): Use vc-writable-p.
15072 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
15073 (vc-register): Avoid vc-name.
15074 (vc-locking-user): Remove.
15075 (vc-steal-lock): Make the `owner' arg non-optional.
15076 (vc-merge): Use vc-writable-p instead of vc-locking-user and
15077 vc-checkout-model.
15078 (vc-default-dired-state-info): Use vc-state instead of
15079 vc-locking-user and return special strings for special states.
15080 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
15081 and get rid of one of the special CVS cases.
15082 (vc-cancel-version): prettify error message with \\[...].
15083 (vc-rename-master): New function.
15084 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
15085 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
15086 the CVS special case generic.
15087 (vc-default-record-rename): Remove.
15088 (vc-file-tree-walk-internal): Only call FUNC for files that are
15089 under control of some VC backend and replace `concat' with
15090 expand-file-name.
15091 (vc-file-tree-walk): Update docstring.
15092 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
15093 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
15094
15095 * vc-sccs.el (vc-sccs-rename-file): Renamed from
15096 vc-sccs-record-rename. Use `find-file-noselect' rather than
15097 `find-file' and call `vc-rename-master' to do the actual move.
15098 (vc-sccs-diff): Remove unused `backend' variable.
15099
15100 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
15101 to delay loading of vc-sccs until it is really used.
15102 (vc-sccs-master-templates): Preload.
15103 (vc-sccs-state): Update call to vc-sccs-parse-locks.
15104 (vc-sccs-project-dir): Remove (merged into
15105 vc-sccs-search-project-dir).
15106 (vc-sccs-search-project-dir): Rewrite using file name handling ops
15107 rather than `concat', make sure it is preloaded and don't bother
15108 to check that the file actually exists.
15109 (vc-sccs-parse-locks): Remove unused `file' argument, remove
15110 `locks' argument (use buffer's content instead) and eliminate n^2
15111 behavior.
15112
15113 * vc-rcs.el: Update Copyright.
15114 (vc-rcs-rename-file): New function.
15115 (vc-rcs-diff): Remove unused `backend' variable.
15116
15117 * vc-hooks.el: Update Copyright.
15118 (vc-backend): Don't accept a nil argument any more.
15119 (vc-up-to-date-p): Turn into a defsubst.
15120 (vc-possible-master): New function.
15121 (vc-check-master-templates): Use `vc-possible-master' and allow
15122 funs in vc-X-master-templates to return a non-existent file.
15123
15124 * vc-cvs.el: Update Copyright.
15125 (vc-cvs-diff): Remove unused `backend' variable.
15126 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
15127
15128 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
15129
15130 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15131
15132 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
15133 since it can be called from vc-rcs.el.
15134 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
15135
15136 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15137
15138 * vc.el (vc-version-diff): Expand file name read from the
15139 minibuffer. Handle the case when a previous version number can't
15140 be guessed. Give suitable messages when there were no differences
15141 found.
15142 (vc-clear-headers): Call backend-specific implementation, if one
15143 exists.
15144 (vc-cancel-version): Made error checks generic. When done, clear
15145 headers generically, too.
15146
15147 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
15148 from vc-clear-headers in vc.el.
15149
15150 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
15151 correctly.
15152 (vc-rcs-latest-on-branch-p): Made second argument VERSION
15153 optional. Handle the case when it's not there.
15154
15155 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15156
15157 * vc.el (vc-locking-user): Moved from vc-hooks.el.
15158
15159 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15160
15161 * vc-hooks.el (vc-loadup): Remove.
15162 (vc-find-backend-function): Use `require'. Also, handle the case
15163 where vc-BACKEND-hooks.el doesn't exist.
15164 (vc-call-backend): Cleanup.
15165
15166 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15167
15168 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
15169 vc-rcs-grab-templates)
15170 (vc-rcs-registered): Remove. The default function works as well.
15171 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
15172 vc-sccs-grab-templates)
15173 (vc-sccs-registered): Remove. The default function works as well.
15174
15175 * vc.el (vc-version-diff): Left out a vc- in call to
15176 vc-call-backend.
15177 (vc-default-dired-state-info, vc-default-record-rename)
15178 (vc-default-merge-news): Update for the new backend argument.
15179
15180 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
15181 using the default function.
15182 (vc-call-backend): If calling the default function, pass it the
15183 backend as first argument. Update the docstring accordingly.
15184 (vc-default-state-heuristic, vc-default-mode-line-string): Update
15185 for the new backend argument.
15186 (vc-make-backend-sym): Renamed from vc-make-backend-function.
15187 (vc-find-backend-function): Use the new name.
15188 (vc-default-registered): New function.
15189
15190 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15191
15192 * vc.el (vc-merge): Use vc-find-backend-function.
15193
15194 * vc-hooks.el (vc-backend-functions): Remove.
15195 (vc-loadup): Don't setup 'vc-functions.
15196 (vc-find-backend-function): New function.
15197 (vc-call-backend): Use above fun and populate 'vc-functions
15198 lazily.
15199 (vc-backend-defines): Remove.
15200
15201 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15202
15203 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15204 Call vc-call-backend without the leading vc-.
15205 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15206 (vc-check-headers): Call vc-call-backend without the leading vc-.
15207 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15208 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15209 Call vc-call-backend without the leading vc-.
15210
15211 * vc-cvs.el (tail): Provide vc-cvs.
15212 * vc-sccs.el (tail): Provide vc-sccs.
15213 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15214
15215 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15216 (vc-make-backend-function, vc-call): Pass names without leading
15217 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15218 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15219 (vc-call-backend): Always try to load vc-X-hooks.
15220 (vc-registered): Remove vc- in call to vc-call-backend.
15221
15222 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15223
15224 * vc.el (vc-process-filter): New function.
15225 (vc-do-command): Setup `vc-process-filter' for the async process.
15226 (vc-maybe-resolve-conflicts): New function to reduce
15227 code-duplication. Additionally, it puts the buffer in
15228 `smerge-mode' if applicable.
15229 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15230 calling `merge-news'.
15231 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15232 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15233 interfacing to log-edit.el.
15234 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15235 log-edit is available.
15236 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15237
15238 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15239
15240 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15241 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15242 defvar and the initialization.
15243 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15244
15245 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15246 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15247
15248 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15249
15250 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15251
15252 * vc.el (vc-file-clear-masterprops): Removed.
15253 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15254 (vc-version-diff): Use buffer-size without argument.
15255 (vc-register): Heed vc-initial-comment.
15256
15257 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15258 default branch.
15259
15260 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15261 file name and workfile version.
15262 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15263
15264 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15265 vc-file-clear-masterprops.
15266
15267 * vc-sccs.el (vc-sccs-checkout): Removed call to
15268 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15269 rather than user login name.
15270
15271
15272 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15273
15274 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15275 `want-differences-if-changed' and simplify.
15276 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15277 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15278 output (which is invalid for async vc-diff) to decide whether to
15279 do the revert silently or not.
15280
15281 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15282
15283 * vc-hooks.el (vc-loadup): Load files quietly.
15284 (vc-call-backend): Oops, brain fart.
15285
15286 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15287
15288 * vc-cvs.el (vc-cvs-state): Typo.
15289 (vc-cvs-merge-news): Return the status code rather than the error msg.
15290
15291 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15292
15293 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15294 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15295 vc-state or vc-up-to-date-p.
15296 (vc-merge): Use vc-backend-defines to check whether merging is
15297 possible. Set state to 'edited after successful merge.
15298
15299 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15300 return that name. Redocumented.
15301
15302 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15303
15304 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15305 new `vc-state' semantics.
15306 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15307 'vc-locking-user to the current user.
15308 (vc-merge): Inline vc-backend-merge. Comment out code that I
15309 don't understand and hence can't adapt to the new `vc-state' and
15310 `vc-locking-user' semantics.
15311 (vc-backend-merge): Remove.
15312
15313 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15314 rather than 'vc-locking-user.
15315
15316 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15317
15318 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15319 (vc-state): Don't use 'reserved any more. Just use the same
15320 convention as the one used for vc-<backend>-state where the
15321 locking user (as a string) is returned.
15322 (vc-locking-user): Update, based on the above convention. The
15323 'vc-locking-user property has disappeared.
15324 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15325
15326 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15327 with a heuristic one.
15328 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15329 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15330 error. That allows us to get to 'needs-merge even in the
15331 stay-local case. There's still no way to detect 'needs-patch in
15332 such a setup (or to force an update for that matter).
15333 (vc-cvs-logentry-check): Remove, the default works as well.
15334
15335 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15336
15337 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15338
15339 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15340 major-mode in which the buffer might have been put earlier. Use
15341 `remove' and `when'. Allow `okstatus' to be `async' and use
15342 `start-process' in this case.
15343 (vc-version-diff): Handle the case where the diff looks empty
15344 because of the use of an async process.
15345
15346 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15347
15348 * vc.el (vc-next-action-on-file): Removed optional parameter
15349 `simple'. Recompute state unconditionally.
15350 (vc-default-toggle-read-only): Removed.
15351
15352 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15353 (vc-toggle-read-only): Undid prev change.
15354
15355 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15356 vc-cvs-simple-toggle. Redocumented.
15357 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15358 (vc-cvs-toggle-read-only): Removed.
15359
15360 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15361
15362 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15363 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15364 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15365 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15366 still is. So maybe it should be removed.
15367 (vc-head-version, vc-find-binary): Remove.
15368 (vc-recompute-state): Move from vc-hooks.el.
15369 (vc-next-action-on-file): Add a `simple' argument to allow
15370 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15371 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15372 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15373 (vc-dired-mode-map): Properly defvar it.
15374 (vc-print-log): Call log-view-mode if available.
15375 (small-temporary-file-directory): defvar instead of use boundp.
15376 (vc-merge-news): Moved to vc-cvs.el.
15377 (vc-default-merge-news): New function.
15378
15379 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15380 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15381 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15382 unknown `vc-latest-version' function. It should probably refer to
15383 vc-workfile-version or somesuch, but it's very unclear to me and I
15384 don't have SCCS to test things.
15385
15386 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15387 (vc-sccs-state-heuristic): Fix typo.
15388 (vc-sccs-workfile-unchanged-p): Add missing argument.
15389
15390 * vc-rcs.el: Require vc and vc-rcs-hooks.
15391 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15392 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15393 (vc-release-greater-or-equal-p): Move from vc.
15394 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15395 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15396 (vc-rcs-checkout): Add a missing `new-version' argument in the
15397 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15398
15399 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15400 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15401 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15402 than the apparently unbound `workfile-version'.
15403
15404 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15405 (vc-file-prop-obarray): Use `make-vector'.
15406 (vc-backend-functions): Add new hookable functions
15407 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15408 (vc-loadup): If neither backend nor default functions exist, use
15409 the backend function rather than nil.
15410 (vc-call-backend): If the function if not bound yet, try to load
15411 the non-hook file to see if it provides it.
15412 (vc-call): New macro plus use it wherever possible.
15413 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15414 nor `vc-find-binary' since it's only called from
15415 vc-mistrust-permission which is only used once the backend is known.
15416 (vc-checkout-model): Fix parenthesis.
15417 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15418
15419 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15420 (vc-cvs-release, vc-cvs-system-release): Remove.
15421 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15422 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15423 status symbols.
15424 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15425 (vc-cvs-toggle-read-only): First cut at a function to allow a
15426 cvs-status-free vc-toggle-read-only.
15427 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15428 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15429 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15430 (vc-cvs-checkout): Modify access rights directly if the user
15431 requested not to use `cvs edit'. And refresh the mode line.
15432
15433 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15434 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15435
15436 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15437
15438 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15439 workfile' that got lost when the code was extracted from vc.el.
15440 And merged the tail with the rest of the code (not possible in the
15441 old vc.el where the tail was shared among all backends). And
15442 explicitly set the state to 'edited if `writable' is set.
15443
15444 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15445 (vc-cvs-state): Be careful to return the value from
15446 vc-cvs-parse-state.
15447 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15448 property but return it instead. Also be careful to handle a nil
15449 or "" `rev' when workfile is non-nil (it was handled properly when
15450 workfile was nil).
15451
15452 * vc.el: Removed those pesky unnecessary `(function' quotes.
15453 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15454 directly in the defvar.
15455 (vc-do-command): Bind inhibit-read-only so as to properly handle
15456 the case where the destination buffer has been made read-only.
15457 (vc-diff): Delegate to vc-version-diff in all cases.
15458 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15459 (vc-annotate-mode-variables): Removed (code moved partly to
15460 defvars and partly to vc-annotate-add-menu).
15461 (vc-annotate-mode): Turned into a derived-mode.
15462 (vc-annotate-add-menu): Moved in code in
15463 vc-annotate-mode-variables.
15464 (vc-update-change-log): Use make-temp-file if available.
15465
15466 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15467
15468 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15469 `vc-checkout-model' updated to `vc-cvs-update-model'.
15470
15471 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15472
15473 * vc.el (vc-next-action-on-file): Added handling of state
15474 `unlocked-changes'.
15475 (vc-checkout-carefully): Is now practically obsolete, unless the
15476 above is too slow to be enabled unconditionally.
15477 (vc-update-change-log): Fixed typo.
15478
15479 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15480
15481 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15482 Now handles state `unlocked-changes'.
15483 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15484
15485 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15486
15487 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15488 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15489 `unlocked-changes'.
15490 (vc-rcs-workfile-unchanged-p): Renamed from
15491 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15492 function yet, but supposed to become one soon.
15493
15494 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15495 `vc-steal-lock'.
15496 (vc-call-backend): Changed error message.
15497 (vc-state): Added description of state `unlocked-changes'.
15498
15499 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15500
15501 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15502 always return t in CVS-controlled directories.
15503
15504 * vc.el (vc-responsible-backend): New function.
15505 (vc-register): Largely rewritten.
15506 (vc-admin): Removed (implementation moved into vc-register).
15507 (vc-checkin): Redocumented.
15508 (vc-finish-logentry): If no backend defined yet (because we are in
15509 the process of registering), use the responsible backend.
15510
15511 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15512 Updated function lists.
15513 (vc-call-backend): Fixed typo.
15514
15515 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15516 New functions.
15517 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15518 Removed query option. Redocumented.
15519
15520 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15521
15522 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15523
15524 * vc.el: Updated callers of `vc-checkout-required' to use
15525 `vc-checkout-model'.
15526
15527 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15528
15529 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15530 stuff updated to reference this function instead of the old
15531 `vc-backend-release-p'.
15532
15533 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15534
15535 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15536 vc-checkout-model. Return appropriate values. Updated callers.
15537
15538 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15539
15540 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15541 (vc-backend-revert): Function moved into `vc-revert';
15542 `vc-next-action' must be updated to accomodate this change.
15543 (vc-backend-steal): Function moved into `vc-finish-steal'.
15544 (vc-backend-logentry-check): Function moved into
15545 `vc-finish-logentry'.
15546 (vc-backend-printlog): Function moved into `vc-print-log'.
15547 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15548 (vc-backend-assign-name): Function moved into
15549 `vc-create-snapshot'.
15550
15551 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15552
15553 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15554 Rename to vc-checkout-model. Return appropriate values.
15555 Update callers.
15556
15557 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15558 to vc-checkout-model.
15559 (vc-checkout-required): Rename to vc-checkout-model.
15560 Re-implement and re-comment.
15561 (vc-after-save): Use vc-checkout-model.
15562
15563 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15564
15565 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15566 Update to use the vc-BACKEND-diff functions instead.
15567 `vc-diff' is now working.
15568
15569 * vc-rcs.el (vc-rcs-logentry-check): New function.
15570
15571 * vc-cvs.el (vc-cvs-logentry-check): New function.
15572
15573 * vc-sccs.el (vc-sccs-diff): Function changed name from
15574 `vc-backend-diff'. This makes `vc-diff' work.
15575
15576 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15577 of functions possibly implemented in a vc-BACKEND library.
15578 (vc-checkout-required): Fix bug that caused an error to be
15579 signaled during `vc-after-save'.
15580
15581 * vc.el: Fix typo.
15582 This checkin is made with our new VC code base for the very first time.
15583 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15584
15585 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15586 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15587
15588 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15589 updated to `vc-uses-locking'.
15590 (vc-checkout-required): Call to backend function.
15591 `vc-checkout-required' updated to `vc-uses-locking' instead.
15592
15593 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15594 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15595
15596 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15597 to match the split into various backends.
15598 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15599 (vc-retrieve-snapshot): Bug fix.
15600
15601 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15602
15603 * vc-sccs.el (vc-sccs-release): Doc fix.
15604
15605 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15606
15607 * vc.el (vc-next-action-on-file): Bug found and fixed.
15608 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15609 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15610
15611 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15612 (vc-rcs-checkout): Name space cleaned up. No more revision number
15613 crunching function names that are not prefixed with vc-rcs.
15614 (vc-rcs-checkout-model): Function added. References to
15615 `vc-checkout-model' replaced.
15616
15617 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15618
15619 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15620 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15621 still need to be split, and implemented for RCS).
15622
15623 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15624
15625 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15626
15627 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15628 required by the vc.el file.
15629
15630 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15631 required by the vc.el file.
15632 (vc-rcs-exists): Function added.
15633
15634 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15635 required by the vc.el file.
15636
15637 * vc.el (vc-admin): Updated to handle selection of appropriate
15638 backend. Current implementation is crufty and need re-thinking.
15639
15640 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15641
15642 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15643
15644 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15645 beginning of annotate buffers correctly.
15646
15647 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15648 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15649 functionality updated quite a lot to support multiple backends.
15650 Variables `vc-annotate-mode', `vc-annotate-buffers',
15651 `vc-annotate-backend' added.
15652
15653 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15654 `vc-annotate-difference' added to supported backend functions.
15655
15656 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15657
15658 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15659 Use with-temp-file instead of /bin/sh. Merged from mainline
15660
15661 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15662
15663 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15664
15665 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15666
15667 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15668
15669 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15670
15671 * vc-hooks.el: vc-state-heuristic added to
15672 vc-backend-hook-functions.
15673
15674 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15675
15676 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15677
15678 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15679 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15680 state to `reserved'.
15681
15682 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15683 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15684
15685 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15686
15687 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15688 untouched.
15689
15690 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15691
15692 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15693 if defined. (Merged from main line, slightly adapted.)
15694
15695 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15696 millenium problem (merged from mainline).
15697
15698 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15699
15700 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15701 part and moved the non-BACKEND stuff to vc.el.
15702
15703 * vc.el: Split the annotate feature into a BACKEND specific part
15704 and moved it from the vc-cvs.el file to this one.
15705
15706 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15707
15708 * vc-hooks.el: Implement new state model.
15709 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15710 (vc-locking-user): Simplify. Now only needed if the file is
15711 locked by somebody else.
15712 (vc-lock-from-permissions): Remove. Functionality is in
15713 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15714 (vc-mode-line-string): New name for former vc-status. Adapted.
15715 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15716
15717 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15718 Various simplifications and adaptations all over the place.
15719
15720 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15721 Simplify and adapt the rest.
15722
15723 * vc.el (vc-resynch-window): Add TODO comment: check for
15724 interaction with view mode according to recent RCS change.
15725 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15726
15727 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15728
15729 * vc.el: Convert the remaining function comments to docstrings.
15730
15731 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15732
15733 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15734 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15735 (vc-minor-part, vc-previous-version): Functions that operate and
15736 compare revision numbers got proper documentation. Comments added
15737 about their possible removal.
15738
15739 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15740
15741 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15742 the vc-backend.el files.
15743
15744 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15745
15746 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15747 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15748 (vc-rcs-previous-version): Functions added.
15749
15750 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15751
15752 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15753
15754 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15755
15756 * vc-hooks.el (vc-master-templates): Is really obsolete.
15757 Comment out the definition for now. What is the right procedure
15758 to get rid of it?
15759 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15760 rewritten.
15761 (vc-default-registered): Remove.
15762 (vc-check-master-templates): New function; does mostly what the
15763 above did before.
15764 (vc-locking-user): Don't rely on the backend to set the property.
15765
15766 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15767 Rewrite documentation.
15768 (vc-rcs-templates-grabbed): New variable.
15769 (vc-rcs-grab-templates): New function.
15770 (vc-rcs-registered): Rewrite to use above mechanism.
15771
15772 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15773 Rewrite documentation.
15774 (vc-sccs-templates-grabbed): New variable.
15775 (vc-sccs-grab-templates): New function.
15776 (vc-sccs-registered): Rewrite to use above mechanism.
15777 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15778 Don't throw the result, simply return it.
15779
15780 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15781 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15782 (vc-cvs-registered): Does the check itself now. Simplify.
15783
15784 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15785 from main line.
15786
15787 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15788
15789 * vc-cvs.el (vc-cvs-diff): New function.
15790
15791 * vc-sccs.el (vc-sccs-diff): New function.
15792
15793 * vc-rcs.el (vc-rcs-diff): New function.
15794 (vc-rcs-checkout): Bug (typo) found and fixed.
15795 (vc-rcs-register-switches): New variable.
15796
15797 * vc.el (vc-backend-diff): Function removed and placed in the
15798 backend files.
15799
15800 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15801
15802 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15803
15804 * vc.el (vc-backend-checkout): Function removed and replaced in
15805 the vc-backend.el files.
15806
15807 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15808
15809 * vc.el (vc-backend-admin): Removed and replaced in the
15810 vc-backend.el files.
15811
15812 * vc.el (Martin): Removed all the annotate functionality since it
15813 is CVS backend specific.
15814
15815 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15816
15817 * spec.txt: Added specification of vc-state.
15818
15819 * vc-sccs-hooks.el (vc-sccs-master-properties):
15820 Remove handling of vc-latest-version and
15821 vc-your-latest-version. What used to be vc-latest-version, is now
15822 returned as vc-workfile-version.
15823 (vc-sccs-workfile-version): Adapt.
15824
15825 2000-09-04 Dave Love <fx@gnu.org>
15826
15827 * vc.el: [Merged from mainline.]
15828 (vc-dired-mode): Make the dired-move-to-filename-regexp
15829 regexp match the date, to avoid treating date as file size.
15830 Add YYYY S option to WESTERN/
15831
15832 2000-09-04 Dave Love <fx@gnu.org>
15833
15834 * vc.el: Require `compile' when compiling.
15835 (vc-logentry-check-hook): New option.
15836 (vc-steal-lock): Use compose-mail.
15837 (vc-dired-mode-map): Defvar when compiling.
15838 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15839 vc-sccs.el and renamed. Callers changed.
15840 (vc-backend-checkout, vc-backend-logentry-check)
15841 (vc-backend-merge-news): Doc fix.
15842 (vc-default-logentry-check): New function.
15843 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15844 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15845 (vc-backend-merge): Doc fix. Use backend functions.
15846 (vc-check-headers): Use backend functions.
15847
15848 * vc-cvs.el: Require vc when compiling.
15849 (vc-cvs-register-switches): Doc fix.
15850 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15851 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15852 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15853 New functions (code from vc.el).
15854 (vc-annotate-display-default): Fix interactive spec.
15855 (vc-annotate-time-span): Doc fix.
15856
15857 * vc-rcs.el: Require vc when compiling.
15858 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15859 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15860 (vc-rcs-checkin): New functions (code from vc.el).
15861 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15862 Doc fix.
15863 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15864
15865 * vc-sccs.el: Require vc when compiling.
15866 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15867 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15868 (vc-sccs-revert)
15869 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15870 from vc.el).
15871 (vc-sccs-add-triple, vc-sccs-record-rename)
15872 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15873 (vc-sccs-admin): Doc fix.
15874
15875 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15876
15877 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15878 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15879 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15880 from vc.el.
15881
15882 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15883
15884 * vc-cvs.el: Moved the annotate functionality from vc.el.
15885 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15886
15887 2000-09-04 Dave Love <fx@gnu.org>
15888
15889 * vc.el (vc-backend-release): Call vc-system-release.
15890
15891 * vc-sccs.el (vc-sccs-system-release):
15892 Renamed from vc-sccs-backend-release.
15893
15894 * vc-rcs.el (vc-rcs-system-release):
15895 Renamed from vc-rcs-backend-release.
15896
15897 * vc-cvs.el (vc-cvs-system-release):
15898 Renamed from vc-cvs-backend-release.
15899
15900 2000-09-04 Dave Love <fx@gnu.org>
15901
15902 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15903 backend files.
15904 (vc-backend-release): Dispatch to backend functions.
15905 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15906 probably needs attention.]
15907
15908 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15909 (vc-sccs-backend-release): New function.
15910
15911 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15912 (vc-cvs-backend-release): New function.
15913
15914 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15915 Doc fix.
15916 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15917 (vc-default-dired-state-info): New function.
15918 (vc-dired-state-info): Dispatch to backends.
15919 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15920
15921 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15922 from vc.el and renamed.
15923
15924 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15925
15926 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15927 (vc-version-other-window, vc-backend-assign-name): Removed
15928 references to vc-latest-version; sometimes changed into
15929 vc-workfile-version.
15930
15931 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15932 vc-rcs-master-workfile-version.
15933 (vc-rcs-workfile-version): Use the above. Don't call
15934 vc-latest-version (that was unreachable code, anyway).
15935 (vc-rcs-fetch-master-properties): Doc fix.
15936
15937 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15938 (vc-backend-hook-functions): Removed them from this list, too.
15939 (vc-fetch-properties): Removed.
15940 (vc-workfile-version): Doc fix.
15941
15942 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15943 (vc-rcs-workfile-version, vc-rcs-locking-user)
15944 (vc-rcs-uses-locking): Use it.
15945
15946 * vc-hooks.el (vc-consult-rcs-headers):
15947 Moved into vc-rcs-hooks.el, under the name
15948 vc-rcs-consult-headers.
15949
15950 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15951 headers.
15952 (vc-cvs-find-master): Use this name only; correct different
15953 versions of the name.
15954
15955 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15956 New functions.
15957 (vc-sccs-locking-user): Use the latter.
15958
15959 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15960 New functions.
15961
15962 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15963 Moved into both
15964 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15965 functions are implementation details of those two backends.
15966
15967 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15968
15969 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15970 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15971
15972 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15973 (vc-sccs-parse-locks): SCCS-specific code moved here from
15974 vc-hooks.
15975
15976 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15977 code moved here from vc-hooks.
15978
15979 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15980 into back-end specific parts and removed. Callers not updated
15981 yet; because I guess these callers will disappear into back-end
15982 specific files anyway.
15983
15984 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15985
15986 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15987 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15988 `vc-uses-locking'.
15989
15990 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15991 Store yes/no in the property, and return t/nil. Updated all
15992 callers.
15993
15994 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15995 vc-sccs-uses-locking. Don't set property.
15996 (vc-sccs-locking-user): Don't set property.
15997
15998 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15999 vc-cvs-uses-locking. Don't set property here; leave that to
16000 vc-hooks.
16001 (vc-cvs-locking-user): Reflect above change. Streamlined.
16002
16003 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
16004 vc-rcs-uses-locking.
16005 (vc-rcs-locking-user): Reflect above change.
16006
16007 2000-09-04 Dave Love <fx@gnu.org>
16008
16009 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
16010
16011 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
16012
16013 * vc-hooks.el (vc-checkout-model): Punt to backends.
16014
16015 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
16016
16017 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
16018
16019 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
16020 New functions.
16021
16022 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
16023 New functions.
16024
16025 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
16026 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
16027
16028 * vc-hooks.el (vc-default-locking-user): New function.
16029 (vc-locking-user, vc-workfile-version): Punt to backends.
16030
16031 2000-09-04 Dave Love <fx@gnu.org>
16032
16033 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
16034 (vc-master-workfile-version): Moved from vc-hooks.
16035
16036 * vc-rcs-hooks.el: Fix duplicate code in last change.
16037
16038 * vc-rcs-hooks.el: Require vc-hooks when compiling.
16039 (vc-rcs-master-templates): Improve :type.
16040 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
16041 vc-master-workfile-version): Moved from vc-hooks.
16042
16043 * vc-sccs-hooks.el: Require vc-hooks when compiling.
16044 (vc-sccs-master-templates): Improve :type.
16045 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
16046
16047 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
16048
16049 * vc-cvs-hooks.el: Require vc-hooks when compiling.
16050 (vc-cvs-master-templates): Improve :type. Use
16051 vc-cvs-find-cvs-master.
16052 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
16053 from vc-hooks.
16054 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
16055
16056 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
16057 Moved to vc-cvs-hooks.
16058
16059 * vc-hooks.el: Add doc strings in various places. Simplify the
16060 minor mode setup.
16061 (vc-handled-backends): New user variable.
16062 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
16063 simplification.
16064
16065 2000-09-04 Dave Love <fx@gnu.org>
16066
16067 * vc.el: Some doc fixes for autoloaded and interactive functions.
16068 Fix compilation warnings from ediff stuff.
16069 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
16070
16071 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
16072
16073 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
16074
16075 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
16076
16077 2000-09-04 Dave Love <fx@gnu.org>
16078
16079 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16080 New variable.
16081 (vc-make-backend-function, vc-loadup, vc-call-backend)
16082 (vc-backend-defines): New functions.
16083
16084 * vc-hooks.el: Various doc fixes.
16085 (vc-default-back-end, vc-follow-symlinks): Custom fix.
16086 (vc-match-substring): Function removed. Callers changed to use
16087 match-string.
16088 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
16089 Simplify.
16090
16091 2000-09-04 Dave Love <fx@gnu.org>
16092
16093 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
16094 type.
16095 (vc-sccs-project-dir, vc-search-sccs-project-dir)
16096 (vc-sccs-registered): Doc fix.
16097
16098 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
16099 (vc-cvs-registered): Doc fix.
16100
16101 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
16102 (vc-rcs-registered): Doc fix.
16103
16104 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16105
16106 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
16107
16108 * vc-hooks.el: vc-registered has been renamed
16109 vc-default-registered. Some functions have been moved to the
16110 backend specific files. they all support the
16111 vc-BACKEND-registered functions.
16112
16113 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16114
16115 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
16116
16117 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
16118
16119 2000-09-04 Dave Love <fx@gnu.org>
16120
16121 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
16122 menu-bar-update-hook.
16123
16124 * help.el (help-manyarg-func-alist): Add
16125 find-operation-coding-system.
16126
16127 * wid-edit.el (widget-sexp-validate): Fix garbled code.
16128
16129 * custom.el (custom-set-variables): Print message about errors in
16130 setting.
16131
16132 2000-09-03 Andrew Innes <andrewi@gnu.org>
16133
16134 * makefile.w32-in: Change to DOS line endings.
16135
16136 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16137
16138 * mouse.el (mouse-popup-menubar): Supply the prompt string for
16139 minor-mode keymaps, if they don't have one.
16140
16141 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16142
16143 * eshell/esh-module.el (eval-when-compile): Don't lose if
16144 esh-module.el's file name is truncated to DOS 8+3 limits.
16145
16146 2000-09-01 John Wiegley <johnw@gnu.org>
16147
16148 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
16149 predicate, which caused entries in the completion list to be
16150 doubled.
16151
16152 2000-08-30 John Wiegley <johnw@gnu.org>
16153
16154 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
16155 sending to subprocesses. Also, hook pre-command-hook if
16156 `eshell-send-direct-to-subprocesses' is non-nil.
16157 (eshell-send-direct-to-subprocesses): New config variable. If t,
16158 subprocess input is send immediately.
16159 (eshell-toggle-direct-send): New function.
16160 (eshell-self-insert-command): New function.
16161 (eshell-intercept-commands): New function.
16162 (eshell-send-input): If direct subprocess sending is enabled,
16163 don't echo any input to the Eshell buffer. Let the subprocess
16164 handle that. This requires "stty echo" in bash, for example.
16165
16166 2000-08-28 John Wiegley <johnw@gnu.org>
16167
16168 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
16169 completion function for Eshell's implementation of `unset'.
16170
16171 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
16172
16173 * info.el (Info-directory-list): Doc fix.
16174
16175 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
16176
16177 * filecache.el (file-cache-add-directory-using-find): Don't quote
16178 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
16179
16180 2000-08-31 Kenichi Handa <handa@etl.go.jp>
16181
16182 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
16183 coding systems.
16184
16185 2000-08-30 Andrew Innes <andrewi@gnu.org>
16186
16187 * timer.el (run-with-idle-timer): Undo last change, so that timer
16188 is not activated immediately if Emacs is already idle. Some
16189 existing code relies on this behaviour.
16190
16191 2000-08-30 Miles Bader <miles@gnu.org>
16192
16193 * frame.el (set-frame-font): Do completion of font-name for
16194 interactive use.
16195
16196 2000-08-30 Kenichi Handa <handa@etl.go.jp>
16197
16198 * international/quail.el (quail-start-translation): Bind locally
16199 last-command-event, last-command, and this-command.
16200 (quail-start-conversion): Likewise.
16201 (quail-self-insert-command): Fix docstring.
16202
16203 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16204
16205 * progmodes/executable.el
16206 (executable-make-buffer-file-executable-if-script-p): Check that
16207 buffer contains at least 2 characters.
16208
16209 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16210
16211 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16212
16213 2000-08-29 Dave Love <fx@gnu.org>
16214
16215 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16216 (diff-mode-shared-map): Bind mouse-2.
16217 (diff-imenu-generic-expression): New variable.
16218 (diff-mode): Use it.
16219
16220 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16221 (mouse-popup-menubar): Add minor mode menus.
16222 (popup-menu): Check for lookup-key returning number.
16223
16224 2000-08-29 Miles Bader <miles@gnu.org>
16225
16226 * comint.el (comint-send-input): Create overlays using the proper
16227 front/read-advance arguments.
16228
16229 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16230
16231 * ps-print.el: Even/odd pages printing. Doc fix.
16232 (ps-print-version): New version number (6.0).
16233 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16234 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16235 (ps-print-duplex-feature): Variable eliminated.
16236 (ps-even-or-odd-pages): New variable.
16237
16238 * progmodes/ebnf2ps.el: Doc fix.
16239 (ebnf-version): New version (3.3).
16240 (ebnf-user-arrow): Change variable customization to sexp.
16241 (ebnf-user-arrow): Function eliminated.
16242 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16243
16244 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16245
16246 * help.el (help-xref-mule-regexp): New variable.
16247 (help-make-xrefs): Handle help-xref-mule-regexp.
16248
16249 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16250 variable.
16251 (describe-input-method): Temporarily activate the specfied input
16252 method to display the information.
16253 (describe-language-environment): Hyperlinks to mule related items.
16254
16255 * international/mule-diag.el (charset-multibyte-form-string): New
16256 function.
16257 (list-character-sets-1): Use charset-multibyte-form-string.
16258 (describe-character-set): New function.
16259 (describe-coding-system): Hyperlinks to safe character sets.
16260
16261 * international/quail.el (quail-help): New arg PACKAGE.
16262 Hyperlinks to mule related items.
16263 (quail-help-insert-keymap-description): Use
16264 substitute-command-keys instead of describe-bindings.
16265 (quail-translation-help): Hyperlinks to mule related items.
16266
16267 2000-08-28 John Wiegley <johnw@gnu.org>
16268
16269 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16270 have a defsubst call itself. Made `eshell-flatten-list' back into
16271 a function again.
16272
16273 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16274 catch, in case re-centering point at bottom messes up the display.
16275 This happens frequently in Emacs 21, due I believe to variable
16276 line heights.
16277
16278 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16279 to call `find-tag-interactive'.
16280
16281 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16282 the list of remember directories.
16283
16284 2000-08-28 John Wiegley <johnw@gnu.org>
16285
16286 * align.el: Test align-region-separate to see if it's a symbol.
16287
16288 2000-08-28 John Wiegley <johnw@gnu.org>
16289
16290 * eshell/esh-util.el (eshell-flatten-list): Made this function
16291 into a defsubst form. It gets used very frequently, although
16292 calls don't occur all that often.
16293
16294 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16295 examining it.
16296
16297 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16298 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16299 `eshell-protect'.
16300 (eshell-copy-handles): Created a new macro for duplicating the
16301 current set of open handles. This is needed by the looping
16302 functions.
16303 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16304 is not incorrectly stomped on.
16305
16306 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16307 declaration for pcomplete-use-paring.
16308 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16309 value of eshell-cmpl-use-paring.
16310 * pcomplete.el (pcomplete-use-paring): New config variable, to
16311 indicate whether paring should be used.
16312 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16313 completion alternatives that have already been used.
16314
16315 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16316 bound to C-c C-y, which will repeat the previous N arguments
16317 (based on prefix argument).
16318 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16319
16320 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16321 if there is no *Help* buffer. This is for XEmacs, which renames
16322 its help buffers uniquely. TODO: Find out what the current buffer
16323 name to delete is.
16324
16325 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16326 first entry that correlates to a passwd/group number. Later
16327 entries (used for group/user name aliasing to multiple IDs) are
16328 ignored.
16329
16330 * eshell/em-xtra.el (eshell/expr):
16331 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16332 (eshell-grep, eshell/diff, eshell/locate):
16333 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16334 argument list, before passing it to the system command.
16335
16336 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16337 `find-tag' for use at final position in Eshell buffers (which
16338 otherwise triggers an error on Emacs 21).
16339 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16340 buffer, if it is currently bound to `find-tag'.
16341
16342 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16343 in the list of matched Makefile names.
16344 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16345 directory, prefer its contents to Makefile.
16346
16347 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16348 directory parts (like "cd old new", or "cd =regexp"), are now case
16349 sensitive on non-Windows/DOS platforms.
16350
16351 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16352 types RET after an open delimiter (like "), display a message
16353 indicating that Eshell is waiting for the closing delimiter.
16354
16355 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16356 environment variables.
16357
16358 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16359 gracefully if the user enters incorrect arguments.
16360
16361 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16362 Eshell buffers.
16363
16364 * eshell/esh-var.el (eshell-interpolate-variable):
16365 * eshell/esh-mode.el (eshell-move-argument):
16366 * eshell/em-unix.el (eshell-du-sum-directory):
16367 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16368 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16369 (not (= ...)).
16370
16371 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16372 to ensure the `preserve' flag gets propagated when doing recursive
16373 directory copies.
16374
16375 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16376
16377 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16378 Don't convert \n into \0177 in memory.
16379 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16380 and back again, when reading and writing.
16381
16382 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16383
16384 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16385 testing of `fboundp' on `processp'.
16386
16387 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16388 (eshell/jobs): Don't call process-list if it is not bound.
16389 (eshell-gather-process-output): Support systems where async
16390 subprocesses aren't supported.
16391 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16392 variables.
16393
16394 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16395 eshell-do-eval returns t.
16396 (eshell-do-pipelines-synchronously): New defmacro.
16397 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16398 when async subprocesses aren't supported.
16399 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16400 if async subprocesses aren't supported.
16401 (eshell-resume-command): Don't assume STATUS is a string.
16402
16403 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16404
16405 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16406 (eshell-close-target, eshell-get-target): Use eshell-processp.
16407 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16408 fix.
16409 (eshell-get-target, eshell-create-handles): Doc fix.
16410
16411 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16412
16413 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16414 criterion to include commands that output something, as long as it
16415 leaves both the command and the end-of-buffer visible when the
16416 command has exited.
16417 (eshell-review-quick-commands): Adjust the help doc string
16418 accordingly.
16419
16420 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16421
16422 * locate.el (locate): Cleaned up locate command's interactive prompting
16423 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16424
16425 * filecache.el (file-cache-case-fold-search): New variable
16426 (file-cache-assoc-function): New variable
16427 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16428 Use file-cache-case-fold-search variable
16429 (file-cache-add-file): Use file-cache-assoc-function
16430 (file-cache-delete-file): likewise
16431 (file-cache-directory-name): likewise
16432 (file-cache-debug-read-from-minibuffer): likewise
16433
16434 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16435
16436 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16437 (abbrev-table-name): New function.
16438 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16439 If non-nil list local abbrev, only.
16440
16441 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16442
16443 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16444 from Gnus support code, and use special article copy buffer
16445 `(gnus-original-article-buffer)' instead. This allows to get rid
16446 of article-hide-headers usage (which breaks in the latest Gnus
16447 version). Thanks to Detlev Zundel.
16448
16449 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16450
16451 * international/quail.el (quail-use-package): Hide "... loaded"
16452 message.
16453 (quail-start-translation, quail-start-conversion): Likewise.
16454
16455 * international/kkc.el (kkc-region): Hide "... loaded" message.
16456
16457 2000-08-27 Dave Love <fx@gnu.org>
16458
16459 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16460
16461 2000-08-27 Miles Bader <miles@gnu.org>
16462
16463 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16464
16465 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16466
16467 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16468 'ja-dic-cnv), not (require 'skkdic-cnv).
16469
16470 2000-08-26 Miles Bader <miles@gnu.org>
16471
16472 * faces.el (face-x-resources): Add entry for :inherit.
16473 * cus-face.el (custom-face-attributes): Add support for :inherit
16474 attribute. Add support for relative face heights.
16475 (custom-face-attributes-get): Treat `nil' as being a default value
16476 for :inherit (as well as `unspecified').
16477
16478 * faces.el (set-face-attribute): Update doc string.
16479 (face-attribute-name-alist): Add :inherit.
16480 (face-valid-attribute-values): Handle :inherit.
16481 (face-read-string): Rephrase prompt to be less confusing.
16482 Assume that DEFAULT is a string, since we must return a string.
16483 (face-read-integer): Use `format' to turn DEFAULT into an
16484 acceptable default for face-read-string. Match NEW-VALUE against
16485 the string "unspecified", not the symbol `unspecified', since
16486 that's what face-read-string returns.
16487 (read-face-attribute): Lookup a name for old-value in valid, and
16488 use it as a default if we find one. Treat all values from
16489 face-read-string as strings. If the default is used, don't do any
16490 more processing on the value, just use the old value directly.
16491 (read-face-and-attribute, modify-face): Tweak prompt.
16492 (read-face-name): Don't assume prompt ends with a space.
16493
16494 * faces.el (describe-face): Add support for :inherit attribute.
16495
16496 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16497
16498 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16499 concat doesn't accept interger.
16500
16501 * international/kkc.el: Remove SKK from Keywords. Require
16502 ja-dic-utl instead of skkdic-utl.
16503
16504 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16505 Provide ja-dic-cnv instead of skkdic-cnv.
16506 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16507 (iso-2022-7bit-short): Add safe-charsets property.
16508 (skkdic-convert-postfix): Search Japanese chou-on character in
16509 addition to Hiragana character.
16510 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16511 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16512 (batch-skkdic-convert): Likewise.
16513
16514 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16515 Provide ja-dic-utl instead of skkdic-utl.
16516 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16517
16518 2000-08-24 Dave Love <fx@gnu.org>
16519
16520 * disp-table.el (standard-display-default): Make the test of `l'
16521 useful.
16522
16523 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16524 mod sample text.
16525
16526 * international/iso-ascii.el: Make pilcrow convenient string
16527 consistent with section.
16528 (iso-ascii-display): Set up multibyte characters as well as
16529 unibyte.
16530
16531 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16532
16533 * international/mule-cmds.el (reset-language-environment): Set
16534 default-process-coding-system to '(undecided . iso-latin-1), which
16535 makes process I/O almost consistent with file I/O. Call this
16536 function when mule-cmds.el[c] is loaded.
16537
16538 2000-08-22 Andrew Innes <andrewi@gnu.org>
16539
16540 * makefile.w32-in: New file.
16541
16542 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16543
16544 * comint.el (comint-output-filter): Compare end of
16545 comint-last-output-overlay with the start of the newly inserted
16546 text, not the end, when deciding whether to extend it.
16547 Set saved-point's insertion type to advance after insertion.
16548
16549 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16550 since this is now done independently of font-lock mode.
16551
16552 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16553
16554 * server.el (server-kill-new-buffers): New user option.
16555 (server-existing-buffer): New buffer-local variable.
16556 (server-visit-files): When using an existing buffer, set
16557 server-existing-buffer to t.
16558 (server-buffer-done): If server-kill-new-buffers is t, kill the
16559 buffer, unless it was already present before visiting it with
16560 Emacs server.
16561
16562 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16563
16564 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16565 even if the display doesn't support colors: some displays will
16566 support bold/underline faces.
16567
16568 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16569
16570 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16571
16572 * startup.el (command-line): If user's init file had an error,
16573 add explanatory text to *Messages*.
16574
16575 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16576
16577 * man.el (Man-getpage-in-background): Decode the process output by
16578 the system locale coding system.
16579
16580 2000-08-20 Dave Love <fx@gnu.org>
16581
16582 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16583 Don't test x-popup-menu.
16584 (function) <complete-function>: Complete only fbound symbols.
16585 <validate, value>: New.
16586 (variable) <complete-function>: Complete only bound symbols.
16587 (coding-system): Add :base-only, :complete-function, :validate,
16588 :value, :prompt-match.
16589 (widget-coding-system-prompt-value): Use read-coding-system and
16590 act on :base-only.
16591 (editable-field): Add :help-echo.
16592 (widget-push-button-gui, widget-push-button-cache)
16593 (widget-gui-action, widget-editable-list-gui): COmment out, along
16594 with uses.
16595 (widget-at): Make arg optional.
16596 (widget-echo-help): Adjust for current help-echo calling sequence.
16597 (widget-specify-field, widget-specify-button)
16598 (widget-specify-insert, widget-get-sibling, widget-image-find)
16599 (widget-convert, widget-insert, widget-leave-text)
16600 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16601 (widget-setup, widget-field-find, widget-before-change)
16602 (widget-after-change, widget-default-complete)
16603 (widget-default-create, widget-default-delete)
16604 (widget-push-button-value-create, editable-field)
16605 (widget-field-prompt-value, widget-field-validate)
16606 (widget-choice-value-create, widget-choice-action)
16607 (widget-choice-validate, widget-checklist-add-item)
16608 (widget-radio-add-item, widget-radio-chosen)
16609 (widget-radio-value-inline, widget-editable-list-value-create)
16610 (widget-editable-list-entry-create)
16611 (widget-documentation-link-add)
16612 (widget-documentation-string-value-create)
16613 (widget-regexp-validate, widget-file-complete)
16614 (widget-sexp-validate, widget-plist-convert-widget)
16615 (widget-plist-convert-widget, widget-alist-convert-widget)
16616 (widget-alist-convert-widget, widget-color-complete): Simplify,
16617 particularly to avoid bindings which aren't optimized out.
16618
16619 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16620 Doc fix.
16621 (down-list, backward-up-list, up-list, kill-sexp)
16622 (backward-kill-sexp, mark-sexp): Make arg optional.
16623 (lisp-complete-symbol): Add optional arg PREDICATE.
16624
16625 * cus-start.el: Add display-buffer-reuse-frames,
16626 file-coding-system-alist.
16627
16628 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16629
16630 * startup.el (command-line): Clear realized faces after
16631 modifying TTY color mappings.
16632
16633 2000-08-20 Miles Bader <miles@gnu.org>
16634
16635 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16636 merely a subset of FACE's attributes.
16637
16638 2000-08-19 Miles Bader <miles@gnu.org>
16639
16640 * comint.el (comint-output-filter): Save the point with a marker,
16641 not just a buffer position.
16642
16643 * international/mule.el (set-buffer-process-coding-system): Make
16644 interactive prompt less confusing.
16645
16646 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16647
16648 * hilit-chg.el: General cleanup of doc strings, comments and
16649 code formatting.
16650
16651 2000-08-19 Miles Bader <miles@gnu.org>
16652
16653 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16654 Compiler macro removed; beginning-of-line is no longer always
16655 equivalent to forward-line, in the presence of fields.
16656
16657 * comint.el (comint-output-filter): Remove ad-hoc saving of
16658 restriction, and just use save-restriction, now that it works
16659 correctly. Don't adjust comint-last-input-start to account for
16660 our insertion; it shouldn't have moved because we don't use
16661 insert-before-markers anymore. Comment out call to
16662 `force-mode-line-update'; why is it here?
16663
16664 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16665 while checking for prompt to delete. Use `forward-line 0'
16666 instead of beginning-of-line.
16667 (gud-filter): Temporarily widen gud comint buffer while
16668 examining output.
16669
16670 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16671
16672 * progmodes/sh-script.el: Big bag of typos.
16673
16674 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16675 check since ispell-process is not bound when ispell is not yet loaded.
16676
16677 2000-08-18 Dave Love <fx@gnu.org>
16678
16679 * image.el (find-image): Copy `spec' before using plist-put.
16680
16681 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16682
16683 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16684 `portugues'.
16685
16686 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16687 backward-kill-sexp, analogous to kill-sexp.
16688
16689 * progmodes/icon.el (icon-indent-line)
16690 (icon-is-continuation-line): Handle comments specially.
16691
16692 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16693
16694 * ispell.el: Set to standard author/maintainer/keyword fields.
16695 Fine tuning to menu map appearance and operation, and added help.
16696 Remove `start' and `end' error messages when compiling.
16697 (ispell-choices-win-default-height): Fixed comment string.
16698 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16699 castellano8 dictionaries.
16700 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16701 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16702 dictionary, added italiano dictionary.
16703 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16704 word character
16705 (ispell-tex-skip-alists): Added psfig support.
16706 (ispell-skip-html): Renamed from ispell-skip-sgml.
16707 (ispell-begin-skip-region-regexp, ispell-skip-region)
16708 (ispell-minor-check): Improved html skipping support to skip across
16709 code, and recognize `&' commands without propper `;' syntax;
16710 (ispell-process-line): Fix alignment error when manually
16711 correcting spelling.
16712 (ispell): Fix comment string.
16713 (ispell-add-per-file-word-list): Always put word list on new line.
16714
16715 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16716
16717 * format.el (format-encode-run-method): Fix error message to say
16718 `encode' instead of `decode'. Use save-window-excursion around
16719 shell-command-on-region as in format-decode-run-method because
16720 shell-command-on-region can display a buffer with error output.
16721 (format-decode): Don't record undo information for the decoding.
16722 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16723 that number part of the temporary buffer name so that more than
16724 one decoding using a temporary buffer can happen safely.
16725
16726 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16727 of `A-z' in the regexp.
16728
16729 * hilit-chg.el: Fix typos in commentary.
16730
16731 * help.el (view-emacs-news): Rewritten for new naming scheme
16732 for old NEWS files.
16733
16734 * startup.el (command-line): Pop to *Messages* in case an error
16735 is signaled while loading user-init-file.
16736
16737 2000-08-17 Andreas Schwab <schwab@suse.de>
16738
16739 * files.el (insert-directory): Don't lose original file name,
16740 undoing an undocumented change.
16741
16742 2000-08-17 Alex Schroeder <alex@gnu.org>
16743
16744 * sql.el (sql-magic-go): Use comint-bol.
16745 (sql-copy-column): Use comint-line-beginning-position.
16746 (comint-line-beginning-position): Define a replacement for
16747 comint-line-beginning-position if it is not fboundp.
16748
16749 2000-08-17 Alex Schroeder <alex@gnu.org>
16750
16751 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16752 it didn't have any effect anyway.
16753
16754 2000-08-17 Alex Schroeder <alex@gnu.org>
16755
16756 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16757 --pset and pager=off instead of sending \\o|cat at the beginning
16758 of the session.
16759
16760 2000-08-17 Miles Bader <miles@gnu.org>
16761
16762 * progmodes/octave-inf.el: Add compatibility definition of
16763 comint-line-beginning-position.
16764
16765 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16766
16767 * startup.el (normal-top-level): Look in each dir in load-path for
16768 a leim-list.el file too. This assures of loading leim-list.el
16769 that is created at Emacs installation time even if a user have his
16770 own leim-list.el.
16771
16772 2000-08-17 Miles Bader <miles@gnu.org>
16773
16774 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16775 foreground color to black if the background is dark.
16776
16777 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16778
16779 * loadhist.el (unload-feature): Typo.
16780
16781 * finder.el (finder-compile-keywords):
16782 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16783 to the generated file.
16784
16785 * mail/mh-e.el (mh-make-local-vars):
16786 Replace make-variable-buffer-local with make-local-variable.
16787
16788 * play/landmark.el:
16789 * options.el (Edit-options-{set,toggle,t,nil}):
16790 * mail/mailabbrev.el (mail-abbrevs-mode):
16791 * textmodes/tex-mode.el (tex-expand-files):
16792 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16793
16794 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16795
16796 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16797 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16798 Allow going past the last element.
16799 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16800 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16801 (cvs-mouse-toggle-mark): Don't move point.
16802 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16803
16804 * progmodes/compile.el (grep): Provide a default set of files.
16805 (next-error): Docstring fix.
16806 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16807
16808 * emacs-lisp/easy-mmode.el (define-minor-mode):
16809 Use `symbol-value' to keep the byte-compiler quiet.
16810
16811 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16812 (diff-find-source-location): New fun, extracted from diff-goto-source.
16813 (diff-goto-source): Use it.
16814 (diff-next-complex-hunk, diff-filter-lines): New function.
16815 (diff-apply-hunk): New command.
16816
16817 * smerge-mode.el (smerge-mode-menu): Doc fix.
16818
16819 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16820
16821 2000-08-16 Dave Love <fx@gnu.org>
16822
16823 * windmove.el (windmove) <defgroup>: Add :version.
16824
16825 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16826 (goto-address-fontify-p, goto-address-highlight-p)
16827 (goto-address-url-face, goto-address-url-mouse-face)
16828 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16829 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16830 (goto-address-fontify, goto-address-at-mouse): Simplify,
16831 (goto-address-at-point): browse-url-url-at-point,
16832 goto-address-find-address-at-point can return nil.
16833 (goto-address-find-address-at-point): Return nil on failure.
16834
16835 * align.el (align) <defgroup>: Add :version.
16836
16837 * calculator.el (calculator): Add :version.
16838 (calculator): Use two lines for calculator window if `modeline'
16839 face is boxed.
16840
16841 * play/5x5.el: Doc fixes.
16842 (5x5) <defgroup>: Add :version.
16843
16844 * play/fortune.el (fortune) <defgroup>: Add :version.
16845 (fortune-append): Fix error message.
16846 (fortune-from-region): Doc fix.
16847
16848 * play/pong.el (pong): Doc fix.
16849
16850 * play/morse.el: Keywords, commentary, autoloads.
16851
16852 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16853
16854 * desktop.el (desktop-save): Don't look at symbol-value of a
16855 member of minor-mode-alist, unless it is boundp.
16856
16857 2000-08-16 Sam Steingold <sds@gnu.org>
16858
16859 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16860 `while'; use `with-current-buffer' instead of `save-excursion'.
16861 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16862
16863 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16864
16865 * international/ccl.el (declare-ccl-program): Docstring modified.
16866 (ccl-execute-with-args): Likewise.
16867
16868 2000-08-16 Miles Bader <miles@gnu.org>
16869
16870 * progmodes/sql.el: Add compatibility definition of
16871 comint-line-beginning-position.
16872
16873 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16874
16875 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16876 'buffer-menu' property.
16877 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16878 fails.
16879 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16880 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16881 wasn't killed.
16882
16883 * buff-menu.el (list-buffers-noselect): Don't display the
16884 *Buffer List* buffer.
16885
16886 * font-lock.el: Require jit-lock to prevent a very late
16887 `Loading jit-lock' message.
16888
16889 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16890 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16891 mail address.
16892
16893 2000-08-15 Miles Bader <miles@gnu.org>
16894
16895 * textmodes/ispell.el (ispell-graphic-p): New constant.
16896 (ispell-choices-win-default-height, ispell-help): Use
16897 `ispell-graphic-p' instead of `xemacsp'.
16898
16899 2000-08-15 Dave Love <fx@gnu.org>
16900
16901 * simple.el: Autoload widget-convert when compiling.
16902 (mail-user-agent): Doc fix.
16903
16904 * help.el (function-called-at-point, variable-at-point): Use
16905 with-syntax-table.
16906 (help-manyarg-func-alist): Add insert-and-inherit.
16907
16908 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16909
16910 * delsel.el (delsel-unload-hook): New function.
16911
16912 * find-file.el: Doc fixes. Move provide to end.
16913 (ff) <defgroup>: Add :link.
16914 (ff-goto-click): Deleted.
16915 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16916 Use mouse-set-point.
16917
16918 * textmodes/tildify.el: Doc fixes.
16919 (tildify) <defgroup>: Add:version.
16920
16921 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16922 (glasses-custom-set): Use set-default, not set.
16923 (minor-mode-alist): Propertize the lighter.
16924 (glasses-mode): Provide optional arg.
16925
16926 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16927 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16928 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16929 option. Provide :type.
16930 (cwarn-configuration): Provide :type.
16931 (cwarn-mode): Doc fix.
16932
16933 * add-log.el (change-log-merge): Doc fix.
16934 (change-log-redate): New command.
16935
16936 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16937 Doze and Dog.
16938 (browse-url): Use dolist, not mapcar.
16939 (browse-url-at-point): Check for null url.
16940 (browse-url-event-buffer, browse-url-event-point): Functions
16941 deleted.
16942 (browse-url-at-mouse, browse-url-netscape): Simplify.
16943
16944 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16945 modes.
16946 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16947 Fix previous change to mapcan.
16948 (msb--init-file-alist, msb--add-separators)
16949 (msb--make-keymap-menu): Simplify.
16950 (msb--choose-file-menu): Use copy-sequence.
16951 (msb-mode-map): Add title to keymap.
16952 (msb-unload-hook): New function.
16953
16954 * bs.el: Fix indentation.
16955 (bs) <defgroup>: Add :links.
16956 (bs-show): Doc fix.
16957 (bs-apply-sort-faces): Don't use window-system.
16958 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16959
16960 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16961
16962 * calendar/timeclock.el (timeclock-file): Run .timelog through
16963 convert-standard-filename.
16964
16965 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16966
16967 * emacs-lisp/authors.el: New file.
16968
16969 * paren.el (show-paren-priority): New user option.
16970 (show-paren-function): Set overlay priorities to
16971 show-paren-priority.
16972
16973 2000-08-14 Miles Bader <miles@gnu.org>
16974
16975 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16976 beginning-of-line with inhibit-field-text-motion bound.
16977
16978 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16979
16980 * calendar/timeclock.el: New file.
16981
16982 2000-08-14 David Ponce <david@dponce.com>
16983
16984 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16985 `widget-button-click'. so that one can use left mouse button to
16986 click on dialog buttons.
16987
16988 2000-08-14 Emmanuel Briot <briot@gnat.com>
16989
16990 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16991 identifiers, since XML is case sensitive
16992
16993 2000-08-12 Miles Bader <miles@gnu.org>
16994
16995 * comint.el (comint-output-filter): Don't bother frobbing
16996 window-start, it doesn't seem to be necessary.
16997
16998 * comint.el (comint-send-string, comint-send-region): Make into
16999 real functions. Snapshot the prompt before sending.
17000
17001 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
17002
17003 * info.el (Info-find-emacs-command-nodes): Rewrite to use
17004 technique similar to Info-index, instead of relying on specific
17005 names of relevant Index nodes.
17006 (Info-goto-emacs-command-node): Bind Info-history to nil when
17007 going to the first node found by Info-find-emacs-command-nodes.
17008
17009 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
17010
17011 * menu-bar.el (menu-bar-help-menu): Add a :help string.
17012
17013 2000-08-10 Miles Bader <miles@gnu.org>
17014
17015 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
17016
17017 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
17018
17019 * info.el (Info-file-list-for-emacs): More elements for the
17020 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
17021 and woman manuals.
17022
17023 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
17024
17025 * comint.el (comint-send-input): Make the newline boundary overlay
17026 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
17027 (comint-output-filter): Use `insert' instead of
17028 `insert-before-markers'. Extend comint-last-output-overlay when
17029 necessary since we can't rely on insert-before-markers to do it.
17030 * gud.el (gud-filter): Use `with-current-buffer' instead of
17031 save-excursion when inserting the output, so that point gets
17032 updated correctly; the old method relied on a rather dodgy
17033 side-effect of comint-output-filter to avoid the effect of
17034 save-excursion.
17035
17036 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
17037
17038 * files.el (recover-file): Call insert-directory instead of
17039 invoking `ls' directly.
17040
17041 2000-08-10 Miles Bader <miles@gnu.org>
17042
17043 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
17044 (comint-last-prompt-overlay): New variables.
17045 (comint-output-filter): Implement prompt highlighting.
17046 (comint-snapshot-last-prompt): New function.
17047 (comint-send-input): Snapshot the last prompt.
17048 Use comint-highlight-input-face.
17049 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
17050 Use defface instead of defcustom.
17051 (send-invisible, comint-send-eof): Snapshot the last prompt.
17052 (comint-delchar-or-maybe-eof): Use comint-send-eof.
17053 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
17054
17055 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
17056
17057 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
17058 (regexp-opt-group): Use a list of chars for `letters'.
17059 (regexp-opt-charset): `chars' is now a list of chars.
17060 Use a char-table rather than a vector so it works for multibyte chars.
17061
17062 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
17063 Set cvs-minor-current-files to the selected fileinfo.
17064 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
17065 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
17066
17067 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
17068
17069 * files.el (insert-directory): Don't call access-file on
17070 directories on DOS and Windows.
17071
17072 2000-08-09 Kenichi Handa <handa@etl.go.jp>
17073
17074 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
17075 longer if necessary.
17076 (ccl-embed-code): Call ccl-embed-data to store CODE in
17077 ccl-program-vector.
17078
17079 2000-08-09 Miles Bader <miles@gnu.org>
17080
17081 * comint.el (comint-output-filter): Properly handle the case where
17082 the text surrounded by comint-last-output-overlay was deleted.
17083
17084 2000-08-08 Gerd Moellmann <gerd@gnu.org>
17085
17086 * info.el (Info-insert-dir): Use Info-additional-directory-list if
17087 non-nil.
17088 (Info-file-list-for-emacs): Remove "info" from the list because
17089 that leads to trying to use the documentation from file `info'
17090 in various situations where it isn't appropriate, for instance
17091 C-h C-k C-h i.
17092
17093 * ffap.el (ffap-read-file-or-url-internal): Handle case that
17094 DIR and/or STRING are nil.
17095
17096 * progmodes/compile.el (compilation-setup): Make variable
17097 compilation-error-screen-columns buffer-local, as some comment
17098 in the code suggests it should be.
17099
17100 * files.el (auto-mode-interpreter-regexp): New variable.
17101 (set-auto-mode): Use it.
17102
17103 * indent.el (indent-for-tab-command): Doc fix.
17104
17105 * mouse-sel.el (mouse-sel-mode): Doc fix.
17106
17107 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
17108 labels.
17109
17110 * help.el (print-help-return-message): When
17111 display-buffer-reuse-frames is set, let the help window been quit,
17112 instead of deleting it, which might delete a reused frame.
17113
17114 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
17115
17116 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
17117 rename a directory to a name that differs only by its letter case.
17118
17119 2000-08-08 Kenichi Handa <handa@etl.go.jp>
17120
17121 * international/quail.el (quail-define-rules): Handle Quail decode
17122 map correctly. Add code for supporting annotations.
17123 (quail-install-decode-map): New function.
17124 (quail-defrule-internal): New optional arguments decode-map and
17125 props.
17126 (quail-advice): New function.
17127
17128 2000-08-07 Sam Steingold <sds@gnu.org>
17129
17130 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
17131 `defconst', `define-condition', `with-slots'.
17132 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
17133
17134 2000-08-03 Miles Bader <miles@gnu.org>
17135
17136 * comint.el (comint-use-prompt-regexp-instead-of-fields):
17137 New variable.
17138 (comint-prompt-regexp, comint-get-old-input): Document dependence on
17139 comint-use-prompt-regexp-instead-of-fields.
17140 (comint-send-input): Add `input' field property to stuff we send to
17141 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
17142 (comint-output-filter): Add `output' field property to process
17143 output, if comint-use-prompt-regexp-instead-of-fields is nil.
17144 (comint-replace-by-expanded-history)
17145 (comint-get-old-input-default, comint-show-output)
17146 (comint-backward-matching-input, comint-forward-matching-input)
17147 (comint-next-prompt, comint-previous-prompt): Use field
17148 properties if comint-use-prompt-regexp-instead-of-fields is nil.
17149 (comint-line-beginning-position): New function.
17150 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
17151 (comint-replace-by-expanded-history-before-point): Use
17152 comint-line-beginning-position and line-end-position.
17153 (comint-last-output-overlay): New variable.
17154 (comint-mode): Make `comint-last-output-overlay' buffer-local.
17155
17156 * shell.el (shell-prompt-pattern): Doc change.
17157 (shell-backward-command): Use line-beginning-position.
17158
17159 * gud.el (gud-gdb-complete-command): Use
17160 comint-line-beginning-position.
17161
17162 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
17163 comint-bol doesn't actually go to the beginning of the line.
17164
17165 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
17166 if comint-use-prompt-regexp-instead-of-fields is non-nil.
17167 (try-expand-line-all-buffers): Likewise.
17168
17169 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
17170 explicitly matching comint-prompt-regexp.
17171 (sql-copy-column): Use comint-line-beginning-position instead of
17172 explicitly matching comint-prompt-regexp.
17173
17174 * progmodes/octave-inf.el (inferior-octave-complete): Use
17175 comint-line-beginning-position.
17176
17177 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
17178
17179 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
17180 looking for a prompt, use `forward-line 0' instead of
17181 `beginning-of-line', to avoid getting caught by an input field.
17182
17183 2000-08-07 Gerd Moellmann <gerd@gnu.org>
17184
17185 * files.el (shell-quote-wildcard-pattern): Make sure to return
17186 PATTERN, in the Unix case.
17187
17188 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
17189
17190 * play/zone.el (zone): Discard any pending input before running
17191 the randomly-chosen pgm.
17192
17193 2000-08-07 Kenichi Handa <handa@etl.go.jp>
17194
17195 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
17196 checking the existence of any multibyte characters.
17197
17198 2000-08-06 Gerd Moellmann <gerd@gnu.org>
17199
17200 * help.el (describe-mode): Test minor-mode symbol for being
17201 bound before testing its value for being nil.
17202
17203 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17204 `first', `second', and `third'.
17205
17206 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17207 (second): Make it an alias for `cadr'.
17208
17209 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17210
17211 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17212 types of display support faces now.
17213
17214 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17215
17216 * pcvs.el (require): Require `cl' during compilation, only.
17217
17218 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17219 (toplevel): Remove `remq' and `remove' from autoloads.
17220 (cl-fake-autoloads): New variable. If set, arrange for an error
17221 when CL functions etc. are autoloaded.
17222
17223 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17224
17225 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17226
17227 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17228 popped up, but the user clicks outside the menu, return an empty
17229 regexp (that causes unhighlight-regexp to have no effect).
17230
17231 * menu-bar.el (menu-bar-games-menu): Add Zone.
17232
17233 * hi-lock.el (toplevel): Require font-lock.
17234
17235 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17236
17237 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17238 (ebnf-8-bit-chars): New var for bug fix.
17239 (ebnf-string): Bug fix.
17240
17241 2000-08-03 Sam Steingold <sds@gnu.org>
17242
17243 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17244 instead of `buffer-string'.
17245 (require 'cl): Always, not just when compiling.
17246 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17247 necessary.
17248
17249 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17250
17251 * international/mule-cmds.el (select-safe-coding-system): Make
17252 the message text about selecting a safe coding system more clear.
17253
17254 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17255
17256 * hi-lock.el: New file.
17257
17258 * play/zone.el: New file.
17259
17260 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17261 value of tab-width in the original buffer. Choose a line number
17262 format that's a multiple of the original buffer's tab width, so
17263 that lines appear right.
17264
17265 * textmodes/ispell.el (ispell): New function, replacing an alias.
17266 Spell-check active region if in transient-mark-mode and mark
17267 is active; otherwise spell-check buffer.
17268
17269 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17270
17271 * ps-mule.el: Fix a customization problem on
17272 ps-mule-font-info-database-default.
17273
17274 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17275
17276 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17277 display-mouse-p instead of window-system.
17278 (ebrowse-member-mode-map): Ditto.
17279
17280 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17281
17282 * progmodes/ebnf2ps.el: Update ps-print functions call.
17283 Indentation fix. Doc fix.
17284 (ebnf-version): New version number (3.2).
17285 (ebnf-format-color, ebnf-begin-job): Code fix.
17286
17287 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17288
17289 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17290 font lock support on window-system.
17291 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17292
17293 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17294 display-color-p, if fboundp, instead of window-system.
17295
17296 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17297
17298 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17299 instead of window-system.
17300
17301 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17302 window-system.
17303 (widget-choice-mouse-down-action): Use display-popup-menus-p
17304 instead of window-system.
17305
17306 * strokes.el (strokes-file): Run the file name through
17307 convert-standard-filename.
17308 (strokes-mode): Call display-mouse-p instead of looking at
17309 window-system. Change the error message accordingly.
17310
17311 * progmodes/cpp.el (toplevel): Support faces on tty's.
17312
17313 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17314 (lm-plot-square, lm-init-display): Don't use window-system.
17315
17316 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17317 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17318
17319 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17320 instead of looking at window-system.
17321
17322 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17323
17324 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17325 of testing if iswitchb-prepost-hooks is bound, because the
17326 latter will always be true when invoking a recursive minibuffer
17327 from an active Iswitchb buffer.
17328
17329 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17330
17331 * files.el (shell-quote-wildcard-pattern): New function.
17332 (insert-directory): Call it. Only prepend "\" to command on Unix
17333 and GNU/Linux systems.
17334
17335 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17336
17337 * eshell/esh-groups.el: Change custom :link file names
17338 from `eshell.info' to `eshell'.
17339
17340 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17341
17342 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17343 correctly in recursive ange-ftp listings.
17344
17345 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17346
17347 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17348 ps-header-font-size-internal and
17349 ps-header-title-font-size-internal variables are not set,
17350 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17351 face text property is (foreground-color . COLOR) or
17352 `(background-color . COLOR)', ps-print crashes. Doc fix.
17353 (ps-print-version): New version number (5.2.4).
17354 (ps-plot-region): Code fix.
17355 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17356 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17357 Bug fix 2.
17358
17359 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17360
17361 * glasses.el (glasses-make-readable): Fix uncapitalization of
17362 identifiers like `myXMLDocument'.
17363
17364 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17365
17366 * mail/mail-hist.el (mail-hist-previous-input)
17367 (mail-hist-next-input): Do the obvious code factorization.
17368 (mail-hist-retrieve-and-insert): New func, contains common
17369 code of above two.
17370 If inserting a message body, leave point at top.
17371
17372 2000-07-28 Sam Steingold <sds@gnu.org>
17373
17374 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17375 Use `<=', not `<' to compare times!
17376 (ange-ftp-ls): Remove.
17377
17378 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17379
17380 * play/cookie1.el: Add explanation of how to make cookie.el
17381 compatible with strfile(1) to comment.
17382
17383 * subr.el (remove, remq): New functions.
17384
17385 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17386 escape `*' in regexps.
17387 (midnight-find): Reverse order of arguments in the funcall of
17388 TEST.
17389
17390 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17391 and `.class'.
17392
17393 * play/meese.el: Add Commentary section.
17394
17395 2000-07-27 Alex Schroeder <alex@gnu.org>
17396
17397 * sql.el (sql-ms): Added autoload cookie.
17398 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17399 (sql-oracle): Ditto.
17400 (sql-help): Doc change.
17401
17402 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17403 types and exceptions.
17404
17405 2000-07-27 Alex Schroeder <alex@gnu.org>
17406
17407 * sql.el (sql-placeholder-history): New variable.
17408 (sql-query-placeholders-and-send): New function that will query
17409 the user and replace placeholders with user input.
17410 (sql-oracle): If running on NT, set comint-input-sender to
17411 sql-query-placeholders-and-send.
17412
17413 (sql-stop): If in the SQLi buffer, insert stop notification, else
17414 present it as a message.
17415
17416 2000-07-27 Alex Schroeder <alex@gnu.org>
17417
17418 * sql.el (sql-input-ring-separator): Doc change.
17419 (sql-input-ring-file-name): Doc change.
17420 (sql-interactive-mode): Use `sql-input-ring-separator' and
17421 `sql-input-ring-file-name' to set the comint-mode equivalents
17422 without making them local variables.
17423 (sql-stop): Don't bind `sql-input-ring-separator' and
17424 `sql-input-ring-file-name' dynamically to their comint-mode
17425 equivalents.
17426
17427 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17428
17429 * international/mule.el (register-char-codings): New function.
17430 (make-coding-system): Handle `safe-chars' specification in the arg
17431 PROPERTY.
17432
17433 * international/mule-cmds.el
17434 (find-coding-systems-region-subset-p): This function deleted.
17435 (sort-coding-systems-predicate): New variable.
17436 (sort-coding-systems): New function.
17437 (find-coding-systems-region): Use
17438 find-coding-systems-region-internal.
17439 (find-coding-systems-string): Use find-coding-systems-region.
17440 (find-coding-systems-for-charsets): Check
17441 char-coding-system-table.
17442 (select-safe-coding-system-accept-default-p): New variable.
17443 (select-safe-coding-system): Mostly rewritten. New argument
17444 ACCEPT-DEFAULT-P.
17445 (select-message-coding-system): Call select-safe-coding-system
17446 with ACCEPT-DEFAULT-P arg.
17447 (reset-language-environment): Reset default-sendmail-coding-system
17448 to the default value iso-latin-1.
17449 (set-language-environment): Don't set the obsolete variable
17450 charset-origin-alist.
17451
17452 * international/codepage.el (cp-coding-system-for-codepage-1):
17453 Give `safe-chars' property to make-coding-system.
17454
17455 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17456 calling select-message-coding-system twice.
17457
17458 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17459 instead of `safe-charsets'.
17460 (cyrillic-alternativnyj): Likewise.
17461 (ccl-encode-alternativnyj): Don't check the charset
17462 cyrillic-iso8859-5.
17463
17464 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17465
17466 * composite.el (compose-chars-after): Preserve match data.
17467
17468 2000-07-26 Sam Steingold <sds@gnu.org>
17469
17470 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17471 (ange-ftp-real-file-newer-than-file-p): New function.
17472 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17473 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17474
17475 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17476 * midnight.el (midnight-float-time): Ditto.
17477
17478 2000-07-26 Andreas Schwab <schwab@suse.de>
17479
17480 * files.el (normal-backup-enable-predicate): Correct
17481 interpretation of the return value of compare-strings.
17482
17483 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17484
17485 * isearch.el (isearch-resume): New function.
17486 (isearch-done): Add something to command-history to resume
17487 the search.
17488 (isearch-yank-line, isearch-yank-word): Use
17489 buffer-substring-no-properties instead of buffer-substring.
17490
17491 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17492 of flyspell-mouse-map.
17493
17494 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17495 duplicate definition.
17496 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17497
17498 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17499 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17500
17501 2000-07-25 Sam Steingold <sds@gnu.org>
17502
17503 * net/ange-ftp.el: Get modtime over the net.
17504 (ange-ftp-file-modtime): New function.
17505 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17506 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17507 Use it.
17508 (ange-ftp-dot-to-slash): New function.
17509 (ange-ftp-fix-name-for-vms): Use it.
17510
17511 * midnight.el (midnight-buffer-display-time): Use
17512 `with-current-buffer'.
17513
17514 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17515
17516 * find-dired.el: Update copyright notice.
17517 (find-dired): Offer to kill a running `find'.
17518
17519 * enriched.el (enriched-face-ans): For a `foreground-color'
17520 property, return '(("x-color" COLOR))' so that COLOR will be
17521 output as a parameter of the x-color annotation. Likewise for the
17522 `background-color' property. In the case of normal face
17523 properties, don't return annotations for unspecified foreground
17524 and background face attributes.
17525
17526 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17527
17528 * language/japan-util.el (japanese-katakana-region): Fix handling
17529 HANKAKU argument.
17530
17531 2000-07-25 Miles Bader <miles@gnu.org>
17532
17533 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17534 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17535 constrain-to-field.
17536
17537 2000-07-24 Andrew Innes <andrewi@gnu.org>
17538
17539 * timer.el (timer-activate-when-idle): Add optional parameter
17540 DONT-WAIT. Update docstring.
17541 (run-with-idle-timer): Specify extra parameter to
17542 timer-activate-when-idle, so that timer will be activated
17543 immediately if Emacs is already idle.
17544
17545 * w32-fns.el (w32-using-nt): Fix docstring.
17546
17547 2000-07-24 Dave Love <fx@gnu.org>
17548
17549 * mouse.el (popup-menu): Set last-command-event.
17550 (mouse-major-mode-menu-prefix): Declare.
17551
17552 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17553
17554 * textmodes/flyspell.el: Update to author's version 1.5d.
17555
17556 * progmodes/hideshow.el: Update copyright notice.
17557
17558 * vcursor.el: Set maintainer to FSF, since author cannot
17559 be reached.
17560
17561 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17562
17563 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17564 the prompt.
17565
17566 * mouse.el (popup-menu): Run the keymap through indirect-function,
17567 in case it was defined with define-prefix-key. If the menu is a
17568 list of keymaps, look up the binding of user's choice in each one
17569 of the keymaps.
17570 (mouse-popup-menubar): If the global and local menu-bar keymaps
17571 don't have a prompt string, create one and insert it into the
17572 keymap. Don't barf if current-local-map returns nil.
17573
17574 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17575
17576 * dired.el (dired-sort-R-check): Added to allow recursive listing
17577 to be undone.
17578 (dired-sort-other): Use it.
17579
17580 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17581
17582 * Release of cc-mode 5.27
17583
17584 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17585
17586 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17587 c-beginning-of-statement-1 that caused a bad case of recursion
17588 which could consume a lot of CPU in large classes in languages
17589 that have in-expression classes (i.e. Java and Pike).
17590
17591 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17592 statements before top level constructs (i.e. case 6 is moved
17593 before case 5 and is now case 4) to catch in-expression
17594 classes in top level expressions correctly.
17595
17596 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17597
17598 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17599 objc-method-intro. Case 4 removed and case 5I added.
17600
17601 * cc-langs.el (c-append-paragraph-start): New variable used by
17602 c-common-init to get paragraph-start correct.
17603 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17604 initialize paragraph-start to make it correct both with and
17605 without the javadoc special case.
17606
17607 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17608 initialize paragraph-start for javadoc markup.
17609
17610 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17611 change by defaulting this to t. It's motivated by the
17612 confusing behavior that otherwise arise from the style system
17613 when editing both java and non-java files at the same time
17614 (see the comments about style setting in c-common-init).
17615
17616 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17617
17618 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17619 similar to the one in c-fill-paragraph to check the fill
17620 prefix from the adaptive fill function for sanity.
17621
17622 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17623
17624 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17625 defun block.
17626
17627 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17628
17629 * cc-align.el (c-lineup-multi-inher): Handle lines with
17630 leading comma nicely. Extended to handle member initializers
17631 too.
17632
17633 * cc-engine.el: (c-beginning-of-inheritance-list,
17634 c-guess-basic-syntax): Fixed recognition of inheritance lists
17635 when the lines begins with a comma.
17636
17637 * cc-vars.el (c-offsets-alist): Changed default for
17638 member-init-cont to c-lineup-multi-inher since it now handles
17639 member initializers and indents better for leading commas.
17640
17641 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17642
17643 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17644 handling that caused class open lines to be recognized as
17645 statement-conts in some cases.
17646
17647 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17648 guessed by the adaptive fill function unless point is on the
17649 first line of a block comment.
17650
17651 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17652 when the buffer ends with a macro continuation char.
17653
17654 * cc-engine.el (c-guess-basic-syntax): Added support for
17655 function definitions as statements in Pike. The first
17656 statement in a lambda block is now labeled defun-block-intro
17657 instead of statement-block-intro.
17658
17659 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17660 so that the class surrounding point is selected, not the one
17661 innermost in the state.
17662
17663 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17664 recognition of switch labels having hanging multiline
17665 statements.
17666
17667 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17668 some code in c-guess-basic-syntax to a separate function.
17669 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17670 recognition of member inits with multiple line arglists.
17671 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17672 member-init-cont when the commas are in funny places.
17673
17674 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17675
17676 * cc-defs.el (c-auto-newline): Removed this macro since it's
17677 not used anymore.
17678
17679 * cc-engine.el (c-looking-at-bos): New helper function.
17680 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17681 inexpr and toplevel classes apart in Pike.
17682
17683 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17684 of case 9A.
17685
17686 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17687 constant, since "class" can introduce an in-expression class
17688 in Pike nowadays.
17689
17690 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17691
17692 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17693 indentation on cpp-macro lines.
17694
17695 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17696 a syntax modifier like comment-intro, to make it possible to
17697 get syntactic indentation for preprocessor directives. It's
17698 incompatible wrt to lineup functions on cpp-macro, but it has
17699 no observable effect in the 99.9% common case where cpp-macro
17700 is set to -1000.
17701
17702 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17703
17704 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17705 member-init-cont when the preceding arglist is several lines.
17706
17707 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17708
17709 * cc-styles.el (c-style-alist): The basic offset for the BSD
17710 style corrected to 8.
17711
17712 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17713
17714 * cc-styles.el (c-style-alist): Adjusted the indentation of
17715 brace list openers in the gnu style.
17716
17717 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17718
17719 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17720
17721 * cc-cmds.el (c-electric-brace, c-electric-slash,
17722 c-electric-star, c-electric-semi&comma, c-electric-colon,
17723 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17724 when c-syntactic-indentation is nil.
17725
17726 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17727 we were left at comments preceding the first statement when
17728 reaching the beginning of the buffer.
17729
17730 * cc-vars.el (c-syntactic-indentation): New variable to turn
17731 off all syntactic indentation.
17732
17733 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17734
17735 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17736 between the text and the block comment ender when it hangs,
17737 depending on how many there are before the fill.
17738
17739 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17740
17741 * cc-engine.el (c-beginning-of-closest-statement): New helper
17742 function to go back to the closest preceding statement start,
17743 which could be inside a conditional statement.
17744 * cc-engine.el (c-guess-basic-syntax): Use
17745 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17746
17747 * cc-engine.el (c-guess-basic-syntax): Better handling of
17748 arglist-intro, arglist-cont-nonempty and arglist-close when
17749 the arglist is nested inside parens. Cases 7A, 7C and 7F
17750 changed.
17751
17752 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17753 up-to-date with javadoc 1.2.
17754
17755 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17756
17757 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17758 multiline Pike type decls.
17759
17760 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17761
17762 * cc-cmds.el (c-indent-new-comment-line): Always break
17763 multiline comments in multiline mode, regardless of
17764 comment-multi-line.
17765
17766 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17767
17768 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17769 fully::qualified::names in C++ member init lists. Preamble in
17770 case 5D changed.
17771
17772 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17773
17774 * cc-langs.el (c-common-init): Handling of obsolete variables
17775 moved to c-initialize-cc-mode. More compatible style override
17776 when using global style variables.
17777 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17778 variables moved here.
17779
17780 * cc-styles.el (c-make-styles-buffer-local): Flag style
17781 variable localness in c-style-variables-are-local-p to make
17782 the compatibility measure in c-common-init work well.
17783
17784 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17785 longer contain set-from-style.
17786 * cc-styles.el (c-initialize-builtin-style): Don't check for
17787 set-from-style on c-special-indent-hook.
17788 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17789 copy-alist is sufficient now.
17790
17791 * cc-styles.el (c-set-style, c-set-style-1,
17792 c-get-style-variables): Fixes to variable initialization so
17793 that duplicate entries in styles have the same effect
17794 regardless of DONT-OVERRIDE.
17795
17796 * cc-styles.el (c-set-style-2): Fixed bug where the
17797 initialization of inheriting styles failed when the
17798 dont-override flag is set.
17799
17800 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17801 on this.
17802
17803 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17804
17805 * cc-defs.el (c-forward-comment): Removed the workaround
17806 introduced in 5.38 since it had worse side-effects. If a line
17807 contains the string "//\"", it regarded the // as a comment
17808 start since the \ temporarily doesn't have escape syntax.
17809
17810 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17811
17812 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17813 ada-xref.el before ada-prj.el, so that the Project menu is created
17814 when ada-prj tries to add to it.
17815 (ada-activate-keys-for-case): Suppress the characters that are not
17816 part of the Ada syntax. Better compatibility with else-mode
17817 (ada-adjust-case-interactive): When auto-casing is not active,
17818 correctly insert newlines (used to insert only ^M). Prevent the
17819 syntax table from being changed in case of an error
17820 (or '_' becomes part of a word and some commands are confused).
17821 Do nothing if ada-auto-case is nil.
17822 (ada-after-keyword-p): Ignore keywords that are also attributes
17823 (ada-batch-reformat): Update usage comment
17824 (ada-call-from-contextual-menu): New function
17825 (ada-case-read-exceptions): Reinitialize the casing exception list
17826 first to nil first, so that the casing exception file can be
17827 shared.
17828 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17829 files.
17830 (ada-compile-goto-error): Fix regexp used to detect a file:line
17831 anywhere in the error message
17832 (ada-contextual-menu-last-point): New variable
17833 (ada-create-keymap): If the variable delete-key-deletes-forward is
17834 t on XEmacs, it means that DEL should delete one character
17835 forward.
17836 (ada-create-menu): Use :included instead of :visible for XEmacs.
17837 New submenu "Options".
17838 (ada-end-stmt-re): Correctly indent "select ... then abort"
17839 statements.
17840 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17841 even if they don't match ada-fill-comment-prefix Fix handling of
17842 paragraphs on the first or last line of a file.
17843 (ada-format-paramlist): Fix handling of default parameter values.
17844 (ada-get-body-name): New function.
17845 (ada-get-current-indent): Optimized by searchling directly for an
17846 existing generic part or a statement outside of it. Handle
17847 ada-indent-align-comments when indenting comments Replaced some
17848 regexps by testing directly the next character. This results in a
17849 huge speedup on some files. New indentation scheme for renames
17850 statements. Stop looking for the 'while' or 'for' associated with
17851 a 'loop' at the first semicolon encountered. A "return" can also
17852 match an anonymous access subprogram declaration.
17853 (ada-get-indent-noindent): Ignore strings and comments when
17854 looking for the keywords "record" and "private".
17855 (ada-goto-matching-decl-start): When matching "if", make sure we
17856 are not in fact seeing "end if". Ignore "when" statements except
17857 when initial keyword was "begin". Fix handling of nested
17858 procedures. Add a recursive call to this function to skip over
17859 other 'end' statmts. Fix indentation for "when .. => begin"
17860 (ada-in-open-paren-p): Fix indentation for complex boolean
17861 expressions, where 'and then', 'or else' and parenthesis
17862 statements are mixed up.
17863 (ada-in-paramlist-p): Skip comments while searching for the
17864 beginning Fix handling of operator declarations.
17865 (ada-indent-align-comments): New variable
17866 (ada-indent-current): Change the syntax table only in the
17867 protected section, so that we are sure it is restored correctly.
17868 (ada-indent-on-previous-lines): Use ada-use-indent and
17869 ada-with-indent Correctly indent "select ... then"
17870 (ada-indent-region): Slight speedup.
17871 (ada-indent-renames): New variable.
17872 (ada-last-which-function-subprog, ada-last-which-function-line):
17873 New variables
17874 (ada-looking-at-semi-private): Correctly indent the 'private'
17875 keyword when it is the first word in a package declaration.
17876 (ada-loose-case-word): Stop searching if at the end of the buffer.
17877 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17878 even if point is not initially at the end of the word.
17879 (ada-matching-decl-start-re): Add "when".
17880 (ada-mode): Add support for abbrev-mode, outline-mode and
17881 which-func-mode Override the old find-file.el entry in
17882 ff-special-constructs since it is using the obsolete
17883 ada-spec-suffix variable
17884 (ada-no-auto-case): New function
17885 (ada-scan-paramlist): When parsing the argument type, accept
17886 spaces (as in "X 'Class", generated by Rational Rose).
17887 (ada-other-file-name): No longer loads the other file.
17888 (ada-popup-menu): Save and restore the current buffer and cursor
17889 position before and after displaying the menu.
17890 (ada-search-ignore-complex-boolean): New function.
17891 (ada-uncomment-region): Emacs21 already knows how to delete
17892 comments not starting in the first column.
17893 (ada-use-indent): New variable
17894 (ada-which-function): New function.
17895 (ada-with-indent): New variable
17896 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17897 can be batch-compiled from the command line.
17898
17899 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17900 Add to the menu when the file is loaded, not in ada-mode-hook.
17901 Add -toolbar to the default ddd command Switches moved from
17902 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17903 ada-prj-default-comp-opt
17904 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17905 Reference Manual to the menu
17906 (ada-check-current): rewritten as a call to ada-compile-current
17907 (ada-compile): Removed.
17908 (ada-compile-application, ada-compile-current, ada-check-current):
17909 Set the compilation-search-path so that compile.el automatically
17910 finds the sources in src_dir. Automatic scrollong of the
17911 compilation buffer. C-uC-cC-c asks for confirmation before
17912 compiling
17913 (ada-compile-current): New parameter, prj-field
17914 (ada-complete-identifier): Load the .ali file before doing
17915 processing
17916 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17917 conform to gnatmake's behavior.
17918 (ada-find-file-in-dir): New function
17919 (ada-find-references): Set the environment variables for gnatfind
17920 (ada-find-src-file-in-dir): New function.
17921 (ada-first-non-nil): Removed
17922 (ada-gdb-application): Add support for jdb, the java debugger.
17923 (ada-get-ada-file-name): Load the original-file first if not done
17924 yet.
17925 (ada-get-all-references): Handles the new ali syntax (parent types
17926 are found between <>).
17927 (ada-initialize-runtime-library): New function
17928 (ada-mode-hook): Always load a project file when a file is opened,
17929 so that the casing exceptions are correctly read.
17930 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17931 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17932 to open the project file, since the latter does not work with
17933 speedbar Get default values before loading the prj file, or the
17934 default executable file name is wrong. Use the absolute value of
17935 src_dir to initialize ada-search-directories and
17936 compilation-search-path,... Add the standard runtime library to
17937 the search path for find-file.
17938 (ada-prj-default-debugger): Was missing an opening '{'
17939 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17940 variables.
17941 (ada-prj-default-gnatmake-opt): New variable
17942 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17943 buffers, the project file is the default one Save the windows
17944 configuration before displaying the menu.
17945 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17946 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17947 ...) regexp-quote identifiers names to support operators +,
17948 -,... in regexps.
17949 (ada-remote): New function.
17950 (ada-run-application): Erase the output buffer before starting the
17951 run Support remote execution of the application. Use
17952 call-process, or the arguments are incorrectly parsed
17953 (ada-set-default-project-file): Reread the content of the active
17954 project file, not the one from the current buffer When a project
17955 file is set as the default project, all directories are
17956 automatically associated with it.
17957 (ada-set-environment): New function
17958 (ada-treat-cmd-string): New special variable ${current}
17959 (ada-treat-cmd-string): Revised. The substitution is now done for
17960 any ${...} substring
17961 (ada-xref-current): If no body was found, compiles the spec
17962 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17963 compiler to get rid of command line length limitations.
17964 (ada-xref-get-project-field): New function
17965 (ada-xref-project-files): New variable
17966 (ada-xref-runtime-library-specs-path)
17967 (ada-xref-runtime-library-ali-path): New variables
17968 (ada-xref-set-default-prj-values): Default run command now does a
17969 cd to the build directory. New field: main_unit Provide a default
17970 file name even if the current buffer has no prj file.
17971
17972 * ada-prj.el:
17973 Rewritten to show a tabbed-dialog.
17974 (ada-prj-add-ada-menu): Remove the map and name parameters.
17975 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17976 New function
17977 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17978 (ada-prj-load-from-file): New function
17979 (ada-prj-save): Always save fields that depend on the current buffer
17980 (ada-prj-show-value): New function
17981
17982 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17983 Ada mode. This will allow us to display the Ada menu in any buffer
17984 we want (for project items).
17985 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17986 number of spaces in the header.
17987
17988 2000-07-24 Dave Love <fx@gnu.org>
17989
17990 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17991
17992 2000-07-23 Noah Friedman <friedman@splode.com>
17993
17994 * type-break.el (type-break): perform autosave.
17995 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17996 (type-break-do-query): Cancel query schedule while performing
17997 actual query, to avoid possibility of a second query being made
17998 while first one is already in progress.
17999 (type-break-time-stamp-format): New variable.
18000 (type-break-time-stamp): New function.
18001 (type-break-time-warning): Use it.
18002 (type-break-keystroke-warning): Use it.
18003 (type-break-noninteractive-query): Use it.
18004
18005 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
18006 cookie.
18007 Use add-minor-mode to set minor-mode-alist, if available.
18008 (eldoc-echo-area-use-multiline-p): New user option.
18009 (eldoc-echo-area-multiline-supported-p): New variable.
18010 (eldoc-docstring-format-sym-doc): Use them.
18011 (eldoc-mode): If not using idle timers, append to local post and
18012 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
18013 (eldoc-display-message-no-interference-p): Don't interfere with
18014 edebug.
18015 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
18016 (eldoc-function-arglist): New function.
18017 (eldoc-function-argstring): Use it.
18018
18019 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
18020 auto save directory exists before calling directory-files.
18021
18022 2000-07-23 Dave Love <fx@gnu.org>
18023
18024 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
18025 ^o, ^u.
18026
18027 2000-07-21 Dave Love <fx@gnu.org>
18028
18029 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
18030 now passed to the function. It now works properly.
18031
18032 * smerge-mode.el (smerge-mode-menu): Fill it out.
18033
18034 2000-07-20 Gerd Moellmann <gerd@gnu.org>
18035
18036 * info-look.el (info-lookup): If *info* is shown in another frame
18037 on the same display, select that frame, instead of switching to
18038 the Info buffer in another window of the selected frame.
18039
18040 * simple.el (universal-argument-map): Bind numeric keypad keys
18041 kp-0 to kp-9 and kp-subtract.
18042 (digit-argument): Handle these keys.
18043
18044 2000-07-20 Dave Love <fx@gnu.org>
18045
18046 * net/goto-addr.el (goto-address-fontify): Don't bother with
18047 buffer-modified and read-only stuff -- irrelevant with overlays.
18048 Put an extra property on the overlays and use it to clean up in
18049 case goto-address is re-run.
18050
18051 2000-07-19 Richard M. Stallman <rms@gnu.org>
18052
18053 * timer.el (run-with-idle-timer): Doc fix.
18054
18055 * mail/mail-utils.el (mail-strip-quoted-names):
18056 Handle case where <...> appears inside "...".
18057 Use replace-match to edit the string more simply.
18058 (rmail-dont-reply-to): Cope with an unmatched ".
18059
18060 2000-07-19 Dave Love <fx@gnu.org>
18061
18062 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
18063 implementation.
18064
18065 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
18066 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
18067 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
18068
18069 2000-07-19 Gerd Moellmann <gerd@gnu.org>
18070
18071 * textmodes/refer.el: Correct maintainer's email address.
18072
18073 * progmodes/hideif.el: Correct author's email address.
18074 Fix typo in comment.
18075
18076 * xml.el: New file.
18077
18078 * mail/mailheader.el: Correct author's mail address.
18079
18080 * gnus/parse-time.el: Correct author's mail address.
18081
18082 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
18083
18084 * comint.el (comint-highlight-input, comint-highlight-face):
18085 New user options.
18086 (comint-input-ring-file-name): Change custom type.
18087 (comint-mode-map): Bind mouse-2.
18088 (comint-insert-clicked-input): New function.
18089 (comint-send-input): Handle input highlighting.
18090
18091 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
18092
18093 * mouse.el (popup-menu): New function.
18094 (mouse-major-mode-menu): Use it.
18095
18096 2000-07-18 Dave Love <fx@gnu.org>
18097
18098 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
18099 improvements.
18100
18101 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18102
18103 * faces.el (face-font-selection-order)
18104 (face-font-family-alternatives): Add custom type.
18105
18106 2000-07-18 Dave Love <fx@gnu.org>
18107
18108 * cus-edit.el (custom-variable-reset-saved)
18109 (custom-variable-reset-standard): Remove unused bindings.
18110
18111 * rect.el (open-rectangle-line): Remove unused let.
18112
18113 * hl-line.el (hl-line-highlight): Check hl-line-mode.
18114
18115 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18116
18117 * cdl.el: Fix `Maintainer' keyword.
18118
18119 * play/pong.el: Add author's email address.
18120
18121 2000-07-17 Sam Steingold <sds@gnu.org>
18122
18123 * files.el (insert-directory): Call `split-string' instead of
18124 re-implementing it.
18125
18126 2000-07-18 Gerd Moellmann <gerd@gnu.org>
18127
18128 * mail/vms-pmail.el: Change maintainer to FSF.
18129
18130 * net/goto-addr.el: Change maintainer to FSF.
18131
18132 * info.el (Info-title-face-alist): Removed.
18133
18134 2000-07-18 David Ponce <david@dponce.com>
18135
18136 * recentf.el (recentf-open-files): New command that works like
18137 `recentf-open-more-files', but shows the whole list of files (not just
18138 those omitted from the menu). Useful if you don't use a menu-bar!
18139 (recentf-open-more-files) Modified to use `recentf-open-files'.
18140
18141 (recentf-open-files, recentf-open-more-files)
18142 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
18143
18144 (recentf-dialog-mode): New mode for dialogs. You can now just type
18145 "q" to cancel the dialogs.
18146
18147 2000-07-18 David Ponce <david@dponce.com>
18148
18149 * recentf.el: This is a major update of recentf.el. It adds new
18150 features to better organize the recentf menu and "More..." buffer.
18151
18152 Using new provided menu filtering functions you can now organize the
18153 recent files list:
18154
18155 - by major modes
18156 - by directories
18157 - by user defined rules
18158
18159 Finally, with the new `recentf-filter-changer' customizable filter you
18160 can define a ring of filters and dynamically (via the menu) cycle on
18161 each menu organization in the ring (a la msb).
18162
18163 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
18164
18165 * eshell/eshell.el (eshell): Replace links to eshell.info with
18166 links to eshell, to avoid problems on systems where the manual is
18167 installed as `eshell'.
18168 * eshell/esh-cmd.el (eshell-cmd): Ditto.
18169 * eshell/em-smart.el (eshell-smart): Ditto.
18170 * eshell/em-banner.el (eshell-banner): Ditto.
18171 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
18172
18173 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
18174 same-file check in the MS-DOS version (it does support inodes).
18175
18176 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
18177
18178 * eshell/eshell.el (eshell-directory-name):
18179 Run default directory name through convert-standard-filename.
18180
18181 2000-07-18 Kenichi Handa <handa@etl.go.jp>
18182
18183 * international/mule-cmds.el (select-safe-coding-system):
18184 Fix typo in the comment.
18185
18186 * language/european.el (compound-text):
18187 Force katakana-jisx0201 to be designated to G1.
18188
18189 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
18190 Don't translate some national variant characters of latin-jisx0201.
18191 (x-ctext): Force katakana-jisx0201 to be designated to G1.
18192
18193 * international/kkc.el (kkc-after-update-conversion-functions):
18194 New variable.
18195 (kkc-update-conversion): Run functions in it at the tail.
18196
18197 2000-07-16 John Wiegley <johnw@gnu.org>
18198
18199 * lisp/align.el (align-newline-and-indent):
18200 Adding new function. for auto-aligning blocks of code on RET.
18201 (align-region): Fixed badly formatted minibuffer message.
18202
18203 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18204
18205 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18206 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18207 the conversion list at first if appropriate.
18208 (kkc-next): Don't update kkc-next-count here.
18209 (kkc-prev): Don't update kkc-prev-count here.
18210 (kkc-show-conversion-list-update): Fix setting up of conversion
18211 list message.
18212
18213 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18214
18215 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18216
18217 2000-07-16 Dave Love <fx@gnu.org>
18218
18219 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18220 function to be more specific.
18221
18222 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18223 non-string help-echo.
18224 (widget-types-convert-widget): Defsubst it.
18225 (widget-echo-help): Try to cope with a help-echo function of two
18226 possible sorts.
18227
18228 2000-07-15 Jason Rumney <jasonr@gnu.org>
18229
18230 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18231 Declare as obsolete.
18232
18233 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18234
18235 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18236
18237 * hilit-chg.el: Fix typo.
18238
18239 2000-07-14 Dave Love <fx@gnu.org>
18240
18241 * info.el (Info-mode-menu): Fix use of :help, :enable.
18242
18243 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18244
18245 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18246
18247 2000-07-13 Dave Love <fx@gnu.org>
18248
18249 * emacs-lisp/easymenu.el: Doc fixes.
18250 (easy-menu-remove): Defalias to ignore.
18251
18252 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18253 Call throw correctly.
18254
18255 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18256
18257 * faces.el (frame-background-mode): Doc fix.
18258
18259 * simple.el (eval-expression-print-length): Change custom type to
18260 allow entering nil as value.
18261
18262 2000-07-13 Dave Love <fx@gnu.org>
18263
18264 * progmodes/fortran.el (fortran-imenu-generic-expression):
18265 Change definition layout.
18266 (fortran-mode-menu): Reinstate customize entries.
18267
18268 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18269 Use :filter, per old XEmacs code.
18270
18271 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18272
18273 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18274 event when deciding what to send to the terminal.
18275
18276 2000-07-12 Dave Love <fx@gnu.org>
18277
18278 * cus-start.el: Add optional version as 4th element of specs and
18279 use it for several things new in v21. Remove load-path. Fix type
18280 of line-number-display-limit.
18281
18282 2000-07-11 Dave Love <fx@gnu.org>
18283
18284 * progmodes/fortran.el: Don't require easymenu.
18285 Use repeat counts in various regexps.
18286 (fortran-mode-syntax-table): Defvar directly.
18287 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18288 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18289 Use defvar, not defconst.
18290 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18291 (fortran-mode): Set fortran-comment-line-start-skip,
18292 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18293 (fortran-comment-indent): Use defsubst.
18294 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18295 Use fortran-comment-indent, not fortran-comment-indent-function.
18296 (fortran-comment-region, fortran-electric-line-number): Simplify.
18297 (fortran-auto-fill): New function.
18298 (fortran-do-auto-fill): Deleted.
18299 (fortran-find-comment-start-skip):
18300 Check for non-null comment-start-skip.
18301 (fortran-auto-fill-mode, fortran-fill-statement):
18302 Use fortran-auto-fill.
18303 (fortran-fill): Use fortran-auto-fill. Check for null
18304 comment-start-skip. Simplify final clause and use end-of-line finally.
18305
18306 * widget.el (widget-plist-member): New alias.
18307
18308 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18309
18310 * eshell/esh-module.el (toplevel): Reference
18311 byte-compile-current-file only if it is bound.
18312
18313 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18314
18315 * dired.el: Don't require `dired-aux'.
18316
18317 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18318
18319 * dired-aux.el (dired-show-file-type): New function.
18320 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18321 (dired-show-file-type): Add autoload.
18322
18323 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18324
18325 * international/mule-diag.el (describe-font): Adjusted for the
18326 change of fontset-info.
18327 (print-fontset): Likewise.
18328
18329 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18330
18331 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18332
18333 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18334
18335 * bindings.el: Bind `[delete]' to delete-char.
18336
18337 * dired.el (dired-find-alternate-file): New function.
18338 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18339 (toplevel): Require dired-aux when compiling.
18340 (dired-buffers): Move defvar within file to avoid compiler warning.
18341
18342 * info.el (Info-last-search): Variable removed.
18343 (Info-search-history): New variable.
18344 (Info-search): New Info-search-history.
18345
18346 * battery.el, info-look.el: Change author's mail address.
18347
18348 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18349
18350 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18351 if rmail-ignored-headers is nil.
18352 (rmail-retry-failure): Bind rmail-ignored-headers and
18353 rmail-displayed-headers to nil.
18354
18355 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18356
18357 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18358 (print-region-1): Don't hard code `-h' here.
18359
18360 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18361
18362 2000-07-01 Francesco Potorti` <pot@gnu.org>
18363
18364 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18365 exim can use "your message" instead of "the message".
18366
18367 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18368
18369 * facemenu.el: Docstrings fixes.
18370 (facemenu-get-face): Don't use internal-find-face.
18371 (facemenu-iterate): Rename arg to match the docstring.
18372
18373 * newcomment.el (uncomment-region): Be more careful when skipping
18374 backwards over `=' not to bump into BOBP.
18375
18376 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18377
18378 * ediff-diff.el (ediff-wordify): Use syntax table.
18379 * ediff-init.el (ediff-has-face-support-p): Use
18380 ediff-color-display-p.
18381 (ediff-color-display-p): Use display-color-p, changed to defun
18382 from defsubst.
18383 Got rid of special cases for NeXT and OS/2.
18384 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18385 face.
18386
18387 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18388
18389 * emacs-lisp/lucid.el: Require CL.
18390 (copy-tree, remprop): Remove, it's provided by CL.
18391 (map-keymap): Define in terms of cl-map-keymap.
18392 (extent-property, set-extent-end-glyph): New functions.
18393
18394 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18395
18396 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18397
18398 * Makefile.in (DONTCOMPILE): Add comment that the name may
18399 not be changed without changing the make-dist script.
18400
18401 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18402 (cl-mapc): Use mapc instead of cl-old-mapc.
18403
18404 2000-07-05 Andrew Innes <andrewi@gnu.org>
18405
18406 * makefile.nt: Add support for `bootstrap' and related targets.
18407
18408 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18409
18410 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18411 (easy-menu-do-define): Use `menu-item' format.
18412 Handle case where easy-menu-create-menu returns a symbol.
18413 Manually call the potential top-level filter in the function binding.
18414 (easy-menu-filter-return): New arg NAME.
18415 Convert to a keymap if MENU is an XEmacs menu.
18416 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18417 (easy-menu-converted-items-table, easy-menu-convert-item):
18418 New var and fun to memoize easy-menu-convert-item-1.
18419 (easy-menu-do-add-item): Use it.
18420 (easy-menu-create-menu): Use easy-menu-convert-item.
18421 Wrap easy-menu-filter-return around any :filter specification.
18422 Don't convert the menu if a filter was specified.
18423 Tell easy-menu-make-symbol not to check for MENU being an expression.
18424 (easy-menu-make-symbol): New arg NOEXP.
18425
18426 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18427
18428 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18429 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18430 (eval-defun): If called with prefix arg, instrument code for
18431 Edebug.
18432
18433 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18434 similar to that of eval-defun.
18435
18436 2000-07-04 Dave Love <fx@gnu.org>
18437
18438 * hl-line.el (hl-line-overlay): Make it permanent-local.
18439
18440 * calendar/todo-mode.el: Replaced with a working version, based on
18441 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18442
18443 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18444
18445 * paths.el (prune-directory-list): New function.
18446 (Info-default-directory-list): Rewritten to more methodically
18447 enumerate a big list of possible info directories (based on the
18448 list used by the standalone info reader).
18449
18450 * info.el (info-initialize): Use prune-directory-list to remove
18451 non-existent directories from Info-directory-list.
18452
18453 * paths.el (Info-default-directory-list): Try a list of possible
18454 info-directories instead of a single one. Add the possible
18455 info directory "/usr/share/info".
18456
18457 * woman.el (woman-man.conf-path): Explicitly include the debian
18458 man-db config file "/etc/manpath.config".
18459 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18460 are present in `manpath.config'.
18461 (woman-manpath): Include "/usr/share/man".
18462
18463 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18464
18465 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18466
18467 * startup.el (command-line): Initialize blink-cursor based
18468 on window-system.
18469
18470 * frame.el (blink-cursor): Default to nil if not running under
18471 a window-system.
18472
18473 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18474 (face-x-resources): Remove duplicate entry for :font.
18475
18476 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18477 instead of cycling through windows with next-window.
18478
18479 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18480 of cycling through windows with next-window.
18481
18482 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18483 of cycling through windows with next-window.
18484
18485 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18486 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18487 instead of cycling through windows with next-window.
18488
18489 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18490 instead of cycling through windows with next-window.
18491
18492 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18493 of cycling through windows with next-window.
18494
18495 * terminal.el (te-process-output): Use walk-windows instead of
18496 cycling through windows with next-window.
18497
18498 * server.el (server-switch-buffer): Use some-window instead of
18499 cycling through windows with next-window.
18500
18501 * window.el (some-window): New function.
18502 (walk-windows): Remove reference to walk-windows-start.
18503
18504 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18505
18506 2000-07-03 Richard Stallman <rms@gnu.org>
18507
18508 * window.el (walk-windows): Guarantee termination by keeping a list
18509 of all the windows already handled.
18510
18511 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18512
18513 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18514 window-system.
18515
18516 * man.el (Man-notify-when-ready): Don't use window-system. If
18517 Man-notify-method is newframe, and the display is not
18518 multi-frame, select the frame created for the man page.
18519 (Man-init-defvars): Doc fix.
18520
18521 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18522
18523 * faces.el (region): Change background color for light background.
18524
18525 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18526 attribute from mode-line face of Ediff control frame.
18527
18528 * replace.el (query-replace-map): Bind `e' like `E'.
18529
18530 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18531
18532 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18533 Change name to "Select All".
18534
18535 * dos-fns.el (convert-standard-filename): Fix last change.
18536
18537 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18538
18539 * help.el (describe-variable): Don't insert a second `'s' in front
18540 of the string `value is shown below'. Since the syntax-table is
18541 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18542 an existing `'s', so that this won't be deleted.
18543
18544 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18545 * pcmpl-unix.el: New files.
18546
18547 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18548
18549 * wid-edit.el (widget-member): Use the new plist-member.
18550
18551 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18552
18553 * replace.el (perform-replace): Undo change of 2000-04-04.
18554 Instead, move backward 1 character at the end of the loop when
18555 necessary.
18556
18557 * faces.el (fringe): Change face for different backgrounds.
18558
18559 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18560 patch from John.
18561
18562 * eshell/*.el: Change spelling of the Free Software Foundation.
18563
18564 * eshell/esh-toggle.el: Removed.
18565
18566 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18567
18568 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18569 interactively.
18570
18571 2000-06-26 Alex Schroeder <alex@gnu.org>
18572
18573 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18574 `define-key'; instead of checking `(emacs-version)' check for
18575 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18576 for `;' and `o' which might be electric.
18577
18578 (sql-electric-stuff): New user option.
18579 (sql-magic-go): New function which uses `sql-electric-stuff'.
18580 (sql-magic-semicolon): New function which uses
18581 `sql-electric-stuff'.
18582
18583 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18584 is not fboundp.
18585
18586 (sql-oracle-options): New variable.
18587 (sql-oracle): Use it.
18588
18589 (sql-imenu-generic-expression): Doc change.
18590 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18591 is used.
18592
18593 (sql-informix): Added command line parameter "-" to force
18594 sql-informix-program to use stdout.
18595
18596 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18597
18598 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18599 (cp864-decode-table): Doc fix.
18600 (cp720-decode-table): New variable, supports the Arabic OEM
18601 codepage used by Windows.
18602 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18603
18604 2000-06-23 Dave Love <fx@gnu.org>
18605
18606 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18607 (font-lock-fontify-anchored-keywords): Use
18608 line-beginning-position.
18609 (global-font-lock-mode): Use mapc.
18610
18611 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18612
18613 * eshell/esh-module.el: Require CL when compiling.
18614
18615 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18616
18617 * comint.el (comint-substitute-in-file-name): Call replace-match
18618 with second and third arg t.
18619
18620 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18621 Specify foreground color.
18622
18623 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18624 color.
18625
18626 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18627
18628 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18629 cddr instead of cdddr.
18630
18631 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18632 instead of copy-list.
18633
18634 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18635 of copy-list.
18636
18637 * subdirs.el: Add eshell subdirectory.
18638
18639 * eshell: New subdirectory containing the Eshell package.
18640
18641 * pcomplete.el: New file.
18642
18643 2000-06-23 Paul Eggert <eggert@twinsun.com>
18644
18645 * mail/mailpost.el (post-mail-send-it): Make sure file has
18646 proper permissions from birth.
18647
18648 * files.el (basic-save-buffer-2): When temporarily setting
18649 file modes, set them to current modes plus 0200, not to 0777.
18650
18651 * emerge.el (emerge-make-temp-file): Make sure file has proper
18652 permissions from birth.
18653
18654 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18655
18656 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18657 backup file name through convert-standard-filename.
18658
18659 * dos-fns.el (convert-standard-filename): Convert leading
18660 directories as well. When long file names are supported, convert
18661 characters that are invalid in Windows file names.
18662
18663 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18664
18665 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18666 ps-print crashes. New feature: page selection for printing. Create
18667 raw-text-unix coding system for XEmacs. Doc fix.
18668 (ps-print-version): New version number (5.2.3).
18669 (ps-plot-region): Bug fix.
18670 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18671 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18672 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18673 funs.
18674 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18675 (ps-last-page): New vars.
18676
18677 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18678
18679 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18680 empty option string.
18681
18682 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18683
18684 * man.el (man): Doc fix.
18685
18686 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18687
18688 * international/mule-cmds.el (set-language-info-alist): Docstring
18689 fixed.
18690
18691 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18692
18693 * version.el (emacs-version): Use ISO date format.
18694
18695 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18696 instead of `M-backspace'.
18697
18698 * simple.el (turn-off-auto-fill): New function.
18699
18700 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18701
18702 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18703 Renamed from with-buffer-prepared-for-font-lock and use
18704 inhibit-modification-hooks rather than setting *-change-functions.
18705 Update all functions to use the new name.
18706 (jit-lock-first-unfontify-pos): New semantics (and doc).
18707 (jit-lock-mode): Make non-interactive.
18708 Don't automatically turn on font-lock.
18709 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18710 Always use jit-lock-after-change.
18711 Remove and restore font-lock-after-change-function.
18712 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18713 (jit-lock-after-unfontify-buffer): Remove.
18714 (jit-lock-stealth-fontify):
18715 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18716 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18717
18718 2000-06-20 Sam Steingold <sds@gnu.org>
18719
18720 * emacs-lisp/cl-indent.el (toplevel): Indent
18721 `print-unreadable-object' properly. Untabify.
18722
18723 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18724
18725 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18726 Support for bibentry.
18727 (reftex-compile-variables): Fixed problem with end of section-re.
18728
18729 * texmodes/reftex-dcr.el (reftex-view-crossref,
18730 reftex-view-crossref-from-bibtex):
18731 Deal with changed `reftex-find-citation-regexp-format'.
18732 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18733 Replaced `remprop' with `put'.
18734 (reftex-view-crossref, reftex-view-crossref-when-idle):
18735 Support for bibentry.
18736
18737 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18738 New entry for bibentry package.
18739
18740 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18741 Regexp also matches "\nobibliography".
18742
18743 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18744 Call `reftex-ensure-write-access' before doing anything.
18745 (reftex-ensure-write-access): New function.
18746
18747 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18748
18749 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18750
18751 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18752
18753 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18754
18755 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18756
18757
18758 2000-06-20 Dave Love <fx@gnu.org>
18759
18760 * faces.el (frame-background-mode): Use set-default, not set, in
18761 setter.
18762 (frame-update-faces, frame-update-face-colors): Define with
18763 defalias.
18764
18765 * enriched.el (enriched-decode-foreground)
18766 (enriched-decode-background): Don't use internal-find-face.
18767
18768 * apropos.el: Doc fixes.
18769
18770 * cus-edit.el (customize-changed-options): Check arg.
18771 (customize-version-lessp): Don't require decimal point.
18772
18773 * custom.el (defcustom, defgroup): Doc fix.
18774
18775 * newcomment.el (comment) <defgroup>: Add :version.
18776 (comment-multi-line): Doc fix.
18777
18778 * emulation/mlsupport.el (define-hooked-local-abbrev,
18779 define-hooked-global-abbrev): Fix, using define-abbrev.
18780
18781 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18782
18783 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18784 the whole buffer.
18785
18786 2000-06-19 Dave Love <fx@gnu.org>
18787
18788 * menu-bar.el (menu-bar-options-save): New function.
18789 (menu-bar-options-menu): Use it.
18790 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18791 Simplify.
18792
18793 2000-06-19 Andreas Schwab <schwab@suse.de>
18794
18795 * progmodes/etags.el (tags-query-replace): Put new parameters
18796 START and END at the end, for backward compatibility.
18797
18798 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18799
18800 * international/codepage.el:
18801 (cp-coding-system-for-codepage-1): Delete special codes for
18802 generating xxx-dos coding system because now a CCL based coding
18803 system can handle EOL conversion by default.
18804
18805 * international/mule.el (make-coding-system): Generate subsidiary
18806 coding systems for EOL handling variants even for a CCL based
18807 coding system.
18808
18809 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18810
18811 * international/isearch-x.el (isearch-minibuffer-input-method)
18812 (isearch-minibuffer-input-method-function): These variables
18813 deleted.
18814 (isearch-with-input-method): Don't use the above variables.
18815 (isearch-process-search-multibyte-characters): Likewise. Call
18816 read-string with the arg INHERIT-INPUT-METHOD t.
18817
18818 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18819
18820 * font-lock.el (font-lock-after-fontify-buffer)
18821 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18822
18823 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18824 Use consistent make-local-variable style for font-lock-fontified.
18825 (jit-lock-fontify-buffer):
18826 Don't bother checking for font-lock-mode and jit-lock-mode.
18827
18828 * time.el: Remove trailing ^M that prevent CVS-merging.
18829
18830 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18831
18832 * Makefile.in (distclean): New target.
18833
18834 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18835
18836 * Makefile.in (srcdir): Define for update-subdirs.
18837
18838 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18839
18840 * find-lisp.el: New file.
18841
18842 2000-06-16 Andrew Innes <andrewi@gnu.org>
18843
18844 * time.el (display-time-mail-function): New variable, to allow
18845 external packages to indicate when new mail is available.
18846 (display-time-update): Use it.
18847
18848 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18849
18850 * international/mule.el (mule-version): Change version name to
18851 SAKAKI. AOI has already been used by Meadow.
18852
18853 * international/quail.el (quail-show-guidance-buf): To find the
18854 bottom window (but minibuffer), pay attention to the height of
18855 minibuffer.
18856
18857 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18858
18859 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18860 menu-bar menus. Add help strings. Don't remove the Edit menu
18861 from the menu bar, as the menu bar has enough space now.
18862
18863 * Makefile.in (SHELL): Make sure /bin/sh is used.
18864
18865 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18866 characters, which use series of two ^H characters instead of one.
18867
18868 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18869
18870 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18871 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18872 functions.
18873 (Info-find-node-2): Try a case-sensitive search first, then
18874 do a case-insensitive search.
18875
18876 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18877 tutorials.
18878
18879 * complete.el (PC-env-vars-alist): New variable.
18880 (PC-complete-as-file-name): New function.
18881 (partial-completion-mode): Initialize PC-env-vars-alist from
18882 process-environment.
18883 (PC-do-completion): Handle completion of env vars.
18884
18885 * info.el (Info-set-mode-line): Show file name in mode line,
18886 use `*Info*' instead of `Info:'.
18887
18888 * startup.el (command-line-1): Change copyright messages to year
18889 2000.
18890
18891 2000-06-15 Dave Love <fx@gnu.org>
18892
18893 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18894 not local-map.
18895
18896 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18897
18898 * international/mule.el (set-buffer-file-coding-system): Almost
18899 rewritten to handle `undecided' as no-op.
18900
18901 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18902
18903 * Makefile.in: New file.
18904
18905 * Makefile: Removed.
18906
18907 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18908 (goto-address-highlight-keymap): Bind C-c RET.
18909
18910 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18911
18912 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18913 inherits buffer-file-coding-system of the current buffer.
18914
18915 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18916 0. Give correct argument to set-auto-coding-function.
18917 (tar-expunge): For goto-char, use (point-min), not 0.
18918 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18919 (tar-subfile-save-buffer): Likewize.
18920
18921 * international/mule.el
18922 (after-insert-file-set-buffer-file-coding-system): Call
18923 set-buffer-file-coding-system with the arg FORCE t.
18924
18925 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18926
18927 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18928 nil. Contemporary sendmails issue an X-Authentication-Warning if
18929 the sender is set with `-f'.
18930
18931 2000-06-13 Dave Love <fx@gnu.org>
18932
18933 * help.el (describe-function-1): Kluge around cases of functions
18934 fset to subrs whose doc doesn't match their symbol-name.
18935
18936 * image.el (insert-image): Default STRING to a space.
18937
18938 * info.el Doc fixes.
18939 (Info-build-node-completions): Match Ref tags.
18940
18941 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18942
18943 * frame.el (display-multi-frame-p, display-multi-font-p): New
18944 defaliases for display-graphic-p.
18945
18946 * hl-line.el: Fixed a typo in commentary.
18947
18948 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18949
18950 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18951 fixed.
18952
18953 2000-06-12 Dave Love <fx@gnu.org>
18954
18955 * image.el (insert-image): Save a little consing.
18956
18957 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18958
18959 * language/tibet-util.el: Convert all tibetan-1-column characters
18960 to the corresponding tibetan characters.
18961 (tibetan-add-components): Delete code for the special treatment of
18962 'a chung.
18963
18964 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18965 change.
18966 (tibetan-vowel-transcription-alist): More rules added.
18967 (tibetan-composite-vowel-alist): New variable.
18968 (tibetan-precomposition-rule-alist): More rules added.
18969
18970 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18971
18972 * startup.el (command-line): Only call menu-bar-mode if interactive.
18973
18974 * thingatpt.el (toplevel symbol-properties):
18975 * textmodes/makeinfo.el (makeinfo-compile):
18976 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18977 * progmodes/hideif.el (hif-compress-define-list)
18978 (hide-ifdef-use-define-alist):
18979 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18980 (ange-ftp-vms-add-file-entry):
18981 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18982 * man.el (Man-build-man-command):
18983 * mail/rnewspost.el (news-reply-header-hook):
18984 * info.el (Info-insert-dir):
18985 * emulation/mlconvert.el (backward-word, forward-word, setq):
18986 * emacs-lisp/gulp.el (gulp-send-requests):
18987 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18988 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18989 (byte-optimize-apply, end of file):
18990 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18991 (ad-make-freeze-definition):
18992 * startup.el (command-line, command-line-1): Don't quote lambdas.
18993
18994 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18995 (cvs-cleanup-removed): New function.
18996 (cvs-cleanup-functions): New var.
18997 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18998 some flexibility in specifying additional entries to auto-cleanup.
18999 (cvs-quickdir): New function.
19000 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
19001 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
19002 (cvs-mode-find-file): Check that we are on a filename or dirname
19003 when invoked through a mouse-click.
19004 (cvs-full-path): Remove.
19005 (cvs-dired-action): Re-introduced.
19006 (cvs-dired-noselect): Use it.
19007 (vc-post-command-functions): use this new hook if available.
19008
19009 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
19010 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
19011 (cvs-filename-map, cvs-dirname-map): Remove.
19012 (cvs-default-action): Remove.
19013 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
19014 if the arg is really a keymap.
19015 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
19016 Don't hardcode the mapping from state (aka type) to face, but check
19017 the var cvs-fi-<type>-face instead.
19018 (cvs-fileinfo-from-entries): New function.
19019
19020 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
19021 Docstring fix.
19022 (cvs-find-file-and-jump): Change default to be safer.
19023 (cvs-mode-diff-map): Define it as a function as well.
19024 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
19025 Bind mouse-2 in this global map rather than with text-properties.
19026
19027 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
19028 file to resolve the ambiguity between C(conflict) and C(need-merge).
19029
19030 2000-06-12 Kenichi Handa <handa@etl.go.jp>
19031
19032 * international/mule.el (set-buffer-file-coding-system): If
19033 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
19034 unconditionally.
19035
19036 2000-06-12 Dave Love <fx@gnu.org>
19037
19038 * wid-edit.el (widget-specify-button): Really suppress the face if
19039 required.
19040
19041 2000-06-11 Gerd Moellmann <gerd@gnu.org>
19042
19043 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
19044
19045 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
19046
19047 * imenu.el (imenu-generic-expression): Docstring fix.
19048
19049 * composite.el (composition-function-table): Move the `put'
19050 below the autoload cookie so we can load the file before loaddefs.
19051
19052 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
19053
19054 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
19055 Handle easy-mmode-define-global-mode.
19056 For complex macros like define-minor-mode that can generate
19057 several autoload entries, try to autoload entries in the
19058 macroexpanded code.
19059
19060 * emacs-lisp/easy-mmode.el (define-minor-mode):
19061 If KEYMAP is a symbol, just use it.
19062 Use byte-compile-current-file and load-file-name to infer the
19063 proper :require to pass to defcustom.
19064 Wrap the hook var into `progn' so as not to autoload it.
19065 Add a :autoload-end cookie.
19066 Be more careful about the evaluation of KEYMAP.
19067 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
19068 (define-derived-mode): Move define-abbrev-table outside of defvar.
19069
19070 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
19071
19072 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
19073 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
19074 (backup-compiled-files): Ignore errors during `tar'.
19075 (bootstrap): Make autoloads before elc files.
19076
19077 2000-06-10 Kenichi Handa <handa@etl.go.jp>
19078
19079 * international/mule.el (set-buffer-file-coding-system): If one of
19080 undecided-XXX is specified, change only EOL conversion.
19081
19082 * international/mule-conf.el (unix): New alias for the coding
19083 system undecided-unix.
19084
19085 2000-06-09 Dave Love <fx@gnu.org>
19086
19087 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
19088
19089 * progmodes/executable.el: Byte compile dynamic.
19090 (executable-insert): Change custom type.
19091 (executable-find): Add autoload cookie.
19092 (executable-make-buffer-file-executable-if-script-p): New
19093 function. After Noah Friedman.
19094
19095 * files.el (after-save-hook): Customize, with
19096 executable-make-buffer-file-executable-if-script-p as an option.
19097
19098 2000-06-09 Kenichi Handa <handa@etl.go.jp>
19099
19100 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
19101 "tib24p-mule.bdf" for Tibetan.
19102
19103 * composite.el (decompose-composite-char): Declare it as obsolete.
19104
19105 * man.el (Man-fontify-manpage): Pay attention to underline and
19106 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
19107
19108 2000-06-08 Gerd Moellmann <gerd@gnu.org>
19109
19110 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
19111 Set maintainer to FSF since author isn't reachable.
19112
19113 2000-06-08 Dave Love <fx@gnu.org>
19114
19115 * international/mule-cmds.el (select-safe-coding-system): If
19116 DEFAULT-CODING-SYSTEM is not specified, also check the most
19117 preferred coding-system if buffer-file-coding-system is
19118 `undecided'. From Handa.
19119
19120 2000-06-08 Kenichi Handa <handa@etl.go.jp>
19121
19122 * international/mule.el
19123 (after-insert-file-set-buffer-file-coding-system): If the buffer
19124 size is greater than INSERTED, judget that we are not visiting.
19125
19126 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
19127
19128 * whitespace.el (defgroup whitespace): Comment out `:version'.
19129 XEmacs 20.4 has problems defining the group with this present.
19130 We'll have this commented out till get resolve the problem.
19131
19132 2000-06-07 John Wiegley <johnw@gnu.org>
19133
19134 * align.el (align-dq-string-modes, align-sq-string-modes)
19135 (align-open-comment-modes): Add pyhton-mode.
19136 (align-rules-list): Use get-text-property instead of
19137 text-properties-at.
19138 (align-rules-list): Add python-assignment.
19139 (align-rules-list): Change perl-comma-delimiter to
19140 basic-comma-delimiter. Use if for Perl modes and python-mode.
19141 (align-rules-list): Add python-chain-logic and
19142 basic-line-continuation.
19143
19144 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
19145
19146 * apropos.el (apropos-mode-hook): New user variable.
19147 (apropos-mode): Run apropos-mode-hook.
19148
19149 2000-06-07 David Ponce <david@dponce.com>
19150
19151 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
19152 commands. Require `wid-edit' at run-time.
19153
19154 2000-06-07 David Ponce <david@dponce.com>
19155
19156 * recentf.el: Added some "Commentary".
19157 (recentf-open-more-files, recentf-edit-list): Minor changes to
19158 move the point at the top of the file list. This behaviour is
19159 consistent with the menu one when the list contains a lot of
19160 files.
19161 (recentf-cleanup): Now displays the number of items removed from
19162 the list.
19163 (recentf-relative-filter) New menu filter to show filenames
19164 relative to `default-directory'.
19165
19166 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19167
19168 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
19169 with/without giving an error if PostScript printer doesn't have this
19170 kind of page size. Zebra Stripe continues or restarts on next page.
19171 Manual/automatic paper feeding. Switch or not the header.
19172 (ps-print-version): New version number (5.2.2).
19173 (ps-windows-system): Include emx as a Windows system.
19174 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
19175 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
19176 (ps-background-text): Code fix.
19177 (ps-error-handler-message, ps-user-defined-prologue)
19178 (ps-print-prologue-header, ps-printer-name)
19179 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
19180 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
19181 (ps-use-face-background): Customization fix.
19182 (ps-n-up-database): Data fix.
19183 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
19184 (ps-switch-header): New vars.
19185 (ps-xemacs-color-name, ps-face-foreground-name)
19186 (ps-face-background-name, ps-boolean-constant): New funs.
19187
19188 2000-06-07 Dave Love <fx@gnu.org>
19189
19190 * allout.el: New version from Manheimer.
19191
19192 2000-06-07 Kenichi Handa <handa@etl.go.jp>
19193
19194 * textmodes/fill.el (fill-find-break-point): Check the validity of
19195 charset.
19196
19197 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19198
19199 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19200 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
19201 Call display-color-p and display-mouse-p instead of looking at
19202 window-system.
19203
19204 2000-06-06 Dave Love <fx@gnu.org>
19205
19206 * image.el (find-image): Doc fix. Return nil if image not found.
19207 (put-image, insert-image): Make STRING arg optional.
19208
19209 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19210
19211 * language/vietnamese.el: Remove eval-when-compile.
19212 (viet-viscii-nonascii-translation-table): Define it as a
19213 translation table made from viet-viscii-decode-table.
19214 (viet-viscii-encode-table): Define it as a translation table made
19215 from the reverse map of above.
19216 (viet-vscii-nonascii-translation-table): Define it as a
19217 translation table made from viet-vscii-decode-table.
19218 (viet-vscii-encode-table): Define it as a translation table made
19219 from the reverse map of above.
19220 (ccl-decode-viscii): Use translate-character.
19221 (ccl-encode-viscii, ccl-encode-viscii-font)
19222 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19223 Likewize.
19224
19225 * language/cyrillic.el: Remove eval-when-compile.
19226 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19227 translation table made from cyrillic-koi8-r-decode-table.
19228 (cyrillic-koi8-r-encode-table): Define it as a translation table
19229 made from the reverse map of above.
19230 (ccl-decode-koi8): Use translate-character.
19231 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19232 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19233 a translation table made from cyrillic-alternativnyj-decode-table.
19234 (cyrillic-alternativnyj-encode-table): Define it as a translation
19235 table made from the reverse map of above.
19236 (ccl-decode-alternativnyj): Use translate-character.
19237 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19238 Likewize
19239
19240 * international/mule-diag.el (non-iso-charset-alist): Specify
19241 translation table symbol instead of translation table itself.
19242 (list-block-of-chars): CHARSET may be a translation table symbol.
19243
19244 * international/mule.el (make-coding-system): If CODING-SYSTEM
19245 already exists, override it.
19246
19247 * international/fontset.el: Use family `proportional' for Tibetan
19248 fonts.
19249
19250 * international/ccl.el (ccl-compile-translate-character): Don't
19251 check if Rrr has property translation-table.
19252 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19253
19254 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19255
19256 * info.el: Bind case-fold-search to t when searching in case
19257 a user sets it to nil in a hook.
19258
19259 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19260
19261 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19262 * hl-line.el (hl-line-mode): Use the new :global key argument.
19263
19264 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19265 (tar-clip-time-string): Prepend a space.
19266 (tar-grind-file-mode): Construct a string rather than modifying one.
19267 (tar-header-block-summarize): Fix docstring.
19268 Use `format' rather than an error-prone set of copy-loops.
19269
19270 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19271 (diff-goto-source, diff-unified->context, diff-context->unified)
19272 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19273 understand the format output by the `-p' argument to diff.
19274
19275 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19276 (sh-re-done): Use defconst.
19277 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19278 (sh-help-string-for-variable, sh-guess-basic-offset):
19279 Don't quote lambdas.
19280 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19281 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19282
19283 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19284 (mh-letter-mode): Derive from text-mode.
19285 This implicitly means that it now calls kill-all-local-variables.
19286 Also remove the Emacs-18 compatibility code.
19287
19288 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19289 Make use of symbol-property doc-string-elt.
19290 Use memq rather than a sequence of eq.
19291 (doc-string-elt): Fix the wrong or missing previously unused values.
19292 (autoload-print-form): New function extracted from
19293 generate-file-autoloads to allow recursion when handling progn
19294 so that defvar's and defun's docstrings are properly printed.
19295 (generate-file-autoloads): Use it.
19296
19297 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19298 Use find-file-hooks in the minor-mode function.
19299 Be careful not to loop indefinitely in the post-command-hook function.
19300
19301 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19302
19303 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19304 tty's.
19305 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19306 differences whenever appropriate.
19307 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19308 * viper.el (find-file, find-file-other-window): Get viper to do
19309 wildcards.
19310
19311 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19312
19313 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19314 (jit-lock-fontify-buffer): New function for JIT refontification.
19315 (jit-lock-mode): Fix docstring.
19316 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19317 Remove jit-lock-after-change from the _local_ hook.
19318 (jit-lock-function-1): Fix docstring.
19319
19320 * info.el (Info-on-current-buffer): Initialize info.
19321
19322 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19323
19324 * progmodes/tcl.el (tcl-indent-for-comment):
19325 Ignore comment-indent-hook.
19326
19327 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19328 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19329 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19330 and improve to use the lighter to guess the capitalization.
19331 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19332 Add keyword arguments to specify global-ness or the custom group.
19333 Add local-map and help-echo properties to the lighter.
19334 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19335 (easy-mmode-define-global-mode): New macro.
19336
19337 2000-06-02 Dave Love <fx@gnu.org>
19338
19339 * wid-edit.el: byte-compile-dynamic since we typically don't use
19340 all the widgets. Don't require cl or widget. Remove
19341 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19342 (widget-read-event): Removed. Callers changed to use read-event.
19343 (widget-button-release-event-p): Renamed from
19344 button-release-event-p.
19345 (widget-field-add-space, widget-field-use-before-change):
19346 Uncustomize.
19347 (widget-specify-field): Use keymap property, not local-map.
19348 (widget-specify-button): Obey :suppress-face.
19349 (widget-specify-insert): Use modern backquote syntax.
19350 (widget-image-directory): Renamed from widget-glyph-directory.
19351 (widget-image-enable): Renamed from widget-glyph-enable.
19352 (widget-image-find): Replaces widget-glyph-find.
19353 (widget-button-pressed-face): Move defvar.
19354 (widget-image-insert): Replaces widget-glyph-insert.
19355 (widget-convert): Use keywordp.
19356 (widget-leave-text, widget-children-value-delete): Use mapc.
19357 (widget-keymap): Remove XEmacs stuff.
19358 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19359 (widget-button-click): Don't set point at the click, but re-centre
19360 if we scroll out of window. Rewritten for images v. glyphs &c.
19361 (widget-tabable-at): Use POS arg, not point.
19362 (widget-beginning-of-line, widget-end-of-line)
19363 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19364 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19365 (widget-default-create): Use widget-image-insert; some rewriting.
19366 (widget-visibility-value-create)
19367 (widget-push-button-value-create, widget-toggle-value-create): Use
19368 widget-image-insert.
19369 (checkbox): Create on and off images dynamically.
19370 (documentation-link): Change :help-echo.
19371 (widget-documentation-link-echo-help): Remove.
19372
19373 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19374
19375 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19376
19377 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19378 (easy-mmode-define-toggle, define-minor-mode): Use it.
19379 (easy-mmode-define-keymap): Docstring fix.
19380 (define-derived-mode): Default PARENT to fundamental-mode.
19381 Add the derived-mode-parent symbol-property.
19382 (easy-mmode-derived-mode-p): New function.
19383
19384 2000-06-02 Dave Love <fx@gnu.org>
19385
19386 * files.el (convert-standard-filename): Doc fix.
19387 (normal-backup-enable-predicate): New function.
19388 (backup-enable-predicate): Use it to replace the lambda form.
19389
19390 * calendar/todo-mode.el: [This needs more work on the outline
19391 stuff.] Doc fixes.
19392 (todo) <defgroup>: Add :version.
19393 (todo-add-category): Don't use pushnew.
19394 (todo-cmd-raise): Fix typo.
19395 (todo-top-priorities): Change temp buffer name.
19396 (todo-category-alist): Avoid redundant lambda.
19397 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19398 Use outline-next-heading.
19399
19400 * autoarg.el: Rewritten to use define-minor-mode.
19401 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19402 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19403
19404 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19405
19406 * isearch.el (isearch-other-meta-char): Fix previous change.
19407
19408 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19409
19410 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19411 (log-edit-done): Only add the comment to the ring if it's different
19412 from the last comment entered.
19413
19414 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19415
19416 2000-06-01 Dave Love <fx@gnu.org>
19417
19418 * hl-line.el: Rewritten using define-minor-mode.
19419
19420 * help.el (describe-function-1): Distinguish special form from
19421 builtin function. Sanity-check presence of arglist for builtins.
19422
19423 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19424
19425 * international/characters.el: Fix syntax/category setting of
19426 Tibetan characters.
19427
19428 * language/tibet-util.el (tibetan-add-components): Fixes for new
19429 encoding of Tibetan characters.
19430 (tibetan-decompose-precomposition-alist): New variable.
19431 (tibetan-decompose-region): Convert precomposed characters to
19432 non-precomposed characters.
19433 (tibetan-decompose-string): Likewise.
19434 (tibetan-composition-function): Fix args to
19435 thibetan-compose-string.
19436
19437 * language/tibetan.el (tibetan-composable-pattern): More
19438 characters included.
19439 (tibetan-consonant-transcription-alist): Rule for "R" added.
19440 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19441 "+R" added.
19442 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19443
19444 * language/lao-util.el (lao-composition-function): Fix args to
19445 compose-string.
19446
19447 * language/thai-util.el (thai-composition-function): Fix args to
19448 compose-string.
19449
19450 * isearch.el (isearch-update): Set disable-point-adjustment to t
19451 to prevent the point moving to the end of a composition when a
19452 part of a composition is searched.
19453 (isearch-other-meta-char): If the key invoking this command can be
19454 mapped by function-key-map to a printing char, call
19455 isearch-process-search-char directly.
19456
19457 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19458
19459 * emacs-lisp/bytecomp.el:
19460 * frame.el:
19461 * international/mule-cmds.el:
19462 * international/mule-util.el:
19463 * international/mule.el:
19464 * mouse.el:
19465 * subr.el:
19466 * faces.el: Update calls to make-obsolete with a WHEN argument.
19467
19468 * byte-run.el (make-obsolete, make-obsolete-variable):
19469 Add an optional WHEN argument and change the format of the
19470 symbol-property information.
19471 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19472 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19473 new obsolete-symbol-property format and print WHEN if it is provided.
19474
19475 2000-05-31 Dave Love <fx@gnu.org>
19476
19477 * loadhist.el (loadhist-hook-functions): Remove
19478 before-change-function, after-change-function.
19479 (unload-feature): Deal with symbols which are both bound and
19480 fbound.
19481
19482 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19483 before-change-function, after-change-function.
19484
19485 * simple.el (newline): Don't bind before-change-function,
19486 after-change-function.
19487
19488 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19489
19490 * whitespace.el (whitespace-rescan-timer-time): Update interval
19491 set to 600 seconds (10 minutes) instead of 60 seconds since
19492 a large number of whitespace buffers causes emacs to `freeze'
19493 for a considerable amount of time.
19494
19495 * whitespace.el: Updated email address
19496
19497 2000-05-31 Dave Love <fx@gnu.org>
19498
19499 * add-log.el (change-log-font-lock-keywords) <function>: Add
19500 pattern for function of change.
19501 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19502 acknowledgements patterns.
19503
19504 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19505
19506 * isearch.el (isearch-printing-char): If keyboard coding system is
19507 being used, call isearch-process-search-multibyte-characters.
19508
19509 * international/isearch-x.el: Mostly rewritten.
19510
19511 * international/quail.el (quail-start-conversion): Don't include
19512 unhandled events in the returned events, but set them in
19513 unread-command-events. Exit if all inputs are deleted.
19514
19515 2000-05-30 Jason Rumney <jasonr@gnu.org>
19516
19517 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19518
19519 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19520 Reenable code to create initial fontsets.
19521 Use set-fontset-font in place of put-charset-property.
19522
19523 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19524
19525 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19526 label, ensure that the first colon isn't followed by another.
19527
19528 * paths.el (Info-default-directory-list): Doc fix.
19529
19530 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19531 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19532 send a query containing USER only, not USER@HOST.
19533
19534 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19535 and rmail-msgend to compute the restriction at the end, instead of
19536 computing it.
19537
19538 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19539
19540 * dabbrev.el (dabbrev-expand): Don't display messages in the
19541 echo area if the minibuffer window is active.
19542
19543 * jit-lock.el (jit-lock-mode): Add after change function to
19544 local hook.
19545
19546 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19547
19548 * antlr-mode.el: New commands: hide/unhide actions,
19549 upcase/downcase literals.
19550 (antlr-tiny-action-length): New user option.
19551 (antlr-hide-actions): New command. Suggested by
19552 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19553 (antlr-mode-map): New binding [C-c C-v].
19554 (antlr-mode-menu): New entries.
19555 (antlr-downcase-literals): New command.
19556 (antlr-upcase-literals): Ditto.
19557
19558 * antlr-mode.el: Minor changes: indendation, mode-name.
19559 (antlr-indent-line): Indent cpp directive at column 0.
19560 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19561
19562 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19563 (antlr-font-lock-additional-keywords): Workaround for intentional
19564 bug in XEmacs version of font-lock.
19565 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19566 be used by a smarter version of `buffers-menu-grouping-function'.
19567
19568 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19569
19570 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19571 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19572
19573 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19574
19575 * international/encoded-kb.el
19576 (encoded-kbd-iso2022-designation-map): Pay attention to that
19577 charset-iso-final-char return -1 for eight-bit-control and
19578 eight-bit-graphic.
19579
19580 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19581
19582 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19583 (speedbar-easymenu-definition-base): Use display-graphic-p where
19584 available, instead of window-system.
19585
19586 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19587
19588 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19589 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19590 coding systems.
19591
19592 2000-05-26 Dave Love <fx@gnu.org>
19593
19594 * disp-table.el (standard-display-underline): Don't use
19595 internal-find-face.
19596
19597 * mail/reporter.el: Maintainer change. Doc fixes.
19598 (reporter-version): Deleted.
19599
19600 * emacs-lisp/elp.el: Maintainer change.
19601 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19602
19603 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19604
19605 * add-log.el (add-change-log-entry): Merge the current entry with the
19606 previous one if the previous one is empty.
19607
19608 2000-05-26 Dave Love <fx@gnu.org>
19609
19610 * loadhist.el (unload-feature): Fix interactive spec [from
19611 lijnzaad@ebi.ac.uk].
19612
19613 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19614 subr-arity to check primitives.
19615 (byte-compile-flush-pending, byte-compile-file-form-progn)
19616 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19617 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19618 mapcar.
19619
19620 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19621
19622 * international/fontset.el: Set family names of non-latin charsets
19623 in default fontset to "*".
19624
19625 * international/mule-diag.el (print-fontset): Combine family part
19626 and registry part of the fontname by "-*-" instead of "-".
19627
19628 * international/mule-cmds.el (encode-coding-char): Make strings
19629 multibyte before calling encode-coding-string.
19630
19631 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19632
19633 * derived.el: Fix keywords.
19634 (define-derived-mode): Only define if needed.
19635
19636 * simple.el (fill-comment, comment-column, comment-start)
19637 (comment-start-skip, comment-end, comment-indent-function)
19638 (block-comment-start, block-comment-end, indent-for-comment)
19639 (set-comment-column, kill-comment, comment-padding, comment-region)
19640 (comment-multi-line, indent-new-comment-line): Remove.
19641
19642 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19643 function names for comment operations.
19644
19645 * newcomment.el: Add abundant autoload cookies.
19646 (comment-style): Don't depend on runtime data at compile-time.
19647 (comment-indent-hook): Remove.
19648 (comment-indent): Check if comment-indent-hook is bound.
19649 (comment-region): Docstring fix.
19650
19651 2000-05-25 Dave Love <fx@gnu.org>
19652
19653 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19654 byte-code-function-p.
19655
19656 * mail/rmailsum.el: Add provide.
19657
19658 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19659
19660 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19661 defcustom.
19662
19663 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19664
19665 * ediff-diff.el (ediff-exec-process): delete --binary option from
19666 non-buffer ediff jobs.
19667
19668 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19669
19670 * hilit-chg.el (highlight-changes-mode): Ask about color or
19671 grayscale support, not about window-system.
19672
19673 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19674 window-system.
19675 (ffap-highlight): Always default to t.
19676
19677 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19678 display-popup-menus-p instead of looking at window-system.
19679
19680 * disp-table.el (standard-display-g1, standard-display-graphic):
19681 Only refuse to use string glyphs on X and MS-Windows.
19682
19683 * avoid.el: Remove window-system from commentary, suggest to use
19684 display-*-p instead.
19685
19686 * apropos.el (apropos-print): Use display-mouse-p instead of
19687 window-system.
19688
19689 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19690
19691 * international/codepage.el (cp-decoding-vector-for-codepage):
19692 Fill up unsupported characters with their own codes. From Kenichi
19693 Handa.
19694
19695 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19696
19697 * international/mule-diag.el (describe-char-after): Use
19698 display-graphic-p instead of window-system, so that this function
19699 works on MS-DOS.
19700
19701 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19702
19703 * international/codepage.el (cp-make-coding-systems-for-codepage):
19704 Remove the eight-bit-graphic and eight-bit-control charsets from
19705 the list of charsets which we convert into `?'.
19706
19707 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19708
19709 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19710 private charsets.
19711 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19712 japanese-jisx0213-2): New charsets.
19713
19714 * international/fontset.el: Setup default fontset for new charsets.
19715
19716 2000-05-24 Dave Love <fx@gnu.org>
19717
19718 * info.el (Info-find-node-2): Restructure [following "Vadim
19719 S. Solomin" <sovs@uic.nnov.ru>].
19720
19721 * icomplete.el: Fix header for Finder.
19722
19723 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19724
19725 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19726 STAY.
19727
19728 * rmail.el (rmail-automatic-folder-directives): New user variable.
19729 (rmail-show-message): Add call to `rmail-auto-file' during
19730 display.
19731 (rmail-auto-file): New function.
19732
19733 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19734
19735 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19736 account.
19737 (ediff-test-utility,ediff-diff-mandatory-option)
19738 (ediff-reset-diff-options): Utilities for proper initialization of
19739 ediff-diff-options and ediff-diff3-options on Windows.
19740
19741 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19742 variable.
19743
19744 * ediff-mult.el (ediff-filegroup-action): Use
19745 ediff-merge-filename-prefix.
19746
19747 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19748
19749 * viper-ex.el (ex-write): Set selective display to nil.
19750
19751 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19752
19753 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19754 aliases for hebrew-iso-8bit.
19755
19756 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19757
19758 * woman.el: New version from Francis J. Wright
19759 <F.J.Wright@Maths.QMW.ac.uk>.
19760 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19761 names in environment variables regardless of the path separator.
19762 (woman-topic-all-completions-1): Don't call file-name-directory-p
19763 on all files, since woman-file-regexp already filters out any
19764 directories.
19765
19766 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19767
19768 * international/quail.el (quail-start-translation): Don't change
19769 modified-p of the current buffer.
19770 (quail-start-conversion): Likewise.
19771
19772 * international/kkc.el (kkc-region): Don't change modified-p of
19773 the current buffer.
19774
19775 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19776 conform to RFC1468.
19777 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19778
19779 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19780
19781 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19782 (speedbar-insert-button): Invisible text property fix.
19783 (speedbar-directory-plus): Renamed from speedbar-directory-+
19784 (speedbar-directory-minus): Renamed from speedbar-directory--
19785 (speedbar-page-plus): Renamed from speedbar-file-+
19786 (speedbar-page-minus): Renamed from speedbar-file--
19787 (speedbar-page): Renamed from speedbar-file-
19788 (speedbar-tag): Renamed from speedbar-tag-
19789 (speedbar-tag-plus): Renamed from speedbar-tag-+
19790 (speedbar-tag-minus): Renamed from speedbar-tag--
19791 (speedbar-expand-image-button-alist): Use above renames.
19792
19793 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19794 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19795 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19796 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19797 * sb-pg.xpm: Renamed from sb-file.xpm
19798 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19799 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19800
19801 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19802
19803 * international/quail.el (quail-show-guidance-buf): Set
19804 current-input-method of the guidance buffer to the name of the
19805 curren input method.
19806
19807 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19808
19809 * progmodes/compile.el (compile-internal): Style typo.
19810
19811 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19812 quote vars and functions in the docstring.
19813
19814 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19815
19816 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19817 Don't quote lambdas.
19818
19819 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19820
19821 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19822
19823 * startup.el (command-line): Determine source file of compiled
19824 user init file differently. Warn if compiled user init file
19825 is older than its source file.
19826
19827 * ffap.el (ffap-url-regexp): Add `https'.
19828
19829 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19830
19831 * files.el (make-backup-file-name-1): Replace slashes with `!'
19832 rather than `|' (which is not allowed on Windows). Replace the
19833 drive letters with a string "drive_X".
19834
19835 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19836
19837 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19838
19839 * files.el (interpreter-mode-alist): Add `bash2'.
19840
19841 2000-05-22 Dave Love <fx@gnu.org>
19842
19843 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19844 mapc.
19845 (feature-file): Avoid calling symbol-name. Doc fix.
19846 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19847 (loadhist-hook-functions): Add mouse-position-function.
19848 (unload-feature): Change uses of mapcar.
19849
19850 * files.el (parse-colon-path): Doc fix.
19851 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19852 (set-auto-mode): Use mapc.
19853
19854 * complete.el (PC-look-for-include-file): Use :alnum: character
19855 class.
19856 (partial-completion-mode): Add autoload cookie.
19857
19858 2000-05-22 Sam Steingold <sds@gnu.org>
19859
19860 * info.el (Info-fontify-node): Fixed the call to
19861 `add-text-properties' (bug introduced on 2000-05-18).
19862
19863 2000-05-22 Dave Love <fx@gnu.org>
19864
19865 * bindings.el: Remove debug-ignored-errors set in other files.
19866
19867 * progmodes/etags.el: Add to debug-ignored-errors.
19868 (visit-tags-table-buffer): Clear out buffers holding old tables
19869 when making a new list.
19870 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19871 mapc.
19872
19873 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19874 quote keywords.
19875 (cmpl-string-case-type): Use character classes.
19876
19877 * comint.el:
19878 * textmodes/ispell.el:
19879 * imenu.el:
19880 * mail/mh-e.el:
19881 * progmodes/compile.el: Add to debug-ignored-errors.
19882
19883 * dabbrev.el: Add to debug-ignored-errors.
19884 (dabbrev-completion): Use mapc.
19885
19886 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19887
19888 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19889 (woman-mapcan, woman-parse-man.conf)
19890 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19891 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19892 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19893 path syntax better.
19894 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19895 (woman-manpath): Call woman-parse-man.conf.
19896 (woman-emulation): New defcustom, defaults to nroff.
19897 (woman-font-support): New defconst.
19898 (woman-use-symbol-font): New defcustom.
19899 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19900 "Emulation".
19901 Many functions: Doc fix.
19902
19903 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19904
19905 * international/quail.el (quail-simple-translation-keymap): Map
19906 128..255 to quail-self-insert-command.
19907 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19908
19909 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19910
19911 * help.el (help-manyarg-func-alist): Typo.
19912
19913 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19914 intervals which makes it heaps simpler.
19915
19916 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19917 the nested comment markers.
19918
19919 * subr.el (remove-hook): Don't turn the hook's value into a list.
19920
19921 2000-05-21 Dave Love <fx@gnu.org>
19922
19923 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19924 are invalid characters.
19925
19926 * international/mule-util.el (detect-coding-with-priority): Use
19927 mapc. Remove redundant lambda.
19928
19929 * international/mule-diag.el (list-non-iso-charset-chars)
19930 (describe-fontset): Remove redundant lambda.
19931
19932 * emulation/crisp.el (brief-mode): New alias.
19933
19934 * emacs-lisp/ring.el (ring-elements): New function.
19935
19936 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19937 (easy-menu-do-add-item): Use keywordp.
19938
19939 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19940
19941 * replace.el: Doc and error message fixes.
19942 (replace-highlight): Use facep, not internal-find-face.
19943
19944 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19945
19946 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19947
19948 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19949 (log-edit-insert-changelog): Drop `:' as well.
19950
19951 * log-view.el: Fix file description.
19952 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19953 available.
19954 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19955 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19956
19957 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19958 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19959 Print a status message if the toggle is called interactively.
19960 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19961 for global minor modes and use `defcustom' for them.
19962 Use add-minor-mode.
19963 (easy-mmode-define-derived-mode): Remove.
19964 (define-derived-mode): Fancier default docstring.
19965 (easy-mmode-define-navigation): Signal an error rather than (ding).
19966
19967 * newcomment.el (comment-styles): New `box-multi'.
19968 (comment-normalize-vars): Better default for comment-continue to
19969 avoid whitespace-only continuations.
19970 (comment-search-forward): Always move even in the no-syntax case.
19971 (comment-padright): Only obey N if it's only obeyed for padleft.
19972 (comment-make-extra-lines): Better handling of empty continuations.
19973 Use `=' for the filler if comment-start has only one character.
19974 (uncomment-region): Try handling the special `=' filler.
19975 (comment-region): Allow LINES even if MULTI is nil.
19976 (comment-box): Choose box style based on comment-style.
19977
19978 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19979
19980 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19981 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19982
19983 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19984
19985 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19986 and insert, not subst-char-in-region.
19987
19988 * international/mule-diag.el (list-character-sets-1): Handle
19989 charsets eight-bit-control and eight-bit-graphic.
19990 (list-iso-charset-chars): Likewise.
19991 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19992 charactes as is. Use indent-to to align characters.
19993
19994 * international/mule-cmds.el (find-multibyte-characters): Never
19995 exclude charsets eight-bit-control and eight-bit-graphic.
19996
19997 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19998
19999 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
20000 Don't quote lambdas.
20001
20002 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
20003
20004 2000-05-19 Gerd Moellmann <gerd@gnu.org>
20005
20006 * gud.el (gud-jdb-directories): Doc fix.
20007
20008 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
20009
20010 * newcomment.el: New file.
20011
20012 2000-05-19 Gerd Moellmann <gerd@gnu.org>
20013
20014 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
20015
20016 2000-05-18 Andreas Schwab <schwab@suse.de>
20017
20018 * dired.el (dired-between-files): Also skip lines beginning with
20019 `used'.
20020
20021 2000-05-18 Gerd Moellmann <gerd@gnu.org>
20022
20023 * msb.el (msb-menu-cond): Add choice `user'.
20024
20025 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20026
20027 * ps-print.el: Compatibility, customization and doc fix.
20028 (ps-printer-name-option): Replace defconst by defvar.
20029 (ps-postscript-code-directory): XEmacs compatibility.
20030 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
20031 fix.
20032 (ps-user-defined-prologue, ps-print-prologue-header)
20033 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
20034 compatibility and code fix.
20035 (ps-print-background-image, ps-print-background-text):
20036 Customization fix.
20037 (ps-line-number-start, ps-n-up-on): New vars.
20038
20039 2000-05-18 Espen Skoglund <esk@ira.uka.de>
20040
20041 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
20042 the indent-comment function to just return the appropriate indent.
20043
20044 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
20045
20046 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
20047 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
20048 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
20049
20050 2000-05-18 Dave Love <fx@gnu.org>
20051
20052 * info.el (Info-fontify-node): Add intangible property as well as
20053 invisible.
20054
20055 * calendar/appt.el (appt-make-list): Match all lines of entry.
20056 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
20057
20058 2000-05-18 Kenichi Handa <handa@etl.go.jp>
20059
20060 * international/mule-diag.el (describe-char-after): Call
20061 internal-char-font, not char-font. If internal-char-font returns
20062 nil, display "-- none --".
20063
20064 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20065
20066 * image.el (image-type-available-p): Don't reference image-types
20067 if it isn't bound.
20068
20069 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
20070
20071 * autoarg.el (autoarg-mode): Typo in the :set argument.
20072
20073 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
20074
20075 * startup.el (command-line-1): Don't signal an error if the
20076 directory for auto-save-list files does not yet exist.
20077
20078 2000-05-17 Kenichi Handa <handa@etl.go.jp>
20079
20080 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
20081
20082 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
20083
20084 * subr.el (remove-hook): `setq' hook-value, not `set'.
20085
20086 2000-05-16 Sam Steingold <sds@gnu.org>
20087
20088 * info.el (debug-ignored-errors): More errors to ignore.
20089
20090 2000-05-16 Dave Love <fx@gnu.org>
20091
20092 * cus-edit.el: Don't require cl or easymenu.
20093 (custom-variable-prompt): Test standard-value property, not
20094 user-variable-p.
20095
20096 2000-05-16 Sam Steingold <sds@gnu.org>
20097
20098 * subr.el (add-hook): `setq' hook-value, not `set'.
20099
20100 2000-05-16 Gerd Moellmann <gerd@gnu.org>
20101
20102 * startup.el (command-line-1): Mention the FAQ in the startup
20103 message.
20104
20105 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
20106
20107 * progmodes/compile.el (compilation-parse-errors): Collect
20108 `nomessage' regexps last.
20109
20110 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
20111
20112 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
20113 to the function name.
20114
20115 2000-05-15 Dave Love <fx@gnu.org>
20116
20117 * speedbar.el (speedbar-recenter): Typo.
20118 (speedbar-expand-line): Make arg optional.
20119 (speedbar-mode): Avoid a compiler warning.
20120
20121 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20122
20123 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
20124 user-specified option string is empty.
20125
20126 * mouse.el (mouse-yank-at-click): Doc fix.
20127
20128 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
20129
20130 * term/internal.el (IT-character-translations): More updates of
20131 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
20132 documents.
20133
20134 2000-05-15 Gerd Moellmann <gerd@gnu.org>
20135
20136 * env.el (getenv): New function, interactively callable.
20137 (setenv, getenv): Remove autoload cookies.
20138
20139 * loadup.el: Load `env'.
20140
20141 * progmodes/f90.el: Change author's mail address.
20142
20143 2000-05-14 Dave Love <fx@gnu.org>
20144
20145 * mail/rmail.el (rmail-show-message-hook): Customize and offer
20146 goto-addr as an option.
20147
20148 * help.el (help-xref-stack): Doc fix.
20149 (help-xref-following): New variable.
20150 (help-make-xrefs): Use it.
20151 (help-xref-go-back): Use position information from stack element.
20152 (help-follow): Make position in stack element a pair. Use
20153 help-xref-following.
20154
20155 * autoarg.el: New file.
20156
20157 * faces.el: Declare more functions obsolete.
20158
20159 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
20160 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
20161 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
20162 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
20163 Remove all the setup-...-environment functions.
20164
20165 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
20166
20167 * speedbar.el: Updated the commentary section. xemacs20p now uses
20168 >= when detecting. Require `defimage' safely.
20169 (speedbar-easymenu-definition-base): Add toggle for images.
20170 (speedbar-easymenu-definition-special): Add flush cache & expand.
20171 (speedbar-visiting-tag-hook): Set new defaults. Added options.
20172 (speedbar-reconfigure-keymaps-hook): New variable.
20173 (speedbar-frame-parameters): Updated documentation.
20174 (speedbar-use-imenu-flag): Updated custom tag
20175 (speedbar-dynamic-tags-function-list): New variable.
20176 (speedbar-tag-hierarchy-method): Updated doc & custom.
20177 (speedbar-indentation-width, speedbar-indentation-width) New
20178 variables.
20179 (speedbar-hide-button-brackets-flag): Customizable.
20180 (speedbar-vc-indicator): Doc update.
20181 (speedbar-ignored-path-expressions): Updated default value.
20182 (speedbar-supported-extension-expressions): Updated default value.
20183 (speedbar-syntax-table): Remove {} paren status.
20184 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
20185 as "+". Added overlay aliases.
20186 (speedbar-mode): Use `speedbar-mode-line-update' instead of
20187 `force-mode-line-update'.
20188 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
20189 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
20190 `mouse-set-point'
20191 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
20192 (speedbar-item-info-tag-helper): Revamped to handle a wider range
20193 of arbitrary text, and new helper functions.
20194 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
20195 filename finder.
20196 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
20197 (speedbar-directory-buttons): Update path search/expansion.
20198 (speedbar-make-tag-line): Pay attention to
20199 `speedbar-indentation-width'. Use more care w/ invisible
20200 properties.
20201 (speedbar-change-expand-button-char): Call
20202 `speedbar-insert-image-button-maybe'.
20203 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20204 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20205 (speedbar-trim-words-tag-hierarchy)
20206 (speedbar-simple-group-tag-hierarchy): New functions
20207 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20208 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20209 functions.
20210 (speedbar-mouse-set-point): New function
20211 (speedbar-power-click): Updated documentation.
20212 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20213 of tag prefix text.
20214 (speedbar-expand-line, speedbar-contract-line): Make more robust
20215 to strange text.
20216 (speedbar-expand-line): Takes universal argument to flush the
20217 cache.
20218 (speedbar-flush-expand-line): New function.
20219 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20220 Use new generator insertion method.
20221 (speedbar-fetch-dynamic-tags): New function.
20222 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20223 `speedbar-fetch-dynamic-imenu'.
20224 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20225 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20226 "Revert Buffer" menu items.
20227 (speedbar-buffer-buttons-engine): Be smarter when creating a
20228 filename tag (for expansion purposes.).
20229 (speedbar-highlight-one-tag-line,
20230 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20231 (speedbar-recenter): New functions.
20232 (defimage-speedbar): Image loading abstraction.
20233 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20234 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20235 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20236 (speedbar-tag-type, speedbar-tag-mail): New images.
20237 (speedbar-expand-image-button-alist): New variable.
20238 (speedbar-insert-image-button-maybe): Insert an image over some
20239 buttons.
20240
20241 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20242
20243 * international/mule-cmds.el (encode-coding-char): An ASCII
20244 character is always encodable.
20245
20246 * international/mule-conf.el: Add more information in descriptions
20247 of character sets.
20248
20249 * international/mule-diag.el (describe-char-after): New function.
20250 (describe-font-internal): Adjusted for the change of font-info.
20251 (describe-font): Likewise.
20252 (print-fontset): Rewritten for the new fontset implementation.
20253 (describe-fontset): Include fontset alias names in completion.
20254 (list-fontsets): Adjusted for the change of print-fontset.
20255
20256 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20257 describe-char-after instead of displaying the detail in the echo
20258 area.
20259 (syntax-code-table): Format changed.
20260 (string-to-syntax): Adjusted for the above change.
20261
20262 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20263
20264 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20265
20266 2000-05-12 Dave Love <fx@gnu.org>
20267
20268 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20269 dependence. Use line-{beginning,end}-position, not
20270 point-at{b,e}ol. Some doc fixes.
20271 (todo-position): New function. Fix callers of position to use it.
20272 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20273
20274 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20275
20276 * time.el (display-time-mail-icon): Use `:ascent center'.
20277
20278 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20279 handling FTP security extensions.
20280
20281 2000-05-11 Dave Love <fx@gnu.org>
20282
20283 * calendar/todo-mode.el: New file.
20284
20285 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20286
20287 * comint.el (comint-read-input-ring): Move reference to
20288 comint-input-ring-size outside of the save-excursion. It was
20289 causing the default value to be the only one ever seen.
20290
20291 * font-lock.el: Update copyright. Remove Simon Marshall's email
20292 address on request from him.
20293
20294 * subr.el (substitute-key-definition): Add comment describing
20295 the meaning of PREFIX.
20296
20297 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20298
20299 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20300
20301 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20302 (add-minor-mode): Don't make the variable buffer-local and add a
20303 reference to define-minor-mode in the docstring.
20304
20305 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20306 HEADER/FOOTER and fix bug with trailing empty directory.
20307 (cvs-append-to-ignore): Use vc-editable-p if available.
20308 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20309 (vc-do-command): Tweak advice to handle the new VC.
20310
20311 * log-view.el (log-view-goto-rev): New function for the new VC.
20312 (log-view-minor-wrap): Use mark-active.
20313
20314 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20315 (log-edit-changelog-full-paragraphs): New var.
20316 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20317 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20318 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20319 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20320 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20321 Replace the `cvs' prefix with `log-edit'.
20322
20323 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20324
20325 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20326 (diff-font-lock-defaults): Explicitly turn off multiline.
20327 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20328 (diff-ediff-patch): Fix call to ediff-patch-file.
20329 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20330 Handle comments.
20331
20332 * frame.el (automatic-hscrolling): Typo.
20333
20334 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20335
20336 2000-05-09 Sam Steingold <sds@goems.com>
20337
20338 * apropos.el (apropos-print): use `describe-face' instead of
20339 `customize-face-other-window'.
20340
20341 2000-05-09 Dave Love <fx@gnu.org>
20342
20343 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20344
20345 * help.el (describe-variable): Have customize button pop the
20346 help-xref stack when invoked.
20347 (help-xref-symbol-regexp): Add `face'.
20348 (help-make-xrefs): Check for quoted face names and adapt regexp
20349 submatch numbers to cope.
20350 (help-xref-interned): Maybe insert face doc too. Separate
20351 sections with a line of hyphens.
20352
20353 * faces.el: Some doc fixes. Declare some functions obsolete.
20354 (describe-face): Add customize button. Return the help
20355 text. Fix prompt.
20356
20357 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20358
20359 * term/internal.el (IT-character-translations): Fix last change.
20360
20361 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20362
20363 * woman.el: New file
20364 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20365
20366 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20367
20368 * term/internal.el (IT-character-translations): Update ASCII
20369 simulations for greek-iso8859-7, add latin-iso8859-14 and
20370 latin-iso8859-15.
20371
20372 * international/mule-cmds.el (set-language-info-alist): Call
20373 define-prefix-command with 3 arguments, to make the map suitable
20374 for a menu.
20375
20376 2000-05-07 Dave Love <fx@gnu.org>
20377
20378 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20379
20380 2000-05-05 Dave Love <fx@gnu.org>
20381
20382 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20383 list in doc string. Don't quote keyword symbols.
20384 * emacs-lisp/cl.el: Likewise
20385 * emacs-lisp/cl-seq.el: Likewise
20386
20387 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20388
20389 * abbrev.el (abbrev-mode): Make ARG optional.
20390
20391 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20392
20393 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20394
20395 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20396
20397 * subr.el (substitute-key-definition): Clarify documentation.
20398
20399 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20400
20401 * glasses.el (glasses-convert-to-unreadable): Use
20402 `glasses-separator' instead of the hard-wired "_".
20403 (glasses-mode): Call `glasses-make-unreadable' only in a single
20404 place.
20405
20406 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20407
20408 * term/internal.el (cjk-codepages-alist): Add associations for
20409 Chinese and Korean codepages. Remove FIXME comment.
20410
20411 2000-05-03 Dave Love <fx@gnu.org>
20412
20413 * time.el (display-time-mail-face, display-time-use-mail-icon):
20414 New option.
20415 (display-time-mail-icon): New variable.
20416 (display-time-string-forms): Use the above. Fix the local-map.
20417
20418 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20419
20420 * replace.el (query-replace-map): Add binding for `E'.
20421 (query-replace-help): Extend help text.
20422 (perform-replace): Allow editing the replacement string.
20423
20424 * make-mode.el (makefile-mode-abbrev-table): New variable.
20425 (makefile-mode): Set local abbrev table to
20426 makefile-mode-abbrev-table.
20427 (makefile-font-lock-keywords): Fontify includes and conditionals.
20428
20429 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20430 set TOGGLE's value.
20431
20432 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20433 mail-interactive-insert-alias.
20434 (mail-abbrev-complete-alias): New command.
20435 (mail-mode-map): Bind it to `M-TAB'.
20436
20437 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20438
20439 * language/lao-util.el (lao-compose-region): New function.
20440
20441 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20442
20443 * files.el (recover-session): Make directories as necessary
20444 if they don't exist yet.
20445
20446 * calendar/cal-french.el
20447 (french-calendar-multibyte-special-days-array)
20448 (french-calendar-special-days-array): Change French text.
20449 (calendar-french-date-string): Change output.
20450 (calendar-goto-french-date): Likewise.
20451
20452 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20453
20454 * wid-edit.el (widget-default-active): Obey `:always-active'.
20455 (widget-documentation-string-value-create): Set `:always-active'.
20456
20457 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20458
20459 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20460 default prefix to `~/_emacs.d/auto-save.list/_s'.
20461 (normal-top-level): Create the directory for auto-save files, if
20462 it doesn't already exist (in the ms-dos case only).
20463
20464 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20465
20466 * international/mule-cmds.el (set-language-environment): Don't
20467 concat an integer (dos-codepage), use format instead.
20468
20469 2000-05-02 Dave Love <fx@gnu.org>
20470
20471 * help.el (help-xref-on-pp): Check for constant symbols.
20472
20473 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20474
20475 * startup.el (normal-top-level): Put a condition-case around
20476 the code loading subdirs.el.
20477
20478 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20479
20480 * ps-print.el: Upside-down and face background color printing,
20481 line number step, doc fix.
20482 (ps-print-version): New version number (5.2).
20483 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20484 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20485 (ps-spool-config): Var fix.
20486 (ps-printer-name-option): Const fix.
20487 (ps-print-upside-down, ps-use-face-background)
20488 (ps-line-number-step): New vars.
20489 (ps-window-system, ps-lp-system): New consts.
20490 (ps-face-background): New fun.
20491
20492 2000-04-28 Richard Stallman <rms@gnu.org>
20493
20494 * files.el (make-auto-save-file-name):
20495 Apply auto-save-file-name-transforms to visited file name
20496 before generating auto save file name.
20497 (auto-save-file-name-transforms): New variable.
20498
20499 * files.el (backup-enable-predicate):
20500 Correctly test for a file under a temporary directory.
20501
20502 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20503
20504 * subr.el (add-minor-mode): Rewritten.
20505
20506 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20507
20508 * mail/sendmail.el (sendmail-send-it): Set
20509 buffer-file-coding-system to the selected coding system for MIME
20510 header.
20511
20512 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20513
20514 * dired.el (dired-move-to-filename-regexp): Allow format where
20515 YYYY is followed by two spaces.
20516
20517 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20518 in the second character class of the regexp.
20519
20520 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20521 mh-etc, too.
20522
20523 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20524 nil.
20525
20526 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20527
20528 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20529 argument.
20530
20531 2000-04-27 Sen Nagata <sen@eccosys.com>
20532
20533 * emacs-lisp/crm.el (crm-completion-table): New variable.
20534 (crm-collection-fn, crm-test-completion)
20535 (completing-read-multiple): Use it.
20536
20537 2000-04-27 Dave Love <fx@gnu.org>
20538
20539 * help.el (locate-library): Use mapc.
20540 (help-manyarg-func-alist): Add call-process-region.
20541
20542 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20543
20544 * subr.el (add-minor-mode): Make argument MAP optional.
20545
20546 * desktop.el (desktop-save): Save list of minor modes.
20547 (desktop-create-buffer): Restore minor modes.
20548 (desktop-minor-mode-table): New user-option.
20549
20550 * subr.el (add-minor-mode): New function.
20551
20552 * image.el (find-image): New function.
20553 (defimage): Rewritten to find image at load time.
20554
20555 * startup.el (normal-top-level-add-to-load-path): Handle
20556 case that the default directory is not in load-path.
20557
20558 * help.el: Old patch from Stefan Monnier.
20559 (help-xref-on-pp): New function.
20560 (describe-variable): Use it to display xrefs in a symbol's value.
20561
20562 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20563
20564 * cus-edit.el (custom-face): Fix parenthesis.
20565
20566 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20567
20568 * mail/rmail.el (rmail-expunge): When there are no deleted
20569 messages, do nothing.
20570
20571 2000-04-26 Dave Love <fx@gnu.org>
20572
20573 * international/mule-cmds.el (locale-translation-file-name):
20574 Defvar to nil.
20575 (set-locale-environment): Set it here (at runtime).
20576
20577 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20578
20579 * replace.el (perform-replace): Add parameters START and END. Use
20580 them instead of the check for a region in Transient Mark mode.
20581 (query-replace-read-args): Return two more list elements for the
20582 start and end of the region in Transient Mark mode.
20583 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20584 (map-query-replace-regexp, replace-string, replace-regexp): Add
20585 optional last arguments START and END and pass them to
20586 perform-replace.
20587
20588 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20589 form with additional arguments for perform-replace.
20590
20591 * progmodes/etags.el (tags-query-replace): Add parameters START
20592 and END. Construct a form with additional arguments for
20593 perform-replace.
20594
20595 * simple.el (shell-command): Set default directory for "*Shell
20596 Command Output" buffer.
20597
20598 * language/european.el (iso-latin-4): Fix typo.
20599
20600 * emacs-lisp/crm.el: New file.
20601
20602 2000-04-24 Dave Love <fx@gnu.org>
20603
20604 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20605 (Custom-reset-saved, Custom-reset-standard)
20606 (custom-group-value-create, custom-group-set, custom-group-save)
20607 (custom-group-reset-current, custom-group-reset-saved)
20608 (custom-group-reset-standard): Use mapc.
20609 (custom-buffer-create-internal): Disable undo when creating items.
20610 Use mapc.
20611 (custom-face): Avoid redundant lambda.
20612
20613 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20614
20615 * startup.el (auto-save-list-file-prefix): Set default to
20616 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20617
20618 2000-04-24 Sam Steingold <sds@gnu.org>
20619
20620 * time-stamp.el (time-stamp-string-preprocess): Always convert
20621 `field-result' to a string.
20622
20623 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20624
20625 * frame.el (scrolling): New group.
20626 (automatic-hscrolling): New user-option.
20627
20628 * startup.el (command-line-x-option-alist): Add `-lsp' and
20629 `--line-spacing'.
20630
20631 2000-04-19 Dave Love <fx@gnu.org>
20632
20633 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20634 (cl-mapc): Rename from mapc. Fix the funcall.
20635
20636 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20637
20638 * simple.el (clone-indirect-buffer-other-window): New command.
20639 (clone-indirect-buffer): Add optional arg NORECROD.
20640 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20641
20642 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20643
20644 * window.el (count-screen-lines): New function.
20645 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20646 instead of window-buffer-height.
20647
20648 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20649 non-existing variable comint-input-sentinel.
20650 (inferior-lisp-args-to-list): Removed.
20651 (inferior-lisp): Use split-string instead of
20652 inferior-lisp-args-to-list.
20653
20654 * hexl.el (hexl-insert-hex-string): New command.
20655
20656 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20657 instead of concat.
20658
20659 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20660
20661 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20662 at the start of an existing but empty folder.
20663
20664 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20665
20666 * ps-mule.el: Customization fix, doc fix.
20667 (ps-multibyte-buffer): Customization fix.
20668
20669 2000-04-17 Richard M. Stallman <rms@gnu.org>
20670
20671 * subr.el (read-passwd): Use read-char-exclusive.
20672
20673 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20674
20675 * textmodes/texinfo.el (texinfo-insert-@email)
20676 (texinfo-insert-@emph, texinfo-insert-@quotation)
20677 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20678 (texinfo-mode-map): Add key bindings for them.
20679
20680 * files.el (basic-save-buffer-2): Use a template with `$'
20681 instead of `#' for VMS.
20682
20683 * simple.el (clone-indirect-buffer): New function.
20684
20685 2000-04-16 Stephen Eglen <stephen@gnu.org>
20686
20687 * iswitchb.el (iswitchb-case): New function. If the user input
20688 contains any upper-case characters, the search is made
20689 case-sensitive.
20690
20691 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20692
20693 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20694 comment-end.
20695 (texinfo-font-lock-syntactic-keywords): New var.
20696 (texinfo-font-lock-keywords): Remove comment regexp.
20697 (texinfo-insert-block): New function.
20698 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20699 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20700 and font-lock-defaults. Use regexp-opt for outline-regexp.
20701 (texinfo-environments): New var.
20702 (texinfo-environment-regexp): Use regexp-opt and
20703 texinfo-environments.
20704
20705 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20706 ispell-process is bound since this might be eval'd before ispell
20707 is loaded.
20708 (ispell-message): Use a tiny bit less magic and a bit more hard
20709 data to figure out what kind of sc-cite-regexp to use.
20710
20711 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20712
20713 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20714 (insert-cyclic-diary-entry): Unquote the lambda.
20715
20716 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20717
20718 * files.el (backup-enable-predicate): Unquote the lambda.
20719
20720 * cus-edit.el (custom-face, face): Unquote the lambda.
20721
20722 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20723
20724 * ps-print.el: Check for line-beginning-position definition.
20725
20726 * ps-print.el: Fix counting lines in a region.
20727 (ps-print-version): New version number (5.1.5).
20728 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20729 (ps-printing-region): Fun code fix.
20730
20731 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20732
20733 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20734 to file-directory-p.
20735
20736 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20737
20738 * gud.el (gud-jdb-build-source-files-list): Check that directory
20739 exists before calling directory-files.
20740
20741 2000-04-13 Dave Love <fx@gnu.org>
20742
20743 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20744 syntax.
20745
20746 * emacs-lisp/cl-specs.el: Remove when, unless.
20747
20748 * emacs-lisp/cl-extra.el: Don't quote keywords.
20749 (cl-old-mapc): New variable.
20750 (mapc): Use it.
20751 (cl-map-intervals): Use with-current-buffer. Don't check for
20752 next-property-change.
20753 (cl-map-overlays): Use with-current-buffer.
20754 (cl-expt): Remove.
20755 (copy-tree, remprop): Define unconditionally.
20756
20757 * emacs-lisp/cl-compat.el (keywordp): Remove.
20758
20759 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20760 to use keywordp.
20761 (edebug-spec): Enable keywordp.
20762
20763 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20764 string-lessp.
20765
20766 * cus-start.el: Use keywordp.
20767
20768 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20769
20770 * diary-lib.el (include-other-diary-files): Fix the fix of
20771 2000-02-18 by doing a save-excursion.
20772
20773 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20774
20775 * ps-print.el: Customization fix, doc fix.
20776 (ps-print-version): New version number (5.1.4).
20777 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20778 (ps-print-preprint): Adjust code.
20779 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20780 (ps-print-prologue-header, ps-print-control-characters)
20781 (ps-spool-config): Customization fix.
20782
20783 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20784
20785 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20786 converted to the new menu-item format, names silightly changed,
20787 help strings added.
20788
20789 Support for spelling without async subprocesses:
20790
20791 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20792 (ispell-session-buffer): New variables.
20793 (ispell-start-process, ispell-process-status,
20794 ispell-accept-output, ispell-send-string): New functions, for
20795 Ispell invocation when async subprocesses aren't supported.
20796 (ispell-word, ispell-pdict-save, ispell-command-loop,
20797 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20798 to process-send-string with calls to ispell-send-string, and
20799 accept-process-output with ispell-accept-output.
20800 (ispell-init-process): Call ispell-process-status instead of
20801 process-status with.
20802 (ispell-init-process): Call ispell-start-process. Call
20803 ispell-accept-output and ispell-send-string. Don't call
20804 process-kill-without-query and kill-process if they are unbound.
20805 (ispell-async-processp): New function.
20806
20807 2000-04-12 Dave Love <fx@gnu.org>
20808
20809 * info.el: Add debug-ignored-errors.
20810 (Info-mode-menu): Add some items.
20811 (Info-directory): Add autoload cookie.
20812
20813 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20814 Modify `truncate-lines'. Make `describe-language-environment'
20815 always visible and add help. Modify `describe-key' help. Invoke
20816 Info-directory from `info'. New entry `emacs-manual'.
20817
20818 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20819
20820 * progmodes/ebrowse.el (ebrowse-tree-mode):
20821 Use propertized-buffer-identification.
20822 (ebrowse-update-member-buffer-mode-line): Likewise.
20823 (ebrowse--mode-strings): Removed.
20824 (ebrowse--mode-line-props): Removed.
20825
20826 * files.el (auto-mode-alist): Add `EBROWSE'.
20827
20828 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20829 space before testing for end of buffer.
20830 (ebrowse-load): Removed.
20831 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20832 (ebrowse-create-tree-buffer): Rewritten.
20833 (ebrowse-tree-mode): Read tree from buffer.
20834
20835 * progmodes/ebrowse-ffh.el: Removed.
20836
20837 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20838
20839 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20840
20841 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20842
20843 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20844 at the wrong place.
20845
20846 2000-04-09 Dave Love <fx@gnu.org>
20847
20848 * files.el (backup-enable-predicate):
20849 Use temporary-file-directory, small-temporary-file-directory.
20850 (make-backup-file-name-function, backup-directory-alist): New vars.
20851 (make-backup-file-name-1): New function.
20852 (make-backup-file-name): Use it.
20853 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20854 (file-newest-backup): Use make-backup-file-name.
20855
20856 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20857
20858 * progmodes/ebrowse-ffh.el: New file.
20859
20860 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20861 Moved to ebrowse-ffh.el.
20862 (ebrowse-load): Add autoload.
20863
20864 * finder.el (finder-commentary): Add autoload cookie.
20865
20866 * mail/rfc2368.el: Correct author's email address.
20867
20868 * progmodes/ebrowse.el: New file.
20869
20870 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20871 item help string.
20872 (easy-menu-do-add-item): Ditto.
20873 (easy-menu-define): Extend doc string.
20874
20875 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20876 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20877 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20878 with-buffer-unmodified.
20879
20880 2000-04-08 Dave Love <fx@gnu.org>
20881
20882 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20883 unless, when.
20884
20885 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20886
20887 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20888 (viper-flash-search-pattern): No operation when using Emacs
20889 doesn't support face.
20890 Use `viper-put-on-search-overlay'.
20891
20892 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20893
20894 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20895 like C-r.
20896
20897 * progmodes/make-mode.el: Some doc fixes.
20898 (makefile-mode-abbrev-table): New variable.
20899 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20900 (makefile-font-lock-keywords): Fontify includes and conditionals.
20901 (toplevel): Require `dabbrev' and `add-log' when compiling.
20902
20903 * replace.el (perform-replace): Don't move forward one char
20904 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20905 to do that because it leaves point 1 position after the last
20906 replacement, after everything has been replaced.
20907
20908 * jit-lock.el (with-buffer-unmodified): New macro.
20909 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20910 modified state.
20911 (jit-lock-function-1): Extracted from jit-lock-function; not
20912 preserving buffer's modified state.
20913 (jit-lock-function, jit-lock-stealth-fontify):
20914 Call jit-lock-function-1.
20915
20916 * mail/rfc2368.el: Remove supernumerary copyright line.
20917
20918 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20919
20920 * glasses.el: Provide facilities for inserting space before left
20921 parentheses and uncapitalization of identifiers.
20922 (glasses-mode): Try to remove old overlays in all cases.
20923
20924 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20925
20926 * progmodes/compile.el (compile-internal): Display the compilation
20927 buffer in a different frame, if it's already displayed there.
20928
20929 * mail/rfc2368.el: New file.
20930
20931 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20932 header and insert its value as mail body.
20933
20934 * subr.el (member-ignore-case): New function.
20935
20936 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20937 (dabbrev--find-expansion): Ignore buffers matching a regexp
20938 from dabbrev-ignored-regexps.
20939
20940 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20941 to extensions handled by gzip.
20942
20943 2000-04-03 Richard M. Stallman <rms@gnu.org>
20944
20945 * files.el (insert-directory): List the total free space
20946 along with the used space.
20947
20948 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20949 line is followed by one that matches CITATION-REGEXP, end the
20950 paragraph.
20951
20952 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20953
20954 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20955 (rmail-make-basic-summary-line): Use that option.
20956
20957 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20958
20959 * international/mule-cmds.el (encoded-string-description):
20960 Rewritten. Try pretty description for ISO 2022 escape sequences
20961 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20962 for hexadecimal format.
20963
20964 2000-04-01 Dave Love <fx@gnu.org>
20965
20966 * cpp.el: Change customization group to `c' from `C'.
20967
20968 * vcursor.el (vcursor-move): Use display-color-p.
20969
20970 * international/mule-util.el: Provide mule-utils.
20971 (string-to-sequence): Simplify and speed up.
20972
20973 * international/mule.el (make-coding-system): Purecopy doc-string.
20974
20975 * international/mule-cmds.el: Various menu changes.
20976 (describe-specified-language-support): Handle `Default'.
20977 (set-language-info): Purecopy `info'.
20978
20979 2000-03-31 Andrew Innes <andrewi@gnu.org>
20980
20981 * vc.el (vc-backend-diff): Return the correct status if we had to
20982 retry the rcsdiff command without the --brief option.
20983
20984 2000-03-31 Dave Love <fx@gnu.org>
20985
20986 * help.el (help-manyarg-func-alist): Correct several omissions.
20987
20988 * add-log.el: Don't require cl, fortran.
20989 (add-log-current-defun-function): Doc fix.
20990 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20991 (change-log-version-rcs): Function deleted.
20992 (change-log-version-number-search): Doc fix.
20993 Use vc-workfile-version. Avoid CL dolist.
20994 (add-change-log-entry): Just call add-log-current-defun to get
20995 defun. Simplify somewhat.
20996 (change-log-get-method-definition-1): Likewise.
20997 (add-log-current-defun): Return nil if calling
20998 add-log-current-defun-function does so. Move Fortran stuff to
20999 fortran.el. Return string without properties.
21000
21001 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
21002 and :alpha: char classes.
21003
21004 * mail/supercite.el: Defvar curline when compiling.
21005 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
21006 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
21007 rather than a-zA-Z0-9 to allow non-ASCII characters.
21008
21009 2000-03-31 Gerd Moellmann <gerd@gnu.org>
21010
21011 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
21012
21013 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21014 Re-enable new code.
21015
21016 * lpr.el (print-region-1): Use -d to specify printer name for
21017 systems `usg-unix-v*, `dgux', `hpux', `irix'.
21018
21019 2000-03-31 Dave Love <fx@gnu.org>
21020
21021 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
21022 Look for function definition in symbol's function value slot first
21023 instead of first consulting byte-compile-function-environment.
21024
21025 2000-03-31 Kenichi Handa <handa@etl.go.jp>
21026
21027 * language/european.el ("Polish"): New language environment.
21028 (setup-polish-environment): New function.
21029
21030 2000-03-30 Gerd Moellmann <gerd@gnu.org>
21031
21032 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21033 Disable new code.
21034
21035 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
21036 trying to `load' the symbol of an autoload instead of the file
21037 recorded in the autoload. Fix error messages.
21038
21039 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21040
21041 * ps-print.el: PostScript programming fix for ghostview, doc fix.
21042 (ps-print-version): New version number (5.1.3).
21043 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
21044 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
21045 (ps-generate-postscript-with-faces): Code fix.
21046 (ps-color-values): XEmacs compatibility.
21047 (ps-print-background-image, ps-print-background-text, ps-printer-name)
21048 (ps-default-fg, ps-default-bg): Adjust customization.
21049 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
21050 (ps-color-scale): Renaming old ps-color-value fun.
21051 (ps-print-headers): Replace ps-print-header group to avoid conflict
21052 with ps-print-header variable.
21053 (ps-print-miscellany): New group.
21054 (ps-format-color, ps-rgb-color): New funs.
21055 (ps-default-foreground): New var.
21056 (ps-printer-name-option): New const.
21057
21058 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
21059
21060 * net/net-utils.el:
21061 (network-connection-host, network-connection-service): New variables
21062 (network-connection-mode): New mode, derived from comint-mode
21063 (network-connection-mode-setup): New function, saves host and
21064 service information in local variables.
21065
21066 * lisp/locate.el:
21067 (locate-word-at-point): Added this function
21068 (locate): Default to using locate-word-at-point as input
21069 Run dired-mode-hook
21070
21071 2000-03-29 Dave Love <fx@gnu.org>
21072
21073 * calendar/appt.el: Doc fixes.
21074 (appt-check): Convert min-to-app to a string before passing to
21075 appt-disp-window-function or concat.
21076 (appt-delete-window): Remove test for frame-root-window.
21077 (appt-select-lowest-window, appt-convert-time): Simplify.
21078
21079 * emacs-lisp/bytecomp.el: Doc fixes.
21080 (byte-compile-file-form-autoload):
21081 Update byte-compile-function-environment.
21082
21083 2000-03-29 Andreas Schwab <schwab@suse.de>
21084
21085 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
21086
21087 * dired.el (dired-insert-directory): If dired-free-space-program
21088 failed just delete its output.
21089
21090 2000-03-29 Dave Love <fx@gnu.org>
21091
21092 * international/iso-cvt.el: Move provide to end. Doc fixes.
21093 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
21094 (iso-iso2sgml, iso-sgml2iso): New functions.
21095 (iso-cvt-define-menu): Fix some entries and use backquote for
21096 clarity.
21097
21098 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
21099
21100 2000-03-28 Gerd Moellmann <gerd@gnu.org>
21101
21102 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
21103 ISO-DATE. If non-nil, return date in ISO 8601 format.
21104
21105 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
21106
21107 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
21108 if it ever becomes used.
21109 (log-edit-mode-hook): Default to vc-log-mode-hook.
21110 (log-edit-mode): Fix the docstring.
21111
21112 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
21113 the code.
21114
21115 2000-03-26 Dave Love <fx@gnu.org>
21116
21117 * net/browse-url.el (browse-url): Re-fix case of
21118 browse-url-browser-function being an alist.
21119 (browse-url): Add :link to defgroup.
21120
21121 * files.el: Doc fixes.
21122 (file-truename): Include `[' in wildcard characters.
21123 (automount-dir-prefix): Customize.
21124 (find-file-wildcards): Add :version.
21125 (find-file-noselect): Simplify a mapcar call.
21126
21127 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
21128 compatible with inf-lisp version.
21129 (eval-defun-1): Fix custom-declare-variable case.
21130
21131 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
21132
21133 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
21134
21135 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21136
21137 * Makefile (COMPILE_FIRST): New macro.
21138 (compile-files): Compile files from COMPILE_FIRST first.
21139
21140 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
21141
21142 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
21143 matching open parenthesis in column 0 to defun-prompt-regexp
21144 only if open-paren-in-column-0-is-defun-start is set.
21145
21146 * sun-curs.el: Require CL at compile-time only.
21147
21148 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
21149 instead of copy-list which is a function from CL.
21150 (msb--choose-menu, msb--mode-menu-cond)
21151 (msb--create-buffer-menu-2): Use dolist instead of mapc.
21152 (msb--init-file-alist): Use mapcar instead of mapcan.
21153 (msb--aggregate-alist): Use mapcar instead of mapcan.
21154 Fix `(' in column 0 in doc string.
21155 (msb--add-separators): Use mapcar instead of mapcan.
21156
21157 * cus-dep.el: Require CL at compile-time only.
21158
21159 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
21160
21161 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
21162 (byte-compile-warnings): New warning `noruntime'.
21163 (byte-compile-constants, byte-compile-variables): Fix docstring.
21164 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
21165 execute `eval-whenc-compile's body.
21166 (byte-compile-unresolved-functions): Fix docstring.
21167 (byte-compile-eval): New function.
21168 (byte-compile-callargs-warn): Check if the function will be available
21169 at runtime (via property `byte-compile-noruntime').
21170 (byte-compile-print-syms): New function.
21171 (byte-compile-warn-about-unresolved-functions): Also warn about
21172 `noruntime' functions (and use `byte-compile-print-syms').
21173 (byte-compile-file): Capitalize the message.
21174
21175 2000-03-24 Gerd Moellmann <gerd@gnu.org>
21176
21177 * mail/rmail.el (rmail-confirm-expunge): New user-option.
21178 (rmail-expunge): Ask for confirmation depending on the setting
21179 of rmail-confirm-expunge.
21180
21181 2000-03-23 Gerd Moellmann <gerd@gnu.org>
21182
21183 * Makefile (bootstrap-clean): If $(emacs) exists, build
21184 loaddefs.el first. A loaddefs.el that's not up-to-date might
21185 cause a bootstrap failure because things don't autoload as expected.
21186
21187 2000-03-23 Dave Love <fx@gnu.org>
21188
21189 * net/browse-url.el: Restore previous use of
21190 browse-url-maybe-new-window.
21191
21192 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21193
21194 * ps-print.el: Skip banner page fix.
21195 (ps-print-version): New version number (5.1.2).
21196 (ps-begin-file, ps-end-file, ps-generate): Code fix.
21197
21198 2000-03-23 Dave Pearson <davep@davep.org>
21199
21200 * net/quickurl.el Changed the type of parameter passed to the
21201 function defined by `quickurl-format-function'. Before only the
21202 text of the URL was passed. Now the whole URL structure is passed
21203 and the function is responsible for extracting the parts it requires.
21204 Changed the default of `quickurl-format-function' accordingly.
21205 (quickurl-insert): Changed the `funcall' of
21206 `quickurl-format-function' to match the above change.
21207 (quickurl-list-insert): Changed the `url' case so that it makes
21208 use of `quickurl-format-function', previous to this the format was
21209 hard wired.
21210
21211 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21212
21213 * startup.el: Change some spellings for the X Window System.
21214
21215 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21216
21217 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21218 Clean up the code and the regexp and make sure the cursor is
21219 temporarily moved to the suspicious line while querying the user.
21220
21221 2000-03-22 Jason Rumney <jasonr@gnu.org>
21222
21223 * w32-fns.el (w32-charset-info-alist): Initialize.
21224
21225 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21226
21227 * ps-print.el: N-up last page fix.
21228 (ps-print-version): New version number (5.1.1).
21229 (ps-end-file, ps-end-job, ps-generate): Code fix.
21230
21231 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21232
21233 * files.el (find-file-run-dired): Update docstring.
21234 (find-directory-functions): New hook.
21235 (find-file-noselect): Run find-directory-functions rather than
21236 calling dired directly.
21237
21238 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21239
21240 * pcvs.el: Add a minimal leading commentary.
21241 (cvs-make-cvs-buffer): Change the header part by removing the startup
21242 message and adding a `Module' entry. Also replace the FOOTER and
21243 HEADER special fileinfos with the new support in ewoc for updating
21244 its own footer and header.
21245 (cvs-update-header): Update to use the header/footer of the ewoc.
21246 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21247 (cvs-is-within-p): New function.
21248 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21249 to only examine some subset of the buffers.
21250
21251 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21252 `format' instead of our own ad-hoc functions.
21253 Remove HEADER and FOOTER cases, now handled in the EWOC.
21254 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21255
21256 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21257 output to avoid scaring the user.
21258 (cvs-parse-table): Catch message for non-up-to-date commits.
21259
21260 * pcvs-defs.el (cvs-startup-message): Remove.
21261 (cvs-global-menu): New autoloaded menu.
21262
21263 * pcvs-util.el (cvs-string-fill): Remove.
21264
21265 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21266 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21267 PP part of it and also make it work for footers and headers.
21268 (ewoc-create): Drop POS and BUFFER arguments.
21269 Use the DLL's dummy node to store the end-of-footer position.
21270 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21271 (ewoc-refresh): Remove unused `header' variable.
21272 (ewoc-(get|set)-hf): New functions.
21273
21274 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21275 log-view-*-(message|file) and use easy-mmode-define-navigation.
21276 (log-view-message-re): Match SCCS format as well.
21277 And match the revision line rather than the dashed separator line.
21278 (log-view-mode): Use the new define-derived-mode.
21279 (log-view-current-tag): Fill in with an actual implementation.
21280
21281 * cvs-status.el (cvs-status-(prev|next)): Rename from
21282 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21283 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21284 to let the output "breathe" a little more (more readable).
21285 (cvs-status-mode): Use the new define-derived-mode.
21286
21287 * smerge-mode.el (smerge-auto-leave): New function and variable.
21288 (smerge-basic-map): Rename from smerge-basic-keymap.
21289 Change the bindings for smerge-diff-*.
21290 (smerge-*-map): Use easy-mmode-defmap.
21291 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21292 (smerge-keep-*): Use smerge-auto-leave.
21293
21294 2000-03-21 Jason Rumney <jasonr@gnu.org>
21295
21296 * cus-edit.el (custom-button-face): Use 3D look for w32.
21297 (custom-button-pressed-face): Likewise.
21298
21299 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21300
21301 * progmodes/etags.el (tags-case-fold-search): New user-option.
21302 (tags-loop-eval): New function. Bind case-fold-search around eval
21303 depending on the value of tags-case-fold-search.
21304 (tags-loop-continue): Use tags-loop-eval.
21305 (find-tag-in-order): Bind case-fold-search depending on the value
21306 of tags-case-fold-search.
21307
21308 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21309
21310 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21311 (diff-end-of-hunk): Return the end position for use in
21312 `easy-mmode-define-navigation'.
21313 (diff-recenter): Remove.
21314 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21315 of `easy-mmode-define-navigation'.
21316 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21317 previous renaming) and fix to use new names.
21318 (diff-merge-strings): Use \n as separator: simpler, faster.
21319 (diff-mode): Use `define-derived-mode'.
21320
21321 * derived.el (define-derived-mode): Don't autoload anymore.
21322 Prefer the macro-only version provided by easy-mmode.el.
21323
21324 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21325 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21326 (easy-mmode-define-navigation): New macro.
21327
21328 * subr.el (combine-run-hooks): New function.
21329
21330 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21331
21332 * term/x-win.el: Fontsets related initialization is simplified.
21333
21334 * international/mule-diag.el (describe-font): Don't refer to
21335 global-fontset-alist, instead call font-list.
21336 (describe-fontset, list-fontsets, mule-diag): Likewise.
21337 (print-fontset): Adjusted for the change of fontset implementation.
21338
21339 * international/fontset.el (x-charset-registries): Variable removed,
21340 instead the corresponding data is stored in the default fontset.
21341 (register-alternate-fontnames): Function removed.
21342 (resolved-ascii-font): Variable removed.
21343 (x-compose-font-name): Ignore the second argument REDOCE.
21344 (x-complement-fontset-spec): Complement only an ASCII font and
21345 element for those charsets than can use that ASCII font.
21346 (generate-fontset-menu): Don't refer to global-fontset-alist,
21347 instead call fontset-list.
21348 (uninstantiated-fontset-alist): Variable removed.
21349 (x-style-funcs-alist): Likewise.
21350 (fontset-default-styles): Likewise.
21351 (x-modify-font-name): Function removed.
21352 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21353 (create-fontset-from-ascii-font): Docsting adjusted for the above
21354 change.
21355 (instantiate-fontset, resolve-fontset-name): Functions removed.
21356 (fontset-list): Now implemented by C code.
21357
21358 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21359 (describe-face): Include `font' attribute in the description.
21360
21361 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21362
21363 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21364
21365 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21366
21367 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21368 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21369 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21370
21371 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21372 about behavior of set-buffer-modified-p wrt redisplay.
21373
21374 2000-03-19 Richard M. Stallman <rms@gnu.org>
21375
21376 * view.el (view-mode-disable): Kill local binding of view-read-only.
21377
21378 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21379
21380 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21381 is a string, convert it to a syntax cell using string-to-syntax.
21382
21383 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21384 (string-to-syntax): New function.
21385
21386 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21387 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21388 try to use passive ftp mode.
21389
21390 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21391
21392 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21393
21394 * simple.el (append-to-buffer): Update point of windows after
21395 insertion.
21396
21397 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21398 forward then moving backward. Reindent.
21399
21400 * frame.el (other-frame): Call x-focus-frame only if
21401 focus-follows-mouse is off.
21402
21403 2000-03-17 Dave Love <fx@gnu.org>
21404
21405 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21406
21407 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21408
21409 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21410 regexp for labels cannot span several lines.
21411
21412 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21413 `(setq :<key> ':<key>)' to the macro expansion.
21414
21415 2000-03-16 Dave Love <fx@gnu.org>
21416
21417 * progmodes/f90.el (f90): Put custom group under `languages', not
21418 `fortran'.
21419 (f90-mode-hook): Customize.
21420 (f90-mode): Set add-log-current-defun-function.
21421 (f90-current-defun): New function.
21422
21423 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21424
21425 * cus-edit.el (custom-variable-tag-face): Handle case that
21426 default face's height is not a number.
21427 (custom-face-tag-face, custom-group-tag-face-1)
21428 (custom-group-tag-face): Ditto.
21429 (custom-group-tag-face-1): Add :group.
21430
21431 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21432
21433 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21434
21435 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21436 requiring easymenu.
21437
21438 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21439
21440 * ps-print.el: PostScript user-defined prologue, PostScript error
21441 handler, doc fix.
21442 (ps-print-version): New version number (5.1).
21443 (ps-user-defined-prologue, ps-error-handler-message)
21444 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21445 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21446 (ps-insert-string): New function.
21447
21448 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21449
21450 * international/ccl.el (ccl-compile-expression): Don't generate
21451 invalid self-assignment code.
21452
21453 2000-03-14 Dave Love <fx@gnu.org>
21454
21455 * subr.el (replace-regexp-in-string): Renamed from
21456 replace-regexps-in-string. Doc fix.
21457
21458 2000-03-12 Dave Love <fx@gnu.org>
21459
21460 * cus-edit.el: Doc fixes.
21461 (customize-set-variable, customize-save-variable): Rename args for doc.
21462 (custom-variable-tag-face, custom-face-tag-face)
21463 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21464 style which user identify as hyperlink.
21465 (hook): Don't add undefined functions to the hook.
21466 (debug-ignored-errors): Transfer message from bindings.el.
21467
21468 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21469
21470 * recentf.el (recentf-keep-non-readable-files-p):
21471 Remove double/nested definition.
21472
21473 2000-03-12 Dave Love <fx@gnu.org>
21474
21475 * facemenu.el (facemenu-get-face): Use display-color-p.
21476 * enriched.el (enriched-decode-foreground): Likewise.
21477 (enriched-decode-background): Likewise.
21478 * isearch.el (isearch-highlight): Likewise.
21479 * info-look.el (info-lookup): Likewise.
21480 * simple.el (completion-setup-function): Likewise.
21481
21482 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21483 :options.
21484
21485 * bindings.el (mode-line-format): Fix line-number and
21486 column-number items. Add help-echo for the background.
21487 (mode-line-mule-info): Modify help-echo.
21488
21489 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21490
21491 * files.el (load-file): Allow completion to .elc.
21492
21493 * man.el: Doc fixes.
21494 (Man-init-defvars): Use display-color-p to set fontification.
21495
21496 * play/hanoi.el (hanoi-internal): Don't use oddp.
21497
21498 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21499
21500 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21501
21502 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21503
21504 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21505
21506 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21507 Fix comment.
21508
21509 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21510
21511 * font-lock.el (font-lock-keywords): Fix the doc now that
21512 regexp-opt-depth is unnecessary.
21513 (save-buffer-state): Set an edebug spec.
21514 (font-lock-fontify-anchored-keywords): Properly handle the case when
21515 the matcher goes past the limit.
21516
21517 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21518 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21519
21520 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21521 dll.el and cookie.el (from Elib) with heavy renaming and other
21522 massaging.
21523
21524 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21525 Autoload the functions used.
21526 (easy-mmode-define-syntax): Fix CL typo.
21527 (easy-mmode-define-derived-mode): Improve the docstring generation.
21528
21529 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21530
21531 * textmodes/texinfo.el (texinfo-version): Variable and function
21532 removed.
21533
21534 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21535
21536 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21537 allow more flexibility.
21538 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21539 (easy-mmode-defmap, easy-mmode-defsyntax)
21540 (easy-mmode-define-derived-mode): New macros.
21541
21542 2000-03-09 Didier Verna <didier@xemacs.org>
21543
21544 * rect.el (replace-rectangle): New function.
21545
21546 2000-03-09 Dave Love <fx@gnu.org>
21547
21548 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21549 (fortran-comment-line-start-skip): Don't match cpp stuff.
21550 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21551 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21552 (fortran-mode): Don't set fortran-comment-line-start-skip,
21553 fortran-comment-line-start here. Set comment-start,
21554 add-log-current-defun.
21555 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21556 (fortran-current-defun): New function.
21557
21558 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21559
21560 * emacs-lisp/re-builder.el: New file.
21561
21562 * mouse.el (mouse-drag-region): Don't run up-event handler
21563 if hscroll has changed.
21564
21565 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21566 builtin operators, use `font-lock-builtin-face' for Emacs and
21567 `font-lock-preprocessor-face' otherwise.
21568
21569 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21570 `(defun (setf foo)' differently.
21571
21572 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21573
21574 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21575 (regexp-opt): Update comment and adapt the code the new meaning of
21576 the `paren' argument of regex-opt-group for shy-groups.
21577 (regexp-opt-depth): Handle shy groups as well as backslashed
21578 backslashes.
21579 (regexp-opt-group): Turn the leading comment into a docstring.
21580 Allow `paren' to be a string (the string to use to open a group).
21581 Remove open-presuf and close-presuf. Instead of checking for `all
21582 one-char' and then later on check for `several one-char', handle
21583 both cases close together. Also apply a more generic algorithm
21584 for suffixes (the mirror image of the algorithm used for
21585 prefixes). Use shy-groups. Use nreverse rather than reverse.
21586 (regexp-opt-try-suffix): Removed.
21587
21588 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21589 from comint-mode-map, so we can just inherit from it. Also, move
21590 the initialization into the `defvar' since there's no docstring
21591 anyway and it's fairly short.
21592 (inferior-scheme-mode): Define it as derived-mode: the code is
21593 shorter and this way we inherit from comint-mode-map rather than
21594 copying it.
21595
21596 * subr.el (replace-regexps-in-string): Properly handle the case
21597 where we match an empty string.
21598
21599 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21600 when the command has a directory component (such as "./testml").
21601 Also fix a typo in the comment.
21602
21603 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21604
21605 * Makefile (compile-files): Compile files one by one because
21606 that's the only way to ensure a clean compilation environment for
21607 each individual file.
21608
21609 * frame.el (other-frame): Call x-focus-frame.
21610
21611 2000-03-07 Dave Love <fx@gnu.org>
21612
21613 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21614 :require to defcustom.
21615
21616 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21617
21618 * files.el (auto-mode-alist): Add configure.in.
21619
21620 * progmodes/autoconf.el: New file.
21621
21622 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21623
21624 * mail/mh-e.el: Change maintainer to `none'.
21625
21626 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21627 to remove-hook and add-hook.
21628
21629 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21630
21631 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21632 it as the default.
21633 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21634 (sendmail-send-it): Conditionally add MIME headers specifying the
21635 used character set.
21636
21637 2000-03-07 Dave Love <fx@gnu.org>
21638
21639 * winner.el: Fix keywords, autoload cookies.
21640 Split eval-when-compile form to avoid compilation failure.
21641
21642 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21643
21644 * international/mule.el: Modify comment about coding system
21645 property `coding-category'.
21646 (make-coding-system): New argument EOL-TYPE. Pay attention to
21647 coding-category property of PROPERTIES.
21648
21649 * international/mule-conf.el (coding-category-utf-8)
21650 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21651 categories. Include them in the argument for set-coding-priority.
21652
21653 * international/mule-cmds.el (reset-language-environment):
21654 Include coding-category-utf-8, coding-category-utf-16-be, and
21655 coding-category-utf-16-le in the argument for set-coding-priority.
21656 (reset-language-environment): Initialize coding-category-utf-8,
21657 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21658
21659 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21660
21661 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21662 code abstracted out of `bookmark-jump-noselect'. Now tries info
21663 extensions as well as compression extensions.
21664 (bookmark-jump-noselect): Use above new func.
21665
21666 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21667
21668 * strokes.el: Change maintainer's mail address.
21669
21670 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21671
21672 * international/mule-diag.el (list-character-sets): Make help-echo
21673 string by substitute-command-keys.
21674 (list-character-sets): Likewise.
21675 (sort-listed-character-sets): Call help-setup-xref.
21676
21677 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21678
21679 * time.el (display-time-mail-file): Add `none' to the list of choices.
21680
21681 2000-03-01 Dave Love <fx@gnu.org>
21682
21683 * help.el (help-xref-go-back): Don't try to set position.
21684
21685 * international/mule-diag.el (list-character-sets):
21686 Call help-setup-xref. Add help-echo to xrefs.
21687 (list-character-sets-1): Add help-echo to xrefs.
21688
21689 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21690
21691 * frame.el (blink-cursor-mode): Switch cursor on when turning
21692 the mode off.
21693
21694 * add-log.el (add-log-current-defun): Add support for
21695 Autoconf mode.
21696
21697 * mail/rmail.el (rmail-quit-hook): New variable.
21698
21699 2000-03-01 Dave Love <fx@gnu.org>
21700
21701 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21702
21703 * help.el (help-xref-button): Add help-echo arg.
21704 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21705
21706 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21707
21708 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21709
21710 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21711
21712 * image.el (defimage): Look for image files in load-path.
21713
21714 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21715
21716 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21717
21718 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21719
21720 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21721
21722 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21723 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21724 action to select/unselect a file.
21725 (recentf-edit-list): Code cleanup and improvement.
21726 (recentf-open-more-files-action): `recentf-open-more-files' button
21727 widget action to open a file.
21728 (recentf-open-more-files): No more use standard completion but widgets.
21729 (recentf-more-collection): Deleted.
21730 (recentf-more-history): Deleted.
21731 (recentf-setup-more-completion): Deleted.
21732
21733 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21734
21735 * recentf.el (recentf-mode): No more needs that Emacs is running
21736 under a window-system.
21737
21738 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21739
21740 * recentf.el (recentf-edit-list): New command to edit the recent
21741 list which allow the user to remove files.
21742 (recentf-edit-selected-items): New global variable, used by
21743 `recentf-edit-list' to hold the list of files to be removed from
21744 the recent list.
21745 (recentf-make-menu-items): Updated to display a "Edit list..."
21746 menu item. Minor code cleanup.
21747
21748 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21749
21750 * recentf.el (recentf-open-more-files): New command to open files
21751 that are not displayed in the menu.
21752 (recentf-more-collection): New global variable holding the set of
21753 permissible completions used by `recentf-open-more-files'.
21754 (recentf-more-history): New global variable holding the history list
21755 used by `recentf-open-more-files' completion.
21756 (recentf-setup-more-completion): New function to setup completion for
21757 `recentf-open-more-files'.
21758 (recentf-make-menu-items): Updated to display a "More..." menu item.
21759
21760 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21761
21762 * recentf.el (recentf-menu-action): Doc fixed.
21763
21764 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21765
21766 * recentf.el (recentf-menu-filter): Doc updated.
21767 (recentf-update-menu-hook): Allow menu filters to force menu update.
21768 (recentf-make-menu-items): New menu filter handling.
21769 (recentf-make-menu-item): New helper function.
21770 (recentf-menu-elements): New menu handling function.
21771 (recentf-sort-ascending): Updated to new menu filter handling.
21772 (recentf-sort-descending): Updated to new menu filter handling.
21773 (recentf-sort-basenames-ascending): New menu filter function.
21774 (recentf-sort-basenames-descending): New menu filter function.
21775 (recentf-show-basenames): New menu filter function.
21776 (recentf-show-basenames-ascending): New menu filter function.
21777 (recentf-show-basenames-descending): New menu filter function.
21778
21779 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21780
21781 * diary-lib.el (list-diary-entries): Don't try to go forward at
21782 the end of the buffer.
21783
21784 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21785
21786 * international/mule-diag.el (list-character-sets):
21787 Completely rewritten.
21788 (sort-listed-character-sets): New function.
21789 (list-character-sets-1): Completely rewritten.
21790 (list-character-sets-2): New function.
21791 (non-iso-charset-alist): New variable.
21792 (decode-codepage-char): New function.
21793 (charset-history): New variable.
21794 (read-charset) (list-block-of-chars)
21795 (list-iso-charset-chars)
21796 (list-non-iso-charset-chars)
21797 (list-charset-chars): New functions.
21798 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21799 (dump-charsets): Likewise.
21800
21801 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21802
21803 * dired-x.el (dired-filename-at-point): Add `@' to valid
21804 file name characters.
21805 (dired-filename-at-point): Handle ange-ftp file names.
21806
21807 * frame.el (frame-notice-user-settings): Use assq-delete-all
21808 instead of assoc-delete-all.
21809 (frame-notice-user-settings): Ditto.
21810
21811 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21812 Don't copy alist.
21813
21814 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21815
21816 * calculator.el (calculator-use-menu): New option.
21817 (calculator-initial-bindings): Changed some bindings to work as macros.
21818 (calculator-forced-input): Removed.
21819 (calculator-restart-other-mode): New variable.
21820 (calculator-mode-map): Set up menu.
21821
21822 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21823
21824 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21825
21826 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21827
21828 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21829 translate all ESC key sequences.
21830 (viper-goto-mark-subr): Restore markers for files for which
21831 they were saved.
21832 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21833 * viper-util.el (viper-set-replace-overlay-glyphs)
21834 (viper-set-replace-overlay): Always check if the replacement
21835 overlay is live.
21836 * viper.el (viper-vi-state-mode-list): Add major modes.
21837 * ediff-wind.el: Minor comment changes.
21838 * ediff.el: Copyright notice date fix.
21839
21840 2000-02-27 Jason Rumney <jasonr@gnu.org>
21841
21842 * faces.el (face-font-family-alternatives): Add arial to helv.
21843 (mode-line, header-line, tool-bar): Same default as x for w32.
21844 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21845 face-font-family-alternatives from working.
21846 * term/w32-win.el (mouse-set-font): Do not build fontset from
21847 chosen font.
21848
21849 2000-02-25 Sam Steingold <sds@goems.com>
21850
21851 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21852 properly.
21853
21854 2000-02-25 Richard M. Stallman <rms@gnu.org>
21855
21856 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21857
21858 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21859
21860 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21861
21862 * frame.el (busy-cursor-delay-seconds): New option.
21863
21864 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21865
21866 * frame.el (show-cursor-in-non-selected-windows): New option.
21867
21868 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21869
21870 * diary-lib.el (include-other-diary-files): Undo the selective
21871 display in any included file and don't kill it.
21872
21873 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21874
21875 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21876 Menu items converted to (menu-item format, help strings added.
21877 [downcase, upcase]: Don't enable on MS-DOS.
21878 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21879 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21880
21881 2000-02-23 Dave Love <fx@gnu.org>
21882
21883 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21884 (backward-kill-word): Revert addition of * to interactive spec --
21885 it's a feature.
21886
21887 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21888 (backward-kill-sentence, kill-sentence): Likewise.
21889
21890 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21891 scratch buffer name.
21892 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21893
21894 * term/w32-win.el (internal-face-interactive): Update prompt for
21895 new read-face-name.
21896
21897 * mail/footnote.el (footnote): Add :version to defgroup.
21898 (footnote-section-tag-regexp): Customize.
21899 (footnote-start-tag, footnote-end-tag): New option.
21900 (footnote-latin-regexp): New variable.
21901 (Footnote-latin): New function.
21902 (footnote-style-alist): Add element for latin style.
21903 (footnote-style): Moved.
21904 (Footnote-goto-footnote): Use eq to test arg.
21905
21906 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21907
21908 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21909 (byte-compile-trueconstp): Include keywords.
21910 (byte-optimize-quote, byte-optimize-lapcode):
21911 Use byte-compile-const-symbol-p.
21912 (byte-optimize-char-before): New optimization.
21913
21914 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21915 (byte-compile-const-symbol-p): New function.
21916 (byte-compile-constp, byte-compile-out-toplevel)
21917 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21918 Use it.
21919
21920 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21921
21922 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21923
21924 * international/encoded-kb.el: Be sure to update minor-mode-alist
21925 and minor-mode-map-alist.
21926 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21927 codes SS2 and SS3 correctly.
21928 (encoded-kbd-self-insert-ccl): New function.
21929 (encoded-kbd-setup-keymap): New function.
21930 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21931 by calling encoded-kbd-setup-keymap.
21932
21933 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21934 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21935
21936 2000-02-22 Dave Love <fx@gnu.org>
21937
21938 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21939 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21940 (lisp-mode-syntax-table): Set up for #|...|# comments.
21941 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21942 classes. Match `defface'.
21943 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21944 (eval-defun-1): Fix for defcustom.
21945 (lisp-indent-region): Doc fix.
21946
21947 * subr.el (when, unless, split-string): Doc fix.
21948 (read-passwd): Move call of clear-this-command-keys to the right place.
21949 (replace-regexps-in-string): New function.
21950
21951 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21952
21953 * help.el (describe-variable): Set syntax table to
21954 emacs-lisp-mode-syntax-table when moving forward over the
21955 symbol's name.
21956
21957 2000-02-22 Dave Love <fx@gnu.org>
21958
21959 * xt-mouse.el: Doc fixes.
21960 (xterm-mouse-position-function): New function, replacing advice of
21961 mouse-position.
21962 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21963
21964 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21965
21966 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21967
21968 * format.el (format-annotate-single-property-change):
21969 Handle properties.with dotted-list values.
21970 (format-proper-list-p): New function.
21971
21972 * enriched.el (enriched-face-ans): Handle '(foreground-color
21973 . COLOR) and (background-color . COLOR).
21974
21975 2000-02-20 Dave Love <fx@gnu.org>
21976
21977 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21978 and assignments to it.
21979 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21980 current local map.
21981 (make-flyspell-overlay): Use it.
21982 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21983
21984 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21985 (lm-get-header-re): Defun, not defsubst.
21986 (lm-get-package-name): Defun, not defsubst. Simplify.
21987 (lm-version): Doc fix. Simplify.
21988 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21989 (lm-crack-address, lm-last-modified-date, lm-commentary)
21990 (lm-verify, lm-synopsis): Simplify.
21991 (lm-report-bug): Require emacsbug. Use compose-mail.
21992
21993 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21994
21995 * dired.el (dired-mode): Call propertized-buffer-identification
21996 to set mode-line-buffer-identification to something having
21997 the right text properties.
21998
21999 * bindings.el (propertized-buffer-identification): New function.
22000
22001 2000-02-20 Dave Love <fx@gnu.org>
22002
22003 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
22004 check for t-mouse too.
22005
22006 * cus-start.el: Make echo-keystrokes `number'.
22007
22008 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
22009
22010 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
22011 Don't call ring-empty-p unless tags-location-ring is bound.
22012 From Noah Friedman <friedman@splode.com>.
22013
22014 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
22015
22016 * progmodes/hideshow.el (hs-flag-region): No longer use
22017 `intangible' overlay property.
22018
22019 (hs-toggle-hiding): New command.
22020 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
22021
22022 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
22023 Fix omission bug: Run `hs-minor-mode-hook' for both activation
22024 and deactivation.
22025
22026 2000-02-18 Gerd Moellmann <gerd@gnu.org>
22027
22028 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
22029
22030 2000-02-17 Gerd Moellmann <gerd@gnu.org>
22031
22032 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
22033
22034 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
22035 of `*' to handle `(* ... *)' comments.
22036
22037 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
22038
22039 * faces.el (list-faces-display): Use display-mouse-p instead of
22040 window-system.
22041
22042 * menu-bar.el (global-map): Menu-bar items converted to the new
22043 format (menu-item..., rearranged for better CUA compliance, and
22044 their names changed for better clarity. Help strings added.
22045
22046 * international/mule-cmds.el (mule-menu-keymap)
22047 (describe-language-environment-map, set-coding-system-map)
22048 (setup-language-environment-map): Convert to new (menu-item...
22049 form, add help strings. Change names of menu items for better clarity.
22050 "Mule" menu-bar item removed (it's now in the "Options" submenu).
22051
22052 2000-02-17 Gerd Moellmann <gerd@gnu.org>
22053
22054 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
22055 within the code.
22056
22057 2000-02-16 Dave Love <fx@gnu.org>
22058
22059 * faces.el: Don't require custom. Add more specific :groups to
22060 various deffaces.
22061 (set-face-attribute): Purecopy args.
22062 (read-face-name): Default to name at point and use it in prompt.
22063 Remove colon from arg in all callers.
22064 (list-faces-display): Hyperlink to face descriptions and customize
22065 buffers.
22066
22067 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
22068
22069 * wid-edit.el (widget-match-inline): An atom never matches a list.
22070
22071 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22072
22073 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
22074 at ':' characters by call to split-string.
22075
22076 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22077
22078 * textmodes/bibtex.el: Added RCS version identification.
22079
22080 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22081
22082 * textmodes/bibtex.el: Some temporary comments removed.
22083 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
22084 (bibtex-field-const): Allow capital letters.
22085 (bibtex-start-of-string): Deleted because unused.
22086
22087 * textmodes/bibtex.el: Unified some nomenclature. We no longer
22088 use the term 'reference' to describe a bibtex entry as a whole.
22089 Further, reference keys are no longer called 'labels'.
22090 (bibtex-keys): Renamed to bibtex-reference-keys.
22091 (bibtex-reformat-previous-labels): Renamed to
22092 bibtex-reformat-previous-reference-keys.
22093 (bibtex-reference-type): Renamed to bibtex-entry-type.
22094 (bibtex-reference-head): Renamed to bibtex-entry-head.
22095 (bibtex-reference-maybe-empty-head): Renamed to
22096 bibtex-entry-maybe-empty-head.
22097 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
22098 (bibtex-search-reference): Renamed to bibtex-search-entry.
22099 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
22100 bibtex-enclosing-entry-maybe-empty-head.
22101 (bibtex-entry-field-alist, bibtex-entry-head)
22102 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
22103 (bibtex-map-entries, bibtex-search-entry)
22104 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
22105 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22106 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
22107 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
22108 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
22109 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
22110 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
22111
22112 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22113
22114 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
22115 comment.
22116 (bibtex-format-field-delimiters): New function, functionality
22117 extracted from bibtex-format-entry.
22118 (bibtex-autokey-get-yearfield-digits): New function, functionality
22119 extracted from bibtex-autokey-get-yearfield.
22120
22121 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
22122 entries in order to avoid stack overflow in the regexp matcher if
22123 field contents become large.
22124 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
22125 (bibtex-field-string-part-not-braced)
22126 (bibtex-field-string-part-no-inner-braces)
22127 (bibtex-field-string-part-1-inner-brace)
22128 (bibtex-field-string-part-2-inner-braces)
22129 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
22130 (bibtex-field-string-quoted, bibtex-field-string)
22131 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
22132 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
22133 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
22134 Deleted as parsing is now performed by the following functions.
22135 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
22136 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
22137 (bibtex-parse-field-string, bibtex-search-forward-field-string)
22138 (bibtex-parse-association, bibtex-field-name-for-parsing)
22139 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
22140 (bibtex-search-forward-field, bibtex-search-backward-field)
22141 (bibtex-start-of-field, bibtex-end-of-field)
22142 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
22143 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22144 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
22145 (bibtex-parse-string, bibtex-search-forward-string)
22146 (bibtex-search-backward-string, bibtex-start-of-string)
22147 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
22148 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
22149 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
22150 entries. Instead of reporting the results of the parsing by
22151 match-beginning or match-end, these functions return data structures
22152 that hold the corresponding positions.
22153 (bibtex-enclosing-field): Changed to also report field boundaries by
22154 return values rather than by match-beginning or match-end.
22155 The following functions have been adapted to use the new
22156 parsing functions.
22157 (bibtex-skip-to-valid-entry, bibtex-search-reference)
22158 (bibtex-enclosing-field, bibtex-format-entry)
22159 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
22160 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
22161 (bibtex-print-help-message, bibtex-end-of-entry)
22162 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
22163 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22164 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
22165 Use the new method for parsing.
22166 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
22167 (bibtex-map-entries, bibtex-flash-head)
22168 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
22169 (bibtex-autokey-change, bibtex-autokey-get-namefield)
22170 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
22171 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
22172 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
22173 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
22174 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
22175 order to make the new binding of case-fold-search immediately visible.
22176
22177 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22178
22179 * textmodes/bibtex.el: Copyright notice is up to date.
22180 Added constant 'bibtex-maintainer-salutation.
22181
22182 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
22183 than make-temp-name, use match-string-no-properties and eliminate
22184 a quadratic behavior when building bibtex-strings.
22185
22186 * bibtex.el (bibtex-reference-key): Accept string entries whose
22187 reference key contains upper case letters.
22188
22189 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22190
22191 * bibtex.el (bibtex-reference-head): Allow entries to start with
22192 a new line.
22193
22194 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22195
22196 * bibtex.el: Hiding of entry bodies is not longer provided by
22197 bibtex.el directly. Instead the hideshow package can be used.
22198 Added a special bibtex entry to hs-special-modes-alist.
22199 (bibtex-hs-forward-sexp): Added for hideshow.el.
22200
22201 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22202
22203 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22204 proceedings entry type (for cross referencing). Thanks to Wagner
22205 Toledo Correa for the suggestion.
22206
22207 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22208
22209 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22210
22211 * international/characters.el: Setup case table for Vietnamese.
22212
22213 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22214
22215 * uniquify.el (toplevel): Require CL at compile time.
22216 (uniquify-push): Removed.
22217
22218 * shadowfile.el (shadow-when): Removed.
22219
22220 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22221 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22222
22223 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22224 regexp for paragraph-start.
22225
22226 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22227 commas as well.
22228
22229 2000-02-10 Dave Love <fx@gnu.org>
22230
22231 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22232 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22233 Deleted.
22234 (widget-specify-field, widget-specify-button): Don't use
22235 widget-mouse-help as help-echo property.
22236 (default): Use #'ignore for :validate and :mouse-down-action.
22237 (checkbox): Add help-echo.
22238 (widget-sexp-validate): Rewritten to clarify error messages.
22239 (character): Use char-valid-p in :match function.
22240 (widget-color-complete): Use facemenu-color-alist.
22241 (widget-color-action): Use facemenu-read-color.
22242
22243 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22244 set up `caar' &c that we now have.
22245
22246 2000-02-09 Ray Blaak <blaak@gnu.org>
22247
22248 * delphi.el: Make resourcestring a declaration region, like const
22249 and var.
22250
22251 2000-02-09 Dave Love <fx@gnu.org>
22252
22253 * bindings.el (mode-line-input-method-map): New variable.
22254 (mode-line-mule-info): Use it; fix last change.
22255 (mode-line-mode-menu): Move definition.
22256 (mode-line-mouse-sensitive-p): Deleted.
22257 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22258 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22259
22260 * startup.el (command-line-1): Don't call
22261 make-mode-line-mouse-sensitive.
22262
22263 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22264
22265 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22266 before rmail-toggle-header, because the former toggles headers.
22267
22268 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22269
22270 * diff-mode.el (diff-kill-junk): New interactive function.
22271 (diff-reverse-direction): Use delete-and-extract-region.
22272 (diff-post-command-hook): Restrict the area so that the hook also works
22273 outside of any diff hunk. This is necessary for the minor-mode.
22274 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22275 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22276
22277 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22278 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22279 so that it can be used more easily in <foo>-mode-hook. Also make sure
22280 to avoid duplicate entries.
22281 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22282 (font-lock-remove-keywords): Just as was done for `add', allow it to
22283 work even if font-lock-mode is nil. Also make sure we don't modify
22284 any pre-existing list by forcing a copy-sequence. Finally rename
22285 `major-mode' to `mode'.
22286 (font-lock-fontify-syntactic-anchored-keywords)
22287 (font-lock-fontify-anchored-keywords)
22288 (font-lock-fontify-keywords-region): Use line-end-position.
22289 Don't make `font-lock-multiline' local (it's now done in
22290 font-lock-set-defaults).
22291 (font-lock-set-defaults): Make `font-lock-multiline' local.
22292 Move the `font-lock-fontified' creation to inside the `unless'.
22293
22294 2000-02-06 Andrew Innes <andrewi@gnu.org>
22295
22296 * term/w32-win.el (x-handle-args): Comment out call to message,
22297 which occurs before window system is initialized.
22298
22299 * makefile.nt: Add support for recompiling lisp code.
22300
22301 2000-02-04 Dave Love <fx@gnu.org>
22302
22303 * bindings.el (mode-line-mule-info): Fix/extend last change.
22304
22305 * completion.el: Replace completion-dolist with dolist.
22306
22307 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22308
22309 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22310
22311 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22312 environment names before they go into the section regexp.
22313
22314 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22315 char class in regexp.
22316
22317 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22318 Bind `case-fold-search' to nil.
22319
22320 * progmodes/idlwave.el (idlwave-template):
22321 Respect `idlwave-abbrev-change-case'.
22322 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22323 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22324 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22325 (idlwave-rw-case): New function.
22326 (idlwave-statement-match): Fixed problem with assignment regexp.
22327 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22328 (idlwave-surround): New argument LENGTH to support padding of
22329 operators longer than 1 char.
22330
22331 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22332 idlwave-shell-expression-overlay. Implemented printing of
22333 expressions on higher levels of the calling stack.
22334 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22335 (idlwave-retrieve-expression-from-level): New function.
22336 (idlwave-shell-last-calling-stack): Variable removed.
22337 (idlwave-shell-reset): Argument action reversed (`visible' to
22338 `hidden'). Also remove stop-line overlay.
22339 (idlwave-shell-calling-stack-routine): New variable.
22340 (idlwave-shell-parse-stack-and-display): Messages now display
22341 negative level numbers.
22342 (idlwave-shell-mode): Set `modeline-format'.
22343 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22344 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22345 (idlwave-shell-print-expression-function): New option.
22346
22347 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22348 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22349 `tool-bar' instead of `toolbar'.
22350
22351 2000-02-02 Dave Love <fx@gnu.org>
22352
22353 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22354 emacs-lisp-mode-hook. Don't check for defalias being defined.
22355
22356 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22357 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22358 Use the new builtins directly.
22359
22360 * whitespace.el (whitespace): Add :version to defgroup.
22361
22362 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22363 Doc fix.
22364
22365 * thingatpt.el (sexp-at-point, symbol-at-point)
22366 (number-at-point, list-at-point): Add autoload cookie.
22367
22368 * recentf.el (recentf): Add :version to defgroup.
22369
22370 * quickurl.el (quickurl): Add :version to defgroup.
22371
22372 * elide-head.el (elide-head): Use point-marker more.
22373
22374 * bs.el (bs): Add :version to defgroup.
22375
22376 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22377
22378 * progmodes/delphi.el (delphi): Add :version to defgroup.
22379
22380 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22381
22382 * ange-ftp.el (ange-ftp-write-region): Handle case that
22383 succeeding process operation sets a different coding system.
22384
22385 * calculator.el: New file.
22386
22387 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22388
22389 * frame.el (frames-on-display-list, framep-on-display): New functions.
22390 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22391 (display-selections-p, display-screens, display-pixel-width)
22392 (display-pixel-height, display-mm-width, display-mm-height)
22393 (display-backing-store, display-save-under, display-planes)
22394 (display-color-cells, display-visual-class): New functions.
22395
22396 * term/tty-colors.el (tty-color-gray-shades): New function.
22397
22398 * faces.el (display-color-p): Use framep-on-display.
22399 (display-grayscale-p): New function.
22400
22401 2000-01-31 Dave Love <fx@gnu.org>
22402
22403 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22404 (create-fontset-from-x-resource): Don't concat integers.
22405
22406 2000-01-31 Inge Frick <inge@nada.kth.se>
22407
22408 * view.el: Some changes in documentation. Removed some trailing
22409 whitespace. Changed some parameter names to agree with documentation.
22410 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22411 window is not deleted. Modifies change 1998-04-26.
22412
22413 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22414
22415 * windmove.el: New file.
22416
22417 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22418 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22419 progmodes/ebnf-yac.el: Update copyright and license info.
22420
22421 * jit-lock.el (jit-lock-function): Widen before calculating
22422 end position.
22423 (jit-lock-stealth-chunk-start): Rewritten.
22424
22425 * info.el (Info-title-face-alist): Removed.
22426 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22427 (Info-fontify-node): Use these faces.
22428
22429 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22430
22431 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22432 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22433 `&allow-other-keywords'.
22434
22435 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22436 the list of directories scanned heuristically.
22437
22438 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22439
22440 2000-01-30 Jason Rumney <jasonr@gnu.org>
22441
22442 * w32-fns.el: Define w32-tty-standard-colors.
22443
22444 * startup.el (command-line): Use w32-tty-standard-colors when in
22445 w32 console mode.
22446
22447 2000-01-30 Dave Love <fx@gnu.org>
22448
22449 * jka-compr.el (jka-compr-load): Fix up load-history.
22450
22451 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22452
22453 * emacs-lisp/cl-macs.el: Revert previous change.
22454
22455 2000-01-29 Dave Love <fx@gnu.org>
22456
22457 * facemenu.el: Purecopy various strings.
22458
22459 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22460 years. Deal with three-digit years.
22461
22462 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22463 Use defconst, purecopy.
22464 (help-back-label): Purecopy it.
22465
22466 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22467
22468 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22469 variable. If non-nil, order the buffer list according to the
22470 currently selected frame.
22471 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22472 non-nil, pass the selected frame to function buffer-list.
22473
22474 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22475
22476 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22477
22478 2000-01-28 Dave Love <fx@gnu.org>
22479
22480 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22481
22482 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22483 Don't use lisp-indent-hook property.
22484 (cl-abs): Remove.
22485
22486 * subr.el: Move out indent and edebug specs for when and unless.
22487
22488 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22489 when, unless.
22490
22491 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22492 unless, when.
22493
22494 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22495
22496 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22497 `collecting' as synonym for `collect'.
22498
22499 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22500 for the case it contains spaces.
22501
22502 * simple.el (what-cursor-position): Change formatting of messages.
22503
22504 * frame.el (delete-other-frames): New function.
22505 (toplevel): Bind it to C-x 5 1.
22506
22507 * sort.el (sort-numeric-base): New option.
22508 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22509 interpret it as octal or hexadecimal. Use sort-numeric-base
22510 as default base.
22511
22512 * progmodes/glasses.el: New file.
22513
22514 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22515
22516 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22517 userids differently.
22518
22519 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22520 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22521 progmodes/ebnf-yac.el: New files.
22522
22523 2000-01-26 Dave Love <fx@gnu.org>
22524
22525 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22526 on a function with an empty body. [From Eric Ludlam.]
22527
22528 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22529
22530 * vc.el (vc-version-diff): Make sure file name is expanded.
22531
22532 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22533
22534 * scroll-bar.el (scroll-bar-timer): Variable removed.
22535 (scroll-bar-toolkit-scroll): Don't use a timer.
22536
22537 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22538
22539 * language/thai-util.el (thai-composition-function):
22540 Delete superfluous `a'.
22541
22542 2000-01-24 Dave Love <fx@gnu.org>
22543
22544 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22545 end-of-defun-function.
22546
22547 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22548
22549 2000-01-22 Jason Rumney <jasonr@gnu.org>
22550
22551 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22552 conflicts with new face support.
22553
22554 2000-01-22 Richard M. Stallman <rms@gnu.org>
22555
22556 * replace.el (query-replace): Rename last arg to DELIMITED.
22557 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22558 (query-replace-regexp): Likewise.
22559
22560 2000-01-20 Richard M. Stallman <rms@gnu.org>
22561
22562 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22563
22564 * emacs-lisp/lisp.el (beginning-of-defun-function):
22565 Variable renamed from beginning-of-defun.
22566 Do not call make-variable-buffer-local.
22567 (beginning-of-defun-raw): Use new variable name; doc fix.
22568 (beginning-of-defun): Doc fix.
22569 (end-of-defun-function): Variable renamed from end-of-defun.
22570 Do not call make-variable-buffer-local.
22571 (end-of-defun): Use new variable name; doc fix.
22572
22573 * subr.el (dolist, dotimes): Copied from cl-macs.el
22574 and made to work.
22575
22576 * mail/undigest.el (rmail-digest-end-regexps):
22577 Variable replaces rmail-digest-end-regexp.
22578 Allows multiple regexps for detecting the end line.
22579 (undigestify-rmail-message): Corresponding changes.
22580
22581 2000-01-19 Dave Love <fx@gnu.org>
22582
22583 * files.el (user-init-file): Don't declare here -- is primitive.
22584
22585 * startup.el (command-line): Check for compiled user-init-file and
22586 set to uncompiled version if necessary.
22587
22588 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22589
22590 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22591 (undigestify-rmail-message): Use it.
22592
22593 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22594
22595 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22596
22597 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22598 of mini-buffer.
22599
22600 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22601
22602 * emacs-lisp/copyright.el (copyright-update): Removed the
22603 requirement for a trailing space from `copyright-regexp', to
22604 support copyrights with owner specified on a separate line..
22605
22606 * align.el: New file.
22607
22608 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22609
22610 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22611
22612 2000-01-13 Dave Love <fx@gnu.org>
22613
22614 * ph.el: Removed. (Obsoleted by EUDC.)
22615
22616 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22617
22618 * net/eudc.el (toplevel): Remove autoloaded code installing
22619 menu with easymenu, because that causes build problems.
22620
22621 * frame.el (frame-notice-user-settings): New variable.
22622 (frame-notice-user-settings): Don't modify frame parameters
22623 if called a second time.
22624
22625 2000-01-13 Richard M. Stallman <rms@gnu.org>
22626
22627 * frame.el (frame-notice-user-settings):
22628 Notice default-frame-parameters even for non-window frames.
22629
22630 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22631
22632 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22633 for Emacs.
22634 (eudc-bob-can-display-inline-images): Extend for Emacs.
22635 (eudc-bob-toggle-inline-display): Ditto.
22636 (eudc-bob-display-jpeg): Ditto.
22637
22638 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22639
22640 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22641 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22642 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22643
22644 * add-log.el (add-change-log-entry): Fix error trying an
22645 `(insert nil)'.
22646
22647 * subdirs.el: Add `net' directory.
22648
22649 * net: New directory.
22650
22651 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22652 eval-last-sexp. Don't bind debug-on-error here.
22653 (eval-last-sexp): New function. Bind debug-on-error if
22654 eval-expression-debug-on-error is non-nil.
22655 (eval-defun-2, eval-defun): Likewise.
22656
22657 * simple.el (eval-expression): Don't bind debug-on-error if
22658 eval-expression-debug-on-error is nil. Detect changed
22659 debug-on-error, and propagate new value to global binding, if
22660 eval-expression-debug-on-error is non-nil,
22661 (eval-expression-debug-on-error): Change doc string.
22662
22663 2000-01-11 Richard M. Stallman <rms@gnu.org>
22664
22665 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22666
22667 * emacs-lisp/lisp-mode.el (with-syntax-table):
22668 Set up lisp-indent-function property.
22669
22670 * subr.el (with-syntax-table): Moved from simple.el.
22671
22672 * simple.el (with-syntax-table): Moved to subr.el.
22673
22674 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22675
22676 * tmm.el (tmm-shortcut): Delete region after prompt instead
22677 of erasing buffer.
22678
22679 * textmodes/fill.el (fill-common-string-prefix): New function.
22680 (fill-context-prefix): Use the longest common prefix of first
22681 and second line fill prefix, if there is one.
22682
22683 2000-01-11 Richard M. Stallman <rms@gnu.org>
22684
22685 * array.el (array-mode): Don't use make-variable-buffer-local.
22686 Use make-local-variable for `truncate-lines'.
22687
22688 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22689
22690 * add-log.el (add-log-current-defun): Handle user-defined
22691 add-log-current-function returning nil,
22692
22693 * add-log.el (add-change-log-entry): Insert version number
22694 if having found a current function
22695
22696 * add-log.el (add-log-current-defun):
22697 Call `add-log-current-defun-function'. Try matches at level 0 and
22698 level 1. Strip whitespace from defun found.
22699
22700 2000-01-10 John Wiegley <johnw@gnu.org>
22701
22702 * allout.el (isearch-done/outline-provisions): Added `edit'
22703 argument to correspond with the current definition of `isearch-done'.
22704
22705 2000-01-10 Dave Love <fx@gnu.org>
22706
22707 * elide-head.el (elide-head): Use point-marker, not point.
22708
22709 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22710
22711 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22712 before and after the year 2000.
22713
22714 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22715 Add ispell- prefix.
22716
22717 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22718
22719 * ispell.el: Only define dictionaries in menus when they exist.
22720 (version18p): New variable.
22721 (version20p): New variable.
22722 (xemacsp): New variable.
22723 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22724 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22725 (ispell-dictionary-alist6): Russian command lines no longer accept
22726 run-together words.
22727 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22728 (ispell-dictionary-alist): Add koi8-r to customize definition.
22729 (check-ispell-version): Added documentation string. Return library
22730 path when called non-interactively.
22731 (ispell-menu-map-needed): Uses new variables.
22732 (ispell-library-path): New variable.
22733 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22734 (ispell-word): Improved documentation string. Test for valid
22735 character mappings. Correctly check typed in word changes that can
22736 result in single words split into multiple words.
22737 Return replacement word.
22738 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22739 replace in recursive query replace mode. Help message for
22740 recursive edit mode.
22741 (ispell-show-choices): Protect against bad framepop bindings.
22742 (ispell-help): Fix to work with XEmacs.
22743 (ispell-highlight-spelling-error): Use new variables.
22744 (ispell-overlay-window): Fix to work with XEmacs.
22745 (ispell-parse-output): Passed and returns location information
22746 tracking spelling corrections. Doesn't recheck same word on
22747 current line.
22748 (ispell-init-process): Protect against bogus XEmacs variable binding.
22749 Fix call to single argument in sleep-for. Use new variables.
22750 (ispell-region): Passed and returns location information tracking
22751 spelling corrections. Doesn't check same word on current line.
22752 Improved documentation string. Doesn't resend a line already
22753 checked to the ispell process - fixes bug in LaTeX parsing.
22754 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22755 (ispell-skip-region): No longer skips <TT> in SGML.
22756 (ispell-process-line): Tracks location information with spelling
22757 corrections. Added documentation string. Accounts for words
22758 already accepted on this line. Don't allow query-replace on line
22759 starting with math characters. Doesn't resend a line already sent
22760 to ispell process. Fixes alignment error bug.
22761
22762 2000-01-10 Richard M. Stallman <rms@gnu.org>
22763
22764 * dired-x.el (dired-guess-shell-alist-default):
22765 Suggest xloadimage, which is free, not xv, which isn't.
22766
22767 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22768 Don't ever include the host name or user name in the value.
22769
22770 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22771
22772 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22773 of a real newline.
22774
22775 2000-01-09 Stephen Eglen <stephen@gnu.org>
22776
22777 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22778 for .png files.
22779
22780 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22781
22782 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22783
22784 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22785
22786 * progmodes/cperl-mode.el: Replace ^F with ^L.
22787
22788 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22789 `require'ing rmail and mailalias to prevent infinite recursion.
22790
22791 2000-01-08 Dave Love <fx@gnu.org>
22792
22793 * emacs-lisp/backquote.el: Remove inappropriate customization
22794 (allowing custom.el to use backquote).
22795
22796 2000-01-07 Dave Love <fx@gnu.org>
22797
22798 * add-log.el (add-log-debugging): Deleted.
22799 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22800 file. Remove debugging code.
22801 (change-log-get-method-definition, change-log-name): Add doc.
22802 (change-log-sortable-date-at): New function.
22803 (change-log-merge): New command.
22804
22805 * time.el (display-time-string-forms): Make the Mail string active.
22806 (display-time-update): Provide help-echo for load average.
22807
22808 * bindings.el (make-mode-line-mouse2-map): New function.
22809 (mode-line-modified): Use it and simplify.
22810 (mode-line-mule-info): Provide help-echo info.
22811 (minor-mode-alist): Activate the strings.
22812 (make-mode-line-mouse-sensitive): Simplify for
22813 mode-line-buffer-identification.
22814
22815 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22816
22817 * play/pong.el: New file.
22818
22819 2000-01-06 Dave Love <fx@gnu.org>
22820
22821 * array.el: Assorted cleanups for compiler warnings, doc strings,
22822 `array-' prefix for symbols.
22823
22824 2000-01-05 Dave Love <fx@gnu.org>
22825
22826 * textmodes/outline.el (outline-mode-menu-bar-map):
22827 Add outline-headers-as-kill.
22828 (outline-mode): Define imenu-generic-expression.
22829 (outline-headers-as-kill): New command.
22830
22831 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22832 from paragraph-start.
22833 (paragraph-indent-minor-mode): New command.
22834
22835 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22836 M-C-e, M-C-h, C-j, C-xnd, TAB.
22837 (fortran-mode): Set beginning-of-defun, end-of-defun.
22838 (fortran-column-ruler): Simplify.
22839 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22840 (fortran-with-subprogram-narrowing): Likewise.
22841 (fortran-indent-subprogram): Call mark-defun.
22842 (fortran-check-for-matching-do): Change narrowing.
22843
22844 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22845 (cl-lucid-hash-tag): Delete.
22846 (cl-hash-table-p): Correct test for native table.
22847 (cl-hash-table-count): Use hash-table-count.
22848
22849 * browse-url.el (browse-url): Fix case of
22850 browse-url-browser-function being an alist.
22851
22852 2000-01-05 Carsten Dominik <cd@gnu.org>
22853
22854 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22855 (reftex-index-phrase-file-extension): New options.
22856
22857 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22858 Use new option `reftex-index-phrase-file-extension'.
22859
22860 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22861 `reftex-parse-file-extension'.
22862
22863 2000-01-05 Dave Love <fx@gnu.org>
22864
22865 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22866 (beginning-of-defun-raw): Use it.
22867 (end-of-defun): New variable.
22868 (end-of-defun): Use it.
22869 (check-parens): New command.
22870
22871 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22872
22873 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22874 (hs-show-block): Don't use `mapcar' when not accumulating.
22875
22876 Fix buglet in local variables initialization.
22877
22878 2000-01-05 Andreas Schwab <schwab@suse.de>
22879
22880 * hscroll.el (hscroll): Doc fix.
22881
22882 2000-01-05 Carsten Dominik <cd@gnu.org>
22883
22884 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22885 Require idlw-toolbar.
22886
22887 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22888 file idlw-rinfo.el.
22889 (idlwave-customize): Load must read file idlw-shell.el.
22890 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22891
22892 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22893
22894 * progmodes/idlw-shell.el: Also provide idlwave-shell
22895 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22896 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22897
22898 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22899 both reftex-dcr and reftex-vcr.
22900
22901 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22902
22903 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22904
22905 * ps-print.el: PostScript code now is in separate files, doc fix.
22906 (ps-print-version): New version number (5.0.3).
22907 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22908 local.
22909 (ps-spool-config): Initialization fix.
22910 (ps-print-prologue-1, ps-print-prologue-2)
22911 (ps-print-duplex-feature): PostScript code moved to separated file.
22912 (ps-background-image): Little code reformating.
22913 (ps-begin-file, ps-begin-job): Fix code.
22914 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22915 (ps-prologue-file): New fun.
22916
22917 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22918
22919 * ps-vars.el: Eliminated.
22920
22921 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22922 `;;;###autoload'.
22923
22924 * ps-print.el: ps-vars eliminated, doc fix.
22925 (ps-print-version): New version number (5.0.2).
22926 (ps-spool-config): Initialization fix.
22927 (ps-print-customize): New fun.
22928
22929 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22930
22931 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22932
22933 2000-01-04 Dave Love <fx@gnu.org>
22934
22935 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22936 menu items.
22937
22938 2000-01-03 Dave Love <fx@gnu.org>
22939
22940 * elide-head.el (elide-head) [defgroup]: Add :version.
22941
22942 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22943 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22944 Use `cl-hash-table-p', not `hash-table-p'.
22945 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22946
22947 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22948
22949 * faces.el (face-read-integer, read-face-attribute)
22950 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22951
22952 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22953
22954 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22955 at comment end, and re-insert them after filling.
22956
22957 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22958
22959 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22960 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22961 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22962
22963 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22964
22965 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22966 the new name of face-color-supported-p.
22967
22968 * term/w32-win.el (xw-defined-colors): Likewise.
22969
22970 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22971
22972 * simple.el (completion-setup-function): Count completion-size
22973 from minibuffer-prompt-end, not from point-min.
22974
22975 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22976
22977 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22978 Pass the frame to tty-color-* functions.
22979 (display-color-p, frame-set-background-mode): Pass the frame to
22980 tty-display-color-p.
22981
22982 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22983 tty-color-alist.
22984 (tty-color-alist, tty-modify-color-alist): New functions.
22985 (tty-color-define, tty-color-clear, tty-color-approximate)
22986 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22987 optional parameter FRAME.
22988
22989 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22990
22991 * image.el (create-image, defimage): Don't assume image data is
22992 a string.
22993
22994 * image.el (defimage): Handle specifications containing :data
22995 instead of :file.
22996 (image-type-from-data): New function.
22997 (image-type-from-file-header): Use it.
22998 (create-image): Add parameter DATA-P.
22999
23000 See ChangeLog.8 for earlier changes.
23001
23002 ;; Local Variables:
23003 ;; coding: iso-2022-7bit
23004 ;; End:
23005
23006 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
23007 Copying and distribution of this file, with or without modification,
23008 are permitted provided the copyright notice and this notice are preserved.